aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2008-01-26 03:46:40 +0800
committermezz <mezz@FreeBSD.org>2008-01-26 03:46:40 +0800
commitf4d44537340fedadc219a2b087eb16afc77182ef (patch)
tree14632a013d524b7773663b97bf66f19c98357091 /net-p2p
parentaf05a9c3738c83bb624465599fa38d2e74be6e5e (diff)
downloadfreebsd-ports-gnome-f4d44537340fedadc219a2b087eb16afc77182ef.tar.gz
freebsd-ports-gnome-f4d44537340fedadc219a2b087eb16afc77182ef.tar.zst
freebsd-ports-gnome-f4d44537340fedadc219a2b087eb16afc77182ef.zip
Remove link with librt, FreeBSD doesn't need it. Our clock_gettime() is in
libc and Linux is in librt. This should fix the build on FreeBSD 6.x and below as librt was added in FreeBSD 7.x. Bump the PORTREVISION to unlink it. Reported by: Mike Harding <mvh@ix.netcom.com>
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/deluge/Makefile1
-rw-r--r--net-p2p/deluge/files/patch-setup.py2
-rw-r--r--net-p2p/deluge05/Makefile1
-rw-r--r--net-p2p/deluge05/files/patch-setup.py2
4 files changed, 4 insertions, 2 deletions
diff --git a/net-p2p/deluge/Makefile b/net-p2p/deluge/Makefile
index 256d22c1da61..4163875db15e 100644
--- a/net-p2p/deluge/Makefile
+++ b/net-p2p/deluge/Makefile
@@ -7,6 +7,7 @@
PORTNAME= deluge
PORTVERSION= 0.5.8.1
+PORTREVISION= 1
CATEGORIES= net-p2p python
MASTER_SITES= http://download.deluge-torrent.org/tarball/${PORTVERSION}/
diff --git a/net-p2p/deluge/files/patch-setup.py b/net-p2p/deluge/files/patch-setup.py
index 4ea7c07e3fea..96616853aecc 100644
--- a/net-p2p/deluge/files/patch-setup.py
+++ b/net-p2p/deluge/files/patch-setup.py
@@ -21,7 +21,7 @@
librariestype = [boost_filesystem, boost_date_time,
- boost_thread, 'z', 'pthread', 'ssl', 'rt', 'crypto']
-+ boost_thread, 'z', 'ssl', 'rt', 'crypto']
++ boost_thread, 'z', 'ssl', 'crypto']
removals = ['-g', '-Wstrict-prototypes']
diff --git a/net-p2p/deluge05/Makefile b/net-p2p/deluge05/Makefile
index 256d22c1da61..4163875db15e 100644
--- a/net-p2p/deluge05/Makefile
+++ b/net-p2p/deluge05/Makefile
@@ -7,6 +7,7 @@
PORTNAME= deluge
PORTVERSION= 0.5.8.1
+PORTREVISION= 1
CATEGORIES= net-p2p python
MASTER_SITES= http://download.deluge-torrent.org/tarball/${PORTVERSION}/
diff --git a/net-p2p/deluge05/files/patch-setup.py b/net-p2p/deluge05/files/patch-setup.py
index 4ea7c07e3fea..96616853aecc 100644
--- a/net-p2p/deluge05/files/patch-setup.py
+++ b/net-p2p/deluge05/files/patch-setup.py
@@ -21,7 +21,7 @@
librariestype = [boost_filesystem, boost_date_time,
- boost_thread, 'z', 'pthread', 'ssl', 'rt', 'crypto']
-+ boost_thread, 'z', 'ssl', 'rt', 'crypto']
++ boost_thread, 'z', 'ssl', 'crypto']
removals = ['-g', '-Wstrict-prototypes']