Bug 220519 - devel/google-perftools: Update to 2.6
Summary: devel/google-perftools: Update to 2.6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Richard Gallamore
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-06 15:37 UTC by Yuri Victorovich
Modified: 2017-07-07 23:52 UTC (History)
1 user (show)

See Also:


Attachments
patch (7.42 KB, patch)
2017-07-06 15:37 UTC, Yuri Victorovich
yuri: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Victorovich freebsd_committer freebsd_triage 2017-07-06 15:37:16 UTC
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)
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-07-07 23:51:04 UTC
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
Comment 2 Richard Gallamore freebsd_committer freebsd_triage 2017-07-07 23:52:21 UTC
Committed, thanks for your contributions!