From owner-svn-ports-head@FreeBSD.ORG Wed May 28 16:37:21 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 370E3C50; Wed, 28 May 2014 16:37:21 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0FEBE2A3C; Wed, 28 May 2014 16:37:20 +0000 (UTC) Received: from [192.168.0.21] (unknown [130.255.19.191]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 4493843B4A; Wed, 28 May 2014 11:36:57 -0500 (CDT) Message-ID: <53861098.3010004@marino.st> Date: Wed, 28 May 2014 18:36:40 +0200 From: John Marino Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r355641 - head/www/nghttp2 References: <201405281617.s4SGHgQI042019@svn.freebsd.org> In-Reply-To: <201405281617.s4SGHgQI042019@svn.freebsd.org> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2014 16:37:21 -0000 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