Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Oct 2014 21:38:09 +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: r371708 - head/comms/wsjt
Message-ID:  <201410292138.s9TLc9QA073619@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Oct 29 21:38:08 2014
New Revision: 371708
URL: https://svnweb.freebsd.org/changeset/ports/371708
QAT: https://qat.redports.org/buildarchive/r371708/

Log:
  Mark BROKEN: Fails to configure
  
  With gcc:
  configure: loading site script /usr/ports/Templates/config.site
  checking for gcc... cc
  checking whether the C compiler works... no
  configure: error: in `/wrkdirs/usr/ports/comms/wsjt/work/wsjt-r2511':
  configure: error: C compiler cannot create executables
  
  With clang:
  configure: loading site script /usr/ports/Templates/config.site
  checking for gcc... cc
  checking whether the C compiler works... yes
  checking for C compiler default output file name... a.out
  checking for suffix of executables...
  checking whether we are cross compiling... configure: error: in `/wrkdirs/usr/ports/comms/wsjt/work/wsjt-r2511':
  configure: error: cannot run C compiled programs.
  
  Reported by:	pkg-fallout

Modified:
  head/comms/wsjt/Makefile

Modified: head/comms/wsjt/Makefile
==============================================================================
--- head/comms/wsjt/Makefile	Wed Oct 29 21:28:58 2014	(r371707)
+++ head/comms/wsjt/Makefile	Wed Oct 29 21:38:08 2014	(r371708)
@@ -12,6 +12,8 @@ DISTNAME=	wsjt-r${SVN_REV}
 MAINTAINER=	hamradio@FreeBSD.org
 COMMENT=	Weak signal ham radio communication package
 
+BROKEN=		Fails to configure
+
 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?201410292138.s9TLc9QA073619>