Commit graph

64 commits

Author SHA1 Message Date
wiz
b047f4e03d Rename libglade2 to libglade to match the upstream name. 2007-09-21 12:58:54 +00:00
wiz
197de82e9a Remove remaining gnome1-libs dependencies from pkgsrc. 2007-05-20 15:48:07 +00:00
joerg
d9d23137a0 Needs libSM for modular Xorg. 2007-01-09 13:28:19 +00:00
wiz
f5b8945cb9 Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:35:58 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
jlam
1cf9796f3c BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
2006-04-13 18:23:29 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
jmmv
835250351d Bump PKGREVISION due to security fixes in libxml (dependency adjusted to
1.8.17nb3).
2004-11-20 22:10:22 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
jlam
a582f259a8 bl3ify 2004-02-15 12:35:11 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
grant
52f1b46a37 remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does this
automatically now.
2004-02-14 00:54:44 +00:00
sekiya
507bca9d09 config.guess/config.sub override for mipseb. 2004-02-11 02:08:26 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
simonb
7bf4aa923f Include converters/libiconv/buildlink2.mk.
Sanity checked by Juan RP.
2003-09-18 04:01:17 +00:00
grant
dfba081206 s/gui/GUI/ 2003-08-10 03:15:28 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
dmcmahill
0dc0299303 make this build without requiring a running Xserver when gtk-doc is
installed.
2003-02-05 14:26:09 +00:00
rh
c2934c968e Track directory layout change at MASTER_SITE_GNOME.
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-10-19 10:54:42 +00:00
rh
b17b4384a8 Building requires a running X server. Add checkforx target required by
pre-build.  Fake X server if ${X11BASE}/bin/Xvfb is present.
Closes PR pkg/18417.
2002-10-05 04:10:03 +00:00
jlam
280ebd66cb We don't lie to GNU configure anymore about where headers and libraries
are actually installed.
2002-09-06 17:43:48 +00:00
wiz
1b5a2d1d37 Convert to buildlink2. 2002-09-06 12:09:08 +00:00
jlam
efb93b17bd Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.
2002-08-25 19:21:43 +00:00
wiz
49b8fc95af Solaris fix (needs databases/db) from Julien T. Letessier in pkg/17783. 2002-07-31 16:16:48 +00:00
jlam
21cc1f8169 * Strongly buildlinkify.
* Use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE so pkgsrc libtool is
  actually invoked.
* Make sure that *-config scripts are invoked as $*_CONFIG so that the
  wrappers can be used instead.
2002-04-09 23:05:42 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00
jlam
a4bc16d30c I am a triple idiot. The only relevant variable that x11.buildlink.mk
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use.  Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-24 22:10:43 +00:00
jlam
dff59f9ec3 x11.buildlink.mk needs to be included before any buildlink.mk files that
use X11_BUILDLINK_MK as a test value.  Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.
2001-10-23 13:14:43 +00:00
rh
96efa0984c Update libglade to 0.17 and while at it, buildlinkify. Changes include:
- use gtk_clist_set_column_title to set clist column titles
          when possible so that they get the alignment of the column.
        - Backport code that cleans up widget hash table in the
          GladeXML object on widget destruction.  This means that
          glade_xml_get_widget() should always return a valid widget
          or NULL.
        - Move headers to a a libglade-1.0/ subdirectory.  This is to
          allow parallel installation of stable and development
          versions of libglade.  Libraries depending on libglade will
          probably need to be rebuilt so that their *-config scripts
