svn commit: r359059 - head/net/openospfd

Baptiste Daroussin bapt at FreeBSD.org
Tue Jun 24 08:09:08 UTC 2014


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>


More information about the svn-ports-head mailing list