From owner-svn-ports-all@freebsd.org Sun Nov 4 10:12:12 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B9C110FBCFF; Sun, 4 Nov 2018 10:12:12 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5947D84086; Sun, 4 Nov 2018 10:12:11 +0000 (UTC) (envelope-from yuri@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 1E6D027004; Sun, 4 Nov 2018 10:12:11 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wA4ACBWU012291; Sun, 4 Nov 2018 10:12:11 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wA4ACAkF012288; Sun, 4 Nov 2018 10:12:10 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201811041012.wA4ACAkF012288@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 4 Nov 2018 10:12:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483984 - head/devel/eastl X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/eastl X-SVN-Commit-Revision: 483984 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5947D84086 X-Spamd-Result: default: False [-0.12 / 200.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; HAS_XAW(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all]; DMARC_NA(0.00)[FreeBSD.org]; RCVD_COUNT_THREE(0.00)[4]; MX_GOOD(-0.01)[cached: mx1.FreeBSD.org]; NEURAL_HAM_SHORT(-0.01)[-0.007,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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, 04 Nov 2018 10:12:12 -0000 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 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