Bug 235485 - devel/nimble: Fix build cache location
Summary: devel/nimble: Fix build cache location
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: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-04 10:56 UTC by Neal Nelson
Modified: 2019-02-05 12:47 UTC (History)
0 users

See Also:


Attachments
Patch for change. (503 bytes, patch)
2019-02-04 10:56 UTC, Neal Nelson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Neal Nelson 2019-02-04 10:56:44 UTC
Created attachment 201712 [details]
Patch for change.

Building devel/nimble tries to create a build cache at /nonexistent, which poudriere quite rightly does not like. This patch fixes that so that the build cache is within WRKSRC.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-02-05 12:47:00 UTC
A commit references this bug:

Author: swills
Date: Tue Feb  5 12:46:16 UTC 2019
New revision: 492201
URL: https://svnweb.freebsd.org/changeset/ports/492201

Log:
  ddevel/nimble: Fix build cache location

  PR:		235485
  Submitted by:	Neal Nelson <ports@nicandneal.net> (maintainer)

Changes:
  head/devel/nimble/Makefile
Comment 2 Steve Wills freebsd_committer freebsd_triage 2019-02-05 12:47:25 UTC
Committed, thanks!