pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/ldb
Module Name: pkgsrc
Committed By: gutteridge
Date: Tue May 19 00:21:01 UTC 2020
Modified Files:
pkgsrc/databases/ldb: options.mk
Log Message:
ldb: pkgsrc toolify previous (preferred sed may not be "sed")
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/ldb/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/ldb/options.mk
diff -u pkgsrc/databases/ldb/options.mk:1.2 pkgsrc/databases/ldb/options.mk:1.3
--- pkgsrc/databases/ldb/options.mk:1.2 Mon May 18 15:39:20 2020
+++ pkgsrc/databases/ldb/options.mk Tue May 19 00:21:01 2020
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2020/05/18 15:39:20 hauke Exp $
+# $NetBSD: options.mk,v 1.3 2020/05/19 00:21:01 gutteridge Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.ldb
PKG_SUPPORTED_OPTIONS= ldap
@@ -15,7 +15,7 @@ PLIST.ldap= yes
# No official way to configure without ldap
CFG_CACHE= ${WRKSRC}/bin/c4che/default_cache.py
post-configure:
- mv ${CFG_CACHE} ${CFG_CACHE}.orig
- sed -E -e 's/(ENABLE_LDAP_BACKEND =) True/\1 False/g' \
+ ${MV} ${CFG_CACHE} ${CFG_CACHE}.orig
+ ${SED} -E -e 's/(ENABLE_LDAP_BACKEND =) True/\1 False/g' \
${CFG_CACHE}.orig > ${CFG_CACHE}
.endif
Home |
Main Index |
Thread Index |
Old Index