Index: head/devel/protobuf/Makefile =================================================================== --- head/devel/protobuf/Makefile (revision 507712) +++ head/devel/protobuf/Makefile (revision 507713) @@ -1,44 +1,44 @@ # Created by: vanilla # $FreeBSD$ PORTNAME= protobuf PORTVERSION= 3.8.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= https://github.com/protocolbuffers/protobuf/releases/download/v${PORTVERSION}/ DISTNAME= ${PORTNAME}-all-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Data interchange format library LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_sparc64= fails to compile: no atomic ops available TEST_DEPENDS= googlemock>=0:devel/googlemock \ googletest>=0:devel/googletest USES= compiler:c++11-lang gmake libtool localbase pathfix pkgconfig CFLAGS+= -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I${WRKSRC}/src CONFIGURE_ENV= CC_FOR_BUILD="${CC}" \ CFLAGS_FOR_BUILD="${CFLAGS}" \ CPPFLAGS_FOR_BUILD="${CPPFLAGS}" \ 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 USE_CXXSTD= c++11 USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} post-patch: @${REINPLACE_CMD} -e 's|^check-local:|disabled-&|' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -Ee '/gtest|mock/ s|[^ ]*lib(.*)\.la|-l\1|' ${WRKSRC}/src/Makefile.in .include Index: head/devel/protobuf/files/patch-configure =================================================================== --- head/devel/protobuf/files/patch-configure (nonexistent) +++ head/devel/protobuf/files/patch-configure (revision 507713) @@ -0,0 +1,11 @@ +--- configure.orig 2019-07-12 16:18:37 UTC ++++ configure +@@ -20165,7 +20165,7 @@ if test "x$ax_pthread_clang" = "xyes"; t + # ignore this macro, third-party headers might not.) + + PTHREAD_CFLAGS="-pthread" +- PTHREAD_LIBS= ++ PTHREAD_LIBS="-pthread" + + ax_pthread_ok=yes + Property changes on: head/devel/protobuf/files/patch-configure ___________________________________________________________________ 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