deskutils/sysctlview: Update to 1.5.2
Changelog: * Update because the CTL_STSCTL constant was introduced in sys/sysctl.h * add an error dialog if an OID has 23/24 levels and the sysctlinfo kmod is not loaded (avoiding a segmentation fault) PR: 241086 Submitted by: Alfonso S. Siciliano (maintainer)
This commit is contained in:
parent
bc1b3d078a
commit
b33a850e96
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514065
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sysctlview
|
||||
PORTVERSION= 1.5.1
|
||||
PORTVERSION= 1.5.2
|
||||
CATEGORIES= deskutils
|
||||
|
||||
MAINTAINER= alfix86@gmail.com
|
||||
@ -20,7 +20,7 @@ USE_GNOME= atk atkmm cairo cairomm gdkpixbuf2 glib20 glib20 glibmm glibmm \
|
||||
|
||||
USE_GITLAB= yes
|
||||
GL_ACCOUNT= alfix
|
||||
GL_COMMIT= cdfd6669591497d9178ef3cca99ceb5b9bd9e670
|
||||
GL_COMMIT= abc8074a3d8eb37c98cba38beb1c541a6d9dad26
|
||||
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
@ -40,7 +40,7 @@ NLS_CONFIGURE_ENABLE= nls
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200019
|
||||
IGNORE= needs oid_label constant in sysctl.h which was first introduced in FreeBSD 12
|
||||
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
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1568257634
|
||||
SHA256 (alfix-sysctlview-cdfd6669591497d9178ef3cca99ceb5b9bd9e670_GL0.tar.gz) = 1667b04d027120d0c73f49bddf956d25366a37da4b6670ba5e5b2096b703e124
|
||||
SIZE (alfix-sysctlview-cdfd6669591497d9178ef3cca99ceb5b9bd9e670_GL0.tar.gz) = 435874
|
||||
TIMESTAMP = 1570280352
|
||||
SHA256 (alfix-sysctlview-abc8074a3d8eb37c98cba38beb1c541a6d9dad26_GL0.tar.gz) = 05e91c52c42f33a6699decd910e0755fc1152ad5294a2298b54778f8c8700718
|
||||
SIZE (alfix-sysctlview-abc8074a3d8eb37c98cba38beb1c541a6d9dad26_GL0.tar.gz) = 435555
|
||||
|
Loading…
Reference in New Issue
Block a user