Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jan 2006 19:21:15 -0700 (MST)
From:      Byung-Hee HWANG <bh@izb.knu.ac.kr>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/92485: [PATCH] audio/py-flac: Does not compile on FreeBSD >= 7.x
Message-ID:  <20060129022115.742FA663F@viola.izb.knu.ac.kr>
Resent-Message-ID: <200601290230.k0T2U3f8061265@freefall.freebsd.org>

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

>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@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:



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