svn commit: r545235 - head/devel/libunwind

Niclas Zeising zeising at FreeBSD.org
Tue Aug 18 15:10:23 UTC 2020


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 at 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


More information about the svn-ports-head mailing list