From owner-svn-ports-all@freebsd.org Fri Jun 23 04:47:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F0C5D9C51C; Fri, 23 Jun 2017 04:47:53 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6F05B779F2; Fri, 23 Jun 2017 04:47:53 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5N4lqC1019089; Fri, 23 Jun 2017 04:47:52 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5N4lqoS019088; Fri, 23 Jun 2017 04:47:52 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201706230447.v5N4lqoS019088@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 23 Jun 2017 04:47:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444163 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2017 04:47:53 -0000 Author: jbeich Date: Fri Jun 23 04:47:52 2017 New Revision: 444163 URL: https://svnweb.freebsd.org/changeset/ports/444163 Log: www/libxul: unbreak on FreeBSD < 12.0 after r444091 configure: error: Option, jemalloc, does not take an argument (4). Reported by: George Mitchell (via ports@ list) Modified: head/Mk/bsd.gecko.mk (contents, props changed) Modified: head/Mk/bsd.gecko.mk ============================================================================== --- head/Mk/bsd.gecko.mk Fri Jun 23 00:05:56 2017 (r444162) +++ head/Mk/bsd.gecko.mk Fri Jun 23 04:47:52 2017 (r444163) @@ -142,7 +142,11 @@ LDFLAGS+= -Wl,--as-needed .if ${MOZILLA_VER:R:R} < 55 && ${OPSYS} == FreeBSD && ${OSVERSION} < 1200032 # use jemalloc 3.0.0 (4.0 for firefox 43+) API for stats/tuning MOZ_EXPORT+= MOZ_JEMALLOC4=1 +.if ${MOZILLA_VER:R:R} >= 48 MOZ_OPTIONS+= --enable-jemalloc=4 +.elif ${OSVERSION} < 1100079 +MOZ_OPTIONS+= --enable-jemalloc +.endif # Mozilla >= 48 .endif # Mozilla < 55 # Standard depends