From edwin@mavetju.org  Mon Apr 16 01:44:03 2007
Return-Path: <edwin@mavetju.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 0750016A401
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 16 Apr 2007 01:44:03 +0000 (UTC)
	(envelope-from edwin@mavetju.org)
Received: from mail4out.barnet.com.au (mail4.barnet.com.au [202.83.178.125])
	by mx1.freebsd.org (Postfix) with ESMTP id BE09E13C458
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 16 Apr 2007 01:44:02 +0000 (UTC)
	(envelope-from edwin@mavetju.org)
Received: by mail4out.barnet.com.au (Postfix, from userid 1001)
	id E3EA837CFF1; Mon, 16 Apr 2007 11:44:01 +1000 (EST)
Received: from mail4auth.barnet.com.au (mail4.barnet.com.au [202.83.178.125])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate)
	by mail4.barnet.com.au (Postfix) with ESMTP id B181D4226DD
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 16 Apr 2007 11:44:01 +1000 (EST)
Received: from k7.mavetju (k7.mavetju.org [10.251.1.18])
	by mail4auth.barnet.com.au (Postfix) with ESMTP id 6E0B637CF82
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 16 Apr 2007 11:44:01 +1000 (EST)
Received: by k7.mavetju (Postfix, from userid 1001)
	id 35EA410A; Mon, 16 Apr 2007 11:44:01 +1000 (EST)
Message-Id: <20070416014401.35EA410A@k7.mavetju>
Date: Mon, 16 Apr 2007 11:44:01 +1000 (EST)
From: Edwin Groothuis <edwin@mavetju.org>
Reply-To: Edwin Groothuis <edwin@mavetju.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] audio/fapg - cleanup non-supported FreeBSD versions
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         111653
>Category:       ports
>Synopsis:       [patch] audio/fapg - cleanup non-supported FreeBSD versions
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    chinsan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 16 01:50:03 GMT 2007
>Closed-Date:    Wed May 02 08:00:06 GMT 2007
>Last-Modified:  Wed May  2 08:10:18 GMT 2007
>Originator:     Edwin Groothuis
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:42:56 UTC 2006 root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386


>Description:
>How-To-Repeat:
>Fix:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/audio/fapg/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile	15 Mar 2007 14:16:44 -0000	1.7
+++ Makefile	16 Apr 2007 01:43:49 -0000
@@ -18,17 +18,6 @@
 
 MAN1=		fapg.1
 
-.include <bsd.port.pre.mk>
-
-post-patch:
-.if ${OSVERSION} < 500000
-	@${REINPLACE_CMD} -e 's,g2,g2 -I${LOCALBASE}/include \
-		-L${LOCALBASE}/lib -lgnugetopt,' ${WRKSRC}/Makefile
-	@${REINPLACE_CMD} -e '32 s,<,\",; 32 s,>,\",' \
-		${WRKSRC}/fapg.c
-	@${CP} ${FILESDIR}/getopt.h ${WRKSRC}
-.endif
-
 do-build:
 	@cd ${WRKSRC} && ${MAKE} ${PORTNAME}
 
@@ -44,4 +33,4 @@
 .endfor
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->chinsan 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Apr 16 01:50:24 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111653 
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Wed May 2 07:59:51 UTC 2007 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111653 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/111653: commit references a PR
Date: Wed,  2 May 2007 08:00:18 +0000 (UTC)

 edwin       2007-05-02 08:00:02 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio/fapg           Makefile 
   Log:
   [patch] cleanup non-supported FreeBSD versions
   
   PR:             ports/111653
   Submitted by:   Edwin Groothuis <edwin@mavetju.org>
   Approved by:    maintainer timeout
   
   Revision  Changes    Path
   1.8       +1 -12     ports/audio/fapg/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
