aboutsummaryrefslogtreecommitdiff
path: root/lang/perl5.12
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* - Add option MULTIPLICITYSergey Skvortsov2009-07-062-1/+101
| | | | | | | - Add bugfix for map memory leak (RT#53038) Notes: svn path=/head/; revision=237256
* - Add more essential bugfixesSergey Skvortsov2009-06-084-2/+65
| | | | | | | | | | | - Add perl-threaded-5.* to CONFLICTS [1] - Introduce PERL_VENDOR_PREFIX variable - Be really PREFIX-neutral [2} Submitted by: lth [1], rafan [2] Notes: svn path=/head/; revision=235438
* Add bugfiux for "Attributes + Unkown Error".Sergey Skvortsov2009-04-112-1/+49
| | | | | | | Bug: http://rt.perl.org/rt3/Public/Bug/Display.html?id=49472 Notes: svn path=/head/; revision=232097
* Fix packaging with enabled GDBM option.Sergey Skvortsov2009-04-051-1/+0
| | | | | | | | PR: ports/133391 Submitted by: G.raud Continsouzas <geraud xx gcu.info> Notes: svn path=/head/; revision=231633
* Add several bugfixes, imported from maint-5.10Sergey Skvortsov2009-04-0412-0/+291
| | | | | | | (i.e. will be included into forthcoming 5.10.1). Notes: svn path=/head/; revision=231575
* Fix CONFLICTS.Sergey Skvortsov2009-03-291-1/+1
| | | | Notes: svn path=/head/; revision=231233
* Introduce Perl 5.10.0Sergey Skvortsov2009-03-288-367/+623
| | | | Notes: svn path=/head/; revision=231213
* Add MAKE_JOBS_SAFE variable.Sergey Skvortsov2009-03-231-0/+1
| | | | | | | | PR: ports/132964 Submitted by: mm Notes: svn path=/head/; revision=230739
* Update "perl-after-upgrade": set correct perl package name in @pkgdep.Sergey Skvortsov2009-03-132-46/+5
| | | | Notes: svn path=/head/; revision=229989
* Fix PORTVERSION.Sergey Skvortsov2009-03-051-1/+1
| | | | Notes: svn path=/head/; revision=229529
* Remove variable PERL_VER from the ports tree at all - becauseSergey Skvortsov2009-03-052-117/+19
| | | | | | | it is obsolete since Perl 5.6.0. Notes: svn path=/head/; revision=229523
* Update BSDPAN:Sergey Skvortsov2009-03-032-5/+7
| | | | | | | | - fix pkgdb/+* files creation - add lang/perl5.X as package dependency (via @pkgdep line) Notes: svn path=/head/; revision=229427
* Fix install of BSDPAN (BSDPAN_WRKSRC) and unbreak.Ion-Mihai Tetcu2009-02-161-1/+1
| | | | | | | | | Submitted by: Vladimir Timofeev <vovkasm@gmail.com> Prompted by: QAT on-commit run Pointyhat to: skv@ Notes: svn path=/head/; revision=228485
* * Fix suidperl functionality. [1]Sergey Skvortsov2009-02-153-4/+15
| | | | | | | | | | * Update BSDPAN. PR: ports/131434 [1] Submitted by: William Olson <wolson xx gmail.com> [1] Notes: svn path=/head/; revision=228469
* Add "regression-test" make target.Sergey Skvortsov2009-01-261-3/+5
| | | | Notes: svn path=/head/; revision=226895
* Unbreak build of threaded perl.Sergey Skvortsov2009-01-141-1/+1
| | | | | | | | PR: ports/130529 Submitted by: Shin-ichi Yoshimoto <yosimoto xx waishi.jp> Notes: svn path=/head/; revision=226051
* Update to 5.8.9Sergey Skvortsov2009-01-139-308/+280
| | | | | | | | | | | | | | | | 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
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-052-35/+0
| | | | Notes: svn path=/head/; revision=225297
* - Take maintainership [1]Sergey Skvortsov2008-11-202-25/+20
| | | | | | | | | | | - Use OPTIONS - Add CONFLICTS - Use "pre-su-install" (for rootless builds) Approved by: tobez (previous maintainer) [1] Notes: svn path=/head/; revision=223090
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-1/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* Fix a possible buffer overflow with ASCII regexes that really areAnton Berezin2007-11-062-0/+96
| | | | | | | | | | Unicode regexes. Obtained from: perl5-porters (Nicholas Clark), with modifications Approved by: portmgr (marcus) Notes: svn path=/head/; revision=202550
* Remove support for OSVERSION < 5Edwin Groothuis2007-10-031-3/+0
| | | | Notes: svn path=/head/; revision=200759
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-0/+7
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-1/+1
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* Filter out <command-line> from preprocessor output in makedepend.SHAlexander Kabaev2007-05-031-0/+10
| | | | | | | to fix build with GCC 4.2.0. Notes: svn path=/head/; revision=191442
* 1. Fix breakage due to incorrect objformat-related change.Anton Berezin2007-02-192-9/+12
| | | | | | | | | | | | | | | 2. While at it, add a WITHOUT_USE_PERL knob that avoids spamming /usr/bin; it is meant for those who do cross-installs and such. No version bump. Pointy hat to: kris [1] Reported by: many [1] PR: 104524 [2] Submitted by: Nick Hibma <nick@anywi.com> [2] Notes: svn path=/head/; revision=185534