Bug 238555 - devel/msgpack: Do not build examples
Summary: devel/msgpack: Do not build examples
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: Adam Weinberger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-14 03:23 UTC by Yuri Victorovich
Modified: 2019-06-14 18:58 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (adamw)


Attachments
patch (335 bytes, patch)
2019-06-14 03:23 UTC, Yuri Victorovich
no flags 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 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!