ports/145007: audio/ario port build fine with gcc42, so GCC= 4.4+ is unneeded

Grzegorz Blach magik at roorback.net
Wed Mar 24 16:30:04 UTC 2010


>Number:         145007
>Category:       ports
>Synopsis:       audio/ario port build fine with gcc42, so GCC= 4.4+ is unneeded
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 24 16:30:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Grzegorz Blach
>Release:        8-STABLEq
>Organization:
>Environment:
FreeBSD silver.nine 8.0-STABLE FreeBSD 8.0-STABLE #0 r205348: Sat Mar 20 03:26:16 CET 2010     root at silver.nine:/usr/obj/usr/src/sys/SILVER  amd64

>Description:
Ario 1.3 need gcc4.4, to build due some -f... directives that is used.
but in Ario 1.4  building with gcc4.2 works correctly.

I'am sending patch that remove:
: GCC=    4.4+
from ario/Makefile

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN ario.old/Makefile ario/Makefile
--- ario.old/Makefile	2010-03-24 17:19:16.171150805 +0100
+++ ario/Makefile	2010-03-24 17:18:36.721491485 +0100
@@ -25,7 +25,6 @@
 CONFIGURE_ARGS=	--disable-avahi		# without this ario don't build
 USE_LDCONFIG=	yes
 USE_GMAKE=	yes
-USE_GCC=	4.4+
 USE_GNOME=	gtk20 gnomehack gnometarget
 INSTALLS_ICONS=	yes
 


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



More information about the freebsd-ports-bugs mailing list