Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 May 2014 18:36:40 +0200
From:      John Marino <freebsd.contact@marino.st>
To:        Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>,  ports-committers@freebsd.org, svn-ports-all@freebsd.org,  svn-ports-head@freebsd.org
Subject:   Re: svn commit: r355641 - head/www/nghttp2
Message-ID:  <53861098.3010004@marino.st>
In-Reply-To: <201405281617.s4SGHgQI042019@svn.freebsd.org>
References:  <201405281617.s4SGHgQI042019@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53861098.3010004>