Commit graph

10 commits

Author SHA1 Message Date
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
reed
bba7bbd21b Revert back BUILDLINK_RECOMMENDED to previous setting.
Probably I was using the packages made when using IGNORE_RECOMMENDED=YES
after the big libtool bump.
2004-12-25 06:43:38 +00:00
reed
e55de9f0ad 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.
2004-12-24 08:04:26 +00:00
reed
d59acceaec 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.
2004-12-24 00:09:06 +00:00
jmmv
7c2abf1d76 Handle the lib/libglade and lib/libglade/2.0 directories properly during
print-PLIST.
2004-04-20 16:14:03 +00:00
jmmv
ed9518df0d 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)
2004-04-01 18:16:46 +00:00
jlam
7db11b582a 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.
2004-03-18 09:12:08 +00:00
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
xtraeme
83c0134322 bl3ify 2004-02-11 01:23:36 +00:00