Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jun 2014 08:09:07 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359059 - head/net/openospfd
Message-ID:  <201406240809.s5O897RB070121@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Jun 24 08:09:07 2014
New Revision: 359059
URL: http://svnweb.freebsd.org/changeset/ports/359059
QAT: https://qat.redports.org/buildarchive/r359059/

Log:
  Mark as broken: does not build on 10 and head
  
  With hat:	portmgr

Modified:
  head/net/openospfd/Makefile

Modified: head/net/openospfd/Makefile
==============================================================================
--- head/net/openospfd/Makefile	Tue Jun 24 08:07:33 2014	(r359058)
+++ head/net/openospfd/Makefile	Tue Jun 24 08:09:07 2014	(r359059)
@@ -67,4 +67,10 @@ do-install:
 post-install:
 	@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
 
+.include <bsd.port.options.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000
+BROKEN=		Does not build on FreeBSD 10+
+.endif
+
 .include <bsd.port.mk>



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