Date: Sat, 31 Oct 2020 16:36:26 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r553782 - in head/devel/libsysctlmibinfo2: . files Message-ID: <202010311636.09VGaQ4u043293@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Sat Oct 31 16:36:25 2020 New Revision: 553782 URL: https://svnweb.freebsd.org/changeset/ports/553782 Log: devel/libsysctlmibinfo2: fix after r366465 - add files/patch-libsysctlmibinfo2.h to change the sysctl OID of ENTRYIDINPUTBYNAME PR: 250150 Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> (maintainer) Added: head/devel/libsysctlmibinfo2/files/ head/devel/libsysctlmibinfo2/files/patch-sysctlmibinfo2.c (contents, props changed) Modified: head/devel/libsysctlmibinfo2/Makefile Modified: head/devel/libsysctlmibinfo2/Makefile ============================================================================== --- head/devel/libsysctlmibinfo2/Makefile Sat Oct 31 16:34:27 2020 (r553781) +++ head/devel/libsysctlmibinfo2/Makefile Sat Oct 31 16:36:25 2020 (r553782) @@ -2,7 +2,7 @@ PORTNAME= libsysctlmibinfo2 DISTVERSION= 2.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= alfix86@gmail.com Added: head/devel/libsysctlmibinfo2/files/patch-sysctlmibinfo2.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libsysctlmibinfo2/files/patch-sysctlmibinfo2.c Sat Oct 31 16:36:25 2020 (r553782) @@ -0,0 +1,11 @@ +--- sysctlmibinfo2.c.orig 2020-10-05 19:44:22 UTC ++++ sysctlmibinfo2.c +@@ -38,7 +38,7 @@ + + /* to add in sys/sysctlinfo.h after https://reviews.freebsd.org/D21700 */ + #ifndef ENTRYIDINPUTBYNAME +-#define ENTRYIDINPUTBYNAME 27 ++#define ENTRYIDINPUTBYNAME 28 + #endif + + /* Internal use */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010311636.09VGaQ4u043293>