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

520396 Commits

Author SHA1 Message Date
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
John Hixson
daecc5c442 sysutils/nomad: update to version 0.12.4 2020-09-12 19:19:29 +00:00
Yuri Victorovich
d907d11e93 x11-clocks/cairo-clock: Fix typo in pkg-descr
Reported by:	N.J. Mann <njm@njm.me.uk>
2020-09-12 19:19:26 +00:00
Niclas Zeising
2f940fe1f8 x11-drivers/xf86-video-vesa: Update to 2.5.0
Update x11-drivers/xf86-video-vesa to 2.5.0.  This is a maintenance release.

Changelog and announcement:
https://lists.x.org/archives/xorg-announce/2020-September/003060.html
2020-09-12 19:09:15 +00:00
Yuri Victorovich
c2ac75bdc7 devel/ispc: Update 1.14.0 -> 1.14.1 2020-09-12 19:08:09 +00:00
Yuri Victorovich
fd0eab73f3 Re-add port: x11-clocks/cairo-clock: Analog clock displaying the system-time 2020-09-12 18:57:57 +00:00
Yuri Victorovich
3244959894 sysutils/diskonaut: Update 0.9.0 -> 0.10.0
Reported by:	portscout
2020-09-12 18:38:40 +00:00
Yuri Victorovich
81e2d758d9 math/onednn: Update 1.6.2 -> 1.6.3
Reported by:	portscout
2020-09-12 18:37:46 +00:00
Yuri Victorovich
cbd9512ca0 devel/benchmark: Update 1.5.1 -> 1.5.2
Reported by:	portscout
2020-09-12 18:36:29 +00:00
Yuri Victorovich
7d724428c2 cad/qflow: Update 1.4.86 -> 1.4.87
Reported by:	portscout
2020-09-12 18:35:42 +00:00
Yuri Victorovich
f2c9117933 audio/rhvoice: Update 1.2.2-7 -> 1.2.3
Reported by:	portscout
2020-09-12 18:34:50 +00:00
Danilo G. Baio
08b3300327 sysutils/py-azure-cli: Update to 2.11.1
Changelog:	https://pypi.org/project/azure-cli/2.11.1/
Reported by:	portscout
2020-09-12 18:12:10 +00:00
Danilo G. Baio
6472c54023 sysutils/py-azure-cli-core: Update to 2.11.1
Changelog:	https://pypi.org/project/azure-cli-core/2.11.1/
Reported by:	portscout
2020-09-12 18:11:30 +00:00
Danilo G. Baio
0a57b08400 devel/py-azure-cosmos: Update to 3.2.0
Changelog:	https://pypi.org/project/azure-cosmos/3.2.0/
Reported by:	portscout
2020-09-12 18:10:57 +00:00
Danilo G. Baio
b3923b6218 devel/py-azure-datalake-store: Update to 0.0.49
Changelog:	https://pypi.org/project/azure-datalake-store/0.0.49/
Reported by:	portscout
2020-09-12 18:10:45 +00:00
Danilo G. Baio
f17a277192 devel/py-azure-mgmt-core: Update to 1.2.0
Changelog:	https://pypi.org/project/azure-mgmt-core/1.2.0/
Reported by:	portscout
2020-09-12 18:10:34 +00:00
Danilo G. Baio
9fba4ab894 devel/py-azure-mgmt-hdinsight: Update to 1.7.0
Changelog:	https://pypi.org/project/azure-mgmt-hdinsight/1.7.0/
Reported by:	portscout
2020-09-12 18:10:19 +00:00
Danilo G. Baio
40c6bf4c63 devel/py-azure-mgmt-keyvault: Update to 7.0.0b2
Changelog:	https://pypi.org/project/azure-mgmt-keyvault/7.0.0b2/
Reported by:	portscout
2020-09-12 18:09:43 +00:00
Danilo G. Baio
ca0989cde8 devel/py-azure-mgmt-netapp: Update to 0.12.0
Changelog:	https://pypi.org/project/azure-mgmt-netapp/0.12.0/
Reported by:	portscout
2020-09-12 18:09:19 +00:00
Danilo G. Baio
eda99f08c1 Hook devel/py-azure-synapse* 2020-09-12 18:07:58 +00:00
Danilo G. Baio
2a01659ebe devel/py-azure-synapse-spark
This is the Microsoft Azure Synapse Spark Client Library.

Azure Synapse is a limitless analytics service that brings together enterprise
data warehousing and Big Data analytics.

WWW: https://pypi.org/project/azure-synapse-spark/
2020-09-12 18:07:38 +00:00
Danilo G. Baio
818207b307 Add devel/py-azure-synapse-accesscontrol
This is the Microsoft Azure Synapse AccessControl Client Library.

Azure Synapse is a limitless analytics service that brings together enterprise
data warehousing and Big Data analytics.

WWW: https://pypi.org/project/azure-synapse-accesscontrol/
2020-09-12 18:07:08 +00:00