Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Oct 2022 18:19:25 GMT
From:      Rainer Hurling <rhurlin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ce311e7eb4ed - main - math/saga: Activate Clipper2 functionality
Message-ID:  <202210271819.29RIJP6F048445@gitrepo.freebsd.org>

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

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

commit ce311e7eb4ed9ca1354959038badaca8bd205986
Author:     Rainer Hurling <rhurlin@FreeBSD.org>
AuthorDate: 2022-10-27 18:11:12 +0000
Commit:     Rainer Hurling <rhurlin@FreeBSD.org>
CommitDate: 2022-10-27 18:18:54 +0000

    math/saga: Activate Clipper2 functionality
    
    Thanks to a conversation with lbartoletti@ I noticed that Clipper2 was
    not enabled.
---
 math/saga/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/math/saga/Makefile b/math/saga/Makefile
index a7108e007f09..2470aed43027 100644
--- a/math/saga/Makefile
+++ b/math/saga/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	saga
 PORTVERSION=	8.4.0
+PORTREVISION=	2
 CATEGORIES=	math
 MASTER_SITES=	SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]\.[[:digit:]]*$//}/SAGA%20-%20${PORTVERSION}
 
@@ -41,7 +42,8 @@ USE_WX=		3.2+
 GIT_TAGNAME=	eeff83616
 
 CMAKE_ARGS+=	-DSVM_INCLUDE:PATH=${LOCALBASE}/include/svm.h
-CMAKE_ON=	WITH_DEV_TOOLS WITH_EXCERCISES WITH_MRMR WITH_SYSTEM_SVM
+CMAKE_OFF=	WITH_CLIPPER_ONE
+CMAKE_ON+=	WITH_DEV_TOOLS WITH_EXCERCISES WITH_MRMR WITH_SYSTEM_SVM
 CMAKE_ON+=	CMAKE_VERBOSE_MAKEFILE
 CMAKE_OFF+=	WITH_TOOLS_LAS WITH_TRIANGLE
 



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