Re: make documentation

2021-06-26 Thread Mike Larkin
On Sun, Jun 27, 2021 at 12:40:21PM +1000, Reuben ua Bríġ wrote:
> i would like to prefix this by saying i am writing this as a user
> giving feedback and not a developing giving patches and anyone who has
> a problem with that can go shove it rather than telling me to shut up.
>
> i noticed for a lot of the ports to openbsd, even in base, a lot of
> documentation is either missing or, how shall i put it, over-compiled.
>
> some examples in my memory are:
>
> texlive* installs e.g. PDF documenation and removes TeX sources, even
> though in many cases the TeX sources are an integral part of the
> documentation.
>
> man-pages-posix installs cat files rather than man files.  (b.t.w. the
> man tools do work with section 0, you just need change the file
> extension: i would suggest .3p for compatibility with current section.)
>
> anyway i think users would benefit from including more documentation
> when it is in the sources, but, you know, its your time, so dont do it
> if you dont want, just dont be prissy about it.
>

your diff to implement what you are asking for is welcome!



make documentation

2021-06-26 Thread Reuben ua Bríġ
i would like to prefix this by saying i am writing this as a user
giving feedback and not a developing giving patches and anyone who has
a problem with that can go shove it rather than telling me to shut up.

i noticed for a lot of the ports to openbsd, even in base, a lot of
documentation is either missing or, how shall i put it, over-compiled.

some examples in my memory are:

texlive* installs e.g. PDF documenation and removes TeX sources, even
though in many cases the TeX sources are an integral part of the
documentation.

man-pages-posix installs cat files rather than man files.  (b.t.w. the
man tools do work with section 0, you just need change the file
extension: i would suggest .3p for compatibility with current section.)

anyway i think users would benefit from including more documentation
when it is in the sources, but, you know, its your time, so dont do it
if you dont want, just dont be prissy about it.



Re: [Update] net/wget : Update to 1.21

2021-06-26 Thread Daniel Jakots
On Sat, 26 Jun 2021 02:22:21 -0700, Nam Nguyen 
wrote:

> Here is a fresh diff for 1.21.1

ok danj@



vulkan ports: maintainer update to sdk 1.2.176.1

2021-06-26 Thread Thomas Frohwein
Hi,

This is a diff to update the ports for vulkan to the latest SDK release
1.2.176.1 from April. I've updated them and tested without issues with
vkcube and vulkaninfo (both from the vulkan-tools port), as well as
vkquake and the FNA game Cryptark with "fnaify /gldevice:Vulkan".

I tested vkquake with validation layers:

$ VK_INSTANCE_LAYERS=VK_LAYER_KHRONOS_validation vkquake

This seems to work and lists one error on start [1].

A few notes on this update:

- For some reason, upstream named this "1.2.176.1-TAG". As versioning
  has since progressed to 1.2.182 for non-SDK releases, I'm not
  including the "-TAG".
- All glslang tests succeed (this is the only one with working tests).
- spirv-headers: use recent commit as no release tag since November
  2020; version it as "1.5.4pl2" because there have been 2 patch tags
  for 1.5.4 ("1.5.4.raytracing" and "1.5.4.raytracing.fixed").
- spirv-tools: v2021.2 fails to build because of missing
  SPV_OPERAND_TYPE_OPTIONAL_PACKED_VECTOR_FORMAT; therefore using
  recent commit (2021.2pl20210623 from June 23rd).
- vulkan-loader: remove BROKEN-i386 per the comment (was for clang
  < 9.0.0)
- vulkan-validation-layers: upstream defaults now to using "Robin Hood
  Hashing." I haven't heard of this before; but per BUILD.md, this
  would require a port of
  https://github.com/martinus/robin-hood-hashing. Disable this for now;
  we can figure out this out later and then enable.

Tested on Intel i7-10700 with the integrated UHD 630 GPU. Testing with
amdgpu would be appreciated.

ok? Comments?

[1] https://pbot.rmdir.de/xH5If3alG8VUNx5qtIZfUA

Index: glslang/Makefile
===
RCS file: /cvs/ports/graphics/glslang/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- glslang/Makefile23 Feb 2021 19:39:25 -  1.7
+++ glslang/Makefile26 Jun 2021 21:33:58 -
@@ -4,8 +4,7 @@ PORTROACH = ^[0-9]
 
 COMMENT =  reference front-end for GLSL and ESSL
 
