aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2020-02-27 14:09:09 +0000
committerCy Schubert <cy@FreeBSD.org>2020-02-27 14:09:09 +0000
commit9a058b78596b35a22d20fc443319443f7764ee78 (patch)
treec5a5ed7f752b838c330796309cc411553ef92554 /shells
parent7940f87477cd21f52eab309957a13d09290367be (diff)
downloadports-9a058b78596b35a22d20fc443319443f7764ee78.tar.gz
ports-9a058b78596b35a22d20fc443319443f7764ee78.zip
Update to the latest att/ast github commit.
Notes
Notes: svn path=/head/; revision=527256
Diffstat (limited to 'shells')
-rw-r--r--shells/ksh93-devel/Makefile4
-rw-r--r--shells/ksh93-devel/distinfo6
-rw-r--r--shells/ksh93-devel/files/patch-src_lib_libast_features_wchar10
3 files changed, 5 insertions, 15 deletions
diff --git a/shells/ksh93-devel/Makefile b/shells/ksh93-devel/Makefile
index 97f40fc7b257..16a95da959b4 100644
--- a/shells/ksh93-devel/Makefile
+++ b/shells/ksh93-devel/Makefile
@@ -21,8 +21,8 @@ COMMENT= Development branch of AT&T KornShell 93
LICENSE= EPL
-HASH= 0be82553
-AST_COMMIT_DATE= 2020.02.22
+HASH= cc1f2bf8
+AST_COMMIT_DATE= 2020.02.24
BROKEN_aarch64= Fails to compile: needs sbrk
diff --git a/shells/ksh93-devel/distinfo b/shells/ksh93-devel/distinfo
index 081b16ba8ae7..814bacf32bac 100644
--- a/shells/ksh93-devel/distinfo
+++ b/shells/ksh93-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1582412909
-SHA256 (ksh93/att-ast-2020.02.22-0be82553_GH0.tar.gz) = a78f2930e9daebd3950044eb899dfbcae67ac8e2599346aa25c2fd6fb8097bf0
-SIZE (ksh93/att-ast-2020.02.22-0be82553_GH0.tar.gz) = 12960534
+TIMESTAMP = 1582777203
+SHA256 (ksh93/att-ast-2020.02.24-cc1f2bf8_GH0.tar.gz) = f3be888584d3a3d24258a55975743710282300092f8fa9c09f9bf3fd2f75222c
+SIZE (ksh93/att-ast-2020.02.24-cc1f2bf8_GH0.tar.gz) = 12998852
diff --git a/shells/ksh93-devel/files/patch-src_lib_libast_features_wchar b/shells/ksh93-devel/files/patch-src_lib_libast_features_wchar
deleted file mode 100644
index d3dca1657a59..000000000000
--- a/shells/ksh93-devel/files/patch-src_lib_libast_features_wchar
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/lib/libast/features/wchar.orig 2017-11-30 22:35:04 UTC
-+++ src/lib/libast/features/wchar
-@@ -6,6 +6,7 @@ set include .
- cat{
- #ifndef _AST_WCHAR_H
- #define _AST_WCHAR_H 1
-+ #define _STDFILE_DECLARED
- }end
-
- lib mbstowcs,wctomb,wcscmp,wcscoll,wcslen,wcstombs,wcsxfrm,wcwidth stdlib.h stdio.h wchar.h