Commit graph

567497 commits

Author SHA1 Message Date
Tobias Kortkamp
c860a84c37
ports-mgmt/parfetch-overlay: Update to 0.1.0
Changes:	https://github.com/t6/parfetch/releases/tag/v0.1.0
2021-12-03 05:48:25 +01:00
Tobias Kortkamp
4dce4388e4
devel/gitui: Unbreak build with Rust 1.57.0 (D33190)
error: field is never read: `hash`
  --> asyncgit/src/blame.rs:28:5
   |
28 |     hash: u64,
   |     ^^^^^^^^^
   |

note: the lint level is defined here
  --> asyncgit/src/lib.rs:7:5
   |
7  |     dead_code,
   |     ^^^^^^^^^

error: field is never read: `hash`
  --> asyncgit/src/diff.rs:41:5
   |
41 |     hash: u64,
   |     ^^^^^^^^^

error: field is never read: `request`
  --> asyncgit/src/fetch.rs:28:5
   |
28 |     request: FetchRequest,
   |     ^^^^^^^^^^^^^^^^^^^^^

error: field is never read: `request`
  --> asyncgit/src/push.rs:30:5
   |
30 |     request: PushRequest,
   |     ^^^^^^^^^^^^^^^^^^^^

error: field is never read: `request`
  --> asyncgit/src/push_tags.rs:26:5
   |
26 |     request: PushTagsRequest,
   |     ^^^^^^^^^^^^^^^^^^^^^^^^

error: could not compile `asyncgit` due to 5 previous errors

http://package22.nyi.freebsd.org/data/130amd64-default-foo/2021-12-02_10h34m54s/logs/errors/gitui-0.16.2_3.log

PR:		260140
2021-12-03 05:48:20 +01:00
Piotr Kubaj
45ac01128f graphics/sharpconstruct: fix build on powerpc64le
Use GCC's SSE translation.
Remove -msse and add it to i386 flags.
2021-12-03 02:57:02 +00:00
Kevin Bowling
7eb55359e7 databases/timescaledb: Update to 2.5.1
Changes: https://github.com/timescale/timescaledb/blob/master/CHANGELOG.md#251-2021-12-02
2021-12-02 19:43:35 -07:00
Diane Bruce
d49a357a88 comms/hamlib: Bad pkg-plist
Missed some old pkg-plist items that I did not see reported
somehow during poudriere runs.
Mea culpa but fixed now.
2021-12-02 20:41:22 -05:00
Diane Bruce
8e39e791b0 comms/hamlib: Major updates needed for other programs
"it is necessary to update

https://github.com/Hamlib/Hamlib/releases/tag/4.3.1

for the functioning of new programs like wsjtz / wsjtx / cqrlog / fldigi

tks lu9dce"

From Hamlib NEWS
Hamlib -- History of visible changes.

Copyright (C) 2000-2003  Frank Singleton
Copyright (C) 2000-2021  Stephane Fillod, and others
Copyright (C) 2000-2021  Michael Black W9MDB, and others

Please send Hamlib bug reports to hamlib-developer@lists.sourceforge.net

Version 4.3.1
        * 2021-09-14
        * Bug fix release
            - Do not do vfo_fixup on satmode rigs
            - Fix compilation of misc.c with gmtime_r replacement function for
              mingw
            - Fix python build.  For some reason casting tp vfo_t in the
              RIG_VFO_N macro broke the swig parsing
            - Append the missing information to build hamlib v4.3 for Android
              NDK
            - Change set_icom_set_mode_with_data to not change mode unless
              necessary
            - Since Icom rigs default to filter 2 if a filter is not selected
              we will do the same when turning on data mode
            - Fix segfault in kenwood_set_vfo
            - scripts: Update example in readme, since 4.0 817 is 1020
            - Make testlibusb.c compatible with libusb < 1.0.23
              Note: On systems with libusb < 1.0.23 a warning will be emmitted
              but compliation should proceed without error.
            - Update testlibusb.c warning to "may be" instead of "will be"
            - Change kenwood to only set VFOA default on 1st rig_open call

Version 4.3
        * 2021-09-01
        * libusb-1.0.23 or greater is now required or use --without-libusb
        * Generating documentation now requires GNU source-highlighter.
        * Added IC-575
        * Less VFO swapping of newer Icom rigs -- zero swapping in WSJTX and JTDX
        * Dual rotator control in rotctl -R option
        * Started work on simulators -- very crude right now but usable to debug some things
        * Overhaul of rig split -- reverse split (VFOA=RX VFOB=TX) should work for rigs capable of it
          Starting VFO does not matter -- rig will end up on RX VFO
          S VFOA 1 VFOB
          S VFOB 1 VFOA
          S Main 1 Sub
          S Sub 1 Main

Version 4.2
        * 2021-05-17
        * New rig_get_mode_bandwidths -- returns token set for bandwidths for given mode
              Rig command: \get_mode_bandwidths CW
              Mode=CW
              Normal=500Hz
              Narrow=50Hz
              Wide=2400Hz
        * New rig_get_info  -- returns token set for all vfos where order does not matter
          This is a string return to allow for easy future expansion without changing the API
          New tokens may be introduced and can be skipped if not used by clients
              Rig command: \get_rig_info
              VFO=Main Freq=145000000 Mode=None Width=0 RX=1 TX=1
              VFO=VFOB Freq=145000000 Mode=FM Width=15000 RX=0 TX=0
              Split=0 SatMode=0
              Rig=Dummy
              App=Hamlib
              Version=20210429
              CRC=0xf49f4708
        * New rig_get_vfo_info
              Rig command: \get_vfo_info VFOA
              Freq: 145000000
              Mode: None
              Width: 0
              Split: 0
              SatMode: 0

        * FILPATHLEN has changed to HAMLIB_FILPATHLEN

        * USRP lib and gnuradio are deprecated and will be removed in 5.0
        * Added Radan rotator
        * Added Malachite SDR
        * Major rework for PRM80
        * Add twiddle_timeout and twiddle_rit --set-conf options
              rigctld --set-conf=twiddle_timeout=5,twiddle_rit=1
              This will set the twiddle timeout to 5 seconds and turn on twiddle_rit
              For twiddle timeout VFOB will not be polled for 5 seconds after VFO twiddling
	      is detected
        * rigctld --twiddle is deprecated and will be removed in 5.0 along with
          get_twiddle and set_twiddle
        * Rework Doxygen manual including default layout for Doxygen 1.9.1.  So far
          the amplifier, rotator, and utilities API sections have been updated.  The
          rig (radio) section remains to be updated.

Version 4.1
        2021-01-31
        * rigctld and rigs should be more robust for disconnect problems
        * Several fixes for Icom and Yaesu rigs
        * Nobody should need to use rig->caps or rig->state anymore
             If you need a variable added please contact us.
             Note that rig->state abstraction is not implemented yet...no need known
        * New rig_get_caps_int and rig_get_caps_cptr functions to replace using caps-> values
        * New rig_get_function to replace using caps-> function pointers
        * Fix shared library problem with WSJTX, JTDX, and JS8Call
        * New model Barrett 950

Version 4.0
        2020-11-29
        * API/ABI changes, advance ABI to 4 0 0.
        * Add GPIO and GPION options for DCD.  Jeroen Vreeken
        * New backend: ELAD FDM DUO.  Giovanni, HB9EIK.
        * New RIG_LEVEL_RFPOWER_METER_WATTS level
        * All channel functions now take a vfo argument
	* New rotator backend: iOptron. Bob, KD8CGH
	* New model: Icom IC-R8600.  Ekki, DF4OR
	* New utility: rigctlcom.  Mike, W9MDB
	* New model: FT847UNI for unidirectional early serial numbers.  Mike, W9MDB
	* Remove GNU Texinfo files and build system dependency.
        * Rig model numbers have changed to allow future growth
	* Fix a lot of static code analysis errors and warnings.  Mike, W9MDB
	* Rearrange directory structure to put rigs and rotators sources
	  under their own subdirectories.  Mike, W9MDB
        * rig_get_channel changed to add read_only flag.
        * rigctl(d) f command also returns VFO now.
        * caching of vfo, frequency, mode, and ptt speeds up rigctld for all.
        * caching of kenwood/yaesu "IF" speeds up polling from WSJTX/JTDX.
        * rig_get_channel now has read_only flag but it still needs to be
          implemented based on rig behavior, so if you use rig_get_channel you
          may get a RIG_ENIMPL error to contact us for fixing it.
        * New rig backend for Elecraft K4.
        * New rig backend for PowerSDR (Flex and Apache users).
        * Many fixes and enhancements.  Mike, W9MDB and many contributors
        * PTT port is no longer shared by default, use --set-conf=ptt_share=1 to enable
PR:		ports/260065
Reported by:	castilloeduardo@outlook.com.ar
2021-12-02 19:53:00 -05:00
Guangyuan Yang
66b73ca2e1 lang/go: Update to 1.17.4
Changes:	https://golang.org/doc/devel/release#go1.17.minor
2021-12-02 19:54:39 -05:00
Guangyuan Yang
b0962ffe28 lang/go-devel: Update to 1.17.4
Changes:	https://golang.org/doc/devel/release#go1.17.minor
2021-12-02 19:54:22 -05:00
Jan Beich
9ab470df75 x11/foot: update to 1.10.2
Changes:	https://codeberg.org/dnkl/foot/releases/tag/1.10.2
Reported by:	upstream (via mail)
2021-12-02 23:21:43 +00:00
Guangyuan Yang
a4bc1157cb devel/gradle: Update to 7.3.1
Changelog:	https://docs.gradle.org/7.3.1/release-notes.html
2021-12-02 17:09:38 -05:00
Guangyuan Yang
830e9ce80b sysutils/py-pkginfo: Update to 1.8.2 2021-12-02 17:09:22 -05:00
Alexander Vereeken
2616e2f626 x11-themes/flat-remix-gtk-themes: Update to 20211130
Changelog:	https://github.com/daniruiz/flat-remix-gtk/releases/tag/20211130

