Commit graph

531049 commits

Author SHA1 Message Date
Guangyuan Yang
784693f56c Add Fcitx5 IME framework and related ports
The Fcitx5 IME framework is the future version of the legacy Fcitx IME framework.

Main parts of Fcitx5:
  - x11/xcb-imdkit
  - textproc/fcitx5

Application supports libraries of Fcitx5:
  - textproc/fcitx5-qt
  - textproc/fcitx5-gtk

GUI configuration tool of Fcitx5:
  - textproc/fcitx5-configtool

IME addons for Fcitx5:
  - chinese/fcitx5-rime
  - japanese/fcitx5-anthy

textproc/fcitx5 and chinese/fcitx cannot be installed at the same time right now, due to development environment and runtime conflicts users could possibly run into.

Submitted by:	Ka Ho Ng <khng300@gmail.com>
Approved by:	lwhsu
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D27667
2020-12-29 14:58:55 +00:00
Piotr Kubaj
0109871be7 lang/nim: disable DOCS for powerpc64
It resulted in infinite memory allocation.
2020-12-29 14:52:13 +00:00
Piotr Kubaj
b093f9d546 cad/openfpgaloader: fix build on GCC architectures
Additional files now use ETIME.
2020-12-29 13:56:29 +00:00
Jason E. Hale
488dedc86e finance/kmymoney: Update to 5.1.1
Changes:	https://kmymoney.org/2020/12/20/kmymoney-5-1-1-released.html
PR:		252200
Submitted by:	Oleg Sidorkin <osidorkin@gmail.com>
2020-12-29 13:48:54 +00:00
Jason E. Hale
34d0832063 audio/gogglesmm: Remove IMPORT option
- The import scripts depend on Python 2.x which is scheduled for removal

PR:		249582
Reported by:	swills
2020-12-29 13:43:10 +00:00
Piotr Kubaj
d3e3969272 net/radsecproxy: fix build on GCC architectures
GCC9 doesn't treat it as error:
cc1: warnings being treated as errors
radmsg.c: In function 'buf2radmsg':
radmsg.c:299: warning: comparison is always false due to limited range of data type
2020-12-29 13:26:18 +00:00
Antoine Brodin
10cf1697ef Drop python 2.7 support from a few ports 2020-12-29 13:21:37 +00:00
Jason E. Hale
2639322e0f finance/ktoblzcheck: Update to 1.53
- The build system has been changed to CMake.
- Upstream has removed the bankdata updating tool. Bankdata will now be
  periodically updated by the port itself.
- The PYTHON option has been removed. The Python bindings are now compatible
  with Python 3.x, but would be better off in a slave port. For now, they
  are disabled since nothing in the ports tree uses them. [1]

PR:		249684 [1]
Reported by:	swills [1]
2020-12-29 13:19:16 +00:00
Piotr Kubaj
cd71a906c7 java/aparapi: enable on powerpc64
Builds fine.
2020-12-29 13:17:56 +00:00
Piotr Kubaj
313914d764 multimedia/mythtv: enable on powerpc64
Requires backporting already merged ffmpeg patch.
2020-12-29 13:17:29 +00:00
Rene Ladan
fd02149aa5 This is the commit message, please edit it.
2020-12-12 net/py-libfte: Uses deprecated version of python
2020-12-29 12:56:24 +00:00
Renato Botelho
c1e26e39b0 Add gitup 0.87, minimalist, dependency-free program to clone/pull git
repositories.

PR:		252220
Submitted by:	ed.arrakis@gmail.com
Sponsored by:	Rubicon Communications, LLC (Netgate)
2020-12-29 12:53:20 +00:00
Rene Ladan
67f7823c0c Remove expired port:
2020-12-29 databases/py-MySQLdb: Uses deprecated version of python
2020-12-29 12:36:19 +00:00
Rene Ladan
53f79af060 devel/viewvc: remove optional dependency on expired databases/py-MySQLdb 2020-12-29 12:35:47 +00:00
Jimmy Olgeni
7f218d87b5 Update net/croc to version 8.6.7. 2020-12-29 12:33:50 +00:00
Rene Ladan
7bd7db0e72 databases/py-peewee: drop optional dependency on expired databases/py-MySQLdb 2020-12-29 12:30:29 +00:00
Rene Ladan
7b6e8ac5e2 devel/viewvc-devel: drop optional dependency on expired databases/py-MySQLdb 2020-12-29 12:27:56 +00:00
Juraj Lutter
fd54fab426 net-mgmt/unifi6: Update to 6.0.43
Update UniFi controller software to version 6.0.43

* Improvements:
  - Disable ATF toggle for certain devices.
  - Add Advanced Feature Toggles, Data Rate Controls, MAC Authorisation in WiFi
    form.
  - Rename Client Groups to Bandwidth Profiles.
  - Display Site Switcher on Cloud Key with UniFi OS and multiple sites.
  - Add an option to download server log file in new Settings.

