Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jul 2019 14:17:31 +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: r507713 - in head/devel/protobuf: . files
Message-ID:  <201907311417.x6VEHVEh071324@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@swordarmor.fr>, Clive <clive@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
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907311417.x6VEHVEh071324>