Date: Wed, 28 Oct 2015 18:40:50 +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: r400410 - head/www/pecl-varnish Message-ID: <201510281840.t9SIeodK065450@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510281840.t9SIeodK065450>