mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
sysutils/ipmitool: Unbreak after previous commit, bump
PR: 281306
This commit is contained in:
parent
0418e9ed59
commit
643f82bb3a
@ -1,5 +1,6 @@
|
||||
PORTNAME= ipmitool
|
||||
PORTVERSION= 1.8.19
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= https://codeberg.org/IPMITool/${PORTNAME}/archive/:ipmi \
|
||||
LOCAL/zi/:iana
|
||||
|
10
sysutils/ipmitool/files/patch-lib_ipmi__time.c
Normal file
10
sysutils/ipmitool/files/patch-lib_ipmi__time.c
Normal file
@ -0,0 +1,10 @@
|
||||
--- lib/ipmi_time.c.orig 2024-09-19 15:25:36 UTC
|
||||
+++ lib/ipmi_time.c
|
||||
@@ -105,7 +105,6 @@ ipmi_strftime(char *s, size_t max, const char *format,
|
||||
* the timezone offset.
|
||||
*/
|
||||
gmtime_r(&stamp, &tm);
|
||||
- daylight = -1;
|
||||
} else {
|
||||
/*
|
||||
* The user wants the time reported in local time zone.
|
Loading…
Reference in New Issue
Block a user