Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Nov 2007 22:48:04 GMT
From:      Michael Moll <kvedulv@kvedulv.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/118080: USE_GCC=3.4 in audio/py-vorbis
Message-ID:  <200711152248.lAFMm48d092478@www.freebsd.org>
Resent-Message-ID: <200711152250.lAFMo1qA042337@freefall.freebsd.org>

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

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



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