Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Aug 2021 17:37:16 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5114fbd567a3 - main - astro/siril: Fix libcurl dysfunction by adding the CURL option and enabling it properly
Message-ID:  <202108121737.17CHbGSS058355@gitrepo.freebsd.org>

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

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

commit 5114fbd567a30499953b95d2e7f480832652d218
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-08-12 17:35:02 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-08-12 17:37:13 +0000

    astro/siril: Fix libcurl dysfunction by adding the CURL option and enabling it properly
    
    Reported by:    Andreas Kempe <kempe@lysator.liu.se> (via e-mail)
---
 astro/siril/Makefile | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/astro/siril/Makefile b/astro/siril/Makefile
index 48b9cc18eb56..531f581a3300 100644
--- a/astro/siril/Makefile
+++ b/astro/siril/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	siril
 DISTVERSION=	0.99.10.1
+PORTREVISION=	1
 CATEGORIES=	astro graphics
 MASTER_SITES=	https://free-astro.org/download/
 
@@ -15,7 +16,6 @@ BUILD_DEPENDS=	cmake:devel/cmake
 LIB_DEPENDS=	libavformat.so:multimedia/ffmpeg \
 		libcfitsio.so:astro/cfitsio \
 		libconfig.so:devel/libconfig \
-		libcurl.so:ftp/curl \
 		libexiv2.so:graphics/exiv2 \
 		libffms2.so:multimedia/ffms2 \
 		libfftw3.so:math/fftw3 \
@@ -41,9 +41,10 @@ INSTALLS_ICONS=	yes
 
 BINARY_ALIAS=	git=false
 
-OPTIONS_DEFINE=		OPENMP
-OPTIONS_DEFAULT=	OPENMP
+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
 
 .include <bsd.port.mk>



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