Issue #3053 has been updated by daftaupe. File patch-Makefile.usr added
Would something like this patch work for you ? First this check for dports directory existence in dports-check, not dports/.git, which for the same reason you mention shouldn't exist. Then I removed the dependency to git-check. Then I changed the dependency of dports-create-shallow to a new target : dports-check-shallow, that has git-check has a dependency. I wasn't sure about the name of the new target. Let me know what do you think of that. Regards, ---------------------------------------- Bug #3053: Makefile.usr: target dports-download has incorrect dependency http://bugs.dragonflybsd.org/issues/3053#change-13323 * Author: t_dfbsd * Status: New * Priority: Normal * Assignee: * Category: * Target version: ---------------------------------------- dports-download is supposed to be able to download a tarball of dports (in the event that git isn't available), but it has a dependency on dports-check, which has a dependency on git-check, which fails if git isn't installed. ---Files-------------------------------- patch-Makefile.usr (1.02 KB) -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://bugs.dragonflybsd.org/my/account
