pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ncurses Add screen.{mlterm,rxvt} to the list of ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d044f2ee89b8
branches:  trunk
changeset: 550170:d044f2ee89b8
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sun Nov 16 17:03:00 2008 +0000

description:
Add screen.{mlterm,rxvt} to the list of files that dont get installed on SunOS
PKGREVISION++

diffstat:

 devel/ncurses/Makefile        |  4 +++-
 devel/ncurses/Makefile.common |  3 ++-
 devel/ncurses/PLIST           |  6 +++---
 3 files changed, 8 insertions(+), 5 deletions(-)

diffs (55 lines):

diff -r 052fe50d8d67 -r d044f2ee89b8 devel/ncurses/Makefile
--- a/devel/ncurses/Makefile    Sun Nov 16 17:01:53 2008 +0000
+++ b/devel/ncurses/Makefile    Sun Nov 16 17:03:00 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.82 2008/11/05 16:12:38 wiz Exp $
+# $NetBSD: Makefile,v 1.83 2008/11/16 17:03:00 adrianp Exp $
 
 .include "Makefile.common"
 
@@ -25,6 +25,8 @@
 SUBST_SED.ti+=         -e '/^screen-w|/,/^$$/d'
 SUBST_SED.ti+=         -e '/^screen-16color/,/^$$/d'
 SUBST_SED.ti+=         -e '/^screen-256color/,/^$$/d'
+SUBST_SED.ti+=         -e '/^screen.mlterm/,/^$$/d'
+SUBST_SED.ti+=         -e '/^screen.rxvt/,/^$$/d'
 .endif
 
 post-configure:
diff -r 052fe50d8d67 -r d044f2ee89b8 devel/ncurses/Makefile.common
--- a/devel/ncurses/Makefile.common     Sun Nov 16 17:01:53 2008 +0000
+++ b/devel/ncurses/Makefile.common     Sun Nov 16 17:03:00 2008 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile.common,v 1.9 2008/11/05 16:12:38 wiz Exp $
+# $NetBSD: Makefile.common,v 1.10 2008/11/16 17:03:00 adrianp Exp $
 #
 # used by devel/ncursesw/Makefile
 
 DISTNAME=      ncurses-${NC_VERS}
 NC_VERS=       5.7
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GNU:=ncurses/} \
                ftp://dickey.his.com/ncurses/ \
diff -r 052fe50d8d67 -r d044f2ee89b8 devel/ncurses/PLIST
--- a/devel/ncurses/PLIST       Sun Nov 16 17:01:53 2008 +0000
+++ b/devel/ncurses/PLIST       Sun Nov 16 17:03:00 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2008/11/05 16:12:38 wiz Exp $
+@comment $NetBSD: PLIST,v 1.16 2008/11/16 17:03:00 adrianp Exp $
 bin/captoinfo
 bin/clear
 bin/infocmp
@@ -2484,10 +2484,10 @@
 ${PLIST.not-sunos}${TERMINFODIR}/s/screen-s
 ${PLIST.not-sunos}${TERMINFODIR}/s/screen-w
 ${PLIST.not-sunos}${TERMINFODIR}/s/screen.linux
+${PLIST.not-sunos}${TERMINFODIR}/s/screen.mlterm
+${PLIST.not-sunos}${TERMINFODIR}/s/screen.rxvt
 ${PLIST.not-sunos}${TERMINFODIR}/s/screen.teraterm
 ${TERMINFODIR}/s/screen+fkeys
-${TERMINFODIR}/s/screen.mlterm
-${TERMINFODIR}/s/screen.rxvt
 ${TERMINFODIR}/s/screen.xterm-new
 ${TERMINFODIR}/s/screen.xterm-r6
 ${TERMINFODIR}/s/screen.xterm-xfree86



Home | Main Index | Thread Index | Old Index