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-12-17 19:08:19 +00:00
|
|
|
PORTVERSION= 3.3.6
|
2005-07-10 17:13:19 +00:00
|
|
|
PORTEPOCH= 1
|
2005-05-03 23:16:32 +00:00
|
|
|
CATEGORIES= lang
|
2005-07-10 17:13:19 +00:00
|
|
|
VERSIONSTRING= ${PORTVERSION}
|
2004-05-03 18:23:39 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GCC}
|
2005-07-10 17:13:19 +00:00
|
|
|
MASTER_SITE_SUBDIR= releases/gcc-${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-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
|
|
|
|
2005-05-16 17:10:36 +00:00
|
|
|
CONFLICTS= gcc-4.0.* gcc-4.1.*
|
2003-03-31 01:19:14 +00:00
|
|
|
LATEST_LINK?= gcc33${PKGNAMESUFFIX}
|
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>
|
|
|
|
|
2005-07-14 22:43:57 +00:00
|
|
|
.if ${OSVERSION} >= 700000
|
|
|
|
IGNORE= does not support FreeBSD 7.x and above
|
|
|
|
.endif
|
2004-03-14 12:39:34 +00:00
|
|
|
.if ${ARCH} == "amd64"
|
|
|
|
CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL}
|
2005-05-03 23:16:32 +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
|
|
|
|
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}
|
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} \
|
2005-07-14 13:14:32 +00:00
|
|
|
--libdir=${TARGLIB} \
|
2005-05-03 23:16:32 +00:00
|
|
|
--with-gxx-include-dir=${TARGLIB}/include/c++/ \
|
|
|
|
--enable-languages=c,c++,objc,f77
|
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
|
2005-07-19 15:07:34 +00:00
|
|
|
LDCONFIG_DIRS= ${TARGLIB}
|
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
|
2005-05-16 17:10:36 +00:00
|
|
|
PLIST_SUB= GCC_VER=${PORTVERSION} GNU_HOST=${CONFIGURE_TARGET}
|
2004-01-26 22:51:16 +00:00
|
|
|
MAN1= cpp${SUFFIX}.1 \
|
|
|
|
g++${SUFFIX}.1 \
|
|
|
|
g77-${SUFFIX}.1 \
|
|
|
|
gcc${SUFFIX}.1 \
|
2005-05-03 23:16:32 +00:00
|
|
|
gcov${SUFFIX}.1
|
|
|
|
INFO= cpp cppinternals g77 gcc gccint
|
2004-03-28 00:16:07 +00:00
|
|
|
|
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}"
|
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:
|
2005-05-16 17:10:36 +00:00
|
|
|
@${ECHO_MSG} "Consider running 'make check' before 'make install', especially"
|
2004-07-04 20:50:59 +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-20 00:56:12 +00:00
|
|
|
post-install:
|
2005-07-10 17:13:19 +00:00
|
|
|
# man pages can only be generated if Perl >= 5.6 is installed;
|
|
|
|
# fake them otherwise.
|
2005-05-22 00:37:29 +00:00
|
|
|
for mp in ${_MANPAGES}; do \
|
|
|
|
${TEST} -e $${mp} || ${TOUCH} ${TOUCH_FLAGS} $${mp}; \
|
|
|
|
done
|
2005-05-09 21:22:09 +00:00
|
|
|
.for f in c++ g77 gcc g++ cpp gcov ${CONFIGURE_TARGET}-gcc ${CONFIGURE_TARGET}-g++
|
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}
|
2005-05-20 00:56:12 +00:00
|
|
|
-${MV} -f ${PREFIX}/man/man1/g77${SUFFIX}.1 ${PREFIX}/man/man1/g77-${SUFFIX}.1
|
2005-07-14 13:14:32 +00:00
|
|
|
${RM} -f ${TARGLIB}/*.la
|
2005-05-16 17:10:36 +00:00
|
|
|
${RM} -f ${PREFIX}/man/man7/fsf-funding.7 \
|
|
|
|
${PREFIX}/man/man7/gfdl.7 ${PREFIX}/man/man7/gpl.7
|
|
|
|
# Add target libraries and include files to packaging list.
|
2004-01-05 22:39:43 +00:00
|
|
|
${RM} -f ${WRKDIR}/PLIST.lib
|
2005-05-03 23:16:32 +00:00
|
|
|
.for d in ${TARGLIB:S/^${PREFIX}\///} include/gnu
|
2004-01-13 21:24:49 +00:00
|
|
|
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
|
2005-07-14 13:14:32 +00:00
|
|
|
${ECHO_CMD} "@unexec ${RMDIR} %D/lib/gcc-lib/${CONFIGURE_TARGET} 2>&1 || true" >> ${WRKDIR}/PLIST.lib
|
|
|
|
${ECHO_CMD} "@unexec ${RMDIR} %D/lib/gcc-lib 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
|
|
|
|
2002-10-10 23:19:05 +00:00
|
|
|
cklatest:
|
2005-05-16 17:10:36 +00:00
|
|
|
.for SITE in ftp://gcc.gnu.org/pub/gcc/snapshots/
|
|
|
|
@-ncftpls -l ${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>
|