pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
emacs-git: motif support was removed, remove option
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <tk%giga.or.at@localhost>
Pushed By: wiz
Date: Mon Oct 18 15:00:34 2021 +0200
Changeset: 415a07570f97b7ee31ce977e26e1f1d4df961e9e
Modified Files:
emacs-git/options.mk
Log Message:
emacs-git: motif support was removed, remove option
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=415a07570f97b7ee31ce977e26e1f1d4df961e9e
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
emacs-git/options.mk | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diffs:
diff --git a/emacs-git/options.mk b/emacs-git/options.mk
index 09d331d749..077c90f27a 100644
--- a/emacs-git/options.mk
+++ b/emacs-git/options.mk
@@ -12,9 +12,9 @@ PKG_OPTIONS_GROUP.window-system= x11 nextstep
PKG_OPTIONS_OPTIONAL_GROUPS+= toolkit
PKG_SUGGESTED_OPTIONS.Darwin= nextstep
# --with-x-toolkit=KIT use an X toolkit (KIT one of: yes or gtk2,
-# gtk3, xaw or lucid or athena, motif, no)
-# gtk in next line implies gtk2, xaw = athena = lucid
-PKG_OPTIONS_GROUP.toolkit= gtk gtk2 gtk3 motif xaw
+# gtk3, xaw, no)
+# gtk in next line implies gtk2, xaw
+PKG_OPTIONS_GROUP.toolkit= gtk gtk2 gtk3 xaw
# gtk2 and gtk has the same effect
# gtk3 is default in the logic below (even not included in SUGGESTED_=)
# gtk* will be ignored for nextstep even shown as selected.
@@ -112,8 +112,7 @@ CONFIGURE_ARGS+= --without-xaw3d
###
. if (empty(PKG_OPTIONS:Mxaw) && \
empty(PKG_OPTIONS:Mgtk) && \
- empty(PKG_OPTIONS:Mgtk2) && \
- empty(PKG_OPTIONS:Mmotif))
+ empty(PKG_OPTIONS:Mgtk2))
# defaults to gtk3
USE_TOOLS+= pkg-config
.include "../../x11/gtk3/buildlink3.mk"
@@ -125,9 +124,6 @@ CONFIGURE_ARGS+= --with-x-toolkit=gtk2
. elif !empty(PKG_OPTIONS:Mxaw)
.include "../../mk/xaw.buildlink3.mk"
CONFIGURE_ARGS+= --with-x-toolkit=athena
-. elif !empty(PKG_OPTIONS:Mmotif)
-.include "../../mk/motif.buildlink3.mk"
-CONFIGURE_ARGS+= --with-x-toolkit=motif
. endif
###
Home |
Main Index |
Thread Index |
Old Index