svn commit: r383853 - head/comms/wsjt

Antoine Brodin antoine at FreeBSD.org
Sun Apr 12 10:22:19 UTC 2015


Author: antoine
Date: Sun Apr 12 10:22:18 2015
New Revision: 383853
URL: https://svnweb.freebsd.org/changeset/ports/383853

Log:
  Mark BROKEN: fails to configure
  
  checking for sfftw_destroy_plan_ in -lfftw3f... yes
  checking for stdarg.h... (cached) yes
  You need to install the fftw3 libraries
  You are missing the fftw3.h include file
  configure: error: Please check error messages and install missing packages.
  ===>  Script "configure" failed unexpectedly.
  
  Reported by:	pkg-fallout

Modified:
  head/comms/wsjt/Makefile

Modified: head/comms/wsjt/Makefile
==============================================================================
--- head/comms/wsjt/Makefile	Sun Apr 12 10:14:53 2015	(r383852)
+++ head/comms/wsjt/Makefile	Sun Apr 12 10:22:18 2015	(r383853)
@@ -12,6 +12,8 @@ DISTNAME=	wsjt-r${SVN_REV}
 MAINTAINER=	hamradio at FreeBSD.org
 COMMENT=	Weak signal ham radio communication package
 
+BROKEN=		Fails to configure, missing fftw3.h header
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \
 		${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow
 LIB_DEPENDS=	libfftw3f.so:${PORTSDIR}/math/fftw3-float \


More information about the svn-ports-all mailing list