diff options
author | agc <agc@pkgsrc.org> | 2002-07-22 10:31:30 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-07-22 10:31:30 +0000 |
commit | e44c18e99e1f697ec990b15191ddc029b99cb68e (patch) | |
tree | 9099fb1a0aa600b81fc8a96fd29377d6e4013f12 /textproc/ispell-base/patches | |
parent | cce8d35a1324c891d3f3c1247a9e328703a706a9 (diff) | |
download | pkgsrc-e44c18e99e1f697ec990b15191ddc029b99cb68e.tar.gz |
Apply fixes from Julio Merino (jmmv@hispabsd.org) in PR 17653 - make ispell
use /tmp rather than /usr/tmp by default.
Diffstat (limited to 'textproc/ispell-base/patches')
-rw-r--r-- | textproc/ispell-base/patches/patch-al | 13 | ||||
-rw-r--r-- | textproc/ispell-base/patches/patch-am | 13 | ||||
-rw-r--r-- | textproc/ispell-base/patches/patch-an | 13 | ||||
-rw-r--r-- | textproc/ispell-base/patches/patch-ao | 13 | ||||
-rw-r--r-- | textproc/ispell-base/patches/patch-ap | 13 | ||||
-rw-r--r-- | textproc/ispell-base/patches/patch-aq | 13 |
6 files changed, 78 insertions, 0 deletions
diff --git a/textproc/ispell-base/patches/patch-al b/textproc/ispell-base/patches/patch-al new file mode 100644 index 00000000000..a43db6a201f --- /dev/null +++ b/textproc/ispell-base/patches/patch-al @@ -0,0 +1,13 @@ +$NetBSD: patch-al,v 1.1 2002/07/22 10:31:30 agc Exp $ + +--- config.X.orig Fri Jul 19 21:47:10 2002 ++++ config.X Fri Jul 19 21:48:05 2002 +@@ -315,7 +315,7 @@ + ** space. Otherwise make it the null string. + */ + #ifndef MAKE_SORTTMP +-#define MAKE_SORTTMP "-T ${TMPDIR-/usr/tmp}" ++#define MAKE_SORTTMP "-T ${TMPDIR-/tmp}" + #endif + + /* diff --git a/textproc/ispell-base/patches/patch-am b/textproc/ispell-base/patches/patch-am new file mode 100644 index 00000000000..3949623df07 --- /dev/null +++ b/textproc/ispell-base/patches/patch-am @@ -0,0 +1,13 @@ +$NetBSD: patch-am,v 1.1 2002/07/22 10:31:30 agc Exp $ + +--- munchlist.X.orig Fri Jul 19 21:47:10 2002 ++++ munchlist.X Fri Jul 19 21:48:24 2002 +@@ -128,7 +128,7 @@ + set -vx + fi + LIBDIR=!!LIBDIR!! +-TDIR=${TMPDIR-/usr/tmp} ++TDIR=${TMPDIR-/tmp} + TMP=${TDIR}/munch$$ + SORTTMP="-T ${TDIR}" # !!SORTTMP!! + if [ -r ./icombine ] diff --git a/textproc/ispell-base/patches/patch-an b/textproc/ispell-base/patches/patch-an new file mode 100644 index 00000000000..eb30943b7d1 --- /dev/null +++ b/textproc/ispell-base/patches/patch-an @@ -0,0 +1,13 @@ +$NetBSD: patch-an,v 1.1 2002/07/22 10:31:31 agc Exp $ + +--- splitdict.orig Fri Jul 19 21:49:28 2002 ++++ splitdict Fri Jul 19 21:48:33 2002 +@@ -51,7 +51,7 @@ + # Get rid of all old RCS log lines in preparation for the 3.1 release. + # + # +-TMP=${TMPDIR:-/usr/tmp}/sd$$ ++TMP=${TMPDIR:-/tmp}/sd$$ + + case "$#" in + 3) diff --git a/textproc/ispell-base/patches/patch-ao b/textproc/ispell-base/patches/patch-ao new file mode 100644 index 00000000000..f78b24c0b5b --- /dev/null +++ b/textproc/ispell-base/patches/patch-ao @@ -0,0 +1,13 @@ +$NetBSD: patch-ao,v 1.1 2002/07/22 10:31:31 agc Exp $ + +--- subset.X.orig Fri Jul 19 21:47:10 2002 ++++ subset.X Fri Jul 19 21:48:52 2002 +@@ -77,7 +77,7 @@ + # + # + LIBDIR=!!LIBDIR!! +-TDIR=${TMPDIR-/usr/tmp} ++TDIR=${TMPDIR-/tmp} + TMP=${TDIR}/sset$$. + SORTTMP="-T ${TDIR}" # !!SORTTMP!! + USAGE="Usage: subset [-b base] [-l langfile] dict-0 dict-1 ..." diff --git a/textproc/ispell-base/patches/patch-ap b/textproc/ispell-base/patches/patch-ap new file mode 100644 index 00000000000..f7170f46df2 --- /dev/null +++ b/textproc/ispell-base/patches/patch-ap @@ -0,0 +1,13 @@ +$NetBSD: patch-ap,v 1.1 2002/07/22 10:31:31 agc Exp $ + +--- tryaffix.X.orig Fri Jul 19 21:47:10 2002 ++++ tryaffix.X Fri Jul 19 21:49:02 2002 +@@ -73,7 +73,7 @@ + # Get rid of all old RCS log lines in preparation for the 3.1 release. + # + # +-SORTTMP="-T ${TMPDIR-/usr/tmp}" # !!SORTTMP!! ++SORTTMP="-T ${TMPDIR-/tmp}" # !!SORTTMP!! + USAGE='tryaffix [-p | -s] [-c] dict-file affix[+addition] ...' + counts=no + pre= diff --git a/textproc/ispell-base/patches/patch-aq b/textproc/ispell-base/patches/patch-aq new file mode 100644 index 00000000000..2c609ae8b84 --- /dev/null +++ b/textproc/ispell-base/patches/patch-aq @@ -0,0 +1,13 @@ +$NetBSD: patch-aq,v 1.1 2002/07/22 10:31:31 agc Exp $ + +--- zapdups.X.orig Fri Jul 19 21:47:10 2002 ++++ zapdups.X Fri Jul 19 21:49:09 2002 +@@ -68,7 +68,7 @@ + # + # + LIBDIR=!!LIBDIR!! +-TDIR=${TMPDIR-/usr/tmp} ++TDIR=${TMPDIR-/tmp} + TMP=${TDIR}/zd$$ + SORTTMP="-T ${TDIR}" # !!SORTTMP!! + USAGE="zapdups [-d [-n]] [-l langfile] dict-0 dict-1 ..." |