1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
Commit Graph

25 Commits

Author SHA1 Message Date
Mathieu Arnold
cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Tobias Kortkamp
9e9d08524a japanese/*: Use NO_WRKSUBDIR 2019-02-02 09:52:33 +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
Antoine Brodin
8b6ef795df Cleanup plist 2014-11-12 13:45:59 +00:00
Baptiste Daroussin
7436fa8d87 Support stage 2014-04-08 06:21:34 +00:00
Baptiste Daroussin
4af74fc7f1 Convert j* to USES=zip 2014-03-10 15:21:21 +00:00
Baptiste Daroussin
8ee9a3584f Add NO_STAGE all over the place in preparation for the staging support (cat: japanese) 2013-09-20 18:47:54 +00:00
Andrej Zverev
325c9808b6 - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-16 10:58:05 +00:00
Martin Wilke
65e190c0f0 - Get Rid MD5 support
With hat:	portmgr (myself)
2011-03-18 17:59:50 +00:00
Jun Kuriyama
d332d16c63 - Reduce "use of uninitialized value" warnings.
- Remove pseudo-hash usage [1].

Obtained from:	b109933fb0 [1]
2010-01-08 05:18:33 +00:00
Jun Kuriyama
f52c71910e - Reduce warnings. 2007-05-26 12:34:33 +00:00
Jun Kuriyama
012a0f4a21 Upgrade to 0.90. 2007-03-30 05:04:29 +00:00
Edwin Groothuis
c92c635b24 SHA256ify
Approved by: krion@
2006-01-22 12:42:24 +00:00
Jun Kuriyama
e6fedc82b0 Upgrade to 0.86. 2005-06-07 08:39:02 +00:00
Jun Kuriyama
e72a0f321b Update to 0.84. 2005-02-19 07:27:09 +00:00
Jun Kuriyama
fcc5e4ae54 Update to 0.83. 2005-02-08 05:46:20 +00:00
Jun Kuriyama
b1918b5320 Upgrade to 0.81.
Requested by:	nork
2004-11-05 06:09:52 +00:00
Kris Kennaway
b0e6c89a1a Don't remove a directory we didn't install 2004-05-08 05:03:50 +00:00
Jun Kuriyama
1b7bb85f82 SIZEify.
Submitted by:	trevor
2004-03-18 00:48:53 +00:00
Jun Kuriyama
6e56e6082f Upgrade to 0.71. 2003-11-03 09:00:49 +00:00
Ying-Chieh Liao
c634b4bb83 utilize SITE_PERL
PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-24 12:05:09 +00:00
Jun Kuriyama
2df3da6afb de-pkg-comment. 2003-02-22 07:48:51 +00:00
Jun Kuriyama
f3162438a7 Make this module "perl -w" friendly.
Respect $PKGNAMEPREFIX in ../Makefile.inc.
2002-10-24 07:46:28 +00:00
Jun Kuriyama
0c80768044 Add ja-p5-PDFJ (module provides methods to generate Japanese PDF file). 2002-10-22 03:09:34 +00:00