Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Jun 2019 18:32:40 +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: r503248 - in head/shells: . ast-ksh
Message-ID:  <201906011832.x51IWeba051725@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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