Re: wayland/sway: fix example install path

2024-10-06 Thread Matthieu Herrb
On Sun, Oct 06, 2024 at 10:47:50AM +0200, Antoine Jacoutot wrote: > On Sun, Oct 06, 2024 at 10:35:22AM +0200, Matthieu Herrb wrote: > > Index: pkg/PLIST > > === > > RCS file: /local/cvs/ports/wayland/sway/pkg/PLIS

wayland/sway: fix example install path

2024-10-06 Thread Matthieu Herrb
FDIR}/sway/ -share/examples/sway/sway/config +share/examples/sway/config @sample ${SYSCONFDIR}/sway/config share/fish/ share/fish/vendor_completions.d/ -- Matthieu Herrb

Re: update: wayland-1.23.0

2024-10-06 Thread Matthieu Herrb
On Sun, Aug 25, 2024 at 10:21:39AM +0200, Matthieu Herrb wrote: > On Fri, Aug 16, 2024 at 03:26:29PM +0200, Matthieu Herrb wrote: > > Hi, > > > > The patch below is a trivial update to wayland-1.23.0. All patches > > have been merged upstreams. > > > And

Re: libstdthreads threads.h detection and gnulib

2024-09-15 Thread Matthieu Herrb
gt; On Thu, Sep 12, 2024 at 06:38:17PM +0200, Jeremie Courreges-Anglas > > > > wrote: > > > > > On Thu, Sep 12, 2024 at 08:49:33AM +0200, Matthieu Herrb wrote: > > > > > > On Wed, Sep 11, 2024 at 10:51:50PM +0200, Antoine Jacoutot wrote: > > >

Re: libstdthreads threads.h detection and gnulib

2024-09-11 Thread Matthieu Herrb
seems to work too but is slightly tricker. wayland/foot > > would need a meson.build patch. > > > > Thoughts? > > I vote for #1. > This is something we should have. > #3 is horrible, we already struggle with such constructs in ports and honestly > it's a pain (

Re: libstdthreads on sparc64/base-gcc archs

2024-09-02 Thread Matthieu Herrb
t; + * held. > + */ > + > ++#ifndef __has_extension > ++#define __has_extension(_e) 0 > ++#endif > ++ > + #if __has_extension(c_thread_safety_attributes) > + #define __lock_annotate(x) __attribute__((x)) > + #else > > -- > jca -- Matthieu Herrb

Re: update: wayland-1.23.0

2024-08-25 Thread Matthieu Herrb
On Fri, Aug 16, 2024 at 03:26:29PM +0200, Matthieu Herrb wrote: > Hi, > > The patch below is a trivial update to wayland-1.23.0. All patches > have been merged upstreams. > And now, update to wayland 1.23.1, with proper shared libraries bumps. comments, ok ?

update: wayland-1.23.0

2024-08-16 Thread Matthieu Herrb
if (t->must_fail) - success = 1; - - stderr_set_color(success ? GREEN : RED); - fprintf(stderr, "test \"%s\":\tsignal %d", -- t->name, info.si_status); -- -- break; -+ t->name, WTERMSIG(info)); - } - - if (success) { -- Matthieu Herrb

Re: BROKEN: x11/stumpwm XLIB Meta_L breakage. (fails to start session)

2024-07-31 Thread Matthieu Herrb
lps. > > Thanks for your assistance > > -- > -iz (they/them) > > > i like to say mundane things, > > there are too many uninteresting things > > that go unnoticed. > > izder456 (dot) neocities (dot) org > The issue should be fixed with stumpwm-23.11p5 that I just commited. It will show up in a future packages snapshot in a few days. -- Matthieu Herrb

x11/stumpwm : update to clx-0.7.6

2024-07-31 Thread Matthieu Herrb
(stumpwm-23.11.tar.gz) = 287178 -- Matthieu Herrb

Re: BROKEN: x11/stumpwm XLIB Meta_L breakage. (fails to start session)

2024-07-30 Thread Matthieu Herrb
ng a new session of StumpWM, I immediately get dumped back > into XenoDM Hi, Do you know the date / version of your previous (working) snapshot? -- Matthieu Herrb

Re: change vaapi .so dirs in ports

2024-07-23 Thread Matthieu Herrb
On Tue, Jul 23, 2024 at 06:46:55PM +1000, Jonathan Gray wrote: > The ports part of a tech@ diff to change the directories libva looks > for .so files in. > > removes the need for @sample Works on an intel machine here. ok matthieu@ > > Index: graphics/intel-med

Re: NEW: multimedia/intel-media-driver

2024-07-22 Thread Matthieu Herrb
X11BASE and LOCALBASE paths? > In Prague we discussed this a bit. In the past there have been some resitance against having stuff from xenocara reach out to the ports tree. But I tend to agree that it wold be cleander to add LOCALBASE/lib/dri to the search path of libva (and more generally Mesa/Xserver too) to help with this kind of situation. -- Matthieu Herrb

Re: update: libinput-openbsd

2024-07-14 Thread Matthieu Herrb
; for the input configuration. On Sat, Jul 13, 2024 at 05:28:31PM +0200, Matthieu Herrb wrote: > Hi, > > The diff below updates libinput-openbsd to the recent commits I did > on github, in order to support disabling / enabling a device. > This in turn will allow Wayland compositors

update: seatd 0.8.0p0

2024-07-13 Thread Matthieu Herrb
: KD_TEXT) == -1) { + log_errorf("Could not set KD graphics mode to %s: %s", enable ? "graphics" : "text", + strerror(errno)); + return -1; + } ++#else ++ int mode = enable ? WSDISPLAYIO_MODE_MAPPED : WSDISPLAYIO_MODE_EMUL; ++ if (ioctl(fd, WSDISPLAYIO_SMODE, &mode) == -1) { ++ log_errorf("Could not set graphics mode to %s: %s", ++ enable ? "mapped" : "emul", strerror(errno)); ++ return -1; ++ } ++#endif + return 0; + } -- Matthieu Herrb

