Up to [cvs.NetBSD.org] / pkgsrc / devel / libglade2
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Rename libglade2 to libglade to match the upstream name.
Change the format of BUILDLINK_ORDER to contain depth information as well, and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
Track information in a new variable BUILDLINK_ORDER that informs us of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.
Aligned the last line of the buildlink3.mk files with the first line, so that they look nicer.
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).
Recursive revision bump / recommended bump for gettext ABI change.
Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because of the shlib major bump. PKGREVISION++ for the dependencies.
Revert back BUILDLINK_RECOMMENDED to previous setting. Probably I was using the packages made when using IGNORE_RECOMMENDED=YES after the big libtool bump.
Bump PKGREVISION and also bump the BUILDLINK_RECOMMENDED.libglade2 to latest, because it was never bumped before when one of its NEEDED shared libraries was upgraded.
Add a BUILDLINK_RECOMMENDED.libglade2 for at least 2.3.6nb1. The BUILD_DEPENDS dates back to September and so libglade shared libraries from then need old (no longer existing) libxml, pango, and gtk2 libraries. I noticed this when installing packages on a machine that already had the (what it thought was) correct dependencies.
Handle the lib/libglade and lib/libglade/2.0 directories properly during print-PLIST.
Update to 2.3.6: libglade-2.3.6: 10-March-2004 - Implement support GtkComboBoxEntry, GtkToolItem, GtkToolButton, GtkToggleToolButton, GtkRadioToolButton & GtkSeparatorToolItem (Damon Chaplin) - Fix automake warning (Steve Chaplin) - Add libglade version number to the docs (Matthias Clasen) - Fix usage of C++ keyword as an argument name (Bas Driessen) - Allow additional signal parameter for glademm (Christof Petig) - Support tooltips in toolbars (Michael Voigt) libglade-2.3.2: 15-January-2004 - Support disambiguating msgids by prefixing them with a context string. (Christian Stimming, Matthias Clasen) libglade-2.3.1: 14-November-2003 - Register GtkColorButton, GtkComboBox, GtkFileChooser and GtkFontButton types (Jonathan Blandford) - Implemement support for GtkExpander (Mark McLoughlin) - Fix memory leak and incorrect colour map usage (Morten Welinder) - Win32 build support (Tor Lillqvist, Masahiro Sakai) - Build fixes (James Henstridge, Michael Meeks)
Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
Reorder location and setting of BUILDLINK_PACKAGES to match template buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
bl3ify