tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: download-vulnerability-list not fetch command
More details:
First run creates
work/pkg_install/audit-packages/download-vulnerability-list.sh
which has:
: ${FETCH_CMD=$(prefix)/bin/ftp}
..
COMPRESS_TOOL="@gzcat@"
Notice the ftp is good but @gzcat@ is not part of the subst sed
expressions.
Second run creates
work/wrk/pkgtools/pkg_install/work/pkg_install-20080423/audit-packages/download-vulnerability-list.sh
: ${FETCH_CMD=}
..
COMPRESS_TOOL="/usr/bin/gzcat"
So ftp is "" but now @gzcat@ is replaced.
So the gzcat is handled direct by SUBST_CLASSES=paths in
pkgtools/pkg_install/Makefile
I guess FETCH_CMD is defined as "" and not undefined. I don't know why.
Even on NetBSD I get:
--with-ftp=
It is set, so that is the value used.
Home |
Main Index |
Thread Index |
Old Index