Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jun 2014 13:25:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 191273] New: [patch] port.mk/options.mk: BUILD_RUN_DEPENDS convenience helper
Message-ID:  <bug-191273-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191273

            Bug ID: 191273
           Summary: [patch] port.mk/options.mk: BUILD_RUN_DEPENDS
                    convenience helper
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: ---
         Component: Infrastructure
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: adamw@FreeBSD.org

Created attachment 144026
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=144026&action=edit
patch

Quite often, binaries are needed as build-time and run-time dependencies. There
are even instructions floating around about why you can't
RUN_DEPENDS=${BUILD_DEPENDS} (needing RUN_DEPENDS:= instead). So why not give a
convenient way to do it all at once?

This adds BUILD_RUN_DEPENDS=.
It also adds ${opt}_BUILD_RUN_DEPENDS and ${opt}_BUILD_RUN_DEPENDS_OFF helpers.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-191273-13>