pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/rxvt-unicode Force to not install terminfo file. ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2911503e78b9
branches:  trunk
changeset: 534404:2911503e78b9
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat Oct 20 06:11:24 2007 +0000

description:
Force to not install terminfo file.  Fixes PR 37082.
A terminfo entry was installed into somewhere(or not) depending on tic command.

Install termcap/terminfo entry source file in examples directory and
mention it in MESSAGE.

Bump PKGREVISION.

diffstat:

 x11/rxvt-unicode/MESSAGE  |  9 ++++++---
 x11/rxvt-unicode/Makefile |  8 +++++++-
 x11/rxvt-unicode/PLIST    |  6 ++++--
 3 files changed, 17 insertions(+), 6 deletions(-)

diffs (69 lines):

diff -r 84cbc80ea9fb -r 2911503e78b9 x11/rxvt-unicode/MESSAGE
--- a/x11/rxvt-unicode/MESSAGE  Sat Oct 20 05:58:52 2007 +0000
+++ b/x11/rxvt-unicode/MESSAGE  Sat Oct 20 06:11:24 2007 +0000
@@ -1,10 +1,13 @@
 ===========================================================================
-$NetBSD: MESSAGE,v 1.1 2006/12/15 16:01:16 martin Exp $
+$NetBSD: MESSAGE,v 1.2 2007/10/20 06:11:24 obache Exp $
 
-If your system does not have a rxvt-unicode termcap entry, you may consider
-setting the X resource
+If your system does not have a rxvt-unicode termcap/terminfo entry, you may
+consider setting the X resource
 
        URxvt.termName: rxvt
 
+or install termcap/terminfo entry. Here are sample entry files:
+       ${PREFIX}/share/examples/rxvt-unicode
+
 or recompile this pkg with the option rxvt-term defined.
 ===========================================================================
diff -r 84cbc80ea9fb -r 2911503e78b9 x11/rxvt-unicode/Makefile
--- a/x11/rxvt-unicode/Makefile Sat Oct 20 05:58:52 2007 +0000
+++ b/x11/rxvt-unicode/Makefile Sat Oct 20 06:11:24 2007 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2007/10/05 16:11:17 dillo Exp $
+# $NetBSD: Makefile,v 1.20 2007/10/20 06:11:25 obache Exp $
 #
 
 DISTNAME=              rxvt-unicode-8.3
+PKGREVISION=           1
 CATEGORIES=            x11
 MASTER_SITES=          http://dist.schmorp.de/rxvt-unicode/ \
                        http://dist.schmorp.de/rxvt-unicode/Attic/
@@ -20,10 +21,15 @@
                        --enable-xpm-background \
                        --enable-xgetdefault    \
                        --enable-24bit
+CONFIGURE_ENV+=                ac_cv_path_TIC=no
 
 post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/rxvt-unicode
        ${INSTALL_DATA} ${WRKSRC}/README.FAQ ${PREFIX}/share/doc/rxvt-unicode
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/rxvt-unicode
+.for t in rxvt-unicode.termcap rxvt-unicode.terminfo
+       ${INSTALL_DATA} ${WRKSRC}/doc/etc/${t} ${PREFIX}/share/examples/rxvt-unicode
+.endfor
 
 .include "options.mk"
 
diff -r 84cbc80ea9fb -r 2911503e78b9 x11/rxvt-unicode/PLIST
--- a/x11/rxvt-unicode/PLIST    Sat Oct 20 05:58:52 2007 +0000
+++ b/x11/rxvt-unicode/PLIST    Sat Oct 20 06:11:24 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2007/08/06 10:02:27 ghen Exp $
+@comment $NetBSD: PLIST,v 1.7 2007/10/20 06:11:25 obache Exp $
 bin/urxvt
 bin/urxvtc
 bin/urxvtd
@@ -27,7 +27,9 @@
 ${PERL}man/man3/urxvtperl.3
 man/man7/urxvt.7
 share/doc/rxvt-unicode/README.FAQ
-share/terminfo/r/rxvt-unicode
+share/examples/rxvt-unicode/rxvt-unicode.termcap
+share/examples/rxvt-unicode/rxvt-unicode.terminfo
 @dirrm share/doc/rxvt-unicode
+@dirrm share/examples/rxvt-unicode
 ${PERL}@dirrm lib/urxvt/perl
 ${PERL}@dirrm lib/urxvt



Home | Main Index | Thread Index | Old Index