Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Dec 2012 10:09:36 +0100
From:      Kurt Jaeger <fbsd-ports@opsec.eu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gerald@pfeifer.com
Subject:   ports/174629: [patch] use gcc 4.6+ instead of 4.4+
Message-ID:  <E1TmL5M-000D7k-QM@fa8.opsec.eu>
Resent-Message-ID: <201212220910.qBM9A0sL014495@freefall.freebsd.org>

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

>Number:         174629
>Category:       ports
>Synopsis:       [patch] use gcc 4.6+ instead of 4.4+
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 22 09:10:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Kurt Jaeger
>Release:        FreeBSD 8.3-RELEASE amd64
>Organization:
-
>Environment:
System: FreeBSD fa8.opsec.eu 8.3-RELEASE FreeBSD 8.3-RELEASE #0: Mon Apr 9 21:23:18 UTC 2012 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64


	-
>Description:
	use gcc 4.6+ instead of 4.4+
>How-To-Repeat:
	-
>Fix:

diff -r -u math/p5-Math-Int128/Makefile /usr/home/pi/myp/math/p5-Math-Int128/Makefile
--- math/p5-Math-Int128/Makefile	2012-12-20 09:56:41.000000000 +0100
+++ /usr/home/pi/myp/math/p5-Math-Int128/Makefile	2012-12-22 10:06:17.000000000 +0100
@@ -18,7 +18,7 @@
 
 PERL_CONFIGURE=	yes
 
-USE_GCC=	4.4+
+USE_GCC=	4.6+
 
 MAN3=		Math::Int128.3 \
 		Math::Int128::die_on_overflow.3
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1TmL5M-000D7k-QM>