1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
Commit Graph

520417 Commits

Author SHA1 Message Date
Li-Wen Hsu
cccbca522b sysutils/bpytop: Update to 1.0.30 2020-09-13 08:27:03 +00:00
Tobias C. Berner
57a49030ca math/gnumeric: remove python extension and deprecation 2020-09-13 08:02:48 +00:00
Li-Wen Hsu
0a829ac2a5 multimedia/tautulli: Update to 2.5.5
- Updated to use python3
- There is now a build step that runs 'python -m compileall' on all python code
- Tautulli supports libraries with the new and improved plex movie scanner

PR:		249161
Submitted by:	Michiel van Baak <michiel@vanbaak.eu>
Approved by:	Christer Edwards <christer.edwards@gmail.com>
2020-09-13 07:54:23 +00:00
Tobias C. Berner
fa8c407705 multimedia/gstramer1-validate: switch to python3, remove deprecation 2020-09-13 07:44:56 +00:00
Tobias C. Berner
5459c586fd multimedia/py-mlt: build with python3, remove deprecation 2020-09-13 07:35:47 +00:00
Li-Wen Hsu
23ff09a3fd net/pichi: Update to 1.3.1
PR:		249043
Submitted by:	Pichi <pichi@elude.in> (maintainer)
2020-09-13 07:22:30 +00:00
Li-Wen Hsu
0e7e76df2e multimedia/openshot: update to 2.5.1.369
PR:		249272
Submitted by:	Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
2020-09-13 07:14:55 +00:00
Li-Wen Hsu
dd918c8356 multimedia/libopenshot: Update to 0.2.5.172
PR:		249271
Submitted by:	Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
2020-09-13 07:14:22 +00:00
Rainer Hurling
fe4d2b920c graphics/py-visvis: Update to 1.12.4
- Fixes some issues for CI.
- Sort LIB_DEPENDS, RUN_DEPENDS order
- Remove RUN_DEPENDS for py27 flavor

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D26411
2020-09-13 07:07:51 +00:00
Jan Beich
9eb8b8e095 graphics/libdssim: drop in favor of CARGO_CRATES
$ cat /usr/local/include/dssim/dssim.h

#define DSSIM_MAJOR 2
#define DSSIM_MINOR 11
#define DSSIM_PATCH 3

#include <cstdarg>
#include <cstdint>
#include <cstdlib>
#include <new>

$ nm -D /usr/local/lib/libdssim.so
                 w _Jv_RegisterClasses
                 U _Unwind_GetDataRelBase
                 U _Unwind_GetIPInfo
                 U _Unwind_GetLanguageSpecificData
                 U _Unwind_GetRegionStart
                 U _Unwind_GetTextRelBase
                 U _Unwind_SetGR
                 U _Unwind_SetIP
                 w __cxa_finalize
0000000000003920 T rust_eh_personality

$ cat /usr/local/libdata/pkgconfig/dssim.pc
prefix=/usr/local
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Name: dssim
Description: Tool that measures structural similarity between images using a multi-scale variant of the SSIM algorithm.
Version: 2.11.3
Libs: -L${libdir} -ldssim
Cflags: -I${includedir}/dssim
Libs.private: -lexecinfo -lpthread -lgcc_s -lc -lm -lrt -lpthread -lutil -lutil
2020-09-13 06:23:16 +00:00
Alexey Dokuchaev
2e8811fdbe While upstream development of SeExpr had apparently stalled, update the
port to unofficial version 3.4.4.0-alpha.1 prepared by the KDE project,
which contains a number of important bugfixes and supports translations.

This is required for upcoming update of Krita to version 4.4.0.  While
here, actualize the WWW line in the port description.

Requested by:	tcberner
2020-09-13 06:21:44 +00:00
Tobias C. Berner
ef64ca31ab x11-toolkits/qt5-gtkplatform: fix build with modern Qt
- update to the last commit in the repo which adds support for the Qt in ports
- deprecate as upstream abandonned the project

Approved by:	Greg V <greg@unrelenting.technology> (maintainer)
Differential Revision:	https://reviews.freebsd.org/D26415
2020-09-13 06:20:16 +00:00
Tobias C. Berner
bb247c5e03 textproc/zxing-cpp: update to 1.1.1 2020-09-13 06:10:56 +00:00
Jan Beich
e0480c0cc2 graphics/dssim: update to 2.11.3 (rust)
Changes:	cb6b383...c66fb04
2020-09-13 05:56:34 +00:00
Jan Beich
4a3cd37d68 graphics/dssim: add new port
This tool computes (dis)similarity between two or more PNG images
using an algorithm approximating human vision.

Comparison is done in L*a*b* color space (D65 white point, sRGB gamma)
using a multi-scale variant of the SSIM algorithm.

Features:
- Supports alpha channel
- Supports gamma correction
- No OpenCV or MATLAB needed:
   - DSSIM version 1.x uses C (C99) and libpng or Cocoa on macOS.
   - DSSIM version 2.x is easy to build with Rust

https://kornel.ski/dssim
2020-09-13 05:56:27 +00:00
Yuri Victorovich
eb4ff48679 security/py-ospd: Update 2.0.1 -> 20.8.1 2020-09-13 05:17:05 +00:00
Li-Wen Hsu
e626abca93 net-im/prosody: Do not use prosodyctl in init script
* Apply shebangfix.
* Update init script to directly control the Prosody
  daemon as using prosodyctl has been deprecated. [1]
* Add pkg-message to clearly state that setting the
  pidfile option in prosody.cfg.lua is required.
* Fix pkg-message formatting.

[1] https://blog.prosody.im/prosody-0.11.6-released/

PR:		249276
Submitted by:	Thomas Morper <thomas@beingboiled.info> (maintainer)
2020-09-13 04:42:19 +00:00
Li-Wen Hsu
5d8d5ed373 audio/libopenshot-audio: Update to 0.2.0.14
PR:		249270
Submitted by:	Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
2020-09-13 04:31:14 +00:00
Alexey Dokuchaev
5e7b0f7d54 Ports Collection no longer offers Qt4 support, make the wording Qt version-
agnostic so it won't become inaccurate with every Qt(n+1) vs. Qt(n) cadence.
2020-09-13 04:01:28 +00:00
Kevin Bowling
238d925aae databases/pgsphere: stop using VLAs to fix PG12 compilation
PR:		248657
Reported by:	vvd@unislabs.com
Obtained from:	https://github.com/akorotkov/pgsphere/pull/14
Sponsored by:	BBOX.io
2020-09-13 03:19:20 +00:00
Yuri Victorovich
7d787e1ab7 graphics/oidn: Update 1.1.0 -> 1.2.3 2020-09-13 03:11:20 +00:00
Fukang Chen
ba1c6ab949 shells/zsh: Fix build with devel/ncurses 6.2
When devel/ncurses is installed in the system, the Zsh configure script
detects and uses ${LOCALBASE}/include/ncurses/ncurses.h instead.

The patch is obtained from this commit:
c6a8516361/

cc -c -I. -I../../Src -I../../Src -I../../Src/Zle -I. -I/usr/local/include -DBOOL_DEFINED -DLIBICONV_PLUG -DHAVE_CONFIG_H -DMODULE -O2 -pipe  -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -fPIC -o curses..o curses.c
In file included from curses.c:210:
./curses_keys.h:93:15: error: use of undeclared identifier 'KEY_EVENT'
    {"EVENT", KEY_EVENT},
              ^
1 error generated.
*** Error code 1

Reviewed by:	koobs
Approved by:	koobs (ports, mentor)
Differential Revision:	https://reviews.freebsd.org/D26355
MFH:		2020Q3 (build fix)
2020-09-13 02:49:35 +00:00
Yuri Victorovich
ccb152c803 devel/ispc: Add the patch to fix amd64 architecture detection in CMakeLists.txt 2020-09-13 02:48:55 +00:00
Danilo G. Baio
a9e5969bb4 dns/knot2: Update to 2.9.6
Changelog:	https://www.knot-dns.cz/2020-08-31-version-296.html

Remove Python from DOCS option, it is not necessary at this moment. [1]

PR:		249169
PR:		243374 [1]
Submitted by:	Leo Vandewoestijne <freebsd@dns.company> (maintainer)
Reported by:	alex_y_xu@yahoo.ca [1]
2020-09-13 01:55:26 +00:00
Wen Heping
c421c8dc14 - Update to 1.16.5 2020-09-13 01:14:09 +00:00
Jan Beich
2adee232ff multimedia/libgav1: try #2 to make portscout ignore N (init) tag 2020-09-12 23:55:12 +00:00
Jan Beich
04a9e7cc5a multimedia/libva-intel-media-driver: rebuild after r548433
$ rg VA_CHECK_VERSION
media_driver/linux/common/ddi/media_libva.cpp
3957:#if VA_CHECK_VERSION(1, 9, 0)
7064:#if VA_CHECK_VERSION(1, 9, 0)

media_driver/linux/common/vp/ddi/media_libva_vp.c
1031:#if VA_CHECK_VERSION(1, 9, 0)
1347:#if VA_CHECK_VERSION(1, 9, 0)
2020-09-12 23:33:29 +00:00
Piotr Kubaj
6e7e49eb3a www/firefox: fixes for some color issues on powerpc64
Some image formats still suffer from endianness issues, fix it partially by removing one obsolete patch and adding another.
2020-09-12 23:32:49 +00:00
Danilo G. Baio
b8abcf61d7 net/kea: Add back DISTNAME
I shouldn't have removed the DISTNAME variable in ports r548437, it will be
necessary in a future -P1 release.

