summaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2005-07-07 21:01:18 +0000
committerobrien <obrien@FreeBSD.org>2005-07-07 21:01:18 +0000
commit7ee374ff352b753057bb16623a0e3fcfe19f669c (patch)
tree384741cc77c7e766cf317163e0fe5335b5e4bbd0 /lang
parent3990dc94e297fa7ae56bd73a734158fcc382d5ba (diff)
downloadFreeBSD-ports-7ee374ff352b753057bb16623a0e3fcfe19f669c.zip
FreeBSD-ports-7ee374ff352b753057bb16623a0e3fcfe19f669c.tar.gz
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.
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc32/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/lang/gcc32/Makefile b/lang/gcc32/Makefile
index b491517..9764146 100644
--- a/lang/gcc32/Makefile
+++ b/lang/gcc32/Makefile
@@ -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
OpenPOWER on IntegriCloud