notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: lang/perl5.14/Makefile
SVNWeb

Number of commits found: 59

Wed, 24 Dec 2014
[ 17:14 mat search for other commits by this committer ] Original commit   Revision:375473
Use a less kludgy way for handling libperl.so's versionning and linking.

Sponsored by:	Absolight
Mon, 22 Dec 2014
[ 17:45 mat search for other commits by this committer ] Original commit   Revision:375254
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
Wed, 17 Dec 2014
[ 13:21 mat search for other commits by this committer ] Original commit   Revision:374847 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
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
[ 12:59 mat search for other commits by this committer ] Original commit   Revision:374844
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
Tue, 2 Dec 2014
[ 16:27 mat search for other commits by this committer ] Original commit   Revision:373771 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
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
Sat, 29 Nov 2014
[ 14:56 mat search for other commits by this committer ] Original commit   Revision:373622
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
Fri, 28 Nov 2014
[ 12:43 mat search for other commits by this committer ] Original commit   Revision:373565
Fixup the makewhatis errors.

Sponsored by:	Absolight
Thu, 27 Nov 2014
[ 15:19 mat search for other commits by this committer ] Original commit   Revision:373494
/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
[ 13:44 mat search for other commits by this committer ] Original commit   Revision:373486
Get the man config file right.

