Update to the latest att/ast commit on github.

This commit is contained in:
Cy Schubert 2019-05-22 04:06:19 +00:00
parent c9405b47af
commit f406b8e0e3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=502247
3 changed files with 9 additions and 9 deletions

View file

@ -12,8 +12,8 @@ LICENSE= EPL
USES= compiler:c11 meson ninja python:build
HASH= 70c3d35
AST_COMMIT_DATE= 2019.04.25
HASH= ea4c97c
AST_COMMIT_DATE= 2019.05.21
USE_GITHUB= yes
GH_ACCOUNT= att

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1556245568
SHA256 (att-ast-2019.04.25-70c3d35_GH0.tar.gz) = a04affbb15332ed3abc2a0dd093f561702fc4a63d87659fd944287b70a56fba3
SIZE (att-ast-2019.04.25-70c3d35_GH0.tar.gz) = 2045663
TIMESTAMP = 1558495092
SHA256 (att-ast-2019.05.21-ea4c97c_GH0.tar.gz) = 846953a481a2a5b7fbb2e1d45be1dba93efdadd778f63348462a48d22c4540d7
SIZE (att-ast-2019.05.21-ea4c97c_GH0.tar.gz) = 2047865

View file

@ -1,7 +1,7 @@
--- src/cmd/ksh93/meson.build.orig 2018-09-25 15:33:55.000000000 -0700
+++ src/cmd/ksh93/meson.build 2018-09-25 19:00:44.313649000 -0700
--- src/cmd/ksh93/meson.build.orig 2019-05-16 22:08:26.000000000 -0700
+++ src/cmd/ksh93/meson.build 2019-05-21 20:24:32.997423000 -0700
@@ -26,19 +26,19 @@
dependencies: [libm_dep, libexecinfo_dep, libdl_dep],
dependencies: [libm_dep, libexecinfo_dep, libdl_dep, libsocket_dep, libnsl_dep],
install: false)
-ksh93_exe = executable('ksh', ['sh/pmain.c'], c_args: shared_c_args,
@ -15,7 +15,7 @@
+shcomp_exe = executable('shcomp93', ['sh/shcomp.c'], c_args: shared_c_args,
include_directories: [configuration_incdir, ksh93_incdir],
link_with: [libksh, libast, libcmd, libdll],
dependencies: [libm_dep, libexecinfo_dep, libdl_dep],
dependencies: [libm_dep, libexecinfo_dep, libdl_dep, libsocket_dep, libnsl_dep],
install: true)
-install_man('ksh.1')