svn commit: r400410 - head/www/pecl-varnish

Antoine Brodin antoine at FreeBSD.org
Wed Oct 28 18:40:51 UTC 2015


Author: antoine
Date: Wed Oct 28 18:40:50 2015
New Revision: 400410
URL: https://svnweb.freebsd.org/changeset/ports/400410

Log:
  Mark BROKEN: fails to build
  
   cc -I. -I/wrkdirs/usr/ports/www/pecl-varnish/work/varnish-1.2.1 -DPHP_ATOM_INC -I/wrkdirs/usr/ports/www/pecl-varnish/work/varnish-1.2.1/include -I/wrkdirs/usr/ports/www/pecl-varnish/work/varnish-1.2.1/main -I/wrkdirs/usr/ports/www/pecl-varnish/work/varnish-1.2.1 -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/local/include/varnish -DHAVE_CONFIG_H -O2 -pipe -fstack-protector -fno-strict-aliasing -c /wrkdirs/usr/ports/www/pecl-varnish/work/varnish-1.2.1/varnish_lib.c  -fPIC -DPIC -o .libs/varnish_lib.o
  /wrkdirs/usr/ports/www/pecl-varnish/work/varnish-1.2.1/varnish_lib.c:352:20: error: variable has incomplete type 'struct VSM_fantom'
  ...
  /wrkdirs/usr/ports/www/pecl-varnish/work/varnish-1.2.1/varnish_lib.c:532:20: error: variable has incomplete type 'struct VSM_fantom'
  
  Reported by:	pkg-fallout

Modified:
  head/www/pecl-varnish/Makefile

Modified: head/www/pecl-varnish/Makefile
==============================================================================
--- head/www/pecl-varnish/Makefile	Wed Oct 28 18:39:23 2015	(r400409)
+++ head/www/pecl-varnish/Makefile	Wed Oct 28 18:40:50 2015	(r400410)
@@ -14,6 +14,8 @@ COMMENT=	Varnish cache extension
 
 LICENSE=	BSD2CLAUSE
 
+BROKEN=		fails to build
+
 BUILD_DEPENDS=	varnish4>=0:${PORTSDIR}/www/varnish4
 
 USES=	tar:tgz


More information about the svn-ports-all mailing list