From owner-freebsd-ports@FreeBSD.ORG Mon Dec 26 02:22:37 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB7B11065679 for ; Mon, 26 Dec 2011 02:22:35 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id B88058FC12 for ; Mon, 26 Dec 2011 02:22:34 +0000 (UTC) Received: by lahl5 with SMTP id l5so5924373lah.13 for ; Sun, 25 Dec 2011 18:22:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:from:date:message-id:subject:to:content-type; bh=Y4SblbAVppwPJjQqoHnMFb6u3Z6KEdpDHtZbdC4ZiIE=; b=qgn3LayQGwrNYLy72l0UuMPNeKcTEme/yl0XK6sDeeORbvVbrp9M0vFreCHreYVp9g Ia/GlB0KXbZixY0++KzcylnVWGG7o4DYQThjzb6IvT6cAHblVWa2jB6YLpY9bz/x6K9m QeTMpMaUQDuRg60DSYku6kds+K+ka2rVS+o9o= Received: by 10.152.133.70 with SMTP id pa6mr18665735lab.0.1324866153133; Sun, 25 Dec 2011 18:22:33 -0800 (PST) MIME-Version: 1.0 Received: by 10.152.129.8 with HTTP; Sun, 25 Dec 2011 18:22:02 -0800 (PST) From: Eitan Adler Date: Sun, 25 Dec 2011 21:22:02 -0500 Message-ID: To: freebsd ports , x11@freebsd.org Content-Type: text/plain; charset=UTF-8 Cc: Subject: Heads Up: X11BASE removal 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: Mon, 26 Dec 2011 02:22:38 -0000 Hi porters, The X11BASE variable has been deprecated for a long time. Support for having a X11BASE different than LOCALBASE was terminated on 2009/12/18. After the 9.0 release I will commit a patch that removes all current references of the variable from bsd.port.mk and bsd.xorg.mk. In the meantime I will be adding some helper code to a few ports that still depend on it. New ports should not reference X11BASE at all. Thanks, Eitan Adler