CVS: cvs.openbsd.org: ports

2021-07-11 Thread Jonathan Gray
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2021/07/11 22:23:37

Modified files:
games/dhewm3   : Makefile distinfo 
games/dhewm3/pkg: PLIST 

Log message:
update to dhewm3 1.5.1
ok pascal@



Remove x11/qt5/qtbase,-sqlite2

2021-07-11 Thread Klemens Nanni
Nothing uses it and sqlite2 is long deprecated.
Builds fine without sqlite installed.

This is one of the last remaining sqlite2 users:

$ show-reverse-deps databases/sqlite
databases/libdbi-drivers,-sqlite
x11/qt5/qtbase,-sqlite2

Feedback? Objections? OK?

Index: Makefile
===
RCS file: /cvs/ports/x11/qt5/qtbase/Makefile,v
retrieving revision 1.44
diff -u -p -r1.44 Makefile
--- Makefile9 Jun 2021 19:50:10 -   1.44
+++ Makefile11 Jul 2021 22:04:52 -
@@ -7,15 +7,13 @@ COMMENT-main =C++ general-purpose tool
 COMMENT-global =   global Qt5 documentation internals
 COMMENT-mysql =MySQL plugin for Qt5
 COMMENT-psql = PostgresSQL plugin for Qt5
-COMMENT-sqlite2 =  SQLite 2.x plugin for Qt5
 COMMENT-tds =  TDS plugin for Qt5
 
-REVISION-main =3
+REVISION-main =4
 
 PKGNAME-mysql =qt5-mysql-${VERSION}
 PKGNAME-global =   qt5-global-${VERSION}
 PKGNAME-psql = qt5-postgresql-${VERSION}
-PKGNAME-sqlite2 =  qt5-sqlite2-${VERSION}
 PKGNAME-tds =  qt5-tds-${VERSION}
 
 PKG_ARCH-global =  *
@@ -57,14 +55,11 @@ WANTLIB-mysql +=m pthread mariadb
 WANTLIB-psql = ${COMPILER_LIBCXX} Qt5Core Qt5Sql
 WANTLIB-psql +=m pthread pq
 
-WANTLIB-sqlite2 =  ${COMPILER_LIBCXX} Qt5Core Qt5Sql
-WANTLIB-sqlite2 += m pthread sqlite
-
 WANTLIB-tds =  ${COMPILER_LIBCXX} Qt5Core Qt5Sql
 WANTLIB-tds += m pthread sybdb
 
 # there is no -sqlite3 because it's heavily used by Qt itself (.qch files)
-MULTI_PACKAGES =   -main -examples -global -mysql -psql -sqlite2 -tds
+MULTI_PACKAGES =   -main -examples -global -mysql -psql -tds
 
 # qmake module is used only for running tests and setting vars
 MODQT_DEPS =   No
@@ -102,10 +97,6 @@ LIB_DEPENDS-psql =  ${BASE_PKGPATH},-main
${MODGCC4_CPPLIBDEP} \
databases/postgresql
 
-LIB_DEPENDS-sqlite2 =  
${BASE_PKGPATH},-main>=${VERSION:R},<${QT5_NEXT_VERSION} \
-   ${MODGCC4_CPPLIBDEP} \
-   databases/sqlite
-
 LIB_DEPENDS-tds =  
${BASE_PKGPATH},-main>=${VERSION:R},<${QT5_NEXT_VERSION} \
${MODGCC4_CPPLIBDEP} \
databases/freetds
@@ -121,7 +112,6 @@ RUN_DEPENDS-global =
 RUN_DEPENDS-examples =
 RUN_DEPENDS-mysql =
 RUN_DEPENDS-psql =
-RUN_DEPENDS-sqlite2 =
 RUN_DEPENDS-tds =
 
 CONFIGURE_STYLE =  simple
@@ -219,7 +209,6 @@ CONFIGURE_ARGS +=   -accessibility \
 # database support
 CONFIGURE_ARGS +=  -sql-mysql
 CONFIGURE_ARGS +=  -sql-psql
-CONFIGURE_ARGS +=  -sql-sqlite2
 CONFIGURE_ARGS +=  -sql-tds
 
 .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
Index: pkg/DESCR-main
===
RCS file: /cvs/ports/x11/qt5/qtbase/pkg/DESCR-main,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 DESCR-main
--- pkg/DESCR-main  25 Dec 2016 14:13:12 -  1.1.1.1
+++ pkg/DESCR-main  11 Jul 2021 22:03:32 -
@@ -9,8 +9,7 @@ simple example programs (source + binari
 
 There's a debug version of the libraries: qt5-debug.
 
-There are database plugins: qt5-mysql, qt5-postgresql, qt5-sqlite2 and
-qt5-tds.
+There are database plugins: qt5-mysql, qt5-postgresql and qt5-tds.
 
 People who want to use Qt5 to compile applications outside the ports tree
 should note that Qt5's installation conforms to OpenBSD habits, not
Index: pkg/DESCR-sqlite2
===
RCS file: pkg/DESCR-sqlite2
diff -N pkg/DESCR-sqlite2
--- pkg/DESCR-sqlite2   25 Dec 2016 14:13:12 -  1.1.1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1 +0,0 @@
-Qt5 database plugin for connecting to SQLite 2.x.
Index: pkg/PLIST-main
===
RCS file: /cvs/ports/x11/qt5/qtbase/pkg/PLIST-main,v
retrieving revision 1.12
diff -u -p -r1.12 PLIST-main
--- pkg/PLIST-main  19 Jan 2021 06:16:29 -  1.12
+++ pkg/PLIST-main  11 Jul 2021 22:02:48 -
@@ -1,5 +1,6 @@
 @comment $OpenBSD: PLIST-main,v 1.12 2021/01/19 06:16:29 rsadowski Exp $
 @conflict qt5-<5.6
+@pkgpath x11/qt5,-sqlite2
 bin/moc-qt5
 bin/qmake-qt5
 bin/rcc-qt5
Index: pkg/PLIST-sqlite2
===
RCS file: pkg/PLIST-sqlite2
diff -N pkg/PLIST-sqlite2
--- pkg/PLIST-sqlite2   13 Mar 2020 16:53:50 -  1.3
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,4 +0,0 @@
-@comment $OpenBSD: PLIST-sqlite2,v 1.3 2020/03/13 16:53:50 rsadowski Exp $
-@pkgpath x11/qt5,-sqlite2
-lib/qt5/cmake/Qt5Sql/Qt5Sql_QSQLite2DriverPlugin.cmake
-@so lib/qt5/plugins/sqldrivers/libqsqlite2.so



Remote databases/libdbi-drivers,-sqlite

2021-07-11 Thread Klemens Nanni
Nothing depends on it and sqlite2 is long deprecated.

This configures and builds the same way with and without sqlite-2.8.17p5
installed.

Feedback? Objections? OK?

Index: Makefile
===
RCS file: /cvs/ports/databases/libdbi-drivers/Makefile,v
retrieving revision 1.37
diff -u -p -r1.37 Makefile
--- Makefile12 Jul 2019 20:43:53 -  1.37
+++ Makefile11 Jul 2021 22:47:00 -
@@ -1,17 +1,15 @@
 # $OpenBSD: Makefile,v 1.37 2019/07/12 20:43:53 sthen Exp $
 
 V =0.9.0
-REVISION = 2
-REVISION-freetds = 3
+REVISION = 3
+REVISION-freetds = 4
 COMMENT-main = mysql driver for libdbi
 COMMENT-pgsql =pgsql driver for libdbi
-COMMENT-sqlite =   sqlite driver for libdbi
 COMMENT-sqlite3 =  sqlite3 driver for libdbi
 COMMENT-freetds =  freetds driver for libdbi
 DISTNAME = libdbi-drivers-$V
 PKGNAME-main = libdbi-drivers-mysql-${V:S/-/./}
 PKGNAME-pgsql =libdbi-drivers-pgsql-${V:S/-/./}
-PKGNAME-sqlite =   libdbi-drivers-sqlite-${V:S/-/./}
 PKGNAME-sqlite3 =  libdbi-drivers-sqlite3-${V:S/-/./}
 PKGNAME-freetds =  libdbi-drivers-freetds-${V:S/-/./}
 
@@ -20,7 +18,7 @@ CATEGORIES =  databases
 HOMEPAGE = http://libdbi-drivers.sourceforge.net/
 MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=libdbi-drivers/}
 
-MULTI_PACKAGES =   -main -pgsql -sqlite -sqlite3 -freetds
+MULTI_PACKAGES =   -main -pgsql -sqlite3 -freetds
 
 # LGPLv2.1
 PERMIT_PACKAGE =   Yes
@@ -36,9 +34,6 @@ CONFIGURE_ARGS =  --disable-docs \
--with-pgsql \
--with-pgsql-incdir="${LOCALBASE}/include 
-I${LOCALBASE}/include/postgresql" \
--with-pgsql-libdir=${LOCALBASE}/lib/postgresql \
-   --with-sqlite \
-   --with-sqlite-incdir=${LOCALBASE}/include \
-   --with-sqlite-libdir=${LOCALBASE}/lib \
--with-sqlite3 \
--with-sqlite3-incdir=${LOCALBASE}/include \
--with-sqlite3-libdir=${LOCALBASE}/lib \
@@ -56,11 +51,6 @@ LIB_DEPENDS-pgsql =  databases/postgresql
databases/libdbi
 RUN_DEPENDS-pgsql =
 
-WANTLIB-sqlite =   m sqlite dbi
-LIB_DEPENDS-sqlite =   databases/sqlite \
-   databases/libdbi
-RUN_DEPENDS-sqlite =
-
 WANTLIB-sqlite3 =  m pthread sqlite3 dbi z
 LIB_DEPENDS-sqlite3 =  databases/libdbi \
databases/sqlite3
@@ -76,7 +66,6 @@ LIB_DEPENDS-freetds = databases/freetds 
 TEST_IS_INTERACTIVE =  Yes
 TEST_DEPENDS = databases/libdbi-drivers,-main \
databases/libdbi-drivers,-pgsql \
-   databases/libdbi-drivers,-sqlite \
databases/libdbi-drivers,-sqlite3 \
databases/libdbi-drivers,-freetds \
databases/mariadb,-server \
@@ -86,7 +75,7 @@ pre-configure:
chmod +x ${WRKSRC}/tests/test_freetds.sh
 
 post-install:
-.for d in mysql pgsql sqlite sqlite3
+.for d in mysql pgsql sqlite3
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/libdbi-drivers/dbd_${d}
${INSTALL_DATA} ${WRKSRC}/drivers/${d}/dbd_${d}.pdf \
${PREFIX}/share/doc/libdbi-drivers
Index: pkg/DESCR-sqlite
===
RCS file: pkg/DESCR-sqlite
diff -N pkg/DESCR-sqlite
--- pkg/DESCR-sqlite2 Jun 2009 00:58:58 -   1.1.1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,5 +0,0 @@
-The libdbi-drivers project provides the database-specific drivers for
-the libdbi framework. The current version of libdbi-drivers will work
-with any 0.8.x release of the framework.
-
-This package has the sqlite driver.
Index: pkg/PLIST-freetds
===
RCS file: /cvs/ports/databases/libdbi-drivers/pkg/PLIST-freetds,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST-freetds
--- pkg/PLIST-freetds   19 Mar 2016 10:24:33 -  1.2
+++ pkg/PLIST-freetds   11 Jul 2021 22:41:52 -
@@ -1,5 +1,5 @@
 @comment $OpenBSD: PLIST-freetds,v 1.2 2016/03/19 10:24:33 sthen Exp $
 lib/dbd/
-lib/dbd/libdbdfreetds.a
+@static-lib lib/dbd/libdbdfreetds.a
 lib/dbd/libdbdfreetds.la
-lib/dbd/libdbdfreetds.so
+@so lib/dbd/libdbdfreetds.so
Index: pkg/PLIST-main
===
RCS file: /cvs/ports/databases/libdbi-drivers/pkg/PLIST-main,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST-main
--- pkg/PLIST-main  3 Jun 2017 16:24:05 -   1.3
+++ pkg/PLIST-main  11 Jul 2021 22:41:52 -
@@ -1,8 +1,9 @@
 @comment $OpenBSD: PLIST-main,v 1.3 2017/06/03 16:24:05 steven Exp $
+@pkgpath databases/libdbi-drivers,-sqlite
 lib/dbd/
-lib/dbd/libdbdmysql.a
+@static-lib lib/dbd/libdbdmysql.a
 

Re: update mail/claws-mail

2021-07-11 Thread Solene
Le Sun, 11 Jul 2021 08:56:40 +0200,
Landry Breuil  a écrit :

> Le Sat, Jul 10, 2021 at 10:37:05PM +0200, Solene a écrit :
> > This update the stable version of claws mail, a new 4.0 release has
> > been done now so I think we will need a new port for this one  
> 
> new port, why ? 4.0.0 is just the Gtk3 version, which will probably
> supersede the Gtk2 version.. maybe only a question of compatible
> plugins at some point.
> 
> great to see claws mail is still alive and kicking !
> 
> Landry

this updates claws-mail to 4.0.0, using gtk3, works fine on powerpc :)

Index: Makefile
===
RCS file: /cvs/ports/mail/claws-mail/Makefile,v
retrieving revision 1.131
diff -u -r1.131 Makefile
--- Makefile9 Jun 2021 19:50:08 -   1.131
+++ Makefile11 Jul 2021 19:11:53 -
@@ -6,9 +6,8 @@
 COMMENT-pdfviewer= pdfviewer plugin
 COMMENT-gdata= gdata plugin
 
-V= 3.17.8
+V= 4.0.0
 DISTNAME=  claws-mail-${V}
-REVISION=  0
 PKGNAME-main=  ${DISTNAME}
 PKGNAME-bogofilter=claws-mail-bogofilter-${V}
 PKGNAME-spamassassin=  claws-mail-spamassassin-${V}
@@ -41,33 +40,37 @@
mail/p5-Mail-SpamAssassin
 
 WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
-WANTLIB += Xrandr Xrender atk-1.0 cairo crypto curl etpan execinfo
-WANTLIB += expat ffi fontconfig freetype fribidi gdk-x11-2.0 gdk_pixbuf-2.0
-WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 graphite2
-WANTLIB += gtk-x11-2.0 harfbuzz iconv intl m nghttp2 pango-1.0
+WANTLIB += Xrandr Xrender atk-1.0 atk-bridge-2.0 cairo cairo-gobject
+WANTLIB += crypto curl etpan execinfo expat ffi fontconfig freetype
+WANTLIB += fribidi gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 
gobject-2.0
+WANTLIB += graphite2 gtk-3 harfbuzz iconv intl jpeg m nghttp2 pango-1.0
 WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread
-WANTLIB += sasl2 ssl xcb xcb-render xcb-shm z
+WANTLIB += sasl2 ssl xcb xcb-render xcb-shm z epoxy
+WANTLIB += ${COMPILER_LIBCXX}
 
 WANTLIB-main =  ${WANTLIB}
-WANTLIB-main += ICE SM X11-xcb archive assuan b2 bz2 c canberra canberra-gtk
-WANTLIB-main += charset cairo-gobject db dbus-1 dbus-glib-1 enchant gmp gnutls 
gpg-error
-WANTLIB-main += gpgme gumbo hogweed ical icalss icalvcal icudata icui18n icuuc 
idn2
-WANTLIB-main += ltdl lz4 lzma nettle notify ogg p11-kit perl rsvg-2
-WANTLIB-main += startup-notification-1 ${COMPILER_LIBCXX} tasn1 unistring 
vorbis
-WANTLIB-main += vorbisfile xcb-util xml2 zstd gthread-2.0
+WANTLIB-main += ICE SM X11-xcb archive assuan b2 bz2 c
+WANTLIB-main += charset croco-0.6 db dbus-1 dbus-glib-1 enchant 
+WANTLIB-main += gmp gnutls gpg-error gpgme gthread-2.0 gumbo hogweed ical 
icalss
+WANTLIB-main += icalvcal icudata icui18n icuuc idn2 lz4 lzma nettle notify 
p11-kit
+WANTLIB-main += perl rsvg-2 startup-notification-1 tasn1 unistring 
+WANTLIB-main += xcb-util xml2 zstd
 
 WANTLIB-gdata = ${WANTLIB}
-WANTLIB-gdata += brotlicommon brotlidec gck-1 gcr-base-3 gcrypt gdata
-WANTLIB-gdata += goa-1.0 gpg-error gthread-2.0 idn2 json-glib-1.0 lzma
-WANTLIB-gdata += p11-kit psl soup-2.4 sqlite3 unistring xml2
+WANTLIB-gdata += brotlicommon brotlidec gck-1 gcr-base-3
+WANTLIB-gdata += gcrypt gdata goa-1.0 gpg-error idn2 json-glib-1.0
+WANTLIB-gdata += lzma p11-kit psl soup-2.4 sqlite3 unistring xml2 
 
 WANTLIB-pdfviewer =  ${WANTLIB}
-WANTLIB-pdfviewer += jpeg lcms2 lzma openjp2 png poppler poppler-glib tiff zstd
-WANTLIB-pdfviewer += ${COMPILER_LIBCXX}
+WANTLIB-pdfviewer += lcms2 lzma openjp2 png poppler poppler-glib tiff zstd
 
-LIB_DEPENDS=   mail/libetpan \
+
+LIB_DEPENDS=   devel/glib2 \
+   mail/libetpan \
security/cyrus-sasl2 \
-   x11/gtk+2
+   www/libcroco \
+   x11/gnome/librsvg \
+   x11/gtk+3
 
 RUN_DEPENDS-main=  ${RUN_DEPENDS} \
devel/desktop-file-utils \
@@ -77,7 +80,7 @@
archivers/libarchive \
archivers/xz \
archivers/zstd \
-   audio/libcanberra,-gtk \
+   devel/glib2 \
devel/libnotify \
devel/startup-notification \
security/gnutls>=2.2 \
@@ -87,26 +90,22 @@
textproc/enchant \
textproc/libical \
www/gumbo \
-   x11/dbus-glib
+   x11/dbus-glib \
+   x11/gnome/at-spi2-atk
 
 LIB_DEPENDS-pdfviewer= ${LIB_DEPENDS} \
print/poppler
 
 LIB_DEPENDS-gdata= ${LIB_DEPENDS} \
-   devel/libgdata \
-   security/nss
+   devel/libgdata
 
-#geolocation looks for 

CVS: cvs.openbsd.org: ports

2021-07-11 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2021/07/11 17:05:06

Modified files:
databases/postgresql: Makefile 

Log message:
Work around the lack of a native spinlock implementation on riscv64



CVS: cvs.openbsd.org: ports

2021-07-11 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2021/07/11 16:52:40

Modified files:
devel/jansson  : Makefile 
devel/jansson/pkg: PLIST 
Removed files:
devel/jansson/patches: patch-CMakeLists_txt 

Log message:
Switch to autotools instead of cmake

cmake is big and so are its dependencies.  Also it's not the build
system advertized by upstream.  Help + ok sthen@, LGTM kirby@ (maintainer)



Re: [NEW] x11/notion 4.0.2 (successor to x11/ion)

2021-07-11 Thread Stefan Hagen
Stuart Henderson wrote:
> I think what's wanted here is probably to get rid of that patch and set
> MAKE_FLAGS= ETCDIR=${SYSCONFDIR}/notion (used during build to tell the
> program where to look for files at runtime ) and then FAKE_FLAGS=
> ETCDIR=$(PREFIX)/share/examples/notion so fake-install copies the
> sample files there. Then use @sample in the PLIST to have pkg_add
> copy the files at install time. This is so that the user can modify the
> files if needed without causing conflicts.

I took another attempt to actually get your proposal to work. And after
an hour of fighting with PREFIX and DESTDIR it finally started working.

It looks like this now:

MAKE_FLAGS= ETCDIR=$(SYSCONFDIR)/notion
FAKE_FLAGS= ETCDIR=$(DESTDIR)$(PREFIX)/share/examples/notion

And then later:

post-install:
$(INSTALL_DATA_DIR) $(DESTDIR)$(SYSCONFDIR)/notion
$(INSTALL_DATA) $(PREFIX)/share/examples/notion/*.lua \
$(DESTDIR)$(SYSCONFDIR)/notion/

PREFIX suddenly includes DESTDIR here, which threw me off.

PLIST has @sample /etc/notion/* entries.

Everything seems to work as expected.

Updated port attached.

Best Regards,
Stefan


notion-4_0_2.tar.gz
Description: application/tar-gz


CVS: cvs.openbsd.org: ports

2021-07-11 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2021/07/11 15:50:59

Modified files:
sysutils/coreboot-utils: Makefile distinfo 

Log message:
Update to coreboot 4.14



CVS: cvs.openbsd.org: ports

2021-07-11 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2021/07/11 15:36:18

Modified files:
sysutils/ruby-puppet/6: Makefile distinfo 

Log message:
Update to puppet 6.23.0

https://puppet.com/docs/puppet/6/release_notes_puppet.html



UPDATE: security/hydra to 9.2

2021-07-11 Thread Sebastian Reitenbach
hi,

below an update from 9.1 to 9.2. Getting rid of a few patches, lightly tested 
SSH brute force, works for me, as well as triggering it via xhydra.

so far seems to work for me.

any feedback, tests etc. welcome, otherwise OK to update?

cheers,
Sebastian


Index: Makefile
===
RCS file: /cvs/ports/security/hydra/Makefile,v
retrieving revision 1.63
diff -u -r1.63 Makefile
--- Makefile14 Feb 2021 13:42:13 -  1.63
+++ Makefile11 Jul 2021 21:05:44 -
@@ -3,11 +3,9 @@
 COMMENT-main=  parallelized network logon cracker
 COMMENT-gui=   GTK frontend for hydra

-VERSION=   9.1
+VERSION=   9.2
 PKGNAME-main=  hydra-${VERSION}
 PKGNAME-gui=   hydra-gui-${VERSION}
-
-REVISION=  0

 CATEGORIES=security

Index: distinfo
===
RCS file: /cvs/ports/security/hydra/distinfo,v
retrieving revision 1.18
diff -u -r1.18 distinfo
--- distinfo13 Nov 2020 21:33:44 -  1.18
+++ distinfo11 Jul 2021 21:05:44 -
@@ -1,2 +1,2 @@
-SHA256 (thc-hydra-9.1.tar.gz) = zgilFIwK5f9LCkry9/FcWUa8k5pX6uG7tt2hnzRBAnM=
-SIZE (thc-hydra-9.1.tar.gz) = 611846
+SHA256 (thc-hydra-9.2.tar.gz) = GijwZHY/kUT47FdEFqVu9RwKsa4iduNaic7tT1lOxdI=
+SIZE (thc-hydra-9.2.tar.gz) = 614176
Index: patches/patch-Makefile_am
===
RCS file: /cvs/ports/security/hydra/patches/patch-Makefile_am,v
retrieving revision 1.5
diff -u -r1.5 patch-Makefile_am
--- patches/patch-Makefile_am   13 Nov 2020 21:33:44 -  1.5
+++ patches/patch-Makefile_am   11 Jul 2021 21:05:44 -
@@ -7,8 +7,8 @@
  WARN_CLANG=-Wformat-nonliteral -Wstrncat-size -Wformat-security 
-Wsign-conversion -Wconversion -Wfloat-conversion -Wshorten-64-to-32 
-Wuninitialized -Wmissing-variable-declarations  -Wmissing-declarations
  WARN_GCC=-Wformat=2 -Wformat-overflow=2 -Wformat-nonliteral 
-Wformat-truncation=2 -Wnull-dereference -Wstrict-overflow=2 
-Wstringop-overflow=4 -Walloca-larger-than=4096 -Wtype-limits -Wconversion 
-Wtrampolines -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-fno-common -Wcast-align
  CFLAGS ?= -g
--OPTS=-I. -O3 $(CFLAGS) -fcommon
-+OPTS=-I. $(CFLAGS) -fcommon
+-OPTS=-I. -O3 $(CFLAGS) -fcommon -Wl,--allow-multiple-definition
++OPTS=-I. $(CFLAGS) -fcommon -Wl,--allow-multiple-definition
  # -Wall -g -pedantic
  LIBS=-lm
  DESTDIR ?=
Index: patches/patch-configure
===
RCS file: /cvs/ports/security/hydra/patches/patch-configure,v
retrieving revision 1.12
diff -u -r1.12 patch-configure
--- patches/patch-configure 9 Dec 2020 10:19:53 -   1.12
+++ patches/patch-configure 11 Jul 2021 21:05:44 -
@@ -3,7 +3,7 @@
 Index: configure
 --- configure.orig
 +++ configure
-@@ -170,6 +170,13 @@ fi
+@@ -172,6 +172,13 @@ fi
  STRIP="strip"
  echo

@@ -17,7 +17,7 @@
  echo "Checking for zlib (libz/zlib.h) ..."
  for i in $INCDIRS; do
 if [ -f "$i/zlib.h" ]; then
-@@ -267,13 +274,13 @@ if [ "$SSL_IPATH" = "/usr/include" ]; then
+@@ -269,13 +276,13 @@ if [ "$SSL_IPATH" = "/usr/include" ]; then
  fi

  echo "Checking for gcrypt (libgcrypt/gpg-error.h) ..."
@@ -33,7 +33,7 @@
  if [ "X" = "X$GPGERROR_IPATH" ]; then
  TMP_PATH=`/bin/ls $i/$SYSM*/gpg-error.h 2> /dev/null`
  if [ -n "$TMP_PATH" ]; then
-@@ -294,7 +301,7 @@ else
+@@ -296,7 +303,7 @@ else
  fi

  echo "Checking for idn (libidn) ..."
@@ -42,7 +42,7 @@
  if [ "X" = "X$IDN_PATH" ]; then
  if [ -f "$i/libidn.so" -o -f "$i/libidn.dylib" -o -f "$i/libidn.a" -o 
-f "$i/libidn.dll.a" -o -f "$i/libidn.la" ]; then
  IDN_PATH="$i"
-@@ -307,7 +314,7 @@ for i in $LIBDIRS ; do
+@@ -309,7 +316,7 @@ for i in $LIBDIRS ; do
  fi
  fi
  done
@@ -51,7 +51,7 @@
  if [ "X" != "X$IDN_PATH" ]; then
  if [ -f "$i/stringprep.h" ]; then
  IDN_IPATH="$i"
-@@ -379,7 +386,7 @@ if [ "X" = "X$CURSES_PATH" -o "X" = "X$CURSES_IPATH" ]
+@@ -381,7 +388,7 @@ if [ "X" = "X$CURSES_PATH" -o "X" = "X$CURSES_IPATH" ]
  fi

  echo "Checking for pcre (libpcre/pcre.h) ..."
@@ -60,7 +60,7 @@
  if [ "X" = "X$PCRE_PATH" ]; then
  if [ -f "$i/libpcre.so" -o -f "$i/libpcre.dylib" -o -f "$i/libpcre.a" 
  ]; then
  PCRE_PATH="$i"
-@@ -398,7 +405,7 @@ for i in $LIBDIRS ; do
+@@ -400,7 +407,7 @@ for i in $LIBDIRS ; do
  fi
  fi
  done
@@ -69,7 +69,7 @@
  if [ "X" != "X$PCRE_PATH" ]; then
  if [ -f "$i/pcre.h" ]; then
  PCRE_IPATH="$i"
-@@ -424,7 +431,7 @@ echo "Checking for Postgres (libpq/libpq-fe.h) ..."
+@@ -426,7 +433,7 @@ echo "Checking for Postgres (libpq/libpq-fe.h) ..."
  #POSTGRES_PATH=""
  #POSTGRES_IPATH=""
  #else
@@ -78,16 +78,16 @@
  if [ "X" = "X$POSTGRES_PATH" ]; then
  if [ -f "$i/libpq.so" -o -f "$i/libpq.dylib" -o -f "$i/libpq.a" ]; 
then
  POSTGRES_PATH="$i"
-@@ 

Re: audio/mscore fetch MuseScore_General_* files as DISTFILES

2021-07-11 Thread Brian Callahan




On 07/11/2021 03:40 PM, Stuart Henderson wrote:

On 2021/07/11 13:09, Kinichiro Inoguchi wrote:
I noticed that musescore build always downloads MuseScore_General_* 
files,

and it takes a long time since download site was slow.
How do you like fetching them as DISTFILES to shorten build time ?


It doesn't change anything because the same version of these files are
already included in the musescore zip.

Ports should not make network connections during build - I think this
port should use -DDOWNLOAD_SOUNDFONT=OFF in CONFIGURE_ARGS.


No objection here.

~Brian



Re: audio/mscore fetch MuseScore_General_* files as DISTFILES

2021-07-11 Thread Stuart Henderson
On 2021/07/11 13:09, Kinichiro Inoguchi wrote:
> I noticed that musescore build always downloads MuseScore_General_* files,
> and it takes a long time since download site was slow.
> How do you like fetching them as DISTFILES to shorten build time ?

It doesn't change anything because the same version of these files are
already included in the musescore zip.

Ports should not make network connections during build - I think this
port should use -DDOWNLOAD_SOUNDFONT=OFF in CONFIGURE_ARGS.



CVS: cvs.openbsd.org: ports

2021-07-11 Thread Robert Nagy
CVSROOT:/cvs
Module name:ports
Changes by: rob...@cvs.openbsd.org  2021/07/11 13:07:59

Modified files:
mail/z-push: Makefile distinfo 
mail/z-push/pkg: PLIST 

Log message:
update to 2.6.2



CVS: cvs.openbsd.org: ports

2021-07-11 Thread Paco Esteban
CVSROOT:/cvs
Module name:ports
Changes by: p...@cvs.openbsd.org2021/07/11 12:03:52

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

Log message:
Update sysutils/hcloud to 1.25.1

Software changes:
* Implement Firewall resource label selector
* Support getting Firewalls by label selector
* Server: Add ability to get traffic as column
* Firewall: Add empty slices for respective direction instead of
nil-slices
* Add Support for Firewall Protocol GRE & ESP
* Add support for App images
* Internal/cmd: Remove redundant DescribeJSON from JSONSchema
* Refactoring + Bugfixes

Port changes:
* Version update
* The test target is now working

update by Stefan Hagen (maintainer) with a couple of tweaks from me.



Re: audio/mscore fetch MuseScore_General_* files as DISTFILES

2021-07-11 Thread Kinichiro Inoguchi
Hi,

I understood the situation.
Post your update to the list when you are ready.
I'm looking forward it.

Thanks!

On Mon, Jul 12, 2021, 12:35 AM Brian Callahan  wrote:

> Hello --
>
> On 07/11/2021 12:09 AM, Kinichiro Inoguchi wrote:
> > I noticed that musescore build always downloads MuseScore_General_*
> > files,
> > and it takes a long time since download site was slow.
> > How do you like fetching them as DISTFILES to shorten build time ?
> >
> > I intentionally left the downloading VERSION file from the site,
> > that is because we can tell if the download site VERSION is updated
> > after fetching it as local distfiles.
> >
> > This diff brings no package change and I didn't increment REVISION.
> >
> > ok?
> >
>
> I have something very similar, but attached up an update to Musescore.
> It isn't ready for commit which is why I haven't sent it to the list yet
> but I'll send it to you off-list for testing.
>
> Thanks.
>
> ~Brian
>


CVS: cvs.openbsd.org: ports

2021-07-11 Thread Joel Sing
CVSROOT:/cvs
Module name:ports
Changes by: js...@cvs.openbsd.org   2021/07/11 10:38:44

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

Log message:
Add mips64 (aka octeon) to GO_ARCHS.

Discussed with visa@



Re: audio/mscore fetch MuseScore_General_* files as DISTFILES

2021-07-11 Thread Brian Callahan

Hello --

On 07/11/2021 12:09 AM, Kinichiro Inoguchi wrote:
I noticed that musescore build always downloads MuseScore_General_* 
files,

and it takes a long time since download site was slow.
How do you like fetching them as DISTFILES to shorten build time ?

I intentionally left the downloading VERSION file from the site,
that is because we can tell if the download site VERSION is updated
after fetching it as local distfiles.

This diff brings no package change and I didn't increment REVISION.

ok?



I have something very similar, but attached up an update to Musescore. 
It isn't ready for commit which is why I haven't sent it to the list yet 
but I'll send it to you off-list for testing.


Thanks.

~Brian



CVS: cvs.openbsd.org: ports

2021-07-11 Thread Joel Sing
CVSROOT:/cvs
Module name:ports
Changes by: js...@cvs.openbsd.org   2021/07/11 08:44:56

Modified files:
lang/go: Makefile 
lang/go/patches: patch-src_cmd_link_link_test_go 
 patch-src_runtime_asm_386_s 
 patch-src_runtime_asm_arm_s 
 patch-src_runtime_crash_unix_test_go 
 patch-src_runtime_defs_openbsd_386_go 
 patch-src_runtime_defs_openbsd_arm_go 
 patch-src_runtime_os_openbsd_libc_go 
 patch-src_runtime_os_openbsd_syscall1_go 
 patch-src_runtime_os_openbsd_syscall2_go 
 patch-src_runtime_os_openbsd_syscall_go 
 patch-src_runtime_proc_go 
 patch-src_runtime_sys_libc_go 
 patch-src_runtime_sys_openbsd1_go 
 patch-src_runtime_sys_openbsd2_go 
 patch-src_runtime_sys_openbsd3_go 
 patch-src_runtime_sys_openbsd_386_s 
 patch-src_runtime_sys_openbsd_arm_s 
 patch-src_runtime_sys_openbsd_go 
 patch-src_syscall_asm_openbsd_386_s 
 patch-src_syscall_asm_openbsd_arm_s 
 patch-src_syscall_asm_unix_386_s 
 patch-src_syscall_exec_bsd_go 
 patch-src_syscall_exec_libc2_go 
 patch-src_syscall_mkall_sh 
 patch-src_syscall_mksyscall_pl 
 patch-src_syscall_syscall_openbsd1_go 
 patch-src_syscall_syscall_openbsd_libc_go 
 patch-src_syscall_zsyscall_openbsd_386_go 
 patch-src_syscall_zsyscall_openbsd_386_s 
 patch-src_syscall_zsyscall_openbsd_arm_go 
 patch-src_syscall_zsyscall_openbsd_arm_s 
lang/go/pkg: PLIST 
Added files:
lang/go/patches: patch-src_cmd_dist_build_go 
 patch-src_cmd_go_internal_load_pkg_go 
 patch-src_cmd_internal_objabi_reloctype_go 
 patch-src_cmd_internal_objabi_reloctype_string_go 
 patch-src_cmd_internal_sys_supported_go 
 patch-src_cmd_link_internal_mips64_asm_go 
 patch-src_cmd_link_internal_mips64_obj_go 
 patch-src_cmd_nm_nm_cgo_test_go 
 patch-src_internal_testenv_testenv_go 
 patch-src_runtime_asm_mips64x_s 
 patch-src_runtime_cgo_gcc_openbsd_mips64_c 
 patch-src_runtime_defs_openbsd_go 
 patch-src_runtime_defs_openbsd_mips64_go 
 patch-src_runtime_os_darwin_go 
 patch-src_runtime_os_linux_go 
 patch-src_runtime_stubs_mips64x_go 
 patch-src_runtime_sys_openbsd2_mips64_go 
 patch-src_runtime_sys_openbsd2_nonmips64_go 
 patch-src_runtime_sys_openbsd_mips64_s 
 patch-src_runtime_tls_mips64x_s 
 patch-src_syscall_asm_openbsd_mips64_s 
 patch-src_syscall_exec_unix_go 
 patch-src_syscall_zsyscall_openbsd_mips64_go 
 patch-src_syscall_zsyscall_openbsd_mips64_s 
 patch-test_fixedbugs_issue21576_go 
 patch-test_nilptr_go 

Log message:
Add patches to support building and running on openbsd/mips64 (octeon).

This enables cgo support, switches to external linking and converts
syscalls from direct to libc/libpthread.



CVS: cvs.openbsd.org: ports

2021-07-11 Thread Robert Nagy
CVSROOT:/cvs
Module name:ports
Changes by: rob...@cvs.openbsd.org  2021/07/11 07:32:27

Modified files:
converters/libytnef: Makefile distinfo 
converters/libytnef/pkg: PLIST 

Log message:
update to the f80f624d commit which includes several bugfixes



CVS: cvs.openbsd.org: ports

2021-07-11 Thread Pavel Korovin
CVSROOT:/cvs
Module name:ports
Changes by: p...@cvs.openbsd.org2021/07/11 07:28:15

Modified files:
www/gitea  : Makefile distinfo 

Log message:
Update gitea 1.14.3 -> 1.14.4
Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.14.4



CVS: cvs.openbsd.org: ports

2021-07-11 Thread Robert Nagy
CVSROOT:/cvs
Module name:ports
Changes by: rob...@cvs.openbsd.org  2021/07/11 07:14:07

Modified files:
editors/libreoffice: Makefile distinfo 
editors/libreoffice/patches: patch-RepositoryExternal_mk 
 patch-configure 
 patch-desktop_source_app_app_cxx 
 
patch-external_cppunit_UnpackedTarball_cppunit_mk 
 
patch-external_liblangtag_ExternalProject_liblangtag_mk 
 
patch-external_liborcus_ExternalPackage_liborcus_mk 
 
patch-external_pdfium_UnpackedTarball_pdfium_mk 
 patch-external_skia_Library_skia_mk 
 
patch-officecfg_registry_schema_org_openoffice_Office_Common_xcs 
 patch-sal_cppunittester_cppunittester_cxx 
 patch-sal_osl_unx_system_hxx 
 patch-sal_osl_unx_thread_cxx 
 patch-shell_source_unix_exec_shellexec_cxx 
 
patch-solenv_gbuild_platform_com_GCC_defs_mk 
 patch-solenv_gbuild_platform_unxgcc_mk 
 patch-vcl_Library_vclplug_gtk3_kde5_mk 
 patch-vcl_Library_vclplug_gtk3_mk 
 patch-vcl_qt5_Qt5Instance_cxx 
 patch-vcl_skia_gdiimpl_cxx 
 patch-vcl_source_app_svapp_cxx 
 patch-vcl_unx_generic_app_geninst_cxx 
editors/libreoffice/pkg: PLIST-i18n-es PLIST-i18n-pt-br 
 PLIST-i18n-ru PLIST-main 
Added files:
editors/libreoffice/patches: 
 
patch-external_libnumbertext_ExternalProject_libnumbertext_mk 
 
patch-external_libnumbertext_UnpackedTarball_libnumbertext_mk 
 
patch-external_libnumbertext_spellout_patch1 
Removed files:
editors/libreoffice/patches: 
 
patch-bridges_source_cpp_uno_gcc3_linux_x86-64_except_cxx 
 
patch-bridges_source_cpp_uno_gcc3_linux_x86-64_share_hxx 
 patch-desktop_unx_source_pagein_c 
 patch-vcl_Executable_visualbackendtest_mk 

Log message:
update to 7.1.4.2



CVS: cvs.openbsd.org: ports

2021-07-11 Thread Robert Nagy
CVSROOT:/cvs
Module name:ports
Changes by: rob...@cvs.openbsd.org  2021/07/11 07:12:53

Modified files:
net/neon   : Makefile distinfo 
net/neon/pkg   : PLIST 
Removed files:
net/neon/patches: patch-src_ne_openssl_c 

Log message:
update to 0.31.2



CVS: cvs.openbsd.org: ports

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

Modified files:
telephony/linphone/mediastreamer2: Makefile 
Removed files:
telephony/linphone/mediastreamer2/patches: 
   patch-src_crypto_ms_srtp_c 

Log message:
telephony/linphone/mediastreamer2: depend on libsrtp 2.3.0p2

and drop patch removing srtp_add_or_update_stream call, since it's now
available.

ok sthen@



CVS: cvs.openbsd.org: ports

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

Modified files:
security/libsrtp: Makefile 
Added files:
security/libsrtp/patches: patch-include_srtp_h patch-srtp_def 
  patch-srtp_srtp_c 

Log message:
security/libsrtp: add srtp_add_or_update_stream method

used by telephony/linphone/mediastreamer2, taken from libphone's srtp fork in
https://gitlab.linphone.org/BC/public/external/srtp/-/commit/c48e27278e656dc4b883044ec85245fb3d22dc51.patch

bump shlib minor and REVISION.

with/ok sthen@



CVS: cvs.openbsd.org: ports

2021-07-11 Thread Bjorn Ketelaars
CVSROOT:/cvs
Module name:ports
Changes by: b...@cvs.openbsd.org2021/07/11 04:13:25

Modified files:
net/dhcpcd : Makefile 
net/dhcpcd/pkg : dhcpcd.rc 

Log message:
net/dhcpcd - fix rc.d daemon script

OK sthen@



CVS: cvs.openbsd.org: ports

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

Modified files:
x11/evilwm : Makefile distinfo 
Removed files:
x11/evilwm/patches: patch-Makefile patch-events_c 

Log message:
update to evilwm-1.2.1



net/dhcpcd - fix rc.d daemon script

2021-07-11 Thread Bjorn Ketelaars
rc.d script for net/dhcpcd fails for me. This is likely caused by
'master' being renamed to 'manager'.

OK?


diff --git Makefile Makefile
index 799b34022e2..54a4f058b34 100644
--- Makefile
+++ Makefile
@@ -9,6 +9,7 @@ GH_PROJECT= dhcpcd
 GH_COMMIT= 01748b315d7093f458b9379bc77f19762c721314
 
 DISTNAME=  dhcpcd-9.4.0pl1
+REVISION=  0
 EPOCH= 0
 
 CATEGORIES=net
diff --git pkg/dhcpcd.rc pkg/dhcpcd.rc
index fda78c7ad16..31caf2ee633 100644
--- pkg/dhcpcd.rc
+++ pkg/dhcpcd.rc
@@ -7,6 +7,6 @@ daemon_flags="-Mq"
 
 . /etc/rc.d/rc.subr
 
-pexp="dhcpcd:.*master.*"
+pexp="dhcpcd:.*manager.*"
 
 rc_cmd $1



CVS: cvs.openbsd.org: ports

2021-07-11 Thread Paco Esteban
CVSROOT:/cvs
Module name:ports
Changes by: p...@cvs.openbsd.org2021/07/11 03:42:20

Modified files:
audio  : Makefile 

Log message:
hook audio/subsonic-cli



CVS: cvs.openbsd.org: ports

2021-07-11 Thread Paco Esteban
CVSROOT:/cvs
Module name:ports
Changes by: p...@cvs.openbsd.org2021/07/11 03:32:14

Log message:
subsonic-cli sends commands to a subsonic server and returns the
json response or data stream.

Port from Stefan Hagen who takes maintainership.

ok abieber

Status:

Vendor Tag: paco
Release Tags:   paco_20210711

N ports/audio/subsonic-cli/Makefile
N ports/audio/subsonic-cli/distinfo
N ports/audio/subsonic-cli/pkg/DESCR
N ports/audio/subsonic-cli/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2021-07-11 Thread Bjorn Ketelaars
CVSROOT:/cvs
Module name:ports
Changes by: b...@cvs.openbsd.org2021/07/11 03:23:19

Modified files:
net/igmpproxy  : Makefile distinfo 
net/igmpproxy/patches: patch-src_config_c patch-src_igmpproxy_c 
   patch-src_igmpproxy_h 
net/igmpproxy/pkg: PLIST README igmpproxy.rc 
Added files:
net/igmpproxy/patches: patch-igmpproxy_conf 

Log message:
Update igmpproxy to github HEAD, now with privsep



CVS: cvs.openbsd.org: ports

2021-07-11 Thread Bjorn Ketelaars
CVSROOT:/cvs
Module name:ports
Changes by: b...@cvs.openbsd.org2021/07/11 03:22:18

Modified files:
net/filezilla  : Makefile distinfo 
net/filezilla/pkg: PLIST 
Added files:
net/filezilla/patches: patch-src_commonui_fz_paths_cpp 
Removed files:
net/filezilla/patches: patch-src_interface_file_utils_cpp 

Log message:
Update to filezilla-3.55.0

Changes: https://filezilla-project.org/versions.php

Minor of libfzclient-commonui-private has been bumped as symbols have
been added. libfzclient-private has its major bumped because of removal
of symbols.



CVS: cvs.openbsd.org: ports

2021-07-11 Thread Bjorn Ketelaars
CVSROOT:/cvs
Module name:ports
Changes by: b...@cvs.openbsd.org2021/07/11 03:21:35

Modified files:
net/libfilezilla: Makefile distinfo 
net/libfilezilla/pkg: PLIST 

Log message:
Update to libfilezilla-0.30.0

Changes: https://lib.filezilla-project.org/

libfilezilla has its major bumped because of symbol removal.



CVS: cvs.openbsd.org: ports

2021-07-11 Thread Bjorn Ketelaars
CVSROOT:/cvs
Module name:ports
Changes by: b...@cvs.openbsd.org2021/07/11 03:20:54

Modified files:
infrastructure/db: user.list 

Log message:
reserve uid 868 for _igmpproxy user



CVS: cvs.openbsd.org: ports

2021-07-11 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2021/07/11 03:08:22

Modified files:
sysutils/exa   : Makefile distinfo 
sysutils/exa/pkg: PLIST 
Added files:
sysutils/exa   : crates.inc 
Removed files:
sysutils/exa/patches: patch-Cargo_toml 

Log message:
sysutils/exa: update to 0.10.1.

- switch to crates.inc for MODCARGO_CRATES
- manpage source was moved to markdown, use pandoc to generate it (as
upstream does in the Justfile)
- upstream now depends on libc 0.2.93 so no need anymore to update it
locally



CVS: cvs.openbsd.org: ports

2021-07-11 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2021/07/11 02:32:19

Modified files:
textproc/py-ICU: Makefile distinfo 
textproc/py-ICU/patches: patch-setup_py 

Log message:
Update to py-ICU-2.7.4.



CVS: cvs.openbsd.org: ports

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

Modified files:
textproc/py-enchant: Makefile distinfo 

Log message:
Update to py3-enchant-3.2.1.



CVS: cvs.openbsd.org: ports

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

Modified files:
graphics/p5-SVG: Makefile distinfo 

Log message:
Update to p5-SVG-2.86.



CVS: cvs.openbsd.org: ports

2021-07-11 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2021/07/11 02:10:49

Modified files:
geo/py-fiona   : Makefile distinfo 

Log message:
geo/py-fiona: update to 1.8.20



CVS: cvs.openbsd.org: ports

2021-07-11 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2021/07/11 02:09:18

Modified files:
geo/py-owslib  : Makefile distinfo 
geo/py-owslib/pkg: PLIST 

Log message:
geo/py-owslib: update to 0.24.1



CVS: cvs.openbsd.org: ports

2021-07-11 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2021/07/11 02:09:49

Modified files:
geo/py-cligj   : Makefile distinfo 

Log message:
geo/py-cligj: update to 0.7.2



CVS: cvs.openbsd.org: ports

2021-07-11 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2021/07/11 02:05:24

Modified files:
devel/quirks   : Makefile 
devel/quirks/files: Quirks.pm 

Log message:
'py-xlib' => 'py3-xlib'



CVS: cvs.openbsd.org: ports

2021-07-11 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2021/07/11 02:05:13

Modified files:
x11: Makefile 
x11/py-xlib: Makefile distinfo 
x11/py-xlib/pkg: PLIST 

Log message:
Update to py3-xlib-0.31 and make it py3 only.



CVS: cvs.openbsd.org: ports

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

Modified files:
x11/xchm   : Makefile distinfo 
x11/xchm/pkg   : PLIST 
Removed files:
x11/xchm/files : xchm.desktop 

Log message:
Update to xchm-1.32.



CVS: cvs.openbsd.org: ports

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

Modified files:
print/hplip: Makefile distinfo 

Log message:
Update to hplip-3.21.6.



update: games/minetest to 5.4.1

2021-07-11 Thread Sebastien Marie
Hi,

Here an update for games/minetest 5.4.1

patches removes because upstreamed; all tests passes (amd64); ran and
tested on amd64.

Comments or OK ?
-- 
Sebastien Marie

diff e6d8a9a8b724743db76e86de9e0bc1148aa262cb /home/semarie/repos/openbsd/ports
blob - ff8dbc010268786609d2b7e7e8ebbc96d2b5381f
file + games/minetest/Makefile
--- games/minetest/Makefile
+++ games/minetest/Makefile
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.32 2020/09/09 11:32:12 semarie Exp $
 
 COMMENT =  infinite-world block sandbox game
-GAME_V =   5.3.0
+GAME_V =   5.4.1
 V =${GAME_V}
 DISTNAME = minetest-${V}
 CATEGORIES =   games x11
@@ -49,7 +49,8 @@ LIB_DEPENDS = ${MODLUA_LIB_DEPENDS} \
x11/irrlicht
 
 TEST_DEPENDS = ${FULLPKGNAME}:${BUILD_PKGPATH}
-TEST_ENV +=HOME=${WRKBUILD}/test
+TEST_ENV +=HOME=${WRKBUILD}/test \
+   LC_CTYPE="en_US.UTF-8"
 
 # Use system cmake modules
 post-patch:
blob - 5b0b4af319ee66389498b5e0137740ea16df0e90
file + games/minetest/distinfo
--- games/minetest/distinfo
+++ games/minetest/distinfo
@@ -1,4 +1,4 @@
-SHA256 (minetest-5.3.0.tar.gz) = ZdwgSfJMk/pURQDzEKYeKJwbj6R79gh3t0aiwnpyONY=
-SHA256 (minetest-game-5.3.0.tar.gz) = 
BsbB1Ll68hHdD6UYo+aKIF9ZTpgWpLJHfkjU0h0nji0=
-SIZE (minetest-5.3.0.tar.gz) = 10828893
-SIZE (minetest-game-5.3.0.tar.gz) = 1904865
+SHA256 (minetest-5.4.1.tar.gz) = 3p5EEFg8hFwQS0viX50Lh0PYVzwSAUm4kQriUZ+asU4=
+SHA256 (minetest-game-5.4.1.tar.gz) = 
tL+gdVuIIwz0vbavaglR3RJI9s34f+zDQOQ6wSyAsLI=
+SIZE (minetest-5.4.1.tar.gz) = 11209289
+SIZE (minetest-game-5.4.1.tar.gz) = 2474325
blob - c2e2937cb8f108d04c9efc3c97c14b7bd3ab16d7
file + /dev/null
--- games/minetest/patches/patch-src_porting_cpp
+++ /dev/null
@@ -1,17 +0,0 @@
-$OpenBSD: patch-src_porting_cpp,v 1.6 2020/09/09 11:32:12 semarie Exp $
-Define environ variable on OpenBSD.
-
-https://github.com/minetest/minetest/commit/9c7340104a7ec4007e3dfe0bb4482f3c8f9878e0
-
-Index: src/porting.cpp
 src/porting.cpp.orig
-+++ src/porting.cpp
-@@ -25,7 +25,7 @@ with this program; if not, write to the Free Software 
- 
- #include "porting.h"
- 
--#if defined(__FreeBSD__)  || defined(__NetBSD__) || defined(__DragonFly__)
-+#if defined(__FreeBSD__)  || defined(__NetBSD__) || defined(__DragonFly__) || 
defined(__OpenBSD__)
-   #include 
-   #include 
-   extern char **environ;
blob - 32738d2348846a1713e8a6ec17206fb99c632121
file + /dev/null
--- games/minetest/patches/patch-src_unittest_test_threading_cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-$OpenBSD: patch-src_unittest_test_threading_cpp,v 1.1 2020/09/09 11:32:12 
semarie Exp $
-Disable testThreadKill test - see 
https://github.com/minetest/minetest/issues/6065
-
-Index: src/unittest/test_threading.cpp
 src/unittest/test_threading.cpp.orig
-+++ src/unittest/test_threading.cpp
-@@ -40,7 +40,7 @@ static TestThreading g_test_instance;
- void TestThreading::runTests(IGameDef *gamedef)
- {
-   TEST(testStartStopWait);
--  TEST(testThreadKill);
-+  //TEST(testThreadKill);
-   TEST(testAtomicSemaphoreThread);
- }
- 
blob - e2a372d36b1873c1b1663e9c425e412ad30c20db
file + games/minetest/pkg/PLIST
--- games/minetest/pkg/PLIST
+++ games/minetest/pkg/PLIST
@@ -14,7 +14,8 @@ share/doc/minetest/texture_packs.txt
 share/doc/minetest/world_format.txt
 share/icons/hicolor/128x128/apps/minetest.png
 share/icons/hicolor/scalable/apps/minetest.svg
-share/locale/ar/LC_MESSAGES/minetest.mo
+share/locale/be/LC_MESSAGES/minetest.mo
+share/locale/bg/LC_MESSAGES/minetest.mo
 share/locale/ca/LC_MESSAGES/minetest.mo
 share/locale/cs/LC_MESSAGES/minetest.mo
 share/locale/da/LC_MESSAGES/minetest.mo
@@ -27,9 +28,7 @@ share/locale/eo/LC_MESSAGES/minetest.mo
 share/locale/es/LC_MESSAGES/minetest.mo
 share/locale/et/LC_MESSAGES/minetest.mo
 share/locale/eu/LC_MESSAGES/minetest.mo
-share/locale/fil/
-share/locale/fil/LC_MESSAGES/
-share/locale/fil/LC_MESSAGES/minetest.mo
+share/locale/fi/LC_MESSAGES/minetest.mo
 share/locale/fr/LC_MESSAGES/minetest.mo
 share/locale/gd/LC_MESSAGES/minetest.mo
 share/locale/gl/LC_MESSAGES/minetest.mo
@@ -38,24 +37,15 @@ share/locale/hu/LC_MESSAGES/minetest.mo
 share/locale/id/LC_MESSAGES/minetest.mo
 share/locale/it/LC_MESSAGES/minetest.mo
 share/locale/ja/LC_MESSAGES/minetest.mo
-share/locale/ja_KS/
-share/locale/ja_KS/LC_MESSAGES/
-share/locale/ja_KS/LC_MESSAGES/minetest.mo
 share/locale/jbo/
 share/locale/jbo/LC_MESSAGES/
 share/locale/jbo/LC_MESSAGES/minetest.mo
 share/locale/kk/LC_MESSAGES/minetest.mo
 share/locale/kn/LC_MESSAGES/minetest.mo
-share/locale/lo/
-share/locale/lo/LC_MESSAGES/
-share/locale/lo/LC_MESSAGES/minetest.mo
+share/locale/ko/LC_MESSAGES/minetest.mo
 share/locale/lt/LC_MESSAGES/minetest.mo
 share/locale/lv/LC_MESSAGES/minetest.mo
 share/locale/ms/LC_MESSAGES/minetest.mo
-share/locale/ms_Arab/
-share/locale/ms_Arab/LC_MESSAGES/
-share/locale/ms_Arab/LC_MESSAGES/minetest.mo

Re: update mail/claws-mail

2021-07-11 Thread Landry Breuil
Le Sat, Jul 10, 2021 at 10:37:05PM +0200, Solene a écrit :
> This update the stable version of claws mail, a new 4.0 release has
> been done now so I think we will need a new port for this one

new port, why ? 4.0.0 is just the Gtk3 version, which will probably
supersede the Gtk2 version.. maybe only a question of compatible plugins
at some point.

great to see claws mail is still alive and kicking !

Landry