pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/gcc3 Disable gcc3-java as it does not build, has ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4d16aeadf2e9
branches:  trunk
changeset: 602190:4d16aeadf2e9
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sat Apr 07 17:33:54 2012 +0000

description:
Disable gcc3-java as it does not build, has not built in years, and
attempts to fix it have failed.

diffstat:

 lang/gcc3/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 62db4cce778a -r 4d16aeadf2e9 lang/gcc3/Makefile
--- a/lang/gcc3/Makefile        Sat Apr 07 17:32:40 2012 +0000
+++ b/lang/gcc3/Makefile        Sat Apr 07 17:33:54 2012 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index