diff --git a/cad/nvc/Makefile b/cad/nvc/Makefile index 5c5007a28862..dabd5ad8f1bc 100644 --- a/cad/nvc/Makefile +++ b/cad/nvc/Makefile @@ -1,45 +1,37 @@ PORTNAME= nvc DISTVERSIONPREFIX= r DISTVERSION= 1.6.2 +PORTREVISION= 1 CATEGORIES= cad MAINTAINER= yuri@FreeBSD.org 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 USES= autoreconf compiler:c++14-lang localbase pkgconfig USE_GITHUB= yes GH_ACCOUNT= nickg GNU_CONFIGURE= yes LDFLAGS+= -lexecinfo CONFIGURE_ARGS= --with-llvm=${LOCALBASE}/bin/llvm-config${LLVM_VERSION} TEST_TARGET= check # one test fails MAKE_ARGS= CFLAGS="${CFLAGS}" # only for tests LLVM_VERSION= ${LLVM_DEFAULT} -.include - -.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} .include