$OpenBSD: patch-vbruntime_Test_Makefile,v 1.3 2011/11/09 22:23:42 robert Exp $ --- vbruntime/Test/Makefile.orig Wed Nov 9 23:17:09 2011 +++ vbruntime/Test/Makefile Wed Nov 9 23:18:17 2011 @@ -40,13 +40,13 @@ WINTEST=-echo Linux environment. endif bin/nunit-console.exe: - wget --no-check-certificate -O bin/nunit-console.exe "http://github.com/mono/mono-basic/raw/70f26b5b6f3c16999cb3e0b5864df88752fe683a/vbruntime/Test/bin/nunit-console.exe" + ftp -o bin/nunit-console.exe "http://github.com/mono/mono-basic/raw/70f26b5b6f3c16999cb3e0b5864df88752fe683a/vbruntime/Test/bin/nunit-console.exe" bin/nunit.framework.dll: - wget --no-check-certificate -O bin/nunit.framework.dll "http://github.com/mono/mono-basic/raw/70f26b5b6f3c16999cb3e0b5864df88752fe683a/vbruntime/Test/bin/nunit.framework.dll" + ftp -o bin/nunit.framework.dll "http://github.com/mono/mono-basic/raw/70f26b5b6f3c16999cb3e0b5864df88752fe683a/vbruntime/Test/bin/nunit.framework.dll" bin/nunit.core.dll: - wget --no-check-certificate -O bin/nunit.core.dll "http://github.com/mono/mono-basic/raw/70f26b5b6f3c16999cb3e0b5864df88752fe683a/vbruntime/Test/bin/nunit.core.dll" + ftp -o bin/nunit.core.dll "http://github.com/mono/mono-basic/raw/70f26b5b6f3c16999cb3e0b5864df88752fe683a/vbruntime/Test/bin/nunit.core.dll" bin/nunit.util.dll: - wget --no-check-certificate -O bin/nunit.util.dll "http://github.com/mono/mono-basic/raw/70f26b5b6f3c16999cb3e0b5864df88752fe683a/vbruntime/Test/bin//nunit.util.dll" + ftp -o bin/nunit.util.dll "http://github.com/mono/mono-basic/raw/70f26b5b6f3c16999cb3e0b5864df88752fe683a/vbruntime/Test/bin//nunit.util.dll" init: bin/nunit-console.exe bin/nunit.framework.dll bin/nunit.core.dll bin/nunit.util.dll cp bin/nunit-console$(NUNIT_VERSION).exe.config bin/nunit-console.exe.config @@ -61,7 +61,7 @@ init: bin/nunit-console.exe bin/nunit.framework.dll bi MONO_PATH=$(MONO_VB_PATH) mono ../../tools/extract-source/extract-source.exe -s:2008VB_test_CS.csproj -d:2008VB_test_CS.dll.sources.win -m:w test-first: - cd ../Microsoft.VisualBasic && make && cp ../../class/lib/$(PROFILE)/Microsoft.VisualBasic.dll* ../Test/bin + cd ../Microsoft.VisualBasic && gmake && cp ../../class/lib/$(PROFILE)/Microsoft.VisualBasic.dll* ../Test/bin test-cs: test-first 2008VB_test_CS.dll.sources $(CSCOMPILER) "-out:bin/2008VB_test_CS.dll" @2008VB_test_CS.dll.rsp @2008VB_test_CS.dll.sources -lib:bin $(CSDEFINES)