Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 May 2014 09:01:36 +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: r355002 - head/security/lasso
Message-ID:  <201405240901.s4O91aJD078795@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405240901.s4O91aJD078795>