Index | Thread | Search

From:
"Theo de Raadt" <deraadt@openbsd.org>
Subject:
Re: Introducing Word for OpenBSD
Cc:
tech@openbsd.org
Date:
Thu, 08 Feb 2024 14:43:10 -0700

Download raw body.

Thread
Theo de Raadt <deraadt@openbsd.org> wrote:

> In the spirit of Microsoft bringing sudo to Windows, it is time
> we bring Word to OpenBSD.
> 
> Same as Microsoft:
> 
> 1. Not caring about name confusion
> 2. Not caring about compatible behaviours
> 3. Not caring about trademarks or defacto trademarks
> 4. Not asking the original product teams if it is OK.
> 
> This is setting the standard as well as Microsoft will do with sudo.

Oops, here is the correct diff.

Are there any other tools people wish to have native OpenBSD versions
of?  You'll be surprised, we can do this really quickly through the power
of "ln -s".

Index: usr.bin/mg/Makefile
===================================================================
RCS file: /cvs/src/usr.bin/mg/Makefile,v
diff -u -p -u -r1.35 Makefile
--- usr.bin/mg/Makefile	18 Jul 2019 05:57:48 -0000	1.35
+++ usr.bin/mg/Makefile	8 Feb 2024 21:41:17 -0000
@@ -19,6 +19,8 @@ SRCS=	autoexec.c basic.c bell.c buffer.c
 	re_search.c region.c search.c spawn.c tty.c ttyio.c ttykbd.c \
 	undo.c util.c version.c window.c word.c yank.c
 
+LINKS= ${BINDIR}/mg ${BINDIR}/Word
+
 #
 # More or less standalone extensions.
 #