Subject: pkg/22239: Upgrade wm/evilwm to 0.99.15
To: None <gnats-bugs@gnats.NetBSD.org>
From: None <jonathan@perkin.org.uk>
List: netbsd-bugs
Date: 07/24/2003 09:33:47
>Number:         22239
>Category:       pkg
>Synopsis:       Upgrade wm/evilwm to 0.99.15
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Thu Jul 24 09:34:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     Jonathan Perkin
>Release:        N/A
>Organization:
British Broadcasting Corporation
>Environment:
SunOS build0 5.8 Generic_108528-15 sun4u sparc SUNW,UltraSPARC-IIi-cEngine
>Description:
Latest stable revision - changelog below:

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.

2003-06-29
        Released 0.99.15.
>How-To-Repeat:

>Fix:
http://www.perkin.org.uk/projects/netbsd/evilwm.patch

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/wm/evilwm/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile    2003/03/29 12:42:45     1.5
+++ Makefile    2003/07/24 09:29:58
@@ -1,14 +1,13 @@
 # $NetBSD: Makefile,v 1.5 2003/03/29 12:42:45 jmmv 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
 
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/wm/evilwm/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- distinfo    2003/04/24 21:15:17     1.7
+++ distinfo    2003/07/24 09:29:58
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.7 2003/04/24 21:15:17 jmmv 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) = 09b166cce12af3010bd636075ba7af331b9a75c3
Index: patches/patch-aa
===================================================================
RCS file: /cvsroot/pkgsrc/wm/evilwm/patches/patch-aa,v
retrieving revision 1.7
diff -u -r1.7 patch-aa
--- patches/patch-aa    2003/04/24 21:15:18     1.7
+++ patches/patch-aa    2003/07/24 09:29:58
@@ -1,7 +1,7 @@
 $NetBSD: patch-aa,v 1.7 2003/04/24 21:15:18 jmmv Exp $
 
---- Makefile.orig      Fri Dec  6 07:35:00 2002
-+++ Makefile
+--- Makefile.orig      Fri Jun 27 11:32:14 2003
++++ Makefile   Thu Jul 24 10:20:54 2003
 @@ -1,11 +1,11 @@
  # If you don't use CC 
 -CC       = gcc
@@ -17,26 +17,19 @@
  INCLUDES = -I$(XROOT)/include
  LDPATH   = -L$(XROOT)/lib
  LIBS     = -lX11
-@@ -22,7 +22,7 @@ DEFINES += -DINFOBANNER
- 
- # Use Motif hints to find if a window should be borderless.
- # To use this option, you need to have the Motif development files installed.
--DEFINES += -DMWM_HINTS
-+#DEFINES += -DMWM_HINTS
- 
- # To support virtual desktops, uncomment one or both of the following 2 lines.
- DEFINES += -DVWM
-@@ -66,7 +66,8 @@ disttar = evilwm_$(version).$(revision).
+@@ -66,9 +66,9 @@
  #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
+-CFLAGS  += -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Waggregate-return -Wnested-externs -Winline -Wwrite-strings -Wundef
++#CFLAGS  += -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Waggregate-return -Wnested-externs -Winline -Wwrite-strings -Wundef
  LDFLAGS += $(LDPATH) $(LIBS)
  
-@@ -89,10 +90,8 @@ allinone:
+ HEADERS  = evilwm.h
+@@ -90,10 +90,8 @@
  
  doinstall:
        if [ -f evilwm.exe ]; then mv evilwm.exe evilwm; fi
>Release-Note:
>Audit-Trail:
>Unformatted: