CVS: cvs.openbsd.org: ports

2024-04-19 Thread Daniel Jakots
CVSROOT:/cvs
Module name:ports
Changes by: d...@cvs.openbsd.org2024/04/19 20:29:31

Modified files:
net/tailscale  : Makefile distinfo modules.inc 

Log message:
Update to tailscale-1.64.1

>From Adriano Barbosa (maintainer)



CVS: cvs.openbsd.org: ports

2024-04-19 Thread Edd Barrett
CVSROOT:/cvs
Module name:ports
Changes by: e...@cvs.openbsd.org2024/04/19 15:29:52

Modified files:
lang/swi-prolog: Makefile distinfo 
lang/swi-prolog/patches: patch-packages_ssl_crypto4pl_c 
 patch-packages_ssl_cryptolib_c 
 patch-packages_ssl_ssl4pl_c 
lang/swi-prolog/pkg: PLIST 
Added files:
lang/swi-prolog/patches: patch-packages_clib_nonblockio_c 
 patch-packages_cpp_SWI-cpp2_cpp 
 patch-packages_cpp_SWI-cpp2_h 
 patch-packages_cpp_test_cpp_cpp 
Removed files:
lang/swi-prolog/patches: patch-src_Makefile_in 

Log message:
lang/swi-prolog: update to 9.2.3.

Got help from tb@ with the LibreSSL patches. Many thanks.

OK tb@ and sthen@. Cheers.



Re: CVS: cvs.openbsd.org: ports

2024-04-19 Thread Solene Rapenne
On Fri, Apr 19, 2024 at 09:41:15PM GMT, Solene Rapenne wrote:
> On Fri, Apr 19, 2024 at 07:07:22AM GMT, Stuart Henderson wrote:
> > CVSROOT:/cvs
> > Module name:ports
> > Changes by: st...@cvs.openbsd.org   2024/04/19 07:07:22
> > 
> > Modified files:
> > textproc/py-docutils: Makefile distinfo 
> > textproc/py-docutils/pkg: PLIST 
> > 
> > Log message:
> > update to py3-docutils-0.21.1
> > 
> 
> fail to build on amd64
> 
> >>> Running build in textproc/py-docutils,python3 at 1713555354.66
> ===> textproc/py-docutils,python3
> ===>  Checking files for py3-docutils-0.21.1
> `/data/distfiles/docutils-0.21.1.tar.gz' is up to date.
> >> (SHA256) docutils-0.21.1.tar.gz: OK
> ===>  Extracting for py3-docutils-0.21.1
> ===>  Patching for py3-docutils-0.21.1
> ===>  Compiler link: clang -> env  CCACHE_DIR=/tmp/pobj/.ccache  ccache 
> /usr/bin/clang
> ===>  Compiler link: clang++ -> env  CCACHE_DIR=/tmp/pobj/.ccache  ccache 
> /usr/bin/clang++
> ===>  Compiler link: cc -> env  CCACHE_DIR=/tmp/pobj/.ccache  ccache 
> /usr/bin/cc
> ===>  Compiler link: c++ -> env  CCACHE_DIR=/tmp/pobj/.ccache  ccache 
> /usr/bin/c++
> ===>  Generating configure for py3-docutils-0.21.1
> ===>  Configuring for py3-docutils-0.21.1
> ===>  Building for py3-docutils-0.21.1
> * Getting build dependencies for wheel...
> 
> Traceback (most recent call last):
>   File "/usr/local/lib/python3.10/site-packages/pyproject_hooks/_impl.py", 
> line 321, in _call_hook
> raise BackendUnavailable(data.get('traceback', ''))
> pyproject_hooks._impl.BackendUnavailable: Traceback (most recent call last):
>   File 
> "/usr/local/lib/python3.10/site-packages/pyproject_hooks/_in_process/_in_process.py",
>  line 77, in _build_backend
> obj = import_module(mod_path)
>   File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in 
> import_module
> return _bootstrap._gcd_import(name[level:], package, level)
>   File "", line 1050, in _gcd_import
>   File "", line 1027, in _find_and_load
>   File "", line 992, in _find_and_load_unlocked
>   File "", line 241, in _call_with_frames_removed
>   File "", line 1050, in _gcd_import
>   File "", line 1027, in _find_and_load
>   File "", line 1004, in _find_and_load_unlocked
> ModuleNotFoundError: No module named 'flit_core'
> 
> ERROR Backend 'flit_core.buildapi' is not available.
> *** Error 1 in textproc/py-docutils 
> (/data/ports/lang/python/python.port.mk:370 'do-build': @: ; if [ -e 
> /tmp/pobj/py-docutils-0.21.1-python...)
> *** Error 2 in textproc/py-docutils 
> (/data/ports/infrastructure/mk/bsd.port.mk:3057 
> '/tmp/pobj/py-docutils-0.21.1-python3/.build_done': @cd ...)
> *** Error 2 in textproc/py-docutils 
> (/data/ports/infrastructure/mk/bsd.port.mk:2704 'build': 
> @lock=py3-docutils-0.21.1;  export _LOCKS_HELD=...)
> ===> Exiting textproc/py-docutils,python3 with an error
> 

this diff seems to work for me

ok?

diff --git a/textproc/py-docutils/Makefile b/textproc/py-docutils/Makefile
index 300c8d4caf4..dca2c5b5e80 100644
--- a/textproc/py-docutils/Makefile
+++ b/textproc/py-docutils/Makefile
@@ -4,6 +4,7 @@ MODPY_EGG_VERSION= 0.21.1
 DISTNAME=  docutils-${MODPY_EGG_VERSION}
 PKGNAME=   py-${DISTNAME}
 CATEGORIES=textproc
+REVISION=  0
 
 HOMEPAGE=  https://docutils.sourceforge.io/
 
@@ -15,6 +16,8 @@ MODULES=  lang/python
 MODPY_PI=  Yes
 MODPY_PYBUILD= setuptools
 
+BUILD_DEPENDS= devel/py-flit_core${MODPY_FLAVOR}
+
 RUN_DEPENDS=   textproc/py-pygments${MODPY_FLAVOR}
 
 FLAVORS=   python3



CVS: cvs.openbsd.org: ports

2024-04-19 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2024/04/19 13:48:45

Modified files:
devel/github-cli: Makefile distinfo modules.inc 

Log message:
update to github-cli 2.48.0



Re: CVS: cvs.openbsd.org: ports

2024-04-19 Thread Solene Rapenne
On Fri, Apr 19, 2024 at 07:07:22AM GMT, Stuart Henderson wrote:
> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   st...@cvs.openbsd.org   2024/04/19 07:07:22
> 
> Modified files:
>   textproc/py-docutils: Makefile distinfo 
>   textproc/py-docutils/pkg: PLIST 
> 
> Log message:
> update to py3-docutils-0.21.1
> 

fail to build on amd64

>>> Running build in textproc/py-docutils,python3 at 1713555354.66
===> textproc/py-docutils,python3
===>  Checking files for py3-docutils-0.21.1
`/data/distfiles/docutils-0.21.1.tar.gz' is up to date.
>> (SHA256) docutils-0.21.1.tar.gz: OK
===>  Extracting for py3-docutils-0.21.1
===>  Patching for py3-docutils-0.21.1
===>  Compiler link: clang -> env  CCACHE_DIR=/tmp/pobj/.ccache  ccache 
/usr/bin/clang
===>  Compiler link: clang++ -> env  CCACHE_DIR=/tmp/pobj/.ccache  ccache 
/usr/bin/clang++
===>  Compiler link: cc -> env  CCACHE_DIR=/tmp/pobj/.ccache  ccache /usr/bin/cc
===>  Compiler link: c++ -> env  CCACHE_DIR=/tmp/pobj/.ccache  ccache 
/usr/bin/c++
===>  Generating configure for py3-docutils-0.21.1
===>  Configuring for py3-docutils-0.21.1
===>  Building for py3-docutils-0.21.1
* Getting build dependencies for wheel...

Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/pyproject_hooks/_impl.py", line 
321, in _call_hook
raise BackendUnavailable(data.get('traceback', ''))
pyproject_hooks._impl.BackendUnavailable: Traceback (most recent call last):
  File 
"/usr/local/lib/python3.10/site-packages/pyproject_hooks/_in_process/_in_process.py",
 line 77, in _build_backend
obj = import_module(mod_path)
  File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in 
import_module
return _bootstrap._gcd_import(name[level:], package, level)
  File "", line 1050, in _gcd_import
  File "", line 1027, in _find_and_load
  File "", line 992, in _find_and_load_unlocked
  File "", line 241, in _call_with_frames_removed
  File "", line 1050, in _gcd_import
  File "", line 1027, in _find_and_load
  File "", line 1004, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'flit_core'

ERROR Backend 'flit_core.buildapi' is not available.
*** Error 1 in textproc/py-docutils (/data/ports/lang/python/python.port.mk:370 
'do-build': @: ; if [ -e /tmp/pobj/py-docutils-0.21.1-python...)
*** Error 2 in textproc/py-docutils 
(/data/ports/infrastructure/mk/bsd.port.mk:3057 
'/tmp/pobj/py-docutils-0.21.1-python3/.build_done': @cd ...)
*** Error 2 in textproc/py-docutils 
(/data/ports/infrastructure/mk/bsd.port.mk:2704 'build': 
@lock=py3-docutils-0.21.1;  export _LOCKS_HELD=...)
===> Exiting textproc/py-docutils,python3 with an error



CVS: cvs.openbsd.org: ports

2024-04-19 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2024/04/19 13:18:37

Modified files:
www/ruby-jwt   : Makefile distinfo 
www/ruby-jwt/pkg: PLIST 

Log message:
update 2.7.1->2.8.1



CVS: cvs.openbsd.org: ports

2024-04-19 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2024/04/19 13:12:19

Modified files:
sysutils/ruby-r10k: Makefile distinfo 
sysutils/ruby-r10k/patches: patch-_metadata 

Log message:
update 4.0.1 -> 4.1.0



CVS: cvs.openbsd.org: ports

2024-04-19 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2024/04/19 12:55:52

Modified files:
security/exploitdb: Makefile distinfo 
security/exploitdb/pkg: PLIST 

Log message:
update to 2024-04-16



CVS: cvs.openbsd.org: ports

2024-04-19 Thread Matthias Kilian
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2024/04/19 12:54:44

Modified files:
x11/xmonad : Makefile 
x11/xmonad/files: build 

Log message:
With cabal-install-3.10.3.0, executables are now installed into
~/.local/bin instead of ~/.cabal/bin.

Change the example build script accordingly.

People already using xmonad and a custom ~/.xmonad/xmonad.hs file
should copy the new build script to their ~/.xmonad directory.

While here, switch HOMEPAGE to https.



CVS: cvs.openbsd.org: ports

2024-04-19 Thread Matthias Kilian
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2024/04/19 12:54:13

Modified files:
devel/cabal-install: Makefile distinfo 
devel/cabal-install/files: openbsd.json 

Log message:
Update to cabal-install-3.10.3.0.

ok gnezdo@



CVS: cvs.openbsd.org: ports

2024-04-19 Thread Matthias Kilian
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2024/04/19 12:53:45

Modified files:
lang/ghc   : Makefile distinfo 
lang/ghc/patches: patch-hadrian_hadrian_cabal 
  patch-testsuite_driver_testlib_py 
Removed files:
lang/ghc/patches: patch-libraries_process_tests_all_T 

Log message:
Update to ghc-9.6.5.

ok gnezdo@



CVS: cvs.openbsd.org: ports

2024-04-19 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2024/04/19 12:40:29

Modified files:
security/py-fickling: Makefile distinfo 

Log message:
update 0.1.2 -> 0.1.3



CVS: cvs.openbsd.org: ports

2024-04-19 Thread Volker Schlecht
CVSROOT:/cvs
Module name:ports
Changes by: vol...@cvs.openbsd.org  2024/04/19 08:27:57

Modified files:
x11/alacritty  : Makefile crates.inc distinfo 
x11/alacritty/pkg: PLIST README 
Removed files:
x11/alacritty/patches: patch-alacritty_yml 

Log message:
x11/alacritty: Update to 0.13.2

ok fcambus@



CVS: cvs.openbsd.org: ports

2024-04-19 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2024/04/19 07:07:46

Modified files:
games/angband  : Makefile 
Added files:
games/angband/patches: patch-lib_help_version_txt 

Log message:
patch a .txt file used as input to sphinx, there's a utf8 problem which
breaks with newer sphinx



CVS: cvs.openbsd.org: ports

2024-04-19 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2024/04/19 07:07:22

Modified files:
textproc/py-docutils: Makefile distinfo 
textproc/py-docutils/pkg: PLIST 

Log message:
update to py3-docutils-0.21.1



CVS: cvs.openbsd.org: ports

2024-04-19 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2024/04/19 07:07:09

Modified files:
textproc/py-sphinx: Makefile distinfo 
textproc/py-sphinx/pkg: PLIST 

Log message:
update to py3-sphinx-7.3.6



CVS: cvs.openbsd.org: ports

2024-04-19 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2024/04/19 02:59:35

Modified files:
security/qdigidoc4: Makefile distinfo 

Log message:
update to qdigidoc 4.5.1



CVS: cvs.openbsd.org: ports

2024-04-19 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2024/04/19 02:59:23

Modified files:
security/libdigidocpp: Makefile distinfo 

Log message:
update to libdigidocpp 3.17.1