svn commit: r354691 - head/security/sssd

Antoine Brodin antoine at FreeBSD.org
Tue May 20 21:12:42 UTC 2014


Author: antoine
Date: Tue May 20 21:12:42 2014
New Revision: 354691
URL: http://svnweb.freebsd.org/changeset/ports/354691
QAT: https://qat.redports.org/buildarchive/r354691/

Log:
  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

Modified:
  head/security/sssd/Makefile

Modified: head/security/sssd/Makefile
==============================================================================
--- head/security/sssd/Makefile	Tue May 20 21:12:35 2014	(r354690)
+++ head/security/sssd/Makefile	Tue May 20 21:12:42 2014	(r354691)
@@ -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