svn commit: r411872 - head/databases/p5-LMDB_File

Mathieu Arnold mat at FreeBSD.org
Fri Mar 25 17:29:47 UTC 2016


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>


More information about the svn-ports-all mailing list