Date: Tue, 20 May 2014 21:12:42 +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: r354691 - head/security/sssd Message-ID: <201405202112.s4KLCgFN094479@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405202112.s4KLCgFN094479>