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

Mathieu Arnold mat at FreeBSD.org
Thu Oct 27 17:21:24 UTC 2016


Author: mat
Date: Thu Oct 27 17:21:23 2016
New Revision: 424778
URL: https://svnweb.freebsd.org/changeset/ports/424778

Log:
  Last update fixed the build for 5.24.
  
  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	Thu Oct 27 17:21:09 2016	(r424777)
+++ head/databases/p5-LMDB_File/Makefile	Thu Oct 27 17:21:23 2016	(r424778)
@@ -21,10 +21,4 @@ USE_PERL5=	configure
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/LMDB_File/LMDB_File.so
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} >= 502308
-BROKEN=		Fails to build after dMULTICALL cleanup
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list