svn commit: r348724 - head/net/openldap24-server

Xin LI delphij at FreeBSD.org
Thu Mar 20 23:22:04 UTC 2014


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
 


More information about the svn-ports-all mailing list