update: libinput-openbsd

2024-07-13 Thread Matthieu Herrb
) = CudoT3g0cXKdZepvx5n8ZiA6Sm50iXKK3qeqpqPkoc4= -SIZE (libinput-openbsd-1.24.0-ba8406af.tar.gz) = 1039095 +SHA256 (libinput-openbsd-1.24.0-4e305ac3.tar.gz) = xuXMn0m3mW29xOmWsdHt/Scc85PmS3VS44FdsfCUrI8= +SIZE (libinput-openbsd-1.24.0-4e305ac3.tar.gz) = 1039113 -- Matthieu Herrb

Re: NEW: multimedia/intel-media-driver

2024-07-13 Thread Matthieu Herrb
VAProfileHEVCSccMain444 : VAEntrypointVLD VAProfileHEVCSccMain444 : VAEntrypointEncSliceLP VAProfileAV1Profile0: VAEntrypointVLD VAProfileHEVCSccMain444_10 : VAEntrypointVLD VAProfileHEVCSccMain444_10 : VAEntrypointEncSliceLP -- Matthieu Herrb

Re: NEW: www/forgejo

2024-07-06 Thread Matthieu Herrb
don't have time right now to test your port. I can do it after july 20 at best. Also I'm not really authoritative ports-wise, I'll let others comment on the port itself. -- Matthieu Herrb

borgbackup 1.4 (Re: CVS: cvs.openbsd.org: ports)

2024-07-03 Thread Matthieu Herrb
hook up 1.4/ and unhook 1.2/ > Hi, Is 1.4 compatible with 1.2 repositories or is there some constraint to upgrade the server and clients simultaneously ? -- Matthieu Herrb

update: wlroots 0.17.4

2024-06-30 Thread Matthieu Herrb
Hi again. update to wayland/wlroots-0.17.4. Tested with sway and wayfire (and needed after libliftoff 0.5.0 upgrade) ok ? Index: Makefile === RCS file: /cvs/OpenBSD/ports/wayland/wlroots/Makefile,v diff -u -p -u -r1.8 Makefile --- Ma

update: libliftoff 0.5.0

2024-06-30 Thread Matthieu Herrb
Hi, relatively trivial upgrade to graphics/libliftoff 0.5.0. The only consumer (wayland/wlroot) needs an update to build with it - see next message. Index: Makefile === RCS file: /cvs/OpenBSD/ports/graphics/libliftoff/Makefile,v dif

update: xwayland 24.1.0

2024-06-30 Thread Matthieu Herrb
Hi, maintainer update to xwayland 24.1.0. ok ? Index: Makefile === RCS file: /cvs/OpenBSD/ports/wayland/xwayland/Makefile,v diff -u -p -u -r1.11 Makefile --- Makefile17 Apr 2024 05:53:23 - 1.11 +++ Makefile30 Jun 202

update: xwayland 21.1.0

