1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

Update to the latest att/ast github commit.

This commit is contained in:
Cy Schubert 2018-09-26 03:38:29 +00:00
parent b7cd4a49a7
commit ddc47dbe6e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480711
3 changed files with 10 additions and 10 deletions

View File

@ -14,8 +14,8 @@ PORTNAME= ksh93
PORTVERSION= ${AST_COMMIT_DATE}
CATEGORIES= shells
PKGNAMESUFFIX= -devel
HASH= b29f796
AST_COMMIT_DATE= 2018.09.22
HASH= 2bb160b
AST_COMMIT_DATE= 2018.09.25
MAINTAINER= cy@FreeBSD.org
COMMENT= Development branch of AT&T KornShell 93

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1537656976
SHA256 (att-ast-2018.09.22-b29f796_GH0.tar.gz) = a2fe7be5663548d26d59eb7ee23e7834de62c0d3f7a524ecfe7a52c065131ede
SIZE (att-ast-2018.09.22-b29f796_GH0.tar.gz) = 15286626
TIMESTAMP = 1537926812
SHA256 (att-ast-2018.09.25-2bb160b_GH0.tar.gz) = e7207cae1852ffec64b2993db525bf32f8c5ea653bd5f95bb0a8529006821343
SIZE (att-ast-2018.09.25-2bb160b_GH0.tar.gz) = 15260630

View File

@ -1,20 +1,20 @@
--- src/cmd/ksh93/meson.build.orig 2018-09-20 20:55:29.000000000 -0700
+++ src/cmd/ksh93/meson.build 2018-09-21 00:13:21.315431000 -0700
@@ -27,19 +27,19 @@
--- 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
@@ -26,19 +26,19 @@
dependencies: [libm_dep, libexecinfo_dep, libdl_dep],
install: false)
-ksh93_exe = executable('ksh', ['sh/pmain.c'], c_args: shared_c_args,
+ksh93_exe = executable('ksh93', ['sh/pmain.c'], c_args: shared_c_args,
include_directories: [configuration_incdir, ksh93_incdir],
link_with: [libksh, libast, libcmd, libcoshell, libdll],
link_with: [libksh, libast, libcmd, libdll],
dependencies: [libm_dep, libexecinfo_dep, libdl_dep],
install: true)
-shcomp_exe = executable('shcomp', ['sh/shcomp.c'], c_args: shared_c_args,
+shcomp_exe = executable('shcomp93', ['sh/shcomp.c'], c_args: shared_c_args,
include_directories: [configuration_incdir, ksh93_incdir],
link_with: [libksh, libast, libcmd, libcoshell, libdll],
link_with: [libksh, libast, libcmd, libdll],
dependencies: [libm_dep, libexecinfo_dep, libdl_dep],
install: true)