From 8383e639795860be76996ad46696bdc1c461b9bd Mon Sep 17 00:00:00 2001 From: Steve Mynott Date: Fri, 27 Oct 2017 10:27:55 +0100 Subject: remove perl6-pod-to-bigpage and panda.patch patches --- patches/panda.patch | 10 ---------- tools/star/Makefile | 2 -- 2 files changed, 12 deletions(-) delete mode 100644 patches/panda.patch diff --git a/patches/panda.patch b/patches/panda.patch deleted file mode 100644 index d9f7d6f..0000000 --- a/patches/panda.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- ../modules/panda/bin/panda -+++ ../modules/panda/bin/panda -@@ -163,6 +163,7 @@ - } - - END { -+ note "\nDEPRECATED\n'panda' is shortly to be removed from Rakudo Star and replaced by 'zef'.\n'zef' is available in this release and recommended over 'panda'"; - rm_rf '.panda-work' if '.panda-work'.IO.e; - - for %failed.kv -> $source,$messages { diff --git a/tools/star/Makefile b/tools/star/Makefile index e61702a..7274ab9 100644 --- a/tools/star/Makefile +++ b/tools/star/Makefile @@ -69,8 +69,6 @@ manifest: modules/DBIish/lib patch: patch -p1 < patches/star-ver.patch - patch -p1 < patches/perl6-pod-to-bigpage.patch - patch -p1 < patches/panda.patch tarball: manifest patch [ -n "$(VERSION)" ] || ( echo "\nTry '$(MAKE) release VERSION=yyyy.mm'\n\n"; exit 1 ) -- cgit v1.1