[Bug 208673] ports-mgmt/portlint: deal with ${PORTSDIR} removal from port dependencies
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Apr 10 13:23:16 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208673
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 at FreeBSD.org
Reporter: jrm at ftfl.ca
Flags: maintainer-feedback?(marcus at FreeBSD.org)
Assignee: marcus at FreeBSD.org
Created attachment 169147
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=169147&action=edit
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.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list