Commit graph

8 commits

Author SHA1 Message Date
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
adam
0eecb4df1c Changes 1.21:
* Various patches by Chorny at cpan dot org and fREW frioux at gmail dot com:
* Windows NTFS compatibility fixes.
* Allow PID to be negative.
* Lexically scope temp file handles to reduce changes of memory leak and
  avoid unintentional glob clobberation.
* Security fix: 3 arg open().
* Repair test suites logics.
* Fixed infinite freezing on Strawberry Perl v5.10.0.
* Fixed infinite freezing on ActiveState Perl v5.12.1.
* Sorry for the past 8 years of suffering.
2011-08-13 08:20:29 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
abs
379ff7735d Import p5-File-NFSLock-1.20 into pkgsrc:
File::NFSLock - perl module to do NFS (or not) locking

Program based of concept of hard linking of files being atomic
across NFS. This concept was mentioned in Mail::Box::Locker (which
was originally presented in Mail::Folder::Maildir). Some routine
flow is taken from there -- particularly the idea of creating a
random local file, hard linking a common file to the local file,
and then checking the nlink status. Some ideologies were not complete
(uncache mechanism, shared locking) and some coding was even
incorrect (wrong stat index). File::NFSLock was written to be light,
generic, and fast.
2007-02-06 18:48:59 +00:00