aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.perl.mk
Commit message (Collapse)AuthorAgeFilesLines
* Introduce Perl 5.12.1Sergey Skvortsov2010-07-151-2/+4
| | | | | | | Acknowledgements: kuriyama Notes: svn path=/head/; revision=257819
* - s/usbale/usable/ fixing comment onlyPhilip M. Gollucci2010-03-251-1/+1
| | | | | | | | Submitted by: ogeni@ Hat: perl@ Notes: svn path=/head/; revision=251505
* Change default Perl version to 5.10.Sergey Skvortsov2010-02-051-1/+1
| | | | | | | Approved by: portmgr (pav) Notes: svn path=/head/; revision=249314
* Remove expired port lang/perl5.6Sergey Skvortsov2009-06-081-6/+4
| | | | Notes: svn path=/head/; revision=235439
* Introduce Perl 5.10.0Sergey Skvortsov2009-03-281-3/+5
| | | | Notes: svn path=/head/; revision=231213
* Remove variable PERL_VER from the ports tree at all - becauseSergey Skvortsov2009-03-051-4/+2
| | | | | | | it is obsolete since Perl 5.6.0. Notes: svn path=/head/; revision=229523
* Rename: lang/perl5 -> lang/perl5.6Sergey Skvortsov2009-02-011-1/+1
| | | | | | | PR: ports/131046 Notes: svn path=/head/; revision=227400
* Update to 5.8.9Sergey Skvortsov2009-01-131-2/+2
| | | | | | | | | | | | | | | | Also: - add option SITECUSTOMIZE which enable -Dusesitecustomize [1] - add patch against sv_dup() bug causes memory corruption in threaded perl [2] Changes: http://search.cpan.org/~nwclark/perl-5.8.9/pod/perl589delta.pod PR: 111120 [1], 130033 [2] Submitted by: "Ian A. Tegebo" <yontege xx dev-mug.rescomp.berkeley.edu> [1], kevin brintnall <kbrint xx rufus.net> [2] Notes: svn path=/head/; revision=225991
* - Fix typos in a comment: WANT_PERL5 -> WANT_PERL, is -> ifSergey Matveychuk2008-11-291-1/+1
| | | | | | | | PR: ports/123912 (based on) Submitted by: Philip M. Gollucci <pgollucci_at_p6m7g8.com> Notes: svn path=/head/; revision=223547
* Doc change: PERL_ARCH is *always* mach.Lars Thegler2008-05-281-1/+1
| | | | Notes: svn path=/head/; revision=213804
* Fix the CONFIGURE_ENV anti-foot-shooting measure to have the correctMark Linimon2007-09-291-1/+1
| | | | | | | | | | | quoting. It turns out that this is only an issue for ports that torture CONFIGURE_ENV to run a command as well as just set the environment (often, used to echo 'N' to fool an interactive script.) Tested on: pointyhat Notes: svn path=/head/; revision=200307
* Fine-tune the anti-foot-shooting measure for systems that set PERL_VERSIONMark Linimon2007-09-261-1/+1
| | | | | | | in /etc/make.conf. This did not show up on the cluster. Notes: svn path=/head/; revision=200117
* Add an anti-foot-shooting measure to detect missing default Perl definition.Mark Linimon2007-09-261-0/+6
| | | | | | | | | | | | | This can happen if bsd.perl.mk was not included before or during the inclusion of bsd.port.pre.mk. As of bsd.port.mk 1.586 this can't yet happen, as bsd.perl.mk is included unconditionally, so this checkin should be a no-op. While here, reserve WANT_PERL for ports that conditionally depend on Perl. WANT_PERL will need to be defined before bsd.port.pre.mk is included. Notes: svn path=/head/; revision=200115
* Disable AutoInstall from trying to contact CPAN directly in the case ofMark Linimon2007-09-241-0/+4
| | | | | | | | | | | a missing dependency (which is the actual underlying error). This cures the case of the build cluster looping indefinitely asking for user input. Suggested by: tobez Regression-tested with: devel/p5-Config-Any Notes: svn path=/head/; revision=200075
* Restore the semantics of USE_PERL and friends by moving them back toMark Linimon2007-09-131-10/+15
| | | | | | | | | | the 'post' block from which they originally came. This should fix the remaining few package build errors because of conditional perl inclusion. Pointy hat: linimon Notes: svn path=/head/; revision=199447
* Move an XXX comment to make it not show up in build logs.Mark Linimon2007-09-081-1/+1
| | | | Notes: svn path=/head/; revision=199133
* Please welcome bsd.perl.mk, a refactoring of Perl-related code fromMark Linimon2007-09-081-0/+255
bsd.port.mk. In addition, a revision shorthand has been added, e.g., USE_PERL5= 5.8.0+. This syntax is implemented for the following knobs: USE_PERL5, USE_PERL5_RUN, USE_PERL5_BUILD, PERL_CONFIGURE and PERL_MODBUILD. Credit also goes to sem who wrote an earlier version of this patch in ports/55515, marcus and kris for doing earlier testing, and kuriyama and others for additional work along the way. Thanks to gabor@FreeBSD.org for doing all this work. Sponsored by: Google Summer of Code 2007 Notes: svn path=/head/; revision=199065