From owner-svn-ports-head@FreeBSD.ORG Sun Sep 14 17:28:53 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DF54F824 for ; Sun, 14 Sep 2014 17:28:53 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 A99D9EC9 for ; Sun, 14 Sep 2014 17:28:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.9/8.14.9) with ESMTP id s8EHSrCA040721 for ; Sun, 14 Sep 2014 17:28:53 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id s8EHSr3h040714 for svn-ports-head@freebsd.org; Sun, 14 Sep 2014 17:28:53 GMT (envelope-from bdrewery) Received: (qmail 48786 invoked from network); 14 Sep 2014 12:28:51 -0500 Received: from unknown (HELO ?10.117.175.173?) (freebsd@shatow.net@166.137.110.56) by sweb.xzibition.com with ESMTPA; 14 Sep 2014 12:28:51 -0500 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: svn commit: r368136 - head/Mk/Uses From: Bryan Drewery X-Mailer: iPhone Mail (11D257) In-Reply-To: <20140913231217.4a71f2bc@kalimero.tijl.coosemans.org> Date: Sun, 14 Sep 2014 12:28:49 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201409132025.s8DKPwPG031452@svn.freebsd.org> <20140913231217.4a71f2bc@kalimero.tijl.coosemans.org> To: Tijl Coosemans Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sun, 14 Sep 2014 17:28:54 -0000 > On Sep 13, 2014, at 16:12, Tijl Coosemans wrote: >=20 >> On Sat, 13 Sep 2014 20:25:58 +0000 (UTC) Bryan Drewery wrote: >> Author: bdrewery >> Date: Sat Sep 13 20:25:58 2014 >> New Revision: 368136 >> URL: http://svnweb.freebsd.org/changeset/ports/368136 >> QAT: https://qat.redports.org/buildarchive/r368136/ >>=20 >> Log: >> Allow this to work on DragonFly which does not have the -f param for rea= dlink(1) >>=20 >> Tested by: marino >> With hat: portmgr >>=20 >> Modified: >> head/Mk/Uses/libtool.mk >>=20 >> Modified: head/Mk/Uses/libtool.mk >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D >> --- head/Mk/Uses/libtool.mk Sat Sep 13 20:07:59 2014 (r368135) >> +++ head/Mk/Uses/libtool.mk Sat Sep 13 20:25:58 2014 (r368136) >> @@ -77,7 +77,7 @@ patch-lafiles: >> ${XARGS} ${SED} -i '' -e "/dependency_libs=3D/s/=3D.*/=3D''/" >> .else >> @${FIND} ${STAGEDIR} -type l -exec ${SH} -c \ >> - 'case `${READLINK_CMD} -f "{}"` in \ >> + 'case `${REALPATH} "{}"` in \ >=20 > Can you add the -q flag, because realpath prints an error message if > it cannot resolve a link. Ah, please do. I'm away for the day.=