Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Nov 2020 18:16:45 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555414 - head/devel/libfmt
Message-ID:  <202011151816.0AFIGjR7035911@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <daniel.engberg.lists@pyret.net>

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



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