svn commit: r565867 - in head/security: gringotts ncrypt

Mark Linimon linimon at FreeBSD.org
Thu Feb 18 03:02:55 UTC 2021


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
 


More information about the svn-ports-all mailing list