-REVISION = 0
-GH_TAGNAME =   8.13.3743
+GH_TAGNAME =   11.5.0
 GH_ACCOUNT =   KhronosGroup
 GH_PROJECT =   glslang
 
Index: glslang/distinfo
===
RCS file: /cvs/ports/graphics/glslang/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- glslang/distinfo7 Jul 2020 08:08:03 -   1.2
+++ glslang/distinfo26 Jun 2021 21:33:58 -
@@ -1,2 +1,2 @@
-SHA256 (glslang-8.13.3743.tar.gz) = 
Y56+xW8adALy+glEaaXd6h7O7Pry6e/jYTdqD3On7i8=
-SIZE (glslang-8.13.3743.tar.gz) = 3183453
+SHA256 (glslang-11.5.0.tar.gz) = /QteO9pZG7CL0wSWVamaClXw3kBZucj3s5fksZz11R8=
+SIZE (glslang-11.5.0.tar.gz) = 3373042
Index: glslang/pkg/PLIST
===
RCS file: /cvs/ports/graphics/glslang/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- glslang/pkg/PLIST   7 Jul 2020 08:08:04 -   1.2
+++ glslang/pkg/PLIST   26 Jun 2021 21:33:58 -
@@ -1,25 +1,16 @@
 @comment $OpenBSD: PLIST,v 1.2 2020/07/07 08:08:04 thfr Exp $
 @bin bin/glslangValidator
 @bin bin/spirv-remap
-include/SPIRV/
-include/SPIRV/GLSL.ext.AMD.h
-include/SPIRV/GLSL.ext.EXT.h
-include/SPIRV/GLSL.ext.KHR.h
-include/SPIRV/GLSL.ext.NV.h
-include/SPIRV/GLSL.std.450.h
-include/SPIRV/GlslangToSpv.h
-include/SPIRV/Logger.h
-include/SPIRV/NonSemanticDebugPrintf.h
-include/SPIRV/SPVRemapper.h
-include/SPIRV/SpvBuilder.h
-include/SPIRV/SpvTools.h
-include/SPIRV/bitutils.h
-include/SPIRV/disassemble.h
-include/SPIRV/doc.h
-include/SPIRV/hex_float.h
-include/SPIRV/spirv.hpp
-include/SPIRV/spvIR.h
 include/glslang/
+include/glslang/HLSL/
+include/glslang/HLSL/hlslAttributes.h
+include/glslang/HLSL/hlslGrammar.h
+include/glslang/HLSL/hlslOpMap.h
+include/glslang/HLSL/hlslParseHelper.h
+include/glslang/HLSL/hlslParseables.h
+include/glslang/HLSL/hlslScanContext.h
+include/glslang/HLSL/hlslTokenStream.h
+include/glslang/HLSL/hlslTokens.h
 include/glslang/Include/
 include/glslang/Include/BaseTypes.h
 include/glslang/Include/Common.h
@@ -29,12 +20,12 @@ include/glslang/Include/InitializeGlobal
 include/glslang/Include/PoolAlloc.h
 include/glslang/Include/ResourceLimits.h
 include/glslang/Include/ShHandle.h
+include/glslang/Include/SpirvIntrinsics.h
 include/glslang/Include/Types.h
 include/glslang/Include/arrays.h
 include/glslang/Include/glslang_c_interface.h
 include/glslang/Include/glslang_c_shader_types.h
 include/glslang/Include/intermediate.h
-include/glslang/Include/revision.h
 include/glslang/MachineIndependent/
 include/glslang/MachineIndependent/Initialize.h
 include/glslang/MachineIndependent/LiveTraverser.h
@@ -75,6 +66,7 @@ include/glslang/SPIRV/doc.h
 include/glslang/SPIRV/hex_float.h
 include/glslang/SPIRV/spirv.hpp
 include/glslang/SPIRV/spvIR.h
+include/glslang/build_info.h
 lib/cmake/
 lib/cmake/HLSLTargets${MODCMAKE_BUILD_SUFFIX}
 lib/cmake/HLSLTargets.cmake
