summaryrefslogtreecommitdiff
path: root/x11/gnome-libs/patches
diff options
context:
space:
mode:
authorrh <rh>1999-08-29 12:37:03 +0000
committerrh <rh>1999-08-29 12:37:03 +0000
commit982cd77c464089e61b71b5147c7e6c907f1bf822 (patch)
treedf0e9153d14adb97f444927fb7b282c689a2f4b5 /x11/gnome-libs/patches
parent36b9e2d56cba2b1abdabb74aaa41a78207939379 (diff)
downloadpkgsrc-982cd77c464089e61b71b5147c7e6c907f1bf822.tar.gz
Update gnome-libs to 1.0.14
Changes include: * various bug fixes from the gnome bug database. * gnome-libs.spec.in: Use sysconfdir=/etc instead of $prefix/etc * libgnome/gnome-config.c: Ignore lines that begin with a '#' * libgnomeui/gnome-dentry-edit.c: Attempt to remove the memory leak from not destroy the icon entry window. * libgnomeui/gnome-scores.c: use strftime() to allow showing the dates in a localized way. * libgnomeui/gnome-app-helper.c: changed "Create _New Window" to "Create New _Window" to avoid conflicts with menus that also use "_New" (it is the case of gmc) * po/*.po: modified to reflect that change * libgnorba/orbitgtk.c (gnorba_CORBA_init): Add new flag to control the priority of the CORBA loop. * idl/gnome-factory.idl: #include guard. * gnome-data/gnome.mime: Midi files also end in .mid * idl/desktop-textviewer.idl: Replace libgnorba/GnomeObject.h with libgnorba/gnome-unknown.h. Also, #include gnome-unknown.idl instead of GnomeObject.idl. * idl/desktop-textviewer.idl: Reflect latest GNOME::obj to GNOME::Unknown renaming. * gnome-bug.in (CATEGORIES): added 'gnome-applets' category * libgnorba/Makefile.am (gnome_object_built): Added gnome-unknown to the compilation process. * idl/Makefile.am (idl_DATA): Added gnome-unknown interface. * Removed the hypot() hack. * gnome-data/*.soundlist: Added Portuguese translations. * libgnorba/goad.c (goad_server_register): If `name' is passed in as NULL, an object keeps from registering in the name service, although it still exposes its IOR as before. If `name' isn't NULL but `kind' is NULL, `kind' is set to "server", and the object is placed in the naming service. * idl/GnomeObject.idl: Removed `oneway' from ref and unref; when such network optimizations are necessary, they should be done by caching the refcount in the client.
Diffstat (limited to 'x11/gnome-libs/patches')
-rw-r--r--x11/gnome-libs/patches/patch-aa24
-rw-r--r--x11/gnome-libs/patches/patch-ah16
2 files changed, 14 insertions, 26 deletions
diff --git a/x11/gnome-libs/patches/patch-aa b/x11/gnome-libs/patches/patch-aa
index 52eddc02f78..1a3ab3f33a3 100644
--- a/x11/gnome-libs/patches/patch-aa
+++ b/x11/gnome-libs/patches/patch-aa
@@ -1,24 +1,18 @@
-$NetBSD: patch-aa,v 1.5 1999/05/01 17:31:04 tron Exp $
+$NetBSD: patch-aa,v 1.6 1999/08/29 12:37:04 rh Exp $
---- configure.orig Sat Apr 10 02:29:31 1999
-+++ configure Sat May 1 19:06:55 1999
-@@ -2079,6 +2079,7 @@
- fi
+--- configure.orig Fri Aug 20 21:45:13 1999
++++ configure Sun Aug 29 12:56:36 1999
+@@ -2373,7 +2373,9 @@
+ LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
# Always use our own libtool.
+if false; then
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-
- # Check for any special flags to pass to ltconfig.
-@@ -2310,6 +2311,7 @@
- ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
- $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
- || { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
+fi
# Redirect the config.log output again, so that the ltconfig log is not
# clobbered by the next message.
-@@ -5589,7 +5591,7 @@
+@@ -5653,7 +5655,7 @@
# AM_GNOME_GETTEXT above substs $DATADIRNAME
# this is the directory where the *.{mo,gmo} files are installed
@@ -27,7 +21,7 @@ $NetBSD: patch-aa,v 1.5 1999/05/01 17:31:04 tron Exp $
echo $ac_n "checking for main in -lm""... $ac_c" 1>&6
-@@ -10858,7 +10860,7 @@
+@@ -10310,7 +10312,7 @@
GTKXMHTML_LIBS="-lgtkxmhtml $LIBGTKXMHTML_LIBS"
ZVT_LIBS="-lzvt $UTIL_LIBS $GTK_LIBS"
@@ -36,7 +30,7 @@ $NetBSD: patch-aa,v 1.5 1999/05/01 17:31:04 tron Exp $
GNOME_INCLUDEDIR='-I${includedir} -DNEED_GNOMESUPPORT_H -I${pkglibdir}/include'
GNOME_IDLDIR='-I${datadir}/idl'
-@@ -11435,10 +11437,10 @@
+@@ -10903,10 +10905,10 @@
top_srcdir="$ac_dots$ac_given_srcdir" ;;
esac
@@ -51,7 +45,7 @@ $NetBSD: patch-aa,v 1.5 1999/05/01 17:31:04 tron Exp $
echo creating "$ac_file"
rm -f "$ac_file"
-@@ -11708,10 +11710,10 @@
+@@ -11176,10 +11178,10 @@
*) # Relative path.
ac_sub_cache_file="$ac_dots$cache_file" ;;
esac
diff --git a/x11/gnome-libs/patches/patch-ah b/x11/gnome-libs/patches/patch-ah
index ef135b5b8b7..a2d89bb5f64 100644
--- a/x11/gnome-libs/patches/patch-ah
+++ b/x11/gnome-libs/patches/patch-ah
@@ -1,19 +1,13 @@
-$NetBSD: patch-ah,v 1.1 1998/12/29 17:53:11 tron Exp $
+$NetBSD: patch-ah,v 1.2 1999/08/29 12:37:04 rh Exp $
---- libart_lgpl/configure.orig Wed Dec 16 10:52:25 1998
-+++ libart_lgpl/configure Tue Dec 29 18:00:46 1998
-@@ -1272,6 +1272,7 @@
- fi
+--- libart_lgpl/configure.orig Fri Aug 20 21:45:16 1999
++++ libart_lgpl/configure Sun Aug 29 12:58:28 1999
+@@ -1922,7 +1922,9 @@
+ LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
# Always use our own libtool.
+if false; then
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-
- # Check for any special flags to pass to ltconfig.
-@@ -1316,6 +1317,7 @@
- ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
- $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
- || { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
+fi
# Redirect the config.log output again, so that the ltconfig log is not