2024-06-01 Thread Matthieu Herrb
@ -0,0 +1,13 @@ +epoll-shim + +Index: present/meson.build +--- present/meson.build.orig present/meson.build +@@ -21,6 +21,7 @@ libxserver_present = static_library('libxserver_presen + include_directories: inc, + dependencies: [ + common_dep, ++ epoll_dep, + dependency('presentproto', version: '>= 1.2') + ], + ) -- Matthieu Herrb

Re: update: wayland-protocols 1.36

2024-05-28 Thread Matthieu Herrb
On Sun, May 19, 2024 at 05:20:35PM +0200, Matthieu Herrb wrote: > Hi, > > Here's an update to wayland-protocols 1.36 > It should probably go into a bulk build since it exposes new protocols > that could be used by various wayland components. (so far wlroot & > friends w

update: wayland-protocols 1.36

2024-05-19 Thread Matthieu Herrb
shell/xwayland-shell-v1.xml share/wayland-protocols/unstable/ -- Matthieu Herrb

OT: dkim (was Re: patch dkimproxy: use rsa-sha256 in sample signing config)

2024-05-12 Thread Matthieu Herrb
: https://16years.secvuln.info/ The old Debian OpenSSL bug from 2006 still haunts DKIM signatures today. -- Matthieu Herrb

Re: patch dkimproxy: use rsa-sha256 in sample signing config

2024-05-10 Thread Matthieu Herrb
On Fri, May 10, 2024 at 10:19:22AM +0100, Kirill A. Korinsky wrote: > On Fri, 10 May 2024 06:57:20 +0100, > Matthieu Herrb wrote: > > > > https://www.rfc-editor.org/rfc/rfc6376#section-3.3 says that > > rsa-sha256 SHOULD be used. Unfortunatly Mail::DKIM::Signer uses >

patch dkimproxy: use rsa-sha256 in sample signing config

2024-05-09 Thread Matthieu Herrb
example.org + + # specify what signatures to add +-signature dkim(c=relaxed) ++signature dkim(a=rsa-sha256,c=relaxed) + signature domainkeys(c=nofws) + + # specify location of the private key -- Matthieu Herrb

maintainer update: rendercheck 1.6

2024-04-28 Thread Matthieu Herrb
= rendercheck-1.5 +DISTNAME= rendercheck-1.6 CATEGORIES=x11 -REVISION= 0 +EXTRACT_SUFX= .tar.xz HOMEPAGE= http://www.freedesktop.org/ @@ -11,10 +11,10 @@ MAINTAINER= Matthieu Herrb Index: distinfo === RCS file: /cvs

infrastructure/db/network.conf: update SITE_XORG

2024-04-28 Thread Matthieu Herrb
sites/ftp.x.org/pub/individual/ -- Matthieu Herrb

update: wlroots 0.17.3

2024-04-28 Thread Matthieu Herrb
+SHA256 (wlroots-0.17.3.tar.gz) = BNMVIb0rc3VBuWgAmOVeuq+VbmjWkvgEefTuEjZgbZg= +SIZE (wlroots-0.17.3.tar.gz) = 608292 -- Matthieu Herrb

update: wlroots to 0.17.2

2024-03-18 Thread Matthieu Herrb
/ZPehPTvkfnuSP9wwwWqlSK/DbnmESg= -SIZE (wlroots-0.17.0.tar.gz) = 606172 +SHA256 (wlroots-0.17.2.tar.gz) = 9AB9P3HhkLkACrSjCv2HgzsDSrJgIDCgCvRGX/1OmXw= +SIZE (wlroots-0.17.2.tar.gz) = 606822 -- Matthieu Herrb

Re: cooledit update to 3.17.28

2024-02-24 Thread Matthieu Herrb
atest version in the 3.17 series? > > This update fixes a few minor bugs, but is really an intermediate step > before going to the 4.x series which appears to support python3. > > ok? Works here. There are some alignment glitches in the Makefile but there where there already. With

update: sway 1.9

2024-02-24 Thread Matthieu Herrb
, 0) == 0) { char **w = p.we_wordv; -@@ -665,6 +670,17 @@ void load_include_configs(const char *path, struct swa +@@ -670,6 +675,17 @@ void load_include_configs(const char *path, struct swa } wordfree(&p); } -- Matthieu Herrb

update: wayland/swayimg 2.1

2024-02-18 Thread Matthieu Herrb
ion/completions/swayimg -share/icons/ -share/icons/hicolor/ -share/icons/hicolor/64x64/ -share/icons/hicolor/64x64/apps/ share/icons/hicolor/64x64/apps/swayimg.png +share/swayimg/ +share/swayimg/swayimgrc share/zsh/ share/zsh/site-functions/ share/zsh/site-functions/_swayimg -- Matthieu Herrb

update: wayland/havoc 0.5.0

2024-02-18 Thread Matthieu Herrb
else { +- len = sprintf(buf, "\e%c%.0d%c", ss3 ? 'O' : '[', index, c); ++ len = snprintf(buf, sizeof(buf), "\e%c%.0d%c", ss3 ? 'O' : '[', index, c); + } + vte_write(vte, buf, len); + } -- Matthieu Herrb

Re: retire some python 2 ports

2024-02-17 Thread Matthieu Herrb
vor. You could remove only the -python flavor. Not that I would miss cooledit a lot. but I used to like (and use) it some decades ago. -- Matthieu Herrb

update: wayland/splurp 1.5.0

