svn commit: r371708 - head/comms/wsjt

Antoine Brodin antoine at FreeBSD.org
Wed Oct 29 21:38:09 UTC 2014


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


More information about the svn-ports-all mailing list