svn commit: r460953 - in head/devel: p4d p4ftpd p4p

Eugene Grosbein eugen at grosbein.net
Sun Feb 4 23:41:50 UTC 2018


05.02.2018 6:35, Gordon Tetlow wrote:

> +.if ${ARCH} == amd64
> +PLATFORM=	freebsd100x86_64
> +
> +.elif ${ARCH} == i386
> +PLATFORM=	freebsd100x86
> +
> +.else
> +IGNORE=		unsupported OS release, sorry
> +.endif

Misleading diagnostic message when platform is a problem, not a release.



More information about the svn-ports-head mailing list