On 2018/12/16 11:56, Kristaps Dzonsons wrote: > > BUILD_DEPENDS=STEM->=0.6.9:www/kwebapp www/kcgi databases/ksql > > kcgi and ksql are RDEPS of kwebapp already, so this seems redundant. > > > > update-plist moves slant-cgi at the end of PLIST. > > > > port-lib-depends-check reports "curses tls z" as missing. > > Enclosed fixes these. > > However, update-plist puts slant-cgi *after* the @exec, but the @exec > changes mode on the now-subsequent @bin. Since pkg_create says that > exec can't rely on anything after, I put the exec last.
It's really not expected that a package runs something which changes packaged files or their permissions. Automatically running something which stops and starts daemons is also not expected.
