Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Aug 2021 17:45:18 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: f869423e73bd - 2021Q3 - astro/siril: Fix unintended deletion of the line
Message-ID:  <202108121745.17CHjIZW071505@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q3 has been updated by yuri:

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

commit f869423e73bda360190818881938df93f3f50136
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-08-12 17:43:53 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-08-12 17:45:09 +0000

    astro/siril: Fix unintended deletion of the line
    
    (cherry picked from commit 6f15e1c0339e22678346839753553530e316423a)
---
 astro/siril/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/astro/siril/Makefile b/astro/siril/Makefile
index 531f581a3300..d571e37ecf2b 100644
--- a/astro/siril/Makefile
+++ b/astro/siril/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	siril
 DISTVERSION=	0.99.10.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	astro graphics
 MASTER_SITES=	https://free-astro.org/download/
 
@@ -44,6 +44,8 @@ BINARY_ALIAS=	git=false
 OPTIONS_DEFINE=		CURL OPENMP
 OPTIONS_DEFAULT=	CURL OPENMP
 
+OPENMP_MESON_OFF=	-Dopenmp=false
+
 CURL_MESON_YES=		enable-libcurl
 CURL_LIB_DEPENDS=	libcurl.so:ftp/curl
 



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