From owner-freebsd-ports@freebsd.org Sat Apr 22 05:36:49 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9A95D4ADC1 for ; Sat, 22 Apr 2017 05:36:49 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id A18E834D for ; Sat, 22 Apr 2017 05:36:49 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 9E22FD4ADC0; Sat, 22 Apr 2017 05:36:49 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C1B6D4ADBF for ; Sat, 22 Apr 2017 05:36:49 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0E6B134A for ; Sat, 22 Apr 2017 05:36:48 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from tom.home (kib@localhost [127.0.0.1]) by kib.kiev.ua (8.15.2/8.15.2) with ESMTPS id v3M5aaCS033448 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 22 Apr 2017 08:36:36 +0300 (EEST) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.10.3 kib.kiev.ua v3M5aaCS033448 Received: (from kostik@localhost) by tom.home (8.15.2/8.15.2/Submit) id v3M5aaqw033447; Sat, 22 Apr 2017 08:36:36 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Sat, 22 Apr 2017 08:36:35 +0300 From: Konstantin Belousov To: Kurt Jaeger Cc: Miroslav Lachman <000.fbsd@quip.cz>, FreeBSD Ports Subject: Re: FreeBSD Port: sysutils/zrep / ksh93 Message-ID: <20170422053635.GL1788@kib.kiev.ua> References: <58FA582D.6040501@quip.cz> <20170421195429.GO74780@home.opsec.eu> <58FA64EB.6000307@quip.cz> <58FA890D.9060906@quip.cz> <20170422022940.GP74780@home.opsec.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170422022940.GP74780@home.opsec.eu> User-Agent: Mutt/1.8.0 (2017-02-23) X-Spam-Status: No, score=-2.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED autolearn=no autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on tom.home X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Apr 2017 05:36:49 -0000 On Sat, Apr 22, 2017 at 04:29:40AM +0200, Kurt Jaeger wrote: > Hi! > > > >>> can you please update port sysutils/zrep to current version? > > >>> GitHup repo https://github.com/bolthole/zrep has version 1.7.1 with many > > >>> fixes and improvements. > > >> > > >> Hm, it looks like zrep depends on shells/ksh93, which is missing > > >> from all MASTER_SITES. Do you still have the ksh93 distfile at hand ? > > > > > > Ups, it is strange, I installed zrep and ksh93 about one week ago > > > without problem. > > > > > > Sure, I have these files: > > > > > > # ll /vol0/poudriere/distfiles/ksh93/* > > > -rw-r--r-- 1 root wheel 383979 May 24 2013 > > > /vol0/poudriere/distfiles/ksh93/INIT.2013-05-24.tgz > > > -rw-r--r-- 1 root wheel 2053532 Aug 7 2012 > > > /vol0/poudriere/distfiles/ksh93/ast-ksh.2012-08-01.tgz > > > > > > Should I post them somewhere? > > Yes, please. > > > Regarding to unavailable original sources... I found this discussion > > https://unix.stackexchange.com/questions/246338/is-the-shell-ksh93-dead > > > > Maybe it's time to move to another version of ksh: > > 1) OpenBSD maintained version > > http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/bin/ksh/ > > 2) GitHub clone of AT&T version ksh93 > > https://github.com/att/ast/tree/master/src/cmd/ksh93 > > Patches to update the ksh93 port to use one of those so are very welcome! pdksh (and its OpenBSD update) is quite different from the authentic ksh93. I think that only the github' att/ast variant is feasible as a replacement.