ports/96894: Correction to port misc/firestring

Dean Hollister dean at odyssey.apana.org.au
Sun May 7 01:00:35 UTC 2006


>Number:         96894
>Category:       ports
>Synopsis:       Correction to port misc/firestring
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 07 01:00:34 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Dean Hollister
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
Australian Public Access Network Association Inc
>Environment:
System: FreeBSD odyssey.apana.org.au 4.11-STABLE FreeBSD 4.11-STABLE #0: Fri Apr 7 12:53:31 WST 2006 root at odyssey.apana.org.au:/usr/obj/usr/src/sys/ODYSSEY i386
>Description:
Correction to port misc/firestring

		USE_GCC=3.2 missing "+" flag, this may cause some ports to install
		multiple versions of GCC or force installation of GCC again where a 
		newer version is installed.
>How-To-Repeat:
>Fix:
diff -ruN firestring.old/Makefile firestring/Makefile
--- firestring.old/Makefile     Sun Apr 25 14:51:58 2004
+++ firestring/Makefile Sun May  7 08:53:15 2006
@@ -22,7 +22,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 500000
-USE_GCC=       3.2
+USE_GCC=       3.2+
 .else
 USE_GCC=       yes
 .endif
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list