summaryrefslogtreecommitdiff
path: root/devel/ncurses/patches
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2002-09-01 18:36:35 +0000
committertron <tron@pkgsrc.org>2002-09-01 18:36:35 +0000
commitb766930a9db29716e3684ec3ac173a8fa4dea10c (patch)
treeec9d4d10268146c5b9ae4ee1b0a8fc0edae0a99a /devel/ncurses/patches
parent4e6408c34d90aa962011e0eadb74cc89259b5c26 (diff)
downloadpkgsrc-b766930a9db29716e3684ec3ac173a8fa4dea10c.tar.gz
Educate this package to co-exist with the "screen" package under SunOS
and fix some package lists problems there.
Diffstat (limited to 'devel/ncurses/patches')
-rw-r--r--devel/ncurses/patches/patch-aa23
1 files changed, 16 insertions, 7 deletions
diff --git a/devel/ncurses/patches/patch-aa b/devel/ncurses/patches/patch-aa
index 9cd5eb6436b..b9eca1d05de 100644
--- a/devel/ncurses/patches/patch-aa
+++ b/devel/ncurses/patches/patch-aa
@@ -1,14 +1,23 @@
-$NetBSD: patch-aa,v 1.11 2000/10/15 04:50:11 jlam Exp $
+$NetBSD: patch-aa,v 1.12 2002/09/01 18:36:36 tron Exp $
---- misc/run_tic.in.orig Mon Oct 9 18:57:35 2000
-+++ misc/run_tic.in
-@@ -113,6 +113,9 @@
+--- misc/run_tic.in.orig Tue Oct 10 00:57:35 2000
++++ misc/run_tic.in Sun Sep 1 20:19:08 2002
+@@ -81,7 +81,7 @@
+ # would generate a lot of confusing error messages if we tried to overwrite it.
+ # We explicitly remove its contents rather than the directory itself, in case
+ # the directory is actually a symbolic link.
+-( cd $TERMINFO && rm -fr ? 2>/dev/null )
++#( cd $TERMINFO && rm -fr ? 2>/dev/null )
+
+ # If we're not installing into /usr/share/, we'll have to adjust the location
+ # of the tabset files in terminfo.src (which are in a parallel directory).
+@@ -112,6 +112,9 @@
+ echo '? tic could not build '$TERMINFO
exit 1
fi
-
++
+# For NetBSD pkgsrc, don't bother with setting a symbolic link.
+exit 0
-+
+
# Make a symbolic link to provide compatibility with applications that expect
# to find terminfo under /usr/lib. That is, we'll _try_ to do that. Not
- # all systems support symbolic links, and those that do provide a variety