CVS: cvs.openbsd.org: ports

2022-10-19 Thread Anthony J . Bentley
CVSROOT:/cvs
Module name:ports
Changes by: bent...@cvs.openbsd.org 2022/10/19 20:37:39

Modified files:
sysutils/vultr-cli: Makefile distinfo modules.inc 

Log message:
Update to vultr-cli-2.15.0.

>From Adriano Barbosa (maintainer); thanks!



Re: CVS: cvs.openbsd.org: ports

2022-10-19 Thread Brad Smith
On Wed, Oct 19, 2022 at 02:39:31PM +0100, Stuart Henderson wrote:
> On 2022/10/17 17:19, Christian Weisgerber wrote:
> > CVSROOT:/cvs
> > Module name:ports
> > Changes by: na...@cvs.openbsd.org   2022/10/17 17:19:36
> > 
> > Modified files:
> > graphics/png   : Makefile distinfo 
> > graphics/png/patches: patch-Makefile_in patch-libpng_pc_in 
> > graphics/png/pkg: PLIST 
> > 
> > Log message:
> > graphics/png: update to 1.6.38
> > 
> > * Fixed various errors in the handling of tRNS, hIST and eXIf.
> > * Implemented many stability improvements across all platforms.
> > 
> > from Brad
> > 
> 
> This moved zlib from 'Requires' to 'Requires.private' in the pkg-config
> file, which breaks graphics/azpainter (undefined references to zlib 
> functions).

Yes, there is a bug in the configure script.


Index: patches/patch-configure
===
RCS file: /home/cvs/ports/graphics/azpainter/patches/patch-configure,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 patch-configure
--- patches/patch-configure 16 Mar 2022 01:44:05 -  1.3
+++ patches/patch-configure 19 Oct 2022 17:50:12 -
@@ -13,15 +13,24 @@ Index: configure
fi
  fi
  
-@@ -290,6 +290,11 @@ elif test "$tmp1" = Darwin;then
-   CFLAGS=`fc_add_string "$CFLAGS" "-DMLK_NO_SIMD"`
- elif test "$tmp1" = FreeBSD;then
-   cf_os=freebsd
-+  cf_make=gmake
-+  CFLAGS=`fc_add_string "$CFLAGS" "-I/usr/local/include"`
-+  LDFLAGS=`fc_add_string "$LDFLAGS" "-L/usr/local/lib"`
-+elif test "$tmp1" = OpenBSD;then
-+  cf_os=openbsd
+@@ -293,6 +293,11 @@ elif test "$tmp1" = FreeBSD;then
cf_make=gmake
CFLAGS=`fc_add_string "$CFLAGS" "-I/usr/local/include"`
LDFLAGS=`fc_add_string "$LDFLAGS" "-L/usr/local/lib"`
++elif test "$tmp1" = OpenBSD;then
++  cf_os=openbsd
++  cf_make=gmake
++  CFLAGS=`fc_add_string "$CFLAGS" "-I/usr/local/include"`
++  LDFLAGS=`fc_add_string "$LDFLAGS" "-L/usr/local/lib"`
+ fi
+ 
+ # dir
+@@ -349,7 +354,7 @@ fc_check_sharedlib "iconv"
+ fc_check_funclink rt "clock_gettime"
+ 
+ fc_check_lib libpng "libpng" "" "-lpng -lz" "png.h" "" "libpng-dev or 
libpng-devel or libpng or png"
+-fc_check_lib zlib "zlib" "" "" "zlib.h" "" "zlib1g-dev or zlib-devel or zlib"
++fc_check_lib zlib "zlib" "" "-lz" "zlib.h" "" "zlib1g-dev or zlib-devel or 
zlib"
+ fc_check_lib libjpeg "libjpeg" "" "-ljpeg" "stdio.h jpeglib.h" "" 
"libjpeg-dev or libjpeg-devel or libjpeg-turbo or jpeg-turbo"
+ fc_check_lib libtiff "libtiff-4" "" "-ltiff" "tiff.h" "" "libtiff-dev or 
libtiff-devel or libtiff or tiff"
+ fc_check_lib libwebp "libwebp" "" "-lwebp" "webp/decode.h" "" "libwebp-dev or 
libwebp-devel or libwebp or webp"



CVS: cvs.openbsd.org: ports

2022-10-19 Thread Anton Lindqvist
CVSROOT:/cvs
Module name:ports
Changes by: an...@cvs.openbsd.org   2022/10/19 10:21:44

