From owner-svn-ports-all@FreeBSD.ORG Sun Apr 12 10:22:19 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1C9147C; Sun, 12 Apr 2015 10:22:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 08A6AD24; Sun, 12 Apr 2015 10:22:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3CAMI9f009940; Sun, 12 Apr 2015 10:22:18 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3CAMI4d009939; Sun, 12 Apr 2015 10:22:18 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201504121022.t3CAMI4d009939@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 12 Apr 2015 10:22:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383853 - head/comms/wsjt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Apr 2015 10:22:19 -0000 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 \