Summary: | evolution-exchange does not compile under certain conditions | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | jau | ||||
Component: | Individual Port(s) | Assignee: | freebsd-gnome (Nobody) <gnome> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
jau
2007-02-15 10:30:06 UTC
Responsible Changed From-To: freebsd-ports-bugs->gnome Over to maintainer mezz 2007-02-28 05:54:22 UTC FreeBSD ports repository Modified files: mail/evolution-exchange Makefile Log: WARN: Makefile: Consider adding support for a WITHOUT_NLS knob to conditionally disable gettext support. ^[ (escape) menu ^y search prompt ^k delete line ^p prev li ^g prev page ^o ascii code ^x search ^l undelete line ^n next li ^v next page ^u end of file ^a begin of line ^w delete word ^b back 1 char ^t begin of file ^e end of line ^r restore word ^f forward 1 char ^c command ^d delete char ^j undelete char ^z next word L: 1 C: 1 ===================================================================== Do not attend to build if ${LOCALBASE}/include/mapi.h exists in system, so mark it as IGNORE. Current, devel/libytnef will installing ${LOCALBASE}/include/mapi.h that has caused evolution-exchange to not able to build. The real solution is to have move from include/*.h to include/libytnef/*.h to protect their commonly named header file better. PR: ports/109199 Reported by: Jukka A. Ukkonen <jau@iki.fi> Dicsussed with: marcus Revision Changes Path 1.25 +4 -0 ports/mail/evolution-exchange/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Your patches are not right. marcus and I have discussed, and we have agreed about that a real solution is to fix in devel/libytnef. You will have to bug to the libytnef people as they should be protecting their commonly named header file better. Like move from include/*.h to include/libytnef/*.h. I have added a check in evolution-exchange for if include/mapi.h exists in the system, then it will be marked as IGNORE until you uninstall libytnef and install evolution-exchange, then reinstall libytnef. |