aboutsummaryrefslogtreecommitdiffstats
path: root/comms
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak the build against newer versions of OpenSSL (since 1.1.0-pre5), wheredanfe2018-10-242-3/+379
| | | | | | many data structures were made opaque and RLE compression support was removed. Reported by: pkg-fallout
* Expand FreeBSD 12 conditionals to include 13.0-CURRENTjbeich2018-10-241-0/+3
|
* qt5: Fix build on GCC based architectures.tcberner2018-10-142-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR: 231584 PR: 231677 PR: 231685 PR: 231830 PR: 231955 PR: 231905 PR: 231892 PR: 231684 PR: 231958 PR: 231960 PR: 231818 PR: 231542 PR: 231860 PR: 231681 PR: 231963 PR: 231891 PR: 231966 PR: 231904 PR: 231676 PR: 231819 PR: 231956 PR: 231680 PR: 231957 PR: 231903 PR: 231901 PR: 231667 PR: 231861 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
* comms/conserver-com: Update licensing details and pet portlint0mp2018-10-131-2/+3
| | | | | | | | | | | - Add LICENSE_FILE - Use tabs instead of spaces to indent values assigned to variables Reviewed by: antoine (previous version) Reviewed by: krion (previous version) Reviewed by: sbruno (previous version) Approved by: krion (mentor) Differential Revision: https://reviews.freebsd.org/D17528
* comms/conserver-com: Update for openssl 1.1.1 in 12-CURRENT.sbruno2018-10-122-13/+13
| | | | | | | | | | | | - Add BSD3CLAUSE license (0mp) - Switch to github from sourceforge (sbruno) - portlint cleanups (bunch of people) PR: 232158 Submitted by: 0mp Reported by: jhb Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D17524
* Deprecate most glib12 consumersantoine2018-10-122-0/+6
| | | | With hat: portmgr
* Deprecate some GNOME 2 applicationsantoine2018-10-083-0/+9
| | | | With hat: portmgr
* comms/hylafax: Fix build with Clang 6 (and GCC7)koobs2018-10-072-1/+17
| | | | | | | | | | | | | | | | | Add patch from upstream HylaFAX+, fixing a Clang 6 (and GCC7) build error: FaxRecvInfo.c++:115:17: error: comparison between pointer and integer ('const char *' and 'int') while (cp+2 != '\0') { ~~~~ ^ ~~~~ [1] http://bugs.hylafax.org/show_bug.cgi?id=971 [2] https://sourceforge.net/p/hylafax/HylaFAX+/2417/ [3] See Also: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853448 PR: 225372 Reported by: O. Hartmann <ohartmann walstatt org> Obtained from: HylaFAX+ [2] MFH: 2018Q4
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptdes2018-10-067-14/+14
| | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
* Add missing USES=gl to my portsmartymac2018-10-051-1/+1
|
* Remove expired ports:rene2018-10-0326-1008/+0
| | | | | | | | 2018-10-01 devel/erlang-protobuffs: upstream deprecated 2018-10-01 comms/wsjt: replace with wsjtx upstream no longer maintained 2018-10-01 comms/wspr: replace with wsjtx upstream no longer maintained 2018-10-01 comms/kvasd: use wsjtx- kvasd is not needed by wsjtx and no longer maintained 2018-10-01 mail/mutt-lite: For a lite version of mutt build mail/mutt with less (or zero) options
* Clean up Makefiledb2018-10-031-13/+9
| | | | | | | | | - Add missing NO_ARCH, NO_BUILD - removed autoplist - tidy up RUN_DEPENDS - fix typos in install Reported by: jhale
* Return avilla@'s ports to the pool after his commit bit got taken in for ↵rene2018-10-024-4/+4
| | | | safekeeping.
* Cleanup plistantoine2018-10-011-326/+326
|
* A Linux toolkit for handling signals over the automatric picturedb2018-09-305-0/+69
| | | | | | | | | | | | | | | transmission (APT) protocol. ## Intro to Automatic Picture Transmission Automatic picture transmission (APT) is an analog image transmission format developed for use on weather satellites in the 1960s. While only three modern satellites, NOAA 15, NOAA 18, and NOAA 19, transmit on the APT protocol, building a reception station is cheap and simple. The images can be quite high qualitythey natively have a resolution of 4 km/px. It is reasonable to expect at least one good-quality satellite pass (and, thereby, opportunity for image downlink) per day. WWW: https://github.com/rsj56/apitran
* Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4lriggs2018-09-292-1/+2
|
* comms/chirp: 0.4.1.2017.02.22 -> 0.4.1.2018.09.06yuri2018-09-223-10/+9
| | | | Differential Revision: D17272
* Fix build on gcc-based archs.linimon2018-09-211-1/+1
| | | | | | PR: 231464 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* Mark as broken on powerpc64.linimon2018-09-201-0/+1
| | | | Approved by: portmgr (tier-2 blanket)
* Change x11/xorgproto to become a build depzeising2018-09-121-1/+1
| | | | | | | | | | | | | | | Change x11/xorgproto to become a build time dependency when added to USE_XORG. Change the dependency to be on the port, rather than a file the port installs. Fix fallout. Bump portrevision on depending ports. PR: 230909 Reviewed by: eadler Approved by: portmgr (antoine) Obtained from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto exp-run: antoine Differential Revision: https://reviews.freebsd.org/D16906
* comms/freedv: Update 1.2.2 -> 1.3.1yuri2018-09-114-8/+21
| | | | | | | | | Port changes: * Change MASTER_SITES * WWW update PR: 231142 Submitted by: takefu@airport.fm
* Add DOCS options to ports that should have one.mat2018-09-1014-4/+26
| | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
* Update Qt5 to 5.11.1tcberner2018-09-093-1/+12
| | | | | | | | | Big thanks to * brnrd for the libressl patches in net/qt5-network * jhale for fixing the bulk load of ports PR: 230884 Exp-run by: antoine
* comms/anyremote: update to 6.7.1swills2018-09-073-8/+17
| | | | | PR: 226698 Submitted by: samm@os2.kiev.ua (maintainer, with slight changes)
* Update devel/json-c to 0.13.1sunpoet2018-09-061-0/+1
| | | | | | | | | - Add my LOCAL to MASTER_SITES - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/json-c/json-c/blob/master/ChangeLog PR: 231007 Exp-run by: antoine
* comms/geoid: fix build on CURRENT and pet portlintyuri2018-09-052-4/+16
| | | | | | | | | | Port changes: * Add dependencies * Correct the patch tag in post-patch * Add patch PR: 231162 Submitted by: swills
* Fix typognn2018-09-041-1/+1
|
* Update the license allow post GPLv2gnn2018-09-041-1/+1
| | | | Reported by: jbeich
* Remove an unused dependency, update to properly grab version of Pythongnn2018-09-041-3/+1
| | | | Reported by: jbeich
* Update build dependencies to track a library rather than an executablegnn2018-09-041-2/+3
|
* Update dependencies to properly follow Python and librariesgnn2018-09-041-5/+6
|
* Switch to the more idiomatic inclusion of Pythongnn2018-09-041-3/+3
|
* Attach libbtbb and ubertooth to the buildgnn2018-09-041-0/+2
|
* Make this port depend on its librarygnn2018-09-041-1/+2
|
* Ubertooth Tools for use with Ubertooth One a Bluetooth and BLE sniffergnn2018-09-045-0/+72
|
* Bluetooth Baseband Library for use by Ubertooth and othersgnn2018-09-046-0/+87
|
* Deprecate KDE4 software, categories a-c.adridg2018-08-301-0/+3
| | | | | | | | | | | The last upstream release supporting KDE4 was 10 months ago, https://www.kde.org/announcements/announce-applications-17.08.3.php , and the kde@ team for FreeBSD has supported modern KDE (i.e. KDE Frameworks, Plasma 5 and KDE Applications) for 4 months. Give a 4 month deprecation period to allow users to switch over. Not marked deprecated: audio/kid3-kde4, that's not ours, and it supports Qt5 and KF5 as well despite its name.
* Remove redundant DOCS, NLS, EXAMPLES, and IPV6 from OPTIONS_DEFAULT as theydanfe2018-08-302-2/+3
| | | | | are put there by the framework (see line 200 of Mk/bsd.options.mk), except for `finance/quantlib' which makes very unorthodoxal usage of port options.
* comms/telldus-core: Fix build with Clang 6tobik2018-08-271-0/+2
| | | | | | | | | | | | common/EventHandler_unix.cpp:83:24: error: non-constant-expression cannot be narrowed from type 'unsigned long long' to 'time_t' (aka 'int') in initializer list [-Wc++11-narrowing] timespec abstime = { now.tv_sec + (abstime_ns_large / 1000000000), abstime_ns_large % 1000000000 }; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/telldus-core-2.1.2_5.log PR: 230882 Submitted by: tobik Approved by: Johan Ström <johan@stromnet.se> (maintainer)
* Remove expired port:rene2018-08-2243-2925/+0
| | | | 2018-08-20 comms/usrp: Broken for more than 5 months
* Update MAINTAINER: use @FreeBSD.orgsunpoet2018-08-192-2/+2
|
* Fix LoTW integration again.shurd2018-08-182-4/+13
| | | | | | | | | | If the MySQL library isn't explicitly initialized, the mysql library will end up calling EVP_cleanup() while detecting the MySQL version, which clobbers the OpenSSL context, preventing LoTW (and perhaps ClubLog) integration from working properly. Look in ${LOCALBASE}/lib/mysql/ for MySQL and MariaDB libraries. Only look for .so file, don't look for "any" SONAME.
* Update to 4.0.18db2018-08-152-5/+4
| | | | | | | | | | | | | | | | | =Version 4.0.18= 2018-08-12 David Freese <w1hkj@bellsouth.net> 2fef9cb: CPS testing aa757af: ipv6 addressing c62662c: MT63 centering 9460c00: fsq mods 5a7377f: IFKP/THOR greyscale image 51e2829: Hamlib bug fix 58c6362: Tooltip 47d2c6c: nanoIO a253603: THROB adif f46cb9b: RigCAT dialog
* ## [3.7.13.4] - 2018-07-15db2018-08-155-102/+93
| | | | | | | | | | | | | | | | | | | | | ### Fixed #### Project Scope - Fix Boost 1.67 linking issue #### gnuradio-runtime - Logging: fixed issues where messages weren't properly written to stdout/stderr due to incorrect strings #### gr-analog - `fmdet_cf`'s derivative coefficients were wrong. #### gr-blocks - `skiphead` used to incorrectly handle tags, now properly shifts #### gr-digital - `qa_packet_format`: Unit test used to potentially lock up due to incorrect conditionals - `clock_recovery_cc`, `crc32_bb`: Accessing the `[0]` element of an empty vector is UB, even if you don't use the result afterwards. #### gr-fec - `polar_encoder`/`_common`: Fixed multiple out-of-bound accesses due to insufficient vector length checks #### gr-filter - `fft_filter`, `filter_delay`: Accessing the `[0]` element of an empty vector is UB, even if you don't use the result afterwards. Fix dependancy problem when UHD is not used.
* Add patch to fix potential crash on startupshurd2018-08-122-1/+14
| | | | | | | Raster::resize() was being called with a negative width or height due to bad state being stored in the config. This resulted in fldigi crashing before the UI was displayed. This patch works around the problem and has been submitted upstream.
* Fix obvious typodb2018-08-091-1/+1
|
* devel/boost-*: update to 1.68.0jbeich2018-08-096-6/+6
| | | | | | | | | - Switch to C++14 for libboost_system to support C++14 consumers Changes: http://www.boost.org/users/history/version_1_68_0.html PR: 229569 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D16165
* Update unixcw and xcwcp to latest release.shurd2018-08-0815-10/+289
| | | | | | | | | | | | | | | This is also the first version where all the issues are fixed, and support has been included for ALSA and Pulseaudio. The ioctl() issue is resolved, and gettext is properly controlled by the NLS option. I'll be submitting these patches upstream, but due to the low rate of releases, want to get them into ports first. This is heavily modified from the submitted patch as every time anything was tested, a new issue cropped up. PR: 229782 Reported by: Yuri Victorovich <yuri@freebsd.org>
* Update to latest version, it's on github nowshurd2018-08-085-38/+37
| | | | Put the examples in EXAMPLESDIR.
* Fix MASTER_SITES for new versionshurd2018-08-071-1/+1
|
* Update to latest releaseshurd2018-08-073-16/+12
| | | | | Add FLDIGI option to support fldigi XML-RPC interface portlint complained about DOCS, add that option.
* Fix a common grammar error: "can not" means the opposite of "cannot."adamw2018-08-021-2/+2
| | | | "Can not" means "it is possible not to," and "cannot" means "it is impossible to."
* [NEW PORT]: comms/py-adafruit-ampy: Adafruit MicroPython toolloader2018-08-014-0/+31
| | | | | | | | | | | Adafruit MicroPython Tool (ampy) - Utility to interact with a MicroPython board over a serial connection. WWW: https://github.com/adafruit/ampy Reviewed by: koobs Approved by: koobs (mentor) Differential Revision: https://reviews.freebsd.org/D16524
* [NEW PORT] comms/py-esptool: Utility to communicate with Espressif ESP8266 & ↵loader2018-07-314-0/+49
| | | | | | | | | | | | | ESP32 chips A Python-based, open source, platform independent, utility to communicate with the ROM bootloader in Espressif ESP8266 & ESP32 chips. WWW: https://github.com/espressif/esptool Reviewed by: koobs, mat Approved by: koobs (mentor) Differential Revision: https://reviews.freebsd.org/D16483
* - Restore BUILD_DEPENDmiwi2018-07-301-0/+3
| | | | | | | | - Bump PORTREVISION Submitted by: freebsd_ports@k-worx.org (via irc) Reported by: mat Sponsored by: iXsystems Inc.
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-07-3021-13/+21
| | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542
* comms/xmorse: Fix build with Clang 6tobik2018-07-291-0/+15
| | | | | | | | Codebox.cxx:122:16: error: non-constant-expression cannot be narrowed from type 'int' to 'char' in initializer list [-Wc++11-narrowing] char s[] = { c, '\0' }; // A 1-char string version of c. ^ http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475044_s336572/logs/xmorse-20041125_10.log
* Remove expired ports:rene2018-07-297-98/+0
| | | | | 2018-07-27 comms/xwota: No server message and no upstream releases 2018-07-27 audio/glame: Does not build
* - Update to 0.51miwi2018-07-284-10/+28
| | | | | | | | | | | | | - Removed BUILD_DEPENDS (it's not required for a successful build) - Set RUN_DEPENDS accordingly for the given requirements - Added NO_ARCH - Fixed some typos in pkg-descr - Updated pkg-plist PR: 229206 Submitted by: freebsd_ports@k-worx.org Approved by: maintainer timeout Sponsored by: iXsystems Inc.
* This port is no longer maintained upstream and furthermore has nodb2018-07-211-1/+4
| | | | server to connect to. Quite obsolete.
* Deprecate ports broken for more than 5 monthsantoine2018-07-171-0/+2
|
* comms/gpredict: Update 1.3 -> 2.2.1yuri2018-07-164-89/+28
| | | | | | | | Port changes: * Move to github * Add LICENSE_FILE * Remove CPPFLAGS/LIBS - not needed * Update USE_GNOME
* comms/trustedqsl: Update 2.2.1 -> 2.4; Unbreak with wxWidgets-3.1yuri2018-07-153-7/+14
| | | | | | | 2.2.1 was breaking with wxWidgets-3.1 PR: 229781 Approved by: portmgr (unbreak)
* Update to latest release, use preferred OpenSSL libs.shurd2018-07-1115-63/+104
| | | | | | | | CQRLOG does *not* work with the version of OpenSSL in 10.4. This only seems to impact the LoTW integration though, so I don't think it needs to be marked as broken with that version. Also, update all the patches to use makepatch.
* comms/tio: Update to 1.31swills2018-07-102-4/+4
| | | | | PR: 229660 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
* Update to g20180708.mr2018-07-102-5/+5
|
* Remove all := from BUILD_DEPENDS, here are never needed.mat2018-07-095-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | While there, cleanup, and sort depends. When build and run dependencies are the same, there are three ways to avoid duplicating the list while not adding the framework added BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are: 1) use RUN_DEPENDS to set BUILD_DEPENDS: BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= foo:bar/baz 2) create another variable and use it: MY_DEPENDS= foo:bar/baz BUILD_DEPENDS= ${MY_DEPENDS} RUN_DEPENDS= ${MY_DEPENDS} 3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation: BUILD_DEPENDS= foo:bar/baz RUN_DEPENDS:= ${BUILD_DEPENDS} Sponsored by: Absolight
* comms/dcf77pi: update to version 3.7.0rene2018-07-093-10/+11
|
* Mark these ports as broken on aarch64, and, where appropriate, armvX.linimon2018-07-071-0/+1
| | | | | | While here, pet portlint and modernize. Approved by: portmgr (tier-2 blanket)
* Remove debug attempt that kept this port from building on package builderdb2018-07-052-7/+6
| | | | | | | How has this managed to not be noticed? Point Hat: db Reported by: [package - 104i386-quarterly][comms/wsjt] Failed for wsjt-10.r5745_7 in build
* wsjtx does not use kvasd and wsjt is going awaydb2018-07-052-1/+5
|
* - Add LICENSEamdmi32018-07-041-4/+8
| | | | | - Switch to USES=localbase - Fix build with clang 6
* Switch to Github versioning scheme to follow porter's handbook specificationsmartymac2018-07-032-5/+7
| | | | Reported by: mat
* Switch to Github and update to latest versionmartymac2018-07-022-7/+9
| | | | | PR: 229265 Submitted by: yuri
* Mark ports broken on mips64 that are already broken on powerpc64. Inlinimon2018-07-021-0/+2
| | | | | | | | | most cases, the failure mode is the same. Also, mark them broken on mips when necessary. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* Forced commit forgot wsjt DEPRECATION and EXPIRATIONdb2018-07-022-2/+5
| | | | Both these ports have long been replaced with wsjtx.
* Both these ports have long been replaced with wsjtxdb2018-07-022-5/+8
| | | | Let the grim reaper take them both in 3 months
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mktcberner2018-06-2921-45/+44
| | | | | | | | | | | | | | | From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540
* comms/airspy: Rename the option SSE -> SIMDyuri2018-06-271-5/+5
|
* comms/airspy: Fix build due to the MMX-related errorsyuri2018-06-272-0/+20
| | | | | | | | Fix errors like this: error: always_inline function '_mm_loadu_ps' requires target feature 'mmx', but would be inlined into function 'x' that is compiled without support for 'mmx' Reported by: fallout
* comms/cutecom: Fix WRKSRC namejwb2018-06-272-1/+2
| | | | | Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D16028
* Updated to 9.2.6db2018-06-2621-60/+33
| | | | | | | | | | | | | | | | | | 20170817 QSSTV 9.2.6 Changed the .pro file for autodetecing correct libopenjpg2 (DL1JBE -Tom) ftp transfer - initialize bug fix (VK6MN- Mike) Help manual -> path correction and corrected some typo's (DJ0MBA- Marinus) SSTV initialize bug fix (Adrian) Camera support for Raspberry PI Cam fixed audio loopback use fixed transmission after stop, image was not restarted at top 20161022 QSSTV 9.2.5 Screen size reduced for use with smaller screens-fixed. rig control - added capabilities test. PR: ports/229140 Submitted by: takefu@airport.fm
* Mark broken on arm-current.linimon2018-06-251-1/+4
| | | | Approved by: portmgr (tier-2 blanket)
* New port: comms/airspy: AirSpy's usemode driver and associated toolsyuri2018-06-256-0/+100
|
* comms/cutecom: Upgrade to 0.45.0jwb2018-06-248-95/+20
| | | | | | | PR: 229094 Submitted by: yuri Approved by: jrm (mentor) Differential Revision: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229094
* comms/gqrx: Add missing library to LIB_DEPENDSyuri2018-06-241-3/+3
| | | | | | Also group the USExx block. Approved by: portmgr blanket
* comms/gnuradio: Add missing library to LIB_DEPENDS; Add missing file to ↵yuri2018-06-242-1/+3
| | | | | | | | pkg-plist Both were reported by the stage-qa. Approved by: portmgr
* Update math/gsl to 2.5tcberner2018-06-231-0/+1
| | | | PR: 229067
* Mark as broken on aarch64, and, where appropriate, armvX.linimon2018-06-221-0/+2
| | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* Inadvertantly forgot to delete patch-boost-1.67 no longer neededdb2018-06-211-75/+0
| | | | Pointy Hat: me
* Use PY_FLAVOR for dependencies.mat2018-06-212-5/+5
| | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight
* Removed dependancy on uneeded gitdb2018-06-2014-90/+137
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Left the README files at all times # Changelog All notable changes to GNU Radio will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html), starting with version 3.7.12.0. Older Logs can be found in `docs/RELEASE-NOTES-*`. ## [3.7.13.3] - 2018-06-13 ### Fixed #### Project Scope - For non-C++11 compilers, the new cstdint include doesn't work out; conditionalized it. ## [3.7.13.2] - 2018-05-31 ### Fixed #### Project Scope - Actually bumped version in CMakeLists.txt to 3.7.13.2; the 3.7.13.1 tag was tagged off-branch; maintainer failure to simultaneously push a commit that raises the internal version number to 3.7.14.0: this had to be reverted ASAP. ## [3.7.13.1] - 2018-05-31 ### Fixed #### Project Scope - Actually bumped version in CMakeLists.txt ## [3.7.13.0] - 2018-05-31 ### Fixed #### Project Scope - `boost::posix_time::[milli]second` takes integer numbers, and we now at least cast the floats to integers, as Boost 1.67 forced us to realize we're (incorrectly) using floating point her - CMake: using regex to match compiler against "Clang" now enables correct build on OS X #### GRC - Fixed GRC bug which broke WX and Qt (by altering the template code), in multiple (less than awesome) steps #### gr-blocks - `float_array_to_int`: int32 limits were wrongly hardcoded. - Fixed the undefined behaviour happening in `float_to_complex` when accessing the second input_items element in the single-input case ## [3.7.12.0] - 2018-04-01 ### Software Engineering - Changed Changelog format - Introducing Semantic Versioning - Change of development model: Rather than merging bugfixes to maint, merging maint to master, and next, if applicable, we'll be moving forward more in a typical management model: Development happens on master, and bugfixes are cherrypicked onto the maint-${RELEASE} branch. More info: http://lists.gnu.org/archive/html/discuss-gnuradio/2018-02/msg00133.html - First attempt at having a .clang-format file to improve code contribution style quality. This is Work In Progress. ### Fixed #### Project Scope - Buildability on systems where custom CMake command would try to find "" (empty string) as executable - Buildable with C++11 compilers (though deprecation warning-rich, due to `unique_ptr`) - several previously improperly handled include directories now actually included in individual lib/CMakeLists - Unit test/QA now parallelizable - Logger works with log4cpp <= 1.1.2 both in and out of tree - Python linkage under MinGW64 - Documentation Directory now uniformly "docs/" (instead of sometimes "doc/") - `log` vs `logf` performance bugs - on-time `pmt::mp("string")` calls (instead of cached PMTs) performance bug - Doxygen build now reproducible #### GRC - Dialogs' parent windows - Embedded Python Blocks now work in hierarchical GRC flow graphs #### gnuradio-runtime - `random.h`: Uniform integer Generation depended on Boost version > min version - `random.h`: time-dependency when seeding with `0` replaced with actual standard seed - block startup now synchronized via barrier - New tag propagation policy "custom" for own implementation - `get_tags_in_range` used `v.resize(0)` to clear vectors, which lead to unnecessary memory reallocations - `logger_ptr` now always a pointer, no matter whether logging is enabled; fixes heap corruption bug - `buffer[_reader]_sptr` superfluous grab/release performance bug - BSD threading and shared mem compatibility - PMT: `equal()` comparison #### gr-utils - Sorted files in `gr_modtool` makexml processing, leading to improved reproducibility of builds #### gr-audio - OS X: memcpy bug - OS X: debug mode - Non-Linux ALSA compatibibilty #### gr-analog - `fmdet_cf` now has GRC file - `fastnoise_source`: non-threadsafe `libc` `rand()` replaced by XOROSHIRO128+ #### gr-blocks - `simple_copy` Ctrlport example - Metadata sink/source not closing file on `close()` - `multiply_matrix` formerly used "magic int" value where its API expected enum (and that int wasn't covered) - TCP connection ASIO bug - `tags_strobe`: superfluous tags addition - `vector_sink`: multithreading hazards on `data` access - `tuntap_pdu`: MTU-sized IP packet reception - `socket_pdu`: Garbage Collect closed TCP connections #### gr-channels - IQ imbalance block formula now mathematically correct now mathematically correct - `selective_fading_model`: proper scaling of path length #### gr-digital - `additive_scrambler_bb`: tag triggered reset - `stream_to_tagged_stream`: tag offset after `unlock()` - `blks2/packet.py`: Flushing for small packets - `interpolating_resampler`: GCC 4.0 compile error - `constellation`: 16QAM demapper was wrong for one constellation point - `chunks_to_symbols`: mutex-guard LUT against modification during use - MSVC compatibility throug `and` -> `&&` etc - `crc32_bb`: handle unpacked bytes correctly - `ofdm_carrier_allocator`: catching wrong allocations instead of crashing #### gr-dtv - All examples now are installed - DVB-T2: Removed L1 post scrambling in spec v1.1.1 mode #### gr-fcd - Building on non-Linux systems - Extended symbol bug in Reed-Solomon encoder - DVB-T Cell identifier #### gr-fcd - Building on non-Linux systems #### gr-fec - `channel_construction.py`: return int frozen bit output - `GSL_LDFLAGS` propagation - `polar_decoder` used to be flaky #### gr-fft - locking of fftw wisdom - `window.cc`: removed NaN due to FP math - compilation under MinGW - `logpwrfft.py` reference scaling integer division bug #### gr-filter - Simpson's rule code removed in favor of GSL call #### gr-qtgui - Time sink: Segfault with tag trigger #### gr-uhd - Antenna selection in UHD apps - `uhd_fft` scalar gain-capability - Device selection for multi-device operations in UHD apps - TX streamer creation #### gr-zeromq - Multi-part messages reception ### Added #### Project Scope - Ninja (https://ninja-build.org) now a supported build system #### gnuradio-runtime - Python can now get `gr.WORK_CALLED_PRODUCE` and `gr.DONE` #### gr-utils - `gr_modtool`: Autocompletion, line editing - `gr_modtool`: `copyrightholder` option #### GRC - "Create Duplicate" - "Save a copy" - BokehGUI #### gr-blocks - New `tag_share` block: take tags from one two input streams to one output stream - `tag_gate`: tag filtering - `file_source`: configurable `file_begin` stream tag - `moving_average`: Vector mode (with element-wise MA) - `plateau_detector`: threshold get/set #### gr-digital - `costas_loop_cc`: Optional loop variable outputs - New `correlate_access_code_tag` block - `glfsr` exposed through Python #### gr-dtv - 256QAM mode for ITU-T J.83B transmitter #### gr-fec - negative Polynomials in `cc_encoder` #### gr-filter - `symbol_sync_{cc|ff}` #### gr-uhd - `uhd_app.py`: selectable time/clock sources - make `recv()` call's timeout parameterizable - message-based RX tuning through sink, TX through source ### Changed #### Project Scope - VOLK version requirement: 1.4.0 - Minimal required SWIG version now 2.0.4 - GSL optional dependency - Threw out completely unused `gr_??int` types - Doxygen build no longer contains timestamps - Doxygen build now reproducible - Though factually before, now officially include ZeroMQ and Sphinx as optional dependencies in docs #### gnuradio-runtime - Python gateway allows variable number of ports #### gr-utils - `gr_modtool`: Block template now uses `numpy.float32` instead of float. 32bit float is actually the default GNU Radio type.e. #### gr-blocks - `vector_sink` can preallocate memory for desired amount of items #### gr-digital - `header_format_default` now sps>1-capable - `correlate_acces_code` uses `GR_LOG` #### gr-uhd - `uhd_fft`: respect `lo_offset` in `set_bandwidth` - `usrp_source`: freq tag now actually reflects last set frequency, even on multiple channels #### gr-qtgui - Labels: now with 98.121212388% improved floating point formatting - Time Sink: Stem plot option exposed ### Deprecated #### gnuradio-runtime - `gr::sys_pri` Reviewed by: martymac
* Mark ports broken on powerpc64, categories a-c.linimon2018-06-181-2/+3
| | | | | | While here, pet portlint and do some other cleanup. Approved by: portmgr (tier-2 blanket)
* Fix typo of locale.setlocal which should be locale.setlocaledb2018-06-172-5/+5
| | | | Pointy hat to: @shurd
* =Version 4.0.17=db2018-06-162-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2018-06-10 David Freese <w1hkj@bellsouth.net> 88fd54d: flarq idtimer d58b0b7: Greek language update 4c3ca8f: tmpfile 87cb7e1: xmlrpc cat string 4f72635: Modem start frequency dc68d02: Serial port discovery 55aa627: Log entries 2fea354: flarq appdir c480982: rx/tx 56553fa: RTTY Quick pick 79aa5d6: quick pick rtty baud d1f91ea: Documentation Update e4a5cec: CW/FSK I/O on start a9df13f: WinKey PTT 6de7360: Navigator fa8e53e: nanoIO 202ad12: Default Lighted Button dfd1b0b: ST/PR macro tags 490f683: K2/K3/KX3 data modes c39a88b: Logbook read 6cb1e5a: 8pskF 89ff7c8: fsq/ifkp audit logs cd7e502: RTTY browser decode
* Update to 2.39.3joneum2018-06-162-4/+4
|
* Upgrade to 1.9.1db2018-06-167-20/+84
| | | | | | | | | | | | Use NetBSD clogf for FreeBSD systems that are not at HEAD Release: WSJT-X Version 1.9.1 June 1, 2018 ----------------------------- This critical bug fix release repairs an unintended restriction in the FT8 DXpedition mode. It supersedes v1.9.0 and must be used for DXpedition Fox operators.
* - Fix LICENSEamdmi32018-06-131-1/+3
| | | | | | | - Add LICENSE_FILE - Add NO_ARCH Approved by: portmgr blanket
* Much better way to ensure a UTF-8 CODESET in the localeshurd2018-06-122-5/+7
| | | | No longer force language or country codes, always call setlocale()
* Fix unicode for 'C' locale.shurd2018-06-122-0/+15
| | | | | | | | | wxPython 3.0 uses the current locale when wx is imported to decide on the default text encoding. When the locale is 'C' this means only US-ASCII is supported, corrupting the disaply quite badly. As a hack, if the encoding is US-ASCII, force LC_ALL to en_US.UTF-8 which allows unicode to work. Reported by: db
* Fix port builds for architectures which remain on gcc as the default compiler.linimon2018-06-111-1/+1
| | | | | | | | | | | | | | This will primarily help powerpc64. For archs where clang is the default compiler, these changes will have no effect, as the base compiler already has these capabilities (primarily, but not exclusively, c++-11). Tested for no-harm on amd64. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* Grab maintainership of TiLP2+ libraries, they are too important to be orphans.danfe2018-06-093-3/+3
|
* Update TiLP2+libraries and drop maintainership.tijl2018-06-0811-53/+82
| | | | | TiLP2 1.18, libticables2 1.3.5, libticalcs2 1.1.9, libticonv 1.1.5, and libtifiles2 1.1.7
* Remove expired ports:rene2018-06-0747-860/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2018-06-06 biology/ssaha: Broken for more than 6 months 2018-06-06 biology/crux: Broken for more than 6 months 2018-06-06 biology/ariadne: Broken for more than 6 months 2018-06-06 cad/sceptre: Broken for more than 6 months 2018-06-06 cad/cider: Broken for more than 6 months 2018-06-06 chinese/scim-array: Broken for more than 6 months 2018-06-06 chinese/xpdf: Broken for more than 6 months 2018-06-06 chinese/telnet: Broken for more than 6 months 2018-06-06 comms/java-commapi-freebsd: Depends on BROKEN and expiring comms/java-commapi 2018-06-06 comms/soundmodem: Broken for more than 6 months 2018-06-06 comms/jsdr: Broken for more than 6 months 2018-06-06 comms/java-commapi: Broken for more than 6 months 2018-06-06 converters/pdf2djvu: Broken for more than 6 months 2018-06-06 databases/rdb: Broken for more than 6 months 2018-06-06 databases/animenfo-client: Broken for more than 6 months 2018-06-06 databases/ruby-mysql: Broken for more than 6 months 2018-06-06 databases/riak: Broken for more than 6 months 2018-06-06 databases/animenfo-client-gtk: Broken for more than 6 months 2018-06-06 databases/rdfdb: Broken for more than 6 months 2018-06-06 databases/riak2: Broken for more than 6 months 2018-06-06 devel/subversion-static: Broken for more than 6 months 2018-06-06 japanese/xgate: Broken for more than 6 months 2018-06-06 textproc/opengrm-ngram: Broken for more than 6 months 2018-06-06 textproc/ocaml-tyxml: Depends on BROKEN and expiring www/ocaml-net 2018-06-06 www/ocaml-net: Broken for more than 6 months 2018-06-06 audio/linux-genpuid: Broken for more than 6 months 2018-06-06 x11/enventor: Broken for more than 6 months 2018-06-06 audio/xmms-timidity: Broken for more than 6 months 2018-06-06 audio/kaudiocreator: Broken for more than 6 months 2018-06-06 audio/jxm: Depends on BROKEN and expiring comms/java-commapi 2018-06-06 audio/deforaos-mixer: Broken for more than 6 months 2018-06-06 audio/gkrellmss2: Broken for more than 6 months 2018-06-06 audio/ogg2mp3: Broken for more than 6 months 2018-06-06 audio/abcmidi: Broken for more than 6 months 2018-06-06 benchmarks/netpipe: Broken for more than 6 months 2018-06-06 biology/plink: Broken for more than 6 months
* Fails the same way on powerpc64 as on arvmX.linimon2018-06-051-0/+3
| | | | | | While here, mark as NOT_FOR mipsX. Approved by: portmgr (tier-2 blanket)
* - Bump PORTREVISION (editors/lazarus was updated)acm2018-06-031-1/+1
|
* Update WWWsunpoet2018-05-2816-16/+16
| | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
* - Moved ports to Uses/lazarus.mkacm2018-05-263-25/+27
| | | | | | | - Add FLAVORS Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D14661
* - Update to 20171122lwhsu2018-05-254-6/+6
| | | | | | - Retain maintainer for Kevin Submitted by: kevlo
* Update the Qt5 ports to 5.10.1.rakuco2018-05-186-4/+5
| | | | | | | | | | | | | | | | | The work was done by tcberner and myself, with thanks to antoine for the exp-run. Not a lot to report compared to other Qt5 updates: * net/qt5-network is still broken with LibreSSL. I said this in a commit message ages ago but it bears repeating: upstream is open to adding support for LibreSSL, but someone needs to step up to maintain it upstream, otherwise things will continue to be broken all the time. * www/qt5-webengine is a huge monster that is terrible to update, just like www/chromium itself is. We (kde@) have decided to keep using the 5.9 series for the time being, as it should be compatible with the rest of Qt anyway. It was updated to 5.9.5, the latest 5.9 release at the time of writing. PR: 228213
* Update to 2.11.5martymac2018-05-182-5/+4
|
* misc/openhab2 comms/gammu: Bumpyuri2018-05-161-0/+1
| | | | | | | I didn't bump them in r469511 and r469512 because they were previously broken such that they couldn't be installed. Reported by: mat
* Fix dependencies.mr2018-05-101-2/+4
|
* comms/gammu: Unbreak: add missing files to pkg-configyuri2018-05-101-0/+2
| | | | Approved by: portmgr (port compliance, infrastructure)
* - update WWWdinoex2018-05-091-1/+1
|
* Add liquid-dsp and inspectrum to the build.mr2018-05-071-0/+2
|
* Add inspectrum, a Offline radio signal analyser.mr2018-05-074-0/+35
|
* Add liquid-dsp.mr2018-05-074-0/+51
| | | | | | | | | | | liquid-dsp is a free and open-source digital signal processing (DSP) library designed specifically for software-defined radios on embedded platforms. The aim is to provide a lightweight DSP library that does not rely on a myriad of external dependencies or proprietary and otherwise cumbersome frameworks. All signal processing elements are designed to be flexible, scalable, and dynamic, including filters, filter design, oscillators, modems, synchronizers, complex mathematical operations, and much more.
* Deprecate ports broken for more than 6 monthsantoine2018-05-054-0/+9
|
* multimedia/ffmpeg: update to 4.0jbeich2018-05-021-1/+1
| | | | | | | | | | | | - FFSERVER support was removed upstream - libressl now uses libtls backend instead of patching openssl one - Clang i386 no longer uses 16-byte aligned stack Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ PR: 227726 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15175
* Update the QScintilla2 ports to 2.10.4tcberner2018-04-301-1/+1
|
* Update WWW site to https.madpilot2018-04-261-1/+1
|
* Only sleep in ports if BATCH/PACKAGE_BUILDING are not defined.mat2018-04-261-0/+2
| | | | Sponsored by: Absolight
* Switch all pypi.python.org WWWs to a new PyPi home pypi.org whereamdmi32018-04-261-1/+1
| | | | | | | they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat
* Update to 1.30krion2018-04-202-4/+4
| | | | | PR: 227646 Submitted by: maintainer
* Adjust PORTREVISION order to pet portlint after r467711jbeich2018-04-181-1/+1
| | | | | Tools/scripts/bump-revision.sh adds PORTREVISION in the wrong place when DISTVERSION*FIX is used.
* devel/boost-*: update to 1.67.0jbeich2018-04-186-4/+6
| | | | | | | Changes: http://www.boost.org/users/history/version_1_67_0.html PR: 227427 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15030
* comms/gnuradio: unbreak with boost 1.67jbeich2018-04-181-0/+75
| | | | | | | | | | | | | | | | | | | | | gr-blocks/lib/message_strobe_impl.cc:93:35: error: no matching conversion for functional-style cast from 'float' to 'boost::posix_time::milliseconds' (aka 'subsecond_duration<boost::posix_time::time_duration, 1000>') boost::this_thread::sleep(boost::posix_time::milliseconds(d_period_ms)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/boost/date_time/time_duration.hpp:270:30: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'float' to 'const boost::date_time::subsecond_duration<boost::posix_time::time_duration, 1000>' for 1st argument class BOOST_SYMBOL_VISIBLE subsecond_duration : public base_duration ^ /usr/local/include/boost/date_time/time_duration.hpp:286:59: note: candidate template ignored: disabled by 'enable_if' [with T = float] typename boost::enable_if<boost::is_integral<T>, void>::type* = 0) : ^ /usr/local/bin/ld: CMakeFiles/tags_demo.dir/tags_demo.cc.o: undefined reference to symbol 'pthread_condattr_init@@FBSD_1.0' //lib/libthr.so.3: error adding symbols: DSO missing from command line c++: error: linker command failed with exit code 1 (use -v to see invocation) *** [gr-uhd/examples/c++/tags_demo] Error code 1 PR: 227427 Reported by: antoine (via exp-run) Obtained from: Homebrew
* Update to 2.11.4martymac2018-04-172-4/+4
|
* comms/uhd: unbreak with boost 1.67jbeich2018-04-152-1/+157
| | | | | | | | | | host/lib/usrp/cores/rx_vita_core_3000.cpp:77:35: error: no matching conversion for functional-style cast from 'double' to 'boost::posix_time::milliseconds' (aka 'subsecond_duration<boost::posix_time::time_duration, 1000>') boost::this_thread::sleep(boost::posix_time::milliseconds(1.0)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ PR: 227427 Reported by: antoine (via exp-run)
* Update Gammu to v1.39rodrigo2018-04-102-4/+4
| | | | | | | | | Changelist : Fixed answering call in AT module. Improved support for Huawei E392 and E3131. Fixed compatibility of binaries with Windows XP and 2003. Improved support for ZTE MF667. Updated list of GSM networks and countries.
* comms/atslog: Convert to USES=phpbrnrd2018-04-081-1/+1
| | | | Approved by: infrastructure modernization blanket
* Update klogdb2018-04-073-18/+14
| | | | | | | | | | | | | | | | | April - 0.9.3 - Double clicking on DXCC Widget name of the Entity will show the QSO is providing that status on the Search widget. - Added DXCC support for Kosovo. - Bugfix: Default band & mode are now defined as the most used band and mode. - Bugfix: TX frequency was not saved. - Bugfix: In the dxcc status widget, some countries were showing the UN flag unappropriately. - Bugfix: When updating the CTY file, query errors were shown on world.readCTYCSV function. - Bugfix: When editing the QRZ, the cursor position was not properly maintained. - Bugfix: Fixed the flags of several DXCC entities that were not correctly shown. - Bugfix: DXCC Status widget was not listing all the DX entities. - Bugfix: Modes & Bands where not always properly updated from the Setup. - Bugfix: Adding new QSO that implies a DXCC or WAZ status already worked failed. - Bugfix: Updating the WAZ status was not always possible due to a incorrect DB query. - Updated translations: Danish (TNX Joe), Spanish (EA4TV).
* - Migrate Mk/bsd.fpc.mk to Mk/Uses/fpc.mkacm2018-04-051-1/+1
| | | | | | | | | | - Convert all fpc-based ports to USES=fpc PR: 227210 Reviewed by: portmgr Approved by: portmgr Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D14617
* Fix permissions in installed Qt5 header filestcberner2018-03-304-0/+4
| | | | | | | | | | | | | | | For the qt5-* ports bsd.qt.mk sets EXTRACT_AFTER_ARGS, and thereby does not get the normal default value of --no-same-owner --no-same-permissions passed when extracting. This lead to for example header files being installed (i.e. copied), with permissions group write permissions. Manually append that to the bsd.qt.mk shenanigans (also do the same in www/qt5-webchannel, which opts out of the bsd.qt.mk value) PR: 227027 Reported by: grarpamp@gmail.com
* Update to 2.11.2martymac2018-03-272-4/+4
|
* Make libgnome and libgnomeui not implying esound dependencybapt2018-03-263-3/+4
| | | | | | | | | | | | | | | | It has been a while both does not depend anymore on esound, before this change esound dependency was wrongly added to plenty of packages which actually does not depend on it. While here: - audio/glame: remove esound support - games/monkeybubble: add an explicit dependency on esound - sysutils/gnome-schedule: add en explicit dependency on pkg-config - comms/kb: add missing dependency on pkgconfig - x11-toolkits/libgnomeui: * update to 2.4.5 * use USES=localbase
* comms/aldo: Update 0.7.5 -> 0.7.7yuri2018-03-246-32/+37
| | | | | | | | | | | | Port changes: * Change to DISTVERSION * Add LICENSE/LICENSE_FILE * Remove USE_GCC * Add USES=localbase instead of CPPFLAGS/LIBS PR: 226349 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: lambert@lambertfam.org (maintainer timeout; 19 days)
* Bump PORTREVISION on ports depending on devel/libical.truckman2018-03-201-1/+1
| | | | PR: 226460
* Update to 2.11.1martymac2018-03-192-5/+4
|
* comms/congruity: Unbreak by fixing shebangyuri2018-03-191-1/+2
| | | | Approved by: portmgr (port compliance, infrastructure)
* - Update WWWamdmi32018-03-181-1/+1
| | | | Approved by: portmgr blanket
* Mark broken on armv7. armv6 results are not yet available (blocked onlinimon2018-03-181-0/+2
| | | | | | openjdk). Approved by: portmgr (tier-2 blanket)
* Update py-sip to 4.19.8 and qscintilla2 to 2.10.3tcberner2018-03-131-1/+1
| | | | | PR: 226487 Exp-run by: antoine
* Bump PORTREVISIONs of all users of math/mpc that we just updated togerald2018-03-1112-7/+12
| | | | version 1.1.0 (via revision 464079).
* comms/picocom: Update to 3.1yuri2018-03-093-25/+7
| | | | | | | | | | | | Port changes: * Changed to DISTVERSION * Added LICENSE_FILE * Removed the useless option DEBUG * Removed the patch PR: 226455 Submitted by: owk <freebsd_ports@k-worx.org> Approved by: tcberner (mentor, implicit)
* comms/xastir: fix some portlint warnings I missedler2018-03-051-2/+3
|
* comms/xastir: upgrade to 2.1.0ler2018-03-054-41/+61
| | | | | PR: 226187 Submitted by: carl@stagecraft.cx (Maintainer)
* Return pawel@'s ports to the pool after he resigned.rene2018-02-251-1/+1
| | | | With hat: portmgr
* comms/pear-Horde_ActiveSync: Update to 2.39.1joneum2018-02-242-4/+4
| | | | Approved by: mentors (implicit)
* Give the KDE SC4 applications ports a -kde4 suffixtcberner2018-02-235-2/+2
| | | | | | | | | | In order to make room for the up-to-date version of the KDE Desktop and its applications move the KDE Application ports based on Qt4. PR: 225992 Exp-run by: antoine Reviewed by: rakuco, adridg Differential Revision: https://reviews.freebsd.org/D14413
* ChangeLog v3.7.11db2018-02-207-785/+781
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ================= This is a feature release of the 3.7 API series, and incorporates all the bug fixes implemented in the 3.7.10.2 maintenance release. Contributors ------------ The following list of people directly contributed code to this release and the incorporated maintenance release: * A. Maitland Bottoms <bottoms@debian.org> * Alexandru Csete <oz9aec@gmail.com> * Andrej Rode <andrej.rode@ettus.com> * Andy Walls <awalls.cx18@gmail.com> * Artem Pisarenko <ArtemPisarenko@users.noreply.github.com> * Bastian Bloessl <bloessl@ccs-labs.org> * Ben Hilburn <ben.hilburn@ettus.com> * Bob Iannucci <bob@sv.cmu.edu> * Chris Kuethe <chris.kuethe+github@gmail.com> * Christopher Chavez <chrischavez@gmx.us> * Clayton Smith <argilo@gmail.com> * Darek Kawamoto <darek@he360.com> * Ethan Trewhitt <ethan.trewhitt@gtri.gatech.edu> * Geof Gnieboer <gnieboer@corpcomm.net> * Hatsune Aru <email witheld> * Jacob Gilbert <mrjacobagilbert@gmail.com> * Jiří Pinkava <j-pi@seznam.cz> * Johannes Demel <demel@ant.uni-bremen.de> * Johannes Schmitz <johannes.schmitz1@gmail.com> * Johnathan Corgan <johnathan@corganlabs.com> * Jonathan Brucker <jonathan.brucke@gmail.com> * Josh Blum <josh@joshknows.com> * Kartik Patel <kartikpatel1995@gmail.com> * Konstantin Mochalov <incredible.angst@gmail.com> * Kyle Unice <kyle.unice@L-3com.com> * Marcus Müller <marcus@hostalia.de> * Martin Braun <martin.braun@ettus.com> * Michael De Nil <michael@morsemicro.com> * Michael Dickens <michael.dickens@ettus.com> * Nathan West <nathan.west@gnuradio.org> * Nicholas Corgan <n.corgan@gmail.com> * Nick Foster <bistromath@gmail.com> * Nicolas Cuervo <nicolas.cuervo@ettus.com> * Paul Cercueil <paul.cercueil@analog.com> * Pedro Lobo <pedro.lobo@upm.es> * Peter Horvath <ejcspii@gmail.com> * Philip Balister <philip@balister.org> * Ron Economos <w6rz@comcast.net> * Sean Nowlan <nowlans@ieee.org> * Sebastian Koslowski <koslowski@kit.edu> * Sebastian Müller <senpo@posteo.de> * Stephen Larew <stephen@slarew.net> * Sylvain Munaut <tnt@246tNt.com> * Thomas Habets <habets@google.com> * Tim O'Shea <tim.oshea753@gmail.com> * Tobias Blomberg <email witheld> Changes ======= The GNU Radio project tracks changes via Github pull requests. You can get details on each of the below by going to: https://github.com/gnuradio/gnuradio Note: Please see the release notes for 3.7.10.2 for details on the bug fixes included in this release. ### gnuradio-runtime * \#1077 Support dynamically loaded gnuradio installs (Josh Blum) ### gnuradio-companion * \#1118 Support vector types in embedded Python blocks (Clayton Smith) ### gr-audio * \#1051 Re-implemented defunct Windows audio source (Geof Gnieboer) * \#1052 Implemented block in Windows audio sink (Geof Gnieboer) ### gr-blocks * \#896 Added PDU block setters and GRC callbacks (Jacob Gilbert) * \#900 Exposed non-vector multiply const to GRC (Ron Economos) * \#903 Deprecated old-style message queue blocks (Johnathan Corgan) * \#1067 Deprecated blks2 namespace blocks (Johnathan Corgan) ### gr-digital * \#910 Deprecated correlate_and_sync block 3.8 (Johnathan Corgan) * \#912 Deprecated modulation blocks for 3.8 (Sebastian Müller) * \#1069 Improved build memory usage with swig split (Michael Dickens) * \#1097 Deprecated mpsk_receiver_cc block (Johnathan Corgan) * \#1099 Deprecated old-style OFDM receiver blocks (Martin Braun) ### gr-dtv * \#875 Added ability to cross-compile gr-dtv (Ron Economos) * \#876 Improved ATSC transmitter performance (Ron Economos) * \#894 Refactored DVB-T RS decoder to use gr-fec (Ron Economos) * \#898 Improved error handling and logging (Ron Economos) * \#900 Improved DVB-T performance (Ron Economos) * \#907 Updated examples to use QT (Ron Economos) * \#1025 Refactor DVB-T2 interleaver (Ron Economos) ### gr-filter * \#885 Added set parameter msg port to fractional resampler (Sebastian Müller) ### gr-trellis * \#908 Updated examples to use QT (Martin Braun) ### gr-uhd * \#872 Added relative phase plots to uhd_fft (Martin Braun) * \#1032 Replace zero-timeout double-recv() with one recv() (Martin Braun) * \#1053 UHD apps may now specify multiple subdevs (Martin Braun) * \#1101 Support TwinRX LO sharing parameters (Andrej Rode) * \#1139 Use UHD internal normalized gain methods (Martin Braun) ### gr-utils * \#897 Improved python docstring generation in gr_modtool
* Fails the same way on armvX as on aarch64.linimon2018-02-191-2/+4
| | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* Version 2.2.0db2018-02-197-108/+71
| | | | | | | | | | | | | | | | | | wsjt remote mode improvements (Saku, OH1KH) CQ-monitor now remembers showing state (Saku, OH1KH) "My Alert" is now compared oppsite way: This should fit also compound callsign XX/YOURCALL or YOURCALL/XX (Saku, OH1KH) CQ-monitor: Country names (cut to length 15) are now displayed instead of callsign prefixes. (Saku, OH1KH) "Show only active band" checkbox addec to Band map filter for quick access. (Saku, OH1KH) "Re/Set" button added to Export "Choose fields to export" dialog for set/reset all check boxes in one go. (Saku, OH1KH) a lot of CQ monitor improvements (Saku, OH1KH) remote wsjt: Short cut key Ctrl+J (Saku, OH1KH) help files updated (Saku, OH1KH) Voice keyer works now also with FM and AM modes and also from CWkeys windows. (Saku, OH1KH) QSO in QSO list window can be sorted in ascending date/time order (oldes QSO first). (Jörg, DL8DTL) CQRLOG should work correcly on HiDPI monitors 630M definition was missing in some functions (Saku, OH1KH) ADIF upload didn't work when name or QTH were too long
* Update to 3.10.3.0 and try to fix compilation under current.mr2018-02-198-64/+16
|
* Update QScintilla 2.10.2.rakuco2018-02-181-2/+2
| | | | | | | | | | | Upstream has renamed its libraries and we no longer need to patch devel/qscintilla-qt5 to create a library whose name does not conflict with devel/qscintilla's. However, the library names are different so we need to bump PORTREVISION in several ports (the SOVERSION has changed too). Thanks to antoine for the exp-run. PR: 225928
* BROKEN_SSL: Add REASON for breakagebrnrd2018-02-172-0/+2
| | | | Reported by: matwq
* security/openssl-devel: Mark broken cat c*brnrd2018-02-162-0/+4
|
* - Fix plist on non-x86amdmi32018-02-152-1/+1
| | | | Reported by: Michal Meloun <melounmichal@gmail.com>
* devel/boost-python-libs got forgotten in the python flavorization, fixmat2018-02-153-3/+3
| | | | | | | | this oversight. Reviewed by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D14368
* PyQt: Unconditionally install the .pyi filesrakuco2018-02-152-2/+2
| | | | | | | | | | | | | | r460809 started installing .pyi with the %%PYTHON3%% substitution in the plists. Support for .pyi files was added in Python 3.5, and PyQt's configure.py only installs the files on Python >= 3.5. This patch removes the version checks from configure.py (the files are just unused in earlier Python versions), as it is easier than checking Python 3's version in each PyQt port's Makefile (or to add the logic to Mk/Uses/pyqt.mk). PR: 225773 Reviewed by: tcberner Differential Revision: https://reviews.freebsd.org/D14361
* Update to 1.3.39db2018-02-112-4/+4
| | | | | | | | | | | | | | =Version 1.3.39= 2018-02-08 David Freese <w1hkj@bellsouth.net> fa86d2e: Memory delete 93e5e53: IC706MKG cfc78d0: OS X build script 3654db2: IC7850 bb7ddc3: civ tests 61f49f2: restore ab 22b57eb: TT550
* Updatedb2018-02-112-4/+4
| | | | | | | | | | | | | | | | | | | | | | | =Version 4.0.16= 2018-02-08 David Freese <w1hkj@bellsouth.net> 54c63f9: wo seg fault 8fa88c7: 8psk lockup problem 45a8991: Miscellaneous menu 8ff1cd6: pskrep autostart 4a78b53: OS X build script 487db95: Grid Square Contest 8c36d5f: Logbook Export 2018-01-28 Haris Andrianos <sv1grb@gmail.com> 6c19a62: Greek translation update 2018-01-24 David Freese <w1hkj@bellsouth.net> dc384c6: Alert timeouts af04127: video
* Rename KDE4 meta portstcberner2018-02-101-1/+1
| | | | | | | | | | | This is done for * consistency, * and to simplify the import of the newer KDE Plasma5 desktop and KDE applications Bumps the dependencies. Reviewed by: adridg Differential Revision: https://reviews.freebsd.org/D12979
* Bump PORTREVISION in the PyQt5 ports after r460809.rakuco2018-02-051-0/+1
|
* - Update `comms/ser2net' to version 3.5danfe2018-02-043-22/+14
| | | | | | | - Drop unneeded `autoreconf' from USES list - Unroll .for loop when installing documentation PR: 225507
* - Update WWWs for all py-qt4* and py-qt5* portsamdmi32018-02-032-1/+2
| | | | | | - Fix plists for py-qt5* for python3 case, adding missing .pyi files Approved by: portmgr blanket
* - Switch to USES=localbaseamdmi32018-02-031-25/+27
| | | | | | | - Pet portlint - Switch to options helpers - Fix plist for MINIMAL case - Properly optionize svgalib dependency handling
* - Bump PORTREVISION. Lazarus was updated to 1.8.0acm2018-02-011-1/+2
|
* Multiple ports:jwb2018-01-311-1/+1
| | | | | | | | Change maintainer email bacon4000@gmail.com to jwb@FreeBSD.org Remove Created by comments for same user Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D14128
* comms/tio: Update to 1.29yuri2018-01-302-4/+4
| | | | | | | | | Change log: https://github.com/tio/tio/releases/tag/v1.29 PR: 225504 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14109
* Update to 2.10martymac2018-01-242-5/+4
|
* - Update to 20170612martymac2018-01-242-7/+12
| | | | | - Strip library - Fix apps shebangs
* Update to 20170919martymac2018-01-243-14/+4
| | | | (no ABI change, so no need to bump dependencies)
* Fix packagingantoine2018-01-231-1/+0
| | | | Reported by: pkg-fallout
* Update to the next development snapshot (-dev22).danfe2018-01-222-4/+4
|
* Try to unbreak the build for boost 1.66mr2018-01-225-3/+44
| | | | PR: 224087
* comms/pear-Horde_ActiveSync: Update to 2.39.1joneum2018-01-212-4/+4
| | | | Approved by: mentors (implicit)
* Update to 4.0.15db2018-01-202-5/+4
| | | | | | | | | | | =Version 4.0.15= 2018-01-18 David Freese <w1hkj@bellsouth.net> e87f41a: ARQ server 5ab6914: Signal gain Reported by: portscout
* Update devel/doxygen to 1.8.14antoine2018-01-202-2/+2
| | | | | PR: 225290 Submitted by: Naram Qashat (maintainer)
* - Unbreak with clang6db2018-01-199-65/+107
| | | | | | | | - wrong bind() was being used force network ::bind() - calm down some other warnings while here - regen patches Reported by: pkg-fallout
* Fix build with clang6db2018-01-191-0/+11
| | | | | | | | | flwrap.cxx:550:21: error: invalid suffix on literal; C++11 requires a space +between literal and identifier [-Wreserved-user-defined-literal] printf("Version: "VERSION"\n"); ^ Reported by: pkg-fallout
* Make build under clang6db2018-01-192-2/+13
| | | | | | | | Added one patchfile main.cxx:517:21: error: invalid suffix on literal; C++11 requires a space +between literal and identifier [-Wreserved-user-defined-literal] printf("Version: "VERSION"\n"); Reported by: pkg-fallout
* - Update to latest versiondb2018-01-195-19/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Change to new upstream distribution - This also fixes build with clang6 on head Release 1.4.2: By John A. Magliacane <kd2bd@amsat.org> (08-Dec-14) * Modified the "build" script to better accommodate the Mac OSX platform, and fixed a contradiction in the documentation relating to the description of the situational and time variability parameters used in the ITM and ITWOM propagation models. (Thanks John M. Vanderau, AA0DN) * Modified the man pages for improved rendering. (Thanks Randy Berry, N3LRX) * Added a field limit in the citydecoder utility to prevent crashing if the coordinate file being read should contain unexpectantly large fields. (Thanks David Binderman) ---------------------------------------------------------------------------- Release 1.4.1: By John A. Magliacane <kd2bd@amsat.org> (08-Jan-14): * The copyright restriction on the ITWOM 3.0 propagation model has been removed. ITWOM 3.0 code may now be used and modified under the GPLv2 license. * Commented out unused variables and calculations in itwom3.0.cpp to eliminate gcc warnings about unused but set variables. * Fixed a bug that caused path loss graphs to be plotted incorrectly. * Embellished the "citydecoder" utility to handle U.S. Census County Subdivision files, thereby providing an additional source of city names and locations not necessarily contained in previously handled Incorporated Places/Census Designated data files. * Corrected the image size written to the header of Xastir-compatible .ppm maps. * Fixed a bug that sometimes prevented the "Mode of propagation" from appearing in Path Analysis reports when running in -oldtim mode. * Added a -log command line switch that allows SPLAT!'s command line and all associated switches and arguments to be written to a logfile for future reference or re-execution at a later time. * Modified SPLAT!'s "build" script for better handling of OSX. (Thanks Glen Bizeau, VE9GLN) * Changed some coding to eliminate compilation warnings produced by recent versions of GCC. * Brought the documentation up to date.
* devel/boost-*: update to 1.66.0jbeich2018-01-186-3/+9
| | | | | | | Changes: http://www.boost.org/users/history/version_1_66_0.html PR: 223922 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D13279
* Update to 1.2.5db2018-01-184-42/+4
| | | | | | | | | | | | | | | | | | | | | | | removes two obsolete patches =Version 1.2.5= 2018-01-13 David Freese <w1hkj@bellsouth.net> 3cbfc7c: status log f2a3c28: db update 2019450: Native File Chooser 1756254: xmlrpc update 4cfb5cf: win mingw 3992e49: flxmlrpc config 2016-07-10 Kamal Mostafa <kamal@whence.com> 21f9d43: fix XmlRpc tm_mday comparison typo 2016-07-04 Robert Cunnings <nw8l@whitemesa.com> 41f12d1: mxe update
* Update to 1.3.38db2018-01-182-4/+4
| | | | | | | | | | | =Version 1.3.38= 2018-01-13 David Freese <w1hkj@bellsouth.net> afe3bbe: xml server bc0b5db: IC7100 / 9100 782310c: sliders 8facc1a: Icom Split query
* Update to 4.0.14db2018-01-182-4/+4
| | | | | | | | | | | | | | | | | | | | | | | 2018-01-14 David Freese <w1hkj@bellsouth.net> f799522: linux shutdown 29593c8: remote logbook 4e87d16: ARQ exit seg fault 2018-01-09 Stelian Pop <stelian@popies.net> e09d167: WEFAX auto center behavior be34220: WEFAX phasing change button 2dee90e: RTTY configure initializers 2018-01-07 David Freese <w1hkj@bellsouth.net> a5e88af: File aging f028159: OS X shutdown 38b294a: PSK IMD a7d67d8: Spectrum Display daa6d43: Warnings in sound.cxx eb0caa4: OS X app paradigm
* @snkmail.comdb2018-01-142-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | n shebangs to use the specified PYTHON_CMD (stage-qa fix) [1] Add missing html file in plist (check-orphans) [2] Also we don't need -DENABLE_BAD_BOOST=ON since the ports version of boost is now at 1.65. info about ENABLE_BAD_BOOST in GrBoost.cmake... # Boost 1.52 disabled, see https://svn.boost.org/trac/boost/ticket/7669 # Similar problems with Boost 1.46 and 1.47. stage-qa, check-orphans and poudriere testport all pass now with the attached patch. [1] ====> Running Q/A tests (stage-qa) Error: '/usr/local/bin/python2' is an invalid shebang you need USES=shebangfix for 'bin/volk_modtool' Error: '/usr/local/bin/python2' is an invalid shebang you need USES=shebangfix for 'bin/gnuradio-companion' Error: '/usr/local/bin/python2' is an invalid shebang you need USES=shebangfix for 'bin/polar_channel_construction' . . [2] ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/html/gr-trellis.html PR: ports/225126 Submitted by: John Hein <z7dr6ut7gs@snkmail.com>
* Return kevlo's ports to the pool, he handed in his commit bit.rene2018-01-121-1/+1
| | | | With hat: portmgr-secretary
* - Convert to option helper install target (add OPTIONS_DEFINE=DOCSdanfe2018-01-121-3/+3
| | | | | | when it was missing) - Invoke INSTALL_DATA where appropriate instead of INSTALL_MAN - Fix some whitespace and formatting bugs along the way
* Do not abuse INSTALL_MAN when installing documentation, examples, anddanfe2018-01-113-3/+3
| | | | other miscellaneous files that are not actually manual pages (part 2).
* Follow upstream move from self hosted to SourceForgedb2018-01-112-4/+4
| | | | Same binary just re-rolled to reflect change.
* comms/hackrf: update to 2017.02.1swills2018-01-114-44/+6
| | | | | | PR: 224586 Submitted by: phk Approved by: maintainer timeout (cederom@tlen.pl, > 2 weeks)
* Update Qt5 ports to 5.9.3.rakuco2018-01-075-3/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This took quite a lot of time because Qt's own build system underwent several changes in 5.8.0 that took a while to adapt to. And, of course, qt5-webengine is a behemoth that we need to patch like crazy due to its bundling of Chromium. In fact, most of the Chromium patches in qt5-webengine have been imported with no changes from www/chromium@433510 ("www/chromium: update to 56.0.2924.87"). New port: accessibility/qt5-speech Bigger changes to Qt5 ports we had to make: - Qt now allows using a configure.json file to define configuration options and specify configuration checks that can be done when qmake is invoked. However, configure.json checks done in a subdirectory only propagates to subdirectories, and checks elsewhere will fail if all .pro files are being parsed at once (i.e. qmake -recursive), so several ports had to switch to USES=qmake:norecursive along with manual additional qmake invocations in subdirectories in order to work. It's been mentioned in a few places such as Qt's bug tracker that qmake's recursive mode is pretty much deprecated, so we might switch to non-recursive mode by default in the future. - Uses/qmake.mk: Introduce QMAKE_CONFIGURE_ARGS. qmake now accepts arbitrary options such as '-foo' and '-no-bar' at the end of the command-line. They can be specified in QMAKE_CONFIGURE_ARGS. - graphics/qt5-wayland: The port can only be built if graphics/mesa-libs is built with the WAYLAND option, so a corresponding option (off by default) was added to the port. - misc/qt5-doc: Switch to a pre-built documentation tarball. The existing port was not working with Qt 5.9. Instead of trying to fix it, switch to what Gentoo does and fetch a tarball that already contains all documentation so that we do not have to build anything at all. The tarball's name and location in download.qt.io look a bit weird, but it seems to work fine. - www/qt5-webengine: Use binutils from ports, Chromium's GN build system generates a build.ninja that uses ar(1) with the @file syntax that is not supported by BSD ar, so we need to use GNU ar from binutils. - x11-toolkits/qt5-declarative-render2d: This port was merged into the main Qt Declarative repository upstream, and into x11-toolkits/qt5-quick in the ports tree. Changes to other ports we had to make: - biology/ugene: Drop a '#define point "."' that is not present in more recent versions of the port. Defining a macro with such a common name causes build issues with Qt 5.9, which uses |point| as an argument name in methods. - cad/qelectrotech: Fix plist with Qt 5.9. Directories are no longer installed with `cp -f -R', but rather `qmake install qinstall', which does not install %%DATADIR%%/elements/10_electric/20_manufacturers_articles/bosch_rexroth/.directory That's a local file that should not even have been part of the tarball anyway. - chinese/gcin-qt5: Add additional private Qt directories (which should not be used in the first place) to get the port to build with Qt 5.9. - devel/qtcreator: Fix plist with Qt 5.9. Something changed in qdoc and some test classes no longer generate documentation files. - security/keepassx-devel: Import a patch sent upstream almost a year ago to fix the build with Qt 5.9. Thanks to antoine for the exp-run, and tcberner and Laurent Cimon <laurent@nuxi.ca> for landing changes in our qt-5.9 branch. PR: 224849
* Update to 2.11.vanilla2018-01-062-4/+4
|
* Update flrig to 1.3.37db2018-01-062-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | =Version 1.3.37= 2017-12-25 David Freese <w1hkj@bellsouth.net> 318525f: TS990 / xmlrpc server mods 6ae502c: IC7200 filter width ab52166: Rotate log c028b78: Get PTT 72540db: Comm timeout 77df05d: IC7200/7300 notch 1591335: TS990 changes ab76f02: Remove xmlrpc client d4eba84: UI service paradigm 8e3ed6f: IC718 d7e240d: IC7200 7b24e97: Extras drop down panel 96fc5cd: start-stop dbdd895: OS X race conditions b1c196e: PTT xmlrpc get 5c2d2a0: Value by VFO 7f2cd8b: UI wide power button a16b2c9: Comp Level =Version 1.3.36= fc88084: IC 9100 cc62a5a: K2 2017-10-18 steve AG7GN <steve.magnuson@gmail.com> ce45cb2: IC7100 2017-10-14 David Freese <w1hkj@bellsouth.net> 6236378: KH6TY
* =Version 4.0.13=db2018-01-063-4/+5
| | | | | | | | | | | | | | | | | 2017-12-26 David Freese <w1hkj@bellsouth.net> 4c5c168: Language Translation 13ef81d: cw t/r - doc update c4099e1: Spectrum Analyzer 2e7f681: TS990 tune feedback 43cc1b2: OS X CW 8d156c6: FSQ/IFKP clear tx panel f62c96a: deadman 80f52a8: Image transmit fb4797b: flrig race 1b01276: CW Sweepstakes 5ef93f4: CW no tx char a044193: timeops
* Update SIP to 4.19.6, PyQt4 to 4.12.1 and PyQt5 to 5.9.2.rakuco2018-01-031-1/+0
| | | | | | | | | | | | | Upstream no longer ships the contents of misc/py-qt5-doc, so the port has been removed. This is also a requirement for updating the Qt5 ports, as the PyQt5 version currently in the tree has license conflicts with later Qt versions. Big thanks to tcberner for doing most of the work here, and antoine for the exp-run. PR: 224739
* Build the entire code instead of just src/serialbus.rakuco2018-01-012-4/+8
| | | | | | | | The CAN code might not be entirely working on FreeBSD (I have not checked), but there is no reason not to build it and have it be tested more widely. Reviewed by: tcberner, adridg Differential Revision: https://reviews.freebsd.org/D13107
* - Unbreak the build on sparc64: gcc was generating assembler code thatdanfe2017-12-302-6/+16
| | | | | | | | | | | | | | | | | | | | | | | | | invoked FdTOx (convert floating point to 64-bit integer) instruction with odd register number as the second argument, while apparently[*] an even number is required: fdtox %f10, %f15 It caused ``Illegal operands'' error when compiling `draw_symbols.c': {standard input}: Assembler messages: {standard input}:2686: Error: Illegal operands {standard input}:2695: Error: Illegal operands {standard input}:2835: Error: Illegal operands {standard input}:2844: Error: Illegal operands {standard input}:2854: Error: Illegal operands {standard input}:2864: Error: Illegal operands Fix the build by forcing -O0 when compiling this file on sparc64. - Remove OPTCFLAGS option which enabled "optimized" CFLAGS ``-O2 -pipe'': these are our default CFLAGS for a long time [*] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56890
* - Update to 2.0.15danilo2017-12-272-4/+4
|
* comms/cwstudio: Update from 0.9.5 to 0.9.6joneum2017-12-252-6/+6
| | | | | | | | *While here, pet portlint and switch to DISTVERSION PR: 224547 Submitted by: Lukasz Komsta <sp8qed@onet.eu> (maintainer) Approved by: mentors (implicit)
* comms/amtterm Update to 1.6 releasesbruno2017-12-232-3/+4
| | | | | Reviewed by: crees Differential Revision: https://reviews.freebsd.org/D13590
* Switch from swig 2.0 to swig 3.0bapt2017-12-212-5/+5
|
* Switch to swig 3.0bapt2017-12-201-1/+2
|
* =Version 1.0.4=db2017-12-202-4/+4
| | | | | | | | | 2017-12-18 David Freese <w1hkj@bellsouth.net> 3fdf12c: Cluster stream d32b3d9: AR report Reported by: portscout
* Switch to swig 3.0bapt2017-12-191-1/+2
|
* Mark more recently failing ports broken on aarch64.linimon2017-12-191-0/+2
| | | | | | While here, pet portlint and reformat some other BROKEN statements. Approved by: portmgr (tier-2 blanket)
* Update to rel. 3.10.2.0mr2017-12-183-10/+11
|
* comms/tio: Update from 1.27 to 1.28joneum2017-12-142-4/+4
| | | | | | | | Changelog: https://github.com/tio/tio/releases/tag/v1.28 PR: 224337 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer) Approved by: mentors (implicit)
* - Those ports fail to build with python3antoine2017-12-122-1/+2
| | | | - Add some explicit FLAVOR to dependencies where needed
* wsjt builds fine without the python metaportantoine2017-12-091-2/+1
|
* Update */pear-Horde to the latest versionjoneum2017-12-092-4/+4
| | | | | | | switch to DISTVERSION Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13399
* - Pet portlintamdmi32017-12-051-6/+13
| | | | | | | | - Add LICENSE - Unsilence installation commands - Switch to options helpers Approved by: portmgr blanket
* comms/mlan3 shells/fish: annotate conflictsasomers2017-12-051-0/+2
| | | | | | | | | They both install /usr/local/bin/fish PR: 222777 Reported by: http://pkgtool.osorio.me/conflicts/ Approved by: Chris Hutchinson <portmaster@bsdforge.com> (mlan3 maintainer) Differential Revision: https://reviews.freebsd.org/D13318
* Use USES=localbasesunpoet2017-12-042-11/+4
| | | | | | - Remove CONFLICTS: comms/spandsp-devel has been removed almost 3 years - Update pkg-descr - Update WWW
* - Add explicit FLAVOR to a few dependenciesantoine2017-12-032-2/+2
| | | | | | - Remove FLAVOR from py-docutils dependency in comms/uhd, in this case it needs the rst2html command, not the docutils module - Mark some ports as not compatible with python3
* Cleanup LIB_DEPENDS on libpngantoine2017-12-012-2/+2
|
* Convert Python ports to FLAVORS.mat2017-11-3013-38/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464
* For ports that are marked BROKEN on armv6, and also fail to build onlinimon2017-11-302-0/+2
| | | | | | | | | | armv7, mark them so. This is part two of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com -exp run
* comms/dcf77pi: update to 3.6.1rene2017-11-192-4/+4
| | | | | Changelog: https://github.com/rene0/dcf77pi/releases/tag/3.6.1 MFH: 2017Q4
* comms/tio: Update to 1.27swills2017-11-152-4/+4
| | | | | PR: 223666 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
* Update to 2.9martymac2017-11-142-7/+6
|
* - Add LICENSEamdmi32017-11-121-3/+6
| | | | | | - Unsilence installation Approved by: portmgr blanket
* Fix the context of some patches so that they apply with stricter patch(1)antoine2017-11-101-3/+3
| | | | | PR: 223545 With hat: portmgr
* Fix the context of some patches so that they apply with stricter patch(1)antoine2017-11-101-5/+5
| | | | | PR: 223545 With hat: portmgr
* comms/tio: Moved plist back from Makefile to pkg-plist, added the DOCS option.yuri2017-11-092-6/+5
| | | | | Approved by: mat (requested changes in D12987) Differential Revision: https://reviews.freebsd.org/D12987
* comms/tio: Update to 1.26yuri2017-11-083-9/+9
| | | | | | | PR: 223496 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12987
* Update to 2.10.vanilla2017-11-082-5/+5
|
* - Reset MAINTAINER due to fatal email bounces, maintainer timeoutszi2017-11-041-1/+1
| | | | Reported by: portscout
* Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.olgeni2017-11-033-3/+3
| | | | This round is @FreeBSD.org residents except teams.
* Unbreak builddb2017-11-023-342/+372
| | | | | | | Fix errors spotted by portlint PR: ports/223358 Submitted by: takefu@airport.fm
* Add rtlsdr supportdb2017-11-022-2/+4
| | | | | PR: ports/223356 Submitted by: takefu@airport.fm
* Unbreak:db2017-11-021-3/+4
| | | | | | | | | | | | fix PR#451999 portlint(1) compliant add license_file PR: ports/223355 Submitted by: takefu@airport.fm
* Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.olgeni2017-11-012-3/+3
|
* Update devd rules and various build cleanup.hselasky2017-11-017-35/+64
| | | | | | | | Added support for Tellstick Duo. Approved by: maintainer (Johan Strom, johan@stromnet.se) Tested by: hselasky @ PR: 222790
* =Version 4.0.12=db2017-10-303-5/+5
| | | | | | | | | | | | 2017-10-25 David Freese <w1hkj@bellsouth.net> abb522d: Farnsworth timing 408a01b: PSK sinc filter 8cfc154: ACL interface 792b152: Text capture dd2c8ef: OSX start process Reported by: portscout
* The WSJT Development Group is pleased to announce the full Generaldb2017-10-299-113/+52
| | | | | | | | | | | | | | | | | | | | | | | | Availability release of WSJT-X Version 1.8.0. Changes since "Release Candidate 3" (wsjtx-1.8.0-rc3) are very minor; they are described in the Release Notes posted here: http://physics.princeton.edu/pulsar/k1jt/Release_Notes_1.8.0.txt Installation packages for Windows, Linux, Macintosh, and Raspian Jessie have been posted on the WSJT web site here: http://physics.princeton.edu/pulsar/k1jt/wsjtx.html You can also download the packages from our SourceForge site: https://sourceforge.net/projects/wsjt/files/wsjtx-1.8.0-rc3/ (It may take a short time for the SourceForge site to be updated.) If you are upgrading from -rc1, you will need to do a one-time reset of the default list of suggested operating frequencies. Go to *File->Settings->Frequencies*, right click on the table and select *Reset*. We hope you will enjoy using WSJT-X Version 1.8.0. -- 73, Joe, K1JT, for the WSJT Development Group
* - @fjoe correctly pointed out one place where the newline needed to bedb2017-10-293-8/+254
| | | | | | | | | | | | | removed, I did miss that one. (It's directly used as a filename) The other places are do not cares. - It makes no sense to remove gets() without removing potentially just as bad scanf() calls and it's bad practice to use scanf anyway I'm paranoid with implementations of fgets() (Non FreeBSD to be clear) hence the use of -1 in the length argument of fgets(). - I'll see if upstream is willing to accept these diffs. Submitted by: Max Khon <fjoe@freebsd.org> Reported by: Max Khon <fjoe@freebsd.org>
* New port: comms/tiotobik2017-10-275-0/+42
| | | | | | | | | | | Simple TTY terminal application which features a straightforward commandline interface to easily connect to TTY devices for basic input/output. WWW: https://tio.github.io PR: 222719 Submitted by: Dmitri Goutnik <dg@syrec.org>
* V1.2.2 July 2017db2017-10-243-11/+10
| | | | | | | | ---------------- 1/ Improvements to Hamlib support, error message reporting, serial rate box. 2/ Disabled unused UDP comms/egexp processing to clean up Options dialog.
* - Add LICENSE_FILEamdmi32017-10-211-6/+10
| | | | | | | | - Switch to USES=tar - Unsilence installation commands - Switch to options helpers Approved by: portmgr blanket
* multimedia/ffmpeg: update to 3.4jbeich2017-10-211-1/+1
| | | | | | | | | | | | | | | | | | | Notable changes: - i386/amd64 now depend on NASM per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39 - NETCDF is now MYSOFA but the dependency doesn't exist in ports yet - SCHROEDINGER is gone per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9 - DRM, LIBRSVG2, LIBXML2 are new options - ABI isn't completely compatible: some structs have changed Minor cleanup: - Don't pass --disable-{in,out}dev when it's already blocked by disabled dependency - Drop redundant "Enable" from option descriptions - Switch CDIO_DESC to use Mk/bsd.options.desc.mk Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ PR: 223057 Exp-run by: antoine
* [svxlink] make this compile / run on FreeBSD-HEAD again.adrian2017-10-173-4/+23
| | | | | | | I've also submitted the patches upstream. Approved by: db Differential Revision: https://reviews.freebsd.org/D12680
* Update to fldigi 4.0.11db2017-10-162-5/+5
| | | | | | | | | | | | | | | =Version 4.0.11= 2017-10-14 David Freese <w1hkj@bellsouth.net> 3302f0d: Text Capture 35387db: FreeBSD mod 6e94d54: Documentation update e4abdbf: PSK filter cd36a46: Audio Stream 5a9322f: printf cleanup e8651ed: CW Multichannel 89b5207: QSY multi
* Move with upstream to sourceforgedb2017-10-162-6/+5
| | | | | | | | =Version 1.0.3= 2017-10-14 David Freese <w1hkj@bellsouth.net> 0d1ba30: dxcc server list
* Update to 20170805.kevlo2017-10-142-6/+4
|
* Make fetchable againantoine2017-10-142-6/+5
| | | | Verified by: no difference between uncompressed tar files
* Allow building kde4 againantoine2017-10-141-1/+1
|