diff options
author | nia <nia@pkgsrc.org> | 2020-11-28 11:02:15 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-11-28 11:02:15 +0000 |
commit | 8e5aef2ab7ed8aaf7871dca8ae1ec1101018db52 (patch) | |
tree | 1d14e4b9d29a28cb3d8f10fbc9d30613fbd9b443 /lang | |
parent | 4a9b71ca86b4a20d92933be396781179974407eb (diff) | |
download | pkgsrc-8e5aef2ab7ed8aaf7871dca8ae1ec1101018db52.tar.gz |
mozjs78: Remove PYTHON3 hack, it's no longer needed
Diffstat (limited to 'lang')
-rw-r--r-- | lang/mozjs78/Makefile | 3 | ||||
-rw-r--r-- | lang/mozjs78/distinfo | 3 | ||||
-rw-r--r-- | lang/mozjs78/patches/patch-configure.in | 12 |
3 files changed, 2 insertions, 16 deletions
diff --git a/lang/mozjs78/Makefile b/lang/mozjs78/Makefile index da15c97eaa0..088a1c3d918 100644 --- a/lang/mozjs78/Makefile +++ b/lang/mozjs78/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2020/11/28 10:56:02 nia Exp $ +# $NetBSD: Makefile,v 1.8 2020/11/28 11:02:15 nia Exp $ DISTNAME= mozjs78_78.4.0.orig PKGNAME= ${DISTNAME:S/_/-/:S/.orig//} @@ -51,7 +51,6 @@ PKGCONFIG_OVERRIDE+= ctypes/libffi/libffi.pc.in PYTHON_VERSIONS_INCOMPATIBLE= 27 PYTHON_FOR_BUILD_ONLY= tool TOOL_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat -ALL_ENV+= PYTHON3=${PYTHONBIN} pre-configure: cd ${WRKSRC} && autoconf-2.13 old-configure.in > old-configure \ diff --git a/lang/mozjs78/distinfo b/lang/mozjs78/distinfo index a40e85a66d0..5b27c44eac1 100644 --- a/lang/mozjs78/distinfo +++ b/lang/mozjs78/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2020/11/28 10:54:55 nia Exp $ +$NetBSD: distinfo,v 1.4 2020/11/28 11:02:15 nia Exp $ SHA1 (mozjs78_78.4.0.orig.tar.xz) = b2c1c241f70310d545f8a3c05b9c8c11676e56a8 RMD160 (mozjs78_78.4.0.orig.tar.xz) = cef93b6116eff9f04beeaf3dda0a42cd811d0b18 @@ -7,7 +7,6 @@ Size (mozjs78_78.4.0.orig.tar.xz) = 58319040 bytes SHA1 (patch-.._.._build_moz.configure_rust.configure) = a40ef515b34781d703e9222e4c88746544556287 SHA1 (patch-.._.._build_moz.configure_toolchain.configure) = 055312319a6a4e2916263baf318585b943c1ca20 SHA1 (patch-.._.._mfbt_tests_TestVariant.cpp) = e2b1aa54059a8a64ecef2bcf2807f5d8d85a89d2 -SHA1 (patch-configure.in) = e8dab4a549e5cdf2e97d65b258970f9f6cc9c72c SHA1 (patch-jit_AtomicOperations.h) = 5e3d51f209f94e9c1b33abe965cdf4289aab65d5 SHA1 (patch-jit_ProcessExecutableMemory.cpp) = d65001c07cc9393db2dce6ff291e94d5dd76b86e SHA1 (patch-jsfriendapi.h) = c6eea8b37d44a4b0f9ca0a325e482d01ef2c6e0f diff --git a/lang/mozjs78/patches/patch-configure.in b/lang/mozjs78/patches/patch-configure.in deleted file mode 100644 index 24f8aac25a7..00000000000 --- a/lang/mozjs78/patches/patch-configure.in +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-configure.in,v 1.1 2020/11/10 11:27:10 nia Exp $ - -Fix python3 executable name - ---- configure.in.orig 2020-09-25 09:22:52.000000000 +0000 -+++ configure.in -@@ -24,4 +24,4 @@ export OLD_CONFIGURE="$SRCDIR"/old-confi - - set -- "$@" --enable-project=js - --exec python3 "$TOPSRCDIR/configure.py" "$@" -+exec ${PYTHON3} "$TOPSRCDIR/configure.py" "$@" |