Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jun 2011 16:09:06 +0400
From:      Boris Samorodov <bsam@ipt.ru>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Cc:        Dirk Meyer <dinoex@FreeBSD.org>
Subject:   Re: cvs commit: ports/graphics/tiff Makefile pkg-plist ports/graphics/tiff/files patch-Makefile.in
Message-ID:  <23628749@h30.sp.ipt.ru>
In-Reply-To: <20110613023553.DA3D61065792@hub.freebsd.org> (Dirk Meyer's message of "Mon, 13 Jun 2011 02:35:53 %2B0000 (UTC)")
References:  <20110613023553.DA3D61065792@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 13 Jun 2011 02:35:53 +0000 (UTC) Dirk Meyer wrote:

> dinoex      2011-06-13 02:35:41 UTC

>   FreeBSD ports repository

>   Modified files:
>     graphics/tiff        Makefile pkg-plist 
>     graphics/tiff/files  patch-Makefile.in 
>   Log:
>   - drop dependency on pkg-config
>   - change path of libtiff-4.pc

Hm, I'm not sure what's going on here...

Makefile.in uses pkgconfig.
-----
> +-pkgconfigdir = $(libdir)/pkgconfig
> ++pkgconfigdir = $(prefix)/libdata/pkgconfig
-----

Pkg-plist has apropriate file.
-----
> -lib/pkgconfig/libtiff-4.pc
> +libdata/pkgconfig/libtiff-4.pc
> +@dirrmtry libdata/pkgconfig
-----

Seems that the port should use the dropped dependency.

-- 
WBR, bsam



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?23628749>