diff options
| author | Mikhail Teterin <mi@FreeBSD.org> | 2002-10-15 13:18:00 +0000 |
|---|---|---|
| committer | Mikhail Teterin <mi@FreeBSD.org> | 2002-10-15 13:18:00 +0000 |
| commit | 26c59a87d0c0a2ff9352fe95022b727e321e2855 (patch) | |
| tree | 53fd94bef1787ff3a3caf72dec37f58e82f798cf /databases/sqsh/files/patch-sqshrc | |
| parent | Unbreak p5-ORBit. (diff) | |
Reset maintainership to ports, due to the original author's
timeout (the previous timeout also noted in the cvs-log -- 2
years ago). Upgrade to the latest sqsh-2.1. Build with readline
and motif, unless WITHOUT_X11 is set (plain --with-x results in
a rather hard to use X support, author recommend Motif too).
Remove the bogus dependency on gettext introduced in Makefile
version 1.2 -- the (unpatched) software will, indeed, link with
libintl, if present -- mistaking it for Sybase OpenClient's
libintl.
Install the system-wide sqshrc as ${PREFIX}/etc/sqshrc.default,
and allow for another system-wide ${PREFIX}/etc/sqshrc to
overwrite some or all of the default settings.
PR: ports/40374 (readline and X/Motif)
Diffstat (limited to 'databases/sqsh/files/patch-sqshrc')
| -rw-r--r-- | databases/sqsh/files/patch-sqshrc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/databases/sqsh/files/patch-sqshrc b/databases/sqsh/files/patch-sqshrc new file mode 100644 index 000000000000..e9bd44ddd5e3 --- /dev/null +++ b/databases/sqsh/files/patch-sqshrc @@ -0,0 +1,12 @@ +--- doc/global.sqshrc Tue Oct 23 22:31:06 2001 ++++ doc/global.sqshrc Tue Oct 15 13:06:20 2002 +@@ -5,3 +5,8 @@ + # resource file for all users of sqsh. +-# ++ ++# DO NOT EDIT -- the changes will be lost if you reinstall ++# or upgrade sqsh port/package. Instead, create your own ++# @prefix@/etc/sqshrc ++# if you wish to make system-wide customizations. ++# User-specific customizations can be made in ~/.sqshrc files. + |