* Bugfixes:
  - Fix provisioning WLAN changes for USP-Plug & USP-Strip and their uplinks.
  - Fix adoption of USP-Plug & USP-Strip if user has separate 5GHz only WiFi.
  - Fix issues during migration if Site has incorrect config.
  - Fix Unknown device names in Cloud Emails.
  - Fix Firmware cache table columns and their height.
  - Fix overlapping column headers in Alert.
  - Fix alerts page crashing.
  - Fix event message rendering.
  - Fix historical U-LTE data stat processing.
  - Fix loading translations while using CORS.
  - Fix models names for APs.
  - Fix list of available backups to restore during the Setup of controller.
  - Fix headings for UDM and UBB radio details.
  - Fix blinking ports on UDM icon on Dashboard.
  - Fix blinking IPs and text messages.
  - Display Meshing settings only for last of 5GHz radios.
  - Disable Bluetooth after Setup is completed on UDM-Pro.
  - Resolve UCK-G2 identification issues.
  - Migrate minimum RSSI settings to new range (from -67 to -90 dBm).
  - Update minimum RSSI radio range in slider.
  - Update UI for WiFi form Advanced section.
  - Prevent deletion of WAN2 network on UXG-Pro.

Full changelog:
https://community.ui.com/releases/UniFi-Network-Controller-6-0-43/b28bb453-927a-4dd8-82f7-40af28505510

And while here, also:
  - reformat Makefile according to portfmt, portclippy
  - Replace ${CP} by ${INSTALL_DATA}

Reviewed by:	osa (mentor)
Approved by:	osa (mentor)
Differential Revision:	https://reviews.freebsd.org/D27802
2020-12-29 12:26:41 +00:00
Kurt Jaeger
b6e0698282 dns/knot3: update 3.0.0 -> 3.0.3
PR:		250485
Submitted by:	Leo Vandewoestijne <freebsd@dns.company> (maintainer)
Relnotes:	https://www.knot-dns.cz/2020-12-15-version-303.html
		https://www.knot-dns.cz/2020-11-11-version-302.html
		https://www.knot-dns.cz/2020-10-10-version-301.html
2020-12-29 12:22:02 +00:00
Rene Ladan
91408dc293 Remove expired ports:
2020-12-12 textproc/py-hypua2jamo: Uses deprecated version of python
2020-12-12 devel/py-delfick_error: Uses deprecated version of python
2020-12-12 devel/py-fusefs: Uses deprecated version of python
2020-08-15 devel/py-noseofyeti: Uses deprecated version of python
2020-12-29 databases/py-bsddb: Uses deprecated version of python
2020-12-29 www/py-webhelpers: Uses deprecated version of python
2020-12-29 security/py-pyptlib: Uses deprecated version of python
2020-12-29 japanese/py-zinnia: Uses deprecated version of python
2020-12-29 math/slepc: Broken, uses deprecated version of python
2020-12-29 www/py-pastescript: Uses deprecated version of python
2020-12-29 databases/ldb14: Uses deprecated version of python
2020-12-29 math/py-slepc4py: Depends on broken and expiring math/slepc
2020-12-29 multimedia/py-kaa-base: Uses deprecated version of python
2020-12-29 devel/py-ydbf: Uses deprecated version of python
2020-12-29 devel/py-SymbolType: Uses deprecated version of python
2020-12-29 11:53:43 +00:00
Hans Petter Selasky
641511afb0 Require kld before starting virtual_oss in case cuse(3) is loaded from there.
Suggested by:	Rozhuk Ivan <rozhuk.im@gmail.com>
Approved by:	pi (implicit)
2020-12-29 11:46:46 +00:00
Rene Ladan
d8be8dc97d math/deal.ii: remove optional dependency on expired math/slepc 2020-12-29 11:45:19 +00:00
Hans Petter Selasky
8c75343b97 Require kld before starting webcamd in case cuse(3) is loaded from there.
Suggested by:	Rozhuk Ivan <rozhuk.im@gmail.com>
Approved by:	pi (implicit)
2020-12-29 11:36:01 +00:00
Thierry Thomas
cd172618a1 Fix dependency.
Reported by:	pkg-fallout
2020-12-29 11:35:14 +00:00
Antoine Brodin
5d1d341b3c Hook py-flanker to the build 2020-12-29 11:20:50 +00:00
Gerald Pfeifer
0bd79d1340 Update to the 20201227 snapshot of GCC 11.0.0.
This changes the processor defaults for 32- und 64-bit powerpc to
PPC7450 and POWER8, respectively, per a request by pkubaj@ that I
pushed upstream. [1]

Enable the new powerpcle architecture which this snapshot brings in
via upstream, per a submission by pkubaj@. [1]

The 20201227 snapshot was broken on FreeBSD (and presumably other
non-mainstream platforms), so we had to skip it.

