From owner-svn-ports-head@FreeBSD.ORG Wed Nov 13 19:45:58 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5476D74D; Wed, 13 Nov 2013 19:45:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 42FAA2AAB; Wed, 13 Nov 2013 19:45:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rADJjwaf068117; Wed, 13 Nov 2013 19:45:58 GMT (envelope-from crees@svn.freebsd.org) Received: (from crees@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rADJjvYg068115; Wed, 13 Nov 2013 19:45:57 GMT (envelope-from crees@svn.freebsd.org) Message-Id: <201311131945.rADJjvYg068115@svn.freebsd.org> From: Chris Rees Date: Wed, 13 Nov 2013 19:45:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333720 - in head/net-p2p/transmission-cli: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Nov 2013 19:45:58 -0000 Author: crees Date: Wed Nov 13 19:45:57 2013 New Revision: 333720 URL: http://svnweb.freebsd.org/changeset/ports/333720 Log: Fix -qt4 build on 10.0-BETA3 PR: ports/183935 Submitted by: Matthieu Volat Added: head/net-p2p/transmission-cli/files/patch-qt-app-h (contents, props changed) Modified: head/net-p2p/transmission-cli/Makefile Modified: head/net-p2p/transmission-cli/Makefile ============================================================================== --- head/net-p2p/transmission-cli/Makefile Wed Nov 13 19:40:51 2013 (r333719) +++ head/net-p2p/transmission-cli/Makefile Wed Nov 13 19:45:57 2013 (r333720) @@ -32,8 +32,8 @@ NO_STAGE= yes LIB_DEPENDS?= ${GEN_LIB_DEPENDS} # General dependencies -GEN_LIB_DEPENDS=curl:${PORTSDIR}/ftp/curl \ - event-2.0.6:${PORTSDIR}/devel/libevent2 +GEN_LIB_DEPENDS=libcurl.so:${PORTSDIR}/ftp/curl \ + libevent-2.0.so.6:${PORTSDIR}/devel/libevent2 GEN_RUN_DEPENDS=${LOCALBASE}/share/transmission/web/index.html:${PORTSDIR}/www/transmission-web # This is master port of transmission-*, so don't override USES definition Added: head/net-p2p/transmission-cli/files/patch-qt-app-h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-p2p/transmission-cli/files/patch-qt-app-h Wed Nov 13 19:45:57 2013 (r333720) @@ -0,0 +1,10 @@ +--- qt/app.h.orig 2013-11-13 20:00:41.000000000 +0100 ++++ qt/app.h 2013-11-13 20:00:51.000000000 +0100 +@@ -13,6 +13,7 @@ + #ifndef QTR_APP_H + #define QTR_APP_H + ++#include + #include + #include + #include