From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 16:06:58 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC173106572D for ; Fri, 6 Aug 2010 16:06:58 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (gate6.infracaninophile.co.uk [IPv6:2001:8b0:151:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 348DE8FC18 for ; Fri, 6 Aug 2010 16:06:58 +0000 (UTC) Received: from russet.local (reflex.squiz.co.uk [83.217.109.164]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.4/8.14.4) with ESMTP id o76G6d1v058657 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Fri, 6 Aug 2010 17:06:40 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) X-Authentication-Warning: lucid-nonsense.infracaninophile.co.uk: Host reflex.squiz.co.uk [83.217.109.164] claimed to be russet.local Message-ID: <4C5C330B.3010706@infracaninophile.co.uk> Date: Fri, 06 Aug 2010 17:06:35 +0100 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.7) Gecko/20100713 Thunderbird/3.1.1 MIME-Version: 1.0 To: Martin McCormick References: <201008061515.o76FFFuL030340@dc.cis.okstate.edu> In-Reply-To: <201008061515.o76FFFuL030340@dc.cis.okstate.edu> X-Enigmail-Version: 1.1.1 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigDC0C00DB8374CAF1C45925AE" X-Virus-Scanned: clamav-milter 0.96.1 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_20,DKIM_ADSP_ALL, SPF_FAIL autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on lucid-nonsense.infracaninophile.co.uk Cc: freebsd-questions@freebsd.org Subject: Re: Bind9.7.1 Package X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Aug 2010 16:06:58 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigDC0C00DB8374CAF1C45925AE Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 06/08/2010 16:15, Martin McCormick wrote: > In the /usr/ports/dns/bind9 ports there is a bind97 port > that I had no trouble at all installing on a 8.0 system. If I do > a pkg_add -r bind97, however, pkg_add reports that it is > unavailable. I will be building several FreeBSD boxes with > bind9.7.1 on them so a package would be faster. Am I missing the > name of the package? If there is no package of bind97, this is not > a huge setback but it will make each installation take longer > before named starts to work. If you've built and installed bind97 already on one machine, you can create a pkg tarball easily: # pkg_create -b bind97-9.7.1.2 Assuming the machines are the same FreeBSD major version and have the same CPU architecture specified in /etc/make.conf and that they have the appropriate versions of all the dependencies already installed. Or just use: # pkg_create -R -b bind97-9.7.1.2 to create pkg tarballs of bind97 and everything it depends on. If you haven't built and installed anything yet, try: # cd /usr/ports/dns/bind97 # make package or # make package-recursive Generic package taballs should be available on the servers eventually -- keep checking in the 'Latest' directory Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate JID: matthew@infracaninophile.co.uk Kent, CT11 9PW --------------enigDC0C00DB8374CAF1C45925AE Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.14 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkxcMw8ACgkQ8Mjk52CukIxiTQCeNwg6RQzNXwyvoS+1zAouuH+X 8loAoI7njD8TREaoyL3Xqlrx4XD82a5s =+2Yk -----END PGP SIGNATURE----- --------------enigDC0C00DB8374CAF1C45925AE--