Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2003 18:00:28 -0800 (PST)
From:      Palle Girgensohn <girgen@pingpong.net>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/47983: Update postgresql to 7.3.2
Message-ID:  <200302060200.h1620Sfj099446@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/47983; it has been noted by GNATS.

From: Palle Girgensohn <girgen@pingpong.net>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/47983: Update postgresql to 7.3.2
Date: 06 Feb 2003 02:57:21 +0100

 Hi!
 
 Also apply this patch on top of the above; it fixes a PR that I've
 missed: ports/47808. Thanks to Michel Oosterhof
 
 --- Makefile~	Thu Feb  6 02:53:00 2003
 +++ Makefile	Thu Feb  6 02:53:05 2003
 @@ -161,12 +161,12 @@
  	@${ECHO} "Please choose one or the other."
  	@exit 1
  .endif
 -.if defined(WITH_MIT_KRB5) && !exists(${KRB5CONFIG})
 +.if defined(WITH_MIT_KRB5) && !exists(${KRB5CONF})
  	@${ECHO} "Unable to find krb5-config in your local base, please verify that"
  	@${ECHO} "security/krb5 is installed or undefine the WITH_MIT_KRB5 tunable."
  	@exit 1
  .endif
 -.if defined(WITH_HEIMDAL_KRB5) && !exists(${KRB5CONFIG})
 +.if defined(WITH_HEIMDAL_KRB5) && !exists(${KRB5CONF})
  	@${ECHO} "Unable to find krb5-config in the base system.  Undefine"
  	@${ECHO} "WITH_HEIMDAL_KRB5 or add MAKE_KERBEROS5=yes to /etc/make.conf"
  	@${ECHO} "and remake world (or undefine the WITH_HEIMDAL_KRB5 tunable)."

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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