diff options
author | joerg <joerg@pkgsrc.org> | 2010-01-13 22:14:22 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-01-13 22:14:22 +0000 |
commit | e43b4ec0bb0635d3065aabe99d74c02497541d53 (patch) | |
tree | f73afe36823753d5051c962fd138350c30579bc4 /lang/mono | |
parent | 4a79528ac31573872f59a5043f79ae53aafc669b (diff) | |
download | pkgsrc-e43b4ec0bb0635d3065aabe99d74c02497541d53.tar.gz |
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 (limited to 'lang/mono')
-rw-r--r-- | lang/mono/distinfo | 4 | ||||
-rw-r--r-- | lang/mono/patches/patch-ch | 12 | ||||
-rw-r--r-- | lang/mono/patches/patch-ci | 18 |
3 files changed, 1 insertions, 33 deletions
diff --git a/lang/mono/distinfo b/lang/mono/distinfo index 646d3a44364..32fec0fecea 100644 --- a/lang/mono/distinfo +++ b/lang/mono/distinfo @@ -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-ca) = f5c54525d70b185f9fcb28f82034c4e995395c0b 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 --git a/lang/mono/patches/patch-ch b/lang/mono/patches/patch-ch deleted file mode 100644 index 619cf601e45..00000000000 --- a/lang/mono/patches/patch-ch +++ /dev/null @@ -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 --git a/lang/mono/patches/patch-ci b/lang/mono/patches/patch-ci deleted file mode 100644 index 1c99cafb445..00000000000 --- a/lang/mono/patches/patch-ci +++ /dev/null @@ -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 \ |