CVS: cvs.openbsd.org: ports

2022-09-25 Thread T . J . Townsend
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2022/09/25 16:37:45

Modified files:
x11/i3 : Makefile 
Added files:
x11/i3/patches : patch-include_con_h patch-include_data_h 
 patch-src_commands_c patch-src_con_c 
 patch-src_floating_c 

Log message:
backport upstream fix for a title bar regression in 4.21

https://github.com/i3/i3/issues/5149

ok sthen



CVS: cvs.openbsd.org: ports

2022-09-25 Thread George Koehler
CVSROOT:/cvs
Module name:ports
Changes by: gkoeh...@cvs.openbsd.org2022/09/25 10:34:20

Modified files:
games/mvdsv: Makefile 
games/mvdsv/patches: patch-CMakeLists_txt 

Log message:
Unbreak games/mvdsv for big-endian platforms

Add a missing PRIVATE keyword to CMakeLists.txt; this allows my
powerpc and kmos's sparc64 to package mvdsv.

ok kmos@ jca@ sthen@



CVS: cvs.openbsd.org: ports

2022-09-25 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2022/09/25 10:04:53

Modified files:
textproc/delta : Makefile crates.inc distinfo 

Log message:
textproc/delta: fix build on riscv64/powerpc64

reinstate the dependency on cc >= 1.0.73 crate.
build failure reported by jca@, ok naddy@



CVS: cvs.openbsd.org: ports

2022-09-25 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2022/09/25 10:04:56

Modified files:
sysutils/bat   : Makefile crates.inc distinfo 

Log message:
sysutils/bat: fix build on riscv64/powerpc64

reinstate the dependency on cc >= 1.0.73 crate.
build failure reported by jca@, ok naddy@



CVS: cvs.openbsd.org: ports

2022-09-25 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2022/09/25 03:23:17

Modified files:
www/mozilla: mozilla.port.mk 

Log message:
www/mozilla: make sure gawk isnt picked up during configure

set AWK=/usr/bin/awk in CONFIGURE_ENV, since #1256568 the awk detection
moved from autoconf to moz.configure. Further cleanup will happen after
7.2.

ok sthen@ naddy@