pkgsrc-WIP-changes archive

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

tin: Option wide-curses removed



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By:	micha
Date:		Mon Jan 14 12:33:13 2019 +0100
Changeset:	ba7ffcd871b2d667c04232e7f39501bdab8f66b2

Modified Files:
	tin/options.mk

Log Message:
tin: Option wide-curses removed

Use curses option and set CURSES_DEFAULT in mk.conf to select type.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ba7ffcd871b2d667c04232e7f39501bdab8f66b2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 tin/options.mk | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diffs:
diff --git a/tin/options.mk b/tin/options.mk
index e36b90b688..f3b6b99fc6 100644
--- a/tin/options.mk
+++ b/tin/options.mk
@@ -2,7 +2,7 @@
 
 PKG_OPTIONS_VAR=		PKG_OPTIONS.tin
 PKG_OPTIONS_REQUIRED_GROUPS=	display
-PKG_OPTIONS_GROUP.display=	curses wide-curses termcap
+PKG_OPTIONS_GROUP.display=	curses termcap # wide-curses removed, see below
 PKG_SUPPORTED_OPTIONS=		canlock icu inet6 nls tin-use-inn-spool
 PKG_SUGGESTED_OPTIONS=		canlock inet6 nls termcap # see PR #51819
 # untested
@@ -15,7 +15,9 @@ PKG_SUGGESTED_OPTIONS=		canlock inet6 nls termcap # see PR #51819
 CONFIGURE_ARGS+=	--enable-cancel-locks
 .endif
 
-.if !empty(PKG_OPTIONS:Mcurses) || !empty(PKG_OPTIONS:Mwide-curses)
+# Option wide-curses removed
+# Use curses option and set CURSES_DEFAULT in mk.conf to select type
+.if !empty(PKG_OPTIONS:Mcurses)
 .include "../../mk/curses.buildlink3.mk"
 CONFIGURE_ARGS+=	--with-screen=${CURSES_TYPE}
 CONFIGURE_ARGS+=	--with-curses-dir=${BUILDLINK_PREFIX.curses}


Home | Main Index | Thread Index | Old Index