@@ -86,15 +78,20 @@ lib/cmake/SPIRVTargets${MODCMAKE_BUILD_S
 

[update] samba-4.14.5

2021-06-26 Thread Jeremie Courreges-Anglas


Hi there,

ports-wise, a straightforward update to the latest samba release
(Tuesday, June 1 2021).

Release notes:
https://www.samba.org/samba/history/samba-4.14.5.html

Runtime tests welcome.


? log
Index: Makefile
===
RCS file: /cvs/ports/net/samba/Makefile,v
retrieving revision 1.298
diff -u -p -r1.298 Makefile
--- Makefile9 Jun 2021 19:50:09 -   1.298
+++ Makefile26 Jun 2021 08:29:27 -
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile,v 1.298 2021/06/09 19:50:09 sthen Exp $
 
-VERSION =  4.14.4
+VERSION =  4.14.5
 DISTNAME = samba-${VERSION}
 EPOCH =0
 
@@ -21,7 +21,8 @@ PKG_ARCH-docs =   *
 LDB_V =2.3.0
 TEVENT_V = 0.10.2
 
-REVISION-main =1
+REVISION-ldb = 0
+REVISION-tevent =  0
 
 SHARED_LIBS =  asn1-samba4 1.0 \
com_err-samba4  1.0 \
@@ -136,10 +137,10 @@ LIB_DEPENDS-ldb = ${BUILD_PKGPATH},-teve
devel/popt \
databases/openldap \
databases/tdb>=1.4.3 \
-   devel/libtalloc>=2.3.1
+   devel/libtalloc>=2.3.2
 
 LIB_DEPENDS-tevent =   ${BUILD_PKGPATH},-util>=${VERSION} \
-   devel/libtalloc>=2.3.1
+   devel/libtalloc>=2.3.2
 
 LIB_DEPENDS-docs =
 
Index: distinfo
===
RCS file: /cvs/ports/net/samba/distinfo,v
retrieving revision 1.83
diff -u -p -r1.83 distinfo
--- distinfo12 May 2021 23:33:24 -  1.83
+++ distinfo26 Jun 2021 08:29:27 -
@@ -1,2 +1,2 @@
-SHA256 (samba-4.14.4.tar.gz) = ia8JKgsA9TVO0ofwqje4ws+bos5n6mRkGS4sGFKPibk=
-SIZE (samba-4.14.4.tar.gz) = 18645552
+SHA256 (samba-4.14.5.tar.gz) = u2710vFrhSiNgjV4q8RT2agFFMQuWi6ixOPGDcQjNcM=
+SIZE (samba-4.14.5.tar.gz) = 18653694
Index: pkg/PLIST-tevent
===
RCS file: /cvs/ports/net/samba/pkg/PLIST-tevent,v
retrieving revision 1.5
diff -u -p -r1.5 PLIST-tevent
--- pkg/PLIST-tevent12 May 2021 23:33:25 -  1.5
+++ pkg/PLIST-tevent26 Jun 2021 08:29:27 -
@@ -3,7 +3,7 @@ include/samba-4.0/
 include/samba-4.0/tevent.h
 @lib lib/libtevent.so.${LIBtevent_VERSION}
 lib/pkgconfig/tevent.pc
-@so lib/python${MODPY_VERSION}/site-packages/_tevent.${MODPY_PYC_MAGIC_TAG}so
 
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}tevent.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
 
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}tevent.${MODPY_PYC_MAGIC_TAG}pyc
+@so lib/python${MODPY_VERSION}/site-packages/_tevent.${MODPY_PYC_MAGIC_TAG}so
 lib/python${MODPY_VERSION}/site-packages/tevent.py


-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE



Re: terraform aws, got a problem I did not expect

