pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/gentoo
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.
Home |
Main Index |
Thread Index |
Old Index