pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/xemacs-current xemacs-current: Fix PLIST with ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0ec71913a958
branches:  trunk
changeset: 442731:0ec71913a958
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Nov 29 19:52:26 2020 +0000

description:
xemacs-current: Fix PLIST with ldap enabled

diffstat:

 editors/xemacs-current/PLIST      |  3 ++-
 editors/xemacs-current/options.mk |  4 +++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r 22571f334fc1 -r 0ec71913a958 editors/xemacs-current/PLIST
--- a/editors/xemacs-current/PLIST      Sun Nov 29 19:42:52 2020 +0000
+++ b/editors/xemacs-current/PLIST      Sun Nov 29 19:52:26 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.25 2020/09/24 11:51:48 hauke Exp $
+@comment $NetBSD: PLIST,v 1.26 2020/11/29 19:52:26 nia Exp $
 bin/ellcc
 bin/gnuattach
 bin/gnuclient
@@ -229,6 +229,7 @@
 lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/modules/auto-autoloads.el
 lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/modules/auto-autoloads.elc
 ${PLIST.canna}lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/modules/canna_api.ell
+${PLIST.ldap}lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/modules/eldap.ell
 lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/movemail
 lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/profile
 lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/rcs2log
diff -r 22571f334fc1 -r 0ec71913a958 editors/xemacs-current/options.mk
--- a/editors/xemacs-current/options.mk Sun Nov 29 19:42:52 2020 +0000
+++ b/editors/xemacs-current/options.mk Sun Nov 29 19:52:26 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.18 2019/06/08 10:41:00 rillig Exp $
+# $NetBSD: options.mk,v 1.19 2020/11/29 19:52:26 nia Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.xemacs
 PKG_SUPPORTED_OPTIONS+=                ldap canna debug
@@ -53,7 +53,9 @@
 CONFIGURE_ARGS+=       --with-site-runtime-libraries=${PREFIX}/lib
 .endif
 
+PLIST_VARS+=           ldap
 .if !empty(PKG_OPTIONS:Mldap)
+PLIST.ldap=            yes
 CONFIGURE_ARGS+=       --with-ldap
 .  include "../../databases/openldap-client/buildlink3.mk"
 .else



Home | Main Index | Thread Index | Old Index