Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jun 2017 15:29:19 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r443395 - head/security/webfwlog
Message-ID:  <201706111529.v5BFTJuk049682@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706111529.v5BFTJuk049682>