Date: Fri, 25 Mar 2016 17:29:46 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411872 - head/databases/p5-LMDB_File Message-ID: <201603251729.u2PHTktZ028703@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Fri Mar 25 17:29:46 2016 New Revision: 411872 URL: https://svnweb.freebsd.org/changeset/ports/411872 Log: Mark as BROKEN with Perl 5.23.8+ The commit that broke it is: https://github.com/Perl/perl5/commit/7950309 While there, remove useless chmod calls. Sponsored by: Absolight Modified: head/databases/p5-LMDB_File/Makefile (contents, props changed) Modified: head/databases/p5-LMDB_File/Makefile ============================================================================== --- head/databases/p5-LMDB_File/Makefile Fri Mar 25 17:29:40 2016 (r411871) +++ head/databases/p5-LMDB_File/Makefile Fri Mar 25 17:29:46 2016 (r411872) @@ -19,8 +19,12 @@ USES= perl5 USE_PERL5= configure post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/LMDB_File/LMDB_File.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/LMDB_File/LMDB_File.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/LMDB_File/LMDB_File.so -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} >= 502308 +BROKEN= Fails to build after dMULTICALL cleanup +.endif + +.include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603251729.u2PHTktZ028703>