On Thu, 2006-11-16 at 10:47 +0000, Stuart Henderson wrote:
> OpenBSD ports are generally setup to fetch the source file from the
> original site; that page doesn't address this situation.
I've checked the FreeBSD port files, and I believe this is the relevant
section in Makefile:
# User needs to manually download the distfile
.if !(exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})) && !
defined(PACKAGE_BUILDING)
IGNORE= commercial source download is restricted. Please visit and read
${DG_URL} and download ${DISTNAME}${EXTRACT_SUFX} into ${DISTDIR} before
running make
.endif
Is this acceptable in OpenBSD, you think? It sure is not nice in terms
of BSD ports standards, I totally agree.