From owner-svn-ports-all@freebsd.org Sun Nov 15 18:16:51 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0F0FA4628AF; Sun, 15 Nov 2020 18:16:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CZ0lj47xdz4vnJ; Sun, 15 Nov 2020 18:16:49 +0000 (UTC) (envelope-from sunpoet@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3770F200BE; Sun, 15 Nov 2020 18:16:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0AFIGjGZ035913; Sun, 15 Nov 2020 18:16:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0AFIGjR7035911; Sun, 15 Nov 2020 18:16:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202011151816.0AFIGjR7035911@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 15 Nov 2020 18:16:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r555414 - head/devel/libfmt X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/libfmt X-SVN-Commit-Revision: 555414 X-SVN-Commit-Repository: ports 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.34 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: Sun, 15 Nov 2020 18:16:53 -0000 Author: sunpoet Date: Sun Nov 15 18:16:45 2020 New Revision: 555414 URL: https://svnweb.freebsd.org/changeset/ports/555414 Log: Update to 7.1.2 - Add FULL_CACHE_DRAGONBOX option Changes: https://github.com/fmtlib/fmt/releases PR: 250959 Submitted by: Daniel Engberg Modified: head/devel/libfmt/Makefile head/devel/libfmt/distinfo Modified: head/devel/libfmt/Makefile ============================================================================== --- head/devel/libfmt/Makefile Sun Nov 15 18:13:41 2020 (r555413) +++ head/devel/libfmt/Makefile Sun Nov 15 18:16:45 2020 (r555414) @@ -2,7 +2,7 @@ PORTNAME= fmt # Make sure to check devel/spdlog consumers too -PORTVERSION= 7.0.3 +PORTVERSION= 7.1.2 MASTER_SITES= https://github.com/fmtlib/fmt/releases/download/${PORTVERSION}/ CATEGORIES= devel PKGNAMEPREFIX= lib @@ -22,6 +22,12 @@ CMAKE_ON= BUILD_SHARED_LIBS PLIST_SUB= SHL1=${PORTVERSION:R:R} \ SHL3=${PORTVERSION} + +OPTIONS_DEFINE= FULL_CACHE_DRAGONBOX +OPTIONS_DEFAULT=FULL_CACHE_DRAGONBOX +FULL_CACHE_DRAGONBOX_DESC= Use larger binary size for better performance + +FULL_CACHE_DRAGONBOX_CXXFLAGS= -DFMT_USE_FULL_CACHE_DRAGONBOX=1 do-test: @cd ${BUILD_WRKSRC} && \ Modified: head/devel/libfmt/distinfo ============================================================================== --- head/devel/libfmt/distinfo Sun Nov 15 18:13:41 2020 (r555413) +++ head/devel/libfmt/distinfo Sun Nov 15 18:16:45 2020 (r555414) @@ -1,3 +1,3 @@ -TIMESTAMP = 1601319668 -SHA256 (fmt-7.0.3.zip) = decfdf9ad274070fa85f26407b816f5a4d82205ae86bac1990be658d0795ea4d -SIZE (fmt-7.0.3.zip) = 1152094 +TIMESTAMP = 1605426617 +SHA256 (fmt-7.1.2.zip) = 4d6968ab7c01e95cc76df136755703defb985105a117b83057e4fd5d53680ea7 +SIZE (fmt-7.1.2.zip) = 1192292