Index: head/devel/libsysctlmibinfo/Makefile =================================================================== --- head/devel/libsysctlmibinfo/Makefile (revision 564832) +++ head/devel/libsysctlmibinfo/Makefile (revision 564833) @@ -1,34 +1,34 @@ # $FreeBSD$ PORTNAME= libsysctlmibinfo -DISTVERSION= 1.0.1 +DISTVERSION= 1.0.2 CATEGORIES= devel MAINTAINER= alfix86@gmail.com COMMENT= Sysctl MIB-Tree API LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITLAB= yes GL_ACCOUNT= alfix GL_PROJECT= sysctlmibinfo -GL_COMMIT= 941706f663a1fe17f2c1f5cfbf3c7211c8f41e53 +GL_COMMIT= d09fc0361b258059a6781afa6fd0a58e332f3a74 USE_LDCONFIG= yes PLIST_FILES= include/sysctlmibinfo.h \ lib/libsysctlmibinfo.a \ lib/libsysctlmibinfo.so \ - lib/libsysctlmibinfo.so.1.0.1 \ + lib/libsysctlmibinfo.so.1.0.2 \ man/man3/sysctlmibinfo.3.gz do-install: ${INSTALL_DATA} ${WRKSRC}/sysctlmibinfo.h ${STAGEDIR}${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/libsysctlmibinfo.a ${STAGEDIR}${PREFIX}/lib - ${INSTALL_LIB} ${WRKSRC}/libsysctlmibinfo.so.1.0.1 ${STAGEDIR}${PREFIX}/lib - ${RLN} ${STAGEDIR}${PREFIX}/lib/libsysctlmibinfo.so.1.0.1 ${STAGEDIR}${PREFIX}/lib/libsysctlmibinfo.so + ${INSTALL_LIB} ${WRKSRC}/libsysctlmibinfo.so.1.0.2 ${STAGEDIR}${PREFIX}/lib + ${RLN} ${STAGEDIR}${PREFIX}/lib/libsysctlmibinfo.so.1.0.2 ${STAGEDIR}${PREFIX}/lib/libsysctlmibinfo.so ${INSTALL_MAN} ${WRKSRC}/sysctlmibinfo.3.gz ${STAGEDIR}${MAN3PREFIX}/man/man3 .include Index: head/devel/libsysctlmibinfo/distinfo =================================================================== --- head/devel/libsysctlmibinfo/distinfo (revision 564832) +++ head/devel/libsysctlmibinfo/distinfo (revision 564833) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612365342 -SHA256 (alfix-sysctlmibinfo-941706f663a1fe17f2c1f5cfbf3c7211c8f41e53_GL0.tar.gz) = 76db992660bcd0938a341a65f00865a0aa1022f3c8dbdeaa19558601b77051aa -SIZE (alfix-sysctlmibinfo-941706f663a1fe17f2c1f5cfbf3c7211c8f41e53_GL0.tar.gz) = 11228 +TIMESTAMP = 1612911377 +SHA256 (alfix-sysctlmibinfo-d09fc0361b258059a6781afa6fd0a58e332f3a74_GL0.tar.gz) = aab64ae8a6cc7ad8b6c9273b8adabe364f6c443b2414c20a67df3dc653d615fe +SIZE (alfix-sysctlmibinfo-d09fc0361b258059a6781afa6fd0a58e332f3a74_GL0.tar.gz) = 11588 Index: head/sysutils/nsysctl/Makefile =================================================================== --- head/sysutils/nsysctl/Makefile (revision 564832) +++ head/sysutils/nsysctl/Makefile (revision 564833) @@ -1,51 +1,51 @@ # $FreeBSD$ PORTNAME= nsysctl DISTVERSION= 1.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= alfix86@gmail.com COMMENT= Utility to get or set the kernel state supporting libxo output LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/include/sysctlinfo.h:sysutils/sysctlinfo-kmod LIB_DEPENDS= libsysctlmibinfo.so:devel/libsysctlmibinfo RUN_DEPENDS= ${KMODDIR}/sysctlinfo.ko:sysutils/sysctlinfo-kmod USE_GITLAB= yes GL_ACCOUNT= alfix GL_COMMIT= 61f2bacc1d374ba357e6f67e07372eee0d765cda PLIST_FILES= man/man8/${PORTNAME}.8.gz \ sbin/${PORTNAME} PORTDOCS= CHANGELOG PORTEXAMPLES= file.conf OPTIONS_DEFINE= DOCS EXAMPLES .include .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200019 IGNORE= needs oid_label member of struct sysctl_oid defined in sysctl.h which was first introduced in FreeBSD 12 .endif .if ${OPSYS} != FreeBSD IGNORE= not supported on anything but FreeBSD .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/ do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR} .include Index: head/sysutils/nsysctl/distinfo =================================================================== --- head/sysutils/nsysctl/distinfo (revision 564832) +++ head/sysutils/nsysctl/distinfo (revision 564833) @@ -1,3 +1,3 @@ -TIMESTAMP = 1570282113 +TIMESTAMP = 1612906310 SHA256 (alfix-nsysctl-61f2bacc1d374ba357e6f67e07372eee0d765cda_GL0.tar.gz) = 8e4bdbef243ad5e2f652609fa4aba0c7f5a13fe275ad1fd2005a66c53f929e56 SIZE (alfix-nsysctl-61f2bacc1d374ba357e6f67e07372eee0d765cda_GL0.tar.gz) = 25724 Index: head/sysutils/nsysctl/files/patch-src_nsysctl.c =================================================================== --- head/sysutils/nsysctl/files/patch-src_nsysctl.c (nonexistent) +++ head/sysutils/nsysctl/files/patch-src_nsysctl.c (revision 564833) @@ -0,0 +1,12 @@ +--- src/nsysctl.c.orig 2021-02-09 21:47:51 UTC ++++ src/nsysctl.c +@@ -25,7 +25,9 @@ + * SUCH DAMAGE. + */ + ++#include + #include ++#include + + #include + #include Property changes on: head/sysutils/nsysctl/files/patch-src_nsysctl.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 Index: head/sysutils/nsysctl/files/patch-src_opaque.c =================================================================== --- head/sysutils/nsysctl/files/patch-src_opaque.c (nonexistent) +++ head/sysutils/nsysctl/files/patch-src_opaque.c (revision 564833) @@ -0,0 +1,10 @@ +--- src/opaque.c.orig 2021-02-09 21:56:37 UTC ++++ src/opaque.c +@@ -32,6 +32,7 @@ + /* Original: https://svnweb.freebsd.org/base/head/sbin/sysctl/sysctl.c */ + + #include ++#include + #include + #include + #include Property changes on: head/sysutils/nsysctl/files/patch-src_opaque.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 Index: head/sysutils/nsysctl/files/patch-src_special__value.c =================================================================== --- head/sysutils/nsysctl/files/patch-src_special__value.c (nonexistent) +++ head/sysutils/nsysctl/files/patch-src_special__value.c (revision 564833) @@ -0,0 +1,11 @@ +--- src/special_value.c.orig 2021-02-09 21:57:57 UTC ++++ src/special_value.c +@@ -27,6 +27,8 @@ + + /* 'Special values' are strings parsed for xo-output */ + ++#include ++ + #include + #include + Property changes on: head/sysutils/nsysctl/files/patch-src_special__value.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 Index: head/sysutils/nsysctl/files/patch-src_sysctlinfo__helper.c =================================================================== --- head/sysutils/nsysctl/files/patch-src_sysctlinfo__helper.c (nonexistent) +++ head/sysutils/nsysctl/files/patch-src_sysctlinfo__helper.c (revision 564833) @@ -0,0 +1,13 @@ +--- src/sysctlinfo_helper.c.orig 2021-02-09 21:52:37 UTC ++++ src/sysctlinfo_helper.c +@@ -25,6 +25,10 @@ + * SUCH DAMAGE. + */ + ++#include ++#include ++#include ++ + #include + #include + #include Property changes on: head/sysutils/nsysctl/files/patch-src_sysctlinfo__helper.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