aboutsummaryrefslogtreecommitdiff
path: root/lang/perl5.8
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Update to 5.8.5.Anton Berezin2004-07-305-337/+434
| | | | Notes: svn path=/head/; revision=115058
* Add a knob WITHOUT_PERL_64BITINT. This is primarily intended for thoseAnton Berezin2004-07-251-1/+5
| | | | | | | | | | | who wish to keep compatibility with files generated by Storable::store from a previous version of perl, and were unlucky enough to not use portable Storable::nstore instead. Submitted by: kuriyama Notes: svn path=/head/; revision=114645
* 1. Update to 5.8.4.Anton Berezin2004-05-307-139/+576
| | | | | | | | | | | | | | | | | | | 2. Make this port respect Makefile.local. 3. Transfer manpages to Makefile.man. 4. Move manpages for modules, included into distribution, into lib/perl5/PERL_VER/perl/man/man3, to eliminate file conflicts with p5 ports for modules included with perl. 5. Use PREFIX/SITE_PERL_REL instead of SITE_PERL in the Makefile. 6. Switch to bzipped sources. 7. Other small adjustments. PR: 65925, 66096, 67205 Submitted by: foxfair (1), Charles Swiger <chuck@pkix.net> (1), krion (3) Reported by: Roy Badami <roy@gnomon.org.uk> (2) Notes: svn path=/head/; revision=110433
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+2
| | | | Notes: svn path=/head/; revision=105747
* Respect OSVERSION in the pkg-install script. This allows package buildingJoe Marcus Clarke2004-03-051-3/+7
| | | | | | | | | | tinderboxes to do the righ thing reagrding Perl in a chroot/jail environment regardless of the underlying host OS version. Approved by: perl (tobez) Notes: svn path=/head/; revision=103050
* Fix the perl builds.David E. O'Brien2004-03-011-5/+3
| | | | Notes: svn path=/head/; revision=102649
* Fix "pkg_add -r perl" for 5.2-CURRENT (and later). This will now installDavid E. O'Brien2004-03-011-2/+4
| | | | | | | | | perl 5.8 for 5.2-CURRENT. Approved by: perl Notes: svn path=/head/; revision=102606
* This fixes a little bug introduced in r1.8.Philip Paeps2004-02-192-2/+2
| | | | | | | | | | | | | | | When installing with pkg_add(1), the ${SITE_PERL} directory was not created causing system headers not to be perlified and installed by h2ph. This made some things break in very mysterious ways. The pkg-install script used by pkg_add(1) doesn't know about the many special variables in bsd.port.mk, so it shouldn't try to rely on them. Noticed by: bento, kris Approved by: kris Notes: svn path=/head/; revision=101378
* Set PKGMESSAGE to a bogus file on recent versions of -CURRENT where Perl 5.8Joe Marcus Clarke2004-02-051-0/+4
| | | | | | | | | is the default. Obtained from: lang/perl5 Notes: svn path=/head/; revision=100029
* Run use.perl port by default from the port as well as the package.Joe Marcus Clarke2004-02-041-0/+4
| | | | Notes: svn path=/head/; revision=99994
* Update the pkg-install script to run use.perl port after install on recentJoe Marcus Clarke2004-02-042-1/+10
| | | | | | | | | versions of -CURRENT. Reported by: kris Notes: svn path=/head/; revision=99992
* Check /usr/bin/perl5 existence before using "ident -q /usr/bin/perl5".Jun Kuriyama2004-01-202-2/+2
| | | | | | | Approved by: tobez Notes: svn path=/head/; revision=98627
* This fixes plist problem for people unlucky enough to have aAnton Berezin2003-11-251-1/+2
| | | | | | | | | | | ${PREFIX}/share/man/man1 directory (which perl's Configure unconditionally prefers to anything else if found). Submitted by: se, vanilla Approved by: portmgr (marcus) Notes: svn path=/head/; revision=94783
* In some cases of weird symlinking (possibly triggered by portupgrade),Anton Berezin2003-11-122-3/+8
| | | | | | | | | | | perl binary might fail to be installed during make install. Try to fix that. Reported by: "Shobaki sam." <shsam@free.fr> PR: 59186 Notes: svn path=/head/; revision=93765
* Update forgotten distinfo.Anton Berezin2003-11-101-1/+1
| | | | | | | Reported by: herbert@bugat.at Notes: svn path=/head/; revision=93703
* 1. Update to 5.8.2.Anton Berezin2003-11-102-7/+6
| | | | | | | | | | | 2. Finally switch to libperl.so. 3. Respect CFLAGS. PR: 58735 (item 3) Submitted by: Lars Eggert <larse@isi.edu> (item 3) Notes: svn path=/head/; revision=93674
* Under certain conditions (perl Makefile.PL used directly or by proxy,Anton Berezin2003-10-282-1/+11
| | | | | | | | | | | without PERL_CONFIGURE trickery), the interaction of 5.8.1's MakeMaker and BSDPAN can lead to parts of perl-using ports to be installed to /lib, which is bad. Fix that. Reported by: Mike Harding <mvh@ix.netcom.com> Notes: svn path=/head/; revision=92488
* Fix the workings of ENABLE_SUIDPERL knob.Anton Berezin2003-10-282-1/+3
| | | | | | | Reported by: Neil Darlow <neil@darlow.co.uk>, Nicola Tiling <nti@w4w.net> Notes: svn path=/head/; revision=92477
* Update to 5.8.1.Anton Berezin2003-10-2715-1202/+1015
| | | | | | | | | | | | | Also: Make suidperl optional (ENABLE_SUIDPERL knob). Switch to perlmalloc by default, unless threaded perl is built, to improve performance. Modernize pkg-plist (switch to SITE_PERL where possible). Update WWW. Many thanks to foxfair who prepared most of this update. Notes: svn path=/head/; revision=92346
* utilize SITE_PERLYing-Chieh Liao2003-10-241-6/+6
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* Add a patch to properly escape generated action attribute inAnton Berezin2003-09-302-1/+16
| | | | | | | | | | CGI::start_form. The escape code is taken from CGI.pm v.3.00. PR: 57391 Reported by: IIJIMA Hiromitsu <delmonta@ht.sakura.ne.jp> Notes: svn path=/head/; revision=89884
* Make portlint(1) happy by changing strip to ${STRIP_CMD}Sergey A. Osokin2003-09-241-1/+1
| | | | | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998 Notes: svn path=/head/; revision=89169
* Fix a bug which goes unnoticed on all platforms but leads to aAnton Berezin2003-07-142-1/+32
| | | | | | | | | | | | | coredump on FreeBSD/amd64 when one uses $^N variable and there were no captures in the last executed regexp. One third of this fix was applied to the perl tree in December 2002, with the rest hopefully applied in the next couple of days. Reported by: jwd Notes: svn path=/head/; revision=84872
* Respect global CC settings.Maxim Sobolev2003-04-281-0/+1
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=79782
* Under certain conditions, perl's configure script could pick a directoryAnton Berezin2003-04-241-1/+2
| | | | | | | | | | | other than ${LOCALBASE}/bin to install its scripts (h2ph, perldoc, and friends) to. Fix that. PR: 51350 Reported by: Oliver Brandmueller <ob@gruft.de> Notes: svn path=/head/; revision=79585
* Patch Safe.pm (seeAnton Berezin2003-04-212-1/+84
| | | | | | | | | http://use.perl.org/articles/02/10/06/1118222.shtml?tid=5). Reported by: kuriyama Notes: svn path=/head/; revision=79416
* Add a new `WITH_THREADS' option to build perl with support for threads andMaxim Sobolev2003-04-012-2/+20
| | | | | | | | | fix threaded build on 5.x. Approved by: maintainer Notes: svn path=/head/; revision=77916
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045