Sun Oct 2 22:42:39 2011 UTC ()
Apply CHECK_INTERPRETER_SKIP to antRun.pl.

XXX: This is not right, but the way this thing is built doesn't give
XXX: too many choices at the moment. Should be fixed properly sometime.
XXX: This way the package is at least installable...


(dholland)
diff -r1.27 -r1.28 pkgsrc/devel/eclipse/Makefile

cvs diff -r1.27 -r1.28 pkgsrc/devel/eclipse/Makefile (expand / switch to context diff)
--- pkgsrc/devel/eclipse/Makefile 2009/12/24 03:49:35 1.27
+++ pkgsrc/devel/eclipse/Makefile 2011/10/02 22:42:39 1.28
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2009/12/24 03:49:35 dsainty Exp $
+# $NetBSD: Makefile,v 1.28 2011/10/02 22:42:39 dholland Exp $
 #
 
 DISTNAME=	${PKGNAME_NOREV}
@@ -58,6 +58,12 @@
 	${SED} -e "s,@PREFIX@,${PREFIX}," ${FILESDIR}/eclipse > 	\
 		${WRKDIR}/.eclipse
 	${INSTALL_SCRIPT} ${WRKDIR}/.eclipse ${DESTDIR}${PREFIX}/bin/eclipse
+
+# This is not right, but for the time being it's the path of least
+# resistance, since replacing it after install is problematic and
+# replacing it before install is even more problematic. XXX.
+#
+CHECK_INTERPRETER_SKIP+=eclipse/plugins/org.apache.ant_1.6.2/bin/antRun.pl
 
 .include "../../mk/java-vm.mk"
 .include "../../mk/bsd.pkg.mk"