From owner-svn-ports-branches@FreeBSD.ORG Wed May 21 08:26:44 2014 Return-Path: Delivered-To: svn-ports-branches@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 03C59C28; Wed, 21 May 2014 08:26:44 +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 E52DA2C95; Wed, 21 May 2014 08:26:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4L8Qh3s084482; Wed, 21 May 2014 08:26:43 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4L8QhDh084481; Wed, 21 May 2014 08:26:43 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201405210826.s4L8QhDh084481@svn.freebsd.org> From: Antoine Brodin Date: Wed, 21 May 2014 08:26:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r354733 - branches/2014Q2/security/sssd X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 May 2014 08:26:44 -0000 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