From 30f0e32fa3dcda36fe8c67eb2c4ab16e98bd1840 Mon Sep 17 00:00:00 2001 From: ade Date: Fri, 14 Jan 2000 20:51:19 +0000 Subject: Update to 1.0.55 --- x11/libgnome/Makefile | 6 +++--- x11/libgnome/distinfo | 2 +- x11/libgnome/files/patch-ac | 20 ++++++++++++-------- x11/libgnome/files/patch-bj | 20 -------------------- 4 files changed, 16 insertions(+), 32 deletions(-) delete mode 100644 x11/libgnome/files/patch-bj (limited to 'x11/libgnome') diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index 058f59f..1712017 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: gnomelibs -# Version required: 1.0.54 +# Version required: 1.0.55 # Date created: 17 June 1998 # Whom: Yukihiro Nakai # # $FreeBSD$ # -DISTNAME= gnome-libs-1.0.54 -PKGNAME= gnomelibs-1.0.54 +DISTNAME= gnome-libs-1.0.55 +PKGNAME= gnomelibs-1.0.55 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-libs diff --git a/x11/libgnome/distinfo b/x11/libgnome/distinfo index 5299b32..972f840 100644 --- a/x11/libgnome/distinfo +++ b/x11/libgnome/distinfo @@ -1 +1 @@ -MD5 (gnome-libs-1.0.54.tar.gz) = 5a1bab7b742974e98dd2c637225d3138 +MD5 (gnome-libs-1.0.55.tar.gz) = be8779341d598b4d5656b2383028b36c diff --git a/x11/libgnome/files/patch-ac b/x11/libgnome/files/patch-ac index 5663f23..ae93b10 100644 --- a/x11/libgnome/files/patch-ac +++ b/x11/libgnome/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}/Conf.sh + ${sysconfdir}/Conf.sh ++and /usr/local/etc/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/libgnome/files/patch-bj b/x11/libgnome/files/patch-bj deleted file mode 100644 index 79eab15..0000000 --- a/x11/libgnome/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 -- * 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); -- cgit v1.1