From owner-cvs-ports@FreeBSD.ORG Sun May 29 01:14:40 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4216D1065676 for ; Sun, 29 May 2011 01:14:40 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from relay02.pair.com (relay02.pair.com [209.68.5.16]) by mx1.freebsd.org (Postfix) with SMTP id 559AE8FC1A for ; Sun, 29 May 2011 01:14:39 +0000 (UTC) Received: (qmail 62249 invoked from network); 29 May 2011 01:14:37 -0000 Received: from 195.135.221.2 (HELO g159.suse.de) (195.135.221.2) by relay02.pair.com with SMTP; 29 May 2011 01:14:37 -0000 X-pair-Authenticated: 195.135.221.2 Date: Sun, 29 May 2011 03:14:37 +0200 (CEST) From: Gerald Pfeifer To: Alexey Dokuchaev In-Reply-To: <20110527030841.GA3034@FreeBSD.org> Message-ID: References: <201105151529.p4FFTU8x067633__20240.4801188552$1305473416$gmane$org@repoman.freebsd.org> <864o4lb1cy.fsf@gmail.com> <20110524011602.GA89360@FreeBSD.org> <20110527030841.GA3034@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: David Naylor , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org, Pan Tsu , cvs-ports@FreeBSD.org, Gerald Pfeifer Subject: Re: cvs commit: ports/emulators Makefile ports/emulators/wine-gecko Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 May 2011 01:14:40 -0000 On Fri, 27 May 2011, Alexey Dokuchaev wrote: >> I've been wondering about that, too, but then it's been working for >> years and >> >> CONFIGURE_ARGS+=--datadir=${DATADIR} --verbose ... >> >> looks pretty innocent, doesn't it? Or is the concept of FreeBSD's >> ${DATADIR} so different from GNU's --datadir? > It *looks* innocent and natural, but it's wrong You're right, that's an (unfortunate) difference in terminology between FreeBSD and GNU here. > When you assign FreeBSD ${DATADIR} as GNU --datadir, you get extra > "wine" path component, which is, of course, bogus and should be fixed. I'll be working on this for the next update of emulators/wine. The sole reason it's not in the update I committed today is one of timing and the fact that I had some configure change in there already and did not want to combine two such changes. Gerald