Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Dec 2014 13:01:35 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r373887 - head/net/scribe
Message-ID:  <201412041301.sB4D1ZDo004522@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412041301.sB4D1ZDo004522>