diff options
author | jmz <jmz@FreeBSD.org> | 2002-04-24 20:20:34 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2002-04-24 20:20:34 +0800 |
commit | cba74657a43bd8b47ceb5b736b9156969432cadb (patch) | |
tree | 2d3d9ea8b8dc367de58be9f47e41dbd1ef5bbaed | |
parent | 562e91a37798b29de0f07d345aa022ba8eb9737a (diff) | |
download | freebsd-ports-gnome-cba74657a43bd8b47ceb5b736b9156969432cadb.tar.gz freebsd-ports-gnome-cba74657a43bd8b47ceb5b736b9156969432cadb.tar.zst freebsd-ports-gnome-cba74657a43bd8b47ceb5b736b9156969432cadb.zip |
Add files missing from the previous commit.
-rw-r--r-- | textproc/ispell/files/patch-local.h.samp | 10 | ||||
-rw-r--r-- | textproc/ispell/files/patch-munchlist.X | 11 | ||||
-rw-r--r-- | textproc/ispell/pkg-plist.it | 3 |
3 files changed, 24 insertions, 0 deletions
diff --git a/textproc/ispell/files/patch-local.h.samp b/textproc/ispell/files/patch-local.h.samp new file mode 100644 index 000000000000..e0f222308db8 --- /dev/null +++ b/textproc/ispell/files/patch-local.h.samp @@ -0,0 +1,10 @@ +--- local.h.samp.orig Sun Apr 21 16:58:43 2002 ++++ local.h.samp Sun Apr 21 16:58:54 2002 +@@ -105,7 +105,6 @@ + */ + + #define MINIMENU /* Display a mini-menu at the bottom of the screen */ +-#define NO8BIT /* Remove this if you use ISO character sets */ + #undef USG /* Define on System V or if term.c won't compile */ + #undef NO_FCNTL_H /* Define if you get compile errors on fcntl.h */ + #undef NO_MKSTEMP /* Define if you get compile or link errors */ diff --git a/textproc/ispell/files/patch-munchlist.X b/textproc/ispell/files/patch-munchlist.X new file mode 100644 index 000000000000..794ddc585473 --- /dev/null +++ b/textproc/ispell/files/patch-munchlist.X @@ -0,0 +1,11 @@ +--- munchlist.X.orig Sun Apr 21 16:52:41 2002 ++++ munchlist.X Sun Apr 21 16:53:03 2002 +@@ -160,7 +160,7 @@ + set -vx + fi + LIBDIR=!!LIBDIR!! +-TDIR=${TMPDIR-/usr/tmp} ++TDIR=${TMPDIR-/tmp} + TMP=${TDIR}/munch$$ + SORTTMP="-T ${TDIR}" # !!SORTTMP!! + diff --git a/textproc/ispell/pkg-plist.it b/textproc/ispell/pkg-plist.it new file mode 100644 index 000000000000..d751ac883739 --- /dev/null +++ b/textproc/ispell/pkg-plist.it @@ -0,0 +1,3 @@ +share/ispell/italian.aff +share/ispell/italian.hash +share/ispell/italiano.hash |