Modified files:
mail/mdsort: Makefile distinfo 

Log message:
update to mdsort-11.5.0



CVS: cvs.openbsd.org: ports

2022-10-19 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2022/10/19 09:59:21

Modified files:
security/gnupg : Makefile distinfo 
Added files:
security/gnupg/patches: patch-dirmngr_server_c 

Log message:
Update to gnupg-2.2.40

ChangeLog: https://dev.gnupg.org/T6181

Test report from op@, thanks!



Re: CVS: cvs.openbsd.org: ports

2022-10-19 Thread Stuart Henderson
On 2022/10/17 17:19, Christian Weisgerber wrote:
> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   na...@cvs.openbsd.org   2022/10/17 17:19:36
> 
> Modified files:
>   graphics/png   : Makefile distinfo 
>   graphics/png/patches: patch-Makefile_in patch-libpng_pc_in 
>   graphics/png/pkg: PLIST 
> 
> Log message:
> graphics/png: update to 1.6.38
> 
> * Fixed various errors in the handling of tRNS, hIST and eXIf.
> * Implemented many stability improvements across all platforms.
> 
> from Brad
> 

This moved zlib from 'Requires' to 'Requires.private' in the pkg-config
file, which breaks graphics/azpainter (undefined references to zlib functions).



CVS: cvs.openbsd.org: ports

2022-10-19 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/10/19 06:55:48

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

Log message:
update to isc-bind-9.18.8



CVS: cvs.openbsd.org: ports

2022-10-19 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/10/19 05:53:43

Modified files:
devel/py-tz: Makefile distinfo 

Log message:
update to py3-tz-2022.5



CVS: cvs.openbsd.org: ports

2022-10-19 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/10/19 05:50:06

Modified files:
databases/citus: Makefile distinfo 
databases/citus/pkg: PLIST 
Added files:
databases/citus/patches: patch-Makefile 

Log message:
update to citus-11.1.3 and fix up tests



CVS: cvs.openbsd.org: ports

2022-10-19 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/10/19 05:39:38

Modified files:
net/librenms   : Makefile distinfo 
net/librenms/patches: patch-LibreNMS_Config_php patch-daily_sh 
net/librenms/pkg: PLIST 

Log message:
update to librenms-22.10.0



CVS: cvs.openbsd.org: ports

2022-10-19 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/10/19 05:36:34

Modified files:
net/arp-scan   : Makefile distinfo 

Log message:
bump the version for arp-scan, a previous commit was tagged but not marked as a
release in github so I (and portroach) missed it



CVS: cvs.openbsd.org: ports

2022-10-19 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/10/19 05:23:23

Modified files:
textproc/py-patiencediff: Makefile distinfo 
textproc/py-patiencediff/pkg: DESCR 

Log message:
update to py3-patiencediff-0.2.6

add a note in DESCR on how to run this from the command-line rather than
as part of a Python program (python3 -m patiencediff file_a file_b)



CVS: cvs.openbsd.org: ports

2022-10-19 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/10/19 05:19:53

Modified files:
textproc/py-webencodings: Makefile 
textproc/py-webencodings/pkg: PLIST 

Log message:
use MODPY_PYBUILD



CVS: cvs.openbsd.org: ports

2022-10-19 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/10/19 05:17:04

Modified files:
textproc/py-tinycss2: Makefile distinfo 

Log message:
update to py3-tinycss2-1.2.1



CVS: cvs.openbsd.org: ports

2022-10-19 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2022/10/19 03:48:08

Modified files:
security/qdigidoc4: Makefile 

Log message:
PR got merged, keep track



CVS: cvs.openbsd.org: ports

2022-10-19 Thread Omar Polo
CVSROOT:/cvs
Module name:ports
Changes by: o...@cvs.openbsd.org2022/10/19 01:42:55

Modified files:
www/gotosocial : Makefile distinfo modules.inc 
www/gotosocial/pkg: PLIST 

Log message:
update www/gotosocial to 0.5.2

diff from Hakudan (MAINTAINER), thanks!  Some tweaks on top: reset
REVISION, fix some whitespaces and annotate that regress is expected to
fail due to some missing go libraries.



CVS: cvs.openbsd.org: ports

2022-10-19 Thread Benoit Lecocq
CVSROOT:/cvs
Module name:ports
Changes by: ben...@cvs.openbsd.org  2022/10/19 01:34:00

Modified files:
devel/git  : Makefile distinfo 

Log message:
Update to git-2.38.1.