[Bug 202052] ports-mgmt/portlint warns about EXTRACT_DEPENDS=${AUTOCONF_DEPENDS}

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Aug 3 06:13:13 UTC 2015


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

            Bug ID: 202052
           Summary: ports-mgmt/portlint warns about
                    EXTRACT_DEPENDS=${AUTOCONF_DEPENDS}
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: marcus at FreeBSD.org
          Reporter: gerald at FreeBSD.org
          Assignee: marcus at FreeBSD.org
             Flags: maintainer-feedback?(marcus at FreeBSD.org)

emulators/wine-devel/Makefile has the following snippet:

  EXTRACT_DEPENDS=bash:${PORTSDIR}/shells/bash \
                  git:${PORTSDIR}/devel/git \
                  ${AUTOCONF_DEPENDS}

portlint -C warns about this a follows due to the ${AUTOCONF_DEPENDS} part:

  WARN: Makefile: wrong dependency value for EXTRACT_DEPENDS.
  EXTRACT_DEPENDS requires 2 or 3 colon-separated tuples.

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


More information about the freebsd-ports-bugs mailing list