Commit graph

16 commits

Author SHA1 Message Date
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
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
2014-11-26 13:08:24 +00:00
Jun Kuriyama
40a81293c7 - Upgrade to 1.001024. 2014-11-20 06:08:56 +00:00
Baptiste Daroussin
3edc030b9f Cleanup plist 2014-10-20 10:41:12 +00:00
Jun Kuriyama
80c1e8fe27 - Upgrade to 1.001021. 2014-01-12 09:59:34 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Jun Kuriyama
1827d0dc28 - Upgrade to 1.001020. 2013-08-10 11:06:46 +00:00
Jun Kuriyama
a53952941f - Upgrade to 1.001018.
Feature safe: yes
2012-10-27 11:17:44 +00:00
Jun Kuriyama
9e16120332 - Upgrade to 1.001017.
Feature safe: yes
2012-10-20 02:06:37 +00:00
Steve Wills
63d09c9c9b - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
2012-06-10 18:42:48 +00:00
Jun Kuriyama
60b066bb39 - Upgrade to 1.001015.
Feature safe:	yes
2012-03-11 08:09:37 +00:00
Steve Wills
387c492dda - Add TEST_DEPENDS to enable testing
Approved by:	portmgr (blanket)
2012-02-28 16:07:55 +00:00
Jun Kuriyama
2106813211 - Upgrade to 1.001013. 2011-03-27 07:49:52 +00:00
Jun Kuriyama
1d8a0fcca4 - Upgrade to 1.001011. 2011-02-25 04:39:03 +00:00
Jun Kuriyama
f5fde52752 - Upgrade to 1.001010. 2010-08-15 15:01:15 +00:00
Jun Kuriyama
8b125278a3 - Upgrade to 1.001009. 2010-01-06 10:18:07 +00:00
Jun Kuriyama
dcc66d4db2 Dump fixtures from source database to filesystem then import to
another database (with same schema) at any time.  Use as a constant
dataset for running tests against or for populating development
databases when impractical to use production clones.  Describe fixture
set using relations and conditions based on your DBIx::Class schema.

WWW: http://search.cpan.org/dist/DBIx-Class-Fixtures/
2009-12-16 08:52:09 +00:00