x11/cde*: Remove call to tzsetall()
As of src d5c85ac6526d, the tzcode update removed the tzsetwall()
function. Our tzcode upstream removed tzsetwall() in their commit
d36f8f5b6983. The reason they did this was that tzsetwall() was
"undocumented and ineffective."
MFH: 2023Q1
(cherry picked from commit 30387c1f04
)
This commit is contained in:
parent
aef441aede
commit
7cc42f431e
@ -1,5 +1,6 @@
|
||||
PORTNAME= cde
|
||||
DISTVERSION= 2.4.0
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= SF/cdesktopenv/src/
|
||||
.if !defined(MASTERDIR)
|
||||
|
11
x11/cde-24/files/patch-programs_dtcm_libDtCmP_timeops.c
Normal file
11
x11/cde-24/files/patch-programs_dtcm_libDtCmP_timeops.c
Normal file
@ -0,0 +1,11 @@
|
||||
--- programs/dtcm/libDtCmP/timeops.c.orig 2023-01-16 10:43:01.353775000 -0800
|
||||
+++ programs/dtcm/libDtCmP/timeops.c 2023-01-16 10:50:35.918370000 -0800
|
||||
@@ -960,7 +960,7 @@
|
||||
*/
|
||||
if (tzname==NULL) system("unset TZ\n");
|
||||
#else
|
||||
- if (tzname==NULL) tzsetwall();
|
||||
+ if (tzname==NULL) tzset();
|
||||
#endif /* SVR4 */
|
||||
|
||||
else {
|
@ -1,6 +1,6 @@
|
||||
PORTNAME= cde
|
||||
DISTVERSION= 2.5.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= SF/cdesktopenv/src/
|
||||
.if !defined(MASTERDIR)
|
||||
|
11
x11/cde-25/files/patch-programs_dtcm_libDtCmP_timeops.c
Normal file
11
x11/cde-25/files/patch-programs_dtcm_libDtCmP_timeops.c
Normal file
@ -0,0 +1,11 @@
|
||||
--- programs/dtcm/libDtCmP/timeops.c.orig 2023-01-16 09:58:33.955866000 -0800
|
||||
+++ programs/dtcm/libDtCmP/timeops.c 2023-01-16 10:47:36.739851000 -0800
|
||||
@@ -963,7 +963,7 @@
|
||||
*/
|
||||
if (tzname==NULL) system("unset TZ\n");
|
||||
#else
|
||||
- if (tzname==NULL) tzsetwall();
|
||||
+ if (tzname==NULL) tzset();
|
||||
#endif /* SVR4 */
|
||||
|
||||
else {
|
@ -1,6 +1,6 @@
|
||||
PORTNAME= cde
|
||||
PORTVERSION= ${COMMIT_DATE}
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11
|
||||
.if !defined(MASTERDIR)
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
11
x11/cde-devel/files/patch-programs_dtcm_libDtCmP_timeops.c
Normal file
11
x11/cde-devel/files/patch-programs_dtcm_libDtCmP_timeops.c
Normal file
@ -0,0 +1,11 @@
|
||||
--- programs/dtcm/libDtCmP/timeops.c.orig 2023-01-16 09:59:52.166236000 -0800
|
||||
+++ programs/dtcm/libDtCmP/timeops.c 2023-01-16 10:43:55.531953000 -0800
|
||||
@@ -963,7 +963,7 @@
|
||||
*/
|
||||
if (tzname==NULL) system("unset TZ\n");
|
||||
#else
|
||||
- if (tzname==NULL) tzsetwall();
|
||||
+ if (tzname==NULL) tzset();
|
||||
#endif /* SVR4 */
|
||||
|
||||
else {
|
Loading…
Reference in New Issue
Block a user