Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Feb 2005 19:27:26 +0900 (JST)
From:      Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/78059: building mail/ximian-connector fails when $HEIMDAL_HOME is used.
Message-ID:  <200502251027.j1PARQVJ058573@polymer3.scphys.kyoto-u.ac.jp>
Resent-Message-ID: <200502251030.j1PAUFjg044422@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         78059
>Category:       ports
>Synopsis:       building mail/ximian-connector fails when $HEIMDAL_HOME is used.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 25 10:30:14 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Tsurutani Naoki
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
>Environment:
System: FreeBSD polymer3.scphys.kyoto-u.ac.jp 4.11-STABLE FreeBSD 4.11-STABLE #16: Fri Feb 11 18:13:24 JST 2005 root@polymer3.scphys.kyoto-u.ac.jp:/usr/local/work/usr/obj/usr/src/sys/POLYMER i386


	
>Description:
	building mail/ximian-connector fails when security/heimdal was built
	with "HEIMDAL_HOME=/somewhere".
	This problem is caused by missing headers and libraries in search path,
	changed by installation of security/heimdal.
	
>How-To-Repeat:
	always when security/heimdal is installed with "HEIMDAL_HOME=/somewhere".
	
>Fix:
	patch for mail/ximian-connector/Makefile:
	--- Makefile.orig      Fri Feb 25 04:32:17 2005
	+++ Makefile   Fri Feb 25 18:59:29 2005
	@@ -41,7 +41,11 @@
	 CONFIGURE_ARGS+=       --with-krb5=/usr
	 .else
	 LIB_DEPENDS+=          krb5:${PORTSDIR}/security/heimdal
	+.if defined(HEIMDAL_HOME)
	+CONFIGURE_ARGS+=       --with-krb5=${HEIMDAL_HOME} --with-krb5-includes=${HEIMDAL_HOME}/include
	+.else
	 CONFIGURE_ARGS+=       --with-krb5=${LOCALBASE}
	+.endif
	 .endif
	
	 .include <bsd.port.post.mk>

	This patch is valid with "HEIMDAL_HOME=/somewhere" not only in building
	security/heimdal but also in building mail/ximian-connector, so
	set it in adequate way.
	


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502251027.j1PARQVJ058573>