From owner-freebsd-ports-bugs@freebsd.org Sat May 18 09:41:04 2019 Return-Path: Delivered-To: freebsd-ports-bugs@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 3AF1C15AD915 for ; Sat, 18 May 2019 09:41:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id BFE8B71554 for ; Sat, 18 May 2019 09:41:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 806E915AD914; Sat, 18 May 2019 09:41:03 +0000 (UTC) Delivered-To: ports-bugs@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 6EDB015AD913 for ; Sat, 18 May 2019 09:41:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0CA1A71553 for ; Sat, 18 May 2019 09:41:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 2A2DF6FDF for ; Sat, 18 May 2019 09:41:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x4I9f2iQ006390 for ; Sat, 18 May 2019 09:41:02 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x4I9f2V3006389 for ports-bugs@FreeBSD.org; Sat, 18 May 2019 09:41:02 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 237315] New port: net/pichi An Application Layer Proxy controlled via RESTful APIs Date: Sat, 18 May 2019 09:41:01 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: tobik@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 May 2019 09:41:04 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237315 --- Comment #6 from Tobias Kortkamp --- (In reply to Pichi from comment #5) > Created attachment 204223 [details] > pichi.shar >=20 > All comments fixed except: >=20 > 1. There's 'WARN: Makefile: "BUILD_DEPENDS" has to appear earlier.' warni= ng > reported by portlint I don't know how to fix. Put it in its own block between LICENSE_FILE and USES. See the Porter's Handbook: https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porting-= order.html > 2. The installation of 'pichi.h' is necessary here because INSTALL_HEADERS > option is going to install all C++ headers which are not mostly needed. > Furthermore, this option has a bug, that not all headers are correctly > installed, in version 1.2.0, and it's supposed to be fixed in the next > version. Ok. XUSE_GITHUB=3D yes XGH_ACCOUNT=3D pichi-router This needs to go directly after USES. X ${INSTALL_DATA} ${WRKSRC}/server/pichi.json.default ${STAGEDIR}${ETCDIR}/pichi.json.default Is pichi.json.default something that users need to copy to pichi.json? Maybe install it as pichi.json.sample and add @sample to it in pkg-plist to do this on package install. All the pichi_*() functions in files/pichi.in need to be moved to just before run_rc_command at the end. --=20 You are receiving this mail because: You are the assignee for the bug.=