From owner-freebsd-ports@FreeBSD.ORG Sun Nov 13 14:49:44 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 1A9BB106564A; Sun, 13 Nov 2011 14:49:44 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms16-1.1blu.de (ms16-1.1blu.de [89.202.0.34]) by mx1.freebsd.org (Postfix) with ESMTP id 6380D8FC0A; Sun, 13 Nov 2011 14:49:43 +0000 (UTC) Received: from [93.104.92.191] (helo=localhost.my.domain) by ms16-1.1blu.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1RPbNM-0005e4-Kd; Sun, 13 Nov 2011 15:49:40 +0100 Received: from localhost.my.domain (localhost [127.0.0.1]) by localhost.my.domain (8.14.4/8.14.3) with ESMTP id pADEneeh007514; Sun, 13 Nov 2011 15:49:40 +0100 (CET) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by localhost.my.domain (8.14.4/8.14.3/Submit) id pADEndMB007513; Sun, 13 Nov 2011 15:49:39 +0100 (CET) (envelope-from guru@unixarea.de) X-Authentication-Warning: localhost.my.domain: guru set sender to guru@unixarea.de using -f Date: Sun, 13 Nov 2011 15:49:39 +0100 From: Matthias Apitz To: Chris Rees Message-ID: <20111113144939.GA7447@tinyCurrent> References: <20111112151001.GA3289@tinyCurrent> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Operating-System: FreeBSD 8.0-CURRENT (i386) User-Agent: Mutt/1.5.21 (2010-09-15) X-Con-Id: 51246 X-Originating-IP: 93.104.92.191 Cc: kwm@freebsd.org, freebsd-ports@freebsd.org Subject: Re: libgee-0.6.2.1: error in pkg-plist X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthias Apitz List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Nov 2011 14:49:44 -0000 El día Saturday, November 12, 2011 a las 03:35:25PM +0000, Chris Rees escribió: > This isn't a plist problem; it's an > autotools-doesn't-understand-FreeBSD-10 problem. > > On previous versions it works fine; > > [crees@pegasus]~/libgee% grep '^pkgconfigdir' work/libgee-0.6.2.1/Makefile > pkgconfigdir = $(prefix)/libdata/pkgconfig > [crees@pegasus]~/libgee% Seems so. If you do it step-by-step and check the Makefile for it it looks like this: caracas# make clean ===> Cleaning for libgee-0.6.2.1 caracas# make extract ===> Vulnerability check disabled, database not found ===> License check disabled, port has not defined LICENSE ===> Extracting for libgee-0.6.2.1 => SHA256 Checksum OK for libgee-0.6.2.1.tar.xz. caracas# grep '^pkgconfigdir' work/libgee-0.6.2.1/Makefile* work/libgee-0.6.2.1/Makefile.am:pkgconfigdir = $(libdir)/pkgconfig work/libgee-0.6.2.1/Makefile.in:pkgconfigdir = $(libdir)/pkgconfig caracas# make configure ... caracas# grep '^pkgconfigdir' work/libgee-0.6.2.1/Makefile* work/libgee-0.6.2.1/Makefile:pkgconfigdir = $(prefix)/libdata/pkgconfig work/libgee-0.6.2.1/Makefile.am:pkgconfigdir = $(libdir)/pkgconfig work/libgee-0.6.2.1/Makefile.in:pkgconfigdir = $(prefix)/libdata/pkgconfig work/libgee-0.6.2.1/Makefile.in.bak:pkgconfigdir = $(libdir)/pkgconfig caracas# make ... caracas# grep '^pkgconfigdir' work/libgee-0.6.2.1/Makefile* work/libgee-0.6.2.1/Makefile:pkgconfigdir = $(libdir)/pkgconfig work/libgee-0.6.2.1/Makefile.am:pkgconfigdir = $(libdir)/pkgconfig work/libgee-0.6.2.1/Makefile.in:pkgconfigdir = $(libdir)/pkgconfig work/libgee-0.6.2.1/Makefile.in.bak:pkgconfigdir = $(libdir)/pkgconfig as you see the 'make' changes the Makefile again produced by 'make configure', why? All the above is with UNAME_r set to 9.0-CURRENT; if you set in addition OSVERSION to 9.0, all is fine; matthias -- Matthias Apitz t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e - w http://www.unixarea.de/ UNIX since V7 on PDP-11, UNIX on mainframe since ESER 1055 (IBM /370) UNIX on x86 since SVR4.2 UnixWare 2.1.2, FreeBSD since 2.2.5