From owner-freebsd-ports@FreeBSD.ORG Sun May 20 13:38:19 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EE51616A421 for ; Sun, 20 May 2007 13:38:19 +0000 (UTC) (envelope-from ml@netfence.it) Received: from parrot.aev.net (parrot.aev.net [212.31.247.179]) by mx1.freebsd.org (Postfix) with ESMTP id 7B7C413C457 for ; Sun, 20 May 2007 13:38:17 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.ventu ([151.77.236.62]) (authenticated bits=128) by parrot.aev.net (8.14.0/8.13.8) with ESMTP id l4KDRJ0p096391 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 20 May 2007 15:27:25 +0200 (CEST) (envelope-from ml@netfence.it) Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.1/8.13.8) with ESMTP id l4KDE5EM063889 for ; Sun, 20 May 2007 15:14:05 +0200 (CEST) (envelope-from ml@netfence.it) Message-ID: <46504986.1010205@netfence.it> Date: Sun, 20 May 2007 15:13:42 +0200 From: Andrea Venturoli User-Agent: Thunderbird 2.0.0.0 (X11/20070423) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.61 on 212.31.247.179 Subject: Setting X11BASE X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 May 2007 13:38:20 -0000 Hello. I'm trying to do security updates on a few hosts of mine, but nothing (portsdb, portupgrade, ...) will work, with the following reason. >On FreeBSD before 6.2 ports system unfortunately can not set default >X11BASE by itself so please help it a bit by setting >X11BASE=${LOCALBASE} in make.conf. >On the other hand, if you do wish to use non-default X11BASE, please >set variable USE_NONDEFAULT_X11BASE. I know of the X.Org 7.2 update, but I'm trying to avoid that, since this are text-mode servers, and I only have xorg-libraries-6.x as a dependency of other ports. Before I do something really bad, I thought I'd ask: should I really set X11BASE=${LOCALBASE} or should I set X11BASE=/usr/X11R6? In case in the future I do upgrade X.Org, should I remove that? bye & Thanks av.