Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jul 2022 18:35:40 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 38cbc8112b64 - main - cad/nvc: Remove dependency on devel/libunwind
Message-ID:  <202207241835.26OIZes6051589@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=38cbc8112b6495a96e55729198abcf623ff5f4df

commit 38cbc8112b6495a96e55729198abcf623ff5f4df
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-24 18:30:39 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-24 18:35:37 +0000

    cad/nvc: Remove dependency on devel/libunwind
    
    devel/libunwind causes mixup with base headers.
---
 cad/nvc/Makefile | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/cad/nvc/Makefile b/cad/nvc/Makefile
index 5c5007a28862..dabd5ad8f1bc 100644
--- a/cad/nvc/Makefile
+++ b/cad/nvc/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	nvc
 DISTVERSIONPREFIX=	r
 DISTVERSION=	1.6.2
+PORTREVISION=	1
 CATEGORIES=	cad
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -9,9 +10,6 @@ COMMENT=	VHDL compiler and simulator
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN_armv6=	use of undeclared identifier '_URC_NO_REASON', see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265420
-BROKEN_armv7=	use of undeclared identifier '_URC_NO_REASON', see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265420
-
 BUILD_DEPENDS=	llvm-config${LLVM_VERSION}:devel/llvm${LLVM_VERSION}
 RUN_DEPENDS=	llvm${LLVM_VERSION}>0:devel/llvm${LLVM_VERSION}
 TEST_DEPENDS=	check>0:devel/check
@@ -33,12 +31,6 @@ MAKE_ARGS=	CFLAGS="${CFLAGS}" # only for tests
 
 LLVM_VERSION=	${LLVM_DEFAULT}
 
-.include <bsd.port.options.mk>
-
-.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1400052 # devel/libunwind installs include/unwind.h only before that version, after which it probably exists in the base
-BUILD_DEPENDS+=	${LOCALBASE}/include/unwind.h:devel/libunwind
-.endif
-
 post-install:
 	${FIND} ${STAGEDIR}${PREFIX} -name "*.so" | ${XARGS} ${STRIP_CMD}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207241835.26OIZes6051589>