2024-02-17 Thread Matthieu Herrb
dependency('wayland-cursor') - wayland_protos = dependency('wayland-protocols', version: '>=1.14') + wayland_protos = dependency('wayland-protocols', version: '>=1.32') @@ -30,7 +30,7 @@ executable( ], dependencies: [ -- Matthieu Herrb

Re: NEW: wayland/wmenu

2024-02-03 Thread Matthieu Herrb
On Sat, Jan 27, 2024 at 10:09:50PM +0100, Matthieu Herrb wrote: > Hi, > > wmenu is a dynamic menu for sway and other wlroot based Wayland > compositors. > Starting with sway 1.9 it will be the default menu in the sway > configuration. > > I've added a basic s

NEW: wayland/wmenu

2024-01-27 Thread Matthieu Herrb
dency) Comments? ok? -- Matthieu Herrb wmenu.tar.gz Description: application/tar-gz

Re: [OpenBSD -current] xpdf: core dump

2024-01-26 Thread Matthieu Herrb
11 shared lib revision was bumped to 18.0. go to /var/db/pkg and run: grep X11\\.17 */+CONTENTS to figure out which packages need some kind of manual update (assuming that you have run pkg_add -u on a regular basis in the last 2 years). -- Matthieu Herrb

Re: wayland/sway keyboard layout is offset

2024-01-17 Thread Matthieu Herrb
point. In the mean time, try to make sure you have only one keyboard attached to the mux. -- Matthieu Herrb

Re: fix libei build when libevdev-openbsd is installed

2024-01-14 Thread Matthieu Herrb
On Sun, Jan 14, 2024 at 07:50:28PM +0100, Antoine Jacoutot wrote: > On Sun, Jan 14, 2024 at 06:52:54PM +0100, Matthieu Herrb wrote: > > It detects libevdev.pc and activates the build of eis_demo_server, > > which fails because libevdev-openbsd is not a full libevedev >

fix libei build when libevdev-openbsd is installed

2024-01-14 Thread Matthieu Herrb
dep_libutil, ++# dep_libeis, ++# dep_libxkbcommon, ++# dep_libevdev ++# ], ++# include_directories: [inc_builddir], ++#) + + executable('ei-demo-client', + 'ei-demo-client.c', -- Matthieu Herrb

Re: Updating to newest sway, wlroots, and libdrm

2024-01-04 Thread Matthieu Herrb
On Wed, Jan 03, 2024 at 07:52:56PM -0700, Chris Waddey wrote: > Hello. Hi, > I was able to get the latest version of sway working on my box after > getting the latest version of wlroots to work, which was after applying > the following patch to the latest version of libdrm (source obtained > from

wayland/libinput-openbsd: support for USB keyboards

2024-01-01 Thread Matthieu Herrb
ibinput-openbsd-1.24.0-ba8406af.tar.gz) = 1039095 -- Matthieu Herrb

update: xwayland 23.2.3

2023-12-13 Thread Matthieu Herrb
) = n3wJONKkHpQf+gT5nDXl2yvNPuwDSv6NNdXIEKIusKg= -SIZE (xwayland-23.2.2.tar.xz) = 1298400 +SHA256 (xwayland-23.2.3.tar.xz) = 652apyMsR0EsiDXsFal8V18DVjcmx4d1T/DAGb0H4wI= +SIZE (xwayland-23.2.3.tar.xz) = 1298840 -- Matthieu Herrb

Re: wayland/dmenu-wayland: wrong HOMEPAGE

2023-12-05 Thread Matthieu Herrb
and > Fixed, Thanks. -- Matthieu Herrb

Re: wayland/sway: build fix and link to the tree

2023-11-30 Thread Matthieu Herrb
pkg/PLIST === RCS file: /cvs/OpenBSD/ports/wayland/sway/pkg/PLIST,v retrieving revision 1.3 diff -u -r1.3 PLIST --- pkg/PLIST 8 Nov 2023 14:04:07 - 1.3 +++ pkg/PLIST 30 Nov 2023 21:10:29 - @@ -1,3 +1,4 @@ +bin/startsway.sh @bin bin/sway @bin bin/swaybar @bin bin/swaymsg -- Matthieu Herrb

Re: wayland/sway: build fix and link to the tree

2023-11-28 Thread Matthieu Herrb
an application requested an undefined cursor back in july. I think this was fixed since then, so may be the default config can not be patched to use cursors from xcursor-themes which has less dependencies. I haven't had an occation to check. -- Matthieu Herrb

x11/gnome/gcr : missing build depend on py-packaging

2023-11-26 Thread Matthieu Herrb
/gnome/gcr/Makefile +++ b/x11/gnome/gcr/Makefile @@ -30,7 +30,8 @@ LIB_DEPENDS= security/libgcrypt \ security/p11-kit \ x11/gtk+3 -BUILD_DEPENDS= security/gnupg +BUILD_DEPENDS= security/gnupg \ + sysutils/py-packaging RUN_DEPENDS= security/gnupg -- Matthieu Herrb

Re: [update] wayland/sway & wayland/wlroots 0.17.0

2023-11-25 Thread Matthieu Herrb
On Fri, Nov 24, 2023 at 07:09:06PM +0100, Landry Breuil wrote: > hi, > > here's two diffs to update wlroots to the recently released 0.17.0, and > update sway to a more recent commit (eg last commit before they started > using wlroots apis not in 0.17.0). > > Both ports now use upstream sources,

