head 1.2; access; symbols pkgsrc-2019Q4:1.1.0.26 pkgsrc-2019Q4-base:1.1 pkgsrc-2019Q3:1.1.0.22 pkgsrc-2019Q3-base:1.1 pkgsrc-2019Q2:1.1.0.20 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.18 pkgsrc-2019Q1-base:1.1 pkgsrc-2018Q4:1.1.0.16 pkgsrc-2018Q4-base:1.1 pkgsrc-2018Q3:1.1.0.14 pkgsrc-2018Q3-base:1.1 pkgsrc-2018Q2:1.1.0.12 pkgsrc-2018Q2-base:1.1 pkgsrc-2018Q1:1.1.0.10 pkgsrc-2018Q1-base:1.1 pkgsrc-2017Q4:1.1.0.8 pkgsrc-2017Q4-base:1.1 pkgsrc-2017Q3:1.1.0.6 pkgsrc-2017Q3-base:1.1 pkgsrc-2017Q2:1.1.0.2 pkgsrc-2017Q2-base:1.1; locks; strict; comment @# @; 1.2 date 2020.01.18.21.40.24; author nia; state dead; branches; next 1.1; commitid 5Ml6hXeeIyjKDdTB; 1.1 date 2017.05.16.21.10.02; author bsiegert; state Exp; branches; next ; commitid 380dv74spausSERz; desc @@ 1.2 log @9wm: Update to 1.4.1 Changes: - We got a patch upstreamed, but have to add another. @ text @$NetBSD: patch-Makefile,v 1.1 2017/05/16 21:10:02 bsiegert Exp $ Correctly install into $PREFIX, remove -Werror (which breaks with clang). --- Makefile.orig 2017-05-12 22:39:16.000000000 +0000 +++ Makefile @@@@ -1,8 +1,9 @@@@ -CFLAGS += -DSHAPE -DCOLOR -Wall -Werror -pedantic +CFLAGS += -DSHAPE -DCOLOR -Wall -pedantic LDLIBS = -lXext -lX11 -BIN = $(DESTDIR)/usr/bin/ +PREFIX ?= /usr +BIN = $(DESTDIR)$(PREFIX)/bin/ -MANDIR = $(DESTDIR)/usr/share/man/man1 +MANDIR = $(DESTDIR)$(PREFIX)/share/man/man1 MANSUFFIX = 1 all: 9wm @ 1.1 log @Update 9wm to 1.4.0, now developed on GitHub. There are no release notes from upstream (short of commit logs), here is a partial list of changes: - no more manual window placement - color support - support for fullscreen and shaped windows - format string and memory fixes - compatibility fixes for some toolkits - window titles are UTF-8 @ text @d1 1 a1 1 $NetBSD$ @