CVS: cvs.openbsd.org: ports

2021-06-28 Thread Thomas Frohwein
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2021/06/28 21:52:34

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

Log message:
build extensions/gdx-tools; needed for Unciv



CVS: cvs.openbsd.org: ports

2021-06-28 Thread Thomas Frohwein
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2021/06/28 21:48:22

Modified files:
graphics/glslang: Makefile distinfo 
graphics/glslang/pkg: PLIST 
graphics/spirv-headers: Makefile distinfo 
graphics/spirv-headers/pkg: PLIST 
graphics/spirv-tools: Makefile distinfo 
graphics/vulkan-headers: Makefile distinfo 
graphics/vulkan-headers/patches: patch-include_vulkan_vulkan_hpp 
 patch-registry_cgenerator_py 
 patch-registry_conventions_py 
 patch-registry_generator_py 
 patch-registry_genvk_py 
 patch-registry_reg_py 
 patch-registry_vkconventions_py 
graphics/vulkan-headers/pkg: PLIST 
graphics/vulkan-loader: Makefile distinfo 
graphics/vulkan-loader/patches: patch-CMakeLists_txt 
patch-loader_CMakeLists_txt 
patch-loader_loader_c 
patch-loader_vk_loader_platform_h 
graphics/vulkan-tools: Makefile distinfo 
graphics/vulkan-tools/patches: patch-cube_cube_cpp 
graphics/vulkan-validation-layers: Makefile distinfo 
graphics/vulkan-validation-layers/patches: patch-CMakeLists_txt 
   patch-layers_CMakeLists_txt 
   patch-layers_vk_mem_alloc_h 

Log message:
update vulkan ports to sdk 1.2.176.1.

Testing by jsg@ and me
ok jsg@
using spirv-tools version with pl0 as pointed out by jsg@



CVS: cvs.openbsd.org: ports

2021-06-28 Thread Charlene Wendling
CVSROOT:/cvs
Module name:ports
Changes by: c...@cvs.openbsd.org2021/06/28 15:34:19

Modified files:
misc/uniutils  : Makefile 
Added files:
misc/uniutils/patches: patch-unireverse_c 

Log message:
uniutils: unbreak unireverse's runtime on unsigned char arches

A looped getc(3) call in unireverse never reached EOF on these arches
because the return value was stored in a char, instead of the
by-the-book type, int. This fixes an infinite loop at runtime.

OK jca@, maintainer timeout



Re: [Maintainer Update] devel/fmt: 7.1.3 -> 8.0.0

2021-06-28 Thread Ashton Fagg
On Mon, 28 Jun 2021 at 11:02, Jeremie Courreges-Anglas  wrote:
> When you update a library, please state the consumers you have tested.
> After this major fmt update, multimedia/mkvtoolnix fails to build
> intalled:

Fair call, and my apologies. Last I checked this wasn't being used by
anything else as they were bringing in their own versions. I should
have paid better attention.



CVS: cvs.openbsd.org: ports

2021-06-28 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/06/28 11:15:06

Modified files:
graphics/libavif: Makefile distinfo 
graphics/libavif/pkg: PLIST 

Log message:
update to libavif-0.9.2, from Brad



CVS: cvs.openbsd.org: ports

2021-06-28 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/06/28 11:00:20

Modified files:
archivers/lz4json: Makefile 

Log message:
has no tests -> NO_TEST=Yes



CVS: cvs.openbsd.org: ports

2021-06-28 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/06/28 09:47:18

Modified files:
databases/sqlite3: Makefile 

Log message:
bump sqlite3 revision, sqlite2mdoc was updated and the manuals are now improved



CVS: cvs.openbsd.org: ports

2021-06-28 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/06/28 09:46:34

Modified files:
converters/sqlite2mdoc: Makefile distinfo 

Log message:
update to sqlite2mdoc-0.1.10, from maintainer



CVS: cvs.openbsd.org: ports

2021-06-28 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2021/06/28 09:20:15

Modified files:
astro/gnuastro : Makefile distinfo 
astro/gnuastro/patches: patch-configure 
astro/gnuastro/pkg: PLIST 

Log message:
Update to gnuastro-0.15
Changelog:
https://git.savannah.gnu.org/cgit/gnuastro.git/plain/NEWS?id=gnuastro_v0.15

bash completion file location tweak sthen@; ok sthen@ gnezdo@



CVS: cvs.openbsd.org: ports

2021-06-28 Thread James Turner
CVSROOT:/cvs
Module name:ports
Changes by: jtur...@cvs.openbsd.org 2021/06/28 09:14:00

Modified files:
www/openradtool: Makefile distinfo 

Log message:
Update openradtool to 0.13.3



Re: [Maintainer Update] devel/fmt: 7.1.3 -> 8.0.0

2021-06-28 Thread Jeremie Courreges-Anglas
On Wed, Jun 23 2021, Ashton Fagg  wrote:
> The attached diff updates devel/fmt to 8.0.0.
>
> Builds on amd64. Tests need to be fixed but library seems to work
> ok. I'll look into the tests, probably need to upstream some stuff
> again.

When you update a library, please state the consumers you have tested.
After this major fmt update, multimedia/mkvtoolnix fails to build
intalled:

--8<--
configure: creating ./config.status
config.status: creating build-config
config.status: creating config.h
configure: WARNING: unrecognized options: --disable-silent-rules, 
--disable-gtk-doc

The mkvtoolnix configuration is complete.
Optional features that are built: 
   * pre-compiled headers
   * FLAC audio
   * MKVToolNix GUI
   * libMagic file type detection
   * DVD chapter support via libdvdread
   * translations (gettext)
Optional features that are NOT built: 
   * online update check in the GUI
   * AppImage compatibility
   * debugging information
   * profiling support
   * compiler optimizations
   * development technique 'address sanitizer'
   * development technique 'undefined behavior sanitizer'
   * make a static build of the applications
   * man page translations (po4a)
===>  Building for mkvtoolnix-57.0.0
scan pch candidates (total=512, .c=4, .cpp=423, .moc=85)
   CXX src/common/common_pch.h
c++ -Wall -Wno-comment -Wfatal-errors -D_FILE_OFFSET_BITS=64 
-DMTX_LOCALE_DIR=\"/usr/local/share/locale\" 
-DMTX_PKG_DATA_DIR=\"/usr/local/share/mkvtoolnix\" 
-DMTX_DOC_DIR=\"/usr/local/share/doc/mkvtoolnix\" -fstack-protector-strong 
-Ilib/nlohmann-json/include -I/usr/local/include -DEBML_STATIC_DEFINE 
-I/usr/local/include -DEBML_STATIC_DEFINE -I/usr/local/include 
-I/usr/local/include -I/usr/local/include -I/usr/local/include 
-I/usr/X11R6/include -fPIC -DQT_NO_KEYWORDS -std=c++17 -Wnon-virtual-dtor 
-Wextra -Wno-missing-field-initializers -Wunused -Wpedantic 
-Woverloaded-virtual -Wshadow -Qunused-arguments -Wno-self-assign 
-Wno-mismatched-tags -Wno-inconsistent-missing-override 
-Wno-potentially-evaluated-expression -Wno-extra-semi -DQT_WIDGETS_LIB 
-I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5 
-DQT_MULTIMEDIA_LIB -I/usr/local/include/X11/qt5/QtMultimedia -DQT_GUI_LIB 
-I/usr/local/include/X11/qt5/QtGui -DQT_NETWORK_LIB 
-I/usr/local/include/X11/qt5/QtNetwork -DQT_CONCURRENT_LIB 
-I/usr/local/include/X11/qt5/QtConcurrent -DQT_DBUS_LIB 
-I/usr/local/include/X11/qt5/QtDBus -DQT_CORE_LIB 
-I/usr/local/include/X11/qt5/QtCore -I/usr/local/include -O2 -pipe -I. -Ilib 
-Ilib/avilib-0.6.10 -Isrc -Ilib/jpcre2 -Ilib/utf8-cpp/source -c -MMD -MF 
/usr/ports/pobj/mkvtoolnix-57.0.0/mkvtoolnix-57.0.0/rake.d/dependency.d/tmp/src_common_common_pch_h_pch.d
 -o src/common/common_pch.h.pch -x c++-header src/common/common_pch.h
In file included from src/common/common_pch.h:1:
In file included from src/common/common.h:39:
/usr/local/include/fmt/format.h:2752:64: fatal error: no template named 
'udl_arg' in namespace 'fmt::v7::detail'
constexpr auto operator"" _a(const char* s, size_t) -> detail::udl_arg {
   ^
1 error generated.
*** Error 1 in . (Makefile:95 'do-build': @cd 
/usr/ports/pobj/mkvtoolnix-57.0.0/mkvtoolnix-57.0.0 &&  env -i V=1 
MOC=/usr/local/bin/moc-qt5 ...)
*** Error 2 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2946 
'/usr/ports/pobj/mkvtoolnix-57.0.0/.build_done': @cd /usr/ports/multimedia/m...)
*** Error 2 in /usr/ports/multimedia/mkvtoolnix 
(/usr/ports/infrastructure/mk/bsd.port.mk:2605 'all': @lock=mkvtoolnix-57.0.0;  
export _LOCK...)
-->8--

-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE



UPDATE: sqlite2mdoc 0.1.4 -> 0.1.10

2021-06-28 Thread Kristaps Dzonsons

Hi,

I didn't realise I was the MAINTAINER of this... updating to the newest 
release, 0.1.10.  Since 0.1.4, sqlite2mdoc has iteratively cleaned up 
the mdoc(7) generated from sqlite3.h.


This also turns on the regression test.

Best,

Kristaps
Index: Makefile
===
RCS file: /cvs/ports/converters/sqlite2mdoc/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile	12 Jul 2019 20:43:52 -	1.4
+++ Makefile	28 Jun 2021 14:24:33 -
@@ -2,7 +2,7 @@
 
 COMMENT =		extract C reference manpages from SQLite3 header file
 
-DISTNAME =		sqlite2mdoc-0.1.4
+DISTNAME =		sqlite2mdoc-0.1.10
 
 MAINTAINER =		Kristaps Dzonsons 
 
@@ -21,6 +21,6 @@ CONFIGURE_ARGS =	PREFIX="${PREFIX}"
 
 ALL_TARGET =		sqlite2mdoc
 
-NO_TEST =		Yes
+TEST_TARGET =		regress
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/converters/sqlite2mdoc/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo	1 Jul 2018 02:08:21 -	1.2
+++ distinfo	28 Jun 2021 14:24:33 -
@@ -1,2 +1,2 @@
-SHA256 (sqlite2mdoc-0.1.4.tar.gz) = 328K3uGgTje6rZ2HnRriT64Od7KdWdV870yjj8Tf0W8=
-SIZE (sqlite2mdoc-0.1.4.tar.gz) = 27896
+SHA256 (sqlite2mdoc-0.1.10.tar.gz) = 7s3CdRqpOrKkKtzDEqA4R0EV/R7H052GAhEmvc/Dtvo=
+SIZE (sqlite2mdoc-0.1.10.tar.gz) = 365767


Re: OpenBSD ports: graywolf broken

2021-06-28 Thread Alessandro De Laurenzis

Hello Jasper,

There are indeed some header files named "dialog.h" spread into the 
source code, causing a clash when /usr/local/include/dialog.h is present.


I'm not an expert of the CMake ecosystem, but from a quick search on the 
net, the usual solution to this kind of issues is to explicitly add the 
current source and build directories to the include path, by mean of the 
CMAKE_INCLUDE_CURRENT_DIR variable.


Please find enclosed a diff with bumped revision and re-based patches 
(while there, I also fixed some indentations in the port's Makefile).


Of course, alternative approach suggestions are welcome.

Copying ports@

On 27/06/2021 13:38, Jasper Lievisse Adriaanse wrote:

Hello,

I noticed that the cad/graywolf port doesn’t build when misc/dialog is 
installed:

[2/159] : && /usr/ports/pobj/graywolf-0.1.6/bin/cc -O2 -pipe   -Wno-return-type 
-DSIZEOF_VOID_P=64 -Wno-implicit-function-declaration -DNDEBUG  src/
date/CMakeFiles/getdate.dir/getdate.c.o -o src/date/getdate -L/usr/local/lib 
-Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && :
[3/159] /usr/ports/pobj/graywolf-0.1.6/bin/cc  -I/usr/local/include 
-I/usr/ports/pobj/graywolf-0.1.6/graywolf-0.1.6/include -Iinclude 
-I/usr/ports/pobj/graywolf-0.1.6/graywolf-0.1.6/src/twmc/. -O2 -pipe   
-Wno-return-type -DSIZEOF_VOID_P=64 -Wno-implicit-function-declaration -DNDEBUG 
-MD -MT src
/twmc/CMakeFiles/TimberWolfMC.dir/graphics.c.o -MF 
src/twmc/CMakeFiles/TimberWolfMC.dir/graphics.c.o.d -o 
src/twmc/CMakeFiles/TimberWolfMC.dir/graph
ics.c.o -c /usr/ports/pobj/graywolf-0.1.6/graywolf-0.1.6/src/twmc/graphics.c
FAILED: src/twmc/CMakeFiles/TimberWolfMC.dir/graphics.c.o
/usr/ports/pobj/graywolf-0.1.6/bin/cc  -I/usr/local/include 
-I/usr/ports/pobj/graywolf-0.1.6/graywolf-0.1.6/include -Iinclude 
-I/usr/ports/pobj/gray
wolf-0.1.6/graywolf-0.1.6/src/twmc/. -O2 -pipe   -Wno-return-type 
-DSIZEOF_VOID_P=64 -Wno-implicit-function-declaration -DNDEBUG -MD -MT 
src/twmc/CMakeFiles/TimberWolfMC.dir/graphics.c.o -MF 
src/twmc/CMakeFiles/TimberWolfMC.dir/graphics.c.o.d -o 
src/twmc/CMakeFiles/TimberWolfMC.dir/graphics.c.o -c 
/usr/ports/pobj/graywolf-0.1.6/graywolf-0.1.6/src/twmc/graphics.c   
 In file 
included from 
/usr/ports/pobj/graywolf-0.1.6/graywolf-0.1.6/src/twmc/graphics.c:137:
In file included from /usr/local/include/dialog.h:59:
/usr/include/ncurses.h:1216:32: error: expected identifier or '('
extern NCURSES_EXPORT_VAR(int) COLORS;
   ^

Could you have a look at this please?

Cheers,
Jasper



--
Alessandro De Laurenzis
[mailto:jus...@atlantide.mooo.com]
Web: http://www.atlantide.mooo.com
LinkedIn: http://it.linkedin.com/in/delaurenzis
Index: Makefile
===
RCS file: /cvs/ports/cad/graywolf/Makefile,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 Makefile
--- Makefile	20 Feb 2021 19:12:04 -	1.4
+++ Makefile	28 Jun 2021 11:56:04 -
@@ -5,7 +5,7 @@ COMMENT =	placement tool used in VLSI de
 GH_ACCOUNT =	rubund
 GH_PROJECT =	graywolf
 GH_TAGNAME =	0.1.6
-REVISION =	1
+REVISION =	2
 
 SHARED_LIBS +=  ycadgraywolf	0.0	# 0.0
 
@@ -14,7 +14,7 @@ CATEGORIES =	cad
 MAINTAINER =	Alessandro De Laurenzis 
 
 # GPLv2+
-PERMIT_PACKAGE =	Yes
+PERMIT_PACKAGE = Yes
 
 WANTLIB +=	ICE SM X11 Xext c gsl gslcblas m
 
@@ -23,7 +23,7 @@ MODULES =	devel/cmake
 LIB_DEPENDS =	devel/gsl
 
 # Really really not C99
-CONFIGURE_ARGS =	-DCMAKE_C_FLAGS="${CFLAGS} -Wno-return-type"
+CONFIGURE_ARGS = -DCMAKE_C_FLAGS="${CFLAGS} -Wno-return-type"
 
 NO_TEST =	Yes
 
Index: patches/patch-CMakeLists_txt
===
RCS file: /cvs/ports/cad/graywolf/patches/patch-CMakeLists_txt,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 patch-CMakeLists_txt
--- patches/patch-CMakeLists_txt	28 Aug 2018 18:26:57 -	1.1.1.1
+++ patches/patch-CMakeLists_txt	28 Jun 2021 11:56:04 -
@@ -3,10 +3,11 @@ $OpenBSD: patch-CMakeLists_txt,v 1.1.1.1
 Index: CMakeLists.txt
 --- CMakeLists.txt.orig
 +++ CMakeLists.txt
-@@ -8,7 +8,10 @@ find_package(X11)
+@@ -8,7 +8,11 @@ find_package(X11)
  INCLUDE(CheckIncludeFiles)
  include(GNUInstallDirs)
  
++set(CMAKE_INCLUDE_CURRENT_DIR ON)
 +include_directories(${OPENBSD_LOCALBASE}/include)
 +link_directories(${OPENBSD_LOCALBASE}/lib)
  
@@ -14,7 +15,7 @@ Index: CMakeLists.txt
  pkg_check_modules(GSL gsl)
  
  if (NOT GSL_FOUND)
-@@ -36,7 +39,6 @@ CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/config.h.in
+@@ -36,7 +40,6 @@ CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/config.h.in
  
  
  install(DIRECTORY flow DESTINATION lib/graywolf/bin)


CVS: cvs.openbsd.org: ports

2021-06-28 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2021/06/28 07:24:00

Modified files:
net/samba  : Makefile distinfo 
net/samba/pkg  : PLIST-tevent 

Log message:
Update to samba-4.14.5

Test report from Ian (co-maintainer)

Release notes:
https://www.samba.org/samba/history/samba-4.14.5.html



CVS: cvs.openbsd.org: ports

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

Modified files:
www/qutebrowser: Makefile 

Log message:
drop rdep on py-adblock for sparc64; no maturin yet



CVS: cvs.openbsd.org: ports

2021-06-28 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/06/28 06:27:55

Modified files:
devel/maturin  : Makefile 

Log message:
mark maturin BROKEN-sparc64, ring-v0.16.20 doesn't support sparc64 yet



Re: vulkan ports: maintainer update to sdk 1.2.176.1

2021-06-28 Thread Jonathan Gray
On Sat, Jun 26, 2021 at 03:42:19PM -0600, Thomas Frohwein wrote:
> Hi,
> 
> This is a diff to update the ports for vulkan to the latest SDK release
> 1.2.176.1 from April. I've updated them and tested without issues with
> vkcube and vulkaninfo (both from the vulkan-tools port), as well as
> vkquake and the FNA game Cryptark with "fnaify /gldevice:Vulkan".
> 
> I tested vkquake with validation layers:
> 
> $ VK_INSTANCE_LAYERS=VK_LAYER_KHRONOS_validation vkquake
> 
> This seems to work and lists one error on start [1].

https://github.com/Novum/vkQuake/commit/db6d2a005a84cad0584a6b7c02af4d7ba56b1b0d

not yet in a non-beta release

> 
> A few notes on this update:
> 
> - For some reason, upstream named this "1.2.176.1-TAG". As versioning
>   has since progressed to 1.2.182 for non-SDK releases, I'm not
>   including the "-TAG".
> - All glslang tests succeed (this is the only one with working tests).
> - spirv-headers: use recent commit as no release tag since November
>   2020; version it as "1.5.4pl2" because there have been 2 patch tags
>   for 1.5.4 ("1.5.4.raytracing" and "1.5.4.raytracing.fixed").
> - spirv-tools: v2021.2 fails to build because of missing
>   SPV_OPERAND_TYPE_OPTIONAL_PACKED_VECTOR_FORMAT; therefore using
>   recent commit (2021.2pl20210623 from June 23rd).

Instead of 2021.2pl20210623 perhaps just 2021.2pl0?

> - vulkan-loader: remove BROKEN-i386 per the comment (was for clang
>   < 9.0.0)
> - vulkan-validation-layers: upstream defaults now to using "Robin Hood
>   Hashing." I haven't heard of this before; but per BUILD.md, this
>   would require a port of
>   https://github.com/martinus/robin-hood-hashing. Disable this for now;
>   we can figure out this out later and then enable.
> 
> Tested on Intel i7-10700 with the integrated UHD 630 GPU. Testing with
> amdgpu would be appreciated.

OpenBSD 6.9-current (GENERIC.MP) #93: Sat Jun 26 10:13:58 MDT 2021
dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
..
amdgpu0: VEGA10 56 CU rev 0x01

vulkaninfo vkcube and vkquake are fine

> 
> ok? Comments?

Just the patch level comment above.  Everything else looks fine.
ok jsg@ either way



Re: sparc64 bulk build report

2021-06-28 Thread Stuart Henderson
On 2021/06/28 05:32, k...@openbsd.org wrote:
> Build failures: 32
> http://build-failures.rhaalovely.net/sparc64/2021-06-25/devel/vte3.log

Strange, no errors in the log for this, and it produced a package.

build.log:devel/vte3 sparc64-1c/4 1016.43 444790 
max_stuck=67.14/depends=62.63/show-prepare-results=6.91/patch=1.47/configure=92.78/build=841.48/fake=16.84/package=56.94/clean=1.21

oh, H=devel/vte3 in term-report / engine.log. Let's blame NFS.



sparc64 bulk build report

2021-06-28 Thread kmos
Bulk build on sparc64-0a.ports.openbsd.org

Started : Fri Jun 25 17:38:56 MDT 2021
Finished: Mon Jun 28 05:31:58 MDT 2021
Duration: 2 Days 11 hours 53 minutes

Built using OpenBSD 6.9-current (GENERIC.MP) #873: Fri Jun 25 12:26:39 MDT 2021

Built 9586 packages

Number of packages built each day:
Jun 25: 4441
Jun 26: 3660
Jun 27: 1476
Jun 28: 9


Critical path missing pkgs:
http://build-failures.rhaalovely.net/sparc64/2021-06-25/summary.log

Build failures: 32
http://build-failures.rhaalovely.net/sparc64/2021-06-25/audio/ncmpcpp.log
http://build-failures.rhaalovely.net/sparc64/2021-06-25/cad/dxf2gcode.log
http://build-failures.rhaalovely.net/sparc64/2021-06-25/devel/keystone/python,python3.log
http://build-failures.rhaalovely.net/sparc64/2021-06-25/devel/maturin.log
http://build-failures.rhaalovely.net/sparc64/2021-06-25/devel/ruby-systemu.log
http://build-failures.rhaalovely.net/sparc64/2021-06-25/devel/vte3.log
http://build-failures.rhaalovely.net/sparc64/2021-06-25/editors/calligra.log
http://build-failures.rhaalovely.net/sparc64/2021-06-25/emulators/emulationstation.log
http://build-failures.rhaalovely.net/sparc64/2021-06-25/games/colobot/colobot.log
http://build-failures.rhaalovely.net/sparc64/2021-06-25/games/egoboo.log
http://build-failures.rhaalovely.net/sparc64/2021-06-25/games/godot.log
http://build-failures.rhaalovely.net/sparc64/2021-06-25/games/odamex.log
http://build-failures.rhaalovely.net/sparc64/2021-06-25/games/openxcom.log
http://build-failures.rhaalovely.net/sparc64/2021-06-25/games/stepmania.log
http://build-failures.rhaalovely.net/sparc64/2021-06-25/graphics/birdfont.log
http://build-failures.rhaalovely.net/sparc64/2021-06-25/graphics/enblend-enfuse.log
http://build-failures.rhaalovely.net/sparc64/2021-06-25/graphics/gmic.log
http://build-failures.rhaalovely.net/sparc64/2021-06-25/graphics/makehuman.log
http://build-failures.rhaalovely.net/sparc64/2021-06-25/graphics/opencolorio.log
http://build-failures.rhaalovely.net/sparc64/2021-06-25/lang/clazy.log
http://build-failures.rhaalovely.net/sparc64/2021-06-25/lang/pcc/pcc.log
http://build-failures.rhaalovely.net/sparc64/2021-06-25/lang/pcc/pcc-libs.log
http://build-failures.rhaalovely.net/sparc64/2021-06-25/math/veusz.log
http://build-failures.rhaalovely.net/sparc64/2021-06-25/multimedia/mkvtoolnix,no_x11.log
http://build-failures.rhaalovely.net/sparc64/2021-06-25/net/barrier.log
http://build-failures.rhaalovely.net/sparc64/2021-06-25/net/gupnp/core.log
http://build-failures.rhaalovely.net/sparc64/2021-06-25/net/pmacct,postgresql.log
http://build-failures.rhaalovely.net/sparc64/2021-06-25/productivity/gnucash.log
http://build-failures.rhaalovely.net/sparc64/2021-06-25/productivity/libphonenumber.log
http://build-failures.rhaalovely.net/sparc64/2021-06-25/www/nextcloud_notify_push.log
http://build-failures.rhaalovely.net/sparc64/2021-06-25/x11/gnome/gjs.log
http://build-failures.rhaalovely.net/sparc64/2021-06-25/x11/kde-applications/kmix.log

Recurrent failures:
 failures/cad/dxf2gcode.log
 failures/devel/keystone/python,python3.log
 failures/devel/maturin.log
 failures/editors/calligra.log
 failures/emulators/emulationstation.log
 failures/games/colobot/colobot.log

New failures:
+failures/devel/ruby-systemu.log
+failures/devel/vte3.log

Resolved failures:

Packages newly built:
+print/hplip

Packages not built this time:
-comms/amtterm
-comms/amtterm,-main
-comms/amtterm,-term
-databases/luadbi,
-databases/luadbi,,-main
-databases/luadbi,,-mysql
-databases/luadbi,,-pgsql
-devel/geany
-devel/giggle
-devel/lua-bitop,
-devel/ruby-systemu
-devel/ruby-systemu,ruby27
-devel/ruby-uuid
-devel/ruby-uuid,ruby27
-devel/vte3
-emulators/qemu
-emulators/qemu,-ga
-emulators/qemu,-main
-meta/mate
-meta/mate,-main
-net/ruby-agcaldav
-net/ruby-macaddr
-net/ruby-macaddr,ruby27
-security/luasec,
-sysutils/virt-manager
-x11/elementary/code
-x11/gnome/gedit-plugins
-x11/lxterminal
-x11/mate/terminal
-x11/remmina
-x11/roxterm
-x11/sakura
-x11/terminator
-x11/tilda
-x11/virt-viewer



CVS: cvs.openbsd.org: ports

2021-06-28 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2021/06/28 05:18:18

Modified files:
textproc/docbook: Makefile 
textproc/docbook/pkg: PLIST 

Log message:
the @exec link was added in 2012. By now, everybody has updated to a
version with the link, so turn it into @exec-add
no need to redo it during updates.



UPDATE: astro/gnuastro 0.14 => 0.15

2021-06-28 Thread Brian Callahan
Hi ports --

Attached is an update to GNU Astro.
Changelog is here:
https://git.savannah.gnu.org/cgit/gnuastro.git/plain/NEWS?id=gnuastro_v0.15

3 tests fail, I will look into it.

OK?

~Brian


gnuastro-015.diff
Description: Binary data


CVS: cvs.openbsd.org: ports

2021-06-28 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2021/06/28 03:08:05

Modified files:
geo/qgis   : Makefile distinfo 
geo/qgis/patches: patch-src_server_CMakeLists_txt 
geo/qgis/pkg   : PLIST 
Removed files:
geo/qgis/patches: patch-cmake_FindProj_cmake 

Log message:
geo/qgis: update to 3.20.0.

see https://changelog.qgis.org/en/qgis/version/3.20/



Re: make documentation

2021-06-28 Thread Reuben ua Bríġ



> Date: Mon, 28 Jun 2021 09:46:01 +0100
> From: Stuart Henderson 

> I think you need to adjust your attitude if you're going to continue
> posting here.

yall are happy to insult everyone else personally, or sit by and watch
theo do so, but if anyone suggests your changes maybe arent the
absolute greatest thing in the world making ground-breaking improvement
in security and simplicity---well, then i guess their attitude need
adjusting.

seeing as i mentioned theo, i ought to emphasize that i *really* didnt
object to the man.conf change at the time.  i had the 4.3 bsd manual
and couldnt see any problem with the change.  it was the 4.4 bsd man
that changed my mind.



Re: make documentation

2021-06-28 Thread Stuart Henderson
On 2021/06/28 18:20, Reuben ua Bríġ wrote:
> > Date: Sun, 27 Jun 2021 21:47:01 +1000
> > From: Reuben ua Bríġ 
> 
> > im hopeful i can get the sources good enough for /usr/local/man/posix
> 
> = i hope i can get them to run through man properly
> 
> > but if not, in lieu of an option to make man prefer formatted files:
> 
> = the new man is arrogant in ignoring properly formatted pages: it
> tries to format pages itself, even when it cant.  there is no flag to
> disable the arrogance of man.
> 
> > CAT=/usr/local/man/posix
> > MAN=/usr/local/share/doc/posix/man
> > mv cat* $CAT
> > mv man* $MAN
> > cat >$CAT/man.conf <<.
> > manpath $CAT
> > manpath $MAN
> > .
> 
> = the new man can be tricked into preferring formatted pages by
> putting them in a different manpath and putting it first in a
> special configuration file /usr/local/man/posix/man.conf
> 
> > chmod +x /usr/local/bin/man_posix # if eqn desired for PDF, etc.
> 
> = the new man arrogantly assumes it is the sole keeper of manuals.
> this assumption was outdated when uunet on 4.3 bsd gave way to the
> internet.  this was fixed in 4.4 bsd but obsd 5.7 regressed.  so a
> script should be provided that knows about something that can properly
> typeset the manuals when desired, and, when terminal output is wanted,
> conveniently call man -C /usr/local/man/posix.conf
> 

I think you need to adjust your attitude if you're going to continue posting 
here.



CVS: cvs.openbsd.org: ports

2021-06-28 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2021/06/28 02:45:52

Modified files:
geo/mdal   : Makefile distinfo 

Log message:
geo/mdal: update to 0.8.1.

Fixes https://github.com/qgis/QGIS/issues/42552



Re: make documentation

2021-06-28 Thread Reuben ua Bríġ
> Date: Sun, 27 Jun 2021 21:47:01 +1000
> From: Reuben ua Bríġ 

> im hopeful i can get the sources good enough for /usr/local/man/posix

= i hope i can get them to run through man properly

> but if not, in lieu of an option to make man prefer formatted files:

= the new man is arrogant in ignoring properly formatted pages: it
tries to format pages itself, even when it cant.  there is no flag to
disable the arrogance of man.

> CAT=/usr/local/man/posix
> MAN=/usr/local/share/doc/posix/man
> mv cat* $CAT
> mv man* $MAN
> cat >$CAT/man.conf <<.
> manpath $CAT
> manpath $MAN
> .

= the new man can be tricked into preferring formatted pages by
putting them in a different manpath and putting it first in a
special configuration file /usr/local/man/posix/man.conf

> chmod +x /usr/local/bin/man_posix # if eqn desired for PDF, etc.

= the new man arrogantly assumes it is the sole keeper of manuals.
this assumption was outdated when uunet on 4.3 bsd gave way to the
internet.  this was fixed in 4.4 bsd but obsd 5.7 regressed.  so a
script should be provided that knows about something that can properly
typeset the manuals when desired, and, when terminal output is wanted,
conveniently call man -C /usr/local/man/posix.conf



CVS: cvs.openbsd.org: ports

2021-06-28 Thread Jonathan Gray
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2021/06/28 02:23:10

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

Log message:
update dtb to linux 5.13



CVS: cvs.openbsd.org: ports

2021-06-28 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:ports
Changes by: bl...@cvs.openbsd.org   2021/06/28 02:00:13

Added files:
textproc/libxslt/patches: patch-tests_fuzz_fuzz_c 

Log message:
Test does not compile with libxml 2.9.12, cherry pick from upstream git.



Re: update mail/rss2email to 3.13.1

2021-06-28 Thread Stuart Henderson
On 2021/06/28 08:24, Stuart Henderson wrote:
> On 2021/06/27 19:16, Kaashif Hymabaccus wrote:
> > This is an update for mail/rss2email to 3.13.1. Changelog here:
> > https://github.com/rss2email/rss2email/blob/master/CHANGELOG
> 
> Thanks, committed with a small tweak to use MODPY_PYTEST and MODPY_TEST_DIR
> instead of the custom do-test target.
> 

Note to users: this update fixes "verbose" in the config file and
defaults to "info", which makes things a lot noisier. Change to
"verbose = warning" in .config/rss2email.cfg if you want to
quieten it. (Took me a while to figure out that .rss2email/config.py
is no longer used..)



CVS: cvs.openbsd.org: ports

2021-06-28 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/06/28 01:35:36

Modified files:
www/links+ : Makefile distinfo 

Log message:
update to links+-2.23, from maintainer



CVS: cvs.openbsd.org: ports

2021-06-28 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/06/28 01:26:05

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

Log message:
update to gpodder-3.10.20, from maintainer



Re: update mail/rss2email to 3.13.1

2021-06-28 Thread Stuart Henderson
On 2021/06/27 19:16, Kaashif Hymabaccus wrote:
> This is an update for mail/rss2email to 3.13.1. Changelog here:
> https://github.com/rss2email/rss2email/blob/master/CHANGELOG

Thanks, committed with a small tweak to use MODPY_PYTEST and MODPY_TEST_DIR
instead of the custom do-test target.



CVS: cvs.openbsd.org: ports

2021-06-28 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/06/28 01:24:00

Modified files:
mail/rss2email : Makefile distinfo 
Added files:
mail/rss2email/patches: patch-rss2email_feed_py 

Log message:
update to rss2email-3.13.1, from maintainer plus MODPY_PYTEST tweak from me



CVS: cvs.openbsd.org: ports

2021-06-28 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2021/06/28 01:23:13

ports/mail/rss2email/patches

Update of /cvs/ports/mail/rss2email/patches
In directory cvs.openbsd.org:/tmp/cvs-serv54289/patches

Log Message:
Directory /cvs/ports/mail/rss2email/patches added to the repository