svn commit: r360750 - head/astro/wcslib

John Marino marino at FreeBSD.org
Sat Jul 5 14:39:34 UTC 2014


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 at 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


More information about the svn-ports-all mailing list