PR:		251670 [1]
2020-12-29 11:10:37 +00:00
Torsten Zuehlsdorff
e277c6e8dc lang/php73: Use pkg-config to detect freetype
In PHP 7.4 and above it is already in use.
Also ignore PHP 7.2 because it is scheduled for removal.

PR:		252115
Submitted by:	<daniel.engberg.lists@pyret.net>
Obtained from:	https://aur.archlinux.org/cgit/aur.git/tree/freetype.patch?h=php73
2020-12-29 11:01:20 +00:00
Guido Falsi
8b74956559 Update ndpi and ntopng to latest upstream snapshot. 2020-12-29 10:31:46 +00:00
Guido Falsi
15bd2b70b6 Update gnucash and gnucash docs to 4.4. 2020-12-29 10:28:39 +00:00
Guido Falsi
90282041fd Update xfce4-taskmanager to 1.4.0 2020-12-29 10:27:48 +00:00
Guido Falsi
d1c6db2fd2 Update xfce4-panel-profiles to 1.0.12 2020-12-29 10:22:14 +00:00
Antoine Brodin
9e9e7d6331 www/moodle* was fixed to work with PHP 8.0
Reported by:	fluffy
2020-12-29 09:41:29 +00:00
Dmitry Marakasov
9bb9f76c4e - Update WWW
Approved by:	portmgr blanket
2020-12-29 09:40:52 +00:00
Antoine Brodin
6c52583c8b Ignore with PHP 8.0
Reported by:	pkg-fallout
2020-12-29 09:14:44 +00:00
Jan Beich
35e3b62367 devel/git-cinnabar: drop py27 flavor remains after r559531 2020-12-29 09:09:48 +00:00
Yuri Victorovich
61bc07db1f textproc/py-mwparserfromhell: Update 0.5.4 -> 0.6 2020-12-29 08:38:04 +00:00
Yuri Victorovich
d229efeffc audio/jacktrip: Update 1.2.1 -> 1.3.0.rc 2020-12-29 08:34:53 +00:00
Yuri Victorovich
109a79108b archivers/nfpm: Update 2.0.0 -> 2.1.0 2020-12-29 08:29:14 +00:00
Yuri Victorovich
3b12d44114 devel/google-perftools: Update 2.8 -> 2.8.1 2020-12-29 08:23:27 +00:00
Yuri Victorovich
722f2ab547 archivers/py-zstd: Update 1.4.5.1 -> 1.4.8.1 2020-12-29 08:10:49 +00:00
Yuri Victorovich
5bd09fdf03 math/py-python-louvain: Update 0.14 -> 0.15
Reported by:	portscout
2020-12-29 08:08:17 +00:00
Jose Alonso Cardenas Marquez
57a394314b - Fix plist
Reported by:	pkg-fallout
2020-12-29 06:51:15 +00:00
Yuri Victorovich
ede079e379 devel/simde: Update 0.6.0 -> 0.7.0
Reported by:	portscout
2020-12-29 06:37:29 +00:00
Yuri Victorovich
8c800fd507 devel/py-plac: Update 1.2.0 -> 1.3.0
Reported by:	portscout
2020-12-29 06:28:59 +00:00
Thomas Zander
63192a0360 Update to 2020-12-28. 2020-12-29 06:24:15 +00:00
Kyle Evans
31f7950dbe [NEW PORT] devel/libgnuregex: GNU regex(3) extension library
This version of libgnuregex is based on the latest version of devel/gnulib
in the tree, and is intended as a direct replacement for the libgnuregex
that has been historically provided in base.

A port was chosen over all consumers dragging in devel/gnulib to save
rebuilds since more than ~5 consumers need libgnuregex, and this also makes
for an easier migration as ports just need to bring in the port and make
sure LOCALBASE/lib and LOCALBASE/inclue are included.

It is currently expected that ports dependant on this will fully specify the
shlib version against ports tree convention so that we can provide a
consistent experience across all versions of FreeBSD, past and future, using
a less-broken version of the library.

PR:		252245
2020-12-29 05:41:12 +00:00
Piotr Kubaj
26b32d03d9 devel/premake5: enable on powerpc64 2020-12-29 04:04:14 +00:00
Jose Alonso Cardenas Marquez
92759a4aab - Update to 20201221 2020-12-29 02:14:24 +00:00
Jose Alonso Cardenas Marquez
eecaff9906 - Fix plist
Reported by:	pkg-fallout
2020-12-29 01:51:31 +00:00
Joseph Mingrone
f7a1b39f4a cl-ppcre: Update to version 2.1.1
- Pull tarball from GitHub
- Incorporate style recommendations from portclippy
- Chase this update in x11-wm/stumpwm

https://github.com/edicl/cl-ppcre/blob/master/CHANGELOG

Approved by:	olgeni (maintainer)
Differential Revision:	https://reviews.freebsd.org/D27788
2020-12-29 01:46:24 +00:00