Created attachment 210432 [details] SHAR file Add additional option, DEVEL, for whether to install development files. Please check the attachment.
Would you send the diff file ? wen
Created attachment 212151 [details] 1.2.1 patch file Here's the patch file
Hi, thanks for maintaining this port. There is a newer version (1.3.0) at GitHub. Would you care to update the patch to the latest version?
Created attachment 214744 [details] pichi.1.3.0.patch OK, the patch file for 1.3.0 is uploaded.
Created attachment 214746 [details] Failed poudriere build log I tried to build the port with DEVEL option on and failed with the following message (a full build log attached): ====> Running Q/A tests (stage-qa) ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR Error: Missing: include/boost/asio/spawn2.hpp Error: Missing: include/pichi/api/egress_manager.hpp Error: Missing: include/pichi/api/ingress_manager.hpp Error: Missing: include/pichi/api/iterator.hpp Error: Missing: include/pichi/api/rest.hpp Error: Missing: include/pichi/api/router.hpp Error: Missing: include/pichi/api/server.hpp Error: Missing: include/pichi/api/session.hpp Error: Missing: include/pichi/api/vos.hpp Error: Missing: include/pichi/asserts.hpp Error: Missing: include/pichi/buffer.hpp Error: Missing: include/pichi/common.hpp Error: Missing: include/pichi/config.hpp Error: Missing: include/pichi/config.hpp.in Error: Missing: include/pichi/crypto/aead.hpp Error: Missing: include/pichi/crypto/hash.hpp Error: Missing: include/pichi/crypto/key.hpp Error: Missing: include/pichi/crypto/method.hpp Error: Missing: include/pichi/crypto/stream.hpp Error: Missing: include/pichi/exception.hpp Error: Missing: include/pichi/net/adapter.hpp Error: Missing: include/pichi/net/asio.hpp Error: Missing: include/pichi/net/common.hpp Error: Missing: include/pichi/net/direct.hpp Error: Missing: include/pichi/net/helpers.hpp Error: Missing: include/pichi/net/http.hpp Error: Missing: include/pichi/net/reject.hpp Error: Missing: include/pichi/net/socks5.hpp Error: Missing: include/pichi/net/spawn.hpp Error: Missing: include/pichi/net/ssaead.hpp Error: Missing: include/pichi/net/ssstream.hpp Error: Missing: include/pichi/scope_guard.hpp Error: Missing: include/pichi/test/socket.hpp Error: Missing: include/pichi/uri.hpp ===> Error: Plist issues found. *** Error code 1 Stop. Maybe manual installation of those files is necessary?
Created attachment 214754 [details] pichi-1.3.0.diff Fixed.
A commit references this bug: Author: tagattie Date: Sat May 23 06:43:19 UTC 2020 New revision: 536268 URL: https://svnweb.freebsd.org/changeset/ports/536268 Log: - Update to 1.3.0 - Switch to options helpers (partially) PR: 243073 Submitted by: Pichi <pichi@elude.in> (maintainer) Approved by: mentors (implicit) Changelog: https://github.com/pichi-router/pichi/releases/tag/1.3.0 Changes: head/net/pichi/Makefile head/net/pichi/distinfo head/net/pichi/files/patch-CMakeLists.txt head/net/pichi/files/patch-cmake_ProcessOptions.cmake head/net/pichi/files/patch-include_config.h.in head/net/pichi/files/patch-src_net_asio.cpp head/net/pichi/pkg-plist
Committed, thanks!