diff options
author | wiz <wiz> | 2002-02-11 00:26:03 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-02-11 00:26:03 +0000 |
commit | bf147dd18bc217ca01b24ae8bbc4c350e64b989e (patch) | |
tree | 8cea969712c92aeebfaa28ac285877dc0bbd35bf /sysutils | |
parent | eae9b3af3ec86a672c5b8082472ea2f94c049117 (diff) | |
download | pkgsrc-bf147dd18bc217ca01b24ae8bbc4c350e64b989e.tar.gz |
Update to 0.11.19:
* Mouse bindings ignore all modifiers except shift, control and
alt at all times. Reported by Martin Uddén.
* Fixed sloppy pointer-to-int cast that gave warning on 64-bit
systems (Alphas). Reported by Jesse Perry.
* The Information command can now optionally display the output
of 'file' in its window. Suggested by Christian Richter. Do
note that this *requires* your 'file' command to support the
"-f - -n" option combo. See configure.in for details.
* If executing a child process fails, gentoo now sometimes shows
an error rather than just dying. This is an improvement.
* Added some more -W options to gcc, that scared out some sloppy
code that got fixed (even in widgets/). I like killing warnings.
* Updated About's copyright for the new year. Time flies. :)
* RenameSeq no longer opens its window if there's no selection.
* Should now compile on NetBSD, too. Thanks to Pehr Johansson for
the original patch.
* String input fields (created with '{Is}') can now be set to use
asterisks to hide entered text. To do this, add an asterisk in
the definition, after the label part, e.g.: '{Is:"Password"*}'.
* gentoo now supplies the window manager with a prettier icon,
and now also groups its windows, most of the time at least.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gentoo/Makefile | 4 | ||||
-rw-r--r-- | sysutils/gentoo/distinfo | 12 | ||||
-rw-r--r-- | sysutils/gentoo/patches/patch-aa | 13 | ||||
-rw-r--r-- | sysutils/gentoo/patches/patch-ab | 13 | ||||
-rw-r--r-- | sysutils/gentoo/patches/patch-ac | 31 | ||||
-rw-r--r-- | sysutils/gentoo/patches/patch-ad | 13 | ||||
-rw-r--r-- | sysutils/gentoo/patches/patch-ae | 6 |
7 files changed, 9 insertions, 83 deletions
diff --git a/sysutils/gentoo/Makefile b/sysutils/gentoo/Makefile index f320b904c6c..27de8c50569 100644 --- a/sysutils/gentoo/Makefile +++ b/sysutils/gentoo/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/01/29 12:37:16 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2002/02/11 00:26:03 wiz Exp $ # -DISTNAME= gentoo-0.11.18 +DISTNAME= gentoo-0.11.19 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gentoo/} diff --git a/sysutils/gentoo/distinfo b/sysutils/gentoo/distinfo index 5d0c1f0ae5e..8f82c5de6b4 100644 --- a/sysutils/gentoo/distinfo +++ b/sysutils/gentoo/distinfo @@ -1,9 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/01/29 12:37:16 wiz Exp $ +$NetBSD: distinfo,v 1.2 2002/02/11 00:26:03 wiz Exp $ -SHA1 (gentoo-0.11.18.tar.gz) = 56504aa28eb08922bdbc0da1986f99e723cf4fad -Size (gentoo-0.11.18.tar.gz) = 720117 bytes -SHA1 (patch-aa) = 19df6f5c05f79ecf0627efc4033049903fd71774 -SHA1 (patch-ab) = 65a5455c7980200aaf8449fdad8e05985798c961 -SHA1 (patch-ac) = 0e3d9ef927310edca3988d3a566ed15f6301bced -SHA1 (patch-ad) = a9ac729794602e0ba1c1da46391ad431bd1238b6 -SHA1 (patch-ae) = f465ece0fa76fda8904ce26e5ef7e1769cba65c1 +SHA1 (gentoo-0.11.19.tar.gz) = e2479c96ca0cdd5dbb17bb435faf4775d4641802 +Size (gentoo-0.11.19.tar.gz) = 723226 bytes +SHA1 (patch-ae) = 63d3a848f084fd1355b25102e10cbe3c94a45445 diff --git a/sysutils/gentoo/patches/patch-aa b/sysutils/gentoo/patches/patch-aa deleted file mode 100644 index ef728f8e6d7..00000000000 --- a/sysutils/gentoo/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/01/29 12:37:16 wiz Exp $ - ---- src/cfg_paths.c.orig Sat Sep 22 20:59:50 2001 -+++ src/cfg_paths.c -@@ -151,7 +151,7 @@ - page->path[i].path = gtk_entry_new(); - gtk_signal_connect(GTK_OBJECT(page->path[i].path), "changed", GTK_SIGNAL_FUNC(evt_path_changed), (gpointer) page); - gtk_table_attach_defaults(GTK_TABLE(page->ptable), page->path[i].path, 1, 2, i, i+1); --#if defined __OpenBSD__ || defined __FreeBSD__ -+#if defined __OpenBSD__ || defined __FreeBSD__ || defined __NetBSD__ - /* Mountlist and mounted fs files are non-configurable on BSD systems. */ - if(i == 2 || i == 3) - gtk_widget_set_sensitive(page->path[i].path, FALSE); diff --git a/sysutils/gentoo/patches/patch-ab b/sysutils/gentoo/patches/patch-ab deleted file mode 100644 index ce83b125344..00000000000 --- a/sysutils/gentoo/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 2002/01/29 12:37:16 wiz Exp $ - ---- src/dirpane.c.orig Thu Oct 11 20:25:08 2001 -+++ src/dirpane.c -@@ -1178,7 +1178,7 @@ - { - int old_errno = errno; - --#if defined __linux || defined __OpenBSD__ || defined __FreeBSD__ -+#if defined __linux || defined __OpenBSD__ || defined __FreeBSD__ || defined __NetBSD__ - dp->dir.fs.valid = (statfs(dp->dir.path, &dp->dir.fs.stat) == 0); - #else - dp->dir.fs.valid = (statvfs(dp->dir.path, &dp->dir.fs.stat) == 0); diff --git a/sysutils/gentoo/patches/patch-ac b/sysutils/gentoo/patches/patch-ac deleted file mode 100644 index 66c3fd18f31..00000000000 --- a/sysutils/gentoo/patches/patch-ac +++ /dev/null @@ -1,31 +0,0 @@ -$NetBSD: patch-ac,v 1.1.1.1 2002/01/29 12:37:16 wiz Exp $ - ---- src/gentoo.h.orig Tue Aug 28 18:36:46 2001 -+++ src/gentoo.h -@@ -13,7 +13,7 @@ - - #include "config.h" - --#if !defined __alpha /* I've heard this helps on Alpha systems... */ -+#if !defined __alpha && !defined __NetBSD__ /* I've heard this helps on Alpha systems... */ - #define __EXTENSIONS__ - #define _POSIX_C_SOURCE 3 /* This is for Solaris. */ - #define POSIX_C_SOURCE 3 -@@ -42,7 +42,7 @@ - #if defined __linux - #include <linux/limits.h> - #include <sys/vfs.h> --#elif defined __OpenBSD__ || defined __FreeBSD__ -+#elif defined __OpenBSD__ || defined __FreeBSD__ || defined __NetBSD__ - #include <sys/param.h> - #include <sys/mount.h> - #else -@@ -442,7 +442,7 @@ - - typedef struct { /* Some trivial file system information. Updated on rescan. */ - gboolean valid; /* Set if the structure's contents are valid. */ --#if defined __linux || defined __OpenBSD__ || defined __FreeBSD__ -+#if defined __linux || defined __OpenBSD__ || defined __FreeBSD__ || defined __NetBSD__ - struct statfs stat; /* Holds information about filesystem. */ - #else - struct statvfs stat; diff --git a/sysutils/gentoo/patches/patch-ad b/sysutils/gentoo/patches/patch-ad deleted file mode 100644 index 0c9e6c64677..00000000000 --- a/sysutils/gentoo/patches/patch-ad +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ad,v 1.1.1.1 2002/01/29 12:37:17 wiz Exp $ - ---- src/mntent_wrap.c.orig Thu Jan 24 13:07:58 2002 -+++ src/mntent_wrap.c -@@ -92,7 +92,7 @@ - return -1; - } - --#elif defined __OpenBSD__ || defined __FreeBSD__ || (defined __osf__ && defined __alpha__) -+#elif defined __OpenBSD__ || defined __FreeBSD__ || (defined __osf__ && defined __alpha__) || defined __NetBSD__ - - /* Here is the implementation for BSD and Alpha Tru64 systems. */ - diff --git a/sysutils/gentoo/patches/patch-ae b/sysutils/gentoo/patches/patch-ae index d7738d84adc..b63911aeb04 100644 --- a/sysutils/gentoo/patches/patch-ae +++ b/sysutils/gentoo/patches/patch-ae @@ -1,8 +1,8 @@ -$NetBSD: patch-ae,v 1.1.1.1 2002/01/29 12:37:17 wiz Exp $ +$NetBSD: patch-ae,v 1.2 2002/02/11 00:26:04 wiz Exp $ ---- src/types.c.orig Tue Aug 28 18:36:47 2001 +--- src/types.c.orig Wed Jan 30 22:24:40 2002 +++ src/types.c -@@ -359,7 +359,7 @@ +@@ -354,7 +354,7 @@ if(file_list == NULL) return; |