Date: Sun, 4 Nov 2018 10:12:10 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483984 - head/devel/eastl Message-ID: <201811041012.wA4ACAkF012288@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sun Nov 4 10:12:10 2018 New Revision: 483984 URL: https://svnweb.freebsd.org/changeset/ports/483984 Log: devel/eastl: Update 3.12.01 -> 3.12.04 Also add 'test' and 'benchmark' targets. Reported by: portscout Modified: head/devel/eastl/Makefile head/devel/eastl/distinfo head/devel/eastl/pkg-plist Modified: head/devel/eastl/Makefile ============================================================================== --- head/devel/eastl/Makefile Sun Nov 4 10:00:42 2018 (r483983) +++ head/devel/eastl/Makefile Sun Nov 4 10:12:10 2018 (r483984) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= eastl -DISTVERSION= 3.12.01 +DISTVERSION= 3.12.04 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -15,5 +15,17 @@ USE_GITHUB= yes GH_ACCOUNT= electronicarts GH_PROJECT= ${PORTNAME:tu} USE_LDCONFIG= yes + +do-test: + @cd ${BUILD_WRKSRC} && \ + ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DEASTL_BUILD_TESTS=ON ${CMAKE_SOURCE_PATH} && \ + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ + cd test && ctest -C ${CMAKE_BUILD_TYPE} + +benchmark: build + @cd ${BUILD_WRKSRC} && \ + ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DEASTL_BUILD_BENCHMARK=ON ${CMAKE_SOURCE_PATH} && \ + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ + cd benchmark && ctest -C ${CMAKE_BUILD_TYPE} .include <bsd.port.mk> Modified: head/devel/eastl/distinfo ============================================================================== --- head/devel/eastl/distinfo Sun Nov 4 10:00:42 2018 (r483983) +++ head/devel/eastl/distinfo Sun Nov 4 10:12:10 2018 (r483984) @@ -1,3 +1,3 @@ -TIMESTAMP = 1535785500 -SHA256 (electronicarts-EASTL-3.12.01_GH0.tar.gz) = 91852c777351927744520efc8841c9e6a0746a5b52ad5b53a8a2f9872217baad -SIZE (electronicarts-EASTL-3.12.01_GH0.tar.gz) = 1133233 +TIMESTAMP = 1541324991 +SHA256 (electronicarts-EASTL-3.12.04_GH0.tar.gz) = 320aacde350bac832756e300d4ae738a8b20148e52118e18131e673f4bbe9d22 +SIZE (electronicarts-EASTL-3.12.04_GH0.tar.gz) = 1171811 Modified: head/devel/eastl/pkg-plist ============================================================================== --- head/devel/eastl/pkg-plist Sun Nov 4 10:00:42 2018 (r483983) +++ head/devel/eastl/pkg-plist Sun Nov 4 10:12:10 2018 (r483984) @@ -6,6 +6,7 @@ include/EABase/eahave.h include/EABase/earesult.h include/EABase/eastdarg.h include/EABase/eaunits.h +include/EABase/int128.h include/EABase/nullptr.h include/EABase/version.h include/EASTL/algorithm.h @@ -19,12 +20,14 @@ include/EASTL/bonus/adaptors.h include/EASTL/bonus/call_traits.h include/EASTL/bonus/compressed_pair.h include/EASTL/bonus/fixed_ring_buffer.h +include/EASTL/bonus/fixed_tuple_vector.h include/EASTL/bonus/intrusive_sdlist.h include/EASTL/bonus/intrusive_slist.h include/EASTL/bonus/list_map.h include/EASTL/bonus/ring_buffer.h include/EASTL/bonus/sort_extra.h include/EASTL/bonus/sparse_matrix.h +include/EASTL/bonus/tuple_vector.h include/EASTL/chrono.h include/EASTL/core_allocator.h include/EASTL/core_allocator_adapter.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811041012.wA4ACAkF012288>