svn commit: r507713 - in head/devel/protobuf: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jul 31 14:17:32 UTC 2019


Author: sunpoet
Date: Wed Jul 31 14:17:31 2019
New Revision: 507713
URL: https://svnweb.freebsd.org/changeset/ports/507713

Log:
  Set PTHREAD_LIBS to -pthread after PTHREAD_CFLAGS removal from Libs in protobuf.pc.in
  
  - Bump PORTREVISION for package change
  
  PR:		239038
  Reported by:	Alarig Le Lay <alarig at swordarmor.fr>, Clive <clive at tongi.org>

Added:
  head/devel/protobuf/files/patch-configure   (contents, props changed)
Modified:
  head/devel/protobuf/Makefile

Modified: head/devel/protobuf/Makefile
==============================================================================
--- head/devel/protobuf/Makefile	Wed Jul 31 14:03:28 2019	(r507712)
+++ head/devel/protobuf/Makefile	Wed Jul 31 14:17:31 2019	(r507713)
@@ -3,7 +3,7 @@
 
 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}/

Added: head/devel/protobuf/files/patch-configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/protobuf/files/patch-configure	Wed Jul 31 14:17:31 2019	(r507713)
@@ -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
+ 


More information about the svn-ports-all mailing list