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
|
|
|
#
|
|
|
|
|
2001-08-30 19:06:54 +00:00
|
|
|
PORTNAME= gcc30
|
2002-03-09 21:11:01 +00:00
|
|
|
PORTVERSION= 3.0.4
|
2004-02-04 05:21:48 +00:00
|
|
|
PORTREVISION= 1
|
2004-11-14 18:53:31 +00:00
|
|
|
CATEGORIES= lang
|
2002-10-19 18:55:52 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GCC}
|
|
|
|
MASTER_SITE_SUBDIR= releases/gcc-${GCC_REV}
|
2001-08-30 19:06:54 +00:00
|
|
|
DISTFILES= gcc-core-${GCC_REV}${EXTRACT_SUFX} \
|
|
|
|
gcc-g++-${GCC_REV}${EXTRACT_SUFX} \
|
|
|
|
gcc-g77-${GCC_REV}${EXTRACT_SUFX} \
|
|
|
|
gcc-objc-${GCC_REV}${EXTRACT_SUFX}
|
1998-01-10 21:40:10 +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.0.
|
1998-01-10 21:40:10 +00:00
|
|
|
|
2004-03-14 03:13:30 +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."
|
|
|
|
|
2003-05-09 05:34:06 +00:00
|
|
|
NOT_FOR_ARCHS= amd64 sparc64 ia64
|
2002-01-19 19:15:11 +00:00
|
|
|
LATEST_LINK= gcc30
|
|
|
|
|
2002-03-09 21:11:01 +00:00
|
|
|
USE_BZIP2= yes
|
2005-12-04 21:01:41 +00:00
|
|
|
INFO= cpp cppinternals g77 gcc
|
2002-03-09 21:11:01 +00:00
|
|
|
|
2001-10-27 18:33:06 +00:00
|
|
|
PATCH_WRKSRC= ${SRCDIR}
|
2001-08-30 19:12:04 +00:00
|
|
|
CONFIGURE_SCRIPT= ../${SRCDIR:C/${WRKDIR}//}/configure
|
1998-11-13 07:34:57 +00:00
|
|
|
|
2000-09-05 16:59:15 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2004-11-15 02:37:29 +00:00
|
|
|
.if ${OSVERSION} >= 500039
|
|
|
|
WITHOUT_CPU_CFLAGS= yes
|
|
|
|
.endif
|
2003-05-18 11:48:21 +00:00
|
|
|
.if ${OSVERSION} >= 500113
|
2004-04-10 17:26:55 +00:00
|
|
|
BROKEN= "Does not compile"
|
2004-11-14 19:32:21 +00:00
|
|
|
USE_REINPLACE= yes
|
2003-05-18 11:48:21 +00:00
|
|
|
.endif
|
|
|
|
|
1998-11-13 07:34:57 +00:00
|
|
|
.if ${PORTOBJFORMAT} == "elf"
|
1999-03-17 00:40:26 +00:00
|
|
|
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
|
1999-02-09 18:24:50 +00:00
|
|
|
.else
|
1999-03-17 00:40:26 +00:00
|
|
|
CONFIGURE_TARGET= ${ARCH}-portbld-freebsdaout${OSREL}
|
1998-10-01 21:40:03 +00:00
|
|
|
.endif
|
1998-11-13 07:34:57 +00:00
|
|
|
|
2001-08-30 19:12:04 +00:00
|
|
|
GCC_REV= ${PORTVERSION:C/\.0$//}
|
2001-08-30 19:06:54 +00:00
|
|
|
SRCDIR= ${WRKDIR}/gcc-${GCC_REV}
|
2000-12-21 23:50:36 +00:00
|
|
|
WRKSRC= ${WRKDIR}/build
|
2001-08-30 19:06:54 +00:00
|
|
|
TARGLIB= ${PREFIX}/lib/gcc-lib/${CONFIGURE_TARGET}/${GCC_REV}
|
|
|
|
PLIST_SUB= GCC_REV=${GCC_REV} GNU_HOST=${CONFIGURE_TARGET}
|
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 \
|
2001-02-14 20:52:39 +00:00
|
|
|
--with-gxx-include-dir=${TARGLIB}/include/g++
|
2001-09-11 15:59:34 +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
|
2001-06-02 19:12:03 +00:00
|
|
|
MAN1= cpp30.1 g++30.1 g77-30.1 gcc30.1 gcov30.1
|
2003-01-14 04:11:24 +00:00
|
|
|
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 ${ARCH}-portbld-freebsd${OSREL}"
|
2001-06-20 19:26:25 +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-01-29 11:24:09 +00:00
|
|
|
@${TOUCH} ${SRCDIR}/gcc/configure
|
|
|
|
@${TOUCH} ${SRCDIR}/gcc/cstamp-h.in
|
2000-10-10 23:32:34 +00:00
|
|
|
@${MKDIR} ${CONFIGURE_WRKSRC}
|
2001-09-11 15:59:34 +00:00
|
|
|
@${RM} -f ${SRCDIR}/gcc/*/*.info*
|
2004-11-14 19:32:21 +00:00
|
|
|
.if ${OSVERSION} >= 500113
|
|
|
|
@${REINPLACE_CMD} -e 's/elf_i386/elf_i386_fbsd/g' \
|
|
|
|
${SRCDIR}/gcc/config/i386/freebsd.h
|
|
|
|
.endif
|
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-06-20 19:26:25 +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 \
|
2001-08-30 19:06:54 +00:00
|
|
|
${PREFIX}/lib/gcc-lib/${CONFIGURE_TARGET}/${GCC_REV}/cc1 \
|
|
|
|
${PREFIX}/lib/gcc-lib/${CONFIGURE_TARGET}/${GCC_REV}/cc1obj \
|
|
|
|
${PREFIX}/lib/gcc-lib/${CONFIGURE_TARGET}/${GCC_REV}/cc1plus \
|
|
|
|
${PREFIX}/lib/gcc-lib/${CONFIGURE_TARGET}/${GCC_REV}/cpp0 \
|
|
|
|
${PREFIX}/lib/gcc-lib/${CONFIGURE_TARGET}/${GCC_REV}/collect2 \
|
|
|
|
${PREFIX}/lib/gcc-lib/${CONFIGURE_TARGET}/${GCC_REV}/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 )
|
2001-06-20 19:26:25 +00:00
|
|
|
.for file in gcc g++ cpp g++filt gcov ${CONFIGURE_TARGET}-gcc ${CONFIGURE_TARGET}-g++
|
|
|
|
${MV} -f ${PREFIX}/bin/${file} ${PREFIX}/bin/${file}30
|
2002-01-29 11:24:09 +00:00
|
|
|
-( ${TEST} -e ${PREFIX}/man/man1/${file}.1 \
|
2001-06-20 19:26:25 +00:00
|
|
|
&& ${MV} -f ${PREFIX}/man/man1/${file}.1 \
|
|
|
|
${PREFIX}/man/man1/${file}30.1 )
|
|
|
|
.endfor
|
|
|
|
.for file in g77
|
|
|
|
${MV} -f ${PREFIX}/bin/${file} ${PREFIX}/bin/${file}-30
|
|
|
|
${MV} -f ${PREFIX}/man/man1/${file}.1 ${PREFIX}/man/man1/${file}-30.1
|
|
|
|
.endfor
|
2001-08-30 19:06:54 +00:00
|
|
|
${MV} -f ${PREFIX}/bin/gccbug ${PREFIX}/bin/gccbug-${PORTVERSION:C/\.0$//}
|
2000-09-05 16:59:15 +00:00
|
|
|
# These 3 libraries are moved from PREFIX/lib to avoid conflicts
|
|
|
|
# with the stock compiler.
|
2000-12-21 23:50:36 +00:00
|
|
|
${MV} -f ${PREFIX}/lib/libiberty.a ${TARGLIB}
|
|
|
|
${MV} -f ${PREFIX}/lib/libstdc++.* ${PREFIX}/lib/libsupc++.* ${TARGLIB}
|
|
|
|
-${MV} -f ${PREFIX}/lib/ieee ${TARGLIB}
|
2001-03-02 10:09:40 +00:00
|
|
|
#.if defined(WANT_SHAREDLIBS)
|
|
|
|
# ${MV} -f ${PREFIX}/lib/libstdc++.so* ${TARGLIB}
|
|
|
|
#.endif
|
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-01-29 11:24:09 +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
|
|
|
|
${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
|
|
|
|
1998-11-13 07:34:57 +00:00
|
|
|
.include <bsd.port.post.mk>
|