Subject: Re: x11/xterm's xterm-toolbar option broken
To: Blair Sadewitz <blair.sadewitz@gmail.com>
From: Aymeric Vincent <vincent@labri.fr>
List: pkgsrc-users
Date: 09/29/2007 09:50:12
Hi,
"Blair Sadewitz" <blair.sadewitz@gmail.com> writes:
> Which X11_TYPE are you using?
modular
Shall I commit the following fix until xterm is fixed upstream?
Index: options.mk
===================================================================
RCS file: /cvsroot/pkgsrc/x11/xterm/options.mk,v
retrieving revision 1.5
diff -u -u -r1.5 options.mk
--- options.mk 17 Sep 2007 06:36:21 -0000 1.5
+++ options.mk 29 Sep 2007 07:51:42 -0000
@@ -4,7 +4,7 @@
PKG_SUPPORTED_OPTIONS= pcre xterm-luit freetype xterm-toolbar
PKG_OPTIONS_OPTIONAL_GROUPS= color
PKG_OPTIONS_GROUP.color= xterm-88color xterm-256color
-PKG_SUGGESTED_OPTIONS= xterm-256color xterm-luit xterm-toolbar
+PKG_SUGGESTED_OPTIONS= xterm-256color xterm-luit
.include "../../mk/bsd.options.mk"
Regards,
Aymeric