pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/gentoo Update gentoo to 0.11.56.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a16db250072
branches:  trunk
changeset: 520058:9a16db250072
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat Oct 14 09:24:10 2006 +0000

description:
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.

diffstat:

 sysutils/gentoo/Makefile         |   5 ++---
 sysutils/gentoo/distinfo         |   9 ++++-----
 sysutils/gentoo/patches/patch-ad |  13 -------------
 3 files changed, 6 insertions(+), 21 deletions(-)

diffs (50 lines):

diff -r c54b716ba83f -r 9a16db250072 sysutils/gentoo/Makefile
--- a/sysutils/gentoo/Makefile  Sat Oct 14 09:20:14 2006 +0000
+++ b/sysutils/gentoo/Makefile  Sat Oct 14 09:24:10 2006 +0000
@@ -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 -r c54b716ba83f -r 9a16db250072 sysutils/gentoo/distinfo
--- a/sysutils/gentoo/distinfo  Sat Oct 14 09:20:14 2006 +0000
+++ b/sysutils/gentoo/distinfo  Sat Oct 14 09:24:10 2006 +0000
@@ -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 -r c54b716ba83f -r 9a16db250072 sysutils/gentoo/patches/patch-ad
--- a/sysutils/gentoo/patches/patch-ad  Sat Oct 14 09:20:14 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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@



Home | Main Index | Thread Index | Old Index