pkgsrc-WIP-changes archive

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

coreclr-git: Cleanup PLIST generation



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Feb 21 16:03:40 2016 +0100
Changeset:	0d78a6de0e3bc139358b62aabfa730b9e9906302

Modified Files:
	coreclr-git/Makefile
	coreclr-git/PLIST

Log Message:
coreclr-git: Cleanup PLIST generation

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0d78a6de0e3bc139358b62aabfa730b9e9906302

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 coreclr-git/Makefile |  6 ++++--
 coreclr-git/PLIST    | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 58 insertions(+), 3 deletions(-)

diffs:
diff --git a/coreclr-git/Makefile b/coreclr-git/Makefile
index 0d4afb1..43533c9 100644
--- a/coreclr-git/Makefile
+++ b/coreclr-git/Makefile
@@ -35,13 +35,15 @@ do-configure:
 
 do-build:
 	${RUN} cd ${WRKSRC} && \
-	${PKGSRC_SETENV} ${CONFIGURE_ENV} PYTHON=${PYTHONBIN:Q} ./build.sh skipmscorlib cmakeargs ${CMAKE_ARGS:Q}
+	${PKGSRC_SETENV} ${CONFIGURE_ENV} PYTHON=${PYTHONBIN:Q} \
+		./build.sh skipmscorlib cmakeargs ${CMAKE_ARGS:Q}
 
 # Currently there is no unix-like install target.
 # Put all produced files under subprefix.
 do-install:
 	${RUN} mkdir -p ${DESTDIR}${PREFIX}/CoreCLR
-	${RUN} ${CP} -r ./bin/Product/${OPSYS}.x64.Debug/ ${DESTDIR}${CORECLR_PREFIX}
+	${RUN} ${CP} -r ${WRKSRC}/bin/Product/${OPSYS}.x64.Debug/* \
+		${DESTDIR}${CORECLR_PREFIX}
 
 do-test:
 	${RUN} cd ${WRKSRC} && \
diff --git a/coreclr-git/PLIST b/coreclr-git/PLIST
index ab85218..4e1a9b4 100644
--- a/coreclr-git/PLIST
+++ b/coreclr-git/PLIST
@@ -1 +1,54 @@
-@comment $NetBSD: PLIST,v 1.1 2015/04/13 00:06:34 krytarowski Exp $
+@comment $NetBSD$
+CoreCLR/Loader/NativeLibs/FromNativePaths_lib.so
+CoreCLR/System.Globalization.Native.so
+CoreCLR/bin/hfa_nested_f32_native_cpp.so
+CoreCLR/bin/hfa_nested_f64_native_cpp.so
+CoreCLR/bin/hfa_simple_f32_native_cpp.so
+CoreCLR/bin/hfa_simple_f64_native_cpp.so
+CoreCLR/bin/jitstructtests_lib.so
+CoreCLR/bin/libMarshalBoolArrayDLL.so
+CoreCLR/bin/libStructABILib.so
+CoreCLR/bin/mirror.so
+CoreCLR/bin/native_i0c.so
+CoreCLR/bin/native_i0s.so
+CoreCLR/bin/native_i1c.so
+CoreCLR/bin/native_i1s.so
+CoreCLR/bin/native_i3c.so
+CoreCLR/bin/native_i3s.so
+CoreCLR/bin/native_i5c.so
+CoreCLR/bin/native_i5s.so
+CoreCLR/bin/native_i6c.so
+CoreCLR/bin/native_i6s.so
+CoreCLR/bin/native_i7c.so
+CoreCLR/bin/native_i7s.so
+CoreCLR/bin/native_i8c.so
+CoreCLR/bin/native_i8s.so
+CoreCLR/coreconsole
+CoreCLR/corerun
+CoreCLR/crossgen
+CoreCLR/gcinfo/gcinfoencoder.cpp
+CoreCLR/ilasm
+CoreCLR/ildasm
+CoreCLR/inc/cfi.h
+CoreCLR/inc/cor.h
+CoreCLR/inc/cordebuginfo.h
+CoreCLR/inc/corerror.h
+CoreCLR/inc/corhdr.h
+CoreCLR/inc/corinfo.h
+CoreCLR/inc/corjit.h
+CoreCLR/inc/corprof.h
+CoreCLR/inc/gcinfoencoder.h
+CoreCLR/inc/gcinfotypes.h
+CoreCLR/inc/opcode.def
+CoreCLR/inc/openum.h
+CoreCLR/lib/libcoreclrpal.a
+CoreCLR/lib/libcorguids.a
+CoreCLR/lib/libpalrt.a
+CoreCLR/libcoreclr.so
+CoreCLR/libdbgshim.so
+CoreCLR/libmscordaccore.so
+CoreCLR/libmscordbi.so
+CoreCLR/libryujit.so
+CoreCLR/libsos.so
+CoreCLR/libsosplugin.so
+CoreCLR/sosdocsunix.txt


Home | Main Index | Thread Index | Old Index