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
|
2004-07-04 20:50:59 +00:00
|
|
|
PORTVERSION= 3.3.5
|
|
|
|
PORTREVISION= 20040630
|
1999-08-05 16:21:08 +00:00
|
|
|
CATEGORIES= lang java
|
2003-11-08 22:05:16 +00:00
|
|
|
VERSIONSTRING= 3.3-${PORTREVISION}
|
2004-05-03 18:23:39 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GCC}
|
2003-11-08 22:05:16 +00:00
|
|
|
MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING}
|
2002-10-10 23:19:05 +00:00
|
|
|
DISTFILES= \
|
2003-10-17 13:34:24 +00:00
|
|
|
gcc-core-${VERSIONSTRING}${EXTRACT_SUFX} \
|
|
|
|
gcc-g++-${VERSIONSTRING}${EXTRACT_SUFX} \
|
|
|
|
gcc-g77-${VERSIONSTRING}${EXTRACT_SUFX} \
|
|
|
|
gcc-java-${VERSIONSTRING}${EXTRACT_SUFX} \
|
|
|
|
gcc-objc-${VERSIONSTRING}${EXTRACT_SUFX} \
|
|
|
|
gcc-testsuite-${VERSIONSTRING}${EXTRACT_SUFX}
|
1998-01-10 21:40:10 +00:00
|
|
|
|
2003-10-20 21:21:34 +00:00
|
|
|
MAINTAINER?= gerald@FreeBSD.org
|
2003-05-06 22:14:55 +00:00
|
|
|
COMMENT?= GNU Compiler Collection 3.3
|
1998-01-10 21:40:10 +00:00
|
|
|
|
2003-03-31 01:19:14 +00:00
|
|
|
LATEST_LINK?= gcc33${PKGNAMESUFFIX}
|
2002-03-04 21:08:06 +00:00
|
|
|
|
2004-01-26 22:51:16 +00:00
|
|
|
USE_BISON= yes
|
2003-05-08 11:32:06 +00:00
|
|
|
USE_BZIP2= yes
|
2004-01-26 22:51:16 +00:00
|
|
|
USE_GMAKE= yes
|
2003-07-11 17:10:13 +00:00
|
|
|
USE_PERL5_BUILD=yes
|
2004-01-26 22:51:16 +00:00
|
|
|
USE_REINPLACE= 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>
|
|
|
|
|
2004-03-14 12:39:34 +00:00
|
|
|
.if ${ARCH} == "amd64"
|
|
|
|
CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL}
|
2004-07-03 20:38:18 +00:00
|
|
|
BROKEN= "Bus errors in stage2; system compiler may be broken."
|
2004-03-14 12:39:34 +00:00
|
|
|
.else
|
2002-05-18 10:16:53 +00:00
|
|
|
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
|
2004-03-14 12:39:34 +00:00
|
|
|
.endif
|
1998-11-13 07:34:57 +00:00
|
|
|
|
2004-03-28 00:16:07 +00:00
|
|
|
.if ${ARCH} == ia64 || ${ARCH} == sparc64
|
|
|
|
WITHOUT_LIBJAVA= yes
|
|
|
|
.endif
|
|
|
|
|
2003-10-17 13:34:24 +00:00
|
|
|
SRCDIR= ${WRKDIR}/gcc-${VERSIONSTRING}
|
2000-12-21 23:50:36 +00:00
|
|
|
WRKSRC= ${WRKDIR}/build
|
2004-01-26 22:51:16 +00:00
|
|
|
SUFFIX= 33
|
2004-01-17 18:58:41 +00:00
|
|
|
TARGLIB= ${PREFIX}/lib/gcc-lib/${CONFIGURE_TARGET}/${PORTVERSION}
|
|
|
|
PLIST_SUB= GCC_VER=${PORTVERSION} GNU_HOST=${CONFIGURE_TARGET}
|
1998-01-10 21:40:10 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2003-05-06 11:45:22 +00:00
|
|
|
CONFIGURE_ARGS= --disable-nls \
|
2004-01-17 23:37:46 +00:00
|
|
|
--with-system-zlib \
|
2004-01-26 22:51:16 +00:00
|
|
|
--program-suffix=${SUFFIX} \
|
2004-01-17 18:58:41 +00:00
|
|
|
--with-gxx-include-dir=${TARGLIB}/include/c++/
|
2002-10-10 23:19:05 +00:00
|
|
|
MAKE_ARGS+= MAKEINFOFLAGS="--no-split"
|
1999-02-28 12:18:36 +00:00
|
|
|
.if defined(WANT_SHAREDLIBS)
|
2003-04-06 14:30:41 +00:00
|
|
|
CONFIGURE_ARGS+= --enable-shared
|
2003-04-21 07:59:03 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
LDCONFIG_DIRS= %%PREFIX%%/lib ${TARGLIB}
|
|
|
|
EXTRA_SHLIB= libgcc_s
|
2000-12-05 21:36:59 +00:00
|
|
|
.else
|
2003-04-06 14:30:41 +00:00
|
|
|
CONFIGURE_ARGS+= --disable-shared
|
1999-02-28 12:18:36 +00:00
|
|
|
.endif
|
2003-11-08 21:08:00 +00:00
|
|
|
ALL_TARGET= bootstrap-lean
|
2004-01-26 22:51:16 +00:00
|
|
|
MAN1= cpp${SUFFIX}.1 \
|
|
|
|
g++${SUFFIX}.1 \
|
|
|
|
g77-${SUFFIX}.1 \
|
|
|
|
gcc${SUFFIX}.1 \
|
|
|
|
gcov${SUFFIX}.1 \
|
|
|
|
gcj${SUFFIX}.1 \
|
|
|
|
gcjh${SUFFIX}.1 \
|
|
|
|
gij${SUFFIX}.1 \
|
|
|
|
grepjar${SUFFIX}.1 \
|
|
|
|
jar${SUFFIX}.1 \
|
|
|
|
jcf-dump${SUFFIX}.1 \
|
|
|
|
jv-scan${SUFFIX}.1 jv-convert${SUFFIX}.1 \
|
|
|
|
rmic${SUFFIX}.1 rmiregistry${SUFFIX}.1
|
2003-05-06 22:14:55 +00:00
|
|
|
MAN7= fsf-funding.7 gfdl.7 gpl.7
|
2003-08-04 17:21:31 +00:00
|
|
|
INFO= cpp cppinternals g77 gcc gccint gcj fastjar
|
2003-08-04 20:40:29 +00:00
|
|
|
|
2004-03-28 00:16:07 +00:00
|
|
|
.if defined(WITHOUT_LIBJAVA)
|
|
|
|
CONFIGURE_ARGS+= --disable-libgcj
|
|
|
|
PLIST_SUB+= LIBJAVA="@comment "
|
|
|
|
.else
|
|
|
|
PLIST_SUB+= LIBJAVA=""
|
|
|
|
.endif
|
|
|
|
|
2003-09-27 00:50:09 +00:00
|
|
|
pre-everything::
|
2004-04-17 18:25:47 +00:00
|
|
|
@${ECHO_MSG} "Making GCC ${DISTNAME:S/^gcc-//} for ${OPSYS} ${OSREL} target=${CONFIGURE_TARGET}"
|
|
|
|
.if defined(WITHOUT_LIBJAVA)
|
|
|
|
@${ECHO_MSG} "(without libgcj)"
|
|
|
|
.endif
|
2003-06-17 21:17:12 +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:
|
2004-07-04 20:50:59 +00:00
|
|
|
@${ECHO_MSG} "Consider running 'make check' before 'make install', especially
|
|
|
|
@${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
|
|
|
|
|
2004-02-08 13:08:44 +00:00
|
|
|
post-install: fake-manpages
|
2003-07-11 20:35:45 +00:00
|
|
|
@(for prog in \
|
2002-03-29 00:58:14 +00:00
|
|
|
${TARGLIB}/cc1 ${TARGLIB}/cc1obj ${TARGLIB}/cc1plus \
|
|
|
|
${TARGLIB}/collect2 ${TARGLIB}/f771 ; \
|
1999-08-05 16:21:08 +00:00
|
|
|
do \
|
2003-07-11 20:35:45 +00:00
|
|
|
${STRIP_CMD} $$prog ; \
|
2000-09-05 16:59:15 +00:00
|
|
|
done )
|
2004-01-30 13:52:37 +00:00
|
|
|
.for f in c++ g77 gcc g++ cpp gcov ${CONFIGURE_TARGET}-gcc ${CONFIGURE_TARGET}-g++ gcj gcjh gij jv-scan jcf-dump jv-convert jar grepjar rmic rmiregistry
|
2003-11-08 22:05:16 +00:00
|
|
|
# gij and jv-convert, for example, are not built on all platforms.
|
2004-01-26 22:51:16 +00:00
|
|
|
if [ -e ${PREFIX}/bin/${f}${SUFFIX} ]; then \
|
|
|
|
${STRIP_CMD} ${PREFIX}/bin/${f}${SUFFIX}; \
|
2004-03-28 00:16:07 +00:00
|
|
|
fi
|
|
|
|
if [ -e ${PREFIX}/man/man1/${f}.1 ]; then \
|
|
|
|
${MV} -f ${PREFIX}/man/man1/${f}.1 \
|
|
|
|
${PREFIX}/man/man1/${f}${SUFFIX}.1; \
|
2004-01-17 23:37:46 +00:00
|
|
|
fi
|
2001-08-15 16:54:42 +00:00
|
|
|
.endfor
|
2004-02-16 19:32:39 +00:00
|
|
|
${MV} -f ${PREFIX}/bin/g77${SUFFIX} ${PREFIX}/bin/g77-${SUFFIX}
|
|
|
|
-${MV} -f ${PREFIX}/man/man1/g77${SUFFIX}.1 ${PREFIX}/man/man1/g77-${SUFFIX}.1
|
2004-01-17 18:58:41 +00:00
|
|
|
# These libraries are moved from PREFIX/lib to avoid conflicts with
|
|
|
|
# the stock compiler.
|
2003-07-11 20:35:45 +00:00
|
|
|
.for f in libstdc++ libsupc++ libg2c libfrtbegin libobjc ${EXTRA_SHLIB}
|
|
|
|
${MV} -f ${PREFIX}/lib/${f}.* ${TARGLIB}
|
1998-01-10 21:40:10 +00:00
|
|
|
.endfor
|
2002-03-13 05:08:26 +00:00
|
|
|
-${MV} -f ${PREFIX}/lib/ieee ${TARGLIB}
|
2002-10-10 23:19:05 +00:00
|
|
|
-${MV} -f ${PREFIX}/lib/libgcj.* ${TARGLIB}
|
2002-03-13 05:08:26 +00:00
|
|
|
${RM} -f ${PREFIX}/lib/libiberty.a
|
2002-03-29 00:58:14 +00:00
|
|
|
${RM} -f ${TARGLIB}/*.la
|
2004-01-05 22:39:43 +00:00
|
|
|
# Handle target libraries and GCJ include files.
|
|
|
|
${RM} -f ${WRKDIR}/PLIST.lib
|
2004-01-13 21:24:49 +00:00
|
|
|
.for d in ${TARGLIB:S/^${PREFIX}\///} include/gcj include/gnu include/java include/javax
|
|
|
|
cd ${PREFIX} ; if [ -d $d ]; then \
|
|
|
|
${FIND} $d -type f -o -type l >>${WRKDIR}/PLIST.lib ;\
|
2004-01-22 11:06:02 +00:00
|
|
|
${FIND} $d -type d | ${SORT} -r \
|
2004-01-13 21:24:49 +00:00
|
|
|
| ${SED} -e 's/^/@dirrm /g' >>${WRKDIR}/PLIST.lib ;\
|
|
|
|
fi
|
2003-11-15 17:48:11 +00:00
|
|
|
.endfor
|
2004-01-05 22:39:43 +00:00
|
|
|
(${ECHO_CMD} "@unexec rmdir %D/lib/gcc-lib/${CONFIGURE_TARGET} 2>&1 || true" ; ${ECHO_CMD} "@unexec rmdir %D/lib/gcc-lib 2>&1 || true") >> ${WRKDIR}/PLIST.lib
|
2002-01-29 11:24:09 +00:00
|
|
|
${ECHO_CMD} "r ${TMPPLIST}" > ${WRKDIR}/ex.script
|
2003-12-14 21:09:36 +00:00
|
|
|
${ECHO_CMD} "/Insert PLIST.lib" >> ${WRKDIR}/ex.script
|
2002-01-29 11:24:09 +00:00
|
|
|
${ECHO_CMD} "d" >> ${WRKDIR}/ex.script
|
2003-12-14 21:09:36 +00:00
|
|
|
${ECHO_CMD} "r ${WRKDIR}/PLIST.lib" >> ${WRKDIR}/ex.script
|
2002-01-29 11:24:09 +00:00
|
|
|
${ECHO_CMD} "x!" >> ${WRKDIR}/ex.script
|
2003-12-14 21:09:36 +00:00
|
|
|
${CP} -p ${TMPPLIST} ${TMPPLIST}.pre
|
2000-09-05 16:59:15 +00:00
|
|
|
cd ${WRKDIR} ; ex < ex.script
|
1998-01-10 21:40:10 +00:00
|
|
|
|
2002-10-10 23:19:05 +00:00
|
|
|
cklatest:
|
2003-04-06 14:30:41 +00:00
|
|
|
.for SITE in ftp://gcc.gnu.org/pub/gcc/snapshots/ ftp://mirrors.rcn.net/mirrors/sources.redhat.com/gcc/snapshots/
|
2003-12-26 15:39:48 +00:00
|
|
|
@-ncftpls ${SITE} | ${GREP} 'LATEST.*3\.3'
|
2002-10-10 23:19:05 +00:00
|
|
|
.endfor
|
|
|
|
|
1998-11-13 07:34:57 +00:00
|
|
|
.include <bsd.port.post.mk>
|
2004-02-08 13:08:44 +00:00
|
|
|
|
|
|
|
fake-manpages:
|
|
|
|
# man pages can only be generated if Perl >= 5.6 is installed, so
|
|
|
|
# fake them on 4.x systems.
|
|
|
|
.for mp in ${_MANPAGES}
|
|
|
|
( ${TEST} -e ${mp} || ${TOUCH} ${TOUCH_FLAGS} ${mp} )
|
|
|
|
.endfor
|