2003-04-06 16:30:41 +02:00
|
|
|
# ex:ts=8
|
2009-04-08 01:39:11 +02:00
|
|
|
# Ports collection makefile for: gcc45
|
|
|
|
# Date created: 2009-04-05
|
|
|
|
# Whom: Gerald Pfeifer <gerald@FreeBSD.org>
|
1998-01-10 22:40:10 +01:00
|
|
|
#
|
1999-08-25 08:35:40 +02:00
|
|
|
# $FreeBSD$
|
1998-01-10 22:40:10 +01:00
|
|
|
#
|
1999-04-21 09:48:59 +02:00
|
|
|
|
2009-02-01 11:50:03 +01:00
|
|
|
PORTNAME= gcc
|
2009-04-08 01:39:11 +02:00
|
|
|
PORTVERSION= 4.5.0
|
2009-05-09 18:10:17 +02:00
|
|
|
PORTREVISION= 20090507
|
1999-08-05 18:21:08 +02:00
|
|
|
CATEGORIES= lang java
|
2009-04-08 01:39:11 +02:00
|
|
|
VERSIONSTRING= 4.5-${PORTREVISION}
|
2004-11-22 14:51:50 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GCC}
|
2003-11-14 23:01:13 +01:00
|
|
|
MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING}
|
2005-08-01 21:02:03 +02:00
|
|
|
DISTFILES= gcc-core-${VERSIONSTRING}${EXTRACT_SUFX} \
|
2006-11-05 15:32:58 +01:00
|
|
|
gcc-fortran-${VERSIONSTRING}${EXTRACT_SUFX} \
|
2003-05-15 14:56:34 +02:00
|
|
|
gcc-g++-${VERSIONSTRING}${EXTRACT_SUFX} \
|
2009-03-14 22:19:39 +01:00
|
|
|
gcc-objc-${VERSIONSTRING}${EXTRACT_SUFX}
|
2005-03-02 09:46:01 +01:00
|
|
|
|
2009-02-01 11:50:03 +01:00
|
|
|
MAINTAINER= gerald@FreeBSD.org
|
2009-04-08 01:39:11 +02:00
|
|
|
COMMENT= GNU Compiler Collection 4.5
|
2003-06-17 23:17:12 +02:00
|
|
|
|
2009-05-14 13:53:13 +02:00
|
|
|
LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \
|
2009-01-31 00:23:18 +01:00
|
|
|
mpfr.3:${PORTSDIR}/math/mpfr
|
2005-03-02 09:46:01 +01:00
|
|
|
|
2009-03-14 22:19:39 +01:00
|
|
|
.if defined(MAINTAINER_MODE)
|
|
|
|
DISTFILES+= gcc-testsuite-${VERSIONSTRING}${EXTRACT_SUFX}
|
|
|
|
BUILD_DEPENDS+= runtest:${PORTSDIR}/misc/dejagnu
|
|
|
|
.endif
|
|
|
|
|
2009-04-08 01:39:11 +02:00
|
|
|
SUFFIX= 45
|
2009-02-01 11:50:03 +01:00
|
|
|
LATEST_LINK= gcc${SUFFIX}${PKGNAMESUFFIX}
|
|
|
|
NOT_FOR_ARCHS= alpha ia64 powerpc
|
2007-10-17 12:13:01 +02:00
|
|
|
USE_BISON= build
|
2003-05-08 13:32:06 +02:00
|
|
|
USE_BZIP2= yes
|
2004-01-28 23:15:03 +01:00
|
|
|
USE_GMAKE= yes
|
2005-11-14 01:28:31 +01:00
|
|
|
USE_ICONV= yes
|
2003-07-11 19:10:13 +02:00
|
|
|
USE_PERL5_BUILD=yes
|
2009-03-29 22:11:49 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2007-04-14 16:37:05 +02:00
|
|
|
WANT_GNOME= yes
|
1998-12-05 05:00:40 +01:00
|
|
|
|
2002-03-04 22:08:06 +01:00
|
|
|
PATCH_WRKSRC= ${SRCDIR}
|
2002-02-03 08:15:30 +01:00
|
|
|
CONFIGURE_SCRIPT= ../${SRCDIR:C/${WRKDIR}//}/configure
|
1998-11-13 08:34:57 +01:00
|
|
|
|
2000-09-05 18:59:15 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2006-10-19 18:43:58 +02:00
|
|
|
.if ${ARCH} != i386
|
2005-08-01 21:02:03 +02:00
|
|
|
WITHOUT_JAVA= yes
|
|
|
|
.endif
|
|
|
|
|
2004-02-19 23:12:30 +01:00
|
|
|
.if ${ARCH} == "amd64"
|
2004-03-17 09:18:15 +01:00
|
|
|
CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL}
|
2004-03-22 18:13:33 +01:00
|
|
|
.else
|
|
|
|
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
|
2004-02-19 23:12:30 +01:00
|
|
|
.endif
|
|
|
|
|
2003-05-15 14:56:34 +02:00
|
|
|
SRCDIR= ${WRKDIR}/gcc-${VERSIONSTRING}
|
2000-12-22 00:50:36 +01:00
|
|
|
WRKSRC= ${WRKDIR}/build
|
2006-07-09 14:22:08 +02:00
|
|
|
TARGLIB= ${PREFIX}/lib/gcc-${PORTVERSION}
|
1998-01-10 22:40:10 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-06-14 02:45:24 +02:00
|
|
|
CONFIGURE_ARGS+= --disable-nls \
|
2004-01-22 12:58:14 +01:00
|
|
|
--with-system-zlib \
|
2003-12-15 08:45:53 +01:00
|
|
|
--with-libiconv-prefix=${LOCALBASE} \
|
2006-11-05 15:32:58 +01:00
|
|
|
--with-gmp=${LOCALBASE} \
|
2004-01-28 23:15:03 +01:00
|
|
|
--program-suffix=${SUFFIX} \
|
2005-06-26 13:44:16 +02:00
|
|
|
--libdir=${TARGLIB} \
|
2007-07-23 11:36:51 +02:00
|
|
|
--with-gxx-include-dir=${TARGLIB}/include/c++/
|
2002-10-11 01:19:05 +02:00
|
|
|
MAKE_ARGS+= MAKEINFOFLAGS="--no-split"
|
2006-07-03 23:18:10 +02:00
|
|
|
ALL_TARGET= bootstrap-lean
|
2006-06-18 08:39:28 +02:00
|
|
|
USE_LDCONFIG= ${TARGLIB}
|
2005-12-11 23:49:57 +01:00
|
|
|
PLIST_SUB= GCC_VER=${PORTVERSION} GNU_HOST=${CONFIGURE_TARGET} \
|
|
|
|
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 \
|
|
|
|
gcc${SUFFIX}/libgomp
|
2005-08-01 21:02:03 +02:00
|
|
|
|
|
|
|
.if ! defined(WITHOUT_JAVA)
|
|
|
|
DISTFILES+= gcc-java-${VERSIONSTRING}${EXTRACT_SUFX}
|
2006-06-11 17:42:59 +02:00
|
|
|
BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip
|
2006-07-23 15:31:06 +02:00
|
|
|
EXTRA_PATCHES+= ${FILESDIR}/java-patch-hier
|
2005-08-01 21:02:03 +02:00
|
|
|
# FIXME: we are currently getting weird build failures with libjava on
|
|
|
|
# some 4.x and 5.x systems, which the following works around. PR 81788.
|
|
|
|
CONFIGURE_ARGS+=--disable-rpath
|
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 \
|
|
|
|
gcc${SUFFIX}/gcj
|
2005-08-01 21:02:03 +02:00
|
|
|
PLIST_SUB+= JAVA=""
|
2007-04-11 20:39:26 +02:00
|
|
|
|
|
|
|
.if defined(WITH_JAVA_AWT)
|
|
|
|
LIB_DEPENDS+= cairo.2:${PORTSDIR}/graphics/cairo
|
|
|
|
USE_GNOME= gtk20 libartlgpl2
|
|
|
|
CONFIGURE_ARGS+= --enable-java-awt=gtk,xlib \
|
|
|
|
--enable-gtk-cairo
|
|
|
|
.endif
|
|
|
|
|
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
|
|
|
|
|
2003-12-15 08:45:53 +01:00
|
|
|
pre-everything::
|
2004-04-17 18:40:30 +02:00
|
|
|
@${ECHO_MSG} "Making GCC ${DISTNAME:S/^gcc-//} for ${OPSYS} ${OSREL} target=${CONFIGURE_TARGET}"
|
2007-04-09 20:34:53 +02:00
|
|
|
.if ! defined(WITHOUT_JAVA)
|
|
|
|
@DSIZ=700000; DSIZBYTE=734003200; \
|
|
|
|
if [ `ulimit -d` -lt $$DSIZ ]; then \
|
|
|
|
echo "You need to increase the datasize limit to at least $$DSIZ \
|
|
|
|
(and set kern.maxdsiz=\"$$DSIZBYTE\" in /boot/loader.conf) to \
|
|
|
|
build with Java support." | ${FMT} -s; \
|
|
|
|
exit 1; \
|
|
|
|
fi
|
|
|
|
.endif
|
2003-12-15 08:45:53 +01:00
|
|
|
|
2009-01-03 20:59:01 +01:00
|
|
|
pre-extract:
|
|
|
|
@# Building libgcj with lang/gcc295 installed is causing a failure
|
|
|
|
@# about "hidden symbol `__eprintf'" in libgcc.a(_eprintf.o).
|
|
|
|
@if type gcc295 >/dev/null ; then \
|
|
|
|
echo "This port will not build in the presence of lang/gcc295."; \
|
|
|
|
exit 1; \
|
|
|
|
fi
|
|
|
|
|
2003-03-30 00:14:33 +01:00
|
|
|
post-patch:
|
2003-07-09 23:20:55 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|\(const char version_string.*\)";|\1 [FreeBSD]";|' \
|
2003-03-30 00:14:33 +01:00
|
|
|
${SRCDIR}/gcc/version.c
|
|
|
|
|
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
|
|
|
|
2009-03-14 22:19:39 +01:00
|
|
|
full-regression-test: build
|
2003-05-09 16:47:00 +02:00
|
|
|
cd ${WRKSRC}; export RUNTESTFLAGS='--target_board ''unix{-pthread}'''; ${GMAKE} -sk check
|
|
|
|
|
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
|
2006-07-09 14:22:08 +02:00
|
|
|
.for d in ${TARGLIB:S/^${PREFIX}\///} libexec/gcc/${CONFIGURE_TARGET}/${PORTVERSION} 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
|
|
|
${ECHO_CMD} "@unexec ${RMDIR} %D/libexec/gcc/${CONFIGURE_TARGET} 2>&1 || true" >> ${WRKDIR}/PLIST.lib
|
|
|
|
${ECHO_CMD} "@unexec ${RMDIR} %D/libexec/gcc 2>&1 || true" >> ${WRKDIR}/PLIST.lib
|
|
|
|
cd ${WRKDIR} ; ${SED} -i -e "/PLIST.lib/ r PLIST.lib" ${TMPPLIST}
|
1998-01-10 22:40:10 +01:00
|
|
|
|
1998-11-13 08:34:57 +01:00
|
|
|
.include <bsd.port.post.mk>
|