From owner-svn-ports-all@freebsd.org Tue Aug 18 15:10:22 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E9B6C3BEEC6; Tue, 18 Aug 2020 15:10:22 +0000 (UTC) (envelope-from zeising@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BWDqf5rvzz4D3T; Tue, 18 Aug 2020 15:10:22 +0000 (UTC) (envelope-from zeising@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 AB6E613A34; Tue, 18 Aug 2020 15:10:22 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07IFAMRb028458; Tue, 18 Aug 2020 15:10:22 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07IFAMRx028456; Tue, 18 Aug 2020 15:10:22 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <202008181510.07IFAMRx028456@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Tue, 18 Aug 2020 15:10:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r545235 - head/devel/libunwind X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: head/devel/libunwind X-SVN-Commit-Revision: 545235 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 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: Tue, 18 Aug 2020 15:10:23 -0000 Author: zeising Date: Tue Aug 18 15:10:21 2020 New Revision: 545235 URL: https://svnweb.freebsd.org/changeset/ports/545235 Log: devel/libunwind: Fix build with -fno-common Fix the build of devel/libunwind with -fno-common (the default on FreeBSD current after the llvm 11 update). Add an upstream patch (pulling it from the official github mirror) to fix the build woth -fno-common. Modified: head/devel/libunwind/Makefile head/devel/libunwind/distinfo Modified: head/devel/libunwind/Makefile ============================================================================== --- head/devel/libunwind/Makefile Tue Aug 18 15:10:08 2020 (r545234) +++ head/devel/libunwind/Makefile Tue Aug 18 15:10:21 2020 (r545235) @@ -3,6 +3,7 @@ PORTNAME= libunwind PORTVERSION= 20200331 # This is the release date on SAVANNAH +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SAVANNAH \ https://github.com/libunwind/libunwind/releases/download/v${PORTVERSION}/ @@ -10,6 +11,9 @@ DISTNAME= ${PORTNAME}-1.4.0 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Generic stack unwinding library + +PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/ +PATCHFILES+= 29e17d8d2ccbca07c423e3089a6d5ae8a1c9cb6e.diff:-p1 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING Modified: head/devel/libunwind/distinfo ============================================================================== --- head/devel/libunwind/distinfo Tue Aug 18 15:10:08 2020 (r545234) +++ head/devel/libunwind/distinfo Tue Aug 18 15:10:21 2020 (r545235) @@ -1,3 +1,5 @@ -TIMESTAMP = 1587489444 +TIMESTAMP = 1597761383 SHA256 (libunwind-1.4.0.tar.gz) = df59c931bd4d7ebfd83ee481c943edf015138089b8e50abed8d9c57ba9338435 SIZE (libunwind-1.4.0.tar.gz) = 872941 +SHA256 (29e17d8d2ccbca07c423e3089a6d5ae8a1c9cb6e.diff) = bb9473bb7d18670e8348ac2af1f096638cdb8678782d1ad7f75c24e1f6a5e8c0 +SIZE (29e17d8d2ccbca07c423e3089a6d5ae8a1c9cb6e.diff) = 14046