Commit graph

11 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
Baptiste Daroussin
a6abc3b420 Cleanup plist 2014-10-20 06:35:58 +00:00
Vanilla I. Shu
b668a6371b support STAGEDIR. 2013-11-01 02:28:24 +00:00
Baptiste Daroussin
183c2ed74f Add NO_STAGE all over the place in preparation for the staging support (cat: audio) 2013-09-20 14:36:35 +00:00
Mathieu Arnold
4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00
Eitan Adler
5190f14f8d For perl@ owned ports:
- Fix COMMENT
- Trim header
2013-03-29 00:44:53 +00:00
Sunpoet Po-Chuan Hsieh
380ac975dc - Update to 1.120990
Changes:	http://search.cpan.org/dist/Test-Corpus-Audio-MPD/Changes
Feature safe:	yes
2012-04-09 18:33:59 +00:00
Sunpoet Po-Chuan Hsieh
2c6ff211be - Update to 1.113282
- Pass maintainership to perl@

Changes:	http://search.cpan.org/dist/Test-Corpus-Audio-MPD/Changes
PR:		ports/162868
Submitted by:	sunpoet (myself)
Approved by:	wen (maintainer)
Feature safe:	yes
2011-11-25 07:37:09 +00:00
Wen Heping
06b35bb3e3 - Update to 1.111260
ChangeLog: http://cpansearch.perl.org/src/JQUELIN/Test-Corpus-Audio-MPD-1.111260/Changes
2011-08-11 11:08:30 +00:00
Wen Heping
bee6562480 - Update to 1.110710
ChangeLog: http://cpansearch.perl.org/src/JQUELIN/Test-Corpus-Audio-MPD-1.110710/Changes
2011-03-14 03:14:31 +00:00
Wen Heping
0ff9ca45d3 Test::Corpus::Audio::MPD will try to launch a new mpd server for
testing purposes. This mpd server will then be used during
POE::Component::Client::MPD or Audio::MPD tests.

In order to achieve this, the module will create a fake mpd.conf
file with the correct pathes (ie, where you untarred the modulE
tarball). It will then check if some mpd server is already running,
and stop it if the MPD_TEST_OVERRIDE environment variable is true
(die otherwise). Last it will run the test mpd with its newly
created configuration file.

WWW: http://search.cpan.org/dist/Test-Corpus-Audio-MPD/
2010-09-17 23:42:11 +00:00