ports/162683: [update]: audio/deadbeef disable GCC 4.5

Veniamin Gvozdikov g.veniamin at googlemail.com
Sat Nov 19 19:50:11 UTC 2011


>Number:         162683
>Category:       ports
>Synopsis:       [update]: audio/deadbeef disable GCC 4.5
>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:   Sat Nov 19 19:50:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Veniamin Gvozdikov
>Release:        8.2-RELEASE-p2
>Organization:
>Environment:
FreeBSD  8.2-RELEASE-p2 FreeBSD 8.2-RELEASE-p2 #3 r222557M: Thu Jun 16 23:58:02 CEST 2011     root at neo.vx.sk:/usr/obj/releng_8_2/sys/GENERIC  amd64
>Description:
I'm activated GCC just amd64 it's need for build without compilling errors on the amd64.
>How-To-Repeat:

>Fix:
--- Makefile.orig	2011-11-18 20:45:57.036539909 +0000
+++ Makefile	2011-11-18 20:53:42.746612279 +0000
@@ -22,7 +22,6 @@ LIB_DEPENDS=	samplerate.1:${PORTSDIR}/au
 GNU_CONFIGURE=	yes
 USE_GETTEXT=	yes
 USE_GMAKE=	yes
-USE_GCC=	4.5+
 USE_LDCONFIG=	yes
 USE_BZIP2=	yes
 USE_ICONV=	yes
@@ -70,6 +69,10 @@ OPTIONS=	PULSE "PulseAudio output plugin
 
 .include <bsd.port.options.mk>
 
+.if ${ARCH} == "amd64"
+USE_GCC=	4.5+
+.endif
+
 .if defined(WITHOUT_PULSE)
 CONFIGURE_ARGS+=	--disable-pulse
 PLIST_SUB+=	PULSE="@comment "

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



More information about the freebsd-ports-bugs mailing list