Re: mosh broken in -current

2023-11-20 Thread Matthieu Herrb
On Mon, Nov 20, 2023 at 06:46:10PM +0100, Matthieu Herrb wrote: > Hi, > > I've just upgraded my machine to -current and ran pkg_add -u 10mn ago. > > mosh is now broken with C++ undefined symbols in protobuf : Appently this was caused by abseil-cpp not beeing upgraded by pkg

mosh broken in -current

2023-11-20 Thread Matthieu Herrb
0x8 FLAGS_1 0x801 DEBUG 0x0 RELA 0x5370 RELASZ 0x4890 RELAENT 0x18 RELACOUNT 0x242 JMPREL 0x9c00 PLTRELSZ0x10f8 PLTGOT 0x4fd78 PLTREL 0x7 SYMTAB 0x3a0 SYMENT 0x18 STRTAB 0x23fc STRSZ 0x2f6d GNU_HASH0x1b40 HASH0x1c14 INIT_ARRAY 0x4f6a8 INIT_ARRAYSZ 0x18 -- Matthieu Herrb

Re: seatd: switch to upstream SITES

2023-11-15 Thread Matthieu Herrb
On Wed, Nov 08, 2023 at 11:32:51AM +, Matthieu Herrb wrote: > Hi, > > now that seatd 0.8.0 has been released with some level of > NetBSD/FreeBSD support, it becomes easier to switch to the upstream > distribution and ship patches for OpenBSD. > > There is no actual funct

[new] wayland/slurp

2023-11-11 Thread Matthieu Herrb
Slurp is a command-line utility that allows one to select a region in wayland (for use with grim to do snapshot for arbitrary rectangle) ok ? comments ? -- Matthieu Herrb slurp.tar.gz Description: application/tar-gz

new: wayland/grim

2023-11-11 Thread Matthieu Herrb
grim is command-line tool to grab images from a Wayland compositor. ok? comments? -- Matthieu Herrb grim.tar.gz Description: application/tar-gz

update libevdev-openbsd to 20231111

2023-11-11 Thread Matthieu Herrb
WG8v5b+r/55lYy/CjPpaO3P2qYG7oz3gBfibxucvj54= -SIZE (libevdev-openbsd-20230706.tar.gz) = 15012 +SHA256 (libevdev-openbsd-2023.tar.gz) = UfLQa99F3cya+3dSCsYX5+MLIrUtfJlW7W5KoewqZGs= +SIZE (libevdev-openbsd-2023.tar.gz) = 15032 -- Matthieu Herrb

editors/emacs new pgtk flavor

2023-11-11 Thread Matthieu Herrb
ct-2.0 gtk-3 harfbuzz intl jpeg lcms2 +WANTLIB += otf pango-1.0 pangocairo-1.0 png +WANTLIB += rsvg-2 tiff webpdemux webpdecoder . else ERRORS+= "Fatal: Conflicting flavor: ${FLAVOR}" . endif -- Matthieu Herrb

Re: remove py-gtk2 ports (except gimp)?

2023-11-11 Thread Matthieu Herrb
n adriconf port https://gitlab.freedesktop.org/mesa/adriconf > x11/gammapage > x11/obmenu > > I am letting gimp alone because espie is using whatever old plugins that still > need python2. > > Thoughts? > > -- > Antoine > -- Matthieu Herrb

Re: [new] wayland/swaylock & wayland/swayidle

2023-11-11 Thread Matthieu Herrb
now how many OpenBSD depend on that feature. > > imo proper screen locking seems like basic daily usage for regular > OpenBSD users :) > agree. -- Matthieu Herrb

Re: [new] wayland/swaylock & wayland/swayidle

2023-11-11 Thread Matthieu Herrb
* dpms on"' > > honest feedback (eg not rocks) on the bsdauth bits, the wordexp > replacement bits & the meson changes welcome. > The bsd_auth part doesn't handle the style:pass syntax that is supported by many bsdauth based tools (including xenodm and xlock :-). Also I would add an explicit_bzero(buf) after checking the password but I see that I didn't add it to xlock either. but ok to import as is from me. we can always improve it in tree later. I don't know how many OpenBSD depend on that feature. -- Matthieu Herrb

libudev-openbsd: fix sway exit

