Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 May 2014 08:26:43 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r354733 - branches/2014Q2/security/sssd
Message-ID:  <201405210826.s4L8QhDh084481@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed May 21 08:26:43 2014
New Revision: 354733
URL: http://svnweb.freebsd.org/changeset/ports/354733
QAT: https://qat.redports.org/buildarchive/r354733/

Log:
  MFH: r354691
  
  xmllint from new libxml2 seems to be stricter than it used to be
  Disable it so that man pages can be generated
  
  Submitted by:	maintainer
  Approved by:	portmgr (self)

Modified:
  branches/2014Q2/security/sssd/Makefile
Directory Properties:
  branches/2014Q2/   (props changed)

Modified: branches/2014Q2/security/sssd/Makefile
==============================================================================
--- branches/2014Q2/security/sssd/Makefile	Wed May 21 08:15:16 2014	(r354732)
+++ branches/2014Q2/security/sssd/Makefile	Wed May 21 08:26:43 2014	(r354733)
@@ -44,6 +44,7 @@ CONFIGURE_ARGS=	--with-selinux=no --with
 		--with-db-path=/var/db/sss --with-pipe-path=/var/run/sss \
 		--with-pubconf-path=/var/run/sss --with-mcache-path=/var/db/sss_mc \
 		--with-unicode-lib=libunistring --with-autofs=no
+CONFIGURE_ENV=	XMLLINT="/bin/echo"
 CFLAGS+=	-fstack-protector-all
 PLIST_SUB=	PYTHON_VER=${PYTHON_VER}
 #DEBUG_FLAGS=  -g



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