svn commit: r355641 - head/www/nghttp2

John Marino freebsd.contact at marino.st
Wed May 28 16:37:21 UTC 2014


On 5/28/2014 18:17, Sunpoet Po-Chuan Hsieh wrote:
> Author: sunpoet
> Date: Wed May 28 16:17:41 2014
> New Revision: 355641
> URL: http://svnweb.freebsd.org/changeset/ports/355641
> QAT: https://qat.redports.org/buildarchive/r355641/
> 
> Log:
>   - Use jemalloc only on FreeBSD 10 and above
>   - Strip shared library in post-install:
>   - Bump PORTREVISION

> +.if ${OSVERSION} >= 1000000
> +CONFIGURE_ARGS+=--with-jemalloc
> +.endif
> +


Could you change that to ".if ${OPSYS} == FreeBSD && ${OSVERSION} >=
1000000" please?

Thanks,
John


More information about the svn-ports-all mailing list