Index: head/net-p2p/retroshare/Makefile =================================================================== --- head/net-p2p/retroshare/Makefile (revision 456946) +++ head/net-p2p/retroshare/Makefile (revision 456947) @@ -1,65 +1,61 @@ # Created by: glocke@bsdstammtisch.at # $FreeBSD$ PORTNAME= retroshare PORTVERSION= 0.6.1 DISTVERSIONPREFIX= v -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net-p2p MAINTAINER= peter@netkey.at COMMENT= Private and secure decentralised communication platform LICENSE= GPLv2 LIB_DEPENDS= libsqlcipher.so:databases/sqlcipher \ libspeex.so:audio/speex \ libspeexdsp.so:audio/speexdsp \ libupnp.so:devel/upnp \ libgnome-keyring.so:security/libgnome-keyring \ libgpgme.so:security/gpgme \ libopencv_highgui.so:graphics/opencv \ libopencv_imgproc.so:graphics/opencv-core \ libavcodec.so:multimedia/ffmpeg \ libcurl.so:ftp/curl \ libmicrohttpd.so:www/libmicrohttpd - -BROKEN_aarch64= fails to compile due to clang 4.0 regression: util/bdthreads.cc:132:10: ordered comparison between pointer and zero -BROKEN_armv6= fails to compile due to clang 4.0 regression: util/bdthreads.cc:132:10: ordered comparison between pointer and zero -BROKEN_armv7= fails to compile due to clang 4.0 regression: util/bdthreads.cc:132:10: ordered comparison between pointer and zero USES= compiler:features desktop-file-utils dos2unix pkgconfig qmake ssl USE_GNOME= glib20 libxml2 libxslt USE_GL= gl USE_QT5= buildtools_build uitools_build core gui network xml \ widgets multimedia printsupport INSTALLS_ICONS= yes DOS2UNIX_FILES= retroshare-nogui/src/retroshare-nogui.pro USE_GITHUB= yes GH_ACCOUNT= RetroShare GH_PROJECT= RetroShare .include post-patch: .if ${COMPILER_FEATURES:Mlibc++} @${REINPLACE_CMD} -e 's|std::tr1::|std::|' \ ${WRKSRC}/libretroshare/src/dbase/findex.[ch]* .endif @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ ${WRKSRC}/libretroshare/src/libretroshare.pro @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ ${WRKSRC}/retroshare-gui/src/retroshare-gui.pro @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ ${WRKSRC}/retroshare-nogui/src/retroshare-nogui.pro @${REINPLACE_CMD} -e 's|/usr/bin|${PREFIX}/bin|' \ ${WRKSRC}/data/retroshare06.desktop @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' \ ${WRKSRC}/data/retroshare06.desktop .if defined(GH_TAGNAME) @${REINPLACE_CMD} -e 's|RS_REVISION_NUMBER.*|RS_REVISION_NUMBER 0x${GH_TAGNAME}|' \ ${WRKSRC}/libretroshare/src/retroshare/rsversion.h .endif .include Index: head/net-p2p/retroshare/files/patch-libbitdht_src_util_bdthreads.cc =================================================================== --- head/net-p2p/retroshare/files/patch-libbitdht_src_util_bdthreads.cc (nonexistent) +++ head/net-p2p/retroshare/files/patch-libbitdht_src_util_bdthreads.cc (revision 456947) @@ -0,0 +1,11 @@ +--- libbitdht/src/util/bdthreads.cc.orig 2016-08-31 11:24:02 UTC ++++ libbitdht/src/util/bdthreads.cc +@@ -129,7 +129,7 @@ void bdThread::join() /* waits for the the mTid thread + #if defined(_WIN32) || defined(__MINGW32__) + /* Its a struct in Windows compile and the member .p ist checked in the pthreads library */ + #else +- if(mTid > 0) ++ if(mTid != NULL) + #endif + pthread_join(mTid, NULL); + Property changes on: head/net-p2p/retroshare/files/patch-libbitdht_src_util_bdthreads.cc ___________________________________________________________________ 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