Index: head/net-im/tox/files/patch-toxav_toxav.c =================================================================== --- head/net-im/tox/files/patch-toxav_toxav.c (revision 357543) +++ head/net-im/tox/files/patch-toxav_toxav.c (nonexistent) @@ -1,18 +0,0 @@ ---- toxav/toxav.c.orig 2014-05-31 21:36:37.000000000 +0200 -+++ toxav/toxav.c 2014-06-02 00:11:25.000000000 +0200 -@@ -532,7 +532,7 @@ - if (pkt->kind == VPX_CODEC_CX_FRAME_PKT) { - if ( copied + pkt->data.frame.sz > dest_max ) return ErrorPacketTooLarge; - -- mempcpy(dest + copied, pkt->data.frame.buf, pkt->data.frame.sz); -+ memcpy(dest + copied, pkt->data.frame.buf, pkt->data.frame.sz); - copied += pkt->data.frame.sz; - } - } -@@ -713,4 +713,4 @@ - inline__ Tox *toxav_get_tox(ToxAv *av) - { - return (Tox *)av->messenger; --} -\ No newline at end of file -+} Property changes on: head/net-im/tox/files/patch-toxav_toxav.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net-im/tox/Makefile =================================================================== --- head/net-im/tox/Makefile (revision 357543) +++ head/net-im/tox/Makefile (revision 357544) @@ -1,62 +1,62 @@ # Created by: Thierry Thomas # $FreeBSD$ PORTNAME= ProjectTox-Core -PORTVERSION= 0.140601 -PORTREVISION= 1 +PORTVERSION= 0.140611 CATEGORIES= net-im net-p2p MAINTAINER= thierry@FreeBSD.org COMMENT= ProjectTox-Core library, a decentralized and secure messenger LICENSE= GPLv3 BUILD_DEPENDS= checkmk:${PORTSDIR}/devel/libcheck LIB_DEPENDS= libvpx.so:${PORTSDIR}/multimedia/libvpx \ libopus.so:${PORTSDIR}/audio/opus \ libopenal.so.1:${PORTSDIR}/audio/openal-soft \ libv4l2.so:${PORTSDIR}/multimedia/libv4l \ libswscale.so:${PORTSDIR}/multimedia/ffmpeg USE_GITHUB= yes GH_ACCOUNT= irungentoo GH_PROJECT= ProjectTox-Core GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= 9684339 +GH_COMMIT= 63f25f8 USE_AUTOTOOLS= libtoolize aclocal autoconf autoheader automake AUTOMAKE_ARGS= -a -c -f +CONFIGURE_ARGS= --enable-testing USES= pkgconfig pathfix libtool USE_SDL= yes USE_LDCONFIG= yes PATHFIX_MAKEFILEIN= Makefile.am INSTALL_TARGET= install-strip OPTIONS_RADIO= CRYPTO OPTIONS_RADIO_CRYPTO= SODIUM NACL OPTIONS_DEFAULT= SODIUM OPTIONS_SUB= yes SODIUM_DESC= Prefer libsodium SODIUM_LIB_DEPENDS= libsodium.so:${PORTSDIR}/security/libsodium NACL_DESC= Prefer NaCl NACL_CONFIGURE_ENABLE= nacl NACL_BUILD_DEPENDS= ${LOCALBASE}/lib/libnacl.a:${PORTSDIR}/security/nacl NACL_RUN_DEPENDS= ${LOCALBASE}/lib/libnacl.a:${PORTSDIR}/security/nacl .include .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 USE_GCC= yes BROKEN_i386= '__stack_chk_fail_local' isn't defined .endif .if ${PORT_OPTIONS:MNACL} CONFIGURE_ARGS+= --with-nacl-libs=${LOCALBASE}/lib .endif pre-configure: ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/configure.ac .include Index: head/net-im/tox/distinfo =================================================================== --- head/net-im/tox/distinfo (revision 357543) +++ head/net-im/tox/distinfo (revision 357544) @@ -1,2 +1,2 @@ -SHA256 (ProjectTox-Core-0.140601.tar.gz) = aba9ffbad2d26059905f88101ae73df9eaed6f6edbd121bcea3ca21adc60500b -SIZE (ProjectTox-Core-0.140601.tar.gz) = 272908 +SHA256 (ProjectTox-Core-0.140611.tar.gz) = 86b3576a705742153f18a5ccb77b9506d4fc2ee505620da6271c907d716b8ea4 +SIZE (ProjectTox-Core-0.140611.tar.gz) = 269950 Index: head/net-im/toxic/Makefile =================================================================== --- head/net-im/toxic/Makefile (revision 357543) +++ head/net-im/toxic/Makefile (revision 357544) @@ -1,46 +1,46 @@ # Created by: Thierry Thomas # $FreeBSD$ PORTNAME= toxic -PORTVERSION= 0.4.0.140602 +PORTVERSION= 0.4.0.140611 CATEGORIES= net-im MAINTAINER= thierry@FreeBSD.org COMMENT= A console client for Tox LICENSE= GPLv3 BUILD_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox LIB_DEPENDS= libvpx.so:${PORTSDIR}/multimedia/libvpx \ libopus.so:${PORTSDIR}/audio/opus \ libopenal.so.1:${PORTSDIR}/audio/openal-soft RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox USE_GITHUB= yes GH_ACCOUNT= tox GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= f9e15cd +GH_COMMIT= 328e7f8 WRKSRC= ${WRKDIR}/Tox-${PORTNAME}-${GH_COMMIT} SUB_FILES= pkg-message USES= ncurses:port pkgconfig USE_AUTOTOOLS= autoconf aclocal .include .if ${OSVERSION} < 900033 USE_BINUTILS= yes LDFLAGS+= -B${LOCALBASE}/bin .endif run-autotools: cd ${CONFIGURE_WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${AUTORECONF} -if post-install: .if !defined(NOPORTEXAMPLES) ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/misc/toxic.conf ${STAGEDIR}${EXAMPLESDIR} .endif .include Index: head/net-im/toxic/distinfo =================================================================== --- head/net-im/toxic/distinfo (revision 357543) +++ head/net-im/toxic/distinfo (revision 357544) @@ -1,2 +1,2 @@ -SHA256 (toxic-0.4.0.140602.tar.gz) = e9d6e7eedd8c8ae5b19b8709030787f6e02ad124199241f738e9e3e6363271bb -SIZE (toxic-0.4.0.140602.tar.gz) = 77316 +SHA256 (toxic-0.4.0.140611.tar.gz) = 3124965b56a4ed42b80af08f58a126d8c4f0035084393bcf9297b35290f1994f +SIZE (toxic-0.4.0.140611.tar.gz) = 78177 Index: head/net-im/venom/Makefile =================================================================== --- head/net-im/venom/Makefile (revision 357543) +++ head/net-im/venom/Makefile (revision 357544) @@ -1,35 +1,35 @@ # Created by: Thierry Thomas # $FreeBSD$ PORTNAME= Venom -PORTVERSION= 0.2.0.140601 +PORTVERSION= 0.2.0.140611 CATEGORIES= net-im MAINTAINER= thierry@FreeBSD.org COMMENT= A cross-platform GUI for Tox written in Vala using GTK+ LICENSE= GPLv3 BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala \ ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox LIB_DEPENDS= libgee-0.8.so:${PORTSDIR}/devel/libgee \ libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox USE_GITHUB= yes GH_ACCOUNT= naxuroqa GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= 3be4588 +GH_COMMIT= 91b1f35 USES= cmake desktop-file-utils pkgconfig USE_GNOME= glib20 gtk30 USE_SQLITE= yes INSTALLS_ICONS= yes OPTIONS_DEFINE= QRCODE OPTIONS_DEFAULT= QRCODE QRCODE_DESC= "Show QR codes" QRCODE_CMAKE_ON= -DENABLE_QR_ENCODE:BOOL="ON" QRCODE_LIB_DEPENDS= libqrencode.so:${PORTSDIR}/graphics/libqrencode .include Index: head/net-im/venom/distinfo =================================================================== --- head/net-im/venom/distinfo (revision 357543) +++ head/net-im/venom/distinfo (revision 357544) @@ -1,2 +1,2 @@ -SHA256 (Venom-0.2.0.140601.tar.gz) = 38762f9c78d60be9b7e86601d6d1f9bbb7586465964a7254ca660f73d0c2f78a -SIZE (Venom-0.2.0.140601.tar.gz) = 145711 +SHA256 (Venom-0.2.0.140611.tar.gz) = 6b6c0422531d207761553950c06e4f84638e32d46cdfc8f14e29402bb1374fbb +SIZE (Venom-0.2.0.140611.tar.gz) = 148241