Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory 
fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3334/unstable/main/finkinfo/editors

Modified Files:
        abiword.info abiword.patch 
Added Files:
        abiword-docs.info 
Log Message:
New version that actually compiles, so it's better than before.
Running gives realloc diagnostic...doesn't seem to harm functionality.


--- NEW FILE: abiword-docs.info ---
Package: abiword-docs
Version: 2.6.8
Revision: 1
Depends: <<
        abiword (>= %v-1)
<<
BuildDepends: <<
        abiword (>= %v-1),
        atk1 (>= 1.24.0-1),
        audiofile,
        cairo (>= 1.8-1),
        enchant1-dev (>= 1.4.2-1),
        esound,
        expat1,
        fink (>= 0.24.12-1),
        fontconfig2-dev (>= 2.4.1-1),
        freetype219 (>= 2.3.7-7),
        fribidi (>= 0.10.9-1),
        fribidi-dev,
        gconf2-dev (>= 2.24.0-1),
        gettext-bin,
        gettext-tools,
        glib2-dev (>= 2.18.0-1),
        glitz,
        gnome-vfs2-unified-dev (>= 1:2.24.0-1),
        gtk+2-dev (>= 2.14.0-1),
        libart2,
        libbonobo2-dev (>= 2.24.0-1),
        libbonoboui2-dev (>= 2.24.0-1),
        libgettext3-dev,
        libglade2 (>= 2.6.3-1),
        libgnome2-dev (>= 2.24.0-1),
        libgnomecanvas2-dev (>= 2.20.1.1-2),
        libgnomeprint2.2-dev (>= 2.18.5-1),
        libgnomeprintui2.2-dev (>= 2.18.3-1),
        libgnomeui2-dev (>= 2.24.0-1),
        libgsf1.114-gnome-dev (>= 1.14.11-1),
        libgsf1.114-dev (>= 1.14.11-1),
        libiconv-dev,
        libpng3,
        libwv1,
        libxml2 (>= 2.6.30-1),
        orbit2-dev (>= 2.14.16-1),
        pango1-xft2-ft219-dev (>= 1.22.4-1),
        pixman (>= 0.12.0-1),
        pkgconfig (>= 0.23),
        popt,
        x11-dev,
        xft2-dev
<<
Source: http://www.abiword.com/downloads/abiword/%v/source/%n-%v.tar.gz
Source-MD5: 5698c79cfa179f4b15c82a699d11a309
NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
InstallScript: <<
        make -j1 install DESTDIR=%d
