From owner-freebsd-ports@FreeBSD.ORG Sun Feb 20 00:14:35 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 15EAE16A4CE for ; Sun, 20 Feb 2005 00:14:35 +0000 (GMT) Received: from melon.pingpong.net (82.milagro.bahnhof.net [195.178.168.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id B035743D2F for ; Sun, 20 Feb 2005 00:14:34 +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 2669D4AC42; Sun, 20 Feb 2005 01:14:33 +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 33536-03-7; Sun, 20 Feb 2005 01:14:33 +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 CDD334AC3F; Sun, 20 Feb 2005 01:14:32 +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: <1e2853a13051a10e7850dadda48fd137@pingpong.net> Content-Transfer-Encoding: 7bit From: Palle Girgensohn Date: Sun, 20 Feb 2005 01:14:33 +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 00:14:35 -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 > This all happens because of the security patch beeing applied to the .y file. Normally, this .y -> .c conversion is distributed with postgresql... I'll think of a way to fix this. /Palle