From owner-svn-ports-all@FreeBSD.ORG Tue May 20 21:12:42 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BB76092A; Tue, 20 May 2014 21:12:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A884F23EB; Tue, 20 May 2014 21:12:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4KLCgn4094480; Tue, 20 May 2014 21:12:42 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4KLCgFN094479; Tue, 20 May 2014 21:12:42 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201405202112.s4KLCgFN094479@svn.freebsd.org> From: Antoine Brodin Date: Tue, 20 May 2014 21:12:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354691 - head/security/sssd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 May 2014 21:12:42 -0000 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