ports/80039: Maintainer update: update graphics/libggiwmh to 0.2.1
Antoine Brodin
antoine.brodin at laposte.net
Sun Apr 17 19:20:09 UTC 2005
>Number: 80039
>Category: ports
>Synopsis: Maintainer update: update graphics/libggiwmh to 0.2.1
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Sun Apr 17 19:20:08 GMT 2005
>Closed-Date:
>Last-Modified:
>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 at 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
- at dirrm etc/ggi
- at dirrm include/ggi/internal
- at dirrm include/ggi
+ at unexec rmdir %D/etc/ggi 2>/dev/null || true
+ at unexec rmdir %D/include/ggi/internal 2>/dev/null || true
+ at unexec rmdir %D/include/ggi 2>/dev/null || true
@dirrm lib/ggi/wmh/display
@dirrm lib/ggi/wmh
- at dirrm lib/ggi
+ at unexec rmdir %D/lib/ggi 2>/dev/null || true
--- libggiwmh.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list