pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/spidermonkey185



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Mar 30 19:16:11 UTC 2020

Modified Files:
        pkgsrc/lang/spidermonkey185: Makefile

Log Message:
spidermonkey185: Skip unnecessary portability test.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/lang/spidermonkey185/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/spidermonkey185/Makefile
diff -u pkgsrc/lang/spidermonkey185/Makefile:1.9 pkgsrc/lang/spidermonkey185/Makefile:1.10
--- pkgsrc/lang/spidermonkey185/Makefile:1.9    Sun Aug 11 13:21:24 2019
+++ pkgsrc/lang/spidermonkey185/Makefile        Mon Mar 30 19:16:11 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2019/08/11 13:21:24 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2020/03/30 19:16:11 jperkin Exp $
 #
 
 DISTNAME=      js185-1.0.0
@@ -34,6 +34,8 @@ SUBST_SED.incdir=             -e 's,/js,/js-1.8.5,g
 # XXX: workaround for js-config command and mozjs185.pc
 CONFIGURE_ENV+=                MOZILLA_VERSION=4.0
 
+CHECK_PORTABILITY_SKIP+=       configure.in
+
 PKGCONFIG_OVERRIDE+=   ctypes/libffi/libffi.pc.in
 PKGCONFIG_OVERRIDE+=   mozjs185.pc.in
 



Home | Main Index | Thread Index | Old Index