From owner-svn-ports-head@FreeBSD.ORG Mon Dec 8 11:20:42 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A23F8E62; Mon, 8 Dec 2014 11:20:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 8E1D5235; Mon, 8 Dec 2014 11:20:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB8BKgvf047870; Mon, 8 Dec 2014 11:20:42 GMT (envelope-from shurd@FreeBSD.org) Received: (from shurd@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB8BKe34047853; Mon, 8 Dec 2014 11:20:40 GMT (envelope-from shurd@FreeBSD.org) Message-Id: <201412081120.sB8BKe34047853@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: shurd set sender to shurd@FreeBSD.org using -f From: Stephen Hurd Date: Mon, 8 Dec 2014 11:20:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374259 - in head/comms/linrad: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Mon, 08 Dec 2014 11:20:42 -0000 Author: shurd Date: Mon Dec 8 11:20:39 2014 New Revision: 374259 URL: https://svnweb.freebsd.org/changeset/ports/374259 QAT: https://qat.redports.org/buildarchive/r374259/ Log: Update to 4.02 and fix build errors with clang 5 Linrad-04.02 comes with many improvements. The first FFT can now run in parallel in up to 6 separate threads. More efficient FFT implementations are available for some hardware architectures. The converter option is corrected. Several bug corrections. Added: head/comms/linrad/files/patch-elektor.c (contents, props changed) head/comms/linrad/files/patch-loadusb.h (contents, props changed) head/comms/linrad/files/patch-lxsys.c (contents, props changed) head/comms/linrad/files/patch-wse_sdrxx.c (contents, props changed) Deleted: head/comms/linrad/files/patch-afedri.c head/comms/linrad/files/patch-pcie9842.c head/comms/linrad/files/patch-si570.c head/comms/linrad/files/patch-usb2lpd.c Modified: head/comms/linrad/Makefile head/comms/linrad/distinfo head/comms/linrad/files/patch-Makefile.in head/comms/linrad/files/patch-configure Modified: head/comms/linrad/Makefile ============================================================================== --- head/comms/linrad/Makefile Mon Dec 8 11:00:32 2014 (r374258) +++ head/comms/linrad/Makefile Mon Dec 8 11:20:39 2014 (r374259) @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= linrad -PORTVERSION= 4.00 -PORTREVISION= 1 +PORTVERSION= 4.02 CATEGORIES= comms hamradio MASTER_SITES= http://www.nitehawk.com/sm5bsz/linuxdsp/archive/\ http://g7rau.demon.co.uk/sm5bsz/linuxdsp/archive/\ http://www.sm5bsz.com/linuxdsp/archive/ -DISTNAME= lir04-00 +DISTNAME= lir04-02 EXTRACT_SUFX= .tbz MAINTAINER= hamradio@FreeBSD.org Modified: head/comms/linrad/distinfo ============================================================================== --- head/comms/linrad/distinfo Mon Dec 8 11:00:32 2014 (r374258) +++ head/comms/linrad/distinfo Mon Dec 8 11:20:39 2014 (r374259) @@ -1,2 +1,2 @@ -SHA256 (lir04-00.tbz) = cd9fe11a51ff95daea28c053b6f9f7939cfbcb42c828cbc48e59c0a901b1764a -SIZE (lir04-00.tbz) = 887240 +SHA256 (lir04-02.tbz) = f9fe2bad9dc255309b8150afeb6c917bf297bb1ca4c7f49c281a60e64fb346fa +SIZE (lir04-02.tbz) = 880754 Modified: head/comms/linrad/files/patch-Makefile.in ============================================================================== --- head/comms/linrad/files/patch-Makefile.in Mon Dec 8 11:00:32 2014 (r374258) +++ head/comms/linrad/files/patch-Makefile.in Mon Dec 8 11:20:39 2014 (r374259) @@ -1,5 +1,5 @@ ---- Makefile.in.orig 2014-03-20 18:05:17.000000000 -0700 -+++ Makefile.in 2014-06-27 18:16:06.000000000 -0700 +--- Makefile.in.orig 2014-11-04 02:25:00.000000000 -0800 ++++ Makefile.in 2014-12-08 03:03:40.000000000 -0800 @@ -23,7 +23,7 @@ # # ----------- Compilers ---------------- @@ -13,71 +13,85 @@ # (*.o files can be present by mistake) # Always use the same flags. # -Wconversion -Wno-sign-conversion -Wunreachable-code --CFL = -g -O2 -DOSNUM=1 -DMEMREF_T=int @X11_32_INC@ -W -Wall \ -+CFL = -O2 -DOSNUM=1 -DMEMREF_T=int @X11_32_INC@ \ - @PORTAUDIO32_INC@ -DCPU=@CPU@ -DLIBBLADERF_PRESENT=@LIBBLADERF32_OK@ \ - -DSHM_INSTALLED=@LIBXEXT32_OK@ -DPERSEUSLIB_PRESENT=@PERSEUS32_OK@ -Wimplicit \ - -DALSA_PRESENT=@ALSA32_OK@ -DPA_OK=@PORTAUDIO32_OK@ -DREALT=@PA_REALT32@ \ -@@ -51,9 +51,7 @@ - -DLIBUSB1_PRESENT=@LIBUSB1_32_OK@ -DLIBFTDI_PRESENT=@LIBFTDI32_OK@ @DARWIN@ \ - -DLIBUDEV_PRESENT=@LIBUDEV_32_OK@ -DPCIE9842_PRESENT=@LIBWD_DASK_32_OK@ \ - -DLIBMIRISDR_PRESENT=@LIBMIRISDR32_OK@ -DSERVER=@MAKE_SERVER@ \ ---Wreturn-type -Wformat @M32@ -Wunused -Wcomment -Wchar-subscripts -Wshadow \ ---Wuninitialized -Wparentheses -Wstrict-prototypes -Werror -ffast-math \ ---Wundef -fomit-frame-pointer -c -o -+@M32@ -ffast-math -fomit-frame-pointer -c -o - - CFLN = -g -O2 -DOSNUM=1 -DMEMREF_T=int @X11_32_INC@ -W -Wall \ - @PORTAUDIO32_INC@ -DCPU=@CPU@ -DLIBBLADERF_PRESENT=@LIBBLADERF32_OK@ \ -@@ -1217,7 +1215,7 @@ - @LIBWD_DASK_32_LD@ \ - @LIBBLADERF32_LD@ \ - @LIBMIRISDR32_LD@ \ +-CFL = -g -O2 -DOSNUM=1 -DMEMREF_T=int @X11_32_INC@ -W -Wall -DCPU=@CPU@ \ ++CFL = -O2 -DOSNUM=1 -DMEMREF_T=int @X11_32_INC@ -W -Wall -DCPU=@CPU@ \ + -DSHM_INSTALLED=@LIBXEXT32_OK@ -Wimplicit \ + -DALSA_PRESENT=@ALSA32_OK@ -DIA64=0 \ + @DARWIN@ -DLIBUDEV_PRESENT=@LIBUDEV_32_OK@ -DSERVER=@MAKE_SERVER@ \ +@@ -50,7 +50,7 @@ + -Wuninitialized -Wparentheses -Wstrict-prototypes -Werror -ffast-math \ + -Wundef -fomit-frame-pointer -c -o + +-CFLN = -g -O2 -DOSNUM=1 -DMEMREF_T=int @X11_32_INC@ -W -Wall \ ++CFLN = -O2 -DOSNUM=1 -DMEMREF_T=int @X11_32_INC@ -W -Wall \ + -DCPU=@CPU@ -DSHM_INSTALLED=@LIBXEXT32_OK@ -Wimplicit \ + -DALSA_PRESENT=@ALSA32_OK@ -DIA64=0 \ + @DARWIN@ -DLIBUDEV_PRESENT=@LIBUDEV_32_OK@ -DSERVER=@MAKE_SERVER@ \ +@@ -58,13 +58,13 @@ + -Wuninitialized -Wparentheses -Wstrict-prototypes -Werror -ffast-math \ + -Wundef -fomit-frame-pointer -c -o + +-CFW = -g -O2 -DOSNUM=2 -DMEMREF_T=int -W -Wall -Wimplicit -DIA64=0 \ ++CFW = -O2 -DOSNUM=2 -DMEMREF_T=int -W -Wall -Wimplicit -DIA64=0 \ + -DLIBUDEV_PRESENT=1 -DCPU=CPU_INTEL -DSERVER=@MAKE_SERVER@ \ + @M32@ -Wreturn-type -Wformat -Wunused -Wcomment -Wchar-subscripts \ + -Wshadow -Wuninitialized -Wparentheses -Wstrict-prototypes -Werror \ + -ffast-math -Wundef -fomit-frame-pointer -c -o + +-CFL64 = -g -O2 -DOSNUM=1 -DMEMREF_T='long int' @X11_64_INC@ -W -Wall \ ++CFL64 = -O2 -DOSNUM=1 -DMEMREF_T='long int' @X11_64_INC@ -W -Wall \ + -DCPU=@CPU@ -DSHM_INSTALLED=@LIBXEXT64_OK@ -DALSA_PRESENT=@ALSA64_OK@ \ + -DIA64=1 @DARWIN@ -DLIBUDEV_PRESENT=@LIBUDEV_64_OK@ -DSERVER=@MAKE_SERVER@ \ + -Wimplicit -Wreturn-type -Wformat -m64 -Wunused -Wcomment \ +@@ -1040,7 +1040,7 @@ + @SVGA32_LD@ \ + @SVGAGL32_LD@ \ + @LIBUDEV_32_LD@ \ --lpthread @LIBRT@ -lm -ldl -+-lpthread @LIBRT@ -lm ++-lpthread @LIBRT@ -lm @echo " " @echo "You may want to disable pulseaudio in Ubuntu with this command:" -@@ -1324,7 +1322,7 @@ - @LIBWD_DASK_32_LD@ \ - @LIBBLADERF32_LD@ \ - @LIBMIRISDR32_LD@ \ +@@ -1137,7 +1137,7 @@ + @X11_32_LD@ \ + @ALSA32_LD@ \ + @LIBUDEV_32_LD@ \ --lpthread @LIBRT@ -lm -ldl +-lpthread @LIBRT@ -lm @echo " " @echo "You may want to disable pulseaudio in Ubuntu with this command:" -@@ -1407,7 +1405,7 @@ - @LIBWD_DASK_32_LD@ \ - @LIBBLADERF32_LD@ \ - @LIBMIRISDR32_LD@ \ +@@ -1210,7 +1210,7 @@ + @SVGA32_LD@ \ + @SVGAGL32_LD@ \ + @LIBUDEV_32_LD@ \ --lpthread @LIBRT@ -lm -ldl -+-lpthread @LIBRT@ -lm ++-lpthread @LIBRT@ -lm @echo " " @echo "You may want to disable pulseaudio in Ubuntu with this command:" -@@ -1726,7 +1724,7 @@ - @LIBWD_DASK_64_LD@ \ - @LIBBLADERF64_LD@ \ - @LIBMIRISDR64_LD@ \ +@@ -1527,7 +1527,7 @@ + @SVGA64_LD@ \ + @SVGAGL64_LD@ \ + @LIBUDEV_64_LD@ \ --lpthread @LIBRT@ -lm -ldl -+-lpthread @LIBRT@ -lm ++-lpthread @LIBRT@ -lm @echo " " @echo "You may want to disable pulseaudio in Ubuntu with this command:" -@@ -1821,7 +1819,7 @@ - @LIBWD_DASK_64_LD@ \ - @LIBBLADERF64_LD@ \ - @LIBMIRISDR64_LD@ \ +@@ -1612,7 +1612,7 @@ + @ALSA64_LD@ \ + @X11_64_LD@ \ + @LIBUDEV_64_LD@ \ --lpthread @LIBRT@ -lm -ldl +-lpthread @LIBRT@ -lm @echo " " @echo "You may want to disable pulseaudio in Ubuntu with this command:" -@@ -1905,7 +1903,7 @@ - @LIBWD_DASK_64_LD@ \ - @LIBBLADERF64_LD@ \ - @LIBMIRISDR64_LD@ \ +@@ -1686,7 +1686,7 @@ + @SVGA64_LD@ \ + @SVGAGL64_LD@ \ + @LIBUDEV_64_LD@ \ --lpthread @LIBRT@ -lm -ldl +-lpthread @LIBRT@ -lm Modified: head/comms/linrad/files/patch-configure ============================================================================== --- head/comms/linrad/files/patch-configure Mon Dec 8 11:00:32 2014 (r374258) +++ head/comms/linrad/files/patch-configure Mon Dec 8 11:20:39 2014 (r374259) @@ -1,6 +1,6 @@ ---- configure.orig 2014-03-21 16:56:05.000000000 -0700 -+++ configure 2014-06-27 20:23:16.000000000 -0700 -@@ -1883,11 +1883,6 @@ +--- configure.orig 2014-11-04 02:25:00.000000000 -0800 ++++ configure 2014-12-08 03:06:39.000000000 -0800 +@@ -1832,11 +1832,6 @@ ELF32="" ELF64="" if test ${OS} != "Darwin"; then @@ -12,7 +12,7 @@ ELF64="-felf64" LIBEXT="so" S_OS_TYPE="OS_LINUX" -@@ -1904,7 +1899,9 @@ +@@ -1853,7 +1848,9 @@ fi # Find out whether we have gcc @@ -23,12 +23,3 @@ # Extract the first word of "${CC} ", so it can be a program name with args. set dummy ${CC} ; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -@@ -4318,7 +4315,7 @@ - # Look for the libusb-1.0 package that we need for Perseus. - LIBUSB1_32_OK="0" - LIBUSB1_64_OK="0" --X=`./libfind1 libusb-1.0.${LIBEXT}` -+X=`./libfind1 libusb.${LIBEXT}` - LIBUSB1_32_INC=`./libfind2 1 "$X"` - LIBUSB1_64_INC=`./libfind2 2 "$X"` - Y=`./libfind2 0 "$X"` Added: head/comms/linrad/files/patch-elektor.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/linrad/files/patch-elektor.c Mon Dec 8 11:20:39 2014 (r374259) @@ -0,0 +1,11 @@ +--- elektor.c.orig 2014-12-08 03:00:20.000000000 -0800 ++++ elektor.c 2014-12-08 03:00:29.000000000 -0800 +@@ -1020,7 +1020,7 @@ + + //fprintf( stderr,"update-freq() cntrfreq=%f, hwfreq=%f\n",fg.passband_center,hwfreq); + // This routine is called from the screen thread. +- if ( abs(old_hwfreq-hwfreq) > 0.001 ) ++ if ( fabs(old_hwfreq-hwfreq) > 0.001 ) + { Setup_Preselector(); + old_hwfreq = hwfreq; + show_elektor_parms(); Added: head/comms/linrad/files/patch-loadusb.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/linrad/files/patch-loadusb.h Mon Dec 8 11:20:39 2014 (r374259) @@ -0,0 +1,10 @@ +--- loadusb.h.orig 2014-12-08 03:09:37.000000000 -0800 ++++ loadusb.h 2014-12-08 03:10:07.000000000 -0800 +@@ -30,6 +30,7 @@ + + #if OSNUM == OSNUM_LINUX + #include ++#include + #define LIBUSB_CALL + #endif + Added: head/comms/linrad/files/patch-lxsys.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/linrad/files/patch-lxsys.c Mon Dec 8 11:20:39 2014 (r374259) @@ -0,0 +1,13 @@ +--- lxsys.c.orig 2014-12-08 03:10:46.000000000 -0800 ++++ lxsys.c 2014-12-08 03:11:39.000000000 -0800 +@@ -120,9 +120,9 @@ + char *fsse=" sse"; + char *fht=" ht"; + char *fprocessor="processor"; ++int no_of_ht; + #endif + int xxprint; +-int no_of_ht; + // If there is no mmx, do not use simd either. + tickspersec = sysconf(_SC_CLK_TCK); + xxprint=0; Added: head/comms/linrad/files/patch-wse_sdrxx.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/linrad/files/patch-wse_sdrxx.c Mon Dec 8 11:20:39 2014 (r374259) @@ -0,0 +1,26 @@ +--- wse_sdrxx.c.orig 2014-11-04 02:25:00.000000000 -0800 ++++ wse_sdrxx.c 2014-12-08 03:15:31.000000000 -0800 +@@ -219,9 +219,9 @@ + m=10000; + for(i=0; i