Re: Remove x11/kde (KDE3)

2020-12-06 Thread Kurt Mosiejczuk
On Sun, Dec 06, 2020 at 09:38:50AM +0100, Rafael Sadowski wrote:
> Without much text, without much argument. I think it's time to get rid
> of KDE3 forever.

> OK to remove KDE3?

> This question stays active for one week (until the 13.12.20). Please
> reply publicly!

You've done all the work to disentangle it. Well done.

ok kmos to remove.

--Kurt



CVS: cvs.openbsd.org: ports

2020-12-06 Thread Bjorn Ketelaars
CVSROOT:/cvs
Module name:ports
Changes by: b...@cvs.openbsd.org2020/12/06 22:19:20

Modified files:
sysutils/xxhash: Makefile 
sysutils/xxhash/patches: patch-Makefile 

Log message:
Fix empty version in .pc file



[Update] editors/vile: 9.8t -> 9.8u

2020-12-06 Thread Ashton Fagg
Attached is an update for editors/vile. From 9.8t to 9.8u.

Changelog can be viewed here:
https://invisible-island.net/vile/CHANGES.html#index-v9_8u

Builds, tests, fakes, packages and installs successfully on
amd64. Appears to be working.

Thanks.

diff --git a/editors/vile/Makefile b/editors/vile/Makefile
index 5028d61a91f..4d25b3993ce 100644
--- a/editors/vile/Makefile
+++ b/editors/vile/Makefile
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.5 2020/03/12 14:22:22 sthen Exp $
 
 COMMENT=		VI Editor Like Emacs
-DISTNAME=		vile-9.8t
+DISTNAME=		vile-9.8u
 CATEGORIES=		editors
 HOMEPAGE=		https://invisible-island.net/vile/
 
diff --git a/editors/vile/distinfo b/editors/vile/distinfo
index 193765fc740..b8e910401fa 100644
--- a/editors/vile/distinfo
+++ b/editors/vile/distinfo
@@ -1,2 +1,2 @@
-SHA256 (vile-9.8t.tgz) = YLKIQyz9MrcUnEzWYoROJpTFq5K8RpsoLzPe1REPbe0=
-SIZE (vile-9.8t.tgz) = 2352119
+SHA256 (vile-9.8u.tgz) = MagoM/5P71pgBDvMMnjRqHWhAosbJXfJ4Po6F5z/Fl4=
+SIZE (vile-9.8u.tgz) = 2375989
diff --git a/editors/vile/pkg/PLIST b/editors/vile/pkg/PLIST
index ff03b36cb5b..ac0905c87d9 100644
--- a/editors/vile/pkg/PLIST
+++ b/editors/vile/pkg/PLIST
@@ -49,9 +49,11 @@ lib/vile/
 @bin lib/vile/vile-mcrl-filt
 @bin lib/vile/vile-midl-filt
 @bin lib/vile/vile-mms-filt
+@bin lib/vile/vile-nmake-filt
 @bin lib/vile/vile-nr-filt
 @bin lib/vile/vile-pas-filt
 @bin lib/vile/vile-perl-filt
+@bin lib/vile/vile-perl6-filt
 @bin lib/vile/vile-php-filt
 @bin lib/vile/vile-pot-filt
 @bin lib/vile/vile-ps-filt
@@ -77,6 +79,7 @@ lib/vile/
 @bin lib/vile/vile-tcl-filt
 @bin lib/vile/vile-texi-filt
 @bin lib/vile/vile-ti-filt
+@bin lib/vile/vile-tpu-filt
 @bin lib/vile/vile-txt-filt
 @bin lib/vile/vile-vile-filt
 @bin lib/vile/vile-vlog-filt
@@ -126,6 +129,7 @@ share/vile/est.keywords
 share/vile/fdl.keywords
 share/vile/filters.rc
 share/vile/gnugpg.rc
+share/vile/go.keywords
 share/vile/hs.keywords
 share/vile/html.keywords
 share/vile/imake.keywords
@@ -149,6 +153,7 @@ share/vile/mcrl.keywords
 share/vile/midl.keywords
 share/vile/modes.rc
 share/vile/mvn.keywords
+share/vile/nmake.keywords
 share/vile/nr.keywords
 share/vile/nsis.keywords
 share/vile/objc.keywords
@@ -156,6 +161,7 @@ share/vile/palettes.rc
 share/vile/pas.keywords
 share/vile/pc.keywords
 share/vile/perl.keywords
+share/vile/perl6.keywords
 share/vile/php.keywords
 share/vile/pictmode.rc
 share/vile/pot.keywords
@@ -188,6 +194,8 @@ share/vile/tcl.keywords
 share/vile/tex.keywords
 share/vile/texi.keywords
 share/vile/ti.keywords
+share/vile/tpu.keywords
+share/vile/ts.keywords
 share/vile/vb.keywords
 share/vile/vb6.keywords
 share/vile/vbs.keywords


graphics/pdf2djvu: unbreak for poppler 20.12

2020-12-06 Thread Matthias Kilian
Hi,

the pdf2djvu configure script performs checks against poppler-splash,
but poppler-splash.pc had been removed in poppler-20.12. Check against
poppler itself to unbreak the build.

No bump required, because nothing except the configure checks changes.

ok?

Ciao,
Kili

Index: patches/patch-configure
===
RCS file: patches/patch-configure
diff -N patches/patch-configure
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-configure 7 Dec 2020 00:46:56 -
@@ -0,0 +1,75 @@
+$OpenBSD$
+
+Let it build with poppler-20.12.
+
+Index: configure
+--- configure.orig
 configure
+@@ -4006,19 +4006,19 @@ $as_echo "ok" >&6; }
+ 
+ 
+ pkg_failed=no
+-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for poppler-splash >= 
0.35.0" >&5
+-$as_echo_n "checking for poppler-splash >= 0.35.0... " >&6; }
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for poppler >= 0.35.0" >&5
++$as_echo_n "checking for poppler >= 0.35.0... " >&6; }
+ 
+ if test -n "$POPPLER_CFLAGS"; then
+ pkg_cv_POPPLER_CFLAGS="$POPPLER_CFLAGS"
+  elif test -n "$PKG_CONFIG"; then
+ if test -n "$PKG_CONFIG" && \
+-{ { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"poppler-splash >= 0.35.0\""; } >&5
+-  ($PKG_CONFIG --exists --print-errors "poppler-splash >= 0.35.0") 2>&5
++{ { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"poppler >= 0.35.0\""; } >&5
++  ($PKG_CONFIG --exists --print-errors "poppler >= 0.35.0") 2>&5
+   ac_status=$?
+   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+   test $ac_status = 0; }; then
+-  pkg_cv_POPPLER_CFLAGS=`$PKG_CONFIG --cflags "poppler-splash >= 0.35.0" 
2>/dev/null`
++  pkg_cv_POPPLER_CFLAGS=`$PKG_CONFIG --cflags "poppler >= 0.35.0" 2>/dev/null`
+ test "x$?" != "x0" && pkg_failed=yes
+ else
+   pkg_failed=yes
+@@ -4030,12 +4030,12 @@ if test -n "$POPPLER_LIBS"; then
+ pkg_cv_POPPLER_LIBS="$POPPLER_LIBS"
+  elif test -n "$PKG_CONFIG"; then
+ if test -n "$PKG_CONFIG" && \
+-{ { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"poppler-splash >= 0.35.0\""; } >&5
+-  ($PKG_CONFIG --exists --print-errors "poppler-splash >= 0.35.0") 2>&5
++{ { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"poppler >= 0.35.0\""; } >&5
++  ($PKG_CONFIG --exists --print-errors "poppler >= 0.35.0") 2>&5
+   ac_status=$?
+   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+   test $ac_status = 0; }; then
+-  pkg_cv_POPPLER_LIBS=`$PKG_CONFIG --libs "poppler-splash >= 0.35.0" 
2>/dev/null`
++  pkg_cv_POPPLER_LIBS=`$PKG_CONFIG --libs "poppler >= 0.35.0" 2>/dev/null`
+ test "x$?" != "x0" && pkg_failed=yes
+ else
+   pkg_failed=yes
+@@ -4056,14 +4056,14 @@ else
+ _pkg_short_errors_supported=no
+ fi
+ if test $_pkg_short_errors_supported = yes; then
+-  POPPLER_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "poppler-splash >= 0.35.0" 2>&1`
++  POPPLER_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "poppler >= 0.35.0" 2>&1`
+ else
+-  POPPLER_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs 
"poppler-splash >= 0.35.0" 2>&1`
++  POPPLER_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs 
"poppler >= 0.35.0" 2>&1`
+ fi
+   # Put the nasty error message in config.log where it belongs
+   echo "$POPPLER_PKG_ERRORS" >&5
+ 
+-  as_fn_error $? "Package requirements (poppler-splash >= 0.35.0) were 
not met:
++  as_fn_error $? "Package requirements (poppler >= 0.35.0) were not met:
+ 
+ $POPPLER_PKG_ERRORS
+ 
+@@ -4095,7 +4095,7 @@ else
+ $as_echo "yes" >&6; }
+ 
+ fi
+-poppler_version=$($PKG_CONFIG --modversion poppler-splash)
++poppler_version=$($PKG_CONFIG --modversion poppler)
+ 
+ cat >>confdefs.h <<_ACEOF
+ #define POPPLER_VERSION_STRING "$poppler_version"



CVS: cvs.openbsd.org: ports

2020-12-06 Thread Solene Rapenne
CVSROOT:/cvs
Module name:ports
Changes by: sol...@cvs.openbsd.org  2020/12/06 16:03:23

Modified files:
net: Makefile 

Log message:
+ catgirl



CVS: cvs.openbsd.org: ports

2020-12-06 Thread Solene Rapenne
CVSROOT:/cvs
Module name:ports
Changes by: sol...@cvs.openbsd.org  2020/12/06 16:02:58

Log message:
Import catgirl-1.3

catgirl proposes features such as:
- Tab complete, Split scroll, URL detection, Nick coloring,
Topic diffing, Ignore

But won't implement so called "non-features" as:
- Dynamic configuration, Multi-network, Reconnection, CTCP,
Cleartext IRC

ok paco@ stsp@

Status:

Vendor Tag: solene
Release Tags:   solene_20201207

N ports/net/catgirl/Makefile
N ports/net/catgirl/distinfo
N ports/net/catgirl/pkg/DESCR
N ports/net/catgirl/pkg/PLIST
N ports/net/catgirl/patches/patch-Makefile

No conflicts created by this import



Re: [Update] devel/tbb: 2020.2 -> 2020.3

2020-12-06 Thread Ashton Fagg
"Dimitri Karamazov"  writes:

> A SHARED_LIBS bump isn't required in my opinion since there are
> no export changes whatsoever.
>
> see:https://www.openbsd.org/faq/ports/specialtopics.html#SharedLibs
> or check using /usr/src/lib/check_sym

Thank you for testing and for the advice on SHARED_LIBS. This is much
clearer to me now.

I tested it here again for my purposes and Dimitri's updated diff
(below) seems fine to me.

Thanks!


> Works fine with blender.
>
> Build, run tested on amd64
>
> Index: Makefile
> ===
> RCS file: /cvs/ports/devel/tbb/Makefile,v
> retrieving revision 1.4
> diff -u -p -r1.4 Makefile
> --- Makefile  18 May 2020 16:42:20 -  1.4
> +++ Makefile  4 Dec 2020 05:18:42 -
> @@ -4,14 +4,14 @@ ONLY_FOR_ARCHS =${CLANG_ARCHS}
>
>  COMMENT =threading building blocks
>
> -V =  2020.2
> +V =  2020.3
>  GH_ACCOUNT = oneapi-src
>  GH_PROJECT = oneTBB
>  GH_TAGNAME = v${V}
>  PKGNAME =tbb-${V}
>
> -SHARED_LIBS +=   tbb 1.0 #2020.2
> -SHARED_LIBS +=   tbbmalloc   1.0 #2020.2
> +SHARED_LIBS +=   tbb 1.0 #2020.3
> +SHARED_LIBS +=   tbbmalloc   1.0 #2020.3
>
>  CATEGORIES = devel
>
> Index: distinfo
> ===
> RCS file: /cvs/ports/devel/tbb/distinfo,v
> retrieving revision 1.2
> diff -u -p -r1.2 distinfo
> --- distinfo  18 May 2020 16:42:20 -  1.2
> +++ distinfo  4 Dec 2020 05:18:42 -
> @@ -1,2 +1,2 @@
> -SHA256 (oneTBB-2020.2.tar.gz) = SAQyDh5svjpUIZl7UhmePBo4KbLstkiWQdpLjjL69QA=
> -SIZE (oneTBB-2020.2.tar.gz) = 2637066
> +SHA256 (oneTBB-2020.3.tar.gz) = 68T2qkeXLa7R979x0QCuW/aTHC4xRM8pnIzH0EHcovM=
> +SIZE (oneTBB-2020.3.tar.gz) = 2639737



[Mantainer Update] sysutils/direnv: v2.24 -> v2.25

2020-12-06 Thread Ashton Fagg
Hello all,

Attached diff updates sysutils/direnv from 2.24 to the latest 2.25.

Changelog can be viewed here:
https://github.com/direnv/direnv/releases/tag/v2.25.0

Tested on amd64. Package builds, tests and installs fine.

Thanks,

Ash

diff --git a/sysutils/direnv/Makefile b/sysutils/direnv/Makefile
index ccfdb54f058..5dfca3fa6e0 100644
--- a/sysutils/direnv/Makefile
+++ b/sysutils/direnv/Makefile
@@ -4,7 +4,7 @@ COMMENT =		tool for managing environment based on current directory
 
 GH_ACCOUNT =		direnv
 GH_PROJECT =		direnv
-GH_TAGNAME =		v2.24.0
+GH_TAGNAME =		v2.25.0
 
 MAINTAINER=		Ashton Fagg 
 CATEGORIES =		sysutils devel
diff --git a/sysutils/direnv/distinfo b/sysutils/direnv/distinfo
index f7eec843d34..8182f807e9c 100644
--- a/sysutils/direnv/distinfo
+++ b/sysutils/direnv/distinfo
@@ -1,2 +1,2 @@
-SHA256 (direnv-2.24.0.tar.gz) = oJk5ErxuiVgLyDINPJs+cMzWqgbB2Eek2RdL7oqLlDE=
-SIZE (direnv-2.24.0.tar.gz) = 1354784
+SHA256 (direnv-2.25.0.tar.gz) = 8RADM76QRegyhaF1oJN7lv2dIRUZMzI0gV60qnxxn1s=
+SIZE (direnv-2.25.0.tar.gz) = 1357957


Re: [New] devel/fmt

2020-12-06 Thread Ashton Fagg
"Dimitri Karamazov"  writes:

> Thanks Ash for working on this. I just needed this for a new port
> and your mail was godsend. I've also build tested the latest update
> for graphics/openimageio for which fmt is a required build dependency.
> I will post openimageio-2.2.9.0 update soon, just need some more time to test.

Splendid - I'm glad it's of use to someone else. 


> Can someone please import this in the meanwhile?

Ping for the same reason. :-)

Cheers,

Ash



Re: [new] net/catgirl - TLS only ncurses IRC client

2020-12-06 Thread Paco Esteban
On Sat, 05 Dec 2020, Solene Rapenne wrote:

> catgirl is an IRC client which is an in-between minimalism and usual
> weechat/irssi clients which have too many features.
> 
> While the man page is complete, if you want to make a quick test, 
> you need to create a configuration file in ~/.config/catgirl/mynetwork
> with the content
> 
> host = server.fqdn
> join = #test_channel
> 
> and then run catgirl mynetwork
> 
> DESCR:
> catgirl proposes features such as:
> - Tab complete, Split scroll, URL detection, Nick coloring,
>   Topic diffing, Ignore
> 
> But won't implement so called "non-features" as:
> - Dynamic configuration, Multi-network, Reconnection, CTCP,
>   Cleartext IRC

Builds, installs and works for me on amd64.

ok paco@

-- 
Paco Esteban.
0x5818130B8A6DBC03



CVS: cvs.openbsd.org: ports

2020-12-06 Thread Andrew Fresh
CVSROOT:/cvs
Module name:ports
Changes by: afre...@cvs.openbsd.org 2020/12/06 13:56:23

Modified files:
databases/p5-SQL-Abstract: Makefile distinfo 

Log message:
Update databases/p5-SQL-Abstract to 1.87



CVS: cvs.openbsd.org: ports

2020-12-06 Thread Andrew Fresh
CVSROOT:/cvs
Module name:ports
Changes by: afre...@cvs.openbsd.org 2020/12/06 13:48:36

Modified files:
devel/p5-DateTime-Format-Builder: Makefile distinfo 

Log message:
Update devel/p5-DateTime-Format-Builder to 0.83



CVS: cvs.openbsd.org: ports

2020-12-06 Thread Andrew Fresh
CVSROOT:/cvs
Module name:ports
Changes by: afre...@cvs.openbsd.org 2020/12/06 13:40:31

Modified files:
devel/p5-DateTime: Makefile distinfo 

Log message:
Update devel/p5-DateTime to 1.54



x11/gtk+2: print to lpr (was: Re: CVS: cvs.openbsd.org: ports)

2020-12-06 Thread Christian Weisgerber
Antoine Jacoutot:

> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   ajacou...@cvs.openbsd.org   2020/12/06 02:00:22
> 
> Modified files:
>   x11/gtk+3  : Makefile distinfo 
>   x11/gtk+3/pkg  : PLIST-main 
> 
> Log message:
> Update to gtk+3-3.24.24.
> Amongst other changes:
> - Allow the lpr backend to print pdf and ps files

Should we port this change back to x11/gtk+2?  I seem to remember
that it affected GTK+2 too, back when Mozilla still used it.
I don't know an actual GTK+2 application to test it on now, though.

Index: Makefile
===
RCS file: /cvs/ports/x11/gtk+2/Makefile,v
retrieving revision 1.236
diff -u -p -r1.236 Makefile
--- Makefile11 Nov 2020 11:49:55 -  1.236
+++ Makefile6 Dec 2020 20:27:55 -
@@ -11,7 +11,7 @@ GNOME_PROJECT=gtk+
 PKGNAME-main=  gtk+2-${GNOME_VERSION}
 PKGNAME-cups=  gtk+2-cups-${GNOME_VERSION}
 
-REVISION-main= 10
+REVISION-main= 11
 REVISION-cups= 4
 
 CATEGORIES=x11 devel
Index: patches/patch-modules_printbackends_lpr_gtkprintbackendlpr_c
===
RCS file: patches/patch-modules_printbackends_lpr_gtkprintbackendlpr_c
diff -N patches/patch-modules_printbackends_lpr_gtkprintbackendlpr_c
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-modules_printbackends_lpr_gtkprintbackendlpr_c6 Dec 
2020 20:27:55 -
@@ -0,0 +1,25 @@
+$OpenBSD$
+
+Allow attempts to print PDF and PS files using the LPR backend.
+https://gitlab.gnome.org/GNOME/gtk/-/commit/8d5357ee56b1d34fe14346ed15004f9e4d571594
+
+Index: modules/printbackends/lpr/gtkprintbackendlpr.c
+--- modules/printbackends/lpr/gtkprintbackendlpr.c.orig
 modules/printbackends/lpr/gtkprintbackendlpr.c
+@@ -392,9 +392,13 @@ gtk_print_backend_lpr_init (GtkPrintBackendLpr *backen
+ {
+   GtkPrinter *printer;
+ 
+-  printer = gtk_printer_new (_("Print to LPR"),
+-   GTK_PRINT_BACKEND (backend),
+-   TRUE); 
++  printer = g_object_new (GTK_TYPE_PRINTER,
++"name", _("Print to LPR"),
++"backend", backend,
++"is-virtual", FALSE,
++"accepts-pdf", TRUE,
++"accepts-ps", TRUE,
++NULL);
+   gtk_printer_set_has_details (printer, TRUE);
+   gtk_printer_set_icon_name (printer, "gtk-print");
+   gtk_printer_set_is_active (printer, TRUE);
-- 
Christian "naddy" Weisgerber  na...@mips.inka.de



CVS: cvs.openbsd.org: ports

2020-12-06 Thread Andrew Fresh
CVSROOT:/cvs
Module name:ports
Changes by: afre...@cvs.openbsd.org 2020/12/06 13:27:48

Modified files:
devel/p5-DateTime-TimeZone: Makefile distinfo 

Log message:
Update devel/p5-DateTime-TimeZone to 2.44



CVS: cvs.openbsd.org: ports

2020-12-06 Thread Andrew Fresh
CVSROOT:/cvs
Module name:ports
Changes by: afre...@cvs.openbsd.org 2020/12/06 13:15:40

Modified files:
devel/p5-MooseX-Types-LoadableClass: Makefile distinfo 

Log message:
Update devel/p5-MooseX-Types-LoadableClass to 0.015



CVS: cvs.openbsd.org: ports

2020-12-06 Thread Andrew Fresh
CVSROOT:/cvs
Module name:ports
Changes by: afre...@cvs.openbsd.org 2020/12/06 13:06:06

Modified files:
www/p5-CGI-Emulate-PSGI: Makefile distinfo 
www/p5-CGI-Emulate-PSGI/pkg: PLIST 

Log message:
Update www/p5-CGI-Emulate-PSGI to 0.23



CVS: cvs.openbsd.org: ports

2020-12-06 Thread Andrew Fresh
CVSROOT:/cvs
Module name:ports
Changes by: afre...@cvs.openbsd.org 2020/12/06 12:57:40

Modified files:
mail/p5-Email-Sender: Makefile distinfo 
mail/p5-Email-Sender/pkg: DESCR 

Log message:
Update mail/p5-Email-Sender to 1.300035



CVS: cvs.openbsd.org: ports

2020-12-06 Thread Andrew Fresh
CVSROOT:/cvs
Module name:ports
Changes by: afre...@cvs.openbsd.org 2020/12/06 12:49:23

Modified files:
devel/p5-Test-Most: Makefile distinfo 

Log message:
Update devel/p5-Test-Most to 0.37



CVS: cvs.openbsd.org: ports

2020-12-06 Thread Andrew Fresh
CVSROOT:/cvs
Module name:ports
Changes by: afre...@cvs.openbsd.org 2020/12/06 12:41:09

Modified files:
devel/p5-Test-Differences: Makefile distinfo 

Log message:
Udate devel/p5-Test-Differences to 0.67



[UPDATE] graphics/freeglut -> 3.2.1

2020-12-06 Thread Dimitri Karamazov
Ping

Build and runtime tests:

games/crack-attack
games/glsfcave
textproc/mupdf,js

Build tests only:
graphics/gle
graphics/glpng
graphics/DevIL
graphics/py-opengl
graphics/mhgui
devel/bullet
lang/parrot
sysutils/mangl
print/gl2ps
math/eigen3
cad/kicad

untested:
asymptote - not for amd64

Bumped shared library since some exported functions are removed,
many more have been introduced. Output attached.

Patch is redundant since changes have been merged.

Any comments/Ok's?

Index: Makefile
===
RCS file: /cvs/ports/graphics/freeglut/Makefile,v
retrieving revision 1.20
diff -u -p -r1.20 Makefile
--- Makefile12 Jul 2019 20:46:58 -  1.20
+++ Makefile6 Dec 2020 15:11:29 -
@@ -2,10 +2,9 @@
 
 COMMENT =  open source alternative to glut
 
-DISTNAME = freeglut-3.0.0
-REVISION = 0
+DISTNAME = freeglut-3.2.1
 
-SHARED_LIBS +=  glut  6.0 # 3.10
+SHARED_LIBS +=  glut  7.0 # 3.11
 
 CATEGORIES =   graphics
 
Index: distinfo
===
RCS file: /cvs/ports/graphics/freeglut/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo5 Jul 2017 21:29:42 -   1.4
+++ distinfo6 Dec 2020 15:11:29 -
@@ -1,2 +1,2 @@
-SHA256 (freeglut-3.0.0.tar.gz) = KkO+hRWwHqgrz6F9Ka4NQL0Sg0LwkwzR83Xx/5mfdqI=
-SIZE (freeglut-3.0.0.tar.gz) = 419095
+SHA256 (freeglut-3.2.1.tar.gz) = 1AAOAhAqyvJZmYyHDiUhRznR8W9n+ZyzXk9GhBOZ2mg=
+SIZE (freeglut-3.2.1.tar.gz) = 440228
Index: patches/patch-include_GL_freeglut_ext_h
===
RCS file: patches/patch-include_GL_freeglut_ext_h
diff -N patches/patch-include_GL_freeglut_ext_h
--- patches/patch-include_GL_freeglut_ext_h 5 Jul 2017 21:29:42 -   
1.3
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,23 +0,0 @@
-$OpenBSD: patch-include_GL_freeglut_ext_h,v 1.3 2017/07/05 21:29:42 rsadowski 
Exp $
-
-Index: include/GL/freeglut_ext.h
 include/GL/freeglut_ext.h.orig
-+++ include/GL/freeglut_ext.h
-@@ -193,7 +193,7 @@ FGAPI voidFGAPIENTRY glutSolidTeaspoon( double siz
- /*
-  * Extension functions, see fg_ext.c
-  */
--typedef void (*GLUTproc)();
-+typedef void (*GLUTproc)(void);
- FGAPI GLUTproc FGAPIENTRY glutGetProcAddress( const char *procName );
- 
- /*
-@@ -249,7 +249,7 @@ FGAPI voidFGAPIENTRY glutSetVertexAttribNormal(GLi
- FGAPI voidFGAPIENTRY glutSetVertexAttribTexCoord2(GLint attrib);
- 
- /* Mobile platforms lifecycle */
--FGAPI voidFGAPIENTRY glutInitContextFunc(void (* callback)());
-+FGAPI voidFGAPIENTRY glutInitContextFunc(void (* callback)(void));
- FGAPI voidFGAPIENTRY glutAppStatusFunc(void (* callback)(int));
- /* state flags that can be passed to callback set by glutAppStatusFunc */
- #define GLUT_APPSTATUS_PAUSE0x0001
Index: pkg/PLIST
===
RCS file: /cvs/ports/graphics/freeglut/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- pkg/PLIST   5 Jul 2017 21:29:42 -   1.3
+++ pkg/PLIST   6 Dec 2020 15:11:29 -
@@ -5,7 +5,14 @@ include/GL/
 include/GL/freeglut.h
 include/GL/freeglut_ext.h
 include/GL/freeglut_std.h
+include/GL/freeglut_ucall.h
 include/GL/glut.h
-lib/libglut.a
+lib/cmake/
+lib/cmake/FreeGLUT/
+lib/cmake/FreeGLUT/FreeGLUTConfig.cmake
+lib/cmake/FreeGLUT/FreeGLUTConfigVersion.cmake
+lib/cmake/FreeGLUT/FreeGLUTTargets${MODCMAKE_BUILD_SUFFIX}
+lib/cmake/FreeGLUT/FreeGLUTTargets.cmake
+@static-lib lib/libglut.a
 @lib lib/libglut.so.${LIBglut_VERSION}
-lib/pkgconfig/freeglut.pc
+lib/pkgconfig/glut.pc


check_sym
Description: Binary data


CVS: cvs.openbsd.org: ports

2020-12-06 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2020/12/06 11:56:44

Modified files:
devel/netbeans : Makefile distinfo 
devel/netbeans/pkg: PLIST 

Log message:
Update netbeans to 12.2



Re: [new] net/catgirl - TLS only ncurses IRC client

2020-12-06 Thread trondd
On Sat, December 5, 2020 5:58 pm, Solene Rapenne wrote:
> catgirl is an IRC client which is an in-between minimalism and usual
> weechat/irssi clients which have too many features.
>
> While the man page is complete, if you want to make a quick test,
> you need to create a configuration file in ~/.config/catgirl/mynetwork
> with the content
>
> host = server.fqdn
> join = #test_channel
>
> and then run catgirl mynetwork
>
> DESCR:
> catgirl proposes features such as:
> - Tab complete, Split scroll, URL detection, Nick coloring,
>   Topic diffing, Ignore
>
> But won't implement so called "non-features" as:
> - Dynamic configuration, Multi-network, Reconnection, CTCP,
>   Cleartext IRC
>

Tested on arm64.  Basic functionality works great.  Multiple channels,
direct messages, etc.

Tim.



CVS: cvs.openbsd.org: ports

2020-12-06 Thread Bjorn Ketelaars
CVSROOT:/cvs
Module name:ports
Changes by: b...@cvs.openbsd.org2020/12/06 10:58:25

Modified files:
net/ocserv : Makefile 
net/openconnect: Makefile 

Log message:
Drop maintainership



CVS: cvs.openbsd.org: ports

2020-12-06 Thread Benoit Lecocq
CVSROOT:/cvs
Module name:ports
Changes by: ben...@cvs.openbsd.org  2020/12/06 09:19:59

Modified files:
devel/p5-Graph : Makefile distinfo 

Log message:
Update to p5-Graph-0.9712.



CVS: cvs.openbsd.org: ports

2020-12-06 Thread Benoit Lecocq
CVSROOT:/cvs
Module name:ports
Changes by: ben...@cvs.openbsd.org  2020/12/06 09:10:25

Modified files:
devel/p5-Devel-CheckLib: Makefile distinfo 

Log message:
Update to p5-Devel-CheckLib-1.14.



Re: Remove x11/kde (KDE3)

2020-12-06 Thread Solene Rapenne
On Sun, 6 Dec 2020 09:38:50 +0100
Rafael Sadowski :

> Without much text, without much argument. I think it's time to get rid
> of KDE3 forever.
> 
> OK to remove KDE3?
> 
> This question stays active for one week (until the 13.12.20). Please
> reply publicly!
> 

I see no reason to keep it
ok solene@



CVS: cvs.openbsd.org: ports

2020-12-06 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2020/12/06 07:12:40

Modified files:
math/visidata  : Makefile 
math/visidata/pkg: PLIST 
Added files:
math/visidata/patches: patch-visidata_loaders_xlsx_py 
math/visidata/pkg: README 

Log message:
visidata: repair .xls reading, add a readme showing actual pkgnames for
deps.



NEW: openpyxl plus deps

2020-12-06 Thread Stuart Henderson
This includes the following:

textproc/py-openpyxl
textproc/py-et_xmlfile
misc/py-jdcal

OK to import? tested with visidata.



Information for inst:py3-et_xmlfile-1.0.1

Comment:
low memory library for creating large XML files

Required by:
py3-openpyxl-3.0.5

Description:
et_xmlfile is a low memory library for creating large XML files.

It is based upon the xmlfile module from lxml with the aim of allowing
code to be developed that will work with both libraries. It was
developed initially for the openpyxl project but is now a standalone
module.

Maintainer: The OpenBSD ports mailing-list 

WWW: https://pypi.python.org/pypi/et_xmlfile


Information for inst:py3-jdcal-1.4.1

Comment:
convert between Julian and calendar dates

Required by:
py3-openpyxl-3.0.5

Description:
This module contains functions for converting between Julian dates and
calendar dates.

A function for converting Gregorian calendar dates to Julian dates,
and another function for converting Julian calendar dates to Julian
dates are defined. Two functions for the reverse calculations are also
defined.

Different regions of the world switched to Gregorian calendar from
Julian calendar on different dates. Having separate functions for Julian
and Gregorian calendars allow maximum flexibility in choosing the
relevant calendar.

Maintainer: The OpenBSD ports mailing-list 

WWW: https://github.com/phn/jdcal


Information for inst:py3-openpyxl-3.0.5

Comment:
Python library to read/write Excel 2010 xlsx/xlsm files

Description:
openpyxl is a Python library to read/write Excel 2010 files (xlsx,
xlsm, xltx, xltm).

Maintainer: The OpenBSD ports mailing-list 

WWW: https://openpyxl.readthedocs.io/



openpyxl-and-deps.tgz
Description: application/tar-gz


CVS: cvs.openbsd.org: ports

2020-12-06 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2020/12/06 06:51:43

Modified files:
textproc/py-defusedxml: Makefile distinfo 

Log message:
update to py-defusedxml-0.6.0



CVS: cvs.openbsd.org: ports

2020-12-06 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2020/12/06 06:50:23

Modified files:
textproc/py-odfpy: Makefile 

Log message:
switch to MODPY_PYTEST



CVS: cvs.openbsd.org: ports

2020-12-06 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2020/12/06 05:55:48

Modified files:
math   : Makefile 

Log message:
+visidata



CVS: cvs.openbsd.org: ports

2020-12-06 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2020/12/06 05:55:25

Log message:
import math/visidata, ok/feedback landry@

VisiData is an interactive multitool for tabular data. It combines the
clarity of a spreadsheet, the efficiency of the terminal, and the power
of Python, into a lightweight utility which can handle millions of rows
with ease.

It's very flexible - see https://www.visidata.org/blog/2020/ten/ for
examples of what it can do, https://jsvine.github.io/intro-to-visidata/
for a tutorial, and the vd(1) manual for a good reference guide.

All of the obvious data formats are supported, as are more specialist
types including pcap, HTML tables, SQL databases, geographic data and
more - see https://www.visidata.org/formats/. This package does not
force optional dependencies for all of these - check the list or try
opening the file and see the "module not found" message - pkglocate
is useful to find the relevant py3-module to install.

Status:

Vendor Tag: sthen
Release Tags:   sthen_20201206

N ports/math/visidata/Makefile
N ports/math/visidata/distinfo
N ports/math/visidata/pkg/DESCR
N ports/math/visidata/pkg/PLIST
N ports/math/visidata/patches/patch-setup_py

No conflicts created by this import



Re: [UPDATE] graphics/opencolorio

2020-12-06 Thread Dimitri Karamazov
On Sat, Dec 05, 2020 at 05:04:59PM -0500, Brad Smith wrote:
> On Sat, Dec 05, 2020 at 08:45:45AM -, Dimitri Karamazov wrote:
> > Update opencolorio to 1.1.1
> > 
> > Required by graphics/krita and graphics/blender
> > both Build,run tested on amd64.
> > 
> > The python module is not used by any of the above
> > programs so I removed it. Or should I let it be as
> > is?
> > 
> > I'll be keeping this updated for blender.
> > 
> > Any comments/OK's?
> 
> Here is a diff that applies cleanly and integrates my diff to build with newer
> yaml-cpp.
> 
Works fine for me on amd64. I've changed my mail-client, hopefully there would
be no such inconveniences/errors in the future

regards,
  Dimitri
> 
> Index: Makefile
> ===
> RCS file: /home/cvs/ports/graphics/opencolorio/Makefile,v
> retrieving revision 1.10
> diff -u -p -u -p -r1.10 Makefile
> --- Makefile  12 Jul 2019 20:47:04 -  1.10
> +++ Makefile  5 Dec 2020 21:21:05 -
> @@ -2,16 +2,17 @@
>  
>  COMMENT =color management library
>  
> -V =  20140911
> -DISTNAME =   OpenColorIO-$V
> -PKGNAME =opencolorio-$V
> -REVISION =   2
> +V =  1.1.1
> +GH_ACCOUNT = AcademySoftwareFoundation
> +GH_PROJECT = OpenColorIO
> +GH_TAGNAME = v${V}
> +DISTNAME =   ${GH_PROJECT:L}-${V}
>  
> -SHARED_LIBS +=  OpenColorIO   1.0 # 1.0
> +SHARED_LIBS +=   OpenColorIO   1.1 # 1.1.1
>  
>  CATEGORIES = graphics
>  
> -HOMEPAGE =   http://opencolorio.org/index.html
> +HOMEPAGE =   https://opencolorio.org/
>  
>  MAINTAINER = Pascal Stumpf 
>  
> @@ -22,27 +23,33 @@ WANTLIB += m pthread ${COMPILER_LIBCXX} 
>  
>  COMPILER =   base-clang ports-gcc base-gcc
>  
> -MASTER_SITES =   http://deftly.net/
> -
> -MODULES =devel/cmake \
> - lang/python
> +MODULES =devel/cmake
>  LIB_DEPENDS =textproc/tinyxml \
>   devel/yaml-cpp
>  
> -CONFIGURE_ARGS +=-DPYTHON="${MODPY_BIN}" \
> - -DUSE_EXTERNAL_TINYXML=ON \
> +CONFIGURE_ARGS +=-DUSE_EXTERNAL_TINYXML=ON \
>   -DUSE_EXTERNAL_YAML=ON \
>   -DOCIO_USE_SSE=OFF \
>   -DOCIO_BUILD_STATIC=OFF \
> - -DOCIO_BUILD_APPS=OFF \
> - -DCMAKE_SHARED_LINKER_FLAGS="-L${LOCALBASE}/lib" \
> - -DCMAKE_EXE_LINKER_FLAGS="-L${LOCALBASE}/lib" \
> - -DCMAKE_MODULE_LINKER_FLAGS="-L${LOCALBASE}/lib"
> + -DOCIO_BUILD_APPS=OFF
>  
>  NO_TEST =Yes
>  
> -WRKDIST =${WRKDIR}/OpenColorIO-master
> -
> -CFLAGS = -pthread
> +do-install:
> + ${INSTALL_DATA_DIR} ${PREFIX}/include/OpenColorIO
> + ${INSTALL_DATA} ${WRKBUILD}/export/*.h \
> +  ${WRKSRC}/export/OpenColorIO/*.h \
> + ${PREFIX}/include/OpenColorIO
> + ${INSTALL_DATA_DIR} ${PREFIX}/lib/cmake/OpenColorIO
> + ${INSTALL_DATA} ${WRKBUILD}/CMakeFiles/Export/cmake/*.cmake \
> + ${WRKBUILD}/OpenColorIOConfig.cmake \
> + ${PREFIX}/lib/cmake/OpenColorIO
> + ${INSTALL_DATA} ${WRKBUILD}/src/core/libOpenColorIO.so.* \
> + ${PREFIX}/lib
> + ${INSTALL_DATA} ${WRKBUILD}/src/core/*.pc \
> + ${PREFIX}/lib/pkgconfig
> + ${INSTALL_DATA_DIR} ${PREFIX}/share/ocio
> + ${INSTALL_SCRIPT} ${WRKBUILD}/share/ocio/*.sh \
> + ${PREFIX}/share/ocio
>  
>  .include 
> Index: distinfo
> ===
> RCS file: /home/cvs/ports/graphics/opencolorio/distinfo,v
> retrieving revision 1.3
> diff -u -p -u -p -r1.3 distinfo
> --- distinfo  21 Nov 2014 17:25:49 -  1.3
> +++ distinfo  5 Dec 2020 21:12:43 -
> @@ -1,2 +1,2 @@
> -SHA256 (OpenColorIO-20140911.tar.gz) = 
> d1Y6L8peE+SuqhBv/lA5Km70hjRlyszFOuVFmNzlnpQ=
> -SIZE (OpenColorIO-20140911.tar.gz) = 13742525
> +SHA256 (opencolorio-1.1.1.tar.gz) = 
> ybW53vkH4dr7KeNzNrcC//IsxjBtRFoTsWIbinVMFMg=
> +SIZE (opencolorio-1.1.1.tar.gz) = 13828483
> Index: patches/patch-CMakeLists_txt
> ===
> RCS file: patches/patch-CMakeLists_txt
> diff -N patches/patch-CMakeLists_txt
> --- /dev/null 1 Jan 1970 00:00:00 -
> +++ patches/patch-CMakeLists_txt  5 Dec 2020 21:24:01 -
> @@ -0,0 +1,26 @@
> +$OpenBSD$
> +
> +Fix macro redefined error
> +
> +Index: CMakeLists.txt
> +--- CMakeLists.txt.orig
>  CMakeLists.txt
> +@@ -218,8 +218,7 @@ else(USE_EXTERNAL_TINYXML)
> + ## => great news when build staticaly since we do not want another 
> client project have to link also with tinyxml when he want to use this project
> + ## => could be problematic if the client project use another 
> version of tinyxml... 

Re: Remove x11/kde (KDE3)

2020-12-06 Thread Klemens Nanni
On Sun, Dec 06, 2020 at 09:38:50AM +0100, Rafael Sadowski wrote:
> Without much text, without much argument. I think it's time to get rid
> of KDE3 forever.
> 
> OK to remove KDE3?
OK kn



Re: NEW: math/visidata

2020-12-06 Thread Landry Breuil
On Sun, Dec 06, 2020 at 10:28:32AM +, Stuart Henderson wrote:
> Found via https://twitter.com/nevoitbien/status/1335398803604586498 -
> this is really nice, ok to import? (I've put it in math/ as the main
> category but it could equally go in textproc, productivity, misc -
> I'll move it if there's a clear consensus that some other is better).

Sounds very cool, no opinion on the category though - maybe note/list
the formats that are supported ootb without any rdep, and the ones that
might need extra rdeps ? it makes sense to avoid enforcing rdeps, but
would be nice to know whats supported ootb.

other than that, ok portswise.



CVS: cvs.openbsd.org: ports

2020-12-06 Thread Pavel Korovin
CVSROOT:/cvs
Module name:ports
Changes by: p...@cvs.openbsd.org2020/12/06 04:51:43

Modified files:
security   : Makefile 

Log message:
+ssh-audit



CVS: cvs.openbsd.org: ports

2020-12-06 Thread Pavel Korovin
CVSROOT:/cvs
Module name:ports
Changes by: p...@cvs.openbsd.org2020/12/06 04:51:25

Log message:
Import ssh-audit, ssh configuration security auditing tool.
With help from sthen@, ok sthen@, thanks!

Status:

Vendor Tag: pvk
Release Tags:   pvk_20201206

N ports/security/ssh-audit/Makefile
N ports/security/ssh-audit/distinfo
N ports/security/ssh-audit/pkg/DESCR
N ports/security/ssh-audit/pkg/PLIST

No conflicts created by this import



NEW: math/visidata

2020-12-06 Thread Stuart Henderson
Found via https://twitter.com/nevoitbien/status/1335398803604586498 -
this is really nice, ok to import? (I've put it in math/ as the main
category but it could equally go in textproc, productivity, misc -
I'll move it if there's a clear consensus that some other is better).



VisiData is an interactive multitool for tabular data. It combines the
clarity of a spreadsheet, the efficiency of the terminal, and the power
of Python, into a lightweight utility which can handle millions of rows
with ease.

It's very flexible - https://www.visidata.org/blog/2020/ten/ has many
examples of what it can do.

All of the obvious data formats are supported, as are more specialist
types including pcap, HTML tables, SQL databases, geographic data and
more. This package does not force optional dependencies - check the
list in the extensive vd(1) manual or try opening the file and see the
"module not found" message - pkglocate is useful to find the relevant
py3-module to install.


visidata.tgz
Description: application/tar-gz


CVS: cvs.openbsd.org: ports

2020-12-06 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2020/12/06 02:39:14

Modified files:
devel/py-buildbot: Makefile.inc 
devel/py-buildbot/buildbot: distinfo 
devel/py-buildbot/buildbot/pkg: PLIST 
devel/py-buildbot/console-view: distinfo 
devel/py-buildbot/grid-view: distinfo 
devel/py-buildbot/pkg: distinfo 
devel/py-buildbot/waterfall-view: distinfo 
devel/py-buildbot/www: distinfo 
devel/py-buildslave: Makefile distinfo 

Log message:
devel/py-build{bot,slave}: update to 2.9.1.

See
https://github.com/buildbot/buildbot/blob/master/master/docs/relnotes/index.rst#buildbot-291--2020-12-05-
and
https://github.com/buildbot/buildbot/blob/master/master/docs/relnotes/index.rst#buildbot-290--2020-12-04-



CVS: cvs.openbsd.org: ports

2020-12-06 Thread Benoit Lecocq
CVSROOT:/cvs
Module name:ports
Changes by: ben...@cvs.openbsd.org  2020/12/06 02:13:17

Modified files:
games/rocksndiamonds: Makefile distinfo 
games/rocksndiamonds/patches: patch-src_Makefile 

Log message:
Update to rocksndiamonds-4.2.0.5.



CVS: cvs.openbsd.org: ports

2020-12-06 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2020/12/06 02:00:22

Modified files:
x11/gtk+3  : Makefile distinfo 
x11/gtk+3/pkg  : PLIST-main 

Log message:
Update to gtk+3-3.24.24.
Amongst other changes:
- Allow the lpr backend to print pdf and ps files



Re: Remove x11/kde (KDE3)

2020-12-06 Thread Landry Breuil
On Sun, Dec 06, 2020 at 09:38:50AM +0100, Rafael Sadowski wrote:
> Without much text, without much argument. I think it's time to get rid
> of KDE3 forever.
> 
> OK to remove KDE3?

definitely ok if all tentacles were removed everywhere - kde3 lovers can
still port https://www.trinitydesktop.org/ which is alive and
maintained upstream.

Now, kde4 is next ;)

Landry



CVS: cvs.openbsd.org: ports

2020-12-06 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2020/12/06 01:56:02

Modified files:
sysutils/awscli: Makefile distinfo 
sysutils/awscli/pkg: PLIST 

Log message:
Update to awscli-1.18.190.



CVS: cvs.openbsd.org: ports

2020-12-06 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2020/12/06 01:55:39

Modified files:
net/py-boto3   : Makefile distinfo 

Log message:
Update to py3-boto3-1.16.30.



CVS: cvs.openbsd.org: ports

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

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

Log message:
Update to py3-botocore-1.19.30.



UPDATE: devel/universal-ctags

2020-12-06 Thread Rafael Sadowski
Update universal-ctags from a workaround version commit to an official
tagname.

OK?

Index: Makefile
===
RCS file: /cvs/ports/devel/universal-ctags/Makefile,v
retrieving revision 1.11
diff -u -p -u -p -r1.11 Makefile
--- Makefile3 Nov 2020 18:56:10 -   1.11
+++ Makefile3 Dec 2020 07:08:11 -
@@ -2,11 +2,11 @@
 
 COMMENT =  multilanguage reimplementation of the Unix ctags utility
 
+V =5.9.20201129.0
 GH_ACCOUNT =   universal-ctags
 GH_PROJECT =   ctags
-GH_COMMIT =69af98edf637b8133702e0e8103196e2a86aaf39
-# commit date MMDD
-DISTNAME = universal-ctags-0.20201103
+GH_TAGNAME =   p${V}
+DISTNAME = universal-ctags-${V}
 
 CATEGORIES =   devel
 
Index: distinfo
===
RCS file: /cvs/ports/devel/universal-ctags/distinfo,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 distinfo
--- distinfo3 Nov 2020 18:56:10 -   1.7
+++ distinfo3 Dec 2020 07:08:11 -
@@ -1,2 +1,2 @@
-SHA256 (universal-ctags-0.20201103-69af98ed.tar.gz) = 
9HrqPxQE+TjEe2Ut0KIClcSnl9dN8s2ZJe+GdocNVI0=
-SIZE (universal-ctags-0.20201103-69af98ed.tar.gz) = 1934466
+SHA256 (universal-ctags-5.9.20201129.0.tar.gz) = 
tmfY4xbjlPgTA3olCxo2L9acCPVYiZAkuvjiQOTwMEE=
+SIZE (universal-ctags-5.9.20201129.0.tar.gz) = 1986607



Remove x11/kde (KDE3)

2020-12-06 Thread Rafael Sadowski
Without much text, without much argument. I think it's time to get rid
of KDE3 forever.

OK to remove KDE3?

This question stays active for one week (until the 13.12.20). Please
reply publicly!



CVS: cvs.openbsd.org: ports

2020-12-06 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2020/12/06 01:33:18

Modified files:
graphics/gimp/stable: Makefile 

Log message:
devel/appstream-glib is only needed at build time.



CVS: cvs.openbsd.org: ports

2020-12-06 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2020/12/06 01:32:13

Modified files:
x11/xglobe : Makefile distinfo 
x11/xglobe/pkg : PFRAG.no-no_map PLIST 
Removed files:
x11/xglobe/patches: patch-desktopwidget_cpp 
patch-desktopwidget_h patch-file_cpp 
patch-renderer_cpp 

Log message:
Update xglobe to 0.6.3

Xglobe 0.6 is a port from Qt3 to Qt5. I had stared this rework to get rid of
KDE3/Qt3 form the ports tree. It should behave in general like the old version,
with some improvements.

The flavor could actually get out, no response from maintainer, spotted by
landry@

After many months of waiting, maintainer timeout!