After the recent commit to src/lib/libcurses, I'd like to commit
this diff that makes rxvt-unicode use its default terminal type
"rxvt-unicode-256color", instead of the more generic "rxvt-256color".

OK?

ciao,
david

Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/rxvt-unicode/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- Makefile    5 Jul 2011 15:08:49 -0000       1.12
+++ Makefile    23 Sep 2011 13:18:13 -0000
@@ -3,6 +3,7 @@
 COMMENT =      clone of rxvt with Unicode and Xft support
 
 DISTNAME =     rxvt-unicode-9.12
+REVISION =     0
 CATEGORIES =   x11
 
 EXTRACT_SUFX = .tar.bz2
@@ -32,7 +33,6 @@ CONFIGURE_STYLE =     gnu
 CONFIGURE_ARGS =       --enable-256-color \
                        --enable-perl \
                        --enable-pixbuf \
-                       --with-term=rxvt-256color \
                        --disable-afterimage
 # missing locale support
 CONFIGURE_ARGS +=      --disable-xim
Index: patches/patch-doc_Makefile_in
===================================================================
RCS file: /cvs/ports/x11/rxvt-unicode/patches/patch-doc_Makefile_in,v
retrieving revision 1.2
diff -u -p -r1.2 patch-doc_Makefile_in
--- patches/patch-doc_Makefile_in       25 Nov 2010 13:19:35 -0000      1.2
+++ patches/patch-doc_Makefile_in       23 Sep 2011 13:18:13 -0000
@@ -1,11 +1,12 @@
 $OpenBSD: patch-doc_Makefile_in,v 1.2 2010/11/25 13:19:35 dcoppa Exp $
---- doc/Makefile.in.orig       Sun Apr  4 01:12:38 2010
-+++ doc/Makefile.in    Sun Nov 14 14:23:05 2010
-@@ -98,7 +98,6 @@ install: all
+--- doc/Makefile.in.orig       Mon May  2 11:58:32 2011
++++ doc/Makefile.in    Fri Sep 23 14:59:07 2011
+@@ -98,7 +98,7 @@ install: all
        $(INSTALL_DATA) rxvt.7.man  $(DESTDIR)$(man7dir)/$(RXVTNAME).$(man7ext)
  @IF_PERL@     $(INSTALL) -d $(DESTDIR)$(man3dir)
  @IF_PERL@     $(INSTALL_DATA) rxvtperl.3.man 
$(DESTDIR)$(man3dir)/$(RXVTNAME)perl.$(man3ext)
 -      @TIC@ $(srcdir)/etc/rxvt-unicode.terminfo
++      @TIC@ -o $(DESTDIR)$(prefix)/share/terminfo 
$(srcdir)/etc/rxvt-unicode.terminfo
  
  distdepend: alldoc
  
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/x11/rxvt-unicode/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST   25 Nov 2010 13:19:36 -0000      1.2
+++ pkg/PLIST   23 Sep 2011 13:18:13 -0000
@@ -31,3 +31,7 @@ lib/urxvt/urxvt.pm
 @man man/man1/urxvtd.1
 @man man/man3/urxvtperl.3
 @man man/man7/urxvt.7
+share/terminfo/
+share/terminfo/r/
+share/terminfo/r/rxvt-unicode
+share/terminfo/r/rxvt-unicode-256color

Reply via email to