Index: Makefile =================================================================== --- Makefile (revision 421520) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qbittorrent -PORTVERSION= 3.3.3 +PORTVERSION= 3.3.4 DISTVERSIONPREFIX= release- CATEGORIES= net-p2p ipv6 @@ -13,7 +13,7 @@ # ABI versions specified on purpose for libtorrent-rasterbar LIB_DEPENDS= libtorrent-rasterbar.so:net-p2p/libtorrent-rasterbar \ - libboost_system.so:devel/boost-libs + libboost_system.so:devel/boost-libs USE_GITHUB= yes GH_ACCOUNT= qBittorrent @@ -47,9 +47,8 @@ .include -# Qt4 fails to detect base clang features, this section corrects it -.if ${PORT_OPTIONS:MQT4} -CXXFLAGS+= -DQ_COMPILER_INITIALIZER_LISTS +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 +BROKEN= wrong libtorrent-rasterbar version .endif .if ${PORT_OPTIONS:MDBUS} @@ -56,6 +55,7 @@ USE_${OPTION_QT}+= dbus .endif +CFLAGS+= "-Wno-deprecated-declarations" CXXFLAGS+= -DBOOST_ASIO_DYN_LINK CONFIGURE_ENV+= zlib_CFLAGS=-I/usr/include CONFIGURE_ENV+= zlib_LIBS=-lz Index: distinfo =================================================================== --- distinfo (revision 421520) +++ distinfo (working copy) @@ -1,2 +1,3 @@ -SHA256 (qBittorrent-qBittorrent-release-3.3.3_GH0.tar.gz) = 04f03623be427294238f119d1ab3311e8560a091778f12df03cc9380fad2c6d9 -SIZE (qBittorrent-qBittorrent-release-3.3.3_GH0.tar.gz) = 4984105 +TIMESTAMP = 1472301014 +SHA256 (qBittorrent-qBittorrent-release-3.3.4_GH0.tar.gz) = c822e938e36fc5956476f9a8f52beecf35d65df2ba502c671fa3e90f7d0be81f +SIZE (qBittorrent-qBittorrent-release-3.3.4_GH0.tar.gz) = 5101273 Index: files/patch-application.cpp =================================================================== --- files/patch-application.cpp (nonexistent) +++ files/patch-application.cpp (working copy) @@ -0,0 +1,11 @@ +--- src/app/application.cpp.orig 2016-08-27 10:10:44 UTC ++++ src/app/application.cpp +@@ -35,6 +35,8 @@ + #include + #include + ++#include ++ + #ifndef DISABLE_GUI + #include "gui/guiiconprovider.h" + #ifdef Q_OS_WIN Property changes on: files/patch-application.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: files/patch-filesystemwatcher.cpp =================================================================== --- files/patch-filesystemwatcher.cpp (nonexistent) +++ files/patch-filesystemwatcher.cpp (working copy) @@ -0,0 +1,14 @@ +--- src/base/filesystemwatcher.cpp.orig 2016-08-27 05:20:33 UTC ++++ src/base/filesystemwatcher.cpp +@@ -12,9 +12,10 @@ + #endif + #endif + ++#include ++#include "base/bittorrent/magneturi.h" + #include "base/preferences.h" + #include "base/bittorrent/torrentinfo.h" +-#include "base/bittorrent/magneturi.h" + #include "filesystemwatcher.h" + + #ifndef CIFS_MAGIC_NUMBER Property changes on: files/patch-filesystemwatcher.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property