summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2005-07-07 21:01:18 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2005-07-07 21:01:18 +0000
commitfceed76bc9eb9eb426bf948b63a8a0091f4ae7eb (patch)
tree0c26372af654809be5827802131b1c0946e10d15
parentA simple rtf2html converter. If no file is specified rtf2html reads from (diff)
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.
Notes
Notes: svn path=/head/; revision=138675
-rw-r--r--lang/gcc32/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/lang/gcc32/Makefile b/lang/gcc32/Makefile
index b491517d50c3..976414657886 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