From f4d44537340fedadc219a2b087eb16afc77182ef Mon Sep 17 00:00:00 2001 From: mezz Date: Fri, 25 Jan 2008 19:46:40 +0000 Subject: 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 --- net-p2p/deluge/Makefile | 1 + net-p2p/deluge/files/patch-setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'net-p2p/deluge') diff --git a/net-p2p/deluge/Makefile b/net-p2p/deluge/Makefile index 256d22c1da6..4163875db15 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 4ea7c07e3fe..96616853aec 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'] -- cgit 5c'/> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reset vg@'s ports after he resigned.rene2018-02-24