pkgsrc-WIP-changes archive

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

mono-git: Remove merged patch



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Apr 17 15:01:51 2016 +0200
Changeset:	642381377c3b7c76be17ae0b6dc1c780e55e00d8

Modified Files:
	mono-git/distinfo
Removed Files:
	mono-git/patches/patch-configure.ac

Log Message:
mono-git: Remove merged patch

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

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

diffstat:
 mono-git/distinfo                   |  1 -
 mono-git/patches/patch-configure.ac | 45 -------------------------------------
 2 files changed, 46 deletions(-)

diffs:
diff --git a/mono-git/distinfo b/mono-git/distinfo
index 52d42c3..a66f2d6 100644
--- a/mono-git/distinfo
+++ b/mono-git/distinfo
@@ -4,7 +4,6 @@ SHA1 (mono-4.4.0.122.tar.bz2) = 132a8e9aa422e82ccdb776c7cc1db89ce140b0b3
 RMD160 (mono-4.4.0.122.tar.bz2) = 41d58720d7cb4f510cad64c1dbecdd9a6c9d19a1
 SHA512 (mono-4.4.0.122.tar.bz2) = 264b3779fc94e40c44f8cc637169d7f3a6367ead75b932069bc0498d53c13ea62ef5711784d1bc0767b85e0cb04424b9eee0ce7ed10772076902b55210097a10
 Size (mono-4.4.0.122.tar.bz2) = 84904723 bytes
-SHA1 (patch-configure.ac) = 870369eb07ee14a891506581c23dafe6eab0cd6d
 SHA1 (patch-mono_tests_verifier_make__access__test.sh) = d8808eafe0dbc94f6b4cee7fb8c97c3394142c33
 SHA1 (patch-mono_tests_verifier_make__bad__op__test.sh) = 6cf7567d442ab1a549214d12b4dacf37c2528871
 SHA1 (patch-mono_tests_verifier_make__bin__test.sh) = a5abd47ebb25c41ff4a4b8d15c70bf7cad81e52a
diff --git a/mono-git/patches/patch-configure.ac b/mono-git/patches/patch-configure.ac
deleted file mode 100644
index 6cca6b5..0000000
--- a/mono-git/patches/patch-configure.ac
+++ /dev/null
@@ -1,45 +0,0 @@
-$NetBSD$
-
---- configure.ac.orig	2016-04-16 14:26:42.000000000 +0000
-+++ configure.ac
-@@ -92,11 +92,11 @@ case "$host" in
- 		host_win32=yes
- 		mono_cv_clang=no
- 		if test "x$cross_compiling" = "xno"; then
--			if test "x$host" == "x$build" -a "x$host" == "x$target"; then
-+			if test "x$host" = "x$build" -a "x$host" = "x$target"; then
- 				target_win32=yes
- 			fi
- 		else
--			if test "x$host" == "x$target"; then
-+			if test "x$host" = "x$target"; then
- 				target_win32=yes
- 			fi
- 		fi
-@@ -2451,7 +2451,7 @@ fi
- AC_ARG_ENABLE(bcl-opt, [  --disable-bcl-opt	BCL is compiled with no optimizations (allows accurate BCL debugging)], test_bcl_opt=$enableval, test_bcl_opt=yes)
- 
- AC_ARG_ENABLE(perf-events, [  --enable-perf-events Enable using `perf` for profiling on Linux], test_perf_events=$enableval, test_perf_events=no)
--if test "x$test_perf_events" == "xyes"; then
-+if test "x$test_perf_events" = "xyes"; then
- 	AC_DEFINE(ENABLE_PERF_EVENTS, 1, [Enable using `perf` for profiling on Linux])
- 	AC_SUBST(ENABLE_PERF_EVENTS)
- fi
-@@ -2613,7 +2613,7 @@ if test "x$enable_llvm" = "xyes"; then
-    AC_MSG_CHECKING(LLVM version)
-    AC_MSG_RESULT($llvm_version $llvm_api_version)
-    if echo $llvm_version | grep -q 'mono'; then
--	  if test "x$enable_llvm_version_check" == "xyes"; then
-+	  if test "x$enable_llvm_version_check" = "xyes"; then
- 	  	 if test "$llvm_version" != "$expected_llvm_version"; then
- 		 	AC_MSG_ERROR([Expected llvm version $expected_llvm_version, but llvm-config --version returned $llvm_version"])
- 	  	 fi
-@@ -2648,7 +2648,7 @@ if test "x$enable_llvm" = "xyes"; then
-       llvm_jit_libs=""
-    fi
-    LLVM_LIBS=`$LLVM_CONFIG --libs analysis core bitwriter $llvm_jit_libs`
--   if test "x$LLVM_LIBS" == "x"; then
-+   if test "x$LLVM_LIBS" = "x"; then
-    	  echo "$LLVM_CONFIG --libs failed."
- 	  exit 1
-    fi


Home | Main Index | Thread Index | Old Index