<<
DescPackaging: <<
        As of 2.6.8, -docs is separated into its own package. The
        helpfile build system needs to be able to run abiword.

        Because abiword.pc is accessed, need all the indirect deps of
        abiword even though we're not compiling anything at
        all. Thanks pkg-config:(
<<
Description: Helpfiles for AbiWord
License: GPL
Homepage: http://www.abiword.com
Maintainer: The Gnome Core Team <[email protected]>

Index: abiword.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/abiword.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- abiword.patch       20 Aug 2008 10:46:17 -0000      1.3
+++ abiword.patch       27 Mar 2009 02:11:03 -0000      1.4
@@ -1,7 +1,7 @@
-diff -uNr abiword-2.4.6/abi/abiword.sh abiword-2.4.6-new/abi/abiword.sh
---- abiword-2.4.6/abi/abiword.sh       1969-12-31 19:00:00.000000000 -0500
-+++ abiword-2.4.6-new/abi/abiword.sh   2007-09-18 17:46:13.000000000 -0400
-@@ -0,0 +1,15 @@
+diff -Nurd -x'*~' abiword-2.6.8.orig/abiword.sh abiword-2.6.8/abiword.sh
+--- abiword-2.6.8.orig/abiword.sh      1969-12-31 19:00:00.000000000 -0500
++++ abiword-2.6.8/abiword.sh   2009-03-20 16:24:26.000000000 -0400
+@@ -0,0 +1,14 @@
 +#!/bin/sh
 +# make symlinks in ~/.fonts for applettf .ttf files
 +# if they are not already there.
@@ -15,199 +15,16 @@
 +    fi
 +done
 +# launch abiword
-+export 
DYLD_LIBRARY_PATH="@PREFIX@/lib/freetype219/lib:@PREFIX@/lib/fontconfig2/lib:$DYLD_LIBRARY_PATH"
-...@prefix@/lib/AbiSuite-2.4/AbiWord-2.4 $@
-diff -uNr abiword-2.4.6/abi/src/af/xap/unix/xap_UnixAppImpl.cpp 
abiword-2.4.6-new/abi/src/af/xap/unix/xap_UnixAppImpl.cpp
---- abiword-2.4.6/abi/src/af/xap/unix/xap_UnixAppImpl.cpp      2005-09-17 
05:43:34.000000000 -0400
-+++ abiword-2.4.6-new/abi/src/af/xap/unix/xap_UnixAppImpl.cpp  2007-09-18 
17:45:38.000000000 -0400
-@@ -120,6 +120,11 @@
-       }
-       if (fmtstring == 0)
-       {
-+              if(progExists("open"))
-+              {
-+                      fmtstring = "open '%s' &";
-+                      execstring = g_strdup_printf(fmtstring, szURL);
-+              }
-               if(progExists("galeon"))
-               {
-                       fmtstring = "galeon '%s' &";
-diff -uNr abiword-2.4.6/zlib/Makefile.orig abiword-2.4.6-new/zlib/Makefile.orig
---- abiword-2.4.6/zlib/Makefile.orig   2004-05-16 00:37:20.000000000 -0400
-+++ abiword-2.4.6-new/zlib/Makefile.orig       1969-12-31 19:00:00.000000000 
-0500
-@@ -1,154 +0,0 @@
--# Makefile for zlib
--# Copyright (C) 1995-2003 Jean-loup Gailly.
--# For conditions of distribution and use, see copyright notice in zlib.h
--
--# To compile and test, type:
--#    ./configure; make test
--# The call of configure is optional if you don't have special requirements
--# If you wish to build zlib as a shared library, use: ./configure -s
--
--# To use the asm code, type:
--#    cp contrib/asm?86/match.S ./match.S
--#    make LOC=-DASMV OBJA=match.o
--
--# To install /usr/local/lib/libz.* and /usr/local/include/zlib.h, type:
--#    make install
--# To install in $HOME instead of /usr/local, use:
--#    make install prefix=$HOME
--
--CC=cc
--
--CFLAGS=-O
--#CFLAGS=-O -DMAX_WBITS=14 -DMAX_MEM_LEVEL=7
--#CFLAGS=-g -DDEBUG
--#CFLAGS=-O3 -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
--#           -Wstrict-prototypes -Wmissing-prototypes
--
--LDFLAGS=libz.a
--LDSHARED=$(CC)
--CPP=$(CC) -E
--
--LIBS=libz.a
--SHAREDLIB=libz.so
--SHAREDLIBV=libz.so.1.2.1
--SHAREDLIBM=libz.so.1
--
--AR=ar rc
--RANLIB=ranlib
--TAR=tar
--SHELL=/bin/sh
--EXE=
--
--prefix = /usr/local
--exec_prefix = ${prefix}
--libdir = ${exec_prefix}/lib
--includedir = ${prefix}/include
--mandir = ${prefix}/share/man
--man3dir = ${mandir}/man3
--
--OBJS = adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o \
--       zutil.o inflate.o infback.o inftrees.o inffast.o
--
--OBJA =
--# to use the asm code: make OBJA=match.o
--
--TEST_OBJS = example.o minigzip.o
--
--all: example$(EXE) minigzip$(EXE)
--
--check: test
--test: all
--      @LD_LIBRARY_PATH=.:$(LD_LIBRARY_PATH) ; export LD_LIBRARY_PATH; \
--      echo hello world | ./minigzip | ./minigzip -d || \
--        echo '                *** minigzip test FAILED ***' ; \
--      if ./example; then \
--        echo '                *** zlib test OK ***'; \
--      else \
--        echo '                *** zlib test FAILED ***'; \
--      fi
--
--libz.a: $(OBJS) $(OBJA)
--      $(AR) $@ $(OBJS) $(OBJA)
--      -@ ($(RANLIB) $@ || true) >/dev/null 2>&1
--
--match.o: match.S
--      $(CPP) match.S > _match.s
--      $(CC) -c _match.s
--      mv _match.o match.o
--      rm -f _match.s
--
--$(SHAREDLIBV): $(OBJS)
--      $(LDSHARED) -o $@ $(OBJS)
--      rm -f $(SHAREDLIB) $(SHAREDLIBM)
--      ln -s $@ $(SHAREDLIB)
--      ln -s $@ $(SHAREDLIBM)
--
--example$(EXE): example.o $(LIBS)
--      $(CC) $(CFLAGS) -o $@ example.o $(LDFLAGS)
--
--minigzip$(EXE): minigzip.o $(LIBS)
--      $(CC) $(CFLAGS) -o $@ minigzip.o $(LDFLAGS)
--
--install: $(LIBS)
--      -...@if [ ! -d $(exec_prefix) ]; then mkdir -p $(exec_prefix); fi
--      -...@if [ ! -d $(includedir)  ]; then mkdir -p $(includedir); fi
--      -...@if [ ! -d $(libdir)      ]; then mkdir -p $(libdir); fi
--      -...@if [ ! -d $(man3dir)     ]; then mkdir -p $(man3dir); fi
--      cp zlib.h zconf.h $(includedir)
--      chmod 644 $(includedir)/zlib.h $(includedir)/zconf.h
--      cp $(LIBS) $(libdir)
--      cd $(libdir); chmod 755 $(LIBS)
--      -@(cd $(libdir); $(RANLIB) libz.a || true) >/dev/null 2>&1
--      cd $(libdir); if test -f $(SHAREDLIBV); then \
--        rm -f $(SHAREDLIB) $(SHAREDLIBM); \
--        ln -s $(SHAREDLIBV) $(SHAREDLIB); \
--        ln -s $(SHAREDLIBV) $(SHAREDLIBM); \
--        (ldconfig || true)  >/dev/null 2>&1; \
--      fi
--      cp zlib.3 $(man3dir)
--      chmod 644 $(man3dir)/zlib.3
--# The ranlib in install is needed on NeXTSTEP which checks file times
--# ldconfig is for Linux
--
--uninstall:
--      cd $(includedir); \
--      cd $(libdir); rm -f libz.a; \
--      if test -f $(SHAREDLIBV); then \
--        rm -f $(SHAREDLIBV) $(SHAREDLIB) $(SHAREDLIBM); \
--      fi
--      cd $(man3dir); rm -f zlib.3
--
--mostlyclean: clean
--clean:
--      rm -f *.o *~ example$(EXE) minigzip$(EXE) \
--         libz.* foo.gz so_locations \
--         _match.s maketree contrib/infback9/*.o
--
--maintainer-clean: distclean
--distclean: clean
--      cp -p Makefile.in Makefile
--      cp -p zconf.in.h zconf.h
--      rm -f .DS_Store
--
--tags:
--      etags *.[ch]
--
--depend:
--      makedepend -- $(CFLAGS) -- *.[ch]
--
--# DO NOT DELETE THIS LINE -- make depend depends on it.
--
--adler32.o: zlib.h zconf.h
--compress.o: zlib.h zconf.h
--crc32.o: crc32.h zlib.h zconf.h
--deflate.o: deflate.h zutil.h zlib.h zconf.h
--example.o: zlib.h zconf.h
--gzio.o: zutil.h zlib.h zconf.h
--inffast.o: zutil.h zlib.h zconf.h inftrees.h inflate.h inffast.h
--inflate.o: zutil.h zlib.h zconf.h inftrees.h inflate.h inffast.h
--infback.o: zutil.h zlib.h zconf.h inftrees.h inflate.h inffast.h
--inftrees.o: zutil.h zlib.h zconf.h inftrees.h
--minigzip.o: zlib.h zconf.h
--trees.o: deflate.h zutil.h zlib.h zconf.h trees.h
--uncompr.o: zlib.h zconf.h
--zutil.o: zutil.h zlib.h zconf.h
-diff -uNr abiword-2.4.6/abi/src/af/util/xp/ut_iconv.cpp 
abiword-2.4.6-new/abi/src/af/util/xp/ut_iconv.cpp
---- abiword-2.4.6/abi/src/af/util/xp/ut_iconv.cpp      2005-10-08 
19:53:33.000000000 +0900
-+++ abiword-2.4.6-new/abi/src/af/util/xp/ut_iconv.cpp  2008-08-20 
19:04:47.000000000 +0900
-@@ -64,16 +64,7 @@
-    else who will look into it.  Enjoy your afterlife, sam. - MG - jun 2002
- */
- 
--#if defined (WIN32) || defined(__QNXNTO__) || defined(__CYGWIN__) ||  \
--(defined (__MACH__) && defined (__APPLE__)) || \
--(defined(TARGET_OS_MAC) && TARGET_OS_MAC) || \
--defined (__AIX__) || defined(__OpenBSD__) || \
--(defined(__linux__) && defined(__powerpc__) && (__GLIBC__ <= 2) && 
(__GLIBC_MINOR__ <= 1))
--
--#define ICONV_CONST const
--#else
--#define ICONV_CONST
--#endif
-+#include "config.h"
++exec @PREFIX@/bin/abiword.exe "$@"
+diff -Nurd -x'*~' abiword-2.6.8.orig/src/af/util/xp/ut_go_file.cpp 
abiword-2.6.8/src/af/util/xp/ut_go_file.cpp
+--- abiword-2.6.8.orig/src/af/util/xp/ut_go_file.cpp   2009-03-04 
13:15:22.000000000 -0500
++++ abiword-2.6.8/src/af/util/xp/ut_go_file.cpp        2009-03-20 
16:20:16.000000000 -0400
+@@ -1594,7 +1594,7 @@
  
- /*
-  * This file represents my own personal assault on iconv, the most horrid
+       if (browser == NULL) {
+               static char const * const browsers[] = {
+-                      "sensible-browser",     /* debian */
++                      "open",                 /* OS X */
+                       "epiphany",             /* primary gnome */
+                       "galeon",               /* secondary gnome */
+                       "encompass",

Index: abiword.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/abiword.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- abiword.info        20 Aug 2008 10:46:17 -0000      1.8
+++ abiword.info        27 Mar 2009 02:11:03 -0000      1.9
@@ -1,131 +1,152 @@
 Package: abiword
-Version: 2.4.6
+Version: 2.6.8
 Revision: 3
 Depends: <<
        applesystemfonts,
-       atk1-shlibs (>= 1.20.0-1),
-       audiofile-shlibs,
-       enchant1-shlibs (>= 1.2.6-1002),
-       fribidi-shlibs,
-       gconf2 (>= 2.20.0-1),
-       glib2-shlibs (>= 2.14.0-1),
-       gnome-vfs2-unified-shlibs (>= 1:2.20.0-1),
-       gtk+2-shlibs (>= 2.12.0-1),
+       atk1-shlibs (>= 1.24.0-1),
+       cairo-shlibs (>= 1.8-1),
+       enchant1-shlibs (>= 1.4.2-1),
+       fontconfig2-shlibs (>= 2.4.1-1),
+       freetype219-shlibs (>= 2.3.7-7),
+       fribidi-shlibs (>= 0.10.9-1),
+       gconf2 (>= 2.24.0-1),
+       gconf2-shlibs (>= 2.24.0-1),
+       glib2-shlibs (>= 2.18.0-1),
+       gnome-vfs2-unified-shlibs (>= 1:2.24.0-1),
+       gtk+2-shlibs (>= 2.14.0-1),
+       libart2-shlibs,
+       libbonobo2-shlibs (>= 2.24.0-1),
+       libbonoboui2-shlibs (>= 2.24.0-1),
        libgettext3-shlibs,
-       libglade2-shlibs (>= 2.6.2-1),
-       libgnomeprintui2.2-shlibs (>= 2.18.1-1),
+       libglade2-shlibs (>= 2.6.3-1),
+       libgnome2-shlibs (>= 2.24.0-1),
+       libgnomecanvas2-shlibs (>= 2.20.1.1-2),
+       libgnomeprint2.2-shlibs (>= 2.18.5-1),
+       libgnomeprintui2.2-shlibs (>= 2.18.3-1),
+       libgnomeui2-shlibs (>= 2.24.0-1),
+       libgsf1.114-gnome-shlibs (>= 1.14.11-1),
+       libgsf1.114-shlibs (>= 1.14.11-1),
        libiconv,
-       libjpeg-shlibs,
        libpng3-shlibs,
+       libwv1-shlibs,
        libxml2-shlibs (>= 2.6.30-1),
-       pango1-xft2-ft219-shlibs (>= 1.18.4-4),
+       orbit2-shlibs (>= 2.14.16-1),
+       pango1-xft2-ft219-shlibs (>= 1.22.4-1),
        popt-shlibs,
        x11-shlibs
 <<
 BuildDepends: <<
        applesystemfonts,
-       atk1 (>= 1.20.0-1),
+       atk1 (>= 1.24.0-1),
        audiofile,
-       cairo (>= 1.6-1),
-       enchant1-dev (>= 1.2.6-1002),
+       cairo (>= 1.8-1),
+       enchant1-dev (>= 1.4.2-1),
        esound,
        expat1,
        fink (>= 0.24.12-1),
        fontconfig2-dev (>= 2.4.1-1),
-       freetype219 (>= 2.3.5-1),
-       fribidi,
+       freetype219 (>= 2.3.7-7),
+       fribidi (>= 0.10.9-1),
        fribidi-dev,
-       gail18-dev,
-       gconf2 (>= 2.20.0-1),
-       gconf2-dev (>= 2.20.0-1),
+       gconf2-dev (>= 2.24.0-1),
        gettext-bin,
        gettext-tools,
-       glib2-dev (>= 2.14.0-1),
+       glib2-dev (>= 2.18.0-1),
        glitz,
-       gnome-keyring-dev (>= 0.8.1-1),
-       gnome-vfs2-unified-dev (>= 1:2.20.0-1),
-       gtk+2-dev (>= 2.12.0-1),
+       gnome-vfs2-unified-dev (>= 1:2.24.0-1),
+       gtk+2-dev (>= 2.14.0-1),
        libart2,
-       libbonobo2-dev (>= 2.20.0-1),
-       libbonoboui2-dev (>= 2.20.0-1),
+       libbonobo2-dev (>= 2.24.0-1),
+       libbonoboui2-dev (>= 2.24.0-1),
        libgettext3-dev,
-       libglade2 (>= 2.6.2-1),
-       libgnomecanvas2-dev (>= 2.20.0-1),
-       libgnome2-dev (>= 2.20.0-1),
-       libgnomeui2-dev (>= 2.20.0-1),
-       libgnomeprint2.2-dev (>= 2.18.2-1),
-       libgnomeprintui2.2-dev (>= 2.18.1-1),
+       libglade2 (>= 2.6.3-1),
+       libgnome2-dev (>= 2.24.0-1),
+       libgnomecanvas2-dev (>= 2.20.1.1-2),
+       libgnomeprint2.2-dev (>= 2.18.5-1),
+       libgnomeprintui2.2-dev (>= 2.18.3-1),
+       libgnomeui2-dev (>= 2.24.0-1),
+       libgsf1.114-gnome-dev (>= 1.14.11-1),
+       libgsf1.114-dev (>= 1.14.11-1),
        libiconv-dev,
-       libjpeg,
        libpng3,
+       libwv1,
        libxml2 (>= 2.6.30-1),
-       orbit2-dev (>= 2.14.10-1),
-       pango1-xft2-ft219-dev (>= 1.18.4-4),
-       pixman (>= 0.10.0-1),
-       pkgconfig (>= 0.21-1),
+       orbit2-dev (>= 2.14.16-1),
+       pango1-xft2-ft219-dev (>= 1.22.4-1),
+       pixman (>= 0.12.0-1),
+       pkgconfig (>= 0.23),
        popt,
        x11-dev,
        xft2-dev
 <<
+BuildConflicts: libgoffice, libgoffice-0.6
+Recommends: abiword-docs
 PatchFile: %n.patch
-PatchFile-MD5: f0c4afeb036e939ca1b16cf11c7333ca
+PatchFile-MD5: 293e295814d941c57d907cbe56f85fea
 PatchScript: <<
-       cd .. && sed 's|@PREFIX@|%p|g' < %{PatchFile} | patch -p1
+       sed 's|@PREFIX@|%p|g' < %{PatchFile} | patch -p1
+       perl -pi -e 
's,(GOFFICE_VERSION_REQUIRED=).*,${1}99999.FORCE.NONDETECT,' configure
+       perl -pi -e 's/-pedantic//g' configure
 <<
 Description: Open-source word processor
 DescUsage: <<
-       set the BROWSER environment variable to "open" to
-       have your default web browser be the help viewer.
+
+       Default help viewer might be your OS X default web-browser.
+       Setting the BROWSER environment variable to an alternate
+       command (for example, "firefox" if you have %p/bin/firefox)
+       might override.
+
+       As of 2.6.8, the docs are separated into their own package
+       (abiword-docs).
 <<
-Source: http://www.abisource.com/downloads/%n/%v/source/%n-%v.tar.gz
-Source-MD5: 30fbd0a9b539f15f54f90d3812a75266
+Source: http://www.abiword.com/downloads/%n/%v/source/%n-%v.tar.gz
+Source-MD5: fab04d8ef999c303f720197adf261310
 GCC: 4.0
-SourceDirectory: %n-%v/abi
-ConfigureParams: --enable-gnome --disable-Cocoa --disable-Carbon 
--with-libxml2 --disable-gucharmap --with-libjpeg  --without-epath 
--disable-dependency-tracking
+ConfigureParams: --enable-gnomevfs --enable-gnomeui --disable-Cocoa 
--with-libxml2 --disable-gucharmap --without-epath 
--disable-dependency-tracking 
PKG_CONFIG_PATH="%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH"
 NoSetMAKEFLAGS: true
 SetMAKEFLAGS: -j1
-SetCPPFLAGS: -I%p/lib/pango-ft219/include/pango-1.0 
-I%p/lib/pango-ft219/include -I%p/lib/freetype219/include/freetype2 
-I%p/lib/freetype219/include -I%p/lib/fontconfig2/include
-NoSetLDFLAGS: true
-SetLDFLAGS: -L%p/lib/pango-ft219/lib -L%p/lib/freetype219/lib 
-L%p/lib/fontconfig2/lib
-SetLIBS: -L%p/lib
-SetCFLAGS: -Os -pipe
+SetCPPFLAGS: -I%p/lib/fontconfig2/include
+SetLDFLAGS: -L%p/lib/fontconfig2/lib
+SetCFLAGS: -Os -pipe -g
+SetCXXFLAGS: -Os -pipe -g
 CompileScript: <<
-#!/bin/sh -ev
-
-export 
PKG_CONFIG_PATH="%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH"
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config
-./configure %c
-make
+       ./configure %c
+       make
 <<
 InstallScript: <<
        make -j1 install DESTDIR=%d
 
        # make abiword a shell script that sets symlinks for applettf
        # fonts in ~/.fonts (if necessary) on launch.
-       # remove abiword (a symlink)
-       /bin/rm -f %i/bin/abiword
-       mkdir -p %i/lib/AbiSuite-2.4
        # move actual abiword executable
-       mv %i/bin/AbiWord-2.4 %i/lib/AbiSuite-2.4
+       mv %i/bin/abiword %i/bin/abiword.exe
        # install abiword startup script
        install -m 755 abiword.sh %i/bin/abiword
-
-       # install abiword-docs dir.
-       mkdir -p %i/share/doc/%n
-       cd .. && cp -R abiword-docs %i/share/doc/%n
-       # symlink for man page
-       mkdir -p %i/share/man/man8
-       ln -sf %p/share/doc/abiword/abiword-docs/man/abiword.8 
%i/share/man/man8/abiword.8
-       # symlink for help pages
-       mkdir -p %i/share/AbiSuite-2.4/AbiWord
-       ln -s %p/share/doc/abiword/abiword-docs/help 
%i/share/AbiSuite-2.4/AbiWord/help
 <<
 DescPort: <<
        Patch to use 'open' as default help browser (set the BROWSER
        environment variable to override this).
        abiword is a wrapper script that sets up symlinks to applettf
        fonts in ~/.fonts, so that abiword will find them.
+
+       -pedantic fails b/c %p/include/popt.h has "long long". See:
+       http://trac.macports.org/ticket/17714
+
+       Got a bunch of realloc diagnostics while reading fonts (font
+       pulldown or format menu) but oh well. See:
+       http://bugzilla.abisource.com/show_bug.cgi?id=12024
 <<
-DocFiles: BUILD.TXT COPYING README.TXT COPYRIGHT.TXT
+DescPackaging: <<
+       Uses libgnomeprint directly. Fixed in 2.7 dev cycle.
+
+       Wants gucharmap (old, unavailable in fink) not gucharmap-2.
+       Fixed in 2.7 dev cycle.
+
+       Wants libgoffice-0.4 (old, unavailable in fink) not
+       libgoffice-0.6. Instead builds a local lib fragment, so need
+       to make we don't accidentally see the installed wrong-version.
+<<
+DocFiles: BUILD.TXT BiDiReadme.txt COPYING COPYRIGHT.TXT CREDITS.TXT README.TXT
 License: GPL
 Homepage: http://www.abiword.com
 Maintainer: The Gnome Core Team <[email protected]>


------------------------------------------------------------------------------
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to