Re: CVS: cvs.openbsd.org: ports

2021-09-15 Thread Rafael Sadowski
On Wed Sep 15, 2021 at 11:03:12PM +0100, Stuart Henderson wrote:
> No qt dependency is listed for no_x11 so these can be randomly present and
> removed during the build.
>

It comes with/from the qt5 module:

env FLAVOR="no_x11" make show=LIB_DEPENDS
audio/flac audio/libogg audio/libvorbis devel/fmt devel/gettext,-runtime
devel/gmp devel/libdvdread STEM->=1.6.2:multimedia/libmatroska
STEM->=1.4.0:textproc/libebml textproc/pugixml x11/qt5/qtbase,-main

make show=LIB_DEPENDS
audio/flac audio/libogg audio/libvorbis devel/fmt devel/gettext,-runtime
devel/gmp devel/libdvdread STEM->=1.6.2:multimedia/libmatroska
STEM->=1.4.0:textproc/libebml textproc/pugixml textproc/cmark
x11/qt5/qtmultimedia x11/qt5/qtbase,-main

> Perhaps it needs more than just --disable-gui to
> prevent configure from picking up these if present.
> 
> -- 
>  Sent from a phone, apologies for poor formatting.
> 
> On 15 September 2021 19:40:11 Rafael Sadowski  wrote:
> 
> > On Wed Sep 15, 2021 at 08:55:04AM +0200, Antoine Jacoutot wrote:
> > > On Mon, Sep 06, 2021 at 11:58:12PM -0600, Rafael Sadowski wrote:
> > > > CVSROOT:/cvs
> > > > Module name:ports
> > > > Changes by: rsadow...@cvs.openbsd.org   2021/09/06 23:58:12
> > > >
> > > > Modified files:
> > > > multimedia/mkvtoolnix: Makefile distinfo
> > > > multimedia/mkvtoolnix/patches: patch-Rakefile patch-ac_qt5_m4
> > > >
> > > > Log message:
> > > > Update mkvtoolnix to 60.0.0
> > > >
> > > > With mkvtoolnix 59.0.0 the Qt library is required for building all
> > > > applications. This means we need Qt5Core for no_x11.
> > > >
> > > > https://www.bunkus.org/blog/2021/07/mkvtoolnix-v59-0-0-released/
> > > >
> > > > Feedack and test by Stefan Hagen
> > > 
> > > Hi.
> > > 
> > > The no_x11 FLAVOR failed for me.
> > > 
> > > ===>  Generating configure for mkvtoolnix-60.0.0-no_x11
> > > >>> Can't find autoconf 2.69 signature in
> > > /exopi-obj/pobj/mkvtoolnix-60.0.0-no_x11/mkvtoolnix-60.0.0/configure:
> > > # Generated by GNU Autoconf 2.71 for MKVToolNix 60.0.0.
> > > generated by GNU Autoconf 2.71
> > > generated by GNU Autoconf 2.71.  Invocation command line was
> > > # configuration script generated by Autoconf, you may include it under
> > > generated by GNU Autoconf 2.71.  Invocation command line was
> > > configured by $0, generated by GNU Autoconf 2.71,
> > > Running autoconf-2.69 in
> > > /exopi-obj/pobj/mkvtoolnix-60.0.0-no_x11/mkvtoolnix-60.0.0
> > > Running autoheader-2.69 in
> > > /exopi-obj/pobj/mkvtoolnix-60.0.0-no_x11/mkvtoolnix-60.0.0
> > > ===>  Configuring for mkvtoolnix-60.0.0-no_x11
> > > Using /exopi-obj/pobj/mkvtoolnix-60.0.0-no_x11/config.site (generated)
> > > configure: WARNING: unrecognized options: --with-boost-filesystem,
> > > --with-boost-system, --with-boost-regex, --disable-silent-rules,
> > > --disable-gtk-doc
> > > configure: loading site script
> > > /exopi-obj/pobj/mkvtoolnix-60.0.0-no_x11/config.site
> > > checking build system type... x86_64-unknown-openbsd7.0
> > > checking host system type... x86_64-unknown-openbsd7.0
> > > checking target system type... x86_64-unknown-openbsd7.0
> > > checking for gcc... cc
> > > checking whether the C compiler works... yes
> > > checking for C compiler default output file name... a.out
> > > checking for suffix of executables...
> > > checking whether we are cross compiling... no
> > > checking for suffix of object files... (cached) o
> > > checking whether we are using the GNU C compiler... (cached) yes
> > > checking whether cc accepts -g... (cached) yes
> > > checking for cc option to accept ISO C89... none needed
> > > checking whether cc understands -c and -o together... yes
> > > checking how to run the C preprocessor... cc -E
> > > checking whether we are using the GNU C++ compiler... (cached) yes
> > > checking whether c++ accepts -g... (cached) yes
> > > checking how to run the C++ preprocessor... c++ -E
> > > checking whether make sets $(MAKE)... (cached) yes
> > > checking for a BSD-compatible install...
> > > /exopi-obj/pobj/mkvtoolnix-60.0.0-no_x11/bin/install -c
> > > checking for ranlib... (cached) ranlib
> > > checking for strip... (cached) strip
> > > checking for ar... (cached) ar
> > > checking for ld... ld
> > > checking for strings... strings
> > > checking for objdump... objdump
> > > checking for pkg-config... /usr/bin/pkg-config
> > > checking pkg-config is at least version 0.9.0... yes
> > > checking for grep that handles long lines and -e... (cached) /usr/bin/grep
> > > checking for egrep... (cached) /usr/bin/egrep
> > > checking for ANSI C header files... (cached) yes
> > > checking for sys/types.h... (cached) yes
> > > checking for sys/stat.h... (cached) yes
> > > checking for stdlib.h... (cached) yes
> > > checking for string.h... (cached) yes
> > > checking for memory.h... (cached) yes
> > > checking for strings.h... (cached) yes
> > > checking for inttypes.h... (cached) yes
> > > checking for stdint.h... (cached) yes
> > > checking for unistd.h... 

