bugfix update to 0.5.1, ok maintainer.

This commit is contained in:
sthen 2009-02-11 20:49:35 +00:00
parent c7c117ae3f
commit 26809b86e4
4 changed files with 15 additions and 25 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.6 2009/01/30 01:33:00 sthen Exp $ # $OpenBSD: Makefile,v 1.7 2009/02/11 20:49:35 sthen Exp $
COMMENT= tiling window management for the console COMMENT= tiling window management for the console
DISTNAME= dvtm-0.5 DISTNAME= dvtm-0.5.1
CATEGORIES= misc CATEGORIES= misc
HOMEPAGE= http://www.brain-dump.org/projects/dvtm/ HOMEPAGE= http://www.brain-dump.org/projects/dvtm/

View File

@ -1,5 +1,5 @@
MD5 (dvtm-0.5.tar.gz) = B22xH1NEDBlM8k3s60aTIQ== MD5 (dvtm-0.5.1.tar.gz) = Fa9EGY1qY2GQSAEiuN5xVQ==
RMD160 (dvtm-0.5.tar.gz) = n5ZgAOadxEhGRSpoLEj3wj7uLOc= RMD160 (dvtm-0.5.1.tar.gz) = KCWZgaDDPKRKtkGpkYPyKNz1464=
SHA1 (dvtm-0.5.tar.gz) = BQxgXSU6/Yf8dj6WC1sLWN0kye4= SHA1 (dvtm-0.5.1.tar.gz) = i1aR49KOIeZ1eRJmv+Fc4JNQrjo=
SHA256 (dvtm-0.5.tar.gz) = 3w1BFZ8LzGZuvkiHMkzrvY6Qn4/iQlOoPUTENIEsWH0= SHA256 (dvtm-0.5.1.tar.gz) = etIH6KpqnNQ5OJM8Mu7L3799MbJqbonuFHgIb53GidY=
SIZE (dvtm-0.5.tar.gz) = 26380 SIZE (dvtm-0.5.1.tar.gz) = 26238

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-config_mk,v 1.4 2009/01/30 01:33:00 sthen Exp $ $OpenBSD: patch-config_mk,v 1.5 2009/02/11 20:49:35 sthen Exp $
--- config.mk.orig Mon Jan 26 18:26:24 2009 --- config.mk.orig Sun Feb 8 21:52:37 2009
+++ config.mk Tue Jan 27 01:11:37 2009 +++ config.mk Mon Feb 9 10:43:05 2009
@@ -3,15 +3,15 @@ VERSION = 0.5 @@ -3,15 +3,15 @@ VERSION = 0.5.1
# Customize below to fit your system # Customize below to fit your system
@ -11,9 +11,11 @@ $OpenBSD: patch-config_mk,v 1.4 2009/01/30 01:33:00 sthen Exp $
+MANPREFIX = ${PREFIX}/man +MANPREFIX = ${PREFIX}/man
-INCS = -I. -I/usr/include -I/usr/local/include -INCS = -I. -I/usr/include -I/usr/local/include
-LIBS = -lc -lutil -lncursesw
-#LIBS = -lc -lutil -lncurses
+INCS = -I. -I/usr/include +INCS = -I. -I/usr/include
LIBS = -lc -lutil -lncurses +#LIBS = -lc -lutil -lncursesw
LIBS_UTF8 = -lc -lutil -lncursesw +LIBS = -lc -lutil -lncurses
-CFLAGS += -std=c99 -Os ${INCS} -DVERSION=\"${VERSION}\" -DNDEBUG -CFLAGS += -std=c99 -Os ${INCS} -DVERSION=\"${VERSION}\" -DNDEBUG
-LDFLAGS += -L/usr/lib -L/usr/local/lib ${LIBS} -LDFLAGS += -L/usr/lib -L/usr/local/lib ${LIBS}

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-dvtm_c,v 1.1 2009/01/30 01:33:00 sthen Exp $
--- dvtm.c.orig Thu Jan 29 19:52:03 2009
+++ dvtm.c Thu Jan 29 19:52:05 2009
@@ -839,7 +839,7 @@ setup() {
signal(SIGWINCH, sigwinch_handler);
signal(SIGCHLD, sigchld_handler);
signal(SIGTERM, sigterm_handler);
- set_escdelay(esc_delay);
+ ESCDELAY = esc_delay;
}
static void