Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Apr 2007 11:59:34 +1000 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/111669: [patch] audio/libgpod - cleanup non-supported FreeBSD versions
Message-ID:  <20070416015934.C4A69F5@k7.mavetju>
Resent-Message-ID: <200704160200.l3G20I2Z089700@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         111669
>Category:       ports
>Synopsis:       [patch] audio/libgpod - cleanup non-supported FreeBSD versions
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 16 02:00:17 GMT 2007
>Closed-Date:
>Last-Modified:
>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/libgpod/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile	18 Mar 2007 19:45:17 -0000	1.11
+++ Makefile	16 Apr 2007 01:59:26 -0000
@@ -28,8 +28,6 @@
 CONFIGURE_ARGS+=	--with-html-dir="${TARGETDIR}/share/doc"
 .endif
 
-.include <bsd.port.pre.mk>
-
 post-extract: .SILENT
 	${REINPLACE_CMD} -e \
 		's,libdir)/pkgconfig,prefix)/libdata/pkgconfig,' \
@@ -43,9 +41,6 @@
 	${REINPLACE_CMD} -e 's,\[\],[0],' ${WRKSRC}/src/db-itunes-parser.h
 .   endif
 .else
-.   if ${OSVERSION} < 500035
-	${REINPLACE_CMD} -e 's,\[\],[0],' ${WRKSRC}/src/db-itunes-parser.h
-.   endif
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070416015934.C4A69F5>