summaryrefslogtreecommitdiff
path: root/net/transmission-gtk/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2014-04-01 09:48:04 +0000
committeradam <adam@pkgsrc.org>2014-04-01 09:48:04 +0000
commitb15e825d86de00fe336c2eca6d299c974c6b762e (patch)
tree52094a80d20424fdaeed57fa1cbb2415c19836f2 /net/transmission-gtk/Makefile
parent168fccb4fde0b5259a7004845883ef08007b8623 (diff)
downloadpkgsrc-b15e825d86de00fe336c2eca6d299c974c6b762e.tar.gz
Changes 2.82:
==== All Platforms ==== * Fix webseed crash * Fix crash when adding UDP trackers whose host's canonical name couldn't be found * Fix crash when sending handshakes to some peers immediately after adding a magnet link * Fix crash when parsing incoming encrypted handshakes when the user is removing the related torrent * Add safeguard to prevent zombie processes after running a script when a torrent finishes downloading * Fix "bad file descriptor" error * Queued torrents no longer show up as paused after exiting & restarting * Fix 2.81 compilation error on OpenBSD * Don't misidentify Tixati as BitTornado ==== Mac Client ==== * Fix bug that had slow download speeds until editing preferences ==== GTK+ Client ==== * Fix crash that occurred in some cases after using Torrent > Set Location * Fix crash where on_app_exit() got called twice in a row * Fix 2.81 compilation error on older versions of glib * Can now open folders that have a '#' in their names * Silence gobject warning when updating a blocklist from URL ==== Qt Client ==== * Qt 5 support ==== Web Client ==== * Fix syntax error in index.html's meta name="viewport" * Fix file uploading issue in Internet Explorer 11
Diffstat (limited to 'net/transmission-gtk/Makefile')
-rw-r--r--net/transmission-gtk/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/net/transmission-gtk/Makefile b/net/transmission-gtk/Makefile
index 869dbf3bdac..a9582f43553 100644
--- a/net/transmission-gtk/Makefile
+++ b/net/transmission-gtk/Makefile
@@ -1,12 +1,14 @@
-# $NetBSD: Makefile,v 1.9 2014/02/12 23:18:26 tron Exp $
+# $NetBSD: Makefile,v 1.10 2014/04/01 09:48:04 adam Exp $
PKGNAME= ${DISTNAME:C:-:-gtk-:}
-PKGREVISION= 8
-USE_LANGUAGES+= c c++
+USE_LANGUAGES= c c++
INSTALL_ENV+= INSTALL_ROOT=${DESTDIR}${PREFIX}
-CONFIGURE_ARGS+= --disable-cli --disable-daemon --with-gtk
+CONFIGURE_ARGS+= --disable-cli
+CONFIGURE_ARGS+= --disable-daemon
+CONFIGURE_ARGS+= --disable-mac
+CONFIGURE_ARGS+= --with-gtk
CONFLICTS+= Transmission-gui-[0-9]*