Bug 208673 - ports-mgmt/portlint: deal with ${PORTSDIR} removal from port dependencies
Summary: ports-mgmt/portlint: deal with ${PORTSDIR} removal from port dependencies
Status: Closed DUPLICATE of bug 208272
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Joe Marcus Clarke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-10 13:23 UTC by Joseph Mingrone
Modified: 2016-04-11 17:10 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (marcus)


Attachments
svn-generated patch to upgrade to version 2.16.9 (786 bytes, patch)
2016-04-10 13:23 UTC, Joseph Mingrone
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Mingrone freebsd_committer freebsd_triage 2016-04-10 13:23:15 UTC
Created attachment 169147 [details]
svn-generated patch to upgrade to version 2.16.9

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

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

now written as

LIB_DEPENDS=   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.
Comment 1 Dmitry Marakasov freebsd_committer freebsd_triage 2016-04-11 17:10:28 UTC

*** This bug has been marked as a duplicate of bug 208272 ***