Hi
I am upgrading xorg-server. Some dependencies, python libraries failed to build, so I downloaded the tarballs and installed them manually with
Please have a look to my previous post
https://forums.freebsd.org/threads/devel-py-jinja2-buid-failed.49196/
these libraries are installed in
/usr/local/lib/python2.7/site-packages/jinja2
/usr/local/lib/python2.7/site-packages/markupsafe
/usr/local/lib/python2.7/site-packages/babel
I assume it's fine.
Now, running
then the process will stop
I have probably to register the installation of Jinja2, markupsafe, babel!
But How to proceed?
Thanks!
I am upgrading xorg-server. Some dependencies, python libraries failed to build, so I downloaded the tarballs and installed them manually with
python setup.py installPlease have a look to my previous post
https://forums.freebsd.org/threads/devel-py-jinja2-buid-failed.49196/
these libraries are installed in
/usr/local/lib/python2.7/site-packages/jinja2
/usr/local/lib/python2.7/site-packages/markupsafe
/usr/local/lib/python2.7/site-packages/babel
I assume it's fine.
Now, running
portmaster -r xorg-server again, these packages still required,
Code:
....
Install devel/py-Jinja2
Install textproc/py-MarkupSafe
....
I have probably to register the installation of Jinja2, markupsafe, babel!
But How to proceed?
Thanks!