CVS: cvs.openbsd.org: ports

2023-10-05 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/10/05 08:18:44

Modified files:
www/nextcloud/23: Tag: OPENBSD_7_3 Makefile 
www/nextcloud/23/pkg: Tag: OPENBSD_7_3 MESSAGE 
www/nextcloud/24: Tag: OPENBSD_7_3 Makefile 
www/nextcloud/25: Tag: OPENBSD_7_3 Makefile 
www/nextcloud/pkg: Tag: OPENBSD_7_3 README 
Added files:
www/nextcloud/24/pkg: Tag: OPENBSD_7_3 MESSAGE 

Log message:
add info to nextcloud's pkg-readme about switching between upstream branches
(basically: one ver at a time, pkg_delete then pkg_add the new one).
add MESSAGE files to all but the latest branch telling users to upgrade to
the highest version before updating to a new OpenBSD release.

(unfortunately nextcloud release timing is far more frequent than openbsd
release timing, so we can't update and have users move automatically from
x to x+1 for each openbsd release otherwise we'll keep stacking up eol
versions).

discussed with landry@ gonzalo@



CVS: cvs.openbsd.org: ports

2023-10-05 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/10/05 08:18:07

Modified files:
www/nextcloud/25: Makefile distinfo 
www/nextcloud/26: Makefile 
www/nextcloud/27: Makefile 
www/nextcloud/pkg: README 
Added files:
www/nextcloud/25/pkg: MESSAGE 
www/nextcloud/26/pkg: MESSAGE 

Log message:
add info to nextcloud's pkg-readme about switching between upstream branches
(basically: one ver at a time, pkg_delete then pkg_add the new one).
add MESSAGE files to all but the latest branch telling users to upgrade to
the highest version before updating to a new OpenBSD release.

(unfortunately nextcloud release timing is far more frequent than openbsd
release timing, so we can't update and have users move automatically from
x to x+1 for each openbsd release otherwise we'll keep stacking up eol
versions).

discussed with landry@ gonzalo@



CVS: cvs.openbsd.org: ports

2023-10-05 Thread Robert Nagy
CVSROOT:/cvs
Module name:ports
Changes by: rob...@cvs.openbsd.org  2023/10/05 06:48:46

Modified files:
www/ungoogled-chromium: Makefile distinfo 

Log message:
update to 117.0.5938.149; ok naddy@



CVS: cvs.openbsd.org: ports

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

Modified files:
editors/vis: Makefile 
editors/vis/patches: patch-configure 

Log message:
fix editors/vis (broken in current packages): patch the configure script
to only look for the specific lua version listed in dependencies.
reported by James Cook, ok kn sdk



CVS: cvs.openbsd.org: ports

2023-10-05 Thread Jonathan Matthew
CVSROOT:/cvs
Module name:ports
Changes by: jmatt...@cvs.openbsd.org2023/10/05 03:55:48

Modified files:
www/nginx  : Makefile 
Added files:
www/nginx/patches: patch-lua-nginx-module_config 

Log message:
nginx itself now uses pcre2, but the lua module still uses pcre, so
now it needs to be explicitly linked against libpcre.

ok sthen@ naddy@



CVS: cvs.openbsd.org: ports

2023-10-05 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2023/10/05 02:51:30

Modified files:
mail/smtp-vilter: Makefile 
mail/smtp-vilter/patches: patch-bin_smtp-vilter_Makefile 
  patch-bin_smtp-vilter_smtp-vilter_c 
mail/smtp-vilter/pkg: PLIST 

Log message:
smtp-vilter: unbreak on clang archs, ok sthen

Link by passing -rdynamic to cc rather than -export-dynamic so that spamd
and clamd can dlopen, from niklas.  Some housekeeping from me on top:
revision bump, regen plist, time_t format fix and fix extract permissions.