Commit graph

53 commits

Author SHA1 Message Date
jlam
be886d1dec Define libglade-buildlink. Fixes pkg/18230 by Julio Merino. 2002-09-09 08:08:11 +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
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +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
32a297df0e s/BUILDLINK_CPPFLAGS/CPPFLAGS/ as the former is for internal
bsd.buildlink.mk use only.  Pointed out in private mail by Johnny C. Lam.
2001-10-09 12:30:23 +00:00
rh
7f74d5499e Remove superfluous blank line. 2001-10-06 11:47:31 +00:00
tron
c0c3185c44 Backout last change. The problem is caused by faulty logic in
"pkgsrc/mk/bsd.buildlink.mk"
2001-10-05 21:15:10 +00:00
tron
d98d6b65f4 Create a softlink "glade" pointing to "libglade-1.0/glade" to avoid build
problems in programs which don't use "libglade-config" properly like
e.g. "guppi".
2001-10-05 18:14:56 +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
dfb2d5edc6 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 00:44:09 +00:00
agc
d7d36b3561 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:57:56 +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
agc
9c2d582fc9 The way that shared objects were handled in the PLISTs and bsd.pkg.mk was
out of date - it was based on a.out OBJECT_FMT, and added entries in the
generated PLISTs to reflect the symlinks that ELF packages uses. It also
tried to be clever, and removed and recreated any symbolic links that were
created, which has resulted in some fun, especially with packages which
use dlopen(3) to load modules. Some recent changes to our ld.so to bring
it more into line with other Operating Systems also exposed some cracks.

+ Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain
the ELF symlinks.
+ Don't mess about with file system entries when handling shared objects in
bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will
have got it right, and have a much better idea than we do.
+ Modify PLISTs to contain "ELF symlinks"
+ On a.out platforms, delete any "ELF symlinks" from the generated PLISTs
+ On ELF platforms, no extra processing needs to be done in bsd.pkg.mk
+ Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on
a.out platforms
+ Update the documentation in Packages.txt

With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-04 15:10:17 +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
rh
ce960c6217 Disable broken bonobo support. Fixes PR 11099 by Brian Stark
<bstark@uswest.net>
2000-09-29 06:37:37 +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
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +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
agc
6acac8b70f For the third time, add a dependency on esound, so that this package will
link properly.
1999-10-28 10:22:28 +00:00
agc
606e5ab825 Mark packages as broken, where necessary. 1999-10-27 17:14:01 +00:00
tron
117100c50c "esound" package is already required by "gnome-libs" package. So move the
dependence there.
1999-10-27 11:05:19 +00:00
tron
8e90d81d05 Use wildcard dependences for "gnome-libs" and "gnome-core" packages. 1999-10-23 11:08:54 +00:00
hubertf
8d797fe4db it seems this wants to link against libesd - add dependency 1999-10-22 15:48:46 +00:00
jlam
d27abc9f7c * Remove unnecessary dependencies on mawk and esound.
* Add dependency on gettext (uses libintl.a)
* Remove unneeded declaration of LDFLAGS
1999-10-10 18:24:43 +00:00
rh
ecb0fec305 Update libglade to 0.7
Notable changes include:
        - Fixed a bug where libglade would seg fault when you tried to load
          a file that did not exist or was not a valid XML file.  This bug
          was found by Michael Meeks.
        - Fixed segfault when adding normal buttons to a GnomeDialog's
          action area.  This fixes bug #2323.
        - libglade now honours the has_focus and has_default flags for
          widgets.
        - The correct default for can_focus (false) is now used.  This
          was found by Miguel.  It should prevent the segfaults caused by
          infinite recursion some people were seeing.
        - Placeholders are removed from the interface as it gets parsed.
          The warnings were not really very useful, and there are times
          when you want to leave some spaces blank (such as in tables).
        - Fixed bug with setting accelerators that have no modifiers.  This
          one was found by Paul Clifford.
