diff options
author | adam <adam@pkgsrc.org> | 2008-11-10 14:56:16 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2008-11-10 14:56:16 +0000 |
commit | b317104bf65a47f922d0283b3d53690427bd4064 (patch) | |
tree | 13eb6e7fa727a24083ac2a16500b7bf456558716 /sysutils/gentoo/patches | |
parent | 2082956205801b7b5363618f2c79675f4274875b (diff) | |
download | pkgsrc-b317104bf65a47f922d0283b3d53690427bd4064.tar.gz |
Changes 0.11.57:
* Updated to automake/autoconf/aclocal/a* 1.10.x, with the usual
pains. I hope it builds for people other than me ...
* Updated to a new included version of GNU gettext (0.16.1).
* Made gentoo's start-up more friendly to GTK+, so that standard
options supported by the toolkit (like --sync) work, now.
* Added new Mexican Spanish translation.
* Added a "Case" page to the RenameRE command, with options to
easily convert filenames to all-lower or all-upper case. Far
easier than manually entering all characters for "Map". Also
refactored code of RenameRE quite a bit, it is shorter now.
* Fixed bugs where the GTK+ event-flushing loop used in various
places in the code generated a spurious error 11
("Resource temporarily unavailable").
* Added a new setting ("Buffer Size for mmap()" under Commands/
Options/ViewText) that controls how much data is passed from
the mmap()ed text file to the GTK+ text widget at a time. Before
this release, this was always "all of it", which seems to cause
problems sometimes. If you get an empty viewer when you try
looking at a large-ish (>64 KB) text file and you use mmap(),
lower this setting.
Diffstat (limited to 'sysutils/gentoo/patches')
-rw-r--r-- | sysutils/gentoo/patches/patch-aa | 12 | ||||
-rw-r--r-- | sysutils/gentoo/patches/patch-ab | 8 | ||||
-rw-r--r-- | sysutils/gentoo/patches/patch-ad | 4 | ||||
-rw-r--r-- | sysutils/gentoo/patches/patch-af | 14 | ||||
-rw-r--r-- | sysutils/gentoo/patches/patch-ah | 6 |
5 files changed, 22 insertions, 22 deletions
diff --git a/sysutils/gentoo/patches/patch-aa b/sysutils/gentoo/patches/patch-aa index e4fee873f5f..0841affbeb4 100644 --- a/sysutils/gentoo/patches/patch-aa +++ b/sysutils/gentoo/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.7 2005/06/30 15:29:13 adam Exp $ +$NetBSD: patch-aa,v 1.8 2008/11/10 14:56:16 adam Exp $ ---- Makefile.in.orig 2005-06-04 11:56:23.000000000 +0000 +--- Makefile.in.orig 2008-07-13 20:10:09.000000000 +0200 +++ Makefile.in -@@ -190,7 +190,7 @@ prefix = @prefix@ - program_transform_name = @program_transform_name@ +@@ -237,7 +237,7 @@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ + srcdir = @srcdir@ -sysconfdir = @sysconfdir@ +sysconfdir = ${datadir}/examples/@PACKAGE@ target_alias = @target_alias@ - EXTRA_DIST = config.rpath BUGS CONFIG-CHANGES CREDITS README.NLS README.gtkrc ONEWS docs icons gentoo.spec - SUBDIRS = intl m4 icons po widgets src + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ diff --git a/sysutils/gentoo/patches/patch-ab b/sysutils/gentoo/patches/patch-ab index 87366666954..5feeafeac35 100644 --- a/sysutils/gentoo/patches/patch-ab +++ b/sysutils/gentoo/patches/patch-ab @@ -1,13 +1,13 @@ -$NetBSD: patch-ab,v 1.5 2004/11/08 10:39:14 adam Exp $ +$NetBSD: patch-ab,v 1.6 2008/11/10 14:56:16 adam Exp $ ---- configure.orig 2004-11-01 23:08:15.000000000 +0000 +--- configure.orig 2008-07-13 20:10:10.000000000 +0200 +++ configure -@@ -2889,7 +2889,7 @@ _ACEOF +@@ -3416,7 +3416,7 @@ _ACEOF GENTOO_CFLAGS="$GENTOO_CFLAGS -g -pg" else - GENTOO_CFLAGS="$GENTOO_CFLAGS -O2" + GENTOO_CFLAGS="$GENTOO_CFLAGS $CFLAGS" - fi; + fi diff --git a/sysutils/gentoo/patches/patch-ad b/sysutils/gentoo/patches/patch-ad index 8397b23d478..4d1c48fde18 100644 --- a/sysutils/gentoo/patches/patch-ad +++ b/sysutils/gentoo/patches/patch-ad @@ -1,6 +1,6 @@ -$NetBSD: patch-ad,v 1.7 2008/08/17 05:55:16 dholland Exp $ +$NetBSD: patch-ad,v 1.8 2008/11/10 14:56:16 adam Exp $ ---- src/gentoo.c~ 2006-08-23 14:58:12.000000000 -0400 +--- src/gentoo.c.orig 2006-08-23 14:58:12.000000000 -0400 +++ src/gentoo.c 2008-08-17 01:44:41.000000000 -0400 @@ -334,7 +334,18 @@ static GtkWidget * build_gui(MainInfo *m static void init_paths(CfgInfo *cfg) diff --git a/sysutils/gentoo/patches/patch-af b/sysutils/gentoo/patches/patch-af index 948b97d4e83..e0e9674777c 100644 --- a/sysutils/gentoo/patches/patch-af +++ b/sysutils/gentoo/patches/patch-af @@ -1,6 +1,6 @@ -$NetBSD: patch-af,v 1.2 2006/08/30 16:26:58 joerg Exp $ +$NetBSD: patch-af,v 1.3 2008/11/10 14:56:16 adam Exp $ ---- src/gentoo.h.orig 2005-01-30 21:49:56.000000000 +0000 +--- src/gentoo.h.orig 2008-07-07 20:09:22.000000000 +0200 +++ src/gentoo.h @@ -13,7 +13,7 @@ @@ -8,10 +8,10 @@ $NetBSD: patch-af,v 1.2 2006/08/30 16:26:58 joerg Exp $ -#if !(defined __osf__ && defined __alpha__) && !defined __NetBSD__ && !defined __FreeBSD__ && !defined __sgi +#if !(defined __osf__ && defined __alpha__) && !defined __NetBSD__ && !defined __FreeBSD__ && !defined __sgi && !defined(__DragonFly__) + #if !defined __EXTENSIONS__ #define __EXTENSIONS__ - #define _POSIX_C_SOURCE 3 /* This is for Solaris. */ - #define POSIX_C_SOURCE 3 -@@ -40,7 +40,7 @@ + #endif +@@ -46,7 +46,7 @@ #include <time.h> #include <unistd.h> @@ -20,7 +20,7 @@ $NetBSD: patch-af,v 1.2 2006/08/30 16:26:58 joerg Exp $ #include <sys/statvfs.h> #elif defined HAVE_STRUCT_STATFS #include <sys/statfs.h> -@@ -50,7 +50,7 @@ +@@ -56,7 +56,7 @@ ** and save some typing in various tests below. This should probably all ** be replaced by proper Autoconfed stuff at some point. */ @@ -29,7 +29,7 @@ $NetBSD: patch-af,v 1.2 2006/08/30 16:26:58 joerg Exp $ #define GENTOO_ON_BSD #endif -@@ -458,7 +458,7 @@ typedef struct { +@@ -464,7 +464,7 @@ typedef struct { typedef struct { /* Some trivial file system information. Updated on rescan. */ gboolean valid; /* Set if the structure's contents are valid. */ diff --git a/sysutils/gentoo/patches/patch-ah b/sysutils/gentoo/patches/patch-ah index c7f4eb02074..c2e5037def1 100644 --- a/sysutils/gentoo/patches/patch-ah +++ b/sysutils/gentoo/patches/patch-ah @@ -1,8 +1,8 @@ -$NetBSD: patch-ah,v 1.1 2006/08/30 16:26:58 joerg Exp $ +$NetBSD: patch-ah,v 1.2 2008/11/10 14:56:16 adam Exp $ ---- src/dirpane.c.orig 2006-08-30 15:45:45.000000000 +0000 +--- src/dirpane.c.orig 2008-07-07 20:09:22.000000000 +0200 +++ src/dirpane.c -@@ -1394,7 +1394,7 @@ static void update_fs_info(DirPane *dp) +@@ -1393,7 +1393,7 @@ static void update_fs_info(DirPane *dp) { gint old_errno = errno; |