pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang Remove spidermonkey52 - it's no longer used.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/178c8d698b63
branches:  trunk
changeset: 441800:178c8d698b63
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Nov 11 09:52:00 2020 +0000

description:
Remove spidermonkey52 - it's no longer used.

diffstat:

 lang/Makefile                                                                       |    3 +-
 lang/spidermonkey52/DESCR                                                           |    2 -
 lang/spidermonkey52/Makefile                                                        |   68 ----
 lang/spidermonkey52/PLIST                                                           |  158 ----------
 lang/spidermonkey52/PLIST.Linux                                                     |    2 -
 lang/spidermonkey52/buildlink3.mk                                                   |   15 -
 lang/spidermonkey52/distinfo                                                        |   27 -
 lang/spidermonkey52/hacks.mk                                                        |   14 -
 lang/spidermonkey52/patches/patch-CVE-2018-12387                                    |   25 -
 lang/spidermonkey52/patches/patch-build_moz.configure_init.configure                |   15 -
 lang/spidermonkey52/patches/patch-config_gcc__hidden.h                              |   12 -
 lang/spidermonkey52/patches/patch-intl_icu_source_configure                         |   22 -
 lang/spidermonkey52/patches/patch-js_src_gc_Memory.cpp                              |   36 --
 lang/spidermonkey52/patches/patch-js_src_jit_IonBuilder.cpp                         |   27 -
 lang/spidermonkey52/patches/patch-js_src_jit_x86-shared_Constants-x86-shared.h      |   20 -
 lang/spidermonkey52/patches/patch-js_src_jsapi-tests_testPrintf.cpp                 |   14 -
 lang/spidermonkey52/patches/patch-js_src_jsnativestack.cpp                          |   23 -
 lang/spidermonkey52/patches/patch-js_src_old-configure_in                           |   93 -----
 lang/spidermonkey52/patches/patch-js_src_tests_update-test262.sh                    |   24 -
 lang/spidermonkey52/patches/patch-js_src_threading_posix_Thread.cpp                 |   15 -
 lang/spidermonkey52/patches/patch-js_src_wasm_WasmSignalHandlers.cpp                |   20 -
 lang/spidermonkey52/patches/patch-memory_mozalloc_mozalloc__abort.cpp               |   18 -
 lang/spidermonkey52/patches/patch-mfbt_Poison.cpp                                   |   18 -
 lang/spidermonkey52/patches/patch-mfbt_tests_TestPoisonArea.cpp                     |   18 -
 lang/spidermonkey52/patches/patch-modules_fdlibm_src_math__private.h                |   15 -
 lang/spidermonkey52/patches/patch-mozglue_build_moz.build                           |   15 -
 lang/spidermonkey52/patches/patch-python_mozbuild_mozbuild_backend_recursivemake.py |   21 -
 lang/spidermonkey52/patches/patch-python_mozbuild_mozbuild_configure_constants.py   |   37 --
 lang/spidermonkey52/patches/patch-python_mozbuild_mozbuild_virtualenv.py            |   21 -
 29 files changed, 1 insertions(+), 797 deletions(-)

diffs (truncated from 924 to 300 lines):

diff -r 3ddab50af27b -r 178c8d698b63 lang/Makefile
--- a/lang/Makefile     Wed Nov 11 09:26:32 2020 +0000
+++ b/lang/Makefile     Wed Nov 11 09:52:00 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.580 2020/11/10 11:27:10 nia Exp $
+# $NetBSD: Makefile,v 1.581 2020/11/11 09:52:00 nia Exp $
 #
 
 COMMENT=       Programming languages
@@ -283,7 +283,6 @@
 SUBDIR+=       snobol
 SUBDIR+=       spidermonkey
 SUBDIR+=       spidermonkey185
-SUBDIR+=       spidermonkey52
 SUBDIR+=       spl
 SUBDIR+=       squeak
 SUBDIR+=       squeak-vm
