svn commit: r499652 - branches/2019Q2/security/osiris

Antoine Brodin antoine at FreeBSD.org
Mon Apr 22 15:09:35 UTC 2019


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 at 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
 


More information about the svn-ports-all mailing list