summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2013-08-25 12:30:09 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2013-08-25 12:30:09 +0000
commit636df1c02df7a6efa73aa486eae7af84812ec6e8 (patch)
treee8ad21eb4a1295e03c35cf6690070491403c06f4 /lang
parentRemove two PyPi mirrors, one outdated [1] the other outdated/offline [2] (diff)
Replace VERSIONSTRING by DISTVERSION.
Replace USE_GMAKE by USES=gmake.
Notes
Notes: svn path=/head/; revision=325341
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile
index d76d3d42628b..f86a6e6513cf 100644
--- a/lang/gcc/Makefile
+++ b/lang/gcc/Makefile
@@ -5,7 +5,7 @@ PORTNAME= gcc
PORTVERSION= 4.6.3
CATEGORIES= lang java
MASTER_SITES= ${MASTER_SITE_GCC}
-MASTER_SITE_SUBDIR= releases/gcc-${VERSIONSTRING}
+MASTER_SITE_SUBDIR= releases/gcc-${DISTVERSION}
MAINTAINER= gerald@FreeBSD.org
COMMENT= GNU Compiler Collection 4.6
@@ -22,16 +22,15 @@ BUILD_DEPENDS+= runtest:${PORTSDIR}/misc/dejagnu
CONFLICTS= gcc-4.6.[4-9]*
-# VERSIONSTRING relates to downloads, GCC_VERSION and SUFFIX to names
+# DISTVERSION relates to downloads, GCC_VERSION and SUFFIX to names
# of executables and directories once installed.
-VERSIONSTRING= ${PORTVERSION}
+DISTVERSION= ${PORTVERSION}
GCC_VERSION= ${PORTVERSION:C/(.+)\.[0-9]{8}/\1/}
SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/}
ONLY_FOR_ARCHS= amd64 i386 ia64 powerpc sparc64
+USES= bison gmake iconv
USE_BINUTILS= yes
-USES= bison iconv
USE_BZIP2= yes
-USE_GMAKE= yes
USE_PERL5_BUILD=yes
PATCH_WRKSRC= ${SRCDIR}
@@ -53,7 +52,7 @@ CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
.endif
LANGUAGES:= c,c++,objc,fortran
-SRCDIR= ${WRKDIR}/gcc-${VERSIONSTRING}
+SRCDIR= ${WRKDIR}/gcc-${DISTVERSION}
WRKSRC= ${WRKDIR}/build
TARGLIB= ${PREFIX}/lib/gcc${SUFFIX}
LIBEXEC= ${PREFIX}/libexec/gcc${SUFFIX}