From owner-svn-ports-all@FreeBSD.ORG Wed Aug 28 11:44:04 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 879C7E1E; Wed, 28 Aug 2013 11:44:04 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 74FC8208B; Wed, 28 Aug 2013 11:44:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7SBi4f1066885; Wed, 28 Aug 2013 11:44:04 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7SBi4CF066884; Wed, 28 Aug 2013 11:44:04 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201308281144.r7SBi4CF066884@svn.freebsd.org> From: Andrej Zverev Date: Wed, 28 Aug 2013 11:44:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325516 - head/math/p5-Math-Int128 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Aug 2013 11:44:04 -0000 Author: az Date: Wed Aug 28 11:44:03 2013 New Revision: 325516 URL: http://svnweb.freebsd.org/changeset/ports/325516 Log: our default gcc ports version 4.6, change USE_GCC to yes. Submitted by: gerald@ Approved by: maintainer (implicit, no functional change) Modified: head/math/p5-Math-Int128/Makefile Modified: head/math/p5-Math-Int128/Makefile ============================================================================== --- head/math/p5-Math-Int128/Makefile Wed Aug 28 09:01:38 2013 (r325515) +++ head/math/p5-Math-Int128/Makefile Wed Aug 28 11:44:03 2013 (r325516) @@ -26,11 +26,11 @@ MAN3= Math::Int128.3 \ .include -# need clang 3.2+ or gcc 4.4+ +# need clang 3.2+ or GCC 4.4+ .if exists(/usr/bin/clang) && ${OSVERSION} > 901505 CC= /usr/bin/clang .else -USE_GCC= 4.4+ +USE_GCC= yes .endif .include