svn commit: r359889 - head/sysutils/pftop

Marcelo Araujo araujo at FreeBSD.org
Mon Jun 30 17:27:37 UTC 2014


Author: araujo
Date: Mon Jun 30 17:27:37 2014
New Revision: 359889
URL: http://svnweb.freebsd.org/changeset/ports/359889
QAT: https://qat.redports.org/buildarchive/r359889/

Log:
  - Mark as BROKEN on HEAD.
  
  PR:		188826
  Submitted by:	daniel.engberg.lists

Modified:
  head/sysutils/pftop/Makefile

Modified: head/sysutils/pftop/Makefile
==============================================================================
--- head/sysutils/pftop/Makefile	Mon Jun 30 17:14:50 2014	(r359888)
+++ head/sysutils/pftop/Makefile	Mon Jun 30 17:27:37 2014	(r359889)
@@ -12,6 +12,10 @@ COMMENT=	Utility for real-time display o
 
 .include <bsd.port.pre.mk>
 
+.if ${OSVERSION} >= 1100000
+BROKEN=		Does not compile on HEAD
+.endif
+
 .if ${OSVERSION} < 900039
 MAKE_ARGS=	LOCALBASE="${PREFIX}" OSLEVEL=41
 CFLAGS+=	-DHAVE_ALTQ=1


More information about the svn-ports-head mailing list