From owner-freebsd-ports Sat Sep 15 21:20:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E53137B40E for ; Sat, 15 Sep 2001 21:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8G4K1s53617; Sat, 15 Sep 2001 21:20:01 -0700 (PDT) (envelope-from gnats) Received: from mail.tgd.net (rand.tgd.net [64.81.67.117]) by hub.freebsd.org (Postfix) with SMTP id 7B02D37B406 for ; Sat, 15 Sep 2001 21:17:26 -0700 (PDT) Received: (qmail 24386 invoked from network); 16 Sep 2001 04:17:20 -0000 Received: from dsl081-067-239.sfo1.dsl.speakeasy.net (64.81.67.239) by rand.tgd.net with QMQP; 16 Sep 2001 04:17:20 -0000 Message-Id: <20010916041715.46122.qmail@wheel.tgd.net> Date: 16 Sep 2001 04:17:15 -0000 From: Sean Chittenden Reply-To: Sean Chittenden To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30604: postgresql7 doesn't build with kerberos5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30604 >Category: ports >Synopsis: postgresql7 doesn't build with kerberos5 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Sep 15 21:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sean Chittenden >Release: FreeBSD 4.4-RC i386 >Organization: >Environment: System: FreeBSD wheel.tgd.net 4.4-RC FreeBSD 4.4-RC #0: Fri Sep 14 01:09:13 PDT 2001 sean@wheel.tgd.net:/usr/obj/usr/src/sys/WHEEL i386 >Description: Regardless of what input you provide, krb5 is not built with postgresql7 >How-To-Repeat: cd /usr/ports/databases/postgresql7 && make install clean >Fix: I thought the following would fix the problem, but it doesn't (but I think is still a bug that needs to be fixed). If, after a make configure, you look at config.status, you'll see that krb5 was not built (search for krb5). Rerunning ./configure with the options specified at the top of config.status += --with-krb5=/usr/local seems to fix the problem, but isn't right from a user perspective. If you need a kerberos system, write me privately and I can arrange access to my env. -sc --- configure.postgresql.orig Sat Sep 15 21:07:05 2001 +++ configure.postgresql Sat Sep 15 21:05:50 2001 @@ -271,7 +271,7 @@ fi cat <<-EOF >> ${WRKDIRPREFIX}${CURDIR}/Makefile.inc .if defined(KRB5_HOME) && exists(\${KRB5_HOME}) - CONFIGURE_KRB= --with-krb5=\${KRB5_HOME} + CONFIGURE_ARGS+= --with-krb5=\${KRB5_HOME} .endif EOF >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message