pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/evilwm Updated to 0.99.15.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f547f3d4276e
branches:  trunk
changeset: 461480:f547f3d4276e
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Tue Sep 16 19:17:38 2003 +0000

description:
Updated to 0.99.15.

Patch provided by Jonathan Perkin <jonathan%perkin.org.uk@localhost> 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:

 wm/evilwm/Makefile         |   9 ++++-----
 wm/evilwm/distinfo         |   8 ++++----
 wm/evilwm/patches/patch-aa |  23 ++++++-----------------
 3 files changed, 14 insertions(+), 26 deletions(-)

diffs (87 lines):

diff -r 345a7b14e374 -r f547f3d4276e wm/evilwm/Makefile
--- a/wm/evilwm/Makefile        Tue Sep 16 19:16:44 2003 +0000
+++ b/wm/evilwm/Makefile        Tue Sep 16 19:17:38 2003 +0000
@@ -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@localhost
+MAINTAINER=    jonathan%perkin.org.uk@localhost
 HOMEPAGE=      http://evilwm.sourceforge.net/
 COMMENT=       Minimalist Window Manager for X
 
diff -r 345a7b14e374 -r f547f3d4276e wm/evilwm/distinfo
--- a/wm/evilwm/distinfo        Tue Sep 16 19:16:44 2003 +0000
+++ b/wm/evilwm/distinfo        Tue Sep 16 19:17:38 2003 +0000
@@ -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 -r 345a7b14e374 -r f547f3d4276e wm/evilwm/patches/patch-aa
--- a/wm/evilwm/patches/patch-aa        Tue Sep 16 19:16:44 2003 +0000
+++ b/wm/evilwm/patches/patch-aa        Tue Sep 16 19:17:38 2003 +0000
@@ -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 @@
  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 @@
  
  # 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
- 



Home | Main Index | Thread Index | Old Index