Subject: CVS commit: pkgsrc/www/epiphany
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 02/07/2004 16:41:30
Module Name: pkgsrc
Committed By: jmmv
Date: Sat Feb 7 16:41:30 UTC 2004
Modified Files:
pkgsrc/www/epiphany: Makefile distinfo
Added Files:
pkgsrc/www/epiphany/patches: patch-ab
Log Message:
Reapply patch from reed@ to avoid passing a trailing slash to mkdir(2),
which does not work in NetBSD 1.6 and below. Bump PKGREVISION to 2 and
close PR pkg/24339.
I've reviewed the code; it's safe to remove that trailing slash from the
directory name since the variable holding it is always handled through
g_build_filename, which adds slashes between path components automatically.
And the program works fine WRT favicons, at least under -current.
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/www/epiphany/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/www/epiphany/distinfo
cvs rdiff -r0 -r1.3 pkgsrc/www/epiphany/patches/patch-ab
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.