/biology/wise/

content> Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26T13:08:24+00:00 mat mat@FreeBSD.org 2014-11-26T13:08:24+00:00 9debac461b7729b783ca5a0f5e46461ddac07173 Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr
Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
Support STAGEDIR. 2013-11-06T07:39:31+00:00 vanilla vanilla@FreeBSD.org 2013-11-06T07:39:31+00:00 3b747ec1fe63a240fae80305deb47cd50d4cf153

Add NO_STAGE all over the place in preparation for the staging support (cat: security) 2013-09-20T22:55:24+00:00 bapt bapt@FreeBSD.org 2013-09-20T22:55:24+00:00 9945eb084e64cb98322c9a704d7b07613777e6b6

Update to 0.9.60. 2013-08-19T12:35:00+00:00 mat mat@FreeBSD.org 2013-08-19T12:35:00+00:00 fd5d446d8c6a05671991c6ecbdfeff58eeb31a41

- Convert to new perl framework 2013-08-02T18:52:07+00:00 mat mat@FreeBSD.org 2013-08-02T18:52:07+00:00 f47f83f9c8923b3b0f740482331aab0d0aa669e9 - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
- Remove SITE_PERL from *_DEPENDS 2012-06-08T12:47:19+00:00 culot culot@FreeBSD.org 2012-06-08T12:47:19+00:00 136b2b3d98898c3d2f1561ff00aed4ec83b3c2e2 Submitted by: az@
Submitted by:	az@
Pass maintainership of almost of my "p5-*" ports to "perl@". 2012-05-07T15:42:51+00:00 skv skv@FreeBSD.org 2012-05-07T15:42:51+00:00 d1fe36d999039439979a7b6016b94ed1cdad18a7 (I hope updating of them will be improved).
(I hope updating of them will be improved).