git: 306832178190 - main - astro/cfitsio: Enable bzip2 and threading support
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Apr 2022 00:00:25 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3068321781909c9c76919aacc4fae8d89a861dbc commit 3068321781909c9c76919aacc4fae8d89a861dbc Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-04-17 23:42:16 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-04-17 23:42:16 +0000 astro/cfitsio: Enable bzip2 and threading support - Bump PORTREVISION for package change --- astro/cfitsio/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/astro/cfitsio/Makefile b/astro/cfitsio/Makefile index 9655e8e06b81..d4c8e3963d00 100644 --- a/astro/cfitsio/Makefile +++ b/astro/cfitsio/Makefile @@ -2,6 +2,7 @@ PORTNAME= cfitsio PORTVERSION= 4.1.0 +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/ \ https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/oldvers/ \ @@ -18,7 +19,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ USES= cpe localbase pkgconfig ALL_TARGET= libcfitsio.a shared -CONFIGURE_ARGS= ac_cv_prog_FC=f2c +CONFIGURE_ARGS= ac_cv_prog_FC=f2c --enable-reentrant --with-bzip2=/usr GNU_CONFIGURE= yes USE_LDCONFIG= yes