Date: Sat, 31 Aug 2019 22:00:03 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r510465 - head/astro/cfitsio Message-ID: <201908312200.x7VM03Cx009825@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Aug 31 22:00:03 2019 New Revision: 510465 URL: https://svnweb.freebsd.org/changeset/ports/510465 Log: Use bundled zlib - Bump PORTREVISION for package change PR: 238121 Reported by: yuri Modified: head/astro/cfitsio/Makefile Modified: head/astro/cfitsio/Makefile ============================================================================== --- head/astro/cfitsio/Makefile Sat Aug 31 21:59:58 2019 (r510464) +++ head/astro/cfitsio/Makefile Sat Aug 31 22:00:03 2019 (r510465) @@ -3,6 +3,7 @@ PORTNAME= cfitsio PORTVERSION= 3.470 +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/ \ @@ -24,7 +25,6 @@ USES= localbase pkgconfig ALL_TARGET= libcfitsio.a shared CONFIGURE_ARGS= ac_cv_prog_FC=f2c GNU_CONFIGURE= yes -MAKE_ARGS= ZLIB_SOURCES="zlib/zcompress.c zlib/zuncompress.c" USE_LDCONFIG= yes PLIST_SUB= SHLIB_MAJOR=${SHLIB_MAJOR} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908312200.x7VM03Cx009825>