From owner-svn-ports-head@freebsd.org Fri Jun 9 20:36:07 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CB38BFCDAB; Fri, 9 Jun 2017 20:36:07 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5A0E77BADE; Fri, 9 Jun 2017 20:36:07 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v59Ka6ea071050; Fri, 9 Jun 2017 20:36:06 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v59Ka6k3071049; Fri, 9 Jun 2017 20:36:06 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201706092036.v59Ka6k3071049@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Fri, 9 Jun 2017 20:36:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443041 - head/lang/spidermonkey38 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2017 20:36:07 -0000 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