PR:		260173
2021-12-02 17:08:58 -05:00
Dima Panov
136c812980 editors/neovim: unbreak build with luajit when lua53+ set as default
Approved by:	adamw (maintainer)
Sponsored by:	Netzkommune GmbH
2021-12-03 00:09:34 +03:00
Yuri Victorovich
63498201fc www/py-pywikibot: Update 6.6.1 -> 6.6.3
Reported by:	portscout
2021-12-02 12:57:12 -08:00
Yuri Victorovich
03dd9b6942 math/py-ducc0: Update 0.21.0 -> 0.22.0
Reported by:	portscout
2021-12-02 12:57:11 -08:00
Yuri Victorovich
4de017b2c2 devel/py-schema: Update 0.7.4 -> 0.7.5
Reported by:	portscout
2021-12-02 12:57:11 -08:00
Yuri Victorovich
7df797df7a devel/fatal: Update 2021.11.15.00 -> 2021.11.29.00 2021-12-02 12:57:10 -08:00
Yuri Victorovich
695bc10664 www/proxygen: Update 2021.11.15.00 -> 2021.11.29.00 2021-12-02 12:57:10 -08:00
Yuri Victorovich
39d5f3252f net/fbzmq: Update 2021.11.15.00 -> 2021.11.29.00 2021-12-02 12:57:09 -08:00
Yuri Victorovich
d0b24b6399 devel/fbthrift: Update 2021.11.15.00 -> 2021.11.29.00 2021-12-02 12:57:08 -08:00
Yuri Victorovich
407ee0f128 net/wangle: Update 2021.11.15.00 -> 2021.11.29.00 2021-12-02 12:57:08 -08:00
Yuri Victorovich
b740db01ee security/fizz: Update 2021.11.15.00 -> 2021.11.29.00 2021-12-02 12:57:07 -08:00
Yuri Victorovich
5a0fd4bff7 devel/folly: Update 2021.11.15.00 -> 2021.11.29.00 2021-12-02 12:57:07 -08:00
Yuri Victorovich
9e2410c612 biology/taxonkit: Update 0.8.0 -> 0.9.0
Reported by:	portscout
2021-12-02 12:57:06 -08:00
Yuri Victorovich
20a75cc283 audio/jacktrip: Update 1.3.0 -> 1.4.1
Reported by:	portscout
2021-12-02 12:57:05 -08:00
Adriaan de Groot
0f971acc1f deskutils/kalendar: update to 0.3.1, latest upstream
Release announcement at
	https://claudiocambra.com/2021/11/28/kalendar-v0-3-0-out-soon-with-improved-stability-efficiency-accessibility-and-a-windows-version-kalendar-devlog-23/

The 0.3.0 release didn't build cleanly, 0.3.1 fixes that.
2021-12-02 21:17:38 +01:00
Guido Falsi
5025840efe devel/php-composer2: Update to 2.1.14
PR:		260177
Approved by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2021-12-02 20:57:16 +01:00
Emanuel Haupt
016bc89cf7 net-p2p/xmrig: Update to 6.16.2 2021-12-02 20:47:42 +01:00
Dmitry Marakasov
c121bf425f www/py-aiohttp: fix build with python 3.11
Forcibly run cython on all *.pyx files, as just touching them is
not enough, and the package lacks facilities to cythonize automatically.

Approved by:	koobs (maintainer)
2021-12-02 22:16:29 +03:00
Richard Gallamore
7a3d9eb2d0 textproc/py-parso: Updated to 0.8.3
Changes: https://github.com/davidhalter/parso/blob/master/CHANGELOG.rst
2021-12-02 10:29:39 -08:00
Gerald Pfeifer
b21a568392 lang/gcc12-devel: Update to the 20211128 snapshot of GCC 12.0.0
This should address build issues on 32-bit targets some may have
experienced (though probably only in between snapshots).
2021-12-02 17:55:32 +00:00
Sergey A. Osokin
05366a2e1e www/unit*: update to the recent bugfix release 1.26.1
<ChangeLog>

*) Bugfix: occasionally, the Unit daemon was unable to fully terminate;
   the bug had appeared in 1.26.0.

*) Bugfix: a prototype process could crash on an application process
   exit; the bug had appeared in 1.26.0.

*) Bugfix: the router process crashed on reconfiguration if "access_log"
   was configured without listeners.

*) Bugfix: a segmentation fault occurred in the PHP module if chdir() or
   fastcgi_finish_request() was called in the OPcache preloading script.

*) Bugfix: fatal errors on DragonFly BSD; the bug had appeared in
   1.26.0.

</ChangeLog>
2021-12-02 12:46:36 -05:00
Dmitry Marakasov
cb37984226 astro/mkgmap: update to r4825 2021-12-02 20:42:46 +03:00
Dmitry Marakasov
085ba94d51 devel/py-types-protobuf: update to 3.18.2 2021-12-02 20:42:45 +03:00
Dmitry Marakasov
a187327d58 devel/py-types-MarkupSafe: update to 1.1.10 2021-12-02 20:42:44 +03:00
Dmitry Marakasov
8eb923d3a0 devel/py-hypothesmith: update to 0.2.0 2021-12-02 20:42:44 +03:00
Adam Weinberger
a2f29f52f7 editors/neovim: Partially revert 9b869a4c17
luajit-openresty causes lua errors with many nvim plugins. I don't know
why, and until I have time to diagnose it, revert the switch to
hardcoded luajit-openresty. In the short term I'll likely switch to
hardcoding luajit and removing the PUC Lua option.
2021-12-02 09:41:57 -07:00
Vanilla I. Shu
19348aec64 devel/pecl-swoole: update to 4.8.3. 2021-12-02 23:43:22 +08:00
Kirill Ponomarev
51a8fe5f4e sysutils/cbsd-mq-api: Update to 0.3
Reported by:	maintainer
2021-12-02 16:41:57 +01:00
Piotr Kubaj
d0c02411ac graphics/tesseract: fix build on non-x86 non-arm
Clang doesn't exit with error on powerpc64* after adding -mfpu=neon, but merely ignores the argument and prints a warning, which incorrectly makes it defined as ARM with NEON.
2021-12-02 15:32:40 +00:00
Piotr Kubaj
7acd466451 graphics/tesseract: correct plist
Reported by:	olgeni
2021-12-02 14:57:52 +00:00
Jan Beich
ab929848bf graphics/vulkan-validation-layers: document fd53de1292 workaround 2021-12-02 14:26:28 +00:00
Jan Beich
c909c3934c multimedia/libva-intel-media-driver: fix build warning
In file included from media_driver/linux/gen12/ddi/media_libva_caps_g12.cpp:38:
media_driver/linux/common/os/i915/include/mos_bufmgr_priv.h:351:9: warning: 'ALIGN' macro redefined [-Wmacro-redefined]
 #define ALIGN(value, alignment)    ((value + alignment - 1) & ~(alignment - 1))
         ^
/usr/include/machine/param.h:79:9: note: previous definition is here
 #define ALIGN(p)                _ALIGN(p)
         ^
2021-12-02 14:26:28 +00:00
Jan Beich
b76720fa54 devel/intel-graphics-compiler: update to 1.0.9441
Changes:	https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.9441
Reported by:	GitHub (watch releases)
2021-12-02 14:26:27 +00:00
Piotr Kubaj
4fe4d94248 www/lighttpd: update to 1.4.62
Also switch to pcre2.

Changelog:	https://redmine.lighttpd.net/projects/lighttpd/wiki/Release-1_4_62/
2021-12-02 14:15:12 +00:00
Emmanuel Vadot
40e9ad50de x11-drivers/xf86-video-vmware: Fix build with latest libdrm
libdrm includes stdbool.h but xorg redefines it in xf86Opt.h
Simply undef our bool to fix this failure.

PR: 259949
Sponsored by:	Beckhoff Automation GmbH & Co. KG
2021-12-02 15:09:36 +01:00
Robert Clausecker
86847f565e devel/goreleaser: Update to 1.1.0
Changes: 		https://github.com/goreleaser/goreleaser/releases/tag/v1.1.0
PR:			260109
Approved by:		0mp (mentor)
Differential Revision:	https://reviews.freebsd.org/D33200
2021-12-02 15:04:46 +01:00
Bernard Spil
30e0367d30 security/vuxml: Record NSS vulnerability 2021-12-02 13:58:50 +00:00
Koichiro Iwao
9e662dabb3 devel/ruby-build: Update to 20211201
Add JRuby 9.2.20.1

Changes:	https://github.com/rbenv/ruby-build/releases/tag/v20211201
2021-12-02 21:40:02 +09:00
Nicola Vitale
b87f17db8c
www/py-webob: Update to 1.8.7
Changes: https://docs.pylonsproject.org/projects/webob/en/stable/changes.html
2021-12-02 12:01:42 +01:00