From owner-freebsd-ports@FreeBSD.ORG Sun Nov 13 16:37:36 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 61B48106566B; Sun, 13 Nov 2011 16:37:36 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep17.mx.upcmail.net (fep17.mx.upcmail.net [62.179.121.37]) by mx1.freebsd.org (Postfix) with ESMTP id 4D94A8FC08; Sun, 13 Nov 2011 16:37:35 +0000 (UTC) Received: from edge04.upcmail.net ([192.168.13.239]) by viefep17-int.chello.at (InterMail vM.8.01.02.02 201-2260-120-106-20100312) with ESMTP id <20111113163733.RVNV1911.viefep17-int.chello.at@edge04.upcmail.net>; Sun, 13 Nov 2011 17:37:33 +0100 Received: from [127.0.0.1] ([178.84.137.57]) by edge04.upcmail.net with edge id wgdY1h00n1EUzH604gdZj1; Sun, 13 Nov 2011 17:37:33 +0100 X-SourceIP: 178.84.137.57 Message-ID: <4EBFF245.9010909@rainbow-runner.nl> Date: Sun, 13 Nov 2011 17:37:25 +0100 From: Koop Mast User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: Matthias Apitz References: <20111112151001.GA3289@tinyCurrent> <20111113144939.GA7447@tinyCurrent> In-Reply-To: <20111113144939.GA7447@tinyCurrent> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Antivirus: avast! (VPS 111113-1, 13-11-2011), Outbound message X-Antivirus-Status: Clean X-Cloudmark-Analysis: v=1.1 cv=1spcbIYDqsXqpWho1FqXt/RH1HhH/N0x2ckrrSfPMwM= c=1 sm=0 a=yAP4_T4JbDAA:10 a=eIhxMilvRf8A:10 a=QGpF-o_vkpAA:10 a=8nJEP1OIZ-IA:10 a=uI32pRSmiIZWGj7n3GsA:9 a=wPNLvfGTeEIA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Cc: Chris Rees , 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 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Nov 2011 16:37:36 -0000 On 13-11-2011 15:49, Matthias Apitz wrote: > 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 This should be fixed by a commit done on wednesday. Can you update your ports tree and try again? -Koop