svn commit: r518885 - head/net/tcprtt

Mark Linimon linimon at FreeBSD.org
Mon Dec 2 23:24:32 UTC 2019


Author: linimon
Date: Mon Dec  2 23:24:31 2019
New Revision: 518885
URL: https://svnweb.freebsd.org/changeset/ports/518885

Log:
  Make IGNORE message more specific.  This will help when scanning logs on
  the package builders (especially once OSVERSION gets incremented again).
  
  Approved by:	"just fix it"

Modified:
  head/net/tcprtt/Makefile

Modified: head/net/tcprtt/Makefile
==============================================================================
--- head/net/tcprtt/Makefile	Mon Dec  2 23:05:21 2019	(r518884)
+++ head/net/tcprtt/Makefile	Mon Dec  2 23:24:31 2019	(r518885)
@@ -18,7 +18,7 @@ PLIST_FILES=	bin/tcprtt man/man8/${PORTNAME}.8.gz
 .include <bsd.port.options.mk>
 
 .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1300062
-IGNORE=		not supported on older CURRENT, no kernel support
+IGNORE=		requires kernel OSVERSION 1300062 or above
 .endif
 
 do-install:


More information about the svn-ports-head mailing list