Re: CVS: cvs.openbsd.org: ports

2021-09-15 Thread Stuart Henderson
No qt dependency is listed for no_x11 so these can be randomly present and 
removed during the build. Perhaps it needs more than just --disable-gui to 
prevent configure from picking up these if present.


--
 Sent from a phone, apologies for poor formatting.

On 15 September 2021 19:40:11 Rafael Sadowski  wrote:


On Wed Sep 15, 2021 at 08:55:04AM +0200, Antoine Jacoutot wrote:

On Mon, Sep 06, 2021 at 11:58:12PM -0600, Rafael Sadowski wrote:
> CVSROOT:   /cvs
> Module name:   ports
> Changes by:rsadow...@cvs.openbsd.org   2021/09/06 23:58:12
>
> Modified files:
>multimedia/mkvtoolnix: Makefile distinfo
>multimedia/mkvtoolnix/patches: patch-Rakefile patch-ac_qt5_m4
>
> Log message:
> Update mkvtoolnix to 60.0.0
>
> With mkvtoolnix 59.0.0 the Qt library is required for building all
> applications. This means we need Qt5Core for no_x11.
>
> https://www.bunkus.org/blog/2021/07/mkvtoolnix-v59-0-0-released/
>
> Feedack and test by Stefan Hagen

Hi.

The no_x11 FLAVOR failed for me.

===>  Generating configure for mkvtoolnix-60.0.0-no_x11
>>> Can't find autoconf 2.69 signature in 
/exopi-obj/pobj/mkvtoolnix-60.0.0-no_x11/mkvtoolnix-60.0.0/configure:

# Generated by GNU Autoconf 2.71 for MKVToolNix 60.0.0.
generated by GNU Autoconf 2.71
generated by GNU Autoconf 2.71.  Invocation command line was
# configuration script generated by Autoconf, you may include it under
generated by GNU Autoconf 2.71.  Invocation command line was
configured by $0, generated by GNU Autoconf 2.71,
Running autoconf-2.69 in 
/exopi-obj/pobj/mkvtoolnix-60.0.0-no_x11/mkvtoolnix-60.0.0
Running autoheader-2.69 in 
/exopi-obj/pobj/mkvtoolnix-60.0.0-no_x11/mkvtoolnix-60.0.0

===>  Configuring for mkvtoolnix-60.0.0-no_x11
Using /exopi-obj/pobj/mkvtoolnix-60.0.0-no_x11/config.site (generated)
configure: WARNING: unrecognized options: --with-boost-filesystem, 
--with-boost-system, --with-boost-regex, --disable-silent-rules, 
--disable-gtk-doc
configure: loading site script 
/exopi-obj/pobj/mkvtoolnix-60.0.0-no_x11/config.site

checking build system type... x86_64-unknown-openbsd7.0
checking host system type... x86_64-unknown-openbsd7.0
checking target system type... x86_64-unknown-openbsd7.0
checking for gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... none needed
checking whether cc understands -c and -o together... yes
checking how to run the C preprocessor... cc -E
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking how to run the C++ preprocessor... c++ -E
checking whether make sets $(MAKE)... (cached) yes
checking for a BSD-compatible install... 
/exopi-obj/pobj/mkvtoolnix-60.0.0-no_x11/bin/install -c

checking for ranlib... (cached) ranlib
checking for strip... (cached) strip
checking for ar... (cached) ar
checking for ld... ld
checking for strings... strings
checking for objdump... objdump
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/syscall.h... (cached) yes
checking stropts.h usability... no
checking stropts.h presence... no
checking for stropts.h... no
checking for syscall... (cached) yes
checking compiler type and version... clang 11.1.0
checking for lld... /usr/local/bin/lld
checking for support for the "-std=c++17" flag... -std=c++17
checking for support for C++17 feature "attribute 'maybe_unused'"... yes
checking for support for C++17 feature "nested namespace definition"... yes
checking for support for C++17 feature "structured bindings"... yes
checking for support for C++17 feature "std::optional"... yes
checking for support for C++17 feature "std::gcd"... yes
checking for support for C++17 feature "constexpr if"... yes
checking for support for C++17 feature "file system library"... yes
checking for libraries to link against for the file system library...
checking whether the byte order is big-endian... no
checking if being compiled with mingw32... (cached) no
checking for int64_t... yes

CVS: cvs.openbsd.org: ports

2021-09-15 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2021/09/15 15:55:07

Modified files:
math/mcl   : Makefile 
Added files:
math/mcl/patches: patch-src_impala_iface_h patch-src_impala_io_c 

Log message:
math/mcl: avoid printf %n, switch HOMEPAGE and MASTER_SITES to https
and add a proper fix for -fno-common: all common variables come from
iface.[ch], so we can simply extern them in the header.

ok naddy



CVS: cvs.openbsd.org: ports

2021-09-15 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2021/09/15 15:53:13

Modified files:
math/yorick: Makefile 
Added files:
math/yorick/patches: patch-play_x11_fonts_c 

Log message:
math/yorick: avoid printf %n. The remaining %n in this port end up in
*scanf() and fputs() (YError() chasing done by naddy)

ok naddy



CVS: cvs.openbsd.org: ports

2021-09-15 Thread Joerg Jung
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2021/09/15 14:06:12

Modified files:
productivity/khal: Makefile distinfo 

Log message:
update to khal-0.10.4

from marcus merighi

ok remi



CVS: cvs.openbsd.org: ports

2021-09-15 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2021/09/15 13:13:46

Modified files:
lang/clisp/patches: patch-src_makemake_in 
Added files:
lang/clisp/patches: patch-modules_regexp_Makefile_in 
patch-modules_syscalls_Makefile_in 
patch-modules_wildcard_Makefile_in 

Log message:
lang/clisp: fix parallel make build

makemake parts from upstream.
With gkoehler@, who found gmake's grouped targets.



Re: CVS: cvs.openbsd.org: ports

2021-09-15 Thread Rafael Sadowski
On Wed Sep 15, 2021 at 08:55:04AM +0200, Antoine Jacoutot wrote:
> On Mon, Sep 06, 2021 at 11:58:12PM -0600, Rafael Sadowski wrote:
> > CVSROOT:/cvs
> > Module name:ports
> > Changes by: rsadow...@cvs.openbsd.org   2021/09/06 23:58:12
> > 
> > Modified files:
> > multimedia/mkvtoolnix: Makefile distinfo 
> > multimedia/mkvtoolnix/patches: patch-Rakefile patch-ac_qt5_m4 
> > 
> > Log message:
> > Update mkvtoolnix to 60.0.0
> > 
> > With mkvtoolnix 59.0.0 the Qt library is required for building all
> > applications. This means we need Qt5Core for no_x11.
> > 
> > https://www.bunkus.org/blog/2021/07/mkvtoolnix-v59-0-0-released/
> > 
> > Feedack and test by Stefan Hagen
> 
> Hi.
> 
> The no_x11 FLAVOR failed for me.
> 
> ===>  Generating configure for mkvtoolnix-60.0.0-no_x11
> >>> Can't find autoconf 2.69 signature in 
> >>> /exopi-obj/pobj/mkvtoolnix-60.0.0-no_x11/mkvtoolnix-60.0.0/configure:
> # Generated by GNU Autoconf 2.71 for MKVToolNix 60.0.0.
> generated by GNU Autoconf 2.71
> generated by GNU Autoconf 2.71.  Invocation command line was
> # configuration script generated by Autoconf, you may include it under
> generated by GNU Autoconf 2.71.  Invocation command line was
> configured by $0, generated by GNU Autoconf 2.71,
> Running autoconf-2.69 in 
> /exopi-obj/pobj/mkvtoolnix-60.0.0-no_x11/mkvtoolnix-60.0.0
> Running autoheader-2.69 in 
> /exopi-obj/pobj/mkvtoolnix-60.0.0-no_x11/mkvtoolnix-60.0.0
> ===>  Configuring for mkvtoolnix-60.0.0-no_x11
> Using /exopi-obj/pobj/mkvtoolnix-60.0.0-no_x11/config.site (generated)
> configure: WARNING: unrecognized options: --with-boost-filesystem, 
> --with-boost-system, --with-boost-regex, --disable-silent-rules, 
> --disable-gtk-doc
> configure: loading site script 
> /exopi-obj/pobj/mkvtoolnix-60.0.0-no_x11/config.site
> checking build system type... x86_64-unknown-openbsd7.0
> checking host system type... x86_64-unknown-openbsd7.0
> checking target system type... x86_64-unknown-openbsd7.0
> checking for gcc... cc
> checking whether the C compiler works... yes
> checking for C compiler default output file name... a.out
> checking for suffix of executables... 
> checking whether we are cross compiling... no
> checking for suffix of object files... (cached) o
> checking whether we are using the GNU C compiler... (cached) yes
> checking whether cc accepts -g... (cached) yes
> checking for cc option to accept ISO C89... none needed
> checking whether cc understands -c and -o together... yes
> checking how to run the C preprocessor... cc -E
> checking whether we are using the GNU C++ compiler... (cached) yes
> checking whether c++ accepts -g... (cached) yes
> checking how to run the C++ preprocessor... c++ -E
> checking whether make sets $(MAKE)... (cached) yes
> checking for a BSD-compatible install... 
> /exopi-obj/pobj/mkvtoolnix-60.0.0-no_x11/bin/install -c
> checking for ranlib... (cached) ranlib
> checking for strip... (cached) strip
> checking for ar... (cached) ar
> checking for ld... ld
> checking for strings... strings
> checking for objdump... objdump
> checking for pkg-config... /usr/bin/pkg-config
> checking pkg-config is at least version 0.9.0... yes
> checking for grep that handles long lines and -e... (cached) /usr/bin/grep
> checking for egrep... (cached) /usr/bin/egrep
> checking for ANSI C header files... (cached) yes
> checking for sys/types.h... (cached) yes
> checking for sys/stat.h... (cached) yes
> checking for stdlib.h... (cached) yes
> checking for string.h... (cached) yes
> checking for memory.h... (cached) yes
> checking for strings.h... (cached) yes
> checking for inttypes.h... (cached) yes
> checking for stdint.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking for inttypes.h... (cached) yes
> checking for stdint.h... (cached) yes
> checking for sys/types.h... (cached) yes
> checking for sys/syscall.h... (cached) yes
> checking stropts.h usability... no
> checking stropts.h presence... no
> checking for stropts.h... no
> checking for syscall... (cached) yes
> checking compiler type and version... clang 11.1.0
> checking for lld... /usr/local/bin/lld
> checking for support for the "-std=c++17" flag... -std=c++17
> checking for support for C++17 feature "attribute 'maybe_unused'"... yes
> checking for support for C++17 feature "nested namespace definition"... yes
> checking for support for C++17 feature "structured bindings"... yes
> checking for support for C++17 feature "std::optional"... yes
> checking for support for C++17 feature "std::gcd"... yes
> checking for support for C++17 feature "constexpr if"... yes
> checking for support for C++17 feature "file system library"... yes
> checking for libraries to link against for the file system library... 
> checking whether the byte order is big-endian... no
> checking if being compiled with mingw32... (cached) no
> checking for int64_t... yes
> checking for uint64_t... yes
> checking size of int... 4
> checking size of long... 8
> checking size 

Re: CVS: cvs.openbsd.org: ports

2021-09-15 Thread Otto Moerbeek
That was ok sthen@

-Otto

On Wed, Sep 15, 2021 at 11:52:20AM -0600, Otto Moerbeek wrote:

> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   o...@cvs.openbsd.org2021/09/15 11:52:20
> 
> Modified files:
>   net/dnsdist: Makefile distinfo 
> Added files:
>   net/dnsdist/patches: patch-configure_ac 
> 
> Log message:
> Update to dnsdist 1.6.1
> 



CVS: cvs.openbsd.org: ports

2021-09-15 Thread Otto Moerbeek
CVSROOT:/cvs
Module name:ports
Changes by: o...@cvs.openbsd.org2021/09/15 11:52:20

Modified files:
net/dnsdist: Makefile distinfo 
Added files:
net/dnsdist/patches: patch-configure_ac 

Log message:
Update to dnsdist 1.6.1



CVS: cvs.openbsd.org: ports

2021-09-15 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2021/09/15 11:09:05

Modified files:
x11/smtube : Makefile distinfo 
x11/smtube/patches: patch-src_browserwindow_cpp 
x11/smtube/pkg : PLIST 

Log message:
Update for SMTube to 21.7.0

Ftom Josh Grosse thanks!



CVS: cvs.openbsd.org: ports

2021-09-15 Thread Ingo Schwarze
CVSROOT:/cvs
Module name:ports
Changes by: schwa...@cvs.openbsd.org2021/09/15 08:14:22

Modified files:
misc/uniutils  : Makefile 
Added files:
misc/uniutils/patches: patch-ExplicateUTF8_c 

Log message:
remove %n format specifier and fix a portability bug on the same line;
OK nicm (MAINTAINER), and also tested by Stefan Hagen 



CVS: cvs.openbsd.org: ports

2021-09-15 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2021/09/15 07:46:23

Modified files:
sysutils/exoscale-cli: Makefile distinfo 

Log message:
Update to exoscale-cli-1.41.0.



CVS: cvs.openbsd.org: ports

2021-09-15 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2021/09/15 07:36:50

Modified files:
sysutils/awscli: Makefile distinfo 

Log message:
Update to awscli-1.20.42.



CVS: cvs.openbsd.org: ports

2021-09-15 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2021/09/15 07:36:38

Modified files:
net/py-boto3   : Makefile distinfo 

Log message:
Update to py3-boto3-1.18.42.



CVS: cvs.openbsd.org: ports

2021-09-15 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2021/09/15 07:36:27

Modified files:
net/py-botocore: Makefile distinfo 

Log message:
Update to py3-botocore-1.21.42.



CVS: cvs.openbsd.org: ports

2021-09-15 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2021/09/15 07:35:36

Modified files:
sysutils/amazon-ssm-agent: Makefile distinfo 

Log message:
Update to amazon-ssm-agent-3.1.338.0.



CVS: cvs.openbsd.org: ports

2021-09-15 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2021/09/15 06:48:52

