From owner-svn-ports-head@FreeBSD.ORG Thu Feb 6 22:52:12 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E0CC4B93; Thu, 6 Feb 2014 22:52:12 +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 B21D01E0B; Thu, 6 Feb 2014 22:52:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s16MqCYi071888; Thu, 6 Feb 2014 22:52:12 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s16MqCFJ071886; Thu, 6 Feb 2014 22:52:12 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201402062252.s16MqCFJ071886@svn.freebsd.org> From: Rusmir Dusko Date: Thu, 6 Feb 2014 22:52:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343166 - in head/net-p2p/qbittorrent: . 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.17 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: Thu, 06 Feb 2014 22:52:13 -0000 Author: nemysis Date: Thu Feb 6 22:52:12 2014 New Revision: 343166 URL: http://svnweb.freebsd.org/changeset/ports/343166 QAT: https://qat.redports.org/buildarchive/r343166/ Log: - Add patch, fix build net-p2p/qbittorrent-nox11 Reported by: Alexander Welyczkowski Added: head/net-p2p/qbittorrent/files/ head/net-p2p/qbittorrent/files/patch-src__src.pro (contents, props changed) Modified: head/net-p2p/qbittorrent/Makefile Modified: head/net-p2p/qbittorrent/Makefile ============================================================================== --- head/net-p2p/qbittorrent/Makefile Thu Feb 6 22:45:51 2014 (r343165) +++ head/net-p2p/qbittorrent/Makefile Thu Feb 6 22:52:12 2014 (r343166) @@ -3,7 +3,7 @@ PORTNAME= qbittorrent PORTVERSION= 3.1.8 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= net-p2p ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ @@ -45,7 +45,7 @@ USE_QT4+= dbus do-configure: .if defined(SLAVE_PORT) && ${SLAVE_PORT:L} == "no" @cd ${WRKSRC} ; ${SETENV} ${CONFIGURE_ENV} \ - ./configure --prefix=${PREFIX} + ./configure --prefix=${PREFIX} --enable-debug .else @cd ${WRKSRC} ; ${SETENV} ${CONFIGURE_ENV} \ ./configure --prefix=${PREFIX} --disable-gui Added: head/net-p2p/qbittorrent/files/patch-src__src.pro ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-p2p/qbittorrent/files/patch-src__src.pro Thu Feb 6 22:52:12 2014 (r343166) @@ -0,0 +1,42 @@ +--- ./src/src.pro.orig 2014-02-02 21:50:54.000000000 +0100 ++++ ./src/src.pro 2014-02-06 23:30:26.000000000 +0100 +@@ -107,8 +107,7 @@ + scannedfoldersmodel.h \ + qinisettings.h \ + smtp.h \ +- dnsupdater.h \ +- messageboxraised.h ++ dnsupdater.h + + + SOURCES += main.cpp \ +@@ -117,8 +116,7 @@ + misc.cpp \ + fs_utils.cpp \ + smtp.cpp \ +- dnsupdater.cpp \ +- messageboxraised.cpp ++ dnsupdater.cpp + + nox { + HEADERS += headlessloader.h +@@ -152,7 +150,8 @@ + loglistwidget.h \ + addnewtorrentdialog.h \ + autoexpandabledialog.h \ +- statsdialog.h ++ statsdialog.h \ ++ messageboxraised.h + + SOURCES += mainwindow.cpp \ + ico.cpp \ +@@ -171,7 +170,8 @@ + loglistwidget.cpp \ + addnewtorrentdialog.cpp \ + autoexpandabledialog.cpp \ +- statsdialog.cpp ++ statsdialog.cpp \ ++ messageboxraised.cpp + + win32 { + HEADERS += programupdater.h