svn commit: r373887 - head/net/scribe

Mathieu Arnold mat at FreeBSD.org
Thu Dec 4 13:01:36 UTC 2014


Author: mat
Date: Thu Dec  4 13:01:35 2014
New Revision: 373887
URL: https://svnweb.freebsd.org/changeset/ports/373887
QAT: https://qat.redports.org/buildarchive/r373887/

Log:
  Does not build on FreeBSD 10.0+
  
  Reported by:	portsmon
  Sponsored by:	Absolight

Modified:
  head/net/scribe/Makefile

Modified: head/net/scribe/Makefile
==============================================================================
--- head/net/scribe/Makefile	Thu Dec  4 12:55:20 2014	(r373886)
+++ head/net/scribe/Makefile	Thu Dec  4 13:01:35 2014	(r373887)
@@ -46,4 +46,10 @@ post-install:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
 
-.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-head mailing list