From owner-freebsd-ports@FreeBSD.ORG Sun Mar 25 05:13:04 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 554C1106566B for ; Sun, 25 Mar 2012 05:13:04 +0000 (UTC) (envelope-from jhellenthal@dataix.net) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 0985C8FC12 for ; Sun, 25 Mar 2012 05:13:03 +0000 (UTC) Received: by iahk25 with SMTP id k25so8669639iah.13 for ; Sat, 24 Mar 2012 22:13:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dataix.net; s=rsa; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to; bh=CIj+ruImqKykKVGGE0vzxyogsFYV+aAGvALaAJd9+zU=; b=MTolgWmp/VEGnLhGDXORhGDOEQfQ6ouF8974zlNz4Py58r3QcRIRujnoayE0NW5VIz JeAMNJUrRIqLUrWV4NzcmyPw2hrxKWjMNWrKk5ywltD5lbBc0ebanwCY+h7En/ks8xtf RlstghLaJDrvrwKWsWySBxpNoLCC0+T6HKpuc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:x-gm-message-state; bh=CIj+ruImqKykKVGGE0vzxyogsFYV+aAGvALaAJd9+zU=; b=Dmal5Q/GP94mdDWqnfWXwKiKMiaIh22rfW6BeUL+FZ0rA6xpi2J14c1BTYXJcDZZ/J SdPzWjkHNG6p/1Z/+ONTXwSOkX/ka01SwjpuRduX9sltbqcJ00VbwgXpsOECG2e7nPJA uRKyRo6JReiFOQL2o7XOSnIL6HQe5+xCkYT7uQngf4WoTgJ7vpRm3Cup2Sbft49uVgtF DzfGMe0DVy/r8ChD9cu6Djbb345w9WSRWEJIfKIY0kxAXkdv3hRUrbhzuYuvqJgAnkHI Mp73ys2b7pshUazZPVnjzPp4SbSeMOf1QixJ8s0DJ0odDOMDGTY1owqxxKqsbDM6S9xj cGhA== Received: by 10.42.150.131 with SMTP id a3mr2335713icw.6.1332652383594; Sat, 24 Mar 2012 22:13:03 -0700 (PDT) Received: from DataIX.net (adsl-99-181-142-190.dsl.klmzmi.sbcglobal.net. [99.181.142.190]) by mx.google.com with ESMTPS id ba4sm10443190igb.14.2012.03.24.22.13.02 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 24 Mar 2012 22:13:02 -0700 (PDT) Received: from DataIX.net (localhost [127.0.0.1]) by DataIX.net (8.14.5/8.14.5) with ESMTP id q2P5D0H4085085 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 25 Mar 2012 01:13:00 -0400 (EDT) (envelope-from jhellenthal@DataIX.net) Received: (from jhellenthal@localhost) by DataIX.net (8.14.5/8.14.5/Submit) id q2P5D0Nb084793; Sun, 25 Mar 2012 01:13:00 -0400 (EDT) (envelope-from jhellenthal@DataIX.net) Date: Sun, 25 Mar 2012 01:13:00 -0400 From: Jason Hellenthal To: Doug Barton Message-ID: <20120325051300.GA78476@DataIX.net> References: <20120323154105.GB84340@DataIX.net> <4F6E40BC.6020400@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4F6E40BC.6020400@FreeBSD.org> X-Gm-Message-State: ALoCoQmQ5t0FeYxvHctomCvRffIu+zLkCHZ7PUrVpxwMmyxmcVx5qhPHhnv87/No39u5PbWRTHPh Cc: ports@freebsd.org Subject: Re: named/bind98... rather ports usage and base interaction. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Mar 2012 05:13:04 -0000 On Sat, Mar 24, 2012 at 02:46:36PM -0700, Doug Barton wrote: > On 3/23/2012 8:41 AM, Jason Hellenthal wrote: > > > > Hey Doug, > > > > Do you know of anything we could do to stop the following from happening > > ? > > Yes, see below. > > > If you set world to build without BIND and it is your intention to use > > bind from ports... upon running (make delete-old) > > I don't like the delete-old stuff, and make no efforts to support it. > That said, the solution to your problem is to not use WITHOUT_BIND, but > to use the various other WITHOUT_BIND_* knobs, except for > WITHOUT_BIND_ETC. Yes, this is clunky; no, I have no plans to change it. > > Just to followup and say thanks again... This is what I was looking for. I ended up with just these to accomplish what I wanted on stable/8 machines: /etc/src.conf WITHOUT_BIND_DNSSEC=YES WITHOUT_BIND_LIBS_LWRES=YES WITHOUT_BIND_NAMED=YES WITHOUT_BIND_UTILS=YES And did not use: WITHOUT_BIND_ETC WITHOUT_BIND_MTREE Works as expected. Thanks again Doug. -- ;s =;