[Bug 218827] r438058 and r438901 cause trouble for PACKAGES settings with colons in them

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Apr 27 10:40:41 UTC 2017


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

--- Comment #5 from Mathieu Arnold <mat at FreeBSD.org> ---
Reverting the commits is going to break things badly when things continue to
move on.

Your problem is that the directories are created using make(1) targets, and
that make(1) targets are in the form of "word:" so if you have
"target-with-a:in-the-middle:" it parses it as target-with-a that depends on
in-the-middle:.

The targets are only there to create the directories if they do not exist, so
symlinks will work as long as the target exists.

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


More information about the freebsd-ports-bugs mailing list