svn commit: r555414 - head/devel/libfmt

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 15 18:16:51 UTC 2020


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 at 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


More information about the svn-ports-head mailing list