From owner-freebsd-current@FreeBSD.ORG Sun Oct 21 09:52:47 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A587B838 for ; Sun, 21 Oct 2012 09:52:47 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3cd3:cd67:fafa:3d78]) by mx1.freebsd.org (Postfix) with ESMTP id 100528FC14 for ; Sun, 21 Oct 2012 09:52:46 +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.5/8.14.5) with ESMTP id q9L9qhdm086933 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Sun, 21 Oct 2012 10:52:43 +0100 (BST) (envelope-from matthew@FreeBSD.org) X-DKIM: OpenDKIM Filter v2.5.2 smtp.infracaninophile.co.uk q9L9qhdm086933 Authentication-Results: smtp.infracaninophile.co.uk/q9L9qhdm086933; dkim=none (no signature); dkim-adsp=none Message-ID: <5083C5E4.90404@FreeBSD.org> Date: Sun, 21 Oct 2012 10:52:36 +0100 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:16.0) Gecko/20121010 Thunderbird/16.0.1 MIME-Version: 1.0 To: Alex Keda Subject: Re: [HEADSUP] current switched by default to pkgng References: <20121010134421.GI26497@ithaqua.etoilebsd.net> <5081661B.2090209@lissyara.su> <5083C154.3000706@lissyara.su> In-Reply-To: <5083C154.3000706@lissyara.su> X-Enigmail-Version: 1.4.5 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig95AFD1E7B6AC1740D2C70591" X-Virus-Scanned: clamav-milter 0.97.6 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lucid-nonsense.infracaninophile.co.uk Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 21 Oct 2012 09:52:47 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig95AFD1E7B6AC1740D2C70591 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 21/10/2012 10:33, Alex Keda wrote: > I try use it on my home server. > In make conf, I have >> > WITHOUT_X11=3Dyes >> > NO_GUI=3Dyes > I run pkg2ng, set mirror in pkg.conf .... > and, run > pkg upgrade -y >=20 > It update some packages, and install ~20 new packages, named x* >=20 > How I can say "It's server, I do not need X on them"? At the moment, that isn't possible using pkgs from the default pkgrepo. Those packages are compiled using the default options settings in the ports, which generally means X support is enabled. So, you need to point your systems at a repo where the pkgs are compiled with your preferred set of options. Which boils down to "set up your own repo." poudriere is a good way of doing that, but possibly overkill if you only have one system to manage. portmaster with the pkgng patches does the job for me. Eventually we hope to make pkgng much more flexible with respect to these sort of configuration choices, but that involves a number of fairly significant changes to the ports (stagedir, sub-packages) as well as some major new functionality in pkgng itself (importing a full solver). Even so, I suspect that for the ultimate in control, compiling from ports will still beat just about anything else. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. PGP: http://www.infracaninophile.co.uk/pgpkey --------------enig95AFD1E7B6AC1740D2C70591 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.16 (Darwin) Comment: Using GnuPG with Mozilla - http://www.enigmail.net/ iEYEARECAAYFAlCDxesACgkQ8Mjk52CukIzo3wCfRyzBq9nUybmktajLVj/w08Mj JXoAoI9BWR9NoTaca+J1t5ZORvkLOGGY =uQCw -----END PGP SIGNATURE----- --------------enig95AFD1E7B6AC1740D2C70591--