2023-11-10 Thread Matthieu Herrb
-um->refcount == 0) { + close(um->fds[0]); ++ pthread_cancel(um->thread); + pthread_join(um->thread, NULL); + close(um->fds[1]); + udev_filter_free(&um->filters); -- Matthieu Herrb

libinput-openbsd: fix mouse button ordering

2023-11-08 Thread Matthieu Herrb
_BUTTON_STATE_RELEASED; + else -- Matthieu Herrb

seatd: switch to upstream SITES

2023-11-08 Thread Matthieu Herrb
er.c +@@ -123,6 +123,10 @@ static int test_signal_event(int signal, void *data) { + return 0; + } + ++#ifdef __OpenBSD__ ++#define SIGRTMIN SIGUSR1 ++#endif ++ + static void test_poller_single_signal(void) { + struct poller poller; + test_assert(poller_init(&poller) == 0); -- Matthieu Herrb

Re: add commented out wayland related ports to their categories makefiles

2023-11-08 Thread Matthieu Herrb
On Wed, Nov 08, 2023 at 09:55:48AM +, Matthieu Herrb wrote: > Hi, > > when importing the ports needed for wayland, not yet linked to the > build, I did not add them to the Makefiles. This fixes that. > rsadowski@ took care of the wayland/ directory. > New diff with wayla

add commented out wayland related ports to their categories makefiles

2023-11-08 Thread Matthieu Herrb
+= libevdev-openbsd SUBDIR += libevt SUBDIR += libevtx SUBDIR += libfsapfs @@ -381,6 +383,7 @@ SUBDIR += salt-testing SUBDIR += sblim-sfcc SUBDIR += screenfetch + #SUBDIR += seatd SUBDIR += sec SUBDIR += serf SUBDIR += setquota -- Matthieu

Re: prevent from using libudev if present

2023-11-06 Thread Matthieu Herrb
ERRORS" >&5 > +- > +-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libudev will not be > used to get list of devices" >&5 > +-$as_echo "$as_me: WARNING: libudev will not be used to get list of devices" > >&2;} > +-elif test $pkg_failed = untried; then > +-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 > +-$as_echo "no" >&6; } > +-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libudev will not be > used to get list of devices" >&5 > +-$as_echo "$as_me: WARNING: libudev will not be used to get list of devices" > >&2;} > +-else > +-LIBUDEV_CFLAGS=$pkg_cv_LIBUDEV_CFLAGS > +-LIBUDEV_LIBS=$pkg_cv_LIBUDEV_LIBS > +-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 > +-$as_echo "yes" >&6; } > +-CXXFLAGS="$CXXFLAGS $LIBUDEV_CFLAGS -DHAVE_LIBUDEV";LIBS="$LIBS > $LIBUDEV_LIBS" > +-fi > +- > +- > + pkg_failed=no > + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus-1" >&5 > + $as_echo_n "checking for dbus-1... " >&6; } -- Matthieu Herrb

squid 6.4 Re: CVS: cvs.openbsd.org: ports

2023-10-25 Thread Matthieu Herrb
storeLateRelease: released 1 objects 2023/10/25 10:45:33 kid1| FATAL: assertion failed: stmem.cc:98: "lowestOffset () <= target_offset" current master transaction: master108 2023/10/25 10:45:33| Removing PID file (/var/squid/squid.pid) Any idea? -- Matthieu Herrb

Re: TEST_IS_INTERACTIVE=X11 vs PORTS_PRIVSEP

2023-10-07 Thread Matthieu Herrb
em. But setting them up is a safe way inside the bsd.ports.mk framework is probably tricky. (and this will not provide much more security since the malicious attacker can still run a proxy in the nested X server to access the main one). -- Matthieu Herrb

Re: UPDATE: eltclsh 1.19

2023-09-27 Thread Matthieu Herrb
On Wed, Sep 27, 2023 at 09:39:32PM +0200, Matthieu Herrb wrote: > Hi, > > eltclsh 1.19 released > https://git.openrobots.org/news/291 > Anthony Mallet > > h3. Changes > > * Fix off-by-one in brace parsing function (Arvid Björkengren) > * Fix completion on v

UPDATE: eltclsh 1.19

2023-09-27 Thread Matthieu Herrb
Mar 2022 19:28:55 - 1.8 +++ pkg/PLIST 27 Sep 2023 19:36:10 - @@ -6,5 +6,5 @@ lib/tcl/eltcl/init.tcl lib/tcl/eltcl/pkgIndex.tcl lib/tcl/eltcl/tools.tcl lib/tcl/eltcl/version.tcl -lib/tcl/libeltclsh.so +@so lib/tcl/libeltclsh.so @man man/man1/eltclsh.1 -- Matthieu Herrb

Re: NEW: www/libwpe and www/WPEBackend-fdo (not linked)

2023-09-25 Thread Matthieu Herrb
27;s and see what needs fixing / updates in full bulk builds. It will probably need several rounds as there will certainly be some new architecture-dependant breakage there. > — > Antoine > > > On 24 Sep 2023, at 16:49, Matthieu Herrb wrote: > > > > Hi, > > &g

NEW: www/libwpe and www/WPEBackend-fdo (not linked)

2023-09-24 Thread Matthieu Herrb
nt in the future. Comments, ok ? (it can wait until after 7.4 without problems) -- Matthieu Herrb libwpe.tgz Description: application/tar-gz WPEBackend-fdo.tgz Description: application/tar-gz

