From owner-freebsd-ports@FreeBSD.ORG Sun Jan 18 08:29:15 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7CCD5A37 for ; Sun, 18 Jan 2015 08:29:15 +0000 (UTC) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3420EC03 for ; Sun, 18 Jan 2015 08:29:14 +0000 (UTC) Received: from pi by home.opsec.eu with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1YClEN-000KHj-Gj; Sun, 18 Jan 2015 09:29:11 +0100 Date: Sun, 18 Jan 2015 09:29:11 +0100 From: Kurt Jaeger To: Marco Beishuizen Subject: Re: updating alpine port to new version (as a maintainer) Message-ID: <20150118082911.GV44537@home.opsec.eu> References: <20150117165844.GS44537@home.opsec.eu> <20150117182525.GU44537@home.opsec.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: FreeBSD Ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jan 2015 08:29:15 -0000 Hi! > ====> Compressing man pages (compress-man) > ====> Running Q/A tests (stage-qa) > ====> Checking for pkg-plist issues (check-plist) > ===> Parsing plist > ===> Checking for items in STAGEDIR missing from pkg-plist > Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/tech-notes.txt > ===> Checking for items in pkg-plist which are not in STAGEDIR > Error: Missing: %%DOCSDIR%%/tech-notes/tech-notes.txt > ===> Error: Plist issues found. > *** Error code 1 In general, the porters handbook is trying to answer those questions. https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/book.html Please read the errors, it explains this. It literally says: ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/tech-notes.txt ===> Checking for items in pkg-plist which are not in STAGEDIR Error: Missing: %%DOCSDIR%%/tech-notes/tech-notes.txt So you have to check pkg-plist for things that are there but are no longer installed during the build *and* the other way around. Have a look at the pkg-plist file and search for tech-notes.txt. You'll find one line: %%DOCSDIR%%/tech-notes/tech-notes.txt and you can change it to: %%PORTDOCS%%%%DOCSDIR%%/tech-notes.txt and then: rm -rf work make check-plist again. -- pi@opsec.eu +49 171 3101372 5 years to go !