From owner-svn-ports-all@freebsd.org Mon Oct 10 04:26:24 2016 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 3A73CAF7C36; Mon, 10 Oct 2016 04:26:24 +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 03247E9E; Mon, 10 Oct 2016 04:26:23 +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 u9A4QNm0081275; Mon, 10 Oct 2016 04:26:23 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9A4QNOX081274; Mon, 10 Oct 2016 04:26:23 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610100426.u9A4QNOX081274@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 10 Oct 2016 04:26:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423634 - head/devel/marisa-trie 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: Mon, 10 Oct 2016 04:26:24 -0000 Author: jbeich Date: Mon Oct 10 04:26:22 2016 New Revision: 423634 URL: https://svnweb.freebsd.org/changeset/ports/423634 Log: devel/marisa-trie: enable SSE2 by default on amd64 Respect CPUTYPE defined via make.conf in order to derive option defaults. PR: 213271 Approved by: Iblis Lin (maintainer) Modified: head/devel/marisa-trie/Makefile (contents, props changed) Modified: head/devel/marisa-trie/Makefile ============================================================================== --- head/devel/marisa-trie/Makefile Mon Oct 10 03:46:59 2016 (r423633) +++ head/devel/marisa-trie/Makefile Mon Oct 10 04:26:22 2016 (r423634) @@ -3,6 +3,7 @@ PORTNAME= marisa-tire PORTVERSION= 0.24 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GH @@ -27,6 +28,7 @@ CONFIGURE_ARGS= --with-pkg-config-dir=${ INSTALL_TARGET= install-strip OPTIONS_DEFINE= SSE2 SSE3 SSSE3 SSE4 SSE41 SSE42 SSE4A POPCNT +OPTIONS_DEFAULT=${MACHINE_CPU:tu} SSE2_DESC= Support for SSE2 SSE2_CONFIGURE_ENABLE= sse2