From owner-freebsd-ports@FreeBSD.ORG Sun Feb 20 05:42:18 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCEEE16A4CE for ; Sun, 20 Feb 2005 05:42:18 +0000 (GMT) Received: from melon.pingpong.net (82.milagro.bahnhof.net [195.178.168.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BB8D43D41 for ; Sun, 20 Feb 2005 05:42:18 +0000 (GMT) (envelope-from girgen@pingpong.net) Received: from localhost (localhost.pingpong.net [127.0.0.1]) by melon.pingpong.net (Postfix) with ESMTP id D979D4AC8B; Sun, 20 Feb 2005 06:42:16 +0100 (CET) Received: from melon.pingpong.net ([127.0.0.1]) by localhost (melon.pingpong.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 57519-02-6; Sun, 20 Feb 2005 06:42:16 +0100 (CET) Received: from [10.0.1.2] (1-2-8-5b.asp.sth.bostream.se [82.182.157.67]) by melon.pingpong.net (Postfix) with ESMTP id 92B374AC8A; Sun, 20 Feb 2005 06:42:16 +0100 (CET) In-Reply-To: <20050219234203.GB51280@zi025.glhnet.mhn.de> References: <20050219224530.GA51280@zi025.glhnet.mhn.de> <48c907ee3587ede95752c5d3f74c947a@pingpong.net> <20050219234203.GB51280@zi025.glhnet.mhn.de> Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <155bf9f9a113dbeb8f987c9f10952462@pingpong.net> Content-Transfer-Encoding: 7bit From: Palle Girgensohn Date: Sun, 20 Feb 2005 06:42:19 +0100 To: Simon Barner X-Mailer: Apple Mail (2.619.2) X-Virus-Scanned: by amavisd-new at pingpong.net cc: Anthony Chavez cc: freebsd-ports@freebsd.org Subject: Re: plpgsql failure in databases/postgresql80-server X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Feb 2005 05:42:18 -0000 2005-02-20 kl. 00.42 skrev Simon Barner: > Palle Girgensohn wrote: >> Yeah, it seems I need to a dependency for bison on FreeBSD 4.x. I >> should have known better... > > Hi, > > I have FreeBSD 5.3-STABLE here, which comes without bison in the base > system. There is a USE_BISON marcro in bsd.port.mk, but it won't help > in > this situation because it will pull in the devel/bison port (which > currently is 1.75). > > The right way is probably a BUILD_DEPEND on devel/bison1875, but the > problem is that it is marked CONFLICTing with devel/bison :( > > Simon > I've comitted a patch for all pg branches now, which takes the port back to normal status, i.e. it does not depend on bison. /Palle