diff options
author | mat <mat@FreeBSD.org> | 2014-11-27 17:57:39 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-11-27 17:57:39 +0800 |
commit | f9cc48c2670c7e9751fb69a9705747ea2a996599 (patch) | |
tree | 5d9150aaab378a0243fa71cb4879faa8e55e725d /lang/perl5.18/pkg-plist | |
parent | 4d064d041a2d7501dbcd73119128c806808261fa (diff) | |
download | freebsd-ports-gnome-f9cc48c2670c7e9751fb69a9705747ea2a996599.tar.gz freebsd-ports-gnome-f9cc48c2670c7e9751fb69a9705747ea2a996599.tar.zst freebsd-ports-gnome-f9cc48c2670c7e9751fb69a9705747ea2a996599.zip |
- Bring back the .packlist files, many people need them, they will
automatically added to the plists.
- Add soname to libperl.so and rename it to libperl.so.PERL_VER, for instance
libperl.so.5.18. To keep software linked with it working, provide a
libperl.so symlink.
- Rollback Perl's man page location change, it creates conflicts for the few
modules that ship with Perl and are in the ports tree.
Sponsored by: Absolight
Diffstat (limited to 'lang/perl5.18/pkg-plist')
-rw-r--r-- | lang/perl5.18/pkg-plist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/perl5.18/pkg-plist b/lang/perl5.18/pkg-plist index e3bf3f0e3d6a..120721878591 100644 --- a/lang/perl5.18/pkg-plist +++ b/lang/perl5.18/pkg-plist @@ -727,6 +727,7 @@ lib/perl5/%%PERL_VER%%/inc/latest/private.pm lib/perl5/%%PERL_VER%%/integer.pm lib/perl5/%%PERL_VER%%/less.pm lib/perl5/%%PERL_VER%%/locale.pm +lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/.packlist lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/B.pm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/B/Concise.pm lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/B/Showlex.pm @@ -759,6 +760,8 @@ lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/CORE/iperlsys.h lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/CORE/keywords.h lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/CORE/l1_char_class_tab.h lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/CORE/libperl.so +lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/CORE/libperl.so.%%PERL_VER%% +lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/CORE/libperl.so.%%PERL_VERSION%% lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/CORE/malloc_ctl.h lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/CORE/metaconfig.h lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/CORE/mg.h |