From owner-cvs-ports@FreeBSD.ORG Wed Jul 20 17:50:08 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B718106566B; Wed, 20 Jul 2011 17:50:08 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3]) by mx1.freebsd.org (Postfix) with ESMTP id 0BFA58FC15; Wed, 20 Jul 2011 17:50:08 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 5018740014; Wed, 20 Jul 2011 19:50:07 +0200 (CEST) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id 4584F40015; Wed, 20 Jul 2011 19:50:07 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bernadotte.lysator.liu.se X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=AWL,FREEMAIL_FROM autolearn=disabled version=3.3.1 X-Spam-Score: 0.0 Received: from mx.daemonic.se (mx.daemonic.se [IPv6:2001:470:dca9:0:1::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id 1EF6F40014; Wed, 20 Jul 2011 19:50:07 +0200 (CEST) Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2001:470:dca9:0:1::4]) by mx.daemonic.se (Postfix) with ESMTPS id 9D13A119C08; Wed, 20 Jul 2011 19:50:06 +0200 (CEST) Received: from [IPv6:2001:470:dca9:1::4] (vivi.daemonic.se [IPv6:2001:470:dca9:1::4]) by mail.daemonic.se (Postfix) with ESMTPSA id 5381A12B1E5; Wed, 20 Jul 2011 19:50:06 +0200 (CEST) Message-ID: <4E27154B.6020204@gmail.com> Date: Wed, 20 Jul 2011 19:50:03 +0200 From: Niclas Zeising User-Agent: Mutt/1.5.21 MIME-Version: 1.0 To: Wesley Shields References: <201105172226.p4HMQ8MP053063@repoman.freebsd.org> <20110720171843.GA55815@atarininja.org> In-Reply-To: <20110720171843.GA55815@atarininja.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: cvs-ports@FreeBSD.org, Pav Lucistnik , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/databases/postgresql84-server Makefile ports/databases/postgresql90-server Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2011 17:50:08 -0000 On 2011-07-20 19:18, Wesley Shields wrote: > On Tue, May 17, 2011 at 10:26:08PM +0000, Pav Lucistnik wrote: >> pav 2011-05-17 22:26:08 UTC >> >> FreeBSD ports repository >> >> Modified files: >> databases/postgresql84-server Makefile >> databases/postgresql90-server Makefile >> Log: >> - Mark BROKEN on FreeBSD 9.X: does not link >> >> libpq/auth.o: In function `pg_GSS_error': >> auth.c:(.text+0x6e): undefined reference to `gss_display_status' > > I can't seem to reproduce this on a very recent 9.x machine. Is it > possible that this was fixed already? I get a similar error with today's current, at least when building with both clang and gcc, for postgresql90-server. postgresql90-client seems to build fine though. Regards! -- Niclas Zeising