svn commit: r499651 - head/security/osiris

Antoine Brodin antoine at FreeBSD.org
Mon Apr 22 15:08:54 UTC 2019


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