aboutsummaryrefslogtreecommitdiffstats
path: root/comms
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master'Koop Mast2019-09-257-11/+17
|\
| * devel/openmp: update to 9.0.0jbeich2019-09-221-0/+1
| | | | | | | | | | | | | | | | - Connect tests to the framework to help QA remaining patches - Force rebuild all consumers after https://reviews.llvm.org/D59783 Changes: http://llvm.org/viewvc/llvm-project/openmp/tags/RELEASE_900/final/?view=log ABI: https://abi-laboratory.pro/tracker/timeline/llvm_openmp/
| * Switch default devel/llvm* to 90jbeich2019-09-211-1/+1
| | | | | | | | | | | | PR: 239682 Reviewed by: tobik Differential Revision: https://reviews.freebsd.org/D21172
| * comms/openzwave-devel: Spell DOXYGEN_DESC correctlytobik2019-09-191-9/+9
| | | | | | | | | | | | | | While here - Unbreak the DOXYGEN option and let it actually install something - Drop unused PLIST_SUB - Fix LOCALBASE/PREFIX confusion
| * Change my maintainer emaildmgk2019-09-171-1/+1
| | | | | | | | | | Approved by: tz (mentor), portmgr (adamw) Differential Revision: https://reviews.freebsd.org/D21677
| * Deprecate a few portsantoine2019-09-162-0/+4
| |
| * Fix build on GCC-based systems:linimon2019-09-141-0/+1
| | | | | | | | | | | | qrq.c:1068: error: 'for' loop initial declaration used outside C99 mode Approved by: portmgr (tier-2 blanket)
* | Merge remote-tracking branch 'upstream/master'Koop Mast2019-09-1413-60/+51
|\|
| * Sort USES. (This is from a patch for GCC-based systems that I waslinimon2019-09-131-1/+1
| | | | | | | | | | | | independently testing.) Approved by: portmgr (tier-2 blanket)
| * comms/openzwave-devel: fix build on GCC architecturespkubaj2019-09-131-1/+1
| | | | | | | | | | | | | | Add USES=compiler:c++11-lang: cc1plus: error: unrecognized command line option "-std=c++11" Approved by: mentors (implicit approval)
| * - Update WWWamdmi32019-09-111-1/+1
| | | | | | | | Approved by: portmgr blanket
| * Apologies, I missed this update overnight.db2019-09-102-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | 2019-Sep-08: Version 0.6.0 ------------------------------------------------------------------------------- - Bandmap: Perform all screen updates in the main thread (avoid display problems with Curses which is not thread safe) - Add "classic" DX cluster mode (linear display of all spots) - Allow interactive use of the DX cluster (DX cluster menu item) - Accessibility: Add option (on by default) to show the cursor in the terminal permanently ("cursoron" in the config file), helping users with screen readers.
| * 2019-Jul-31: Version 0.5.0db2019-09-104-33/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ------------------------------------------------------------------------------- - LoTW download: Show list of confirmed contacts after import. - Usability: Flush keyboard input buffer frequently during blocking operations (e.g. scrolling) to avoid unexpected behaviour (such as further scrolling after PgUp/Dwn was released) - Include a minimal DX cluster / bandmap tool. - Support for terminal window sizes beyond 80x25. Additional vertical size allows to show more QSOs in the log, horizontal size will be used for the bandmap / DX cluster (if configured) - Include docs in the release tarball and install it to share/doc/yfklog - Remove GNUisms from Makefile (tnx KC3NTG)
| * I forgot how Master/Slave ports work. I needed to bump PORTREVISIONdb2019-09-101-0/+1
| | | | | | | | of Master port for qtel to unbreak qtel. oops.
| * Update to 0.3.3db2019-09-092-4/+4
| | | | | | | | | | | | | | | | | | 0.3.3 / 2019-05-09 Fabian Kurz <fabian@fkurz.net> * Generate summary files for each attempt (idea by K0MP) * Update callsign database and toplist * Minor bug fixes and cleanup Reported by: portscout
| * Update to 0.9.8.1db2019-09-092-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | August - 0.9.8.1 - Added the Es'hail / QO-100 satellite. - UI: Satellite list, propagation modes and others are now shown sorted. (TNX Isabel) - UI: Added default values to the infoWidget (Continent, Prefix, CQ, ITU...). (TNX Isabel) - UI: RX/TX Freq in Satellite tab are also in red/black depending on the frequency being out/in of ham bands. - UI: Mode selected is now changing the RST format and default values for some modes. - Bugfix: Editing a QSO to remove a comment was not properly working. (TNX Isabel) - Bugfix: Worked & Confirmed QSO numbers are now aligned in the Awards tab. (TNX Isabel) - Bugfix: KLog.pro is now fixed to compile in Linux. (TNX KB2YSI) - Bugfix: Improved how the DXMarathon was managed when disabled. - Bugfix: Improved how DXCC Award was updated after one QSO was added. (TNX Isabel) - Fixed a bug in the SQL update database. August - 0.9.8 - New feature: Basic Hamlib support. - Fixed a bug in the SQL update database. - Fixed a bug in the DXCCWidget. - Fixed a bug in the QSO per hour stats. - Added the FT4 mode. - Updated translations: Catalan (TNX Txema), Danish (TNX Joe), Finnish (TNX Kristjan), French (F4HWL), German (TNX Burkhard), Spanish (EA4TV). March - 0.9.7.3 - TODO: Remove the band 0 / Light from the DB. - UI: KLog warns the user if the frequency used is out of the hamradio bands. - Reworked how freqs and bands are managed. Reported by: portscout
| * - Unbreak qteldb2019-09-082-16/+14
| |
| * Mark BROKENantoine2019-09-081-0/+2
| | | | | | | | | | | | | | pkg-static: Unable to access file /wrkdirs/usr/ports/comms/qtel/work/stage/usr/local/lib/libasyncqt.so.1.5.0:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/comms/qtel/work/stage/usr/local/lib/libasyncqt.so.1.5:No such file or directory Reported by: pkg-fallout
| * Mark BROKENantoine2019-09-081-0/+1
| | | | | | | | | | | | | | | | | | pkg-static: Unable to access file /wrkdirs/usr/ports/comms/uhd/work/stage/usr/local/share/uhd/examples/python/benchmark_rate.py:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/comms/uhd/work/stage/usr/local/share/uhd/examples/python/curses_fft.py:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/comms/uhd/work/stage/usr/local/share/uhd/examples/python/rx_to_file.py:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/comms/uhd/work/stage/usr/local/share/uhd/examples/python/tx_waveforms.py:No such file or directory Reported by: pkg-fallout
* | Merge remote-tracking branch 'upstream/master'Koop Mast2019-09-0723-1649/+2915
|\|
| * SvxLink release 19.09.1 -- 01 Sep 2019db2019-09-066-24/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | @sm0svx sm0svx released this 4 days ago This release of SvxLink have no single big feature addition but a lot of smaller ones. Some examples are: AFSK metadata transmission for RF linked remote receivers, per receiver voter delay adjustment, new module ModuleTrx to remote control transceivers using DTMF, more flexible announcement configuration and more. As usual a number of bugs have been fixed. The full list of changes and more details can be found in the README for release 19.09. Information on configuration of new features can be found in the manual pages. Reported by: portscout
| * - cqrlog also needs mysqld which cqrlog was missing as a dependencydb2019-09-041-3/+6
| | | | | | | | - pet portlint
| * - Rebuild bootstrap (ppcx64 and ppc386) with ld patchesacm2019-09-031-1/+1
| | | | | | | | | | | | | | | | | | | | - Fix build on 12-STABLE and CURRENT (amd64 and i386) - Bump PORTREVISION for all ports that depends of lang/fpc - Add USE_BINUTILS to fpc and lazarus based ports - Add binutils dependency to Uses/fpc.mk and Uses/lazarus.mk PR: 240293 239934 233413 214864 Exp-run by: antoine
| * Apply some cleanup from the PR and update to 3.14.1.0mr2019-08-315-1610/+1475
| | | | | | | | | | PR: 225462 Submitted by: John Hein
| * comms/wsjtx: Update 2.0.1 -> 2.1.0yuri2019-08-312-8/+7
| | | | | | | | | | PR: 240224 Requested by: kunda <chitty_cloud@me.com>
| * Update to 2.40.0joneum2019-08-292-4/+4
| | | | | | | | Sponsored by: Netzkommune GmbH
| * comms/openzwave-devel: improve port Makefilepi2019-08-271-14/+4
| | | | | | | | | | PR: 239967 Submitted by: mat
| * New port: comms/openzwave-develpi2019-08-277-0/+1387
| | | | | | | | | | | | | | | | | | | | | | | | Free software library that interfaces with selected Z-Wave PC controllers, allowing anyone to create applications that manipulate and respond to devices on a Z-Wave network, without requiring in-depth knowledge of the Z-Wave protocol. WWW: http://www.openzwave.net/ PR: 239967 Submitted by: Xavier <kiwi@oav.net>
* | Merge remote-tracking branch 'upstream/master'Koop Mast2019-08-2425-47/+8683
|\|
| * - set deprecation on obsolete technologyjgh2019-08-221-0/+3
| |
| * Un-break comms/gr-osmosdr and comms/gqrx following Gnuradio 3.8 updatemartymac2019-08-229-32/+8546
| | | | | | | | | | | | | | For both projects, building with Gnuradio 3.8 is not yet officially supported so we use local patches at the moment. See *gr38* patch headers for more details.
| * - shift to more applicable categoryjgh2019-08-214-0/+50
| |
| * devel/boost-*: update to 1.71.0jbeich2019-08-196-4/+6
| | | | | | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_71_0.html PR: 238827 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D20774
| * New port: comms/iwmbt-firmwarewulf2019-08-195-0/+67
| | | | | | | | | | | | | | | | | | | | | | | | Firmware for the Intel Wireless 8260/8265 chip based Bluetooth USB devices. To be downloaded with iwmbtfw(8). WWW: https://packages.debian.org/firmware-iwlwifi WWW: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git PR: 237083 Reviewed by: koobs Approved by: koobs
| * - Update WWWamdmi32019-08-181-1/+1
| | | | | | | | Approved by: portmgr blanket
| * Unbreak on non head FreeBSDdb2019-08-181-6/+7
| | | | | | | | | | | | Use latest clang on all versions of FreeBSD Submitted by: pkg-fallout
| * Version 1.3.48 * Maintenance releasedb2019-08-182-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | - IC 746/756 - transceiver does not support get split - FT857D/897D - Correct missing ptt control - FT450D - smeter scale - split on VFO-B 73, David, W1HKJ
| * - Bump PORTREVISION (lazarus ports were updated to 2.0.4)acm2019-08-161-2/+1
| | | | | | | | - Remove LD_UNSAFE
* | Merge remote-tracking branch 'upstream/master'Koop Mast2019-08-1529-191/+166
|\|
| * Version 4.1.08 * Maintenance releasedb2019-08-155-109/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Greek translation files updated by Haris SV1GRB - xmlrpc <vector> . This reverts commit d681ab54b31100878e16bf2c8c2b9a96ceb2de23. . avoid sizing a zero length vector; use resize(size, n) for non empty return vector - Logbook . Fix lost / garbled records on Windows OS . Fix lost logbook, zero records on Windows OS - Documentation . Add missing deadman timer documentation - Raster init values . 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. . submitted by Stephen Hurd <shurd@FreeBSD.org> - Image transmit docs . Correct manual for thor, mfsk, ifkp and fsk image transfer. - BSD soundcard . In FreeBSD sound devices e.g. /dev/dsp0.0 can only be open once whereas /dev/dsp0 can be open multiple times. fldigi tries to open /dev/dsp0.0 multiple times which fails. For specific sound card access, use /dev/dsp or /dev/dsp%d - RsID squelch open time . increase squelch open time to 300 seconds - N3FJP ACL . send logged frequency with other log info . enable setlocale(LC_ALL,"") 73, David, W1HKJ
| * Convert to UCL & cleanup pkg-message (categories a-c)mat2019-08-1416-24/+96
| |
| * Changelog:db2019-08-127-38/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ## [3.8.0.0] - 2019-08-09 Witness me! Tonight, we release GNU Radio 3.8.0.0. It's the first minor release version since more than six years, not without pride this community stands to face the brightest future SDR on general purpose hardware ever had. Since we've not been documenting changes in the shape of a Changelog for the whole of the development that happened since GNU Radio 3.7.0, I'm afraid that these release notes will be more of a GLTL;DR (git log too long; didn't read) than a detailed account of what has changed. What has _not** changed is the fact that GNU Radio is centered around a very simple truth: > Let the developers hack on DSP. Software interfaces are for humans, not the > other way around. And so, compared to the later 3.7 releases, nothing has fundamentally modified the way one develops signal processing systems with GNU Radio: You write blocks, and you combine blocks to be part of a larger signal processing flow graph. With that as a success story, we of course have faced quite a bit of change in the systems we use to develop and in the people that develop GNU Radio. This has lead to several changes that weren't compatible with 3.7. **This is an excerpt only:** ### Fixed #### Project Scope - Roughly 36 dBBug, (ETOOMANYBUGS) - Fixed .so versioning ### Changed #### Project Scope - C++11 - merged the wholeness of the `next` branch - Dependency version bumps: CMake, GCC, MSVC, Swig, Boost - New dependencies: MPIR/GMP, Qt5, gsm, codec2 - Removed dependencies: libusb, Qt4, CppUnit - Python: Python 2 & Python 3 compatible. 3.8 will be the last Py2k-compatible release series - gengen was replaced by templates (if you don't know gengen, don't do any research; save yourself that sorrow) - Modern CMake (as far as feasible at this point) - VOLK version updated to v2.0.0 - .clang-format file now dictates coding style - clang-format'ed the whole tree. - installed CMake files now tell about configuration #### gnuradio-runtime - reworked fractional tag time handling, especially in the context of resamplers #### GRC - C++ generation as option - YAML instead of XML - removed `blks2` - much better canvas tooling - consistent gobject usage - ROUNDED ARROWS #### gr-qtgui - moving from Qt4 to Qt5 #### gr-utils - `gr_modtool` now vastly improved #### gr-vocoder - improved versatility - removed in-tree libgsm, libcodec2, use system-wide libs ### Removed #### Project Scope - Modules `gr-comedi`, `gr-fcd` and `gr-wxgui` are gone #### gr-comedi - nobody could remember who used this, or for what. It has seen 0 active code contributions in the 3.7 lifecycle #### gr-digital - python-based `packet_encoder` and related tools: Bugs that were sporadic and never fixed, so after long deprecation, we're removing it #### gr-fcd - since it's currently untestable by the CI, it's being removed, as there was no code contributions. Generally, we strive to include all batteries with GNU Radio. Re-integration within a more general SDR interface would be desirable. #### gr-utils - removed PyQwt (dead) based tools #### gr-wxgui - Unmaintained, breaks on increasingly many systems, always was slower than Qtgui. We've been starting to tell people to migrate to Qt since at least 2015. Now, we're finally removing it. ==== Mike English notes: Note that the 3.8.0.0 tarball is again available from https://www.gnuradio.org/releases/gnuradio/ and the volk dependency (a submodule in the git repo) is included so we can do away with USES_GITHUB and go back to building from the official release tarball. I've run this through portlint and poudriere already, so it should apply cleanly. ==== PR: ports/239793 Submitted by: mike.english@gmail.com
| * Update to 3.8.0.0-rc2db2019-08-113-45/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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.8.0.0-rc2] - 2019-07-20 This is the second release candidate for GNU Radio 3.8. ### Fixed #### Project Scope - Last minute patch lead to SWIG libraries not getting installed into the right Python paths #### gr-utils - `gr_modtool`: Paths with spaces in them used to break ### Changed #### GRC - Copy & Paste behaviour now like on 3.7: appending numbers to block IDs only on conflicts ## [3.8.0.0-rc1] - 2019-07-17 This is the release candidate for GNU Radio 3.8. For brevity reasons, this document does NOT contain a complete CHANGELOG comparing 3.8.0.0 to 3.7.0, because the development model changed underway, and there's no human-feasible way to detangle the changes from more than six years of development. The major user-relevant changes will be noted here in the actual release. What we can do here is point out that we've got a glorious amount of 215 individual contributors that added at least one commit since 3.7.0. This is a **big** step towards the future of the world's most popular FOSS SDR framework. Let us ride eternal, shiny and chrome. Pet Portlint PR: ports/239345 Submitted by: mike.english@gmail.com
| * Cleanup LIB_DEPENDSantoine2019-08-081-1/+1
| |
* | Merge remote-tracking branch 'upstream/master'Koop Mast2019-08-0757-43/+85
|\|
| * Update flrig todb2019-08-062-6/+9
| | | | | | | | | | | | | | | | | | | | | | =Version 1.3.47= 2019-08-02 David Freese <w1hkj@bellsouth.net> 0f66d98b: IC7600/IC7851 27713b62: FTdx101D Pet portlint etc.
| * Update to 20190531.kevlo2019-08-061-1/+1
| |
| * multimedia/ffmpeg: update to 4.2jbeich2019-08-061-1/+1
| | | | | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
| * =Version 4.1.07=db2019-08-052-5/+4
| | | | | | | | | | | | | | 2019-08-02 David Freese <w1hkj@bellsouth.net> 49a54ceba: FL_LOCK a1a46b2c2: wf mods
| * Mark BROKEN: unfetchableantoine2019-08-042-0/+4
| |
| * Deprecate ports broken for more than 6 monthsantoine2019-08-042-0/+5
| |
| * comms/bladerf: Update 2018.12 -> 2019.07yuri2019-08-022-6/+4
| | | | | | | | Reported by: portscout
| * comms/libbtbb: fix build with GCC-based architecturespkubaj2019-07-301-0/+11
| | | | | | | | | | | | | | | | Base GCC doesn't support gnu90, but does support gnu89, which is the same. PR: 239296 Approved by: gnn (maintainer), linimon (mentor) Differential Revision: https://reviews.freebsd.org/D20996
| * Bump PORTREVISION for ports depending on the canonical version of GCCgerald2019-07-2749-27/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
* | Merge remote-tracking branch 'upstream/master'Koop Mast2019-07-2725-702/+575
|\|
| * Update to 4.1.06db2019-07-242-4/+4
| | | | | | | | | | | | | | | | | | | | | | =Version 4.1.06= 2019-07-10 David Freese <w1hkj@bellsouth.net> e7a984ae3: nanoIO 2e98f532e: FD server disconnect f37b133c5: Calendar 1d3a06f83: Warnings etal
| * Update to 1.36.46db2019-07-242-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2019-07-22 David Freese <w1hkj@bellsouth.net> d594e377: KX3 91baa81d: ic7200 test 083cd44a: FTdx101D 99a0fbe3: TS870S 69f8955d: FT-450 / FT-450D 62789e7a: Split Tune button af99f654: auto_on_off ada28215: IC F8101 1ed922e4: support 0b99c651: Read VFO A 2019-06-07 Davide Gerhard <w1hkj@bellsouth.net> 4a3fa638: MacOS high-DPI cbf0eca9: timeops 2019-06-07 Tony Corbett <tonyc.uk@gmail.com> a55ef90b: Fix FT-450 split
| * comms/dsd: Unbreak build as usertobik2019-07-231-2/+8
| | | | | | | | | | | | | | | | chgrp uucp /wrkdirs/usr/ports/comms/dsd/work/stage/usr/local/bin/dsd chgrp: you are not a member of group uucp *** Error code 1 Also actually package README.
| * Update to 1.5, and change maintainer to hamradio@shurd2019-07-239-623/+489
| | | | | | | | | | | | PR: 236631 Submitted by: takefu Approved by: kevans (maintainer)
| * comms/xastir: put back ImageMagick/GraphicsMagick choiceswills2019-07-192-28/+30
| | | | | | | | | | | | | | While here, improve formatting PR: 239217 Submitted by: carl@stagecraft.cx (maintainer)
| * comms/cubicsdr: fix build on GCC architecturespkubaj2019-07-191-1/+1
| | | | | | | | | | | | | | Needs C++0x compiler: cc1plus: error: unrecognized command line option "-std=c++0x" Approved by: mentors (implicit approval)
| * comms/xastir: update to 2.1.4swills2019-07-173-32/+20
| | | | | | | | | | PR: 239217 Submitted by: carl@stagecraft.cx (maintainer)
| * - Fix LICENSEamdmi32019-07-144-14/+16
| | | | | | | | | | | | | | | | | | | | - Add LICENSE_FILE - Switch to options helpers - Regenerate patch - Update WWW - Don't install license with docs Approved by: portmgr blanket
| * Prepare for powerpc-on-clang by deleting hard-coded tests for libstdc++.solinimon2019-07-121-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | as a stand-in for "are we running on gcc". For people already testing powerpc on clang, it is possible that they already have both compilers in base. Thus, the assumption that "gcc is in base" (e.g. libstdc++.so exists) always means "force use of GCC" is already broken. It will be for everyone on -CURRENT once the switch is made. While here, standardize on compiler:c++11-lang instead of -lib (they are equivalent these days), pet portlint, and do some other cleanup. Approved by: portmgr (tier-2 blanket)
| * UCL-ify pkg-message of my ports.rene2019-07-101-0/+7
| |
* | Git and myself don't get along, I messed up the master branch really goodKoop Mast2019-07-2772-1245/+1477
|\| | | | | | | attempt to correct this.
| * =Version 4.1.05=db2019-07-042-4/+4
| | | | | | | | | | | | | | | | | | | | | | 2019-06-23 David Freese <w1hkj@bellsouth.net> a593ddbb8: LoTW fllog 1a42952e4: Modem macro 5a36610d1: Close Logbook 33177695b: eQSL Reported by: w1hkj@
| * comms/scrcpy: update to 1.9swills2019-07-013-11/+21
| | | | | | | | | | PR: 238703 Submitted by: Hiroki Tagato <tagattie@yandex.com> (maintainer)
| * comms/soapyplutosdr: Update 0.1.0 -> 0.2.0yuri2019-06-282-6/+5
| | | | | | | | Reported by: portscout
| * comms/soapyuhd: Update 0.3.5 -> 0.3.6yuri2019-06-282-5/+4
| | | | | | | | Reported by: portscout
| * Update graphics/libgeotiff to 1.5.1sunpoet2019-06-281-1/+1
| | | | | | | | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/OSGeo/libgeotiff/blob/master/libgeotiff/NEWS https://lists.osgeo.org/pipermail/geotiff/2019-March/000861.html https://lists.osgeo.org/pipermail/geotiff/2019-March/000862.html
| * Clean up final leftovers from Qt4.rene2019-06-261-3/+0
| | | | | | | | | | | | Submitted by: rene Reviewed by: mat, tcberner Differential Revision: https://reviews.freebsd.org/D20725
| * Mark BROKEN: magick/image-private.h: No such file or directoryantoine2019-06-261-0/+2
| | | | | | | | Reported by: pkg-fallout
| * Correct trivial typodb2019-06-251-1/+1
| | | | | | | | Reported by: linimon
| * WSJT-X requires sqlite, not just sql.shurd2019-06-231-2/+3
| | | | | | | | Reported by: Mike English <mike.english@gmail.com>
| * Regular USE_GITHUB cleanup.mat2019-06-202-4/+4
| |
| * Update to 4.1.04db2019-06-203-11/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplify local patch 2019-06-07 Davide Gerhard IV3CVE <w1hkj@bellsouth.net> 51590b10b: MacOS high-DPI 33505fec3: timeops 2019-06-07 David Freese <w1hkj@bellsouth.net> c2dbea65b: log server 337aa4d2a: xmlrpc <vector> 2086bd1fe: LoTW delivery 2e0ba6d11: Apple kill button 6d9c80e3a: main dialog title 2ec197373: Warnings f63f8bc36: Contestia/Olivia ea39851b6: Log reports f7c376723: Documentation update 8d25f53d9: 7qp multi 867ded47b: n3fjp ebab17a2b: wfonly controls ef2d55e22: Read log debugging 2928a9b97: New Modem Macro 90b021222: DE QSO Party
| * Fix error in positioning sliders when the font size is larger than theshurd2019-06-192-5/+4
| | | | | | | | slider size introduced by r504514.
| * Fix issue where if the height of the slider is greater than the height ofshurd2019-06-192-1/+21
| | | | | | | | the text, the slider isn't displayed.
| * Re-add unicode fix lost in r502312shurd2019-06-192-1/+17
| |
| * Fix SDR-IQ Supportshurd2019-06-182-0/+42
| | | | | | | | | | | | Previously, only if the device name started with the literal string "/dev/ttyUSB" was the device treated as a tty. The new patch uses isatty() to decide if the device is a tty.
| * - update to -> 1.3.0mich2019-06-177-37/+39
| | | | | | | | | | | | | | | | - cleanup Makefile to keep portlint happy - regenerate patches to keep portlint happy PR: 238610 Submitted by: Thomas Merkel <tm@NetBSD.org>
| * Clean up LIB_DEPENDSantoine2019-06-171-1/+1
| |
| * - Fix licenseamdmi32019-06-162-2/+2
| | | | | | | | | | | | - Update WWW Approved by: portmgr blanket
| * - Add LICENSE_FILEamdmi32019-06-122-4/+5
| | | | | | | | | | | | | | - Update WWW - Whitespace fixes Approved by: portmgr blanket
| * comms/quisk: Update 4.1.39 -> 4.1.40yuri2019-06-102-5/+5
| | | | | | | | | | | | It's not a python library, hence add USE_PYTHON=noflavors. Reported by: portscout
| * comms/gnuradio: Update to 3.8tech-preview-381yuri2019-06-037-121/+101
| | | | | | | | | | | | | | | | | | The previous commit kept GH_TAGNAME, as jbeich@ noted. * Rebuilt pkg-plist * Use GH_TUPLE for volk Reported by: jbeich
| * comms/gnuradio: Update 3.8.g20190309 -> 3.8tech-preview-381yuri2019-06-033-961/+1013
| | | | | | | | Their PR#2500 officially fixed boost compatibility.
| * - Add LICENSE_FILEamdmi32019-05-312-2/+3
| | | | | | | | | | | | | | - Add USES=gnome - Update WWW Approved by: portmgr blanket
| * comms/dsd: create portswills2019-05-304-0/+42
| | | | | | | | | | | | | | | | | | | | DSD is able to decode several digital voice formats from discriminator tap audio and synthesize the decoded speech. WWW: https://github.com/szechyjs/dsd PR: 236633 Submitted by: takefu@airport.fm
| * comms/quisk: Broken on i386yuri2019-05-261-0/+2
| | | | | | | | Reported by: fallout
| * comms/libmodbus: Spell LICENSE_FILE correctlytobik2019-05-251-1/+1
| |
| * comms/quisk: Update 4.1.26 -> 4.1.39yuri2019-05-237-46/+29
| |
| * update to 0.4.1.2019.05.11db2019-05-192-5/+7
| | | | | | | | | | Submitted by: jason@corrupted.io Differential Revision: https://reviews.freebsd.org/D20267
| * Reset maintainer to hamradio@FreeBSD.orgxride2019-05-161-4/+5
| |
| * comms/xdemorse: fix build with GCC-based architecturespkubaj2019-05-131-1/+2
| | | | | | | | | | | | | | Add USES=compiler:c++11-lang to fix build: cc1: error: unrecognized command line option "-std=gnu11" Approved by: mentors (implicit approval)
| * comms/flrig: fix build on powerpc64pkubaj2019-05-101-0/+2
| | | | | | | | | | | | | | | | | | Add -mminimal-toc to CFLAGS on powerpc64 to fix linking: /usr/bin/ld: rigs/flrig-TS950.o(.text+0x1c40): sibling call optimization to `_ZN7rigbaseD2Ev' does not allow automatic multiple TOCs; recompile with -mminimal-toc or -fno-optimize-sibling-calls, or make `_ZN7rigbaseD2Ev' extern PR: 237816 Approved by: tcberner (mentor), db (maintainer, via email) Differential Revision: https://reviews.freebsd.org/D20217
| * Update to 2.39.9joneum2019-05-092-4/+4
| | | | | | | | Sponsored by: Netzkommune GmbH
| * devel/openmp: phase outjbeich2019-05-091-1/+1
| | | | | | | | | | | | | | | | | | - Expire after the last version without /usr/lib/libomp.so - Drop SOVERSION for seamless transition (i.e., avoid conditionals) PR: 236907 Approved by: bapt (maintainer) Differential Revision: https://reviews.freebsd.org/D19767
| * New port: comms/xdemorse: X/GTK+-3 application for decoding Morse code ↵yuri2019-05-065-0/+82
| | | | | | | | signals into text
| * comms/hylafax: Update to 6.0.7koobs2019-05-054-26/+17
| | | | | | | | | | | | | | | | | | | | - Remove upstreamed [1] patch-libhylafax_FaxRecvInfo.c++ - Pet portlint: section order, deprecated @exec [1] http://git.hylafax.org/HylaFAX?a=commit;h=dfc8a6ffe5a6031c6df716186681f92dac0d07cb Security: 3df5a920-6edc-11e9-a44b-0050562a4d7b MFH: 2019Q2
| * comms/unixcw: fix build with GCC-based architecturesyuri2019-05-041-0/+12
| | | | | | | | | | PR: 237744 Submitted by: pkubaj
| * Fix the a ports that were broken but did not know it.mat2019-05-031-2/+2
| | | | | | | | Differential Revision: https://reviews.freebsd.org/D20140
| * Remove esound support from pulseaudio as audio/esound expired.rene2019-05-027-4/+7
| | | | | | | | | | | | Bump PORTREVISIONs of dependent ports. Build-tested in poudriere on a head-amd64 jail for audio/pulseaudio*
| * From release notes:db2019-05-014-16/+7
|/ | | | | | | | | | | | | | | This is an important bug fix release. It corrects the problem of excess CPU% usage on many h/w platforms. =Version 4.1.03= 2019-04-21 David Freese <w1hkj@bellsouth.net> a6923d1: wf updates 377a7fa: WinKeyer emulators 53a06da: New install macros 9a0124d: MACRO <MODEM: 807401e: OS X build
* comms/fllog: fix buildpkubaj2019-04-271-0/+11
| | | | | | PR: 237548 Approved by: tcberner (mentor), db (maintainer) Differential Revision: https://reviews.freebsd.org/D20052
* Clean up plistantoine2019-04-251-310/+310
|
* Summary: comms/qrq: Failure to read configuration files anddb2019-04-243-12/+18
| | | | | | | portlint(1) Compliance PR: ports/234381 Submitted by: takefu
* Related to revision 499061 bump ports with USES=fortran to have themgerald2019-04-224-4/+4
| | | | | | | benefit from the improved situation where libgcc_s is only used when absolutely necessary. Suggested by: tijl
* Fix multi-screen size handling, and fix test for wxWidgetsshurd2019-04-223-5/+29
| | | | | | | | | | wx was imported in setup just to test if it was installed, then the script prompted the user to continue. Comment this out. The screen size was not properly checked. This caused issues on multi-monitor systems. Fixed. Reported by: db
* Use USE_GITHUB correctly.mat2019-04-202-4/+4
|
* Update to 4.1.26shurd2019-04-196-31/+72
|
* Update to 1.3.2shurd2019-04-195-43/+7
|
* Update to 0.9.7.2shurd2019-04-192-7/+9
|
* Update to 1.3.5shurd2019-04-193-17/+6
|
* Update to version 1.3.43shurd2019-04-192-4/+4
|
* Update to 1.2.6shurd2019-04-193-13/+4
|
* Update to 4.1.02shurd2019-04-193-17/+58
| | | | | Remove SNDFILE and PORTAUDIO options. These are required now. Show devices in the form of /dev/dspX not /dev/dspX.Y in config.
* Update to 9.3.3shurd2019-04-1923-93/+127
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Open PTT serial port O_NONBLOCK so /dev/tty* can be used. - If a video device has no formats, do not add to camera list. - Add /index.html to local docURL so help will open in browser. From the changelog: 20190418 QSSTV 9.3.3 * fixed api documentation generation 20190418 QSSTV 9.3.2 * complete rewrite of the FTP interfaces. They now run in a seperate thread * removed Hybrid notify config. All hybrid configurations are in one tab: Hybrid * size of recorded wav files was internally set to 0, fixed. * tx audio to wav file was output in mono with half the samples -> fixed * scaling of images in sstv tx mode -> fixed * show image with template when loading new image ->fixed * callsign was not set/send in DRM tx * new FFT implementation * compression in DRM now based on size in stead of ratio * fix error in reedsolomon decode when no erasures found * repeater functions implemented * fixed bug in AVT24-AVT90-AVT94 * removed use VIS option in SSTV (now when a VIS code is detected, the mode is restricted to that VIS mode) * added confirmation options for delete files and program exit in gui configuration * more testing on raspberry Pi 3 model B. (compilation and execution OK) * added PKTLSB, PKTUSB and PKTFM in frequency config modulation * added passband to frequency settings * minor bug fixes
* comms/owfs: Spell FTDI_CONFIGURE_ENABLE correctlytobik2019-04-171-1/+2
|
* Unbreak gnuradio due to boost 1.70db2019-04-163-36/+17
| | | | Remove patch needed for cpu affinity which is now not needed
* Fix build when hamlib is installed.shurd2019-04-161-1/+19
| | | | | | | | | | | Put /usr/local/include at end of AM_CPPFLAGS instead of at beginning, ensures the included header files are used. Link included hamlib using ${libdir}/libhamlib.a rather than -lhamlib to ensure the included static hamlib is used instead of a dynamic one in the library path. MFH: 2019Q2 (build fix)
* These ports now build on powerpc64.linimon2019-04-151-2/+0
| | | | Approved by: portmgr (tier-2 blanket)
* comms/ncid: fix build with GCC-based architecturesegypcio2019-04-121-1/+1
| | | | | | PR: 237036 Submitted by: Piotr Kubaj <pkubaj % anongoth.pl> Approved by: linimon (portmgr)
* devel/boost-*: update to 1.70.0jbeich2019-04-126-3/+7
| | | | | | | Changes: http://www.boost.org/users/history/version_1_70_0.html PR: 235956 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D19303
* comms/soapyairspy: fix build with GCC-based architecturesyuri2019-04-101-1/+1
| | | | | PR: 237174 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
* Bump a few PORTREVISIONs after r498529antoine2019-04-104-1/+4
| | | | With hat: portmgr
* comms/gpredict: fix build with GCC-based architecturesyuri2019-04-101-1/+1
| | | | | PR: 237144 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
* Add USES=compiler:c++11-lang to fix build on GCC architectures.db2019-04-101-1/+2
| | | | | | | | Tested on powerpc64 and amd64. pkubaj@anongoth.pl Add missing USES=gl as detected by poudriere db@ PR: ports/237139 Submitted by: pkubaj@anongoth.pl
* Update devel/readline to 8.0sunpoet2019-04-095-3/+5
| | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://tiswww.case.edu/php/chet/readline/CHANGES PR: 236156 Exp-run by: antoine
* Update PyQt5 to 5.12.1tcberner2019-04-061-1/+0
| | | | | | | | | | | - Upgrade sip to 4.19.15 - Upgrade qscintilla2 to 2.11.1 - Upgrade PyQt to 5.12.1 - From this version on www/py-qt5-webengine is unbundled and ships its own distfile PR: 236894 Exp-run by: antoine
* Remove expired ports:rene2019-04-0520-503/+0
| | | | | | | | | | | | | | | | | | | | 2019-03-25 chinese/reciteword: depends on audio/esound 2019-03-31 comms/conserver: Superseeded by comms/conserver-com 2019-03-24 databases/flamerobin: Abandonware since 2009, does not work with newer version of wxGTK 2019-04-01 databases/mariadb100-client: Upstream End-of-Life March 2019 (https://mariadb.org/about/maintenance-policy/) 2019-04-01 databases/mariadb100-server: Upstream End-of-Life March 2019 (https://mariadb.org/about/maintenance-policy/) 2019-03-12 devel/physfs-devel: is the same as devel/physfs, serving no purpose 2019-03-20 devel/py-construct28: Latest upstream version is in ports tree devel/py-construct 2019-03-31 devel/xtoolchain-llvm40: No supported release uses this version 2019-03-31 devel/xtoolchain-llvm50: No supported release uses this version 2019-03-31 finance/aqmoney: no longer maintained upstream 2019-03-31 finance/openhbci: no longer maintained upstream 2019-03-31 graphics/py-exiv2: py-exiv2 has been deprecated in favour of GExiv2 2019-04-04 mail/dbmail22: Please use mail/dbmail which uses latest version of 3.X 2019-03-31 net/rubygem-fog-google17: Use net/rubygem-fog-google instead 2019-03-31 ports-mgmt/bsdadminscripts: Upstream stale nearly 10 years, no longer works properly, use ports-mgmt/bsdadminscripts2 instead 2019-03-24 www/mod_md-devel: Use the module that is shipped with Apache 2.4 2019-03-25 x11/xbelld: Depends on audio/esound
* comms/airspy: fix build on powerpc64yuri2019-04-042-2/+1
| | | | | PR: 237005 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
* Fix build on GCC-based architectures:linimon2019-03-302-6/+4
| | | | | | | | unrecognized command line option "-Wno-unused-result" PR: 235540 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* comms/openzwave: Open-source interface to Z-Wave networkskoobs2019-03-277-0/+795
| | | | | | | | | | | | Free software library that interfaces with selected Z-Wave PC controllers, allowing anyone to create applications that manipulate and respond to devices on a Z-Wave network, without requiring in-depth knowledge of the Z-Wave protocol. WWW: http://www.openzwave.net/ PR: 206526 Submitted by: Johan Ström <johan stromnet se> (with changes)
* Fix build on gcc-based architectures by adding compiler:c++11-langlinimon2019-03-241-1/+1
| | | | | | | | to USES. PR: 236712 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* Give more details in the BROKEN reasonmartymac2019-03-231-1/+1
| | | | Issue reported upstream here: https://osmocom.org/issues/3855
* Mark BROKEN: fails to configureantoine2019-03-211-0/+2
| | | | | | | CMake Error at CMakeLists.txt:180 (message): GnuRadio Runtime required to build gr-osmosdr Reported by: pkg-fallout
* New port: comms/mbelib: P25 Phase 1 and ProVoice vocoderyuri2019-03-214-0/+35
| | | | | PR: 236632 Submitted by: takefu@airport.fm
* Really fix DEPENDSantoine2019-03-201-1/+1
|
* Fix DEPENDSantoine2019-03-201-1/+1
|
* Update to 2.39.8joneum2019-03-202-4/+4
| | | | Sponsored by: Netzkommune GmbH
* Expire and deprecate comms/conserver and devel/msrc0.cy2019-03-201-0/+3
| | | | | Reported by: emaste@ Discussed with: gjb@, emaste@
* comms/scrcpy: update to 1.8swills2019-03-192-6/+6
| | | | | PR: 236442 Submitted by: Hiroki Tagato <tagattie@yandex.com> (maintainer)
* - Fix buildacm2019-03-181-3/+1
| | | | Reported by: yuri
* comms/gnuradio doesn't work with python3antoine2019-03-171-1/+1
| | | | PR: 234633
* Qt4 deprecationtcberner2019-03-176-76/+0
| | | | | | comms/ubertooth: Has expired: Qt4 has been EOL since december 2015 Approved by: portmgr (implicit)
* Qt4 deprecation: Remove Qt4 and its consumes.tcberner2019-03-1723-619/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2019-03-15 accessibility/qt4-accessible: Qt4 has been EOL since december 2015 2019-03-15 astro/qlandkartegt: Qt4 has been EOL since december 2015 2019-03-15 astro/stellarium-qt4: Qt4 has been EOL since december 2015 2019-03-15 astro/xglobe: Qt4 has been EOL since december 2015 2019-03-15 audio/acoustid-fingerprinter: Qt4 has been EOL since december 2015 2019-03-15 audio/cueplayer: Qt4 has been EOL since december 2015 2019-03-15 audio/esperanza: Qt4 has been EOL since december 2015 2019-03-15 audio/lastfm-desktop: Qt4 has been EOL since december 2015 2019-03-15 audio/minitunes: Qt4 has been EOL since december 2015 2019-03-15 audio/mixxx20: Qt4 has been EOL since december 2015 2019-03-15 audio/mumble: Qt4 has been EOL since december 2015 2019-03-15 audio/murmur: Qt4 has been EOL since december 2015 2019-03-15 audio/puddletag: Qt4 has been EOL since december 2015 2019-03-15 audio/qmpdclient: Qt4 has been EOL since december 2015 2019-03-15 audio/skype-call-recorder: Qt4 has been EOL since december 2015 2019-03-15 audio/virtual_oss_ctl: Qt4 has been EOL since december 2015 2019-03-15 biology/clustalx: Qt4 has been EOL since december 2015 2019-03-15 cad/klayout: Qt4 has been EOL since december 2015 2019-03-15 cad/layouteditor: Qt4 has been EOL since december 2015 2019-03-15 cad/leocad: Qt4 has been EOL since december 2015 2019-03-15 cad/meshlab: Qt4 has been EOL since december 2015 2019-03-15 cad/qfsm: Qt4 has been EOL since december 2015 2019-03-15 cad/qucs: Qt4 has been EOL since december 2015 2019-03-15 chinese/gcin-qt4: Qt4 has been EOL since december 2015 2019-03-15 chinese/qt4-codecs-cn: Qt4 has been EOL since december 2015 2019-03-15 chinese/qt4-codecs-tw: Qt4 has been EOL since december 2015 2019-03-15 chinese/qterm: Qt4 has been EOL since december 2015 2019-03-15 comms/dabstick-radio: Qt4 has been EOL since december 2015 2019-03-15 comms/hamfax: Qt4 has been EOL since december 2015 2019-03-15 comms/linpsk: Qt4 has been EOL since december 2015 2019-03-15 databases/py-qt4-sql: Qt4 has been EOL since december 2015 2019-03-15 databases/qt4-ibase-plugin: Qt4 has been EOL since december 2015 2019-03-15 databases/qt4-mysql-plugin: Qt4 has been EOL since december 2015 2019-03-15 databases/qt4-odbc-plugin: Qt4 has been EOL since december 2015 2019-03-15 databases/qt4-pgsql-plugin: Qt4 has been EOL since december 2015 2019-03-15 databases/qt4-sql: Qt4 has been EOL since december 2015 2019-03-15 databases/qt4-sqlite-plugin: Qt4 has been EOL since december 2015 2019-03-15 databases/qt4-sqlite3-plugin: Qt4 has been EOL since december 2015 2019-03-15 databases/sqliteman: Qt4 has been EOL since december 2015 2019-03-15 databases/tora: Qt4 has been EOL since december 2015 2019-03-15 deskutils/cdcat: Qt4 has been EOL since december 2015 2019-03-15 deskutils/fbreader: Qt4 has been EOL since december 2015 2019-03-15 deskutils/launchy: Qt4 has been EOL since december 2015 2019-03-15 deskutils/qorganizer: Qt4 has been EOL since december 2015 2019-03-15 deskutils/qrfcview: Qt4 has been EOL since december 2015 2019-03-15 deskutils/qtm: Qt4 has been EOL since december 2015 2019-03-15 deskutils/tuxcards: Qt4 has been EOL since december 2015 2019-03-15 deskutils/vym: Qt4 has been EOL since december 2015 2019-03-15 devel/apiextractor: Qt4 has been EOL since december 2015 2019-03-15 devel/automoc4: Qt4 has been EOL since december 2015 2019-03-15 devel/edb: Qt4 has been EOL since december 2015 2019-03-15 devel/generatorrunner: Qt4 has been EOL since december 2015 2019-03-15 devel/grantlee: Qt4 has been EOL since december 2015 2019-03-15 devel/gwenhywfar-qt4: Qt4 has been EOL since december 2015 2019-03-15 devel/kaptain: Qt4 has been EOL since december 2015 2019-03-15 devel/ninja-ide: Qt4 has been EOL since december 2015 2019-03-12 devel/physfs-devel: is the same as devel/physfs, serving no purpose 2019-03-15 devel/piklab: Qt4 has been EOL since december 2015 2019-03-15 devel/py-qt4: Qt4 has been EOL since december 2015 2019-03-15 devel/py-qt4-assistant: Qt4 has been EOL since december 2015 2019-03-15 devel/py-qt4-core: Qt4 has been EOL since december 2015 2019-03-15 devel/py-qt4-dbus: Qt4 has been EOL since december 2015 2019-03-15 devel/py-qt4-dbussupport: Qt4 has been EOL since december 2015 2019-03-15 devel/py-qt4-declarative: Qt4 has been EOL since december 2015 2019-03-15 devel/py-qt4-designer: Qt4 has been EOL since december 2015 2019-03-15 devel/py-qt4-designerplugin: Qt4 has been EOL since december 2015 2019-03-15 devel/py-qt4-help: Qt4 has been EOL since december 2015 2019-03-15 devel/py-qt4-qscintilla2: Qt4 has been EOL since december 2015 2019-03-15 devel/py-qt4-script: Qt4 has been EOL since december 2015 2019-03-15 devel/py-qt4-scripttools: Qt4 has been EOL since december 2015 2019-03-15 devel/py-qt4-test: Qt4 has been EOL since december 2015 2019-03-15 devel/pyside: Qt4 has been EOL since december 2015 2019-03-15 devel/pyside-tools: Qt4 has been EOL since december 2015 2019-03-15 devel/qbzr: Qt4 has been EOL since december 2015 2019-03-15 devel/qct: Qt4 has been EOL since december 2015 2019-03-15 devel/qdevelop: Qt4 has been EOL since december 2015 2019-03-15 devel/qprog: Qt4 has been EOL since december 2015 2019-03-15 devel/qross: Qt4 has been EOL since december 2015 2019-03-15 devel/qscintilla2: Qt4 has been EOL since december 2015 2019-03-15 devel/qscintilla2-designerplugin: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-assistant: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-assistant-adp: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-corelib: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-dbus: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-designer: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-help-tools: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-libqtassistantclient: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-linguist: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-linguisttools: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-makeqpf: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-moc: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-porting: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-qdbusviewer: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-qdoc3: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-qmake: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-qmlviewer: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-qt3support: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-qtsolutions-singleapplication: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-qtsolutions-soap: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-qvfb: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-rcc: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-script: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-scripttools: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-testlib: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-uic: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-uic3: Qt4 has been EOL since december 2015 2019-03-15 devel/qtscriptgenerator: Qt4 has been EOL since december 2015 2019-03-15 devel/shiboken: Qt4 has been EOL since december 2015 2019-03-15 devel/subcommander2: Qt4 has been EOL since december 2015 2019-03-15 devel/universalindentgui: Qt4 has been EOL since december 2015 2019-03-15 editors/leo: Qt4 has been EOL since december 2015 2019-03-15 editors/lfhex: Qt4 has been EOL since december 2015 2019-03-15 editors/plume-creator-devel: Qt4 has been EOL since december 2015 2019-03-15 editors/textroom: Qt4 has been EOL since december 2015 2019-03-15 editors/yzis: Qt4 has been EOL since december 2015 2019-03-15 emulators/dboxfe: Qt4 has been EOL since december 2015 2019-03-15 emulators/q4wine: Qt4 has been EOL since december 2015 2019-03-15 emulators/qtemu: Qt4 has been EOL since december 2015 2019-03-15 emulators/swine: Qt4 has been EOL since december 2015 2019-03-15 finance/alkimia-qt4: Qt4 has been EOL since december 2015 2019-03-15 finance/bitcoin-armory: Qt4 has been EOL since december 2015 2019-03-15 finance/qhacc: Qt4 has been EOL since december 2015 2019-03-15 ftp/scythia: Qt4 has been EOL since december 2015 2019-03-15 games/bubble-chains: Qt4 has been EOL since december 2015 2019-03-15 games/capicity: Qt4 has been EOL since december 2015 2019-03-15 games/capitalism: Qt4 has been EOL since december 2015 2019-03-15 games/flukz: Qt4 has been EOL since december 2015 2019-03-15 games/goldencheetah: Qt4 has been EOL since december 2015 2019-03-15 games/jag: Qt4 has been EOL since december 2015 2019-03-15 games/kardsgt: Qt4 has been EOL since december 2015 2019-03-15 games/kcheckers: Qt4 has been EOL since december 2015 2019-03-15 games/openpref: Qt4 has been EOL since december 2015 2019-03-15 games/pokerth: Qt4 has been EOL since december 2015 2019-03-15 games/qgo: Qt4 has been EOL since december 2015 2019-03-15 games/qtads: Qt4 has been EOL since december 2015 2019-03-15 games/quackle: Qt4 has been EOL since december 2015 2019-03-15 games/spellathon: Qt4 has been EOL since december 2015 2019-03-15 games/sudoku-sensei: Qt4 has been EOL since december 2015 2019-03-15 games/tbe: Qt4 has been EOL since december 2015 2019-03-15 games/xptools: Qt4 has been EOL since december 2015 2019-03-15 german/tipp10: Qt4 has been EOL since december 2015 2019-03-15 graphics/appleseed: Qt4 has been EOL since december 2015 2019-03-15 graphics/aqsis: Qt4 has been EOL since december 2015 2019-03-15 graphics/autoq3d: Qt4 has been EOL since december 2015 2019-03-15 graphics/burplex: Qt4 has been EOL since december 2015 2019-03-15 graphics/darknock: Qt4 has been EOL since december 2015 2019-03-15 graphics/djview4-qt4: Qt4 has been EOL since december 2015 2019-03-15 graphics/easypaint: Qt4 has been EOL since december 2015 2019-03-15 graphics/eos-movrec: Qt4 has been EOL since december 2015 2019-03-15 graphics/gle-graphics: Qt4 has been EOL since december 2015 2019-03-15 graphics/lprof-devel: Qt4 has been EOL since december 2015 2019-03-15 graphics/luminance: Qt4 has been EOL since december 2015 2019-03-15 graphics/luxrender: Qt4 has been EOL since december 2015 2019-03-15 graphics/luxrender14: Qt4 has been EOL since december 2015 2019-03-15 graphics/meshviewer: Qt4 has been EOL since december 2015 2019-03-15 graphics/natron: Qt4 has been EOL since december 2015 2019-03-15 graphics/oyranos: Qt4 has been EOL since december 2015 2019-03-15 graphics/pencil: Qt4 has been EOL since december 2015 2019-03-15 graphics/prison: Qt4 has been EOL since december 2015 2019-03-15 graphics/py-qt4-svg: Qt4 has been EOL since december 2015 2019-03-15 graphics/qt4-iconengines: Qt4 has been EOL since december 2015 2019-03-15 graphics/qt4-imageformats: Qt4 has been EOL since december 2015 2019-03-15 graphics/qt4-opengl: Qt4 has been EOL since december 2015 2019-03-15 graphics/qt4-pixeltool: Qt4 has been EOL since december 2015 2019-03-15 graphics/qt4-svg: Qt4 has been EOL since december 2015 2019-03-15 graphics/qxv: Qt4 has been EOL since december 2015, qxv is unmaintained 2019-03-15 graphics/scantailor: Qt4 has been EOL since december 2015 2019-03-15 graphics/seexpr: Qt4 has been EOL since december 2015 2019-03-15 graphics/smillaenlarger: Qt4 has been EOL since december 2015 2019-03-15 graphics/structuresynth: Qt4 has been EOL since december 2015 2019-03-15 graphics/yagf: Qt4 has been EOL since december 2015 2019-03-15 japanese/qt4-codecs-jp: Qt4 has been EOL since december 2015 2019-03-15 korean/qt4-codecs-kr: Qt4 has been EOL since december 2015 2019-03-15 mail/qgmailnotifier: Qt4 has been EOL since december 2015 2019-03-15 math/qtiplot: Qt4 has been EOL since december 2015 2019-03-15 math/qtoctave: Qt4 has been EOL since december 2015 2019-03-15 math/qwtplot3d-qt4: Qt4 has been EOL since december 2015 2019-03-15 misc/py-qt4-demo: Qt4 has been EOL since december 2015 2019-03-15 misc/py-qt4-doc: Qt4 has been EOL since december 2015 2019-03-15 misc/qmetro: Qt4 has been EOL since december 2015 2019-03-15 misc/qt4-doc: Qt4 has been EOL since december 2015 2019-03-15 misc/qt4-l10n: Qt4 has been EOL since december 2015 2019-03-15 misc/qt4-qtconfig: Qt4 has been EOL since december 2015 2019-03-15 misc/qt4-qtdemo: Qt4 has been EOL since december 2015 2019-03-15 misc/saaghar: Qt4 has been EOL since december 2015 2019-03-15 multimedia/2mandvd: Qt4 has been EOL since december 2015 2019-03-15 multimedia/abby: Qt4 has been EOL since december 2015 2019-03-15 multimedia/avidemux-qt4: Qt4 has been EOL since december 2015 2019-03-15 multimedia/gstreamer-qt4: Qt4 has been EOL since december 2015 2019-03-15 multimedia/mediadownloader: Qt4 has been EOL since december 2015 2019-03-15 multimedia/mlt-qt4: Qt4 has been EOL since december 2015 2019-03-15 multimedia/phonon-xine: Qt4 has been EOL since december 2015 2019-03-15 multimedia/py-qt4-multimedia: Qt4 has been EOL since december 2015 2019-03-15 multimedia/py-qt4-phonon: Qt4 has been EOL since december 2015 2019-03-15 multimedia/qmmp: Qt4 has been EOL since december 2015 2019-03-15 multimedia/qmmp-plugin-pack: Qt4 has been EOL since december 2015 2019-03-15 multimedia/qt4-mobility: Qt4 has been EOL since december 2015 2019-03-15 multimedia/qt4-multimedia: Qt4 has been EOL since december 2015 2019-03-15 multimedia/umplayer: Qt4 has been EOL since december 2015 2019-03-15 net/avahi-qt4: Qt4 has been EOL since december 2015 2019-03-15 net/cagibi: Qt4 has been EOL since december 2015 2019-03-15 net/hupnp: Qt4 has been EOL since december 2015 2019-03-15 net/ostinato: Qt4 has been EOL since december 2015 2019-03-15 net/py-qt4-network: Qt4 has been EOL since december 2015 2019-03-15 net/qjsonrpc: Qt4 has been EOL since december 2015 2019-03-15 net/qoauth: Qt4 has been EOL since december 2015 2019-03-15 net/qt4-network: Qt4 has been EOL since december 2015 2019-03-15 net/qtweetlib: Qt4 has been EOL since december 2015 2019-03-15 net-im/libjreen: Qt4 has been EOL since december 2015 2019-03-15 net-im/psimedia: Qt4 has been EOL since december 2015 2019-03-15 net-im/ramblercontacts: Qt4 has been EOL since december 2015 2019-03-15 net-im/telepathy-logger-qt4: Qt4 has been EOL since december 2015 2019-03-15 net-im/turpial: Qt4 has been EOL since december 2015 2019-03-15 net-im/vacuum-im: Qt4 has been EOL since december 2015 2019-03-15 net-mgmt/nagiosagent: Qt4 has been EOL since december 2015 2019-03-15 net-mgmt/qkismet: Qt4 has been EOL since december 2015 2019-03-15 net-p2p/bitmessage: Qt4 has been EOL since december 2015 2019-03-15 net-p2p/eiskaltdcpp-qt: Qt4 has been EOL since december 2015 2019-03-15 net-p2p/valknut: Qt4 has been EOL since december 2015 2019-03-15 polish/qfaktury: Qt4 has been EOL since december 2015 2019-03-15 print/kpdftool: Qt4 has been EOL since december 2015 2019-03-15 print/scribus: Qt4 has been EOL since december 2015 2019-03-15 science/MOOSE-neural-simulator: Qt4 has been EOL since december 2015 2019-03-15 science/avogadro: Qt4 has been EOL since december 2015 2019-03-15 science/openstructure: Qt4 has been EOL since december 2015 2019-03-15 science/py-veusz: Qt4 has been EOL since december 2015 2019-03-15 science/qtresistors: Qt4 has been EOL since december 2015 2019-03-15 security/keepassx2: Qt4 has been EOL since december 2015 2019-03-15 security/kqoauth: Qt4 has been EOL since december 2015 2019-03-15 security/tpmmanager: Qt4 has been EOL since december 2015 2019-03-15 sysutils/android-file-transfer-qt4: Qt4 has been EOL since december 2015 2019-03-15 sysutils/bacula9-bat: Qt4 has been EOL since december 2015 2019-03-15 sysutils/bareos-traymonitor: Qt4 has been EOL since december 2015 2019-03-15 sysutils/bareos16-bat: Qt4 has been EOL since december 2015 2019-03-15 sysutils/bareos16-traymonitor: Qt4 has been EOL since december 2015 2019-03-15 sysutils/policykit-qt: Qt4 has been EOL since december 2015 2019-03-15 sysutils/qpxtool: Qt4 has been EOL since december 2015 2019-03-15 sysutils/qsynergy: Qt4 has been EOL since december 2015 2019-03-15 sysutils/qzeitgeist: Qt4 has been EOL since december 2015 2019-03-15 sysutils/searchmonkey: Qt4 has been EOL since december 2015 2019-03-15 sysutils/unetbootin: Qt4 has been EOL since december 2015 2019-03-15 textproc/beediff: Qt4 has been EOL since december 2015 2019-03-15 textproc/dixit: Qt4 has been EOL since december 2015 2019-03-15 textproc/goldendict: Qt4 has been EOL since december 2015 2019-03-15 textproc/ibus-qt: Qt4 has been EOL since december 2015 2019-03-15 textproc/py-qt4-xml: Qt4 has been EOL since december 2015 2019-03-15 textproc/py-qt4-xmlpatterns: Qt4 has been EOL since december 2015 2019-03-15 textproc/qt4-clucene: Qt4 has been EOL since december 2015 2019-03-15 textproc/qt4-xml: Qt4 has been EOL since december 2015 2019-03-15 textproc/qt4-xmlpatterns: Qt4 has been EOL since december 2015 2019-03-15 textproc/qt4-xmlpatterns-tool: Qt4 has been EOL since december 2015 2019-03-15 textproc/scim-bridge-qt4: Qt4 has been EOL since december 2015 2019-03-15 textproc/uim-qt4: Qt4 has been EOL since december 2015 2019-03-15 textproc/xxdiff: Qt4 has been EOL since december 2015 2019-03-15 www/aria2fe: Qt4 has been EOL since december 2015 2019-03-15 www/cutycapt: Qt4 has been EOL since december 2015 2019-03-15 www/py-qt4-webkit: Qt4 has been EOL since december 2015 2019-03-15 www/qt4-webkit: Qt4 has been EOL since december 2015 2019-03-15 www/qupzilla-qt4: Qt4 has been EOL since december 2015 2019-03-15 x11/leechcraft: Qt4 has been EOL since december 2015 2019-03-15 x11/py-qt4-opengl: Qt4 has been EOL since december 2015 2019-03-15 x11/qimageblitz: Qt4 has been EOL since december 2015 2019-03-15 x11/qt4-graphicssystems-opengl: Qt4 has been EOL since december 2015 2019-03-15 x11/qt4-inputmethods: Qt4 has been EOL since december 2015 2019-03-15 x11/qxkb: Qt4 has been EOL since december 2015 2019-03-15 x11-fonts/fontmatrix: Qt4 has been EOL since december 2015 2019-03-15 x11-themes/qt4-style-float: Qt4 has been EOL since december 2015 2019-03-15 x11-themes/qt4-style-phase: Qt4 has been EOL since december 2015 2019-03-15 x11-themes/qt4-style-quantumstyle: Qt4 has been EOL since december 2015 2019-03-15 x11-themes/qtcurve-qt4: Qt4 has been EOL since december 2015 2019-03-15 x11-toolkits/attica: Qt4 has been EOL since december 2015 2019-03-15 x11-toolkits/py-qt4-gui: Qt4 has been EOL since december 2015 2019-03-15 x11-toolkits/qt4-declarative: Qt4 has been EOL since december 2015 2019-03-15 x11-toolkits/qt4-gui: Qt4 has been EOL since december 2015 2019-03-15 x11-toolkits/qt4pas: Qt4 has been EOL since december 2015 2019-03-15 x11-toolkits/qwt5: Qt4 has been EOL since december 2015 2019-03-15 x11-toolkits/qwt5-designerplugin: Qt4 has been EOL since december 2015 2019-03-15 x11-toolkits/soqt: Qt4 has been EOL since december 2015 2019-03-15 x11-wm/qlwm: Qt4 has been EOL since december 2015 Approved by: portmgr (implicit)
* Update to 3.8 git version to move from Qt4 to Qt5db2019-03-1614-2438/+1965
| | | | | | | | | | | | | | | | | | | | | | | | | | | ## unreleased ### 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-analog - `fmdet_cf`'s derivative coefficients were wrong. #### 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 ### Added #### gr-analog - QA for complex cosine #### gr-utils - `gr_modtool` now with autocompletion candidates for `rm` ### Changed #### Project Scope - Removed cppunit from all unit tests, replaced by Boost - Removed the cppunit dependency
* Fix build on gcc-based architectures:linimon2019-03-131-1/+1
| | | | | | cc1plus: error: unrecognized command line option "-std=c++0x" Approved by: portmgr (tier-2 blanket)
* Fix build on gcc-based architectures:linimon2019-03-131-1/+1
| | | | | | cc1: error: unrecognized command line option "-std=c11" Approved by: portmgr (tier-2 blanket)
* comms/java-simple-serial-connector, devel/arduino18, devel/arduino-core: fix ↵ler2019-03-132-5/+6
| | | | | | | | | serial communication for leonardo and re-rolled distribution for arduino-core. PR: 232991 Submitted by: kevans
* Update to 17.12.2db2019-03-1216-164/+182
| | | | | | | | | | | | | | | | | This version supports qt5 SvxLink release 17.12 -- 30 Dec 2017 ------------------------------------ The biggest news in this release is the initial revision of the SvxReflector application. The SvxReflector application is meant to be used as a center point to link SvxLink nodes together. The new SvxLink ReflectorLogic logic core is used to connect a SvxLink node to the reflector server. One or more logics can then be connected to the refelctor using normal logic linking. In addition a lot of smaller feature additions have been made and also a number of bugs have been fixed. The full list of changes and more details can be found below. Information on configuration of new features can be found in the manual pages.
* comms/cqrlog: BROKEN due to lazarus compiler errorsyuri2019-03-102-1/+3
| | | | | The upstream author didn't reply: https://github.com/ok2cqr/cqrlog/issues/127 Also fix WWW.
* comms/svxlink: disable the ninja generatortcberner2019-03-101-1/+1
| | | | | | | | - with ninja 1.9 duplicate targets are errors [1] [1] https://github.com/ninja-build/ninja/commit/42eefc854b32b3c1efc27548baaacdebad199853 PR: 235507
* Fix build on gcc-based architectures.linimon2019-03-081-1/+1
| | | | Approved by: portmgr (tier-2 blanket)
* - update to 2.0.1db2019-03-0711-189/+216
| | | | | | | | | | | | | | | - builds on i386 now - remove MAKE_JOBS_UNSAFE - Upstream wsjtx build instructions call for their forked version of hamlib for wsjtx to work correctly. Upstream distribution includes both wsjtx and a copy of their forked hamlib with their own build system. This is now used in this updated port. The cmake build provided does not have an install/strip target which forces use of do-install. N.B. If hamlib is already installed, this port will incorrectly link against the shared library version of hamlib instead of the private copy provided. There seems no easy solution to this.
* - Bump PORTREVISION. editors/lazarus was updated to 2.0.0acm2019-03-071-1/+1
|
* Fix packaging with DEFAULT_VERSIONS=python=3.xantoine2019-03-061-1/+2
| | | | PR: 234633
* Update devel/doxygen to 1.8.15antoine2019-03-062-1/+1347
| | | | PR: 236110
* Upgrade comms/gammu from v1.39 to 1.40rodrigo2019-02-282-6/+5
| | | | | | | | | | Full list of changes: * Added SMSD configuration option RetryTimeout. * Removed non configurable sleep after failed message send. * SMSD now tries to store whole decoded text for concatenated messages in the first entry in database. * Improved compatibility with Sierra SL8084TR. * Added support for delivery reports stored in SR memory. * Configure CNMI parameters for AT driver.
* Update to hamlib 3.3db2019-02-276-232/+21
| | | | | | * New models, R&S xk2100, TRXMAnager, Meade LX200 * HTML manual is now generated at 'make dist' so users don't need GNU Info tools installed. TNX Greg, N1DAM for the suggestion.
* What is CubicSDR ?db2019-02-2611-0/+192
| | | | | | | | | | | | | | | | CubicSDR is the software portion of Software Defined Radio. By Using hardware that converts RF spectrum into a digital stream we are able to build complex radios to do many types of functions in software instead of traditional hardware. What can I do with CubicSDR ? Paired with a supported hardware receiver, you can use CubicSDR to explore the RF world around you. Discover Satellite transmissions, Amateur Radio, Rail, Areonautical, Shortwave, or any number of possible signals floating through the air. WWW: https://cubicsdr.readthedocs.io/en/latest/
* Properly detect WC_CONFIGbapt2019-02-261-2/+2
|
* wxGTK3.0: switch to gtk3 and webkit2bapt2019-02-254-3/+4
| | | | Discussed with: portmgr
* comms/rtl-sdr: Switch to upstream versioning scheme and update to 0.6.0martymac2019-02-259-15/+21
| | | | | | Also: - Switch to Github mirror - Bump dependent ports' PORTREVISIONs
* comms/seyon: Mark MAKE_JOBS_UNSAFEtobik2019-02-241-0/+2
| | | | | | | According to Piotr it fails to build when using >= 16 jobs otherwise. PR: 232480 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
* Update to 2.12.vanilla2019-02-242-4/+4
|
* comms/scrcpy: Update to 1.7tobik2019-02-232-7/+7
| | | | | | Changes: https://github.com/Genymobile/scrcpy/releases/tag/v1.7 PR: 235851 Submitted by: Hiroki Tagato <tagattie@yandex.com>
* comms/redsea: Improve description text for the TMC optionkai2019-02-221-1/+1
| | | | | Suggested by: mat Approved by: tcberner (mentor)
* New port: comms/redseakai2019-02-215-0/+61
| | | | | | | | | | | | | | | | | | | redsea is a lightweight command-line decoder for broadcast FM-RDS data, such as that provided from a software-defined radio (SDR). It can also decode raw ASCII bitstreams, the hex format provided by RDS Spy, and audio files containing multiplex signals. Decoded RDS groups are printed to the terminal as line-delimited JSON objects; optionally, undecoded hex blocks can be output instead. This program is intended to be used in combination with a separate source of demodulated FM multiplex signals, such as rtl-sdr. WWW: https://github.com/windytan/redsea/ PR: 234726 Submitted by: Andrew <morrand276@gmail.com> Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D19164
* Update fldigi to 4.1.01db2019-02-202-5/+4
| | | | | | | | | | | | | | | | | | | | =Version 4.1.01= 2019-02-18 David Freese <w1hkj@bellsouth.net> 1d4798c: CW h/w ptt ca3e777: nanoIO a943ae3: NAVTEX abort ce586b8: dup-check 57cc6ea: ADIF submode 96e1f05: WF only bug fix 06c56b3: LotW c5af7e0: Pedantic warnings 892336b: SD counties 044dd29: QRZ.com aeed471: SV1GRB test report Reported by: upstream
* libticables2 defaults serial port names to cuadX, but current FreeBSDdanfe2019-02-181-1/+4
| | | | | | | | versions name serial ports cuauX, fix this. While here, consistently prepend sed(1) commands with `-e' switch like we normally do in ports. PR: 235827 Submitted by: Darren Mulligan
* New port: comms/ath3k-firmwarewulf2019-02-166-0/+148
| | | | | | | | | | Firmware for the Atheros AR3011/AR3012 chip based Bluetooth USB devices. To be downloaded with ath3kfw(8). WWW: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git PR: 233889 Approved by: koobs
* Solve occasional poudriere build failures by adding MAKE_JOBS_UNSAFE.leres2019-02-141-0/+1
| | | | | | | | | | | | Sample poudriere build error without MAKE_JOBS_UNSAFE: Error: Could not find class file for 'gnu.io.Raw'. gmake[1]: *** [Makefile:613: /wrkdirs/usr/ports/comms/rxtx/work/rxtx-2.2pre2/gnu/io/NoSuchPortException.class] Error 1 PR: 216558 Reviewed by: mat, matthew (mentor) Approved by: mat, koobs (maintainer), matthew (mentor) Differential Revision: https://reviews.freebsd.org/D18999
* Update Qt5 to 5.12.1tcberner2019-02-134-4/+0
| | | | | | | | | | | | | | | Release announcement: https://blog.qt.io/blog/2019/02/01/qt-5-12-1-released/ Changelog: https://wiki.qt.io/Qt_5.12.1_Change_Files - A change was required to qt-dist.mk to always pass LOCALBASE to qmake, as Qt5 has been installed to a prefix for some time now, there should not be any harm in that, with respect to it picking up installed versions of itself during build. PR: 235622 Exp-run by: antoine
* comms/bladerf: fix build with GCC-based archictecturesyuri2019-02-121-1/+1
| | | | | PR: 235673 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
* New port: comms/soapyredpitaya: SoapySDR Red Pitaya moduleyuri2019-02-104-0/+30
|
* comms/soapyplutosdr: Remove the redundant libyuri2019-02-101-1/+1
|
* New port: comms/soapybladerf: Soapy SDR plugin for the Blade RFyuri2019-02-104-0/+31
|
* New port: comms/bladerf: BladeRF USB 3.0 Superspeed software defined radioyuri2019-02-104-0/+40
|
* Move misc/soapysdr-hackrf -> comms/soapysdrhackrf: comms is a correct ↵yuri2019-02-104-0/+34
| | | | category for it
* New port: comms/soapyplutosdr: Soapy SDR plugin for PlutoSDRyuri2019-02-104-0/+32
|
* New port: comms/soapyremote: SoapySDR module to use any Soapy SDR remotelyyuri2019-02-105-0/+50
|
* New port: comms/soapyuhd: Soapy SDR plugin for the Airspyyuri2019-02-104-0/+35
|
* New port: comms/soapyairspy: Soapy SDR plugin for the Airspyyuri2019-02-104-0/+31
|
* Altivec support probably wasn't maintained for years. Fix it to compiledb2019-02-0713-8/+347
| | | | | | | | | | | on powerpc64. Tested also on amd64. Hardware sponsored by IntegriCloud. PR: ports/235560 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
* Update to 2018.12.01mr2019-02-072-6/+5
|
* CXXFLAGS+=-Wno-c++11-narrowing is not supported by base GCC. Insteadlinimon2019-02-061-1/+1
| | | | | | | | add USE_CXXSTD=c++98 which makes this port compile by both base GCC and Clang. PR: 235527 Submitted by: Piotr Kubaj
* - Correct to actually turn off unused optionsdb2019-02-041-5/+6
| | | | | | - Add missing xrender to USE_ORG Reported by: pkg-fallout
* Update flrig to 1.3.42db2019-02-012-4/+4
| | | | | | | | | | | 2019-01-10 David Freese <w1hkj@bellsouth.net> 855104a: FT1000 debugging d915248: FLTK 1.4 test 1f54f12: FTdx3000 ff835b6: Parse -psn Reported by: portscout
* comms/wsjtx: Only append to EXTRA_PATCHES after bsd.port.pre.mktobik2019-02-011-2/+6
| | | | Untangle it from do-extract too while here
* comms/ncid: update 1.10 to 1.10.1egypcio2019-01-312-4/+4
| | | | | Approved by: rene (mentor) Differential Revision: https://reviews.freebsd.org/D19030
* - Update to fldigi 4.1.00db2019-01-315-11/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Restore OSS and pulseaudio options - Fix OSS bug in upstream code causing OSS to fail. =Version 4.1.0= 2019-01-29 David Freese <w1hkj@bellsouth.net> 39a76e8: po update 79c67d3: WWV doc 04e53b5: Winkeyer FSK b8ca88e: Contests b197c75: arq-override 8572f35: flmsg-dir 02c66eb: contest-docs 9d85169: fldigi_def.xml 20e2c02: socket_mods e1c2d80: Fltk 1.4 mod 5ffd6f5: wefax fb1fd67: nanoIO 7d604b8: CW SOM table 4eec8f2: flrig: macro 99b0a01: Audio adjust docs 146bd7e: feldhell 6b5c93a: C-11 fixes ccbd52f: nano FSK ed6a7db: Mint-19/Mate e9c0f2d: Signal Browser documentation fbb0654: flrig seg fault
* comms/ncid: fix build with GCC-based architecturesegypcio2019-01-301-0/+4
| | | | | | | PR: 235289 Reported by: Piotr Kubaj <pkubaj % anongoth.pl> Approved by: rene (mentor) Sponsored by: IntegriCloud
* comms/scrcpy: New port -- Display and control your Android devicetcberner2019-01-274-0/+59
| | | | | | | | | | Scrcpy provides display and control of Android devices connected on USB (or over TCP/IP). It does not require any root access. https://github.com/Genymobile/scrcpy PR: 235146 Submitted by: Hiroki Tagato <tagattie@yandex.com>
* From submitter:db2019-01-272-23/+35
| | | | | | | | | | | | | | | | The current port does not facilitate the installation of splat-hd. The attached patch resolves that. Also this patch enables having splat-hd build out with 8x8 tiles. From db: - splat-hd was never being built and installed. - forced HRM build with new option - cleaned up HRM and pkg-plist - High resolution 6x6 7x7 and 8x8 need 64bit systems so mark description but allow foot shooting if user tries high resolution 8x8 on i386 PR: ports/235148 Submitted by: darcy@dbitech.ca
* Bug reported only with ld.lld as system ld on i386 solved usingdb2019-01-231-5/+5
| | | | | | | suggested -Wl,-z,notext PR: ports/234871 Reported by: @emaste
* comms/tio: update to 1.32fernape2019-01-232-5/+6
| | | | | | | | | While here pet portlint ChangeLog: https://github.com/tio/tio/releases/tag/v1.32 PR: 235066 Submitted by: dg@syrec.org
* - Update to 2.0.17danilo2019-01-222-5/+6
| | | | - Add gnome to USES
* comms/cutecom: Update pkg-descr to reflect new homejwb2019-01-211-1/+1
| | | | Reported by: swills
* comms/dfu-programmer: Update to 0.7.2tobik2019-01-213-5/+6
| | | | | | | | | - Follow WWW redirect - Reset maintainer due to the long timeout PR: 224577 Submitted by: woodsb02 Approved by: byu17@uclive.ac.nz (maintainer timeout, > 1 year)
* Remove Perl core modulesunpoet2019-01-211-3/+1
| | | | With hat: perl
* comms/cutecom: Add c++11-lang for GCC-based platforms, upgrade to 0.51.0jwb2019-01-202-12/+9
| | | | | | | Upstream has moved to Gitlab PR: 235043 Reported by: Piotr Kubaj
* Update to 2.39.7joneum2019-01-192-4/+4
| | | | Sponsored by: Netzkommune GmbH
* Fix Qt5 symbol version scripts to put the catch-all clause first. Whentijl2019-01-1616-7/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a symbol matches multiple clauses the last one takes precedence. If the catch-all is last it captures everything. In the case of Qt5 libraries this caused all symbols to have a Qt_5 label while some should have Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the catch-all lowest priority. Older versions of Qt5Webengine exported some memory allocation symbols from the bundled Chromium. Version 5.9 stopped exporting these [1] but the symbols were kept as weak wrappers for the standard allocation functions to maintain binary compatibility. [2][3] The problem is that the call to the standard function in these weak wrappers is only resolved to the standard function if there's a call to this standard function in other parts of Qt5Webengine, because only then is there a non-weak symbol that takes precedence over the weak one. If there's no such non-weak symbol the call in the weak wrapper resolves to the weak wrapper itself creating an infinite call loop that overflows the stack and causes a crash. Some of the allocation functions are variants of C++ new and delete and it probably depends on the compiler whether these variants are used in other parts of Qt5Webengine. Remove the weak wrappers (make them Linux specific). This isn't binary compatible but we are already breaking that with the changes to the symbol versions. [1] https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4 [2] https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5 [3] https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5 Bump all ports that depend on Qt5. PR: 234070 Exp-run by: antoine Approved by: kde (adridg)
* comms/ncid: update 1.6 to 1.10egypcio2019-01-163-63/+122
| | | | | | | | | | | | | | | | | | Makefile - adopt the port; stage-qa; check-plist; OK - LIB_DEPENDS: add devel/pcre - DOCS: now ships doc/*.md, plus README.FreeBSD - redo install stage for extensions, modules and samples; - add comment regarding already stripped binaries. pkg-plist - reflect new installed files to pkg-plist; -reorg DOCS and LOGROTATE https://sf.net/projects/ncid/files/ncid/1.10/README.md Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D18590
* Use USES=pkgconfig where appropriatetobik2019-01-132-5/+3
|
* Do not set MASTER_SITES twicetobik2019-01-061-1/+0
|
* comms/snap7: Cleanup WRKSRC/DISTNAME using DISTVERSIONPREFIXtobik2019-01-061-2/+1
|
* New port: comms/snap7pi2019-01-067-0/+105
| | | | | | | | | | | | | | | | | | | Snap7, through three specialized components: Client and the inedited Server and Partner, allows you to definitively integrate your PC based systems into a PLC automation chain. Designed to transfer large amounts of hi-speed data in industrial facilities, it scales easily, down to small Linux Arm boards such as Raspberry PI. Hi level object oriented wrappers are provided, currently C/C++, .NET/Mono, Pascal, LabVIEW, Python with many source code examples. Very detailed documentation provided. WWW: http://sourceforge.net/projects/snap7/ PR: 215409 Submitted by: vova@fbsd.ru
* Do not set OPTIONS_DEFINE twicetobik2019-01-061-2/+1
|
* comms/libirman: Do not set OPTIONS_DEFINE twicetobik2019-01-061-2/+0
|
* comms/libirman: Update to 0.5.2, clean upswills2019-01-065-11/+27
| | | | | | | | While here, assign maintainership to submitter PR: 230558 Submitted by: Nathan <ndowens@yahoo.com> Approved by: rand@iteris.com (maintainer)
* - Reset maintainer (request via irc)miwi2019-01-041-1/+1
|
* Update to release 2018-12-R1gnn2019-01-022-4/+4
|
* Update to 2018-12-R1 releasegnn2019-01-022-4/+4
|
* - update to 0.24dinoex2019-01-023-4/+7
| | | | - restore upstream
* Update to 2.39.6joneum2019-01-022-4/+4
| | | | Sponsored by: Netzkommune GmbH
* Remove KDE4, part 5rene2019-01-015-88/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2018-12-31 korean/kde4-l10n: KDE4 is EOL upstream 2018-12-31 net/kget-kde4: KDE4 is EOL upstream 2018-12-31 net/kdenetwork-strigi-analyzers-kde4: KDE4 is EOL upstream 2018-12-31 net/zeroconf-ioslave-kde4: KDE4 is EOL upstream 2018-12-31 net/libkfbapi: Qt4 has been EOL since december 2015 2018-12-31 net/kdenetwork-kde4: KDE4 is EOL upstream 2018-12-31 net/kwooty: Qt4 has been EOL since december 2015 2018-12-31 net/kdenetwork-filesharing-kde4: KDE4 is EOL upstream 2018-12-31 net/libmediawiki-kde4: KDE4 is EOL upstream 2018-12-31 net/kio-upnp-ms: Qt4 has been EOL since december 2015 2018-12-31 net/libkvkontakte-kde4: KDE4 is EOL upstream 2018-12-31 net/krfb-kde4: KDE4 is EOL upstream 2018-12-31 net/smb4k-kde4: Qt4 has been EOL since december 2015 2018-12-31 net/krdc-kde4: KDE4 is EOL upstream 2018-12-31 french/kde4-l10n: KDE4 is EOL upstream 2018-12-31 ukrainian/kde4-l10n: KDE4 is EOL upstream 2018-12-31 textproc/kompare-kde4: KDE4 is EOL upstream 2018-12-31 textproc/libkomparediff2-kde4: KDE4 is EOL upstream 2018-12-31 deskutils/silence: Qt4 has been EOL since december 2015 2018-12-31 deskutils/kdepim-kde4: KDE4 is EOL upstream 2018-12-31 deskutils/plasma-applet-serverstatuswidget: KDE4 is EOL upstream 2018-12-31 deskutils/strigi: KDE4 is end-of-life 2018-12-31 deskutils/plasma-applet-qstardict: Qt4 has been EOL since december 2015 2018-12-31 deskutils/homerun: Qt4 has been EOL since december 2015 2018-12-31 deskutils/plasma-applet-daisy: KDE4 is EOL upstream 2018-12-31 deskutils/plasma-applet-teacooker: KDE4 is EOL upstream 2018-12-31 deskutils/kdepim-runtime-kde4: KDE4 is EOL upstream 2018-12-31 deskutils/plasma-applet-panelspacer: KDE4 is EOL upstream 2018-12-31 deskutils/plasma-applet-cwp: Qt4 has been EOL since december 2015 2018-12-31 deskutils/plasma-applet-yawp: KDE4 is EOL upstream 2018-12-31 deskutils/kruler-kde4: KDE4 is EOL upstream 2018-12-31 deskutils/superkaramba-kde4: KDE4 is EOL upstream 2018-12-31 deskutils/kcharselect-kde4: KDE4 is EOL upstream 2018-12-31 deskutils/kdepimlibs-kde4: KDE4 is EOL upstream 2018-12-31 deskutils/ksshaskpass: Qt4 has been EOL since december 2015 2018-12-31 deskutils/plasma-applet-simpleweatherforecast: Qt4 has been EOL since december 2015 2018-12-31 deskutils/kdeconnect-kde-kde4: Qt4 has been EOL since december 2015 2018-12-31 deskutils/plasma-applet-fancytasks: Qt4 has been EOL since december 2015 2018-12-31 deskutils/kdeplasma-addons-kde4: KDE4 is EOL upstream 2018-12-31 japanese/kiten-kde4: KDE4 is EOL upstream 2018-12-31 japanese/kde4-l10n: KDE4 is EOL upstream 2018-12-31 graphics/libkdcraw-kde4: KDE4 is EOL upstream 2018-12-31 graphics/skanlite-kde4: KDE4 is EOL upstream 2018-12-31 graphics/kamera-kde4: KDE4 is EOL upstream 2018-12-31 graphics/kphotoalbum-kde4: KDE4 is EOL upstream 2018-12-31 graphics/kdegraphics-strigi-analyzer-kde4: KDE4 is EOL upstream 2018-12-31 graphics/kiconedit: Qt4 has been EOL since december 2015 2018-12-31 graphics/kdegraphics-thumbnailers-kde4: KDE4 is EOL upstream 2018-12-31 graphics/libkscreen: Qt4 has been EOL since december 2015 2018-12-31 graphics/kcoloredit: Qt4 has been EOL since december 2015 2018-12-31 graphics/libksane-kde4: KDE4 is EOL upstream 2018-12-31 graphics/ksnapshot-kde4: KDE4 is EOL upstream 2018-12-31 graphics/gwenview-kde4: KDE4 is EOL upstream 2018-12-31 graphics/kpovmodeler: Qt4 has been EOL since december 2015 2018-12-31 graphics/ksaneplugin-kde4: KDE4 is EOL upstream 2018-12-31 graphics/digikam-kde4: KDE4 is EOL upstream 2018-12-31 graphics/kdegraphics-kde4: KDE4 is EOL upstream 2018-12-31 graphics/kdegraphics-svgpart-kde4: KDE4 is EOL upstream 2018-12-31 graphics/kcolorchooser-kde4: KDE4 is EOL upstream 2018-12-31 graphics/okular-kde4: KDE4 is EOL upstream 2018-12-31 graphics/kqtquickcharts-kde4: KDE4 is EOL upstream 2018-12-31 graphics/libkipi-kde4: Qt4 has been EOL since december 2015 2018-12-31 graphics/libkexiv2-kde4: KDE4 is EOL upstream 2018-12-31 graphics/kolourpaint-kde4: KDE4 is EOL upstream 2018-12-31 graphics/kdegraphics-mobipocket-kde4: KDE4 is EOL upstream 2018-12-31 russian/kde4-l10n: KDE4 is EOL upstream 2018-12-31 mail/kshowmail: Qt4 has been EOL since december 2015 2018-12-31 mail/kbiff: Qt4 has been EOL since december 2015 2018-12-31 www/kpartsplugin: Qt4 has been EOL since december 2015 2018-12-31 www/choqok-kde4: KDE4 is EOL upstream 2018-12-31 www/kdewebdev-kde4: KDE4 is EOL upstream 2018-12-31 www/kwebkitpart: Qt4 has been EOL since december 2015 2018-12-31 www/rekonq: Qt4 has been EOL since december 2015 2018-12-31 security/subversion-kwallet: KDE4 is end-of-life 2018-12-31 security/kwalletmanager-kde4: KDE4 is EOL upstream 2018-12-31 security/kgpg-kde4: KDE4 is EOL upstream 2018-12-31 devel/libkgapi-kde4: KDE4 is EOL upstream 2018-12-31 devel/kapptemplate-kde4: KDE4 is EOL upstream 2018-12-31 devel/py-krosspython-kde4: KDE4 is EOL upstream 2018-12-31 devel/kcachegrind-kde4: KDE4 is EOL upstream 2018-12-31 devel/smokegen-kde4: KDE4 is EOL upstream 2018-12-31 devel/cervisia-kde4: KDE4 is EOL upstream 2018-12-31 devel/kdevelop-php-kde4: KDE4 is EOL upstream 2018-12-31 devel/py-pykdeuic4-kde4: KDE4 is EOL upstream 2018-12-31 devel/okteta-kde4: KDE4 is EOL upstream 2018-12-31 devel/kdevelop-pg-qt-kde4: KDE4 is EOL upstream 2018-12-31 devel/ruby-korundum-kde4: KDE4 is EOL upstream 2018-12-31 devel/py-pykde4-kde4: KDE4 is EOL upstream 2018-12-31 devel/dolphin-plugins-kde4: KDE4 is EOL upstream 2018-12-31 devel/kde-dev-utils-kde4: KDE4 is EOL upstream 2018-12-31 devel/kdesvn-kde4: KDE4 is EOL upstream 2018-12-31 devel/smokekde-kde4: KDE4 is EOL upstream 2018-12-31 devel/p5-perlkde-kde4: KDE4 is EOL upstream 2018-12-31 devel/kdevelop-php-docs-kde4: KDE4 is EOL upstream 2018-12-31 devel/p5-perlqt-kde4: KDE4 is EOL upstream 2018-12-31 devel/kdevelop-kde4: KDE4 is EOL upstream 2018-12-31 devel/poxml-kde4: KDE4 is EOL upstream 2018-12-31 devel/kde-dev-scripts-kde4: KDE4 is EOL upstream 2018-12-31 devel/umbrello-kde4: KDE4 is EOL upstream 2018-12-31 devel/kdebindings-kde4: KDE4 is EOL upstream 2018-12-31 devel/kdesdk-strigi-analyzers-kde4: KDE4 is EOL upstream 2018-12-31 devel/kdesdk-thumbnailers-kde4: KDE4 is EOL upstream 2018-12-31 devel/kdesdk-kioslaves-kde4: KDE4 is EOL upstream 2018-12-31 devel/kdevplatform-kde4: KDE4 is EOL upstream 2018-12-31 devel/smokeqt-kde4: KDE4 is EOL upstream 2018-12-31 devel/ruby-qtruby-kde4: KDE4 is EOL upstream 2018-12-31 devel/kdesdk-kde4: KDE4 is EOL upstream 2018-12-31 devel/lokalize-kde4: KDE4 is EOL upstream 2018-12-31 devel/libkolab: Qt4 has been EOL since december 2015 2018-12-31 devel/ruby-krossruby-kde4: KDE4 is EOL upstream 2018-12-31 arabic/kde4-l10n: KDE4 is EOL upstream 2018-12-31 databases/akonadi-kde4: KDE4 is EOL upstream 2018-12-31 ftp/plasma-applet-ftpmonitor: Qt4 has been EOL since december 2015 2018-12-31 print/print-manager-kde4: KDE4 is EOL upstream 2018-12-31 print/kover: Qt4 has been EOL since december 2015 2018-12-31 net-p2p/libktorrent-kde4: KDE4 is EOL upstream 2018-12-31 net-p2p/ktorrent-kde4: KDE4 is EOL upstream 2018-12-31 editors/kile-kde4: KDE4 is EOL upstream 2018-12-31 editors/klat4: Qt4 has been EOL since december 2015 2018-12-31 editors/kate-plugin-pate-kde4: KDE4 is EOL upstream 2018-12-31 editors/kate-kde4: KDE4 is EOL upstream 2018-12-31 misc/kdeedu-kde4: KDE4 is EOL upstream 2018-12-31 misc/krecipes-kde4: KDE4 is EOL upstream 2018-12-31 misc/kde-thumbnailer-epub-kde4: Qt4 has been EOL since december 2015 2018-12-31 misc/kde-thumbnailer-fb2-kde4: Qt4 has been EOL since december 2015 2018-12-31 misc/libkdeedu-kde4: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-ia: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-nl: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-cs: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-fa: KDE4 is EOL upstream 2018-12-31 misc/kwordquiz-kde4: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-km: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-lt: KDE4 is EOL upstream 2018-12-31 misc/kdeutils-kde4: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-es: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-wa: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-en_GB: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-gl: KDE4 is EOL upstream 2018-12-31 misc/kde-thumbnailer-chm-kde4: Qt4 has been EOL since december 2015 2018-12-31 misc/kde4-l10n-ug: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-ga: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-nb: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-hr: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-bs: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-et: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-pa: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-nds: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-bg: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-tr: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-sk: KDE4 is EOL upstream 2018-12-31 misc/kgeography-kde4: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-is: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-da: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-ca: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-it: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-ro: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-ca_valencia: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-kk: KDE4 is EOL upstream 2018-12-31 misc/parley-kde4: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-sl: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-hi: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-sr: KDE4 is EOL upstream 2018-12-31 misc/klettres-kde4: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-sv: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-fi: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-lv: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-eu: KDE4 is EOL upstream 2018-12-31 misc/ktouch-kde4: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-id: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-mr: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-nn: KDE4 is EOL upstream 2018-12-31 misc/kde4-l10n-el: KDE4 is EOL upstream 2018-12-31 science/step-kde4: KDE4 is EOL upstream 2018-12-31 science/kalzium-kde4: KDE4 is EOL upstream 2018-12-31 games/palapeli-kde4: KDE4 is EOL upstream 2018-12-31 games/kiriki-kde4: KDE4 is EOL upstream 2018-12-31 games/kanagram-kde4: KDE4 is EOL upstream 2018-12-31 games/khangman-kde4: KDE4 is EOL upstream 2018-12-31 games/kdiamond-kde4: KDE4 is EOL upstream 2018-12-31 games/kigo-kde4: KDE4 is EOL upstream 2018-12-31 games/kshisen-kde4: KDE4 is EOL upstream 2018-12-31 games/klickety-kde4: KDE4 is EOL upstream 2018-12-31 games/kdegames-kde4: KDE4 is EOL upstream 2018-12-31 games/kmines-kde4: KDE4 is EOL upstream 2018-12-31 games/ksquares-kde4: KDE4 is EOL upstream 2018-12-31 games/konquest-kde4: KDE4 is EOL upstream 2018-12-31 games/killbots-kde4: KDE4 is EOL upstream 2018-12-31 games/kblocks-kde4: KDE4 is EOL upstream 2018-12-31 games/knavalbattle-kde4: KDE4 is EOL upstream 2018-12-31 games/blinken-kde4: KDE4 is EOL upstream 2018-12-31 games/picmi-kde4: KDE4 is EOL upstream 2018-12-31 games/kjumpingcube-kde4: KDE4 is EOL upstream 2018-12-31 games/ksudoku-kde4: KDE4 is EOL upstream 2018-12-31 games/klines-kde4: KDE4 is EOL upstream 2018-12-31 games/bomber-kde4: KDE4 is EOL upstream 2018-12-31 games/kajongg-kde4: KDE4 is EOL upstream 2018-12-31 games/kbounce-kde4: KDE4 is EOL upstream 2018-12-31 games/kreversi-kde4: KDE4 is EOL upstream 2018-12-31 games/kmahjongg-kde4: KDE4 is EOL upstream 2018-12-31 games/kfourinline-kde4: KDE4 is EOL upstream 2018-12-31 games/kbreakout-kde4: KDE4 is EOL upstream 2018-12-31 games/bovo-kde4: KDE4 is EOL upstream 2018-12-31 games/kubrick-kde4: KDE4 is EOL upstream 2018-12-31 games/ksirk-kde4: KDE4 is EOL upstream 2018-12-31 games/granatier-kde4: KDE4 is EOL upstream 2018-12-31 games/libkdegames-kde4: KDE4 is EOL upstream 2018-12-31 games/pairs-kde4: KDE4 is EOL upstream 2018-12-31 games/kspaceduel-kde4: KDE4 is EOL upstream 2018-12-31 games/libkmahjongg-kde4: KDE4 is EOL upstream 2018-12-31 games/lskat-kde4: KDE4 is EOL upstream 2018-12-31 games/knetwalk-kde4: KDE4 is EOL upstream 2018-12-31 games/katomic-kde4: KDE4 is EOL upstream 2018-12-31 games/kollision-kde4: KDE4 is EOL upstream 2018-12-31 games/kgoldrunner-kde4: KDE4 is EOL upstream 2018-12-31 games/kapman-kde4: KDE4 is EOL upstream 2018-12-31 games/kpat-kde4: KDE4 is EOL upstream 2018-12-31 games/kolf-kde4: KDE4 is EOL upstream 2018-12-31 games/kblackbox-kde4: KDE4 is EOL upstream 2018-12-31 games/ksnakeduel-kde4: KDE4 is EOL upstream 2018-12-31 games/ktuberling-kde4: KDE4 is EOL upstream 2018-12-31 x11-clocks/kdetoys-kde4: KDE4 is EOL upstream 2018-12-31 x11-clocks/plasma-applet-adjustableclock: KDE4 is EOL upstream 2018-12-31 x11-clocks/amor-kde4: KDE4 is EOL upstream 2018-12-31 x11-clocks/plasma-applet-geekclock: KDE4 is EOL upstream 2018-12-31 x11-clocks/kteatime-kde4: KDE4 is EOL upstream 2018-12-31 x11-clocks/ktux-kde4: KDE4 is EOL upstream 2018-12-31 x11-clocks/ktimer-kde4: KDE4 is EOL upstream 2018-12-31 hebrew/kde4-l10n: KDE4 is EOL upstream 2018-12-31 net-im/ktp-approver-kde4: KDE4 is EOL upstream 2018-12-31 net-im/ktp-filetransfer-handler-kde4: KDE4 is EOL upstream 2018-12-31 net-im/ktp-send-file-kde4: KDE4 is EOL upstream 2018-12-31 net-im/ktp-contact-list-kde4: KDE4 is EOL upstream 2018-12-31 net-im/ktp-desktop-applets-kde4: KDE4 is EOL upstream 2018-12-31 net-im/ktp-contact-runner-kde4: KDE4 is EOL upstream 2018-12-31 net-im/kopete-kde4: KDE4 is EOL upstream 2018-12-31 net-im/ktp-accounts-kcm-kde4: KDE4 is EOL upstream 2018-12-31 net-im/kmess-kde4: Qt4 has been EOL since december 2015 2018-12-31 net-im/plasma-applet-ktp-kde4: KDE4 is EOL upstream 2018-12-31 net-im/ktp-kded-integration-module-kde4: KDE4 is EOL upstream 2018-12-31 net-im/ktp-text-ui-kde4: KDE4 is EOL upstream 2018-12-31 net-im/telepathy-kde4: KDE4 is EOL upstream 2018-12-31 net-im/ktp-auth-handler-kde4: KDE4 is EOL upstream 2018-12-31 net-im/ktp-common-internals-kde4: KDE4 is EOL upstream 2018-12-31 audio/libkcompactdisc-kde4: KDE4 is EOL upstream 2018-12-31 audio/kmix-kde4: KDE4 is EOL upstream 2018-12-31 audio/audex: Qt4 has been EOL since december 2015 2018-12-31 audio/kio-audiocd-kde4: KDE4 is EOL upstream 2018-12-31 audio/kid3-kde4: Qt4 and KDE4 EOL upstream. Use audio/kid3-qt5 or audio/kid3-kf5 instead 2018-12-31 audio/libkcddb-kde4: KDE4 is EOL upstream 2018-12-31 audio/kstreamripper: Qt4 has been EOL since december 2015 2018-12-31 audio/juk-kde4: KDE4 is EOL upstream 2018-12-31 audio/kscd-kde4: KDE4 is EOL upstream 2018-12-31 audio/simon: Qt4 has been EOL since december 2015 2018-12-31 math/analitza-kde4: KDE4 is EOL upstream 2018-12-31 math/kmplot-kde4: KDE4 is EOL upstream 2018-12-31 math/kcalc-kde4: KDE4 is EOL upstream 2018-12-31 math/kig-kde4: KDE4 is EOL upstream 2018-12-31 math/kbruch-kde4: KDE4 is EOL upstream 2018-12-31 math/cantor-kde4: KDE4 is EOL upstream 2018-12-31 math/abakus: Qt4 has been EOL since december 2015 2018-12-31 math/kalgebra-kde4: KDE4 is EOL upstream 2018-12-31 math/rocs-kde4: KDE4 is EOL upstream 2018-12-31 x11/plasma-scriptengine-python-kde4: KDE4 is EOL upstream 2018-12-31 x11/kactivitymanagerd: Qt4 has been EOL since december 2015 2018-12-31 x11/yakuake-kde4: KDE4 is EOL upstream 2018-12-31 x11/kdelibs-kde4: KDE4 is EOL upstream 2018-12-31 x11/libkonq-kde4: KDE4 is EOL upstream 2018-12-31 x11/kde4: KDE4 is end-of-life 2018-12-31 x11/kgamma-kde4: KDE4 is EOL upstream 2018-12-31 x11/plasma-scriptengine-ruby-kde4: KDE4 is EOL upstream 2018-12-31 x11/kde-baseapps-kde4: KDE4 is EOL upstream 2018-12-31 x11/kactivities: Qt4 has been EOL since december 2015 2018-12-31 x11/konsole-kde4: KDE4 is EOL upstream 2018-12-31 x11/kde-workspace-kde4: KDE4 is EOL upstream 2018-12-31 x11/kde-runtime-kde4: KDE4 is EOL upstream 2018-12-31 polish/kde4-l10n: KDE4 is EOL upstream 2018-12-31 chinese/kde4-l10n-zh_CN: KDE4 is EOL upstream 2018-12-31 chinese/kde4-l10n-zh_TW: KDE4 is EOL upstream 2018-12-31 x11-fm/krusader2-kde4: KDE4 is EOL upstream 2018-12-31 archivers/ark-kde4: KDE4 is EOL upstream 2018-12-31 german/kde4-l10n: KDE4 is EOL upstream 2018-12-31 portuguese/kde4-l10n-pt_BR: KDE4 is EOL upstream 2018-12-31 portuguese/kde4-l10n: KDE4 is EOL upstream 2018-12-31 multimedia/dragon-kde4: KDE4 is EOL upstream 2018-12-31 multimedia/k9copy-kde4: Qt4 has been EOL since december 2015 2018-12-31 multimedia/kdemultimedia-kde4: KDE4 is EOL upstream 2018-12-31 multimedia/kdemultimedia-ffmpegthumbs-kde4: KDE4 is EOL upstream 2018-12-31 multimedia/kdenlive-kde4: KDE4 is EOL upstream 2018-12-31 multimedia/kdemultimedia-mplayerthumbs-kde4: KDE4 is EOL upstream 2018-12-31 multimedia/subtitlecomposer-kde4: KDE4 is EOL upstream 2018-12-31 multimedia/kplayer-kde4: KDE4 is EOL upstream 2018-12-31 astro/marble-kde4: KDE4 is EOL upstream 2018-12-31 astro/libkgeomap-kde4: KDE4 is EOL upstream 2018-12-31 astro/kstars-kde4: KDE4 is EOL upstream 2018-12-31 x11-themes/kde4-style-oxygen-transparent: Qt4 has been EOL since december 2015 2018-12-31 x11-themes/kde4-windeco-crystal: Qt4 has been EOL since december 2015 2018-12-31 x11-themes/gtk-qt4-engine: Qt4 has been EOL since december 2015 2018-12-31 x11-themes/kde-gtk-config: Qt4 has been EOL since december 2015 2018-12-31 x11-themes/kde4-style-skulpture: Qt4 has been EOL since december 2015 2018-12-31 x11-themes/kde-wallpapers-kde4: KDE4 is EOL upstream 2018-12-31 x11-themes/kde4-style-bespin: Qt4 has been EOL since december 2015 2018-12-31 x11-themes/kde4-windeco-dekorator: Qt4 has been EOL since december 2015 2018-12-31 x11-themes/kde-base-artwork-kde4: KDE4 is EOL upstream 2018-12-31 x11-themes/kde4-style-polyester: Qt4 has been EOL since december 2015 2018-12-31 x11-themes/kdeartwork-kde4: KDE4 is EOL upstream 2018-12-31 x11-themes/plasma5-breeze-kde4: KDE4 is EOL upstream 2018-12-31 x11-themes/kde4-style-nitrogen: Qt4 has been EOL since december 2015 2018-12-31 x11-themes/qtcurve-kde4: KDE4 is EOL 2018-12-31 lang/kturtle-kde4: KDE4 is EOL upstream 2018-12-31 accessibility/kaccessible-kde4: KDE4 is EOL upstream 2018-12-31 accessibility/kmouth-kde4: KDE4 is EOL upstream 2018-12-31 accessibility/kmag-kde4: KDE4 is EOL upstream 2018-12-31 accessibility/jovie-kde4: KDE4 is EOL upstream 2018-12-31 accessibility/kdeaccessibility-kde4: KDE4 is EOL upstream 2018-12-31 accessibility/kmousetool-kde4: KDE4 is EOL upstream 2018-12-31 finance/kmymoney-kde4: KDE4 is EOL upstream. Use finance/kmymoney instead 2018-12-31 comms/kremotecontrol-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/kdf-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/kdeadmin-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/sweeper-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/kcron-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/nepomuk-core-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/kfilemetadata-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/ksystemlog-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/knutclient-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/baloo-widgets-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/filelight-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/baloo-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/polkit-kde: Qt4 has been EOL since december 2015 2018-12-31 sysutils/kuser-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/nepomuk-widgets-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/k3b-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/ksysguardd-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/kfloppy-kde4: KDE4 is EOL upstream 2018-12-31 sysutils/kcm-polkit-kde: Qt4 has been EOL since december 2015 2018-12-31 hungarian/kde4-l10n: KDE4 is EOL upstream
* This port requires USES=compiler:c++11-lang to build on GCC-basedlinimon2018-12-301-1/+1
| | | | | | | | architectures. PR: 234318 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* Update to 2.0.0shurd2018-12-274-10/+8
| | | | | 1.x is obsolete as of Jan. 1st, and is already hard to find QSOs with. Not sure if we need to MFH this, since the quarterly should branch soon.
* This port requires USES=compiler:c++11-lang to build on GCC-basedlinimon2018-12-271-1/+1
| | | | | | | | | | architectures. While here, pet portlint. PR: 234344 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* Change cmake default behaviour to outsource.tcberner2018-12-2612-12/+12
| | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine
* [NEW PORT]: comms/py-xmodem: XMODEM protocol implementationloader2018-12-224-0/+44
| | | | | | | | | | | | | | | | Python XMODEM protocol implementation This is a literal implementation of XMODEM.TXT, XMODEM1K.TXT and XMODMCRC.TXT, support for YMODEM and ZMODEM is pending. YMODEM should be fairly easy to implement as it is a hack on top of the XMODEM protocol using sequence bytes ``0x00`` for sending file names (and some meta data). WWW: https://github.com/tehmaze/xmodem Reviewed by: koobs Approved by: koobs (mentor) Differential Revision: https://reviews.freebsd.org/D18626
* Remove expired ports:rene2018-12-2125-578/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2018-12-19 net/py-libstorj: Broken for more than 6 months 2018-12-20 net/xferstats: Uses obsolete glib12 2018-12-20 net/wmlj: Uses obsolete glib12 2018-12-20 net/ipsorc: Uses obsolete glib12 2018-12-20 net/bsdproxy: Uses obsolete glib12 2018-12-20 net/gini: Uses obsolete glib12 2018-12-21 net/netatalk: Outdated branch of netatalk; use net/netatalk3 instead 2018-12-20 net/nocatsplash: Uses obsolete glib12 2018-12-20 net/jags: Uses obsolete glib12 2018-12-19 net/scribe: Broken for more than 6 months 2018-12-20 net/libnetdude: Uses obsolete glib12 2018-12-20 net/nepim: Uses obsolete glib12 2018-12-20 emulators/generator: Uses obsolete glib12 2018-12-19 emulators/py-nova: Broken for more than 6 months 2018-12-20 emulators/generator-cbiere: Uses obsolete glib12 2018-12-20 x11-toolkits/p5-Gtk-Perl: Uses obsolete glib12 2018-12-20 deskutils/ithought: Uses obsolete glib12 2018-12-20 deskutils/gaddr: Uses obsolete glib12 2018-12-20 x11-fonts/gfe: Uses obsolete glib12 2018-12-20 graphics/graphopt: Uses obsolete glib12 2018-12-19 graphics/fotoxx: Broken for more than 6 months 2018-12-20 graphics/gcolor: Uses obsolete glib12 2018-12-20 graphics/danpei: Uses obsolete glib12 2018-12-20 graphics/chbg: Uses obsolete glib12 2018-12-20 mail/pop3lite: Uses obsolete glib12 2018-12-20 mail/gbuffy: Uses obsolete glib12 2018-12-20 security/gtk-knocker: Uses obsolete glib12 2018-12-20 security/gpasman: Uses obsolete glib12 2018-12-20 security/crank: Uses obsolete glib12 2018-12-20 security/stegdetect: Uses obsolete glib12 2018-12-20 devel/liboop: Uses obsolete glib12 2018-12-20 devel/gcvs: Uses obsolete glib12 2018-12-20 print/lpr-wrapper: Uses obsolete glib12 2018-12-20 print/libppd: Uses obsolete glib12 2018-12-20 net-p2p/napshare: Uses obsolete glib12 2018-12-20 net-p2p/gnewtellium: Uses obsolete glib12 2018-12-20 editors/gnotepad+: Uses obsolete glib12 2018-12-20 editors/manedit: Uses obsolete glib12 2018-12-20 misc/gtkfind: Uses obsolete glib12 2018-12-20 games/mindguard: Uses obsolete glib12 2018-12-20 games/xbattle: Uses obsolete glib12 2018-12-20 games/xbill: Uses obsolete glib12 2018-12-20 games/corewars: Uses obsolete glib12 2018-12-20 games/dopewars: Uses obsolete glib12 2018-12-20 games/garith: Uses obsolete glib12 2018-12-20 games/wmquake: Uses obsolete glib12 2018-12-20 games/znibbles: Uses obsolete glib12 2018-12-20 games/xpuyopuyo: Uses obsolete glib12 2018-12-19 games/kajongg: Broken for more than 6 months 2018-12-20 games/netspades: Uses obsolete glib12 2018-12-20 games/gtklife: Uses obsolete glib12 2018-12-20 biology/xmolwt: Uses obsolete glib12 2018-12-20 x11-clocks/wmclockmon: Uses obsolete glib12 2018-12-20 x11-clocks/asclock-gtk: Uses obsolete glib12 2018-12-20 net-im/gale: Uses obsolete glib12 2018-12-20 audio/xmms-ahx: Uses obsolete glib12 2018-12-20 audio/xmms-curses: Uses obsolete glib12 2018-12-20 audio/scrobbler: Uses obsolete glib12 2018-12-20 audio/xmms-nsf: Uses obsolete glib12 2018-12-20 audio/xmms-nas: Uses obsolete glib12 2018-12-20 audio/xmms-gbsplay: Uses obsolete glib12 2018-12-20 audio/xmms-wavpack: Uses obsolete glib12 2018-12-20 audio/xmms-shn: Uses obsolete glib12 2018-12-20 audio/xmms-volnorm: Uses obsolete glib12 2018-12-20 audio/xmms-faad: Uses obsolete glib12 2018-12-20 audio/xmms-scrobbler: Uses obsolete glib12 2018-12-20 audio/mcplay: Uses obsolete glib12 2018-12-20 audio/gmixer: Uses obsolete glib12 2018-12-20 audio/soundtracker: Uses obsolete glib12 2018-12-20 audio/xmms-sapplug: Uses obsolete glib12 2018-12-20 audio/rio500: Uses obsolete glib12 2018-12-20 audio/xmmsctrl: Uses obsolete glib12 2018-12-20 audio/xmms-xf86audio: Uses obsolete glib12 2018-12-20 audio/xmms-mailnotify: Uses obsolete glib12 2018-12-20 audio/xmms-sexypsf: Uses obsolete glib12 2018-12-20 audio/gqmpeg: Uses obsolete glib12 2018-12-20 audio/wmalbum: Uses obsolete glib12 2018-12-20 audio/xmms-xymms: Uses obsolete glib12 2018-12-20 audio/xmms-flac: Uses obsolete glib12 2018-12-20 audio/xmms-festalon: Uses obsolete glib12 2018-12-20 audio/gkrellmms2: Uses obsolete glib12 2018-12-20 audio/xmms-ladspa: Uses obsolete glib12 2018-12-19 math/octave-forge-engine: Broken for more than 6 months 2018-12-20 math/surf: Uses obsolete glib12 2018-12-19 math/msieve: Broken for more than 6 months 2018-12-19 math/octave-forge-fl-core: Broken for more than 6 months 2018-12-19 math/octave-forge-pdb: Broken for more than 6 months 2018-12-19 math/octave-forge-audio: Broken for more than 6 months 2018-12-20 math/geg: Uses obsolete glib12 2018-12-20 math/grpn: Uses obsolete glib12 2018-12-20 x11/gdkxft: Uses obsolete glib12 2018-12-20 x11/gtk-theme-switch: Uses obsolete glib12 2018-12-19 x11/xpyb: Broken for more than 6 months 2018-12-20 x11/gtk-launch: Uses obsolete glib12 2018-12-19 x11/xpra: Broken for more than 6 months 2018-12-20 palm/pilrc: Uses obsolete glib12 2018-12-20 x11-fm/mtoolsfm: Uses obsolete glib12 2018-12-20 german/steak: Uses obsolete glib12 2018-12-20 multimedia/xmms-skins-huge: Uses obsolete glib12 2018-12-20 multimedia/openquicktime: Uses obsolete glib12 2018-12-20 multimedia/xmms-skins: Uses obsolete glib12 2018-12-20 multimedia/oqtplayer: Uses obsolete glib12 2018-12-20 multimedia/oqtencoder: Uses obsolete glib12 2018-12-20 multimedia/p5-Video-OpenQuicktime: Uses obsolete glib12 2018-12-20 multimedia/xtheater: Uses obsolete glib12 2018-12-20 multimedia/dv2jpg: Uses obsolete glib12 2018-12-20 comms/hf: Uses obsolete glib12 2018-12-20 comms/gscmxx: Uses obsolete glib12 2018-12-20 sysutils/wmcube-gdk: Uses obsolete glib12 2018-12-20 sysutils/gcombust: Uses obsolete glib12 2018-12-20 sysutils/xlogmaster: Uses obsolete glib12 2018-12-20 sysutils/mount.app: Uses obsolete glib12 2018-12-20 sysutils/bbapm: Uses obsolete glib12
* comms/py-esptool: Update to 2.5.1loader2018-12-212-4/+4
| | | | | | | | | | Changelog: https://github.com/espressif/esptool/releases/tag/v2.5.1 Reviewed by: koobs Approved by: koobs (mentor) Differential Revision: https://reviews.freebsd.org/D18619
* comms/xcwcp: Fix build with GCC-based architecturesyuri2018-12-212-4/+16
| | | | | | | Also reorder USExx and other lines. PR: 234222 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
* comms/ser2net: update 3.5 to 3.5.1egypcio2018-12-203-8/+8
| | | | | | | | | | | | Makefile adopt the port; silent portlint. files/ regen patch-dataxfer.h with makepatch. Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D18588
* Split out evdev headers from multimedia/v4l_compatzeising2018-12-192-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Split out evdev headers (input.h, input-event-codes.h, uinput.h) into their own port, devel/evdev-proto, and update those to be current with the Linux 4.19 kernel. This is done in order to be able to update the rest of the FreeBSD input stack, which is forthcoming. By splititng out the evdev headers we can update them independent of other updates in v4l_compat, which makes it easier for the graphics team to keep track of them and keep them updated as needed. Update devel/libevdev from 1.4.4 to 1.5.9 instead of trying to make it work with the updated headers. This will be further updated. Update devel/py-evdev from 0.5.0 to 0.8.1 instead of trying to make it work with the updated evdev headers. Update consumers to use devel/evdev-proto rather than multimedia/v4l_compat as needed, and bump portrevisions. This is the first step in getting the FreeBSD input stack (libevdev, libinput and so on) updated to newer versions. Many thanks to all who have helped out with testing, code and exp-runs. Apologies if I've forgotten to add any names. PR: 222905, 217248, (based on, in part), 233787 (exp-run) Submitted by: Greg V, wulf Tested by: tcberner, kde Exp-run by: antoine Approved by: portmgr (antoine) Obtained from: FreeBSDDesktop development repo https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input-ports
* Update PyQt5 to 5.11.3tcberner2018-12-161-0/+3
| | | | | | | | | | | - sip upgrade to 4.19.13 - qscintilla2 upgrade to 2.10.8 - PyQt5 upgrade to 5.11.3 This has been worked on by arrowd and myself. PR: 233954 Exp-run by: antoine
* Update Qt5 to 5.12.0tcberner2018-12-166-7/+16
| | | | | | | | | http://blog.qt.io/blog/2018/12/06/qt-5-12-lts-released/ - This breaks support for libressl again. Patches are welcome. PR: 233705 Exp-run by: antoine
* comms/trustedqsl builds fine with OpenSSL 1.1.1tobik2018-12-131-3/+0
| | | | http://beefy12.nyi.freebsd.org/data/head-amd64-default/p485718_s340864/logs/trustedqsl-2.4_1.log
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-12-1229-23/+29
| | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590
* devel/boost-*: update to 1.69.0jbeich2018-12-125-4/+5
| | | | | | | Changes: http://www.boost.org/users/history/version_1_69_0.html PR: 232525 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17645
* These ports now build on powerpc64.linimon2018-12-121-2/+0
| | | | Approved by: portmgr (tier-2 blanket)
* Remove expired ports:rene2018-12-1128-1245/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2018-12-10 net/g2ipmsg: GNOME 2 application 2018-12-10 net/grdesktop: GNOME 2 application 2018-12-10 textproc/gnome-spell: GNOME 2 application 2018-12-10 textproc/sagasu: GNOME 2 application 2018-12-10 deskutils/planner: GNOME 2 application 2018-12-10 deskutils/multisync: GNOME 2 application 2018-12-10 deskutils/drivel: GNOME 2 application 2018-12-10 deskutils/notecase: GNOME 2 application 2018-12-10 deskutils/gtodo: GNOME 2 application 2018-12-10 deskutils/gtweakui: GNOME 2 application 2018-12-10 deskutils/gnotime: GNOME 2 application 2018-12-10 deskutils/gruler: GNOME 2 application 2018-12-10 japanese/gjiten: GNOME 2 application 2018-12-10 graphics/truevision: GNOME 2 application 2018-12-10 graphics/gx: GNOME 2 application 2018-12-10 graphics/amide: GNOME 2 application 2018-12-10 graphics/cbrpager: GNOME 2 application 2018-12-10 www/gurlchecker: GNOME 2 application 2018-12-10 security/gpass: GNOME 2 application 2018-12-10 security/libgnomesu: GNOME 2 application 2018-12-10 security/gnome-gpg: GNOME 2 application 2018-12-10 devel/gnome-vfs-monikers: GNOME 2 application 2018-12-10 ftp/gwget: GNOME 2 application 2018-12-10 print/gribouy: GNOME 2 application 2018-12-10 print/gnomephotoprinter: GNOME 2 application 2018-12-10 print/ggv: GNOME 2 application 2018-12-10 print/gnome-cups-manager: GNOME 2 application 2018-12-10 editors/conglomerate: GNOME 2 application 2018-12-10 misc/gregexp: GNOME 2 application 2018-12-10 science/linsmith: GNOME 2 application 2018-12-10 games/grhino: GNOME 2 application 2018-12-10 games/gnono: GNOME 2 application 2018-12-10 games/gnomekiss: GNOME 2 application 2018-12-10 games/gtktetcolor: GNOME 2 application 2018-12-10 games/gturing: GNOME 2 application 2018-12-10 games/gtetrinet: GNOME 2 application 2018-12-10 games/gdado: GNOME 2 application 2018-12-10 games/monkeybubble: GNOME 2 application 2018-12-10 games/teg: GNOME 2 application 2018-12-10 games/gnomeattacks: GNOME 2 application 2018-12-10 games/gnomebreakout: GNOME 2 application 2018-12-10 x11-clocks/gtubeclock: GNOME 2 application 2018-12-10 x11-clocks/sanduhr: GNOME 2 application 2018-12-10 audio/grip: GNOME 2 application 2018-12-10 audio/jack-rack: GNOME 2 application 2018-12-10 math/gdcalc: GNOME 2 application 2018-12-10 x11/brightside: GNOME 2 application 2018-12-10 x11-fm/gnome-commander2: GNOME 2 application 2018-12-10 multimedia/quark: GNOME 2 application 2018-12-10 astro/celestia-gnome: GNOME 2 application 2018-12-10 comms/gmfsk: GNOME 2 application 2018-12-10 comms/ge-x2212: GNOME 2 application 2018-12-10 comms/efax-gtk: GNOME 2 application 2018-12-10 sysutils/gnome-pkgview: GNOME 2 application 2018-12-10 sysutils/fusefs-gnome-vfs: GNOME 2 application 2018-12-10 sysutils/gai-leds: GNOME 2 application 2018-12-10 sysutils/gnome-device-manager: GNOME 2 application 2018-12-10 sysutils/battfink: GNOME 2 application 2018-12-10 sysutils/cog: GNOME 2 application 2018-12-10 sysutils/gcdmaster: GNOME 2 application
* Unbreak build (finally)db2018-12-072-0/+25
| | | | | | | | | | | cqrlog does not like ld.lld (9015) Linking cqrlog /usr/bin/ld: error: /usr/local/lib/fpc/3.0.4/units/x86_64-freebsd/rtl/unicodenumtable.o: invalid alignment of section headers /wrkdirs/usr/ports/comms/cqrlog/work-gtk2/cqrlog-2.3.0/src/cqrlog.lpr(82,1) Error: (9013) Error while linking /wrkdirs/usr/ports/comms/cqrlog/work-gtk2/cqrlog-2.3.0/src/cqrlog.lpr(82,1) Fatal: (10026) There were 1 errors compiling module, stopping Whilst here fix broken pkg-plist and pet portlint
* Running this port on powerpc64 platform requires Altivec-related fixes.linimon2018-12-073-0/+89
| | | | | | | | Taken from https://github.com/jgaeddert/liquid-dsp/pull/136 . PR: 233790 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* Update to latest release 1.3.41db2018-12-053-15/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While here, pet portlint =Version 1.3.41= 2018-11-10 David Freese <w1hkj@bellsouth.net> dadd32c: FT991 af73be7: IC7300 noise blanker ba55a05: TS-950 9da74e7: BW inhibit 09cfb60: ts480sat b02db5b: Yaesu e209b81: has_extras 51a0a72: XMLRPC debug level fe4a31d: ts2000 get/set trace 0343328: IC7700 set/get 16850ec: pbt 0762082: FTdx1200 a976bab: PCR1000 16a757e: TT550/TT538 56b5f2a: FT450D/FTdx5000 0299ff2: IC7300 65164bc: k2/k3/kx3 05c7082: TS2000 squelch 9dc6f6f: Band Select 34f9c42: Bogus command line parameters 90e147e: Warnings fixes adb529b: K3 bug fix 5aa7835: IC7610 f306f89: TS-940SAT b70bf4e: OMNI-VI 7d225d7: Cosmetics 0cd455c: IC756PRO extra cbc1a6d: IC 9100 a2a5cee: TAB controls 37ee48f: xml_io 60af694: IC7100 b7ad209: IC735
* Update to 2.39.5joneum2018-12-032-4/+4
| | | | Sponsored by: Netzkommune GmbH
* Mark QT4 ports/functionality for removal on 2019-03-15rene2018-12-025-0/+15
| | | | | | | | | | | While here, chase some KDE4 ports and functionality, these are scheduled for removal on 2018-12-31. Change the default option/flavor to QT5 where applicable or use alternative toolkits like GTK. Submitted by: tcberner Reviewed by: adridg, jhale, rene, tcberner Approved by: portmgr (implicit, flavor hook) Differential Revision: https://reviews.freebsd.org/D17741
* Use a more succinct way of creating PLIST_SUB.linimon2018-11-281-9/+2
| | | | | | Reported by: jbeich Reviewed by: mat Approved by: portmgr (tier-2 blanket)
* pyqt: Change install directories for Python flavor supporttcberner2018-11-233-4/+4
| | | | | | | | | | | | | | | | | | | | | * PyQt could not be installed for multiple Python versions at the same time, as there were conflicting files. This patch creates Python-version versioned directories for all these, and further installs binaries with a version number. * Note, there might be some hickups for software that depends on on of the .so's provided by PyQt5, which might not be found anymore autmotically, and maybe need some LD-flaggery. * Update PyQt5 to 5.10.1 * Mark www/py-qt5-webengine broken. It is unforuntately no longer compatible with the old qt5-webengine-5.9.4 we ship. PR: 232745 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D8714
* Merely specifying :c11 is sufficient here.linimon2018-11-151-1/+1
| | | | Reported by: danfe
* Update ImageMagick to 6.9.10.14 [1]kwm2018-11-112-2/+3
| | | | | | | | | | | | | | | | | | * Add PKGNAMESUFFIX and rename the directory. This was done to show that IM6 is not the "main" version. But still fully supported by upstream. * Convert a number of options to optionhelpers. * Add option for ISO/IEC 23008-12:2017 HEIF suport * Add comment to pkg-descr explaining IM6's "legacy" tag. * Add comment to the patch-config_policy.xml file why it still needed. Please note that IM7 is not a drop in replacement due to library API and command arguments changes. And as a result ports need to decide for themself which version to use. Chase these changes in all the ports that using IM6. PR: 225102 (based on, only the version update) [1] Submitted by: Pascal Christen <pascal.christen@hostpoint.ch>
* Install texinfo files (GNU info) into ${PREFIX}/share/infobapt2018-11-112-2/+3
| | | | | | | | | | | | | | | | | | | | | | | After a discussion on the mailing list on moving manpages to ${PREFIX}/share/man for consistency with base where it is installed in usr/share/man, it appeared the same should happen to GNU info files which were installed under share in base and not in ports. Now texinfo is not in base on any of the supported version of FreeBSD it is possible to proceed to this move and it is easier to do than the manpage change. Other benefit than consistency are less patching: all build tools but cmake are expecting info files to be under share/info and cmake (patched here) was having an exception for BSD so the patch makes FreeBSD case less specific for them Bump revision of all impacted ports PR: 232907 exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17816
* security/openssl-devel was removed, but there is a security/openssl111 now.mat2018-11-101-2/+2
|
* Fix build for some more kde@ ports on GCC-architecturestcberner2018-11-101-1/+1
| | | | | PR: 233058 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
* multimedia/ffmpeg: update to 4.1jbeich2018-11-061-1/+1
| | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/