Sponsored by:	Absolight
[ 09:57 mat search for other commits by this committer ] Original commit   Revision:373476 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
- 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
Wed, 26 Nov 2014
[ 13:30 mat search for other commits by this committer ] Original commit   Revision:373450
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
[ 13:08 mat search for other commits by this committer ] Original commit   Revision:373448 (Only the first 10 of 10077 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Thu, 12 Jun 2014
[ 14:33 mat search for other commits by this committer ] Original commit   Revision:357601
Fix plist orphans

Noticed by:	miwi
Sponsored by:	Absolight
Wed, 4 Jun 2014
[ 16:54 des search for other commits by this committer ] Original commit   Revision:356516
Add CPE information.

With hat:	ports-secteam
Tue, 27 May 2014
[ 19:41 mat search for other commits by this committer ] Original commit   Revision:355566
I Forgot to update the CONFLICTS.

Submitted by:	az
Sponsored by:	Absolight
[ 12:19 mat search for other commits by this committer ] Original commit   Revision:355497 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
Add perl 5.20.0.

Changes:	http://search.cpan.org/dist/perl-5.20.0/pod/perldelta.pod
Sponsored by:	Absolight
Mon, 26 May 2014
[ 22:55 mat search for other commits by this committer ] Original commit   Revision:355464
Ship Perl with its real licenses, and not the stock ones.

While there, sort the plist according to makeplist.

Sponsored by:	Absolight
Mon, 7 Apr 2014
[ 16:27 mat search for other commits by this committer ] Original commit   Revision:350521
USES=tar:bzip2

Sponsored by:	Absolight
Mon, 31 Mar 2014
[ 22:26 mat search for other commits by this committer ] Original commit   Revision:349811
- Remove temp file on deinstall[1]
- Unshun all installation commands
- Make PREFIX-clean

Poked by:	bdrewery [1]
Sponsored by:	Absolight
Thu, 6 Mar 2014
[ 16:32 mat search for other commits by this committer ] Original commit   Revision:347267
Pet portscout.

Sponsored by:	Absolight
Fri, 14 Feb 2014
[ 15:41 mat search for other commits by this committer ] Original commit   Revision:344266
Like it was announced six months ago, remove Perl 5.12.

Sponsored by:	Absolight
Wed, 12 Feb 2014
[ 13:46 mat search for other commits by this committer ] Original commit   Revision:343921 (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
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
Tue, 11 Feb 2014
[ 12:38 mat search for other commits by this committer ] Original commit   Revision:343737
Remove all NO_LATEST_LINK, all of them have different PKGNAMEs.

Sponsored by:	Absolight
Mon, 10 Feb 2014
[ 10:19 az search for other commits by this committer ] Original commit   Revision:343616
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>
Tue, 7 Jan 2014
[ 10:51 mat search for other commits by this committer ] Original commit   Revision:338999
With 338990, they should be JOBS safe.
Sat, 30 Nov 2013
[ 17:28 mat search for other commits by this committer ] Original commit   Revision:335309
Take care of whatis database.
- remove on deinstall
- create on install

PR:		ports/184164
Submitted by:	Tatsuki Makino
Mon, 18 Nov 2013
[ 16:46 mat search for other commits by this committer ] Original commit   Revision:334224
Enable threads by default on all Perl versions.

PR:		ports/183530
Submitted by:	mat
Exp-Run by:	bdrewery
Thu, 24 Oct 2013
[ 03:24 az search for other commits by this committer ] Original commit   Revision:331456
remove unused target (AZ:)
Wed, 23 Oct 2013
[ 10:51 mat search for other commits by this committer ] Original commit   Revision:331368
Ah, mixed up CONFLICTS and CONFLICTS_INSTALL.

Submitted by:	az
[ 10:29 mat search for other commits by this committer ] Original commit   Revision:331363
Have perl ports use different package names so that they don't conflict.

Submitted by:	az
Approved by:	az,bapt
Tue, 8 Oct 2013
[ 11:52 az search for other commits by this committer ] Original commit   Revision:329776
- bump PORTREVISION to reflect latest pkg-plist fixes.
  I hope this will make QAT happy

Requested by:   many
With    hat:    perl@
Sat, 5 Oct 2013
[ 14:56 az search for other commits by this committer ] Original commit   Revision:329465
- Add more missed dirs for staging

Submitted by:	antoine@ (via IRC, version for perl5.14)
Thu, 3 Oct 2013
[ 13:35 bapt search for other commits by this committer ] Original commit   Revision:329188
Stop renaming perl ports base on options
[ 13:30 mat search for other commits by this committer ] Original commit   Revision:329184
- Fixup staging with pkgng.
- Always use new LIB_DEPENDS format.

Pointy hat to:	myself
[ 08:35 mat search for other commits by this committer ] Original commit   Revision:329162
Remove the now useless pre-su-install target.

Spotted by:	bapt
[ 08:21 mat search for other commits by this committer ] Original commit   Revision:329160
Support staging.
Mon, 23 Sep 2013
[ 12:37 az search for other commits by this committer ] Original commit   Revision:327989
- 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@
Fri, 20 Sep 2013
[ 19:53 bapt search for other commits by this committer ] Original commit   Revision:327741 (Only the first 10 of 379 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
Thu, 22 Aug 2013
[ 17:03 sunpoet search for other commits by this committer ] Original commit   Revision:325216
- Sort CONFLICTS
Tue, 13 Aug 2013
[ 13:04 mat search for other commits by this committer ] Original commit   Revision:324662 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
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
Mon, 22 Jul 2013
[ 18:03 az search for other commits by this committer ] Original commit   Revision:323489
- Revert MAKE_JOBS_UNSAFE. At least it failed on 9.1-QAT/amd64.
[ 15:56 az search for other commits by this committer ] Original commit   Revision:323474
- Mark job safe

Tested by:	Anton Yuzhaninov <ayuzhaninov@openstat.ru>, az@
Wed, 12 Jun 2013
[ 13:00 az search for other commits by this committer ] Original commit   Revision:320679 (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
- 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@
Wed, 8 May 2013
[ 14:52 az search for other commits by this committer ] Original commit   Revision:317668
Revert logic for PERL_VENDOR_PREFIX.

Requested by:	citrin
Mon, 6 May 2013
[ 13:27 az search for other commits by this committer ] Original commit   Revision:317512
- Fix CONFLICTS
[ 08:11 az search for other commits by this committer ] Original commit   Revision:317478
- Fix typo VENDOR_PREFIX -> VENDOR_PREFIX_DESC

PR:		ports/178363
Submitted by:	Sayetsky Anton <vsjcfm@gmail.com>

Pointy hat:	az@
[ 06:06 az search for other commits by this committer ] Original commit   Revision:317464
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@
Mon, 22 Apr 2013
[ 12:40 bapt search for other commits by this committer ] Original commit   Revision:316226
Reassing lang/perl5* to perl@
While here trim headers

Feature safe:	yes
Sun, 10 Mar 2013
[ 19:04 rea search for other commits by this committer ] Original commit   Revision:313838
Perl 5.x: fix CVE-2013-1667

Feature safe:	wholeheartedly hope so
Sat, 30 Jun 2012
[ 21:00 skv search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Introduce Perl 5.16.0

Changes:        http://search.cpan.org/dist/perl-5.16.0/pod/perldelta.pod
Approved by:    portmgr (linimon)
Wed, 7 Mar 2012
[ 05:00 pgollucci search for other commits by this committer ] Original commit 
- 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@
Wed, 15 Feb 2012
[ 02:03 swills search for other commits by this committer ] Original commit 
- 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@
Mon, 19 Dec 2011
[ 19:36 skv search for other commits by this committer ] Original commit 
Update to 5.14.2

Changes:        http://search.cpan.org/~flora/perl-5.14.2/pod/perldelta.pod
Thu, 10 Nov 2011
[ 10:28 skv search for other commits by this committer ] Original commit 
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
Mon, 12 Sep 2011
[ 13:46 gabor search for other commits by this committer ] Original commit  (Only the first 10 of 56 ports in this commit are shown above. View all ports for this commit)
- Track dependencies after databases/gdbm update
Mon, 8 Aug 2011
[ 14:32 amdmi3 search for other commits by this committer ] Original commit 
- 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
Sun, 19 Jun 2011
[ 10:27 skv search for other commits by this committer ] Original commit 
Update to 5.14.1

Changes:        http://search.cpan.org/~jesse/perl-5.14.1/pod/perldelta.pod
[ 09:32 skv search for other commits by this committer ] Original commit 
Fix DEPORIGIN in BSDPAN.

PR:             ports/157565
Submitted by:   Dan Lukes <dan@obluda.cz>
Tue, 17 May 2011
[ 19:30 skv search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Introduce Perl 5.14.0

Changes:        http://search.cpan.org/~jesse/perl-5.14.0/pod/perldelta.pod

Number of commits found: 59