svn commit: r436676 - head/astro/wcslib

Danilo Egea Gondolfo danilo at FreeBSD.org
Wed Mar 22 04:35:05 UTC 2017


Author: danilo
Date: Wed Mar 22 04:35:03 2017
New Revision: 436676
URL: https://svnweb.freebsd.org/changeset/ports/436676

Log:
  - Fix plist when PGPLOT and CFITSIO options are enabled
  
  Reported by:	db

Modified:
  head/astro/wcslib/Makefile
  head/astro/wcslib/pkg-plist

Modified: head/astro/wcslib/Makefile
==============================================================================
--- head/astro/wcslib/Makefile	Wed Mar 22 03:11:57 2017	(r436675)
+++ head/astro/wcslib/Makefile	Wed Mar 22 04:35:03 2017	(r436676)
@@ -30,7 +30,9 @@ PGPLOT_DESC=	Add pgplot support (for tes
 CFITSIO_CONFIGURE_WITH=	cfitsio
 CFITSIO_LIB_DEPENDS=	libcfitsio.so:astro/cfitsio
 PGPLOT_CONFIGURE_WITH=	pgplot
-PGPLOT_LIB_DEPENDS=	libpgplot.so:graphics/pgplot
+PGPLOT_LIB_DEPENDS=	libpgplot.so:graphics/pgplot \
+			libpng16.so:graphics/png
+PGPLOT_USE=		XORG=x11
 
 post-patch:
 	@${REINPLACE_CMD} -e 's#%%PKGDIR%%#${STAGEDIR}${PREFIX}/libdata#g' \

Modified: head/astro/wcslib/pkg-plist
==============================================================================
--- head/astro/wcslib/pkg-plist	Wed Mar 22 03:11:57 2017	(r436675)
+++ head/astro/wcslib/pkg-plist	Wed Mar 22 04:35:03 2017	(r436676)
@@ -1,7 +1,4 @@
-%%CFITSIO%%bin/HPXcvt
 bin/fitshdr
-%%PGPLOT%%bin/wcsgrid
-%%CFITSIO%%bin/wcsware
 include/wcslib
 include/wcslib-%%VERSION%%/cel.h
 include/wcslib-%%VERSION%%/cel.inc
@@ -56,10 +53,7 @@ lib/libwcs.so
 lib/libwcs.so.5
 lib/libwcs.so.5.16
 libdata/pkgconfig/wcslib.pc
-%%CFITSIO%%man/man1/HPXcvt.1.gz
 man/man1/fitshdr.1.gz
-%%PGPLOT%%man/man1/wcsgrid.1.gz
-%%CFITSIO%%man/man1/wcsware.1.gz
 %%PORTDOCS%%%%DOCSDIR%%/CHANGES
 %%PORTDOCS%%%%DOCSDIR%%/COPYING
 %%PORTDOCS%%%%DOCSDIR%%/COPYING.LESSER


More information about the svn-ports-all mailing list