Actions
Submit #3201
openFixes make search display
Start date:
08/17/2019
Due date:
% Done:
0%
Estimated time:
Description
when doing /usr/dports/Makefile's 'make search'
the result is incorrectly displayed:
B-deps is empty R-deps is empty WWW is empty
current:
--------
Port: py27-wxPython30-3.0.2.0_7 Path: /usr/dports/x11-toolkits/py-wxPython30 Info: GUI toolkit for the Python programming language Maint: python@FreeBSD.org B-deps: R-deps: WWW:
corrections are done in Mk/bsd.port.subdir.mk, function changed starts at line 380:
fixed a typo and corrected the offsets
result:
-------
Port: py27-wxPython30-3.0.2.0_7 Path: /usr/dports/x11-toolkits/py-wxPython30 Info: GUI toolkit for the Python programming language Maint: python@FreeBSD.org B-deps: /usr/dports/devel/gettext-runtime /usr/dports/devel/gettext-tools /usr/dports/devel/pkgconf /usr/dports/devel/py-setuptools /usr/dports/lang/python27 /usr/dports/x11-toolkits/wxgtk30 R-deps: /usr/dports/devel/gettext-runtime /usr/dports/devel/py-setuptools /usr/dports/lang/python27 /usr/dports/x11-toolkits/py-wxPython-common /usr/dports/x11-toolkits/wxgtk30 WWW: http://www.wxpython.org
which is the desired info-display
Files
Actions