2012-09-29 05:20:08 +02:00
|
|
|
# Created by: Gerald Pfeifer <gerald@FreeBSD.org>
|
1999-08-25 08:35:40 +02:00
|
|
|
# $FreeBSD$
|
1999-04-21 09:48:59 +02:00
|
|
|
|
2009-02-01 11:50:03 +01:00
|
|
|
PORTNAME= gcc
|
2013-09-24 09:53:54 +02:00
|
|
|
PORTVERSION= 4.8.2.s20130919
|
1999-08-05 18:21:08 +02:00
|
|
|
CATEGORIES= lang java
|
2004-11-22 14:51:50 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GCC}
|
2013-08-11 16:58:18 +02:00
|
|
|
MASTER_SITE_SUBDIR= snapshots/${DISTVERSION}
|
2005-03-02 09:46:01 +01:00
|
|
|
|
2009-02-01 11:50:03 +01:00
|
|
|
MAINTAINER= gerald@FreeBSD.org
|
2012-03-17 12:22:17 +01:00
|
|
|
COMMENT= GNU Compiler Collection 4.8
|
2003-06-17 23:17:12 +02:00
|
|
|
|
2012-07-25 11:53:04 +02:00
|
|
|
LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \
|
|
|
|
mpfr:${PORTSDIR}/math/mpfr \
|
|
|
|
mpc:${PORTSDIR}/math/mpc
|
2012-12-12 18:42:27 +01:00
|
|
|
BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils
|
2009-12-01 12:36:59 +01:00
|
|
|
RUN_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils
|
2005-03-02 09:46:01 +01:00
|
|
|
|
2009-03-14 22:19:39 +01:00
|
|
|
.if defined(MAINTAINER_MODE)
|
|
|
|
BUILD_DEPENDS+= runtest:${PORTSDIR}/misc/dejagnu
|
|
|
|
.endif
|
|
|
|
|
2013-08-11 16:58:18 +02:00
|
|
|
# DISTVERSION relates to downloads, GCC_VERSION and SUFFIX to names
|
|
|
|
# of executables and directories once installed. A PORTVERSION of
|
|
|
|
# 4.Y.2.s20130808 results in values of 4.Y-20130808, 4.Y.2, and 4Y
|
|
|
|
# for these three.
|
|
|
|
DISTVERSION= ${PORTVERSION:C/([0-9]+\.[0-9]+).*\.s([0-9]+)/\1-\2/}
|
|
|
|
GCC_VERSION= ${PORTVERSION:C/(.+)\.s[0-9]{8}/\1/}
|
2009-05-19 14:31:05 +02:00
|
|
|
SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/}
|
2009-02-01 11:50:03 +01:00
|
|
|
LATEST_LINK= gcc${SUFFIX}${PKGNAMESUFFIX}
|
2012-06-16 06:36:47 +02:00
|
|
|
ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 sparc64
|
2013-09-17 08:40:21 +02:00
|
|
|
USES= bison gmake iconv perl5
|
2010-09-27 23:45:10 +02:00
|
|
|
USE_BINUTILS= yes
|
2003-05-08 13:32:06 +02:00
|
|
|
USE_BZIP2= yes
|
2013-09-17 08:40:21 +02:00
|
|
|
USE_PERL5= build
|
2013-09-20 14:54:54 +02:00
|
|
|
SSP_UNSAFE= yes
|
1998-12-05 05:00:40 +01:00
|
|
|
|
2002-03-04 22:08:06 +01:00
|
|
|
PATCH_WRKSRC= ${SRCDIR}
|
2009-05-19 14:31:05 +02:00
|
|
|
CONFIGURE_SCRIPT= ../${SRCDIR:S/${WRKDIR}\///}/configure
|
1998-11-13 08:34:57 +01:00
|
|
|
|
2013-08-25 03:38:39 +02:00
|
|
|
OPTIONS_DEFINE= BOOTSTRAP
|
2012-07-30 14:47:27 +02:00
|
|
|
OPTIONS_DEFINE_i386= JAVA
|
|
|
|
OPTIONS_DEFINE_amd64= JAVA
|
2013-08-25 03:38:39 +02:00
|
|
|
OPTIONS_DEFAULT= BOOTSTRAP
|
2012-07-30 14:47:27 +02:00
|
|
|
OPTIONS_DEFAULT_i386= JAVA
|
|
|
|
OPTIONS_DEFAULT_amd64= JAVA
|
2013-08-25 03:38:39 +02:00
|
|
|
BOOTSTRAP_DESC= Build using a full bootstrap
|
2010-06-27 16:24:03 +02:00
|
|
|
|
2013-09-20 21:53:09 +02:00
|
|
|
NO_STAGE= yes
|
2000-09-05 18:59:15 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2004-02-19 23:12:30 +01:00
|
|
|
.if ${ARCH} == "amd64"
|
2013-09-12 12:20:45 +02:00
|
|
|
CONFIGURE_TARGET= x86_64-portbld-${OPSYS:L}${OSREL}
|
2004-03-22 18:13:33 +01:00
|
|
|
.else
|
2013-09-12 12:20:45 +02:00
|
|
|
CONFIGURE_TARGET= ${ARCH}-portbld-${OPSYS:L}${OSREL}
|
2004-02-19 23:12:30 +01:00
|
|
|
.endif
|
|
|
|
|
2012-06-16 06:36:47 +02:00
|
|
|
.if ${ARCH} == powerpc64
|
2012-07-03 11:48:33 +02:00
|
|
|
CONFIGURE_ENV+= UNAME_m="powerpc64"
|
2012-06-16 06:36:47 +02:00
|
|
|
.endif
|
|
|
|
|
2012-09-29 05:20:08 +02:00
|
|
|
LANGUAGES:= c,c++,objc,fortran
|
2013-08-11 16:58:18 +02:00
|
|
|
SRCDIR= ${WRKDIR}/gcc-${DISTVERSION}
|
2000-12-22 00:50:36 +01:00
|
|
|
WRKSRC= ${WRKDIR}/build
|
2009-05-18 12:01:29 +02:00
|
|
|
TARGLIB= ${PREFIX}/lib/gcc${SUFFIX}
|
|
|
|
LIBEXEC= ${PREFIX}/libexec/gcc${SUFFIX}
|
1998-01-10 22:40:10 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2009-06-19 18:28:03 +02:00
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
2013-08-25 03:38:39 +02:00
|
|
|
.if empty(PORT_OPTIONS:MBOOTSTRAP)
|
|
|
|
CONFIGURE_ARGS+=--disable-bootstrap
|
|
|
|
.else
|
|
|
|
ALL_TARGET= bootstrap-lean
|
|
|
|
.endif
|
2009-11-20 01:03:20 +01:00
|
|
|
CONFIGURE_ARGS+=--disable-nls \
|
2005-06-26 13:44:16 +02:00
|
|
|
--libdir=${TARGLIB} \
|
2009-05-18 12:01:29 +02:00
|
|
|
--libexecdir=${LIBEXEC} \
|
2009-12-01 12:36:59 +01:00
|
|
|
--program-suffix=${SUFFIX} \
|
|
|
|
--with-as=${LOCALBASE}/bin/as \
|
|
|
|
--with-gmp=${LOCALBASE} \
|
|
|
|
--with-gxx-include-dir=${TARGLIB}/include/c++/ \
|
2010-01-17 15:14:28 +01:00
|
|
|
--with-ld=${LOCALBASE}/bin/ld \
|
2013-09-04 22:01:05 +02:00
|
|
|
${ICONV_CONFIGURE_ARG} \
|
2011-04-27 13:22:15 +02:00
|
|
|
--with-pkgversion="FreeBSD Ports Collection" \
|
2009-12-01 12:36:59 +01:00
|
|
|
--with-system-zlib
|
2002-10-11 01:19:05 +02:00
|
|
|
MAKE_ARGS+= MAKEINFOFLAGS="--no-split"
|
2006-06-18 08:39:28 +02:00
|
|
|
USE_LDCONFIG= ${TARGLIB}
|
2012-10-01 05:46:21 +02:00
|
|
|
PLIST_SUB= GCC_VERSION=${GCC_VERSION} \
|
2009-05-30 11:32:25 +02:00
|
|
|
GNU_HOST=${CONFIGURE_TARGET} \
|
2005-12-11 23:49:57 +01:00
|
|
|
SUFFIX=${SUFFIX}
|
2004-01-28 23:15:03 +01:00
|
|
|
MAN1= cpp${SUFFIX}.1 \
|
|
|
|
g++${SUFFIX}.1 \
|
|
|
|
gcc${SUFFIX}.1 \
|
2007-01-02 22:42:49 +01:00
|
|
|
gcov${SUFFIX}.1 \
|
|
|
|
gfortran${SUFFIX}.1
|
2005-12-21 22:14:08 +01:00
|
|
|
INFO= gcc${SUFFIX}/cpp \
|
|
|
|
gcc${SUFFIX}/cppinternals \
|
|
|
|
gcc${SUFFIX}/gcc \
|
|
|
|
gcc${SUFFIX}/gccinstall \
|
2007-01-02 22:42:49 +01:00
|
|
|
gcc${SUFFIX}/gccint \
|
2009-01-05 21:36:33 +01:00
|
|
|
gcc${SUFFIX}/gfortran \
|
2011-02-10 02:44:23 +01:00
|
|
|
gcc${SUFFIX}/libgomp
|
2011-11-26 21:41:05 +01:00
|
|
|
.if ${ARCH} == "i386" || ${ARCH} == "amd64" || ${ARCH} == "alpha"
|
|
|
|
INFO+= gcc${SUFFIX}/libquadmath \
|
|
|
|
gcc${SUFFIX}/libitm
|
2011-02-10 02:44:23 +01:00
|
|
|
.endif
|
2005-08-01 21:02:03 +02:00
|
|
|
|
2012-07-30 14:47:27 +02:00
|
|
|
.if ${PORT_OPTIONS:MJAVA}
|
2013-01-20 17:44:04 +01:00
|
|
|
ECJ_JAR= ${LOCALBASE}/share/java/ecj-4.5.jar
|
|
|
|
BUILD_DEPENDS+= ${ECJ_JAR}:${PORTSDIR}/lang/gcc-ecj45 \
|
|
|
|
zip:${PORTSDIR}/archivers/zip
|
|
|
|
RUN_DEPENDS+= ${ECJ_JAR}:${PORTSDIR}/lang/gcc-ecj45
|
2006-07-23 15:31:06 +02:00
|
|
|
EXTRA_PATCHES+= ${FILESDIR}/java-patch-hier
|
2013-01-20 17:44:04 +01:00
|
|
|
CONFIGURE_ARGS+=--with-ecj-jar=${ECJ_JAR}
|
2012-09-29 05:20:08 +02:00
|
|
|
LANGUAGES:= ${LANGUAGES},java
|
2008-07-12 19:34:24 +02:00
|
|
|
MAN1+= aot-compile${SUFFIX}.1 \
|
|
|
|
gappletviewer${SUFFIX}.1 \
|
2007-03-12 17:45:56 +01:00
|
|
|
gc-analyze${SUFFIX}.1 \
|
2007-02-18 22:58:37 +01:00
|
|
|
gcj${SUFFIX}.1 \
|
2004-12-25 16:16:14 +01:00
|
|
|
gcj-dbtool${SUFFIX}.1 \
|
2004-01-28 23:15:03 +01:00
|
|
|
gcjh${SUFFIX}.1 \
|
|
|
|
gij${SUFFIX}.1 \
|
2007-03-12 17:45:56 +01:00
|
|
|
gjar${SUFFIX}.1 \
|
|
|
|
gjarsigner${SUFFIX}.1 \
|
|
|
|
gjavah${SUFFIX}.1 \
|
2008-11-09 06:07:39 +01:00
|
|
|
gjdoc${SUFFIX}.1 \
|
2007-03-12 17:45:56 +01:00
|
|
|
gkeytool${SUFFIX}.1 \
|
|
|
|
gnative2ascii${SUFFIX}.1 \
|
|
|
|
gorbd${SUFFIX}.1 \
|
2004-10-31 06:19:21 +01:00
|
|
|
grmic${SUFFIX}.1 \
|
2007-03-12 17:45:56 +01:00
|
|
|
grmid${SUFFIX}.1 \
|
2004-10-31 06:19:21 +01:00
|
|
|
grmiregistry${SUFFIX}.1 \
|
2007-03-12 17:45:56 +01:00
|
|
|
gserialver${SUFFIX}.1 \
|
|
|
|
gtnameserv${SUFFIX}.1 \
|
2004-01-28 23:15:03 +01:00
|
|
|
jcf-dump${SUFFIX}.1 \
|
2009-03-14 22:19:39 +01:00
|
|
|
jv-convert${SUFFIX}.1 \
|
|
|
|
rebuild-gcj-db${SUFFIX}.1
|
2007-04-12 02:49:10 +02:00
|
|
|
INFO+= gcc${SUFFIX}/cp-tools \
|
2013-04-20 01:45:27 +02:00
|
|
|
gcc${SUFFIX}/gcj
|
2005-08-01 21:02:03 +02:00
|
|
|
PLIST_SUB+= JAVA=""
|
2007-04-21 09:41:04 +02:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--disable-libgcj
|
|
|
|
PLIST_SUB+= JAVA="@comment "
|
2004-12-16 10:32:21 +01:00
|
|
|
.endif
|
2012-09-29 05:20:08 +02:00
|
|
|
CONFIGURE_ARGS+=--enable-languages=${LANGUAGES}
|
2004-12-16 10:32:21 +01:00
|
|
|
|
2003-12-15 08:45:53 +01:00
|
|
|
pre-everything::
|
2012-09-29 05:20:08 +02:00
|
|
|
@${ECHO_MSG} "Making GCC ${PORTVERSION} for ${CONFIGURE_TARGET} [${LANGUAGES}]"
|
2003-12-15 08:45:53 +01:00
|
|
|
|
1998-08-11 10:22:46 +02:00
|
|
|
pre-configure:
|
2000-10-11 01:32:34 +02:00
|
|
|
cd ${SRCDIR} ; contrib/gcc_update --touch
|
2003-04-25 19:06:46 +02:00
|
|
|
@${RM} -f ${SRCDIR}/gcc/*/*.info*
|
|
|
|
@${MKDIR} ${CONFIGURE_WRKSRC}
|
2000-09-05 18:59:15 +02:00
|
|
|
|
2011-03-19 15:50:55 +01:00
|
|
|
.if defined(MAINTAINER_MODE)
|
2009-03-14 22:19:39 +01:00
|
|
|
full-regression-test: build
|
2010-06-27 13:48:58 +02:00
|
|
|
cd ${WRKSRC}; ${GMAKE} -sk check
|
2011-03-19 15:50:55 +01:00
|
|
|
.endif
|
2003-05-09 16:47:00 +02:00
|
|
|
|
2005-05-23 01:42:53 +02:00
|
|
|
post-install:
|
2005-05-16 23:52:09 +02:00
|
|
|
${RM} -f ${PREFIX}/man/man7/fsf-funding.7 \
|
|
|
|
${PREFIX}/man/man7/gfdl.7 ${PREFIX}/man/man7/gpl.7
|
2006-09-17 20:27:16 +02:00
|
|
|
${RM} -f ${TARGLIB}/*.la
|
2005-05-16 23:52:09 +02:00
|
|
|
# Add target libraries and include files to packaging list.
|
2004-01-10 13:20:00 +01:00
|
|
|
${RM} -f ${WRKDIR}/PLIST.lib
|
2009-05-18 12:01:29 +02:00
|
|
|
.for d in ${TARGLIB:S/^${PREFIX}\///} ${LIBEXEC:S/^${PREFIX}\///} include/gcj include/gnu include/java include/javax
|
2004-01-22 12:58:14 +01:00
|
|
|
cd ${PREFIX} ; if [ -d $d ]; then \
|
|
|
|
${FIND} $d -type f -o -type l >>${WRKDIR}/PLIST.lib ;\
|
|
|
|
${FIND} $d -type d | ${SORT} -r \
|
|
|
|
| ${SED} -e 's/^/@dirrm /g' >>${WRKDIR}/PLIST.lib ;\
|
|
|
|
fi
|
2003-12-04 17:20:50 +01:00
|
|
|
.endfor
|
2005-07-16 14:26:33 +02:00
|
|
|
cd ${WRKDIR} ; ${SED} -i -e "/PLIST.lib/ r PLIST.lib" ${TMPPLIST}
|
2011-09-10 22:03:45 +02:00
|
|
|
@if type ccache-update-links >/dev/null 2>&1; then \
|
|
|
|
ccache-update-links -v; \
|
|
|
|
fi
|
1998-01-10 22:40:10 +01:00
|
|
|
|
1998-11-13 08:34:57 +01:00
|
|
|
.include <bsd.port.post.mk>
|