1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
Commit Graph

11670 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
763639a58a Update to 20200622
Changes:	https://github.com/usbids/usbids/commits/master
2020-07-11 18:09:22 +00:00
Sunpoet Po-Chuan Hsieh
f729665dc4 Update to 20200624
Changes:	https://github.com/pciutils/pciids/commits/master
2020-07-11 18:09:18 +00:00
Lars Engels
6ec88cc4f3 misc/tvbrowser: Update to 4.2.1 2020-07-11 16:42:28 +00:00
Yuri Victorovich
57a59bea8f misc/valentina: Fix WWW and improve Makefile formatting 2020-07-11 15:59:40 +00:00
Yuri Victorovich
f57b1d8122 misc/valentina: Update 0.6.1 -> 0.7.0.0a
PR:		247896
Submitted by:	vvd@unislabs.com (initial version)
2020-07-11 15:50:23 +00:00
Tobias C. Berner
72deea76ea Update accounts-sso ports
- this fixes for example kio-gdrive
2020-07-11 11:38:30 +00:00
Tobias C. Berner
1433736961 Update KDE's Application (release-service) to 20.04.3
Changelog:
	https://kde.org/announcements/changelog-releases.php?version=20.04.3
2020-07-09 21:04:41 +00:00
Yuri Victorovich
815386e7b9 misc/lf: Fix the keyboard problem
Fix suggested by the GH user flw-cn in https://github.com/gokcehan/lf/issues/392

Reported in:		https://forums.freebsd.org/threads/terminal-file-manager-misc-lf-not-operational.75804/
MFH:		2020Q3
2020-07-09 15:24:32 +00:00
Sunpoet Po-Chuan Hsieh
bfd4aeb71c Update to 4.47.0
Changes:	https://github.com/tqdm/tqdm/releases
2020-07-08 19:01:40 +00:00
Sunpoet Po-Chuan Hsieh
c9944dffec Update to 1.47.16
Changes:	https://salsa.debian.org/bod/help2man/-/blob/master/debian/changelog
2020-07-08 18:55:35 +00:00
Li-Wen Hsu
32bd334f66 Update to 0.18.5
Changelog: https://github.com/canop/broot/releases/v0.18.5

PR:		247835
Submitted by:	Lewis Cook <vulcan@wired.sh> (maintainer)
MFH:		2020Q3
2020-07-08 03:34:25 +00:00
Fernando Apesteguía
1929ef78a4 misc/broot: Update to 0.18.3
ChangeLog: https://github.com/canop/broot/releases/v0.18.3

PR:	247709
Submitted by:	vulcan@wired.sh (maintainer)
2020-07-06 15:54:16 +00:00
Marc Fonvieille
a379a9540b Update to r54313 from the FreeBSD docset.
Approved by:	doceng (implicit)
2020-07-06 10:51:46 +00:00
Alexander Leidinger
95b6608674 - cleanup rc script
- wait for PID on stop, there are situations where the stop may take
  a while [1]

Submitted by:	Rafal Lukawiecki <raf@rafal.net>	[1]
2020-07-06 07:32:57 +00:00
Tobias C. Berner
5f34284e7c Update Qt5 to 5.15
This is a major upgrade of the Qt libraries [1], [2].

* People that use upgrading mechanisms with incomplete dependency handling
  (portmaster & Co) should make sure to manually remove the existing Qt
  packages to guarantee a safe upgrade. Keep in mind, that Qt does not like if
  you have an incomplete upgrade.

* This version of Qt drops support for OpenSSL 1.0 -- this means that there
  won't be any binary packages for Qt5 provided by the FreeBSD package builders
  for FreeBSD 11.x anymore -- and the same for *all* the ports depending on
  net/qt5-network [3]. If you cannot upgrade to a more recent FreeBSD
  version (12.x, 13.x), you will need to build Qt5 from ports while switching
  to an SSL implementation from ports.

Big thanks are due for
* kai@ for updating webengine (also mikael@)
* Felix Palmen for providing LibreSSL support patches
* adridg@ and lbartoletti@ for helping me fix the fallout

[1] https://www.qt.io/blog/qt-5.15-released
[2] https://wiki.qt.io/New_Features_in_Qt_5.15
[3] https://www.freshports.org/net/qt5-network

PR:		247010
Exp-run by:	antoine
2020-07-06 06:43:37 +00:00
Tobias C. Berner
5060d003ef graphics/poppler: update to 0.90
Release 0.90.0:
        core:
         * Color profile tweaks
         * Small signature improvements
         * BBoxOutputDev: Fix calculation when type3 fonts are involved
         * Fix potential crash when reading Forms
         * Fix infinite loop in broken file
        glib:
         * Fix adding annots in rotated pages
         * Add ability to reset forms
         * Several fixes to the documentation
        qt5:
         * Make it clear we require Qt 5.5
         * demo: Fix crash on broken files
         * Small documentation improvements
        utils:
         * pdftoppm: Add option to set display profile
         * pdftops: Add a -rasterize option with values always, never, or whenneeded
        build system:
         * Require cmake 3.5
         * More modern cmake way to link against curl

