2003-04-06 16:30:41 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: egcs
|
1998-07-16 08:23:42 +02:00
|
|
|
# Date created: 9 Jan 1998
|
|
|
|
# Whom: John Polstra <jdp@polstra.com>
|
1998-01-10 22:40:10 +01:00
|
|
|
#
|
1999-08-25 08:35:40 +02:00
|
|
|
# $FreeBSD$
|
1998-01-10 22:40:10 +01:00
|
|
|
#
|
1999-04-21 09:48:59 +02:00
|
|
|
|
2004-12-16 11:36:06 +01:00
|
|
|
PORTNAME= gcc-ooo
|
|
|
|
PORTVERSION= 3.4.1
|
2005-01-08 19:21:58 +01:00
|
|
|
PORTREVISION= 2
|
2004-12-17 10:17:37 +01:00
|
|
|
CATEGORIES= lang
|
2005-10-25 20:36:49 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GCC}
|
2005-05-14 03:06:26 +02:00
|
|
|
MASTER_SITE_SUBDIR= releases/gcc-${PORTVERSION}
|
2002-10-11 01:19:05 +02:00
|
|
|
DISTFILES= \
|
2004-12-16 11:36:06 +01:00
|
|
|
gcc-core-${PORTVERSION}${EXTRACT_SUFX} \
|
|
|
|
gcc-g++-${PORTVERSION}${EXTRACT_SUFX} \
|
|
|
|
gcc-testsuite-${PORTVERSION}${EXTRACT_SUFX}
|
1998-01-10 22:40:10 +01:00
|
|
|
|
2004-12-19 21:05:20 +01:00
|
|
|
PATCH_SITES+= http://www.nedprod.com/TnFOX/patches/
|
|
|
|
PATCHFILES+= GCC3.4.0VisibilityPatch2.diff
|
2004-12-16 11:36:06 +01:00
|
|
|
PATCH_DIST_STRIP= -p1
|
2003-06-17 23:17:12 +02:00
|
|
|
|
2004-12-16 11:36:06 +01:00
|
|
|
MAINTAINER?= openoffice@FreeBSD.org
|
|
|
|
COMMENT?= GNU Compiler Collection for OpenOffice.org
|
2002-03-04 22:08:06 +01:00
|
|
|
|
2005-05-21 20:03:43 +02:00
|
|
|
NOT_FOR_ARCHS= ia64
|
|
|
|
|
2004-12-17 02:46:44 +01:00
|
|
|
NO_LATEST_LINK= yes
|
2004-12-16 11:36:06 +01:00
|
|
|
|
2004-01-28 23:15:03 +01:00
|
|
|
USE_BISON= yes
|
2003-05-08 13:32:06 +02:00
|
|
|
USE_BZIP2= yes
|
2004-01-28 23:15:03 +01:00
|
|
|
USE_GMAKE= yes
|
2003-07-11 19:10:13 +02:00
|
|
|
USE_PERL5_BUILD=yes
|
1998-12-05 05:00:40 +01:00
|
|
|
|
2002-02-03 08:15:30 +01:00
|
|
|
CONFIGURE_SCRIPT= ../${SRCDIR:C/${WRKDIR}//}/configure
|
2003-03-24 17:03:14 +01:00
|
|
|
NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4
|
1998-11-13 08:34:57 +01:00
|
|
|
|
2000-09-05 18:59:15 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2004-02-19 23:12:30 +01:00
|
|
|
.if ${ARCH} == "amd64"
|
2004-03-17 09:18:15 +01:00
|
|
|
CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL}
|
2004-03-22 18:13:33 +01:00
|
|
|
.else
|
|
|
|
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
|
2004-02-19 23:12:30 +01:00
|
|
|
.endif
|
2004-12-17 10:17:37 +01:00
|
|
|
|
2004-12-16 11:36:06 +01:00
|
|
|
SRCDIR= ${WRKDIR}/gcc-${PORTVERSION}
|
|
|
|
PATCH_WRKSRC= ${SRCDIR}
|
2000-12-22 00:50:36 +01:00
|
|
|
WRKSRC= ${WRKDIR}/build
|
2004-12-16 11:36:06 +01:00
|
|
|
SUFFIX= -ooo
|
2005-03-19 10:41:52 +01:00
|
|
|
TARGLIB= ${PREFIX}/gcc-ooo/${CONFIGURE_TARGET}/${PORTVERSION}
|
1998-01-10 22:40:10 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2003-05-06 13:45:22 +02:00
|
|
|
CONFIGURE_ARGS= --disable-nls \
|
2004-01-22 12:58:14 +01:00
|
|
|
--with-system-zlib \
|
2003-12-15 08:45:53 +01:00
|
|
|
--with-libiconv-prefix=${LOCALBASE} \
|
2004-01-28 23:15:03 +01:00
|
|
|
--program-suffix=${SUFFIX} \
|
2005-03-19 10:41:52 +01:00
|
|
|
--libdir=${TARGLIB}/lib \
|
|
|
|
--libexecdir=${TARGLIB}/libexec \
|
2004-01-22 12:58:14 +01:00
|
|
|
--with-gxx-include-dir=${TARGLIB}/include/c++/
|
2002-10-11 01:19:05 +02:00
|
|
|
MAKE_ARGS+= MAKEINFOFLAGS="--no-split"
|
1999-02-28 13:18:36 +01:00
|
|
|
.if defined(WANT_SHAREDLIBS)
|
2003-04-06 16:30:41 +02:00
|
|
|
CONFIGURE_ARGS+= --enable-shared
|
2003-04-21 09:59:03 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
LDCONFIG_DIRS= %%PREFIX%%/lib ${TARGLIB}
|
|
|
|
EXTRA_SHLIB= libgcc_s
|
2000-12-05 22:36:59 +01:00
|
|
|
.else
|
2003-04-06 16:30:41 +02:00
|
|
|
CONFIGURE_ARGS+= --disable-shared
|
1999-02-28 13:18:36 +01:00
|
|
|
.endif
|
2003-11-14 23:01:13 +01:00
|
|
|
ALL_TARGET= bootstrap-lean
|
2004-01-28 23:15:03 +01:00
|
|
|
PLIST_SUB= GCC_VER=${PORTVERSION} GNU_HOST=${CONFIGURE_TARGET}
|
|
|
|
MAN1= cpp${SUFFIX}.1 \
|
|
|
|
g++${SUFFIX}.1 \
|
|
|
|
gcc${SUFFIX}.1 \
|
2004-12-16 11:36:06 +01:00
|
|
|
gcov${SUFFIX}.1
|
2003-05-07 00:14:55 +02:00
|
|
|
MAN7= fsf-funding.7 gfdl.7 gpl.7
|
2004-12-16 11:36:06 +01:00
|
|
|
INFO= cpp cppinternals gcc gccinstall gccint
|
1998-01-10 22:40:10 +01:00
|
|
|
|
2003-12-15 08:45:53 +01:00
|
|
|
pre-everything::
|
2004-04-17 18:40:30 +02:00
|
|
|
@${ECHO_MSG} "Making GCC ${DISTNAME:S/^gcc-//} for ${OPSYS} ${OSREL} target=${CONFIGURE_TARGET}"
|
2003-12-15 08:45:53 +01:00
|
|
|
|
2003-03-30 00:14:33 +01:00
|
|
|
post-patch:
|
2003-07-09 23:20:55 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|\(const char version_string.*\)";|\1 [FreeBSD]";|' \
|
2003-03-30 00:14:33 +01:00
|
|
|
${SRCDIR}/gcc/version.c
|
|
|
|
|
1998-08-11 10:22:46 +02:00
|
|
|
pre-configure:
|
2000-10-11 01:32:34 +02:00
|
|
|
cd ${SRCDIR} ; contrib/gcc_update --touch
|
2003-04-25 19:06:46 +02:00
|
|
|
@${RM} -f ${SRCDIR}/gcc/*/*.info*
|
|
|
|
@${MKDIR} ${CONFIGURE_WRKSRC}
|
2000-09-05 18:59:15 +02:00
|
|
|
|
2003-05-09 16:47:00 +02:00
|
|
|
post-build:
|
2004-12-10 11:53:43 +01:00
|
|
|
@${ECHO_MSG} "Consider running 'make check' before 'make install', especially"
|
2004-07-04 16:39:45 +02: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 16:47:00 +02:00
|
|
|
|
|
|
|
check: build
|
|
|
|
cd ${WRKSRC}; export RUNTESTFLAGS='--target_board ''unix{-pthread}'''; ${GMAKE} -sk check
|
|
|
|
|
2004-02-12 21:40:06 +01:00
|
|
|
post-install: fake-manpages
|
2004-12-17 10:17:37 +01:00
|
|
|
.for f in c++ gcc g++ cpp gcov ${CONFIGURE_TARGET}-gcc ${CONFIGURE_TARGET}-g++
|
2004-01-28 23:15:03 +01:00
|
|
|
if [ -e ${PREFIX}/bin/${f}${SUFFIX} ]; then \
|
|
|
|
${STRIP_CMD} ${PREFIX}/bin/${f}${SUFFIX}; \
|
2004-03-14 22:33:57 +01: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-22 12:58:14 +01:00
|
|
|
fi
|
2001-08-15 18:54:42 +02:00
|
|
|
.endfor
|
2005-03-19 10:41:52 +01:00
|
|
|
.for d in gcc-ooo
|
2004-01-22 12:58:14 +01: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 17:20:50 +01:00
|
|
|
.endfor
|
2002-01-29 12:24:09 +01:00
|
|
|
${ECHO_CMD} "r ${TMPPLIST}" > ${WRKDIR}/ex.script
|
2003-12-14 03:35:52 +01:00
|
|
|
${ECHO_CMD} "/Insert PLIST.lib" >> ${WRKDIR}/ex.script
|
2002-01-29 12:24:09 +01:00
|
|
|
${ECHO_CMD} "d" >> ${WRKDIR}/ex.script
|
2003-12-14 03:35:52 +01:00
|
|
|
${ECHO_CMD} "r ${WRKDIR}/PLIST.lib" >> ${WRKDIR}/ex.script
|
2002-01-29 12:24:09 +01:00
|
|
|
${ECHO_CMD} "x!" >> ${WRKDIR}/ex.script
|
2003-12-14 03:35:52 +01:00
|
|
|
${CP} -p ${TMPPLIST} ${TMPPLIST}.pre
|
2000-09-05 18:59:15 +02:00
|
|
|
cd ${WRKDIR} ; ex < ex.script
|
1998-01-10 22:40:10 +01:00
|
|
|
|
2004-02-12 21:40:06 +01: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
|
2004-12-16 11:36:06 +01:00
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|