Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Sep 2019 17:47:14 +0000 (UTC)
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512734 - head/sysutils/sysctlinfo-kmod
Message-ID:  <201909241747.x8OHlEFD021268@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Tue Sep 24 17:47:13 2019
New Revision: 512734
URL: https://svnweb.freebsd.org/changeset/ports/512734

Log:
  sysutils/sysctlinfo-kmod: Refine IGNORE description
  
  Bring the info in sync with r512729 and r512731 which have already a better
  variant of the IGNORE description.

Modified:
  head/sysutils/sysctlinfo-kmod/Makefile

Modified: head/sysutils/sysctlinfo-kmod/Makefile
==============================================================================
--- head/sysutils/sysctlinfo-kmod/Makefile	Tue Sep 24 17:41:09 2019	(r512733)
+++ head/sysutils/sysctlinfo-kmod/Makefile	Tue Sep 24 17:47:13 2019	(r512734)
@@ -35,7 +35,7 @@ OPTIONS_DEFAULT=	EXAMPLES
 # Once the sysctlinfo interface (review D21700) lands into the base tree the
 # following statement needs to be expanded
 .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200019
-IGNORE=		oid_label was introduced in FreeBSD 1200019
+IGNORE=		needs oid_label constant in sysctl.h which was first introduced in FreeBSD 12
 .endif
 .if ${OPSYS} != FreeBSD
 IGNORE=		not supported on anything but FreeBSD



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