pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/xemacs-current



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Nov 29 19:52:27 UTC 2020

Modified Files:
        pkgsrc/editors/xemacs-current: PLIST options.mk

Log Message:
xemacs-current: Fix PLIST with ldap enabled


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/editors/xemacs-current/PLIST
cvs rdiff -u -r1.18 -r1.19 pkgsrc/editors/xemacs-current/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/editors/xemacs-current/PLIST
diff -u pkgsrc/editors/xemacs-current/PLIST:1.25 pkgsrc/editors/xemacs-current/PLIST:1.26
--- pkgsrc/editors/xemacs-current/PLIST:1.25    Thu Sep 24 11:51:48 2020
+++ pkgsrc/editors/xemacs-current/PLIST Sun Nov 29 19:52:26 2020
@@ -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}/
 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

Index: pkgsrc/editors/xemacs-current/options.mk
diff -u pkgsrc/editors/xemacs-current/options.mk:1.18 pkgsrc/editors/xemacs-current/options.mk:1.19
--- pkgsrc/editors/xemacs-current/options.mk:1.18       Sat Jun  8 10:41:00 2019
+++ pkgsrc/editors/xemacs-current/options.mk    Sun Nov 29 19:52:26 2020
@@ -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-libraries=$
 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