summaryrefslogtreecommitdiff
path: root/lang/perl5.14 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* - Sort CONFLICTSSunpoet Po-Chuan Hsieh2013-08-221-2/+2
| | | | Notes: svn path=/head/; revision=325216
* Introduce Perl 5.18.1Mathieu Arnold2013-08-131-1/+2
| | | | | | | | Changes: http://search.cpan.org/dist/perl-5.18.0/pod/perldelta.pod Changes: http://search.cpan.org/dist/perl-5.18.1/pod/perldelta.pod Notes: svn path=/head/; revision=324662
* - Revert MAKE_JOBS_UNSAFE. At least it failed on 9.1-QAT/amd64.Andrej Zverev2013-07-221-0/+1
| | | | Notes: svn path=/head/; revision=323489
* - Mark job safeAndrej Zverev2013-07-221-1/+0
| | | | | | | Tested by: Anton Yuzhaninov <ayuzhaninov@openstat.ru>, az@ Notes: svn path=/head/; revision=323474
* - lang/perl5.12 upgrade to 5.12.5Andrej Zverev2013-06-129-844/+34
| | | | | | | | | | | | | | | | | - lang/perl5.14 upgrade to 5.14.4 - lang/perl5.16 upgrade to 5.16.3 - Global modify SITE_PERL[1][2] [1] - See more info: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=26605+0+archive/2013/freebsd-perl/20130609.freebsd-perl [2] - Fix for mail/cyrus-imapd* - Approved by portmrg(bapt@) Please, see ports/UPDATING for upgrade procedure. Reviewed by: bapt@ (exp-run), culot@ Notes: svn path=/head/; revision=320679
* Revert logic for PERL_VENDOR_PREFIX.Andrej Zverev2013-05-081-3/+2
| | | | | | | Requested by: citrin Notes: svn path=/head/; revision=317668
* - Fix CONFLICTSAndrej Zverev2013-05-061-1/+1
| | | | Notes: svn path=/head/; revision=317512
* - Fix typo VENDOR_PREFIX -> VENDOR_PREFIX_DESCAndrej Zverev2013-05-061-1/+1
| | | | | | | | | | PR: ports/178363 Submitted by: Sayetsky Anton <vsjcfm@gmail.com> Pointy hat: az@ Notes: svn path=/head/; revision=317478
* lang/perl5.*Andrej Zverev2013-05-061-30/+27
| | | | | | | | | | | | | | | | - OPTIONS to OptionNG conversion - Remove ABI version number from LIB_DEPENDS - Add VENDOR prefix to list of OPTIONS lang/perl5.14 - Remove outdated CONFLICTS with perl5.(6|8) Reviewed by: bapt@ With hat: perl@ Notes: svn path=/head/; revision=317464
* Reassing lang/perl5* to perl@Baptiste Daroussin2013-04-221-6/+2
| | | | | | | | | While here trim headers Feature safe: yes Notes: svn path=/head/; revision=316226
* Perl 5.x: fix CVE-2013-1667Eygene Ryabinkin2013-03-102-1/+173
| | | | | | | Feature safe: wholeheartedly hope so Notes: svn path=/head/; revision=313838
* - Fix all cases of 'No newline at end of file' in ports treeAlex Kozlov2013-02-011-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=311381
* Introduce Perl 5.16.0Sergey Skvortsov2012-06-301-1/+1
| | | | | | | | Changes: http://search.cpan.org/dist/perl-5.16.0/pod/perldelta.pod Approved by: portmgr (linimon) Notes: svn path=/head/; revision=300289
* - Pull ↵Philip M. Gollucci2012-03-072-1/+12
| | | | | | | | | | | | | | | | | | | | https://github.com/dagolden/extutils-makemaker/commit/a19beeaa9f0df1be60d5a45bf22c0a42dd600dca/raw to fix: Can't use string "XXX" as an ARRAY ref while "strict refs" in use at /usr/local/lib/perl5/5.14.2/ExtUtils/MM_Unix.pm line 2893. - perl 5.14.[012] shipped with a broken version of ExtUtils::MakeMakker (6.57_06) which is fixed in 6.57_06. This patch can hopefully go away when/if perl 5.14.3 is released. - Bump PORTREVISION PR: ports/165457 With Hat: perl@ Notes: svn path=/head/; revision=292865
* - Add option to build with -pthread, default to on. Note this is not the sameSteve Wills2012-02-151-1/+4
| | | | | | | | | | | | | as threaded perl. PR: ports/163878 Submitted by: swills (myself) Approved by: portmgr (erwin) Discussed with: tobez With hat: perl@ Notes: svn path=/head/; revision=291382
* Update to 5.14.2Sergey Skvortsov2011-12-194-4/+5
| | | | | | | Changes: http://search.cpan.org/~flora/perl-5.14.2/pod/perldelta.pod Notes: svn path=/head/; revision=287663
* Update BSDPAN to 20111107:Sergey Skvortsov2011-11-102-4/+4
| | | | | | | | | | | | | | - Fix warning: Warning: prerequisite ExtUtils::MakeMaker x.xx not found. We have unknown version. - Fix forever loop occured when installing modules directly via cpan. PR: ports/162151 Submitted by: az Feature safe: yes Notes: svn path=/head/; revision=285441
* - Unbreak on FreeBSD 10Martin Wilke2011-11-051-0/+30
| | | | Notes: svn path=/head/; revision=285107
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-2/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - Track dependencies after databases/gdbm updateGabor Kovesdan2011-09-121-2/+2
| | | | Notes: svn path=/head/; revision=281668
* - Fix perl configure erroneously saving /usr/local/script as a site script ↵Dmitry Marakasov2011-08-082-1/+12
| | | | | | | | | | | | 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
* Update to 5.14.1Sergey Skvortsov2011-06-195-4/+6
| | | | | | | Changes: http://search.cpan.org/~jesse/perl-5.14.1/pod/perldelta.pod Notes: svn path=/head/; revision=275828
* Fix DEPORIGIN in BSDPAN.Sergey Skvortsov2011-06-191-1/+1
| | | | | | | | PR: ports/157565 Submitted by: Dan Lukes <dan@obluda.cz> Notes: svn path=/head/; revision=275823
* Introduce Perl 5.14.0Sergey Skvortsov2011-05-175-240/+251
| | | | | | | Changes: http://search.cpan.org/~jesse/perl-5.14.0/pod/perldelta.pod Notes: svn path=/head/; revision=274235
* Change default Perl version to 5.12.Sergey Skvortsov2011-05-061-1/+1
| | | | Notes: svn path=/head/; revision=273695
* - Is not MAKE_JOBS_SAFE:Pav Lucistnik2011-01-271-1/+1
| | | | | | | | | | | | | chmod 755 libsdbm.a /usr/bin/ar cr libsdbm.a sdbm.o pair.o hash.o && : libsdbm.a chmod: libsdbm.a: No such file or directory *** Error code 1 Reported by: pointyhat Feature safe: yes Notes: svn path=/head/; revision=268302
* Update to 5.12.3Sergey Skvortsov2011-01-254-6/+5
| | | | | | | | Changes: http://search.cpan.org/~rjbs/perl-5.12.3/pod/perl5123delta.pod Feature safe: yes Notes: svn path=/head/; revision=268214
* - Support = in hostnames compatiable with misc/149510.Philip M. Gollucci2010-12-111-1/+1
| | | | | | | | | | | duplicate fix in other perl ports PR: ports/148255 Submitted by: Anonymous <swell.k@gmail.com> Approved by: maintainer timeout (skv ; 121 days) Notes: svn path=/head/; revision=266046
* Do not touch /etc/manpath.config on -CURRENT after man.d/perl.conf is usedRenato Botelho2010-12-061-3/+7
| | | | | | | | | | | instead PR: ports/151914 Submitted by: garga@ Approved by: skv@ (maintainer) Notes: svn path=/head/; revision=265753
* Add LICENSE_COMB (it was not checked by portlint).Sergey Skvortsov2010-11-051-0/+1
| | | | | | | | PR: ports/151963 [1] Submitted by: ohauer, Wouter Oosterveld <wouter@fizzyflux.nl> [1] Notes: svn path=/head/; revision=264135
* Specify LICENSE.Sergey Skvortsov2010-11-051-0/+2
| | | | Notes: svn path=/head/; revision=264130
* Add patch to install a configuration file for the new man utilityGordon Tetlow2010-11-051-0/+2
| | | | | | | | | | | | instead of manipulating /etc/manpath.config. Follow up commit since I missed adding the config file. Approved by: maintainer (timeout), wes@ (mentor, implicit) Pointyhat to: gordon@ Notes: svn path=/head/; revision=264122
* Add patch to install a configuration file for the new man utilityGordon Tetlow2010-11-053-8/+24
| | | | | | | | | instead of manipulating /etc/manpath.config. Approved by: maintainer (timeout), wes@ (mentor, implicit) Notes: svn path=/head/; revision=264121
* Add patch to fix h2ph deprecated goto (perl bug #74404)Martin Matuska2010-10-132-1/+137
| | | | | | | | PR: ports/150876 Approved by: maintainer (timeout) Notes: svn path=/head/; revision=262959
* - Fix perl-after-upgrade [1]Sergey Skvortsov2010-09-163-2/+4
| | | | | | | | | | - Preserve perms on modified /etc/make.conf, /etc/manpath.conf [2] PR: 150622 [1], 150611 [2] Submitted by: garga [1], swell.k@gmail.com [2] Notes: svn path=/head/; revision=261284
* Update to 5.12.2Sergey Skvortsov2010-09-154-4/+6
| | | | | | | Changes: http://search.cpan.org/~jesse/perl-5.12.2/pod/perl5122delta.pod Notes: svn path=/head/; revision=261221
* Cleanup: remove duplicate '@dirrm' entry.Sergey Skvortsov2010-07-261-1/+0
| | | | Notes: svn path=/head/; revision=258269
* [1] Unbreak build with THREADS optionSergey Skvortsov2010-07-233-14/+12
| | | | | | | | | | | [2] Remove SUIDPERL option: SUID emulation has been removed for 5.12 PR: ports/148648 [1] Submitted by: Andrei Lavreniyuk <andy.lavr@gmail.com> [1] WWW: http://search.cpan.org/~jesse/perl-5.12.1/pod/perl5120delta.pod#Deprecations [2] Notes: svn path=/head/; revision=258104
* Introduce Perl 5.12.1Sergey Skvortsov2010-07-159-798/+1037
| | | | | | | Acknowledgements: kuriyama Notes: svn path=/head/; revision=257819
* Fix my stupidest typo.Sergey Skvortsov2010-07-151-2/+2
| | | | | | | | | PR: ports/148634 Submitted by: Warren Block <wblock@wonkity.com> Pointed by: olli hauer <ohauer@gmx.de> Notes: svn path=/head/; revision=257815
* - Fix generation of '+CONTENTS' file for 'bsdpan-*' packages [1]Sergey Skvortsov2010-07-143-5/+17
| | | | | | | | | | | | - 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
* Correct spell of PORTREVISION.Hajimu UMEMOTO2010-05-101-1/+1
| | | | Notes: svn path=/head/; revision=254087
* - Add patches for RT 69973 [1], RT 71952 [2]Sergey Skvortsov2010-05-064-4/+146
| | | | | | | | | | | | | - Update P5PORTER mode [3] - Update CONFLICTS for Perl 5.12 Pointed by: a.smith xx ukgrid.net [1] PR: ports/144717 [2], ports/142110 [3] Submitted by: Bryan Fullerton <bryanf@samuraiconsulting.ca> [2], Alex Deiter <alex.deiter xx gmail.com> [3] Notes: svn path=/head/; revision=253832
* Change default Perl version to 5.10.Sergey Skvortsov2010-02-051-1/+1
| | | | | | | Approved by: portmgr (pav) Notes: svn path=/head/; revision=249314
* - Mark MAKE_JOBS_UNSAFEPhilip M. Gollucci2010-01-091-0/+1
| | | | | | | | | | PR: ports/141959 Approved by: maintainer timeout (skv; 17 days) Submitted by: myself (pgollucci@) Reported by: ASF TB, P6 TB Notes: svn path=/head/; revision=247487
* perl-after-upgrade:Sergey Skvortsov2009-11-231-4/+2
| | | | | | | | | - simplify regexes - catch lines in +CONTENTS like: @unexec rmdir %D/lib/perl5/5.10.0 2>/dev/null || true Notes: svn path=/head/; revision=244689
* Fix script "use.perl": correctly check variables 'need_*'.Sergey Skvortsov2009-11-051-7/+7
| | | | | | | Submitted by: Artis Caune <artis.caune xx gmail.com> Notes: svn path=/head/; revision=243848
* - Fix behaviour of USE_PERL option when it is "off"Sergey Skvortsov2009-11-022-5/+12
| | | | | | | - Add PORTSCOUT variable Notes: svn path=/head/; revision=243662
* Update to 5.10.1Sergey Skvortsov2009-09-1122-584/+319
| | | | | | | Changes: http://search.cpan.org/~dapm/perl-5.10.1/pod/perl5101delta.pod Notes: svn path=/head/; revision=241213