summaryrefslogtreecommitdiffstats
path: root/net/straw/files
diff options
context:
space:
mode:
Diffstat (limited to 'net/straw/files')
-rw-r--r--net/straw/files/patch-setup.cfg8
-rw-r--r--net/straw/files/patch-setup.py11
-rw-r--r--net/straw/files/patch-src-lib_LookupManager.py11
-rw-r--r--net/straw/files/patch-src::straw11
4 files changed, 0 insertions, 41 deletions
diff --git a/net/straw/files/patch-setup.cfg b/net/straw/files/patch-setup.cfg
deleted file mode 100644
index fcb58d974..000000000
--- a/net/straw/files/patch-setup.cfg
+++ /dev/null
@@ -1,8 +0,0 @@
---- setup.cfg Thu Jan 26 15:11:29 2006
-+++ setup.cfg Wed Jan 3 23:25:15 2007
-@@ -9,4 +9,4 @@
- force-manifest = 1
- [install]
- prefix=/usr/local
--sysconfdir=/etc
-+sysconfdir=/usr/local/etc
diff --git a/net/straw/files/patch-setup.py b/net/straw/files/patch-setup.py
deleted file mode 100644
index a024cf1f0..000000000
--- a/net/straw/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py Sat Feb 18 16:22:43 2006
-+++ setup.py Wed Jan 3 23:38:53 2007
-@@ -146,7 +146,7 @@
- pot_file = 'po/straw.pot',
- translations = translations(),
- modules_check = modules_check,
-- msg_sources = translation_files(),
-+ msg_sources = ['glade/strings.c'] + glob.glob('src/lib/*.py'),
- desktop_file = ['straw.desktop.in'],
- constants = [('constants.py.in', strawenv)],
- scripts = ['src/straw'],
diff --git a/net/straw/files/patch-src-lib_LookupManager.py b/net/straw/files/patch-src-lib_LookupManager.py
deleted file mode 100644
index ac5a8689b..000000000
--- a/net/straw/files/patch-src-lib_LookupManager.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/lib/LookupManager.py Sat Feb 18 16:11:38 2006
-+++ src/lib/LookupManager.py Sun May 20 09:51:00 2007
-@@ -26,7 +26,7 @@
- import Config
- try:
- import adns, ADNS
-- _have_adns = True
-+ _have_adns = False
- except ImportError:
- error.log("No ADNS library found, using synchronous name lookups.")
- _have_adns = False
diff --git a/net/straw/files/patch-src::straw b/net/straw/files/patch-src::straw
deleted file mode 100644
index ec142ac7e..000000000
--- a/net/straw/files/patch-src::straw
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/straw Sat Oct 21 07:53:23 2006
-+++ src/straw Sun May 20 09:49:06 2007
-@@ -102,7 +102,7 @@
- if ENV_IN_SOURCE:
- from lib import Application, Config
- else:
-- from straw import Application, Config
-+ import Application, Config
-
- # set offline to false if offline. Previous releases just rely on the
- # previous state of the 'offline' config. So if the user specifies