aboutsummaryrefslogtreecommitdiff
path: root/lang/perl5.16
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Default to elf instead of a.out.Kris Kennaway2007-01-291-13/+28
| | | | Notes: svn path=/head/; revision=183584
* Add support for DESTDIR part I.Erwin Lansing2006-08-041-1/+1
| | | | | | | | | | | | | | | | | This commit should largele be a NOOP as it only adds support for DESTDIR undefined. This does allow us to start testing ports with DESTDIR set, but this is as of yet not supported. Although this has been extensively tested on pointyhat, this is a very intrusive change and some cases may have been overlooked. Please contact Gabor and me if you find any. PR: 100555 Submitted by: gabor Sponsored by: Google Summer of Code 2006 Notes: svn path=/head/; revision=169648
* Fix rebuild-xs target. No PORTREVISION bump since plist is notAnton Berezin2006-02-211-1/+1
| | | | | | | | | affected. Submitted by: skv Notes: svn path=/head/; revision=156585
* Upgrade to 5.8.8.Anton Berezin2006-02-209-114/+94
| | | | | | | | | | | | | | | | | | | | Also: Do not strip when built with -DWITH_DEBUGGING. [1] Do not build non-threaded perl with -pthread. [2] Add rebuild-xs target which should be used when perl-after-upgrade does not do its job adequately. [3] Fix perl-after-upgrade to handle threaded perl. [4] Submitted by: John Narron <jnarron@cdsinet.net> [2], Sergey Prikhodko <sergey@network-asp.biz> [4], parv@pair.com [1], pavel@ctk.ru [2], skv [3], vasilis <vasilis@karkampounas.gr> [2] PR: 83223 [4], 83767 [2], 84255 [2], 89443 [1], 90832 [2] Notes: svn path=/head/; revision=156521
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-176/+176
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154113
* Move path to BSDPAN ahead of the path to site_perl. This makes BSDPANAnton Berezin2005-12-222-12/+10
| | | | | | | | | | | | work when devel/p5-ExtUtils/MakeMaker is installed. This, again, is a minor change, which does not require re-installation of the dependant packages. Reported by: lth Notes: svn path=/head/; revision=151847
* Patch for CVE-2005-3962 (fixes for sprintf formatting issues).Anton Berezin2005-12-192-1/+8
| | | | | | | | | | Bump PORTREVISION. This revision is compatible with the previous one, so no need to rebuild dependant ports. Notes: svn path=/head/; revision=151566
* Don't use "." in MASTER_SITE_SUBDIR; it only applies to URLs withBill Fenner2005-10-101-1/+1
| | | | | | | | | %SUBDIR% in them, and the site that needed the "." doesn't. Approved by: Anton Berezin <tobez@tobez.org> (MAINTAINER) Notes: svn path=/head/; revision=144841
* Fix PATCH_SITESSergey Skvortsov2005-06-281-1/+1
| | | | | | | Indulged by: tobez Notes: svn path=/head/; revision=138111
* Upgrade to 5.8.7. In addition:Anton Berezin2005-06-2410-93/+767
| | | | | | | | | | | | | | | | | | | | | | | | | | - add perl-after-upgrade utility to move around dependent packages - fix $0 expansion in use.perl [1] - enable threaded perl on amd64 [2] - always compile perl with -pthread [3] - fix errno issue in SDBM_File [4] - add support for // and err (defined-or) [5] - add WITH_DEBUGGING option [6] - fix suidperl symlink [7] - fix several small bugs in use.perl - print possible WITH_XXX flags (no OPTIONS support yet) [1] Submitted by: erwin, Niël Dogger <niel@introweb.nl> [2] Nudged by: Mike Schroll <FreeBSD@LogicX.us> [3] Nudged by: skv [4] perl bug #35938 [5] Obtained from: H.Merijn Brand <h.m.brand@xs4all.nl> [6] PR: 78811, submitted by: skv [7] PR: 80069, submitted by: Sergey N. Voronkov <serg@tmn.ru> A different solution was actually implemented. Notes: svn path=/head/; revision=137960
* Fix LATEST_LINK issues.Anton Berezin2005-05-031-1/+1
| | | | | | | Nudged by: krion Notes: svn path=/head/; revision=134542
* If one of locale-related variables set to a bad value in the user'sAnton Berezin2005-02-141-0/+5
| | | | | | | | | | | | | | environment (like da_DK.ISO_8859-15 as opposed to da_DK.ISO8859-15 on -CURRENT), perl ports cannot be built. While this condition clearly is an operator error, it is still no excuse for the build failure. Fix that by cleaning locale-related variables for configure and build steps. No plist changes, no portrevision bump. Reported by: Flemming Jacobsen <fj quite-at batmule maybe-dot dk> Notes: svn path=/head/; revision=128764
* Fix vulnerability in suidperl/sperl [CAN-2005-0155].Anton Berezin2005-02-023-1/+36
| | | | | | | | | | | Fix buffer overflow in perl [CAN-2005-0156]. Bump PORTREVISION. Upgrade from previous versions/revisions of lang/perl5.8 is recommended. Submitted by: Nicholas Clark <nick $at$ ccl4 org> Notes: svn path=/head/; revision=127915
* Update bsd.port.mk's notion of the perl version (to 5.8.6) [1].Anton Berezin2005-02-022-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | Use more correct OSVERSION threshold to distinguish between base system perl and perl from ports - the right value is 500036 [1]. Also, simplify OSVERSION-related logic in lang/perl5 and lang/perl5.8. Now it goes as follows: - for lang/perl5.8, if there is perl in the base system, install use.perl script, use a helpful pkg-message, and do not automatically update symlinks; - for lang/perl5.8, if there is no perl in the base system, do not install use.perl script, and update symlinks automatically; - for lang/perl5, always install use.perl; - for lang/perl5, never update symlinks automatically; - for lang/perl5, vary produced pkg-message depending on the presence of the base system perl. Bump PORTREVISION for both lang/perl5 and lang/perl5.8. [1] Approved by: portmgr Notes: svn path=/head/; revision=127896
* Update to 5.8.6. Also:Anton Berezin2005-02-019-172/+356
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - redirect output from h2ph to /dev/null [1]; - fix File::Path insecure file/directory permissions [2]; this resolves CAN-2004-0452 (http://vuxml.freebsd.org/c418d472-6bd1-11d9-93ca-000a95bc6fae.html); - for OSVERSION < 500036, create symlinks in /usr/bin not only for perl and suidperl, but also for a2p, c2ph, find2perl, h2ph, h2xs, perlbug, perlcc, perldoc, pl2pm, pod2html, pod2latex, pod2man, pod2text, s2p, and splain; perl and suidperl are still enough for more recent FreeBSD versions [3]; - clean up created symlinks upon deinstallation [4]; - try to cleanup symlinks created by older versions of lang/perl5 and lang/perl5.8, during both installation and deinstallation [5]; - added support for DISABLE_BSDPAN environment variable [6]; - be explicit about use.perl usage after installation of 4.X systems [7]; - respect __MAKE_CONF partially (the build-time value is used) [8]; - fix threaded build - respect PTHREAD_CFLAGS and PTHREAD_LIBS [9]. - use.perl is now the same as pkg-install is now the same as pkg-deinstall; apart from the changes already mentioned above, this is a shell script now; - use.perl's logic is also simplified in several ways [10]; - fix a BSDPAN bug [11]. Outstanding issues: Module::Build support for BSDPAN, SU_CMD support (PR 70831), PR 64963 (partially), and anything else that I forgot. [1] Nudged by: krion [2] Reported by: nectar Patch from: Chris Turner @ RedHat [3] PR: 55760, 57151, 58406 [4] Requested by: kris PR: 54262 [5] PR: 51281, 51539 [6] PR: 57134 [7] PR: 60736 [8] PR: 74431 [9] PR: 73233 [10] Perl version submitted by des, implemented in sh [11] Reported by: Alexander Nagilum <freebsd %at% nagilum de> Notes: svn path=/head/; revision=127845
* - Create PREFIX/SITE_PERL/PERL_ARCH/auto dirrectory on installSergey Matveychuk2004-11-251-1/+1
| | | | | | | | Pointed out by: kris Approved by: tobez Notes: svn path=/head/; revision=122393