2001-10-04 19:20:05 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
wiz
d480fe70ce Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing empty
lines.
2001-04-02 20:06:11 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27 03:19:43 +00:00
mjl
fedd7d6bd1 Update to 0.16. Changes are bugfixes mostly. 2001-03-18 00:40:50 +00:00
wiz
94dc65fbec Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:38:16 +00:00
wiz
a4c20963c9 USE_LIBINTL and msgfmt are enough for this one, too, don't really need
gettext.
2000-11-30 00:37:48 +00:00
rh
63f121871f Update libglade to 0.14. Changes include:
- radio menu item support (from patch by Mitch Chapman)
        - make accelerators visible in GtkPixmapMenuitems.
        - Added a glade_set_custom_handler to allow better control
          over creation of `Custom' widgets.  This can be used by
          language bindings or other applications that want more
          control over custom widget handling.
        - add tearoff menu items to menus if gnome settings say that
          they should be shown.
        - a few other bug fixes.
2000-10-17 17:07:44 +00:00
jlam
d0d079e75e The gettext package gained a shared library. For all packages which
link against libintl.so, update the dependency on gettext to >=0.10.35nb1.
2000-07-31 04:14:04 +00:00
wiz
982ed2fe49 unify esound dependencies in gnome packages 2000-06-27 00:29:08 +00:00
rh
922dfba2ef Update libglade to 0.13. Changes include:
- improved bonobo support from Michael Meeks.
 - building documentation doesn't require an X connection now.
 - accelerators for widgets on notebook pages are now only active
   when the page is visible (Jon K Hellan).
 - memory leak fixes (Morten).
 - fixes for GtkHPaned/GtkVPaned.
 - handle progress bar attributes.
 - dock layout should save correctly now for GnomeApp widgets.
 - handle non stock menu icons in GNOME mode.
 - added glade_xml_get_widget_prefix() function to get all widgets
   whose names start with a certain prefix.
 - added glade_xml_signal_connect_data() function that connects a
   named signal and allows you to specify the data argument.  This
   is a simple wrapper around glade_xml_signal_connect_full.
2000-06-01 11:58:42 +00:00
wiz
c2ed57f5ee wildcarded esound dependencies 2000-02-06 03:34:48 +00:00
hubertf
3bbeeaa440 be consistent on which version to wildcard 2000-01-10 19:11:07 +00:00
wiz
cd058adf3e move comment to silence pkglint 2000-01-08 04:03:59 +00:00
rh
a3d022188b Update libglade to 0.11
Changes include:
    - remove patches/patch-aa thanks to LTCONFIG_OVERRIDE

 * libglade-0.11: 5-December-1999
    - fixed some more problems that would cause segfaults on some errors.
    - added support for GtkCalendar and GtkInputDialog.
    - added assertions to some functions to try to pick up more runtime
      errors.

 * libglade-0.9:  20-November-1999
    - don't crash when creating a GtkPixmap widget if the pixmap file
      couldn't be found, or the pixmap file was corrupt.
    - fixed bug with setting the window policy.  If you were using
      libglade-0.8 and found you could not resize windows correctly, then
      this bug should now be fixed.

 * libglade-0.8:  16-November-1999
    - fixed mem leak in the GtkLabel and GtkAccelLabel creation routines.
      Also recognise the wrap property of these widgets.
    - fixed the code for removing placeholders in the tree, so it actually
      works.
    - fixed the i18n stuff so it doesn't translate empty strings.
    - take notice of more of the settings on GnomeDruidPageStandard's.
    - don't depend on internal libxml structures.  This means that libxml
      1.7.2 or greater is required, but libglade will be less likely to
      break if Daniel changes the internal structures.
    - fixed recognition of GNOME_STOCK_PIXMAP_EXIT.
    - some justification fixes for some menu items.
    - correctly name GnomeDockItems
    - be more consistent with setting the properties of toplevel windows.
      Also added support for the modal and default_width/default_height
      properties.
    - test-libglade.c is now dual licenced under GPL and X style licence.
      This clears up any problems with creating a non GPL/LGPL'd
      application using test-libglade as a starting point.
2000-01-01 13:36:43 +00:00
rh
11de59120d defuzz 1999-11-15 18:47:56 +00:00
tron
53eaff9455 Remove "BROKEN" after dependence problem has been kludged. 1999-10-29 07:53:03 +00:00
agc
2fae251696 Annotate the esound pre-requisite. 1999-10-28 10:24:10 +00:00