diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2005-02-01 13:36:21 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2005-02-01 13:36:21 +0000 |
commit | 45dd233be8d067e875f6351b8b617eca012962a9 (patch) | |
tree | 5141df226d2979bbb1c9de0a47e1f56264520600 /lang/perl5.16/pkg-plist | |
parent | Upgrade to 0.7.0.1. (diff) |
Update to 5.8.6. Also:
- 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
Notes:
svn path=/head/; revision=127845
Diffstat (limited to 'lang/perl5.16/pkg-plist')
-rw-r--r-- | lang/perl5.16/pkg-plist | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/lang/perl5.16/pkg-plist b/lang/perl5.16/pkg-plist index 0e1c77d09099..fd3225420c46 100644 --- a/lang/perl5.16/pkg-plist +++ b/lang/perl5.16/pkg-plist @@ -11,7 +11,7 @@ bin/libnetcfg bin/perl bin/perl%%PERL_VER%% @exec ln -fs %D/%F %B/perl5 -@unexec rm %B/perl5 +@unexec rm -f %B/perl5 2>&1 >/dev/null || true bin/perlbug bin/perlcc bin/perldoc @@ -32,7 +32,7 @@ bin/s2p %%ENABLE_SUIDPERL%%bin/sperl%%PERL_VER%% bin/splain %%ENABLE_SUIDPERL%%bin/suidperl -bin/use.perl +%%NEED_USE_PERL%%bin/use.perl bin/xsubpp lib/perl5/%%PERL_VER%%/AnyDBM_File.pm lib/perl5/%%PERL_VER%%/Attribute/Handlers.pm @@ -62,6 +62,7 @@ lib/perl5/%%PERL_VER%%/BSDPAN/BSDPAN.pm lib/perl5/%%PERL_VER%%/BSDPAN/BSDPAN/Override.pm lib/perl5/%%PERL_VER%%/BSDPAN/Config.pm lib/perl5/%%PERL_VER%%/BSDPAN/ExtUtils/MM_Unix.pm +lib/perl5/%%PERL_VER%%/BSDPAN/ExtUtils/MakeMaker.pm lib/perl5/%%PERL_VER%%/BSDPAN/ExtUtils/Packlist.pm lib/perl5/%%PERL_VER%%/Benchmark.pm lib/perl5/%%PERL_VER%%/CGI.pm @@ -869,6 +870,7 @@ lib/perl5/%%PERL_VER%%/pod/perl582delta.pod lib/perl5/%%PERL_VER%%/pod/perl583delta.pod lib/perl5/%%PERL_VER%%/pod/perl584delta.pod lib/perl5/%%PERL_VER%%/pod/perl585delta.pod +lib/perl5/%%PERL_VER%%/pod/perl586delta.pod lib/perl5/%%PERL_VER%%/pod/perl58delta.pod lib/perl5/%%PERL_VER%%/pod/perlaix.pod lib/perl5/%%PERL_VER%%/pod/perlamiga.pod @@ -1458,12 +1460,9 @@ lib/perl5/%%PERL_VER%%/warnings/register.pm @dirrm lib/perl5/%%PERL_VER%%/BSDPAN/ExtUtils @dirrm lib/perl5/%%PERL_VER%%/BSDPAN @unexec find %D/%%SITE_PERL%%/%%PERL_ARCH%%/ -name '*.ph' -delete 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%% 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl 2>/dev/null || true %%GDBM%%@dirrm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/auto/GDBM_File @unexec rmdir %D/lib/perl5/%%PERL_VER%%/auto/POSIX/SigAction 2>/dev/null || true @unexec rmdir %D/lib/perl5/%%PERL_VER%%/auto/POSIX 2>/dev/null || true -@unexec rmdir %D/lib/perl5/%%PERL_VER%%/auto 2>/dev/null || true @unexec rmdir %D/lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/threads 2>/dev/null || true @unexec rmdir %D/lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/XS 2>/dev/null || true @unexec rmdir %D/lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Sys 2>/dev/null || true @@ -1566,7 +1565,6 @@ lib/perl5/%%PERL_VER%%/warnings/register.pm @unexec rmdir %D/lib/perl5/%%PERL_VER%%/Encode/MIME 2>/dev/null || true @unexec rmdir %D/lib/perl5/%%PERL_VER%%/Encode/KR 2>/dev/null || true @unexec rmdir %D/lib/perl5/%%PERL_VER%%/Encode/JP 2>/dev/null || true -@unexec rmdir %D/lib/perl5/%%PERL_VER%%/Encode 2>/dev/null || true @unexec rmdir %D/lib/perl5/%%PERL_VER%%/CPAN 2>/dev/null || true @unexec rmdir %D/lib/perl5/%%PERL_VER%%/Carp 2>/dev/null || true @dirrm lib/perl5/%%PERL_VER%%/unicore/To |