ports/92485: [PATCH] audio/py-flac: Does not compile on FreeBSD >= 7.x

Byung-Hee HWANG bh at izb.knu.ac.kr
Sun Jan 29 02:30:09 UTC 2006


>Number:         92485
>Category:       ports
>Synopsis:       [PATCH] audio/py-flac: Does not compile on FreeBSD >= 7.x
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 29 02:30:02 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Byung-Hee HWANG
>Release:        FreeBSD 6.0-RELEASE-p4 i386
>Organization:
InZealBomb
>Environment:
System: FreeBSD viola.izb.knu.ac.kr 6.0-RELEASE-p4 FreeBSD 6.0-RELEASE-p4 #0: Sat Jan 28 05:33:04 MST 2006 bh at viola.izb.knu.ac.kr:/usr/obj/usr/src/sys/II82801BA i386

>Description:
- [1] Does not compile on FreeBSD >= 7.x

[1] http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.4.2005092302/py24-flac-0.0.4.log

>How-To-Repeat:
>Fix:

--- ports-py-flac-20060128.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/py-flac/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	6 Jan 2006 06:00:47 -0000	1.1
+++ Makefile	29 Jan 2006 02:04:55 -0000
@@ -22,7 +22,13 @@
 USE_PYDISTUTILS=	yes
 USE_PYTHON_PREFIX=	yes
 
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700000
+BROKEN=         "Does not compile on FreeBSD >= 7.x"
+.endif
+
 do-build:
 	@cd ${WRKSRC} && ${GMAKE} build
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
--- ports-py-flac-20060128.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list