Index | Thread | Search

From:
Stuart Henderson <stu@spacehopper.org>
Subject:
Re: [maintainer update] brandy 1.23.2 -> 1.23.3
To:
Michael McConnell <soruk@eridani.co.uk>
Cc:
Jag Talon <jag@aangat.lahat.computer>, ports@openbsd.org
Date:
Wed, 7 Aug 2024 08:29:25 +0100

Download raw body.

Thread
On 2024/08/07 08:11, Michael McConnell wrote:
> Hi,
> 
> Is there a continued need to patch keyboard.c?
> 
> It should now build 'as is', it certainly does as a standalone build
> from the git tree.

You're reading a diff of a diff - these are not intuitive until you
get an eye for them (which you often only get after working with
ports/packaging for "a while") -

> > RCS file: patches/patch-src_keyboard_c
> > diff -N patches/patch-src_keyboard_c
> > --- patches/patch-src_keyboard_c	5 Aug 2024 18:04:38 -0000	1.1
> > +++ /dev/null	1 Jan 1970 00:00:00 -0000

this patch is being removed (- line with filename, + with /dev/null)

> > @@ -1,11 +0,0 @@
> > -Index: src/keyboard.c
> > ---- src/keyboard.c.orig
> > -+++ src/keyboard.c
> > -@@ -108,6 +108,7 @@
> > - **
> > - */
> > -
> > -+#include <sys/select.h>
> > - #include <stdio.h>
> > - #include <string.h>
> > - #include <unistd.h>

all - lines.