2004-04-10 17:26:55 +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
|
|
|
#
|
|
|
|
|
2002-09-18 14:43:03 +00:00
|
|
|
SNAPDATE= 2002-09-09
|
1999-04-21 07:48:59 +00:00
|
|
|
SNAPVER= ${SNAPDATE:S/-//g}
|
|
|
|
|
2002-03-09 09:00:59 +00:00
|
|
|
PORTNAME= gcc
|
2002-06-02 07:09:12 +00:00
|
|
|
PORTVERSION= 3.1.1
|
2004-02-04 05:21:48 +00:00
|
|
|
PORTREVISION= 1
|
2002-03-09 09:00:59 +00:00
|
|
|
PORTREVISION= ${SNAPVER}
|
1999-08-05 16:21:08 +00:00
|
|
|
CATEGORIES= lang java
|
2002-10-19 18:55:52 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GCC}
|
|
|
|
MASTER_SITE_SUBDIR= releases/gcc-${GCC_REV}
|
2002-08-02 14:54:20 +00:00
|
|
|
DISTFILES= gcc-core-${PORTVERSION}${EXTRACT_SUFX} \
|
|
|
|
gcc-g++-${PORTVERSION}${EXTRACT_SUFX} \
|
|
|
|
gcc-g77-${PORTVERSION}${EXTRACT_SUFX} \
|
|
|
|
gcc-java-${PORTVERSION}${EXTRACT_SUFX} \
|
|
|
|
gcc-objc-${PORTVERSION}${EXTRACT_SUFX}
|
1998-01-10 21:40:10 +00:00
|
|
|
|
2002-03-20 00:35:28 +00:00
|
|
|
PATCH_SITES= ftp://relay.nuxi.com/obrien/
|
2002-03-28 22:37:21 +00:00
|
|
|
PATCHFILES= port_gcc31_${SNAPDATE}.diff
|
2002-03-20 00:35:28 +00:00
|
|
|
|
2002-11-05 03:10:08 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:00:52 +00:00
|
|
|
COMMENT= GNU Compiler Collection 3.1 (inprogress version)
|
1998-01-10 21:40:10 +00:00
|
|
|
|
2004-04-10 17:26:55 +00:00
|
|
|
DEPRECATED= "This port is no longer in use by anything in the ports collection and will be removed in the future. Use a later release instead"
|
2004-03-14 03:22:00 +00:00
|
|
|
|
2003-05-09 05:34:06 +00:00
|
|
|
NOT_FOR_ARCHS= amd64 ia64
|
1999-04-21 07:48:59 +00:00
|
|
|
NO_CDROM= 'dated material'
|
2002-03-04 21:08:06 +00:00
|
|
|
LATEST_LINK= gcc31
|
|
|
|
|
|
|
|
USE_BZIP2= 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
|
2002-09-14 16:57:47 +00:00
|
|
|
|
|
|
|
.ifdef USE_GCC
|
|
|
|
.error You have `USE_GCC' variable defined either in environment or in make(1) arguments. Please undefine and try again.
|
|
|
|
.endif
|
|
|
|
|
2002-07-02 23:03:50 +00:00
|
|
|
# do not require Gcc 3.1 to compile -- or we have an infinate loop on RELENG_4.
|
|
|
|
USE_GCC= X
|
2002-07-08 18:10:23 +00:00
|
|
|
NOMANCOMPRESS= yes # to 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-05-13 09:05:40 +00:00
|
|
|
.if ${ARCH} == "sparc64"
|
|
|
|
BROKEN= "Install fails on sparc64"
|
|
|
|
.endif
|
|
|
|
|
2002-08-02 14:54:20 +00:00
|
|
|
.if ${PORTOBJFORMAT} == "aout"
|
1999-03-17 00:40:26 +00:00
|
|
|
CONFIGURE_TARGET= ${ARCH}-portbld-freebsdaout${OSREL}
|
2002-08-02 14:54:20 +00:00
|
|
|
.else
|
|
|
|
CONFIGURE_TARGET?= ${ARCH}-portbld-freebsd${OSREL}
|
1998-10-01 21:40:03 +00:00
|
|
|
.endif
|
1998-11-13 07:34:57 +00:00
|
|
|
|
2002-10-19 18:55:52 +00:00
|
|
|
GCC_REV= ${PORTVERSION:C/\.0$//}
|
2002-02-05 02:54:52 +00:00
|
|
|
#SRCDIR= ${WRKDIR}/gcc-${GCC_REV}
|
2002-08-02 14:54:20 +00:00
|
|
|
SRCDIR= ${WRKDIR}/gcc-${PORTVERSION}
|
2000-12-21 23:50:36 +00:00
|
|
|
WRKSRC= ${WRKDIR}/build
|
2002-02-03 07:15:30 +00:00
|
|
|
TARGLIB= ${PREFIX}/lib/gcc-lib/${CONFIGURE_TARGET}/${GCC_REV}
|
|
|
|
PLIST_SUB= GCC_REV=${GCC_REV} GNU_HOST=${CONFIGURE_TARGET} \
|
2002-08-02 14:54:20 +00:00
|
|
|
SNAPVER=${PORTVERSION}
|
1998-01-10 21:40:10 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
2000-09-05 16:59:15 +00:00
|
|
|
USE_BISON= yes
|
|
|
|
CONFIGURE_ARGS= --disable-nls --with-gnu-as --with-gnu-ld \
|
2002-08-02 14:54:20 +00:00
|
|
|
--with-gxx-include-dir=${TARGLIB}/include/g++-v3
|
2002-07-08 18:10:23 +00:00
|
|
|
#CONFIGURE_ARGS+= --program-suffix=31
|
2002-08-02 14:54:20 +00:00
|
|
|
# Java
|
|
|
|
CONFIGURE_ARGS+= --with-system-zlib --includedir=${TARGLIB}/include/Java
|
2002-03-04 21:08:06 +00:00
|
|
|
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
|
1999-02-28 12:18:36 +00:00
|
|
|
.if defined(WANT_SHAREDLIBS)
|
2004-04-10 17:26:55 +00:00
|
|
|
CONFIGURE_ARGS+= --enable-shared
|
2000-12-05 21:36:59 +00:00
|
|
|
.else
|
2004-04-10 17:26:55 +00:00
|
|
|
CONFIGURE_ARGS+= --disable-shared
|
1999-02-28 12:18:36 +00:00
|
|
|
.endif
|
2000-09-05 16:59:15 +00:00
|
|
|
.if defined(WANT_THREADS_SUPPORT)
|
2004-04-10 17:26:55 +00:00
|
|
|
CONFIGURE_ARGS+= --enable-threads
|
1999-07-04 21:49:26 +00:00
|
|
|
# ?is this an ObjC only thing?
|
2004-04-10 17:26:55 +00:00
|
|
|
CONFIGURE_ARGS+= --enable-threads=posix
|
1999-05-24 17:13:47 +00:00
|
|
|
.endif
|
1998-04-07 01:14:29 +00:00
|
|
|
ALL_TARGET= bootstrap
|
2002-07-08 18:10:23 +00:00
|
|
|
MAN1= cpp31.1 g++31.1 g77-31.1 gcc31.1 gcov31.1 \
|
|
|
|
gcj31.1 gcjh31.1 gij.1 \
|
|
|
|
jcf-dump31.1 jv-scan31.1 jv-convert.1
|
|
|
|
MAN7= fsf-funding.7 gfdl.7 gpl.7
|
1998-01-10 21:40:10 +00:00
|
|
|
|
2003-09-27 00:50:09 +00:00
|
|
|
pre-everything::
|
|
|
|
@${ECHO_MSG} "Making GCC ${DISTNAME:S/^gcc-//} for ${OPSYS} ${OSREL} ${PORTOBJFORMAT} target ${CONFIGURE_TARGET}"
|
2001-08-15 16:54:42 +00:00
|
|
|
|
1998-08-11 08:22:46 +00:00
|
|
|
pre-configure:
|
1999-07-04 20:55:43 +00:00
|
|
|
@# Keep from running `autoconf' and `autoheader' since we modified
|
|
|
|
@# configure.in by patching it.
|
2002-03-04 21:08:06 +00:00
|
|
|
@${TOUCH} ${SRCDIR}/gcc/configure
|
|
|
|
@${TOUCH} ${SRCDIR}/gcc/cstamp-h.in
|
2000-10-10 23:32:34 +00:00
|
|
|
@${MKDIR} ${CONFIGURE_WRKSRC}
|
2002-03-04 21:08:06 +00:00
|
|
|
@${RM} -f ${SRCDIR}/gcc/*/*.info*
|
1998-01-14 07:24:54 +00:00
|
|
|
|
2000-09-05 16:59:15 +00:00
|
|
|
pre-build:
|
2000-10-10 23:32:34 +00:00
|
|
|
cd ${SRCDIR} ; contrib/gcc_update --touch
|
2000-09-05 16:59:15 +00:00
|
|
|
|
1998-07-06 10:17:17 +00:00
|
|
|
pre-install:
|
|
|
|
${MKDIR} ${PREFIX}/info
|
|
|
|
|
1998-01-10 21:40:10 +00:00
|
|
|
post-install:
|
2001-08-15 16:54:42 +00:00
|
|
|
@${RM} -f ${PREFIX}/bin/c++ ${PREFIX}/bin/${CONFIGURE_TARGET}-c++
|
1998-05-20 08:59:31 +00:00
|
|
|
@${MV} -f ${PREFIX}/bin/c++filt ${PREFIX}/bin/g++filt
|
|
|
|
@(for prog in ${PREFIX}/bin/gcc ${PREFIX}/bin/g++ \
|
1999-08-05 16:21:08 +00:00
|
|
|
${PREFIX}/bin/g++filt ${PREFIX}/bin/g77 ${PREFIX}/bin/gcov \
|
|
|
|
${PREFIX}/bin/${CONFIGURE_TARGET}-gcc \
|
2002-03-28 22:37:21 +00:00
|
|
|
${TARGLIB}/cc1 ${TARGLIB}/cc1obj ${TARGLIB}/cc1plus \
|
|
|
|
${TARGLIB}/cpp0 ${TARGLIB}/collect2 ${TARGLIB}/f771 ; \
|
1999-08-05 16:21:08 +00:00
|
|
|
do \
|
2003-09-24 09:37:11 +00:00
|
|
|
${STRIP_CMD} $$prog ; \
|
2000-09-05 16:59:15 +00:00
|
|
|
done )
|
2002-03-04 21:08:06 +00:00
|
|
|
.for file in gcc g++ cpp g++filt gcov ${CONFIGURE_TARGET}-gcc ${CONFIGURE_TARGET}-g++ gcj gcjh jv-scan jcf-dump jar grepjar
|
|
|
|
${MV} -f ${PREFIX}/bin/${file} ${PREFIX}/bin/${file}31
|
2002-07-08 18:10:23 +00:00
|
|
|
( ${TEST} ! -e ${PREFIX}/man/man1/${file}.1 \
|
|
|
|
|| ${MV} -f ${PREFIX}/man/man1/${file}.1 \
|
2002-03-04 21:08:06 +00:00
|
|
|
${PREFIX}/man/man1/${file}31.1 )
|
2001-08-15 16:54:42 +00:00
|
|
|
.endfor
|
|
|
|
.for file in g77
|
2002-03-04 21:08:06 +00:00
|
|
|
${MV} -f ${PREFIX}/bin/${file} ${PREFIX}/bin/${file}-31
|
2002-07-08 18:10:23 +00:00
|
|
|
( ${TEST} ! -e ${PREFIX}/man/man1/${file}.1 \
|
|
|
|
|| ${MV} -f ${PREFIX}/man/man1/${file}.1 \
|
|
|
|
${PREFIX}/man/man1/${file}-31.1 )
|
2001-08-15 16:54:42 +00:00
|
|
|
.endfor
|
2002-08-02 14:54:20 +00:00
|
|
|
${MV} -f ${PREFIX}/bin/gccbug ${PREFIX}/bin/gccbug-${PORTVERSION}
|
2000-09-05 16:59:15 +00:00
|
|
|
# These 3 libraries are moved from PREFIX/lib to avoid conflicts
|
|
|
|
# with the stock compiler.
|
2002-03-09 09:00:59 +00:00
|
|
|
.for file in libstdc++ libsupc++ libg2c libfrtbegin libobjc
|
|
|
|
${MV} -f ${PREFIX}/lib/${file}.* ${TARGLIB}
|
1998-01-10 21:40:10 +00:00
|
|
|
.endfor
|
2002-03-09 09:00:59 +00:00
|
|
|
-${MV} -f ${PREFIX}/lib/ieee ${TARGLIB}
|
2002-08-02 14:54:20 +00:00
|
|
|
# Java
|
|
|
|
cd ${PREFIX}/lib ; ${MV} -f libgcj.* ${TARGLIB}
|
2002-03-11 09:25:20 +00:00
|
|
|
${RM} -f ${PREFIX}/lib/libiberty.a
|
2002-03-28 22:37:21 +00:00
|
|
|
${RM} -f ${TARGLIB}/*.la
|
2002-07-08 18:10:23 +00:00
|
|
|
# I am sick and tired of this .info shit, makeinfo --no-split isn't working
|
|
|
|
@cd ${PREFIX}/info ; ${RM} -f cpp.* cppinternals.* g77.* gcc.* gccint.* gcj.*
|
2002-03-09 09:00:59 +00:00
|
|
|
#.for info in cpp cppinternals g77 gcc gcj
|
|
|
|
# install-info ${PREFIX}/info/${info}.info ${PREFIX}/info/dir
|
|
|
|
#.endfor
|
2002-07-08 18:10:23 +00:00
|
|
|
# I am sick and tired of the anonyance that man pages can only be generated if
|
|
|
|
# perl 5.6 is installed. This is becoming a royal PITA on non-5-CURRENT systems
|
|
|
|
.for mp in ${_MANPAGES}
|
|
|
|
( ${TEST} -e ${mp} && ${TOUCH} ${TOUCH_FLAGS} ${mp} )
|
|
|
|
.endfor
|
2000-09-05 16:59:15 +00:00
|
|
|
cd ${PREFIX} ;\
|
2002-01-29 11:24:09 +00:00
|
|
|
${FIND} ${TARGLIB:S/^${PREFIX}\///} -type f -o -type l \
|
2001-03-02 10:09:40 +00:00
|
|
|
>${WRKDIR}/PLIST.gcc-lib
|
|
|
|
cd ${PREFIX} ;\
|
2002-01-29 11:24:09 +00:00
|
|
|
${FIND} ${TARGLIB:S/^${PREFIX}\///} -type d \
|
2004-01-22 11:06:02 +00:00
|
|
|
| ${SORT} -r | ${SED} -e 's/^/@dirrm /g' \
|
|
|
|
>>${WRKDIR}/PLIST.gcc-lib
|
2002-03-04 21:08:06 +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.gcc-lib
|
2002-01-29 11:24:09 +00:00
|
|
|
${ECHO_CMD} "r ${TMPPLIST}" > ${WRKDIR}/ex.script
|
|
|
|
${ECHO_CMD} "/Insert PLIST.gcc-lib" >> ${WRKDIR}/ex.script
|
|
|
|
${ECHO_CMD} "d" >> ${WRKDIR}/ex.script
|
|
|
|
${ECHO_CMD} "r ${WRKDIR}/PLIST.gcc-lib" >> ${WRKDIR}/ex.script
|
|
|
|
${ECHO_CMD} "x!" >> ${WRKDIR}/ex.script
|
2000-09-05 16:59:15 +00:00
|
|
|
${CP} -p ${TMPPLIST} ${TMPPLIST}.pre-gcc-lib
|
|
|
|
cd ${WRKDIR} ; ex < ex.script
|
1998-01-10 21:40:10 +00:00
|
|
|
|
2002-03-11 09:25:20 +00:00
|
|
|
cklatest:
|
2004-04-10 17:26:55 +00:00
|
|
|
.for SITE in ftp://gcc.gnu.org/pub/gcc/snapshots/ ftp://mirrors.rcn.net/mirrors/sources.redhat.com/gcc/snapshots/
|
2002-06-22 20:26:51 +00:00
|
|
|
@-ncftpls ${SITE} | grep LATEST
|
|
|
|
.endfor
|
2002-03-09 09:00:59 +00:00
|
|
|
|
1998-11-13 07:34:57 +00:00
|
|
|
.include <bsd.port.post.mk>
|