[UPDATE] textproc/ruby-liquid

2021-11-20 Thread Clemens Gößnitzer
This updates textproc/ruby-liquid to the latest 4.0.x version.  This is one of
the dependencies for the deleted www/ruby-jekyll, which I plan to re-add in the
future.

sqlports' show-reverse-deps does not show any dependencies on this port.

Thanks.


Index: Makefile
===
RCS file: /cvs/ports/textproc/ruby-liquid/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- Makefile12 Jul 2019 21:02:27 -  1.10
+++ Makefile21 Nov 2021 07:50:35 -
@@ -2,11 +2,10 @@
 
 COMMENT =  safe, customer facing template language
 
-DISTNAME = liquid-2.4.1
-REVISION = 1
+DISTNAME = liquid-4.0.3
 CATEGORIES =   textproc
 
-HOMEPAGE =  http://wiki.shopify.com/Liquid
+HOMEPAGE =  https://github.com/Shopify/liquid
 
 # MIT
 PERMIT_PACKAGE = Yes
@@ -14,9 +13,5 @@ PERMIT_PACKAGE = Yes
 MODULES =  lang/ruby
 
 CONFIGURE_STYLE =  ruby gem
-
-# distfile currently doesn't include the Rakefile or specs from the source
-# repository, but a future version might
-#MODRUBY_TEST =rake
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/textproc/ruby-liquid/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo18 Jan 2013 18:11:51 -  1.2
+++ distinfo21 Nov 2021 07:50:35 -
@@ -1,2 +1,2 @@
-SHA256 (liquid-2.4.1.gem) = jSaB7o+xFnGRvWBk/aDKSrvogvT1H39TSmRgCt4jHxo=
-SIZE (liquid-2.4.1.gem) = 40960
+SHA256 (liquid-4.0.3.gem) = fhWpV/vrQk3sFbUjEYgFJJVM5uOEupFx4h/5jxQsD34=
+SIZE (liquid-4.0.3.gem) = 76288
Index: pkg/PLIST
===
RCS file: /cvs/ports/textproc/ruby-liquid/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST   18 Jan 2013 18:11:51 -  1.2
+++ pkg/PLIST   21 Nov 2021 07:50:35 -
@@ -1,32 +1,48 @@
-@comment $OpenBSD: PLIST,v 1.2 2013/01/18 18:11:51 jasper Exp $
+@comment $OpenBSD: PLIST,v$
 ${GEM_LIB}/cache/${DISTNAME}.gem
 ${GEM_LIB}/gems/${DISTNAME}/
 ${GEM_LIB}/gems/${DISTNAME}/History.md
-${GEM_LIB}/gems/${DISTNAME}/MIT-LICENSE
+${GEM_LIB}/gems/${DISTNAME}/LICENSE
 ${GEM_LIB}/gems/${DISTNAME}/README.md
 ${GEM_LIB}/gems/${DISTNAME}/lib/
-${GEM_LIB}/gems/${DISTNAME}/lib/extras/
-${GEM_LIB}/gems/${DISTNAME}/lib/extras/liquid_view.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/liquid/
 ${GEM_LIB}/gems/${DISTNAME}/lib/liquid.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/liquid/block.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/liquid/block_body.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/liquid/condition.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/liquid/context.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/liquid/document.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/liquid/drop.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/liquid/errors.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/liquid/expression.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/liquid/extensions.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/liquid/file_system.rb
-${GEM_LIB}/gems/${DISTNAME}/lib/liquid/htmltags.rb
-${GEM_LIB}/gems/${DISTNAME}/lib/liquid/module_ex.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/liquid/forloop_drop.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/liquid/i18n.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/liquid/interrupts.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/liquid/lexer.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/liquid/locales/
+${GEM_LIB}/gems/${DISTNAME}/lib/liquid/locales/en.yml
+${GEM_LIB}/gems/${DISTNAME}/lib/liquid/parse_context.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/liquid/parse_tree_visitor.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/liquid/parser.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/liquid/parser_switching.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/liquid/profiler/
+${GEM_LIB}/gems/${DISTNAME}/lib/liquid/profiler.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/liquid/profiler/hooks.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/liquid/range_lookup.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/liquid/resource_limits.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/liquid/standardfilters.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/liquid/strainer.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/liquid/tablerowloop_drop.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/liquid/tag.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/liquid/tags/
 ${GEM_LIB}/gems/${DISTNAME}/lib/liquid/tags/assign.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/liquid/tags/break.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/liquid/tags/capture.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/liquid/tags/case.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/liquid/tags/comment.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/liquid/tags/continue.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/liquid/tags/cycle.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/liquid/tags/decrement.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/liquid/tags/for.rb
@@ -35,39 +51,69 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/liquid/t
 ${GEM_LIB}/gems/${DISTNAME}/lib/liquid/tags/include.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/liquid/tags/increment.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/liquid/tags/raw.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/liquid/tags/table_row.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/liquid/tags/unless.rb
 

CVS: cvs.openbsd.org: ports

2021-11-20 Thread Benoit Lecocq
CVSROOT:/cvs
Module name:ports
Changes by: ben...@cvs.openbsd.org  2021/11/21 00:29:30

Modified files:
emulators/stella: Makefile distinfo 

Log message:
Update to stella-6.6 from Tom Murphy, ok sdk@.



sparc64 bulk build report

2021-11-20 Thread kmos
Bulk build on sparc64-0a.ports.openbsd.org

Started : Thu Nov 18 11:32:04 MST 2021
Finished: Sat Nov 20 21:39:18 MST 2021
Duration: 2 Days 10 hours 7 minutes

Built using OpenBSD 7.0-current (GENERIC.MP) #1057: Wed Nov 17 16:51:35 MST 2021

Built 9227 packages

Number of packages built each day:
Nov 18: 6826
Nov 19: 1917
Nov 20: 484


Critical path missing pkgs:
http://build-failures.rhaalovely.net/sparc64/2021-11-18/summary.log

Build failures: 34
http://build-failures.rhaalovely.net/sparc64/2021-11-18/archivers/fuse-zip.log
http://build-failures.rhaalovely.net/sparc64/2021-11-18/astro/py-astropy,python3.log
http://build-failures.rhaalovely.net/sparc64/2021-11-18/audio/ncmpcpp.log
http://build-failures.rhaalovely.net/sparc64/2021-11-18/cad/dxf2gcode.log
http://build-failures.rhaalovely.net/sparc64/2021-11-18/comms/sigrok/pulseview.log
http://build-failures.rhaalovely.net/sparc64/2021-11-18/comms/sigrok/sigrok-cli.log
http://build-failures.rhaalovely.net/sparc64/2021-11-18/databases/mdbtools.log
http://build-failures.rhaalovely.net/sparc64/2021-11-18/databases/pspg.log
http://build-failures.rhaalovely.net/sparc64/2021-11-18/devel/avr/gcc.log
http://build-failures.rhaalovely.net/sparc64/2021-11-18/devel/kf5/kio.log
http://build-failures.rhaalovely.net/sparc64/2021-11-18/devel/vte3.log
http://build-failures.rhaalovely.net/sparc64/2021-11-18/editors/tpad.log
http://build-failures.rhaalovely.net/sparc64/2021-11-18/emulators/openmsx.log
http://build-failures.rhaalovely.net/sparc64/2021-11-18/games/colobot/colobot.log
http://build-failures.rhaalovely.net/sparc64/2021-11-18/games/egoboo.log
http://build-failures.rhaalovely.net/sparc64/2021-11-18/games/puzzles.log
http://build-failures.rhaalovely.net/sparc64/2021-11-18/games/stepmania.log
http://build-failures.rhaalovely.net/sparc64/2021-11-18/graphics/birdfont.log
http://build-failures.rhaalovely.net/sparc64/2021-11-18/graphics/enblend-enfuse.log
http://build-failures.rhaalovely.net/sparc64/2021-11-18/graphics/gmic.log
http://build-failures.rhaalovely.net/sparc64/2021-11-18/graphics/makehuman.log
http://build-failures.rhaalovely.net/sparc64/2021-11-18/lang/clazy.log
http://build-failures.rhaalovely.net/sparc64/2021-11-18/multimedia/mkvtoolnix.log
http://build-failures.rhaalovely.net/sparc64/2021-11-18/net/barrier.log
http://build-failures.rhaalovely.net/sparc64/2021-11-18/net/gupnp/av.log
http://build-failures.rhaalovely.net/sparc64/2021-11-18/net/ntopng.log
http://build-failures.rhaalovely.net/sparc64/2021-11-18/net/pmacct,postgresql.log
http://build-failures.rhaalovely.net/sparc64/2021-11-18/net/ssldump.log
http://build-failures.rhaalovely.net/sparc64/2021-11-18/productivity/gnucash.log
http://build-failures.rhaalovely.net/sparc64/2021-11-18/textproc/docbook-utils.log
http://build-failures.rhaalovely.net/sparc64/2021-11-18/textproc/mupdf,js.log
http://build-failures.rhaalovely.net/sparc64/2021-11-18/www/badwolf.log
http://build-failures.rhaalovely.net/sparc64/2021-11-18/www/nextcloud_notify_push.log
http://build-failures.rhaalovely.net/sparc64/2021-11-18/x11/gnome/gjs.log

