From owner-freebsd-questions@FreeBSD.ORG Tue Feb 17 15:32:46 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9A67F19A for ; Tue, 17 Feb 2015 15:32:46 +0000 (UTC) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3cd3:cd67:fafa:3d78]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.infracaninophile.co.uk", Issuer "ca.infracaninophile.co.uk" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 3B8ED3FC for ; Tue, 17 Feb 2015 15:32:46 +0000 (UTC) Received: from zero-gravitas.local (no-reverse-dns.metronet-uk.com [85.199.232.226] (may be forged)) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.15.1/8.15.1) with ESMTPSA id t1HFWPvO008070 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Tue, 17 Feb 2015 15:32:38 GMT (envelope-from m.seaman@infracaninophile.co.uk) Authentication-Results: smtp.infracaninophile.co.uk; dmarc=none header.from=infracaninophile.co.uk DKIM-Filter: OpenDKIM Filter v2.9.2 smtp.infracaninophile.co.uk t1HFWPvO008070 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=infracaninophile.co.uk; s=201001-infracaninophile; t=1424187158; bh=n02GY+m/g6ClYu8DTiETt/IHNeWl3Cq+riGVEPXXRaI=; h=Date:From:To:Subject:References:In-Reply-To; z=Date:=20Tue,=2017=20Feb=202015=2015:32:17=20+0000|From:=20Matthew =20Seaman=20|To:=20Bernt=20Hansso n=20,=20=0D=0A=20FreeBSD=20Questions=20Mailin g=20List=20|Subject:=20Re:=20Proble ms=20with=20pkg|References:=20<54E351DD.6020409@bananmonarki.se>|I n-Reply-To:=20<54E351DD.6020409@bananmonarki.se>; b=jaVmdc3iGXShjjvvgar0mHzReAGkal7NCqg+KEP6w8ExB7KZzV4P/qS/Kos1kVl/Q M2u6ZvS92m9Ddhs57SOD8ZDOszstGRrMTpQ1EjuWk8umGkjns9sLO/+EHRWCLnSiJQ 49gKNnQJGswbK1bmdt7BzX7mepTLPsEI5Pr5xeYc= X-Authentication-Warning: lucid-nonsense.infracaninophile.co.uk: Host no-reverse-dns.metronet-uk.com [85.199.232.226] (may be forged) claimed to be zero-gravitas.local Message-ID: <54E35F01.3090409@infracaninophile.co.uk> Date: Tue, 17 Feb 2015 15:32:17 +0000 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Bernt Hansson , FreeBSD Questions Mailing List Subject: Re: Problems with pkg References: <54E351DD.6020409@bananmonarki.se> In-Reply-To: <54E351DD.6020409@bananmonarki.se> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="XIup6wefX5EHr3q5KbVm9SE7b8rq0ihkU" X-Virus-Scanned: clamav-milter 0.98.6 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU autolearn=ham autolearn_force=no version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lucid-nonsense.infracaninophile.co.uk X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 15:32:46 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --XIup6wefX5EHr3q5KbVm9SE7b8rq0ihkU Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 2015/02/17 14:36, Bernt Hansson wrote: [...] > size: info -sq, > } > #CASE_SENSITIVE_MATCH =3D false; > #IP_VERSION =3D 0 >=20 > # Sample alias settings > ALIAS : { > all-depends: query %dn-%dv, > annotations: info -A, >=20 ^^^^ Is this literally what is in your pkg.conf? In which case, your pkg.conf won't be parseable: you need a closing '}' on the ALIAS entry. BTW: Your 'all-depends' line isn't 'all-depends' in the sense the ports tree uses the term. pkg(8) only cares about run-time dependencies, which is effectively the sum of the ports RUN_DEPENDS and LIB_DEPENDS variables. > /usr/local/etc/pkg/repos/FreeBSD.conf >=20 > FreeBSD: { > url: "pkg+http://pkg.freebsd.org/${ABI}/latest", > mirror_type: "srv", > signature_type: "none" > enabled: "yes" > } This is recreating the default /etc/pkg/FreeBSD.conf with the package signature bits stripped out? Why on earth you would want to use a public repository without some sort of integrity checking I don't know, but it's your funeral. Cheers, Matthew --XIup6wefX5EHr3q5KbVm9SE7b8rq0ihkU 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.22 (Darwin) Comment: GPGTools - https://gpgtools.org iQIcBAEBCgAGBQJU418JAAoJEABRPxDgqeTnLqEQAKg3qVhfWFKhe5bLeWQSzdJ0 34CWxW6qeCud2Y3mIw+/YRN163Z3fukqXXOtDlvGjHFgyFgAqsDudoGWWcConfMX VGct23DPBaJBpFG3HtThUyKmcVDuBmej34wnejLKjPyVhakH+W6cxeR+x3n2nbrn dTZCtj43qbyd7t+o+lXMGOe6zn5tveJg7IaFVmj0O1ynn+5R0KEqX1eEiuTWcURq w0s7IGkXWcJpUVVnbscUsNGt01lUVcha+S92Neb+TAlm/MLNEQdcTQrW66jv9sWM OzmeZLDInzhp4cbdzg4jafcMgQpUwEyd7KdRlHEJq2aDP1iwrtXWrajpjvcAwuz7 A3ZV6+p7PBs8dQAfCaOaEebYi3BLyoxOXKt4kDq7iYEnz5W5+3XB2QAkj1+z83Fr Yk8oLlsomJ9BmimZCIPRVr4y+nMBZGiMC7py8/6k5FoJYWikftFT+9J/Zt1Mnpr5 Kc0xK2wWZJ8ZdXyJKRrJexH1Fs1gZy9Wg6u3FjFHQ0e3DRATt1duvH6jPTvrjyzX OrCLfoUFc3A6gvD9RfRgjvOErhyzLrj7JZUv1qF+0LNQ4XbeBazBN5Qx7Wvis5kE vD6PFvaSJwQTk4NLMm1ADskZmEHg8VCtBvK6qA+zod9QERSkn7uH3OjHzjC/csG0 pfJpDHyw5/4c0TFbNVx8 =cRgS -----END PGP SIGNATURE----- --XIup6wefX5EHr3q5KbVm9SE7b8rq0ihkU--