Date: Mon, 3 Dec 2018 19:41:33 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486531 - in head: astro/libosmpbf astro/merkaartor audio/clementine-player audio/mixxx audio/mixxx20 audio/mumble audio/mumble/files audio/murmur audio/murmur/files databases/mysql57-s... Message-ID: <201812031941.wB3JfXvD070754@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Dec 3 19:41:32 2018 New Revision: 486531 URL: https://svnweb.freebsd.org/changeset/ports/486531 Log: Update devel/protobuf to 3.6.1 - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/protocolbuffers/protobuf/releases PR: 231008 Exp-run by: antoine Added: head/audio/mumble/files/patch-cplusplus.pri (contents, props changed) head/audio/murmur/files/patch-cplusplus.pri (contents, props changed) head/devel/protobuf/files/patch-src-google-protobuf-stubs-common.h (contents, props changed) Deleted: head/devel/protobuf/files/patch-src-google-protobuf-stubs-atomicops.h head/devel/protobuf/files/patch-src_Makefile.am Modified: head/astro/libosmpbf/Makefile head/astro/merkaartor/Makefile head/audio/clementine-player/Makefile head/audio/mixxx/Makefile head/audio/mixxx20/Makefile head/audio/mumble/Makefile head/audio/murmur/Makefile head/databases/mysql57-server/Makefile head/databases/mysql80-server/Makefile head/devel/grpc/Makefile head/devel/ignition-msgs/Makefile head/devel/ignition-transport/Makefile head/devel/php5-pinba/Makefile head/devel/protobuf-c/Makefile head/devel/protobuf/Makefile head/devel/protobuf/distinfo head/devel/protobuf/pkg-descr head/devel/protobuf/pkg-plist head/dns/dnsdist/Makefile head/dns/knot-resolver/Makefile head/dns/powerdns-recursor/Makefile head/dns/powerdns-recursor40/Makefile head/dns/powerdns/Makefile head/games/cockatrice/Makefile head/games/pink-pony/Makefile head/games/pokerth/Makefile head/graphics/caffe/Makefile head/graphics/opencv/Makefile head/graphics/osgearth/Makefile head/japanese/mozc-server/Makefile head/multimedia/vlc3/Makefile head/net-im/ricochet/Makefile head/net-mgmt/collectd5/Makefile head/net-p2p/bitcoin/Makefile head/net-p2p/litecoin/Makefile head/net-p2p/namecoin/Makefile head/net-p2p/qtum/Makefile head/net-p2p/zetacoin/Makefile head/net/eternalterminal/Makefile head/net/mosh/Makefile head/net/ostinato/Makefile head/net/spoofer/Makefile head/science/lm/Makefile head/science/paraview/Makefile head/security/certificate-transparency/Makefile head/sysutils/zbackup/Makefile head/www/mod_pagespeed/Makefile Modified: head/astro/libosmpbf/Makefile ============================================================================== --- head/astro/libosmpbf/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/astro/libosmpbf/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -4,7 +4,7 @@ PORTNAME= libosmpbf PORTVERSION= 1.3.3 DISTVERSIONPREFIX= v -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= astro geography devel MAINTAINER= amdmi3@FreeBSD.org @@ -21,6 +21,7 @@ USE_GITHUB= yes GH_ACCOUNT= scrosby GH_PROJECT= OSM-binary -USES= cmake +USES= cmake compiler:c++11-lang +USE_CXXSTD= c++11 .include <bsd.port.mk> Modified: head/astro/merkaartor/Makefile ============================================================================== --- head/astro/merkaartor/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/astro/merkaartor/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,7 +3,7 @@ PORTNAME= merkaartor PORTVERSION= 0.18.2 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= astro MAINTAINER= dev2@heesakkers.info Modified: head/audio/clementine-player/Makefile ============================================================================== --- head/audio/clementine-player/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/audio/clementine-player/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -5,7 +5,7 @@ PORTNAME= clementine DISTVERSIONPREFIX= v DISTVERSION= 1.3.1-441 DISTVERSIONSUFFIX= -gc01b7bc -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio PKGNAMESUFFIX= -player @@ -40,6 +40,7 @@ USES= cmake \ gettext-tools \ pkgconfig \ qt:4 sqlite +USE_CXXSTD= c++11 USE_GL= gl glew glu USE_XORG= x11 Modified: head/audio/mixxx/Makefile ============================================================================== --- head/audio/mixxx/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/audio/mixxx/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,6 +3,7 @@ PORTNAME= mixxx DISTVERSION= 2.1.5 +PORTREVISION= 1 DISTVERSIONPREFIX= release- CATEGORIES= audio Modified: head/audio/mixxx20/Makefile ============================================================================== --- head/audio/mixxx20/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/audio/mixxx20/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,7 +3,7 @@ PORTNAME= mixxx PORTVERSION= 2.0.0 DISTVERSIONSUFFIX= -src -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio MASTER_SITES= http://downloads.mixxx.org/${PORTNAME}-${PORTVERSION}/ PKGNAMESUFFIX= 20 @@ -34,7 +34,8 @@ LIB_DEPENDS= libchromaprint.so:audio/chromaprint \ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USES= qt:4 scons iconv pkgconfig +USES= compiler:c++11-lang iconv pkgconfig qt:4 scons +USE_CXXSTD= c++11 USE_QT= corelib gui network opengl script scripttools sql sql-sqlite3 \ svg testlib xml xmlpatterns linguisttools_build moc_build \ qmake_build rcc_build uic_build Modified: head/audio/mumble/Makefile ============================================================================== --- head/audio/mumble/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/audio/mumble/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,7 +3,7 @@ PORTNAME= mumble PORTVERSION= 1.2.19 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= audio MAINTAINER= feld@FreeBSD.org @@ -24,7 +24,8 @@ LIB_DEPENDS+= libspeex.so:audio/speex \ PLIST_SUB+= PORTVERSION="${PORTVERSION}" -USES= compiler cpe desktop-file-utils gmake pkgconfig qmake qt:4 ssl +USES= compiler:c++11-lang cpe desktop-file-utils gmake pkgconfig qmake qt:4 ssl +USE_CXXSTD= c++11 USE_GITHUB= yes GH_ACCOUNT= mumble-voip GH_PROJECT= mumble celt-0.7.0:mumble_celt_0_7 celt-0.11.0:mumble_celt_0_11 Added: head/audio/mumble/files/patch-cplusplus.pri ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/mumble/files/patch-cplusplus.pri Mon Dec 3 19:41:32 2018 (r486531) @@ -0,0 +1,13 @@ +--- cplusplus.pri.orig 2017-01-27 12:29:08 UTC ++++ cplusplus.pri +@@ -103,8 +103,8 @@ unix { + # older compilers. In GCC, the following + # flags mean the same thing: + # -std=c++98, -std=c++03, -ansi. +- QMAKE_CXXFLAGS += -std=c++98 +- QMAKE_LFLAGS += -std=c++98 ++ # QMAKE_CXXFLAGS += -std=c++98 ++ # QMAKE_LFLAGS += -std=c++98 + } + + Modified: head/audio/murmur/Makefile ============================================================================== --- head/audio/murmur/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/audio/murmur/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,7 +3,7 @@ PORTNAME= murmur PORTVERSION= 1.2.19 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= audio net MAINTAINER= feld@FreeBSD.org @@ -21,6 +21,7 @@ LIB_DEPENDS= libprotobuf.so:devel/protobuf USERS= murmur GROUPS= murmur USES= compiler:c++11-lang qmake pkgconfig qt:4 ssl +USE_CXXSTD= c++11 USE_QT= moc_build corelib network sql xml USE_GITHUB= YES Added: head/audio/murmur/files/patch-cplusplus.pri ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/murmur/files/patch-cplusplus.pri Mon Dec 3 19:41:32 2018 (r486531) @@ -0,0 +1,13 @@ +--- cplusplus.pri.orig 2017-01-27 12:29:08 UTC ++++ cplusplus.pri +@@ -103,8 +103,8 @@ unix { + # older compilers. In GCC, the following + # flags mean the same thing: + # -std=c++98, -std=c++03, -ansi. +- QMAKE_CXXFLAGS += -std=c++98 +- QMAKE_LFLAGS += -std=c++98 ++ # QMAKE_CXXFLAGS += -std=c++98 ++ # QMAKE_LFLAGS += -std=c++98 + } + + Modified: head/databases/mysql57-server/Makefile ============================================================================== --- head/databases/mysql57-server/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/databases/mysql57-server/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,7 +3,7 @@ PORTNAME?= mysql PORTVERSION= 5.7.24 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= databases ipv6 MASTER_SITES= MYSQL/MySQL-5.7 PKGNAMESUFFIX?= 57-server @@ -96,6 +96,7 @@ SUB_FILES= my.cnf.sample USERS= mysql GROUPS= mysql +USE_CXXSTD= c++11 USE_LDCONFIG+= ${PREFIX}/lib/mysql/plugin MMAN1= my_print_defaults.1 myisam_ftdump.1 myisamchk.1 myisamlog.1 myisampack.1 \ Modified: head/databases/mysql80-server/Makefile ============================================================================== --- head/databases/mysql80-server/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/databases/mysql80-server/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,7 +3,7 @@ PORTNAME?= mysql PORTVERSION= 8.0.12 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= databases ipv6 MASTER_SITES= MYSQL/MySQL-8.0 PKGNAMESUFFIX?= 80-server Modified: head/devel/grpc/Makefile ============================================================================== --- head/devel/grpc/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/devel/grpc/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -4,7 +4,7 @@ PORTNAME= grpc PORTVERSION= 1.15.1 DISTVERSIONPREFIX= v -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel Modified: head/devel/ignition-msgs/Makefile ============================================================================== --- head/devel/ignition-msgs/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/devel/ignition-msgs/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -2,6 +2,7 @@ PORTNAME= ignition-msgs DISTVERSION= 3.0.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ Modified: head/devel/ignition-transport/Makefile ============================================================================== --- head/devel/ignition-transport/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/devel/ignition-transport/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -2,6 +2,7 @@ PORTNAME= ignition-transport DISTVERSION= 6.0.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ Modified: head/devel/php5-pinba/Makefile ============================================================================== --- head/devel/php5-pinba/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/devel/php5-pinba/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,7 +3,7 @@ PORTNAME= pinba PORTVERSION= 2012.03.20 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= devel PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} @@ -22,7 +22,8 @@ GH_ACCOUNT= tony2001 GH_PROJECT= pinba_extension GH_TAGNAME= f76b673 -USES= php:ext +USES= compiler:c++11-lang php:ext +USE_CXXSTD= c++11 IGNORE_WITH_PHP= 70 71 72 73 .include <bsd.port.mk> Modified: head/devel/protobuf-c/Makefile ============================================================================== --- head/devel/protobuf-c/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/devel/protobuf-c/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,6 +3,7 @@ PORTNAME= protobuf-c PORTVERSION= 1.3.1 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= devel Modified: head/devel/protobuf/Makefile ============================================================================== --- head/devel/protobuf/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/devel/protobuf/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= protobuf -PORTVERSION= 3.5.2 +PORTVERSION= 3.6.1 DISTVERSIONPREFIX= v -PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel @@ -19,19 +18,23 @@ BROKEN_sparc64= fails to compile: no atomic ops availa TEST_DEPENDS= googlemock>=0:devel/googlemock \ googletest>=0:devel/googletest +USES= autoreconf compiler:c++11-lang gmake libtool localbase pathfix pkgconfig + CFLAGS+= -DGOOGLE_PROTOBUF_NO_RTTI -I${WRKSRC}/src -CONFIGURE_ENV= CC_FOR_BUILD="${CC}" CFLAGS_FOR_BUILD="${CFLAGS}" \ +CONFIGURE_ENV= CC_FOR_BUILD="${CC}" \ + CFLAGS_FOR_BUILD="${CFLAGS}" \ CPPFLAGS_FOR_BUILD="${CPPFLAGS}" \ - CXX_FOR_BUILD="${CXX}" CXXFLAGS_FOR_BUILD="${CXXFLAGS}" \ + CXX_FOR_BUILD="${CXX}" \ + CXXFLAGS_FOR_BUILD="${CXXFLAGS}" \ LDFLAGS_FOR_BUILD="${LDFLAGS}" GNU_CONFIGURE= yes INSTALL_TARGET= install-strip TEST_ARGS= ${MAKE_ARGS} ${_MAKE_JOBS} TEST_TARGET= check -USES= autoreconf compiler:c++11-lang gmake libtool localbase pathfix pkgconfig +USE_CXXSTD= c++11 USE_LDCONFIG= yes -GH_ACCOUNT= google +GH_ACCOUNT= protocolbuffers USE_GITHUB= yes post-patch: Modified: head/devel/protobuf/distinfo ============================================================================== --- head/devel/protobuf/distinfo Mon Dec 3 19:20:22 2018 (r486530) +++ head/devel/protobuf/distinfo Mon Dec 3 19:41:32 2018 (r486531) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523095599 -SHA256 (google-protobuf-v3.5.2_GH0.tar.gz) = 4ffd420f39f226e96aebc3554f9c66a912f6cad6261f39f194f16af8a1f6dab2 -SIZE (google-protobuf-v3.5.2_GH0.tar.gz) = 4584659 +TIMESTAMP = 1535569873 +SHA256 (protocolbuffers-protobuf-v3.6.1_GH0.tar.gz) = 3d4e589d81b2006ca603c1ab712c9715a76227293032d05b26fca603f90b3f5b +SIZE (protocolbuffers-protobuf-v3.6.1_GH0.tar.gz) = 4485582 Added: head/devel/protobuf/files/patch-src-google-protobuf-stubs-common.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/protobuf/files/patch-src-google-protobuf-stubs-common.h Mon Dec 3 19:41:32 2018 (r486531) @@ -0,0 +1,11 @@ +--- src/google/protobuf/stubs/common.h.orig 2018-07-27 20:30:28 UTC ++++ src/google/protobuf/stubs/common.h +@@ -206,7 +206,7 @@ LIBPROTOBUF_EXPORT void OnShutdownRun(vo + + template <typename T> + T* OnShutdownDelete(T* p) { +- OnShutdownRun([](const void* p) { delete static_cast<const T*>(p); }, p); ++ OnShutdownRun([](const void* pp) { delete static_cast<const T*>(pp); }, p); + return p; + } + Modified: head/devel/protobuf/pkg-descr ============================================================================== --- head/devel/protobuf/pkg-descr Mon Dec 3 19:20:22 2018 (r486530) +++ head/devel/protobuf/pkg-descr Mon Dec 3 19:41:32 2018 (r486531) @@ -2,4 +2,4 @@ Protocol Buffers are a way of encoding structured data extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. -WWW: https://github.com/google/protobuf +WWW: https://github.com/protocolbuffers/protobuf Modified: head/devel/protobuf/pkg-plist ============================================================================== --- head/devel/protobuf/pkg-plist Mon Dec 3 19:20:22 2018 (r486530) +++ head/devel/protobuf/pkg-plist Mon Dec 3 19:41:32 2018 (r486531) @@ -15,7 +15,6 @@ include/google/protobuf/compiler/csharp/csharp_names.h include/google/protobuf/compiler/importer.h include/google/protobuf/compiler/java/java_generator.h include/google/protobuf/compiler/java/java_names.h -include/google/protobuf/compiler/javanano/javanano_generator.h include/google/protobuf/compiler/js/js_generator.h include/google/protobuf/compiler/js/well_known_types_embed.h include/google/protobuf/compiler/objectivec/objectivec_generator.h @@ -45,6 +44,8 @@ include/google/protobuf/generated_message_reflection.h include/google/protobuf/generated_message_table_driven.h include/google/protobuf/generated_message_util.h include/google/protobuf/has_bits.h +include/google/protobuf/implicit_weak_message.h +include/google/protobuf/inlined_string_field.h include/google/protobuf/io/coded_stream.h include/google/protobuf/io/gzip_stream.h include/google/protobuf/io/printer.h @@ -72,20 +73,6 @@ include/google/protobuf/source_context.pb.h include/google/protobuf/source_context.proto include/google/protobuf/struct.pb.h include/google/protobuf/struct.proto -include/google/protobuf/stubs/atomic_sequence_num.h -include/google/protobuf/stubs/atomicops.h -include/google/protobuf/stubs/atomicops_internals_arm64_gcc.h -include/google/protobuf/stubs/atomicops_internals_arm_gcc.h -include/google/protobuf/stubs/atomicops_internals_arm_qnx.h -include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h -include/google/protobuf/stubs/atomicops_internals_generic_gcc.h -include/google/protobuf/stubs/atomicops_internals_mips_gcc.h -include/google/protobuf/stubs/atomicops_internals_power.h -include/google/protobuf/stubs/atomicops_internals_ppc_gcc.h -include/google/protobuf/stubs/atomicops_internals_solaris.h -include/google/protobuf/stubs/atomicops_internals_tsan.h -include/google/protobuf/stubs/atomicops_internals_x86_gcc.h -include/google/protobuf/stubs/atomicops_internals_x86_msvc.h include/google/protobuf/stubs/bytestream.h include/google/protobuf/stubs/callback.h include/google/protobuf/stubs/casts.h @@ -98,14 +85,11 @@ include/google/protobuf/stubs/mutex.h include/google/protobuf/stubs/once.h include/google/protobuf/stubs/platform_macros.h include/google/protobuf/stubs/port.h -include/google/protobuf/stubs/scoped_ptr.h -include/google/protobuf/stubs/shared_ptr.h include/google/protobuf/stubs/singleton.h include/google/protobuf/stubs/status.h include/google/protobuf/stubs/stl_util.h include/google/protobuf/stubs/stringpiece.h include/google/protobuf/stubs/template_util.h -include/google/protobuf/stubs/type_traits.h include/google/protobuf/text_format.h include/google/protobuf/timestamp.pb.h include/google/protobuf/timestamp.proto @@ -127,15 +111,15 @@ include/google/protobuf/wrappers.pb.h include/google/protobuf/wrappers.proto lib/libprotobuf-lite.a lib/libprotobuf-lite.so -lib/libprotobuf-lite.so.15 -lib/libprotobuf-lite.so.15.0.1 +lib/libprotobuf-lite.so.17 +lib/libprotobuf-lite.so.17.0.0 lib/libprotobuf.a lib/libprotobuf.so -lib/libprotobuf.so.15 -lib/libprotobuf.so.15.0.1 +lib/libprotobuf.so.17 +lib/libprotobuf.so.17.0.0 lib/libprotoc.a lib/libprotoc.so -lib/libprotoc.so.15 -lib/libprotoc.so.15.0.1 +lib/libprotoc.so.17 +lib/libprotoc.so.17.0.0 libdata/pkgconfig/protobuf-lite.pc libdata/pkgconfig/protobuf.pc Modified: head/dns/dnsdist/Makefile ============================================================================== --- head/dns/dnsdist/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/dns/dnsdist/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,7 +3,7 @@ PORTNAME= dnsdist DISTVERSION= 1.3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns net MASTER_SITES= https://downloads.powerdns.com/releases/ \ LOCAL/cpm Modified: head/dns/knot-resolver/Makefile ============================================================================== --- head/dns/knot-resolver/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/dns/knot-resolver/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,6 +3,7 @@ PORTNAME= knot-resolver DISTVERSION= 3.1.0 +PORTREVISION= 1 CATEGORIES= dns ipv6 MASTER_SITES= https://secure.nic.cz/files/knot-resolver/ \ https://dns.company/downloads/knot-resolver/ Modified: head/dns/powerdns-recursor/Makefile ============================================================================== --- head/dns/powerdns-recursor/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/dns/powerdns-recursor/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,6 +3,7 @@ PORTNAME= recursor DISTVERSION= 4.1.7 +PORTREVISION= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ PKGNAMEPREFIX= powerdns- Modified: head/dns/powerdns-recursor40/Makefile ============================================================================== --- head/dns/powerdns-recursor40/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/dns/powerdns-recursor40/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,7 +3,7 @@ PORTNAME= recursor DISTVERSION= 4.0.9 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ PKGNAMEPREFIX= powerdns- Modified: head/dns/powerdns/Makefile ============================================================================== --- head/dns/powerdns/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/dns/powerdns/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -2,6 +2,7 @@ PORTNAME= powerdns DISTVERSION= 4.1.5 +PORTREVISION= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ DISTNAME= pdns-${DISTVERSION} Modified: head/games/cockatrice/Makefile ============================================================================== --- head/games/cockatrice/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/games/cockatrice/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,7 +3,7 @@ PORTNAME= Cockatrice PORTVERSION= 2.6.1.g2018.07.17 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MAINTAINER= sbruno@FreeBSD.org Modified: head/games/pink-pony/Makefile ============================================================================== --- head/games/pink-pony/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/games/pink-pony/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,7 +3,7 @@ PORTNAME= pink-pony PORTVERSION= 1.4.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org Modified: head/games/pokerth/Makefile ============================================================================== --- head/games/pokerth/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/games/pokerth/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,7 +3,7 @@ PORTNAME= pokerth PORTVERSION= 1.1.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= SF @@ -26,7 +26,8 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ BUILD_DEPENDS= ${LOCALBASE}/include/libircclient.h:irc/libircclient \ protoc:devel/protobuf -USES= iconv gmake qmake qt:4 sqlite ssl +USES= compiler:c++11-lang iconv gmake qmake qt:4 sqlite ssl +USE_CXXSTD= c++11 USE_QT= gui corelib network sql sql-sqlite3 \ moc_build rcc_build uic_build USE_SDL= mixer Modified: head/graphics/caffe/Makefile ============================================================================== --- head/graphics/caffe/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/graphics/caffe/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -2,7 +2,7 @@ PORTNAME= caffe PORTVERSION= 1.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= graphics MAINTAINER= eric@camachat.org @@ -36,8 +36,9 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.1:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}PyWavelets>=0.4:math/py-PyWavelets@${PY_FLAVOR} +USES= compiler:c++11-lib fortran gmake pkgconfig python:2.7 +USE_CXXSTD= c++11 USE_LDCONFIG= yes -USES= gmake python:2.7 fortran compiler:c++11-lib pkgconfig USE_PYTHON= flavors cython CXXFLAGS+= -DGTEST_USE_OWN_TR1_TUPLE=1 Modified: head/graphics/opencv/Makefile ============================================================================== --- head/graphics/opencv/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/graphics/opencv/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,7 +3,7 @@ PORTNAME= opencv PORTVERSION= 3.4.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org Modified: head/graphics/osgearth/Makefile ============================================================================== --- head/graphics/osgearth/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/graphics/osgearth/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -4,7 +4,7 @@ PORTNAME= osgearth PORTVERSION= 2.9 DISTVERSIONPREFIX= ${PORTNAME}- -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics geography MAINTAINER= lbartoletti@tuxfamily.org @@ -22,11 +22,12 @@ LIB_DEPENDS= libosg.so:graphics/osg \ libprotoc.so:devel/protobuf \ librocksdb.so:databases/rocksdb -USES= cmake pkgconfig sqlite +USES= cmake compiler:c++11-lang pkgconfig sqlite USE_GITHUB= yes GH_ACCOUNT= gwaldron +USE_CXXSTD= c++11 USE_LDCONFIG= yes USE_GL+= gl glu PLIST_SUB= OSGVERSION=3.4.0 Modified: head/japanese/mozc-server/Makefile ============================================================================== --- head/japanese/mozc-server/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/japanese/mozc-server/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -4,7 +4,7 @@ PORTNAME= mozc PORTVERSION= 2.20.2677.102.02 DISTVERSIONPREFIX= v -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= japanese MAINTAINER= hrs@FreeBSD.org Modified: head/multimedia/vlc3/Makefile ============================================================================== --- head/multimedia/vlc3/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/multimedia/vlc3/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,7 +3,7 @@ PORTNAME= vlc DISTVERSION= 3.0.4 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 4 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ Modified: head/net-im/ricochet/Makefile ============================================================================== --- head/net-im/ricochet/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/net-im/ricochet/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -4,7 +4,7 @@ PORTNAME= ricochet PORTVERSION= 1.1.4 DISTVERSIONPREFIX= v -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= net-im net-p2p MAINTAINER= yuri@FreeBSD.org Modified: head/net-mgmt/collectd5/Makefile ============================================================================== --- head/net-mgmt/collectd5/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/net-mgmt/collectd5/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,6 +3,7 @@ PORTNAME= collectd PORTVERSION= 5.8.1 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= https://storage.googleapis.com/collectd-tarballs/ PKGNAMESUFFIX= 5 Modified: head/net-p2p/bitcoin/Makefile ============================================================================== --- head/net-p2p/bitcoin/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/net-p2p/bitcoin/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,7 +3,7 @@ PORTNAME= bitcoin PORTVERSION= 0.17.0 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= net-p2p finance MASTER_SITES= https://bitcoincore.org/bin/bitcoin-core-${PORTVERSION}/:DEFAULT \ LOCAL/swills:icon Modified: head/net-p2p/litecoin/Makefile ============================================================================== --- head/net-p2p/litecoin/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/net-p2p/litecoin/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,6 +3,7 @@ PORTNAME= litecoin PORTVERSION= 0.16.3 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= net-p2p finance Modified: head/net-p2p/namecoin/Makefile ============================================================================== --- head/net-p2p/namecoin/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/net-p2p/namecoin/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,6 +3,7 @@ PORTNAME= namecoin PORTVERSION= 0.17.0 +PORTREVISION= 1 DISTVERSIONPREFIX= nc PORTEPOCH= 1 CATEGORIES= net-p2p dns Modified: head/net-p2p/qtum/Makefile ============================================================================== --- head/net-p2p/qtum/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/net-p2p/qtum/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,6 +3,7 @@ PORTNAME= qtum PORTVERSION= 0.16.1 +PORTREVISION= 1 DISTVERSIONPREFIX= mainnet-ignition-v CATEGORIES= net-p2p finance Modified: head/net-p2p/zetacoin/Makefile ============================================================================== --- head/net-p2p/zetacoin/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/net-p2p/zetacoin/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -4,7 +4,7 @@ PORTNAME= zetacoin PORTVERSION= 0.11.2.3 DISTVERSIONPREFIX= v -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= net-p2p finance MAINTAINER= daniel@morante.net @@ -14,7 +14,8 @@ LICENSE= MIT LIB_DEPENDS= libboost_date_time.so:devel/boost-libs -USES+= autoreconf compiler:c++0x gmake libtool pkgconfig:build ssl +USES+= autoreconf compiler:c++11-lang gmake libtool pkgconfig:build ssl +USE_CXXSTD= c++11 CFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} Modified: head/net/eternalterminal/Makefile ============================================================================== --- head/net/eternalterminal/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/net/eternalterminal/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,6 +3,7 @@ PORTNAME= eternalterminal DISTVERSIONPREFIX= et-v DISTVERSION= 4.2.1 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= trevis@silencedpoet.com Modified: head/net/mosh/Makefile ============================================================================== --- head/net/mosh/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/net/mosh/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,7 +3,7 @@ PORTNAME= mosh PORTVERSION= 1.3.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MASTER_SITES= http://mosh.mit.edu/ \ ZI @@ -23,7 +23,8 @@ CONFIGURE_ARGS= --with-utempter --without-ncurses CONFIGURE_ENV+= CRYPTO_CFLAGS="-I${OPENSSLINC}" CRYPTO_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" \ TINFO_CFLAGS="-I/usr/include" INSTALL_TARGET= install-strip -USES= autoreconf ncurses perl5 pkgconfig ssl +USES= autoreconf compiler:c++11-lang ncurses perl5 pkgconfig ssl +USE_CXXSTD= c++11 CONFLICTS_INSTALL= mosh-0.[2-9].* Modified: head/net/ostinato/Makefile ============================================================================== --- head/net/ostinato/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/net/ostinato/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,7 +3,7 @@ PORTNAME= ostinato PORTVERSION= 0.8 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net security MASTER_SITES= https://bintray.com/artifact/download/pstavirs/ostinato/ DISTNAME= ${PORTNAME}-src-${PORTVERSION} @@ -19,6 +19,7 @@ EXPIRATION_DATE= 2019-03-15 LIB_DEPENDS= libprotobuf.so:devel/protobuf USES= compiler:c++11-lang qmake qt:4 +USE_CXXSTD= c++11 USE_QT= corelib gui moc_build rcc_build uic_build network script \ xml Modified: head/net/spoofer/Makefile ============================================================================== --- head/net/spoofer/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/net/spoofer/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,7 +3,7 @@ PORTNAME= spoofer PORTVERSION= 1.2.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net MASTER_SITES= http://www.caida.org/projects/spoofer/downloads/ Modified: head/science/lm/Makefile ============================================================================== --- head/science/lm/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/science/lm/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -2,7 +2,7 @@ PORTNAME= lm DISTVERSION= 2.3.0 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONSUFFIX= -src CATEGORIES= science MASTER_SITES= http://scs.illinois.edu/schulten/${PORTNAME}/download/${PORTNAME}${DISTVERSION:R:S/.//}/ @@ -21,11 +21,12 @@ LIB_DEPENDS= libhdf5.so:science/hdf5 \ libprotobuf.so:devel/protobuf \ libsz.so:science/szip -USES= gettext-runtime gmake +USES= compiler:c++11-lang gettext-runtime gmake WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} CXXFLAGS+= -DLINUX MAKE_ENV= BUILD_DIR=${WRKSRC} PROTOBUF_DIR=${LOCALBASE} +USE_CXXSTD= c++11 OPTIONS_DEFINE= MPI PYTHON VMD OPTIONS_DEFAULT= MPI PYTHON # VMD can't be default because VMD requires manual tarball fetch Modified: head/science/paraview/Makefile ============================================================================== --- head/science/paraview/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/science/paraview/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,7 +3,7 @@ PORTNAME= paraview DISTVERSION= 5.5.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science graphics MASTER_SITES= http://www.paraview.org/files/v${VERMAJORMINOR}/ DISTNAME= ParaView-v${PORTVERSION} Modified: head/security/certificate-transparency/Makefile ============================================================================== --- head/security/certificate-transparency/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/security/certificate-transparency/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,7 +3,7 @@ PORTNAME= certificate-transparency PORTVERSION= 20161015 -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= security MAINTAINER= ports@FreeBSD.org Modified: head/sysutils/zbackup/Makefile ============================================================================== --- head/sysutils/zbackup/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/sysutils/zbackup/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -2,7 +2,7 @@ PORTNAME= zbackup PORTVERSION= 1.4.4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org @@ -14,6 +14,7 @@ LIB_DEPENDS= libprotobuf.so:devel/protobuf \ liblzo2.so:archivers/lzo2 USES= alias cmake compiler:c++11-lang ssl +USE_CXXSTD= c++11 USE_GITHUB= yes OPTIONS_DEFINE= DOCS Modified: head/www/mod_pagespeed/Makefile ============================================================================== --- head/www/mod_pagespeed/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/www/mod_pagespeed/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -2,7 +2,7 @@ PORTNAME= mod_pagespeed PORTVERSION= 1.12.34.2 -PORTREVISION= 15 +PORTREVISION= 16 PORTEPOCH= 1 CATEGORIES= www devel MASTER_SITES= LOCAL/mmokhi:boringssl,chromium_base,chromium_build,googleurl,gflags_arch,gflags_src,libjpeg_turbo_src,yasm_patched,libwebp,modpb64 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812031941.wB3JfXvD070754>