pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases "make test" only makes sense for openldap-se...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a7f1d0a6229
branches:  trunk
changeset: 514165:4a7f1d0a6229
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Thu Jun 08 15:30:03 2006 +0000

description:
"make test" only makes sense for openldap-server with bdb/hdb enabled.

diffstat:

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

diffs (34 lines):

diff -r 8a0616b83904 -r 4a7f1d0a6229 databases/openldap-server/options.mk
--- a/databases/openldap-server/options.mk      Thu Jun 08 15:26:43 2006 +0000
+++ b/databases/openldap-server/options.mk      Thu Jun 08 15:30:03 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1.1.1 2006/05/31 18:18:36 ghen Exp $
+# $NetBSD: options.mk,v 1.2 2006/06/08 15:30:03 ghen Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.openldap-server
 PKG_SUPPORTED_OPTIONS= bdb kerberos sasl slp inet6
@@ -22,6 +22,7 @@
 BDB_TYPE?=             none
 .if ${BDB_TYPE} != "none"
 CONFIGURE_ARGS+=       --enable-bdb --enable-hdb
+TEST_TARGET=           test
 .else
 CONFIGURE_ARGS+=       --disable-bdb --disable-hdb
 .endif
diff -r 8a0616b83904 -r 4a7f1d0a6229 databases/openldap/Makefile.common
--- a/databases/openldap/Makefile.common        Thu Jun 08 15:26:43 2006 +0000
+++ b/databases/openldap/Makefile.common        Thu Jun 08 15:30:03 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2006/06/07 15:48:29 ghen Exp $
+# $NetBSD: Makefile.common,v 1.4 2006/06/08 15:30:03 ghen Exp $
 
 # please stick to the "stable" releases as much as possible!
 DISTNAME=              openldap-2.3.24
@@ -18,7 +18,6 @@
 
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
-TEST_TARGET=           test
 
 MAKE_ENV+=             LIBMODE=${LIBMODE:Q}
 



Home | Main Index | Thread Index | Old Index