cvs commit: ports/graphics/tiff Makefile pkg-plist ports/graphics/tiff/files patch-Makefile.in

Boris Samorodov bsam at ipt.ru
Mon Jun 13 12:09:09 UTC 2011


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
> + at dirrmtry libdata/pkgconfig
-----

Seems that the port should use the dropped dependency.

-- 
WBR, bsam


More information about the cvs-all mailing list