mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
Update to version 1.8.3
PR: ports/160493 Submitted by: Yuri <yuri@tsoft.com> (maintainer) Approved by: miwi, wen (mentors implicit)
This commit is contained in:
parent
d2d38aefa6
commit
d39f0c97ab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281330
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= google-perftools
|
||||
PORTVERSION= 1.7
|
||||
PORTVERSION= 1.8.3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
|
||||
${MASTER_SITE_LOCAL}
|
||||
@ -33,10 +33,8 @@ post-patch:
|
||||
|
||||
post-build:
|
||||
@${ECHO}
|
||||
@${ECHO} "Be aware that 6 (tcmalloc_minimal_unittest tcmalloc_minimal_debug_unittest tcmalloc_unittest tcmalloc_both_unittest tcmalloc_debug_unittest tcmalloc_and_profiler_unittest) out of 38 self tests is known to fail on i386 platform (all tests pass on amd64)."
|
||||
@${ECHO} "Perftools developers were notified: http://code.google.com/p/google-perftools/issues/detail?id=212"
|
||||
@${ECHO} "Run 'make check' and try to fix that. Thanks!"
|
||||
@${ECHO} "Be aware that another self test (profiler_unittest) can randomly fail on the loaded system."
|
||||
@${ECHO} "Please run 'make check' and verify there are no failing testcases on your system."
|
||||
@${ECHO} "Report any testcase failures to http://code.google.com/p/google-perftools/issues/list"
|
||||
@${ECHO}
|
||||
|
||||
# four of the tests are known to fail on 7.0, uncomment this as soon as this is fixed
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (google-perftools-1.7.tar.gz) = 65326e3328a84c97d9de79d3f7dfdda6c78d9310217bfb8ac0a0845759e69b15
|
||||
SIZE (google-perftools-1.7.tar.gz) = 1207931
|
||||
SHA256 (google-perftools-1.8.3.tar.gz) = 6ad744b34abb24312631740d9912f4667993b02e5f59b91246c31a2a911a9d59
|
||||
SIZE (google-perftools-1.8.3.tar.gz) = 1265062
|
||||
|
@ -15,23 +15,23 @@ lib/libprofiler.so.1
|
||||
lib/libtcmalloc.a
|
||||
lib/libtcmalloc.la
|
||||
lib/libtcmalloc.so
|
||||
lib/libtcmalloc.so.1
|
||||
lib/libtcmalloc.so.2
|
||||
lib/libtcmalloc_and_profiler.a
|
||||
lib/libtcmalloc_and_profiler.la
|
||||
lib/libtcmalloc_and_profiler.so
|
||||
lib/libtcmalloc_and_profiler.so.1
|
||||
lib/libtcmalloc_and_profiler.so.2
|
||||
lib/libtcmalloc_debug.a
|
||||
lib/libtcmalloc_debug.la
|
||||
lib/libtcmalloc_debug.so
|
||||
lib/libtcmalloc_debug.so.1
|
||||
lib/libtcmalloc_debug.so.2
|
||||
lib/libtcmalloc_minimal.a
|
||||
lib/libtcmalloc_minimal.la
|
||||
lib/libtcmalloc_minimal.so
|
||||
lib/libtcmalloc_minimal.so.1
|
||||
lib/libtcmalloc_minimal.so.2
|
||||
lib/libtcmalloc_minimal_debug.a
|
||||
lib/libtcmalloc_minimal_debug.la
|
||||
lib/libtcmalloc_minimal_debug.so
|
||||
lib/libtcmalloc_minimal_debug.so.1
|
||||
lib/libtcmalloc_minimal_debug.so.2
|
||||
libdata/pkgconfig/libprofiler.pc
|
||||
libdata/pkgconfig/libtcmalloc.pc
|
||||
libdata/pkgconfig/libtcmalloc_debug.pc
|
||||
|
Loading…
Reference in New Issue
Block a user