svn commit: r303143 - head/lang/gcc42

Gerald Pfeifer gerald at FreeBSD.org
Sat Aug 25 15:04:47 UTC 2012


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 at 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



More information about the svn-ports-head mailing list