From alex@foxybanana.com  Mon Jun 19 03:24:33 2006
Return-Path: <alex@foxybanana.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5A5E016A474;
	Mon, 19 Jun 2006 03:24:33 +0000 (UTC)
	(envelope-from alex@foxybanana.com)
Received: from imf21aec.mail.bellsouth.net (imf21aec.mail.bellsouth.net [205.152.59.69])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A91F843D45;
	Mon, 19 Jun 2006 03:24:32 +0000 (GMT)
	(envelope-from alex@foxybanana.com)
Received: from ibm63aec.bellsouth.net ([68.209.153.178])
          by imf21aec.mail.bellsouth.net with ESMTP
          id <20060619032432.YNXT518.imf21aec.mail.bellsouth.net@ibm63aec.bellsouth.net>;
          Sun, 18 Jun 2006 23:24:32 -0400
Received: from Laptop.mine.box ([68.209.153.178]) by ibm63aec.bellsouth.net
          with ESMTP
          id <20060619032431.SKWC2189.ibm63aec.bellsouth.net@Laptop.mine.box>;
          Sun, 18 Jun 2006 23:24:31 -0400
Received: from Laptop.mine.box (localhost [127.0.0.1])
	by Laptop.mine.box (8.13.6/8.13.6) with ESMTP id k5J3ONIT010752;
	Sun, 18 Jun 2006 22:24:23 -0500 (CDT)
	(envelope-from alex@Laptop.mine.box)
Received: (from alex@localhost)
	by Laptop.mine.box (8.13.6/8.13.6/Submit) id k5J3ONA5010751;
	Sun, 18 Jun 2006 22:24:23 -0500 (CDT)
	(envelope-from alex)
Message-Id: <200606190324.k5J3ONA5010751@Laptop.mine.box>
Date: Sun, 18 Jun 2006 22:24:23 -0500 (CDT)
From: Alexander Botero-Lowry <alex@foxybanana.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: markus@freebsd.org
Subject: [PATCH] audio/k3bmonkeyaudioplugin: portlint(1) fixes
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         99156
>Category:       ports
>Synopsis:       [PATCH] audio/k3bmonkeyaudioplugin: portlint(1) fixes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    markus
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 19 03:30:20 GMT 2006
>Closed-Date:    Wed Jun 21 11:27:04 GMT 2006
>Last-Modified:  Wed Jun 21 11:27:04 GMT 2006
>Originator:     Alexander Botero-Lowry
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD Laptop.mine.box 6.1-STABLE FreeBSD 6.1-STABLE #5: Fri Jun 16 22:55:11 CDT 2006
>Description:
- make portlint happy

Port maintainer (markus@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- k3bmonkeyaudioplugin-3.0.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/k3bmonkeyaudioplugin/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	3 May 2006 05:14:19 -0000	1.3
+++ Makefile	19 Jun 2006 03:24:16 -0000
@@ -18,6 +18,7 @@
 USE_BZIP2=	yes
 USE_KDELIBS_VER=3
 USE_GMAKE=	yes
+USE_GETTEXT=	yes
 USE_AUTOTOOLS=	libtool:15
 INSTALLS_SHLIB=	yes
 LDCONFIG_DIRS=	%%PREFIX%%/lib/kde3
@@ -30,7 +31,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 500000
-BROKEN=		"Does not compile on FreeBSD 4.x"
+BROKEN=		Does not compile on FreeBSD 4.x
 .endif
 
 .include <bsd.port.post.mk>
--- k3bmonkeyaudioplugin-3.0.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->markus 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Jun 19 03:32:39 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=99156 
State-Changed-From-To: open->closed 
State-Changed-By: markus 
State-Changed-When: Wed Jun 21 11:25:00 UTC 2006 
State-Changed-Why:  
I committed the 'don't quote BROKEN message' part. The gettext dependency 
already gets added by the port's dependencies. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=99156 
>Unformatted:
