[Bug 218688] [patch] graphics/mupdf links with ssl if a pkgconfig for libcrypto exists

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon May 1 11:43:45 UTC 2017


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

--- Comment #2 from Zsolt Udvari <udvzsolt at gmail.com> ---
Your patch isn't good.

If you add simply "USES+=ssl" it means that mupdf wants to use SSL base
(/usr/lib/libcrypto.so) and doesn't trigger to install libre/openssl.
And in this case you don't have any ssl-specific pkg-config file so the mupdf's
test will fail.

I think we have two choices:
- full disable the ssl (patch the ssl-test in Makerules)
- use the system's ssl (patch the ssl-test and SYS_LIBCRYPTO_{CFLAGS,LIBS})

Or an another choice:
- use libre/openssl - but I don't want it because I've an idea to more work on
mupdf port: print/cups-client now requires mupdf so the install of cups-client
requires many Xorg-libraries (if you've a printserver you don't want many
Xorg-libraries).

My opinion: the full disable because there isn't any bug report (feature
request) about missing ssl in mupdf.

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


More information about the freebsd-ports-bugs mailing list