From owner-cvs-all@FreeBSD.ORG Mon Jun 13 12:48:03 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E59E0106566B for ; Mon, 13 Jun 2011 12:48:03 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.freebsd.org (Postfix) with SMTP id 2C4F08FC12 for ; Mon, 13 Jun 2011 12:48:02 +0000 (UTC) Received: (qmail 63594 invoked from network); 13 Jun 2011 12:47:59 -0000 Received: from unknown (HELO alex.andxor.it) (192.168.2.30) by andxor.it with SMTP; 13 Jun 2011 12:47:59 -0000 Message-ID: <4DF606FF.1000907@FreeBSD.org> Date: Mon, 13 Jun 2011 14:47:59 +0200 From: Alex Dupre User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; it; rv:1.9.1.19) Gecko/20110509 SeaMonkey/2.0.14 MIME-Version: 1.0 To: Boris Samorodov References: <20110613023553.DA3D61065792@hub.freebsd.org> <23628749@h30.sp.ipt.ru> In-Reply-To: <23628749@h30.sp.ipt.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Dirk Meyer , cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/graphics/tiff Makefile pkg-plist ports/graphics/tiff/files patch-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jun 2011 12:48:04 -0000 Boris Samorodov ha scritto: > Makefile.in uses pkgconfig. > ----- >> +-pkgconfigdir = $(libdir)/pkgconfig >> ++pkgconfigdir = $(prefix)/libdata/pkgconfig > ----- Not exactly, it installs a file in a directory included in BSD.local.dist, that can be used later by other ports via pkg-config. > 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. It should only remove the @dirrmtry line. -- Alex Dupre