svn commit: r373886 - head/databases/p5-Tie-LevelDB
Mathieu Arnold
mat at FreeBSD.org
Thu Dec 4 12:55:21 UTC 2014
Author: mat
Date: Thu Dec 4 12:55:20 2014
New Revision: 373886
URL: https://svnweb.freebsd.org/changeset/ports/373886
QAT: https://qat.redports.org/buildarchive/r373886/
Log:
Mark broken for FreeBSD 10.0+
Reported by: portsmon
Sponsored by: Absolight
Modified:
head/databases/p5-Tie-LevelDB/Makefile
Modified: head/databases/p5-Tie-LevelDB/Makefile
==============================================================================
--- head/databases/p5-Tie-LevelDB/Makefile Thu Dec 4 12:53:47 2014 (r373885)
+++ head/databases/p5-Tie-LevelDB/Makefile Thu Dec 4 12:55:20 2014 (r373886)
@@ -29,4 +29,10 @@ post-patch:
-e 's|g++|${CXX}|' \
${WRKSRC}/Makefile.PL
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000
+BROKEN= Does not build on FreeBSD 10.0+
+.endif
+
+.include <bsd.port.post.mk>
More information about the svn-ports-all
mailing list