From owner-freebsd-ports@freebsd.org Fri Sep 14 14:49:10 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F968108AC70 for ; Fri, 14 Sep 2018 14:49:10 +0000 (UTC) (envelope-from mbeis@xs4all.nl) Received: from lb3-smtp-cloud7.xs4all.net (lb3-smtp-cloud7.xs4all.net [194.109.24.31]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.xs4all.net", Issuer "RapidSSL SHA256 CA - G3" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 92F5C84C4E for ; Fri, 14 Sep 2018 14:49:09 +0000 (UTC) (envelope-from mbeis@xs4all.nl) Received: from yokozuna.lan ([83.160.85.125]) by smtp-cloud7.xs4all.net with ESMTP id 0pO5gbhvAw2L80pO6gajDy; Fri, 14 Sep 2018 16:48:02 +0200 Received: from yokozuna (yokozuna [IPv6:0:0:0:0:0:0:0:1]) by yokozuna.lan (8.15.2/8.15.2) with ESMTPS id w8EEm0Vr073054 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Fri, 14 Sep 2018 16:48:01 +0200 (CEST) (envelope-from mbeis@xs4all.nl) Date: Fri, 14 Sep 2018 16:48:00 +0200 (CEST) From: Marco Beishuizen Sender: marco@yokozuna.lan Reply-To: Marco Beishuizen To: freebsd-ports@freebsd.org Subject: pkg-plist and stage directory for new port Message-ID: User-Agent: Alpine 2.21.9999 (BSF 287 2018-06-16) MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII X-CMAE-Envelope: MS4wfGcoCV+gM0XT7pmwomIt/+LCNPHKIyDfmRFFfd49tGU93XDU10qkYqIDaZa4V9N62LQzrdPCbZDDEl4GWncxoR3s9c0qZ9iJJp1R/OqTqOxzhKe8RQcC zqssY7JaWljfB/dJrzdg9j7DCuWErOe2BRo7WuP8SOnj/Us5r7YqPaNQ X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2018 14:49:10 -0000 Hi, In my quest for creating a new port (pgadmin4) I'm having a problem with creating a working pkg-plist. Seems to me that at least the created binary should be in the pkg-plist file, in my case "bin/pgAdmin4". But when I do that, make check-plist results in an error: ===> Checking for items in pkg-plist which are not in STAGEDIR Error: Missing: bin/pgAdmin4 ===> Error: Plist issues found. *** Error code 1 Which is correct because the /stage directory is empty. I could remove the bin/pgAdmin4 line from the pkg-plist file but that doesn't seem right to me because then the created binary isn't installed at all I guess. Correct thing imo would be that the created binary is copied to the /stage/usr/local/bin directory. So biggest question is why is the /stage directory still empty? Thanks & regards, Marco -- QOTD: "I sprinkled some baking powder over a couple of potatoes, but it didn't work."