Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Feb 2021 03:02:54 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r565867 - in head/security: gringotts ncrypt
Message-ID:  <202102180302.11I32sx8043613@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Thu Feb 18 03:02:54 2021
New Revision: 565867
URL: https://svnweb.freebsd.org/changeset/ports/565867

Log:
  Mark BROKEN in 13/14 (via latest llvm update).

Modified:
  head/security/gringotts/Makefile
  head/security/ncrypt/Makefile

Modified: head/security/gringotts/Makefile
==============================================================================
--- head/security/gringotts/Makefile	Thu Feb 18 02:57:01 2021	(r565866)
+++ head/security/gringotts/Makefile	Thu Feb 18 03:02:54 2021	(r565867)
@@ -13,6 +13,9 @@ COMMENT=	GTK application to securely store sensitive d
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_FreeBSD_13=	ld: error: duplicate symbol: clip_xpm
+BROKEN_FreeBSD_14=	ld: error: duplicate symbol: clip_xpm
+
 LIB_DEPENDS=	libpopt.so:devel/popt \
 		libgringotts.so:security/libgringotts
 

Modified: head/security/ncrypt/Makefile
==============================================================================
--- head/security/ncrypt/Makefile	Thu Feb 18 02:57:01 2021	(r565866)
+++ head/security/ncrypt/Makefile	Thu Feb 18 03:02:54 2021	(r565867)
@@ -12,6 +12,9 @@ COMMENT=	Advanced AES file encryption tool
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_FreeBSD_13=	ld: error: duplicate symbol: ROUNDS
+BROKEN_FreeBSD_14=	ld: error: duplicate symbol: ROUNDS
+
 USES=		tar:tgz
 GNU_CONFIGURE=	yes
 



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