ports/118080: USE_GCC=3.4 in audio/py-vorbis
Michael Moll
kvedulv at kvedulv.de
Thu Nov 15 22:50:01 UTC 2007
>Number: 118080
>Category: ports
>Synopsis: USE_GCC=3.4 in audio/py-vorbis
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Thu Nov 15 22:50:01 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator: Michael Moll
>Release: 7.0
>Organization:
The kvedulv.de internet-project
>Environment:
FreeBSD emperor.kvedulv.de 7.0-BETA2 FreeBSD 7.0-BETA2 #0: Sun Nov 4 16:06:36 CET 2007 mmoll at emperor.kvedulv.de:/usr/obj/usr/src/sys/EMPEROR i386
>Description:
In v1.8 of ports/audio/py-vorbis/Makefile USE_GCC=3.4 was added (I suppose to get it working on FreeBSD-4.x).
In FreeBSD-6 gcc-3.4 came with the bse-system, so it did not lead to any problems.
In FreeBSD-7 gcc-4.2 is included so if one installs this port, gcc-3.4 from the portstree is build and installed.
>How-To-Repeat:
Install audio/py-vorbis on FreeBSD-7 via portstree.
>Fix:
Just removing the line from the Makefile fixes this.
Patch attached with submission follows:
--- Makefile.orig 2007-11-15 23:38:59.000000000 +0100
+++ Makefile 2007-11-15 23:39:07.000000000 +0100
@@ -23,7 +23,6 @@
PLIST_FILES= lib/%%PYTHON_VERSION%%/site-packages/ogg/vorbis.so
USE_PYTHON= yes
USE_PYDISTUTILS= yes
-USE_GCC= 3.4
PYDISTUTILS_PKGNAME= pyvorbis
do-configure:
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list