Date: Sat, 16 Dec 2017 08:53:40 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 222819] make fetch-urlall-list failed for ports with DIST_SUBDIR Message-ID: <bug-222819-13-HqbHqHIl9Q@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-222819-13@https.bugs.freebsd.org/bugzilla/> References: <bug-222819-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222819 --- Comment #5 from commit-hook@freebsd.org --- A commit references this bug: Author: mat Date: Sat Dec 16 08:53:08 UTC 2017 New revision: 456460 URL: https://svnweb.freebsd.org/changeset/ports/456460 Log: Fix a edge case in the fetch related targets. This would have given an error when: - The port uses DIST_SUBDIR - That sub-directory does not exist - The current user does not have permission to write in DISTDIR. Something like: $ sudo rmdir /usr/ports/distfiles/gallery2 $ make fetch-urlall-list mkdir: /usr/ports/distfiles/gallery2: Permission denied *** Error code 1 PR: 222819 Reported by: sunpoet Sponsored by: Absolight Changes: head/Mk/Scripts/do-fetch.sh --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-222819-13-HqbHqHIl9Q>