160272 Commits

Author SHA1 Message Date
jca
83c7172543 Update to samba-4.15.0
Release notes: https://www.samba.org/samba/history/samba-4.15.0.html

Tested by Ian McWilliam (co-maintainer) and bket@, input from bket@
2021-10-18 12:25:20 +00:00
jca
3ecf5c4c07 Update to talloc-2.3.3, needed for samba-4.15.0 2021-10-18 12:23:50 +00:00
jca
02574c2da1 Update to tdb-1.4.4, needed for samba-4.15.0 2021-10-18 12:23:22 +00:00
benoit
370aaf04ef Drop maintainership, no more use. 2021-10-18 11:55:36 +00:00
kirby
d2428dc95b update to goaccess-1.5.2 2021-10-18 11:04:50 +00:00
sthen
1e3971842b adjust comments 2021-10-18 10:07:51 +00:00
sthen
6e39f0c3ca update to py3-pandas-1.2.5 (newer versions are available, but require
numpy 1.17.3 or higher).
2021-10-18 10:07:18 +00:00
sthen
363a7a4b3d update to py3-openpyxl-3.0.9 2021-10-18 08:49:09 +00:00
kirby
3b035afd30 Update to cataclysm-dda-0.F.2.
Drop former maintainer per his request and take maintainership.
OK thfr@
2021-10-18 08:23:18 +00:00
benoit
4af688f1df Update to py-proj-3.2.1. 2021-10-18 07:58:39 +00:00
kirby
cd745da4b5 update to ownCloudclient-2.9.1.5500 2021-10-18 06:01:57 +00:00
rsadowski
8180308bc9 Add libudfread dependency
From Brad
2021-10-18 04:14:52 +00:00
rsadowski
404c8c331c +libudfread 2021-10-18 04:13:49 +00:00
rsadowski
9eb26e22b9 Import libudfread-1.1.2A
Comment:
library for reading UDF from raw devices and image files

Description:
This library allows reading UDF filesystems, like raw devices and image
files.

Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>

WWW: https://code.videolan.org/videolan/libudfread/

From Brad, ok sthen@
2021-10-18 04:12:14 +00:00
gkoehler
631ea31585 Fix fibers in dlang; unbreak powerpc64; add D for powerpc64
Unbreak gcc 11 on powerpc64 by adding a missing header file
(gnu-user.h in patch-gcc_config_gcc).  Add PFRAG.powerpc64-main.

The other changes are for D.  Add powerpc64 to ONLY_FOR_ARCHS-dlang,
and add enough PPC64 code to build libphobos.  While adding fibers for
powerpc64, also fix fibers for 32-bit powerpc, and pass MAP_STACK to
mmap(2) for fibers on all archs.

ok pascal@ (maintainer)
2021-10-18 00:25:48 +00:00
espie
20cb4cfb4c +pngcheck 2021-10-17 21:14:09 +00:00
espie
6cb7e5911d new port: pngcheck
okay thfr@
2021-10-17 21:11:20 +00:00
denis
d5c405c797 Update to v0.10.1
OK rsadowski@
2021-10-17 18:35:53 +00:00
stsp
99d118a5f9 update to got 0.63
- fix 'got send -T' regression if tag already exists on server (found by Omar)
- fix another regression where a 3-way merge would segfault (naddy)
- tog: add Ctrl-n/Ctrl-p for scrolling one line down/up (patch by Omar Polo)
- always initialize output parameter "n" of get_line() in diff3.c
- set oldo.to in diff3.c's duplicate() even if the file contains no newlines
2021-10-17 17:51:44 +00:00
kn
22790a62f1 Update to ncspot 0.9.0
- Sort library after saving an album (#428)
- Add scoop instruction for installation (#602)
- Update librespot to 0.3.0, see also release notes

Features
- Add command to show recommendations (#593)
- Enable binding multiple commands to a key (#598)
- Add "Share album" contextmenu entry (#606)
- Add redraw command and bind to CTRL+L (#609)
- Add initial_screen config variable (#616)
- Add userRating entity to MPRIS metadata,
  with 0 and 1 corresponding to unliked/liked in Spotify (#624)

From Henrik Friedrichsen (maintainer), thanks.
2021-10-17 17:15:28 +00:00
kn
bba56a3b56 Remove realpath -> readlink(1) quirks, we have realpath(1) in base now 2021-10-17 13:06:59 +00:00
pvk
993f72bcd7 Update 7.0.2.1 -> 7.0.3.0
Changelog: https://github.com/vmware/vsphere-automation-sdk-python/releases/tag/v7.0.3.0
2021-10-17 12:31:19 +00:00
pvk
2be3e3755a Update py-vmomi 7.0.2 -> 7.0.3
Release notes: https://github.com/vmware/pyvmomi/releases/tag/v7.0.3
2021-10-17 12:30:49 +00:00
sthen
e9e8db9ef9 boswars: use optipng to fix the png files, fixing runtime
libpng warning: iCCP: known incorrect sRGB profile
libpng error: IDAT: invalid distance too far back
Error reading the PNG file.
Can't load the graphic `graphics/ui/ui_minimap.png'

from Omar Polo
2021-10-17 12:19:12 +00:00
sthen
6175c61cff update to minisign-0.10 2021-10-17 10:32:12 +00:00
sthen
d570958e79 update to p5-JavaScript-Minifier-XS-0.15 2021-10-17 10:31:08 +00:00
sthen
bf14b95d2c update to p5-JavaScript-Minifier-1.16 2021-10-17 10:29:09 +00:00
ajacoutot
b0596eadcf Regen PLIST. 2021-10-17 10:08:13 +00:00
bcallah
72f744ccd6 Enabling gdmd was a little too premature: it causes gcc-11 to hang out on
the build machines, which breaks many more important ports.
Switch dtools to build with dmd. This allows us to continue to offer the
package on at least amd64.
Comment out the gdmd line in lang/Makefile to make it clear this is
intentional. We will revisit gdmd once the ports world moves to gcc-11.
Found the hard way by tb@ -- apologies for the breakage
ok sthen@, who also mentioned the commenting out of gdmd in lang/Makefile
2021-10-17 01:43:18 +00:00
denis
4e40de42e0 Update to v2.4.2
OK sthen@
2021-10-16 20:43:41 +00:00
denis
4a030321c5 Update to v1.1.7
OK sthen@
2021-10-16 20:43:05 +00:00
sthen
de696021e6 enable x11/ogre on powerpc
"ogre now builds on powerpc with the switch to lld", "Maintainer is not
responding" from Brad
2021-10-16 20:24:44 +00:00
sthen
ab6e26ec15 update to portaudio-svn-1970, from brad 2021-10-16 19:59:28 +00:00
sdk
8276fde418 Remove accidently committed .orig file 2021-10-16 19:22:26 +00:00
rsadowski
17c1a97e7c Update kdenlive to 21.08.1 2021-10-16 19:20:55 +00:00
rsadowski
f30f4b0df1 +mlt7 2021-10-16 18:09:05 +00:00
rsadowski
cab0939091 Import mlt7-7.0.1
Comment:
multimedia transformations framework

Description:
MLT is an open source multimedia framework, designed and developed
for television broadcasting. It provides a toolkit for broadcasters,
video editors, media players, transcoders, web streamers and many
more types of applications. The functionality of the system is
provided via an assortment of ready to use tools, XML authoring
components, and an extensible plug-in based API.

This package contains core functionality and LGPL licensed plugins.

Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>

WWW: https://www.mltframework.org/

"Go ahead" espie@
2021-10-16 18:08:17 +00:00
rsadowski
5739c35f80 Update comments upstream commit git hashes
From Brad
2021-10-16 17:57:34 +00:00
ajacoutot
e88ce6b050 Update to terragrunt-0.35.3. 2021-10-16 15:49:23 +00:00
ajacoutot
8b16deea0b Update to terraform-1.0.9. 2021-10-16 15:49:02 +00:00
ajacoutot
9286948e46 Update to awscli-1.20.63. 2021-10-16 15:39:11 +00:00
ajacoutot
07bb251954 Update to py3-boto3-1.18.63. 2021-10-16 15:38:54 +00:00
ajacoutot
76ce1fc2d1 Update to py3-botocore-1.21.63. 2021-10-16 15:38:44 +00:00
edd
096a8a1657 multimedia/minidlna: ensure kqueue monitoring can be disabled.
https://sourceforge.net/p/minidlna/bugs/337/

(Also fix a mandoc warning)

OK bket@, thanks.
2021-10-16 15:38:13 +00:00
ajacoutot
c96a98a551 Update to govc-0.27.0. 2021-10-16 15:37:32 +00:00
bket
f346c04c2d Update to sabnzbd-3.4.2
Release notes: https://github.com/sabnzbd/sabnzbd/releases/tag/3.4.2
2021-10-16 15:22:23 +00:00
thfr
c9c25bd464 update vulkan ports to sdk-1.2.189.1, including:
- glslang to 11.6.0
- spirv-tools to 2021.3

ok rsadowski@
build and runtime tests by Omar Polo, too - thanks!
2021-10-16 14:50:40 +00:00
thfr
2b22aa3f6b update to 0.34; also disable dangerous 'localcommand' functionality (see discussion in GitHub PR #69); from maintainer Tom Murphy - thanks! 2021-10-16 14:43:12 +00:00
thfr
94e5a106dd update to recent checkout, from maintainer Aisha Tammy - thanks! 2021-10-16 14:38:45 +00:00
thfr
a9b17baf35 +glmark2 2021-10-16 14:36:26 +00:00