Commit graph

23 commits

Author SHA1 Message Date
Mathieu Arnold
0299778778 Fix build with Perl 5.18+
qw(...) can no longer be used as parentheses

Also, rename a patch to stick to our naming scheme.

Sponsored by:	Absolight
2015-04-24 17:43:33 +00:00
Mathieu Arnold
a92aeeffb0 Deprecate Perl modules that only work with 5.16, as it's being phased out, with
the same deprecation date.

With hat:	perl@
Sponsored by:	Absolight
2015-04-24 14:25:06 +00:00
Baptiste Daroussin
74c050c183 Remove Author from pkg-descr and white space fixes 2015-03-02 23:31:09 +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
Steve Wills
b4caa5c8cf Mark broken with Perl 5.18 and newer 2014-10-26 21:04:21 +00:00
Mathieu Arnold
61de712f46 Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.

PR:		190681
Submitted by:	mat
Exp-Run by:	antoine
Sponsored by:	Absolight
2014-06-10 12:14:12 +00:00
Baptiste Daroussin
f44a083868 Support stage 2014-04-08 06:25:33 +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
778e2d3551 - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-16 15:42:40 +00:00
Andrej Zverev
9bfcb00ddb Fix build
Feature safe: yes
2012-11-05 19:17:27 +00:00
Martin Wilke
65e190c0f0 - Get Rid MD5 support
With hat:	portmgr (myself)
2011-03-18 17:59:50 +00:00
Philip M. Gollucci
950f40047f - Mark MAKE_JOBS_UNSAFE=yes
Reported by:    P6 TB
2010-09-23 23:40:55 +00:00
Wen Heping
30da0ea2e5 - Update to 0.20009
PR:		ports/148326
Submitted by:	TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> (maintainer)
2010-07-10 03:18:17 +00:00
Marcelo Araujo
4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00
Martin Wilke
bb57f0b6c7 - Update to 0.20007
PR:		121653
Submitted by:	TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> (maintainer)
2008-03-14 16:34:22 +00:00
Martin Wilke
07c185425d - Update to 0.20004
PR:		121399
Submitted by:	TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> (maintainer)
2008-03-06 20:24:10 +00:00
Cheng-Lung Sung
2dd04003e8 - Update to 0.17
PR:		ports/112285
Submitted by:	clsung
Approved by:	maintainer (TAOKA Fumiyoshi)
2007-05-01 10:04:18 +00:00
Cheng-Lung Sung
9a458f0186 - Add ENCODING knob.
- Text::MeCab needs to know dictionary encoding at compiling.
  Available encodings are euc-jp (default), shift_jis or utf8.

PR:		ports/112039
Submitted by:	maintainer (TAOKA Fumiyoshi)
2007-04-24 07:32:23 +00:00
Erwin Lansing
7399c24bd8 Update to 0.15
PR:		109009
Submitted by:	TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> (maintainer)
2007-02-10 08:49:33 +00:00
Cheng-Lung Sung
e08daccc53 - Update to 0.13
- remove IS_INTERACTIVE

PR:		ports/101687
Submitted by:	clsung
Approved by:	maintainer (TAOKA Fumiyoshi)
2006-08-09 08:33:30 +00:00
Cheng-Lung Sung
12605f48f7 - Add IS_INTERACTIVE.
- Correct an English comment.

PR:		ports/101220
Submitted by:	maintainer (TAOKA Fumiyoshi)
2006-08-02 00:06:35 +00:00
Cheng-Lung Sung
4dc74a6a23 Add p5-Text-MeCab 0.12, alternate Interface To libmecab.
PR:		ports/101039
Submitted by:	TAOKA Fumiyoshi <fmysh at iijmio-mail.jp>
2006-07-31 03:23:19 +00:00