svn commit: r510465 - head/astro/cfitsio

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Aug 31 22:00:04 UTC 2019


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} \


More information about the svn-ports-head mailing list