Date: Thu, 6 Feb 2014 22:52:12 +0000 (UTC) From: Rusmir Dusko <nemysis@FreeBSD.org> 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 Message-ID: <201402062252.s16MqCFJ071886@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <AWelyczkowski@convergex.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402062252.s16MqCFJ071886>