Recurrent failures:
 failures/databases/mdbtools.log
 failures/databases/pspg.log
 failures/devel/avr/gcc.log
 failures/devel/vte3.log
 failures/emulators/openmsx.log
 failures/games/colobot/colobot.log
 failures/games/egoboo.log
 failures/net/pmacct,postgresql.log
 failures/net/ssldump.log
 failures/productivity/gnucash.log
 failures/textproc/docbook-utils.log
 failures/textproc/mupdf,js.log
 failures/www/nextcloud_notify_push.log
 failures/x11/gnome/gjs.log

New failures:
+failures/devel/kf5/kio.log
+failures/editors/tpad.log
+failures/www/badwolf.log

Resolved failures:
-failures/productivity/kmymoney.log
-failures/x11/kde-applications/kmix.log

Packages newly built:
+audio/py-mediafile,python3
+devel/luarocks
+devel/luarocks,lua52
+devel/luarocks,lua53
+devel/p5-B-Debug
+devel/py-test-xprocess,python3
+net/gelatod
+textproc/py-confuse,python3
+www/yt-dlp
+x11/wxWidgets,-webkit

Packages not built this time:
-astro/kstars
-devel/kdiff3
-devel/kf5/baloo
-devel/kf5/frameworkintegration
-devel/kf5/kcmutils
-devel/kf5/kdav
-devel/kf5/kdeclarative
-devel/kf5/kdelibs4support
-devel/kf5/kdewebkit
-devel/kf5/khtml
-devel/kf5/kinit
-devel/kf5/kio
-devel/kf5/kmediaplayer
-devel/kf5/knewstuff
-devel/kf5/knotifyconfig
-devel/kf5/kparts
-devel/kf5/kross
-devel/kf5/krunner
-devel/kf5/ktexteditor
-devel/kf5/kxmlrpcclient
-devel/kf5/plasma-framework
-devel/kf5/purpose
-devel/pear-Cache
-devel/pear-Config
-devel/pear-Console-Table
-devel/pear-Date
-devel/pear-Date-Holidays/Australia
-devel/pear-Date-Holidays/Austria
-devel/pear-Date-Holidays/Brazil
-devel/pear-Date-Holidays/Chile
-devel/pear-Date-Holidays/Croatia
-devel/pear-Date-Holidays/Czech
-devel/pear-Date-Holidays/Denmark
-devel/pear-Date-Holidays/Discordian
-devel/pear-Date-Holidays/EnglandWales
-devel/pear-Date-Holidays/Finland
-devel/pear-Date-Holidays/France
-devel/pear-Date-Holidays/Germany
-devel/pear-Date-Holidays/Iceland

CVS: cvs.openbsd.org: ports

2021-11-20 Thread Anthony J . Bentley
CVSROOT:/cvs
Module name:ports
Changes by: bent...@cvs.openbsd.org 2021/11/20 20:53:05

Modified files:
textproc/apertium-dicts/spa-cat: Makefile 

Log message:
BUILD_DEPENDS += apertium-lex-tools.

build failure reported by naddy@



CVS: cvs.openbsd.org: ports

2021-11-20 Thread Daniel Dickman
CVSROOT:/cvs
Module name:ports
Changes by: dan...@cvs.openbsd.org  2021/11/20 19:10:17

Modified files:
lang/compcert  : Makefile distinfo 
lang/compcert/patches: patch-Makefile patch-configure 

Log message:
update to CompCert 3.10



CVS: cvs.openbsd.org: ports

2021-11-20 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/11/20 17:41:18

Modified files:
x11/gnome/gucharmap: Makefile 

Log message:
add missing LDEP on pcre2



CVS: cvs.openbsd.org: ports

2021-11-20 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/11/20 17:41:13

Modified files:
lang/php   : Makefile.inc 

Log message:
unbreak php-embed configure if libzip is not installed, reported by aja@ naddy@



CVS: cvs.openbsd.org: ports

2021-11-20 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2021/11/20 15:31:53

Modified files:
net/knot   : Makefile distinfo 

Log message:
Update to knot-3.1.4

Release notes:
https://www.knot-dns.cz/2021-10-18-version-313.html
https://www.knot-dns.cz/2021-11-04-version-314.html



Re: [UPDATE] for games/uqm 0.7.0 -> 0.8.0

2021-11-20 Thread Stefan Hagen
Hi Tom,

Tom Murphy wrote:
> Here is a diff to update games/uqm from 0.7.0 to 0.8.0. The game
> now compiles under SDL2.
>
> OK?

I don't know how to play this game, but I clicked around and it seems to
run fine. Tested on amd64.

$ portcheck
both data/3domusic and some of its parents has distinfo
...

games/uqm/distinfo should be removed.

OK sdk@ without parent distinfo.

Best Regards,
Stefan



Re: [UPDATE] emulators/stella update to 6.6

2021-11-20 Thread Stefan Hagen
Tom Murphy wrote:
> Here is a diff to update emulators/stella (Atari 2600 emulator)
> to version 6.6.
> 
> OK?

Tested on amd64. Looks good.

OK sdk@



Re: [NEW] inputmethods/libkkc

2021-11-20 Thread SASANO Takayoshi
Hello, sorry for late reply.

This is fixed version.

CONFIGURE_STYLE, AUTORECONF is modified/added.
I thought using CONFIGURE_ENV is better,
so patches/patch-marisa-glib-makefile-am is removed.

Adding CONFIGURE_ENV += CFLAGS="..." to suppress C warnings
(generated from Vala code).

Regards,
-- 
SASANO Takayoshi (JG1UAA) 



libkkc.tgz
Description: Binary data


[UPDATE] emulators/stella update to 6.6

2021-11-20 Thread Tom Murphy
Hi,

   Here is a diff to update emulators/stella (Atari 2600 emulator)
   to version 6.6.

   OK?

   Thanks,
   Tom


Index: Makefile
===
RCS file: /cvs/ports/emulators/stella/Makefile,v
retrieving revision 1.41
diff -u -p -r1.41 Makefile
--- Makefile25 Apr 2021 07:11:47 -  1.41
+++ Makefile20 Nov 2021 19:36:34 -
@@ -2,7 +2,7 @@
 
 COMMENT =  Atari 2600 VCS emulator
 
-V =6.5.3
+V =6.6
 DISTNAME = stella-$V
 CATEGORIES =   emulators
 EXTRACT_SUFX = -src.tar.xz
Index: distinfo
===
RCS file: /cvs/ports/emulators/stella/distinfo,v
retrieving revision 1.28
diff -u -p -r1.28 distinfo
--- distinfo25 Apr 2021 07:11:47 -  1.28
+++ distinfo20 Nov 2021 19:36:34 -
@@ -1,2 +1,2 @@
-SHA256 (stella-6.5.3-src.tar.xz) = tJ1eWlqocuH0tvJOq9cjBKvdV3gB1uw0l2DHO5nn8U0=
-SIZE (stella-6.5.3-src.tar.xz) = 6221588
+SHA256 (stella-6.6-src.tar.xz) = 1IHvxtJ7UpRWXfzBCYPeLbxNuKWZMqZ4/9tNJAS4wgc=
+SIZE (stella-6.6-src.tar.xz) = 10035924



Re: maintainer update: www/hugo 0.88.1 --> 0.89.4

2021-11-20 Thread Stefan Hagen
Hi Paco,

Paco Esteban wrote:
> This is an update for www/hugo to its latest version 0.89.4.
> No major changes on the port itself.  About the software there are lots
> of changes you can see here:
> 
> https://github.com/gohugoio/hugo/releases
> 
> I guess one that can impact users is that hugo now uses a lock file that
> should be ignored on version control just in case.
> 
> As usual tests by hugo users are appreciated.
> 
> OK to commit ?

The usual checks are ok here too. I created a few pages and ran through 
a few operations on a small hugo page. No complaints.

OK sdk@



Re: databases/skytools, databases/pgloader

2021-11-20 Thread Pierre-Emmanuel André
Yes please go ahead.
Ok pea@ to remove them.

On November 20, 2021 4:03:10 PM GMT+01:00, Stuart Henderson 
 wrote:
>Both of these ports require Python 2 and psycopg2, blocking updates to
>psycopg2 (current versions of psycopg2 no longer support py2). Also
>skytools needs patching for most pgsql updates.
>
>They are both very outdated compared to upstream:
>
>skytools has had some major refactoring upstream and split into multiple
>components, so the existing port is not useful as a basis.
>
>pgloader has been rewritten (again - 1.x was in Tcl, 2.x in Python, and
>now 3.x is in Lisp) and being about 12 years old I am dubious that the
>in-tree version is useful with current pgsql.
>
>OK to remove them both?
>
>

-- 
Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma 
brièveté.

CVS: cvs.openbsd.org: ports

2021-11-20 Thread Stefan Hagen
CVSROOT:/cvs
Module name:ports
Changes by: s...@cvs.openbsd.org2021/11/20 11:01:11

Removed files:
www/tor-browser/browser/patches: 
 patch-intl_icu_source_Makefile_in 

Log message:
Removing patch, which should have been removed with the last update.
Maintainer Caspar Schutijser noticed it. Thank you!



CVS: cvs.openbsd.org: ports

2021-11-20 Thread Stefan Hagen
CVSROOT:/cvs
Module name:ports
Changes by: s...@cvs.openbsd.org2021/11/20 10:56:33

Modified files:
meta/tor-browser: Makefile 

Log message:
Update tor-browser to 11.0.1, by maintainer Caspar Schutijser

Fixing the meta port as tor-browser is already 11.0.1



[UPDATE] net/wireguard-tools : Update to 1.0.20210914

2021-11-20 Thread Daniel Moch
The following patch updates wireguard-tools as described in the
subject. The current port is broken as of OpenBSD 7.0 in the case
where the peer advertizes a nameserver. The newer release properly
uses the route(8) command to add the nameserver to resolv.conf.

Index: wireguard-tools/Makefile
===
RCS file: /cvs/ports/net/wireguard-tools/Makefile,v
retrieving revision 1.21
diff -u -r1.21 Makefile
--- wireguard-tools/Makefile3 May 2021 11:16:29 -   1.21
+++ wireguard-tools/Makefile20 Nov 2021 16:44:51 -
@@ -2,7 +2,7 @@
 
 COMMENT =  fast and secure VPN
 
-DISTNAME = wireguard-tools-1.0.20210424
+DISTNAME = wireguard-tools-1.0.20210914
 EPOCH =0
 
 CATEGORIES =   net security
Index: wireguard-tools/distinfo
===
RCS file: /cvs/ports/net/wireguard-tools/distinfo,v
retrieving revision 1.17
diff -u -r1.17 distinfo
--- wireguard-tools/distinfo3 May 2021 11:16:29 -   1.17
+++ wireguard-tools/distinfo20 Nov 2021 16:44:51 -
@@ -1,2 +1,2 @@
-SHA256 (wireguard-tools-1.0.20210424.tar.xz) = 
soiwxDhx2RlinX53hG7wtH+O6qnryc7e7oIz/GzDdq0=
-SIZE (wireguard-tools-1.0.20210424.tar.xz) = 96816
+SHA256 (wireguard-tools-1.0.20210914.tar.xz) = 
l/8xSJIXuyZbeuhQ09DzNasH0mUrof7siLc0vJa9Baw=
+SIZE (wireguard-tools-1.0.20210914.tar.xz) = 99744

-- 
Daniel Moch



Re: aarch64 bulk build report

2021-11-20 Thread Omar Polo


> http://build-failures.rhaalovely.net/aarch64/2021-11-18/comms/pterm.log
> http://build-failures.rhaalovely.net/aarch64/2021-11-18/databases/pgadmin3.log
> http://build-failures.rhaalovely.net/aarch64/2021-11-18/devel/codeblocks.log
> http://build-failures.rhaalovely.net/aarch64/2021-11-18/devel/luarocks,lua53.log
> http://build-failures.rhaalovely.net/aarch64/2021-11-18/emulators/nono.log
> http://build-failures.rhaalovely.net/aarch64/2021-11-18/games/golly.log
> http://build-failures.rhaalovely.net/aarch64/2021-11-18/games/scorched3d.log
> http://build-failures.rhaalovely.net/aarch64/2021-11-18/games/scummvm-tools.log
> http://build-failures.rhaalovely.net/aarch64/2021-11-18/geo/spatialite/gui.log
> http://build-failures.rhaalovely.net/aarch64/2021-11-18/graphics/delaboratory.log
> http://build-failures.rhaalovely.net/aarch64/2021-11-18/misc/rocrail,-gui.log
> http://build-failures.rhaalovely.net/aarch64/2021-11-18/x11/py-wxPython.log
> http://build-failures.rhaalovely.net/aarch64/2021-11-18/x11/wxSVG.log
> http://build-failures.rhaalovely.net/aarch64/2021-11-18/x11/xchm.log

These are my fault, sorry.  I forgot a BDEP on luarocks (thanks aja@ for
fixing it) and then there's the wxwidgets fallout (also fixed.)



aarch64 bulk build report

2021-11-20 Thread phessler
bulk build on arm64.ports.openbsd.org
started on  Thu Nov 18 02:34:09 MST 2021
finished at Sat Nov 20 09:37:20 MST 2021
lasted 2D07h03m
done with kern.version=OpenBSD 7.0-current (GENERIC.MP) #1400: Wed Nov 17 
23:00:11 MST 2021

built packages:10890
Nov 18:3697
Nov 19:2598
Nov 20:4594


critical path missing pkgs:  
http://build-failures.rhaalovely.net/aarch64/2021-11-18/summary.log

build failures: 21
http://build-failures.rhaalovely.net/aarch64/2021-11-18/comms/pterm.log
http://build-failures.rhaalovely.net/aarch64/2021-11-18/databases/pgadmin3.log
http://build-failures.rhaalovely.net/aarch64/2021-11-18/devel/codeblocks.log
http://build-failures.rhaalovely.net/aarch64/2021-11-18/devel/luarocks,lua53.log
http://build-failures.rhaalovely.net/aarch64/2021-11-18/devel/py-test-xprocess,python3.log
http://build-failures.rhaalovely.net/aarch64/2021-11-18/emulators/nono.log
http://build-failures.rhaalovely.net/aarch64/2021-11-18/games/golly.log
http://build-failures.rhaalovely.net/aarch64/2021-11-18/games/scorched3d.log
http://build-failures.rhaalovely.net/aarch64/2021-11-18/games/scummvm-tools.log
http://build-failures.rhaalovely.net/aarch64/2021-11-18/geo/spatialite/gui.log
http://build-failures.rhaalovely.net/aarch64/2021-11-18/graphics/delaboratory.log
http://build-failures.rhaalovely.net/aarch64/2021-11-18/misc/rocrail,-gui.log
http://build-failures.rhaalovely.net/aarch64/2021-11-18/net/icinga/core2.log
http://build-failures.rhaalovely.net/aarch64/2021-11-18/sysutils/gitlab-runner.log
http://build-failures.rhaalovely.net/aarch64/2021-11-18/sysutils/telegraf.log
http://build-failures.rhaalovely.net/aarch64/2021-11-18/textproc/apertium-dicts/dan-nor.log
http://build-failures.rhaalovely.net/aarch64/2021-11-18/textproc/apertium-dicts/nno-nob.log
http://build-failures.rhaalovely.net/aarch64/2021-11-18/textproc/apertium-dicts/swe-nor.log
http://build-failures.rhaalovely.net/aarch64/2021-11-18/x11/py-wxPython.log
http://build-failures.rhaalovely.net/aarch64/2021-11-18/x11/wxSVG.log
http://build-failures.rhaalovely.net/aarch64/2021-11-18/x11/xchm.log

recurrent failures
 failures/sysutils/gitlab-runner.log
 failures/sysutils/telegraf.log
new failures
+++ ls-failures Sat Nov 20 09:37:31 2021
+failures/comms/pterm.log
+failures/databases/pgadmin3.log
+failures/devel/codeblocks.log
+failures/devel/luarocks,lua53.log
+failures/devel/py-test-xprocess,python3.log
+failures/emulators/nono.log
+failures/games/golly.log
+failures/games/scorched3d.log
+failures/games/scummvm-tools.log
+failures/geo/spatialite/gui.log
+failures/graphics/delaboratory.log
+failures/misc/rocrail,-gui.log
+failures/net/icinga/core2.log
+failures/textproc/apertium-dicts/dan-nor.log
+failures/textproc/apertium-dicts/nno-nob.log
+failures/textproc/apertium-dicts/swe-nor.log
+failures/x11/py-wxPython.log
+failures/x11/wxSVG.log
+failures/x11/xchm.log
resolved failures
--- ../old/aarch64/last//ls-failuresSun Nov 14 00:30:03 2021
-failures/devel/xtensa-lx106-elf/gcc.log
-failures/x11/kde-applications/krdc.log



CVS: cvs.openbsd.org: ports

2021-11-20 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2021/11/20 09:35:51

Modified files:
x11/gnome/tracker3-miners/patches: 
   patch-src_tracker_tracker-process_c 

Log message:
Missed MR URL.



CVS: cvs.openbsd.org: ports

2021-11-20 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2021/11/20 09:26:02

Modified files:
x11/gnome/tracker3-miners: Makefile 
Added files:
x11/gnome/tracker3-miners/patches: 
   patch-src_tracker_tracker-process_c 

Log message:
Implement find_command().
Looks fine to robert@



CVS: cvs.openbsd.org: ports

2021-11-20 Thread Martin Reindl
CVSROOT:/cvs
Module name:ports
Changes by: mar...@cvs.openbsd.org  2021/11/20 09:21:48

Modified files:
math/py-h5py   : Makefile distinfo 
Removed files:
math/py-h5py/patches: patch-setup_py 

Log message:
Update h5py to 3.6.0.



Re: NEW: lang/ldc

2021-11-20 Thread Brian Callahan



On 10/20/2021 08:16 PM, Brian Callahan wrote:

Hi ports --

Attached is a new port, lang/ldc. LDC is the LLVM D Compiler.

---
pkg/DESCR:
The LDC project aims to provide a portable D programming language
compiler with modern optimization and code generation capabilities.
The compiler uses the official DMD frontend to support the latest D2
version and relies on the LLVM Core libraries for code generation.
---

Some notes:
* Uses a bootstrap model like DMD. But unlike DMD, in theory LDC can
be built and run on anything that LLVM supports. For now though,
ONLY_FOR_ARCHS=amd64. This bootstrap is made in a way that additional
arch support can be easily added when the time comes.
* gkoehler@'s Fibers patch and some of my dmd-2.099.0 code is in
patches/ (ioctl handling)
* Lots of tests fail. It's more like many don't run, but that gets
reported as a failure. I am sure some of it is legit and some of it is
infrastructure weirdness. I will work to improve that situation.
* LDC is able to build a dub that passes all of the dub tests, can
rebuild itself (obviously), and is able to build and run all the D
code I have managed to throw at LDC so far.

OK?

~Brian


Ping. Port reattached.

~Brian

ldc.tgz
Description: GNU Zip compressed data


[UPDATE] for games/uqm 0.7.0 -> 0.8.0

2021-11-20 Thread Tom Murphy
Hi,

  Here is a diff to update games/uqm from 0.7.0 to 0.8.0. The game
  now compiles under SDL2.

  OK?

  Thanks,
  Tom

Index: data/3domusic/Makefile
===
RCS file: /cvs/ports/games/uqm/data/3domusic/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- data/3domusic/Makefile  30 Aug 2020 10:05:35 -  1.1.1.1
+++ data/3domusic/Makefile  20 Nov 2021 15:46:43 -
@@ -2,14 +2,12 @@
 
 COMMENT =  ur-quan masters: 3DO music content
 
-V =0.7.0
+V =0.8.0
 
 UQM_ADDON =Yes
 
 # packages-specs(7): first digit following hyphen can only be version
 PKGNAME =  uqm-threedomusic-$V
 DISTFILES =uqm-$V-3domusic.uqm
-
-REVISION = 6
 
 .include 
Index: data/3domusic/distinfo
===
RCS file: /cvs/ports/games/uqm/data/3domusic/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- data/3domusic/distinfo  30 Aug 2020 10:05:35 -  1.1.1.1
+++ data/3domusic/distinfo  20 Nov 2021 15:46:43 -
@@ -1,2 +1,2 @@
-SHA256 (uqm/uqm-0.7.0-3domusic.uqm) = 
xXCF5k2tS934pnmpqirfY/IVbV9sur5jr4BRkDPby4I=
-SIZE (uqm/uqm-0.7.0-3domusic.uqm) = 18980671
+SHA256 (uqm/uqm-0.8.0-3domusic.uqm) = 
RM087H6VabQRettNd/FSKJCXJWYmc5GuCWMUhdIx2Lk=
+SIZE (uqm/uqm-0.8.0-3domusic.uqm) = 18980671
Index: data/3domusic/pkg/PLIST
===
RCS file: /cvs/ports/games/uqm/data/3domusic/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- data/3domusic/pkg/PLIST 30 Aug 2020 10:05:35 -  1.1.1.1
+++ data/3domusic/pkg/PLIST 20 Nov 2021 15:46:43 -
@@ -3,4 +3,4 @@
 share/uqm/
 share/uqm/content/
 share/uqm/content/addons/
-share/uqm/content/addons/uqm-0.7.0-3domusic.uqm
+share/uqm/content/addons/uqm-0.8.0-3domusic.uqm
Index: data/content/Makefile
===
RCS file: /cvs/ports/games/uqm/data/content/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- data/content/Makefile   30 Aug 2020 10:05:35 -  1.1.1.1
+++ data/content/Makefile   20 Nov 2021 15:46:43 -
@@ -2,13 +2,11 @@
 
 COMMENT =  ur-quan masters: game content
 
-V =0.7.0
+V =0.8.0
 
 UQM_PACKAGE =  Yes
 
 PKGNAME =  uqm-content-$V
 DISTFILES =uqm-$V-content.uqm
-
-REVISION = 6
 
 .include 
Index: data/content/distinfo
===
RCS file: /cvs/ports/games/uqm/data/content/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- data/content/distinfo   30 Aug 2020 10:05:35 -  1.1.1.1
+++ data/content/distinfo   20 Nov 2021 15:46:43 -
@@ -1,2 +1,2 @@
-SHA256 (uqm/uqm-0.7.0-content.uqm) = 
uPbbi6KfBij7HVwjODCJaxn0Qa7jdEvaZx6iZLRNo78=
-SIZE (uqm/uqm-0.7.0-content.uqm) = 11538533
+SHA256 (uqm/uqm-0.8.0-content.uqm) = 
d9dawl5vt1WjPEujs4p7e8Qfy8AolokbDMmskhS3Lu8=
+SIZE (uqm/uqm-0.8.0-content.uqm) = 11547353
Index: data/content/pkg/PLIST
===
RCS file: /cvs/ports/games/uqm/data/content/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- data/content/pkg/PLIST  30 Aug 2020 10:05:35 -  1.1.1.1
+++ data/content/pkg/PLIST  20 Nov 2021 15:46:43 -
@@ -3,4 +3,4 @@
 share/uqm/
 share/uqm/content/
 share/uqm/content/packages/
-share/uqm/content/packages/uqm-0.7.0-content.uqm
+share/uqm/content/packages/uqm-0.8.0-content.uqm
Index: data/remix/pkg/PLIST
===
RCS file: /cvs/ports/games/uqm/data/remix/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- data/remix/pkg/PLIST30 Aug 2020 10:05:35 -  1.1.1.1
+++ data/remix/pkg/PLIST20 Nov 2021 15:46:43 -
@@ -1,12 +1,12 @@
 @comment $OpenBSD: PLIST,v 1.1.1.1 2020/08/30 10:05:35 bentley Exp $
-@pkgpath games/uqm,-remix1
-@pkgpath games/uqm,-remix2
-@pkgpath games/uqm,-remix3
-@pkgpath games/uqm,-remix4
 @conflict uqm-remix1-*
 @conflict uqm-remix2-*
 @conflict uqm-remix3-*
 @conflict uqm-remix4-*
+@pkgpath games/uqm,-remix1
+@pkgpath games/uqm,-remix2
+@pkgpath games/uqm,-remix3
+@pkgpath games/uqm,-remix4
 share/uqm/
 share/uqm/content/
 share/uqm/content/addons/
Index: data/voice/Makefile
===
RCS file: /cvs/ports/games/uqm/data/voice/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- data/voice/Makefile 30 Aug 2020 10:05:35 -  1.1.1.1
+++ data/voice/Makefile 20 Nov 2021 15:46:43 -
@@ -2,13 +2,11 @@
 
 COMMENT =  ur-quan masters: speech content
 
-V =0.7.0
+V =0.8.0
 
 UQM_ADDON =Yes
 
 PKGNAME =  uqm-voice-$V
 DISTFILES =uqm-$V-voice.uqm
-
-REVISION = 6
 
 .include 
Index: 

CVS: cvs.openbsd.org: ports

2021-11-20 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2021/11/20 08:42:57

Modified files:
shells/bash: Makefile distinfo 

Log message:
shells/bash: update to 5.1 patchlevel 12



CVS: cvs.openbsd.org: ports

2021-11-20 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/11/20 08:08:12

Modified files:
devel/py-minidump: Makefile distinfo 
devel/py-minidump/pkg: PLIST 

Log message:
update to py3-minidump-0.0.21



CVS: cvs.openbsd.org: ports

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

Modified files:
devel/py-certifi: Makefile distinfo 

Log message:
update to py-certifi-2021.10.8



CVS: cvs.openbsd.org: ports

2021-11-20 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2021/11/20 08:04:38

Modified files:
devel/avr/gcc  : Makefile 

Log message:
devel/avr/gcc: do not pick up math/isl during the build



databases/skytools, databases/pgloader

2021-11-20 Thread Stuart Henderson
Both of these ports require Python 2 and psycopg2, blocking updates to
psycopg2 (current versions of psycopg2 no longer support py2). Also
skytools needs patching for most pgsql updates.

They are both very outdated compared to upstream:

skytools has had some major refactoring upstream and split into multiple
components, so the existing port is not useful as a basis.

pgloader has been rewritten (again - 1.x was in Tcl, 2.x in Python, and
now 3.x is in Lisp) and being about 12 years old I am dubious that the
in-tree version is useful with current pgsql.

OK to remove them both?




CVS: cvs.openbsd.org: ports

2021-11-20 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/11/20 07:53:58

Modified files:
databases/py-alembic: Makefile distinfo 

Log message:
update to py3-alembic-1.7.5



CVS: cvs.openbsd.org: ports

2021-11-20 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/11/20 07:53:17

Modified files:
databases/py-carbon: Makefile distinfo 
databases/py-carbon/patches: patch-lib_carbon_conf_py 
databases/py-carbon/pkg: PLIST 

Log message:
update to py3-carbon-1.1.8



CVS: cvs.openbsd.org: ports

2021-11-20 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/11/20 07:49:40

Modified files:
databases/py-sqlalchemy: Makefile distinfo 
databases/py-sqlalchemy/pkg: PLIST 

Log message:
update to py3-sqlalchemy-1.4.27



CVS: cvs.openbsd.org: ports

2021-11-20 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/11/20 07:47:42

Modified files:
databases/py-whisper: Makefile distinfo 
databases/py-whisper/pkg: PLIST 

Log message:
update to py3-whisper-1.1.8



CVS: cvs.openbsd.org: ports

2021-11-20 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/11/20 07:47:06

Modified files:
databases/py-sqlparse: Makefile distinfo 

Log message:
update to py3-sqlparse-0.4.2



CVS: cvs.openbsd.org: ports

2021-11-20 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/11/20 07:41:41

Modified files:
security/letsencrypt: Makefile.inc 
security/letsencrypt/client: Makefile distinfo 
security/letsencrypt/py-acme: Makefile distinfo 

Log message:
update to py3-acme-1.21.0/certbot-1.21.0



CVS: cvs.openbsd.org: ports

2021-11-20 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/11/20 07:39:18

Modified files:
textproc/calibre: Makefile distinfo 
textproc/calibre/pkg: PLIST 

Log message:
update to calibre-5.32.0



CVS: cvs.openbsd.org: ports

2021-11-20 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/11/20 07:34:35

Modified files:
graphics/ffmpeg: Makefile 
Added files:
graphics/ffmpeg/patches: patch-libavcodec_libdav1d_c 

Log message:
FFmpeg: Pull some patches from the 4.4 branch. From Brad.



CVS: cvs.openbsd.org: ports

2021-11-20 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/11/20 07:31:23

Modified files:
textproc/py-markdown: Makefile distinfo 
textproc/py-markdown/pkg: PLIST 

Log message:
update to py3-markdown-3.3.4



CVS: cvs.openbsd.org: ports

2021-11-20 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/11/20 07:31:08

Modified files:
textproc/py-pygfm: Makefile distinfo 

Log message:
update to py3-pygfm-1.0.2, compatible with newer py-markdown



Re: [new] lebiniou 3.63 (+deps)

2021-11-20 Thread Stuart Henderson
On 2021/11/20 09:45, Landry Breuil wrote:
> hi,
> 
> here's a port for lebiniou (https://biniou.net/) - and its deps:
> 
> Le Biniou is open-source, user-friendly, powerful music visualization
> & VJing tool.
> 
> Are you an artist, composer, or VJ ? Create live visuals based on your
> audio performances or existing tracks.
> 
> As a music fan, watch an everlasting, mesmerizing and totally unseen
> creation reacting to the music.
> 
> 99% of the port work has been done by semarie@, i've just nudged
> upstream in doing an sndio input in
> https://gitlab.com/lebiniou/lebiniou/-/issues/134 and done some testing
> with it.
> 
> feedback on the 5 ports welcome - testing too :)
> 
> Landry

a few tweaks;

- SEPARATE_BUILD is automatic with cmake.port.mk

- drop cmake shlib version patches; cmake.port.mk handles shared lib
versions automatically _as long as you have SHARED_LIBS set_
... so on the first build it will use a plain .so extension with
no version, then you add SHARED_LIBS for the lib name and rebuild, then
it will set the version for you.

- i guess these ports were written before autoreconf?

diff --git devel/orcania/Makefile devel/orcania/Makefile
index ce5d260..179e274 100644
--- devel/orcania/Makefile
+++ devel/orcania/Makefile
@@ -19,8 +19,6 @@ WANTLIB = m
 
 MODULES =  devel/cmake
 
-SEPARATE_BUILD =   Yes
-
 CONFIGURE_ARGS =   -DBUILD_BASE64URL:BOOL=OFF
 
 NO_TEST =  Yes
diff --git devel/orcania/patches/patch-CMakeLists_txt 
devel/orcania/patches/patch-CMakeLists_txt
deleted file mode 100644
index a496276..000
--- devel/orcania/patches/patch-CMakeLists_txt
+++ /dev/null
@@ -1,15 +0,0 @@
-$OpenBSD$
-Respect SHARED_LIBS
-
-Index: CMakeLists.txt
 CMakeLists.txt.orig
-+++ CMakeLists.txt
-@@ -56,7 +56,7 @@ endif ()
- set(PROJECT_VERSION_NUMBER 
"${LIBRARY_VERSION_MAJOR_PAD}${LIBRARY_VERSION_MINOR_PAD}${LIBRARY_VERSION_PATCH_PAD}")
- 
- set(LIBRARY_VERSION 
"${LIBRARY_VERSION_MAJOR}.${LIBRARY_VERSION_MINOR}.${LIBRARY_VERSION_PATCH}")
--set(LIBRARY_SOVERSION "${LIBRARY_VERSION_MAJOR}.${LIBRARY_VERSION_MINOR}")
-+set(LIBRARY_SOVERSION "${LIBorcania_VERSION}")
- 
- # cmake modules
- 
diff --git devel/orcania/pkg/DESCR devel/orcania/pkg/DESCR
index b715997..08d4c04 100644
--- devel/orcania/pkg/DESCR
+++ devel/orcania/pkg/DESCR
@@ -1,15 +1,11 @@
-Potluck with different functions for different purposes that can be
-shared among C programs.
-
-This is a small library intended to provide low-level functionalities
-in my other libraries and programs.
-
-The functionalities are divided into 4 categories:
+A small library intended to provide low-level functionalities used
+in the author's other libraries and programs. Potluck with different
+functions divided into 4 categories:
 
 - String functions
 
   Wrappers for string.h: functions like strcpy, strcmp or strchr that
-  will not segfault if a parameter is NULL split_string and afiliated
+  will not segfault if a parameter is NULL. split_string and afiliated
   functions: split a string using a separator match or join a split
   string.
 
diff --git devel/yder/Makefile devel/yder/Makefile
index 0ae81df..8548d2a 100644
--- devel/yder/Makefile
+++ devel/yder/Makefile
@@ -21,8 +21,6 @@ MODULES = devel/cmake
 
 LIB_DEPENDS += devel/orcania
 
-SEPARATE_BUILD =   Yes
-
 CONFIGURE_ARGS +=  -DWITH_JOURNALD:BOOL=OFF
 
 NO_TEST =  Yes
diff --git devel/yder/patches/patch-CMakeLists_txt 
devel/yder/patches/patch-CMakeLists_txt
deleted file mode 100644
index c20ba82..000
--- devel/yder/patches/patch-CMakeLists_txt
+++ /dev/null
@@ -1,15 +0,0 @@
-$OpenBSD$
-Respect SHARED_LIBS
-
-Index: CMakeLists.txt
 CMakeLists.txt.orig
-+++ CMakeLists.txt
-@@ -55,7 +55,7 @@ endif ()
- set(PROJECT_VERSION_NUMBER 
"${LIBRARY_VERSION_MAJOR_PAD}${LIBRARY_VERSION_MINOR_PAD}${LIBRARY_VERSION_PATCH_PAD}")
- 
- set(LIBRARY_VERSION 
"${LIBRARY_VERSION_MAJOR}.${LIBRARY_VERSION_MINOR}.${LIBRARY_VERSION_PATCH}")
--set(LIBRARY_SOVERSION "${LIBRARY_VERSION_MAJOR}.${LIBRARY_VERSION_MINOR}")
-+set(LIBRARY_SOVERSION "${LIByder_VERSION}")
- set(ORCANIA_VERSION_REQUIRED "2.2.1")
- 
- # cmake modules
diff --git multimedia/lebiniou-data/Makefile multimedia/lebiniou-data/Makefile
index 1e2fdff..a7d8ede 100644
--- multimedia/lebiniou-data/Makefile
+++ multimedia/lebiniou-data/Makefile
@@ -15,17 +15,10 @@ PERMIT_PACKAGE =Yes
 
 MASTER_SITES = https://gitlab.com/lebiniou/lebiniou-data/-/archive/${V}/
 
-BUILD_DEPENDS =${MODGNU_AUTOCONF_DEPENDS} \
-   ${MODGNU_AUTOMAKE_DEPENDS} \
-   devel/libtool
-
-CONFIGURE_STYLE =  autoconf
+CONFIGURE_STYLE =  autoreconf
 AUTOCONF_VERSION = 2.68
 AUTOMAKE_VERSION = 1.11
 
 PKG_ARCH = *
 
-do-gen:
-   cd ${WRKSRC} && ${AUTOCONF_ENV} autoreconf --install
-
 .include 
diff --git multimedia/lebiniou/Makefile multimedia/lebiniou/Makefile
index 739eeda..8dbc3c1 100644
--- 

CVS: cvs.openbsd.org: ports

2021-11-20 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2021/11/20 06:40:18

Modified files:
archivers/unrar: Makefile 
archivers/unrar/patches: patch-rijndael_cpp patch-rijndael_hpp 

Log message:
archivers/unrar: change AES encryption patches to use EVP_CIPHER_CTX
on the heap instead of the stack.

tested by and looks correct to naddy (maintainer)



Re: upcoming group updates for LXQt 0.15.0 -> 1.0.0

2021-11-20 Thread Rafael Sadowski
On Sat Nov 20, 2021 at 12:48:59PM +, Yifei Zhan wrote:
> On 21/11/18 05:21PM, Rafael Sadowski wrote:
> > On Thu Nov 18, 2021 at 05:36:16AM +, Yifei Zhan wrote:
> > > On 21/11/17 02:46PM, Stuart Henderson wrote:
> > > > On 2021/11/17 13:22, Yifei Zhan wrote:
> > > > > Hi,
> > > > > 
> > > > > I updated the following packages in order to bring LXQt up to date, 
> > > > > now 
> > > > > they are ready for more testing from the mailing list, but I'm not 
> > > > > sure 
> > > > > what's the best way to send those patches. I prefer one thread for 
> > > > > each 
> > > > > package but that will generate 26 threads...
> > > > 
> > > > 26 threads of what I guess are interdependent diffs won't work.
> > > > Could you send a big diff of the whole lot to make it easier for an 
> > > > initial
> > > > read-through of everything please, and put it all on a clonable repo 
> > > > somewhere?
> > > > 
> > > 
> > > sure, here is a repo of all the updated ports:
> > > https://github.com/ZhanYF/openbsd-lxqt-update
> > > 
> > > zip version:
> > > https://github.com/ZhanYF/openbsd-lxqt-update/archive/refs/heads/master.zip
> > > 
> > > lightly tested on amd64/arm64.
> > > 
> > > highlights:
> > > 
> > > - this is mainly a bugfix update
> > > 
> > > - bumped major:
> > >   libfm-qt
> > >   liblxqt
> > >   qtermwidget
> > > 
> > > - a new patch is introduced to make lxqt-session builds on OpenBSD, will 
> > >   upstream it.
> > > 
> > > here is the megadiff, generated with git because I can't get cvs diff to 
> > > work with my new patch file, could you let me know how can I do that 
> > > with cvs diff? There is a second cvs diff coming for the meta package.
> > > 
> > > (also cc'd the maintainer)
> > > ---
> > > 
> > 
> > Here are my changes on top of your:
> > 
> > https://github.com/sizeofvoid/wip-ports/commit/c6e43470f6765a308f1867b340d73cb127e14811
> > 
> > All in all it looks good. Here the full diff:
> > 
> 
> Thanks for look into it, I've been using it on arm64/amd64 for a few 
> days without issue.

Great, so let's give the maintainer time to response. If we don't hear
anything, I'll commit it next week.

Rafael



[update] web2ldap and py-ldap0

2021-11-20 Thread Lucas Raab
Hello,

Here are updates for web2ldap and py-ldap0 which have been working
fine. Tested against ldapd, OpenLDAP, and FreeIPA

Release notes:

web2ldap:
  * All sources are now marked as # -*- coding: ascii -*- to prevent
Trojan Source.
  * Fixed interop issues with MS AD:
* Fixed str/bytes regression when generating old password value
  during changing unicodePwd in own user entry in MS AD.
* Catch and ignore ldap0.NO_SUCH_OPERATION when calling
  LDAPObject.abandon() because MS AD returns this result code.

py-ldap0:
  * DNObj.from_str() now accepts DNs of the form 'foo=' without
attribute value

Thanks,
Lucas
diff c6c318ad6feb65fd86c9f7d2cba375000fa42228 /usr/ports
blob - 2e790d856e7b64273ca29d9478ec21f6d21c4cf1
file + databases/py-ldap0/Makefile
--- databases/py-ldap0/Makefile
+++ databases/py-ldap0/Makefile
@@ -2,11 +2,10 @@
 
 COMMENT =  provides an API to access LDAP directory servers for Python
 
-MODPY_EGG_VERSION =1.4.0
+MODPY_EGG_VERSION =1.4.1
 
 DISTNAME = ldap0-${MODPY_EGG_VERSION}
 PKGNAME =  py-${DISTNAME}
-REVISION = 0
 
 CATEGORIES =   databases devel
 
blob - a12947c067db4cb860254dc965d0f96e298194d5
file + databases/py-ldap0/distinfo
--- databases/py-ldap0/distinfo
+++ databases/py-ldap0/distinfo
@@ -1,2 +1,2 @@
-SHA256 (ldap0-1.4.0.tar.gz) = wQhJ/bbYK6I9nAqb2AcbX5jNRRTEnDdXRAmM8l0PJ4I=
-SIZE (ldap0-1.4.0.tar.gz) = 233282
+SHA256 (ldap0-1.4.1.tar.gz) = onx09301eEs6mN5sJXU5uolEx+mDwtKkqG55BI7m1KI=
+SIZE (ldap0-1.4.1.tar.gz) = 233286
diff c6c318ad6feb65fd86c9f7d2cba375000fa42228 /usr/ports
blob - 40f01c2b1ee181e905fc095117bc379904cedd77
file + databases/web2ldap/Makefile
--- databases/web2ldap/Makefile
+++ databases/web2ldap/Makefile
@@ -2,9 +2,8 @@
 
 COMMENT =  full-featured LDAP client running as web application
 
-MODPY_EGG_VERSION =1.6.16
+MODPY_EGG_VERSION =1.6.17
 DISTNAME = web2ldap-${MODPY_EGG_VERSION}
-REVISION = 0
 
 CATEGORIES =   databases www sysutils
 
blob - 69aa6e6418d1aa7ccc8bed4972ff7a34458106b9
file + databases/web2ldap/distinfo
--- databases/web2ldap/distinfo
+++ databases/web2ldap/distinfo
@@ -1,2 +1,2 @@
-SHA256 (web2ldap-1.6.16.tar.gz) = nIlVbQsIlZueTUWICkyk1713AQt83F47Iabf3ZZHbFM=
-SIZE (web2ldap-1.6.16.tar.gz) = 529984
+SHA256 (web2ldap-1.6.17.tar.gz) = GKX5LvAykKDJQcL8w6ZX9Y1OcEuCkU3lZNo2I+Iib1w=
+SIZE (web2ldap-1.6.17.tar.gz) = 529946


Re: [UPDATE] profanity 0.11.1

2021-11-20 Thread Florian Viehweger
Thank you both for looking at it and reporting back! :-)


> On Fri Nov 19, 2021 at 10:49:19PM +0100, Omar Polo wrote:
> > Florian Viehweger  writes:
> > 
> > > Friendly ping.
> > >
> > > Thanks!
> > 
> > I've tested this and the libstrophe update with Florian and
> > everything works fine -- including omemo :)
> 
> OK rsadowski
> 
> > 
> > >> Hi,
> > >> 
> > >> this updates profanity to 0.11.1.
> > >> 
> > >> Changes:
> > >> - Fix typo in `shade` color theme (#1579)
> > >> - Fix memory leaks (#1583) (#1584) (#1585)
> > >> - Fix buffer overread (#1586)
> > >> - Don't handle /me in the middle of a message with mentions
> > >> (#1586)
> > >> - Explicitly check for curl version (#1581)
> > >> - Fix OMEMO devicelist access model by reconfiguring it (#1538)
> > >> (#1591)
> > >> - Cosmetic cleanup (#1593)
> > >> - Change attentionflag shortcut from alt-f to alt+v (#1580)
> > >> - Update man page and /help information
> > >> - Enable whole word only notifications by default (#1578)
> > >> 
> > >> I've been running this for a few days on amd64 with the updated
> > >> version of libstrophe, submitted in a separate mail.
> > >> 
> > >> portcheck, 'make lib-depends-check' and 'make test' are happy.
> > >> 
> > >> Comments? OK?
> > >> 
> > >> 
> > >> Index: profanity/Makefile
> > >> ===
> > >> RCS file: /cvs/ports/net/profanity/Makefile,v
> > >> retrieving revision 1.22
> > >> diff -u -p -u -p -r1.22 Makefile
> > >> --- profanity/Makefile   2 Nov 2021 00:01:40 -
> > >> 1.22 +++ profanity/Makefile  12 Nov 2021 20:57:44 -
> > >> @@ -1,9 +1,8 @@
> > >>  # $OpenBSD: Makefile,v 1.22 2021/11/02 00:01:40 sthen Exp $
> > >>  
> > >>  COMMENT =   console based XMPP client
> > >> -DISTNAME =  profanity-0.11.0
> > >> +DISTNAME =  profanity-0.11.1
> > >>  CATEGORIES =net
> > >> -REVISION =  0
> > >>  
> > >>  HOMEPAGE =  https://profanity-im.github.io/
> > >>  
> > >> Index: profanity/distinfo
> > >> ===
> > >> RCS file: /cvs/ports/net/profanity/distinfo,v
> > >> retrieving revision 1.12
> > >> diff -u -p -u -p -r1.12 distinfo
> > >> --- profanity/distinfo   10 Sep 2021 04:30:58 -
> > >> 1.12 +++ profanity/distinfo  12 Nov 2021 20:57:44 -
> > >> @@ -1,2 +1,2 @@
> > >> -SHA256 (profanity-0.11.0.tar.gz) =
> > >> P8mAmBb2kYbbuGCycYP2zSrvClKn0U4g5O9sOn8PNgY= -SIZE
> > >> (profanity-0.11.0.tar.gz) = 887566 +SHA256
> > >> (profanity-0.11.1.tar.gz) =
> > >> bxtN9sKXH1HQPUjSv9T2m0QEQQ2AC0PwKeoc8IoCvUU= +SIZE
> > >> (profanity-0.11.1.tar.gz) = 888794
> > >> 
> > 
> 



-- 
greetings,

Florian Viehweger



Re: NEW: libcrossguid 0.2.2

2021-11-20 Thread Stuart Henderson
On 2021/11/19 21:44, Brad Smith wrote:
> On 10/21/2021 4:28 PM, Stuart Henderson wrote:
> 
> > On 2021/10/02 04:42, Brad Smith wrote:
> > > Attached is a port of libcrossguid.
> > > 
> > > Comment:
> > > minimal and cross platform C++ GUID library
> > > 
> > > Description:
> > > CrossGuid is a minimal, cross platform, C++ GUID library.  It uses the
> > > best native GUID/UUID generator on the given platform and had a generic
> > > class for parsing, stringifying, and comparing IDs.
> > No idea why "make package" didn't moan about it but it has LIB_DEPENDS
> > without an associated WANTLIB.
> > 
> > How about this instead though, using uuid functions from libc instead,
> > and enabling tests. OK with me.
> 
> This doesn't seem to work at all for me. I see it's not taking the
> elseif(OPENBSD)
> path but instead falling back to finding libuuid.
> 
> And this part..
> 
> target_compile_definitions(crossguid GUID_OPENBSD)
> 
> Looks like it should be..
> 
> target_compile_definitions(crossguid PRIVATE GUID_OPENBSD)
> 
> and I don't see a patch for src/guid.cpp.
> 

Weird. Not sure what machine that was on, can't find it in any of
my trees at the moment (I have moved some stuff around after I had to
switch to a different machine as my main workstation, too many kernel
hangs when it was running X)

IIRC it needed to not be private as it changed something in the header.

The attachment was missing from your other mail, I'll have a look at
redoing it, it seems silly to have a library that's meant to use a native
uuid implementation not use the available native implementation.



CVS: cvs.openbsd.org: ports

2021-11-20 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2021/11/20 03:36:30

Modified files:
devel/luarocks : Makefile 

Log message:
Bump.



CVS: cvs.openbsd.org: ports

2021-11-20 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2021/11/20 03:36:12

Modified files:
devel/luarocks : Makefile 

Log message:
Also need archivers/unzip



CVS: cvs.openbsd.org: ports

2021-11-20 Thread Solene Rapenne
CVSROOT:/cvs
Module name:ports
Changes by: sol...@cvs.openbsd.org  2021/11/20 03:33:41

Modified files:
net/kristall   : Makefile distinfo 
net/kristall/patches: patch-Makefile 
net/kristall/pkg: PLIST 

Log message:
Update to kristall-202500



CVS: cvs.openbsd.org: ports

2021-11-20 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2021/11/20 02:43:49

Modified files:
net/samba  : Makefile distinfo 
net/samba/pkg  : PLIST-main 

Log message:
SECURITY UPDATE to samba-4.15.2

Please see the release notes for the list of CVEs:
https://www.samba.org/samba/history/samba-4.15.2.html

Tests and ok bket@ Ian McWilliam (co-maintainer)



CVS: cvs.openbsd.org: ports

2021-11-20 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2021/11/20 02:41:53

Modified files:
net/samba  : Tag: OPENBSD_7_0 Makefile distinfo 
net/samba/patches: Tag: OPENBSD_7_0 patch-lib_ldb_wscript 
net/samba/pkg  : Tag: OPENBSD_7_0 PLIST-main 

Log message:
SECURITY UPDATE to samba-4.14.10

Please see the release notes for the list of CVEs:
https://www.samba.org/samba/history/samba-4.14.10.html

Tested by Ian McWilliam (co-maintainer)



CVS: cvs.openbsd.org: ports

2021-11-20 Thread Anthony J . Bentley
CVSROOT:/cvs
Module name:ports
Changes by: bent...@cvs.openbsd.org 2021/11/20 02:28:37

Modified files:
textproc/apertium: Makefile 
Added files:
textproc/apertium/patches: patch-apertium_perceptron_spec_cc 

Log message:
Backport clang build fix.

>From Brad.



CVS: cvs.openbsd.org: ports

2021-11-20 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2021/11/20 02:00:50

Modified files:
sysutils/terragrunt: Makefile distinfo 

Log message:
Update to terragrunt-0.35.12.



[new] lebiniou 3.63 (+deps)

2021-11-20 Thread Landry Breuil
hi,

here's a port for lebiniou (https://biniou.net/) - and its deps:

Le Biniou is open-source, user-friendly, powerful music visualization
& VJing tool.

Are you an artist, composer, or VJ ? Create live visuals based on your
audio performances or existing tracks.

As a music fan, watch an everlasting, mesmerizing and totally unseen
creation reacting to the music.

99% of the port work has been done by semarie@, i've just nudged
upstream in doing an sndio input in
https://gitlab.com/lebiniou/lebiniou/-/issues/134 and done some testing
with it.

feedback on the 5 ports welcome - testing too :)

Landry


biniou-3.63+deps_2.tgz
Description: application/tar-gz


CVS: cvs.openbsd.org: ports

2021-11-20 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2021/11/20 01:27:11

Modified files:
geo/qgis   : Makefile distinfo 
Removed files:
geo/qgis/patches: patch-python_3d_project_py_in 
  patch-python_analysis_project_py_in 
  patch-python_core_project_py_in 
  patch-python_gui_project_py_in 
  patch-python_server_project_py_in 

Log message:
geo/qgis: update to 3.22.1.



CVS: cvs.openbsd.org: ports

2021-11-20 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2021/11/20 01:24:48

Modified files:
devel  : Makefile 
security   : Makefile 
print  : Makefile 

Log message:
+{print/py-pylatex,security/py-hvac,devel/py-ordered-set},python3



CVS: cvs.openbsd.org: ports

2021-11-20 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2021/11/20 01:22:34

Log message:
import security/py-hvac 0.11.2, from Maintainer Mikolaj Kucharski

HVAC allows accessing secrets stored in a Vault directly from
Python code.

An access token must be created first, using a separate tool
like vault or vault-client.

ok sthen@

Status:

Vendor Tag: mkucharski
Release Tags:   landry_20211120

N ports/security/py-hvac/Makefile
N ports/security/py-hvac/distinfo
N ports/security/py-hvac/pkg/DESCR
N ports/security/py-hvac/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2021-11-20 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2021/11/20 01:20:05

Log message:
import print/py-pylatex 1.4.1, from Maintainer Clemens Goessnitzer

PyLaTeX is a Python library for creating and compiling LaTeX files or 
snippets.
The goal of this library is being an easy, but extensible interface between
Python and LaTeX.

ok sthen@

Status:

Vendor Tag: cgossnitzer
Release Tags:   landry_20211120

N ports/print/py-pylatex/Makefile
N ports/print/py-pylatex/distinfo
N ports/print/py-pylatex/pkg/PLIST
N ports/print/py-pylatex/pkg/DESCR

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2021-11-20 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2021/11/20 01:18:57

Log message:
import devel/py-ordered-set 4.0.2, from Maintainer Clemens Goessnitzer

An OrderedSet is a mutable data structure that is a hybrid of a list and a 
set.
It remembers the order of its entries, and every entry has an index number 
that
can be looked up.

ok sthen@

Status:

Vendor Tag: cgossnitzer
Release Tags:   landry_20211120

N ports/devel/py-ordered-set/Makefile
N ports/devel/py-ordered-set/distinfo
N ports/devel/py-ordered-set/pkg/PLIST
N ports/devel/py-ordered-set/pkg/DESCR

No conflicts created by this import



CVS: cvs.openbsd.org: ports

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

Modified files:
sysutils/awscli: Makefile distinfo 

Log message:
Update to awscli-1.22.10.



CVS: cvs.openbsd.org: ports

2021-11-20 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2021/11/20 01:18:05

Modified files:
net/py-boto3   : Makefile distinfo 

Log message:
Update to py3-boto3-1.20.10.



CVS: cvs.openbsd.org: ports

2021-11-20 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2021/11/20 01:17:54

Modified files:
net/py-botocore: Makefile distinfo 

Log message:
Update to py3-botocore-1.23.10.



CVS: cvs.openbsd.org: ports

2021-11-20 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2021/11/20 01:03:51

Modified files:
devel/libgit2/py-git2: Makefile distinfo 
devel/libgit2/py-git2/pkg: PLIST 

Log message:
Update to py3-git2-1.7.1.