summaryrefslogtreecommitdiff
path: root/graphics/uniconvertor/patches
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2009-12-11 21:42:12 +0000
committerdrochner <drochner@pkgsrc.org>2009-12-11 21:42:12 +0000
commit1f7c1bf5e70aeb06931ec127228350c80af28076 (patch)
tree0f97b4ffa1900548bb3fddc80f45883c55b98291 /graphics/uniconvertor/patches
parentd8092778a69cde9944ec7b61f72799ed86581158 (diff)
downloadpkgsrc-1f7c1bf5e70aeb06931ec127228350c80af28076.tar.gz
add uniconvertor-1.1.4, a vector graphics translator
Diffstat (limited to 'graphics/uniconvertor/patches')
-rw-r--r--graphics/uniconvertor/patches/patch-aa11
-rw-r--r--graphics/uniconvertor/patches/patch-ab13
2 files changed, 24 insertions, 0 deletions
diff --git a/graphics/uniconvertor/patches/patch-aa b/graphics/uniconvertor/patches/patch-aa
new file mode 100644
index 00000000000..e14f489b908
--- /dev/null
+++ b/graphics/uniconvertor/patches/patch-aa
@@ -0,0 +1,11 @@
+$NetBSD: patch-aa,v 1.1.1.1 2009/12/11 21:42:12 drochner Exp $
+
+--- src/uniconvertor.orig 2009-06-03 02:45:19.000000000 +0000
++++ src/uniconvertor
+@@ -20,4 +20,4 @@
+ #
+
+
+-python -c "from uniconvertor import uniconv; uniconv();" "$@"
+\ No newline at end of file
++@PYTHONBIN@ -c "from uniconvertor import uniconv; uniconv();" "$@"
diff --git a/graphics/uniconvertor/patches/patch-ab b/graphics/uniconvertor/patches/patch-ab
new file mode 100644
index 00000000000..07cf2386669
--- /dev/null
+++ b/graphics/uniconvertor/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 2009/12/11 21:42:12 drochner Exp $
+
+--- setup.py.orig 2009-06-03 02:52:35.000000000 +0000
++++ setup.py
+@@ -49,7 +49,7 @@ if __name__ == "__main__":
+ if os.name == 'nt':
+ script_name='src/uniconv.cmd'
+ else:
+- script_name='src/uniconv'
++ script_name='src/uniconvertor'
+
+ filter_src=src_path+'modules/filter/'
+ filter_module = Extension('uniconvertor.app.modules.streamfilter',