diff options
Diffstat (limited to 'dev-util/makepp/files')
-rw-r--r-- | dev-util/makepp/files/makepp-1.40.1a-install.patch | 12 | ||||
-rw-r--r-- | dev-util/makepp/files/makepp-2.0-destdir.patch | 13 | ||||
-rw-r--r-- | dev-util/makepp/files/makepp-2.0.98.5-perl526.patch | 24 |
3 files changed, 0 insertions, 49 deletions
diff --git a/dev-util/makepp/files/makepp-1.40.1a-install.patch b/dev-util/makepp/files/makepp-1.40.1a-install.patch deleted file mode 100644 index b1ee013add3e..000000000000 --- a/dev-util/makepp/files/makepp-1.40.1a-install.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- makepp-1.40/config.pl -+++ makepp-1.40/config.pl -@@ -34,7 +34,7 @@ - cd makepp-$(VERSION) && make test # Make sure it all runs. - rm -rf makepp-$(VERSION) - --install: all -- $(PERL) install.pl $(BINDIR) $(DATADIR) $(MANDIR) $(HTMLDIR) $(FINDBIN) -+install: -+ $(PERL) install.pl $(DESTDIR)$(BINDIR) $(DESTDIR)$(DATADIR) $(DESTDIR)$(MANDIR) $(DESTDIR)$(HTMLDIR) $(DESTDIR)$(FINDBIN) - - .PHONY: all distribution install test diff --git a/dev-util/makepp/files/makepp-2.0-destdir.patch b/dev-util/makepp/files/makepp-2.0-destdir.patch deleted file mode 100644 index 7d7950b2dff4..000000000000 --- a/dev-util/makepp/files/makepp-2.0-destdir.patch +++ /dev/null @@ -1,13 +0,0 @@ -don't break install paths when DESTDIR is set - ---- a/install.pl -+++ b/install.pl -@@ -131,7 +131,7 @@ - - if( $destdir ) { - for( $bindir, $datadir, $mandir, $htmldir_val ) { -- s/$prefix/$destdir/o if defined; -+ s/^/$destdir/o if defined; - } - } - diff --git a/dev-util/makepp/files/makepp-2.0.98.5-perl526.patch b/dev-util/makepp/files/makepp-2.0.98.5-perl526.patch deleted file mode 100644 index b5ed875b4dcf..000000000000 --- a/dev-util/makepp/files/makepp-2.0.98.5-perl526.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -ruN makepp-2.0.98.5.orig/config.pl makepp-2.0.98.5/config.pl ---- makepp-2.0.98.5.orig/config.pl 2017-07-08 21:35:18.257017457 +0200 -+++ makepp-2.0.98.5/config.pl 2017-07-08 21:39:06.087026936 +0200 -@@ -19,6 +19,8 @@ - you on?), get the latest from www.perl.org and install it. - EOS - -+use lib q[.]; -+ - BEGIN { eval { require Mpp::Utils } or warn <<EOS and exit 1 } # avoid BEGIN/die diagnostic - Please call this script in the directory where you unpacked it! - EOS -diff -ruN makepp-2.0.98.5.orig/install.pl makepp-2.0.98.5/install.pl ---- makepp-2.0.98.5.orig/install.pl 2013-07-05 23:02:38.000000000 +0200 -+++ makepp-2.0.98.5/install.pl 2017-07-08 21:38:48.441026202 +0200 -@@ -13,6 +13,8 @@ - # - BEGIN { eval { require 5.008 } or exec $^X, 'config.pl' } # Dies with nice message. - -+use lib q[.]; -+ - BEGIN { eval { require Mpp::Text } or warn <<EOS and exit 1 } # avoid BEGIN/die diagnostic - Please call this script in the directory where you unpacked it! - EOS |