Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Nov 2011 15:35:25 +0000
From:      Chris Rees <crees@freebsd.org>
To:        Matthias Apitz <guru@unixarea.de>
Cc:        kwm@freebsd.org, freebsd-ports@freebsd.org
Subject:   Re: libgee-0.6.2.1: error in pkg-plist
Message-ID:  <CADLo83-yP=Mt4d5Q%2B0NZrO1MZUEnW5YXYNt4w4MTaksibe7JoA@mail.gmail.com>
In-Reply-To: <20111112151001.GA3289@tinyCurrent>
References:  <20111112151001.GA3289@tinyCurrent>

next in thread | previous in thread | raw e-mail | index | archive | help
On 12 November 2011 15:10, Matthias Apitz <guru@unixarea.de> wrote:
>
> Hello,
>
> While making binary packages of the ports installed on my 10-CURRENT I
> encountered a small error in the pkg-plist file of ports/devel/libgee:
>
> the port installs the pkgconfig file gee-1.0.pc in the location
>
> ...
> test -z "/usr/local/lib/pkgconfig" || /usr/local/bin/gmkdir -p "/usr/loca=
l/lib/p
> kgconfig"
> =A0/usr/bin/install -c -m 644 gee-1.0.pc '/usr/local/lib/pkgconfig'
>
> while the pkg-plist says it is in libdata/pkgconfig/gee-1.0.pc; this
> gives at least on pkg_create the following error:
>
> caracas# pkg_create -b libgee-0.6.2.1
> tar: libdata/pkgconfig/gee-1.0.pc: Cannot stat: No such file or directory
> tar: Error exit delayed from previous errors.
> pkg_create: make_dist: tar command failed with code 256
>
>
> HIH
>
> =A0 =A0 =A0 =A0matthias

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 =3D $(prefix)/libdata/pkgconfig
[crees@pegasus]~/libgee%

Chris



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CADLo83-yP=Mt4d5Q%2B0NZrO1MZUEnW5YXYNt4w4MTaksibe7JoA>