svn commit: r479349 - head/security/arirang

Mark Linimon linimon at FreeBSD.org
Mon Sep 10 01:59:09 UTC 2018


Author: linimon
Date: Mon Sep 10 01:59:08 2018
New Revision: 479349
URL: https://svnweb.freebsd.org/changeset/ports/479349

Log:
  Pet portlint.

Modified:
  head/security/arirang/Makefile

Modified: head/security/arirang/Makefile
==============================================================================
--- head/security/arirang/Makefile	Mon Sep 10 01:55:47 2018	(r479348)
+++ head/security/arirang/Makefile	Mon Sep 10 01:59:08 2018	(r479349)
@@ -13,9 +13,9 @@ COMMENT=	Powerful webserver security scanner for netwo
 
 LICENSE=	BSD3CLAUSE
 
-LIB_DEPENDS=	lib${RUBY_NAME}.so:${RUBY_PORT}
+BROKEN_powerpc64=	fails to compile: ruby.h:1381: error: wrong number of arguments specified for '__deprecated__' attribute
 
-BROKEN_powerpc64=	fails to compile: ruby.h: wrong number of arguments specified for 'deprecated' attribute
+LIB_DEPENDS=	lib${RUBY_NAME}.so:${RUBY_PORT}
 
 USES=		ssl
 USE_RUBY=	yes


More information about the svn-ports-head mailing list