Date: Tue, 18 Aug 2020 15:10:22 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r545235 - head/devel/libunwind Message-ID: <202008181510.07IFAMRx028456@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008181510.07IFAMRx028456>