diff -r 3ddab50af27b -r 178c8d698b63 lang/spidermonkey52/DESCR
--- a/lang/spidermonkey52/DESCR Wed Nov 11 09:26:32 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-SpiderMonkey is the code-name for the Mozilla's C implementation of JavaScript.
-This package contains SpiderMonkey 52.
diff -r 3ddab50af27b -r 178c8d698b63 lang/spidermonkey52/Makefile
--- a/lang/spidermonkey52/Makefile      Wed Nov 11 09:26:32 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,68 +0,0 @@
-# $NetBSD: Makefile,v 1.24 2020/11/05 09:08:34 ryoon Exp $
-
-DISTNAME=      mozjs-52.7.4
-PKGREVISION=   15
-PKGNAME=       ${DISTNAME:S/mozjs/spidermonkey52/}
-CATEGORIES=    lang
-MASTER_SITES=  https://queue.taskcluster.net/v1/task/YqG2fjJJSTGzGX090FjDYg/runs/0/artifacts/public/build/
-EXTRACT_SUFX=  .tar.bz2
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/Releases/52
-COMMENT=       Standalone JavaScript implementation in C (major version 52)
-LICENSE=       mpl-2.0
-
-HAS_CONFIGURE= yes
-USE_LANGUAGES= c c++
-USE_TOOLS+=    pkg-config perl gmake autoconf213
-AUTOCONF_REQD= 2.13
-
-# ERROR: Only GCC 4.8 or newer is supported
-GCC_REQD+=     4.8
-
-CONFIGURE_ARGS+=       --prefix=${PREFIX}
-CONFIGURE_ARGS+=       --enable-readline
-CONFIGURE_ARGS+=       --with-system-icu
-CONFIGURE_ARGS+=       --with-system-nspr
-CONFIGURE_ARGS+=       --with-system-zlib
-CONFIGURE_ARGS+=       --with-pthreads
-CONFIGURE_ARGS+=       --disable-jemalloc
-CONFIGURE_ARGS+=       --disable-debug-symbols
-CONFIGURE_ARGS+=       --enable-strip
-
-CONFIGURE_DIRS=                js/src
-
-PKGCONFIG_OVERRIDE+=   js/src/ctypes/libffi/libffi.pc.in
-PKGCONFIG_OVERRIDE+=   js/src/js.pc.in
-
-PYTHON_VERSIONS_ACCEPTED=      27
-PYTHON_FOR_BUILD_ONLY=         yes
-
-DEPENDS+=      ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
-
-.if ${MACHINE_ARCH} == "i386"
-# Needs 8 byte atomics.
-CXXFLAGS+=             -march=i586
-.endif
-
-# fails, does not find hg/git checkout
-TEST_TARGET=           check
-
-pre-configure:
-       cd ${WRKSRC}/js/src && autoconf
-
-post-install:
-       ${RM} ${DESTDIR}${PREFIX}/lib/libjs_static.ajs
-
-.include "../../mk/bsd.prefs.mk"
-
-.if !empty(MACHINE_PLATFORM:MNetBSD-*-powerpc)
-# 64 bit atomics
-.include "../../devel/libatomic/buildlink3.mk"
-.endif
-.include "../../devel/nspr/buildlink3.mk"
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../lang/python/tool.mk"
-.include "../../textproc/icu/buildlink3.mk"
-.include "../../mk/readline.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 3ddab50af27b -r 178c8d698b63 lang/spidermonkey52/PLIST
--- a/lang/spidermonkey52/PLIST Wed Nov 11 09:26:32 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,158 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2018/05/16 11:36:36 youri Exp $
-bin/js52
-bin/js52-config
-include/mozjs-52/fdlibm.h
-include/mozjs-52/js-config.h
-include/mozjs-52/js.msg
-include/mozjs-52/js/CallArgs.h
-include/mozjs-52/js/CallNonGenericMethod.h
-include/mozjs-52/js/CharacterEncoding.h
-include/mozjs-52/js/Class.h
-include/mozjs-52/js/Conversions.h
-include/mozjs-52/js/Date.h
-include/mozjs-52/js/Debug.h
-include/mozjs-52/js/GCAPI.h
-include/mozjs-52/js/GCAnnotations.h
-include/mozjs-52/js/GCHashTable.h
-include/mozjs-52/js/GCPolicyAPI.h
-include/mozjs-52/js/GCVariant.h
-include/mozjs-52/js/GCVector.h
-include/mozjs-52/js/HashTable.h
-include/mozjs-52/js/HeapAPI.h
-include/mozjs-52/js/Id.h
-include/mozjs-52/js/Initialization.h
-include/mozjs-52/js/LegacyIntTypes.h
-include/mozjs-52/js/MemoryMetrics.h
-include/mozjs-52/js/Principals.h
-include/mozjs-52/js/ProfilingFrameIterator.h
-include/mozjs-52/js/ProfilingStack.h
-include/mozjs-52/js/Proxy.h
-include/mozjs-52/js/Realm.h
-include/mozjs-52/js/RequiredDefines.h
-include/mozjs-52/js/RootingAPI.h
-include/mozjs-52/js/SliceBudget.h
-include/mozjs-52/js/StructuredClone.h
-include/mozjs-52/js/SweepingAPI.h
-include/mozjs-52/js/TraceKind.h
-include/mozjs-52/js/TracingAPI.h
-include/mozjs-52/js/TrackedOptimizationInfo.h
-include/mozjs-52/js/TypeDecls.h
-include/mozjs-52/js/UbiNode.h
-include/mozjs-52/js/UbiNodeBreadthFirst.h
-include/mozjs-52/js/UbiNodeCensus.h
-include/mozjs-52/js/UbiNodeDominatorTree.h
-include/mozjs-52/js/UbiNodePostOrder.h
-include/mozjs-52/js/UbiNodeShortestPaths.h
-include/mozjs-52/js/UniquePtr.h
-include/mozjs-52/js/Utility.h
-include/mozjs-52/js/Value.h
-include/mozjs-52/js/Vector.h
-include/mozjs-52/js/WeakMapPtr.h
-include/mozjs-52/jsalloc.h
-include/mozjs-52/jsapi.h
-include/mozjs-52/jsbytecode.h
-include/mozjs-52/jsclist.h
-include/mozjs-52/jscpucfg.h
-include/mozjs-52/jsfriendapi.h
-include/mozjs-52/jsperf.h
-include/mozjs-52/jsprf.h
-include/mozjs-52/jsprototypes.h
-include/mozjs-52/jspubtd.h
-include/mozjs-52/jstypes.h
-include/mozjs-52/jsversion.h
-include/mozjs-52/jswrapper.h
-include/mozjs-52/mozilla/Alignment.h
-include/mozjs-52/mozilla/AllocPolicy.h
-include/mozjs-52/mozilla/AlreadyAddRefed.h
-include/mozjs-52/mozilla/Array.h
-include/mozjs-52/mozilla/ArrayUtils.h
-include/mozjs-52/mozilla/Assertions.h
-include/mozjs-52/mozilla/Atomics.h
-include/mozjs-52/mozilla/Attributes.h
-include/mozjs-52/mozilla/BinarySearch.h
-include/mozjs-52/mozilla/BloomFilter.h
-include/mozjs-52/mozilla/BufferList.h
-include/mozjs-52/mozilla/Casting.h
-include/mozjs-52/mozilla/ChaosMode.h
-include/mozjs-52/mozilla/Char16.h
-include/mozjs-52/mozilla/CheckedInt.h
-include/mozjs-52/mozilla/Compiler.h
-include/mozjs-52/mozilla/Compression.h
-include/mozjs-52/mozilla/DebugOnly.h
-include/mozjs-52/mozilla/Decimal.h
-include/mozjs-52/mozilla/EndianUtils.h
-include/mozjs-52/mozilla/EnumSet.h
-include/mozjs-52/mozilla/EnumTypeTraits.h
-include/mozjs-52/mozilla/EnumeratedArray.h
-include/mozjs-52/mozilla/EnumeratedRange.h
-include/mozjs-52/mozilla/FastBernoulliTrial.h
-include/mozjs-52/mozilla/FloatingPoint.h
-include/mozjs-52/mozilla/Function.h
-include/mozjs-52/mozilla/GuardObjects.h
-include/mozjs-52/mozilla/HashFunctions.h
-include/mozjs-52/mozilla/IndexSequence.h
-include/mozjs-52/mozilla/IntegerPrintfMacros.h
-include/mozjs-52/mozilla/IntegerRange.h
-include/mozjs-52/mozilla/IntegerTypeTraits.h
-include/mozjs-52/mozilla/JSONWriter.h
-include/mozjs-52/mozilla/Likely.h
-include/mozjs-52/mozilla/LinkedList.h
-include/mozjs-52/mozilla/MacroArgs.h
-include/mozjs-52/mozilla/MacroForEach.h
-include/mozjs-52/mozilla/MathAlgorithms.h
-include/mozjs-52/mozilla/Maybe.h
-include/mozjs-52/mozilla/MaybeOneOf.h
-include/mozjs-52/mozilla/MemoryChecking.h
-include/mozjs-52/mozilla/MemoryReporting.h
-include/mozjs-52/mozilla/Move.h
-include/mozjs-52/mozilla/NotNull.h
-include/mozjs-52/mozilla/NullPtr.h
-include/mozjs-52/mozilla/Opaque.h
-include/mozjs-52/mozilla/OperatorNewExtensions.h
-include/mozjs-52/mozilla/Pair.h
-include/mozjs-52/mozilla/PodOperations.h
-include/mozjs-52/mozilla/Poison.h
-include/mozjs-52/mozilla/Range.h
-include/mozjs-52/mozilla/RangedArray.h
-include/mozjs-52/mozilla/RangedPtr.h
-include/mozjs-52/mozilla/ReentrancyGuard.h
-include/mozjs-52/mozilla/RefCountType.h
-include/mozjs-52/mozilla/RefCounted.h
-include/mozjs-52/mozilla/RefPtr.h
-include/mozjs-52/mozilla/ReverseIterator.h
-include/mozjs-52/mozilla/RollingMean.h
-include/mozjs-52/mozilla/SHA1.h
-include/mozjs-52/mozilla/Saturate.h
-include/mozjs-52/mozilla/ScopeExit.h
-include/mozjs-52/mozilla/Scoped.h
-include/mozjs-52/mozilla/SegmentedVector.h
-include/mozjs-52/mozilla/SizePrintfMacros.h
-include/mozjs-52/mozilla/SplayTree.h
-include/mozjs-52/mozilla/Sprintf.h
-include/mozjs-52/mozilla/StackWalk.h
-include/mozjs-52/mozilla/StaticAnalysisFunctions.h
-include/mozjs-52/mozilla/TaggedAnonymousMemory.h
-include/mozjs-52/mozilla/TemplateLib.h
-include/mozjs-52/mozilla/TextUtils.h
-include/mozjs-52/mozilla/ThreadLocal.h
-include/mozjs-52/mozilla/TimeStamp.h
-include/mozjs-52/mozilla/ToString.h
-include/mozjs-52/mozilla/Tuple.h
-include/mozjs-52/mozilla/TypeTraits.h
-include/mozjs-52/mozilla/TypedEnumBits.h
-include/mozjs-52/mozilla/Types.h
-include/mozjs-52/mozilla/UniquePtr.h
-include/mozjs-52/mozilla/UniquePtrExtensions.h
-include/mozjs-52/mozilla/Unused.h
-include/mozjs-52/mozilla/Variant.h
-include/mozjs-52/mozilla/Vector.h
-include/mozjs-52/mozilla/WeakPtr.h
-include/mozjs-52/mozilla/XorShift128PlusRNG.h
-include/mozjs-52/mozilla/double-conversion.h
-include/mozjs-52/mozilla/fallible.h
-include/mozjs-52/mozilla/mozalloc.h
-include/mozjs-52/mozilla/mozalloc_abort.h
-include/mozjs-52/mozilla/mozalloc_oom.h
-include/mozjs-52/mozilla/utils.h
-lib/libmozjs-52.so
-lib/pkgconfig/mozjs-52.pc
diff -r 3ddab50af27b -r 178c8d698b63 lang/spidermonkey52/PLIST.Linux
--- a/lang/spidermonkey52/PLIST.Linux   Wed Nov 11 09:26:32 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST.Linux,v 1.1 2018/05/22 17:32:50 maya Exp $
-include/mozjs-52/mozilla/LinuxSignal.h
diff -r 3ddab50af27b -r 178c8d698b63 lang/spidermonkey52/buildlink3.mk
--- a/lang/spidermonkey52/buildlink3.mk Wed Nov 11 09:26:32 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1 2018/04/29 05:11:00 wiz Exp $
-
-BUILDLINK_TREE+=       spidermonkey52
-
-.if !defined(SPIDERMONKEY52_BUILDLINK3_MK)
-SPIDERMONKEY52_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.spidermonkey52+= spidermonkey52>=52.0.0
-BUILDLINK_PKGSRCDIR.spidermonkey52?=   ../../lang/spidermonkey52
-
-.include "../../devel/nspr/buildlink3.mk"
-.include "../../devel/zlib/buildlink3.mk"
-.endif # SPIDERMONKEY52_BUILDLINK3_MK
-
-BUILDLINK_TREE+=       -spidermonkey52
diff -r 3ddab50af27b -r 178c8d698b63 lang/spidermonkey52/distinfo
--- a/lang/spidermonkey52/distinfo      Wed Nov 11 09:26:32 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-$NetBSD: distinfo,v 1.10 2020/03/23 08:52:11 triaxx Exp $
-
-SHA1 (mozjs-52.7.4.tar.bz2) = ff009853040bb46017204fda4ed69a79484fd321
-RMD160 (mozjs-52.7.4.tar.bz2) = 71ee71c2444d8b6a1b2b3c744c9f52a2b7129879
-SHA512 (mozjs-52.7.4.tar.bz2) = 7381f251ca9a4983d181eee2198f89b30505a0de636020e52c0c5b174f4d5cd19ca851222b6d8013bb657f2f1ce1ffcb54816eb928e481be2c9242f918d0125e
-Size (mozjs-52.7.4.tar.bz2) = 30494311 bytes
-SHA1 (patch-CVE-2018-12387) = a0e3198e1009db01bb5a39220764e7dcdfd52591
-SHA1 (patch-build_moz.configure_init.configure) = 63ed71d4269e8fbf990f44eecadca796991d5c1f
-SHA1 (patch-config_gcc__hidden.h) = c2042035288e01601b6c240fb08c8a1f598b9dfd
-SHA1 (patch-intl_icu_source_configure) = 1ff1be8ca68566e153219e15b8db696afd08b746
-SHA1 (patch-js_src_gc_Memory.cpp) = b1bb0c3045163d586c0b4d731d0ed7c23f339f3c
-SHA1 (patch-js_src_jit_IonBuilder.cpp) = b8be1d71d01c5f0e1b1016500be862b73e68df1b
-SHA1 (patch-js_src_jit_x86-shared_Constants-x86-shared.h) = d09ae908a64c8707014694f94134ab7600a52727
-SHA1 (patch-js_src_jsapi-tests_testPrintf.cpp) = e9dcb1be3d7eae8da97ff5368b29cc11b3e04f56



Home | Main Index | Thread Index | Old Index