pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xterm remove option xterm-toolbar from the default...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a4bcf23da353
branches:  trunk
changeset: 533830:a4bcf23da353
user:      aymeric <aymeric%pkgsrc.org@localhost>
date:      Tue Oct 02 15:04:53 2007 +0000

description:
remove option xterm-toolbar from the default options. Toolbar support seems
to be broken in xterm for now.
OK bjs@

diffstat:

 x11/xterm/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 46be2532093a -r a4bcf23da353 x11/xterm/options.mk
--- a/x11/xterm/options.mk      Tue Oct 02 14:12:51 2007 +0000
+++ b/x11/xterm/options.mk      Tue Oct 02 15:04:53 2007 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: options.mk,v 1.5 2007/09/17 06:36:21 bjs Exp $
+# $NetBSD: options.mk,v 1.6 2007/10/02 15:04:53 aymeric Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.xterm
 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"
 



Home | Main Index | Thread Index | Old Index