pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xterm Remove the MESSAGE.Solaris and INSTALL.openwin.
details: https://anonhg.NetBSD.org/pkgsrc/rev/230347611fd4
branches: trunk
changeset: 537600:230347611fd4
user: reed <reed%pkgsrc.org@localhost>
date: Sat Jan 12 04:01:31 2008 +0000
description:
Remove the MESSAGE.Solaris and INSTALL.openwin.
The INSTALL.openwin is broken.
I reported on December 1 that it create a broken INSTALL script.
The SunOS check was commented out in pkgsrc/x11/xterm/Makefile revision
1.37. It looks like it was accidently committed as it has nothing to do
with the log message.
This caused the INSTALL.openwin stuff to be used on non-SunOS systems.
That INSTALL.openwin support is broken anyways. The sed changed @PREFIX@
but that was not used.
diffstat:
x11/xterm/INSTALL.openwin | 43 -------------------------------------------
x11/xterm/MESSAGE.Solaris | 7 -------
2 files changed, 0 insertions(+), 50 deletions(-)
diffs (58 lines):
diff -r 177e75278849 -r 230347611fd4 x11/xterm/INSTALL.openwin
--- a/x11/xterm/INSTALL.openwin Fri Jan 11 23:24:11 2008 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,43 +0,0 @@
-#!/bin/sh
-#
-# $NetBSD: INSTALL.openwin,v 1.2 2007/10/09 19:19:17 martti Exp $
-
-PKGNAME=$1
-STAGE=$2
-
-CONFLICTS="bin/resize bin/xterm lib/app-defaults/XTerm man/man1/resize.1 man/man1/xterm.1"
-
-case ${STAGE} in
-PRE-INSTALL)
- cd ${PKG_PREFIX}
- for FILE in $CONFLICTS
- do
- if [ -f $FILE ]
- then
- @MV@ $FILE ${FILE}.openwin
- fi
- done
- ;;
-
-POST-INSTALL)
- cd ${PKG_PREFIX}/lib/X11/etc
- TERMINFO=@LOCALBASE@/share/lib/terminfo
- export TERMINFO
- /usr/5bin/tic xterm.terminfo
- ;;
-
-DEINSTALL)
- ;;
-
-POST-DEINSTALL)
- cd ${PKG_PREFIX}
- for FILE in $CONFLICTS
- do
- if [ -f ${FILE}.openwin ]
- then
- @MV@ ${FILE}.openwin $FILE
- fi
- done
- ;;
-esac
-exit 0
diff -r 177e75278849 -r 230347611fd4 x11/xterm/MESSAGE.Solaris
--- a/x11/xterm/MESSAGE.Solaris Fri Jan 11 23:24:11 2008 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE.Solaris,v 1.1 2005/02/16 22:05:36 reed Exp $
-
-This package should be deinstalled before you update to a newer Solaris
-or OpenWindows version.
-
-===========================================================================
Home |
Main Index |
Thread Index |
Old Index