Commit graph

29 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
4d547643ef Remove outdated PERL_LEVEL check
With hat:	perl
2017-06-05 23:26:00 +00:00
Mathieu Arnold
597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00
Mathieu Arnold
77325e9aef Mark those BROKEN, they don't build with Perl 5.22+
Sponsored by:	Absolight
2015-06-08 19:16:19 +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
Adam Weinberger
86d7cda805 Fix build without gcc. 2014-08-04 18:28:34 +00:00
Baptiste Daroussin
ffb7170399 Modernize LIB_DEPENDS
With hat:	portmgr
2014-07-14 18:42:04 +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
Andrej Zverev
073942c880 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-29 17:46:33 +00:00
Gerald Pfeifer
3be3e90f93 Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
2013-10-26 00:52:33 +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
4240fc6bea - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-11 06:49:58 +00:00
Martin Wilke
6847bc69b6 - Update to 2.6.7
PR:		154468
Submitted by:	"Andrei V. Shetukhin" <reki@reki.ru> (maintainer)
Feature safe:	yes
2011-02-05 03:25:44 +00:00
Li-Wen Hsu
3a39c5ef15 - Update to 2.6.1
PR:		ports/149204
Submitted by:	"Andrei V. Shetuhin" <reki AT reki.ru> (maintainer)
2010-08-04 07:58:09 +00:00
Philip M. Gollucci
b87b726cd6 - Update to 2.5.12
PR:             ports/141560
Approved by:    maintainer timeout (reki@reki.ru; 14 days)
Submitted by:   myself (pgollucci@)
2009-12-29 04:14:30 +00:00
Martin Wilke
edfc8b3299 - Fix build with custom prefix
PR:		139021
Submitted by:	amdmi3@
Approved by:	maintainer timeout
2009-10-11 13:14:26 +00:00
Greg Larkin
0185624f33 - Updated to 2.5.10
- Improved readability of pkg-descr

PR:		ports/138896
Submitted by:	"Hizbulin M. Ildar" <hizel@vyborg.ru>
Approved by:	reki@reki.ru (maintainer, implicit - request for PR approval bounced)
2009-10-06 00:40:00 +00:00
Vsevolod Stakhov
f29f00650b * Update ctpp2 and p5 slave port to 2.5.8
PR:	137637, 137638
Submitted by:	maintainer
2009-08-10 14:32:32 +00:00
Martin Wilke
fe584e5b6d - Update to 2.5.3
PR:		135173
Submitted by:	"Andrei V. Shetuhin" <reki@reki.ru> (maintainer)
2009-06-05 21:38:56 +00:00
Martin Wilke
952ed9105d - Update to 2.5.1
PR:		134754
Submitted by:	"Andrei V. Shetukhin" <reki@reki.ru> (maintainer)
2009-05-22 21:55:23 +00:00
Martin Wilke
5abe258b81 - Update to 2.4.10
PR:		133571
Submitted by:	Andrei V. Shetuhin <reki@reki.ru> (maintainer)
2009-04-11 11:44:32 +00:00
Pav Lucistnik
a6dc6c638a - Update to 2.4.7
PR:		ports/133006
Submitted by:	Andrei V. Shetukhin <reki@reki.ru> (maintainer)
2009-03-24 14:26:59 +00:00
Wesley Shields
9be1a8c480 - Chase textproc/ctpp2 update 2009-03-02 21:45:00 +00:00
Dmitry Marakasov
50d378ff92 - Update to 2.4.2
PR:		131151
Submitted by:	"Andrei V. Shetuhin" <reki at reki dot ru> (maintainer)
2009-01-30 18:42:53 +00:00
Dmitry Marakasov
80a150f0f0 - Update to 2.4.1
PR:		130593
Submitted by:	"Andrei V. Shetuhin" <reki at reki dot ru>
2009-01-15 20:05:37 +00:00
Greg Larkin
482d0eb800 - Updated ctpp2 to version 2.3.5
- Fixed ctpp2 build problem for amd64

- Updated p5-HTML-CTPP2 to version 2.3.6 and unbreak
- Added BUILD_DEPENDS to get correct version of ctpp2 to avoid
  compilation errors in Perl module

PR:		ports/126331
Submitted by:	Andrei V. Shetuhin <reki at reki dot ru> (maintainer)
Approved by:	beech (mentor, implicit)
2008-08-29 20:18:54 +00:00
Martin Wilke
4f4fe75480 - Mark BROKEN Does not compile
Reported by:	pointyhat via pav
2008-07-19 14:45:02 +00:00
Martin Wilke
b3513a7c7a - Unbreak
- Update to 2.3.0

PR:		124750
Submitted by:	Maintainer
2008-06-19 10:50:48 +00:00
Pav Lucistnik
f6047b3f6a - Mark BROKEN: does not compile
Reported by:	pointyhat
2008-06-18 20:53:01 +00:00
Martin Wilke
abc01da3e2 Templates like perl module HTML::Template
WWW: http://reki.ru/products/ctpp/

PR:		ports/121933
Submitted by:	Andrei V. Shetuhin <reki at reki.ru>
2008-03-26 12:55:51 +00:00