Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jan 2018 15:28:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 224674] Mk/bsd.port.mk: make package-depends-list does not recognize flavor
Message-ID:  <bug-224674-13-MrCoE21MyB@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-224674-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-224674-13@https.bugs.freebsd.org/bugzilla/>

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

--- Comment #4 from Po-Chuan Hsieh <sunpoet@FreeBSD.org> ---
Do you have py27-setuptools installed?
It seems the result is still incorrect if py27-setuptools is installed.

% pkg info -x setuptools
py27-setuptools-38.2.5
py36-setuptools-38.2.5
py36-setuptools_scm-1.15.5

% cd /usr/ports/devel/py-pytz/
% make package-depends-list
py27-setuptools-38.2.5 /usr/ports/devel/py-setuptools devel/py-setuptools
py36-setuptools-38.2.5 /usr/ports/devel/py-setuptools devel/py-setuptools
python36-3.6.4 /usr/ports/lang/python36 lang/python36
libffi-3.2.1_2 /usr/ports/devel/libffi devel/libffi
indexinfo-0.3.1 /usr/ports/print/indexinfo print/indexinfo
readline-7.0.3_1 /usr/ports/devel/readline devel/readline

% pkg delete py27-setuptools-38.2.5
...
% pkg info -x setuptools
py36-setuptools-38.2.5
py36-setuptools_scm-1.15.5
% make package-depends-list
py36-setuptools-38.2.5 /usr/ports/devel/py-setuptools devel/py-setuptools
python36-3.6.4 /usr/ports/lang/python36 lang/python36
libffi-3.2.1_2 /usr/ports/devel/libffi devel/libffi
indexinfo-0.3.1 /usr/ports/print/indexinfo print/indexinfo
readline-7.0.3_1 /usr/ports/devel/readline devel/readline

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



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