svn commit: r302116 - head/lang/gcc44

Gerald Pfeifer gerald at FreeBSD.org
Sun Aug 5 17:46:58 UTC 2012


Author: gerald
Date: Sun Aug  5 17:46:58 2012
New Revision: 302116
URL: http://svn.freebsd.org/changeset/ports/302116

Log:
  Remove ABI version numbers for all library dependencies.
  
  Just build, do not bootstrap, this obsolete and frozen version of GCC.

Modified:
  head/lang/gcc44/Makefile

Modified: head/lang/gcc44/Makefile
==============================================================================
--- head/lang/gcc44/Makefile	Sun Aug  5 17:06:49 2012	(r302115)
+++ head/lang/gcc44/Makefile	Sun Aug  5 17:46:58 2012	(r302116)
@@ -16,8 +16,8 @@ MASTER_SITE_SUBDIR=	releases/gcc-${VERSI
 MAINTAINER=	gerald at FreeBSD.org
 COMMENT=	GNU Compiler Collection 4.4
 
-LIB_DEPENDS=	gmp.10:${PORTSDIR}/math/gmp \
-		mpfr.4:${PORTSDIR}/math/mpfr
+LIB_DEPENDS=	gmp:${PORTSDIR}/math/gmp \
+		mpfr:${PORTSDIR}/math/mpfr
 RUN_DEPENDS+=	${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils
 
 DEPRECATED=	Superseded by GCC 4.6, only kept for the sake of cad/salome
@@ -52,7 +52,8 @@ LIBEXEC=	${PREFIX}/libexec/gcc${SUFFIX}
 GNU_CONFIGURE=	yes
 CFLAGS+=	-I${LOCALBASE}/include
 CPPFLAGS+=	-I${LOCALBASE}/include
-CONFIGURE_ARGS+=--disable-nls \
+CONFIGURE_ARGS+=--disable-bootstrap \
+		--disable-nls \
 		--enable-languages=c,c++,fortran \
 		--libdir=${TARGLIB} \
 		--libexecdir=${LIBEXEC} \
@@ -65,7 +66,6 @@ CONFIGURE_ARGS+=--disable-nls \
 		--with-pkgversion="FreeBSD Ports Collection" \
 		--with-system-zlib
 MAKE_ARGS+=	MAKEINFOFLAGS="--no-split"
-ALL_TARGET=	bootstrap-lean
 USE_LDCONFIG=	${TARGLIB}
 PLIST_SUB=	GCC_VER=${PORTVERSION} \
 		GNU_HOST=${CONFIGURE_TARGET} \



More information about the svn-ports-all mailing list