2003-04-06 14:30:41 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: egcs
|
1998-07-16 06:23:42 +00:00
|
|
|
# Date created: 9 Jan 1998
|
|
|
|
# Whom: John Polstra <jdp@polstra.com>
|
1998-01-10 21:40:10 +00:00
|
|
|
#
|
1999-08-25 06:35:40 +00:00
|
|
|
# $FreeBSD$
|
1998-01-10 21:40:10 +00:00
|
|
|
#
|
1999-04-21 07:48:59 +00:00
|
|
|
|
2002-03-13 05:08:26 +00:00
|
|
|
PORTNAME= gcc
|
2006-11-05 14:32:58 +00:00
|
|
|
PORTVERSION= 4.3.0
|
2007-07-28 16:25:26 +00:00
|
|
|
PORTREVISION= 20070727
|
1999-08-05 16:21:08 +00:00
|
|
|
CATEGORIES= lang java
|
2006-11-05 14:32:58 +00:00
|
|
|
VERSIONSTRING= 4.3-${PORTREVISION}
|
2004-11-22 13:51:50 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GCC}
|
2003-11-14 22:01:13 +00:00
|
|
|
MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING}
|
2005-08-01 19:02:03 +00:00
|
|
|
DISTFILES= gcc-core-${VERSIONSTRING}${EXTRACT_SUFX} \
|
2006-11-05 14:32:58 +00:00
|
|
|
gcc-fortran-${VERSIONSTRING}${EXTRACT_SUFX} \
|
2003-05-15 12:56:34 +00:00
|
|
|
gcc-g++-${VERSIONSTRING}${EXTRACT_SUFX} \
|
2004-11-07 11:40:15 +00:00
|
|
|
gcc-objc-${VERSIONSTRING}${EXTRACT_SUFX} \
|
2005-11-29 21:09:08 +00:00
|
|
|
gcc-testsuite-${VERSIONSTRING}${EXTRACT_SUFX}
|
2005-03-02 08:46:01 +00:00
|
|
|
|
2006-04-23 11:00:59 +00:00
|
|
|
MAINTAINER?= gerald@FreeBSD.org
|
2006-11-05 14:32:58 +00:00
|
|
|
COMMENT?= GNU Compiler Collection 4.3
|
2003-06-17 21:17:12 +00:00
|
|
|
|
2006-05-10 14:46:47 +00:00
|
|
|
LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 \
|
2006-03-15 22:42:16 +00:00
|
|
|
mpfr.1:${PORTSDIR}/math/mpfr
|
2005-03-02 08:46:01 +00:00
|
|
|
|
2006-11-05 14:32:58 +00:00
|
|
|
SUFFIX= 43
|
2006-03-15 22:42:16 +00:00
|
|
|
LATEST_LINK?= gcc${SUFFIX}${PKGNAMESUFFIX}
|
2007-01-15 01:10:13 +00:00
|
|
|
NOT_FOR_ARCHS= alpha ia64
|
2004-01-28 22:15:03 +00:00
|
|
|
USE_BISON= yes
|
2003-05-08 11:32:06 +00:00
|
|
|
USE_BZIP2= yes
|
2004-01-28 22:15:03 +00:00
|
|
|
USE_GMAKE= yes
|
2005-11-14 00:28:31 +00:00
|
|
|
USE_ICONV= yes
|
2003-07-11 17:10:13 +00:00
|
|
|
USE_PERL5_BUILD=yes
|
2007-04-14 14:37:05 +00:00
|
|
|
WANT_GNOME= yes
|
1998-12-05 04:00:40 +00:00
|
|
|
|
2002-03-04 21:08:06 +00:00
|
|
|
PATCH_WRKSRC= ${SRCDIR}
|
2002-02-03 07:15:30 +00:00
|
|
|
CONFIGURE_SCRIPT= ../${SRCDIR:C/${WRKDIR}//}/configure
|
2003-03-24 16:03:14 +00:00
|
|
|
NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4
|
1998-11-13 07:34:57 +00:00
|
|
|
|
2000-09-05 16:59:15 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2006-10-19 16:43:58 +00:00
|
|
|
.if ${ARCH} != i386
|
2005-08-01 19:02:03 +00:00
|
|
|
WITHOUT_JAVA= yes
|
|
|
|
.endif
|
|
|
|
|
2004-02-19 22:12:30 +00:00
|
|
|
.if ${ARCH} == "amd64"
|
2004-03-17 08:18:15 +00:00
|
|
|
CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL}
|
2004-03-22 17:13:33 +00:00
|
|
|
.else
|
|
|
|
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
|
2004-02-19 22:12:30 +00:00
|
|
|
.endif
|
|
|
|
|
2007-04-11 18:39:26 +00:00
|
|
|
.if ${OSVERSION} < 502102
|
|
|
|
CONFIGURE_ARGS+= --disable-libgomp
|
|
|
|
.endif
|
|
|
|
|
2003-05-15 12:56:34 +00:00
|
|
|
SRCDIR= ${WRKDIR}/gcc-${VERSIONSTRING}
|
2000-12-21 23:50:36 +00:00
|
|
|
WRKSRC= ${WRKDIR}/build
|
2006-07-09 12:22:08 +00:00
|
|
|
TARGLIB= ${PREFIX}/lib/gcc-${PORTVERSION}
|
1998-01-10 21:40:10 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2005-06-14 00:45:24 +00:00
|
|
|
CONFIGURE_ARGS+= --disable-nls \
|
2004-01-22 11:58:14 +00:00
|
|
|
--with-system-zlib \
|
2003-12-15 07:45:53 +00:00
|
|
|
--with-libiconv-prefix=${LOCALBASE} \
|
2006-11-05 14:32:58 +00:00
|
|
|
--with-gmp=${LOCALBASE} \
|
2004-01-28 22:15:03 +00:00
|
|
|
--program-suffix=${SUFFIX} \
|
2005-06-26 11:44:16 +00:00
|
|
|
--libdir=${TARGLIB} \
|
2007-07-23 09:36:51 +00:00
|
|
|
--with-gxx-include-dir=${TARGLIB}/include/c++/
|
2002-10-10 23:19:05 +00:00
|
|
|
MAKE_ARGS+= MAKEINFOFLAGS="--no-split"
|
2006-07-03 21:18:10 +00:00
|
|
|
ALL_TARGET= bootstrap-lean
|
2006-06-18 06:39:28 +00:00
|
|
|
USE_LDCONFIG= ${TARGLIB}
|
2005-12-11 22:49:57 +00:00
|
|
|
PLIST_SUB= GCC_VER=${PORTVERSION} GNU_HOST=${CONFIGURE_TARGET} \
|
|
|
|
SUFFIX=${SUFFIX}
|
2004-01-28 22:15:03 +00:00
|
|
|
MAN1= cpp${SUFFIX}.1 \
|
|
|
|
g++${SUFFIX}.1 \
|
|
|
|
gcc${SUFFIX}.1 \
|
2007-01-02 21:42:49 +00:00
|
|
|
gcov${SUFFIX}.1 \
|
|
|
|
gfortran${SUFFIX}.1
|
2005-12-21 21:14:08 +00:00
|
|
|
INFO= gcc${SUFFIX}/cpp \
|
|
|
|
gcc${SUFFIX}/cppinternals \
|
|
|
|
gcc${SUFFIX}/gcc \
|
|
|
|
gcc${SUFFIX}/gccinstall \
|
2007-01-02 21:42:49 +00:00
|
|
|
gcc${SUFFIX}/gccint \
|
2007-02-06 13:06:01 +00:00
|
|
|
gcc${SUFFIX}/gfortran
|
|
|
|
.if ${OSVERSION} >= 502102
|
2007-02-12 00:59:48 +00:00
|
|
|
INFO+= gcc${SUFFIX}/libgomp
|
2007-02-06 13:06:01 +00:00
|
|
|
.endif
|
2005-08-01 19:02:03 +00:00
|
|
|
|
|
|
|
.if ! defined(WITHOUT_JAVA)
|
|
|
|
DISTFILES+= gcc-java-${VERSIONSTRING}${EXTRACT_SUFX}
|
2006-06-11 15:42:59 +00:00
|
|
|
BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip
|
2006-07-23 13:31:06 +00:00
|
|
|
EXTRA_PATCHES+= ${FILESDIR}/java-patch-hier
|
2005-08-01 19:02:03 +00: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
|
2007-03-12 16:45:56 +00:00
|
|
|
MAN1+= gappletviewer${SUFFIX}.1 \
|
|
|
|
gc-analyze${SUFFIX}.1 \
|
2007-02-18 21:58:37 +00:00
|
|
|
gcj${SUFFIX}.1 \
|
2004-12-25 15:16:14 +00:00
|
|
|
gcj-dbtool${SUFFIX}.1 \
|
2004-01-28 22:15:03 +00:00
|
|
|
gcjh${SUFFIX}.1 \
|
|
|
|
gij${SUFFIX}.1 \
|
2007-03-12 16:45:56 +00:00
|
|
|
gjar${SUFFIX}.1 \
|
|
|
|
gjarsigner${SUFFIX}.1 \
|
|
|
|
gjavah${SUFFIX}.1 \
|
2005-05-09 20:53:40 +00:00
|
|
|
gjnih${SUFFIX}.1 \
|
2007-03-12 16:45:56 +00:00
|
|
|
gkeytool${SUFFIX}.1 \
|
|
|
|
gnative2ascii${SUFFIX}.1 \
|
|
|
|
gorbd${SUFFIX}.1 \
|
2004-10-31 05:19:21 +00:00
|
|
|
grmic${SUFFIX}.1 \
|
2007-03-12 16:45:56 +00:00
|
|
|
grmid${SUFFIX}.1 \
|
2004-10-31 05:19:21 +00:00
|
|
|
grmiregistry${SUFFIX}.1 \
|
2004-01-28 22:15:03 +00:00
|
|
|
grepjar${SUFFIX}.1 \
|
2007-03-12 16:45:56 +00:00
|
|
|
gserialver${SUFFIX}.1 \
|
|
|
|
gtnameserv${SUFFIX}.1 \
|
2004-01-28 22:15:03 +00:00
|
|
|
jar${SUFFIX}.1 \
|
|
|
|
jcf-dump${SUFFIX}.1 \
|
|
|
|
jv-scan${SUFFIX}.1 jv-convert${SUFFIX}.1 \
|
|
|
|
rmic${SUFFIX}.1 rmiregistry${SUFFIX}.1
|
2007-04-12 00:49:10 +00:00
|
|
|
INFO+= gcc${SUFFIX}/cp-tools \
|
|
|
|
gcc${SUFFIX}/gcj
|
2005-08-01 19:02:03 +00:00
|
|
|
PLIST_SUB+= JAVA=""
|
2007-04-11 18:39:26 +00: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 07:41:04 +00:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--disable-libgcj
|
|
|
|
PLIST_SUB+= JAVA="@comment "
|
2004-12-16 09:32:21 +00:00
|
|
|
.endif
|
|
|
|
|
2003-12-15 07:45:53 +00:00
|
|
|
pre-everything::
|
2004-04-17 16:40:30 +00:00
|
|
|
@${ECHO_MSG} "Making GCC ${DISTNAME:S/^gcc-//} for ${OPSYS} ${OSREL} target=${CONFIGURE_TARGET}"
|
2007-04-09 18:34:53 +00: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 07:45:53 +00:00
|
|
|
|
2003-03-29 23:14:33 +00:00
|
|
|
post-patch:
|
2003-07-09 21:20:55 +00:00
|
|
|
@${REINPLACE_CMD} -e 's|\(const char version_string.*\)";|\1 [FreeBSD]";|' \
|
2003-03-29 23:14:33 +00:00
|
|
|
${SRCDIR}/gcc/version.c
|
|
|
|
|
1998-08-11 08:22:46 +00:00
|
|
|
pre-configure:
|
2000-10-10 23:32:34 +00:00
|
|
|
cd ${SRCDIR} ; contrib/gcc_update --touch
|
2003-04-25 17:06:46 +00:00
|
|
|
@${RM} -f ${SRCDIR}/gcc/*/*.info*
|
|
|
|
@${MKDIR} ${CONFIGURE_WRKSRC}
|
2000-09-05 16:59:15 +00:00
|
|
|
|
2003-05-09 14:47:00 +00:00
|
|
|
post-build:
|
2005-01-16 20:32:29 +00:00
|
|
|
@${ECHO_MSG} "Consider running 'make check' before 'make install', especially"
|
2004-07-04 14:39:45 +00:00
|
|
|
@${ECHO_MSG} "if you have not performed this build on -STABLE or -CURRENT."
|
|
|
|
@${ECHO_MSG} "This assumes that you have the dejagnu port installed."
|
2003-05-09 14:47:00 +00:00
|
|
|
|
|
|
|
check: build
|
|
|
|
cd ${WRKSRC}; export RUNTESTFLAGS='--target_board ''unix{-pthread}'''; ${GMAKE} -sk check
|
|
|
|
|
2005-05-22 23:42:53 +00:00
|
|
|
post-install:
|
|
|
|
# man pages can only be generated if Perl >= 5.6 is installed;
|
|
|
|
# fake them otherwise.
|
|
|
|
for mp in ${_MANPAGES}; do \
|
|
|
|
${TEST} -e $${mp} || ${TOUCH} ${TOUCH_FLAGS} $${mp}; \
|
|
|
|
done
|
2005-05-16 21:52:09 +00:00
|
|
|
${RM} -f ${PREFIX}/man/man7/fsf-funding.7 \
|
|
|
|
${PREFIX}/man/man7/gfdl.7 ${PREFIX}/man/man7/gpl.7
|
2006-09-17 18:27:16 +00:00
|
|
|
${RM} -f ${TARGLIB}/*.la
|
2005-05-16 21:52:09 +00:00
|
|
|
# Add target libraries and include files to packaging list.
|
2004-01-10 12:20:00 +00:00
|
|
|
${RM} -f ${WRKDIR}/PLIST.lib
|
2006-07-09 12:22:08 +00:00
|
|
|
.for d in ${TARGLIB:S/^${PREFIX}\///} libexec/gcc/${CONFIGURE_TARGET}/${PORTVERSION} include/gcj include/gnu include/java include/javax
|
2004-01-22 11:58:14 +00: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 16:20:50 +00:00
|
|
|
.endfor
|
2005-07-16 12:26:33 +00: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 21:40:10 +00:00
|
|
|
|
1998-11-13 07:34:57 +00:00
|
|
|
.include <bsd.port.post.mk>
|