[Bug 191273] New: [patch] port.mk/options.mk: BUILD_RUN_DEPENDS convenience helper

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jun 22 13:25:22 UTC 2014


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 at FreeBSD.org
          Reporter: adamw at 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.


More information about the freebsd-ports-bugs mailing list