summaryrefslogtreecommitdiff
path: root/lang/perl5.8 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chase gdbm lib versionYing-Chieh Liao2003-01-031-1/+1
| | | | Notes: svn path=/head/; revision=72367
* Make port's Configure correctly detect crypt(3). Bump PORTREVISION.Anton Berezin2002-12-112-4/+16
| | | | | | | | Reported by: Jeroen Ruigrok van der Werven <asmodai@tendra.org> Approved by: portmgr Notes: svn path=/head/; revision=71527
* o Make perl -MConfig -e 'use lib $Config{installsitelib}' workAnton Berezin2002-08-202-1/+46
| | | | | | | | | o Bump PORTREVISION Prompted by: green Notes: svn path=/head/; revision=64714
* Merge from lang/perl5:Anton Berezin2002-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. Notes: svn path=/head/; revision=63661
* Modify BSDPAN to make INSTALLSITEMAN1DIR and INSTALLSITEMAN3DIR be equalAnton Berezin2002-07-222-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. Notes: svn path=/head/; revision=63390
* Update to 5.8.0 (after repocopy).Anton Berezin2002-07-218-859/+1339
| | | | Notes: svn path=/head/; revision=63317
* 1. Merge from src/contrib/perl5/lib/ExtUtils/Attic/Install.pm rev. 1.2:Anton Berezin2002-07-103-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> Notes: svn path=/head/; revision=62775
* During deinstallation, for *.ph files, replace find | xargs rm withAnton Berezin2002-06-161-1/+1
| | | | | | | find -delete, for obvious reasons. No PORTREVISION bump. Notes: svn path=/head/; revision=61367
* Fix manpath.config patching in case there is no system perl manpathAnton Berezin2002-06-161-4/+11
| | | | | | | (read: -current). No PORTREVISION bump. Notes: svn path=/head/; revision=61363
* 1. Do not do rm -rf as a mean to deinstall this port. Instead, apartAnton Berezin2002-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) Notes: svn path=/head/; revision=61362
* Bump PORTREVISION to take the new version of use.perl into account.Doug Barton2002-06-091-1/+1
| | | | | | | Requested by: tobez Notes: svn path=/head/; revision=60962
* Update to better handle life as it is now in -current.Doug Barton2002-06-091-9/+26
| | | | | | | Approved by: tobez (MAINTAINER) Notes: svn path=/head/; revision=60961
* Put SITEARCH and SITELIB paths in front of ARCHLIB and PRIVLIB in theAnton Berezin2002-06-029-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) Notes: svn path=/head/; revision=60490
* Use a cleaner, documented way to obtain the path of BSDPAN. This fixesAnton Berezin2002-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> Notes: svn path=/head/; revision=59872
* Make make depend to work with the new gcc (the new preprocessor outputsAnton Berezin2002-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 Notes: svn path=/head/; revision=59620
* 1. Speed up the fetch stage by using groups of MASTER_SITES.Anton Berezin2002-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> Notes: svn path=/head/; revision=59495
* Unforbid the port for the use of general FreeBSD public.Anton Berezin2001-12-197-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 Notes: svn path=/head/; revision=51847
* Make this port do the same thing whether databases/gdbm is installed orAnton Berezin2001-08-202-6/+3
| | | | | | | | | not - do not install GDBM_File extension. PR: 29884 Notes: svn path=/head/; revision=46539
* Fix wrong directory name.Anton Berezin2001-06-291-1/+1
| | | | | | | | PR: 28462 OK'ed by: markm Notes: svn path=/head/; revision=44567
* Take over maintainership.Anton Berezin2001-06-121-1/+1
| | | | | | | OK'ed by: markm Notes: svn path=/head/; revision=43918
* Update for Perl 5.6.1.Mark Murray2001-04-107-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. Notes: svn path=/head/; revision=41222
* Upgrade this to perl5.6.0 for _knowledgeable_ folks in STABLE whoMark Murray2001-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! Notes: svn path=/head/; revision=40213
* Some style fixes in the lang category (usual round of spaces -> tabs)Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37980
* Correct the COMMENTChris Piazza2000-05-191-1/+1
| | | | | | | | PR: 18638 Submitted by: Daniel S. Lewart <d-lewart@uiuc.edu> Notes: svn path=/head/; revision=28583
* ftp.cdrom.com -> ftp.freesoftware.com, adjusting paths as I go.Bill Fumerola2000-05-141-1/+1
| | | | Notes: svn path=/head/; revision=28453
* Typo (PORTVESION -> PORTVERSION).Satoshi Asami2000-04-131-1/+1
| | | | Notes: svn path=/head/; revision=27496
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-3/+3
| | | | Notes: svn path=/head/; revision=27458
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* ln -> ${LN}Michael Haro1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=21047
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20952
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-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 Notes: svn path=/head/; revision=19803
* Add '%D' so we get the whole path for the '@unexec rm's.Steve Price1999-05-091-1/+2
| | | | | | | | PR: 7848 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> Notes: svn path=/head/; revision=18655
* Use FORBIDDEN to indicate that this port shouldn't be built under any (some)Satoshi Asami1999-03-291-2/+2
| | | | | | | | circumstances. This is different from BROKEN, which merely means we think it is broken. Notes: svn path=/head/; revision=17429
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineSatoshi Asami1998-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.) Notes: svn path=/head/; revision=14465
* Perl 5 is in the system. Mark this port broken for 3.0 for that reason.Mark Murray1998-10-122-3/+6
| | | | | | | | | | (Also minor repairs to PLIST - nuke ranlibs) Reviewed by: asami OK-ed by: jseger Notes: svn path=/head/; revision=13894
* Make this port honour CFLAGS.Mark Murray1998-08-281-0/+11
| | | | | | | Submitted by: axl (Sheldon Hearn) Notes: svn path=/head/; revision=12895
* Upgrade to perl 5.005_02. This will have virtually no impact on ports thatMark Murray1998-08-153-718/+497
| | | | | | | have been converted to the new scheme. Notes: svn path=/head/; revision=12530
* create needed directories before making .ph filesAndrey A. Chernov1998-08-071-0/+1
| | | | Notes: svn path=/head/; revision=12315
* generate .ph files on package install nowAndrey A. Chernov1998-08-072-291/+11
| | | | Notes: svn path=/head/; revision=12314
* Remove generated include .ph files which not present on every machine,Andrey A. Chernov1998-08-061-13/+0
| | | | | | | mostly kerberos or obsoleted ones. Notes: svn path=/head/; revision=12307
* Update to Perl 5.005_01.Mark Murray1998-08-067-630/+1043
| | | | Notes: svn path=/head/; revision=12295
* Run h2ph as part of post-install target. Note this doesn't get a completeSteve Price1998-02-151-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 Notes: svn path=/head/; revision=9741
* Upgrade to 5.004_04. Maintenance upgrade.Mark Murray1997-11-123-237/+239
| | | | Notes: svn path=/head/; revision=8592
* Add perl5 as an alias for the binary.David E. O'Brien1997-10-062-1/+4
| | | | | | | OKed by: Satoshi Notes: svn path=/head/; revision=8137
* Patch to make this compile on 2.2.1Mark Murray1997-09-221-0/+10
| | | | Notes: svn path=/head/; revision=8000
* Corrent package name.Mark Murray1997-07-181-2/+2
| | | | | | | Pointed out by: Satoshi Notes: svn path=/head/; revision=7368
* Update to perl-5.004_01Mark Murray1997-07-173-243/+250
| | | | Notes: svn path=/head/; revision=7361
* Make suidperl install on 2.1.*Mark Murray1997-06-041-3/+11
| | | | | | | Submitted by: pius@ienet.com Notes: svn path=/head/; revision=6751
* Remove two initial ranlib's without any previous fileAndrey A. Chernov1997-05-241-2/+0
| | | | Notes: svn path=/head/; revision=6547
* Upgrade to Perl5.004. SUID Perl Works for 3.0-current and 2.2.2!Mark Murray1997-05-237-1556/+574
| | | | Notes: svn path=/head/; revision=6541