Bug 174629 - [patch] math/p5-Math-Int128: use gcc 4.6+ instead of 4.4+
Summary: [patch] math/p5-Math-Int128: use gcc 4.6+ instead of 4.4+
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-perl (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-22 09:10 UTC by Kurt Jaeger
Modified: 2013-01-03 09:00 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (375 bytes, patch)
2012-12-22 09:10 UTC, Kurt Jaeger
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kurt Jaeger 2012-12-22 09:10:00 UTC
	use gcc 4.6+ instead of 4.4+

How-To-Repeat: 	-
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-12-22 22:37:43 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-01-03 08:59:26 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"
Comment 3 Philippe Audeoud freebsd_committer freebsd_triage 2013-01-03 08:59:50 UTC
State Changed
From-To: open->closed

Committed. Thanks!