svn commit: r354733 - branches/2014Q2/security/sssd

Antoine Brodin antoine at FreeBSD.org
Wed May 21 08:26:44 UTC 2014


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


More information about the svn-ports-all mailing list