{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
since pkgsrc enforces the newest perl version anyway, so they
should always pick perl, but sometimes (pkg_add) don't due to the
design of the {,} syntax.
No effective change for the above reason.
Ok joerg
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
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!
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=...").
oked by bad
ChangeLog:
2.02 10 May, 2007
- bad format for periods of 10 seconds or longer (bug reported
by Daniel B. Boorstein)
2.01 9 Apr, 2007
- release as stable version
- use modern package layout
- some docs improvements
- add pods test
2.00_04 10 Sep 2005
- reorder some perl sentences to improve accuracy.
2.00_03 28 Oct 2004
- require only perl 5.6 (reported by Alex Kapranoff)
2.00_02 2 Nov 2003
- do not monitor sb entries
- test updated for no subs
2.00_01 1 Nov 2003
- use lexicals and our vars
- require perl 5.8.0 or newer
Changes since 0.9:
1.15 1 Nov 2003
- call subs on the right context (void/scalar/array)
1.14 31 Oct 2003
- time function from Time::HiRes was not being used!
- suppress warning messages
1.13 31 Oct 2003
- support for SMALLPROF_CONFIG
- add grep-mode output
- eliminate DB::sub overhead under perl 5.8.0 or
newer (feature commented out)
1.12 31 Oct 2003
- Compensate DB::dub overhead (patch by Chris Sander)
- README changed to follow current uses
1.11 19 May 2003
- version number bumped to 1.xx because 0.9 > 0.10
0.10 19 May 2003
- Fixed to work under perl 5.8.0
- test file names changed to be more Windows friendly
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").
binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.
addresses PR pkg/28619 from H. Todd Fujinaka.
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.
Changes since 0.5:
0.9 8 Aug 2000
- Fixed up test suite to work under 5.6.0.
0.8 26 Jul 2000
- Made SmallProf -w-clean (at least so far as I can tell :-)
0.7 28 Jul 1999
- Some cleanup on sub profiling and locales
- fixed up and added some tests
0.6 11 Jul 1999
- Cleanup on part4.t and part1.t (Thanks!)
- Removed special Win32 support as Time::HiRes now works on Win32
- Fixed a bug in sub sub where $1 and $2 were getting clobbered.
- Increased size of execution count column
- Added CPU times
ones to do, and each compiled and installed/de-installed apparently
correctly.
As a side effect of the dynamic PLIST, we no longer need to have separate
-static and -shared PLISTs. It's now easier than ever to make a perl5
package for NetBSD :)