On Wed, Nov 29, 2017 at 02:22:01AM +0100, Jeremie Courreges-Anglas wrote: > It looks like you need those in BUILD_DEPENDS, listed "for authors only" > in Makefile.PL: > > devel/p5-Module-Install-AuthorTests \ > devel/p5-Module-Install-Repository \ > devel/p5-Module-Install-XSUtil \
Oh yes, my fault. The "CONFIGURE_STYLE = modinst" deletes the modules from inc. It adds p5-Module-Install as build dependency automatically, but not the others. In general I think bundling other modules in inc does not fit well in our ports tree. We should use the package that is maintained and tested with OpenBSD and not something that is included somewhere. Also inc makes it harder to review module updates as you see a lot of unreleated stuff. That is why I prefer to place a "rm -rf -- ${WRKSRC}/inc" in the Makefile. But I should not forget to replace inc with dependencies. New version attached. bluhm
p5-Sub-Attribute.tgz
Description: application/tar-gz