Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jun 2014 17:27:37 +0000 (UTC)
From:      Marcelo Araujo <araujo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359889 - head/sysutils/pftop
Message-ID:  <201406301727.s5UHRbDo015373@svn.freebsd.org>

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



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