From owner-freebsd-stable@FreeBSD.ORG Mon Apr 7 02:14:53 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2FE92F56 for ; Mon, 7 Apr 2014 02:14:53 +0000 (UTC) Received: from mail-qg0-x22e.google.com (mail-qg0-x22e.google.com [IPv6:2607:f8b0:400d:c04::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E82579B8 for ; Mon, 7 Apr 2014 02:14:52 +0000 (UTC) Received: by mail-qg0-f46.google.com with SMTP id j107so801591qga.5 for ; Sun, 06 Apr 2014 19:14:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=XFVIqAQE/VXzn3lKW2i0582rPsrCb0NWIzOcwgXGwNc=; b=LwY0nGQnk5Lk6/dcPH7R2yl7cIWkwWoyfT3vB8VAvVYd7mx7QcpSLp0tvqRjBZXkj5 idvV+lXM2na9BoOtczmnp+KAXkiPdoIOiGzAZhMlO3SCQdK73rd+Nm9NH7DGtVbKMmKU Cr/HLDT5ILvjnaxDDQGuxa4uYx/Tao+F0TFVZykD8RTyK+GBfroH/h0rY9QqvNbO2m6d Q9OWjvdsAurf8tjwr5yB7iVXDoUbtIpZFbUwMF5ricNjLTyutsvi23wMILFFWSBzuGAe tSG+lbVCTrIU7OYX6LuPEINMg1bFOgH2a1/X8IWRBrEZ7nYagWEQe2UJCLox7nfHfNiu Recg== X-Received: by 10.140.82.167 with SMTP id h36mr29004389qgd.51.1396836892116; Sun, 06 Apr 2014 19:14:52 -0700 (PDT) MIME-Version: 1.0 Received: by 10.96.145.229 with HTTP; Sun, 6 Apr 2014 19:14:12 -0700 (PDT) From: Yushu Gao Date: Mon, 7 Apr 2014 10:14:12 +0800 Message-ID: Subject: How to remove X11 support and all ports options depend on X11 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2014 02:14:53 -0000 Hi, I am new to FreeBSD, I have used Gentoo before. I want to remove the X11 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 on it. Can someone kindly tell me the method ? Best regards