- Remove dependencies in core
- Put testing depends in TEST_DEPENDS
- Remove unnecessary bsd.port.options.mk inclusions
- Remove checks for Perl versions that no longer exist in the ports tree
- Sort plists, some of which were so jumbled that I have to assume
the plist was randomized before committing
A lot of the plist changes in this commit are moving PERL5_MAN3 after
SITE_PERL. It's repo churn now, but it makes updating the ports later
far easier.
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
- Update pkg-plist
2.25 15.06.2005
user:pass with proxy support - untested (thanks to Peter)
Please try it, I don't have such a setup.
Cache module: use CDDB_cache instead of CDDB_get
All files are saved in a local tree and can be reused from there.
Please try it if you like, it's not really tested.
2.26 22.06.2005 (unreleased)
added postgres/oracle/sqlite support (untested)
thanks to Rick for starting with a postgres version
2.27 01.01.2006
default port is now 8880 (not 888 anymore)
fixes an ioctl perl problem on current redhat/fedora (thanks to
Gregory K. Ruiz-Ade and the redhat/fedora guys)
PR: 98173
Submitted by: aaron
Reviewed by: maintainer
Approved by: maintainer, tobez (implicit)
Refer to all modules using their /dist/Foo/ path instead of via
the mishmash of old author path, new author path, module documentation,
etc.
This pass brought to you by loving, painstaking hand editing.
From: Oyvind Moll <oyvindmo@initio.no>
To: edwin@freebsd.org
Cc: philip@p6m7g8.com
Subject: audio/p5-CDDB_get (PR ports/47609)
Hi,
I just noticed ports/47609 about a version update for
audio/p5-CDDB_get, which I'm maintainer of. I can't see any trace of
the mail that presumably was sent to me on February 4th, but no
matter: Please feel free to commit the patch in ports/47609.
Thanks, to both of you :)
PR: ports/47609
Submitted by: Philip M. Gollucci <philip@p6m7g8.com>
Reviewed by: Oyvind Moll <oyvindmo@initio.no>