Bug 238555

Summary: devel/msgpack: Do not build examples
Product: Ports & Packages Reporter: Yuri Victorovich <yuri>
Component: Individual Port(s)Assignee: Adam Weinberger <adamw>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (adamw)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Yuri Victorovich freebsd_committer freebsd_triage 2019-06-14 03:23:03 UTC
Created attachment 205051 [details]
patch

Examples compilation took most of the build time. They aren't needed to be built in the port.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-06-14 14:16:33 UTC
A commit references this bug:

Author: adamw
Date: Fri Jun 14 14:16:19 UTC 2019
New revision: 504195
URL: https://svnweb.freebsd.org/changeset/ports/504195

Log:
  msgpack: Don't build examples

  30 of the 43 build steps are for examples.

  PR:		238555
  Submitted by:	yuri

Changes:
  head/devel/msgpack/Makefile
Comment 2 Adam Weinberger freebsd_committer freebsd_triage 2019-06-14 17:27:01 UTC
Thank Yuri! This was a great idea.
Comment 3 Yuri Victorovich freebsd_committer freebsd_triage 2019-06-14 18:58:00 UTC
(In reply to Adam Weinberger from comment #2)

You are welcome, Adam!