summaryrefslogtreecommitdiff
path: root/net/bittorrent/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net/bittorrent/patches/patch-aa')
-rw-r--r--net/bittorrent/patches/patch-aa41
1 files changed, 21 insertions, 20 deletions
diff --git a/net/bittorrent/patches/patch-aa b/net/bittorrent/patches/patch-aa
index 559647106bd..bd1b5edc37c 100644
--- a/net/bittorrent/patches/patch-aa
+++ b/net/bittorrent/patches/patch-aa
@@ -1,23 +1,24 @@
-$NetBSD: patch-aa,v 1.7 2005/06/19 02:49:23 salo Exp $
+$NetBSD: patch-aa,v 1.8 2006/02/26 22:43:33 tron Exp $
---- setup.py.orig 2005-03-24 23:30:24.000000000 +0100
-+++ setup.py 2005-06-19 04:18:09.000000000 +0200
-@@ -19,15 +19,14 @@
+--- setup.py.orig 2006-01-31 20:17:46.000000000 +0000
++++ setup.py 2006-02-26 22:22:55.000000000 +0000
+@@ -38,8 +38,8 @@
+ os.rmdir('FOO')
+ # done detecting case-insensitive filesystem
- import glob
+-symlinks = ["bittorrent" , "bittorrent-curses", "bittorrent-console",
+- "maketorrent", "maketorrent-console",
++symlinks = ["bittorrent-curses", "bittorrent-console",
++ "maketorrent-console",
+ "launchmany-curses", "launchmany-console",
+ "changetracker-console",
+ "torrentinfo-console",
+@@ -70,8 +70,6 @@
--scripts = ["btdownloadgui.py", "btdownloadcurses.py", "btdownloadheadless.py",
-- "btmaketorrentgui.py", "btmaketorrent.py",
-+scripts = ["btdownloadcurses.py", "btdownloadheadless.py",
-+ "btmaketorrent.py",
- "btlaunchmany.py", "btlaunchmanycurses.py",
- "bttrack.py", "btreannounce.py", "btrename.py", "btshowmetainfo.py"]
-
- img_root, doc_root = BitTorrent.calc_unix_dirs()
-
--data_files = [ (img_root , glob.glob('images/*png')+['images/bittorrent.ico',]),
-- (img_root+'/logo', glob.glob('images/logo/bittorrent_[0-9]*.png') ),
-+data_files = [ (img_root+'/logo', glob.glob('images/logo/bittorrent_[0-9]*.png') ),
- (doc_root , ['credits.txt', 'LICENSE.txt',
- 'README.txt', 'redirdonate.html'] ),
- ]
+ data_files = [ (img_root , glob.glob('images/*png')+['images/bittorrent.ico',]),
+ (img_root+'/logo', glob.glob('images/logo/bittorrent_[0-9]*.png' )),
+- (img_root+'/icons/default', glob.glob('images/icons/default/*.png' )),
+- (img_root+'/icons/old' , glob.glob('images/icons/old/*.png' )),
+ (doc_root , ['credits.txt', 'credits-l10n.txt',
+ 'LICENSE.txt', 'README.txt',
+ 'TRACKERLESS.txt', 'redirdonate.html',