pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xterm Add a default-on xpm option that allows turn...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2372d34d5cd4
branches:  trunk
changeset: 609818:2372d34d5cd4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Oct 10 16:29:35 2012 +0000

description:
Add a default-on xpm option that allows turning off the pixmap for xterm
when iconfied. Requested by Chuck 'grumpy old man' Silvers.

diffstat:

 x11/xterm/options.mk |  12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 8e51fc8518b0 -r 2372d34d5cd4 x11/xterm/options.mk
--- a/x11/xterm/options.mk      Wed Oct 10 16:10:45 2012 +0000
+++ b/x11/xterm/options.mk      Wed Oct 10 16:29:35 2012 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.12 2012/06/15 23:06:08 dholland Exp $
+# $NetBSD: options.mk,v 1.13 2012/10/10 16:29:35 wiz Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.xterm
-PKG_SUPPORTED_OPTIONS=         debug pcre freetype luit
-PKG_SUGGESTED_OPTIONS=         freetype luit
+PKG_SUPPORTED_OPTIONS=         debug pcre freetype luit xpm
+PKG_SUGGESTED_OPTIONS=         freetype luit xpm
 
 .include "../../mk/bsd.options.mk"
 
@@ -37,3 +37,9 @@
 .else
 CONFIGURE_ARGS+= --disable-luit --disable-mini-luit
 .endif
+
+.if !empty(PKG_OPTIONS:Mxpm)
+### nothing
+.else
+CONFIGURE_ARGS+= --without-xpm
+.endif



Home | Main Index | Thread Index | Old Index