From owner-svn-ports-head@freebsd.org Sat Jun 1 18:32:42 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9D7815C2D8B; Sat, 1 Jun 2019 18:32:41 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6A5F7721AD; Sat, 1 Jun 2019 18:32:41 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 426471BA31; Sat, 1 Jun 2019 18:32:41 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x51IWfX3051728; Sat, 1 Jun 2019 18:32:41 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x51IWeba051725; Sat, 1 Jun 2019 18:32:40 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201906011832.x51IWeba051725@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Sat, 1 Jun 2019 18:32:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503248 - in head/shells: . ast-ksh X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: in head/shells: . ast-ksh X-SVN-Commit-Revision: 503248 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6A5F7721AD X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.968,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jun 2019 18:32:42 -0000 Author: cy Date: Sat Jun 1 18:32:40 2019 New Revision: 503248 URL: https://svnweb.freebsd.org/changeset/ports/503248 Log: Resurrect the previous shells/ksh93 as shells/ast-ksh, a ksh93 port that the maintainer wishes to use to create a shared library for use with other applications such as CDE. It is based on ksh93v (2014-12-24) and is incompatible with the direction that att/ast is taking the official ksh93 implementation. PR: 237332 Requested by: maintainer (saper@saper.info) Added: head/shells/ast-ksh/ - copied from r499547, head/shells/ksh93/ Modified: head/shells/Makefile head/shells/ast-ksh/Makefile head/shells/ast-ksh/distinfo Modified: head/shells/Makefile ============================================================================== --- head/shells/Makefile Sat Jun 1 18:06:12 2019 (r503247) +++ head/shells/Makefile Sat Jun 1 18:32:40 2019 (r503248) @@ -6,6 +6,7 @@ SUBDIR += 44bsd-csh SUBDIR += ammonite SUBDIR += antibody + SUBDIR += ast-ksh SUBDIR += bash SUBDIR += bash-completion SUBDIR += bash-static Modified: head/shells/ast-ksh/Makefile ============================================================================== --- head/shells/ksh93/Makefile Sun Apr 21 17:29:49 2019 (r499547) +++ head/shells/ast-ksh/Makefile Sat Jun 1 18:32:40 2019 (r503248) @@ -10,10 +10,10 @@ # program. If you are really unconvinced, go ahead but do not # complain to me about it. -PORTNAME= ksh93 +PORTNAME= ast-ksh PORTVERSION= ${KSHVERSION:S/-//g} CATEGORIES= shells -DIST_SUBDIR= ${PORTNAME} +DIST_SUBDIR= ksh93 MAINTAINER= saper@saper.info COMMENT= KornShell 93 @@ -27,9 +27,12 @@ USES= compiler:c11 USE_GITHUB= yes GH_ACCOUNT= att GH_PROJECT= ast -GH_TAGNAME= ${PORTNAME}v +GH_TAGNAME= ksh93v -CONFLICTS= ksh93-devel-* +# IMPORTANT: Disabling conflicts, i.e. -DDISABLE_CONFLICTS will result in +# arcane build failures due to already installed ksh/ksh93 in +# $PATH. +CONFLICTS= ksh93-* OPTIONS_DEFINE= EXAMPLES STATIC Modified: head/shells/ast-ksh/distinfo ============================================================================== --- head/shells/ksh93/distinfo Sun Apr 21 17:29:49 2019 (r499547) +++ head/shells/ast-ksh/distinfo Sat Jun 1 18:32:40 2019 (r503248) @@ -1,3 +1,3 @@ -TIMESTAMP = 1553675701 +TIMESTAMP = 1559407953 SHA256 (ksh93/att-ast-20141224-ksh93v_GH0.tar.gz) = 89e5aeec66c28692aa392105552c06053ba60b09a62e94dc555dadf967bca643 SIZE (ksh93/att-ast-20141224-ksh93v_GH0.tar.gz) = 26409086