From owner-freebsd-current@FreeBSD.ORG Wed Apr 7 09:48:05 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7B861065673 for ; Wed, 7 Apr 2010 09:48:05 +0000 (UTC) (envelope-from eirnym@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.156]) by mx1.freebsd.org (Postfix) with ESMTP id 5DEF28FC13 for ; Wed, 7 Apr 2010 09:48:04 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id d23so339738fga.13 for ; Wed, 07 Apr 2010 02:48:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:received :message-id:subject:to:content-type; bh=eMmRGw8S9rfWDQYpVikRSa5XKPJqNJqYIhmQMRIWUmo=; b=Do0xdBXyKgIOtZ2KSrGEcHUAZz/KA/8Eqp/EU/PT4BkI8rk3TNDZsvZB3chvzL287P QMNtL5JaRSn2iYQ8ozJxKawqn0rYC3IFJnMJhnIDtoU6aFIfwQuEUDbuYLi1s/82IStB ZAGhi/WHa3FTL+gPKNpTGOC0GNj0PsHsuW22Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=swxrylamm8W20hv3Yi6is795TLsIEIM/SWA/bz29Gajg9J+9qTlZQkBR7Vky/o1ZZS bPtG1m7hbIZvQ7JQnTykzYWVlcrZMNCDObbJJZ07wA4/7iSd/CW4KnJEiXeD0xkGLYGi GKRHXg3lZH5xnbPHIW57sPljuRAKakROhkg6w= MIME-Version: 1.0 Received: by 10.86.54.3 with HTTP; Wed, 7 Apr 2010 02:47:44 -0700 (PDT) From: Eir Nym Date: Wed, 7 Apr 2010 13:47:44 +0400 Received: by 10.87.48.26 with SMTP id a26mr13413863fgk.5.1270633684158; Wed, 07 Apr 2010 02:48:04 -0700 (PDT) Message-ID: To: freebsd-current@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: BIND from system and from ports X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Apr 2010 09:48:05 -0000 All is good in BIND in system, except it depends on ports tree with various options. I have to do followed algorithm, to enable these options: 1) make and install base system 2) install needed dependencies from ports tree 3) rebuild and reinstall world This is more complex than: 1) make and install base system 2) install same(?) BIND from ports tree with same options Why does base system has any dependencies from ports? I know about application features, but special cases aren't special enough to break the rules, isn't it?