From antoine@massena-4-82-67-196-50.fbx.proxad.net  Sun Apr 17 19:17:57 2005
Return-Path: <antoine@massena-4-82-67-196-50.fbx.proxad.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1164816A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 17 Apr 2005 19:17:57 +0000 (GMT)
Received: from barton.dreadbsd.org (massena-4-82-67-196-50.fbx.proxad.net [82.67.196.50])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4506743D53
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 17 Apr 2005 19:17:56 +0000 (GMT)
	(envelope-from antoine@massena-4-82-67-196-50.fbx.proxad.net)
Received: from barton.dreadbsd.org (localhost [127.0.0.1])
	by barton.dreadbsd.org (8.13.3/8.13.1) with ESMTP id j3HJHtZk001020
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 17 Apr 2005 21:17:55 +0200 (CEST)
	(envelope-from antoine@massena-4-82-67-196-50.fbx.proxad.net)
Received: (from antoine@localhost)
	by barton.dreadbsd.org (8.13.3/8.13.1/Submit) id j3HJHtYp001019;
	Sun, 17 Apr 2005 21:17:55 +0200 (CEST)
	(envelope-from antoine)
Message-Id: <200504171917.j3HJHtYp001019@barton.dreadbsd.org>
Date: Sun, 17 Apr 2005 21:17:55 +0200 (CEST)
From: Antoine Brodin <antoine.brodin@laposte.net>
Reply-To: Antoine Brodin <antoine.brodin@laposte.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Maintainer update: update graphics/libggiwmh to 0.2.1
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         80039
>Category:       ports
>Synopsis:       Maintainer update: update graphics/libggiwmh to 0.2.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jylefort
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 17 19:20:08 GMT 2005
>Closed-Date:    Mon Apr 18 21:35:18 GMT 2005
>Last-Modified:  Mon Apr 18 21:35:18 GMT 2005
>Originator:     Antoine Brodin
>Release:        FreeBSD 6.0-CURRENT i386
>Organization:
none
>Environment:
System: FreeBSD barton.dreadbsd.org 6.0-CURRENT FreeBSD 6.0-CURRENT #21: Fri Apr 15 12:55:09 CEST 2005 antoine@barton.dreadbsd.org:/usr/obj/usr/src/sys/BARTON i386
>Description:

Changes from 0.2.0 to 0.2.1
---------------------------
- documentation fixes
- display-directx:
        - bugfix: do not adjust the window with the size of the
          decorations. Windows no longer get bigger on each and every move.
        - bugfix: make `ggiWmhGetPos(3)` and `ggiWmhGetSize(3)` return
          values consistent with any previous calls to `ggi WmhMove(3)`
          and `ggiWmhResize(3)`.
        - change coords of `ggiWmhGetPos(3)` and `ggiWmhMove(3)` to
          behave as on display-x

Changes in the port
-------------------
- use USE_LIBTOOL_VER=15 to please portlint -A
>How-To-Repeat:
>Fix:


--- libggiwmh.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/libggiwmh/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	11 Dec 2004 22:45:17 -0000	1.1
+++ Makefile	17 Apr 2005 18:51:41 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libggiwmh
-PORTVERSION=	0.2.0
+PORTVERSION=	0.2.1
 CATEGORIES=	graphics devel
 MASTER_SITES=	http://www.ggi-project.org/ftp/ggi/v2.1/ \
 		${MASTER_SITE_SOURCEFORGE}
@@ -21,7 +21,7 @@
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 USE_BZIP2=	yes
 INSTALLS_SHLIB=	yes
-GNU_CONFIGURE=	yes
+USE_LIBTOOL_VER=	15
 
 MAN3=		ggiWmhIconify.3 \
 		ggiWmhInit.3 \
@@ -35,9 +35,7 @@
 		- ggiWmhDetach.3 - ggiWmhExit.3 \
 		ggiWmhMove.3 ggiWmhAllowResize.3 \
 		- ggiWmhGetPos.3 - ggiWmhGetSize.3 \
-		- ggiWmhResize.3
-
-.include <bsd.port.pre.mk>
+		- ggiWmhMaximize.3 - ggiWmhResize.3
 
 .if !defined(WITHOUT_X11)
 USE_XLIB=	yes
@@ -50,4 +48,4 @@
 post-install:
 	@${CP} ${WRKSRC}/libggiwmh.conf ${PREFIX}/etc/ggi/libggiwmh.conf.dist
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/graphics/libggiwmh/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	11 Dec 2004 22:45:17 -0000	1.1
+++ distinfo	17 Apr 2005 18:39:25 -0000
@@ -1,2 +1,2 @@
-MD5 (libggiwmh-0.2.0.src.tar.bz2) = ad1414f6ff0e7b43d8caa3005b04056d
-SIZE (libggiwmh-0.2.0.src.tar.bz2) = 215433
+MD5 (libggiwmh-0.2.1.src.tar.bz2) = 81c458962b694a495999d03584753c33
+SIZE (libggiwmh-0.2.1.src.tar.bz2) = 215960
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/graphics/libggiwmh/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	11 Dec 2004 22:45:17 -0000	1.1
+++ pkg-plist	17 Apr 2005 18:44:17 -0000
@@ -4,16 +4,14 @@
 include/ggi/internal/wmh.h
 include/ggi/wmh-defs.h
 include/ggi/wmh.h
-lib/ggi/wmh/display/pseudo_stubs_wmh.la
 lib/ggi/wmh/display/pseudo_stubs_wmh.so
-%%XWMH%%lib/ggi/wmh/display/X_wmh.la
 %%XWMH%%lib/ggi/wmh/display/X_wmh.so
-lib/libggiwmh.la
+lib/libggiwmh.a
 lib/libggiwmh.so
 lib/libggiwmh.so.0
-@dirrm etc/ggi
-@dirrm include/ggi/internal
-@dirrm include/ggi
+@unexec rmdir %D/etc/ggi 2>/dev/null || true
+@unexec rmdir %D/include/ggi/internal 2>/dev/null || true
+@unexec rmdir %D/include/ggi 2>/dev/null || true
 @dirrm lib/ggi/wmh/display
 @dirrm lib/ggi/wmh
-@dirrm lib/ggi
+@unexec rmdir %D/lib/ggi 2>/dev/null || true
--- libggiwmh.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->jylefort 
Responsible-Changed-By: jylefort 
Responsible-Changed-When: Sun Apr 17 19:26:18 GMT 2005 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=80039 
State-Changed-From-To: open->closed 
State-Changed-By: jylefort 
State-Changed-When: Mon Apr 18 21:34:52 GMT 2005 
State-Changed-Why:  
Committed with a few modifications, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=80039 
>Unformatted:
