Date: Sat, 5 Jul 2014 14:39:34 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360750 - head/astro/wcslib Message-ID: <201407051439.s65EdYnW081150@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sat Jul 5 14:39:33 2014 New Revision: 360750 URL: http://svnweb.freebsd.org/changeset/ports/360750 QAT: https://qat.redports.org/buildarchive/r360750/ Log: astro/wcslib: USES+= fortran (for wcunitse) Back in August 2013 I reported to the maintainer that if fortran is not found then certain functions such as wcunitse are not built. These functions are needed for kstars which is a dependency for kdeedu and the kde4 meta port. The USE_FORTRAN=yes was never added though, so lets do that now that the port is unmaintained. Modified: head/astro/wcslib/Makefile Modified: head/astro/wcslib/Makefile ============================================================================== --- head/astro/wcslib/Makefile Sat Jul 5 14:39:18 2014 (r360749) +++ head/astro/wcslib/Makefile Sat Jul 5 14:39:33 2014 (r360750) @@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Library for parsing/generating FITS headers GNU_CONFIGURE= yes -USES= tar:bzip2 gmake +USES= tar:bzip2 gmake fortran MAKEFILE= GNUmakefile USE_LDCONFIG= yes MAKE_JOBS_UNSAFE=yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407051439.s65EdYnW081150>