From owner-svn-ports-head@FreeBSD.ORG Sat May 24 09:01:36 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B6855684; Sat, 24 May 2014 09:01:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 A3AAE2970; Sat, 24 May 2014 09:01:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4O91am4078796; Sat, 24 May 2014 09:01:36 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4O91aJD078795; Sat, 24 May 2014 09:01:36 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201405240901.s4O91aJD078795@svn.freebsd.org> From: Antoine Brodin Date: Sat, 24 May 2014 09:01:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355002 - head/security/lasso 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.18 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: Sat, 24 May 2014 09:01:36 -0000 Author: antoine Date: Sat May 24 09:01:36 2014 New Revision: 355002 URL: http://svnweb.freebsd.org/changeset/ports/355002 QAT: https://qat.redports.org/buildarchive/r355002/ Log: Mark BROKEN: Fails to build cc -DHAVE_CONFIG_H -I. -I. -I../../lasso -I../.. -I../../lasso -I/usr/local/include/glib-2.0 -DXMLSEC_CRYPTO_DYNAMIC_LOADING=1 -DXMLSEC_CRYPTO=\"openssl\" -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_SIZE_T -DXMLSEC_NO_GOST=1 -DXMLSEC_NO_XKMS=1 -DXMLSEC_DL_LIBLTDL=1 -I/usr/local/include/xmlsec1 -DXMLSEC_OPENSSL_098=1 -DXMLSEC_NO_ECDSA=1 -DXMLSEC_CRYPTO_OPENSSL=1 -I/usr/local/include/libxml2 -I/usr/local/include -DLASSO_INTERNALS -DG_LOG_DOMAIN=\"lasso\" -O2 -pipe -fno-strict-aliasing -MT tools.lo -MD -MP -MF .deps/tools.Tpo -c tools.c -fPIC -DPIC -o .libs/tools.o tools.c: In function 'lasso_node_build_deflated_query': tools.c:752: error: dereferencing pointer to incomplete type tools.c:752: error: dereferencing pointer to incomplete type *** [tools.lo] Error code 1 Reported by: pkg-fallout Modified: head/security/lasso/Makefile Modified: head/security/lasso/Makefile ============================================================================== --- head/security/lasso/Makefile Sat May 24 08:58:41 2014 (r355001) +++ head/security/lasso/Makefile Sat May 24 09:01:36 2014 (r355002) @@ -10,6 +10,8 @@ MASTER_SITES= http://labs.libre-entrepri MAINTAINER= tj@FreeBSD.org COMMENT= Free Liberty Alliance Implementation +BROKEN= Fails to build + RUN_DEPENDS= xmlsec1:${PORTSDIR}/security/xmlsec1 BUILD_DEPENDS:= ${RUN_DEPENDS}