From owner-svn-ports-head@freebsd.org Tue Jan 23 15:21:11 2018 Return-Path: Delivered-To: svn-ports-head@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 C55C7ED8FA9; Tue, 23 Jan 2018 15:21:11 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A5B5D81B23; Tue, 23 Jan 2018 15:21:11 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id CC5CEA298; Tue, 23 Jan 2018 15:21:10 +0000 (UTC) Date: Tue, 23 Jan 2018 15:21:10 +0000 From: Alexey Dokuchaev To: Tobias Kortkamp Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r459753 - in head/deskutils: . freeplane freeplane/files Message-ID: <20180123152110.GA18316@FreeBSD.org> References: <201801231415.w0NEFuvx082953@repo.freebsd.org> <20180123141944.GB73049@FreeBSD.org> <1516720372.2689994.1245262664.06EEC8C7@webmail.messagingengine.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1516720372.2689994.1245262664.06EEC8C7@webmail.messagingengine.com> User-Agent: Mutt/1.9.2 (2017-12-15) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 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: Tue, 23 Jan 2018 15:21:11 -0000 On Tue, Jan 23, 2018 at 04:12:52PM +0100, Tobias Kortkamp wrote: > On Tue, Jan 23, 2018, at 15:19, Alexey Dokuchaev wrote: > > ... > > > + ${LN} -s ${DATADIR}/freeplane.sh ${STAGEDIR}${PREFIX}/bin/freeplane > > > > Symlinks pointing to an absolute path are bad. > > Can you please explain why they "are bad"? Think of NFS-mounted machine where absolute paths would be pointing to a local filesystem instead of remote. Also, paths are usually much longer than relative ones. ./danfe