summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/gentoo/Makefile4
-rw-r--r--sysutils/gentoo/PLIST4
-rw-r--r--sysutils/gentoo/distinfo8
-rw-r--r--sysutils/gentoo/patches/patch-ae10
4 files changed, 14 insertions, 12 deletions
diff --git a/sysutils/gentoo/Makefile b/sysutils/gentoo/Makefile
index ac5b67ffaf7..039fb6ec09b 100644
--- a/sysutils/gentoo/Makefile
+++ b/sysutils/gentoo/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2002/08/25 21:50:57 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2002/09/02 16:56:57 wiz Exp $
#
-DISTNAME= gentoo-0.11.31
+DISTNAME= gentoo-0.11.33
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gentoo/}
diff --git a/sysutils/gentoo/PLIST b/sysutils/gentoo/PLIST
index 8230c8ed7e5..5b15cc61527 100644
--- a/sysutils/gentoo/PLIST
+++ b/sysutils/gentoo/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2002/08/25 21:50:58 jlam Exp $
+@comment $NetBSD: PLIST,v 1.4 2002/09/02 16:56:57 wiz Exp $
bin/gentoo
etc/gentoogtkrc
etc/gentoorc
@@ -125,6 +125,8 @@ share/gentoo/icons/xbm2.xpm
share/gentoo/icons/xcf.xpm
share/gentoo/icons/xpm.xpm
share/gentoo/icons/xpm2.xpm
+${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gentoo.mo
+${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/gentoo.mo
${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gentoo.mo
@dirrm share/gentoo/icons
@dirrm share/gentoo
diff --git a/sysutils/gentoo/distinfo b/sysutils/gentoo/distinfo
index 5034fcdd183..5241214d65d 100644
--- a/sysutils/gentoo/distinfo
+++ b/sysutils/gentoo/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2002/08/25 21:50:58 jlam Exp $
+$NetBSD: distinfo,v 1.6 2002/09/02 16:56:57 wiz Exp $
-SHA1 (gentoo-0.11.31.tar.gz) = 327b6241613e4c5ae256dffa528c6f2f46fe60b0
-Size (gentoo-0.11.31.tar.gz) = 923857 bytes
-SHA1 (patch-ae) = 63d3a848f084fd1355b25102e10cbe3c94a45445
+SHA1 (gentoo-0.11.33.tar.gz) = 66d1a679e686587cac8a7a93b837e48025371600
+Size (gentoo-0.11.33.tar.gz) = 1021054 bytes
+SHA1 (patch-ae) = daa7cbed8d66af155f2624a0066b2f578e9a93c6
diff --git a/sysutils/gentoo/patches/patch-ae b/sysutils/gentoo/patches/patch-ae
index b63911aeb04..4a04cbd5bc9 100644
--- a/sysutils/gentoo/patches/patch-ae
+++ b/sysutils/gentoo/patches/patch-ae
@@ -1,13 +1,13 @@
-$NetBSD: patch-ae,v 1.2 2002/02/11 00:26:04 wiz Exp $
+$NetBSD: patch-ae,v 1.3 2002/09/02 16:56:58 wiz Exp $
---- src/types.c.orig Wed Jan 30 22:24:40 2002
+--- src/types.c.orig Sun Aug 25 12:46:47 2002
+++ src/types.c
-@@ -354,7 +354,7 @@
+@@ -352,7 +352,7 @@ void typ_identify_end(MainInfo *min, con
if(file_list == NULL)
return;
- if((temp_name = tmpnam(NULL)) == NULL)
+ if((temp_name = mkdtemp(NULL)) == NULL)
return;
-
- if(pipe(fd) == 0)
+ if(pipe(fd) != 0)
+ return;