FreeBSD Bugzilla – Attachment 238712 Details for
Bug 268314
sysutils/sysctlinfo-kmod: Update to 20221211 and restore clients
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
git diff in /usr/ports/
restore-sysctlinfo.diff (text/plain), 6.61 KB, created by
Alfonso S. Siciliano
on 2022-12-11 17:04:51 UTC
(
hide
)
Description:
git diff in /usr/ports/
Filename:
MIME Type:
Creator:
Alfonso S. Siciliano
Created:
2022-12-11 17:04:51 UTC
Size:
6.61 KB
patch
obsolete
>diff --git a/audio/mixertui/Makefile b/audio/mixertui/Makefile >index f6955d97fab0..5011446506b8 100644 >--- a/audio/mixertui/Makefile >+++ b/audio/mixertui/Makefile >@@ -20,12 +20,6 @@ GL_COMMIT= 4d9092861f57bbb4a8e64d14b29ec6aaa1c9190f > PLIST_FILES= sbin/${PORTNAME} \ > share/man/man8/${PORTNAME}.8.gz > >-.include <bsd.port.pre.mk> >- >-.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400071 >-IGNORE= uses struct sysctl_oid definition previous FreeBSD 1400071 >-.endif >- > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin > ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MAN8PREFIX}/share/man/man8 >@@ -38,4 +32,4 @@ USES+= ncurses > USES+= ncurses:port > .endif > >-.include <bsd.port.post.mk> >+.include <bsd.port.mk> >diff --git a/deskutils/sysctlview/Makefile b/deskutils/sysctlview/Makefile >index b25c849e2f4e..cbd810c6d34f 100644 >--- a/deskutils/sysctlview/Makefile >+++ b/deskutils/sysctlview/Makefile >@@ -29,9 +29,6 @@ DESKTOP_ENTRIES= "Sysctlview" \ > > .include <bsd.port.pre.mk> > >-.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400071 >-IGNORE= uses struct sysctl_oid definition previous FreeBSD 1400071 >-.endif > .if ${OPSYS} != FreeBSD > IGNORE= not supported on anything but FreeBSD > .endif >diff --git a/devel/libsysctlmibinfo/Makefile b/devel/libsysctlmibinfo/Makefile >index 3e2f7bd6bcb6..371a237be519 100644 >--- a/devel/libsysctlmibinfo/Makefile >+++ b/devel/libsysctlmibinfo/Makefile >@@ -23,12 +23,6 @@ PLIST_FILES= include/sysctlmibinfo.h \ > lib/libsysctlmibinfo.so.1.0.2 \ > man/man3/sysctlmibinfo.3.gz > >-.include <bsd.port.pre.mk> >- >-.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400071 >-IGNORE= uses struct sysctl_oid definition previous FreeBSD 1400071 >-.endif >- > do-install: > ${INSTALL_DATA} ${WRKSRC}/sysctlmibinfo.h ${STAGEDIR}${PREFIX}/include > ${INSTALL_DATA} ${WRKSRC}/libsysctlmibinfo.a ${STAGEDIR}${PREFIX}/lib >@@ -36,4 +30,4 @@ do-install: > ${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 <bsd.port.post.mk> >+.include <bsd.port.mk> >diff --git a/devel/libsysctlmibinfo2/Makefile b/devel/libsysctlmibinfo2/Makefile >index 49387480179e..f7ec99833c3e 100644 >--- a/devel/libsysctlmibinfo2/Makefile >+++ b/devel/libsysctlmibinfo2/Makefile >@@ -31,12 +31,6 @@ PORTEXAMPLES= * > OPTIONS_DEFINE= EXAMPLES > OPTIONS_DEFAULT= EXAMPLES > >-.include <bsd.port.pre.mk> >- >-.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400071 >-IGNORE= uses struct sysctl_oid definition previous FreeBSD 1400071 >-.endif >- > do-install: > ${INSTALL_DATA} ${WRKSRC}/sysctlmibinfo2.h ${STAGEDIR}${PREFIX}/include > ${INSTALL_DATA} ${WRKSRC}/libsysctlmibinfo2.a ${STAGEDIR}${PREFIX}/lib >@@ -50,4 +44,4 @@ do-install-EXAMPLES-on: > ${INSTALL_DATA} ${WRKSRC}/examples/${e} ${STAGEDIR}${EXAMPLESDIR} > .endfor > >-.include <bsd.port.post.mk> >+.include <bsd.port.mk> >diff --git a/sysutils/nsysctl/Makefile b/sysutils/nsysctl/Makefile >index b58a49e74c65..356c7f2d4486 100644 >--- a/sysutils/nsysctl/Makefile >+++ b/sysutils/nsysctl/Makefile >@@ -25,9 +25,6 @@ OPTIONS_DEFINE= DOCS EXAMPLES > > .include <bsd.port.pre.mk> > >-.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400071 >-IGNORE= uses struct sysctl_oid definition previous FreeBSD 1400071 >-.endif > .if ${OPSYS} != FreeBSD > IGNORE= not supported on anything but FreeBSD > .endif >diff --git a/sysutils/sysctlbyname-improved-kmod/Makefile b/sysutils/sysctlbyname-improved-kmod/Makefile >index 809c51c336c6..16309943e3b1 100644 >--- a/sysutils/sysctlbyname-improved-kmod/Makefile >+++ b/sysutils/sysctlbyname-improved-kmod/Makefile >@@ -1,5 +1,5 @@ > PORTNAME= sysctlbyname-improved-kmod >-DISTVERSION= 20210223 >+DISTVERSION= 20221211 > CATEGORIES= sysutils > > MAINTAINER= alfix86@gmail.com >@@ -13,7 +13,7 @@ USES= kmod > USE_GITLAB= yes > GL_ACCOUNT= alfix > GL_PROJECT= sysctlbyname-improved >-GL_COMMIT= 1d6119756931d05cc2526308c941c979e475d3a7 >+GL_COMMIT= 22bdff50867ff927edd098091608e871503291b6 > > PLIST_FILES= ${KMODDIR}/sysctlbyname_improved.ko > >@@ -24,9 +24,6 @@ OPTIONS_DEFAULT= EXAMPLES > > .include <bsd.port.pre.mk> > >-.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400071 >-IGNORE= uses struct sysctl_oid definition previous FreeBSD 1400071 >-.endif > .if ${OPSYS} != FreeBSD > IGNORE= not supported on anything but FreeBSD > .endif >diff --git a/sysutils/sysctlbyname-improved-kmod/distinfo b/sysutils/sysctlbyname-improved-kmod/distinfo >index 755bef6f6194..147604829472 100644 >--- a/sysutils/sysctlbyname-improved-kmod/distinfo >+++ b/sysutils/sysctlbyname-improved-kmod/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1617892290 >-SHA256 (alfix-sysctlbyname-improved-1d6119756931d05cc2526308c941c979e475d3a7_GL0.tar.gz) = 209aa163fe4d44a386c211f56b2e38f54a0694865ed032ed32961d415affb689 >-SIZE (alfix-sysctlbyname-improved-1d6119756931d05cc2526308c941c979e475d3a7_GL0.tar.gz) = 9310 >+TIMESTAMP = 1670775203 >+SHA256 (alfix-sysctlbyname-improved-22bdff50867ff927edd098091608e871503291b6_GL0.tar.gz) = 21fb84aaa8737d0712f1b21cd0ee0680da4741fff32eed7c99a49958c29df192 >+SIZE (alfix-sysctlbyname-improved-22bdff50867ff927edd098091608e871503291b6_GL0.tar.gz) = 9089 >diff --git a/sysutils/sysctlinfo-kmod/Makefile b/sysutils/sysctlinfo-kmod/Makefile >index 904bdcf385e1..95ee0e5a07d7 100644 >--- a/sysutils/sysctlinfo-kmod/Makefile >+++ b/sysutils/sysctlinfo-kmod/Makefile >@@ -1,5 +1,5 @@ > PORTNAME= sysctlinfo-kmod >-DISTVERSION= 20210222 >+DISTVERSION= 20221211 > CATEGORIES= sysutils > > MAINTAINER= alfix86@gmail.com >@@ -13,7 +13,7 @@ USES= kmod > USE_GITLAB= yes > GL_ACCOUNT= alfix > GL_PROJECT= sysctlinfo >-GL_COMMIT= 0e32703fcde8d29df5e1f6f21094c668c61238fe >+GL_COMMIT= be57d5a892d0a908172664f87afeed0627e9ddf2 > > PLIST_FILES= ${KMODDIR}/sysctlinfo.ko \ > include/sysctlinfo.h \ >@@ -27,9 +27,6 @@ OPTIONS_DEFAULT= EXAMPLES > > .include <bsd.port.pre.mk> > >-.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400071 >-IGNORE= uses struct sysctl_oid definition previous FreeBSD 1400071 >-.endif > .if ${OPSYS} != FreeBSD > IGNORE= not supported on anything but FreeBSD > .endif >diff --git a/sysutils/sysctlinfo-kmod/distinfo b/sysutils/sysctlinfo-kmod/distinfo >index 406db3449165..9d80278d4864 100644 >--- a/sysutils/sysctlinfo-kmod/distinfo >+++ b/sysutils/sysctlinfo-kmod/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1617892481 >-SHA256 (alfix-sysctlinfo-0e32703fcde8d29df5e1f6f21094c668c61238fe_GL0.tar.gz) = a7895da9737e258c83c0cb6fc12a2061dd7e5be38a339829a2757a9dffba74e6 >-SIZE (alfix-sysctlinfo-0e32703fcde8d29df5e1f6f21094c668c61238fe_GL0.tar.gz) = 37499 >+TIMESTAMP = 1670763927 >+SHA256 (alfix-sysctlinfo-be57d5a892d0a908172664f87afeed0627e9ddf2_GL0.tar.gz) = 72a75d90b047ee6a96e00ce8b353ddf76405df0708e4eda96e97513453e3d2d0 >+SIZE (alfix-sysctlinfo-be57d5a892d0a908172664f87afeed0627e9ddf2_GL0.tar.gz) = 32866
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 268314
: 238712