Date: Sat, 25 Aug 2012 15:04:46 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r303143 - head/lang/gcc42 Message-ID: <201208251504.q7PF4ksW054435@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Sat Aug 25 15:04:46 2012 New Revision: 303143 URL: http://svn.freebsd.org/changeset/ports/303143 Log: Add arm to NOT_FOR_ARCHS. [1] Remove ABI version numbers for all library dependencies. Reported by: linimon [1] Modified: head/lang/gcc42/Makefile Modified: head/lang/gcc42/Makefile ============================================================================== --- head/lang/gcc42/Makefile Sat Aug 25 14:38:21 2012 (r303142) +++ head/lang/gcc42/Makefile Sat Aug 25 15:04:46 2012 (r303143) @@ -19,15 +19,15 @@ DISTFILES= gcc-core-${VERSIONSTRING}${EX MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Compiler Collection 4.2 -LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ - mpfr.4:${PORTSDIR}/math/mpfr +LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \ + mpfr:${PORTSDIR}/math/mpfr DEPRECATED= Superseded by GCC 4.6 VERSIONSTRING= ${PORTVERSION:C/([0-9]+\.[0-9]+).*\.([0-9]+)/\1-\2/} SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/} LATEST_LINK= gcc${SUFFIX}${PKGNAMESUFFIX} -NOT_FOR_ARCHS= powerpc +NOT_FOR_ARCHS= arm powerpc USE_BISON= build USE_BZIP2= yes USE_GMAKE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208251504.q7PF4ksW054435>