Bug 218266 - [PATCH] net/p5-Net-Whois-IP: RUN_DEPENDS unintended side effects
Summary: [PATCH] net/p5-Net-Whois-IP: RUN_DEPENDS unintended side effects
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: Frederic Culot
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2017-03-31 16:25 UTC by Andreas Hollmann
Modified: 2017-04-19 13:56 UTC (History)
0 users

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


Attachments
Simple fix (532 bytes, patch)
2017-03-31 16:25 UTC, Andreas Hollmann
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Hollmann 2017-03-31 16:25:13 UTC
Created attachment 181356 [details]
Simple fix

Defining 'RUN_DEPENDS+=  ${BUILD_DEPENDS}' results in uninteded side effects in case of using ccache by defining WITH_CCACHE_BUILD=yes in your /etc/make.conf. 

ccache is added to BUILD_DEPENDS and ends up in RUN_DEPENDS.
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-04-19 13:55:35 UTC
A commit references this bug:

Author: culot
Date: Wed Apr 19 13:55:04 UTC 2017
New revision: 438841
URL: https://svnweb.freebsd.org/changeset/ports/438841

Log:
  - Fix RUN_DEPENDS assignment [1]
  - Shorten COMMENT

  PR:           218266 [1]
  Submitted by: Andreas Hollmann <andreas.hollmann@gmail.com>

Changes:
  head/net/p5-Net-Whois-IP/Makefile
  head/net/p5-Net-Whois-IP/distinfo
Comment 2 Frederic Culot freebsd_committer freebsd_triage 2017-04-19 13:56:55 UTC
Thanks for submitting this PR, and sorry for my late action :'(