From owner-svn-ports-all@freebsd.org Sat Mar 27 06:02:46 2021 Return-Path: Delivered-To: svn-ports-all@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 6C2C25BA366; Sat, 27 Mar 2021 06:02:46 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from smtp-out-no.shaw.ca (smtp-out-no.shaw.ca [64.59.134.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F6pCn6t5Wz4mrv; Sat, 27 Mar 2021 06:02:45 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from spqr.komquats.com ([70.66.148.124]) by shaw.ca with ESMTPA id Q21xlVC1M2SWTQ21zl6Zn4; Sat, 27 Mar 2021 00:02:44 -0600 X-Authority-Analysis: v=2.4 cv=fdJod2cF c=1 sm=1 tr=0 ts=605eca84 a=Cwc3rblV8FOMdVN/wOAqyQ==:117 a=Cwc3rblV8FOMdVN/wOAqyQ==:17 a=xqWC_Br6kY4A:10 a=kj9zAlcOel0A:10 a=dESyimp9J3IA:10 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=EkcXrb_YAAAA:8 a=LDPsFphvBRZpW0h23cUA:9 a=JOWeiY5itpwPQvuQ8dm/GawRuwE=:19 a=CjuIK1q_8ugA:10 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 a=LK5xJRSDVpKd5WXXoEvA:22 a=RBBcRewTFc8P4JkPnay6:22 Received: from slippy.cwsent.com (slippy [IPv6:fc00:1:1:1::5b]) by spqr.komquats.com (Postfix) with ESMTPS id CF3A57C5; Fri, 26 Mar 2021 23:02:40 -0700 (PDT) Received: from slippy (localhost [127.0.0.1]) by slippy.cwsent.com (8.16.1/8.16.1) with ESMTP id 12R62eNu071283; Fri, 26 Mar 2021 23:02:40 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <202103270602.12R62eNu071283@slippy.cwsent.com> X-Mailer: exmh version 2.9.0 11/07/2018 with nmh-1.7.1 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Tobias Kortkamp cc: Cy Schubert , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r569287 - in head/devel/bitkeeper: . files In-reply-to: References: <202103270244.12R2ix6o059196@repo.freebsd.org> Comments: In-reply-to Tobias Kortkamp message dated "Sat, 27 Mar 2021 05:52:37 +0100." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 26 Mar 2021 23:02:40 -0700 X-CMAE-Envelope: MS4xfMJCHFbvn84KvVhkZCjIN2BxY6zFKWXTTZb/sbysExl1GwtHXls7rW1UkRpQUpC6EzSv5PpEBbXg93Ba2E+QKqYG0B7VcRT07a9Au9RlNc+fvFp2JvZe fCS2qFzUTc7zTdeAKQZidcsLn4vSsAdJyRHt5tggcHaXUp/83eiCM5MNb4umcMEn+eSh7/umzqBPmKsx7ZsnfjJ3dlqdqWorntDC7fvvnoYvfcbNrk3ZFpXq sRil427WVkHLPUycYlJjxSmFCBOCqPqTrMpnGZ3Ka0TOlxHuj1Wd0VrEfo09EFlSjZ6KdpeeP71Bd4otlhWVIKG6QJHqlBMx/rADj9x1Wd4= X-Rspamd-Queue-Id: 4F6pCn6t5Wz4mrv X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Mar 2021 06:02:46 -0000 In message , Tobias Kortkamp writes: > > > --R3zeKFgjy1fM4fJ3 > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > On Sat, Mar 27, 2021 at 02:44:59AM +0000, Cy Schubert wrote: > > Author: cy > > Date: Sat Mar 27 02:44:58 2021 > > New Revision: 569287 > > URL: https://svnweb.freebsd.org/changeset/ports/569287 > >=20 > > Log: > > devel/bitkeeper: Symlink to bin/bk does not work > > =20 > > The bitkeeper binary, bk, checks whether the path from which it was > > executed is a symbolic link and if it is, it terminates with an error. > > Remove the symlink and add a pkg-message telling the user to add > > ${LOCALBASE}/bitkeeper/bin to their path. > > Just thinking out loud but would a simple wrapper script not work here? > > #!/bin/sh > export PATH=3D"/usr/local/bitkeeper/bin:${PATH}" > exec /usr/local/bitkeeper/bin/bk "$@" Yes, I should have known better, no excuses. It's been a late night and long week. A handy trick from UNIX Power Tools. -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org The need of the many outweighs the greed of the few.