Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 May 2019 04:06:19 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502247 - in head/shells/ksh93-devel: . files
Message-ID:  <201905220406.x4M46Jij052439@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Wed May 22 04:06:19 2019
New Revision: 502247
URL: https://svnweb.freebsd.org/changeset/ports/502247

Log:
  Update to the latest att/ast commit on github.

Modified:
  head/shells/ksh93-devel/Makefile   (contents, props changed)
  head/shells/ksh93-devel/distinfo   (contents, props changed)
  head/shells/ksh93-devel/files/extra-patch-install-as-ksh93   (contents, props changed)

Modified: head/shells/ksh93-devel/Makefile
==============================================================================
--- head/shells/ksh93-devel/Makefile	Wed May 22 03:51:07 2019	(r502246)
+++ head/shells/ksh93-devel/Makefile	Wed May 22 04:06:19 2019	(r502247)
@@ -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

Modified: head/shells/ksh93-devel/distinfo
==============================================================================
--- head/shells/ksh93-devel/distinfo	Wed May 22 03:51:07 2019	(r502246)
+++ head/shells/ksh93-devel/distinfo	Wed May 22 04:06:19 2019	(r502247)
@@ -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

Modified: head/shells/ksh93-devel/files/extra-patch-install-as-ksh93
==============================================================================
--- head/shells/ksh93-devel/files/extra-patch-install-as-ksh93	Wed May 22 03:51:07 2019	(r502246)
+++ head/shells/ksh93-devel/files/extra-patch-install-as-ksh93	Wed May 22 04:06:19 2019	(r502247)
@@ -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')



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905220406.x4M46Jij052439>