svn commit: r512734 - head/sysutils/sysctlinfo-kmod

Kai Knoblich kai at FreeBSD.org
Tue Sep 24 17:47:14 UTC 2019


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


More information about the svn-ports-all mailing list