From owner-freebsd-questions@FreeBSD.ORG Sun Mar 6 19:03:16 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 241131065674 for ; Sun, 6 Mar 2011 19:03:16 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id DD5F88FC1A for ; Sun, 6 Mar 2011 19:03:15 +0000 (UTC) Received: by iyj12 with SMTP id 12so3924855iyj.13 for ; Sun, 06 Mar 2011 11:03:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=dZySveKbDpwEGy1l6GXd1tDN26w4xOMDKBoILF/6aJ8=; b=F1/ZEtly+PLEI4khk9+QIl7skQxn6BvN1uuLdtO5XLU9nO6GIarJVOvxt8V+ePc5VS MoKD9A0SpOkP9cFtohLs6m8lBX0Dl4Jeqx3SjqjGb1c6in7Eagut3EDct/VSnXYvDwwE CVkFZE9mmJP+8aST7doaIIHHKUYxsszCXubtM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=nAS/JftTZvJChrAdXceWyoHDdt+luqYZHQdhCxAOcHEdXDcjXQGslGxtI70wiOUdfG 9oe/jOrAu9tgefqbpYNM4QzrCQCKVEJKfA0DuWAXDrtWg0diXbJIcIFdDhzHlkyEIwOq wIeF9qt4oQkjiI79x95I1nwZXEwhA260eXiRg= Received: by 10.231.204.16 with SMTP id fk16mr2336975ibb.49.1299438195065; Sun, 06 Mar 2011 11:03:15 -0800 (PST) MIME-Version: 1.0 Received: by 10.231.183.131 with HTTP; Sun, 6 Mar 2011 11:02:55 -0800 (PST) In-Reply-To: References: From: Eitan Adler Date: Sun, 6 Mar 2011 14:02:55 -0500 Message-ID: To: Lars Eighner Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: HAL must die! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Mar 2011 19:03:16 -0000 On Sun, Mar 6, 2011 at 1:56 PM, Lars Eighner w= rote: > Using the -C switch with portupgrade, I am managing to turn WITH_HAL off = in > ports that I install or upgrade. =C2=A0Is there a way to make this a glob= al > default? > You can put WITHOUT_HAL=3Dyes in /etc/make.conf --=20 Eitan Adler