pkgsrc/editors/abiword/patches/patch-ae

14 lines
554 B
Text
Raw Normal View History

$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 @@
Update AbiWord Personal to 0.7.8. Selected highlights since 0.7.5: True WYSIWYG. Previously, we had subtle reformatting discrepancies when changing resolutions (such as printing and zooming). No more character dirt. Overline support. Minor display glitches. Insert Date and Time. Page-level navigation. Better support for non-English content. LaTeX exporter. Word importer. Justin and Caolan have fixed things so that tabstops, breaks, unicode conversion, page break before, widow/orphan control are all imported successfully now. RTF importer. Now handles negative values for margin-left and text-indent. Minor file format change. Error propagation. Unix stuff. By popular request, libstdc++ is no longer required. (We never really needed it anyhow.) PostScript emissions now use signed characters, as suggested by Bob Monaghan <bob@sbst.com>. With the latest fonts.dir, Symbol fonts should print properly now, too. First support for GNOME. Spelling speedup. The interactive spell check logic is now fast and smart like it should be, instead of woefully poky and dumb like it used to be. Subscript and superscript. View ruler. Stephen Hack <shack@uiuc.edu> implemented this menu item so that you can hide or show the ruler on a per-window basis. Compressed AbiWord files. The AbiWord file format (*.abw) was designed from the get-go to be a highly-readable form of XML. However, for those of you who care more about bloat than legibility, Richard Jefts <babs@cs.jhu.edu> added import/export logic for a gzip-compressed variant (*.zabw). Options dialog started. Zoom and Paragraph dialogs. Justification. Clipboard improvements. More Unicode-friendly. Smarter preferences.
2000-02-29 19:31:30 +01:00
# was something you installed yourself.
Update AbiWord Personal to 0.7.8. Selected highlights since 0.7.5: True WYSIWYG. Previously, we had subtle reformatting discrepancies when changing resolutions (such as printing and zooming). No more character dirt. Overline support. Minor display glitches. Insert Date and Time. Page-level navigation. Better support for non-English content. LaTeX exporter. Word importer. Justin and Caolan have fixed things so that tabstops, breaks, unicode conversion, page break before, widow/orphan control are all imported successfully now. RTF importer. Now handles negative values for margin-left and text-indent. Minor file format change. Error propagation. Unix stuff. By popular request, libstdc++ is no longer required. (We never really needed it anyhow.) PostScript emissions now use signed characters, as suggested by Bob Monaghan <bob@sbst.com>. With the latest fonts.dir, Symbol fonts should print properly now, too. First support for GNOME. Spelling speedup. The interactive spell check logic is now fast and smart like it should be, instead of woefully poky and dumb like it used to be. Subscript and superscript. View ruler. Stephen Hack <shack@uiuc.edu> implemented this menu item so that you can hide or show the ruler on a per-window basis. Compressed AbiWord files. The AbiWord file format (*.abw) was designed from the get-go to be a highly-readable form of XML. However, for those of you who care more about bloat than legibility, Richard Jefts <babs@cs.jhu.edu> added import/export logic for a gzip-compressed variant (*.zabw). Options dialog started. Zoom and Paragraph dialogs. Justification. Clipboard improvements. More Unicode-friendly. Smarter preferences.
2000-02-29 19:31:30 +01:00
_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 \