Bug 26639

Summary: AbiWord 0.7.13 's libole2 conflict witn devel/libole2
Product: Ports & Packages Reporter: Kang-ming Liu <gugod>
Component: Individual Port(s)Assignee: freebsd-gnome (Nobody) <gnome>
Status: Closed FIXED    
Severity: Affects Only Me CC: gugod
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Kang-ming Liu 2001-04-17 09:50:00 UTC

The editor/abiword (Abiword 0.7.13) has an installation problem.
In the file work/wv/libole2/ms-ole.c , there is 

#include <libole2/ms-ole.h>

in it. In the Makefile, '/usr/local/include' is the first include
path.  But /usr/local/include/libole2 will exist if
'ports/devel/libole2 is' installed, which cause compilation failed.

Fix: pkg_delete libole2 first befor install AbiWord
or apply this patch to work/wv/lilbole2/ms-ole.c

How-To-Repeat: 	install ports/devel/libole2 first. Then make install
	ports/editor/AbiWord
Comment 1 Ying-Chieh Liao freebsd_committer freebsd_triage 2001-05-19 16:35:48 UTC
Responsible Changed
From-To: freebsd-ports->gnome

over to maintainer
Comment 2 Ade Lovett freebsd_committer freebsd_triage 2001-05-19 16:46:36 UTC
State Changed
From-To: open->closed

Please update your ports and try again.  This particular problem 
has been worked around (look for files/patch-avoid-gnomeole2). Thanks.