From owner-svn-ports-head@freebsd.org Mon Jun 27 11:42:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA627B81E7B; Mon, 27 Jun 2016 11:42:49 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 87C1E26F1; Mon, 27 Jun 2016 11:42:48 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [127.0.0.1] (253.red-83-44-29.dynamicip.rima-tde.net [83.44.29.253]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 040DD43BDE; Mon, 27 Jun 2016 06:42:45 -0500 (CDT) Subject: Re: svn commit: r416822 - head/multimedia/libmediaart To: Ruslan Makhmatkhanov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201606122049.u5CKnJNs048675@repo.freebsd.org> Reply-To: marino@freebsd.org From: John Marino Message-ID: <69e47339-0d65-65f7-5cd1-81d44c3140d5@marino.st> Date: Mon, 27 Jun 2016 13:42:42 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <201606122049.u5CKnJNs048675@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 160627-0, 06/27/2016), Outbound message X-Antivirus-Status: Clean X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2016 11:42:49 -0000 On 6/12/2016 22:49, Ruslan Makhmatkhanov wrote: > Author: rm > Date: Sun Jun 12 20:49:19 2016 > New Revision: 416822 > URL: https://svnweb.freebsd.org/changeset/ports/416822 > > Log: > multimedia/libmediaart: fix packaging > > With hat: gnome > > Modified: > head/multimedia/libmediaart/pkg-plist > > Modified: head/multimedia/libmediaart/pkg-plist > ============================================================================== > --- head/multimedia/libmediaart/pkg-plist Sun Jun 12 19:30:21 2016 (r416821) > +++ head/multimedia/libmediaart/pkg-plist Sun Jun 12 20:49:19 2016 (r416822) > @@ -12,7 +12,6 @@ share/gtk-doc/html/libmediaart/annotatio > share/gtk-doc/html/libmediaart/ch02.html > share/gtk-doc/html/libmediaart/home.png > share/gtk-doc/html/libmediaart/index.html > -share/gtk-doc/html/libmediaart/index.sgml > share/gtk-doc/html/libmediaart/left-insensitive.png > share/gtk-doc/html/libmediaart/left.png > share/gtk-doc/html/libmediaart/libmediaart-Cache.html > Hi Ruslan, Did you test this with poudriere? This is what we are seeing now with DF poudriere in test mode: =========================================================================== ====> Running Q/A tests (stage-qa) Error: /usr/local/lib/libmediaart-2.0.so.0.900.0 is linked to /usr/local/lib/libintl.so.8 from devel/gettext-runtime but it is not declared as a dependency Warning: you need USES+=gettext Error: /usr/local/lib/libmediaart-2.0.so.0.900.0 is linked to /usr/local/lib/libpng16.so.16 from graphics/png but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libpng16.so:graphics/png Error: /usr/local/lib/libmediaart-2.0.so.0.900.0 is linked to /usr/local/lib/libffi.so.6 from devel/libffi but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libffi.so:devel/libffi Error: /usr/local/lib/libmediaart-2.0.so.0.900.0 is linked to /usr/local/lib/libiconv.so.2 from converters/libiconv but it is not declared as a dependency Warning: you need USES+=iconv Error: /usr/local/lib/libmediaart-2.0.so.0.900.0 is linked to /usr/local/lib/libpcre.so.1 from devel/pcre but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libpcre.so:devel/pcre ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: share/gtk-doc/html/libmediaart/index.sgml ===> Checking for items in pkg-plist which are not in STAGEDIR ===> Error: Plist issues found. *** Error code 1 The file you pulled out is now orphaned. In any case, changing a plist requires a portrevision bump. From what I can tell, this change is erroneous and needs to be reverted, but I'd like somebody to test it in FreeBSD's poudriere first. Regards John --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus