[Bug 196519] BUILD_DEPENDS can not contain templates

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jan 5 18:26:37 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196519

            Bug ID: 196519
           Summary: BUILD_DEPENDS can not contain templates
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Ports Framework
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: mi at ALDAN.algebra.com
                CC: portmgr at FreeBSD.org

Though devel/git builds just fine with docbook-4.4, it currently insists on
4.5:

BUILD_DEPENDS+=xmlto:${PORTSDIR}/textproc/xmlto \
               asciidoc:${PORTSDIR}/textproc/asciidoc \
              
${LOCALBASE}/share/xml/docbook/4.5:${PORTSDIR}/textproc/docbook-xml

Trying to replace 4.5 above with 4.* does not work -- the build checks for
literal '4.*' instead of trying to find anything matching the template. It
should be possible to specify such templates for BUILD_DEPENDS -- just as it is
possible to do so for LIB_DEPENDS.

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


More information about the freebsd-ports-bugs mailing list