Commit graph

13 commits

Author SHA1 Message Date
adam
f2ab326ee0 Revision bump after updating perl to 5.14.1 2011-08-09 07:36:34 +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
abs
076f9e930c Remove:
BUILDLINK_DEPMETHOD.${foo}?=       build

As these need to be included in the runtime dependencies. Now p5-signatures
works
2009-10-19 10:14:52 +00:00
sno
192e730639 pkgsrc changes:
- Updating package for p5 module B::Hooks::OP::Check from 0.17 to 0.18
  - Setting license to ${PERL5_LICENSE} and adjusting dependency to
    ExtUtils::Depends

Upstream changes:
0.18  Mon, 06 Jul 2009 14:39:25 +0200
  * Require ExtUtils::Depends 0.302, which fixes linking problems on strawberry
    perl.
2009-07-08 08:03:57 +00:00
sno
9f26512aa5 PkgSrc changes:
- Updating package for p5 module B::Hooks::OP::Check to 0.17

Upstream changes:
0.17  Sun, 19 Apr 2009 10:06:40 +0200
  * Put the actual repository url in META.yml. D'OH!

0.16  Sun, 19 Apr 2009 09:53:09 +0200
  * Explicitly declare testing dependency on Test::More (Closes RT#45133).
  * Specify bugtracker and repository urls in META.yml.
  * Upgrade ppport.h from 3.14_02 to 3.17.
2009-04-22 08:39:37 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
he
5dd69bcc20 Updated from version 0.12nb3 to 0.15.
Pkgsrc changes:
 o Added dependency on p5-parent

Upstream changes:

0.15  Tue, 11 Nov 2008 18:21:05 +0100
  * Require perl 5.8.1.

0.14  Sun, 09 Nov 2008 22:22:15 +0100
  * Tell MakeMaker which symbols we'd like to export. Hopefully this will make
    linking against us work on Win32.

0.13  Sun, 09 Nov 2008 03:36:27 +0100
  * Try to not dereference NULL.
2008-11-16 23:18:46 +00:00
abs
7a1a61ce0b Fix install with USE_DESTDIR - bump pkgrevision 2008-11-03 13:49:02 +00:00
he
62647cbf60 Update from version 0.12nb1 to 0.12nb2.
Pkgsrc changes:
 o Add a buildlink3.mk file so that the cc wrapper of client packages
   can get access to the header file installed by this package.
2008-11-02 23:30:34 +00:00
he
da27f46fdb Update from version 0.12 to 0.12nb1.
Pkgsrc change:
 o Install include/hook_op_check.h outside of the perl mechanics,
   so other packages which need this header can more easily find it.
2008-11-02 23:09:38 +00:00
he
49058609ec My, my, missed updating HOMEPAGE as well. 2008-11-02 22:10:04 +00:00
he
ed657ba322 Uhm, add an overlooked BUILD_DEPENDS. No bump since this was just
added a minute ago.
2008-11-02 22:07:26 +00:00
he
7d2a984af1 Import p5-B-Hooks-OP-Check version 0.12.
This module provides a c api for XS modules to hook into the
callbacks of PL_check.

ExtUtils::Depends is used to export all functions for other XS
modules to use.
2008-11-02 22:03:54 +00:00