pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/mozjs78 mozjs78: Remove PYTHON3 hack, it's no lon...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f1b81d1922c4
branches:  trunk
changeset: 442667:f1b81d1922c4
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Nov 28 11:02:15 2020 +0000

description:
mozjs78: Remove PYTHON3 hack, it's no longer needed

diffstat:

 lang/mozjs78/Makefile                   |   3 +--
 lang/mozjs78/distinfo                   |   3 +--
 lang/mozjs78/patches/patch-configure.in |  12 ------------
 3 files changed, 2 insertions(+), 16 deletions(-)

diffs (50 lines):

diff -r 70ee41609631 -r f1b81d1922c4 lang/mozjs78/Makefile
--- a/lang/mozjs78/Makefile     Sat Nov 28 10:56:02 2020 +0000
+++ b/lang/mozjs78/Makefile     Sat Nov 28 11:02:15 2020 +0000
@@ -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 @@
 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 -r 70ee41609631 -r f1b81d1922c4 lang/mozjs78/distinfo
--- a/lang/mozjs78/distinfo     Sat Nov 28 10:56:02 2020 +0000
+++ b/lang/mozjs78/distinfo     Sat Nov 28 11:02:15 2020 +0000
@@ -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 @@
 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 -r 70ee41609631 -r f1b81d1922c4 lang/mozjs78/patches/patch-configure.in
--- a/lang/mozjs78/patches/patch-configure.in   Sat Nov 28 10:56:02 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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" "$@"



Home | Main Index | Thread Index | Old Index