From owner-freebsd-ports@FreeBSD.ORG Sat May 12 01:14:11 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 162F016A400 for ; Sat, 12 May 2007 01:14:11 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 06ABC13C46E for ; Sat, 12 May 2007 01:14:11 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id D2DC51A3C19; Fri, 11 May 2007 18:14:56 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 43CB051480; Fri, 11 May 2007 21:14:10 -0400 (EDT) Date: Fri, 11 May 2007 21:14:10 -0400 From: Kris Kennaway To: Danny Pansters Message-ID: <20070512011410.GB39007@xor.obsecurity.org> References: <20070510212817.GA67897@xor.obsecurity.org> <20070511202905.GO826@turion.vk2pj.dyndns.org> <20070511205243.GI1066@k7.mavetju> <200705120235.01113.danny@ricin.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200705120235.01113.danny@ricin.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-ports@freebsd.org, Kris Kennaway Subject: Re: first? patch [ HEADS UP: xorg 7.2 ready for testing ] 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: Sat, 12 May 2007 01:14:11 -0000 On Sat, May 12, 2007 at 02:35:00AM +0200, Danny Pansters wrote: > I ran into a little problem with the gstreamer-plugins, to be exact with > the 'bad' plugin. What's in a name. Attached patch to gstreamer-plugins which > eliminates X11BASE from configure args fixes it. In particular your patch is wrong because X11BASE==LOCALBASE in the new world order, so if you are seeing X11BASE=/usr/X11R6 still then something is wrong: your patch should be a NOP. Kris