Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jan 2024 16:42:32 GMT
From:      Rainer Hurling <rhurlin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: efa0602848b5 - 2024Q1 - graphics/qgis-ltr: Avoid CMake warning MAKE_GRASS
Message-ID:  <202401121642.40CGgW60078471@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2024Q1 has been updated by rhurlin:

URL: https://cgit.FreeBSD.org/ports/commit/?id=efa0602848b5305a0693b08a4973a347321d1a32

commit efa0602848b5305a0693b08a4973a347321d1a32
Author:     Rainer Hurling <rhurlin@FreeBSD.org>
AuthorDate: 2024-01-12 16:37:36 +0000
Commit:     Rainer Hurling <rhurlin@FreeBSD.org>
CommitDate: 2024-01-12 16:42:06 +0000

    graphics/qgis-ltr: Avoid CMake warning MAKE_GRASS
    
    CMake Warning:
      Ignoring extra path from command line:
       "/usr/ports/graphics/qgis/work/.build/WITH_GRASS8"
    
    This happens, because of unneeded CMAKE_OFF=WITH_GRASSx.
    Not functional change, not bump of PORTREVISION necessary.
    
    PR:             274793
    Reported by:    Martin Birgmeier <d8zNeCFG@aon.at>
    MFH:            2024Q1
    
    (cherry picked from commit ae0bf0d52f69edaad5ff3f99c7b6c4e0838064eb)
---
 graphics/qgis-ltr/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/graphics/qgis-ltr/Makefile b/graphics/qgis-ltr/Makefile
index 5b15d5c8a0f1..f8272780d57f 100644
--- a/graphics/qgis-ltr/Makefile
+++ b/graphics/qgis-ltr/Makefile
@@ -156,11 +156,9 @@ SERVER_DESC=		Enable QGIS server
 GRASS7_BUILD_DEPENDS=	grass7:databases/grass7
 GRASS7_RUN_DEPENDS=	${GRASS7_BUILD_DEPENDS}
 GRASS7_CMAKE_BOOL=	WITH_GRASS7
-GRASS7_CMAKE_OFF=	WITH_GRASS8
 GRASS8_BUILD_DEPENDS=	grass8:databases/grass8
 GRASS8_RUN_DEPENDS=	${GRASS8_BUILD_DEPENDS}
 GRASS8_CMAKE_BOOL=	WITH_GRASS8
-GRASS8_CMAKE_OFF=	WITH_GRASS7
 SERVER_LIB_DEPENDS=	libfcgi.so:www/fcgi
 SERVER_CMAKE_BOOL=	WITH_SERVER WITH_SERVER_PLUGINS WITH_QSPATIALITE
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401121642.40CGgW60078471>