- Use the new OPTIONS helpers to simplify the Makefile.
Related to both, also stop automatically turning the CFITSIO option on when
libcfitsio.so is installed: wcslib has had proper --with{out}-cfitsio
options since version 4.4.4.
This will turn off CFITSIO support for most people and indirectly fix their
builds with astro/cfitsio-3.360-1 [1]. If people do choose to have it on,
ports/189487 needs to be committed, otherwise there will be plist errors
because wcslib's configure script will not be able to detect that cfitsio is
installed and can be used.
[1] http://lists.freebsd.org/pipermail/freebsd-ports/2014-May/092070.html
- Fix a regression introduced in r297435 (ports/167611) that hardcoded
wcslib.pc's installation path and rendered the sed call in the post-patch
target useless. This broke automated builds in things like Poudriere.
PR: ports/183718
Submitted by: rakuco@
Approved by: Tony Maher <tonymaher@optusnet.com.au> (maintainer)
- Fix the build on 6.x
- Install pkgconfig file under libdata/pkgconfig
PR: ports/141742
Submitted by: Tony Maher <tonymaher@optusnet.com.au> (maintainer)
implements the "World Coordinate System" (WCS) convention in FITS (Flexible
Image Transport System). It also includes a PGPLOT-based routine, PGSBOX,
for drawing general curvilinear coordinate graticules and a number of
utility programs." - from README file.
WWW: http://www.atnf.csiro.au/people/mcalabre/WCS/index.html
PR: 136776
Submitted by: Tony Maher <tonym@optusnet.com.au>