Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Oct 2015 18:37:56 +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: r400407 - head/www/varnish-libvmod-header
Message-ID:  <201510281837.t9SIbuZT064936@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Oct 28 18:37:56 2015
New Revision: 400407
URL: https://svnweb.freebsd.org/changeset/ports/400407

Log:
  Mark BROKEN: fails to build
  
  Making all in src
  gmake[3]: Entering directory '/wrkdirs/usr/ports/www/varnish-libvmod-header/work/libvmod-header-e87ac92/src'
  /usr/local/share/varnish/vmodtool.py ../src/vmod_header.vcc
  ERROR: Format error reading "../src/vmod_header.vcc": 'Unknown keyword: $Init'
  Makefile:678: recipe for target 'vcc_if.c' failed
  
  Reported by:	pkg-fallout

Modified:
  head/www/varnish-libvmod-header/Makefile

Modified: head/www/varnish-libvmod-header/Makefile
==============================================================================
--- head/www/varnish-libvmod-header/Makefile	Wed Oct 28 18:17:37 2015	(r400406)
+++ head/www/varnish-libvmod-header/Makefile	Wed Oct 28 18:37:56 2015	(r400407)
@@ -12,6 +12,8 @@ COMMENT=	Varnish Module (vmod) for manip
 
 LICENSE=	BSD2CLAUSE
 
+BROKEN=		fails to build
+
 BUILD_DEPENDS=	varnish4>=4.0.2:${PORTSDIR}/www/varnish4 \
 		rst2man:${PORTSDIR}/textproc/py-docutils
 



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