[Bug 199929] [NEW PORT] math/cryptominisat

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue May 5 15:44:28 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199929

--- Comment #3 from 6yearold at gmail.com ---
(In reply to Jan Beich from comment #1)
>WARN: /usr/ports/math/cryptominisat/pkg-plist: [8]: installing shared libraries, please define USE_LDCONFIG as appropriate
>Maybe set SOVERSION, so the library path can be cached by ldconfig(8)
and used not only via RPATH.
Yup, but what's the proper way to do this? Make a symlink at post-install?

>USES=python with no version specified is for ports that support both
python2 and python3. CMakeLists.txt seems to disagree:

As with find_package(Boost 1.46) case, this version number is a minimum version
required. Since cryptominisat author doesn't check for actual version of python
that have been found, i thought it should work with any python that is 2.7+.

> Why not create a separate USE_PYTHON=distutils port that depends on this one?
I don't see why it's required. The setup.py script is still configured by
CMake, so, from my understanding, i would have to run either cmake or setup.py
manually.

Regarding other problems, i'll fix them and resubmit the port.
Thanks for review.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list