Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Apr 2019 15:09:34 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r499652 - branches/2019Q2/security/osiris
Message-ID:  <201904221509.x3MF9YuX063614@repo.freebsd.org>

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

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

Modified:
  branches/2019Q2/security/osiris/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/security/osiris/Makefile
==============================================================================
--- branches/2019Q2/security/osiris/Makefile	Mon Apr 22 15:08:53 2019	(r499651)
+++ branches/2019Q2/security/osiris/Makefile	Mon Apr 22 15:09:34 2019	(r499652)
@@ -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?201904221509.x3MF9YuX063614>