| non port: lang/perl5.8/Makefile.man |
|
CVSWeb
|
Number of commits found: 8 | |
Sun, 11 Mar 2012
|
[ 23:49 linimon ]
1.133 lang/perl5.10/Makefile
1.121 lang/perl5.8/Makefile
1.10 lang/perl5.10/Makefile.man
1.8 lang/perl5.8/Makefile.man
1.35 lang/perl5.10/distinfo
1.30 lang/perl5.8/distinfo
1.4 lang/perl5.10/files/patch-Configure
1.3 lang/perl5.8/files/patch-Configure
1.3 lang/perl5.10/files/patch-INST_PREFIX.t
1.3 lang/perl5.8/files/patch-INST_PREFIX.t
(Only the first 10 of 32 ports in this commit are shown above. )
Undo ports/165457 to not violate POLA. As far as I knew, the PR
was to test what happened when we did eventually delete these two
ports, not to delete them immediately.
A subsequent commit will add appropriate deprecation messages.
Hat: portmgr
PR: ports/165457
Feature safe: yes (actually no, however, this is to preserve POLA)
|
|
Thu, 8 Mar 2012
|
[ 18:37 pgollucci ]
1.767 lang/Makefile
1.132 lang/perl5.10/Makefile
1.120 lang/perl5.8/Makefile
1.9 lang/perl5.10/Makefile.man
1.7 lang/perl5.8/Makefile.man
1.23 Mk/bsd.perl.mk
1.34 lang/perl5.10/distinfo
1.29 lang/perl5.8/distinfo
1.3 lang/perl5.10/files/patch-Configure
1.2 lang/perl5.8/files/patch-Configure
(Only the first 10 of 34 ports in this commit are shown above. )
- Remove lang/perl5.8 (12/16/2008 EOL) and lang/perl5.10 (08/23/2009 EOL)
- lang/5.12 (default) is in Maint mode and lang/5.14 is GA right now.
- The final UNcommitted portition of this PR will move the default perl
to lang/perl5.14 but
mail/cyrus-impad2
mail/cyrus-impad22
print/perlftlib
audio/papcl
www/WebMagick
misc/gcstar
math/ploymak
must be fixed or marked BROKEN 1st.
PR: ports/165457
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index
|
|
Tue, 13 Jan 2009
|
[ 21:38 skv ]
1.98 lang/perl5.8/Makefile
1.6 lang/perl5.8/Makefile.man
1.754 UPDATING
1.10 Mk/bsd.perl.mk
1.25 lang/perl5.8/distinfo
1.5 lang/perl5.8/files/patch-freebsd.sh
1.5 lang/perl5.8/files/patch-makedepend
1.5 lang/perl5.8/files/patch-perl.c
1.1 lang/perl5.8/files/patch-sv.c
1.2 lang/perl5.8/files/patch-utf-regcomp
(Only the first 10 of 11 ports in this commit are shown above. )
Update to 5.8.9
Also:
- add option SITECUSTOMIZE which enable -Dusesitecustomize [1]
- add patch against sv_dup() bug causes memory corruption in threaded perl [2]
Changes: http://search.cpan.org/~nwclark/perl-5.8.9/pod/perl589delta.pod
PR: 111120 [1], 130033 [2]
Submitted by: "Ian A. Tegebo" <yontege xx dev-mug.rescomp.berkeley.edu> [1],
kevin brintnall <kbrint xx rufus.net> [2]
|
|
Mon, 20 Feb 2006
|
[ 20:24 tobez ]
1.87 lang/perl5.8/Makefile
1.5 lang/perl5.8/Makefile.man
1.24 lang/perl5.8/distinfo
1.1 lang/perl5.8/files/patch-INST_PREFIX.t
1.1 lang/perl5.8/files/patch-MM_Any.pm
1.2 lang/perl5.8/files/patch-MM_Unix.pm
1.2 lang/perl5.8/files/patch-SDBM-errno-fix
1.2 lang/perl5.8/files/perl-after-upgrade
1.40 lang/perl5.8/pkg-plist
Upgrade to 5.8.8.
Also:
Do not strip when built with -DWITH_DEBUGGING. [1]
Do not build non-threaded perl with -pthread. [2]
Add rebuild-xs target which should be used when
perl-after-upgrade does not do its job adequately. [3]
Fix perl-after-upgrade to handle threaded perl. [4]
Submitted by: John Narron <jnarron@cdsinet.net> [2],
Sergey Prikhodko <sergey@network-asp.biz> [4],
parv@pair.com [1],
pavel@ctk.ru [2],
skv [3],
vasilis <vasilis@karkampounas.gr> [2]
PR: 83223 [4], 83767 [2], 84255 [2], 89443 [1], 90832 [2]
|
|
Fri, 24 Jun 2005
|
[ 09:17 tobez ]
1.82 lang/perl5.8/Makefile
1.4 lang/perl5.8/Makefile.man
1.22 lang/perl5.8/distinfo
1.2 lang/perl5.8/files/patch-Path.pm
1.1 lang/perl5.8/files/patch-SDBM-errno-fix
1.2 lang/perl5.8/files/patch-patchlevel.h
1.2 lang/perl5.8/files/patch-perlio.c
1.1 lang/perl5.8/files/perl-after-upgrade
1.38 lang/perl5.8/pkg-plist
1.11 lang/perl5.8/files/use.perl
Upgrade to 5.8.7. In addition:
- add perl-after-upgrade utility to move around
dependent packages
- fix $0 expansion in use.perl [1]
- enable threaded perl on amd64 [2]
- always compile perl with -pthread [3]
- fix errno issue in SDBM_File [4]
- add support for // and err (defined-or) [5]
- add WITH_DEBUGGING option [6]
- fix suidperl symlink [7]
- fix several small bugs in use.perl
- print possible WITH_XXX flags (no OPTIONS support yet)
[1] Submitted by: erwin, Niƫl Dogger <niel@introweb.nl>
[2] Nudged by: Mike Schroll <FreeBSD@LogicX.us>
[3] Nudged by: skv
[4] perl bug #35938
[5] Obtained from: H.Merijn Brand <h.m.brand@xs4all.nl>
[6] PR: 78811, submitted by: skv
[7] PR: 80069, submitted by: Sergey N. Voronkov <serg@tmn.ru>
A different solution was actually implemented.
|
|
Tue, 1 Feb 2005
|
[ 13:36 tobez ]
1.77 lang/perl5.8/Makefile
1.3 lang/perl5.8/Makefile.man
1.21 lang/perl5.8/distinfo
1.1 lang/perl5.8/files/patch-Path.pm
1.2 lang/perl5.8/files/patch-freebsd.sh
1.15 lang/perl5.8/pkg-install
1.2 lang/perl5.8/pkg-message
1.37 lang/perl5.8/pkg-plist
1.9 lang/perl5.8/files/use.perl
Update to 5.8.6. Also:
- redirect output from h2ph to /dev/null [1];
- fix File::Path insecure file/directory permissions [2];
this resolves CAN-2004-0452
(http://vuxml.freebsd.org/c418d472-6bd1-11d9-93ca-000a95bc6fae.html);
- for OSVERSION < 500036, create symlinks in /usr/bin not only for
perl and suidperl, but also for a2p, c2ph, find2perl, h2ph, h2xs,
perlbug, perlcc, perldoc, pl2pm, pod2html, pod2latex, pod2man,
pod2text, s2p, and splain; perl and suidperl are still enough for
more recent FreeBSD versions [3];
- clean up created symlinks upon deinstallation [4];
- try to cleanup symlinks created by older versions of lang/perl5 and
lang/perl5.8, during both installation and deinstallation [5];
- added support for DISABLE_BSDPAN environment variable [6]; (Only the first 15 lines of the commit message are shown above )
|
|
Fri, 30 Jul 2004
|
[ 08:31 tobez ]
1.76 lang/perl5.8/Makefile
1.2 lang/perl5.8/Makefile.man
1.20 lang/perl5.8/distinfo
1.13 lang/perl5.8/pkg-install
1.36 lang/perl5.8/pkg-plist
Update to 5.8.5.
|
|
Sun, 30 May 2004
|
[ 23:13 tobez ]
1.74 lang/perl5.8/Makefile
1.1 lang/perl5.8/Makefile.man
1.19 lang/perl5.8/distinfo
1.1 lang/perl5.8/files/patch-freebsd.sh
1.12 lang/perl5.8/pkg-install
1.35 lang/perl5.8/pkg-plist
1.8 lang/perl5.8/files/use.perl
1. Update to 5.8.4.
2. Make this port respect Makefile.local.
3. Transfer manpages to Makefile.man.
4. Move manpages for modules, included into distribution, into
lib/perl5/PERL_VER/perl/man/man3, to eliminate file conflicts
with p5 ports for modules included with perl.
5. Use PREFIX/SITE_PERL_REL instead of SITE_PERL in the Makefile.
6. Switch to bzipped sources.
7. Other small adjustments.
PR: 65925, 66096, 67205
Submitted by: foxfair (1), Charles Swiger <chuck@pkix.net> (1), krion (3)
Reported by: Roy Badami <roy@gnomon.org.uk> (2)
|
Number of commits found: 8 |
|
| Latest Vulnerabilities |
|
12 vulnerabilities affecting 17 ports have been reported in the past 14 days
|
* - modified, not new All vulnerabilities
|
|