From pi@fa8.opsec.eu  Sat Dec 22 09:09:38 2012
Return-Path: <pi@fa8.opsec.eu>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 5D45E132;
	Sat, 22 Dec 2012 09:09:38 +0000 (UTC)
	(envelope-from pi@fa8.opsec.eu)
Received: from fa8.opsec.eu (fa8.opsec.eu [IPv6:2001:14f8:200:4::2])
	by mx1.freebsd.org (Postfix) with ESMTP id 19DB18FC0A;
	Sat, 22 Dec 2012 09:09:37 +0000 (UTC)
Received: from pi by fa8.opsec.eu with local (Exim 4.80.1 (FreeBSD))
	(envelope-from <pi@fa8.opsec.eu>)
	id 1TmL5M-000D7k-QM; Sat, 22 Dec 2012 10:09:36 +0100
Message-Id: <E1TmL5M-000D7k-QM@fa8.opsec.eu>
Date: Sat, 22 Dec 2012 10:09:36 +0100
From: Kurt Jaeger <fbsd-ports@opsec.eu>
Reply-To: Kurt Jaeger <fbsd-ports@opsec.eu>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gerald@pfeifer.com, jadawin@FreeBSD.org
Subject: [patch] use gcc 4.6+ instead of 4.4+
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         174629
>Category:       ports
>Synopsis:       [patch] math/p5-Math-Int128: use gcc 4.6+ instead of 4.4+
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    perl
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 22 09:10:00 UTC 2012
>Closed-Date:    Thu Jan 03 08:59:53 UTC 2013
>Last-Modified:  Thu Jan  3 09:00:04 UTC 2013
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Dec 22 22:37:43 UTC 2012 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=174629 
State-Changed-From-To: open->closed 
State-Changed-By: jadawin 
State-Changed-When: Thu Jan 3 08:59:50 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=174629 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/174629: commit references a PR
Date: Thu,  3 Jan 2013 08:59:26 +0000 (UTC)

 Author: jadawin
 Date: Thu Jan  3 08:59:14 2013
 New Revision: 309857
 URL: http://svnweb.freebsd.org/changeset/ports/309857
 
 Log:
   - USE_GCC set to 4.6+
   - Bump PORTREVISION
   
   PR:		ports/174629
   Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
 
 Modified:
   head/math/p5-Math-Int128/Makefile   (contents, props changed)
 
 Modified: head/math/p5-Math-Int128/Makefile
 ==============================================================================
 --- head/math/p5-Math-Int128/Makefile	Thu Jan  3 07:52:07 2013	(r309856)
 +++ head/math/p5-Math-Int128/Makefile	Thu Jan  3 08:59:14 2013	(r309857)
 @@ -4,6 +4,7 @@
  
  PORTNAME=	Math-Int128
  PORTVERSION=	0.07
 +PORTREVISION=	1
  CATEGORIES=	math perl5
  MASTER_SITES=	CPAN
  PKGNAMEPREFIX=	p5-
 @@ -18,7 +19,7 @@ RUN_DEPENDS=    p5-Math-Int64>=0.28:${PO
  
  PERL_CONFIGURE=	yes
  
 -USE_GCC=	4.4+
 +USE_GCC=	4.6+
  
  MAN3=		Math::Int128.3 \
  		Math::Int128::die_on_overflow.3
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
