From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 12 00:30:32 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E2E316A4CE for ; Fri, 12 Nov 2004 00:30:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE7DA43D41 for ; Fri, 12 Nov 2004 00:30:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) iAC0UVEN051650 for ; Fri, 12 Nov 2004 00:30:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iAC0UVwx051648; Fri, 12 Nov 2004 00:30:31 GMT (envelope-from gnats) Resent-Date: Fri, 12 Nov 2004 00:30:31 GMT Resent-Message-Id: <200411120030.iAC0UVwx051648@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Joe Kelsey Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F9EB16A4CE for ; Fri, 12 Nov 2004 00:22:11 +0000 (GMT) Received: from zircon.seattle.wa.us (dsl231-043-165.sea1.dsl.speakeasy.net [216.231.43.165]) by mx1.FreeBSD.org (Postfix) with SMTP id EA85743D1D for ; Fri, 12 Nov 2004 00:22:10 +0000 (GMT) (envelope-from joe@zircon.seattle.wa.us) Received: (qmail 14571 invoked by uid 1001); 12 Nov 2004 00:22:10 -0000 Message-Id: <20041112002210.14570.qmail@zircon.seattle.wa.us> Date: 12 Nov 2004 00:22:10 -0000 From: Joe Kelsey To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/73845: Cannot build ximian-connector without security/heimdal on 4.x X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Joe Kelsey List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Nov 2004 00:30:32 -0000 >Number: 73845 >Category: ports >Synopsis: Cannot build ximian-connector without security/heimdal on 4.x >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Nov 12 00:30:30 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Joe Kelsey >Release: FreeBSD 4.10-STABLE i386 >Organization: Joseph M. Kelsey >Environment: System: FreeBSD zircon.zircon.seattle.wa.us 4.10-STABLE FreeBSD 4.10-STABLE #4: Fri Oct 22 12:06:41 PDT 2004 joe@zircon.zircon.seattle.wa.us:/usr/obj/usr/src/sys/ZIRCON i386 >Description: 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. >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. >Fix: Remove that big, complex, useless .if and just include security/heimdal on 4.x. --- Makefile.old Sun Nov 7 14:24:18 2004 +++ Makefile Thu Nov 11 16:16:49 2004 @@ -36,14 +36,7 @@ .include -.if ${OSVERSION} < 500000 && defined(MAKE_KERBEROS5) && \ - exists(/usr/lib/libkrb5.so) && !defined(PACKAGE_BUILDING) -CONFIGURE_ARGS+= --with-krb5=/usr -.elif ( ${OSVERSION} < 500000 && !defined(MAKE_KERBEROS5) ) || \ - defined(PACKAGE_BUILDING) -LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal -CONFIGURE_ARGS+= --with-krb5=${LOCALBASE} -.elif ${OSVERSION} >= 500000 && !defined(NO_KERBEROS) && \ +.if ${OSVERSION} >= 500000 && !defined(NO_KERBEROS) && \ exists(/usr/lib/libkrb5.so) CONFIGURE_ARGS+= --with-krb5=/usr .else >Release-Note: >Audit-Trail: >Unformatted: