1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

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
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-12-03 19:41:32 +00:00
parent 4cda730b64
commit 7cdcf9aed1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=486531
52 changed files with 126 additions and 97 deletions

View File

@ -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>

View File

@ -3,7 +3,7 @@
PORTNAME= merkaartor
PORTVERSION= 0.18.2
PORTREVISION= 11
PORTREVISION= 12
CATEGORIES= astro
MAINTAINER= dev2@heesakkers.info

View File

@ -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

View File

@ -3,6 +3,7 @@
PORTNAME= mixxx
DISTVERSION= 2.1.5
PORTREVISION= 1
DISTVERSIONPREFIX= release-
CATEGORIES= audio

View File

@ -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

View File

@ -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

View File

@ -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
}

View File

@ -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

View File

@ -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
}

View File

@ -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 \

View File

@ -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

View File

@ -4,7 +4,7 @@
PORTNAME= grpc
PORTVERSION= 1.15.1
DISTVERSIONPREFIX= v
PORTREVISION= 0
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= devel

View File

@ -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=/

View File

@ -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=/

View File

@ -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>

View File

@ -3,6 +3,7 @@
PORTNAME= protobuf-c
PORTVERSION= 1.3.1
PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= devel

View File

@ -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 available
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:

View File

@ -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

View File

@ -1,11 +0,0 @@
--- src/google/protobuf/stubs/atomicops.h.orig 2017-08-15 23:39:12 UTC
+++ src/google/protobuf/stubs/atomicops.h
@@ -198,6 +198,8 @@ Atomic64 Release_Load(volatile const Ato
#elif defined(__GNUC__)
#if defined(GOOGLE_PROTOBUF_ARCH_IA32) || defined(GOOGLE_PROTOBUF_ARCH_X64)
#include <google/protobuf/stubs/atomicops_internals_x86_gcc.h>
+#elif defined(GOOGLE_PROTOBUF_ARCH_ARM) && defined(__FreeBSD__)
+#include <google/protobuf/stubs/atomicops_internals_generic_gcc.h>
#elif defined(GOOGLE_PROTOBUF_ARCH_ARM) && defined(__linux__)
#if (((__GNUC__ == 4) && (__GNUC_MINOR__ >= 7)) || (__GNUC__ > 4))
#include <google/protobuf/stubs/atomicops_internals_generic_gcc.h>

View File

@ -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;
}

View File

@ -1,11 +0,0 @@
--- src/Makefile.am.bak 2018-10-27 21:56:16.784704000 +0200
+++ src/Makefile.am 2018-10-27 22:01:47.564751000 +0200
@@ -518,7 +518,7 @@
# to build the js_embed binary using $(CXX_FOR_BUILD) so that it is executable
# on the build machine in a cross-compilation setup.
js_embed$(EXEEXT): $(srcdir)/google/protobuf/compiler/js/embed.cc
- $(CXX_FOR_BUILD) -o $@ $<
+ $(CXX_FOR_BUILD) ${CXXFLAGS} -o $@ $<
js_well_known_types_sources = \
google/protobuf/compiler/js/well_known_types/any.js \
google/protobuf/compiler/js/well_known_types/struct.js \

View File

@ -2,4 +2,4 @@ Protocol Buffers are a way of encoding structured data in an efficient yet
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

View File

@ -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

View File

@ -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

View File

@ -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/

View File

@ -3,6 +3,7 @@
PORTNAME= recursor
DISTVERSION= 4.1.7
PORTREVISION= 1
CATEGORIES= dns ipv6
MASTER_SITES= http://downloads.powerdns.com/releases/
PKGNAMEPREFIX= powerdns-

View File

@ -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-

View File

@ -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}

View File

@ -3,7 +3,7 @@
PORTNAME= Cockatrice
PORTVERSION= 2.6.1.g2018.07.17
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MAINTAINER= sbruno@FreeBSD.org

View File

@ -3,7 +3,7 @@
PORTNAME= pink-pony
PORTVERSION= 1.4.1
PORTREVISION= 11
PORTREVISION= 12
CATEGORIES= games
MAINTAINER= amdmi3@FreeBSD.org

View File

@ -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

View File

@ -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

View File

@ -3,7 +3,7 @@
PORTNAME= opencv
PORTVERSION= 3.4.1
PORTREVISION= 10
PORTREVISION= 11
CATEGORIES= graphics
MAINTAINER= ports@FreeBSD.org

View File

@ -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

View File

@ -4,7 +4,7 @@
PORTNAME= mozc
PORTVERSION= 2.20.2677.102.02
DISTVERSIONPREFIX= v
PORTREVISION= 12
PORTREVISION= 13
CATEGORIES= japanese
MAINTAINER= hrs@FreeBSD.org

View File

@ -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$//}/ \

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -3,6 +3,7 @@
PORTNAME= litecoin
PORTVERSION= 0.16.3
PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= net-p2p finance

View File

@ -3,6 +3,7 @@
PORTNAME= namecoin
PORTVERSION= 0.17.0
PORTREVISION= 1
DISTVERSIONPREFIX= nc
PORTEPOCH= 1
CATEGORIES= net-p2p dns

View File

@ -3,6 +3,7 @@
PORTNAME= qtum
PORTVERSION= 0.16.1
PORTREVISION= 1
DISTVERSIONPREFIX= mainnet-ignition-v
CATEGORIES= net-p2p finance

View File

@ -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}

View File

@ -3,6 +3,7 @@
PORTNAME= eternalterminal
DISTVERSIONPREFIX= et-v
DISTVERSION= 4.2.1
PORTREVISION= 1
CATEGORIES= net
MAINTAINER= trevis@silencedpoet.com

View File

@ -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].*

View File

@ -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

View File

@ -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/

View File

@ -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

View File

@ -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}

View File

@ -3,7 +3,7 @@
PORTNAME= certificate-transparency
PORTVERSION= 20161015
PORTREVISION= 29
PORTREVISION= 30
CATEGORIES= security
MAINTAINER= ports@FreeBSD.org

View File

@ -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

View File

@ -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 \