From owner-svn-ports-all@freebsd.org Sun Jun 16 17:55:51 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9CD7715C5965; Sun, 16 Jun 2019 17:55:51 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 423048A4BC; Sun, 16 Jun 2019 17:55:51 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2A80F19EC2; Sun, 16 Jun 2019 17:55:51 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x5GHtoej018374; Sun, 16 Jun 2019 17:55:50 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x5GHtorj018372; Sun, 16 Jun 2019 17:55:50 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201906161755.x5GHtorj018372@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 16 Jun 2019 17:55:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504359 - in head/devel/folly: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/devel/folly: . files X-SVN-Commit-Revision: 504359 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 423048A4BC X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.965,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jun 2019 17:55:51 -0000 Author: yuri Date: Sun Jun 16 17:55:50 2019 New Revision: 504359 URL: https://svnweb.freebsd.org/changeset/ports/504359 Log: devel/folly: Upstream patches; Fix bogus SYS_gettid-related code; Mark broken on i386 PR: 238608 Reported by: jbeich (bogus SYS_gettid and i386 failure) Deleted: head/devel/folly/files/patch-folly_Memory.h head/devel/folly/files/patch-folly_Subprocess.cpp head/devel/folly/files/patch-folly_Subprocess.h head/devel/folly/files/patch-folly_experimental_EnvUtil.cpp head/devel/folly/files/patch-folly_portability_Malloc.h head/devel/folly/files/patch-folly_portability_Stdlib.cpp head/devel/folly/files/patch-folly_portability_SysSyscall.h Modified: head/devel/folly/Makefile head/devel/folly/distinfo Modified: head/devel/folly/Makefile ============================================================================== --- head/devel/folly/Makefile Sun Jun 16 17:34:07 2019 (r504358) +++ head/devel/folly/Makefile Sun Jun 16 17:55:50 2019 (r504359) @@ -3,13 +3,19 @@ PORTNAME= folly DISTVERSIONPREFIX= v DISTVERSION= 2019.06.10.00 +PORTREVISION= 1 CATEGORIES= devel +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/ +PATCHFILES= 2461dea6d517515ebea623d162722910ede5e86f.patch:-p1 + MAINTAINER= yuri@FreeBSD.org COMMENT= C++ library developed and used at Facebook LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE + +BROKEN_i386= error: use of undeclared identifier 'DCHECK': https://github.com/facebook/folly/issues/1168 LIB_DEPENDS= libboost_atomic.so:devel/boost-libs \ libdouble-conversion.so:devel/double-conversion \ Modified: head/devel/folly/distinfo ============================================================================== --- head/devel/folly/distinfo Sun Jun 16 17:34:07 2019 (r504358) +++ head/devel/folly/distinfo Sun Jun 16 17:55:50 2019 (r504359) @@ -1,3 +1,5 @@ TIMESTAMP = 1560670033 SHA256 (facebook-folly-v2019.06.10.00_GH0.tar.gz) = afecd68815a83865d95a3a6b861abe8096beefae45c89566e0d510279b631b57 SIZE (facebook-folly-v2019.06.10.00_GH0.tar.gz) = 2941638 +SHA256 (2461dea6d517515ebea623d162722910ede5e86f.patch) = eb55e3d3c696abfcb0f0e45e49e92df0772533b6eb62480187d72658291c8cae +SIZE (2461dea6d517515ebea623d162722910ede5e86f.patch) = 4996