Received: by mail.netbsd.org (Postfix, from userid 605) id 52E5984F53; Wed, 11 Jul 2018 04:16:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 38ACE84F0F for ; Wed, 11 Jul 2018 04:16:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id xkQ48KstO5Gs for ; Wed, 11 Jul 2018 04:16:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0E82984CDF for ; Wed, 11 Jul 2018 04:16:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 081D6FBEC; Wed, 11 Jul 2018 04:16:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1531282581173870" MIME-Version: 1.0 Date: Wed, 11 Jul 2018 04:16:21 +0000 From: "Darrin B. Jewell" Subject: CVS commit: pkgsrc/ham/uhd To: pkgsrc-changes@NetBSD.org Reply-To: dbj@netbsd.org X-Mailer: log_accum Message-Id: <20180711041621.081D6FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1531282581173870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: dbj Date: Wed Jul 11 04:16:20 UTC 2018 Modified Files: pkgsrc/ham/uhd: Makefile PLIST distinfo Log Message: ham/uhd: updated from 3.11.0.0 to 3.11.1.0 includes fixes for build breakage introduced by boost 1.67 ## 003.011.001.000 * N310: fix compiler warnings * N310: Implement digital loopback * N3xx: Add N3xx devtest * X300: Properly coerce master clock rate (tick rate) * X300: handle bad weak_ptr during pcie discovery * X300: handle bad weak_ptr during pcie discovery * X300: Fix check_radio_config() to fix errors when using a single dboard in slot A * B200: docs: Suggest modifying recv_frame_size for more stability * B200: Fix bandwidth warnings and ranges * N2xx: Fix regression issue that limited tuning range * UBX: Change antenna functions to coercers on antenna/value properties * adf4002: Fix register programming for power down bit * UHD: Fix config file path for some Windows builds * UHD: Add operators == and != for uhd::dict * UHD: Add device_addr_t constructor from map * UHD: Fix range of gain group to skip gains with zero step * UHD: Changes to support Boost 1.67 * UHD: Correctly set end of burst flag in RX metadata * UHD: Reduce usage of boost::assign, boost::this_thread::sleep, and boost:bind * UHD: Update multi_usrp::get_usrp_?x_info() for MPM devices * UHD: Refactor static const values to fix linker errors in niusrprio * mpm: cmake: Add git hash and version info to Python module * mpm: Add reference counters to UIO * mpm: Add offset to EEPROM reads * mpm: Disable PPS out during initialization * mpm: Update cmake to find the correct python3 * mpm: Bump maximum supported revision to 5 (Rev F) * mpm: Fixed db slot typo in db-id * mpm: Increased claim timeout, made a separate RPC connection for claim, and added asyn calls for long RPC executions * mpm: Improve xport<->SFP mapping algorithm * mpmd: Improved find routine to fail fast and verify correct device is reachable * mpmd: Add missing virtual destructors * rfnoc/x300: Make sure peek32() and peek64() are called with actual addresses * rfnoc: ctrl_iface cleanup * rfnoc radio: Improve warning for too many samples requested * rfnoc radio: get_rx_stream resets sequence num * examples: Increase settling time, increase buffer fill time, and fix subdevice selection in txrx_loopback_to_file * examples: Improvements to benchmark_rate * utils: downloader supports multiple RegExs * utils: Added code to handle underruns during self calibration * utils: Fix 30s tiemout in query_gpsdo_sensors * logging: Improve style consistency and demote some messages * logging: Fix UHD_LOG_FILE cmake variable * Docs: Add Known Issues section to USRP1, B100, and USRP2/N2x0 * Docs: Hide dependencies directory from Doxygen * Docs: Clarify subdev specs and magnesium driver usage for N300/N310 * cmake: Improve warning for missing requests * cmake: update NSIS template * cmake: Remove images downloader section (replaced by manifest) ## 003.011.000.001 * N300: Added driver support (includes some refactoring of N3xx codebase) * MPM: Fix PyLint warnings, Fix error handling for TCA communication errors, Fix printout of AD9371 version * uhd_images_downloader: Create unique archive names for images archives (now include git hashes in the filename) * uhd_images_downloader: Fix SHA256 check * utils: Add support for N3xx filesystem images to images downloader * UHD: Minor logging fixes * UHD: fix legacy compat to work with 2TX radio block * X300: improve lvbitx bitstream md5 read time * examples: Enhance benchmark_rate with more stats and timestamps for errors * cmake: Correctly fail when an unavailable component is requested * debian: Add UHDConfig.cmake to install list for libuhd-dev To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 pkgsrc/ham/uhd/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/ham/uhd/PLIST cvs rdiff -u -r1.15 -r1.16 pkgsrc/ham/uhd/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1531282581173870 Content-Disposition: inline Content-Length: 2633 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/ham/uhd/Makefile diff -u pkgsrc/ham/uhd/Makefile:1.34 pkgsrc/ham/uhd/Makefile:1.35 --- pkgsrc/ham/uhd/Makefile:1.34 Tue Jul 3 05:03:21 2018 +++ pkgsrc/ham/uhd/Makefile Wed Jul 11 04:16:20 2018 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.34 2018/07/03 05:03:21 adam Exp $ +# $NetBSD: Makefile,v 1.35 2018/07/11 04:16:20 dbj Exp $ -DISTNAME= uhd-3.11.0.0 -PKGREVISION= 1 +DISTNAME= uhd-3.11.1.0 CATEGORIES= ham MASTER_SITES= ${MASTER_SITE_GITHUB:=EttusResearch/} GITHUB_TAG= v${PKGVERSION_NOREV} Index: pkgsrc/ham/uhd/PLIST diff -u pkgsrc/ham/uhd/PLIST:1.6 pkgsrc/ham/uhd/PLIST:1.7 --- pkgsrc/ham/uhd/PLIST:1.6 Sun Mar 11 06:23:54 2018 +++ pkgsrc/ham/uhd/PLIST Wed Jul 11 04:16:20 2018 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2018/03/11 06:23:54 mef Exp $ +@comment $NetBSD: PLIST,v 1.7 2018/07/11 04:16:20 dbj Exp $ bin/octoclock_firmware_burner bin/uhd_cal_rx_iq_balance bin/uhd_cal_tx_dc_offset @@ -154,6 +154,7 @@ lib/uhd/tests/devtest/benchmark_rate_tes lib/uhd/tests/devtest/bitbang_test.py lib/uhd/tests/devtest/devtest_b2xx.py lib/uhd/tests/devtest/devtest_e3xx.py +lib/uhd/tests/devtest/devtest_n3x0.py lib/uhd/tests/devtest/devtest_x3x0.py lib/uhd/tests/devtest/gpio_test.py lib/uhd/tests/devtest/list_sensors_test.py @@ -422,6 +423,7 @@ share/uhd/rfnoc/blocks/ddc_single.xml share/uhd/rfnoc/blocks/dma_fifo.xml share/uhd/rfnoc/blocks/dma_fifo_x4.xml share/uhd/rfnoc/blocks/duc.xml +share/uhd/rfnoc/blocks/duc_single.xml share/uhd/rfnoc/blocks/fft.xml share/uhd/rfnoc/blocks/fifo.xml share/uhd/rfnoc/blocks/fir.xml Index: pkgsrc/ham/uhd/distinfo diff -u pkgsrc/ham/uhd/distinfo:1.15 pkgsrc/ham/uhd/distinfo:1.16 --- pkgsrc/ham/uhd/distinfo:1.15 Sun Mar 11 06:23:54 2018 +++ pkgsrc/ham/uhd/distinfo Wed Jul 11 04:16:20 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2018/03/11 06:23:54 mef Exp $ +$NetBSD: distinfo,v 1.16 2018/07/11 04:16:20 dbj Exp $ -SHA1 (uhd-3.11.0.0.tar.gz) = bd38e67f240a8ee2bf2d76f08358402efefea12d -RMD160 (uhd-3.11.0.0.tar.gz) = 28c5370e3871cc3e4930143cc8f3902ea3b117fb -SHA512 (uhd-3.11.0.0.tar.gz) = c2c322401b235f37474baaca29c6e8665cb7c2e004cfa3ba8dc10a6b1c51137b55f2412f725cd686cad4a8f9edd2d33937bd31801c53419266c6805cd101c56d -Size (uhd-3.11.0.0.tar.gz) = 9278400 bytes +SHA1 (uhd-3.11.1.0.tar.gz) = 11556dbec1a5d0ddd83906773a206d573ce6d849 +RMD160 (uhd-3.11.1.0.tar.gz) = 054a29ed977162557525e8b90d1a25fc31a2465c +SHA512 (uhd-3.11.1.0.tar.gz) = a7cd5a3e94b4a71e2e3b26922810c0c11a4c790bd9d279e38d3c7f4c2a39efbf65ea47bff08c9b2720eec3cb42d54fd63f2e3502d5ee500cee4870c7828e2a7e +Size (uhd-3.11.1.0.tar.gz) = 9300386 bytes --_----------=_1531282581173870--