Date: Mon, 07 Apr 2014 06:59:12 +0100 From: Matthew Seaman <matthew@FreeBSD.org> To: freebsd-stable@freebsd.org Subject: Re: How to remove X11 support and all ports options depend on X11 Message-ID: <53423EB0.7090507@FreeBSD.org> In-Reply-To: <CAOwMmupogu4xXRL64iGf6Ck_7mHsO=UN5oSr5=G8D6GigXD6Xw@mail.gmail.com> References: <CAOwMmupogu4xXRL64iGf6Ck_7mHsO=UN5oSr5=G8D6GigXD6Xw@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --QoMnm7JMgBjCQMjRRBloxNiEhsID6f33M Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 07/04/2014 03:14, Yushu Gao wrote: > I am new to FreeBSD, I have used Gentoo before. I want to remove the X1= 1 > support and all ports options depend on it, I know how to remove X11 > support, but I cannot find out how to remove all ports options depand o= n > it. Can someone kindly tell me the method ? Assuming you're using pkg(8) rather than the old pkg_tools, then delete X11 packages and everything that depends on them. eg: # pkg delete -R libX11 (you'll need to repeat that for various other X11 components) Then remove anything that was only installed as a dependency of the X11 ports: # pkg autoremove Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. PGP: http://www.infracaninophile.co.uk/pgpkey --QoMnm7JMgBjCQMjRRBloxNiEhsID6f33M 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.20 (Darwin) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQJ8BAEBCgBmBQJTQj66XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2NTNBNjhCOTEzQTRFNkNGM0UxRTEzMjZC QjIzQUY1MThFMUE0MDEzAAoJELsjr1GOGkATq7AQAIVXgMaJCxQcYbKQMrLJskcY DCQRKUkoLS753jWod13w6pZU6dmWDf83hcdZnLRZLLKtohl55mDGZpQNQqgNgnwn 4hUiTAMNkf2rwwW+TVGDISHJvQoQ1FhqFVm2dNEzEohzzYRvFPosc3+KmeEtpzLR VUJlhdjZWhtpoOEIkvOR+3VhON8QBug2vl0BO9mpstuXzd4uKd7VIrsKrPy9yUd4 CmnsN39AouBPHB3p1Ml9qfVuz+ho+bQBnhJqlIWlpt0xFTlO7R8fZxztcKVUzkpH 0zqb2jPz4iOZGIJ/VZzlL+JD/TywD3RlJ01brJbVesWjQGcCp+KXpseWadoceNJj Qi4Q34BZF46mqvG9CCgcVgOwP49kJaRL2VJs1JPfMnNAnKCDBPIEYlOEusU9/oRQ L2pUsjCn4wPzcJWfLn0FyvxUwW74je7OI0z5zWAvDqFQ/WLqihiYdSThXEdRdcPW RAKz2LMYoA4UpR8i3nIGHPVbCS4J6rcMuf74FvQayFiDXr/kyDloc6uW6TcjVrNK YIuLYRWQVFgWqVZ+HCBYy6FsTnEcxrnT0aZCdt+fGCN4NCC0HGDb3QEV6UYikmcW gMWzULgcWl6qcj5msbTbI8eWe0uRib8vgoIadYJKYSolR8QJ9iSkCLLIxMsiqRPq sdmWw5UgfagzFK/gHnzr =OsVe -----END PGP SIGNATURE----- --QoMnm7JMgBjCQMjRRBloxNiEhsID6f33M--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53423EB0.7090507>