On 02/05/13 14:28, Jan Alexander Steffens wrote: >>> >> -if (( NODEPS || (NOBUILD && !DEP_BIN ) )); then >>> >> +if (( VERIFYSOURCE || NODEPS || (NOBUILD && !DEP_BIN ) )); then >>> >> # no warning message needed for nobuild >>> >> if (( NODEPS )); then >>> >> warning "$(gettext "Skipping dependency checks.")" >> > >> > I have been thinking about this... Your VCS tool will be in >> > makedepends and needed to download those sources. > > Wouldn't it be cleaner if makepkg would handle the "sourcedeps" itself?
Please clarify what you are suggesting here? > I wouldn't want to install loads of unneeded makedepends on my > chrootbuild host just to get git.