summaryrefslogtreecommitdiff
path: root/lang/perl5.12/pkg-install (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 5.8.1.Anton Berezin2003-10-271-1/+1
| | | | | | | | | | | | | 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
* Update to 5.8.0 (after repocopy).Anton Berezin2002-07-211-1/+1
| | | | Notes: svn path=/head/; revision=63317
* Unforbid the port for the use of general FreeBSD public.Anton Berezin2001-12-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Fix wrong directory name.Anton Berezin2001-06-291-1/+1
| | | | | | | | PR: 28462 OK'ed by: markm Notes: svn path=/head/; revision=44567
* Update for Perl 5.6.1.Mark Murray2001-04-101-1/+3
| | | | | | | | | | 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-221-2/+2
| | | | | | | | | | | | | | | | 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
* 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-071-0/+10
Notes: svn path=/head/; revision=12314