Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Dec 2015 14:31:18 +0000 (UTC)
From:      Diane Bruce <db@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404367 - head/comms/wsjtx
Message-ID:  <201512241431.tBOEVInA085975@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: db
Date: Thu Dec 24 14:31:18 2015
New Revision: 404367
URL: https://svnweb.freebsd.org/changeset/ports/404367

Log:
  In some cases c11 libs are needed as well to run.

Modified:
  head/comms/wsjtx/Makefile

Modified: head/comms/wsjtx/Makefile
==============================================================================
--- head/comms/wsjtx/Makefile	Thu Dec 24 14:28:54 2015	(r404366)
+++ head/comms/wsjtx/Makefile	Thu Dec 24 14:31:18 2015	(r404367)
@@ -2,6 +2,7 @@
 
 PORTNAME=	wsjtx
 PORTVERSION=	1.5
+PORTREVISION=	1
 CATEGORIES=	comms hamradio
 MASTER_SITES=	http://physics.princeton.edu/pulsar/K1JT/:src \
 		http://www.physics.princeton.edu/pulsar/K1JT/wsjtx-doc/:docs \
@@ -25,9 +26,7 @@ RUN_DEPENDS=	${LOCALBASE}/bin/kvasd:${PO
 MAKE_JOBS_UNSAFE=	yes
 USE_QT5=	gui buildtools qmake_build widgets multimedia concurrent serialport
 USE_GL=		yes
-USE_GCC=	yes
 USES=		cmake compiler:c++11-lib dos2unix fortran pkgconfig
-#CMAKE_ARGS+=	 --debug-output --trace
 CMAKE_ARGS+=	-DPORT_BUILDING::STRING="ON" \
 		-DCMAKE_PREFIX_PATH+=${LOCALBASE}/wsjtx/lib
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512241431.tBOEVInA085975>