pkgsrc/editors/abiword/patches/patch-ae
jlam 3ea3ba4680 Update abiword-personal to 0.7.9. Remove several patches which were
incorporated into the AbiWord main source tree.  Changes from 0.7.8:

   User Interface

          + Insert Symbol dialog (msevior@mccubbin.ph.unimelb.edu.au)
          + Word Count dialog (Sam Tobin-Hochstadt)
          + Overwrite Mode added (Alexey Sinutin)
          + Set Page Margins from ruler (Bruce Pearson)
          + Insert Field dialog (Henrik Berg)-- not fully enabled due to
            pending changes in the underlying fields implementation.

   Bug Fixes

          + The infamous libpng bug (Justin Bradford and Sam
            Tobin-Hochstadt)
          + Underline/superscript fix (Martin Sevior)
          + View Ruler consistency (Kevin Vajk)
          + RTF CR/LF handing (Harald Fernengel)
          + Various Other Bugs: #522 (sterwill@sourcegear.com), #10 and
            #811 (Sam Tobin-Hochstadt), #302 (Aaron Lehmann), #352
            (Henrik Berg), #432 and #776 (Martin Sevior), #637 (Andy
            Richardson), #651 (Matt Kraai), #770 (Matthew Allen), #782
            (Danny Faught), #788 and #789 (Joaquin Cuenca Abela)

   Other

	  + Various localizations
          + Updated XML parser to version 1.1 (Sam Tobin-Hochstadt)
          + Mac port beginning (Bryan Prusha)
          + Lots of Gnome dialogs (John Tunison) -- no Gnome binaries for
            0.7.9 but will be available in the next release
          + Command line conversions (Joaquin Cuenca Abela) -- for a
            complete list, type AbiWord -help from a command prompt
2000-05-02 23:35:55 +00:00

13 lines
554 B
Text

$NetBSD: patch-ae,v 1.3 2000/05/02 23:35:56 jlam Exp $
--- src/config/require/unix/Makefile.orig Tue Feb 29 16:37:57 2000
+++ src/config/require/unix/Makefile Tue May 2 18:16:28 2000
@@ -159,7 +159,7 @@
# was something you installed yourself.
_LIBICONV_:
- @if [ ! -r /usr/include/iconv.h -a ! -r /usr/local/include/iconv.h ]; then \
+ @if true; then \
if [ -d $(ABI_ROOT)/../libiconv ]; then \
echo Found libiconv in peer directory; \
if [ ! -r $(ABI_ROOT)/../libiconv/src/config.h ]; then \