From owner-svn-ports-all@freebsd.org Thu Dec 24 14:31:19 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1A0DA51B6B; Thu, 24 Dec 2015 14:31:19 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 85D031A94; Thu, 24 Dec 2015 14:31:19 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBOEVILU085976; Thu, 24 Dec 2015 14:31:18 GMT (envelope-from db@FreeBSD.org) Received: (from db@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOEVInA085975; Thu, 24 Dec 2015 14:31:18 GMT (envelope-from db@FreeBSD.org) Message-Id: <201512241431.tBOEVInA085975@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: db set sender to db@FreeBSD.org using -f From: Diane Bruce Date: Thu, 24 Dec 2015 14:31:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404367 - head/comms/wsjtx 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.20 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: Thu, 24 Dec 2015 14:31:19 -0000 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