Commit graph

12 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
08b9ea21b0 - Strip shared library
- Bump PORTREVISION for package change
2015-12-21 18:34:39 +00:00
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
b3a96ed6ee In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in accessibility

With hat:	portmgr
2013-12-11 10:04:56 +00:00
Vanilla I. Shu
b2771359ab Support stage. 2013-09-25 12:19:08 +00:00
Baptiste Daroussin
b80ec3e204 Add NO_STAGE all over the place in preparation for the staging support (cat: archivers) 2013-09-20 13:11:20 +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
Andrej Zverev
2363c699fb - switch simple inline replacement from perl to sed
and remove where is no need in this anymore.
- trim Makefile header
- pass maintainership to @perl

Information:	wiki@ PortsLongtermTargets
Approved by:	bapt@ (portmgr@)
2013-07-25 12:45:10 +00:00
Steve Wills
1b000dfa39 - Assign clsung's p5- ports to perl@
Approved by:	clsung via IRC
2012-05-01 01:47:10 +00:00
Sunpoet Po-Chuan Hsieh
a40fe8b0ee - Fix library linking
- Bump PORTREVISION for package change

Submitted by:	sunpoet (myself)
Approved by:	clsung (maintainer, via IRC)
Feature safe:	yes
2011-12-06 01:14:11 +00:00
Matthias Andree
84edecec2c Switch to LZO2 in anticipation of LZO removal.
Submitted by: Sunpoet Po-Chuan Hsieh (maintainer)
PR:           ports/156954
2011-07-07 00:27:42 +00:00
Cheng-Lung Sung
1c22653ccf - use CPAN Macro
Changes:
PR:		ports/121991
Submitted by:	"Philip M. Gollucci" <pgollucci_AT_p6m7g8 dot com>
2008-03-27 00:49:05 +00:00
Cheng-Lung Sung
ad04e16bfd Add p5-Compress-LZO 1.08, interface to the LZO compression library.
PR:		ports/103097
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-09-26 14:18:27 +00:00