From owner-freebsd-ports@FreeBSD.ORG Sat Apr 17 04:40:35 2004 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 8597516A4CE for ; Sat, 17 Apr 2004 04:40:35 -0700 (PDT) Received: from postman.arcor.de (postman1.arcor-online.net [151.189.20.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84C9D43D48 for ; Sat, 17 Apr 2004 04:40:34 -0700 (PDT) (envelope-from eikemeier@fillmore-labs.com) Received: from fillmore.dyndns.org (port-212-202-49-130.reverse.qsc.de [212.202.49.130]) (authenticated bits=0)i3HBeWKA008395 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sat, 17 Apr 2004 13:40:32 +0200 (MEST) Received: from [172.16.0.2] (helo=fillmore-labs.com) by fillmore.dyndns.org with esmtp (Exim 4.32; FreeBSD) id 1BEoBS-0001Y3-GL; Sat, 17 Apr 2004 13:40:32 +0200 Message-ID: <408117AD.4000101@fillmore-labs.com> Date: Sat, 17 Apr 2004 13:40:29 +0200 From: Oliver Eikemeier Organization: Fillmore Labs GmbH - http://www.fillmore-labs.com/ MIME-Version: 1.0 To: Melvyn Sopacua References: <200404171307.49957.ports@webteckies.org> In-Reply-To: <200404171307.49957.ports@webteckies.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: ports@FreeBSD.org Subject: Re: PORT_REPLACES_BASE_BIND and some gnome ports 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: Sat, 17 Apr 2004 11:40:35 -0000 Melvyn Sopacua wrote: > Hi, > > on which assumption is the following statement based: > ===> Configuring for gnomevfs2-2.6.0_1 > gnomevfs2-2.6.0_1: bind installed with PORT_REPLACES_BASE_BIND causes build > problems. > If I comment out the pre-configure target: > ===> Registering installation for gnomevfs2-2.6.0_1 > ===> Building package for gnomevfs2-2.6.0_1 > Creating package /usr/ports/packages/All/gnomevfs2-2.6.0_1.tbz > > So no problem. > > The same assumption has been made in www/firefox, which also builds correctly > for me. > Maybe this should be a message, along the lines of "If you get the following > build error ...., you cannot install this port or deinstall the bind9-base > port", because now it seems like FUD to me. Try PORT_REPLACES_BASE_BIND8_INCLUDES. We can't check this from the Makefile though, but better be safe than sorry - it caused problems in the past. -Oliver