diff options
author | ade <ade@FreeBSD.org> | 2000-01-14 20:51:19 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-01-14 20:51:19 +0000 |
commit | 30f0e32fa3dcda36fe8c67eb2c4ab16e98bd1840 (patch) | |
tree | 585dab49e8857fb50ef917bd25a643e9eafd5ca7 /x11/gnome-libs/files | |
parent | 04206e9eabae9c0841b261dced679f91d4b2c043 (diff) | |
download | FreeBSD-ports-30f0e32fa3dcda36fe8c67eb2c4ab16e98bd1840.zip FreeBSD-ports-30f0e32fa3dcda36fe8c67eb2c4ab16e98bd1840.tar.gz |
Update to 1.0.55
Diffstat (limited to 'x11/gnome-libs/files')
-rw-r--r-- | x11/gnome-libs/files/patch-ac | 20 | ||||
-rw-r--r-- | x11/gnome-libs/files/patch-bj | 20 |
2 files changed, 12 insertions, 28 deletions
diff --git a/x11/gnome-libs/files/patch-ac b/x11/gnome-libs/files/patch-ac index 5663f23..ae93b10 100644 --- a/x11/gnome-libs/files/patch-ac +++ b/x11/gnome-libs/files/patch-ac @@ -1,26 +1,26 @@ ---- gnome-config.in.orig Sat Sep 11 03:25:18 1999 -+++ gnome-config.in Mon Oct 18 11:43:01 1999 +--- gnome-config.in.orig Thu Jan 13 13:36:11 2000 ++++ gnome-config.in Thu Jan 13 13:42:44 2000 @@ -19,7 +19,7 @@ pkglibdir=${libdir}/@PACKAGE@ pkgincludedir=${includedir}/@PACKAGE@ MODULE_VERSION=@PACKAGE@-@VERSION@ -module_dirs="$libdir" -+module_dirs="$sysconfdir" ++module_dirs="$sysconfdir:/usr/local/etc" # stolen from autoconf if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then -@@ -65,18 +65,18 @@ +@@ -65,20 +65,21 @@ Known values for LIBRARY are: - glib (calls glib-config) -+ glib (calls GLIB_CONFIG) ++ glib (calls glib12-config) idl (to be used with orbit-idl) gnome gnomeui gnorba - gtk (calls gtk-config) -+ gtk (calls GTK_CONFIG) ++ gtk (calls gtk12-config) gtkxmhtml (only --libs) zvt (only --libs) @@ -28,10 +28,14 @@ - ${libdir}/<LIBRARY>Conf.sh + ${sysconfdir}/<LIBRARY>Conf.sh ++and /usr/local/etc/<LIBRARY>Conf.sh - is looked in for the necessary information. Those currently installed +-is looked in for the necessary information. Those currently installed ++are looked in for the necessary information. Those currently installed appear to be: -@@ -161,19 +161,19 @@ + + EOF +@@ -161,19 +162,19 @@ usage 1 ;; glib) diff --git a/x11/gnome-libs/files/patch-bj b/x11/gnome-libs/files/patch-bj deleted file mode 100644 index 79eab15..0000000 --- a/x11/gnome-libs/files/patch-bj +++ /dev/null @@ -1,20 +0,0 @@ ---- libgnomeui/gnome-about.c.orig Mon Oct 25 13:34:06 1999 -+++ libgnomeui/gnome-about.c Mon Oct 25 13:58:13 1999 -@@ -1,6 +1,6 @@ - /* GNOME GUI Library - * Copyright (C) 1998 Cesar Miquel <miquel@df.uba.ar> -- * Based in gnome-about, copyright (C) 1998 Horacio J. Peņa -+ * Based in gnome-about, copyright (C) 1998 Horacio J. Pe$Bqa(B - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Library General Public -@@ -414,6 +414,9 @@ - /* FIXME: dirty hack, but it solves i18n problem without rewriting the - drawing code.. */ - style = gtk_style_ref (widget->style); -+ -+ /* For true i18n */ -+ gtk_widget_ensure_style(widget); - - gtk_widget_set_name (widget, "Title"); - gai->font_title = gdk_font_ref (widget->style->font); |