From owner-svn-ports-head@freebsd.org Wed Oct 28 18:40:51 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94D52A1FBAF; Wed, 28 Oct 2015 18:40:51 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5FAE91CC9; Wed, 28 Oct 2015 18:40:51 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9SIeoik065451; Wed, 28 Oct 2015 18:40:50 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9SIeodK065450; Wed, 28 Oct 2015 18:40:50 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201510281840.t9SIeodK065450@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 28 Oct 2015 18:40:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400410 - head/www/pecl-varnish X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Oct 2015 18:40:51 -0000 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