Date: Wed, 22 Mar 2017 04:35:03 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436676 - head/astro/wcslib Message-ID: <201703220435.v2M4Z38X006071@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703220435.v2M4Z38X006071>