Index: head/audio/mixertui/Makefile =================================================================== --- head/audio/mixertui/Makefile (revision 566527) +++ head/audio/mixertui/Makefile (revision 566528) @@ -1,35 +1,36 @@ # $FreeBSD$ PORTNAME= mixertui DISTVERSION= 1.4.2 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= alfix86@gmail.com COMMENT= Audio Mixer with a Terminal User Interface LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libsysctlmibinfo2.so:devel/libsysctlmibinfo2 USE_GITLAB= yes GL_ACCOUNT= alfix GL_COMMIT= 4d9092861f57bbb4a8e64d14b29ec6aaa1c9190f PLIST_FILES= sbin/${PORTNAME} \ share/man/man8/${PORTNAME}.8.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MAN8PREFIX}/share/man/man8 .include .if ${OPSYS} == "FreeBSD" && ${OSVERSION} >= 1300079 USES+= ncurses .else USES+= ncurses:port .endif .include Index: head/deskutils/sysctlview/Makefile =================================================================== --- head/deskutils/sysctlview/Makefile (revision 566527) +++ head/deskutils/sysctlview/Makefile (revision 566528) @@ -1,60 +1,60 @@ # $FreeBSD$ PORTNAME= sysctlview PORTVERSION= 2.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MAINTAINER= alfix86@gmail.com COMMENT= Graphical sysctl MIB explorer LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libsysctlmibinfo2.so:devel/libsysctlmibinfo2 RUN_DEPENDS= xdg-open:devel/xdg-utils USES= compiler:c++11-lang gettext-runtime gnome pkgconfig USE_GITLAB= yes GL_ACCOUNT= alfix GL_COMMIT= 91028a02b584eaf8c16c72d839f57cd1680b5b62 USE_GNOME= atk atkmm cairo cairomm gdkpixbuf2 glib20 glibmm gtk30 gtkmm30 \ libsigc++20 pango pangomm INSTALLS_ICONS= yes DESKTOP_ENTRIES= "Sysctlview" \ "Show and set the kernel state" \ "sysctlview" \ "sysctlview" \ "System;" \ false OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls .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}/sysctlview ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/sysctlview.1 ${STAGEDIR}${MAN1PREFIX}/share/man/man1 .for i in 16 22 24 32 36 48 64 72 96 128 192 256 @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps/ ${INSTALL_DATA} ${WRKSRC}/icon/sysctlview-${i}.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps/sysctlview.png .endfor @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps/ ${INSTALL_DATA} ${WRKSRC}/icon/sysctlview.svg \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps/sysctlview.svg .include Index: head/devel/libsysctlmibinfo2/Makefile =================================================================== --- head/devel/libsysctlmibinfo2/Makefile (revision 566527) +++ head/devel/libsysctlmibinfo2/Makefile (revision 566528) @@ -1,49 +1,49 @@ # $FreeBSD$ PORTNAME= libsysctlmibinfo2 DISTVERSION= 2.0.0 -PORTREVISION= 2 +PORTREVISION= 3 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 (revision 566527) +++ head/devel/libsysctlmibinfo2/files/patch-sysctlmibinfo2.c (revision 566528) @@ -1,11 +1,11 @@ ---- sysctlmibinfo2.c.orig 2020-10-05 19:44:22 UTC +--- sysctlmibinfo2.c.orig 2021-02-23 00:46:40 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 ++#define ENTRYIDINPUTBYNAME 10 #endif /* Internal use */ Index: head/sysutils/nsysctl/Makefile =================================================================== --- head/sysutils/nsysctl/Makefile (revision 566527) +++ head/sysutils/nsysctl/Makefile (revision 566528) @@ -1,51 +1,51 @@ # $FreeBSD$ PORTNAME= nsysctl DISTVERSION= 1.2.1 -PORTREVISION= 3 +PORTREVISION= 4 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