From owner-freebsd-ports@FreeBSD.ORG Tue Jan 20 20:43:24 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7A273681 for ; Tue, 20 Jan 2015 20:43:24 +0000 (UTC) Received: from lb2-smtp-cloud6.xs4all.net (lb2-smtp-cloud6.xs4all.net [194.109.24.28]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client CN "Bizanga Labs SMTP Client Certificate", Issuer "Bizanga Labs CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 0E580996 for ; Tue, 20 Jan 2015 20:43:23 +0000 (UTC) Received: from yokozuna.lan ([83.160.85.125]) by smtp-cloud6.xs4all.net with ESMTP id iLjL1p00E2iF10301LjMeM; Tue, 20 Jan 2015 21:43:21 +0100 Received: from localhost (localhost [127.0.0.1]) by yokozuna.lan (8.14.9/8.14.9) with ESMTP id t0KKhKds060729; Tue, 20 Jan 2015 21:43:20 +0100 (CET) (envelope-from mbeis@xs4all.nl) Date: Tue, 20 Jan 2015 21:43:20 +0100 (CET) From: Marco Beishuizen X-X-Sender: marco@localhost Reply-To: Marco Beishuizen To: Kurt Jaeger Subject: Re: updating alpine port to new version (as a maintainer) In-Reply-To: <20150120203714.GZ44537@home.opsec.eu> Message-ID: References: <20150117165844.GS44537@home.opsec.eu> <20150117182525.GU44537@home.opsec.eu> <20150118082911.GV44537@home.opsec.eu> <20150120203714.GZ44537@home.opsec.eu> User-Agent: Alpine 2.11 (BSF 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed 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: Tue, 20 Jan 2015 20:43:24 -0000 On Tue, 20 Jan 2015, the wise Kurt Jaeger wrote: > Hi! > >> Still trying to make the new alpine port work. There is one error message >> left: >> >> ===> 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 > > So, the install did not put one file into STAGEDIR, but plist says > that this file should be there ? So maybe plist is wrong ? > >> Adding things to the pkg-plist file just makes it worse so I think the >> cause of this is somewhere in the makefile, but I just can't find it. > > Have you tried removing the right line from the plist file ? The remaining plist file: bin/alpine bin/rpdump bin/rpload %%ETCDIR%%.conf.sample man/man1/alpine.1.gz man/man1/rpdump.1.gz man/man1/rpload.1.gz %%PORTDOCS%%%%DOCSDIR%%/tech-notes.txt The last line was added to get rid of the other plist error. Seems to me that I can't remove the other lines. Regards, Marco -- If I had only known, I would have been a locksmith. -- Albert Einstein