Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 May 2019 09:41:01 +0000
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
Message-ID:  <bug-237315-7788-X8ZPGKD33f@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-237315-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-237315-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237315

--- Comment #6 from Tobias Kortkamp <tobik@freebsd.org> ---
(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.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-237315-7788-X8ZPGKD33f>