[Bug 222819] make fetch-urlall-list failed for ports with DIST_SUBDIR

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Dec 16 08:53:40 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222819

--- Comment #5 from commit-hook at 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

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ports-bugs mailing list