head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.10 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.8 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.6 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.4 pkgsrc-2011Q2-base:1.6 pkgsrc-2009Q4:1.6.0.2 pkgsrc-2009Q4-base:1.6 pkgsrc-2009Q1:1.3.0.2 pkgsrc-2009Q1-base:1.3 pkgsrc-2008Q4:1.2.0.2 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.1.0.6 pkgsrc-2008Q3-base:1.1 cube-native-xorg:1.1.0.4 cube-native-xorg-base:1.1 pkgsrc-2008Q2:1.1.0.2; locks; strict; comment @# @; 1.6 date 2010.01.13.22.14.22; author joerg; state dead; branches; next 1.5; 1.5 date 2009.11.25.10.13.06; author kefren; state Exp; branches; next 1.4; 1.4 date 2009.04.07.08.20.42; author kefren; state dead; branches; next 1.3; 1.3 date 2009.02.12.19.44.50; author kefren; state Exp; branches; next 1.2; 1.2 date 2008.10.07.13.22.33; author kefren; state dead; branches; next 1.1; 1.1 date 2008.08.09.19.57.51; author kefren; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2008.08.09.19.57.51; author tron; state dead; branches; next 1.1.2.2; 1.1.2.2 date 2008.08.10.15.27.26; author tron; state Exp; branches; next ; desc @@ 1.6 log @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. @ text @$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 \ @ 1.5 log @build with moonlight support. Added as a default option. Bump pkgrevision @ text @d1 1 a1 1 $NetBSD$ @ 1.4 log @Welcome to mono 2.4 Changelist available at http://www.mono-project.com/Release_Notes_Mono_2.4 Note: Enabled for now generics on amd64, as they look to work @ text @d1 18 a18 21 $NetBSD: patch-ci,v 1.3 2009/02/12 19:44:50 kefren Exp $ --- mono/mini/mini-amd64.c.orig 2008-11-11 06:56:14.000000000 +0200 +++ mono/mini/mini-amd64.c 2009-02-12 21:06:56.000000000 +0200 @@@@ -6300,10 +6300,14 @@@@ else item->chunk_size += MOV_REG_IMM_SIZE + CMP_REG_REG_SIZE; } - if (vtable_is_32bit) - item->chunk_size += MOV_REG_IMM_32BIT_SIZE; - else + if (fail_tramp) { item->chunk_size += MOV_REG_IMM_SIZE; + } else { + if (vtable_is_32bit) + item->chunk_size += MOV_REG_IMM_32BIT_SIZE; + else + item->chunk_size += MOV_REG_IMM_SIZE; + } item->chunk_size += BR_SMALL_SIZE + JUMP_REG_SIZE; } else { if (fail_tramp) { @ 1.3 log @Fix Bug 475132 for amd64. Patch provided by Zoltan Varga @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update to mono 2.0 Improved performance, more features, C# 3.0, complete LINQ support etc. For a more complete list of changes please consult: http://www.mono-project.com/Release_Notes_Mono_2.0 @ text @d1 6 a6 9 $NetBSD: patch-ci,v 1.1 2008/08/09 19:57:51 kefren Exp $ --- mcs/class/System.Web/System.Web.UI.HtmlControls/HtmlInputButton.cs.orig 2007-11-09 00:10:32.000000000 +0200 +++ mcs/class/System.Web/System.Web.UI.HtmlControls/HtmlInputButton.cs 2008-08-09 22:23:02.000000000 +0300 @@@@ -302,7 +302,7 @@@@ if (oc != null) { writer.WriteAttribute ("language", "javascript"); - writer.WriteAttribute ("onclick", oc); + writer.WriteAttribute ("onclick", oc, true); d8 14 a21 2 } #endif @ 1.1 log @fix an cross site scripting vulnerability bump PKGREVISION @ text @d1 1 a1 1 $NetBSD$ @ 1.1.2.1 log @file patch-ci was added on branch pkgsrc-2008Q2 on 2008-08-10 15:27:26 +0000 @ text @d1 12 @ 1.1.2.2 log @Pullup ticket 2478 - requested by kefren Security patch for mono Revisions pulled up: - lang/mono/Makefile 1.69 - lang/mono/distinfo 1.36 - lang/mono/patches/patch-cf 1.1 - lang/mono/patches/patch-cg 1.1 - lang/mono/patches/patch-ch 1.1 - lang/mono/patches/patch-ci 1.1 - lang/mono/patches/patch-cj 1.1 - lang/mono/patches/patch-ck 1.1 --- Module Name: pkgsrc Committed By: kefren Date: Sat Aug 9 19:57:51 UTC 2008 Modified Files: pkgsrc/lang/mono: Makefile distinfo Added Files: pkgsrc/lang/mono/patches: patch-cf patch-cg patch-ch patch-ci patch-cj patch-ck Log Message: fix an cross site scripting vulnerability bump PKGREVISION @ text @a0 12 $NetBSD: patch-ci,v 1.1 2008/08/09 19:57:51 kefren Exp $ --- mcs/class/System.Web/System.Web.UI.HtmlControls/HtmlInputButton.cs.orig 2007-11-09 00:10:32.000000000 +0200 +++ mcs/class/System.Web/System.Web.UI.HtmlControls/HtmlInputButton.cs 2008-08-09 22:23:02.000000000 +0300 @@@@ -302,7 +302,7 @@@@ if (oc != null) { writer.WriteAttribute ("language", "javascript"); - writer.WriteAttribute ("onclick", oc); + writer.WriteAttribute ("onclick", oc, true); } } #endif @