summaryrefslogtreecommitdiff
path: root/www/zope3/patches/patch-ac
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2007-12-21 16:18:35 +0000
committertaca <taca@pkgsrc.org>2007-12-21 16:18:35 +0000
commitd80faa6427e6a2ab2878df3ba4d2610f4df86f3e (patch)
treeff7a04d72a23658f7a476063c97f9ca1e2f2cfa5 /www/zope3/patches/patch-ac
parent1523c1572e892f712bfc908bf16d7c70dd7d3534 (diff)
downloadpkgsrc-d80faa6427e6a2ab2878df3ba4d2610f4df86f3e.tar.gz
- More proper fix to previous change; correct real python scripts' path.
- Change the order of including files in Makefile to use REPLACE_PYTHON properly. - Remove shebang line from a library file which would never be executed directly.
Diffstat (limited to 'www/zope3/patches/patch-ac')
-rw-r--r--www/zope3/patches/patch-ac10
1 files changed, 10 insertions, 0 deletions
diff --git a/www/zope3/patches/patch-ac b/www/zope3/patches/patch-ac
new file mode 100644
index 00000000000..103388aa3ca
--- /dev/null
+++ b/www/zope3/patches/patch-ac
@@ -0,0 +1,10 @@
+$NetBSD: patch-ac,v 1.5 2007/12/21 16:18:35 taca Exp $
+
+--- Dependencies/twisted-Zope-3.3.1/twisted/internet/glib2reactor.py.orig 2007-01-14 23:04:24.000000000 +0900
++++ Dependencies/twisted-Zope-3.3.1/twisted/internet/glib2reactor.py
+@@ -1,4 +1,4 @@
+-#! /usr/bin/python
++#
+
+ """
+ This module provides support for Twisted to interact with the glib mainloop.