From owner-svn-ports-all@FreeBSD.ORG Thu Mar 20 23:22:04 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 53FB7241; Thu, 20 Mar 2014 23:22:04 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 40E5A326; Thu, 20 Mar 2014 23:22:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2KNM4OL080864; Thu, 20 Mar 2014 23:22:04 GMT (envelope-from delphij@svn.freebsd.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2KNM4dQ080863; Thu, 20 Mar 2014 23:22:04 GMT (envelope-from delphij@svn.freebsd.org) Message-Id: <201403202322.s2KNM4dQ080863@svn.freebsd.org> From: Xin LI Date: Thu, 20 Mar 2014 23:22:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348724 - head/net/openldap24-server 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.17 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: Thu, 20 Mar 2014 23:22:04 -0000 Author: delphij Date: Thu Mar 20 23:22:03 2014 New Revision: 348724 URL: http://svnweb.freebsd.org/changeset/ports/348724 QAT: https://qat.redports.org/buildarchive/r348724/ Log: Remove DEBUG option for now as it have broke syslog capability. Reported by: many Modified: head/net/openldap24-server/Makefile Modified: head/net/openldap24-server/Makefile ============================================================================== --- head/net/openldap24-server/Makefile Thu Mar 20 23:13:53 2014 (r348723) +++ head/net/openldap24-server/Makefile Thu Mar 20 23:22:03 2014 (r348724) @@ -59,7 +59,7 @@ BROKEN= incompatible OpenLDAP version: .endif PORTREVISION_CLIENT= 0 -PORTREVISION_SERVER= 0 +PORTREVISION_SERVER= 1 OPENLDAP_SHLIB_MAJOR= 8 OPENLDAP_MAJOR= ${DISTVERSION:R} @@ -74,7 +74,6 @@ OPTIONS_DEFINE+= ACCESSLOG AUDITLOG COLL OPTIONS_DEFINE+= DEREF DYNGROUP DYNLIST MEMBEROF PPOLICY PROXYCACHE OPTIONS_DEFINE+= REFINT RETCODE RWM SEQMOD SSSVLV SYNCPROV TRANSLUCENT OPTIONS_DEFINE+= UNIQUE VALSORT SMBPWD SHA2 DYNAMIC_BACKENDS SASL -OPTIONS_DEFINE+= DEBUG OPTIONS_DEFAULT= BDB MDB SYNCPROV DYNAMIC_BACKENDS @@ -190,12 +189,6 @@ CONFIGURE_ARGS+= --with-cyrus-sasl CONFIGURE_ARGS+= --without-cyrus-sasl .endif -.if ${PORT_OPTIONS:MDEBUG} -CONFIGURE_ARGS+= --enable-debug=yes -.else -CONFIGURE_ARGS+= --enable-debug=no -.endif - .if defined(CLIENT_ONLY) # client specific configuration