From edwin@mavetju.org  Mon Apr 16 02:32:15 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 9500C16A401
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 16 Apr 2007 02:32:15 +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 5687313C4B7
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 16 Apr 2007 02:32:15 +0000 (UTC)
	(envelope-from edwin@mavetju.org)
Received: by mail4out.barnet.com.au (Postfix, from userid 1001)
	id 9150437CFD7; Mon, 16 Apr 2007 12:32:14 +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 498984226DC
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 16 Apr 2007 12:32:14 +1000 (EST)
Received: from k7.mavetju (k7.mavetju.org [10.251.1.18])
	by mail4auth.barnet.com.au (Postfix) with ESMTP id EE1A737CFB2
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 16 Apr 2007 12:32:13 +1000 (EST)
Received: by k7.mavetju (Postfix, from userid 1001)
	id A4BEC124; Mon, 16 Apr 2007 12:32:13 +1000 (EST)
Message-Id: <20070416023213.A4BEC124@k7.mavetju>
Date: Mon, 16 Apr 2007 12:32:13 +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/rezound - cleanup non-supported FreeBSD versions
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         111685
>Category:       ports
>Synopsis:       [patch] audio/rezound - cleanup non-supported FreeBSD versions
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    danfe
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 16 02:40:02 GMT 2007
>Closed-Date:    Wed May 02 08:05:39 GMT 2007
>Last-Modified:  Wed May  2 08:10:26 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:

Removed files: files/extra-patch-fbsd4

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/audio/rezound/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile	3 Oct 2006 16:39:13 -0000	1.8
+++ Makefile	16 Apr 2007 02:31:49 -0000
@@ -99,30 +99,14 @@
 PLIST_SUB+=	NLS="@comment "
 .endif
 
-.if defined(GCCVERSION)
-.   if ${GCCVERSION} < 030000
-EXTRA_PATCHES+=	${FILESDIR}/extra-patch-fbsd4
-.   endif
-.else
-.   if ${OSVERSION} < 500035
-EXTRA_PATCHES+=	${FILESDIR}/extra-patch-fbsd4
-.   endif
-.endif
-
 post-patch: .SILENT
-.if ${OSVERSION} > 500027
 	${REINPLACE_CMD} -e '/atoll/d' ${WRKSRC}/config/platform/bsd.h
-.endif
 .if ${OSVERSION} > 502112
 	${REINPLACE_CMD} -e '/round/d' ${WRKSRC}/config/platform/bsd.h
 .endif
 .if ${OSVERSION} > 502120
 	${REINPLACE_CMD} -e '/nearbyint/d' ${WRKSRC}/config/platform/bsd.h
 .endif
-.if ${OSVERSION} < 500028
-	${REINPLACE_CMD} -e '22586,$$s/stdint/inttypes/' \
-		-e '21693s/$$srcdir/..\/../' ${WRKSRC}/configure
-.endif
 	${REINPLACE_CMD} -E 's,(_nl_expand_alias \()\),\1...),' ${WRKSRC}/configure
 	${REINPLACE_CMD} -e 's,$$(prefix)/doc,$$(datadir)/doc,' \
 		${WRKSRC}/config/am_include.mk ${WRKSRC}/Makefile.in \
Index: files/extra-patch-fbsd4
===================================================================
RCS file: files/extra-patch-fbsd4
diff -N files/extra-patch-fbsd4
--- files/extra-patch-fbsd4	3 Oct 2006 16:39:13 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,22 +0,0 @@
---- src/backend/CPortAudioSoundRecorder.cpp.orig	Mon Oct  6 13:04:39 2003
-+++ src/backend/CPortAudioSoundRecorder.cpp	Mon Oct  2 10:35:16 2006
-@@ -18,6 +18,8 @@
-  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA
-  */
- 
-+#include <stdio.h>
-+
- #include "CPortAudioSoundRecorder.h"
- 
- #ifdef ENABLE_PORTAUDIO
---- src/backend/Remaster/CAdaptiveNormalizeAction.cpp.orig	Tue Feb 15 08:54:44 2005
-+++ src/backend/Remaster/CAdaptiveNormalizeAction.cpp	Mon Oct  2 10:35:24 2006
-@@ -18,6 +18,8 @@
-  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA
-  */
- 
-+#include <stdio.h>
-+
- #include "CAdaptiveNormalizeAction.h"
- 
- #include <utility>
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->danfe 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Apr 16 02:40:08 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

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

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

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

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

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

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

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

 edwin       2007-05-02 08:02:29 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio/rezound        Makefile 
   Removed files:
     audio/rezound/files  extra-patch-fbsd4 
   Log:
   [patch] cleanup non-supported FreeBSD versions
   
   PR:             ports/111685
   Submitted by:   Edwin Groothuis <edwin@mavetju.org>
   Approved by:    maintainer timeout
   
   Revision  Changes    Path
   1.9       +0 -16     ports/audio/rezound/Makefile
   1.2       +0 -22     ports/audio/rezound/files/extra-patch-fbsd4 (dead)
 _______________________________________________
 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:
