1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
Commit Graph

502165 Commits

Author SHA1 Message Date
Jan Beich
00682e8555 multimedia/aom: update to 1.0.0.3289
Changes:	https://aomedia.googlesource.com/aom/+log/9dc909ddd..e61cee092
2020-03-27 23:33:42 +00:00
Jan Beich
b9a1d16faf emulators/yuzu: update to s20200327
Changes:	23c7dda71...7a2f60df2
2020-03-27 23:33:34 +00:00
Jan Beich
ec537a931a emulators/citra: update to s20200326
Changes:	480d3aaf1...5dbf334ef
2020-03-27 23:33:27 +00:00
Jan Beich
d037c81a7f x11-wm/chamfer: update to s20200327
Changes:	52da45a...3f0a9f4
2020-03-27 23:33:19 +00:00
Jan Beich
acebcb69ed emulators/rpcs3: update to 0.0.9.10053
Changes:	9344b2148...f5a51599d
2020-03-27 23:33:11 +00:00
Jan Beich
dea75b334f emulators/rpcs3: enable EVDEV by default
libevdev is pulled by dependencies after r513447. Some joysticks
are supported by webcamd but for generic ones wait for iichid update.

https://github.com/wulf7/iichid/commit/6c881af7fed9
2020-03-27 23:33:03 +00:00
Gerald Pfeifer
ff23f7665e Update to Wine 5.5. This includes the following changes:
- Builtin libraries use the new UCRTBase C runtime.
 - Compatibility mode used when reporting Windows version.
 - Better support for debug information in PE files.
 - Support for linguistic case mappings.
 - More attributes supported in WebServices.
 - Various bug fixes.
2020-03-27 22:41:05 +00:00
Romain Tartière
f033f8dc4d Update to 2.0.7 2020-03-27 21:29:43 +00:00
Lorenzo Salvadore
34dc4b13ba math/wxmaxima: Remove obsolete patch
According to 20200115 entry of CHANGES man pages can (and should) now be
installed in ${PREFIX}/share/man. This obsoletes
wxmaxima/files/patch-data_CMakeLists.txt.

While here I also fixed sorting in pkg-plist.

Approved by:	gerald (mentor)
Differential Revision:	https://reviews.freebsd.org/D24205
2020-03-27 20:48:53 +00:00
Max Brazhnikov
8e971cfd86 emulators/mame:
- Update to 0.212
- Add dependency on libpugixml from ports instead of using bundled copy

PR:		239439
Submitted by:	checo1705@secmail.pro
2020-03-27 20:31:33 +00:00
Thierry Thomas
e579fe0130 Adding gf2x, a library for multiplying polynomials over the binary field.
To be used from SageMath and NTL.
2020-03-27 19:08:00 +00:00
Gleb Popov
a18110d6db lang/ghc: Use 8.6.3 as bootstrap on PowerPC elfv1.
Submitted by:	mikael
Reported by:	pkubaj
2020-03-27 18:57:28 +00:00
Hans Petter Selasky
e6f01ed2b5 Update jack_umidi to 1.1.0
- Some minor bugfixes and improvements.

Approved by: pi
2020-03-27 18:45:57 +00:00
Fernando Apesteguía
98af9cda22 deskutils/lookbook: Update to 1.1.0
ChangeLog: https://github.com/danrabbit/lookbook/releases/tag/1.1.0

Better support for symbolic-only icons and under the hood improvements

PR:	245094
Submitted by:	duchateau.olivier@gmail.com
Reviewed by:e
Approved by:	greg@unrelenting.technology (maintainer)
2020-03-27 18:12:39 +00:00
Tobias Kortkamp
17f161686e lang/rust-nightly: Update to 1.44.0.20200327
Changes:	f509b26a77...2fbb07525e
2020-03-27 17:59:19 +00:00
Gleb Popov
e9b3a7a353 x11/sddm: Tiny fix for maya theme.
PR:		245074
Submitted by:	Serge Volkov <sv@ulstu.ru>
2020-03-27 17:57:06 +00:00
Gleb Popov
c19cd7b984 x11/sddm: Remove a hunk that is actually added by REINPLACE_CMD invokation. 2020-03-27 17:53:02 +00:00
Gleb Popov
b12f70d5d6 lang/ghc: Don't use GCC on ARM arches. Cleanup Makefile.
PR:		245057
Submitted by:	mikael
2020-03-27 17:45:38 +00:00
Gleb Popov
662f1c0f6e x11/xpra: Update to 3.0.7. Regenerate patches, some hunks were upstreamed.
Reported by:	portscout!
2020-03-27 17:31:08 +00:00
Sean Bruno
a7cebe885d games/cockatrice:
Update to 2.7.4 Dawn of Hope Revision 1
 There was some release problems with 2.7.3 that caused the developers to
 do a 2nd release.
 Release notes: https://github.com/Cockatrice/Cockatrice/releases
