unsuscribe request

2022-08-25 Thread Fabiano Spiga
unsuscribe









CVS: cvs.openbsd.org: ports

2022-08-25 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2022/08/25 23:09:55

Modified files:
devel/jenkins/devel: Makefile distinfo 

Log message:
Update jenkins-devel to 2.365



CVS: cvs.openbsd.org: ports

2022-08-25 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2022/08/25 23:09:19

Modified files:
sysutils/kubectl: Makefile distinfo 

Log message:
Update kubectl to 1.25.0



CVS: cvs.openbsd.org: ports

2022-08-25 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2022/08/25 22:56:01

Modified files:
meta/kde   : Makefile 

Log message:
Remove zeroconf-ioslave and kdesdk-kioslaves



CVS: cvs.openbsd.org: ports

2022-08-25 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2022/08/25 22:55:18

Removed files:
x11/kde-applications/kdesdk-kioslaves: Makefile distinfo 
x11/kde-applications/kdesdk-kioslaves/pkg: DESCR PLIST 
x11/kde-applications/zeroconf-ioslave: Makefile distinfo 
x11/kde-applications/zeroconf-ioslave/pkg: DESCR PLIST 

Log message:
Remove zeroconf-ioslave and kdesdk-kioslaves

Upstream removed both in the latest KDE Gear update to 22.08.0.
They were already hung up



Re: ghci Port error

2022-08-25 Thread Greg Steuck
William Rusnack  writes:

> Hi, 
>
> I am trying to use ghci from the ghc package and am receiving the following
>
> ```
> $ ghci
> GHCi, version 8.10.6: https://www.haskell.org/ghc/  :? for help
> ghc: internal error: setExecutable: failed to protect 0x0xc2fa3c4e000
>
> (GHC version 8.10.6 for x86_64_unknown_openbsd)
> Please report this as a GHC bug:  https://www.haskell.org/ghc/reportabug 
> 
> Abort trap
> ```

Chances are you don't have wxallowed set for your /usr/local. One could
either use wxallowed mount option or update to -current which has a
newer ghc version no longer requiring wxallowed.

Thanks
Greg



ghci Port error

2022-08-25 Thread William Rusnack
Hi, 

I am trying to use ghci from the ghc package and am receiving the following

```
$ ghci
GHCi, version 8.10.6: https://www.haskell.org/ghc/  :? for help
ghc: internal error: setExecutable: failed to protect 0x0xc2fa3c4e000

(GHC version 8.10.6 for x86_64_unknown_openbsd)
Please report this as a GHC bug:  https://www.haskell.org/ghc/reportabug 

Abort trap
```

CVS: cvs.openbsd.org: ports

2022-08-25 Thread Jeremy Evans
CVSROOT:/cvs
Module name:ports
Changes by: jer...@cvs.openbsd.org  2022/08/25 16:31:31

Modified files:
databases/ruby-pg: Makefile distinfo 

Log message:
Update to pg 1.4.3



Re: [Update] editors/vile: 9.8y -> 9.8w

2022-08-25 Thread Thomas Dickey
Attached is an update for editors/vile.  From 9.8u to 9.8w.

Changes are summarized here:

https://invisible-island.net/vile/CHANGES.html#v9_8w

This update also amends the existing port to work better on OpenBSD:

a) use built-in syntax filters, workaround for OpenBSD permissions

b) use curses rather than terminfo, also needed with OpenBSD

c) workaround for configure check for crypt

-- 
Thomas E. Dickey 
https://invisible-island.net
ftp://ftp.invisible-island.net
diff --git a/editors/vile/Makefile b/editors/vile/Makefile
index 140abb74199..987fecf5566 100644
--- a/editors/vile/Makefile
+++ b/editors/vile/Makefile
@@ -1,5 +1,5 @@
 COMMENT=		VI Editor Like Emacs
-DISTNAME=		vile-9.8u
+DISTNAME=		vile-9.8w
 CATEGORIES=		editors
 HOMEPAGE=		https://invisible-island.net/vile/
 
@@ -8,13 +8,14 @@ PERMIT_PACKAGE=	Yes
 
 WANTLIB +=	c curses iconv
 
-MASTER_SITES=		https://invisible-mirror.net/archives/vile/current/ \
-			ftp://ftp.invisible-island.net/vile/current/ \
-			ftp://dickey.his.com/vile/current/
+MASTER_SITES=		https://invisible-island.net/archives/vile/current/ \
+			https://invisible-mirror.net/archives/vile/current/ \
+			ftp://ftp.invisible-island.net/vile/current/
 
 EXTRACT_SUFX=	.tgz
 
 CONFIGURE_STYLE=gnu
+CONFIGURE_ARGS+=	--with-builtin-filters --with-screen=ncursesw
 CONFIGURE_ENV=	LDFLAGS="-L${LOCALBASE}/lib" \
 		CPPFLAGS="-I${LOCALBASE}/include"
 
diff --git a/editors/vile/distinfo b/editors/vile/distinfo
index b8e910401fa..43143123837 100644
--- a/editors/vile/distinfo
+++ b/editors/vile/distinfo
@@ -1,2 +1,2 @@
-SHA256 (vile-9.8u.tgz) = MagoM/5P71pgBDvMMnjRqHWhAosbJXfJ4Po6F5z/Fl4=
-SIZE (vile-9.8u.tgz) = 2375989
+SHA256 (vile-9.8w.tgz) = eCU+w/euX0+dR5mjyLw1uFtH1FbyrBcoEACKSORgmBU=
+SIZE (vile-9.8w.tgz) = 2407322
diff --git a/editors/vile/patches/patch-crypt b/editors/vile/patches/patch-crypt
new file mode 100644
index 000..b2962a289c5
--- /dev/null
+++ b/editors/vile/patches/patch-crypt
@@ -0,0 +1,72 @@
+--- configure.orig	Sat Aug 20 15:48:11 2022
 configure	Thu Aug 25 14:05:32 2022
+@@ -27603,8 +27603,8 @@
+ 		;;
+ 	(*)
+ 
+-echo "$as_me:27606: checking for crypt function" >&5
+-echo $ECHO_N "checking for crypt function... $ECHO_C" >&6
++echo "$as_me:27606: checking for broken_crypt function" >&5
++echo $ECHO_N "checking for broken_crypt function... $ECHO_C" >&6
+ if test "${cf_cv_crypt_func+set}" = set; then
+   echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -27617,7 +27617,7 @@
+ int
+ main (void)
+ {
+-crypt()
++broken_crypt()
+   ;
+   return 0;
+ }
+@@ -27649,7 +27649,7 @@
+ int
+ main (void)
+ {
+-crypt()
++broken_crypt()
+   ;
+   return 0;
+ }
+@@ -27686,8 +27686,8 @@
+ if test "$cf_cv_crypt_func" != no ; then
+ 	cf_save_LIBS="$LIBS"
+ 	test "$cf_cv_crypt_func" != yes && LIBS="$cf_cv_crypt_func $LIBS"
+-echo "$as_me:27689: checking if crypt works" >&5
+-echo $ECHO_N "checking if crypt works... $ECHO_C" >&6
++echo "$as_me:27689: checking if broken_crypt works" >&5
++echo $ECHO_N "checking if broken_crypt works... $ECHO_C" >&6
+ if test "${cf_cv_crypt_works+set}" = set; then
+   echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -27701,9 +27701,9 @@
+ #include "confdefs.h"
+ 
+ #include 
+-extern char *crypt();
++extern char *broken_crypt();
+ int main(void) {
+-	char *s = crypt("vi-crypt", "vi");
++	char *s = broken_crypt("vi-crypt", "vi");
+ 	${cf_cv_main_return:-return}(strcmp("vi6r2tczBYLvM", s) != 0);
+ }
+ 
+@@ -28114,7 +28114,7 @@
+ _nc_free_tinfo \
+ access \
+ alarm \
+-crypt \
++broken_crypt \
+ getcwd \
+ getegid \
+ geteuid \
+@@ -32763,7 +32763,7 @@
+ atoi \
+ chdir \
+ close \
+-crypt \
++broken_crypt \
+ dup \
+ execlp \
+ fclose \
diff --git a/editors/vile/pkg/PLIST b/editors/vile/pkg/PLIST
index acc4f58beb2..c10f971582a 100644
--- a/editors/vile/pkg/PLIST
+++ b/editors/vile/pkg/PLIST
@@ -6,89 +6,8 @@ lib/vile/
 @bin lib/vile/atr2ansi
 @bin lib/vile/atr2html
 @bin lib/vile/atr2text
-@bin lib/vile/vile-ada-filt
-@bin lib/vile/vile-as-filt
-@bin lib/vile/vile-asm-filt
-@bin lib/vile/vile-au3-filt
-@bin lib/vile/vile-awk-filt
-@bin lib/vile/vile-basic-filt
-@bin lib/vile/vile-bat-filt
-@bin lib/vile/vile-bnf-filt
-@bin lib/vile/vile-c-filt
-@bin lib/vile/vile-cfg-filt
-@bin lib/vile/vile-conf-filt
 @bin lib/vile/vile-crypt
-@bin lib/vile/vile-css-filt
-@bin lib/vile/vile-cweb-filt
-@bin lib/vile/vile-dcl-filt
-@bin lib/vile/vile-def-filt
-@bin lib/vile/vile-diff-filt
-@bin lib/vile/vile-ecl-filt
-@bin lib/vile/vile-erl-filt
-@bin lib/vile/vile-esql-filt
-@bin lib/vile/vile-est-filt
-@bin lib/vile/vile-fdl-filt
-@bin lib/vile/vile-hs-filt
-@bin lib/vile/vile-html-filt
-@bin lib/vile/vile-imake-filt
-@bin lib/vile/vile-info-filt
-@bin lib/vile/vile-ini-filt
-@bin lib/vile/vile-iss-filt
-@bin lib/vile/vile-json-filt
-@bin lib/vile/vile-key-filt
-@bin lib/vile/vile-latex-filt
-@bin lib/vile/vile-lex-filt
-@bin lib/vile/vile-lisp-filt
-@bin lib/vile/vile-lua-filt
-@bin lib/vile/vile-m4-filt
-@bin lib/vile/vile-mail-filt
-@bin lib/vile/vile-mailcap-filt
-@bin 

[Update] editors/vile: 9.8y -> 9.8w

2022-08-25 Thread Thomas Dickey
Attached is an update for editors/vile.  From 9.8u to 9.8w.

Changes are summarized here:

https://invisible-island.net/vile/CHANGES.html#v9_8w

This update also amends the existing port to work better on OpenBSD:

a) use built-in syntax filters, workaround for OpenBSD permissions

b) use curses rather than terminfo, also needed with OpenBSD

c) workaround for configure check for crypt

-- 
Thomas E. Dickey 
https://invisible-island.net
ftp://ftp.invisible-island.net


signature.asc
Description: PGP signature


CVS: cvs.openbsd.org: ports

2022-08-25 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2022/08/25 15:10:07

Modified files:
lang/tcc   : Makefile distinfo 

Log message:
Update to the latest tcc. The major user-facing change is that tcc now
generates PIE binaries.



CVS: cvs.openbsd.org: ports

2022-08-25 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2022/08/25 14:13:28

Modified files:
devel/kdevelop : Makefile distinfo 
devel/kdevelop/pkg: PLIST 
graphics/kcolorpicker: Makefile distinfo 
graphics/kimageannotator: Makefile distinfo 
graphics/kimageannotator/pkg: PLIST 
graphics/ksnip : Makefile distinfo 
graphics/ksnip/pkg: PLIST 
graphics/skanlite: Makefile distinfo 
graphics/skanlite/pkg: PLIST 
net/kdeconnect-kde: Makefile distinfo 
net/kdeconnect-kde/pkg: PLIST 
net/konversation: distinfo 
net/ktorrent   : distinfo 
net/libktorrent: distinfo 
productivity/kalendar: distinfo 
productivity/kalendar/pkg: PLIST 
productivity/kmymoney: Makefile 
x11/kde-applications: Makefile kde-applications.port.mk 
x11/kde-applications/akonadi: Makefile distinfo 
x11/kde-applications/akonadi/pkg: PLIST 
x11/kde-applications/akonadi-calendar: Makefile distinfo 
x11/kde-applications/akonadi-calendar/pkg: PLIST 
x11/kde-applications/akonadi-calendar-tools: distinfo 
x11/kde-applications/akonadi-contacts: Makefile distinfo 
x11/kde-applications/akonadi-contacts/pkg: PLIST 
x11/kde-applications/akonadi-import-wizard: distinfo 
x11/kde-applications/akonadi-import-wizard/pkg: PLIST 
x11/kde-applications/akonadi-mime: Makefile distinfo 
x11/kde-applications/akonadi-mime/pkg: PLIST 
x11/kde-applications/akonadi-notes: distinfo 
x11/kde-applications/akonadi-search: distinfo 
x11/kde-applications/akonadi-search/pkg: PLIST 
x11/kde-applications/akonadiconsole: distinfo 
x11/kde-applications/akregator: Makefile distinfo 
x11/kde-applications/akregator/pkg: PLIST 
x11/kde-applications/analitza: distinfo 
x11/kde-applications/ark: Makefile distinfo 
x11/kde-applications/artikulate: distinfo 
x11/kde-applications/artikulate/pkg: PLIST 
x11/kde-applications/audiocd-kio: Makefile distinfo 
x11/kde-applications/audiocd-kio/pkg: PLIST 
x11/kde-applications/baloo-widgets: Makefile distinfo 
x11/kde-applications/baloo-widgets/pkg: PLIST 
x11/kde-applications/blinken: distinfo 
x11/kde-applications/bomber: distinfo 
x11/kde-applications/bovo: distinfo 
x11/kde-applications/calendarsupport: Makefile distinfo 
x11/kde-applications/calendarsupport/pkg: PLIST 
x11/kde-applications/cantor: distinfo 
x11/kde-applications/cervisia: distinfo 
x11/kde-applications/dolphin: Makefile distinfo 
x11/kde-applications/dolphin/pkg: PLIST 
x11/kde-applications/dolphin-plugins: distinfo 
x11/kde-applications/dolphin-plugins/pkg: PLIST 
x11/kde-applications/dragon: distinfo 
x11/kde-applications/elisa: distinfo 
x11/kde-applications/eventviews: Makefile distinfo 
x11/kde-applications/eventviews/pkg: PLIST 
x11/kde-applications/ffmpegthumbs: distinfo 
x11/kde-applications/filelight: Makefile distinfo 
x11/kde-applications/filelight/pkg: PLIST 
x11/kde-applications/granatier: distinfo 
x11/kde-applications/grantlee-editor: distinfo 
x11/kde-applications/grantleetheme: Makefile distinfo 
x11/kde-applications/gwenview: Makefile distinfo 
x11/kde-applications/incidenceeditor: Makefile distinfo 
x11/kde-applications/incidenceeditor/pkg: PLIST 
x11/kde-applications/juk: distinfo 
x11/kde-applications/kaddressbook: Makefile distinfo 
x11/kde-applications/kaddressbook/pkg: PLIST 
x11/kde-applications/kajongg: distinfo 
x11/kde-applications/kalarm: Makefile distinfo 
x11/kde-applications/kalarm/pkg: PLIST 
x11/kde-applications/kalgebra: distinfo 
x11/kde-applications/kalgebra/pkg: PLIST 
x11/kde-applications/kalzium: Makefile distinfo 
x11/kde-applications/kalzium/pkg: PLIST 
x11/kde-applications/kamera: distinfo 
x11/kde-applications/kamera/pkg: PLIST 
x11/kde-applications/kanagram: distinfo 
x11/kde-applications/kapman: Makefile distinfo 
x11/kde-applications/kapptemplate: distinfo 
x11/kde-applications/kate: Makefile distinfo 
x11/kde-applications/kate/pkg: PLIST 
x11/kde-applications/katomic: Makefile distinfo 
x11/kde-applications/kbackup: distinfo 
x11/kde-applications/kbackup/pkg: PLIST 
x11/kde-applications/kblackbox: distinfo 
x11/kde-applications/kblocks: Makefile distinfo 
x11/kde-applications/kblocks/pkg: PLIST 
x11/kde-applications/kbounce: distinfo 
x11/kde-applications/kbreakout: Makefile distinfo 
x11/kde-applications/kbreakout/pkg: PLIST 
x11/kde-applications/kbruch: 

CVS: cvs.openbsd.org: ports

2022-08-25 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2022/08/25 14:06:36

Modified files:
devel/cmake: Makefile distinfo 
devel/cmake/patches: patch-Modules_Compiler_GNU_cmake 
 patch-Source_cmFileCommand_cxx 
 patch-Source_cmFindPackageCommand_cxx 
 patch-Source_cmGeneratorTarget_cxx 
 patch-Source_cmGlobalGenerator_cxx 
 patch-Source_cmInstallCommand_cxx 
 patch-Source_cmTarget_cxx 
 patch-Source_kwsys_CMakeLists_txt 
devel/cmake/pkg: PLIST 

Log message:
Update CMake to 3.24.1

Version 3.24:
https://cmake.org/cmake/help/v3.24/release/3.24.html

Bugfix update 3.24.1:
https://www.kitware.com/cmake-3-24-1-is-available-for-download/

OK tb@ for version 3.24.0



CVS: cvs.openbsd.org: ports

2022-08-25 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2022/08/25 13:52:58

Log message:
Import ksanecore-22.08.0, ok kn

Comment:
KDE SANE (scanner) core library

Required by:
libksane-kf5-22.08.0

Description:
KSaneCore is a library that provides a Qt interface for the SANE library for
scanner hardware.

Maintainer: Rafael Sadowski 

Status:

Vendor Tag: rsadowski
Release Tags:   rsadowski_202208125

N ports/x11/kde-applications/ksanecore/Makefile
N ports/x11/kde-applications/ksanecore/distinfo
N ports/x11/kde-applications/ksanecore/pkg/DESCR
N ports/x11/kde-applications/ksanecore/pkg/PLIST

No conflicts created by this import



maintainer update net/py-nbxmpp 2.0.6 --> 3.1.1

2022-08-25 Thread Paco Esteban
Hi ports@,

This is an update of net/py-nbxmpp to its latest version.
This is needed for an incoming update of net/gajim

Tests have been enabled in this release and all pass.
Works fine on amd64.

Ok to commit ?


diff /usr/ports
commit - 42e691357cfc32ffab9b209c0504dc93701165d9
path + /usr/ports
blob - 9432b725ac72ba2aff54abbe6c186f3ea1cd48ef
file + net/py-nbxmpp/Makefile
--- net/py-nbxmpp/Makefile
+++ net/py-nbxmpp/Makefile
@@ -1,6 +1,6 @@
 COMMENT =  Python XMPP and Jabber implementation
 
-MODPY_EGG_VERSION =2.0.6
+MODPY_EGG_VERSION =3.1.1
 DISTNAME = nbxmpp-${MODPY_EGG_VERSION}
 PKGNAME =  py-${DISTNAME}
 CATEGORIES =   net devel
@@ -16,6 +16,7 @@ MASTER_SITES =${MASTER_SITE_PYPI:=n/nbxmpp/}
 
 MODULES =  lang/python
 MODPY_SETUPTOOLS = Yes
+MODPY_PYTEST = Yes 
 
 RUN_DEPENDS=   devel/glib2>=2.6.0 \
devel/libsoup \
@@ -23,8 +24,6 @@ RUN_DEPENDS=  devel/glib2>=2.6.0 \
net/py-idna${MODPY_FLAVOR} \
textproc/py-precis_i18n${MODPY_FLAVOR}
 
-NO_TEST =  Yes
-
 FLAVORS =  python3
 FLAVOR =   python3
 
blob - bad25b59df62d3a9b263d9ae97802ea265d4e0a0
file + net/py-nbxmpp/distinfo
--- net/py-nbxmpp/distinfo
+++ net/py-nbxmpp/distinfo
@@ -1,2 +1,2 @@
-SHA256 (nbxmpp-2.0.6.tar.gz) = D8SGiU5UalbYsrqlh3h6o8yao8t2kSwlWYx/0R24SL0=
-SIZE (nbxmpp-2.0.6.tar.gz) = 141999
+SHA256 (nbxmpp-3.1.1.tar.gz) = BLMqR592FdFjpJHMEcYLTBT9dFKB1GVWTMcQB87WyDk=
+SIZE (nbxmpp-3.1.1.tar.gz) = 158035
blob - e2a557d848ac8b7b8b4fa3c9ff94be344a5af141
file + net/py-nbxmpp/pkg/PLIST
--- net/py-nbxmpp/pkg/PLIST
+++ net/py-nbxmpp/pkg/PLIST
@@ -28,6 +28,7 @@ lib/python${MODPY_VERSION}/site-packages/nbxmpp/${MODP
 
lib/python${MODPY_VERSION}/site-packages/nbxmpp/${MODPY_PYCACHE}structs.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/nbxmpp/${MODPY_PYCACHE}task.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/nbxmpp/${MODPY_PYCACHE}tcp.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/nbxmpp/${MODPY_PYCACHE}types.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/nbxmpp/${MODPY_PYCACHE}util.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/nbxmpp/${MODPY_PYCACHE}websocket.${MODPY_PYC_MAGIC_TAG}pyc
 lib/python${MODPY_VERSION}/site-packages/nbxmpp/addresses.py
@@ -62,11 +63,13 @@ lib/python${MODPY_VERSION}/site-packages/nbxmpp/module
 
lib/python${MODPY_VERSION}/site-packages/nbxmpp/modules/${MODPY_PYCACHE}discovery.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/nbxmpp/modules/${MODPY_PYCACHE}eme.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/nbxmpp/modules/${MODPY_PYCACHE}entity_caps.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/nbxmpp/modules/${MODPY_PYCACHE}entity_time.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/nbxmpp/modules/${MODPY_PYCACHE}http_auth.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/nbxmpp/modules/${MODPY_PYCACHE}http_upload.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/nbxmpp/modules/${MODPY_PYCACHE}ibb.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/nbxmpp/modules/${MODPY_PYCACHE}idle.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/nbxmpp/modules/${MODPY_PYCACHE}iq.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/nbxmpp/modules/${MODPY_PYCACHE}last_activity.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/nbxmpp/modules/${MODPY_PYCACHE}location.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/nbxmpp/modules/${MODPY_PYCACHE}mam.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/nbxmpp/modules/${MODPY_PYCACHE}message.${MODPY_PYC_MAGIC_TAG}pyc
@@ -82,6 +85,7 @@ lib/python${MODPY_VERSION}/site-packages/nbxmpp/module
 
lib/python${MODPY_VERSION}/site-packages/nbxmpp/modules/${MODPY_PYCACHE}presence.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/nbxmpp/modules/${MODPY_PYCACHE}pubsub.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/nbxmpp/modules/${MODPY_PYCACHE}receipts.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/nbxmpp/modules/${MODPY_PYCACHE}roster.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/nbxmpp/modules/${MODPY_PYCACHE}rsm.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/nbxmpp/modules/${MODPY_PYCACHE}security_labels.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/nbxmpp/modules/${MODPY_PYCACHE}software_version.${MODPY_PYC_MAGIC_TAG}pyc
@@ -121,11 +125,13 @@ lib/python${MODPY_VERSION}/site-packages/nbxmpp/module
 lib/python${MODPY_VERSION}/site-packages/nbxmpp/modules/discovery.py
 lib/python${MODPY_VERSION}/site-packages/nbxmpp/modules/eme.py

maintainer update net/gajim 1.3.3 --> 1.4.7

2022-08-25 Thread Paco Esteban
Hi ports@,

This is an update of net/gajim to its latest version 1.4.7
There are a lot of changes for the software itself.  Take a look at the
changelog here:

https://dev.gajim.org/gajim/gajim/-/blob/master/ChangeLog

On the port itself, the major change is the removal of the plugin
installer plugin.  It's the 3rd time upstream fails to include it on the
tarball and, at this point, I'm a bit tired of opening the same issue
over again on their system, so I decided to just pack it like that and
add a note to the README on how to clone the plugins repostory.

The problem is that they changed the way the plugin manifest works.  Now
it includes a list of supported platforms, which is compared to the
output of sys.platform (in our case this returns "openbsd7").
Of course, the only included platforms on this list are "linux", "win32"
and "darwin", so even if we clone the plugins, they are ignored by
gajim.

I tested some of the plugins (OMEMO amongs them) by just adding
"openbsd7" to the list of supported platforms and they just work, of
course, so I added that to the README too.

Any ideas on how to fix this are welcome, but I will just leave that
comment on the README for the time being and be done with it, as
upstream does not care much for porters in general or OpenBSD in
particular.

Ok to commit ?

diff /usr/ports
commit - 42e691357cfc32ffab9b209c0504dc93701165d9
path + /usr/ports
blob - c5fb9eeb0a0806053c50a295e9964f6e8bbcc74c
file + net/gajim/Makefile
--- net/gajim/Makefile
+++ net/gajim/Makefile
@@ -1,17 +1,13 @@
 COMMENT=   fully-featured XMPP client written in Python
-MODPY_EGG_VERSION= 1.3.3
+MODPY_EGG_VERSION= 1.4.7
 DISTNAME=  gajim-${MODPY_EGG_VERSION}
 CATEGORIES=net x11
 
 HOMEPAGE=  https://www.gajim.org
 
-MAINTAINER=Paco Esteban 
+MAINTAINER=Paco Esteban 
 
-MASTER_SITES=  ${HOMEPAGE}/downloads/1.3/
-# upstream did not include the plugin installer on 1.3.3 again
-# and fixed it on 1.3.3-2
-# https://dev.gajim.org/gajim/gajim/-/issues/10719
-DISTFILES= gajim-${MODPY_EGG_VERSION}-2${EXTRACT_SUFX}
+MASTER_SITES=  ${HOMEPAGE}/downloads/1.4/
 
 # GPLv3 only
 PERMIT_PACKAGE=Yes
@@ -23,11 +19,13 @@ BUILD_DEPENDS=  devel/gettext,-tools
 
 RUN_DEPENDS=   audio/gsound \
devel/desktop-file-utils \
-   devel/glib2>=2.6.0 \
+   devel/glib2>=2.60.0 \
devel/libsoup \
+   devel/pango>=1.50.0 \
+   devel/py-gobject3 \
graphics/py-Pillow${MODPY_FLAVOR} \
graphics/py-cairo${MODPY_FLAVOR} \
-   net/py-nbxmpp${MODPY_FLAVOR}>=2.0.4 \
+   net/py-nbxmpp${MODPY_FLAVOR}>=3.1.1 \
security/py-cryptodome${MODPY_FLAVOR} \
security/py-gnupg${MODPY_FLAVOR} \
security/py-keyring${MODPY_FLAVOR} \
@@ -37,6 +35,7 @@ RUN_DEPENDS=  audio/gsound \
textproc/py-css-parser${MODPY_FLAVOR} \
textproc/py-precis_i18n${MODPY_FLAVOR} \
x11/dbus-python${MODPY_FLAVOR} \
-   x11/gtk+3,-guic
+   x11/gtk+3,-guic \
+   x11/gtksourceview4
 
 .include 
blob - 1b2cf925c666d1571bf804725fa0b7531a309336
file + net/gajim/distinfo
--- net/gajim/distinfo
+++ net/gajim/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gajim-1.3.3-2.tar.gz) = UUHqHCf00sGTbeE23Ckoml6/QeVn3agyHinZZRhxcgM=
-SIZE (gajim-1.3.3-2.tar.gz) = 9578053
+SHA256 (gajim-1.4.7.tar.gz) = GkgHvzo0sxBIgk5P/3Yr0eFiL0ZOc6QmwJaE3Ck2hPM=
+SIZE (gajim-1.4.7.tar.gz) = 7184866
blob - 39168085e7b4ac28c1bde158150f4535cfabcd4a
file + net/gajim/patches/patch-setup_py
--- net/gajim/patches/patch-setup_py
+++ net/gajim/patches/patch-setup_py
@@ -3,10 +3,10 @@ Use correct location and do not compress man pages.
 Index: setup.py
 --- setup.py.orig
 +++ setup.py
-@@ -109,11 +109,11 @@ def build_man(build_cmd):
- def install_man(install_cmd):
- data_files = install_cmd.distribution.data_files
- man_dir = build_dir / 'man'
+@@ -104,11 +104,11 @@ def build_man() -> None:
+ 
+ def install_man(data_files: DataFilesT) -> None:
+ man_dir = BUILD_DIR / 'man'
 -target = 'share/man/man1'
 +target = 'man/man1'
  
@@ -16,4 +16,4 @@ Index: setup.py
 +data_files.append((target, [os.path.join('data', man)]))
  
  
- def build_intl(build_cmd):
+ def build_intl() -> None:
blob - ead749438c2585305b0f8d40380d904f395b114e
file + net/gajim/pkg/PLIST
--- net/gajim/pkg/PLIST
+++ net/gajim/pkg/PLIST
@@ -1,5 +1,4 @@
 bin/gajim
-bin/gajim-history-manager
 bin/gajim-remote
 lib/python${MODPY_VERSION}/site-packages/gajim/
 
lib/python${MODPY_VERSION}/site-packages/gajim-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
@@ -12,30 +11,9 @@ lib/python${MODPY_VERSION}/site-packages/gajim-${MODPY
 lib/python${MODPY_VERSION}/site-packages/gajim/__init__.py
 
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/gajim/${MODPY_PYCACHE}/
 

CVS: cvs.openbsd.org: ports

2022-08-25 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/08/25 07:22:11

Modified files:
www/webkitgtk4 : Tag: OPENBSD_7_1 Makefile distinfo 

Log message:
Maintenance update to webkitgtk4-2.36.7.



CVS: cvs.openbsd.org: ports

2022-08-25 Thread Giovanni Bechis
CVSROOT:/cvs
Module name:ports
Changes by: giova...@cvs.openbsd.org2022/08/25 07:21:08

Modified files:
mail/mimedefang: Makefile distinfo 

Log message:
bugfix update to MIMEDefang 3.1



CVS: cvs.openbsd.org: ports

2022-08-25 Thread Sebastien Marie
CVSROOT:/cvs
Module name:ports
Changes by: sema...@cvs.openbsd.org 2022/08/25 06:27:39

Modified files:
lang/rust  : Makefile distinfo 

Log message:
lang/rust: update sparc64 bootstrap to 1.63.0



CVS: cvs.openbsd.org: ports

2022-08-25 Thread Sebastien Marie
CVSROOT:/cvs
Module name:ports
Changes by: sema...@cvs.openbsd.org 2022/08/25 06:22:27

Modified files:
infrastructure/mk: arch-defines.mk 

Log message:
lang/rust: add support for powerpc64 and riscv64

with help gkoehler@ (powerpc64) and jca@ (riscv64)



CVS: cvs.openbsd.org: ports

2022-08-25 Thread Sebastien Marie
CVSROOT:/cvs
Module name:ports
Changes by: sema...@cvs.openbsd.org 2022/08/25 06:22:10

Modified files:
lang/rust  : Makefile distinfo 
Added files:
lang/rust/patches: patch-compiler_rustc_llvm_build_rs 
   patch-compiler_rustc_target_src_spec_mod_rs 
   
patch-compiler_rustc_target_src_spec_powerpc64_unknown_openbsd_rs 
   
patch-compiler_rustc_target_src_spec_riscv64_unknown_openbsd_rs 
   patch-src_bootstrap_native_rs 
   patch-vendor_cc-1_0_69_src_lib_rs 

Log message:
lang/rust: add support for powerpc64 and riscv64

with help gkoehler@ (powerpc64) and jca@ (riscv64)



CVS: cvs.openbsd.org: ports

2022-08-25 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2022/08/25 05:45:41

Modified files:
x11/gnome/librsvg: Makefile 
Added files:
x11/gnome/librsvg/patches: 
   
patch-vendor_cfg-expr_src_targets_builtins_rs 

Log message:
Prepare for powerpc64 and riscv64 rust support

Help from semarie@, powerpc64 tests gkoehler@, ok semarie@ ajacoutot@ 
(maintainer)



CVS: cvs.openbsd.org: ports

2022-08-25 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2022/08/25 05:44:39

Modified files:
devel/spidermonkey91: Makefile 
Added files:
devel/spidermonkey91/patches: 
  patch-third_party_rust_cc_src_lib_rs 

Log message:
Prepare for riscv64 rust support

Help from semarie@, ok semarie@ ajacoutot@ (maintainer)



CVS: cvs.openbsd.org: ports

2022-08-25 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/08/25 05:28:57

Modified files:
www/webkitgtk4 : Makefile distinfo 

Log message:
update to webkitgtk4-2.36.7.



CVS: cvs.openbsd.org: ports

2022-08-25 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/08/25 02:12:53

Modified files:
sysutils/awscli: Makefile distinfo 

Log message:
Update to awscli-1.25.60.



CVS: cvs.openbsd.org: ports

2022-08-25 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/08/25 02:12:37

Modified files:
net/py-boto3   : Makefile distinfo 

Log message:
Update to py3-boto3-1.24.59.



CVS: cvs.openbsd.org: ports

2022-08-25 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/08/25 02:12:23

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

Log message:
Update to py3-botocore-1.27.59.



CVS: cvs.openbsd.org: ports

2022-08-25 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/08/25 02:11:08

Modified files:
sysutils/terraform: Makefile distinfo modules.inc 

Log message:
Update to terraform-1.2.8.



CVS: cvs.openbsd.org: ports

2022-08-25 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/08/25 02:03:39

Modified files:
sysutils/google-cloud-sdk: Makefile distinfo 
sysutils/google-cloud-sdk/pkg: PLIST 

Log message:
Update to google-cloud-sdk-399.0.0.



CVS: cvs.openbsd.org: ports

2022-08-25 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/08/25 01:55:01

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

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



CVS: cvs.openbsd.org: ports

2022-08-25 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/08/25 01:48:53

Modified files:
security/libtasn1: Makefile distinfo 

Log message:
Update to libtasn1-4.19.0.



CVS: cvs.openbsd.org: ports

2022-08-25 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/08/25 01:45:28

Modified files:
print/system-config-printer: Makefile distinfo 

Log message:
Update to system-config-printer-1.5.17.



CVS: cvs.openbsd.org: ports

2022-08-25 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/08/25 01:43:10

Modified files:
print/cups-filters: Makefile distinfo 

Log message:
Update to cups-filters-1.28.16.



CVS: cvs.openbsd.org: ports

2022-08-25 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/08/25 01:37:17

Modified files:
net/gnugk  : Makefile distinfo 

Log message:
Update to gnugk-5.10.



CVS: cvs.openbsd.org: ports

2022-08-25 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/08/25 01:28:44

Modified files:
graphics/babl  : Makefile distinfo 
graphics/babl/patches: patch-meson_build 
graphics/babl/pkg: PLIST 

Log message:
Update to babl-0.1.96.



CVS: cvs.openbsd.org: ports

2022-08-25 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2022/08/25 01:09:40

Modified files:
geo/postgis: Makefile distinfo 
geo/postgis/pkg: PLIST 

Log message:
geo/postgis: update to 3.2.3