Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 May 2006 08:58:02 +0800 (WST)
From:      Dean Hollister <dean@odyssey.apana.org.au>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/96894: Correction to port misc/firestring
Message-ID:  <200605070058.IAA05253@odyssey.apana.org.au>
Resent-Message-ID: <200605070100.k4710YPT013252@freefall.freebsd.org>

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

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



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