Modified files:
print/cups : Makefile 
print/cups/pkg : README-main 

Log message:
Mention bsd.re-config.



Re: CVS: cvs.openbsd.org: ports

2021-09-15 Thread Alexandre Ratchov
On Wed, Sep 15, 2021 at 10:48:39AM +, li...@wrant.com wrote:
> Tue, 14 Sep 2021 23:16:24 -0600 (MDT) Rafael Sadowski
> 
> > CVSROOT:/cvs
> > Module name:ports
> > Changes by: rsadow...@cvs.openbsd.org   2021/09/14 23:16:24
> > 
> > Modified files:
> > multimedia/mpv : Makefile 
> > 
> > Log message:
> > Disable the sndio backend again
> > 
> > Too many errors have been reported with it.
> > 
> > Leave the backend in for anyone else that might want to look at the code and
> > work on it.
> > 
> > From Brad
> > 
> 
> Hello Rafael,
> 
> Objection to this removal, the errors are negligible usage trivial problems on
> loops and playlist audo-advance only.  It actually works fine on streaming and
> other media playback.  It is 2x more efficient on bandwidth and processor load
> when using remote sndiod server on the network, it really makes a difference..
> 
> Please leave it enabled, since it is a configuration tunable.  This mpv player
> is a port (third party application), not part of the operating system and does
> not follow that rubber stamped "remove it all" for another year.  Programs are
> not supposed to have their modules "unavailable" just because someone reported
> they can not enjoy it completely, or rather fix their own configuration files.

Don't worry, the sdl backend uses sndio internally, so you still can
use all the sndio networking features seamlessly.

The main purpose of the sndio backend is to reduce the number of
software layers and in turn the risk of bugs and audio
glitches. Anyway the plan is to restore it soon.



Re: CVS: cvs.openbsd.org: ports

2021-09-15 Thread lists
Tue, 14 Sep 2021 23:16:24 -0600 (MDT) Rafael Sadowski

> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   rsadow...@cvs.openbsd.org   2021/09/14 23:16:24
> 
> Modified files:
>   multimedia/mpv : Makefile 
> 
> Log message:
> Disable the sndio backend again
> 
> Too many errors have been reported with it.
> 
> Leave the backend in for anyone else that might want to look at the code and
> work on it.
> 
> From Brad
> 

Hello Rafael,

Objection to this removal, the errors are negligible usage trivial problems on
loops and playlist audo-advance only.  It actually works fine on streaming and
other media playback.  It is 2x more efficient on bandwidth and processor load
when using remote sndiod server on the network, it really makes a difference..

Please leave it enabled, since it is a configuration tunable.  This mpv player
is a port (third party application), not part of the operating system and does
not follow that rubber stamped "remove it all" for another year.  Programs are
not supposed to have their modules "unavailable" just because someone reported
they can not enjoy it completely, or rather fix their own configuration files.

--
Kind regards,
Anton Lazarov
MScEng EECSIT



CVS: cvs.openbsd.org: ports

2021-09-15 Thread Stefan Sperling
CVSROOT:/cvs
Module name:ports
Changes by: s...@cvs.openbsd.org2021/09/15 04:03:55

Modified files:
devel/got  : Makefile distinfo 

Log message:
Update to got 0.60

- fix another instance of 'got send' sending branches the server already has
- make 'got send' regression tests run 'git fsck' on all involved repositories
- shell code fixes in regress tests for portability (naddy)



CVS: cvs.openbsd.org: ports

2021-09-15 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2021/09/15 02:27:45

Modified files:
sysutils/bat   : Makefile 
Added files:
sysutils/bat/patches: 
  patch-modcargo-crates_sys-info-0_9_0_lib_rs 

Log message:
sysutils/bat: fix build on i386, ok sthen

Add a cast to fix the type error on ILP32 architectures.
Patch merged upstream: https://github.com/FillZpp/sys-info-rs/pull/101



CVS: cvs.openbsd.org: ports

2021-09-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/09/15 02:21:25

Modified files:
net/isc-bind   : Makefile distinfo 
net/isc-bind/patches: patch-configure_ac 

