From owner-freebsd-questions@freebsd.org Fri Aug 21 21:34:51 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9CAF23CA711 for ; Fri, 21 Aug 2020 21:34:51 +0000 (UTC) (envelope-from carlj@peak.org) Received: from smtp.email-protect.gosecure.net (smtp.email-protect.gosecure.net [208.80.202.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.email-protect.gosecure.net", Issuer "Thawte RSA CA 2018" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BYFCn31psz4cs1 for ; Fri, 21 Aug 2020 21:34:44 +0000 (UTC) (envelope-from carlj@peak.org) Received: from envoy14.neonova.net ([137.118.58.100]) by smtp.email-protect.gosecure.net ({a5d26f16-a20f-11ea-85ac-edb2fe27a086}) via TCP (outbound) with ESMTP id 20200821213425667_00001189 for ; Fri, 21 Aug 2020 14:34:25 -0700 X-RC-FROM: X-RC-RCPT: Received: from elm.localnet (unknown [199.58.99.76]) (Authenticated sender: carlj@peak.org) by envoy14.neonova.net (Postfix) with ESMTPA id 4BYFCK0ZH3z9tKg for ; Fri, 21 Aug 2020 17:34:20 -0400 (EDT) Received: from localhost.localnet ([127.0.0.1] helo=elm.localnet) by elm.localnet with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92.3 (FreeBSD)) (envelope-from ) id 1k9Efz-000Oe4-H9 for freebsd-questions@freebsd.org; Fri, 21 Aug 2020 14:34:19 -0700 Received: (from carlj@localhost) by elm.localnet (8.15.2/8.15.2/Submit) id 07LLYI8V094739; Fri, 21 Aug 2020 14:34:18 -0700 (PDT) (envelope-from carlj) From: Carl Johnson To: freebsd-questions@freebsd.org Subject: Re: I wish I had wish References: <899F50B9-5152-4EA5-BF4A-A4D5F47931ED@kukulies.org> <20200821185724.9ec46e4a.freebsd@edvax.de> <2D80B694-4DE8-43D7-9C73-26A135585362@kukulies.org> Date: Fri, 21 Aug 2020 14:34:18 -0700 In-Reply-To: <2D80B694-4DE8-43D7-9C73-26A135585362@kukulies.org> (Christoph Kukulies's message of "Fri, 21 Aug 2020 20:22:51 +0200") Message-ID: <86d03j8yzp.fsf@elm.localnet> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-MAG-OUTBOUND: greymail.email-protect.gosecure.net@137.118.58.100/32 X-Rspamd-Queue-Id: 4BYFCn31psz4cs1 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=pass (policy=none) header.from=peak.org; spf=pass (mx1.freebsd.org: domain of carlj@peak.org designates 208.80.202.2 as permitted sender) smtp.mailfrom=carlj@peak.org X-Spamd-Result: default: False [-0.80 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; RWL_MAILSPIKE_VERYGOOD(0.00)[208.80.202.2:from]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:208.80.200.0/21]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; RCVD_COUNT_THREE(0.00)[4]; DMARC_POLICY_ALLOW(-0.50)[peak.org,none]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:14618, ipnet:208.80.202.0/23, country:US]; RCVD_TLS_LAST(0.00)[]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Aug 2020 21:34:51 -0000 Christoph Kukulies writes: > Thanks. I installed bsvc from github, compiled and installed it. When I t= hen ran > > bsvc > > I got exec: wish not found > > Now I found that bsvc is part of the ports collection. So I did a pkg > install bsvc which automatically install tcl/tk (8.6 I believe). > > So far so good. wish isn=E2=80=99t there. The tk86 package contains wish8.6, so I assume you could symbolic link that to wish. >> Am 21.08.2020 um 18:57 schrieb Polytropon : >>=20 >> On Fri, 21 Aug 2020 18:35:09 +0200, Christoph Kukulies wrote: >>> By which port or package do I get =E2=80=9Ewish=E2=80=9C (the tcl shell= ) into >>> FreeBSD (12.1)? >>=20 >> If I remember correctly, it's in the "tk" port (the second >> part of the Tcl/Tk combination). >>=20 > --=20 Carl Johnson carlj@peak.org