From alex@foxybanana.com  Mon Jun 19 03:06:04 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 D1BFC16A474
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 19 Jun 2006 03:06:04 +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 3970643D45
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 19 Jun 2006 03:06:04 +0000 (GMT)
	(envelope-from alex@foxybanana.com)
Received: from ibm63aec.bellsouth.net ([68.209.153.178])
          by imf21aec.mail.bellsouth.net with ESMTP
          id <20060619030603.XYCW518.imf21aec.mail.bellsouth.net@ibm63aec.bellsouth.net>
          for <FreeBSD-gnats-submit@freebsd.org>;
          Sun, 18 Jun 2006 23:06:03 -0400
Received: from Laptop.mine.box ([68.209.153.178]) by ibm63aec.bellsouth.net
          with ESMTP
          id <20060619030603.SHGD2189.ibm63aec.bellsouth.net@Laptop.mine.box>
          for <FreeBSD-gnats-submit@freebsd.org>;
          Sun, 18 Jun 2006 23:06:03 -0400
Received: from Laptop.mine.box (localhost [127.0.0.1])
	by Laptop.mine.box (8.13.6/8.13.6) with ESMTP id k5J35sGC005203
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 18 Jun 2006 22:05:54 -0500 (CDT)
	(envelope-from alex@Laptop.mine.box)
Received: (from alex@localhost)
	by Laptop.mine.box (8.13.6/8.13.6/Submit) id k5J35rB9005202;
	Sun, 18 Jun 2006 22:05:53 -0500 (CDT)
	(envelope-from alex)
Message-Id: <200606190305.k5J35rB9005202@Laptop.mine.box>
Date: Sun, 18 Jun 2006 22:05:53 -0500 (CDT)
From: Alexander Botero-Lowry <alex@foxybanana.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] audio/ecawave: portlint(1) fixes
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         99142
>Category:       ports
>Synopsis:       [PATCH] audio/ecawave: portlint(1) fixes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    itetcu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 19 03:10:16 GMT 2006
>Closed-Date:    Wed Jun 21 15:34:57 GMT 2006
>Last-Modified:  Wed Jun 21 15:34:57 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

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

--- ecawave-0.6.1_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/ecawave/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile	3 May 2006 05:14:14 -0000	1.12
+++ Makefile	19 Jun 2006 03:05:46 -0000
@@ -19,7 +19,7 @@
 USE_QT_VER=	3
 USE_X_PREFIX=	yes
 USE_GMAKE=	yes
-GNU_CONFIGURE=  yes
+GNU_CONFIGURE=	yes
 
 CFLAGS+=	${PTHREAD_CFLAGS:S/"//g}
 LDFLAGS+=	${PTHREAD_LIBS:S/"//g}
@@ -33,7 +33,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == "alpha" && ${OSVERSION} >= 502102
-BROKEN=		"Configure fails on alpha 5.x"
+BROKEN=		Configure fails on alpha 5.x
 .endif
 
 post-patch:
--- ecawave-0.6.1_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->itetcu 
Responsible-Changed-By: itetcu 
Responsible-Changed-When: Mon Jun 19 07:03:51 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=99142 
State-Changed-From-To: open->closed 
State-Changed-By: itetcu 
State-Changed-When: Wed Jun 21 15:34:55 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

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