summaryrefslogtreecommitdiff
path: root/dns/py-namebench/files/patch-libnamebench-util-py
diff options
context:
space:
mode:
Diffstat (limited to 'dns/py-namebench/files/patch-libnamebench-util-py')
-rw-r--r--dns/py-namebench/files/patch-libnamebench-util-py15
1 files changed, 15 insertions, 0 deletions
diff --git a/dns/py-namebench/files/patch-libnamebench-util-py b/dns/py-namebench/files/patch-libnamebench-util-py
new file mode 100644
index 000000000000..0ae82585bf84
--- /dev/null
+++ b/dns/py-namebench/files/patch-libnamebench-util-py
@@ -0,0 +1,15 @@
+$FreeBSD$
+
+Missing comma causes two strings below to be concatenated, making /usr/local/share/namebench and /usr/local/etc/namebench useless. Not great for us!
+
+--- libnamebench/util.py.orig 2011-08-15 19:59:22.000000000 +0100
++++ libnamebench/util.py 2011-08-15 19:59:37.000000000 +0100
+@@ -85,7 +85,7 @@
+ os.path.join(os.getcwd(), 'namebench.app', 'Contents', 'Resources'),
+ os.path.join(os.getcwd(), '..'),
+ os.path.join(sys.prefix, 'namebench'),
+- '/usr/local/share/namebench'
++ '/usr/local/share/namebench',
+ '/usr/local/etc/namebench',
+ '/usr/local/namebench',
+ '/etc/namebench',