diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2007-08-12 03:48:53 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2007-08-12 03:48:53 +0000 |
commit | 6867c20780cf09257af689ce5a03663bd1b79b9d (patch) | |
tree | 387a19529e27d3404afda0aaaa76197e192780db /net-p2p/deluge | |
parent | ec3ea0949ec120dda961efc71b75b568d430068b (diff) | |
download | ports-6867c20780cf09257af689ce5a03663bd1b79b9d.tar.gz ports-6867c20780cf09257af689ce5a03663bd1b79b9d.zip |
Notes
Diffstat (limited to 'net-p2p/deluge')
-rw-r--r-- | net-p2p/deluge/distinfo | 6 | ||||
-rw-r--r-- | net-p2p/deluge/files/patch-setup.py | 21 |
2 files changed, 14 insertions, 13 deletions
diff --git a/net-p2p/deluge/distinfo b/net-p2p/deluge/distinfo index 30165ce8aa67..7397f9fa6a18 100644 --- a/net-p2p/deluge/distinfo +++ b/net-p2p/deluge/distinfo @@ -1,3 +1,3 @@ -MD5 (deluge-0.5.4.1.tar.gz) = e346c6f2c10b11be6cec581cd6671711 -SHA256 (deluge-0.5.4.1.tar.gz) = 5b627d7e79ff49160ff47107cff421649c942774317836e065982e90492b293d -SIZE (deluge-0.5.4.1.tar.gz) = 15536378 +MD5 (deluge-0.5.4.1.tar.gz) = 80aeb297b519d42ef3a0ff2d3c2dbecb +SHA256 (deluge-0.5.4.1.tar.gz) = 954fe23378431d6ab2444361b76653babb5767aef28081e62c434d1f4ccfc2b5 +SIZE (deluge-0.5.4.1.tar.gz) = 1480071 diff --git a/net-p2p/deluge/files/patch-setup.py b/net-p2p/deluge/files/patch-setup.py index c91584f15ef8..21de9af24d7b 100644 --- a/net-p2p/deluge/files/patch-setup.py +++ b/net-p2p/deluge/files/patch-setup.py @@ -1,13 +1,14 @@ ---- setup.py.orig 2007-08-05 13:03:56.000000000 -0500 -+++ setup.py 2007-08-05 13:06:12.000000000 -0500 -@@ -101,13 +101,13 @@ - "-DHAVE_INCLUDE_LIBTORRENT_ASIO_SSL_STREAM_HPP=1", +--- setup.py.orig 2007-08-11 22:13:02.000000000 -0500 ++++ setup.py 2007-08-11 22:16:17.000000000 -0500 +@@ -102,13 +102,12 @@ "-DHAVE_INCLUDE_LIBTORRENT_ASIO_IP_TCP_HPP=1", "-DHAVE_PTHREAD=1", "-DTORRENT_USE_OPENSSL=1", "-DHAVE_SSL=1", -- "-DNDEBUG=1", "-O2"] -+ "-DNDEBUG=1"] - if ARCH == "x64": - EXTRA_COMPILE_ARGS.append("-DAMD64") + "-DNDEBUG=1"] +-# Done through debian/rules, as all arches are not handled +-# if ARCH == "x64": +-# EXTRA_COMPILE_ARGS.append("-DAMD64") ++ if ARCH == "x64": ++ EXTRA_COMPILE_ARGS.append("-DAMD64") includedirs = ['./libtorrent', './libtorrent/include', './libtorrent/include/libtorrent', @@ -16,7 +17,7 @@ if OS == "linux": if os.WEXITSTATUS(os.system('grep -iq "Debian GNU/Linux 4.0\|Ubuntu 7.04\|Ubuntu 6.06\|Ubuntu 6.10\|Fedora Core release 6\|openSUSE 10.2\|Mandriva Linux release 2007.1\|Fedora release 7\|BLAG release 60001\|Yellow Dog Linux release 5.0 (Phoenix)\|CentOS release 5 (Final)" /etc/issue')) == 0: -@@ -150,11 +150,11 @@ +@@ -154,11 +153,11 @@ # Ubuntu possible. if boosttype == "nomt": librariestype = ['boost_filesystem', 'boost_date_time', @@ -30,7 +31,7 @@ print 'Libraries mt' def fetchCpp(): -@@ -173,8 +173,10 @@ +@@ -177,8 +176,10 @@ deluge_core = Extension('deluge_core', include_dirs = includedirs, |