Date: Thu, 20 Mar 2014 23:22:04 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348724 - head/net/openldap24-server Message-ID: <201403202322.s2KNM4dQ080863@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403202322.s2KNM4dQ080863>