git: c04e85e180e5 - main - graphics/luminance-qt5: adjust Eigen dependency

Alexey Dokuchaev danfe at freebsd.org
Wed Sep 8 08:35:35 UTC 2021


On Wed, Sep 08, 2021 at 08:28:48AM +0000, Adriaan de Groot wrote:
> commit c04e85e180e566fa830b63a3506d919e04ac4bc5
> 
>     graphics/luminance-qt5: adjust Eigen dependency
>     
>     - get Eigen via USES
>     - adjust CMake helpers while here
>  
> -OPTIONS_DEFINE=	CFITSIO DOCS HELPBROWSER
> +OPTIONS_DEFINE=		CFITSIO DOCS HELPBROWSER
>  OPTIONS_DEFAULT=	CFITSIO HELPBROWSER
>  
>  CFITSIO_LIB_DEPENDS=	libcfitsio.so:astro/cfitsio
>  
>  HELPBROWSER_DESC=	Build help browser (requires QtWebEngine)
>  HELPBROWSER_USE=	QT=webchannel,webengine
> -HELPBROWSER_CMAKE_ON=	-DWITH_HELPBROWSER:BOOL=ON
> +HELPBROWSER_CMAKE_ON=	WITH_HELPBROWSER

This is wrong, I think you're confusing CMAKE_ON and SOME_OPTION_CMAKE_ON.

./danfe


More information about the dev-commits-ports-main mailing list