Date: Sun, 12 Apr 2015 10:22:18 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383853 - head/comms/wsjt Message-ID: <201504121022.t3CAMI4d009939@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504121022.t3CAMI4d009939>