summaryrefslogtreecommitdiff
path: root/lang/gcc3
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-04-07 17:33:54 +0000
committerdholland <dholland@pkgsrc.org>2012-04-07 17:33:54 +0000
commitfa12a269382c6481be20435f45c23f6b63975c58 (patch)
tree512797c5f8ac1af699d0820b7790ea786d1f1c39 /lang/gcc3
parent4fea5787c88c666dc24e43a1fba41d3171876eed (diff)
downloadpkgsrc-fa12a269382c6481be20435f45c23f6b63975c58.tar.gz
Disable gcc3-java as it does not build, has not built in years, and
attempts to fix it have failed.
Diffstat (limited to 'lang/gcc3')
-rw-r--r--lang/gcc3/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/gcc3/Makefile b/lang/gcc3/Makefile
index 9f5affa93b4..77ee286baa2 100644
--- a/lang/gcc3/Makefile
+++ b/lang/gcc3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2009/09/20 14:41:52 schwarz Exp $
+# $NetBSD: Makefile,v 1.66 2012/04/07 17:33:54 dholland Exp $
GCC_VERSION= 3.3.6
DISTNAME= gcc3-${GCC_VERSION}
@@ -15,7 +15,8 @@ META_PACKAGE= yes
DEPENDS+= gcc3-c-${GCC_VERSION}{,nb*}:../../lang/gcc3-c
DEPENDS+= gcc3-c++-${GCC_VERSION}{,nb*}:../../lang/gcc3-c++
DEPENDS+= gcc3-f77-${GCC_VERSION}{,nb*}:../../lang/gcc3-f77
-DEPENDS+= gcc3-java-${GCC_VERSION}{,nb*}:../../lang/gcc3-java
+# Not buildable for ages and has proved not fixable in practice.
+#DEPENDS+= gcc3-java-${GCC_VERSION}{,nb*}:../../lang/gcc3-java
DEPENDS+= gcc3-objc-${GCC_VERSION}{,nb*}:../../lang/gcc3-objc
.include "../../mk/bsd.pkg.mk"