summaryrefslogtreecommitdiff
path: root/textproc/py-FourSuite
diff options
context:
space:
mode:
authordrochner <drochner>2002-12-05 11:31:56 +0000
committerdrochner <drochner>2002-12-05 11:31:56 +0000
commite9ce4edceb51e084e14867dd692c325524f11146 (patch)
tree5fcb456fa3f49aadd24ab53cd71170787878d0a0 /textproc/py-FourSuite
parent2ef0bf045a27b1293c3edf23e009681fa5f0423e (diff)
downloadpkgsrc-e9ce4edceb51e084e14867dd692c325524f11146.tar.gz
misc cleanup
Diffstat (limited to 'textproc/py-FourSuite')
-rw-r--r--textproc/py-FourSuite/patches/patch-aa25
1 files changed, 0 insertions, 25 deletions
diff --git a/textproc/py-FourSuite/patches/patch-aa b/textproc/py-FourSuite/patches/patch-aa
deleted file mode 100644
index 7475683f76c..00000000000
--- a/textproc/py-FourSuite/patches/patch-aa
+++ /dev/null
@@ -1,25 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2002/08/22 09:21:32 drochner Exp $
-
---- Ft/Lib/DistExt/BuildDocs.py.orig Thu Aug 8 16:37:08 2002
-+++ Ft/Lib/DistExt/BuildDocs.py Thu Aug 8 16:37:18 2002
-@@ -128,12 +128,15 @@
- try:
- from distutils.spawn import spawn
- spawn([sys.executable, script_name], verbose=self.verbose)
-- finally:
-- try: os.remove(script_name)
-- except: pass
-+ except:
-+ pass
-+
-+ try: os.remove(script_name)
-+ except: pass
-
-- self.outfiles.extend(eval(open(outputs_name).read()))
-- try: os.remove(outputs_name)
-+ try:
-+ self.outfiles.extend(eval(open(outputs_name).read()))
-+ os.remove(outputs_name)
- except: pass
- return
-