summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorsbd <sbd>2012-04-08 09:18:54 +0000
committersbd <sbd>2012-04-08 09:18:54 +0000
commit68ebf25c6dfc699fa6f1fc6716da8ec91445fca9 (patch)
tree0340859c7b3690776823b28a20e67036d0e97ab8 /lang
parentdc2559ab733a30954e88b3e37ff9bc711b79db69 (diff)
downloadpkgsrc-68ebf25c6dfc699fa6f1fc6716da8ec91445fca9.tar.gz
Pullup ticket #3710 - requested by dholland
Mark packages as broken. Revisions pulled up: - chat/centericq/Makefile 1.76 - devel/ArX/Makefile 1.33 - lang/gcc3-java/Makefile 1.28 - lang/gcc3/Makefile 1.66 - misc/jitterbug/Makefile 1.35 - www/sope/Makefile 1.18 --- Module Name: pkgsrc Committed By: dholland Date: Sat Apr 7 17:31:12 UTC 2012 Modified Files: pkgsrc/chat/centericq: Makefile Log Message: Mark BROKEN; has not been buildable in some years. Will be removed in due course unless someone fixes it. (Successor is chat/centerim.) --- Module Name: pkgsrc Committed By: dholland Date: Sat Apr 7 17:32:40 UTC 2012 Modified Files: pkgsrc/devel/ArX: Makefile Log Message: Mark BROKEN; has not been buildable (in various differing ways) for some time. Will be removed in due course unless someone fixes it. Dead upstream; no successor. If you need this, speak up on pkgsrc-users. --- Module Name: pkgsrc Committed By: dholland Date: Sat Apr 7 17:33:54 UTC 2012 Modified Files: pkgsrc/lang/gcc3: Makefile Log Message: Disable gcc3-java as it does not build, has not built in years, and attempts to fix it have failed. --- Module Name: pkgsrc Committed By: dholland Date: Sat Apr 7 17:34:31 UTC 2012 Modified Files: pkgsrc/lang/gcc3-java: Makefile Log Message: Mark BROKEN. Has not built in a long time if ever; attempts to fix it have failed. Also, gcc3 is obsolete. --- Module Name: pkgsrc Committed By: dholland Date: Sat Apr 7 17:35:09 UTC 2012 Modified Files: pkgsrc/misc/jitterbug: Makefile Log Message: Mark BROKEN; is not buildable and is dead upstream. Will be removed in due course. --- Module Name: pkgsrc Committed By: dholland Date: Sat Apr 7 17:36:40 UTC 2012 Modified Files: pkgsrc/www/sope: Makefile Log Message: Mark BROKEN; has not been buildable in years. Will be removed in due course unless fixed. As far as anyone has been able to figure out so far, this is actually an older version of devel/SOPE.
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc3-java/Makefile4
-rw-r--r--lang/gcc3/Makefile5
2 files changed, 6 insertions, 3 deletions
diff --git a/lang/gcc3-java/Makefile b/lang/gcc3-java/Makefile
index bafde8ce89d..9847ab3f4d6 100644
--- a/lang/gcc3-java/Makefile
+++ b/lang/gcc3-java/Makefile
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.27 2012/03/17 01:54:37 sbd Exp $
+# $NetBSD: Makefile,v 1.27.2.1 2012/04/08 09:18:55 sbd Exp $
PKGNAME= gcc3${GCC3_PKGMODIF}-java-${GCC_VERSION}
COMMENT= GNU Compiler Collection, v3 - Java compiler
PKG_DESTDIR_SUPPORT= user-destdir
+BROKEN= Unbuildable for years and obsolete.
+
BUILDLINK_API_DEPENDS.gcc3cxx+= gcc3${GCC3_PKGMODIF}-c++-${GCC_VERSION}{,nb*}
BUILDLINK_DEPMETHOD.gcc3cxx+= full
diff --git a/lang/gcc3/Makefile b/lang/gcc3/Makefile
index 9f5affa93b4..725d5291489 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.65.22.1 2012/04/08 09:18:55 sbd 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"