Created attachment 184132 [details] patch Builds in poudriere. Added the port options to reflect configure options: * The tcmalloc internal page size (8K/32K/64K) * The tcmalloc allocation alignment (8 bytes/16 bytes)
A commit references this bug: Author: ultima Date: Fri Jul 7 23:50:07 UTC 2017 New revision: 445287 URL: https://svnweb.freebsd.org/changeset/ports/445287 Log: * Updated to 2.6 * Added gmake to USES * New options, PAGE and ALIGN, Default PAGE8k ALIGN16 * Moved LIB_DEPENDS, BROKEN_*(13.1.5) comes before *_DEPENDS(13.1.6)[1] * Moved USES, comes before USE_*(13.1.7)[1] Changelog: https://github.com/gperftools/gperftools/releases/tag/gperftools-2.6 [1] https://www.freebsd.org/doc/en/books/porters-handbook/porting-samplem.html#porting-samplem-order PR: 220519 Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer) Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11524 Changes: head/devel/google-perftools/Makefile head/devel/google-perftools/distinfo head/devel/google-perftools/files/patch-Makefile.in head/devel/google-perftools/files/patch-src_pprof head/devel/google-perftools/pkg-plist
Committed, thanks for your contributions!