Mathieu Arnold
2595685c18
SITEMAN3PREFIX was renamed SITEMANPREFIX, catch up with it here too.
...
Pointy hat to: mat
Sponsored by: Absolight
2015-09-15 09:48:42 +00:00
Mathieu Arnold
afae652a2a
Make it so that the default Perl is always called perl5.
...
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542
2015-09-14 12:19:48 +00:00
Mathieu Arnold
398dca09df
To ease up with future upgrades, move PERL_VERSION into a separate file.
...
While there, remove 8.4 support, and do some cleanup.
Sponsored by: Absolight
2015-08-31 13:17:48 +00:00
Mathieu Arnold
7397efc8f9
Make Perl behave nicely, and install files 644 and not 444.
...
With hat: perl@
Sponsored by: Absolight
2015-06-29 12:32:41 +00:00
Mathieu Arnold
500e6a241e
Have perldoc use mandoc before *roff. Also, fix perldoc when using more as a
...
pager.
Differential Revision: https://reviews.freebsd.org/D2373
With hat: perl@
Sponsored by: Absolight
2015-04-27 14:32:09 +00:00
Mathieu Arnold
a645f979f5
Patch Perl's header for c++11 compatibility.
...
While there, drop MASTER_SITE_SUBDIRS.
PR: 199361
Submitted by: amdmi3
Sponsored by: Absolight
2015-04-11 10:31:43 +00:00
Mathieu Arnold
bfee655ccf
Make Perl build more reproducibly.
...
Differential Revision: https://reviews.freebsd.org/D2016
Some bits from: Jérémy Bobbio <lunar@debian.org>
Sponsored by: Absolight
2015-04-09 12:21:29 +00:00
Mathieu Arnold
c0b425947d
Deorbit PTHREAD_{CFLAGS,LIBS} from Perl, and use -lpthread.
...
Sponsored by: Absolight
2015-03-24 17:05:25 +00:00
Mathieu Arnold
0a449ca9e2
Add an upstream patch fixing build with gcc5.
...
Submitted by: marino
Sponsored by: Absolight
2015-03-09 14:26:34 +00:00
Mathieu Arnold
47c19310d4
Use a less kludgy way for handling libperl.so's versionning and linking.
...
Sponsored by: Absolight
2014-12-24 17:14:11 +00:00
Mathieu Arnold
64835f0cdc
Make Perl link all .so it builds with libperl.so.
...
It makes upgrading from one Perl major version to another way easier. For
binary package users, it means pkg upgrade will detect the libperl.so.x.yy
change, and reinstall the affected packages. For users using ports, it will
save rebuild time as it's easier to detect what ports really need to be
rebuilt.
PR: 195821
Differential Revision: https://reviews.freebsd.org/D1241
Submitted by: mat
Reviewed by: antoine, bdrewery
Exp-run by: antoine
With hat: perl
Sponsored by: Absolight
2014-12-17 13:21:56 +00:00
Mathieu Arnold
ccbded4867
One last cleanup, factorize a few things into variables, add a few entries to
...
PLIST_SUB and SUB_LIST, finish making sure the MANPATH are valid all around.
Differential Revision: https://reviews.freebsd.org/D1254
Sponsored by: Absolight
2014-12-02 16:27:00 +00:00
Mathieu Arnold
a8d190efe1
And point man to the new right place.
...
Sponsored by: Absolight
2014-11-27 10:00:55 +00:00
Mathieu Arnold
8e245f6ddc
- Bring back the .packlist files, many people need them, they will
...
automatically added to the plists.
- Add soname to libperl.so and rename it to libperl.so.PERL_VER, for instance
libperl.so.5.18. To keep software linked with it working, provide a
libperl.so symlink.
- Rollback Perl's man page location change, it creates conflicts for the few
modules that ship with Perl and are in the ports tree.
Sponsored by: Absolight
2014-11-27 09:57:39 +00:00
Kurt Jaeger
9560eaa378
lang/perl5.16: fix warning in Math/BigInt.pm
...
See also https://rt.cpan.org/Public/Bug/Display.html?id=80182
PR: ports/185541
Approved-by: tobez (maintainer timeout), jadawin (mentor)
2014-06-10 09:21:22 +00:00
Mathieu Arnold
f8530be769
- Remove temp file on deinstall[1]
...
- Unshun all installation commands
- Make PREFIX-clean
Poked by: bdrewery [1]
Sponsored by: Absolight
2014-03-31 22:26:09 +00:00
Thierry Thomas
578471bf05
Fix the build of x11/rxvt-unicode with clang34, by defining a more
...
C++-friendly dNOOP.
Note: don't apply the patch proposed in the PR, but a patch proposed
by Craig A. Berry at
http://perl5.git.perl.org/perl.git/commit/7db66e12883f0832ca80164b723768b848187bda
as suggested by az@.
PR: ports/187571
Submitted by: /me
Reported by: Thomas Hoffmann <trh411 (at) gmail.com>
Approved by: az
2014-03-15 09:57:40 +00:00
Mathieu Arnold
e51a855952
Massive cleanup of the Perl ports:
...
- Use SUB_FILES instead of own backed version
- Have etc/perl5_version in the package instead of generating a static
one at install
- Move some mkdirs from pkg-install to pkg-plist
- Move the bin/perl5 creation from plist to post-install
Reviewed by: az
Sponsored by: Absolight
2014-02-12 13:46:07 +00:00
Andrej Zverev
11f6129d7b
Partial restore r343675 (leave some warnings/errors output)
...
Suggested by: ak@
Reviewed by: ak@
2014-02-11 10:45:16 +00:00
Andrej Zverev
b1a6dc354f
Turn use.perl into silent mode
...
Reviewed by: bapt@, mat@
2014-02-10 19:33:05 +00:00
Mathieu Arnold
e0a8062bb0
Rename patches in the makepatch fashion.
2014-01-11 20:36:18 +00:00
Mathieu Arnold
b087c41e1a
Add the same patch to perl5.1{2,4,6} that perl 5.18, fixing a parallel build issue.
2014-01-07 09:58:06 +00:00
Alex Kozlov
dd559f9592
- Simplify and modernize use.perl
...
Approved by: perl (az, mat)
2013-10-14 16:22:34 +00:00
Andrej Zverev
228462b91d
- Now use.perl don't spam /etc/make.conf and using ${LOCALBASE}/etc/perl5_version instead
...
You must switch to DEFAULT_VERSIONS (see ports/UPDATING entry 20130920 by bapt@)
if you are still using PERL_VERSION to define a specific version requirement.
- bump portrevision
Reviewed by: bapt@
2013-09-23 12:37:58 +00:00
Andrej Zverev
8c7d7ff2bd
- lang/perl5.12 upgrade to 5.12.5
...
- lang/perl5.14 upgrade to 5.14.4
- lang/perl5.16 upgrade to 5.16.3
- Global modify SITE_PERL[1][2]
[1] - See more info:
http://docs.freebsd.org/cgi/getmsg.cgi?fetch=26605+0+archive/2013/freebsd-perl/20130609.freebsd-perl
[2] - Fix for mail/cyrus-imapd* - Approved by portmrg(bapt@)
Please, see ports/UPDATING for upgrade procedure.
Reviewed by: bapt@ (exp-run), culot@
2013-06-12 13:00:55 +00:00
Eygene Ryabinkin
ca78291f62
Perl 5.x: fix CVE-2013-1667
...
Feature safe: wholeheartedly hope so
2013-03-10 19:04:00 +00:00
Andrej Zverev
4e7cc2d9b7
- Fix PERL_VERSION_REGEX to match actual perl version (5.16).
...
Repoted by: kib@
Reviewed by: tobez@
With Hat: perl@
2012-10-09 10:33:21 +00:00
Sergey Skvortsov
3533830550
Introduce Perl 5.16.0
...
Changes: http://search.cpan.org/dist/perl-5.16.0/pod/perldelta.pod
Approved by: portmgr (linimon)
2012-06-30 21:00:43 +00:00
Philip M. Gollucci
7d4e10f17d
- Pull a19beeaa9f/raw
...
to fix:
Can't use string "XXX" as an ARRAY ref while "strict refs" in use at
/usr/local/lib/perl5/5.14.2/ExtUtils/MM_Unix.pm line 2893.
- perl 5.14.[012] shipped with a broken version of ExtUtils::MakeMakker (6.57_06)
which is fixed in 6.57_06. This patch can hopefully go away when/if perl 5.14.3
is released.
- Bump PORTREVISION
PR: ports/165457
With Hat: perl@
2012-03-07 05:00:04 +00:00
Martin Wilke
fecde4050b
- Unbreak on FreeBSD 10
2011-11-05 17:38:36 +00:00
Dmitry Marakasov
137c073978
- Fix perl configure erroneously saving /usr/local/script as a site script install directory if it's present, which leads to misinstallation of many ports which install perl scripts (p5-Mail-SpamAssassin, for example)
...
PR: 149771
Submitted by: Peter Radcliffe <pir-freebsd.org@pir.net>
Patch by: myself
Approved by: jadawin
2011-08-08 14:32:41 +00:00
Sergey Skvortsov
0ede1a9316
Update to 5.14.1
...
Changes: http://search.cpan.org/~jesse/perl-5.14.1/pod/perldelta.pod
2011-06-19 10:27:12 +00:00
Sergey Skvortsov
b9716b9857
Introduce Perl 5.14.0
...
Changes: http://search.cpan.org/~jesse/perl-5.14.0/pod/perldelta.pod
2011-05-17 19:30:03 +00:00
Renato Botelho
56f4b98b86
Do not touch /etc/manpath.config on -CURRENT after man.d/perl.conf is used
...
instead
PR: ports/151914
Submitted by: garga@
Approved by: skv@ (maintainer)
2010-12-06 09:56:58 +00:00
Gordon Tetlow
68b21521a9
Add patch to install a configuration file for the new man utility
...
instead of manipulating /etc/manpath.config.
Follow up commit since I missed adding the config file.
Approved by: maintainer (timeout), wes@ (mentor, implicit)
Pointyhat to: gordon@
2010-11-05 05:42:35 +00:00
Gordon Tetlow
aad4dc8ca8
Add patch to install a configuration file for the new man utility
...
instead of manipulating /etc/manpath.config.
Approved by: maintainer (timeout), wes@ (mentor, implicit)
2010-11-05 05:41:37 +00:00
Martin Matuska
98ab3ca119
Add patch to fix h2ph deprecated goto (perl bug #74404 )
...
PR: ports/150876
Approved by: maintainer (timeout)
2010-10-13 12:48:00 +00:00
Sergey Skvortsov
0370d5f988
- Fix perl-after-upgrade [1]
...
- Preserve perms on modified /etc/make.conf, /etc/manpath.conf [2]
PR: 150622 [1], 150611 [2]
Submitted by: garga [1], swell.k@gmail.com [2]
2010-09-16 15:57:09 +00:00
Sergey Skvortsov
cc9986cdcf
[1] Unbreak build with THREADS option
...
[2] Remove SUIDPERL option: SUID emulation has been removed for 5.12
PR: ports/148648 [1]
Submitted by: Andrei Lavreniyuk <andy.lavr@gmail.com> [1]
WWW: http://search.cpan.org/~jesse/perl-5.12.1/pod/perl5120delta.pod#Deprecations [2]
2010-07-23 17:41:04 +00:00
Sergey Skvortsov
c82c63a794
Introduce Perl 5.12.1
...
Acknowledgements: kuriyama
2010-07-15 14:48:51 +00:00
Sergey Skvortsov
491a15ba69
- Fix generation of '+CONTENTS' file for 'bsdpan-*' packages [1]
...
- Don't remove '/usr/local/lib' from path $libpth
if this dir does not exist [2]
PR: ports/116908 [1]
Submitted by: Steve Wills <steve@mouf.net> [1],
Kukushkin Konstantin <dark@ramtel.ru> [2]
2010-07-14 17:24:21 +00:00
Sergey Skvortsov
6255bf69e0
- Add patches for RT 69973 [1], RT 71952 [2]
...
- Update P5PORTER mode [3]
- Update CONFLICTS for Perl 5.12
Pointed by: a.smith xx ukgrid.net [1]
PR: ports/144717 [2], ports/142110 [3]
Submitted by: Bryan Fullerton <bryanf@samuraiconsulting.ca> [2],
Alex Deiter <alex.deiter xx gmail.com> [3]
2010-05-06 17:05:45 +00:00
Sergey Skvortsov
8e2c6eeca1
perl-after-upgrade:
...
- simplify regexes
- catch lines in +CONTENTS like:
@unexec rmdir %D/lib/perl5/5.10.0 2>/dev/null || true
2009-11-23 15:58:01 +00:00
Sergey Skvortsov
36f3f471e5
Fix script "use.perl": correctly check variables 'need_*'.
...
Submitted by: Artis Caune <artis.caune xx gmail.com>
2009-11-05 18:50:45 +00:00
Sergey Skvortsov
4d12d4ea70
- Fix behaviour of USE_PERL option when it is "off"
...
- Add PORTSCOUT variable
2009-11-02 16:50:41 +00:00
Sergey Skvortsov
c7e48ee411
Update to 5.10.1
...
Changes: http://search.cpan.org/~dapm/perl-5.10.1/pod/perl5101delta.pod
2009-09-11 11:23:31 +00:00
Sergey Skvortsov
6c6ebb9141
- Add option MULTIPLICITY
...
- Add bugfix for map memory leak (RT#53038)
2009-07-06 12:16:08 +00:00
Sergey Skvortsov
42eabd7753
- Add more essential bugfixes
...
- Add perl-threaded-5.* to CONFLICTS [1]
- Introduce PERL_VENDOR_PREFIX variable
- Be really PREFIX-neutral [2}
Submitted by: lth [1], rafan [2]
2009-06-08 14:35:28 +00:00
Sergey Skvortsov
3b03d91806
Add bugfiux for "Attributes + Unkown Error".
...
Bug: http://rt.perl.org/rt3/Public/Bug/Display.html?id=49472
2009-04-11 12:51:22 +00:00
Sergey Skvortsov
d701438448
Add several bugfixes, imported from maint-5.10
...
(i.e. will be included into forthcoming 5.10.1).
2009-04-04 09:06:53 +00:00