1999-10-10 15:28:00 +00:00
rh
269a46c528 Update libglade to 0.5
Changes include:
        * glade/glade-gnome.c (propbox_build_children): added similar
        behaviour here.

        * glade/glade-gtk.c (notebook_build_children): added underline
        accelerator support for notebook tabs.  You can switch between
        pages of the notebook by using the underline accelerator on the
        page's tab.

        * glade/glade-gnome.c (button_build_children): same function here
        for gnome support.

        * glade/glade-gtk.c (button_build_children): new function for
        building button children.  It also adds an accelerator for the
        clicked signal if appropriate.

        * glade/glade-xml.c (glade_xml_set_common_params): check to see if
        any label underline accelerators have to be attached.

        * glade/glade-private.h (GladeXMLPrivate): added new fields for
        label underline accelerators.

        * glade/glade-build.h: added prototypes for the new functions.

        * glade/glade-xml.c (glade_xml_handle_label_accel): handle label
        underline accelerators.
        (glade_xml_get_parent_accel): routine for getting underline
        accelerators directed at the parent widget.

        * glade/glade-gtk.c (label_new): extract the underline accelerator
        from the label.

        * glade/glade-gnome.c (propbox_new): set up the property box to use
        a new accel group.

        * glade/glade-xml.c (glade_get_adjustment): accept the adjustment
        element names from glade 0.5.2 and pre 0.5.2.

        * glade/glade-xml.c (glade_xml_new_from_memory): added new function
        to create a GladeXML object from a in memory buffer.

        * po/POTFILES.in: removed all the entries someone added here to
        discourage people from translating this module.  None of the installed
        components need translation.

        * glade/glade-sax.c (my_xmlSAXParseMemory):
        * glade/glade-sax.c (glade_widget_tree_parse_memory): added an function
        to create a GladeWidgetTree from a string.

        * glade/glade-gtk.c (layout_new): added support for GtkLayout.

        * glade/glade-gnome.c (iconlist_new): added support for GnomeIconList.
        (iconsel_new): support for GnomeIconSelection.
        (druid*): added support for GnomeDruid, GnomeDruidPageStart,
        GnomeDruidPageFinish, GnomeDruidPageStandard.
        (pixmap_new): added support for GnomePixmap.
        (propbox_new): added support for GnomePropertyBox.

        * glade/glade-build.h: changed declaration of GladeWidgetBuildData
        structure so it does not cause problems for newer gtk-doc's.

        * doc/Makefile.am (scan): fixed up target so that libtool works
        correctly even if it does not recognise the C compiler name (there
        were problems with CC=egcs).

        * glade/glade-xml.c: save a reference to the GladeWidgetTree
        structure, and unref it when the GladeXML structure is destroyed.
        This is so it does not get destroyed if it gets purged from the
        cache.

        * glade/glade-private.h: added the GladeWidgetTree to the private
        structure.

        * glade/glade-tree.c (glade_tree_get): check mtime on file to see
        if tree needs to be read in again.

        * glade/glade-sax.c: added implementations of reference counting
        routines, and save modification time of the file in the structure.

        * glade/glade-widget-tree.h: added an mtime field to GladeWidgetTree
        and added reference counting.

        * po/da.po: added danish file
1999-09-08 16:10:24 +00:00
tron
6cac75938e Remove obsolete "@dirrm" for "share/gnome/html/libglade". 1999-09-06 21:05:52 +00:00
rh
7701bf4e50 Fix missing dependency on "esound-0.2.8" as pointed out in private mail by
hubertf, thx!
1999-09-06 20:29:24 +00:00
rh
6cfdcecda9 Update dependency on libxml to version 1.6.1 1999-09-03 07:20:34 +00:00
rh
0213afdc72 Update dependency on gnome-libs-1.0.14 1999-08-29 12:48:23 +00:00
tron
c4bd9495e1 Use standard GNOME master site list. 1999-08-27 20:50:50 +00:00