From owner-svn-ports-head@freebsd.org Thu Mar 7 13:45:06 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DCC0D152FDF3; Thu, 7 Mar 2019 13:45:05 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8BC8386441; Thu, 7 Mar 2019 13:45:05 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8166C1C7C4; Thu, 7 Mar 2019 13:45:05 +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 x27Dj5Ol030055; Thu, 7 Mar 2019 13:45:05 GMT (envelope-from db@FreeBSD.org) Received: (from db@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x27Dj4Gv030049; Thu, 7 Mar 2019 13:45:04 GMT (envelope-from db@FreeBSD.org) Message-Id: <201903071345.x27Dj4Gv030049@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: db set sender to db@FreeBSD.org using -f From: Diane Bruce Date: Thu, 7 Mar 2019 13:45:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r494945 - in head/comms/wsjtx: . files X-SVN-Group: ports-head X-SVN-Commit-Author: db X-SVN-Commit-Paths: in head/comms/wsjtx: . files X-SVN-Commit-Revision: 494945 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8BC8386441 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Mar 2019 13:45:06 -0000 Author: db Date: Thu Mar 7 13:45:03 2019 New Revision: 494945 URL: https://svnweb.freebsd.org/changeset/ports/494945 Log: - update to 2.0.1 - builds on i386 now - remove MAKE_JOBS_UNSAFE - Upstream wsjtx build instructions call for their forked version of hamlib for wsjtx to work correctly. Upstream distribution includes both wsjtx and a copy of their forked hamlib with their own build system. This is now used in this updated port. The cmake build provided does not have an install/strip target which forces use of do-install. N.B. If hamlib is already installed, this port will incorrectly link against the shared library version of hamlib instead of the private copy provided. There seems no easy solution to this. Added: head/comms/wsjtx/files/hamlib.patch (contents, props changed) head/comms/wsjtx/files/wsjtx.patch (contents, props changed) Deleted: head/comms/wsjtx/files/add_clogf head/comms/wsjtx/files/clogf.c head/comms/wsjtx/files/patch-Configuration.cpp head/comms/wsjtx/files/patch-lib_wsprd_Makefile head/comms/wsjtx/files/patch-manpages_CMakeLists.txt Modified: head/comms/wsjtx/Makefile head/comms/wsjtx/distinfo (contents, props changed) head/comms/wsjtx/files/patch-CMakeLists.txt head/comms/wsjtx/pkg-plist (contents, props changed) Modified: head/comms/wsjtx/Makefile ============================================================================== --- head/comms/wsjtx/Makefile Thu Mar 7 13:41:12 2019 (r494944) +++ head/comms/wsjtx/Makefile Thu Mar 7 13:45:03 2019 (r494945) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= wsjtx -PORTVERSION= 2.0.0 -PORTREVISION= 1 +PORTVERSION= 2.0.1 CATEGORIES= comms hamradio MASTER_SITES= SF/wsjt/${PORTNAME}-${PORTVERSION}${DISTVERSIONSUFFIX} @@ -12,44 +11,37 @@ COMMENT= Weak signal ham radio communication package LICENSE= GPLv3 BUILD_DEPENDS= asciidoctor:textproc/rubygem-asciidoctor \ + autoconf>=2.69:devel/autoconf \ + automake>=1.16.1:devel/automake \ a2x:textproc/asciidoc \ + libtool:devel/libtool \ ${LOCALBASE}/share/xsl/docbook:textproc/docbook-xsl LIB_DEPENDS= libfftw3.so:math/fftw3 \ libfftw3f.so:math/fftw3-float \ - libhamlib.so:comms/hamlib \ libxslt.so:textproc/libxslt \ libomp.so:devel/openmp -MAKE_JOBS_UNSAFE= yes -USES= cmake compiler:c++11-lib dos2unix fortran pkgconfig \ - qt:5 readline tar:tgz -USE_GL= yes +USES= cmake compiler:c++11-lib fortran gl \ + makeinfo pkgconfig qt:5 tar:tgz +USE_GL= glu USE_QT= core gui buildtools network qmake_build widgets \ - multimedia concurrent printsupport serialport -CMAKE_ARGS+= -DPORT_BUILDING::STRING="ON" \ - -DCMAKE_PREFIX_PATH+=${LOCALBASE}/wsjtx/lib \ + multimedia concurrent printsupport serialport sql + +CMAKE_ARGS+= -DCMAKE_PREFIX_PATH+=${LOCALBASE}/wsjtx/lib \ -DLOCALBASE::STRING="${LOCALBASE}" -WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_SUB+= PORTVERSION="${PORTVERSION}" -BROKEN_i386= does not build on i386 due to openmp +post-patch: + ${CP} ${FILESDIR}/wsjtx.patch ${WRKSRC} + ${CP} ${FILESDIR}/hamlib.patch ${WRKSRC} -# -# This nonsense is because wsjtx is shipped with a copy of hamlib -# as well as wsjtx -# -.include +do-install: + (cd ${CONFIGURE_WRKSRC};${MAKE} -f Makefile DESTDIR=${STAGEDIR} install) -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200000 -EXTRA_PATCHES+= ${FILESDIR}/add_clogf -.endif +post-install: +.for f in fcal fmeasure fmtave ft8code jt4code jt65code jt9 jt9code \ + message_aggregator msk144code qra64code qra64sim udp_daemon wsjtx wsprd + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${f} +.endfor -do-extract: -# clogf is only present in FreeBSD 12 - ${TAR} xf ${DISTDIR}/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} -C${WRKDIR} - ${TAR} xf ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src/wsjtx.tgz -C${WRKDIR} -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200000 - ${CP} ${FILESDIR}/clogf.c ${WRKDIR}/wsjtx -.endif - -.include +.include Modified: head/comms/wsjtx/distinfo ============================================================================== --- head/comms/wsjtx/distinfo Thu Mar 7 13:41:12 2019 (r494944) +++ head/comms/wsjtx/distinfo Thu Mar 7 13:45:03 2019 (r494945) @@ -1,3 +1,3 @@ -TIMESTAMP = 1545885409 -SHA256 (wsjtx-2.0.0.tgz) = 66434f69f256742da1fe057ec51e4464cab2614f0bfb1a310c04a385b77bd014 -SIZE (wsjtx-2.0.0.tgz) = 42090145 +TIMESTAMP = 1551222360 +SHA256 (wsjtx-2.0.1.tgz) = 18f18f93f7e0ecc631ff5f7e0002521c41b54322ea33e5d6ca3ab5144fe1a0cd +SIZE (wsjtx-2.0.1.tgz) = 43779157 Added: head/comms/wsjtx/files/hamlib.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/wsjtx/files/hamlib.patch Thu Mar 7 13:45:03 2019 (r494945) @@ -0,0 +1,10 @@ +--- hamlib/configure.ac.orig 2019-02-24 18:41:47.000000000 -0500 ++++ hamlib/configure.ac 2019-03-03 22:03:13.673990000 -0500 +@@ -317,6 +317,7 @@ + + AC_MSG_RESULT([$cf_with_libusb]) + ++LIBUSB_LIBS="-lusb" + LIBUSB="" + AC_ARG_VAR([LIBUSB_CFLAGS], [C compiler flags for libusb, overriding configure defaults]) + AC_ARG_VAR([LIBUSB_LIBS], [linker flags for libusb, overriding configure check (useful for specifying static libusb-1.0.a (see INSTALL))]) Modified: head/comms/wsjtx/files/patch-CMakeLists.txt ============================================================================== --- head/comms/wsjtx/files/patch-CMakeLists.txt Thu Mar 7 13:41:12 2019 (r494944) +++ head/comms/wsjtx/files/patch-CMakeLists.txt Thu Mar 7 13:45:03 2019 (r494945) @@ -1,56 +1,20 @@ ---- CMakeLists.txt.orig 2018-06-14 13:07:32 UTC +--- CMakeLists.txt.orig 2019-02-25 04:11:18 UTC +++ CMakeLists.txt -@@ -1,5 +1,4 @@ - cmake_minimum_required (VERSION 2.8.10 FATAL_ERROR) -- - if (APPLE) - # - # The following variables define the portability and compatability attributes of the Mac OS X build -@@ -132,6 +131,12 @@ if (CMAKE_BUILD_TYPE MATCHES "[Dd][Ee][B - set (is_debug_build 1) - endif () - -+if (CMAKE_SYSTEM_NAME STREQUAL "FreeBSD") -+ set (FREEBSD TRUE) -+ link_directories("/usr/lib" "${LOCALBASE}/lib") -+ include_directories("/usr/include" "${LOCALBASE}/include") -+endif() -+ - +@@ -23,7 +23,7 @@ source tarball." ) # - # Options & features -@@ -850,7 +855,19 @@ endif () - # - # OpenMP - # --find_package (OpenMP) -+# OpenMP_C_FLAGS - flags to add to the C compiler for OpenMP support -+# OpenMP_CXX_FLAGS - flags to add to the CXX compiler for OpenMP support -+# OpenMP_Fortran_FLAGS - flags to add to the Fortran compiler for OpenMP support -+# OPENMP_FOUND - true if openmp is detected -+ -+if (FREEBSD) -+ set (OpenMP_C_FLAGS "-openmp") -+ set (OpenMP_CXX_FLAGS "-openmp") -+ set (OpenMP_Fortran_FLAGS "-openmp") -+ set (OPENMP_FOUND TRUE) -+else() -+ find_package (OpenMP) -+endif() + # Find_library (USB_LIBRARY NAMES libusb.a usb) + Find_program (PATCH_EXECUTABLE patch REQUIRED) +-Find_package (Git REQUIRED) ++#Find_package (Git REQUIRED) # - # fftw3 single precision library -@@ -1297,6 +1314,13 @@ else (${OPENMP_FOUND} OR APPLE) - target_link_libraries (jt9 wsjt_fort wsjt_cxx Qt5::Core) - endif (${OPENMP_FOUND} OR APPLE) - -+if(FREEBSD) -+ set (extraLIBS "ltdl" "usb") -+ else() -+ set (extraLIBS "") -+endif() -+ -+ - # build the main application - add_executable (wsjtx MACOSX_BUNDLE - ${wsjtx_CXXSRCS} + # extra C flags to minimize hamlib excutable sizes +@@ -91,7 +91,7 @@ ExternalProject_Add (hamlib + URL_HASH MD5=${hamlib_md5sum} + UPDATE_COMMAND ./bootstrap + PATCH_COMMAND ${PATCH_EXECUTABLE} -p1 -N < ${CMAKE_CURRENT_SOURCE_DIR}/hamlib.patch +- CONFIGURE_COMMAND /configure --prefix= --disable-shared --enable-static --without-cxx-binding ${EXTRA_FLAGS} # LIBUSB_LIBS=${USB_LIBRARY} ++ CONFIGURE_COMMAND /configure --prefix= --disable-shared --enable-static --without-cxx-binding --without-readline ${EXTRA_FLAGS} # LIBUSB_LIBS=${USB_LIBRARY} + BUILD_COMMAND $(MAKE) all V=1 # $(MAKE) is ExternalProject_Add() magic to do recursive make + INSTALL_COMMAND $(MAKE) install-strip V=1 DESTDIR="" + STEP_TARGETS update install Added: head/comms/wsjtx/files/wsjtx.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/wsjtx/files/wsjtx.patch Thu Mar 7 13:45:03 2019 (r494945) @@ -0,0 +1,162 @@ +--- wsjtx/CMakeLists.txt.orig 2019-02-24 22:48:37.000000000 -0500 ++++ wsjtx/CMakeLists.txt 2019-03-01 08:30:47.282749000 -0500 +@@ -1,5 +1,4 @@ + cmake_minimum_required (VERSION 2.8.10 FATAL_ERROR) +- + if (APPLE) + # + # The following variables define the portability and compatability attributes of the Mac OS X build +@@ -132,7 +131,13 @@ + set (is_debug_build 1) + endif () + ++if (CMAKE_SYSTEM_NAME STREQUAL "FreeBSD") ++ set (FREEBSD TRUE) ++ link_directories("/usr/lib" "${LOCALBASE}/lib") ++ include_directories("/usr/include" "${LOCALBASE}/include") ++endif() + ++ + # + # Options & features + # +@@ -834,8 +839,20 @@ + # + # OpenMP + # +-find_package (OpenMP) ++# OpenMP_C_FLAGS - flags to add to the C compiler for OpenMP support ++# OpenMP_CXX_FLAGS - flags to add to the CXX compiler for OpenMP support ++# OpenMP_Fortran_FLAGS - flags to add to the Fortran compiler for OpenMP support ++# OPENMP_FOUND - true if openmp is detected + ++if (FREEBSD) ++ set (OpenMP_C_FLAGS "-openmp") ++ set (OpenMP_CXX_FLAGS "-openmp") ++ set (OpenMP_Fortran_FLAGS "-openmp") ++ set (OPENMP_FOUND TRUE) ++else() ++ find_package (OpenMP) ++endif() ++ + # + # fftw3 single precision library + # +@@ -1258,6 +1275,13 @@ + target_link_libraries (msk144sim wsjt_fort wsjt_cxx) + + endif(WSJT_BUILD_UTILS) ++ ++if(FREEBSD) ++ set (extraLIBS "ltdl" "usb") ++ else() ++ set (extraLIBS "") ++endif() ++ + + # build the main application + add_executable (wsjtx MACOSX_BUNDLE +--- /dev/null 2019-03-02 11:25:56.795397000 -0500 +--- /dev/null 2019-03-02 11:44:18.831676000 -0500 ++++ wsjtx/clogf.c 2019-03-02 11:43:18.833490000 -0500 +@@ -0,0 +1,100 @@ ++#include ++#if __FreeBSD_version <= 1200000 ++ ++/* $NetBSD: clogf.c,v 1.1 2007/08/20 16:01:35 drochner Exp $ */ ++ ++/*- ++ * Copyright (c) 2007 The NetBSD Foundation, Inc. ++ * All rights reserved. ++ * ++ * This code is derived from software written by Stephen L. Moshier. ++ * It is redistributed by the NetBSD Foundation by permission of the author. ++ * ++ * Redistribution and use in source and binary forms, with or without ++ * modification, are permitted provided that the following conditions ++ * are met: ++ * 1. Redistributions of source code must retain the above copyright ++ * notice, this list of conditions and the following disclaimer. ++ * 2. Redistributions in binary form must reproduce the above copyright ++ * notice, this list of conditions and the following disclaimer in the ++ * documentation and/or other materials provided with the distribution. ++ * ++ * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS ++ * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED ++ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR ++ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS ++ * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR ++ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF ++ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS ++ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN ++ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ++ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE ++ * POSSIBILITY OF SUCH DAMAGE. ++ */ ++ ++#include ++#include ++ ++float complex ++clogf(float complex z) ++{ ++ float complex w; ++ float p, rr; ++ ++ rr = cabsf(z); ++ p = logf(rr); ++ rr = atan2f(cimagf(z), crealf(z)); ++ w = p + rr * I; ++ return w; ++} ++#endif ++#include ++#if __FreeBSD_version <= 1200000 ++ ++/* $NetBSD: clogf.c,v 1.1 2007/08/20 16:01:35 drochner Exp $ */ ++ ++/*- ++ * Copyright (c) 2007 The NetBSD Foundation, Inc. ++ * All rights reserved. ++ * ++ * This code is derived from software written by Stephen L. Moshier. ++ * It is redistributed by the NetBSD Foundation by permission of the author. ++ * ++ * Redistribution and use in source and binary forms, with or without ++ * modification, are permitted provided that the following conditions ++ * are met: ++ * 1. Redistributions of source code must retain the above copyright ++ * notice, this list of conditions and the following disclaimer. ++ * 2. Redistributions in binary form must reproduce the above copyright ++ * notice, this list of conditions and the following disclaimer in the ++ * documentation and/or other materials provided with the distribution. ++ * ++ * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS ++ * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED ++ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR ++ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS ++ * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR ++ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF ++ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS ++ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN ++ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ++ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE ++ * POSSIBILITY OF SUCH DAMAGE. ++ */ ++ ++#include ++#include ++ ++float complex ++clogf(float complex z) ++{ ++ float complex w; ++ float p, rr; ++ ++ rr = cabsf(z); ++ p = logf(rr); ++ rr = atan2f(cimagf(z), crealf(z)); ++ w = p + rr * I; ++ return w; ++} ++#endif Modified: head/comms/wsjtx/pkg-plist ============================================================================== --- head/comms/wsjtx/pkg-plist Thu Mar 7 13:41:12 2019 (r494944) +++ head/comms/wsjtx/pkg-plist Thu Mar 7 13:45:03 2019 (r494945) @@ -11,6 +11,7 @@ bin/msk144code bin/qra64code bin/qra64sim bin/rigctl-wsjtx +bin/rigctlcom-wsjtx bin/rigctld-wsjtx bin/udp_daemon bin/wsjtx @@ -20,6 +21,9 @@ man/man1/jt65code.1.gz man/man1/jt9.1.gz man/man1/jt9code.1.gz man/man1/message_aggregator.1.gz +man/man1/rigctl-wsjtx.1.gz +man/man1/rigctlcom-wsjtx.1.gz +man/man1/rigctld-wsjtx.1.gz man/man1/udp_daemon.1.gz man/man1/wsjtx.1.gz man/man1/wsprd.1.gz