summaryrefslogtreecommitdiff
path: root/lang/perl5.16/files/patch-Configure (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-12-31Remove lang/perl5.16 and the support bits in perl5.mk, it is no longerRene Ladan1-33/+0
supported and expired today. Approved by: portmgr (mat), perl (sunpoet) Differential Revision: https://reviews.freebsd.org/D4745 Notes: svn path=/head/; revision=404962
2015-04-09Make Perl build more reproducibly.Mathieu Arnold1-4/+16
Differential Revision: https://reviews.freebsd.org/D2016 Some bits from: Jérémy Bobbio <lunar@debian.org> Sponsored by: Absolight Notes: svn path=/head/; revision=383641
2011-08-08- Fix perl configure erroneously saving /usr/local/script as a site script ↵Dmitry Marakasov1-1/+11
install directory if it's present, which leads to misinstallation of many ports which install perl scripts (p5-Mail-SpamAssassin, for example) PR: 149771 Submitted by: Peter Radcliffe <pir-freebsd.org@pir.net> Patch by: myself Approved by: jadawin Notes: svn path=/head/; revision=279239
2010-07-14- Fix generation of '+CONTENTS' file for 'bsdpan-*' packages [1]Sergey Skvortsov1-0/+11
- Don't remove '/usr/local/lib' from path $libpth if this dir does not exist [2] PR: ports/116908 [1] Submitted by: Steve Wills <steve@mouf.net> [1], Kukushkin Konstantin <dark@ramtel.ru> [2] Notes: svn path=/head/; revision=257756