summaryrefslogtreecommitdiff
path: root/lang/perl5.16/files/patch-Configure (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove lang/perl5.16 and the support bits in perl5.mk, it is no longerRene Ladan2015-12-311-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
* Make Perl build more reproducibly.Mathieu Arnold2015-04-091-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
* - Fix perl configure erroneously saving /usr/local/script as a site script ↵Dmitry Marakasov2011-08-081-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
* - Fix generation of '+CONTENTS' file for 'bsdpan-*' packages [1]Sergey Skvortsov2010-07-141-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