svn commit: r380675 - head/databases/hamsterdb

Wen Heping wen at FreeBSD.org
Sat Mar 7 09:14:36 UTC 2015


Author: wen
Date: Sat Mar  7 09:14:35 2015
New Revision: 380675
URL: https://svnweb.freebsd.org/changeset/ports/380675
QAT: https://qat.redports.org/buildarchive/r380675/

Log:
  - Mark BROKEN on 8.x

Modified:
  head/databases/hamsterdb/Makefile

Modified: head/databases/hamsterdb/Makefile
==============================================================================
--- head/databases/hamsterdb/Makefile	Sat Mar  7 08:49:44 2015	(r380674)
+++ head/databases/hamsterdb/Makefile	Sat Mar  7 09:14:35 2015	(r380675)
@@ -24,6 +24,12 @@ HAM_DOCS=	README INSTALL ChangeLog TODO 
 
 OPTIONS_DEFINE=	DOCS
 
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 900000
+BROKEN=	fails to compile on 8.x
+.endif
+
 post-patch:
 	${REINPLACE_CMD} -e 's#-ldl##g' ${WRKSRC}/configure
 	${REINPLACE_CMD} -e 's#-ldl##g' ${WRKSRC}/unittests/Makefile.in
@@ -35,4 +41,4 @@ post-install:
 	${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}/
 .endfor
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>


More information about the svn-ports-head mailing list