Re: net/coccinella: still usable?

2023-09-24 Thread Matthieu Herrb
er > update... anyone still using XMPP via these Tcl clients? > Hi, as a casual Tcl lang user, I can say that the tcltls port works fine afaict with TLS 1.2 and 1.3. I don't use any of the consumers in the tree though, but some home-grown code. I'd hate to see tcltls go. -- Matthieu Herrb

Re: Fwd: x11/libxcvt - duplicate of xenocara/lib/libxcvt

2023-09-07 Thread Matthieu Herrb
On Thu, Sep 07, 2023 at 08:43:26AM +0200, Rafael Sadowski wrote: > On Thu Sep 07, 2023 at 08:14:57AM +0200, Matthieu Herrb wrote: > > Apparently my message below got unoticed. And I apologized for not > > seeing/replying to the initial port submission in time. > > > &

Fwd: x11/libxcvt - duplicate of xenocara/lib/libxcvt

2023-09-06 Thread Matthieu Herrb
Apparently my message below got unoticed. And I apologized for not seeing/replying to the initial port submission in time. FWIW, I've just fixed a small issue with libxcvt.pc generation in the xenocara version. - Forwarded message from Matthieu Herrb - Date: Tue, 5 Sep 2023 21:

Re: [new] wayland/swaybg 1.2.0

2023-09-04 Thread Matthieu Herrb
On Mon, Sep 04, 2023 at 03:41:49PM +0200, Landry Breuil wrote: > hi, > > straightforward port of https://github.com/swaywm/swaybg, one more thing > that is enabled in the default sway config. with that, i have a nice > sway background by default. > > ok ? > > L

NEW: wayland/swayimg

2023-09-02 Thread Matthieu Herrb
Hi, swayimg is an image viewer program for Wayland. It supports many image formats. When used with a wl-roots based compositor (like sway the only one available on OpenBSD for now :-), it can display images as overlays to the invoking terminal. ok, comments ? swayimg.tgz Description: applicat

NEW wayland/dmenu-wayland

2023-09-02 Thread Matthieu Herrb
Hi, dmenu-wayland is a dynamic menu for Wayland, similar to dmenu for X11. It can be used by sway by setting the following in ~/.config/sway/config: set $menu dmenu-wl_path | dmenu-wl | xargs swaymsg exec -- ok ? comments ? dmenu-wayland.tgz Description: application/tar-gz

Re: sysutils/seatd doesn't build because of wrong distinfo

2023-08-23 Thread Matthieu Herrb
.1.1.1 > +++ distinfo 22 Aug 2023 16:17:27 - > @@ -1,2 +1,2 @@ > -SHA256 (seatd-obsd.tar.gz) = ZkPab8XOEjTkLaDjaJB5MUa7ybsLGVvfu0w2NCZX+98= > -SIZE (seatd-obsd.tar.gz) = 39441 > +SHA256 (seatd-openbsd-20230813.tar.gz) = > mw/4GTTgnfi7E5yMIDxH6KqWeYsX+K3VsFxvftDW+9U= > +SIZE (seatd-openbsd-20230813.tar.gz) = 39459 > Fixed. Sorry for this. -- Matthieu Herrb

Re: NEW: wayland/foot

2023-08-15 Thread Matthieu Herrb
e Color (24bpp) > * Synchronized Updates support > * Sixel image support > > Configuration is done in ~/.config/foot/foot.ini (a template can be > found in ${PREFIX}/share/examples/foot). > - > > > On 2023/08/14 18:43, Matthieu Herrb wrote: > > foot is a Wayland

Re: NEW: devel/tllist

2023-08-15 Thread Matthieu Herrb
On Tue, Aug 15, 2023 at 12:10:09AM +0100, Stuart Henderson wrote: > On 2023/08/14 18:33, Matthieu Herrb wrote: > > Hi, > > > > This is the first of a set of new ports for Wayland applications. > > > > tllist is a simple typed linked list header file on

NEW: wayland/foot

2023-08-14 Thread Matthieu Herrb
nd he will send it out for reviews shortly. ok (once OpenBSD has uchar.h ?) comments ? -- Matthieu Herrb foot.tgz Description: application/tar-gz

NEW: graphics/fcft

2023-08-14 Thread Matthieu Herrb
fcft is a small font loading and glyph rasterization library. It uses devel/tllist and devel/libstdthreads that I sent just before this one and is needed by the foot terminal emulator I'm going to send next. ok, comments ? -- Matthieu Herrb fcft.tgz Description: application/tar-gz

NEW: devel/libstdthreads

2023-08-14 Thread Matthieu Herrb
x27;s integrated in libpthread. What do you think ? -- Matthieu Herrb libstdthreads.tgz Description: application/tar-gz

NEW: devel/tllist

