From owner-freebsd-ports-bugs@freebsd.org Tue Aug 29 11:47:20 2017 Return-Path: Delivered-To: freebsd-ports-bugs@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 DE28FDD7B61 for ; Tue, 29 Aug 2017 11:47:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 CC6E582658 for ; Tue, 29 Aug 2017 11:47:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v7TBlK3l076924 for ; Tue, 29 Aug 2017 11:47:20 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 219780] USE_PACKAGE_DEPENDS broken if PACKAGES' definition contains colons Date: Tue, 29 Aug 2017 11:47:21 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: bugzilla.freebsd@omnilan.de X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Aug 2017 11:47:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219780 --- Comment #1 from Harald Schmalzbauer --- Just for documentation: Index: ports/Mk/Scripts/do-depends.sh =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 --- ports/Mk/Scripts/do-depends.sh (Revision 448848) +++ ports/Mk/Scripts/do-depends.sh (Arbeitskopie) @@ -31,6 +31,11 @@ PKGFILE pkgfile \ PKGBASE pkgbase + # It's too much effort handling PKGFILE in port_var_fetch(), so work arround + # PACKAGES fallout from r438058 by filtering induvidually =E2=80=93= error prone since + # somebody would have to check scripts... Just fix this one here + pkgfile=3D$(echo "${pkgfile}" | tr -d '\') + if [ -r "${pkgfile}" -a "${target}" =3D "${dp_DEPENDS_TARGET}" ]; t= hen echo "=3D=3D=3D> Installing existing package ${pkgfile}" if [ "${pkgbase}" =3D "pkg" ]; then Hard to believe USE_PACKAGE_DEPENDS is used that rarely. More astonishing is to see 218827 beeing closed while this stayed unresolved for that time... This is just quick'n'dirty. Documented here in case anyone needs a quick solution. I haven't had a look at r438901 and successors at all. I guess someone with more ports infrastructure knowledge needs to review that. And intervene if things get damaged without repair... -harry --=20 You are receiving this mail because: You are on the CC list for the bug.=