OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 20-May-2004 22:25:38
Branch: HEAD Handle: 2004052021253700
Modified files:
openpkg-src/ispell ispell.patch ispell.spec
Log:
not sure why this patch hack is needed, but it does satisfy some
rather popular dictionaries who check the legacy (?) existance of a
!NO8BIT identifier
Summary:
Revision Changes Path
1.2 +14 -0 openpkg-src/ispell/ispell.patch
1.42 +1 -3 openpkg-src/ispell/ispell.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/ispell/ispell.patch
============================================================================
$ cvs diff -u -r1.1.1.1 -r1.2 ispell.patch
--- openpkg-src/ispell/ispell.patch 18 Sep 2001 09:48:30 -0000 1.1.1.1
+++ openpkg-src/ispell/ispell.patch 20 May 2004 20:25:37 -0000 1.2
@@ -10,3 +10,17 @@
/*
** Things that normally go in a Makefile. Define these just like you
+--- ispell.c.orig 2004-05-19 18:07:49.552575166 +0200
++++ ispell.c 2004-05-19 18:08:46.017820502 +0200
+@@ -494,6 +494,11 @@
+ #else /* MINIMENU */
+ (void) printf ("\t!MINIMENU\n");
+ #endif /* MINIMENU */
++#ifdef NO8BIT
++ (void) printf ("\tNO8BIT\n");
++#else /* NO8BIT */
++ (void) printf ("\t!NO8BIT\n");
++#endif /* NO8BIT */
+ (void) printf ("\tMINWORD = %d\n", MINWORD);
+ (void) printf ("\tMSDOS_BINARY_OPEN = 0x%x\n",
+ (unsigned int) MSDOS_BINARY_OPEN);
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/ispell/ispell.spec
============================================================================
$ cvs diff -u -r1.41 -r1.42 ispell.spec
--- openpkg-src/ispell/ispell.spec 7 Feb 2004 17:55:46 -0000 1.41
+++ openpkg-src/ispell/ispell.spec 20 May 2004 20:25:37 -0000 1.42
@@ -38,7 +38,7 @@
Group: Text
License: BSD
Version: %{V_ispell}
-Release: 20040207
+Release: 20040520
# list of sources
Source0: http://fmg-www.cs.ucla.edu/geoff/tars/ispell-%{V_ispell}.tar.gz
@@ -100,7 +100,6 @@
done
[ ".$termlib" = . ] && exit 1
( echo "#define MINIMENU"
- echo "#undef NO8BIT"
echo "#define MASKBITS 64"
echo "#define CC \"%{l_cc}\""
echo "#define CFLAGS \"%{l_cflags -O}\""
@@ -150,7 +149,6 @@
$RPM_BUILD_ROOT%{l_prefix}/man \
$RPM_BUILD_ROOT%{l_prefix}/share/ispell
( echo "#define MINIMENU"
- echo "#undef NO8BIT"
echo "#define MASKBITS 64"
echo "#define CC \"%{l_cc}\""
echo "#define CFLAGS \"%{l_cflags -O}\""
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]