2020-03-27 17:26:29 +00:00
Steve Wills
4990556ac4 devel/go-bindata: update to 3.1.3
PR:		244821
Submitted by:	Hiroki Tagato <tagattie@yandex.com>
2020-03-27 17:17:50 +00:00
Mikael Urankar
c5909a2e1a devel/gitlab-runner: unbreak on aarch64
# github.com/kr/pty
  vendor/github.com/kr/pty/pty_freebsd.go:50:20: undefined: fiodgnameArg
  vendor/github.com/kr/pty/pty_freebsd.go:63:12: undefined: _C_SPECNAMELEN
  vendor/github.com/kr/pty/pty_freebsd.go:66:9: undefined: fiodgnameArg

Add the missing ztypes_freebsd_arm64.go file for aarch64

  # golang.org/x/sys/unix
  vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go:400:12: undefined: uint128

Import upstream patch 33540a1f60

PR:		245012
Approved by:	swills (maintainer), manu (mentor, implicit)
2020-03-27 17:14:02 +00:00
Brooks Davis
4d4d3ba6f1 Update qemu-cheri and llvm-cheri to recent snapshots.
In qemu-cheri:
 * Fix build with llvm10 [0]
 * Remove the 256-bit capability version
 * Add CHERI RISC-V

PR:		244768 [0]
Submitted by:	dim [0]
Sponsored by:	DARPA
2020-03-27 16:11:53 +00:00
Dirk Meyer
38eecc963d - fix "service tincd status" for multiple instances
PR:		245095
Submitted by:	errit@weinberg2.de
2020-03-27 16:02:48 +00:00
Steve Wills
deb85cc35d www/minio: Update to RELEASE.2020-03-19T21-49-00Z
PR:		244386
Submitted by:	Dmitry Wagin <dmitry.wagin@ya.ru>
2020-03-27 15:55:37 +00:00
Guido Falsi
ada94293c8 Add new regexp to match invalid users to bsd-ssh filter.
I have observed a regression where the old expression was not
working. Looks like the regression was caused by the migration to
python 3.

As far as I can see the quarterly branch is not affected.

PR:		245097
Approved by: portmgr (blanket: run-time bugfix)
2020-03-27 15:29:20 +00:00
Steve Wills
458bf6b8dc net/syncthing: update to 1.4.0 2020-03-27 15:28:45 +00:00
Guido Falsi
0dd7817ba2 - Update greybird to 3.22.12
- Mark NO_ARCH
2020-03-27 15:23:26 +00:00
Guido Falsi
fc686c24d4 - Update calibre to 4.13.0
- Make PYTHON3 the default option
2020-03-27 15:22:13 +00:00
Guido Falsi
f1c467ec5d - Update nDPI to 3.2.d20200324
- Update ntopng to 4.0.d20200326

Reported by:	Victor Hooi <victorhooi@yahoo.com>
2020-03-27 15:21:15 +00:00
Steve Wills
3a4aba51ec sysutils/consul: update to 1.7.2 [1][2]
While here, improve rc script [1]

PR:		244380 [1]
PR:		244365 [2]
Submitted by:	Dmitry Wagin <dmitry.wagin@ya.ru> [1]
Reported by:	crest@rlwinm.de [2]
2020-03-27 15:18:06 +00:00
Jan Beich
fd1acf7431 multimedia/intel-media-sdk: update to 20.1.p3.19
Changes:	https://github.com/Intel-Media-SDK/MediaSDK/compare/intel-mediasdk-19.4.0...1b7d4964
2020-03-27 15:05:54 +00:00
Jan Beich
829f1b97bc multimedia/intel-media-sdk: replace libc++ workaround with upstream fix 2020-03-27 15:05:47 +00:00
Wen Heping
8d3c57fb66 - Update to 2.5.0 2020-03-27 15:00:31 +00:00
Gleb Popov
3086d6bc15 math/stp and math/cryptominisat: Use correct patch (at STP side) for specifying dependency on
cryptomisat.
2020-03-27 14:59:07 +00:00
Jan Beich
01a446e608 lang/intel-compute-runtime: update to 20.12.16259
Changes:	https://github.com/intel/compute-runtime/compare/20.11.16158...20.12.16259
Reported by:	GitHub (watch releases)
2020-03-27 14:34:19 +00:00
Wen Heping
56009531ca - Update to 0.19 2020-03-27 14:28:38 +00:00
Piotr Kubaj
4202b01f6a multimedia/pipewire: fix build on GCC architectures
Base GCC doesn't support -Wsuggest-attribute=format:
cc1: error: unrecognized command line option "-Wimplicit-fallthrough"
cc1: error: -Werror=suggest-attribute=format: No option -Wsuggest-attribute=format
2020-03-27 14:24:05 +00:00
Max Brazhnikov
b126f195ea Add new ports, emulators/x16-emulator and emulators/x16-rom:
Emulator and rom for Commander X16 - modern 8-bit computer inspired
by Commodore 64.

WWW: https://github.com/commanderx16
2020-03-27 14:10:30 +00:00
Wen Heping
8f1ef1d3af - Update to 3.2.7 2020-03-27 14:09:24 +00:00
Thierry Thomas
1152a7a750 Adding Cliquer, a set of C routines for finding cliques in an arbitrary
weighted graph.

To be used by SageMath.
2020-03-27 13:54:58 +00:00
Wen Heping
519eb38aac - Document mediawiki's multiple vulnerabilities 2020-03-27 13:48:12 +00:00
Steve Wills
60c9da68ec misc/exercism: fix fetch
PR:		244840
Submitted by:	lbartoletti
Reported by:	shadow53+freebsd@shadow53.com
2020-03-27 13:39:56 +00:00
Lorenzo Salvadore
1007833a5d misc/xiphos: Properly refers to git commit 9e573336
Approved by:	gerald (mentor)
Differential Revision:	https://reviews.freebsd.org/D24190
2020-03-27 13:36:15 +00:00
Wen Heping
4ce8c070ff - UPdate mediawiki to 1.31.7, 1.33.3 and 1.34.1
(security releases)

MFH:		2020Q1
2020-03-27 13:28:56 +00:00
Diane Bruce
46d77fc8e3 I was confused by the jump back in version numbering but got the proper
commit number after the proper 4.5 tag did an unneeded EPOCH bump
(Thinking I was working on CuraEngine) and then managed to leave the
wrong tag 14.5 instead of 4.5 in the version. (Porter Handbook 5.14)

I'll wear the pointy hat.

Mop up the RUN_DEPENDS I missed as noted by lme@ via email.

===
I made it work on my machine but there were a few missing runtime
dependencies:
- cad/cura-engine
- comms/py-serial
- graphics/qt-graphicaleffects
- x11-toolkits/qt-quickcontrols2

After I installed the packages manually Cura starts successfully. :-)
===

Reported by:	lme@FreeBSD.org
2020-03-27 13:08:25 +00:00
Matthias Andree
15730aa9b1 security/openvpn-devel: Update to new 2020-W12 snapshot.
Git history since 202010:
* e1eb630d 2020-03-14 | Fix building with --enable-async-push in FreeBSD [Lev Stipakov]
* f3ef6ced 2020-03-10 | tun.c: reorder IPv6 ifconfig on Windows [Simon Rozman]
* 5d28b47c 2020-03-12 | tun.c: fix 'use after free' error [Lev Stipakov]
* 04f4b4fe 2020-02-05 | Skip DNS address validation [Domagoj Pensa]
* 089fbe65 2020-02-05 | wintun: upgrade error message in case of ring registration failure [Simon Rozman]
* 57fe5a26 2020-03-09 | tapctl: Update documentation [Simon Rozman]
* 36493bf6 2020-03-09 | openvpnmsica: Fix TAPInterface.DisplayName field interpretation [Simon Rozman]
* 026cf3e5 2020-03-09 | openvpnmsica: Remove required Windows driver certification detection [Simon Rozman]
* 1828f9c1 2020-02-21 | Move NCP related function into a seperate file and add unit tests [Arne Schwabe]
* 53e7d8db 2020-02-05 | wintun: check for conflicting options [Simon Rozman]
* baef44fc 2020-02-05 | tun.c: uncrustify [Simon Rozman]
* 4c71a647 2020-02-05 | tun.c: refactor driver detection and make it case-insensitive [Simon Rozman]
* b111aa80 2020-02-29 | interactive.c: remove unused function [Lev Stipakov]

PR:		245098
Submitted by:	ecrist@secure-computing.net
2020-03-27 12:10:37 +00:00
Fernando Apesteguía
d072555ad0 cad/lepton-eda: remove DEPRECATE block
The port dropped python2.7 dependency in r529231

PR:	245068
2020-03-27 12:10:29 +00:00
Max Brazhnikov
3835a289e0 deskutils/shutter:
- Unbreak by updating to 0.94.3
- CVE-2015-0854 was fixed upstream, so remove stale patch
- while here, arrange Makefile: utilize options helpers, sort variables, etc

PR:		243072
Submitted by:	ktullavik@gmail.com
Approved by:	maintainer timeout (3 months)
2020-03-27 12:10:28 +00:00
Ganael LAPLANCHE
3e1e618952 Update multimedia/libdvdread and multimedia/libdvdnav to 6.1.0
Changelogs are available here:
https://code.videolan.org/videolan/libdvdread/-/blob/master/NEWS
https://code.videolan.org/videolan/libdvdnav/-/blob/master/ChangeLog

Also, bump dependent ports' revisions and mark sysutils/dvdbackup as BROKEN [1]

Approved by:	ehaupt [1]
2020-03-27 11:23:42 +00:00