Index: head/net-p2p/libktorrent/Makefile =================================================================== --- head/net-p2p/libktorrent/Makefile (revision 458360) +++ head/net-p2p/libktorrent/Makefile (revision 458361) @@ -1,26 +1,26 @@ # $FreeBSD$ PORTNAME= libktorrent DISTVERSION= 1.3.1 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= net-p2p kde MASTER_SITES= http://ktorrent.org/downloads/${DISTVERSION:C,^1,4,:C,-.*,,}/ MAINTAINER= kde@FreeBSD.org COMMENT= Torrent library from KTorrent project BUILD_DEPENDS= ${LOCALBASE}/include/boost/concept_check.hpp:devel/boost-libs LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ libgmp.so:math/gmp \ libqca.so:devel/qca USES= cmake:outsource gettext kde:4 tar:bzip2 USE_KDE= kdelibs automoc4 USE_QT4= qtestlib_build qmake_build moc_build rcc_build uic_build USE_LDCONFIG= yes SHLIB_VER= 5.0.1 PLIST_SUB+= SHLIB_VER=${SHLIB_VER} \ SHLIB_SHVER=${SHLIB_VER:R:R} .include Index: head/net-p2p/libktorrent/files/patch-src_diskio_chunkmanager.cpp =================================================================== --- head/net-p2p/libktorrent/files/patch-src_diskio_chunkmanager.cpp (nonexistent) +++ head/net-p2p/libktorrent/files/patch-src_diskio_chunkmanager.cpp (revision 458361) @@ -0,0 +1,15 @@ +error: case value evaluates to -1, which cannot be narrowed to type 'unsigned int' + [-Wc++11-narrowing] + case -1: + +--- src/diskio/chunkmanager.cpp.orig 2018-01-07 15:40:05 UTC ++++ src/diskio/chunkmanager.cpp +@@ -528,7 +528,7 @@ namespace bt + tf.setPriority(EXCLUDED); + break; + case ONLY_SEED_PRIORITY: +- case -1: ++ case static_cast(-1): + tf.setPriority(ONLY_SEED_PRIORITY); + break; + default: Property changes on: head/net-p2p/libktorrent/files/patch-src_diskio_chunkmanager.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