Index: head/devel/libsysctlmibinfo2/Makefile =================================================================== --- head/devel/libsysctlmibinfo2/Makefile (revision 553781) +++ head/devel/libsysctlmibinfo2/Makefile (revision 553782) @@ -1,49 +1,49 @@ # $FreeBSD$ PORTNAME= libsysctlmibinfo2 DISTVERSION= 2.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= alfix86@gmail.com COMMENT= API to get sysctl MIB info version 2 LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/include/sysctlinfo.h:sysutils/sysctlinfo-kmod RUN_DEPENDS= ${KMODDIR}/sysctlbyname_improved.ko:sysutils/sysctlbyname-improved-kmod \ ${KMODDIR}/sysctlinfo.ko:sysutils/sysctlinfo-kmod USE_LDCONFIG= yes USE_GITLAB= yes GL_ACCOUNT= alfix GL_PROJECT= sysctlmibinfo2 GL_COMMIT= d72ac5edefc222969faa57109c5c169c2ad69306 PLIST_FILES= include/sysctlmibinfo2.h \ lib/libsysctlmibinfo2.a \ lib/libsysctlmibinfo2.so \ lib/libsysctlmibinfo2.so.2.0.0 \ man/man3/sysctlmibinfo2.3.gz PORTEXAMPLES= * OPTIONS_DEFINE= EXAMPLES OPTIONS_DEFAULT= EXAMPLES do-install: ${INSTALL_DATA} ${WRKSRC}/sysctlmibinfo2.h ${STAGEDIR}${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/libsysctlmibinfo2.a ${STAGEDIR}${PREFIX}/lib ${INSTALL_LIB} ${WRKSRC}/libsysctlmibinfo2.so.2.0.0 ${STAGEDIR}${PREFIX}/lib ${RLN} ${STAGEDIR}${PREFIX}/lib/libsysctlmibinfo2.so.2.0.0 ${STAGEDIR}${PREFIX}/lib/libsysctlmibinfo2.so ${INSTALL_MAN} ${WRKSRC}/sysctlmibinfo2.3.gz ${STAGEDIR}${MAN3PREFIX}/man/man3 do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} .for e in ${PORTEXAMPLES} ${INSTALL_DATA} ${WRKSRC}/examples/${e} ${STAGEDIR}${EXAMPLESDIR} .endfor .include Index: head/devel/libsysctlmibinfo2/files/patch-sysctlmibinfo2.c =================================================================== --- head/devel/libsysctlmibinfo2/files/patch-sysctlmibinfo2.c (nonexistent) +++ head/devel/libsysctlmibinfo2/files/patch-sysctlmibinfo2.c (revision 553782) @@ -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 */ Property changes on: head/devel/libsysctlmibinfo2/files/patch-sysctlmibinfo2.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property