ispell-3.2.06/ ispell-3.2.06/Contributors ispell-3.2.06/README ispell-3.2.06/Magiclines ispell-3.2.06/Makefile ispell-3.2.06/Makekit ispell-3.2.06/Makepatch ispell-3.2.06/WISHES ispell-3.2.06/buildhash.c ispell-3.2.06/config.X ispell-3.2.06/correct.c ispell-3.2.06/defmt.c ispell-3.2.06/dump.c ispell-3.2.06/fields.3 ispell-3.2.06/fields.c ispell-3.2.06/fields.h ispell-3.2.06/findaffix.X ispell-3.2.06/good.c ispell-3.2.06/hash.c ispell-3.2.06/icombine.c ispell-3.2.06/ijoin.c ispell-3.2.06/ispell.1X ispell-3.2.06/ispell.4 ispell-3.2.06/ispell.c ispell-3.2.06/ispell.h ispell-3.2.06/iwhich ispell-3.2.06/local.h.samp ispell-3.2.06/lookup.c ispell-3.2.06/makedict.sh ispell-3.2.06/makedent.c ispell-3.2.06/munchlist.X ispell-3.2.06/parse.y ispell-3.2.06/proto.h ispell-3.2.06/subset.X ispell-3.2.06/term.c ispell-3.2.06/tgood.c ispell-3.2.06/tree.c ispell-3.2.06/tryaffix.X ispell-3.2.06/version.h ispell-3.2.06/xgets.c ispell-3.2.06/zapdups.X ispell-3.2.06/languages/ ispell-3.2.06/languages/Makefile ispell-3.2.06/languages/Where ispell-3.2.06/languages/fix8bit.c ispell-3.2.06/languages/altamer/ ispell-3.2.06/languages/altamer/Makefile ispell-3.2.06/languages/american/ ispell-3.2.06/languages/american/Makefile ispell-3.2.06/languages/british/ ispell-3.2.06/languages/british/Makefile ispell-3.2.06/languages/dansk/ ispell-3.2.06/languages/dansk/Makefile ispell-3.2.06/languages/deutsch/ ispell-3.2.06/languages/deutsch/Makefile ispell-3.2.06/languages/english/ ispell-3.2.06/languages/english/Makefile ispell-3.2.06/languages/english/altamer.0 ispell-3.2.06/languages/english/altamer.1 ispell-3.2.06/languages/english/altamer.2 ispell-3.2.06/languages/english/american.0 ispell-3.2.06/languages/english/american.1 ispell-3.2.06/languages/english/american.2 ispell-3.2.06/languages/english/british.0 ispell-3.2.06/languages/english/british.1 ispell-3.2.06/languages/english/british.2 ispell-3.2.06/languages/english/english.0 ispell-3.2.06/languages/english/english.1 ispell-3.2.06/languages/english/english.2 ispell-3.2.06/languages/english/english.3 ispell-3.2.06/languages/english/english.4l ispell-3.2.06/languages/english/english.aff ispell-3.2.06/languages/english/msgs.h ispell-3.2.06/languages/espanol/ ispell-3.2.06/languages/espanol/Makefile ispell-3.2.06/languages/francais/ ispell-3.2.06/languages/francais/Makefile ispell-3.2.06/languages/nederlands/ ispell-3.2.06/languages/nederlands/Makefile ispell-3.2.06/languages/norsk/ ispell-3.2.06/languages/norsk/Makefile ispell-3.2.06/languages/portugues/ ispell-3.2.06/languages/portugues/Makefile ispell-3.2.06/languages/svenska/ ispell-3.2.06/languages/svenska/Makefile ispell-3.2.06/addons/ ispell-3.2.06/addons/nextispell/ ispell-3.2.06/addons/nextispell/Makefile ispell-3.2.06/addons/nextispell/README ispell-3.2.06/addons/nextispell/configure ispell-3.2.06/addons/nextispell/configure.h.template ispell-3.2.06/addons/nextispell/configureTeX ispell-3.2.06/addons/nextispell/nextispell.m ispell-3.2.06/addons/nextispell/services.template ispell-3.2.06/addons/xspell.shar ispell-3.2.06/deformatters/ ispell-3.2.06/deformatters/Makefile ispell-3.2.06/deformatters/README ispell-3.2.06/deformatters/deformat-c.c ispell-3.2.06/deformatters/deformat-sh.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./local.h.orig Fri Jun 8 13:44:56 2001 |+++ ./local.h Fri Jun 8 13:51:33 2001 -------------------------- Patching file local.h using Plan A... Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./string.h.orig Fri Jun 8 13:49:03 2001 |+++ ./string.h Fri Jun 8 13:50:38 2001 -------------------------- Patching file string.h using Plan A... Hunk #1 succeeded at 1. done set +vx; \ for var in BINDIR CC CFLAGS COUNTSUFFIX DEFDICT DEFHASH DEFLANG \ HASHSUFFIX INSTALL \ LANGUAGES LIBDIR LIBES LINT LINTFLAGS \ MAKE_SORTTMP MAN1DIR MAN1EXT MAN4DIR MAN4EXT MASTERHASH \ MSGLANG REGLIB STATSUFFIX \ TERMLIB YACC \ ; do \ cat config.X local.h \ | sed -n -e "s/^#define[ ]*$var[ ]*"'"'"/$var=/p" \ | sed -e 's/".*$/'"'/" -e "s/=/='/" \ | tail -1; \ done > config.sh; \ echo 'case "$MAKE_SORTTMP" in "") \ SORTTMP="-e /!!SORTTMP!!/s/=.*$/=/";; *) SORTTMP=;; esac' \ >> config.sh cp config.X config.h chmod u+w config.h echo '' >> config.h echo '/* AUTOMATICALLY-GENERATED SYMBOLS */' >> config.h cat local.h config.X \ | egrep '^#define[ ]*SIGNAL_TYPE' \ | sed -e 's/TYPE[ ]*/TYPE_STRING "/' -e 's/$/"/' -e 1q \ >> config.h cat local.h config.X \ | egrep '^#define[ ]*MASKTYPE' \ | sed -e 's/TYPE[ ]*/TYPE_STRING "/' -e 's/$/"/' -e 1q \ >> config.h + rm -f msgs.h + ln languages/english/msgs.h msgs.h + cc -O2 -m64 -mcpu=ultrasparc -mtune=ultrasparc3 -Wall -I . -c buildhash.c buildhash.c: In function 'output': buildhash.c:270: warning: cast to pointer from integer of different size buildhash.c:277: warning: cast to pointer from integer of different size buildhash.c:293: warning: cast to pointer from integer of different size buildhash.c:300: warning: cast to pointer from integer of different size buildhash.c:347: warning: cast to pointer from integer of different size buildhash.c:367: warning: cast to pointer from integer of different size buildhash.c: At top level: buildhash.c:2: warning: 'Rcs_Id' defined but not used version.h:10: warning: 'Version_ID' defined but not used version.h:63: warning: 'RCS_Version_ID' defined but not used + cc -O2 -m64 -mcpu=ultrasparc -mtune=ultrasparc3 -Wall -I . -c hash.c hash.c:2: warning: 'Rcs_Id' defined but not used + cc -O2 -m64 -mcpu=ultrasparc -mtune=ultrasparc3 -Wall -I . -c makedent.c makedent.c:2: warning: 'Rcs_Id' defined but not used + yacc parse.y + cc -O2 -m64 -mcpu=ultrasparc -mtune=ultrasparc3 -Wall -I . -c y.tab.c parse.y: In function 'yyparse': parse.y:669: warning: implicit declaration of function 'bcopy' parse.y:669: warning: incompatible implicit declaration of built-in function 'bcopy' parse.y:680: warning: incompatible implicit declaration of built-in function 'bcopy' parse.y:773: warning: implicit declaration of function 'bzero' parse.y:773: warning: incompatible implicit declaration of built-in function 'bzero' parse.y:1146: warning: incompatible implicit declaration of built-in function 'bzero' parse.y:1166: warning: incompatible implicit declaration of built-in function 'bzero' parse.y: In function 'getrange': parse.y:1446: warning: incompatible implicit declaration of built-in function 'bzero' parse.y: In function 'yyinit': parse.y:1690: warning: incompatible implicit declaration of built-in function 'bcopy' parse.y: At top level: parse.y:3: warning: 'Rcs_Id' defined but not used + mv y.tab.o parse.o + rm -f y.tab.c + cc -O2 -m64 -mcpu=ultrasparc -mtune=ultrasparc3 -Wall -I . -o buildhash buildhash.o hash.o makedent.o parse.o make[1]: Entering directory `/tmp/ispell-3.2.06' . ./config.sh; \ sed -e "s@!!LIBDIR!!@$LIBDIR@" -e "s@!!DEFDICT!!@$DEFDICT@" \ -e "s@!!DEFHASH!!@$DEFHASH@" -e "s@!!DEFLANG!!@$DEFLANG@" \ -e "s@!!COUNTSUFFIX!!@$COUNTSUFFIX@g" \ -e "s@!!HASHSUFFIX!!@$HASHSUFFIX@g" \ -e "s@!!STATSUFFIX!!@$STATSUFFIX@g" \ $SORTTMP < findaffix.X > findaffix make[1]: Leaving directory `/tmp/ispell-3.2.06' chmod +x findaffix make[1]: Entering directory `/tmp/ispell-3.2.06' . ./config.sh; \ sed -e "s@!!LIBDIR!!@$LIBDIR@" -e "s@!!DEFDICT!!@$DEFDICT@" \ -e "s@!!DEFHASH!!@$DEFHASH@" -e "s@!!DEFLANG!!@$DEFLANG@" \ -e "s@!!COUNTSUFFIX!!@$COUNTSUFFIX@g" \ -e "s@!!HASHSUFFIX!!@$HASHSUFFIX@g" \ -e "s@!!STATSUFFIX!!@$STATSUFFIX@g" \ $SORTTMP < tryaffix.X > tryaffix make[1]: Leaving directory `/tmp/ispell-3.2.06' chmod +x tryaffix + cc -O2 -m64 -mcpu=ultrasparc -mtune=ultrasparc3 -Wall -I . -c term.c term.c: In function 'shellescape': term.c:475: warning: implicit declaration of function 'wait' term.c: At top level: term.c:2: warning: 'Rcs_Id' defined but not used + cc -O2 -m64 -mcpu=ultrasparc -mtune=ultrasparc3 -Wall -I . -c ispell.c ispell.c:2: warning: 'Rcs_Id' defined but not used version.h:63: warning: 'RCS_Version_ID' defined but not used + cc -O2 -m64 -mcpu=ultrasparc -mtune=ultrasparc3 -Wall -I . -c correct.c correct.c: In function 'givehelp': correct.c:263: warning: zero-length printf format string correct.c:264: warning: zero-length printf format string correct.c:265: warning: zero-length printf format string correct.c:266: warning: zero-length printf format string correct.c: In function 'copyout': correct.c:1731: warning: pointer targets in assignment differ in signedness correct.c: At top level: correct.c:2: warning: 'Rcs_Id' defined but not used version.h:63: warning: 'RCS_Version_ID' defined but not used + cc -O2 -m64 -mcpu=ultrasparc -mtune=ultrasparc3 -Wall -I . -c defmt.c defmt.c:2: warning: 'Rcs_Id' defined but not used + cc -O2 -m64 -mcpu=ultrasparc -mtune=ultrasparc3 -Wall -I . -c dump.c dump.c:2: warning: 'Rcs_Id' defined but not used + cc -O2 -m64 -mcpu=ultrasparc -mtune=ultrasparc3 -Wall -I . -c good.c good.c:2: warning: 'Rcs_Id' defined but not used + cc -O2 -m64 -mcpu=ultrasparc -mtune=ultrasparc3 -Wall -I . -c lookup.c lookup.c: In function 'linit': lookup.c:114: warning: implicit declaration of function 'open' lookup.c:246: warning: cast from pointer to integer of different size lookup.c:250: warning: cast from pointer to integer of different size lookup.c:257: warning: cast from pointer to integer of different size lookup.c:261: warning: cast from pointer to integer of different size lookup.c: In function 'lookup': lookup.c:498: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness lookup.c:498: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness lookup.c:498: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness lookup.c:498: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness lookup.c:498: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness lookup.c:498: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness lookup.c: At top level: lookup.c:2: warning: 'Rcs_Id' defined but not used + cc -O2 -m64 -mcpu=ultrasparc -mtune=ultrasparc3 -Wall -I . -c tgood.c tgood.c:2: warning: 'Rcs_Id' defined but not used + cc -O2 -m64 -mcpu=ultrasparc -mtune=ultrasparc3 -Wall -I . -c tree.c tree.c:2: warning: 'Rcs_Id' defined but not used + cc -O2 -m64 -mcpu=ultrasparc -mtune=ultrasparc3 -Wall -I . -c xgets.c xgets.c:2: warning: 'Rcs_Id' defined but not used + cc -O2 -m64 -mcpu=ultrasparc -mtune=ultrasparc3 -Wall -I . -o ispell term.o ispell.o correct.o defmt.o dump.o good.o lookup.o hash.o makedent.o tgood.o tree.o xgets.o -ltermcap + cc -O2 -m64 -mcpu=ultrasparc -mtune=ultrasparc3 -Wall -I . -c icombine.c icombine.c:2: warning: 'Rcs_Id' defined but not used . ./config.sh; \ set -x; \ $CC $CFLAGS -o icombine icombine.o makedent.o parse.o \ $LIBES + cc -O2 -m64 -mcpu=ultrasparc -mtune=ultrasparc3 -Wall -I . -o icombine icombine.o makedent.o parse.o + cc -O2 -m64 -mcpu=ultrasparc -mtune=ultrasparc3 -Wall -I . -c ijoin.c ijoin.c:2: warning: 'Rcs_Id' defined but not used + cc -O2 -m64 -mcpu=ultrasparc -mtune=ultrasparc3 -Wall -I . -c fields.c fields.c:2: warning: 'Rcs_Id' defined but not used + cc -O2 -m64 -mcpu=ultrasparc -mtune=ultrasparc3 -Wall -I . -o ijoin ijoin.o fields.o make[1]: Entering directory `/tmp/ispell-3.2.06' . ./config.sh; \ sed -e "s@!!LIBDIR!!@$LIBDIR@" -e "s@!!DEFDICT!!@$DEFDICT@" \ -e "s@!!DEFHASH!!@$DEFHASH@" -e "s@!!DEFLANG!!@$DEFLANG@" \ -e "s@!!COUNTSUFFIX!!@$COUNTSUFFIX@g" \ -e "s@!!HASHSUFFIX!!@$HASHSUFFIX@g" \ -e "s@!!STATSUFFIX!!@$STATSUFFIX@g" \ $SORTTMP < munchlist.X > munchlist make[1]: Leaving directory `/tmp/ispell-3.2.06' chmod +x munchlist make[1]: Entering directory `/tmp/ispell-3.2.06' . ./config.sh; \ sed -e "s@!!LIBDIR!!@$LIBDIR@" -e "s@!!DEFDICT!!@$DEFDICT@" \ -e "s@!!DEFHASH!!@$DEFHASH@" -e "s@!!DEFLANG!!@$DEFLANG@" \ -e "s@!!COUNTSUFFIX!!@$COUNTSUFFIX@g" \ -e "s@!!HASHSUFFIX!!@$HASHSUFFIX@g" \ -e "s@!!STATSUFFIX!!@$STATSUFFIX@g" \ $SORTTMP < subset.X > subset make[1]: Leaving directory `/tmp/ispell-3.2.06' chmod +x subset make[1]: Entering directory `/tmp/ispell-3.2.06' . ./config.sh; \ sed -e "s@!!LIBDIR!!@$LIBDIR@" -e "s@!!DEFDICT!!@$DEFDICT@" \ -e "s@!!DEFHASH!!@$DEFHASH@" -e "s@!!DEFLANG!!@$DEFLANG@" \ -e "s@!!COUNTSUFFIX!!@$COUNTSUFFIX@g" \ -e "s@!!HASHSUFFIX!!@$HASHSUFFIX@g" \ -e "s@!!STATSUFFIX!!@$STATSUFFIX@g" \ $SORTTMP < zapdups.X > zapdups make[1]: Leaving directory `/tmp/ispell-3.2.06' chmod +x zapdups cd deformatters; make all make[1]: Entering directory `/tmp/ispell-3.2.06/deformatters' cc deformat-c.c -o deformat-c cc deformat-sh.c -o deformat-sh make[1]: Leaving directory `/tmp/ispell-3.2.06/deformatters' ./ispell -v | sed 1q @(#) International Ispell Version 3.2.06 08/01/01 make[1]: Entering directory `/tmp/ispell-3.2.06' . ./config.sh; \ sed -e "s@!!LIBDIR!!@$LIBDIR@" -e "s@!!DEFDICT!!@$DEFDICT@" \ -e "s@!!DEFHASH!!@$DEFHASH@" -e "s@!!DEFLANG!!@$DEFLANG@" \ -e "s@!!COUNTSUFFIX!!@$COUNTSUFFIX@g" \ -e "s@!!HASHSUFFIX!!@$HASHSUFFIX@g" \ -e "s@!!STATSUFFIX!!@$STATSUFFIX@g" \ $SORTTMP < ispell.1X > ispell.1 make[1]: Leaving directory `/tmp/ispell-3.2.06' make LANGUAGE_TARGET=all SHELLDEBUG=+vx language-subdirs make[1]: Entering directory `/tmp/ispell-3.2.06' + cd languages/american + eval make BUILD=build DBUILD=build CBUILD=build SHELLDEBUG=+vx ' '\''MASTERDICTS=american.med'\'' '\''HASHFILES=americanmed.hash'\'' '\''EXTRADICT='\''' all ++ make BUILD=build DBUILD=build CBUILD=build SHELLDEBUG=+vx MASTERDICTS=american.med HASHFILES=americanmed.hash EXTRADICT= all make[2]: Entering directory `/tmp/ispell-3.2.06/languages/american' make[3]: Entering directory `/tmp/ispell-3.2.06/languages/american' rm -f english.[0-3] american.[0-2] altamer.[012] british.[012] make[3]: Leaving directory `/tmp/ispell-3.2.06/languages/american' make[3]: Entering directory `/tmp/ispell-3.2.06/languages/american' make -f ../english/Makefile 'DBUILD=' VARIANTS=american \ 'EXTRADICT=' 'SHELLDEBUG=+vx' \ 'AFFIXES=../english/english.aff' \ english.med make[4]: Entering directory `/tmp/ispell-3.2.06/languages/american' + eval sort -u -t/ +0f -1 +0 -T '${TMPDIR-/usr/tmp}' -o english.med english.0 english.1 american.0 american.1 ++ sort -u -t/ +0f -1 +0 -T /usr/tmp -o english.med english.0 english.1 american.0 american.1 make[4]: Leaving directory `/tmp/ispell-3.2.06/languages/american' rm -f american.med ln english.med american.med make[3]: Leaving directory `/tmp/ispell-3.2.06/languages/american' make SHELLDEBUG=+vx americanmed.hash make[3]: Entering directory `/tmp/ispell-3.2.06/languages/american' rm -f americanmed.hash ../../buildhash american.med ../english/english.aff americanmed.hash Counting words in dictionary ... 1000 2000 3000 4000 5000 6000 7000 8000 9000 10000 11000 12000 13000 14000 15000 16000 17000 18000 19000 20000 21000 22000 23000 24000 25000 26000 27000 28000 29000 30000 31000 31933 words 0 1000 2000 3000 4000 5000 6000 7000 8000 9000 10000 11000 12000 13000 14000 15000 16000 17000 18000 19000 20000 21000 22000 23000 24000 25000 26000 27000 28000 29000 30000 31000 make[3]: Leaving directory `/tmp/ispell-3.2.06/languages/american' make[2]: Leaving directory `/tmp/ispell-3.2.06/languages/american' make[1]: Leaving directory `/tmp/ispell-3.2.06' + cc -O2 -m64 -mcpu=ultrasparc -mtune=ultrasparc3 -Wall -I . -o buildhash buildhash.o hash.o makedent.o parse.o make[1]: Entering directory `/tmp/ispell-3.2.06' . ./config.sh; \ sed -e "s@!!LIBDIR!!@$LIBDIR@" -e "s@!!DEFDICT!!@$DEFDICT@" \ -e "s@!!DEFHASH!!@$DEFHASH@" -e "s@!!DEFLANG!!@$DEFLANG@" \ -e "s@!!COUNTSUFFIX!!@$COUNTSUFFIX@g" \ -e "s@!!HASHSUFFIX!!@$HASHSUFFIX@g" \ -e "s@!!STATSUFFIX!!@$STATSUFFIX@g" \ $SORTTMP < findaffix.X > findaffix make[1]: Leaving directory `/tmp/ispell-3.2.06' chmod +x findaffix make[1]: Entering directory `/tmp/ispell-3.2.06' . ./config.sh; \ sed -e "s@!!LIBDIR!!@$LIBDIR@" -e "s@!!DEFDICT!!@$DEFDICT@" \ -e "s@!!DEFHASH!!@$DEFHASH@" -e "s@!!DEFLANG!!@$DEFLANG@" \ -e "s@!!COUNTSUFFIX!!@$COUNTSUFFIX@g" \ -e "s@!!HASHSUFFIX!!@$HASHSUFFIX@g" \ -e "s@!!STATSUFFIX!!@$STATSUFFIX@g" \ $SORTTMP < tryaffix.X > tryaffix make[1]: Leaving directory `/tmp/ispell-3.2.06' chmod +x tryaffix + cc -O2 -m64 -mcpu=ultrasparc -mtune=ultrasparc3 -Wall -I . -o ispell term.o ispell.o correct.o defmt.o dump.o good.o lookup.o hash.o makedent.o tgood.o tree.o xgets.o -ltermcap . ./config.sh; \ set -x; \ $CC $CFLAGS -o icombine icombine.o makedent.o parse.o \ $LIBES + cc -O2 -m64 -mcpu=ultrasparc -mtune=ultrasparc3 -Wall -I . -o icombine icombine.o makedent.o parse.o + cc -O2 -m64 -mcpu=ultrasparc -mtune=ultrasparc3 -Wall -I . -o ijoin ijoin.o fields.o make[1]: Entering directory `/tmp/ispell-3.2.06' . ./config.sh; \ sed -e "s@!!LIBDIR!!@$LIBDIR@" -e "s@!!DEFDICT!!@$DEFDICT@" \ -e "s@!!DEFHASH!!@$DEFHASH@" -e "s@!!DEFLANG!!@$DEFLANG@" \ -e "s@!!COUNTSUFFIX!!@$COUNTSUFFIX@g" \ -e "s@!!HASHSUFFIX!!@$HASHSUFFIX@g" \ -e "s@!!STATSUFFIX!!@$STATSUFFIX@g" \ $SORTTMP < munchlist.X > munchlist make[1]: Leaving directory `/tmp/ispell-3.2.06' chmod +x munchlist make[1]: Entering directory `/tmp/ispell-3.2.06' . ./config.sh; \ sed -e "s@!!LIBDIR!!@$LIBDIR@" -e "s@!!DEFDICT!!@$DEFDICT@" \ -e "s@!!DEFHASH!!@$DEFHASH@" -e "s@!!DEFLANG!!@$DEFLANG@" \ -e "s@!!COUNTSUFFIX!!@$COUNTSUFFIX@g" \ -e "s@!!HASHSUFFIX!!@$HASHSUFFIX@g" \ -e "s@!!STATSUFFIX!!@$STATSUFFIX@g" \ $SORTTMP < subset.X > subset make[1]: Leaving directory `/tmp/ispell-3.2.06' chmod +x subset make[1]: Entering directory `/tmp/ispell-3.2.06' . ./config.sh; \ sed -e "s@!!LIBDIR!!@$LIBDIR@" -e "s@!!DEFDICT!!@$DEFDICT@" \ -e "s@!!DEFHASH!!@$DEFHASH@" -e "s@!!DEFLANG!!@$DEFLANG@" \ -e "s@!!COUNTSUFFIX!!@$COUNTSUFFIX@g" \ -e "s@!!HASHSUFFIX!!@$HASHSUFFIX@g" \ -e "s@!!STATSUFFIX!!@$STATSUFFIX@g" \ $SORTTMP < zapdups.X > zapdups make[1]: Leaving directory `/tmp/ispell-3.2.06' chmod +x zapdups cd deformatters; make all make[1]: Entering directory `/tmp/ispell-3.2.06/deformatters' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/tmp/ispell-3.2.06/deformatters' ./ispell -v | sed 1q @(#) International Ispell Version 3.2.06 08/01/01 make[1]: Entering directory `/tmp/ispell-3.2.06' . ./config.sh; \ sed -e "s@!!LIBDIR!!@$LIBDIR@" -e "s@!!DEFDICT!!@$DEFDICT@" \ -e "s@!!DEFHASH!!@$DEFHASH@" -e "s@!!DEFLANG!!@$DEFLANG@" \ -e "s@!!COUNTSUFFIX!!@$COUNTSUFFIX@g" \ -e "s@!!HASHSUFFIX!!@$HASHSUFFIX@g" \ -e "s@!!STATSUFFIX!!@$STATSUFFIX@g" \ $SORTTMP < ispell.1X > ispell.1 make[1]: Leaving directory `/tmp/ispell-3.2.06' make LANGUAGE_TARGET=all SHELLDEBUG=+vx language-subdirs make[1]: Entering directory `/tmp/ispell-3.2.06' + cd languages/american + eval make BUILD=build DBUILD=build CBUILD=build SHELLDEBUG=+vx ' '\''MASTERDICTS=american.med'\'' '\''HASHFILES=americanmed.hash'\'' '\''EXTRADICT='\''' all ++ make BUILD=build DBUILD=build CBUILD=build SHELLDEBUG=+vx MASTERDICTS=american.med HASHFILES=americanmed.hash EXTRADICT= all make[2]: Entering directory `/tmp/ispell-3.2.06/languages/american' make SHELLDEBUG=+vx americanmed.hash make[3]: Entering directory `/tmp/ispell-3.2.06/languages/american' rm -f americanmed.hash ../../buildhash american.med ../english/english.aff americanmed.hash 0 1000 2000 3000 4000 5000 6000 7000 8000 9000 10000 11000 12000 13000 14000 15000 16000 17000 18000 19000 20000 21000 22000 23000 24000 25000 26000 27000 28000 29000 30000 31000 make[3]: Leaving directory `/tmp/ispell-3.2.06/languages/american' make[2]: Leaving directory `/tmp/ispell-3.2.06/languages/american' make[1]: Leaving directory `/tmp/ispell-3.2.06' + '[' -d /tmp/package-ispell/usr/bin ']' + cd /tmp/package-ispell/usr/bin + rm -f ispell + cp ispell /tmp/package-ispell/usr/bin + cd /tmp/package-ispell/usr/bin + strip ispell + chmod 755 ispell + '[' -d /tmp/package-ispell/usr/man/man1 ']' + mkdir /tmp/package-ispell/usr/man/man1 + chmod 755 /tmp/package-ispell/usr/man/man1 + '[' -d /tmp/package-ispell/usr/man/man4 ']' + mkdir /tmp/package-ispell/usr/man/man4 + chmod 755 /tmp/package-ispell/usr/man/man4 + cd /tmp/package-ispell/usr/man/man1 + rm -f ispell.1 + cd /tmp/package-ispell/usr/man/man4 + rm -f ispell.4 + cp ispell.1 /tmp/package-ispell/usr/man/man1/ispell.1 + cp ispell.4 /tmp/package-ispell/usr/man/man4/ispell.4 + cd /tmp/package-ispell/usr/man/man1 + chmod 644 ispell.1 + cd /tmp/package-ispell/usr/man/man4 + chmod 644 ispell.4 cd deformatters; make install make[1]: Entering directory `/tmp/ispell-3.2.06/deformatters' + cp deformat-c deformat-sh /tmp/package-ispell/usr/bin + cd /tmp/package-ispell/usr/bin + strip deformat-c deformat-sh + chmod 755 deformat-c deformat-sh make[1]: Leaving directory `/tmp/ispell-3.2.06/deformatters' + '[' -d /tmp/package-ispell/usr/bin ']' + cd /tmp/package-ispell/usr/bin + rm -f buildhash icombine ijoin munchlist findaffix tryaffix sq unsq + rm -f /tmp/package-ispell/usr/lib64/ispell/icombine + cp buildhash icombine ijoin munchlist findaffix tryaffix /tmp/package-ispell/usr/bin + cd /tmp/package-ispell/usr/bin + strip buildhash icombine ijoin + chmod 755 buildhash icombine ijoin munchlist findaffix tryaffix + '[' -d /tmp/package-ispell/usr/man/man1 ']' + '[' -d /tmp/package-ispell/usr/man/man4 ']' + cd /tmp/package-ispell/usr/man/man1 + rm -f sq.1 unsq.1 + for m in buildhash munchlist findaffix tryaffix ++ basename /tmp/package-ispell/usr/man/man1 + echo '.so man1/ispell.1' + for m in buildhash munchlist findaffix tryaffix ++ basename /tmp/package-ispell/usr/man/man1 + echo '.so man1/ispell.1' + for m in buildhash munchlist findaffix tryaffix ++ basename /tmp/package-ispell/usr/man/man1 + echo '.so man1/ispell.1' + for m in buildhash munchlist findaffix tryaffix ++ basename /tmp/package-ispell/usr/man/man1 + echo '.so man1/ispell.1' + cd /tmp/package-ispell/usr/man/man1 + chmod 644 buildhash.1 munchlist.1 findaffix.1 tryaffix.1 make LANGUAGE_TARGET=install SHELLDEBUG=+vx \ language-subdirs make[1]: Entering directory `/tmp/ispell-3.2.06' + cd languages/american + eval make BUILD=build DBUILD=build CBUILD=build SHELLDEBUG=+vx ' '\''MASTERDICTS=american.med'\'' '\''HASHFILES=americanmed.hash'\'' '\''EXTRADICT='\''' install ++ make BUILD=build DBUILD=build CBUILD=build SHELLDEBUG=+vx MASTERDICTS=american.med HASHFILES=americanmed.hash EXTRADICT= install make[2]: Entering directory `/tmp/ispell-3.2.06/languages/american' make SHELLDEBUG=+vx americanmed.hash make[3]: Entering directory `/tmp/ispell-3.2.06/languages/american' make[3]: `americanmed.hash' is up to date. make[3]: Leaving directory `/tmp/ispell-3.2.06/languages/american' + '[' -d /tmp/package-ispell/usr/lib64/ispell ']' + mkdir /tmp/package-ispell/usr/lib64/ispell + chmod 755 /tmp/package-ispell/usr/lib64/ispell + cd /tmp/package-ispell/usr/lib64/ispell + rm -f english.aff americanmed.hash american.hash + cp ../english/english.aff americanmed.hash /tmp/package-ispell/usr/lib64/ispell + cd /tmp/package-ispell/usr/lib64/ispell + chmod 644 english.aff americanmed.hash + for i in americanmed.hash + ln americanmed.hash american.hash + break + '[' -d /tmp/package-ispell/usr/man/man4 ']' + cd /tmp/package-ispell/usr/man/man4 + rm -f english.4 + cp ../english/english.4l /tmp/package-ispell/usr/man/man4/english.4 + chmod 644 /tmp/package-ispell/usr/man/man4/english.4 make[2]: Leaving directory `/tmp/ispell-3.2.06/languages/american' make[1]: Leaving directory `/tmp/ispell-3.2.06' . ./config.sh; \ [ -d $LIBDIR ] || (mkdir $LIBDIR; chmod 755 $LIBDIR); \ set -x; \ cd $LIBDIR; \ if [ $MASTERHASH != $DEFHASH ]; then \ rm -f $DEFHASH; \ ln $MASTERHASH $DEFHASH; \ fi + cd /tmp/package-ispell/usr/lib64/ispell + '[' americanmed.hash '!=' english.hash ']' + rm -f english.hash + ln americanmed.hash english.hash Slackware package maker, version 3.14159. Searching for symbolic links: usr/lib64/ispell/english.hash -> americanmed.hash usr/lib64/ispell/american.hash -> americanmed.hash Making symbolic link creation script: ( cd usr/lib64/ispell ; rm -rf english.hash ) ( cd usr/lib64/ispell ; ln -sf americanmed.hash english.hash ) ( cd usr/lib64/ispell ; rm -rf american.hash ) ( cd usr/lib64/ispell ; ln -sf americanmed.hash american.hash ) It is recommended that you make these lines your new installation script. Would you like to make this stuff the install script for this package and remove the symbolic links ([y]es, [n]o)? y Removing symbolic links: removed `./usr/lib64/ispell/english.hash' removed `./usr/lib64/ispell/american.hash' Creating your new ./install/doinst.sh... This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /tmp/ispell-3.2.06-sparc64-1.txz ./ install/ install/doinst.sh install/slack-desc usr/ usr/doc/ usr/doc/ispell-3.2.06/ usr/doc/ispell-3.2.06/WISHES usr/doc/ispell-3.2.06/Magiclines usr/doc/ispell-3.2.06/Contributors usr/doc/ispell-3.2.06/README usr/lib64/ usr/lib64/ispell/ usr/lib64/ispell/americanmed.hash usr/lib64/ispell/english.aff usr/man/ usr/man/man4/ usr/man/man4/english.4.gz usr/man/man4/ispell.4.gz usr/man/man1/ usr/man/man1/tryaffix.1.gz usr/man/man1/findaffix.1.gz usr/man/man1/munchlist.1.gz usr/man/man1/buildhash.1.gz usr/man/man1/ispell.1.gz usr/bin/ usr/bin/deformat-c usr/bin/tryaffix usr/bin/icombine usr/bin/munchlist usr/bin/findaffix usr/bin/buildhash usr/bin/ispell usr/bin/deformat-sh usr/bin/ijoin Slackware package /tmp/ispell-3.2.06-sparc64-1.txz created.