2021-06-26 Thread Antoine Jacoutot
On Sat, Jun 26, 2021 at 07:10:58PM +0200, Antoine Jacoutot wrote:
> On Sat, Jun 26, 2021 at 07:06:38PM +0300, Gregory Edigarov wrote:
> > Hello,
> > 
> > I remember that for earlier versions of terraform all providers were
> > available as  OpenBSD packages/ports, that is now changed.
> > 
> > $ terraform init  
> > Initializing the backend...
> > 
> > Initializing provider plugins...
> > - Finding latest version of hashicorp/aws...
> >   Error: Incompatible provider version
> >   Provider registry.terraform.io/hashicorp/aws v3.47.0 does not have a
> > package available for your current platform, openbsd_amd64.
> >   Provider releases are separate from Terraform CLI releases, so not all
> > providers are available for all platforms. Other versions of this
> > provider may have   different platforms supported.
> > 
> > $ uname -a    
> > OpenBSD lbld12.duckdns.org 6.9 GENERIC.MP#92 amd64
> > 
> > How am I supposed to get providers ? May be a community have  one that
> > works under OpenBSD?
> > Any advice?
> 
> Yeah I was made aware of this.
> I could re-add the bazillion providers back to ports but it's a huge PITA to
> maintain and it won't support multiple providers version.

Moving to ports@
I think your best bet is to convince hashicorp to add openbsd to GoReleaser for
each of their modules...

-- 
Antoine



CVS: cvs.openbsd.org: ports

2021-06-26 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/06/26 09:22:10

Modified files:
lang/lucee : Makefile distinfo 

Log message:
update to lucee-5.3.8.189



CVS: cvs.openbsd.org: ports

2021-06-26 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/06/26 09:21:54

Modified files:
www/tomcat : Makefile.inc 

Log message:
switch allowed jdk version from 1.8-only to 1.8+, these are supposed to
work with newer and my tests with tomcat 9 and jdk 11 were successful



CVS: cvs.openbsd.org: ports

2021-06-26 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/06/26 09:21:12

Modified files:
www/tomcat/v9  : Makefile distinfo 
www/tomcat/v9/pkg: PLIST-examples 

Log message:
update to tomcat-9.0.43



CVS: cvs.openbsd.org: ports

2021-06-26 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/06/26 09:19:43

Modified files:
www/tomcat/v8  : Makefile distinfo 
www/tomcat/v8/pkg: PLIST-examples 

Log message:
update to tomcat-8.5.68



CVS: cvs.openbsd.org: ports

2021-06-26 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/06/26 09:19:29

Modified files:
www/tomcat/v7  : Makefile distinfo 

Log message:
update tomcat/v7 to 7.0.109; this is expected to be the last release of
tomcat v7 as it is now end-of-life



CVS: cvs.openbsd.org: ports

2021-06-26 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/06/26 05:35:08

Modified files:
net/unifi/5.14 : Makefile distinfo 
net/unifi/6.0  : Makefile distinfo 
net/unifi/6.1  : Makefile distinfo 

Log message:
update snappy-java to a version linked against libc++.so.8.0



Re: [new] py-subsonic-cli

2021-06-26 Thread Stefan Hagen
Aaron Bieber wrote:
>
> Stefan Hagen writes:
>
>> Stefan Hagen wrote:
>>> It's a super simple python port with no extra dependencies.
>>
>> I just learned from qbit that python ports that don't contain libraries,
>> should not be prefixed with py-.
>>
>> Attached the same port with the py- dropped.
>
> Looks good to me! OK abieber@ if someone wants to import :D

Ping?



Re: [patch] UPDATE: converters/libiconv: pledge iconv binary

2021-06-26 Thread Hiltjo Posthuma
On Sat, Jun 19, 2021 at 11:11:09AM +0200, Hiltjo Posthuma wrote:
> On Sat, Jun 12, 2021 at 07:42:22PM +0200, Hiltjo Posthuma wrote:
> > On Sat, Jun 05, 2021 at 05:18:11PM +0200, Solene Rapenne wrote:
> > > On Sat, 5 Jun 2021 12:51:21 +0200
> > > Hiltjo Posthuma :
> > > 
> > >  > 
> > > > > 
> > > > > diff --git a/converters/libiconv/Makefile 
> > > > > b/converters/libiconv/Makefile
> > > > > index 2ab58ea4519..5c8043270de 100644
> > > > > --- a/converters/libiconv/Makefile
> > > > > +++ b/converters/libiconv/Makefile
> > > > > @@ -5,7 +5,7 @@ COMMENT=  character set conversion library
> > > > >  DISTNAME=libiconv-1.16
> > > > >  CATEGORIES=  converters devel
> > > > >  MASTER_SITES=${MASTER_SITE_GNU:=libiconv/}
> > > > > -REVISION=0
> > > > > +REVISION=1
> > > > >  
> > > > >  SHARED_LIBS= charset 1.1 \
> > > > >   iconv   7.0
> > > > > @@ -17,6 +17,7 @@ MAINTAINER= Brad Smith 
> > > > >  # LGPLv2 and GPLv3
> > > > >  PERMIT_PACKAGE=  Yes
> > > > >  
> > > > > +# uses pledge()
> > > > >  WANTLIB= c
> > > > >  
> > > > >  SEPARATE_BUILD=  Yes
> > > > > diff --git a/converters/libiconv/patches/patch-src_iconv_c 
> > > > > b/converters/libiconv/patches/patch-src_iconv_c
> > > > > new file mode 100644
> > > > > index 000..9b673fbe5db
> > > > > --- /dev/null
> > > > > +++ b/converters/libiconv/patches/patch-src_iconv_c
> > > > > @@ -0,0 +1,29 @@
> > > > > +--- src/iconv.c.orig Fri Apr 26 20:50:13 2019
> > > > >  src/iconv.c  Tue Jan 26 20:07:34 2021
> > > > > +@@ -19,6 +19,8 @@
> > > > > + # define ICONV_CONST
> > > > > + #endif
> > > > > + 
> > > > > ++#include 
> > > > > ++
> > > > > + #include 
> > > > > + #include 
> > > > > + #include 
> > > > > +@@ -847,6 +849,8 @@
> > > > > +   int i;
> > > > > +   int status;
> > > > > + 
> > > > > ++  if (pledge("stdio rpath", NULL) == -1)
> > > > > ++error(EXIT_FAILURE, errno, "pledge");
> > > > > +   set_program_name (argv[0]);
> > > > > + #if HAVE_SETLOCALE
> > > > > +   /* Needed for the locale dependent encodings, "char" and 
> > > > > "wchar_t",
> > > > > +@@ -1002,6 +1006,8 @@
> > > > > + }
> > > > > + break;
> > > > > +   }
> > > > > ++  if ((do_list || i == argc) && pledge("stdio", NULL) == -1)
> > > > > ++error(EXIT_FAILURE, errno, "pledge");
> > > > > +   if (do_list) {
> > > > > + if (i != 2 || i != argc)
> > > > > +   usage(1);
> > > > > 
> > > > > -- 
> > > > > Kind regards,
> > > > > Hiltjo
> > > > >   
> > > > 
> > > > Bump... any OKs?
> > > > 
> > > 
> > > 
> > > make test is fine and I didn't encounter issue at using iconv.
> > > ok solene@
> > > 
> > 
> > Bump, any more OKs?
> > 
> 
> Bump
> 

Bump

-- 
Kind regards,
Hiltjo



Re: UPDATE misc/gpsd

2021-06-26 Thread Landry Breuil
Le Thu, Jun 24, 2021 at 11:02:04AM +0300, Kirill Bychkov a écrit :
> On Sun, June 6, 2021 21:24, Kirill Bychkov wrote:
> > On Sun, May 23, 2021 20:48, Kirill Bychkov wrote:
> >> On Fri, May 14, 2021 13:15, Kirill Bychkov wrote:
> >>> Hi ports@,
> >>> Attached is an update to gpsd. All consumers seems to be happy with it.
> >>> OK? Comments?
> >>
> >> Ping.
> >>
> >>
> > Ping
> 
> Anyone?

Reads good, but shouldnt patches/patch-SConstruct be also removed if the
file was moved upstream to SConscript ?

Landry



Re: [Update] net/wget : Update to 1.21

2021-06-26 Thread Nam Nguyen


Here is a fresh diff for 1.21.1 (not 1.21) released on January 9,
2021. It is based on wen heping's diff for 1.21.

Changelog: https://git.savannah.gnu.org/cgit/wget.git/tree/NEWS

I tested downloading and verifying SHA256 of install69.img.

Feedback and tests are welcome. OK?

Nam Nguyen writes:

> wen heping writes:
>
>> Hi,
>>
>>  Here is a patch for net/wget to update to 1.21, it build
>> well and run well on amd64-6.8 system.
>>
>>
>> wen
>
> Thank you for this update. It looks good to me. I can commit this if I
> can get an OK.
>
> solene@: Should it be backported to -stable?
> ${WRKSRC}/ChangeLog reports fixed memory leak, use of uninitialized
> stack mem and stack memory leak found by Coverity, and other memory
> leaks and a read buffer overflow.
>
> `make test' passes, skipping some. I tested by downloading an openbsd
> ISO. I tested against the pending devel/pcre2 update, which I will
> commit soon.
>
> Details on `make test'
> ==
> Here are some notes on `make test' explaining why they are skipped.
>
> 1. SKIP: Test-stdouterr.px
>
> This test tries writing to /dev/full and expects an exit status of 3,
> indicating a File I/O error (per wget(1)). /dev/full does not exist on
> OpenBSD.
>
> unless(-e "/dev/full") {
> exit 77; # skip
> }
>
> 2. SKIP: Test-no_proxy-env
>
> This is the only new unit test that appears to be skipped. Other tests
> are skipped as in the previous release, 1.20.3.
>
> Test-no_proxy-env.log:1:SKIP Test-no_proxy-env.py (exit status: 77)
>
> This test, along with other tests, are skipped for the same
> reason. gethostbyname fails and returns an error. This is to be expected
> because _pbuild doesn't have network access. I confirmed this with a
> minimal python3 reproducer that works when run as a user but fails when
> using doas -u _pbuild.
>
> import socket
> try:
> ip = socket.gethostbyname("www.working2.localhost")
> except socket.gaierror as _:
> print("error");
> print("works " + ip);
>
> The other tests that fail for the same reason:
>
> SKIP: Test-https-selfsigned.px
> SKIP: Test-https-weboftrust.px
> SKIP: Test-https-tlsv1x.px
> SKIP: Test-https-clientcert.px
> SKIP: Test-https-tlsv1.px
> SKIP: Test-https-pfs.px
> SKIP: Test-https-crl.px
> SKIP: Test-https-badcerts.px

Index: Makefile
===
RCS file: /cvs/ports/net/wget/Makefile,v
retrieving revision 1.86
diff -u -p -u -p -r1.86 Makefile
--- Makefile23 Feb 2021 19:39:35 -  1.86
+++ Makefile26 Jun 2021 09:10:48 -
@@ -2,9 +2,8 @@
 
 COMMENT =  retrieve files from the web via HTTP, HTTPS and FTP
 
-DISTNAME = wget-1.20.3
+DISTNAME = wget-1.21.1
 CATEGORIES =   net
-REVISION = 3
 
 HOMEPAGE = https://www.gnu.org/software/wget/
 MAINTAINER =   Nam Nguyen 
Index: distinfo
===
RCS file: /cvs/ports/net/wget/distinfo,v
retrieving revision 1.25
diff -u -p -u -p -r1.25 distinfo
--- distinfo23 Apr 2019 20:15:08 -  1.25
+++ distinfo26 Jun 2021 09:10:48 -
@@ -1,2 +1,2 @@
-SHA256 (wget-1.20.3.tar.gz) = MczPxmMFKNscjjoG9t7PKjcAYLmChBz6srhndAClCS4=
-SIZE (wget-1.20.3.tar.gz) = 4489249
+SHA256 (wget-1.21.1.tar.gz) = WboL2t6a0TXtpYGuTlmnqfJeOkvealQZYysxkGEg4m4=
+SIZE (wget-1.21.1.tar.gz) = 4884887
Index: patches/patch-Makefile_in
===
RCS file: /cvs/ports/net/wget/patches/patch-Makefile_in,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 patch-Makefile_in
--- patches/patch-Makefile_in   4 Apr 2019 10:36:45 -   1.2
+++ patches/patch-Makefile_in   26 Jun 2021 09:10:48 -
@@ -3,12 +3,12 @@ $OpenBSD: patch-Makefile_in,v 1.2 2019/0
 Index: Makefile.in
 --- Makefile.in.orig
 +++ Makefile.in
-@@ -1469,7 +1469,7 @@ distuninstallcheck_listfiles = find . -type f | \
+@@ -1644,7 +1644,7 @@ distuninstallcheck_listfiles = find . -type f | \
  ACLOCAL_AMFLAGS = -I m4
  
  # subdirectories in the distribution
--SUBDIRS = lib src doc po util fuzz tests testenv
-+SUBDIRS = lib src doc po util tests testenv
+-SUBDIRS = lib src doc po gnulib_po util fuzz tests testenv
++SUBDIRS = lib src doc po gnulib_po util tests testenv
  EXTRA_DIST = MAILING-LIST \
   msdos/config.h msdos/Makefile.DJ \
   msdos/Makefile.WC ABOUT-NLS \
Index: patches/patch-doc_wget_texi
===
RCS file: /cvs/ports/net/wget/patches/patch-doc_wget_texi,v
retrieving revision 1.16
diff -u -p -u -p -r1.16 patch-doc_wget_texi
--- patches/patch-doc_wget_texi 21 Feb 2019 22:32:31 -  1.16
+++ patches/patch-doc_wget_texi 26 Jun 2021 09:10:48 -
@@ -2,7 +2,7 @@ $OpenBSD: patch-doc_wget_texi,v 1.16 201
 Index: doc/wget.texi
 --- doc/wget.texi.orig
 +++ doc/wget.texi
-@@ -190,7 +190,7 @@ gauge can be customized to your preferences.
+@@ -195,7 +195,7 @@ gauge can be customized to your preferences.
  Most of the 

CVS: cvs.openbsd.org: ports

2021-06-26 Thread Robert Nagy
CVSROOT:/cvs
Module name:ports
Changes by: rob...@cvs.openbsd.org  2021/06/26 02:06:58

Modified files:
editors/libreoffice: Makefile distinfo 
editors/libreoffice/patches: patch-configure 
 patch-shell_source_unix_exec_shellexec_cxx 
 patch-vcl_skia_gdiimpl_cxx 
Added files:
editors/libreoffice/patches: 
 patch-external_pdfium_Library_pdfium_mk 

Log message:
update to 7.0.6.2 and unbreak pdfium related PDF operations by including
the missing platform specific code in pdfium



CVS: cvs.openbsd.org: ports

2021-06-26 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2021/06/26 01:42:26

Log message:
Import py-stache 0.5.4.

Even if dormant upstream since years, this a build dependency of an
upcoming linphone port.

Pystache is a Python implementation of Mustache. Mustache is a
framework-agnostic, logic-free templating system inspired by ctemplate and 
et.
Like ctemplate, Mustache "emphasizes separating logic from presentation: it 
is
impossible to embed application logic in this template language."

ok kmos@

Status:

Vendor Tag: landry
Release Tags:   landry_20210626

N ports/textproc/py-stache/Makefile
N ports/textproc/py-stache/distinfo
N ports/textproc/py-stache/pkg/PLIST
N ports/textproc/py-stache/pkg/DESCR

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2021-06-26 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2021/06/26 01:42:47

Modified files:
textproc   : Makefile 

Log message:
+py-stache,python3



CVS: cvs.openbsd.org: ports

2021-06-26 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2021/06/26 01:21:38

Modified files:
www/mozilla-firefox: Makefile distinfo 
www/firefox-i18n: Makefile.inc distinfo 

Log message:
www/mozilla-firefox: update to 89.0.2.

See https://www.mozilla.org/en-US/firefox/89.0.2/releasenotes/
Fixes occasional hangs with Software WebRender
(https://bugzilla.mozilla.org/show_bug.cgi?id=1708224)



CVS: cvs.openbsd.org: ports

2021-06-26 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2021/06/26 01:21:15

Modified files:
sysutils/awscli: Makefile distinfo 

Log message:
Update to awscli-1.19.101.



CVS: cvs.openbsd.org: ports

2021-06-26 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2021/06/26 01:21:01

Modified files:
net/py-boto3   : Makefile distinfo 

Log message:
Update to py3-boto3-1.17.101.



CVS: cvs.openbsd.org: ports

2021-06-26 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2021/06/26 01:20:45

Modified files:
net/py-botocore: Makefile distinfo 
net/py-botocore/pkg: PLIST 

Log message:
Update to py3-botocore-1.20.101.



CVS: cvs.openbsd.org: ports

2021-06-26 Thread Kirill Bychkov
CVSROOT:/cvs
Module name:ports
Changes by: ki...@cvs.openbsd.org   2021/06/26 00:25:41

Modified files:
games/cataclysm-dda: Makefile 

Log message:
Clean up options.
BSD is set automatically for *BSD OS's.
BACKTRACE and LOCALIZE are set by default.
>From Brad Smith.