diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-09-16 19:17:38 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-09-16 19:17:38 +0000 |
commit | 5abf714e94bcdd310881bb6519f1d7fa5ed412dd (patch) | |
tree | c8e04fbed88dde3ef9eb51daa4d00394c1e2e2a6 /wm | |
parent | 111964f37feb7a8c1f46f5393cb380ac636ffbeb (diff) | |
download | pkgsrc-5abf714e94bcdd310881bb6519f1d7fa5ed412dd.tar.gz |
Updated to 0.99.15.
Patch provided by Jonathan Perkin <jonathan@perkin.org.uk> via PR
pkg/22239.
Changes:
2003-06-10
Warp mouse to topleft before bottomright for small viewport users.
Fix the xpdf problem (started up in tiny window), hopefully doesn't
break anything else (XSizeHints manpage suggests width/height hints
are obsolete).
2003-06-27
Applied Larry's identifier shadowing changes, and malloc return
value checks.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/evilwm/Makefile | 9 | ||||
-rw-r--r-- | wm/evilwm/distinfo | 8 | ||||
-rw-r--r-- | wm/evilwm/patches/patch-aa | 23 |
3 files changed, 14 insertions, 26 deletions
diff --git a/wm/evilwm/Makefile b/wm/evilwm/Makefile index 95ec16c6516..9c581d4e62a 100644 --- a/wm/evilwm/Makefile +++ b/wm/evilwm/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.5 2003/03/29 12:42:45 jmmv Exp $ +# $NetBSD: Makefile,v 1.6 2003/09/16 19:17:38 xtraeme Exp $ # -DISTNAME= evilwm_0.99.14.orig -PKGNAME= evilwm-0.99.14 -PKGREVISION= 1 +DISTNAME= evilwm_0.99.15.orig +PKGNAME= evilwm-0.99.15 WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} CATEGORIES= wm x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=evilwm/} -MAINTAINER= sketch@rd.bbc.co.uk +MAINTAINER= jonathan@perkin.org.uk HOMEPAGE= http://evilwm.sourceforge.net/ COMMENT= Minimalist Window Manager for X diff --git a/wm/evilwm/distinfo b/wm/evilwm/distinfo index f08b414913c..e004c064256 100644 --- a/wm/evilwm/distinfo +++ b/wm/evilwm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2003/04/24 21:15:17 jmmv Exp $ +$NetBSD: distinfo,v 1.8 2003/09/16 19:17:39 xtraeme Exp $ -SHA1 (evilwm_0.99.14.orig.tar.gz) = 79f1fedab90615e3ae39dba321c87512cfc35ec6 -Size (evilwm_0.99.14.orig.tar.gz) = 22887 bytes -SHA1 (patch-aa) = c30ba1f0a4e0a83ddece5cdb6053828d4d9abf75 +SHA1 (evilwm_0.99.15.orig.tar.gz) = ce969f1f85042c6e3247bcddf0b6c3bbb8e7dbc0 +Size (evilwm_0.99.15.orig.tar.gz) = 22966 bytes +SHA1 (patch-aa) = b7c0c569cfd1fefdd9b6da3c5139558c19d0bfca diff --git a/wm/evilwm/patches/patch-aa b/wm/evilwm/patches/patch-aa index b62c1053ee0..32c2fd0a512 100644 --- a/wm/evilwm/patches/patch-aa +++ b/wm/evilwm/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.7 2003/04/24 21:15:18 jmmv Exp $ +$NetBSD: patch-aa,v 1.8 2003/09/16 19:17:40 xtraeme Exp $ ---- Makefile.orig Fri Dec 6 07:35:00 2002 -+++ Makefile +--- Makefile.orig 2003-09-16 21:09:49.000000000 +0200 ++++ Makefile 2003-09-16 21:11:16.000000000 +0200 @@ -1,11 +1,11 @@ # If you don't use CC -CC = gcc @@ -17,7 +17,7 @@ $NetBSD: patch-aa,v 1.7 2003/04/24 21:15:18 jmmv Exp $ INCLUDES = -I$(XROOT)/include LDPATH = -L$(XROOT)/lib LIBS = -lX11 -@@ -22,7 +22,7 @@ DEFINES += -DINFOBANNER +@@ -22,7 +22,7 @@ # Use Motif hints to find if a window should be borderless. # To use this option, you need to have the Motif development files installed. @@ -26,26 +26,15 @@ $NetBSD: patch-aa,v 1.7 2003/04/24 21:15:18 jmmv Exp $ # To support virtual desktops, uncomment one or both of the following 2 lines. DEFINES += -DVWM -@@ -66,7 +66,8 @@ disttar = evilwm_$(version).$(revision). - #DEFINES += -DXDEBUG # show some X calls - - DEFINES += -DVERSION=\"$(version).$(revision).$(subrev)\" $(DEBIAN) --CFLAGS += $(INCLUDES) $(DEFINES) -Os -Wall -+CFLAGS += $(INCLUDES) $(DEFINES) -+#CFLAGS += $(INCLUDES) $(DEFINES) -Os -Wall - #CFLAGS += $(INCLUDES) $(DEFINES) -g -Wall - LDFLAGS += $(LDPATH) $(LIBS) - -@@ -89,10 +90,8 @@ allinone: +@@ -90,9 +90,8 @@ doinstall: if [ -f evilwm.exe ]; then mv evilwm.exe evilwm; fi - mkdir -p $(prefix)/bin $(prefix)/share/man/man1 - install -s evilwm $(prefix)/bin - install evilwm.1 $(prefix)/share/man/man1 -- #gzip -9 $(prefix)/share/man/man1/evilwm.1 + ${BSD_INSTALL_PROGRAM} evilwm $(prefix)/bin + ${BSD_INSTALL_MAN} evilwm.1 $(prefix)/man/man1 + #gzip -9 $(prefix)/share/man/man1/evilwm.1 install: doinstall - |