2006-05-01 15:52:55 by Roland Illig | Files touched by this commit (2) |
Log message:
Fixed some pkglint warnings.
|
2006-04-06 08:23:06 by Jeremy C. Reed | Files touched by this commit (1147) |
Log message:
Over 1200 files touched but no revisions bumped :)
RECOMMENDED is removed. It becomes ABI_DEPENDS.
BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.
BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.
BUILDLINK_DEPENDS does not change.
IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".
Added to obsolete.mk checking for IGNORE_RECOMMENDED.
I did not manually go through and fix any aesthetic tab/spacing issues.
I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.
I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.
As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.
As discussed on tech-pkg.
I will commit to revbump, pkglint, pkg_install, createbuildlink separately.
Note that if you use wip, it will fail! I will commit to pkgsrc-wip
later (within day).
|
2006-02-07 18:59:56 by Jaromir Dolecek | Files touched by this commit (1) |
Log message:
add fix for the (broken?) PDO configure checks
|
2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082) |
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
|
2005-12-03 18:24:28 by Jaromir Dolecek | Files touched by this commit (14) |
Log message:
Update the PHP PDO to latest available PECL versions (1.0/1.0.1/1.0.2).
Changes are bugfixes mostly.
Also rework php-pdo/module.mk somewhat, so that the base php-pdo package
can use it too.
|
2005-10-10 16:29:05 by Todd Vierling | Files touched by this commit (1) |
Log message:
${ECHO} and ${TR}.
|
2005-10-10 16:12:05 by Todd Vierling | Files touched by this commit (1) |
Log message:
There's no such thing as :t* in the bootstrap bmake. Use a tr expression.
|
2005-10-09 15:13:55 by Jaromir Dolecek | Files touched by this commit (1) |
Log message:
do not set PKGREVISION here
|
2005-10-09 15:11:18 by Jaromir Dolecek | Files touched by this commit (21) | |
Log message:
Add PDO (PHP Data Objects) extensions. These implement unified,
object-oriented interface to various databases. PDO comes bundled
with upcoming PHP 5.1, but can also be used with PHP 5.0 via PECL.
|