Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Aug 2015 06:13:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 202052] ports-mgmt/portlint warns about EXTRACT_DEPENDS=${AUTOCONF_DEPENDS}
Message-ID:  <bug-202052-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: gerald@FreeBSD.org
          Assignee: marcus@FreeBSD.org
             Flags: maintainer-feedback?(marcus@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.



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