Log message:
update to BIND 9.16.21



Re: CVS: cvs.openbsd.org: ports

2021-09-15 Thread Antoine Jacoutot
On Mon, Sep 06, 2021 at 11:58:12PM -0600, Rafael Sadowski wrote:
> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   rsadow...@cvs.openbsd.org   2021/09/06 23:58:12
> 
> Modified files:
>   multimedia/mkvtoolnix: Makefile distinfo 
>   multimedia/mkvtoolnix/patches: patch-Rakefile patch-ac_qt5_m4 
> 
> Log message:
> Update mkvtoolnix to 60.0.0
> 
> With mkvtoolnix 59.0.0 the Qt library is required for building all
> applications. This means we need Qt5Core for no_x11.
> 
> https://www.bunkus.org/blog/2021/07/mkvtoolnix-v59-0-0-released/
> 
> Feedack and test by Stefan Hagen

Hi.

The no_x11 FLAVOR failed for me.

===>  Generating configure for mkvtoolnix-60.0.0-no_x11
>>> Can't find autoconf 2.69 signature in 
>>> /exopi-obj/pobj/mkvtoolnix-60.0.0-no_x11/mkvtoolnix-60.0.0/configure:
# Generated by GNU Autoconf 2.71 for MKVToolNix 60.0.0.
generated by GNU Autoconf 2.71
generated by GNU Autoconf 2.71.  Invocation command line was
# configuration script generated by Autoconf, you may include it under
generated by GNU Autoconf 2.71.  Invocation command line was
configured by $0, generated by GNU Autoconf 2.71,
Running autoconf-2.69 in 
/exopi-obj/pobj/mkvtoolnix-60.0.0-no_x11/mkvtoolnix-60.0.0
Running autoheader-2.69 in 
/exopi-obj/pobj/mkvtoolnix-60.0.0-no_x11/mkvtoolnix-60.0.0
===>  Configuring for mkvtoolnix-60.0.0-no_x11
Using /exopi-obj/pobj/mkvtoolnix-60.0.0-no_x11/config.site (generated)
configure: WARNING: unrecognized options: --with-boost-filesystem, 
--with-boost-system, --with-boost-regex, --disable-silent-rules, 
--disable-gtk-doc
configure: loading site script 
/exopi-obj/pobj/mkvtoolnix-60.0.0-no_x11/config.site
checking build system type... x86_64-unknown-openbsd7.0
checking host system type... x86_64-unknown-openbsd7.0
checking target system type... x86_64-unknown-openbsd7.0
checking for gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... none needed
checking whether cc understands -c and -o together... yes
checking how to run the C preprocessor... cc -E
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking how to run the C++ preprocessor... c++ -E
checking whether make sets $(MAKE)... (cached) yes
checking for a BSD-compatible install... 
/exopi-obj/pobj/mkvtoolnix-60.0.0-no_x11/bin/install -c
checking for ranlib... (cached) ranlib
checking for strip... (cached) strip
checking for ar... (cached) ar
checking for ld... ld
checking for strings... strings
checking for objdump... objdump
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/syscall.h... (cached) yes
checking stropts.h usability... no
checking stropts.h presence... no
checking for stropts.h... no
checking for syscall... (cached) yes
checking compiler type and version... clang 11.1.0
checking for lld... /usr/local/bin/lld
checking for support for the "-std=c++17" flag... -std=c++17
checking for support for C++17 feature "attribute 'maybe_unused'"... yes
checking for support for C++17 feature "nested namespace definition"... yes
checking for support for C++17 feature "structured bindings"... yes
checking for support for C++17 feature "std::optional"... yes
checking for support for C++17 feature "std::gcd"... yes
checking for support for C++17 feature "constexpr if"... yes
checking for support for C++17 feature "file system library"... yes
checking for libraries to link against for the file system library... 
checking whether the byte order is big-endian... no
checking if being compiled with mingw32... (cached) no
checking for int64_t... yes
checking for uint64_t... yes
checking size of int... 4
checking size of long... 8
checking size of long long... (cached) 8
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for iconv... yes
checking for iconv declaration... 
 extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, 
char * *outbuf,