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:
Cy Schubert 2023-01-16 10:57:19 -08:00
parent aef441aede
commit 7cc42f431e
6 changed files with 36 additions and 2 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= cde
DISTVERSION= 2.4.0
PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= SF/cdesktopenv/src/
.if !defined(MASTERDIR)

View 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 {

View File

@ -1,6 +1,6 @@
PORTNAME= cde
DISTVERSION= 2.5.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= SF/cdesktopenv/src/
.if !defined(MASTERDIR)

View 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 {

View File

@ -1,6 +1,6 @@
PORTNAME= cde
PORTVERSION= ${COMMIT_DATE}
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= x11
.if !defined(MASTERDIR)
PKGNAMESUFFIX= -devel

View 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 {