[update] py-xcbgen to 1.15.2 + MODPY_PYOEXTENSION question

2022-06-26 Thread Matthieu Herrb
CACHE}xtypes.${MODPY_PYC_MAGIC_TAG}opt-2.pyc lib/python${MODPY_VERSION}/site-packages/xcbgen/${MODPY_PYCACHE}xtypes.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/xcbgen/align.py lib/python${MODPY_VERSION}/site-packages/xcbgen/error.py -- Matthieu Herrb

Fix for xfce4-xsettings with upcoming libX11 update

2022-06-30 Thread Matthieu Herrb
8, PropModeReplace, &c, 1); + XIfEvent (xdisplay, &xevent, xfce_xsettings_helper_timestamp_predicate, +- GUINT_TO_POINTER (window)); +- ++ (XPointer)ts); ++g_free(ts); + return xevent.xproperty.time; + } + -- 2.36.1 -- Matthieu Herrb

[maintainer update] x11/xscope 1.4.3

2022-07-12 Thread Matthieu Herrb
XSCOPE is a program to monitor the connections between the X11 window server and a client program. Alan Coopersmith (1): xscope 1.4.3 Matthieu Herrb (1): On OpenBSD SO_PEERCRED uses struct sockpeercred Thomas Klausner (7): Remove/comment out unused variables. Match

[patch] x11/fvwm2 and libX11 1.8.1

