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-03-30 23:09:01 by Julio M. Merino Vidal | Files touched by this commit (3) | |
Log message:
Update to 2.14.0:
libbonoboui 2.14.0
* Fix CORBA object leaks (Adriano Winter Bess)
* Fix bonobo-object-browser .desktop file
(Stephane Loeuillet and Vincent Untz
* Translation updates:
* Žygimantas BeruÄka (lt)
* Kjartan Maraas (nn)
* Subhransu Behera (or)
* MiÅu Moldovan (ro)
libbonoboui 2.13.1
* Fix leaks introduced by the GOption argument handling code
(Christian Perch)
* Sync with latest libgnome (Christian Persch) [#326846]
libbonoboui 2.13.0
* Add support for GOption argument parsing in libgnome (Pawel Sliwowski, chpe) \
[#307312]
* Don't use deprecated gnome_i18n_get_language_list (Gustavo J. A. M. Carneiro)
* Translation updates:
* Khandakar Mujahidul Islam (bn)
* Jordi Mallach (ca)
* Iñaki Larrañaga Murgoitio (eu)
* Roozbeh Pournader (fa)
* Christophe Merlet (RedFox) (fr)
* Mohammad DAMT (id)
* Alessio Frusciante (it)
* Changwoo Ryu (ko)
* Erdal Ronahi (ku)
* Žygimantas BeruÄka (lt)
* Tino Meinen (nl)
* Afonso Celso Medina (pt_BR)
* Leonid Kanter (ru)
* Christian Rose (sv)
* Baris Cicek (tr)
* Clytie Siddall (vi)
|
2006-03-06 01:18:27 by Thomas Klausner | Files touched by this commit (214) | |
Log message:
Belatedly bump PKGREVISION for all libtasn1 dependencies, since
libtasn1 had a shlib major bump.
Also update dependencies in bl3.mk files.
Addresses PR 32998 by Robert Elz.
|
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.
|
2006-01-24 08:33:02 by Thomas Klausner | Files touched by this commit (1164) |
Log message:
Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
|
2005-12-31 13:32:49 by Thomas Klausner | Files touched by this commit (212) |
Log message:
Recursive PKGREVISION bump for gnutls shlib major bump.
Bump BUILDLINK_RECOMMENDED.
|
2005-08-21 13:25:24 by Julio M. Merino Vidal | Files touched by this commit (2) |
Log message:
Update to 2.10.1 (re-release of 2.10.0). Fixes the distribution tar.bz2
file (this package was broken before), and might be other things.
|
2005-08-10 22:56:30 by Johnny C. Lam | Files touched by this commit (339) |
Log message:
Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables. Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.
For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
|
2005-07-27 19:23:51 by Matthias Drochner | Files touched by this commit (3) | |
Log message:
update to 2.10.0
changes:
-minor bugfix
-translation updates
|
2005-07-21 18:30:01 by Thomas Klausner | Files touched by this commit (328) |
Log message:
Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
|