Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 2C41A63BFFA for ; Sun, 25 Jan 2009 13:12:46 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id DD49563B117; Sun, 25 Jan 2009 13:12:45 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id EBB1663B100 for ; Sun, 25 Jan 2009 13:12:44 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id D82B2175D0; Sun, 25 Jan 2009 13:12:44 +0000 (UTC) From: OBATA Akio Subject: CVS commit: pkgsrc/sysutils/gentoo To: pkgsrc-changes@NetBSD.org Reply-To: obache@netbsd.org Message-Id: <20090125131244.D82B2175D0@cvs.netbsd.org> Date: Sun, 25 Jan 2009 13:12:44 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: obache Date: Sun Jan 25 13:12:44 UTC 2009 Modified Files: pkgsrc/sysutils/gentoo: Makefile distinfo Removed Files: pkgsrc/sysutils/gentoo/patches: patch-ae Log Message: Remove patch-ae. It replace tmpnam() with mkdtemp(), but * It exists since initial import, but no reason. * mkdtemp(3) is not portable, but used unconditionally, reported by PR 39717. * tmpnam(3) is used to get temp filename, but mkdtemp(3) create temp directory, and return the path. So, the replacement is completely mistaken. Bump PKGREVISION. While here, marked as DESTDIR ready. To generate a diff of this commit: cvs rdiff -r1.30 -r1.31 pkgsrc/sysutils/gentoo/Makefile cvs rdiff -r1.23 -r1.24 pkgsrc/sysutils/gentoo/distinfo cvs rdiff -r1.3 -r0 pkgsrc/sysutils/gentoo/patches/patch-ae Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.