svn commit: r413918 - head/security/fwlogwatch

Cy Schubert cy at FreeBSD.org
Sat Apr 23 22:48:25 UTC 2016


Author: cy
Date: Sat Apr 23 22:48:24 2016
New Revision: 413918
URL: https://svnweb.freebsd.org/changeset/ports/413918

Log:
  Document build failure under FreeBSD-9 due to outdated flex.

Modified:
  head/security/fwlogwatch/Makefile

Modified: head/security/fwlogwatch/Makefile
==============================================================================
--- head/security/fwlogwatch/Makefile	Sat Apr 23 22:19:51 2016	(r413917)
+++ head/security/fwlogwatch/Makefile	Sat Apr 23 22:48:24 2016	(r413918)
@@ -9,6 +9,8 @@ MASTER_SITES=	http://fwlogwatch.inside-s
 MAINTAINER=	cy at FreeBSD.org
 COMMENT=	Packet filter and firewall log analyzer
 
+BROKEN_FreeBSD_9=	Fails to build due to outdated flex
+
 USES=		gettext tar:bzip2
 MAKE_ENV=	MKDIR="${MKDIR}"
 INSTALL_TARGET=	install install-config install-i18n


More information about the svn-ports-all mailing list