Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Jun 2017 20:36:06 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r443041 - head/lang/spidermonkey38
Message-ID:  <201706092036.v59Ka6k3071049@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Fri Jun  9 20:36:06 2017
New Revision: 443041
URL: https://svnweb.freebsd.org/changeset/ports/443041

Log:
  Also add Makefile.filelist...

Added:
  head/lang/spidermonkey38/Makefile.filelist   (contents, props changed)

Added: head/lang/spidermonkey38/Makefile.filelist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/spidermonkey38/Makefile.filelist	Fri Jun  9 20:36:06 2017	(r443041)
@@ -0,0 +1,34 @@
+# $FreeBSD$
+
+BASEFILES=	js.msg jsalloc.h jsapi.h jsbytecode.h \
+		jsclist.h jscpucfg.h jsfriendapi.h perf/jsperf.h jsprf.h \
+		jsprototypes.h jspubtd.h jstypes.h jsversion.h jswrapper.h
+
+JSFILES=	CallArgs.h CallNonGenericMethod.h CharacterEncoding.h \
+		Class.h Conversions.h Date.h Debug.h GCAPI.h HashTable.h \
+		HeapAPI.h Id.h LegacyIntTypes.h MemoryMetrics.h Principals.h \
+		ProfilingFrameIterator.h ProfilingStack.h Proxy.h \
+		RequiredDefines.h RootingAPI.h SliceBudget.h \
+		StructuredClone.h TracingAPI.h TrackedOptimizationInfo.h \
+		TypeDecls.h UbiNode.h UbiNodeTraverse.h Utility.h Value.h \
+		Vector.h WeakMapPtr.h
+
+MOZILLAFILES=	Alignment.h AllocPolicy.h AlreadyAddRefed.h Array.h \
+		ArrayUtils.h Assertions.h Atomics.h Attributes.h \
+		BinarySearch.h BloomFilter.h Casting.h ChaosMode.h \
+		Char16.h CheckedInt.h Compiler.h Compression.h Constants.h \
+		DebugOnly.h decimal/Decimal.h Endian.h EnumSet.h EnumeratedArray.h \
+		FloatingPoint.h GuardObjects.h HashFunctions.h \
+		IntegerPrintfMacros.h IntegerRange.h IntegerTypeTraits.h \
+		IteratorTraits.h JSONWriter.h Likely.h LinkedList.h \
+		MacroArgs.h MacroForEach.h MathAlgorithms.h Maybe.h \
+		MaybeOneOf.h MemoryChecking.h MemoryReporting.h Move.h \
+		NullPtr.h  NumericLimits.h Opaque.h Pair.h \
+		PodOperations.h Poison.h Range.h RangedPtr.h \
+		ReentrancyGuard.h RefCountType.h RefPtr.h \
+		ReverseIterator.h RollingMean.h SHA1.h Scoped.h \
+		SegmentedVector.h SizePrintfMacros.h SplayTree.h \
+		TaggedAnonymousMemory.h TemplateLib.h  ThreadLocal.h \
+		ToString.h TypeTraits.h TypedEnumBits.h Types.h \
+		UniquePtr.h Vector.h WeakPtr.h double-conversion/double-conversion.h \
+		unused.h double-conversion/utils.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706092036.v59Ka6k3071049>