aboutsummaryrefslogtreecommitdiffstats
path: root/lang/perl5.16
Commit message (Collapse)AuthorAgeFilesLines
* - Add option MULTIPLICITYskv2009-07-062-1/+101
| | | | - Add bugfix for map memory leak (RT#53038)
* - Add more essential bugfixesskv2009-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]
* Add bugfiux for "Attributes + Unkown Error".skv2009-04-112-1/+49
| | | | Bug: http://rt.perl.org/rt3/Public/Bug/Display.html?id=49472
* Fix packaging with enabled GDBM option.skv2009-04-051-1/+0
| | | | | PR: ports/133391 Submitted by: G.raud Continsouzas <geraud xx gcu.info>
* Add several bugfixes, imported from maint-5.10skv2009-04-0412-0/+291
| | | | (i.e. will be included into forthcoming 5.10.1).
* Fix CONFLICTS.skv2009-03-291-1/+1
|
* Introduce Perl 5.10.0skv2009-03-298-367/+623
|
* Add MAKE_JOBS_SAFE variable.skv2009-03-231-0/+1
| | | | | PR: ports/132964 Submitted by: mm
* Update "perl-after-upgrade": set correct perl package name in @pkgdep.skv2009-03-132-46/+5
|
* Fix PORTVERSION.skv2009-03-061-1/+1
|
* Remove variable PERL_VER from the ports tree at all - becauseskv2009-03-062-117/+19
| | | | it is obsolete since Perl 5.6.0.
* Update BSDPAN:skv2009-03-042-5/+7
| | | | | - fix pkgdb/+* files creation - add lang/perl5.X as package dependency (via @pkgdep line)
* Fix install of BSDPAN (BSDPAN_WRKSRC) and unbreak.itetcu2009-02-161-1/+1
| | | | | | Submitted by: Vladimir Timofeev <vovkasm@gmail.com> Prompted by: QAT on-commit run Pointyhat to: skv@
* * Fix suidperl functionality. [1]skv2009-02-163-4/+15
| | | | | | | * Update BSDPAN. PR: ports/131434 [1] Submitted by: William Olson <wolson xx gmail.com> [1]
* Add "regression-test" make target.skv2009-01-271-3/+5
|
* Unbreak build of threaded perl.skv2009-01-141-1/+1
| | | | | PR: ports/130529 Submitted by: Shin-ichi Yoshimoto <yosimoto xx waishi.jp>
* Update to 5.8.9skv2009-01-149-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]
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-062-35/+0
|
* - Take maintainership [1]skv2008-11-212-25/+20
| | | | | | | | - Use OPTIONS - Add CONFLICTS - Use "pre-su-install" (for rootless builds) Approved by: tobez (previous maintainer) [1]
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵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)
* Fix a possible buffer overflow with ASCII regexes that really aretobez2007-11-072-0/+96
| | | | | | | Unicode regexes. Obtained from: perl5-porters (Nicholas Clark), with modifications Approved by: portmgr (marcus)
* Remove support for OSVERSION < 5edwin2007-10-041-3/+0
|
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.linimon2007-09-081-0/+7
| | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
* - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-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)
* Filter out <command-line> from preprocessor output in makedepend.SHkan2007-05-031-0/+10
| | | | to fix build with GCC 4.2.0.
* 1. Fix breakage due to incorrect objformat-related change.tobez2007-02-202-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]
* Default to elf instead of a.out.kris2007-01-291-13/+28
|
* Add support for DESTDIR part I.erwin2006-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
* Fix rebuild-xs target. No PORTREVISION bump since plist is nottobez2006-02-211-1/+1
| | | | | | affected. Submitted by: skv
* Upgrade to 5.8.8.tobez2006-02-219-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]
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-176/+176
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Move path to BSDPAN ahead of the path to site_perl. This makes BSDPANtobez2005-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
* Patch for CVE-2005-3962 (fixes for sprintf formatting issues).tobez2005-12-192-1/+8
| | | | | | | Bump PORTREVISION. This revision is compatible with the previous one, so no need to rebuild dependant ports.
* Don't use "." in MASTER_SITE_SUBDIR; it only applies to URLs withfenner2005-10-101-1/+1
| | | | | | %SUBDIR% in them, and the site that needed the "." doesn't. Approved by: Anton Berezin <tobez@tobez.org> (MAINTAINER)
* Fix PATCH_SITESskv2005-06-281-1/+1
| | | | Indulged by: tobez
* Upgrade to 5.8.7. In addition:tobez2005-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.
* Fix LATEST_LINK issues.tobez2005-05-031-1/+1
| | | | Nudged by: krion
* If one of locale-related variables set to a bad value in the user'stobez2005-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>
* Fix vulnerability in suidperl/sperl [CAN-2005-0155].tobez2005-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>
* Update bsd.port.mk's notion of the perl version (to 5.8.6) [1].tobez2005-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
* Update to 5.8.6. Also:tobez2005-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>
* - Create PREFIX/SITE_PERL/PERL_ARCH/auto dirrectory on installsem2004-11-251-1/+1
| | | | | Pointed out by: kris Approved by: tobez
* Update to 5.8.5.tobez2004-07-305-337/+434
|
* Add a knob WITHOUT_PERL_64BITINT. This is primarily intended for thosetobez2004-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
* 1. Update to 5.8.4.tobez2004-05-317-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)
* SIZEify (maintainer timeout)trevor2004-03-311-0/+2
|
* Respect OSVERSION in the pkg-install script. This allows package buildingmarcus2004-03-061-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)
* Fix the perl builds.obrien2004-03-011-5/+3
|
* Fix "pkg_add -r perl" for 5.2-CURRENT (and later). This will now installobrien2004-03-011-2/+4
| | | | | | perl 5.8 for 5.2-CURRENT. Approved by: perl
* This fixes a little bug introduced in r1.8.philip2004-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
* Set PKGMESSAGE to a bogus file on recent versions of -CURRENT where Perl 5.8marcus2004-02-051-0/+4
| | | | | | is the default. Obtained from: lang/perl5
* Run use.perl port by default from the port as well as the package.marcus2004-02-051-0/+4
|
* Update the pkg-install script to run use.perl port after install on recentmarcus2004-02-052-1/+10
| | | | | | versions of -CURRENT. Reported by: kris
* Check /usr/bin/perl5 existence before using "ident -q /usr/bin/perl5".kuriyama2004-01-202-2/+2
| | | | Approved by: tobez
* This fixes plist problem for people unlucky enough to have atobez2003-11-261-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)
* In some cases of weird symlinking (possibly triggered by portupgrade),tobez2003-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
* Update forgotten distinfo.tobez2003-11-111-1/+1
| | | | Reported by: herbert@bugat.at
* 1. Update to 5.8.2.tobez2003-11-112-7/+6
| | | | | | | | 2. Finally switch to libperl.so. 3. Respect CFLAGS. PR: 58735 (item 3) Submitted by: Lars Eggert <larse@isi.edu> (item 3)
* Under certain conditions (perl Makefile.PL used directly or by proxy,tobez2003-10-292-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>
* Fix the workings of ENABLE_SUIDPERL knob.tobez2003-10-292-1/+3
| | | | Reported by: Neil Darlow <neil@darlow.co.uk>, Nicola Tiling <nti@w4w.net>
* Update to 5.8.1.tobez2003-10-2815-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.
* utilize SITE_PERLijliao2003-10-241-6/+6
| | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Add a patch to properly escape generated action attribute intobez2003-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>
* Make portlint(1) happy by changing strip to ${STRIP_CMD}osa2003-09-241-1/+1
| | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998
* Fix a bug which goes unnoticed on all platforms but leads to atobez2003-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
* Respect global CC settings.sobomax2003-04-281-0/+1
| | | | Approved by: maintainer
* Under certain conditions, perl's configure script could pick a directorytobez2003-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>
* Patch Safe.pm (seetobez2003-04-212-1/+84
| | | | | | http://use.perl.org/articles/02/10/06/1118222.shtml?tid=5). Reported by: kuriyama
* Add a new `WITH_THREADS' option to build perl with support for threads andsobomax2003-04-012-2/+20
| | | | | | fix threaded build on 5.x. Approved by: maintainer
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* chase gdbm lib versionijliao2003-01-031-1/+1
|
* Make port's Configure correctly detect crypt(3). Bump PORTREVISION.tobez2002-12-112-4/+16
| | | | | Reported by: Jeroen Ruigrok van der Werven <asmodai@tendra.org> Approved by: portmgr
* o Make perl -MConfig -e 'use lib $Config{installsitelib}' worktobez2002-08-212-1/+46
| | | | | | o Bump PORTREVISION Prompted by: green
* Merge from lang/perl5:tobez2002-07-282-3/+24
| | | | | | | | | | | Add two knobs: WITH_PERL_MALLOC - to compile with perl's own malloc, as opposed to the freebsd system malloc. Some might find this useful, since perl's malloc is marginally faster in typical cases, and orders of magnitude faster in degenerate cases. Use with care. WITH_GDBM - to compile with gdbm support.
* Modify BSDPAN to make INSTALLSITEMAN1DIR and INSTALLSITEMAN3DIR be equaltobez2002-07-232-2/+4
| | | | | | | to INSTALLMAN1DIR and INSTALLMAN3DIR, respectively, if there are no corresponding variables in Config.pm, which is unfortunately the case for perl 5.8.0. This fixes manpage installation path for p5 ports built with perl5.8.0 as /usr/bin/perl.
* Update to 5.8.0 (after repocopy).tobez2002-07-228-859/+1339
|
* 1. Merge from src/contrib/perl5/lib/ExtUtils/Attic/Install.pm rev. 1.2:tobez2002-07-113-6/+14
| | | | | | | | | | | | | | Force installs. This is to allow (semi-)automatic garbage removal by "find /usr/libdata -ctime -N -delete". Well - substitute /usr/libdata with /usr/local/lib/perl5 here. Requested by: sheldonh 2. Do not link with libbind even if Configure detects it. A particular reason for that is that perl's getpw* stop working with NIS. Reported by: Russell Cattelan <cattelan@thebarn.com>
* During deinstallation, for *.ph files, replace find | xargs rm withtobez2002-06-161-1/+1
| | | | find -delete, for obvious reasons. No PORTREVISION bump.
* Fix manpath.config patching in case there is no system perl manpathtobez2002-06-161-4/+11
| | | | (read: -current). No PORTREVISION bump.
* 1. Do not do rm -rf as a mean to deinstall this port. Instead, aparttobez2002-06-164-4/+123
| | | | | | | | | | | | | | | from normal rmdir'ing and unexec rmdir'ing, do a find | xargs rm for generated .ph files, since those will differ in different versions of FreeBSD just like .h files may not be the same. 2. Install.pm is broken in 5.6.1 and leads to the wrong .packlist generation, which, in turn, breaks BSDPAN. Fix that. 3. Extend use.perl to patch /etc/manpath.config so that manpages for modules installed by this and other p5- ports are be available. PR: 39108 (item 1) Reported by: Dan Nelson <dan@dan.emsphone.com> (item 1)
* Bump PORTREVISION to take the new version of use.perl into account.dougb2002-06-091-1/+1
| | | | Requested by: tobez
* Update to better handle life as it is now in -current.dougb2002-06-091-9/+26
| | | | Approved by: tobez (MAINTAINER)
* Put SITEARCH and SITELIB paths in front of ARCHLIB and PRIVLIB in thetobez2002-06-039-8/+87
| | | | | | | | | | | | | | | | | | | @INC array. This takes care of the infamous problem of updating the packages already in the perl distribution. With this change, no tricks are any longer necessary for such p5 ports, except the usual tweaking of INSTALLDIRS in Makefile.PL. This last one can also be taken care of by an appropriate BSDPAN modifications, but until we have the `natural' @INC order in the 4.X base system perl, it is meaningless. Do not include iconv.h and do not link with libiconv. Iconv is not used by perl in any way currently, but it used to link it if found. Fix perl on freebsd/sparc64. PR: 33212 (iconv), 37605 (iconv), 38813 (sparc64) Reported by: Vivek Khera <khera@kciLink.com> (iconv), Martin Nilsson <martin@gneto.com> (iconv) Submitted by: jake (sparc64)
* Use a cleaner, documented way to obtain the path of BSDPAN. This fixestobez2002-05-242-3/+4
| | | | | | | the problems with threaded perl build. The threaded perl is curently unsupported by this port but seems to work fine with this fix applied. Reported by: Jens Fallesen <jens@fallesen.dk>
* Make make depend to work with the new gcc (the new preprocessor outputstobez2002-05-211-0/+13
| | | | | | | | | more stuff than the old one, which confuses makedepend script in the distribution). PORTREVISION is not bumped since there was no functionality change. Reported-by: too many to list here
* 1. Speed up the fetch stage by using groups of MASTER_SITES.tobez2002-05-202-10/+11
| | | | | | | 2. Remove the dependency on perl (rather important for this port). 3. Make the script this port installs use the version of perl from ports. Reported-by: (item 2) Juriy Goloveshkin <j@gu.ru>, Mark Huizer <xaa@timewasters.nl>
* Unforbid the port for the use of general FreeBSD public.tobez2001-12-207-16/+142
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compile perl with BSDPAN support, both -current and -stable. The version of BSDPAN used here coincides accidentally with the one present in the -current system perl, but is installed in a different place. Provide a script, use.perl, to facilitate switching of the perl used by default between the system perl and this port. Also print a message describing the usage of use.perl (this works for the port and for the package built from it). The switching to the port version is done by removing /usr/bin/perl and /usr/bin/suidperl (they both have link count >1, so this is reversible), and making them to be symlinks to the corresponding binaries in $PREFIX/bin. Also, assignments of the correct values of PERL_VER, PERL_VERSION, and PERL_ARCH are appended to /etc/make.conf. Last, NOPERL=yes is appended to /etc/make.conf, so that the changes made will survive system upgrades from source. The switching to the system version is more or less a reverse of the process described above. Set and use PERL_ARCH which is independed from the one used by the system perl. Fix the port for post-malloc.h -current. Fix a small bogon when PREFIX was used in pkg-install (PKG_PREFIX should have been used instead). Reviewed by: markm, joe
* Make this port do the same thing whether databases/gdbm is installed ortobez2001-08-202-6/+3
| | | | | | not - do not install GDBM_File extension. PR: 29884
* Fix wrong directory name.tobez2001-06-301-1/+1
| | | | | PR: 28462 OK'ed by: markm
* Take over maintainership.tobez2001-06-131-1/+1
| | | | OK'ed by: markm
* Update for Perl 5.6.1.markm2001-04-117-259/+349
| | | | | | | As before, this is a "guru only" port. If you know what you are doing, go ahead and use it. If not - HANDS OFF! Perl 5.6.1 will be committed to "base" FreeBSD in a week or 2.
* Upgrade this to perl5.6.0 for _knowledgeable_ folks in STABLE whomarkm2001-03-227-585/+873
| | | | | | | | | | | | | really want it. This is still marked FORBIDDEN as there may be all sorts of horrible incompatabilities with the perl5 in "base", but folks who are willing to override this and experiment are welcome. Consider this to be only partially supported. I'll happily commit patches and fixes, but I don't want to answer too many questions. Sorry!
* Some style fixes in the lang category (usual round of spaces -> tabs)olgeni2001-02-051-1/+1
|
* Correct the COMMENTcpiazza2000-05-191-1/+1
| | | | | PR: 18638 Submitted by: Daniel S. Lewart <d-lewart@uiuc.edu>
* ftp.cdrom.com -> ftp.freesoftware.com, adjusting paths as I go.billf2000-05-141-1/+1
|
* Typo (PORTVESION -> PORTVERSION).asami2000-04-141-1/+1
|
* Convert to the PORTNAME - PORTVERSION syntax.obrien2000-04-121-3/+3
|
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* ln -> ${LN}mharo1999-08-281-1/+1
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Commit #3/4 to enforce caps, no period.hoek1999-06-271-1/+1
| | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s
* Add '%D' so we get the whole path for the '@unexec rm's.steve1999-05-101-1/+2
| | | | | PR: 7848 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
* Use FORBIDDEN to indicate that this port shouldn't be built under any (some)asami1999-03-291-2/+2
| | | | | circumstances. This is different from BROKEN, which merely means we think it is broken.
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineasami1998-11-111-4/+5
| | | | | | | | something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after .include <bsd.port.mk> to before. (This is not by any means the complete list but just the ones I've noticed recently.)
* Perl 5 is in the system. Mark this port broken for 3.0 for that reason.markm1998-10-122-3/+6
| | | | | | | (Also minor repairs to PLIST - nuke ranlibs) Reviewed by: asami OK-ed by: jseger
* Make this port honour CFLAGS.markm1998-08-281-0/+11
| | | | Submitted by: axl (Sheldon Hearn)
* Upgrade to perl 5.005_02. This will have virtually no impact on ports thatmarkm1998-08-163-718/+497
| | | | have been converted to the new scheme.
* create needed directories before making .ph filesache1998-08-071-0/+1
|
* generate .ph files on package install nowache1998-08-072-291/+11
|
* Remove generated include .ph files which not present on every machine,ache1998-08-061-13/+0
| | | | mostly kerberos or obsoleted ones.
* Update to Perl 5.005_01.markm1998-08-067-630/+1043
|
* Run h2ph as part of post-install target. Note this doesn't get a completesteve1998-02-161-1/+2
| | | | | | | list of header files but does get enough that when perl needs more header files that it will hint to use h2ph. PR: 5738
* Upgrade to 5.004_04. Maintenance upgrade.markm1997-11-123-237/+239
|
* Add perl5 as an alias for the binary.obrien1997-10-062-1/+4
| | | | OKed by: Satoshi
* Patch to make this compile on 2.2.1markm1997-09-231-0/+10
|
* Corrent package name.markm1997-07-181-2/+2
| | | | Pointed out by: Satoshi
* Update to perl-5.004_01markm1997-07-183-243/+250
|
* Make suidperl install on 2.1.*markm1997-06-041-3/+11
| | | | Submitted by: pius@ienet.com
* Remove two initial ranlib's without any previous fileache1997-05-251-2/+0
|
* Upgrade to Perl5.004. SUID Perl Works for 3.0-current and 2.2.2!markm1997-05-247-1556/+574
|
* This is the Perl5 equivalent of the MNT_NOSUID patch that was put intoroberto1997-05-141-0/+42
| | | | | | | | | | | | | | | /usr/bin/perl a while ago. It works with 5.003 and 5.004-tobe. I can't test it on freefall (I don't have a setuid script to play with) but it works at home. I'll test on thud later. Every setuid script found on a partition mounted "nosuid" will not be executed and "Permission Denied" will be displayed. It won't be in soo-to-be-released 5.004 because it is not a FreeBSD speciific problem but it will be dealt with in 5.004_01 (maintenance release). Obtained from: Jörg's patch (edited for Perl5 by me).
* Add virtual category 'perl5'.wosch1997-04-201-2/+2
|
* Update to take advantage of new features in bsd.port.mk rev. 1.237.asami1996-12-111-9/+3
|
* Remove GDBM_File.3, it won't be built if gdbm isn't already installed.asami1996-12-102-3/+2
| | | | Reported by: markm
* Compress manpages in lib/perl5/man/man3 too. Add missing GDBM_File.3.asami1996-12-072-79/+104
|
* Add missing manpage (perl.1).asami1996-11-261-2/+2
|
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-11-181-1/+0
| | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
* Converted to MAN[1-9NL]obrien1996-11-171-9/+7
|
* Correct my idea of what "FreeBSD after 2.2 needs". SuidPerl failed tomarkm1996-11-141-1/+2
| | | | compile.
* CATAGORIES+= -> CATAGORIES=obrien1996-11-121-2/+2
| | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
* Use phkmalloc instead of Perl's own malloc. Also clean up the FreeBSDmarkm1996-11-022-31/+43
| | | | | hints file for future releases. This will be submitted to the Perl maintainers.
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"asami1996-10-101-1/+1
| | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified!
* (By way of Andrew Stesin):markm1996-07-271-0/+1077
| | | | | | | | | | | | | | | | | | | | | | | | | From: wjm@best.com (William J. Middleton) Newsgroups: comp.lang.perl.announce,comp.lang.perl.misc Subject: PATCH: perltrap.pod <- 425traps Date: 1 Jul 1996 14:49:58 GMT Approved: merlyn@stonehenge.com (comp.lang.perl.announce) Message-ID: <4r8oim$e5q@nadine.teleport.com> NNTP-Posting-Host: julie.teleport.com [The rush to 5.003 couldn't integrate this, so here it is] The following is a patch for perltrap.pod, from 5.003 (also 5.002). It integrates the latest version of my simple 425traps document. 425traps demonstrated, with examples, all of the traps which have been discovered and sent to me, which have bitten folks making the transition from perl4 to perl5. It also gave an example for each one, including all of the existing perl4 traps in perltrap.pod. As always, if you discover something that isn't documented in one form or another in here, and isn't an official (or at least reported) bug, drop me a line with it. Also, when or if any of these is ever formally declared a bug, I'll take it out.
* Update to perl5.003markm1996-07-144-84/+94
|
* Use setreuid instead of seteuid for permissions managementgpalmer1996-06-031-0/+72
|
* A little reformatting. Also conditionalize man page compression onasami1996-03-181-5/+8
| | | | NOMANCOMPRESS.
* Update to Perl 5.002.markm1996-03-165-98/+153
|
* Change category nome from "languages" to "lang". Also remove "programming"asami1995-11-221-2/+2
| | | | which appeared in some of them, everything here is a programming language! :)
* Upgrade to patchlevel 'm'jmz1995-07-053-24/+118
|
* Put back this long PLIST too.asami1995-05-121-3/+298
|
* Shortened the PLIST (aka +CONTENTS) file to under 4k to avoid bugmarkm1995-05-061-298/+3
| | | | | (this will be backed out when the bug is fixed, as is it is a hack rather that a fix)
* Corrected some spelling, and generally clarified the description.markm1995-04-251-2/+6
|
* Add -Dprefix=${PREFIX} in configure args.jmz1995-04-241-2/+2
|
* Add suidperl; man pages are gzip'edjmz1995-04-241-29/+32
|
* gzip man pages, strip binariesjmz1995-04-241-8/+11
|
* Put prep as primary site, move old primary to secondaryache1995-04-191-3/+3
| | | | Add more categories
* Add IS_INTERACTIVE. The Configure script checks for file descriptor 0,asami1995-04-181-1/+8
| | | | so you can't run it with all the stdio redirected.
* Perl5 port by Mark Murray. People, beat this!asami1995-04-175-0/+373
Submitted by: Mark Murray <markm@freebsd.org>