2023-08-14 Thread Matthieu Herrb
Hi, This is the first of a set of new ports for Wayland applications. tllist is a simple typed linked list header file only library. ok? comments? -- Matthieu Herrb tllist.tgz Description: application/tar-gz

UPDATE: wayland-protocols 1.32

2023-08-12 Thread Matthieu Herrb
-control/ -- Matthieu Herrb

Re: [update] audio/picard to 2.9

2023-08-01 Thread Matthieu Herrb
formation in /var/log/Xorg.0.log.old If that files says that the X server exited normally, then it's your window manager. It should be easier to get a stack trace from its core file. If it's the X server that crashes, see /usr/xenocara/README for some debugging hints. -- Matthieu Herrb

Re: Qt5 shmget(2): create shm with mode 0666 (next try)

2023-07-21 Thread Matthieu Herrb
. If Qt is using xcb_shm_attach() or XShmAttach() is that only on OpenBSD because it thinks OpenBSD doesn't have xcb_shm_attach_fd(),i ot is it the same on Linux ? (since Linux is not running X as root anymore either whith systemd, they would face the same issues as you). PS: I remember we once noticed that mesa was also not using xcb_shm_attach_fd() on OpenBSD. I should have a look to confirm this, but I'm not available for the next 2 weeks to do that, sorry. -- Matthieu Herrb

Sway and dependencies ports

2023-07-16 Thread Matthieu Herrb
om the wl-ports repository. But apart for the 2 already submmitted, they all depend on non-ready ports imho. https://xenocara.org/Wayland_on_OpenBSD.html has been updated to reflect the current situation. -- Matthieu Herrb

Re: NEW: graphics/libliftoff

2023-07-15 Thread Matthieu Herrb
On Sat, Jul 15, 2023 at 03:06:09PM +0200, Matthieu Herrb wrote: > Lightweight KMS plane library. > > libliftoff eases the use of KMS planes from userspace without standing > in your way. Users create "virtual planes" called layers, set KMS > properties on them, and libl

multimedia/libv4l: ignore libudev-openbsd if installed

2023-07-15 Thread Matthieu Herrb
LES(libudev, libudev, have_libudev=yes, have_libudev=no) ++if /bin/false; then + AC_DEFINE([HAVE_LIBUDEV], [], [Use libudev]) + LIBUDEV_CFLAGS="$libudev_CFLAGS" + LIBUDEV_LIBS="$libudev_LIBS" -- Matthieu Herrb

x11/xcb-util-errors : in ports or in xenocara ?

2023-07-15 Thread Matthieu Herrb
Hi, another dependency needed by wlroots and sway is xcb-util-errors. All other xcb-util libraries are in xenocara, so I'm hesitating between adding this to xenocara or as a port. The port is appended for reference. -- Matthieu Herrb xcb-util-errors.tgz Description: application/tar-gz

Re: NEW: sysutils/libdisplay-info

2023-07-15 Thread Matthieu Herrb
On Sat, Jul 15, 2023 at 03:04:17PM +0200, Matthieu Herrb wrote: > Hi, > > libdisplay-info a set of high-level, easy-to-use, opinionated > functions as well as low-level functions to access detailed > information about monitors using EDID data. > > This port will be needed

NEW: graphics/libliftoff

2023-07-15 Thread Matthieu Herrb
roots/sway. -- Matthieu Herrb libliftoff.tgz Description: application/tar-gz

NEW: libdisplay-info

2023-07-15 Thread Matthieu Herrb
Hi, libdisplay-info a set of high-level, easy-to-use, opinionated functions as well as low-level functions to access detailed information about monitors using EDID data. This port will be needed later by the wlroots/sway wayland ports. ok, comments? -- Matthieu Herrb libdisplay-info.tgz

[update] wayland to 1.22

2023-07-05 Thread Matthieu Herrb
@@ -1,2 +1,2 @@ -SHA256 (wayland-1.21.91.tar.xz) = U4GxjbfxuYsbzXHPd0DewzgrNL6mjlFPImcqbBpLQYo= -SIZE (wayland-1.21.91.tar.xz) = 229124 +SHA256 (wayland-1.22.0.tar.xz) = FUCvHqaYpHHC2OnSiDMsfg/TYMjx0Sk267fny8JCWEI= +SIZE (wayland-1.22.0.tar.xz) = 229544 -- Matthieu Herrb

[update] x11/xscope

2023-06-18 Thread Matthieu Herrb
Hi trivial update to xscope 1.4.4. Ok ? Various bug fixes + added support for Xdamage 1.1 decoding. Index: Makefile === RCS file: /local/cvs/ports/x11/xscope/Makefile,v retrieving revision 1.6 diff -u -p -u -r1.6 Makefile --- Makefi

make lib-depends-check failure on x11/xscope

2023-06-18 Thread Matthieu Herrb
Hi, Looks like something broken with recent perl use 2.36 code : cd /usr/ports/x11/xscope make package make lib-depends-check Scanning|***

  1   2   3   4   5   6   >