Page MenuHomeFreeBSD

areilly_bigpond.net.au (Andrew Reilly)
User

Projects

User does not belong to any projects.

User Details

User Since
Dec 27 2019, 11:24 PM (303 w, 6 d)

Recent Activity

Jan 6 2020

areilly_bigpond.net.au added a comment to rP521017: graphics/jasper: Add missing OPENGL dependencies, use CMAKE_BOOL.

I'm afraid that I can't reproduce the failure now. Perhaps CMAKE itself has been upgraded in the intervening time, and now understands the tricky boolean logic better.
When I build it I switch the "OPENGL" option off, because I'm building for a headless server, so I don't want to install xorg or mesa. Jasper is being brought in as a dependency of Samba, possibly through Tracker.
The fault that I was seeing before was an error from CMAKE about not being able to find gl in the system. That's correct in that my system has no OpenGL related libraries, but IMO it should not have been looking for them in the first place.
In any event, with the current (521300 2019-12-29 12:53:01Z sunpoet) version of the Makefile, the build completes cleanly. Yay!

Jan 6 2020, 9:57 PM

Dec 28 2019

areilly_bigpond.net.au added a comment to rP521017: graphics/jasper: Add missing OPENGL dependencies, use CMAKE_BOOL.

This change (portrevision 1) re-breaks the no-opengl build. It might not be the only way, but I had to add
-DJAS_ENABLE_OPENGL=false \
to CMAKE_ARGS to stop CMAKE from erroring-out when it went to look for opengl.
That might not be the only way to fix this (it seems as though the JAS_ENABLE_OPENGL thing is meant to do this, but I don't know enough about the make/CMAKE magic to know why it isn't.

Dec 28 2019, 11:34 AM