svn commit: r443395 - head/security/webfwlog
Antoine Brodin
antoine at FreeBSD.org
Sun Jun 11 15:29:20 UTC 2017
Author: antoine
Date: Sun Jun 11 15:29:19 2017
New Revision: 443395
URL: https://svnweb.freebsd.org/changeset/ports/443395
Log:
Mark BROKEN: missing header
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -O2 -pipe -fstack-protector -fno-strict-aliasing -c libwebfwlog_udf.c -fPIC -DPIC -o .libs/libwebfwlog_udf.o
libwebfwlog_udf.c:13:10: fatal error: 'mysql.h' file not found
#include <mysql.h>
Reported by: pkg-fallout
Modified:
head/security/webfwlog/Makefile
Modified: head/security/webfwlog/Makefile
==============================================================================
--- head/security/webfwlog/Makefile Sun Jun 11 15:28:05 2017 (r443394)
+++ head/security/webfwlog/Makefile Sun Jun 11 15:29:19 2017 (r443395)
@@ -12,6 +12,8 @@ COMMENT= Web-based firewall log analyzer
LICENSE= GPLv2
+BROKEN= missing header
+
OPTIONS_DEFINE= MYSQL MYSQLIPV6 PGSQL DOCS
OPTIONS_DEFAULT= MYSQL MYSQLIPV6
More information about the svn-ports-all
mailing list