[Midnightbsd-cvs] mports [16945] trunk/lang/gcc47/Makefile: update freebsd version
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Sep 7 12:38:32 EDT 2014
Revision: 16945
http://svnweb.midnightbsd.org/mports/?rev=16945
Author: laffer1
Date: 2014-09-07 12:38:30 -0400 (Sun, 07 Sep 2014)
Log Message:
-----------
update freebsd version
Modified Paths:
--------------
trunk/lang/gcc47/Makefile
Modified: trunk/lang/gcc47/Makefile
===================================================================
--- trunk/lang/gcc47/Makefile 2014-09-07 16:37:54 UTC (rev 16944)
+++ trunk/lang/gcc47/Makefile 2014-09-07 16:38:30 UTC (rev 16945)
@@ -11,11 +11,12 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT= GNU Compiler Collection 4.7
+
LICENSE= gpl3
-LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \
- mpfr.4:${PORTSDIR}/math/mpfr \
- mpc.2:${PORTSDIR}/math/mpc
+LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \
+ mpfr:${PORTSDIR}/math/mpfr \
+ mpc:${PORTSDIR}/math/mpc
RUN_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils
.if defined(MAINTAINER_MODE)
@@ -26,12 +27,10 @@
SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/}
LATEST_LINK= gcc${SUFFIX}${PKGNAMESUFFIX}
USE_BINUTILS= yes
+USES= gmake iconv
USE_BISON= build
USE_BZIP2= yes
-USE_GMAKE= yes
-USE_ICONV= yes
USE_PERL5_BUILD=yes
-MAKE_JOBS_SAFE= yes
PATCH_WRKSRC= ${SRCDIR}
CONFIGURE_SCRIPT= ../${SRCDIR:S/${WRKDIR}\///}/configure
@@ -45,9 +44,9 @@
.endif
.if ${ARCH} == "amd64"
-CONFIGURE_TARGET= x86_64-portbld-freebsd7.0
+CONFIGURE_TARGET= x86_64-portbld-freebsd9.1
.else
-CONFIGURE_TARGET= ${ARCH}-portbld-freebsd7.0
+CONFIGURE_TARGET= ${ARCH}-portbld-freebsd9.1
.endif
SRCDIR= ${WRKDIR}/gcc-${VERSIONSTRING}
More information about the Midnightbsd-cvs
mailing list