Commit graph

22 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
3edc030b9f Cleanup plist 2014-10-20 10:41:12 +00:00
Andrej Zverev
78504bf84d - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-29 17:31:52 +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
Andrej Zverev
b611168744 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-10 13:04:01 +00:00
Felippe de Meirelles Motta
475307a903 - Update to 1.45
Feature safe:	yes
2012-11-06 19:53:22 +00:00
Felippe de Meirelles Motta
b220c4df90 - Fix typo in BUILD_DEPENDS
Reported by:	pav
Feature safe:	yes
2012-04-09 18:41:26 +00:00
Felippe de Meirelles Motta
08b6b7854c - Update to 1.43.
Feature safe:	yes
2012-04-05 18:56:24 +00:00
Eitan Adler
c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
2012-01-21 17:40:15 +00:00
Eitan Adler
7e3b32fff8 - remove maintainer tags from pkg-descr
Approved by:	portmgr
Approved by:	bapt (mentor)
2011-10-22 23:50:23 +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
Felippe de Meirelles Motta
0dd3af823a - Update to 1.41
PR:	ports/158193
Submitted by:	Jin-Sih Lin <linpct@gmail.com>
2011-08-01 00:24:56 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Felippe de Meirelles Motta
09c1990a8d - Update to 1.39. 2008-11-28 02:32:01 +00:00
Felippe de Meirelles Motta
454d7ec089 - Take maintainership. 2008-09-05 02:36:44 +00:00
Mark Linimon
2054ab8f86 Reset espen@tagestad.no due to maintainer-timeouts and no response to email.
Hat:	portmgr
2008-09-03 02:30:34 +00:00
Felippe de Meirelles Motta
f3aefee9d4 - Update to 1.36.
PR:		ports/120391
Submitted by:	lippe (myself)
Approved by:	araujo (mentor), maintainer timeout (> 2 weeks)
2008-03-16 16:30:26 +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
Mathieu Arnold
e8a62bfd2a Update to 1.34
maintainer timeout (3 weeks)

PR:		101036
Submitted by:	Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
2006-08-24 08:46:00 +00:00
Marcus Alves Grando
509cd5f3ad - Update to 1.32
PR:		94445
Submitted by:	maintainer
2006-03-18 19:32:51 +00:00
Edwin Groothuis
913a5a5cba Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 01:29:46 +00:00
Emanuel Haupt
89332aba1a Add p5-DBD-Mock, a simple mock DBD implementation used for testing
PR:		89835
Submitted by:	Espen Tagestad <espen@tagestad.no>
2005-12-08 09:37:38 +00:00