1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Remove from the Java category as this port doesn't have Java bits anymore.

Also remove the testsuite bits as any issues found will never be fixed.
This commit is contained in:
David E. O'Brien 2005-07-07 21:01:18 +00:00
parent 696a1950a2
commit fceed76bc9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138675

View File

@ -9,12 +9,11 @@
PORTNAME= gcc
PORTVERSION= 3.2.3
PORTREVISION= 3
CATEGORIES= lang java
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GCC} \
http://web.inter.NL.net/hcc/Haj.Ten.Brugge/:bc
MASTER_SITE_SUBDIR= releases/gcc-${PORTVERSION}
DISTFILES= gcc-core-${PORTVERSION}${EXTRACT_SUFX} \
gcc-testsuite-${PORTVERSION}${EXTRACT_SUFX} \
gcc-g++-${PORTVERSION}${EXTRACT_SUFX} \
gcc-g77-${PORTVERSION}${EXTRACT_SUFX} \
gcc-objc-${PORTVERSION}${EXTRACT_SUFX}
@ -87,14 +86,6 @@ pre-configure:
@${REINPLACE_CMD} -e 's/elf_x86_64/elf_x86_64_fbsd/g' \
${SRCDIR}/gcc/config/i386/freebsd64.h
post-build:
@echo "Consider running 'make check' before 'make install',"
@echo "especially if you have not built port on -STABLE or -CURRENT."
@echo "This suggestion assumes that you have dejagnu port installed."
check: build
cd ${WRKSRC}; export RUNTESTFLAGS='--target_board ''unix{-pthread}'''; ${GMAKE} -sk check
pre-install:
${MKDIR} ${PREFIX}/info