Date: Wed, 19 Aug 2020 08:42:48 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r545290 - branches/2020Q3/devel/libunwind Message-ID: <202008190842.07J8gm7p083072@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Wed Aug 19 08:42:48 2020 New Revision: 545290 URL: https://svnweb.freebsd.org/changeset/ports/545290 Log: MFH: r545235 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. Approved by: ports-secteam (joenum) Modified: branches/2020Q3/devel/libunwind/Makefile branches/2020Q3/devel/libunwind/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/devel/libunwind/Makefile ============================================================================== --- branches/2020Q3/devel/libunwind/Makefile Wed Aug 19 08:39:53 2020 (r545289) +++ branches/2020Q3/devel/libunwind/Makefile Wed Aug 19 08:42:48 2020 (r545290) @@ -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: branches/2020Q3/devel/libunwind/distinfo ============================================================================== --- branches/2020Q3/devel/libunwind/distinfo Wed Aug 19 08:39:53 2020 (r545289) +++ branches/2020Q3/devel/libunwind/distinfo Wed Aug 19 08:42:48 2020 (r545290) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008190842.07J8gm7p083072>