Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Apr 2019 15:08:54 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499651 - head/security/osiris
Message-ID:  <201904221508.x3MF8sOH063450@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Apr 22 15:08:53 2019
New Revision: 499651
URL: https://svnweb.freebsd.org/changeset/ports/499651

Log:
  Mark BROKEN on FreeBSD 12 and 13
  
  Reported by:	pkg-fallout
  MFH:		2019Q2

Modified:
  head/security/osiris/Makefile

Modified: head/security/osiris/Makefile
==============================================================================
--- head/security/osiris/Makefile	Mon Apr 22 15:06:32 2019	(r499650)
+++ head/security/osiris/Makefile	Mon Apr 22 15:08:53 2019	(r499651)
@@ -10,6 +10,9 @@ MASTER_SITES=	http://osiris.shmoo.com/data/ \
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Shmoo client/server host integrity checker
 
+BROKEN_FreeBSD_12=	undefined symbol: SHA_Init
+BROKEN_FreeBSD_13=	undefined symbol: SHA_Init
+
 GNU_CONFIGURE=	yes
 USES=		readline ssl
 



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