summaryrefslogtreecommitdiff
path: root/devel/p5-ExtUtils-MakeMaker/files/patch-lib-ExtUtils-MM_Unix.pm
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-06-10 12:14:12 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-06-10 12:14:12 +0000
commit61de712f4609a18a2988695e252651c69d10cafd (patch)
treeaeafd6b72a8d3be86af00681d166956acc8e815f /devel/p5-ExtUtils-MakeMaker/files/patch-lib-ExtUtils-MM_Unix.pm
parent- Install desktop entry and an icon (diff)
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight
Diffstat (limited to 'devel/p5-ExtUtils-MakeMaker/files/patch-lib-ExtUtils-MM_Unix.pm')
-rw-r--r--devel/p5-ExtUtils-MakeMaker/files/patch-lib-ExtUtils-MM_Unix.pm16
1 files changed, 0 insertions, 16 deletions
diff --git a/devel/p5-ExtUtils-MakeMaker/files/patch-lib-ExtUtils-MM_Unix.pm b/devel/p5-ExtUtils-MakeMaker/files/patch-lib-ExtUtils-MM_Unix.pm
deleted file mode 100644
index 6f0f1833735b..000000000000
--- a/devel/p5-ExtUtils-MakeMaker/files/patch-lib-ExtUtils-MM_Unix.pm
+++ /dev/null
@@ -1,16 +0,0 @@
-ExtUtils::MakeMaker starting from 6.80 by default does not copy .bs files if they are empty.
-More information can be obtained from ports/183305
-
---- lib/ExtUtils/MM_Unix.pm.orig 2013-10-15 23:04:44.000000000 +0800
-+++ lib/ExtUtils/MM_Unix.pm 2013-10-26 04:30:48.748262789 +0800
-@@ -958,8 +958,8 @@
-
- push @m, <<'MAKE';
- $(CHMOD) $(PERM_RWX) $@
-- $(NOECHO) $(RM_RF) $(BOOTSTRAP)
-- - $(CP_NONEMPTY) $(BOOTSTRAP) $(INST_BOOT) $(PERM_RW)
-+ $(NOECHO) $(RM_RF) $(INST_BOOT)
-+ - $(TOUCH) $(BOOTSTRAP) && $(CP) $(BOOTSTRAP) $(INST_BOOT) && $(CHMOD) $(PERM_RW) $(INST_BOOT)
- MAKE
-
- return join('',@m);