Date: Tue, 3 Apr 2018 09:26:51 +0200 From: Gerhard Schmidt <estartu@ze.tum.de> To: Freebsd Ports <freebsd-ports@freebsd.org> Subject: flavors and rc scripts Message-ID: <b5cce474-45d6-aa2b-332a-7325e3a5ade2@ze.tum.de>
next in thread | raw e-mail | index | archive | help
Hi, I'm trying to build a python package that uses flavors to allow parallel installation for different python versions. So far building an installing works fine till the start script comes in the picture. The port should install a start script for each of the flavors installed, but USE_RC_SUBR installs the rc.script under the name given and don't add the prefix or suffix. When i use USE_RC_SUBR=${PYTHON_PKGNAMEPREFIX}scriptname i have to add a start script for every flavor. Is there a way to gent USE_RC_SUBR to add the prefix or suffix. Regards Estartu
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?b5cce474-45d6-aa2b-332a-7325e3a5ade2>