pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/mono Remove two patches that fix command line par...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/de511b04ac9a
branches:  trunk
changeset: 569172:de511b04ac9a
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Jan 13 22:14:22 2010 +0000

description:
Remove two patches that fix command line parsing on DragonFly, breaking
it on NetBSD. I can't explain the behavior on DragonFly, but the use of
the mono linker in the Makefiles matching the source, so the problem is
elsewhere.

diffstat:

 lang/mono/distinfo         |   4 +---
 lang/mono/patches/patch-ch |  12 ------------
 lang/mono/patches/patch-ci |  18 ------------------
 3 files changed, 1 insertions(+), 33 deletions(-)

diffs (56 lines):

diff -r 1335268ea032 -r de511b04ac9a lang/mono/distinfo
--- a/lang/mono/distinfo        Wed Jan 13 20:10:09 2010 +0000
+++ b/lang/mono/distinfo        Wed Jan 13 22:14:22 2010 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.57 2009/11/25 10:13:06 kefren Exp $
+$NetBSD: distinfo,v 1.58 2010/01/13 22:14:22 joerg Exp $
 
 SHA1 (mono-2.4.2.3.tar.bz2) = c0e7c2992ef6c1ea3d1fd48ef581aa1ff6ec29cb
 RMD160 (mono-2.4.2.3.tar.bz2) = f52bf6e281b076b859a567c17917577710522684
@@ -26,8 +26,6 @@
 SHA1 (patch-cb) = eaf041b83af24afc4d82d5088a01f98810a1de69
 SHA1 (patch-cd) = dc2afe3992c50b4201af628e12fc269d8bf893a6
 SHA1 (patch-ce) = ba1ae96ab63fe798ce781f0def5fe026d1776df0
-SHA1 (patch-ch) = d495e5a77a349b8d243ebf0a06a48d4342627ae2
-SHA1 (patch-ci) = d988ba39115c1656e1b84f354689706a41bf17d3
 SHA1 (patch-da) = 877ed8ec92ec25686c5a9a59db107f122d49035d
 SHA1 (patch-db) = 97c39aafeb66afdd42317a18c9b8d7d92b103cc0
 SHA1 (patch-dc) = 29fe575f97b7716ffb467e3ae0f19cb8b1e35c87
diff -r 1335268ea032 -r de511b04ac9a lang/mono/patches/patch-ch
--- a/lang/mono/patches/patch-ch        Wed Jan 13 20:10:09 2010 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-ch,v 1.5 2009/04/28 10:31:58 hasso Exp $
-
---- mcs/tools/csharplib/Makefile.orig  2009-04-07 07:16:59.000000000 +0300
-+++ mcs/tools/csharplib/Makefile       2009-04-07 07:17:14.000000000 +0300
-@@ -33,6 +33,6 @@
- 
- $(the_lib): $(the_libdir)/.stamp Makefile Mono.CSharp.dll.sources $(build_lib)
-       $(MKINSTALLDIRS) fixup
--      $(MONO_PATH) $(RUNTIME) $(LINKER) -d fixup/$(PROFILE) -o out -l none -c skip -b true -x link.xml -s Mono.Tuner.AdjustVisibility,Mono.Tuner:OutputStep -s 
Mono.Tuner.PrintStatus,Mono.Tuner:OutputStep  -i compiler.info
-+      $(MONO_PATH) $(RUNTIME) $(LINKER) -d fixup/$(PROFILE) -o out -lnone -c skip -b true -x link.xml -s Mono.Tuner.AdjustVisibility,Mono.Tuner:OutputStep -s 
Mono.Tuner.PrintStatus,Mono.Tuner:OutputStep  -i compiler.info
-       $(SN) $(SNFLAGS) out/Mono.CSharp.dll $(topdir)/class/mono.snk
-       cp out/Mono.CSharp.dll $(the_lib)
diff -r 1335268ea032 -r de511b04ac9a lang/mono/patches/patch-ci
--- a/lang/mono/patches/patch-ci        Wed Jan 13 20:10:09 2010 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-$NetBSD: patch-ci,v 1.5 2009/11/25 10:13:06 kefren Exp $
---- mcs/tools/moon/Makefile.orig       2009-11-25 10:54:11.000000000 +0200
-+++ mcs/tools/moon/Makefile    2009-11-25 10:54:30.000000000 +0200
-@@ -53,12 +53,12 @@
- test-local run-test-local run-test-ondotnet-local:
- 
- TUNER_FLAGS = -d $(WORKING_DIR) -o $(OUTPUT_DIR)      \
--      -l none         \
-       -c link         \
-       -a smcs         \
-       -b true         \
-       -g true         \
--      -m display_internalized false
-+      -m display_internalized false                   \
-+      -l
- 
- TUNER_STEPS = \
-       Mono.Tuner.InjectAttributes,Mono.Tuner:OutputStep       \



Home | Main Index | Thread Index | Old Index