pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/openldap We only need the full dependency on...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e171a0681b06
branches:  trunk
changeset: 479076:e171a0681b06
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Aug 04 19:45:02 2004 +0000

description:
We only need the full dependency on libtool if we build the dynamic
modules.  Bump the PKGREVISION.

diffstat:

 databases/openldap/Makefile         |  4 ++--
 databases/openldap/Makefile.options |  3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (38 lines):

diff -r dbdbc329613f -r e171a0681b06 databases/openldap/Makefile
--- a/databases/openldap/Makefile       Wed Aug 04 19:41:06 2004 +0000
+++ b/databases/openldap/Makefile       Wed Aug 04 19:45:02 2004 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.80 2004/07/30 21:05:41 jlam Exp $
+# $NetBSD: Makefile,v 1.81 2004/08/04 19:45:02 jlam Exp $
 
 DISTNAME=              openldap-2.2.13
 SVR4_PKGNAME=          oldap
+PKGREVISION=           1
 CATEGORIES=            databases
 MASTER_SITES=          ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/
 EXTRACT_SUFX=          .tgz
@@ -95,7 +96,6 @@
 OPENLDAP_PTHREAD_OPTS?=        require
 PTHREAD_OPTS+=         ${OPENLDAP_PTHREAD_OPTS}
 
-.include "../../devel/libtool/buildlink3.mk"
 .include "../../databases/db4/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../security/tcp_wrappers/buildlink3.mk"
diff -r dbdbc329613f -r e171a0681b06 databases/openldap/Makefile.options
--- a/databases/openldap/Makefile.options       Wed Aug 04 19:41:06 2004 +0000
+++ b/databases/openldap/Makefile.options       Wed Aug 04 19:45:02 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.options,v 1.5 2004/07/30 21:05:41 jlam Exp $
+# $NetBSD: Makefile.options,v 1.6 2004/08/04 19:45:02 jlam Exp $
 
 # Global and legacy options
 .if defined(KERBEROS) || defined(USE_SASL) || defined(USE_SASL2)
@@ -24,6 +24,7 @@
 ### specified, then link the backend modules statically into slapd.
 ###
 .if !empty(PKG_OPTIONS:Mdynamic)
+.  include "../../devel/libtool/buildlink3.mk"
 CONFIGURE_ARGS+=       --enable-modules
 PLIST_SUBST+=          DYNAMIC_MOD=
 .else



Home | Main Index | Thread Index | Old Index