pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/asciidoc/patches Add a patch file, which shou...
details: https://anonhg.NetBSD.org/pkgsrc/rev/42cea054cb94
branches: trunk
changeset: 550990:42cea054cb94
user: minskim <minskim%pkgsrc.org@localhost>
date: Thu Dec 04 04:05:39 2008 +0000
description:
Add a patch file, which should have been committed in the previous commit.
diffstat:
textproc/asciidoc/patches/patch-ab | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diffs (17 lines):
diff -r 3ef4e06a26ad -r 42cea054cb94 textproc/asciidoc/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/asciidoc/patches/patch-ab Thu Dec 04 04:05:39 2008 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2008/12/04 04:05:39 minskim Exp $
+
+--- asciidoc.py.orig 2008-12-03 18:56:53.000000000 -0800
++++ asciidoc.py
+@@ -124,7 +124,7 @@ def file_in(fname, directory):
+ directory = os.getcwd()
+ else:
+ assert os.path.isdir(directory)
+- directory = os.path.abspath(directory)
++ directory = os.path.realpath(directory)
+ fname = os.path.realpath(fname)
+ return os.path.commonprefix((directory, fname)) == directory
+
Home |
Main Index |
Thread Index |
Old Index