summaryrefslogtreecommitdiff
path: root/x11/gnome-core/patches
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-10-23 11:01:43 +0000
committertron <tron@pkgsrc.org>1999-10-23 11:01:43 +0000
commitfbb688c7beb064ccd1acba03a8fe664303dc83ae (patch)
tree63e6b66431fee17ce24bde50f368efe116c7f550 /x11/gnome-core/patches
parent8d793f2b8f8806419a052e86d231cc5c7eaae691 (diff)
downloadpkgsrc-fbb688c7beb064ccd1acba03a8fe664303dc83ae.tar.gz
Update "gnome-core" package to version 1.0.53 included in GNOME 1.0.53
release.
Diffstat (limited to 'x11/gnome-core/patches')
-rw-r--r--x11/gnome-core/patches/patch-aa30
-rw-r--r--x11/gnome-core/patches/patch-ab28
-rw-r--r--x11/gnome-core/patches/patch-ac38
-rw-r--r--x11/gnome-core/patches/patch-ad16
-rw-r--r--x11/gnome-core/patches/patch-ae10
5 files changed, 37 insertions, 85 deletions
diff --git a/x11/gnome-core/patches/patch-aa b/x11/gnome-core/patches/patch-aa
index 3c26e3894c4..ef9aaaac2c1 100644
--- a/x11/gnome-core/patches/patch-aa
+++ b/x11/gnome-core/patches/patch-aa
@@ -1,20 +1,30 @@
-$NetBSD: patch-aa,v 1.4 1999/08/29 12:42:57 rh Exp $
+$NetBSD: patch-aa,v 1.5 1999/10/23 11:01:44 tron Exp $
---- configure.orig Tue Jul 20 00:59:19 1999
-+++ configure Sun Aug 29 13:16:08 1999
-@@ -2351,6 +2351,7 @@
- ac_tool_prefix=
+--- configure.orig Wed Oct 6 08:52:20 1999
++++ configure Sat Oct 23 11:52:52 1999
+@@ -2139,6 +2139,7 @@
fi
+
+if false; then
+ # Check for any special flags to pass to ltconfig.
+ #
+ # the following will cause an existing older ltconfig to fail, so
+@@ -2297,6 +2298,7 @@
+
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-
-@@ -2583,6 +2584,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.
+@@ -6660,6 +6662,9 @@
+ s%@CATALOGS@%$CATALOGS%g
+ s%@CATOBJEXT@%$CATOBJEXT%g
+ s%@DATADIRNAME@%$DATADIRNAME%g
++s%@ESD_CFLAGS@%$ESD_CFLAGS%g
++s%@ESD_CONFIG@%$ESD_CONFIG%g
++s%@ESD_LIBS@%$ESD_LIBS%g
+ s%@GMOFILES@%$GMOFILES%g
+ s%@INSTOBJEXT@%$INSTOBJEXT%g
+ s%@INTLDEPS@%$INTLDEPS%g
diff --git a/x11/gnome-core/patches/patch-ab b/x11/gnome-core/patches/patch-ab
index af1136aa38b..ab1dd18571b 100644
--- a/x11/gnome-core/patches/patch-ab
+++ b/x11/gnome-core/patches/patch-ab
@@ -1,16 +1,22 @@
-$NetBSD: patch-ab,v 1.2 1999/03/16 22:29:11 tron Exp $
+$NetBSD: patch-ab,v 1.3 1999/10/23 11:01:44 tron Exp $
---- applets/modemlights/modemlights.h.orig Fri Mar 12 03:50:10 1999
-+++ applets/modemlights/modemlights.h Tue Mar 16 19:25:48 1999
-@@ -25,6 +25,11 @@
+--- applets/modemlights/modemlights.h.orig Tue Aug 24 21:41:17 1999
++++ applets/modemlights/modemlights.h Sat Oct 23 12:30:25 1999
+@@ -14,6 +14,8 @@
+ #include <time.h>
+ #include <net/if.h>
- #include <net/ppp_defs.h>
-
-+#ifdef __NetBSD__
-+# include <net/if_pppvar.h>
-+# include <net/if_ppp.h>
-+#endif /* __NetBSD__ */
++#include <net/ppp_defs.h>
+
+ #if defined(__OpenBSD__) || defined(__NetBSD__)
+ # include <net/bpf.h>
+ # include <net/if_pppvar.h>
+@@ -23,8 +25,6 @@
+ #ifdef __FreeBSD__
+ # include <net/if_ppp.h>
+ #endif /* __FreeBSD__ */
+-
+-#include <net/ppp_defs.h>
+
#include <gnome.h>
#include <applet-widget.h>
-
diff --git a/x11/gnome-core/patches/patch-ac b/x11/gnome-core/patches/patch-ac
deleted file mode 100644
index 241fc8feb9d..00000000000
--- a/x11/gnome-core/patches/patch-ac
+++ /dev/null
@@ -1,38 +0,0 @@
-$NetBSD: patch-ac,v 1.5 1999/03/08 16:40:57 tron Exp $
-
---- applets/modemlights/modemlights.c.orig Mon Feb 8 17:20:52 1999
-+++ applets/modemlights/modemlights.c Mon Mar 8 15:23:45 1999
-@@ -32,7 +32,7 @@
- #include <errno.h>
- #include <ctype.h>
-
--#ifdef __OpenBSD__
-+#if defined(__OpenBSD__) || defined(__NetBSD__)
- #include <net/if_ppp.h>
- #endif
-
-@@ -249,13 +249,13 @@
- struct ppp_stats stats;
-
- memset(&ifreq, 0, sizeof(ifreq));
--#if defined(__FreeBSD__) || defined(__OpenBSD__)
-+#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
- strncpy(ifreq.ifr_name, device_name, IFNAMSIZ);
- #else
- strncpy(ifreq.ifr_ifrn.ifrn_name, device_name, IFNAMSIZ);
- #endif /* FreeBSD or OpenBSD */
- ifreq.ifr_ifru.ifru_data = (caddr_t)&stats;
--#if defined(__FreeBSD__) || defined(__OpenBSD__)
-+#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
- if ((ioctl(ip_socket,SIOCGPPPSTATS,(caddr_t)&ifreq) < 0))
- #else
- #ifdef SIOCDEVPRIVATE
-@@ -264,7 +264,7 @@
- *in = *out = 0;
- return FALSE;
- #endif
--#endif /* FreeBSD or OpenBSD */
-+#endif /* FreeBSD or NetBSD or OpenBSD */
- {
- /* failure means ppp is not up */
- *in = *out = 0;
diff --git a/x11/gnome-core/patches/patch-ad b/x11/gnome-core/patches/patch-ad
deleted file mode 100644
index 049d2b21e39..00000000000
--- a/x11/gnome-core/patches/patch-ad
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ad,v 1.1 1999/03/08 16:40:58 tron Exp $
-
---- applets/jbc/jbc-applet.c.orig Wed Feb 24 15:30:35 1999
-+++ applets/jbc/jbc-applet.c Mon Mar 8 14:43:44 1999
-@@ -67,7 +67,11 @@
- do_flicker ()
- {
- thetime = time (NULL);
-+#if defined(__NetBSD__) && __NetBSD_Version__ < 103010000
-+ atime = *localtime (&thetime);
-+#else
- localtime_r (&thetime, &atime);
-+#endif
-
- d[0] = atime.tm_hour / 10;
- d[1] = atime.tm_hour % 10;
diff --git a/x11/gnome-core/patches/patch-ae b/x11/gnome-core/patches/patch-ae
deleted file mode 100644
index 775fd81cd60..00000000000
--- a/x11/gnome-core/patches/patch-ae
+++ /dev/null
@@ -1,10 +0,0 @@
-$NetBSD: patch-ae,v 1.1 1999/05/13 23:59:34 tron Exp $
-
---- gsm/gnome-wm.orig Tue Mar 23 23:03:46 1999
-+++ gsm/gnome-wm Fri May 14 01:49:52 1999
-@@ -1,4 +1,4 @@
--#!/bin/bash
-+#!/bin/sh
-
- # The user can specify his prefered WM by setting the WINDOW_MANAGER
- # environment variable.