diff options
author | obache <obache@pkgsrc.org> | 2006-10-14 09:24:10 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2006-10-14 09:24:10 +0000 |
commit | de20e56bdb4ffaa2a67e5e64d20ae06585fde25c (patch) | |
tree | 3ece5fa3d87e4a5ec1a2d2e40348e057f064d17e | |
parent | ae611586160f82ebbb087f6b77d555e1ea7ba947 (diff) | |
download | pkgsrc-de20e56bdb4ffaa2a67e5e64d20ae06585fde25c.tar.gz |
Update gentoo to 0.11.56.
Patch provided by Martin Wilke via PR 34341.
0.11.56
* Fixed buglet that caused copying of protection bits to always
be a fatal error, regardless of the "Ignore Failure to Copy
Attributes" option setting.
* Fixed a silly case of errno "leaking" out of the window title
setting code (which needs to mess with NLS). This had gentoo
break totally (couldn't even copy files) on Ubuntu. Big thanks
to M. Williams for letting me ssh and vnc to his Ubuntu box so
I could hunt this one down.
* Rewrote core of regular file copying function. It seems when
writing to a Samba-mounted (network) share, write() doesn't
like large buffer sizes. So we loop to empty the buffer of read
data, doing as many writes() per read() as is necessary. Odd.
* Fixed bug that made it impossible to use RenameSeq on volumes
using a VFAT filesystem. This was due to the use of invalid
characters in temporary filenames.
* Made RenameSeq's start value settable through a spinbutton in
the dialog, rather than a plain entry. Faster small changes.
* Added a new page to the RenameRE dialog, 'Map', which does
simple character mappings on filenames. Also supports removing
a set of character (think 'tr', applied twice).
* Added information about missing options (--locale-info, --run)
to the manual page.
-rw-r--r-- | sysutils/gentoo/Makefile | 5 | ||||
-rw-r--r-- | sysutils/gentoo/distinfo | 9 | ||||
-rw-r--r-- | sysutils/gentoo/patches/patch-ad | 13 |
3 files changed, 6 insertions, 21 deletions
diff --git a/sysutils/gentoo/Makefile b/sysutils/gentoo/Makefile index 693ee674377..1237647a113 100644 --- a/sysutils/gentoo/Makefile +++ b/sysutils/gentoo/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2006/04/13 18:23:37 jlam Exp $ +# $NetBSD: Makefile,v 1.28 2006/10/14 09:24:10 obache Exp $ -DISTNAME= gentoo-0.11.55 -PKGREVISION= 1 +DISTNAME= gentoo-0.11.56 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gentoo/} diff --git a/sysutils/gentoo/distinfo b/sysutils/gentoo/distinfo index e9fb724a9d1..75e2a27fd73 100644 --- a/sysutils/gentoo/distinfo +++ b/sysutils/gentoo/distinfo @@ -1,12 +1,11 @@ -$NetBSD: distinfo,v 1.20 2006/08/30 16:26:58 joerg Exp $ +$NetBSD: distinfo,v 1.21 2006/10/14 09:24:10 obache Exp $ -SHA1 (gentoo-0.11.55.tar.gz) = 5ba1627d0c7caba8ba0064dde5fd8850a38a092e -RMD160 (gentoo-0.11.55.tar.gz) = 30b4edd10a892709a39ac3f83cc5385652a965e2 -Size (gentoo-0.11.55.tar.gz) = 1395600 bytes +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 (patch-ac) = 4e5d52849887b816eb4388fb2c75aefb3443f5c8 -SHA1 (patch-ad) = 0ac9fca5454c98633aa6c0bacfcaa364c34df37f SHA1 (patch-ae) = daa7cbed8d66af155f2624a0066b2f578e9a93c6 SHA1 (patch-af) = c86f68937cbf2c086cf1282ec12df5db156f66d5 SHA1 (patch-ag) = 3045a4eb72f8c50d147fe09256ec791359053418 diff --git a/sysutils/gentoo/patches/patch-ad b/sysutils/gentoo/patches/patch-ad deleted file mode 100644 index fed0c735e14..00000000000 --- a/sysutils/gentoo/patches/patch-ad +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ad,v 1.5 2004/11/03 15:31:59 adam Exp $ - ---- po/Makefile.in.in.orig 2004-11-03 17:25:44.000000000 +0000 -+++ po/Makefile.in.in -@@ -27,7 +27,7 @@ gettextsrcdir = $(datadir)/gettext/po - INSTALL = @INSTALL@ - INSTALL_DATA = @INSTALL_DATA@ - MKINSTALLDIRS = @MKINSTALLDIRS@ --mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac` -+mkinstalldirs = $(MKINSTALLDIRS) - - GMSGFMT = @GMSGFMT@ - MSGFMT = @MSGFMT@ |