Re: [hackers] [dwm][PATCH] config.mk: added build options for FreeBSD

2021-05-09 Thread Steve Ward
On Sun, May 9, 2021 at 1:54 PM Christos Margiolis wrote: > > Hello Hiltjo, > > On Sun, May 09, 2021 at 07:49:28PM +0200, Hiltjo Posthuma wrote: > > I know there is an example OpenBSD comment too, but I don't want to add > > FreeBSD > > or any more platforms. > > Understood. I just thought it'd be

[hackers] [surf/surf-webkit2] Update LICENSE file || Quentin Rameau

2021-05-09 Thread git
commit bcd7d74e613fb8af11b40c351f0a6c1a771b2d2b Author: Quentin Rameau AuthorDate: Mon May 10 00:44:36 2021 +0200 Commit: Quentin Rameau CommitDate: Mon May 10 00:44:36 2021 +0200 Update LICENSE file diff --git a/LICENSE b/LICENSE index 2cdab7c..809d284 100644 --- a/LICENSE +++ b/LI

[hackers] [surf/surf-webkit2] Fix distfile generation || Quentin Rameau

2021-05-09 Thread git
commit 327cca048b7780adf0bce343c5a95c9d992683b9 Author: Quentin Rameau AuthorDate: Mon May 10 00:34:21 2021 +0200 Commit: Quentin Rameau CommitDate: Mon May 10 00:37:46 2021 +0200 Fix distfile generation diff --git a/Makefile b/Makefile index e5d4172..1edf820 100644 --- a/Makefile +

Re: [hackers] [dwm][PATCH] config.mk: added build options for FreeBSD

2021-05-09 Thread Christos Margiolis
Hello Hiltjo, On Sun, May 09, 2021 at 07:49:28PM +0200, Hiltjo Posthuma wrote: > I know there is an example OpenBSD comment too, but I don't want to add > FreeBSD > or any more platforms. Understood. I just thought it'd be good to have it since the OpenBSD comment doesn't work on FreeBSD. -- Ki

Re: [hackers] [dwm][PATCH] config.mk: added build options for FreeBSD

2021-05-09 Thread Hiltjo Posthuma
On Sun, May 09, 2021 at 08:29:56PM +0300, Christos Margiolis wrote: > `config.mk' didn't have the appropriate `X11INC', `X11LIB', > `FREETYPEINC' options for dwm to build on FreeBSD, so I added > them. > > -- > Kind regards, > Christos > From afc59913952b5c38119bbcbf1aa17fe3498c8766 Mon Sep 17 00

[hackers] [dwm][PATCH] config.mk: added build options for FreeBSD

2021-05-09 Thread Christos Margiolis
`config.mk' didn't have the appropriate `X11INC', `X11LIB', `FREETYPEINC' options for dwm to build on FreeBSD, so I added them. -- Kind regards, Christos >From afc59913952b5c38119bbcbf1aa17fe3498c8766 Mon Sep 17 00:00:00 2001 From: Christos Margiolis Date: Sun, 9 May 2021 20:26:16 +0300 Subject: