CVS: cvs.openbsd.org: ports

2024-06-07 Thread Lucas Raab
CVSROOT:/cvs
Module name:ports
Changes by: lr...@cvs.openbsd.org   2024/06/07 19:33:49

Modified files:
geo/py-xyzservices: Makefile distinfo 

Log message:
geo/py-xyzservices: update to 2024.6.0



CVS: cvs.openbsd.org: ports

2024-06-07 Thread Daniel Jakots
CVSROOT:/cvs
Module name:ports
Changes by: d...@cvs.openbsd.org2024/06/07 17:21:38

Modified files:
security/gosec : Makefile distinfo modules.inc 

Log message:
Update to gosec-2.20.0

>From Laurent Cheylus (maintainer)



CVS: cvs.openbsd.org: ports

2024-06-07 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2024/06/07 15:11:21

Modified files:
sysutils/diffoscope: Makefile distinfo 

Log message:
Update to diffoscope-271



CVS: cvs.openbsd.org: ports

2024-06-07 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2024/06/07 15:04:42

Modified files:
devel/astyle   : Makefile distinfo 

Log message:
Update to astyle-3.5
Changelog: https://astyle.sourceforge.net/notes.html



CVS: cvs.openbsd.org: ports

2024-06-07 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2024/06/07 13:20:52

Modified files:
x11/kde-applications/kf6-kio-extras: Makefile 
x11/kde-applications/kf6-kio-extras/pkg: PLIST 

Log message:
kf6 conflicts with kio-extras-<24.02.1



CVS: cvs.openbsd.org: ports

2024-06-07 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2024/06/07 13:13:41

Modified files:
devel/quirks   : Makefile 

Log message:
Ops remove REVISION and bump version



CVS: cvs.openbsd.org: ports

2024-06-07 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2024/06/07 13:12:23

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

Log message:
Replace 3-4 spaces with tabs



CVS: cvs.openbsd.org: ports

2024-06-07 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2024/06/07 13:10:09

Modified files:
x11/kde-plasma/kgamma5: Makefile 
x11/kde-plasma/kgamma5/pkg: PLIST 
x11/kde-plasma/kdeplasma-addons: Makefile 
x11/kde-plasma/kdeplasma-addons/pkg: PLIST 
x11/kde-plasma/libkscreen: Makefile 
x11/kde-plasma/libkscreen/pkg: PLIST 

Log message:
Add versions to conflict tags



CVS: cvs.openbsd.org: ports

2024-06-07 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2024/06/07 13:08:33

Modified files:
x11/kde-plasma/kwin: Makefile 
x11/kde-plasma/kwin/pkg: PLIST 

Log message:
Add conflict with kdeplasma-addons-kf5



CVS: cvs.openbsd.org: ports

2024-06-07 Thread Volker Schlecht
CVSROOT:/cvs
Module name:ports
Changes by: vol...@cvs.openbsd.org  2024/06/07 09:28:19

Modified files:
net/libcares   : Makefile 

Log message:
net/libcares: Update SITES and HOMEPAGE

See recent release notes:
https://github.com/c-ares/c-ares/releases/tag/v1.30.0

from Brad Smith (maintainer), thanks



CVS: cvs.openbsd.org: ports

2024-06-07 Thread Solene Rapenne
CVSROOT:/cvs
Module name:ports
Changes by: sol...@cvs.openbsd.org  2024/06/07 08:10:35

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

Log message:
Update to i2p-2.5.1



CVS: cvs.openbsd.org: ports

2024-06-07 Thread Sebastien Marie
CVSROOT:/cvs
Module name:ports
Changes by: sema...@cvs.openbsd.org 2024/06/07 07:43:28

Modified files:
sysutils/sysclean: Makefile distinfo 

Log message:
update sysutils/sysclean to 3.9

- add support for dhcp6leased files



Re: CVS: cvs.openbsd.org: ports

