From owner-freebsd-questions@FreeBSD.ORG Tue Jan 21 16:33:50 2014 Return-Path: Delivered-To: freebsd-questions@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 206F16D7 for ; Tue, 21 Jan 2014 16:33:50 +0000 (UTC) Received: from mail-qe0-x236.google.com (mail-qe0-x236.google.com [IPv6:2607:f8b0:400d:c02::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D46CD1F71 for ; Tue, 21 Jan 2014 16:33:49 +0000 (UTC) Received: by mail-qe0-f54.google.com with SMTP id df13so7366333qeb.13 for ; Tue, 21 Jan 2014 08:33:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=jnkiaIqseAwAgMvMXe00RojZBe2gKHj2di5vN4nnT7I=; b=NGGOcoLaFo3Jh0ip7EnNb68QFIMUeGEUlRt5Yu2eSDQWe04M9XBV5aOExA7yT1W7vk kscFQyWBhXBVcpK1zV41cnYniE6ZCQNqn/rl7iFsW4EGxguzsB99INb+lTUfHldMq7+h /YTbX1U+aarY8HHzACwk4o5cA+qzGCRPgWDmEC+XWxk/n3PRznPQyY/Q+SbhnGsO2WfH V/2fsXt7hofqtox2w66sZ5LiMq5zifBdS8RmAmzU136q1qn3Jwj80lpQCbcdsg92d5WJ BhcHxxaAQm1OqofFokmeqTU6WpC+tfEKZ1CkPnuKVY8WtOeDXmgYZB0XmzezJcq3NUk+ x2vw== MIME-Version: 1.0 X-Received: by 10.140.41.234 with SMTP id z97mr36550186qgz.89.1390322029011; Tue, 21 Jan 2014 08:33:49 -0800 (PST) Sender: pldrouin@gmail.com Received: by 10.96.157.35 with HTTP; Tue, 21 Jan 2014 08:33:48 -0800 (PST) Date: Tue, 21 Jan 2014 11:33:48 -0500 X-Google-Sender-Auth: FBHL9ZDPxWAMFznaIXbFETTYozs Message-ID: Subject: What happened to NO_GAMES, NO_SENDMAIL and NO_LPR options in make.conf ? From: Pierre-Luc Drouin To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2014 16:33:50 -0000 Hi, I have the NO_GAMES, NO_SENDMAIL and NO_LPR options in make.conf to prevent these from installing when I buildworld, but I noticed that these options no longer have an effect. What is the new method to prevent the buildworld process from building these? Thank you!