Commit graph

29 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
Mathieu Arnold
fd5d9cfd11 * Convert to staging
* Add license
* pet portlint

Sponsored by:	Absolight
2014-01-21 22:29:50 +00:00
Baptiste Daroussin
0068f2d47f Add NO_STAGE all over the place in preparation for the staging support (cat: textproc) 2013-09-20 23:17:30 +00:00
Andrej Zverev
ca70e439c2 - Convert to new perl framework
per port extra changes:
devel/p5-Perl-Version remove outage PERL_LEVEL check
devel/p5-Devel-LeakTrace-Fast remove perl version requiment 5.12.0- (no need in current version)

Approved by:	lth@ (maintainer)
2013-08-07 13:20:32 +00:00
Andrej Zverev
ab098bfa3d - switch simple inline replacement from perl to sed
and remove where is no need in this anymore.
- trim Makefile header

Approved by:  bapt@ (portmrg@)
2013-07-26 12:25:46 +00:00
Andrej Zverev
c57958cdec - Remove unnecessary depend on PERL_LEVEL < 5.12
PR:		ports/178909
Submitted by:	az
Approved by:	maintainer (timeout)
2013-06-07 07:15:16 +00:00
Lars Thegler
093d43efc4 update to 1.32 2013-03-17 13:26:58 +00:00
Lars Thegler
61b39479d0 update to 1.31 2012-12-14 13:51:27 +00:00
Steve Wills
74b06f07af - Add TEST_DEPENDS to enable testing
- Expand value of BUILD_DEPENDS before assigning to RUN_DEPENDS
- Sort DEPENDS

PR:		ports/166128
Approved by:	maintainer timeout (lth, >2 weeks)
2012-04-10 01:07:25 +00:00
Philip M. Gollucci
b59621d3ae - Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
2012-03-13 16:15:36 +00:00
Philip M. Gollucci
2cf4c1e2c8 - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
2012-03-08 18:45:38 +00:00
Sunpoet Po-Chuan Hsieh
00ca886ed4 - Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+
Suggested by:	az
With hat:	perl
2011-09-17 07:06:45 +00:00
Lars Thegler
fd175cdc7b Update to 1.28 2011-03-16 15:51:06 +00:00
Lars Thegler
0b70b497e2 Update to 1.26 2010-09-18 15:48:43 +00:00
Lars Thegler
c90c484422 Update to 1.25 2010-07-12 12:00:42 +00:00
Jun Kuriyama
3dece93ee2 - Remove unneeded dependencies which is in perl-5.8.9 dist
(part 7).

Approved by:	portmgr (itetcu)
2010-01-26 12:36:19 +00:00
Lars Thegler
0119a2e07d Update to 1.24 2010-01-23 12:47:27 +00:00
Lars Thegler
e83d3a1db8 Update to 1.22 2009-12-10 15:27:36 +00:00
Lars Thegler
8d2a4baaa2 Update to 1.20 2009-04-21 10:57:02 +00:00
Lars Thegler
c339b37940 Update to 1.19 2008-10-13 14:27:02 +00:00
Lars Thegler
97e7bf4a0f Update to 1.18 2008-09-02 06:51:07 +00:00
Mark Linimon
9839011ec3 Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
2007-09-08 01:12:10 +00:00
Lars Thegler
e761e803a3 Update to 1.15 2007-07-29 18:19:26 +00:00
Lars Thegler
56526b5524 Update to 0.14 2007-03-07 20:06:31 +00:00
Lars Thegler
36bad20e67 - Update to 0.13
- Make portlint happy
2006-04-25 12:09:58 +00:00
Edwin Groothuis
84b1517c16 SHA256ify
Approved by: krion@
2006-01-24 03:16:52 +00:00
Edwin Groothuis
508b8d82f4 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 03:01:03 +00:00
Lars Thegler
bdfa355a8e Update to 0.11 2005-11-10 13:56:21 +00:00
Lars Thegler
c25ca102c5 Add p5-Perl-MinimumVersion 0.10, find a minimum required version of perl
for Perl code.
2005-10-26 08:17:46 +00:00