2024-06-07 Thread Stuart Henderson
On 2024/06/06 21:11, Antoine Jacoutot wrote:
> On Wed, Jun 05, 2024 at 05:47:39PM -0600, Stuart Henderson wrote:
> > CVSROOT:/cvs
> > Module name:ports
> > Changes by: st...@cvs.openbsd.org   2024/06/05 17:47:39
> > 
> > Modified files:
> > devel/llvm/13  : Makefile 
> > 
> > Log message:
> > disable lldb for llvm/13, afaik this pprt is only there until gcc
> > build can be fixed with newer clang on i386, and building lldb has
> > problems with forthcoming opaque stdio diffs.
> 
> Failed to package.
> Log attached.

I don't understand why dpb tries to build that - the only port depending
on ,-lldb is rust-gdb but that uses llvm/16, and without a dependency on
that, why would it try to build?

$ make show='BUILD_PACKAGES PKGNAMES'
===> devel/llvm/13
 -main -python
llvm-13.0.0p29 py3-llvm-13.0.0p6
===> devel/llvm/16
 -main -python -lldb
llvm-16.0.6p27 py3-llvm-16.0.6p3 lldb-16.0.6p6
===> devel/llvm/17
 -main -python -lldb
llvm-17.0.6p9 py3-llvm-17.0.6p1 lldb-17.0.6p2

Otherwise we can try the diff below, though I don't think it is quite
how no_XX should be used, or just get rid of the lldb subpackage
completely for 13.

Index: Makefile.inc
===
RCS file: /cvs/ports/devel/llvm/Makefile.inc,v
diff -u -p -r1.16 Makefile.inc
--- Makefile.inc5 Jun 2024 23:43:07 -   1.16
+++ Makefile.inc7 Jun 2024 12:22:50 -
@@ -35,8 +35,6 @@ WANTLIB +=${COMPILER_LIBCXX} c edit exe
 SITES =
https://github.com/llvm/llvm-project/releases/download/llvmorg-${LLVM_VERSION}/
 EXTRACT_SUFX = .tar.xz
 
-MULTI_PACKAGES =   -main -python -lldb
-
 PSEUDO_FLAVORS =   no_lldb
 FLAVOR ?=
 
@@ -63,8 +61,10 @@ RUN_DEPENDS +=   lang/gcc/${MODGCC4_VERSIO
 
 .if ${FLAVOR:Mno_lldb}
 PROJECTS = clang;lld
+MULTI_PACKAGES =   -main -python
 .else
 PROJECTS = clang;lld;lldb
+MULTI_PACKAGES =   -main -python -lldb
 .endif
 
 CONFIGURE_STYLE += cmake



CVS: cvs.openbsd.org: ports

2024-06-07 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2024/06/07 05:57:31

Removed files:
textproc/lttoolbox/patches: patch-lttoolbox_sorted_vector_hpp 

Log message:
Zap empty patch



CVS: cvs.openbsd.org: ports

2024-06-07 Thread Robert Nagy
CVSROOT:/cvs
Module name:ports
Changes by: rob...@cvs.openbsd.org  2024/06/07 04:21:24

Modified files:
devel/llvm/18  : Makefile distinfo 

Log message:
update to 18.1.7; from Brad



CVS: cvs.openbsd.org: ports

2024-06-07 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2024/06/07 03:15:33

ports/x11/kde-plasma/powerdevil/patches

Update of /cvs/ports/x11/kde-plasma/powerdevil/patches
In directory cvs.openbsd.org:/tmp/cvs-serv83776/patches

Log Message:
Directory /cvs/ports/x11/kde-plasma/powerdevil/patches added to the repository



CVS: cvs.openbsd.org: ports

2024-06-07 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2024/06/07 01:51:56

Modified files:
security/openssl-ruby-tests: Makefile distinfo 

Log message:
Update to openssl-ruby-tests 20240605



CVS: cvs.openbsd.org: ports

2024-06-07 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2024/06/07 00:23:34

Modified files:
sysutils/consul-template: Makefile distinfo 

Log message:
Update to consul-template-0.38.1.