Index: Makefile =================================================================== RCS file: /cvs/ports/lang/parrot/Makefile,v retrieving revision 1.9 diff -u -p -r1.9 Makefile --- Makefile 18 Jun 2009 23:00:43 -0000 1.9 +++ Makefile 3 Oct 2010 22:04:36 -0000 @@ -9,6 +9,7 @@ COMMENT= virtual machine designed for in V= 1.2.0 DISTNAME= parrot-$V +REVISION= 0 CATEGORIES= lang perl6 SHARED_LIBS= parrot 0.0 Index: patches/patch-config_gen_makefiles_dynpmc_in =================================================================== RCS file: patches/patch-config_gen_makefiles_dynpmc_in diff -N patches/patch-config_gen_makefiles_dynpmc_in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ patches/patch-config_gen_makefiles_dynpmc_in 3 Oct 2010 22:04:36 -0000 @@ -0,0 +1,19 @@ +$OpenBSD$ +--- config/gen/makefiles/dynpmc.in.orig Fri Apr 17 17:06:01 2009 ++++ config/gen/makefiles/dynpmc.in Sun Oct 3 23:27:58 2010 +@@ -42,7 +42,6 @@ PMC_TARGETS := \ + subproxy$(LOAD_EXT) + + PMCS_DIGEST := \ +- md2.pmc \ + md4.pmc \ + md5.pmc \ + ripemd160.pmc \ +@@ -52,7 +51,6 @@ PMCS_DIGEST := \ + sha512.pmc + + OBJS_DIGEST := \ +- md2$(O) \ + md4$(O) \ + md5$(O) \ + ripemd160$(O) \ Index: patches/patch-config_gen_makefiles_root_in =================================================================== RCS file: /cvs/ports/lang/parrot/patches/patch-config_gen_makefiles_root_in,v retrieving revision 1.1 diff -u -p -r1.1 patch-config_gen_makefiles_root_in --- patches/patch-config_gen_makefiles_root_in 17 Jun 2009 09:34:35 -0000 1.1 +++ patches/patch-config_gen_makefiles_root_in 3 Oct 2010 22:04:36 -0000 @@ -1,6 +1,6 @@ $OpenBSD: patch-config_gen_makefiles_root_in,v 1.1 2009/06/17 09:34:35 simon Exp $ ---- config/gen/makefiles/root.in.orig Mon Jun 1 02:30:47 2009 -+++ config/gen/makefiles/root.in Mon Jun 1 02:31:51 2009 +--- config/gen/makefiles/root.in.orig Wed May 20 02:29:16 2009 ++++ config/gen/makefiles/root.in Sun Oct 3 23:51:31 2010 @@ -18,7 +18,7 @@ DEVEL := @DEVEL@ @@ -18,3 +18,11 @@ $OpenBSD: patch-config_gen_makefiles_roo $(INSTALLABLECONFIG) : $(SRC_DIR)/install_config$(O) $(PARROT_CONFIG) $(PBC_TO_EXE) +@@ -1791,7 +1790,6 @@ test-clean : + "t/stress/*.pbc" \ + "t/tools/*.pbc" + $(RM_F) \ +- "t/dynpmc/md2.t" \ + "t/dynpmc/md4.t" \ + "t/dynpmc/md5.t" \ + "t/dynpmc/ripemd160.t" \