Index: head/devel/google-perftools/Makefile =================================================================== --- head/devel/google-perftools/Makefile (revision 269882) +++ head/devel/google-perftools/Makefile (revision 269883) @@ -1,55 +1,57 @@ # New ports collection makefile for: google-sparsehash # Date created: 07 January 2007 # Whom: Yuri Victorovich # # $FreeBSD$ # PORTNAME= google-perftools -PORTVERSION= 1.6 +PORTVERSION= 1.7 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= vd/${PORTNAME} MAINTAINER= yuri@tsoft.com COMMENT= Fast, multi-threaded malloc() and nifty performance analysis tools GNU_CONFIGURE= yes USE_LDCONFIG= yes MAN1= pprof.1 LICENSE= BSD LICENSE_FILE= ${WRKSRC}/COPYING +USE_GNOME= gnomehack + post-patch: .if defined(NOPORTDOCS) ${REINPLACE_CMD} -e \ '/^install-data-am:/ s|install-dist_docDATA||' \ ${WRKSRC}/Makefile.in .endif 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." + @${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} # four of the tests are known to fail on 7.0, uncomment this as soon as this is fixed #regression-test: check check: build cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check .include .if ${ARCH} == "amd64" CONFIGURE_ARGS+=--enable-frame-pointers .endif .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" BROKEN= Does not build, assembly not supported, see PR-94: http://code.google.com/p/google-perftools/issues/detail?id=94&can=1 .endif .include Property changes on: head/devel/google-perftools/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/devel/google-perftools/distinfo =================================================================== --- head/devel/google-perftools/distinfo (revision 269882) +++ head/devel/google-perftools/distinfo (revision 269883) @@ -1,3 +1,2 @@ -MD5 (google-perftools-1.6.tar.gz) = 7acfee8d3e2ba968d20684e9f7033015 -SHA256 (google-perftools-1.6.tar.gz) = 40455b35235da304ad664b05ffbb44a1f65f4ec903e532cf365b2fae9edf1f5e -SIZE (google-perftools-1.6.tar.gz) = 1193915 +SHA256 (google-perftools-1.7.tar.gz) = 65326e3328a84c97d9de79d3f7dfdda6c78d9310217bfb8ac0a0845759e69b15 +SIZE (google-perftools-1.7.tar.gz) = 1207931 Property changes on: head/devel/google-perftools/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/devel/google-perftools/pkg-plist =================================================================== --- head/devel/google-perftools/pkg-plist (revision 269882) +++ head/devel/google-perftools/pkg-plist (revision 269883) @@ -1,85 +1,90 @@ bin/pprof include/google/heap-checker.h include/google/heap-profiler.h include/google/malloc_extension.h include/google/malloc_extension_c.h include/google/malloc_hook.h include/google/malloc_hook_c.h include/google/profiler.h include/google/stacktrace.h include/google/tcmalloc.h lib/libprofiler.a lib/libprofiler.la lib/libprofiler.so -lib/libprofiler.so.0 +lib/libprofiler.so.1 lib/libtcmalloc.a lib/libtcmalloc.la lib/libtcmalloc.so -lib/libtcmalloc.so.0 +lib/libtcmalloc.so.1 lib/libtcmalloc_and_profiler.a lib/libtcmalloc_and_profiler.la lib/libtcmalloc_and_profiler.so -lib/libtcmalloc_and_profiler.so.0 +lib/libtcmalloc_and_profiler.so.1 lib/libtcmalloc_debug.a lib/libtcmalloc_debug.la lib/libtcmalloc_debug.so -lib/libtcmalloc_debug.so.0 +lib/libtcmalloc_debug.so.1 lib/libtcmalloc_minimal.a lib/libtcmalloc_minimal.la lib/libtcmalloc_minimal.so -lib/libtcmalloc_minimal.so.0 +lib/libtcmalloc_minimal.so.1 lib/libtcmalloc_minimal_debug.a lib/libtcmalloc_minimal_debug.la lib/libtcmalloc_minimal_debug.so -lib/libtcmalloc_minimal_debug.so.0 +lib/libtcmalloc_minimal_debug.so.1 +libdata/pkgconfig/libprofiler.pc +libdata/pkgconfig/libtcmalloc.pc +libdata/pkgconfig/libtcmalloc_debug.pc +libdata/pkgconfig/libtcmalloc_minimal.pc +libdata/pkgconfig/libtcmalloc_minimal_debug.pc %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/INSTALL %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/README_windows.txt %%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTDOCS%%%%DOCSDIR%%/cpuprofile-fileformat.html %%PORTDOCS%%%%DOCSDIR%%/cpuprofile.html %%PORTDOCS%%%%DOCSDIR%%/designstyle.css %%PORTDOCS%%%%DOCSDIR%%/heap-example1.png %%PORTDOCS%%%%DOCSDIR%%/heapprofile.html %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/overview.dot %%PORTDOCS%%%%DOCSDIR%%/overview.gif %%PORTDOCS%%%%DOCSDIR%%/pageheap.dot %%PORTDOCS%%%%DOCSDIR%%/pageheap.gif %%PORTDOCS%%%%DOCSDIR%%/pprof-test-big.gif %%PORTDOCS%%%%DOCSDIR%%/pprof-test.gif %%PORTDOCS%%%%DOCSDIR%%/pprof-vsnprintf-big.gif %%PORTDOCS%%%%DOCSDIR%%/pprof-vsnprintf.gif %%PORTDOCS%%%%DOCSDIR%%/pprof_remote_servers.html %%PORTDOCS%%%%DOCSDIR%%/spanmap.dot %%PORTDOCS%%%%DOCSDIR%%/spanmap.gif %%PORTDOCS%%%%DOCSDIR%%/t-test1.times.txt %%PORTDOCS%%%%DOCSDIR%%/tcmalloc-opspercpusec.vs.threads.1024.bytes.png %%PORTDOCS%%%%DOCSDIR%%/tcmalloc-opspercpusec.vs.threads.128.bytes.png %%PORTDOCS%%%%DOCSDIR%%/tcmalloc-opspercpusec.vs.threads.131072.bytes.png %%PORTDOCS%%%%DOCSDIR%%/tcmalloc-opspercpusec.vs.threads.16384.bytes.png %%PORTDOCS%%%%DOCSDIR%%/tcmalloc-opspercpusec.vs.threads.2048.bytes.png %%PORTDOCS%%%%DOCSDIR%%/tcmalloc-opspercpusec.vs.threads.256.bytes.png %%PORTDOCS%%%%DOCSDIR%%/tcmalloc-opspercpusec.vs.threads.32768.bytes.png %%PORTDOCS%%%%DOCSDIR%%/tcmalloc-opspercpusec.vs.threads.4096.bytes.png %%PORTDOCS%%%%DOCSDIR%%/tcmalloc-opspercpusec.vs.threads.512.bytes.png %%PORTDOCS%%%%DOCSDIR%%/tcmalloc-opspercpusec.vs.threads.64.bytes.png %%PORTDOCS%%%%DOCSDIR%%/tcmalloc-opspercpusec.vs.threads.65536.bytes.png %%PORTDOCS%%%%DOCSDIR%%/tcmalloc-opspercpusec.vs.threads.8192.bytes.png %%PORTDOCS%%%%DOCSDIR%%/tcmalloc-opspersec.vs.size.1.threads.png %%PORTDOCS%%%%DOCSDIR%%/tcmalloc-opspersec.vs.size.12.threads.png %%PORTDOCS%%%%DOCSDIR%%/tcmalloc-opspersec.vs.size.16.threads.png %%PORTDOCS%%%%DOCSDIR%%/tcmalloc-opspersec.vs.size.2.threads.png %%PORTDOCS%%%%DOCSDIR%%/tcmalloc-opspersec.vs.size.20.threads.png %%PORTDOCS%%%%DOCSDIR%%/tcmalloc-opspersec.vs.size.3.threads.png %%PORTDOCS%%%%DOCSDIR%%/tcmalloc-opspersec.vs.size.4.threads.png %%PORTDOCS%%%%DOCSDIR%%/tcmalloc-opspersec.vs.size.5.threads.png %%PORTDOCS%%%%DOCSDIR%%/tcmalloc-opspersec.vs.size.8.threads.png %%PORTDOCS%%%%DOCSDIR%%/tcmalloc.html %%PORTDOCS%%%%DOCSDIR%%/threadheap.dot %%PORTDOCS%%%%DOCSDIR%%/threadheap.gif @dirrmtry include/google %%PORTDOCS%%@dirrm %%DOCSDIR%% Property changes on: head/devel/google-perftools/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property