PR:		247736
Exp-run by:	antoine
2020-07-06 06:17:18 +00:00
Niclas Zeising
0e32330f15 Chanse update of devel/libffi
Chase the devel/libffi update
Bump portrevision of all dependent ports to chace shard library version bump
in libffi.
Update LIB_DEPENDS lines where needed to not require a specific version of
libffi.so.

PR:		247028 (for tracking)
2020-07-04 18:11:42 +00:00
Tobias Kortkamp
bba2898ed6 misc/libemos: Unbreak build with GCC 10
/wrkdirs/usr/ports/misc/libemos/work/libemos-4.5.9-Source/interpolation/hntfaps.F:222:65:

  183 |           CALL INTLOG(JP_DEBUG,'HNTFAPS: Use missing value',JPQUIET)
      |                                                            2
......
  222 |           CALL INTLOG(JP_ERROR,'HNTFAPS: memory allocation fail',IDWORK)
      |                                                                 1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(8)/INTEGER(4)).
/wrkdirs/usr/ports/misc/libemos/work/libemos-4.5.9-Source/interpolation/hntfaps.F:232:65:

  183 |           CALL INTLOG(JP_DEBUG,'HNTFAPS: Use missing value',JPQUIET)
      |                                                            2
......
  232 |           CALL INTLOG(JP_ERROR,'HNTFAPS: memory allocation fail',IDATA)
      |                                                                 1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(8)/INTEGER(4)).

http://package18.nyi.freebsd.org/data/121amd64-default-PR244494/2020-06-10_18h04m44s/logs/errors/libemos-4.5.9_3.log

PR:		246700
2020-07-04 11:59:43 +00:00
Guido Falsi
5d30841c28 Switch to the 2.0 API for locationforecast.
PR:		247644
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
2020-07-03 22:06:52 +00:00
Yuri Victorovich
71b2c4b719 misc/openhantek: Update 3.1.0 -> 3.1.1
Reported by:	portscout
2020-07-01 18:06:50 +00:00
Tobias C. Berner
e2cd5999be Bump devel/jsoncpp consumers after r540853.
Reported by:	Kevin Oberman <rkoberman@gmail.com>
2020-06-30 17:46:18 +00:00
Yuri Victorovich
6ff364f20c misc/ezc3d: Update 1.3.3 -> 1.3.4
Reported by:	portscout
2020-06-30 16:42:54 +00:00
Max Brazhnikov
75eeab9f3f misc/py-progressbar2: update to 3.51.4 2020-06-28 11:39:51 +00:00
Sunpoet Po-Chuan Hsieh
fa56610258 Move comms/py-serial to comms/py-pyserial
- While I'm here, add NO_ARCH
- Bump PORTREVISION of dependent ports for dependency change
  (devel/py-pyvisa-py and finance/odoo will be bumped in next commit, py-pyusb renaming)

PR:		246546
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 40 days)
2020-06-27 09:37:50 +00:00
Alexander Leidinger
8e88e06740 Update to 2.5.6.
Changelog:	https://github.com/openhab/openhab-distro/releases/tag/2.5.6
2020-06-26 07:51:50 +00:00
Matthias Andree
180bbe2e0d sysutils/e2fsprogs: fix "blkid" probe-all feature
e2fsprogs's misc/blkid utility would expect a /proc/partitions file
in a Linux-specific format.  Add code to read the kern.geom.conftxt
sysctl(3) value instead, and adjust parser.

While here, patch /etc/blkid.tab location to ${ETCDIR}.

Reported by:	Adam Dobrawy (private mail)
Tip to:		bapt@ (for the pointer to kern.geom.conftxt)
2020-06-25 18:44:30 +00:00
Yuri Victorovich
f07db382a7 misc/snakemake: Update 5.19.2 -> 5.19.3
Reported by:	portscout
2020-06-23 07:17:13 +00:00
TAKATSU Tomonari
28cc9bd12c - Update to 0.15 2020-06-22 11:33:16 +00:00
Danilo G. Baio
f509ababc7 misc/ansiweather: Update to 1.17.0
Changelog:	https://raw.githubusercontent.com/fcambus/ansiweather/1.17.0/ChangeLog
2020-06-21 18:58:47 +00:00
Dmitri Goutnik
850a337a18 misc/broot: Update to 0.16.0
Changes:	https://github.com/canop/broot/releases/v0.16.0
PR:		247458
Submitted by:	Lewis Cook <vulcan@wired.sh>
2020-06-21 18:47:56 +00:00
Lorenzo Salvadore
f2f0c6e390 Drop ports maintainership
Approved by:	gerald (mentor)
2020-06-21 15:36:34 +00:00
Max Brazhnikov
84f45cb6ab misc/py-progressbar2:
- Update to 3.51.3
- Adjust dependencies according to setup.py
2020-06-20 16:11:39 +00:00
Max Brazhnikov
75cbe828ca misc/py-python-utils:
- Update to 2.4.0
- Adjust dependencies according to setup.py
2020-06-20 16:10:32 +00:00
Piotr Kubaj
db9c8a938a misc/nnn: fix build on GCC architectures
Use C11 compiler:
cc1: error: unrecognized command line option "-std=c11"
2020-06-19 23:42:40 +00:00
Lorenzo Salvadore
da246cc364 misc/xiphos: Update to 4.2.1
While here, also switch WWW to https.

