Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.14.4_14 31 Dec 2014 16:02:09 |
rene |
Remove expired port:
2014-12-31 lang/perl5.14: Unsupported, please upgrade to a more recent version
of Perl |
5.14.4_14 24 Dec 2014 17:14:12 |
mat |
Use a less kludgy way for handling libperl.so's versionning and linking.
Sponsored by: Absolight |
5.14.4_14 22 Dec 2014 17:45:57 |
mat |
Do not let Perl's Configure finds out if it needs to use nm or not. It should
not. In some case I can't reproduce, it was believing it should, and was
failing badly.
Reported by: Joe Francia, Scott Loga
Sponsored by: Absolight |
5.14.4_14 17 Dec 2014 13:21:57 |
mat |
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 |
5.14.4_13 17 Dec 2014 12:59:31 |
mat |
Retire BSDPAN.
It was never converted to pkg, and starting with Perl 5.18 gives out
annoying warnings.
Differential Revision: https://reviews.freebsd.org/D1318
Reviewed by: swills
With hat: perl
Sponsored by: Absolight |
5.14.4_13 02 Dec 2014 16:27:01 |
mat |
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 |
5.14.4_12 29 Nov 2014 14:56:27 |
mat |
Really disable MULTIPLICITY if disabled in OPTIONS, and as it was always on
before, add it to the OPTIONS_DEFAULT to not change the default behavior.
Noticed by: ache
Sponsored by: Absolight |
5.14.4_11 28 Nov 2014 12:43:51 |
mat |
Fixup the makewhatis errors.
Sponsored by: Absolight |
5.14.4_10 27 Nov 2014 15:19:52 |
mat |
/usr/bin/env is in SETENV, not ENV, and sometime, ENV=$USER/.shrc, which of
course, won't work.
Noticed by: Richard Clayton
Sponsored by: Absolight |
5.14.4_10 27 Nov 2014 13:44:09 |
mat |
Get the man config file right.
Sponsored by: Absolight |
5.14.4_9 27 Nov 2014 10:00:55 |
mat |
And point man to the new right place.
Sponsored by: Absolight |
5.14.4_9 27 Nov 2014 09:57:39 |
mat |
- 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 |
5.14.4_8 26 Nov 2014 13:30:31 |
mat |
Now that 5.18 is the default, deprecate Perl 5.14 and Perl 5.16, the first one
at the end of the year, the second one next summer, by then 5.20 will be the
default, and 5.22 will be in the tree.
Sponsored by: Absolight |
5.14.4_8 26 Nov 2014 13:08:38 |
mat |
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 (Only the first 15 lines of the commit message are shown above ) |
5.14.4_7 03 Oct 2014 12:42:29 |
mat |
Cleanup @dirrm*.
Differential Revision: https://reviews.freebsd.org/D885
Reviewed by: bapt
With hat: perl@
Sponsored by: Absolight |
5.14.4_7 15 Jun 2014 12:40:43 |
marino |
lang/perl5*: Remove absolute path to makewhatis in pkg-plist
Generally absolutely paths are not used with @exec in pkg-plist.
In this case, the path /usr/bin/makewhatis doesn't work on DragonFly
where the binary is located at /usr/sbin/makewhatis. Removing the
full path is a no-op on FreeBSD and fixes perl man page installation
on DragonFly. No revbump required.
Approved by: portmgr (bapt) |
5.14.4_7 12 Jun 2014 14:33:29 |
mat |
Fix plist orphans
Noticed by: miwi
Sponsored by: Absolight |
5.14.4_7 04 Jun 2014 16:54:22 |
des |
Add CPE information.
With hat: ports-secteam |
5.14.4_7 27 May 2014 19:41:59 |
mat |
I Forgot to update the CONFLICTS.
Submitted by: az
Sponsored by: Absolight |
5.14.4_7 27 May 2014 12:19:25 |
mat |
Add perl 5.20.0.
Changes: http://search.cpan.org/dist/perl-5.20.0/pod/perldelta.pod
Sponsored by: Absolight |
5.14.4_7 26 May 2014 22:55:50 |
mat |
Ship Perl with its real licenses, and not the stock ones.
While there, sort the plist according to makeplist.
Sponsored by: Absolight |
5.14.4_6 07 Apr 2014 16:27:14 |
mat |
USES=tar:bzip2
Sponsored by: Absolight |
5.14.4_6 31 Mar 2014 22:26:09 |
mat |
- Remove temp file on deinstall[1]
- Unshun all installation commands
- Make PREFIX-clean
Poked by: bdrewery [1]
Sponsored by: Absolight |
5.14.4_5 06 Mar 2014 16:32:42 |
mat |
Pet portscout.
Sponsored by: Absolight |
5.14.4_5 14 Feb 2014 15:41:50 |
mat |
Like it was announced six months ago, remove Perl 5.12.
Sponsored by: Absolight |
5.14.4_5 12 Feb 2014 13:46:07 |
mat |
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 |
5.14.4_4 11 Feb 2014 12:38:32 |
mat |
Remove all NO_LATEST_LINK, all of them have different PKGNAMEs.
Sponsored by: Absolight |
5.14.4_4 11 Feb 2014 10:45:17 |
az |
Partial restore r343675 (leave some warnings/errors output)
Suggested by: ak@
Reviewed by: ak@ |
5.14.4_4 10 Feb 2014 19:33:05 |
az |
Turn use.perl into silent mode
Reviewed by: bapt@, mat@ |
5.14.4_4 10 Feb 2014 10:19:32 |
az |
PERLIOBUF_DEFAULT_BUFSIZ - new knob for controlling PerlIO buffer size.
Additional information:
- http://perl5.git.perl.org/perl.git/commit/b83080de5c4254
This change doesn't affect default perl behavior.
Requested by: Anton Yuzhaninov <ayuzhaninov@openstat.ru> |
5.14.4_4 11 Jan 2014 20:36:18 |
mat |
Rename patches in the makepatch fashion. |
5.14.4_4 07 Jan 2014 10:51:51 |
mat |
With 338990, they should be JOBS safe. |
5.14.4_4 07 Jan 2014 09:58:07 |
mat |
Add the same patch to perl5.1{2,4,6} that perl 5.18, fixing a parallel build
issue. |
5.14.4_4 30 Nov 2013 17:28:45 |
mat |
Take care of whatis database.
- remove on deinstall
- create on install
PR: ports/184164
Submitted by: Tatsuki Makino |
5.14.4_3 18 Nov 2013 16:46:55 |
mat |
Enable threads by default on all Perl versions.
PR: ports/183530
Submitted by: mat
Exp-Run by: bdrewery |
5.14.4_2 24 Oct 2013 03:24:46 |
az |
remove unused target (AZ:) |
5.14.4_2 23 Oct 2013 10:51:03 |
mat |
Ah, mixed up CONFLICTS and CONFLICTS_INSTALL.
Submitted by: az |
5.14.4_2 23 Oct 2013 10:29:05 |
mat |
Have perl ports use different package names so that they don't conflict.
Submitted by: az
Approved by: az,bapt |
5.14.4_2 14 Oct 2013 16:22:34 |
ak |
- Simplify and modernize use.perl
Approved by: perl (az, mat) |
5.14.4_2 08 Oct 2013 11:52:55 |
az |
- bump PORTREVISION to reflect latest pkg-plist fixes.
I hope this will make QAT happy
Requested by: many
With hat: perl@ |
5.14.4_1 05 Oct 2013 18:15:39 |
antoine |
Re-order directory removal to fix leftovers with pkg_install
Approved by: az |
5.14.4_1 05 Oct 2013 14:56:20 |
az |
- Add more missed dirs for staging
Submitted by: antoine@ (via IRC, version for perl5.14) |
5.14.4_1 03 Oct 2013 13:35:04 |
bapt |
Stop renaming perl ports base on options |
5.14.4_1 03 Oct 2013 13:30:29 |
mat |
- Fixup staging with pkgng.
- Always use new LIB_DEPENDS format.
Pointy hat to: myself |
5.14.4_1 03 Oct 2013 08:35:38 |
mat |
Remove the now useless pre-su-install target.
Spotted by: bapt |
5.14.4_1 03 Oct 2013 08:24:08 |
mat |
And remove those now defunct files. |
5.14.4_1 03 Oct 2013 08:21:30 |
mat |
Support staging. |
5.14.4_1 23 Sep 2013 12:37:58 |
az |
- 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@ |
5.14.4 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
5.14.4 22 Aug 2013 17:03:43 |
sunpoet |
- Sort CONFLICTS |
13 Aug 2013 13:04:55
|
mat |
Introduce Perl 5.18.1
Changes: http://search.cpan.org/dist/perl-5.18.0/pod/perldelta.pod
Changes: http://search.cpan.org/dist/perl-5.18.1/pod/perldelta.pod |
5.14.4 22 Jul 2013 18:03:15 |
az |
- Revert MAKE_JOBS_UNSAFE. At least it failed on 9.1-QAT/amd64. |
5.14.4 22 Jul 2013 15:56:28 |
az |
- Mark job safe
Tested by: Anton Yuzhaninov <ayuzhaninov@openstat.ru>, az@ |
5.14.4 12 Jun 2013 13:00:56 |
az |
- 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@ |
5.14.2_3 08 May 2013 14:52:55 |
az |
Revert logic for PERL_VENDOR_PREFIX.
Requested by: citrin |
5.14.2_3 06 May 2013 13:27:41 |
az |
- Fix CONFLICTS |
5.14.2_3 06 May 2013 08:11:25 |
az |
- Fix typo VENDOR_PREFIX -> VENDOR_PREFIX_DESC
PR: ports/178363
Submitted by: Sayetsky Anton <vsjcfm@gmail.com>
Pointy hat: az@ |
5.14.2_3 06 May 2013 06:06:50 |
az |
lang/perl5.*
- OPTIONS to OptionNG conversion
- Remove ABI version number from LIB_DEPENDS
- Add VENDOR prefix to list of OPTIONS
lang/perl5.14
- Remove outdated CONFLICTS with perl5.(6|8)
Reviewed by: bapt@
With hat: perl@ |
5.14.2_3 22 Apr 2013 12:40:11 |
bapt |
Reassing lang/perl5* to perl@
While here trim headers
Feature safe: yes |
5.14.2_3 10 Mar 2013 19:04:01 |
rea |
Perl 5.x: fix CVE-2013-1667
Feature safe: wholeheartedly hope so |
5.14.2_2 01 Feb 2013 15:04:01 |
ak |
- Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt) |
5.14.2_2 30 Jun 2012 21:00:43 |
skv |
Introduce Perl 5.16.0
Changes: http://search.cpan.org/dist/perl-5.16.0/pod/perldelta.pod
Approved by: portmgr (linimon) |
5.14.2_2 07 Mar 2012 05:00:04 |
pgollucci |
- Pull
https://github.com/dagolden/extutils-makemaker/commit/a19beeaa9f0df1be60d5a45bf22c0a42dd600dca/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@ |
5.14.2_1 15 Feb 2012 02:03:30 |
swills |
- Add option to build with -pthread, default to on. Note this is not the same
as threaded perl.
PR: ports/163878
Submitted by: swills (myself)
Approved by: portmgr (erwin)
Discussed with: tobez
With hat: perl@ |
5.14.2 19 Dec 2011 19:36:46 |
skv |
Update to 5.14.2
Changes: http://search.cpan.org/~flora/perl-5.14.2/pod/perldelta.pod |
5.14.1_3 10 Nov 2011 10:28:26 |
skv |
Update BSDPAN to 20111107:
- Fix warning:
Warning: prerequisite ExtUtils::MakeMaker x.xx not found.
We have unknown version.
- Fix forever loop occured when installing modules directly via cpan.
PR: ports/162151
Submitted by: az
Feature safe: yes |
5.14.1_2 05 Nov 2011 17:38:36 |
miwi |
- Unbreak on FreeBSD 10 |
5.14.1_2 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
5.14.1_2 12 Sep 2011 13:46:59 |
gabor |
- Track dependencies after databases/gdbm update |
5.14.1_1 08 Aug 2011 14:32:41 |
amdmi3 |
- 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 |
5.14.1 19 Jun 2011 10:27:12 |
skv |
Update to 5.14.1
Changes: http://search.cpan.org/~jesse/perl-5.14.1/pod/perldelta.pod |
5.14.0 19 Jun 2011 09:32:06 |
skv |
Fix DEPORIGIN in BSDPAN.
PR: ports/157565
Submitted by: Dan Lukes <dan@obluda.cz> |
5.14.0 17 May 2011 19:30:03 |
skv |
Introduce Perl 5.14.0
Changes: http://search.cpan.org/~jesse/perl-5.14.0/pod/perldelta.pod |