Bug 73845

Summary: Cannot build mail/ximian-connector without security/heimdal on 4.x
Product: Ports & Packages Reporter: Joe Kelsey <joe>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Joe Kelsey 2004-11-12 00:30:30 UTC
	There is a big, complex .if in Makefile for
	mail/ximian-connector related to heimdal in 4.x systems.  This
	entire .if doesn't work since you cannot compile
	ximian-connector with the ancient version of heimdal included as
	part of 4.x.  You *must* use security/heimdal.  No ifs, ands or
	buts.

Fix: Remove that big, complex, useless .if and just include security/heimdal
on 4.x.
How-To-Repeat: 	Try to build ximian-connector without first installing
	security/heimdal even if you have defined MAKE_KERBEROS5 on
	4.x.  It doesn't work.
Comment 1 Joe Marcus Clarke freebsd_committer freebsd_triage 2004-11-12 16:49:39 UTC
State Changed
From-To: open->closed

Committed, thanks!