diff options
author | antoine <antoine@FreeBSD.org> | 2015-10-29 02:40:50 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-10-29 02:40:50 +0800 |
commit | 77e3cfd790c787e36d9717aeb7baba3129c7d4c4 (patch) | |
tree | 725d96065d2bf5bc4e8d9d2ce0882eee38ba416d | |
parent | f37f6ea87d886432723c52733fe123410e03035d (diff) | |
download | freebsd-ports-gnome-77e3cfd790c787e36d9717aeb7baba3129c7d4c4.tar.gz freebsd-ports-gnome-77e3cfd790c787e36d9717aeb7baba3129c7d4c4.tar.zst freebsd-ports-gnome-77e3cfd790c787e36d9717aeb7baba3129c7d4c4.zip |
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
-rw-r--r-- | www/pecl-varnish/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/pecl-varnish/Makefile b/www/pecl-varnish/Makefile index 7115a1607daf..54258477af38 100644 --- a/www/pecl-varnish/Makefile +++ b/www/pecl-varnish/Makefile @@ -14,6 +14,8 @@ COMMENT= Varnish cache extension LICENSE= BSD2CLAUSE +BROKEN= fails to build + BUILD_DEPENDS= varnish4>=0:${PORTSDIR}/www/varnish4 USES= tar:tgz |