From owner-svn-ports-all@FreeBSD.ORG Thu May 22 09:48:45 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 10B0095C; Thu, 22 May 2014 09:48:45 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C8DD32EBC; Thu, 22 May 2014 09:48:44 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 1B4D4BDC3E; Thu, 22 May 2014 11:48:43 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id D71B0BDC24; Thu, 22 May 2014 11:48:42 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id A64706972B1; Thu, 22 May 2014 11:48:42 +0200 (CEST) Date: Thu, 22 May 2014 11:48:42 +0200 From: Mathieu Arnold To: Matthias Andree , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r354768 - in head: devel/e2fsprogs-libss misc/e2fsprogs-libblkid misc/e2fsprogs-libuuid Message-ID: In-Reply-To: <201405220448.s4M4mxYs014969@svn.freebsd.org> References: <201405220448.s4M4mxYs014969@svn.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 May 2014 09:48:45 -0000 +--On 22 mai 2014 04:48:59 +0000 Matthias Andree wrote: | Author: mandree | Date: Thu May 22 04:48:59 2014 | New Revision: 354768 | URL: http://svnweb.freebsd.org/changeset/ports/354768 | QAT: https://qat.redports.org/buildarchive/r354768/ | | Log: | Fix pkg-plist. This fixes the pkg-plist, but breaks the port, pkgconf will look for things in libdata/pkgconfig, not lib/pkgconfig, you need to use USES=pathfix. -- Mathieu Arnold