From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 21:08:32 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 A807F1065673 for ; Tue, 10 Aug 2010 21:08:32 +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 12C3D8FC0C for ; Tue, 10 Aug 2010 21:08:31 +0000 (UTC) Received: from seedling.black-earth.co.uk (seedling.black-earth.co.uk [81.187.76.163]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.4/8.14.4) with ESMTP id o7AL8Gwa055825 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Tue, 10 Aug 2010 22:08:16 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) Message-ID: <4C61BFB9.2010105@infracaninophile.co.uk> Date: Tue, 10 Aug 2010 22:08:09 +0100 From: Matthew Seaman Organization: Infracaninophile User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-GB; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 MIME-Version: 1.0 To: Martin McCormick References: <201008102005.o7AK5Zd6082537@dc.cis.okstate.edu> In-Reply-To: <201008102005.o7AK5Zd6082537@dc.cis.okstate.edu> X-Enigmail-Version: 1.1.1 OpenPGP: id=60AE908C Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigDBA64CCC8ACBFFBF0AB3537E" 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: Tue, 10 Aug 2010 21:08:32 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigDBA64CCC8ACBFFBF0AB3537E Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 10/08/2010 21:05:35, Martin McCormick wrote: > I get a message about=20 > pkg-config-0.23_1 >=20 > and can not seem to find anything to save from the port that > contains that string or any part there of. >=20 > There is obviously some other little file I need to save > from somewhere, but I am not sure what to look for. pkg-config was probably already installed on your build machine before you did 'make package-recursive' and since the ports won't reinstall exactly the same thing again, that would have prevented it being packaged. The fact that you have to (re)install a port before you can make a package from it is considered a fairly big flaw, and there are proposals under consideration to modify that behaviour -- OpenBSD's ports system is frequently cited as an example of how such things should work. The solution is probably to create a package directly from what's already installed: # pkg_create -b pkg-config-0.23_1 pkg-config is an indirect dependency for bind -- it's required by security/openssl and textproc/libxml2 either of which bind are optional dependencies for dns/bind97. 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 --------------enigDBA64CCC8ACBFFBF0AB3537E 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/ iEYEARECAAYFAkxhv8AACgkQ8Mjk52CukIzWVQCfSYM3zJgoMsaoqn8ZGrtQfohH EyUAni3/wkyegqD6c2HPUvMKAUipyjez =itwi -----END PGP SIGNATURE----- --------------enigDBA64CCC8ACBFFBF0AB3537E--