2022-08-07 Thread Matthieu Herrb
+ * weed_predicate is only called for events with a matching window. */ + int FWeedIfWindowEvents( -- Matthieu Herrb

Re: [patch] x11/fvwm2 and libX11 1.8.1

2022-08-08 Thread Matthieu Herrb
On Sun, Aug 07, 2022 at 03:38:06PM +0200, Matthieu Herrb wrote: > Hi, > > I've received a report that fvwm2 is abort(2)ing under -current, since > the import of libX11 1.8.1. The backtrace associated with this report > shows that it's the same issue that I fixed in

x11/fvwm3: patch for libX11 1.8.1 issue

2022-08-08 Thread Matthieu Herrb
r arg); ++ + /* Same as FWeedIfEvents but weeds only events for the given window. The + * weed_predicate is only called for events with a matching window. */ + int FWeedIfWindowEvents( -- Matthieu Herrb

Re: x11/fvwm3: patch for libX11 1.8.1 issue

2022-08-08 Thread Matthieu Herrb
On Mon, Aug 08, 2022 at 10:08:58PM +0200, Matthieu Herrb wrote: > Hi (again), > > here is the patches the libX11 issue for x11/fvwm3. I will also send a > merge request upstreams. https://github.com/fvwmorg/fvwm3/pull/683 -- Matthieu Herrb

Re: new: fonts/urw-base35-fonts

2022-08-20 Thread Matthieu Herrb
the real file get installed in /etc/fonts/conf.avail I'm ok too. -- Matthieu Herrb

drop print/libXp ?

2022-08-26 Thread Matthieu Herrb
se anymore, and I couldn't find any port that lists it as LIB_DEPEND. and also X.Org is considring dropping it for good : https://lists.x.org/archives/xorg-devel/2022-August/058876.html Comments ? -- Matthieu Herrb

Re: [patch] x11/fvwm2 and libX11 1.8.1

2022-08-30 Thread Matthieu Herrb
On Mon, Aug 08, 2022 at 10:06:45PM +0200, Matthieu Herrb wrote: > On Sun, Aug 07, 2022 at 03:38:06PM +0200, Matthieu Herrb wrote: > > Hi, > > > > I've received a report that fvwm2 is abort(2)ing under -current, since > > the import of libX11 1.8.1. The backt

Re: rm -rf x11/compiz

2022-09-08 Thread Matthieu Herrb
; Thanks. > No objection. It's archived an no longuer maintained upstreams. Last commit was 13 years ago. https://gitlab.freedesktop.org/xorg/app/compiz -- Matthieu Herrb

Re: UPDATE: John the Ripper

2005-05-29 Thread Matthieu Herrb
Ian Darwin wrote: Do many ppl run OpenBSD on G3 processors?? I do. -- Matthieu Herrb

Re: blender 2.37a

2005-07-04 Thread Matthieu Herrb
ccelerated motion in the horizontal direction gets overwritten. I've not been able to identify what is causing this exactly. It is the dxremaind in the LocalDeviceRec structure of the mouse driver that gets overwritten. This is in the middle of the structure, so it's a bit weird. -- 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

update: wayland-protocols 1.36

2024-05-19 Thread Matthieu Herrb
shell/xwayland-shell-v1.xml share/wayland-protocols/unstable/ -- 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: 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

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: 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: 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

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

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

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

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

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

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

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

NEW: graphics/libliftoff

2023-07-15 Thread Matthieu Herrb
roots/sway. -- Matthieu Herrb libliftoff.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

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

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

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

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: 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

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

UPDATE: wayland-protocols 1.32

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

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

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: 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: 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

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

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: 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

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

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

Re: [new] wayland/swaybg 1.2.0

2023-09-04 Thread Matthieu Herrb
andry ok matthieu@. I've a manually compiled version on my machine that I forgot to make a port for :-) -- Matthieu Herrb

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: 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. > > > &

UPDATE: foiltex 2.1.4b

2008-10-28 Thread Matthieu Herrb
-- Matthieu Herrb Index: Makefile === RCS file: /cvs/OpenBSD/ports/print/foiltex/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- Makefile1 Oct 2007 11:42:30 - 1.12 +++ Makefile28 Oct 2008 07:47:11

UPDATE: foiltex 2.1.4b

2008-10-30 Thread Matthieu Herrb
Index: Makefile === RCS file: /cvs/OpenBSD/ports/print/foiltex/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- Makefile1 Oct 2007 11:42:30 - 1.12 +++ Makefile28 Oct 2008 07:47:11 - @@ -2,7 +2,7 @@

kdelibs problem with new aspell

2008-11-01 Thread Matthieu Herrb
_destroy' /usr/local/lib/libaspell.so.17.0: undefined reference to `pthread_mutex_lock' /usr/local/lib/libaspell.so.17.0: undefined reference to `pthread_mutex_init' collect2: ld returned 1 exit status configure:51928: $? = 1 and after that kdelibs fails to package. -- Matthieu Herrb

Re: NEW: geo/tangogps. Need some help

2008-11-24 Thread Matthieu Herrb
ps from my OpenMoko phone over gpsd). Thanks for this port. -- Matthieu Herrb

NEW: devel/libftdi

2008-12-14 Thread Matthieu Herrb
libftdi is a library (using libusb) to talk to FTDI's FT2232C, FT232BM and FT245BM type chips including the popular bitbang mode. This port was originally done by dr...@. -- Matthieu Herrb libftdi.tar.gz Description: GNU Zip compressed data

new: misc/omconsole

2008-12-14 Thread Matthieu Herrb
port that I sent earlier. -- Matthieu Herrb omconsole.tar.gz Description: GNU Zip compressed data

Re: [new] lxrandr-0.1

2009-01-02 Thread Matthieu Herrb
Antoine Jacoutot wrote: > New tarball with patch from upstream SVN. > This program is really lame. Instead of parsing xrandr(1) output, it should libXrandr directly. -- Matthieu Herrb

Re: NEW: devel/libftdi

2009-01-07 Thread Matthieu Herrb
Matthieu Herrb wrote: > libftdi is a library (using libusb) to talk to FTDI's FT2232C, > FT232BM and FT245BM type chips including the popular bitbang mode. > > This port was originally done by dr...@. Any feedback on this? -- Matthieu Herrb smime.p7s Description: S/M

Re: NEW: scrotwm

2009-01-28 Thread Matthieu Herrb
erminus. > > The font above comes with X and I use it in all my xterms, so that > should definately be in the font path. > Should I mention that the server-side font rendering sub-system is obsolete? As far as possible scrotwm should switch to Xft to avoid future problems... -- Matthieu Herrb

new: un-fonts

2009-03-09 Thread Matthieu Herrb
x27;m using at work) into -core and -extras. Comments, ok? -- Matthieu Herrb un-fonts.tgz Description: Binary data

Re: NEW: un-fonts

2009-03-21 Thread Matthieu Herrb
Matthieu Herrb wrote: > Hi, > > reading the fontconfig 2.6.0 (that I plan to import in Xenocara soon) > ChangeLog, I saw that apparently the un-fonts are preferred by Korean > Linux users over the baekmuk fonts. > > So here are two ports for the un-fonts, split like the or

Re: NEW: un-fonts

2009-03-28 Thread Matthieu Herrb
Stuart Henderson wrote: > On 2009/03/21 12:52, Matthieu Herrb wrote: >> Matthieu Herrb wrote: >>> Hi, >>> >>> reading the fontconfig 2.6.0 (that I plan to import in Xenocara soon) >>> ChangeLog, I saw that apparently the un-fonts are preferred by

Re: UPDATE sysutils/borgbackup-1.1.11

2020-03-08 Thread Matthieu Herrb
m/borgbackup/borg/blob/1.1.11/docs/changes.rst#version--2020-03-08. > > While here add HOMEPAGE to Makefile. Hi, Works for me and my backups (amd64 machines only). I've also updated my main backup server which is running 6.6-stable. Thanks for the update. -- Matthieu Herrb

[UPDATE] x11/py-xcbgen 1.14

2020-03-22 Thread Matthieu Herrb
= 1.13 +VERSION= 1.14 DISTNAME = xcb-proto-${VERSION} PKGNAME = py-xcbgen-${VERSION} -REVISION = 0 CATEGORIES = x11 @@ -17,9 +16,9 @@ MAINTAINER = Matthieu Herrb https://xcb.freedesktop.org/dist/ +MASTER_SITES = ${MASTER_SITE_XORG:=proto/} -EXTRACT_SUFX

Re: tig 2.1 dumps core on xserver repo

2015-06-09 Thread Matthieu Herrb
On Sat, Apr 18, 2015 at 11:32:52AM +0200, Matthieu Herrb wrote: > On Wed, Apr 15, 2015 at 11:51:00PM +0200, Matthieu Herrb wrote: > > Hi, > > > > $ git clone git://anongit.freedesktop.org/git/xorg/xserver > > $ cd xserver > > $ tig > > > > $ gd

h.264 videos with parole ?

2015-06-12 Thread Matthieu Herrb
ly-1.4.5p0 ugly elements for GStreamer Any clues ? -- Matthieu Herrb

[update] x11/rendercheck 1.5

2015-08-12 Thread Matthieu Herrb
.tar.gz) = 154251 +SHA256 (rendercheck-1.5.tar.gz) = FVP+9hww8lJLWXw3WMyNP43B9S64E3QX+gZnsK3IpgQ= +SIZE (rendercheck-1.5.tar.gz) = 180259 -- Matthieu Herrb

Re: dwm runs xterm

2015-10-08 Thread Matthieu Herrb
click on a tag label adds/removes that tag to/from the > + .TP > + .B Mod1\-Shift\-Return > + Start > +-.BR uxterm (1). > ++.BR xterm (1). > + .TP > + .B Mod1\-, > + Focus previous screen, if any. -- Matthieu Herrb pgpZhVCVzYyJR.pgp Description: PGP signature

sysutils/pftop maintainership and development

2019-11-19 Thread Matthieu Herrb
'd like to add : the ability to use 'ifname' as a keyword in the state filter options (-f). Any thoughts? Am I missing a better tool for efficient text-based exploration of the pf state table? -- Matthieu Herrb

Re: LibreOffice 6* and X Crashes on ThinkPad

2019-11-20 Thread Matthieu Herrb
ily, trying to get a backtrace out of egdb, using the instructions in /usr/xenocara/README to get a core file from the X server, may help locating the bug (and maybe fixing it). Thanks. -- Matthieu Herrb

Re: Update: shells/tcsh 6.21.00

2019-12-01 Thread Matthieu Herrb
> > > > Comments, OKs, preferably from people who use tcsh? > Hi, Works for me. (still using tcsh as my default shell on OpenBSD...) Altough I'm french, I don't care about the localized messages. I won't miss them. Count this as an ok, even though I'm not an expert in ports. -- Matthieu Herrb

Re: devel/ddd after libXt update

2020-01-17 Thread Matthieu Herrb
rror(String message = 0) > ++static void ddd_xt_error(String message = 0) _X_NORETURN > + { > + ddd_has_crashed = true; > + > -- > Christian "naddy" Weisgerber na...@mips.inka.de This looks like the correct fix to me. I think only C++ cares about this kind of function signature changes. -- Matthieu Herrb

Re: How to size /usr/ports? And is libreoffice for 5.2 known to be broken?

2012-12-09 Thread Matthieu Herrb
> What hardware (graphics card & driver) are you using ? -- Matthieu Herrb

Re: UPDATE: TeX Live 2012

2012-12-09 Thread Matthieu Herrb
but i would like to be sure that I did not miss anything. > I've been using this for various LaTeX work on both i386 and amd64 for a while now. No visible issue. ok matthieu@ -- Matthieu Herrb

Re: Emacs on OpenBSD for DEC VAX?

2013-01-30 Thread Matthieu Herrb
builds fails into a dead branch of the code (the ifndef HAVE_XRMSETDATABASE part has probably not been compile tested for years...) Probably yet another issue with static linking of X libs. -- Matthieu Herrb

Re: Emacs on OpenBSD for DEC VAX?

2013-01-30 Thread Matthieu Herrb
On Wed, Jan 30, 2013 at 09:07:55PM +, Stuart Henderson wrote: > On 2013/01/30 21:15, Matthieu Herrb wrote: > > On Wed, Jan 30, 2013 at 07:50:56PM +, Stuart Henderson wrote: > > > > > > Ok so this needs some more, at least for the default flavour. > > &g

Re: UPDATE: graphics/cairo

2013-02-01 Thread Matthieu Herrb
nge Something like @X11BASE@ with the proper substitution at configure time is probably better. But dozeen of other packages may be affected by the same kind of issues, and I'm too lazy now to check what's the approved approach for other cases. Anyways if this change is wanted, it should probably be a separate commit. -- Matthieu Herrb

[net/iperf] separate build breaks IPv6 support

2013-04-06 Thread Matthieu Herrb
PAGE= http://sourceforge.net/projects/iperf/ @@ -19,7 +19,6 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=iperf/} CONFIGURE_STYLE= autoconf AUTOCONF_VERSION= 2.65 -SEPARATE_BUILD=Yes do-install: ${INSTALL_PROGRAM} ${WRKBUILD}/src/iperf ${PREFIX}/bin -- Matthieu Herrb

Re: [net/iperf] separate build breaks IPv6 support

2013-04-06 Thread Matthieu Herrb
On Sat, Apr 06, 2013 at 04:30:49PM +, Christian Weisgerber wrote: > Matthieu Herrb wrote: > > > Given how configure.ac abuses the 'includes' parameter of > > AC_CHECK_TYPES, I don't see a quick and easy fix, other than removing > > SEPARATE_BUILD.

Re: Firefox and large images

2013-04-10 Thread Matthieu Herrb
gt; or disabling gfx.xrender.enabled in about:config. (You have to > restart Firefox after toggling gfx.xrender.enabled.) > > I'm throwing this out there, but users shouldn't really be required > to invoke magic incantations. > > -- > Christian "naddy" Weisgerber na...@mips.inka.de > -- Matthieu Herrb

i3 getting killed by pledge

2019-01-03 Thread Matthieu Herrb
ome system related changes (or something in my environment, but I don't see what). -- Matthieu Herrb

glib 2.58.2 broken on powerpc (missing atomic ops ?)

2019-01-07 Thread Matthieu Herrb
#error G_ATOMIC_LOCK_FREE defined, but incapable of lock-free atomics. ninja: build stopped: subcommand failed. -- Matthieu Herrb

Re: glib 2.58.2 broken on powerpc (missing atomic ops ?)

2019-01-07 Thread Matthieu Herrb
On Mon, Jan 07, 2019 at 04:42:26PM +0100, Antoine Jacoutot wrote: > On Mon, Jan 07, 2019 at 04:35:51PM +0100, Matthieu Herrb wrote: > > Hi, > > > > Trying to build some ports on macppc, glib2 is now broken: > > > > FAILED: glib/4430778@@glib-2.0@sha/gatomic.c.

Re: UPDATE: fonts/dina-fonts

2014-01-04 Thread Matthieu Herrb
the binary packages. For me it's just basic practices in free software. Here the MIT license says : > The above copyright notice and this permission notice shall be > included in all copies or substantial portions of the Software. For base and xenocara, we more or less consider the source as part of the system and may thus avoid installing the corresponding copyright notices and licenses somewhere under /usr/share. -- Matthieu Herrb

Re: arandr

2014-02-10 Thread Matthieu Herrb
above error. Looks caused by the intel driver update. Investigating... -- Matthieu Herrb

UPDATE x11/xcursorgen and x11/xcursor-themes

2014-03-16 Thread Matthieu Herrb
wiki.X.Org/ +HOMEPAGE = http://wiki.X.Org/ -MAINTAINER= Matthieu Herrb +MAINTAINER = Matthieu Herrb -BUILD_DEPENDS= x11/xcursorgen>=7 +BUILD_DEPENDS =x11/xcursorgen>=7 # X11 -PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_CDROM = Yes -MASTER_SITES= ftp://ftp.x.org/pub

1st pkg_add an mandoc.db

2014-05-29 Thread Matthieu Herrb
/usr/local/man/mandoc.db in the installer) or by disabling the warning in makewhatis(8). -- Matthieu Herrb

Re: devel/arm-elf/gcc (was: Re: CVS: cvs.openbsd.org: ports)

2014-06-08 Thread Matthieu Herrb
enough on my plate right now. > I used to have ports to build u-boot and x-loader in ports for some of the supported boards. They used this port to cross-compile it, but this approach is more or less a dead end. I don't have plans to revice this work. -- Matthieu Herrb

libiconv fails to build on armv7

2014-06-17 Thread Matthieu Herrb
nk: "BIG5-HKSCS:2001" = "BIG5-HKSCS:1999", with key set "-5:BCGHKSS". Key link: "BIG5-HKSCS:2004" = "BIG5-HKSCS:1999", with key set "-5:BCGHKSS". Key link: "BIG5-HKSCS:2008" = "BIG5-HKSCS:1999", with key set "-5:BCGHKSS". 26 input keys have identical hash values, use option -D. *** Error 1 in /usr/obj/ports/libiconv-1.14/libiconv-1.14 (Makefile.devel:109 'lib/aliases.h') *** Error 1 in converters/libiconv (Makefile:35 'pre-configure') *** Error 1 in converters/libiconv (/share/OpenBSD/ports/infrastructure/mk/bsd.port.mk:2659 '/usr/obj/ports/libiconv-1.14/build-arm/.configure_done') *** Error 1 in converters/libiconv (/share/OpenBSD/ports/infrastructure/mk/bsd.port.mk:2423 'configure') ===> Exiting converters/libiconv with an error /bin/sh: exit 1: not found *** Error 127 in /share/OpenBSD/ports (infrastructure/mk/bsd.port.subdir.mk:147 'configure') Error: job failed 256 -- Matthieu Herrb

[UPDATE] imake 1.0.8

2019-04-22 Thread Matthieu Herrb
) = a9omagfrM0RdUT8ePIKmHkgizLlNQgZD1Y4b5fiB5cs= -SIZE (imake-1.0.7.tar.gz) = 195387 +SHA256 (imake-1.0.8.tar.gz) = gXigm/7zOtX2HLXLYig999OlaC8BRQfS58/ZIkhaXAA= +SIZE (imake-1.0.8.tar.gz) = 197396 -- Matthieu Herrb

squid 4.6 issue on OpenBSD 6.5

2019-05-10 Thread Matthieu Herrb
< status() << ": ignoring: " << xstrerr(errcode)); ++ return Comm::NOMESSAGE; + } else if (ENFILE == errno || EMFILE == errno) { + debugs(50, 3, status() << ": " << xstrerr(errcode)); + return Comm::COMM_ERROR; -- Matthieu Herrb

Re: squid 4.6 issue on OpenBSD 6.5

2019-05-10 Thread Matthieu Herrb
On Fri, May 10, 2019 at 01:38:19PM +0100, Stuart Henderson wrote: > On 2019/05/10 11:45, Matthieu Herrb wrote: > > Hi, > > > > I recently upgraded the squid cache at work to OpenBSD 6.5 (and thus > > squid 4.6). After this, squid started locking up (and not accepting

Re: squid 4.6 issue on OpenBSD 6.5

2019-05-10 Thread Matthieu Herrb
On Fri, May 10, 2019 at 01:38:19PM +0100, Stuart Henderson wrote: > On 2019/05/10 11:45, Matthieu Herrb wrote: > > Hi, > > > > I recently upgraded the squid cache at work to OpenBSD 6.5 (and thus > > squid 4.6). After this, squid started locking up (and not accepting

nexcloud 16.0.0 on OPENBSD_6_4 Re: CVS: cvs.openbsd.org: ports

2019-05-18 Thread Matthieu Herrb
1 You are currently running 7.0.33. Please update your PHP version. How do I fix that (other than upgrading to 6.5) ? -- Matthieu Herrb

Re: nexcloud 16.0.0 on OPENBSD_6_4 Re: CVS: cvs.openbsd.org: ports

2019-05-19 Thread Matthieu Herrb
On Sun, May 19, 2019 at 09:49:54AM +0200, Gonzalo L. Rodriguez wrote: > > > > On 18. May 2019, at 21:44, Stuart Henderson wrote: > > > >> On 2019/05/18 19:12, Matthieu Herrb wrote: > >>> On Tue, Apr 30, 2019 at 01:54:06AM -0600, Gonzalo L. Rodriguez wro

Re: UPDATE: Nextcloud-16.0.1

2019-05-22 Thread Matthieu Herrb
u: > > > On Sun, May 19, 2019 at 10:41:04AM +0200, Gonzalo L. Rodriguez wrote: > > > What about this one? All happy? > > > > > > OK? > > > > > > > Runs fine on my sparc64 (which is still at 6.5 atm...) > > > > > > -- > Adriano -- Matthieu Herrb

Re: [wip] Xfce 4.14 final

2019-08-14 Thread Matthieu Herrb
in X. Can you try to change vlank mode to 'xpresent': xfconf-query -c xfwm4 -p /general/vblank_mode -s xpresent And restart your session ? -- Matthieu Herrb

Re: firefox unveil and gpu pledge

2019-09-08 Thread Matthieu Herrb
ACHE,CONFIG,DATA}_HOME variables. On machines with NFS shared /home, I use those to keep the crap in XDG_CACHE_HOME out of NFS and on some machines to keep a separate configuration. -- Matthieu Herrb

Re: www/mozilla-firefox: add unveil and enhance pledge support [3rd time's a charm]

2019-09-22 Thread Matthieu Herrb
may not always be possible with modern web technologies and is not in the scope of local patches to the OpenBSD port. sigh. -- Matthieu Herrb

unbreak devel/gmake on armv7

2019-11-01 Thread Matthieu Herrb
_sigs () +{ -+ sigsetmask (siggetmask (0) & ~fatal_signal_mask) ++ sigsetmask (siggetmask (0) & ~fatal_signal_mask); +} + +void -- Matthieu Herrb

Re: unbreak devel/gmake on armv7

2019-11-01 Thread Matthieu Herrb
On Fri, Nov 01, 2019 at 08:08:59AM +0100, Matthieu Herrb wrote: > Hi, > > There is an obvious typo in patches/patch-job_c. I don't know why arm > used the bogus version and not other arches (gcc vs clang or other) ? > That seems suspicious to me too, but anyways, obvious fix:

Re: unbreak devel/gmake on armv7

2019-11-01 Thread Matthieu Herrb
|| (defined (sequent) && defined (i386))) ++#if (defined (butterfly) || ((defined (__arm) || defined (__mips)) && defined (_SYSTYPE_SVR3)) || (defined (sequent) && defined (i386))) + # undef POSIX + #endif + -- Matthieu Herrb

  1   2   3   4   5   6   >