Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Apr 2007 12:29:07 +1000 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/111683: [patch] audio/py-mad - cleanup non-supported FreeBSD versions
Message-ID:  <20070416022907.76DA3FA@k7.mavetju>
Resent-Message-ID: <200704160230.l3G2U8xc093045@freefall.freebsd.org>

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

>Number:         111683
>Category:       ports
>Synopsis:       [patch] audio/py-mad - 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:30:07 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/py-mad/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- Makefile	12 Feb 2007 13:04:14 -0000	1.13
+++ Makefile	16 Apr 2007 02:29:01 -0000
@@ -21,17 +21,11 @@
 USE_PYDISTUTILS=	yes
 USE_PYTHON_PREFIX=	yes
 
-.include <bsd.port.pre.mk>
-
 post-patch:
 	@${REINPLACE_CMD} 's/^\(.*compile.*\)\?\(.*\)\?\(.*\)$$/\1\2\3/' \
 		${WRKSRC}/setup.py
-.if ${OSVERSION} < 500028
-	@${REINPLACE_CMD} 's/#include <stdint.h>//g' \
-		${WRKSRC}/src/pymadfile.c
-.endif
 
 do-configure:
 	@cd ${WRKSRC} && ${PYTHON_CMD} config_unix.py --prefix ${PREFIX}
 
-.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?20070416022907.76DA3FA>