diff options
author | dholland <dholland@pkgsrc.org> | 2012-04-07 17:33:54 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-04-07 17:33:54 +0000 |
commit | fa12a269382c6481be20435f45c23f6b63975c58 (patch) | |
tree | 512797c5f8ac1af699d0820b7790ea786d1f1c39 | |
parent | 4fea5787c88c666dc24e43a1fba41d3171876eed (diff) | |
download | pkgsrc-fa12a269382c6481be20435f45c23f6b63975c58.tar.gz |
Disable gcc3-java as it does not build, has not built in years, and
attempts to fix it have failed.
-rw-r--r-- | lang/gcc3/Makefile | 5 |
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" |