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.
This commit is contained in:
adam 2008-11-10 14:56:16 +00:00
parent 2082956205
commit b317104bf6
8 changed files with 37 additions and 38 deletions

View file

@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.29 2008/08/17 05:55:15 dholland Exp $
# $NetBSD: Makefile,v 1.30 2008/11/10 14:56:16 adam Exp $
DISTNAME= gentoo-0.11.56
PKGREVISION= 1
DISTNAME= gentoo-0.11.57
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gentoo/}
@ -9,10 +8,10 @@ MAINTAINER= dunse@goa.nu
HOMEPAGE= http://www.obsession.se/gentoo/
COMMENT= Two-pane filemanager using GTK+, 100% GUI configurable
USE_TOOLS+= msgfmt
USE_PKGLOCALEDIR= yes
USE_TOOLS+= msgfmt
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
EGDIR= ${PREFIX}/share/examples/gentoo
CONF_FILES= ${EGDIR}/gentoorc ${PKG_SYSCONFDIR}/gentoorc
@ -20,5 +19,4 @@ CONF_FILES+= ${EGDIR}/gentoogtkrc ${PKG_SYSCONFDIR}/gentoogtkrc
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.10 2006/04/17 07:07:33 jlam Exp $
@comment $NetBSD: PLIST,v 1.11 2008/11/10 14:56:16 adam Exp $
bin/gentoo
share/examples/gentoo/gentoogtkrc
share/examples/gentoo/gentoorc
@ -126,6 +126,7 @@ share/gentoo/icons/xcf.xpm
share/gentoo/icons/xpm.xpm
share/gentoo/icons/xpm2.xpm
share/locale/de/LC_MESSAGES/gentoo.mo
share/locale/es_MX/LC_MESSAGES/gentoo.mo
share/locale/fr/LC_MESSAGES/gentoo.mo
share/locale/it/LC_MESSAGES/gentoo.mo
share/locale/ja_JP.UTF-8/LC_MESSAGES/gentoo.mo

View file

@ -1,13 +1,13 @@
$NetBSD: distinfo,v 1.22 2008/08/17 05:55:15 dholland Exp $
$NetBSD: distinfo,v 1.23 2008/11/10 14:56:16 adam Exp $
SHA1 (gentoo-0.11.56.tar.gz) = f18dd760331b4e10c71852ea0833cf7dc929ae43
RMD160 (gentoo-0.11.56.tar.gz) = 8ab88f4a052d4ea41f561b2869e8ce20a2e4ece2
Size (gentoo-0.11.56.tar.gz) = 1375769 bytes
SHA1 (patch-aa) = bd3736cffbda663fd571b6b7a2171e64b4d52927
SHA1 (patch-ab) = 1aaa154789866b436303b0a8f6f20707301d8b7f
SHA1 (gentoo-0.11.57.tar.gz) = ac5859b489a6b88161d5b0f2ddd06490ce9915eb
RMD160 (gentoo-0.11.57.tar.gz) = 675333aa740f297a0d41d5795689b8e4280d2bdf
Size (gentoo-0.11.57.tar.gz) = 1479376 bytes
SHA1 (patch-aa) = 5d8f1fcd4110b09e02f44584e2ccd921a7175929
SHA1 (patch-ab) = e84931dbc57434881f8071e389ebe8df061ee0b6
SHA1 (patch-ac) = 4e5d52849887b816eb4388fb2c75aefb3443f5c8
SHA1 (patch-ad) = 9438f7148d9510d27b5df3149ea8684ff7872e14
SHA1 (patch-ad) = 7e41b435aff7af5e57bfb82902a6bb88af37ad97
SHA1 (patch-ae) = daa7cbed8d66af155f2624a0066b2f578e9a93c6
SHA1 (patch-af) = c86f68937cbf2c086cf1282ec12df5db156f66d5
SHA1 (patch-af) = 2b80f24bd545177b0d089696e7b3ed7f0d72a3b0
SHA1 (patch-ag) = 3045a4eb72f8c50d147fe09256ec791359053418
SHA1 (patch-ah) = a2d8839860ccdbc56cdd7ca11f945b29c32917ae
SHA1 (patch-ah) = c14c80a7c821f69b98cb23156ec5b30ac40ed2ec

View file

@ -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@

View file

@ -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

View file

@ -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)

View file

@ -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. */

View file

@ -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;