PR:		248973
2020-09-12 23:29:57 +00:00
Danilo G. Baio
5f495c77aa net/kea: Update to 1.8.0
DISTNAME is ${PORTNAME}-${PORTVERSION} by default -- portlint

PR:		248973
Submitted by:	Andrey Pevnev <apevnev@me.com> (maintainer)
2020-09-12 23:18:24 +00:00
Jan Beich
2211c603e6 graphics/glx-utils: update to 8.4.0.44
Changes:	0de7436...67db4a2
2020-09-12 23:07:18 +00:00
Jan Beich
99d5a5621c emulators/rpcs3: update to 0.0.12.10876
Changes:	9d034ea4a...fe9c61fe7
2020-09-12 23:07:12 +00:00
Jan Beich
45436ae524 multimedia/libva-utils: update to 2.9.0
Changes:	https://github.com/intel/libva-utils/compare/2.8.0...2.9.0
2020-09-12 23:07:07 +00:00
Jan Beich
9baf586313 multimedia/libva: update to 2.9.0
Changes:	https://github.com/intel/libva/compare/2.8.0...2.9.0
ABI:		https://abi-laboratory.pro/tracker/timeline/libva/
Reported by:	Repology
2020-09-12 23:06:58 +00:00
Jimmy Olgeni
d35958ce0a x11-fm/rox-filer: fix for -fno-common. 2020-09-12 23:01:59 +00:00
Wen Heping
4c6977c9ce - Update to 6.4 2020-09-12 22:40:37 +00:00
Wen Heping
e5b75ffbe4 - Update to 2.1.1 2020-09-12 22:38:20 +00:00
Dmitry Marakasov
975f707fa5 - Update to 0.6.2.2 2020-09-12 22:36:39 +00:00
Muhammad Moinur Rahman
e014e4ce41 emulators/qemu-devel: Update version 4.2.0=>5.1.0.20200909
- Move to SNAPSHOT versions of qemu
- Remove i386 support temporarily as build is failing on i386
- Change MASTER_SITES to GITHUB
- Mark IGNORE for 11.X as it cannot build Position Independent Code on 11
- OPTIONIZE NCURSES for support of both base and ports [1]
- Add OPTIONS CAPSTONE and use CAPSTONE from ports
- Remove PCAP related patches as was unable to create PANIC while using TSO
- Fixes for the RISC-V PLIC that are required to boot FreeBSD/riscv64 HEAD
  after r362977

PR:		245997 [1]
Submitted by:	lab+bsd@thinkum.space [1]
Reported by:	lwhsu jhb
2020-09-12 22:25:06 +00:00
Danilo G. Baio
fc9c95010a www/tdiary: Update to 5.1.3
PR:		248989
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
2020-09-12 22:17:52 +00:00
Danilo G. Baio
3346d26eb5 security/snort2pfcd: Update to 3.0
PR:		249267
Submitted by:	Samee Shahzada <onestsam@gmail.com> (maintainer)
2020-09-12 22:13:03 +00:00
Danilo G. Baio
3b6f8dddfb www/py-webargs: Update to 6.1.1
Changelog:	https://github.com/marshmallow-code/webargs/blob/dev/CHANGELOG.rst#611-2020-09-08

PR:		249220
Submitted by:	Goran Mekic <meka@tilda.center> (maintainer)
MFH:		2020Q3 (blanket: bugfix release)
2020-09-12 22:08:16 +00:00
Steve Wills
687bc7241f databases/redisdesktopmanager: update to 2020.3 2020-09-12 20:55:05 +00:00
John Hixson
dfa83a11be audio/pianobar: update to version 2020.04.05 and use github source 2020-09-12 20:54:47 +00:00
John Hixson
34a692e67d www/minio-client: update to version RELEASE.2020-09-03T00-08-28Z 2020-09-12 20:04:48 +00:00
Piotr Kubaj
2539147626 math/pdal: fix typo 2020-09-12 19:29:15 +00:00
Piotr Kubaj
77f454e34b math/pdal: add libunwind to dependencies on powerpc64
Now that libunwind works on powerpc64, this port builds fine with it being depended on.
2020-09-12 19:28:21 +00:00
Steve Wills
70b2c9eee2 www/beehive: cleanup rc script and pkg-plist
PR:		249279
Submitted by:	Lewis Cook <vulcan@wired.sh> (maintainer)
2020-09-12 19:27:52 +00:00
John Hixson
0dfa18061a net/py-zeroconf: update to version 0.28.5 2020-09-12 19:25:23 +00:00
Piotr Kubaj
6d5d76c430 science/simgrid: add libunwind to dependencies on powerpc64
libunwind now works on powerpc64.
2020-09-12 19:19:49 +00:00