From owner-cvs-ports@FreeBSD.ORG Tue May 24 01:16:02 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 8CF74106566C; Tue, 24 May 2011 01:16:02 +0000 (UTC) Date: Tue, 24 May 2011 01:16:02 +0000 From: Alexey Dokuchaev To: Gerald Pfeifer Message-ID: <20110524011602.GA89360@FreeBSD.org> References: <201105151529.p4FFTU8x067633__20240.4801188552$1305473416$gmane$org@repoman.freebsd.org> <864o4lb1cy.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i 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: Tue, 24 May 2011 01:16:02 -0000 On Tue, May 24, 2011 at 12:31:02AM +0200, Gerald Pfeifer wrote: > On Tue, 24 May 2011, Pan Tsu wrote: > > Does wine find gecko with DATADIR != PREFIX/share/wine ? Please, either > > document it in the pkg-message that .msi file should be copied/symlinked > > from PREFIX/wine-gecko/wine/gecko/*.msi or redefine DATADIR properly. > > You're right! David noticed the same, and I was going to apply his > solution, but yours looks more compact and I also tested it successfully. I believe DATADIR is also mishandled in main wine port: that is, extra "wine" word crept in (paths look like /usr/local/share/wine/wine/fonts/... for example). I've noticed it when I tried to put wine-gecko MSI to natural location (also mentioned on their wiki) but wine didn't see it until I realized it required another level of "wine" subdirectory. ./danfe