Reviewed by:	tcberner
Approved by:	gerald (mentor)
Differential Revision:	https://reviews.freebsd.org/D25320
2020-06-19 17:36:51 +00:00
Sunpoet Po-Chuan Hsieh
cb333cf1ec Move devel/swig30 to devel/swig and update to 4.0.1
- Do not silence installation message
- Update dependent ports:
  - Fix build with swig 4.0.1
  - Update *_DEPENDS
  - Remove BINARY_ALIAS

Changes:	http://www.swig.org/news.php
PR:		246613
Exp-run by:	antoine
2020-06-17 18:17:45 +00:00
Tobias C. Berner
f252dcdc08 Update KDE Frameworks to 5.71.0
June 06, 2020. KDE today announces the release of KDE Frameworks 5.71.0.

KDE Frameworks are over 70 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well tested
libraries with friendly licensing terms. For an introduction see the KDE
Frameworks web page.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

Announcement:
        https://kde.org/announcements/kde-frameworks-5.71.0

Exp-run by:	antoine
PR:		247240
2020-06-17 10:45:51 +00:00
Yuri Victorovich
82c67b1071 New port: misc/ezc3d: C3D (biomechanics data format) reader/writer for C++ 2020-06-17 04:51:49 +00:00
Jan Beich
3fb41287be misc/ncnn: unbreak new VULKAN feature after r539362
https://github.com/Tencent/ncnn/commit/17c445480fee
https://github.com/Tencent/ncnn/commit/eec5cf718015

CMake Warning at CMakeLists.txt:98 (message):
  The submodules were not downloaded! NCNN_VULKAN_ONLINE_SPIRV will be turned
  off.
2020-06-16 17:53:24 +00:00
Yuri Victorovich
460fbef5bc misc/ncnn: Update 20200413 -> 20200616
Reported by:	portscout
2020-06-16 16:11:02 +00:00
Glen Barber
10e0c2aaca Add MANIFESTs for 11.4-RELEASE.
Prune 11.4-RC1 and 11.4-RC2.

MFH:		2020Q2 (re blanket)
Sponsored by:	Rubicon Communications, LLC (netgate.com)
2020-06-16 15:36:30 +00:00
Sunpoet Po-Chuan Hsieh
7bf7b51b13 Update to 10.0.0
Changes:	https://github.com/primer/octicons/releases
2020-06-15 19:14:08 +00:00
Mark Linimon
2e1d2b3b1c Mark as not for powerpc*:
meson.build:273:2: ERROR: Problem encountered: Little endian encoding required

Approved by:	portmgr (tier-2 blanket)
2020-06-14 21:53:22 +00:00
Niclas Zeising
b800e8be11 misc/broot: Update to 0.15.1
Update misc/broot to 0.15.1
Changelog:
https://github.com/canop/broot/releases/v0.15.1

PR:		247253
Submitted by:	Lewis Cook (maintainer)
2020-06-14 15:19:27 +00:00
Sunpoet Po-Chuan Hsieh
1a51ad890f Update to 4.46.1
Changes:	https://github.com/tqdm/tqdm/releases
2020-06-14 14:24:45 +00:00
Tobias C. Berner
b7a0bda704 Update KDE's Application (release-service) to 20.04.2 2020-06-13 08:14:07 +00:00
Baptiste Daroussin
652b649d2d Update mate to 1.24
All components but:
caja
atril
marco

Have been upgraded to 1.24
The above 3 other components depends on a newer version of glib
so they will be upgraded later
2020-06-12 15:56:24 +00:00
Tobias C. Berner
35c923ecd9 misc/qt5ct: update to 1.0 2020-06-11 17:27:18 +00:00
Roman Bogorodskiy
73acbabf96 misc/osinfo-db: update to 20200529 2020-06-11 11:18:41 +00:00
Yuri Victorovich
36aa6dc32d misc/ngraph: Unbreak on systems incompatible with the system where the package was built
-march=native caused SEGVs on incompatible systems
2020-06-09 21:14:01 +00:00