Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Apr 2016 13:23:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 208673] ports-mgmt/portlint: deal with ${PORTSDIR} removal from port dependencies
Message-ID:  <bug-208673-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 208673
           Summary: ports-mgmt/portlint: deal with ${PORTSDIR} removal
                    from port dependencies
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: marcus@FreeBSD.org
          Reporter: jrm@ftfl.ca
             Flags: maintainer-feedback?(marcus@FreeBSD.org)
          Assignee: marcus@FreeBSD.org

Created attachment 169147
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D169147&action=
=3Dedit
svn-generated patch to upgrade to version 2.16.9

With the removal of ${PORTSDIR} from dependencies, i.e.,=20

LIB_DEPENDS=3D   libjpeg.so:${PORTSDIR}/graphics/jpeg

now written as

LIB_DEPENDS=3D   libjpeg.so:graphics/jpeg

portlint is reporting that the target port directory doesn't exist.  The
attached patch fixes this and upgrades the port version to 2.16.9.

--=20
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-208673-13>