pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
corefx-git: Build only native assemblies for now.
Module Name: pkgsrc-wip
Committed By: jasonwilliams200ok <necmon%yahoo.com@localhost>
Pushed By: danglingpointer
Date: Sun Feb 7 18:07:34 2016 +0000
Changeset: e91149227ca84660b1c90940c52fcdb23bc3a06c
Modified Files:
corefx-git/Makefile
Removed Files:
corefx-git/patches/patch-build.sh
Log Message:
corefx-git: Build only native assemblies for now.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e91149227ca84660b1c90940c52fcdb23bc3a06c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
corefx-git/Makefile | 2 +-
corefx-git/patches/patch-build.sh | 22 ----------------------
2 files changed, 1 insertion(+), 23 deletions(-)
diffs:
diff --git a/corefx-git/Makefile b/corefx-git/Makefile
index d9e3799..b6d96fc 100644
--- a/corefx-git/Makefile
+++ b/corefx-git/Makefile
@@ -19,7 +19,7 @@ USE_TOOLS+= bash
REPLACE_BASH+= build.sh
do-build:
- ${RUN} cd ${WRKSRC} && PYTHON=${PYTHONBIN} MONOROOTDIR=${PREFIX} ./build.sh verbose
+ ${RUN} cd ${WRKSRC} && PYTHON=${PYTHONBIN} ./build.sh native verbose
.include "../../textproc/icu/buildlink3.mk"
.include "../../wip/llvm-git/buildlink3.mk"
diff --git a/corefx-git/patches/patch-build.sh b/corefx-git/patches/patch-build.sh
deleted file mode 100644
index 083969a..0000000
--- a/corefx-git/patches/patch-build.sh
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD$
-
---- build.sh.orig 2016-02-04 18:43:38.000000000 +0000
-+++ build.sh
-@@ -236,6 +236,7 @@ __BuildOS=$__HostOS
- __BuildType=Debug
- __CMakeArgs=DEBUG
-
-+if [ "x$MONOROOTDIR" = "x" ]; then
- case $__HostOS in
- FreeBSD)
- __monoroot=/usr/local
-@@ -247,6 +248,9 @@ case $__HostOS in
- __monoroot=/usr
- ;;
- esac
-+else
-+__monoroot="$MONOROOTDIR"
-+fi
-
- __referenceassemblyroot=$__monoroot/lib/mono/xbuild-frameworks
- BUILDERRORLEVEL=0
Home |
Main Index |
Thread Index |
Old Index