| Summary: | AbiWord-0.7.10 fails to compile on FreeBSD-4.1 | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | stevedav <stevedav> |
| Component: | Individual Port(s) | Assignee: | freebsd-ports (Nobody) <ports> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
stevedav
2000-08-09 01:40:01 UTC
Responsible Changed From-To: freebsd-ports->ade I'll take a look at this.. was trying to build it the other night.. Responsible Changed From-To: ade->freebsd-ports I'm handing this back to the -ports community at large. AbiWord is a mess, including its own copies of libole2, expat, and iconv (which is the problem here). For this to be done right, appropriate LIB_DEPENDS need adding to the Makefile and incredible amounts of hackery will be needed in the various Makefiles to link against these external libraries. Oh, and an upgrade to 0.7.11 didn't help. > I'm handing this back to the -ports community at large. > AbiWord is a mess, including its own copies of libole2, expat, > and iconv (which is the problem here). For this to be done > right, appropriate LIB_DEPENDS need adding to the Makefile and > incredible amounts of hackery will be needed in the various > Makefiles to link against these external libraries. > > Oh, and an upgrade to 0.7.11 didn't help. I made a simple attempt (no deep hacks) at updating the port to 0.7.11. It compiles for me, but crashes when I run it, after displaying an error message about not being able to find its fonts. I noticed the names of many of the fonts (in the fonts.dir file) have spaces in them, but without the double quotes around them that the mkfontdir man page says are needed. I tried adding the quotes and restarting X, but it made no difference. I made a patch of what I have, not including the quotes in the fonts.dir file: http://people.freebsd.org/~trevor/ports/abiword.diff.gz -- Trevor Johnson http://jpj.net/~trevor/gpgkey.txt State Changed From-To: open->closed Well, please try latest version of abiwork, it's ok to me. |