pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/wm/fvwm-devel Updated wm/fvwm-devel to 2.5.25
details: https://anonhg.NetBSD.org/pkgsrc/rev/92ab4ebd15f6
branches: trunk
changeset: 539101:92ab4ebd15f6
user: martti <martti%pkgsrc.org@localhost>
date: Wed Feb 27 16:58:18 2008 +0000
description:
Updated wm/fvwm-devel to 2.5.25
* New features:
- Handle the STATE_ADD command of the EWMH _NET_WM_STATE
message from version 1.3 of the EWMH spec.
- Support transparency in ARGB windows
* Bug Fixes:
- Fixed problem with windows disappearing when created
unless the style Unmanaged was used.
- Edge move delay was used as resistance for the top edge.
- Fixed a parsing problem of the screen argument of the
SnapAttraction style.
- Some html documentation files were not installed.
- Fixed a memory leak in internationalized font handling.
- Fixed a bug in MinOverlap placement.
- Fixed the StickyAcrossPages style in the FvwmPager.
- Fixed the determination of the X charset on UTF-8 systems.
- Fixed a crash when certain EWMH messages were sent to
unmanaged windows.
- Fixed a memory leak in multibyte codepage code.
- Ignore the EWMH staysontop and staysonbottom hints if the
EWMHIgnoreStackingOrderHints style is used.
- Fixed a sporadic crash when the root background set by gnome,
fvwm-root, esetroot etc. changes and a root transparent
colour set is used.
- Fixed spradic crash in modules with root transparent
background from colour sets.
- Fixed a possible crash if the last active module fails.
diffstat:
wm/fvwm-devel/Makefile | 4 ++--
wm/fvwm-devel/PLIST | 4 +++-
wm/fvwm-devel/distinfo | 12 ++++++------
wm/fvwm-devel/patches/patch-aa | 4 +++-
wm/fvwm-devel/patches/patch-ab | 4 +++-
5 files changed, 17 insertions(+), 11 deletions(-)
diffs (75 lines):
diff -r 84d17fc81c91 -r 92ab4ebd15f6 wm/fvwm-devel/Makefile
--- a/wm/fvwm-devel/Makefile Wed Feb 27 16:49:34 2008 +0000
+++ b/wm/fvwm-devel/Makefile Wed Feb 27 16:58:18 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2007/11/26 08:55:36 martti Exp $
+# $NetBSD: Makefile,v 1.25 2008/02/27 16:58:18 martti Exp $
DISTNAME= fvwm-${FVWM_VER}
#PKGREVISION= 1
@@ -12,7 +12,7 @@
#LICENSE= gnu-gpl-v2
CONFLICTS= fvwm1-[0-9]* fvwm2-[0-9]*
-FVWM_VER= 2.5.24
+FVWM_VER= 2.5.25
PKG_INSTALLATION_TYPES= overwrite pkgviews
diff -r 84d17fc81c91 -r 92ab4ebd15f6 wm/fvwm-devel/PLIST
--- a/wm/fvwm-devel/PLIST Wed Feb 27 16:49:34 2008 +0000
+++ b/wm/fvwm-devel/PLIST Wed Feb 27 16:58:18 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2007/11/09 12:07:06 martti Exp $
+@comment $NetBSD: PLIST,v 1.9 2008/02/27 16:58:18 martti Exp $
bin/FvwmCommand
bin/fvwm
bin/fvwm-bug
@@ -184,6 +184,8 @@
@dirrm share/fvwm/perllib
@dirrm share/fvwm
@dirrm share/examples/fvwm
+@dirrm share/doc/fvwm/modules/images/FvwmTabs
+@dirrm share/doc/fvwm/modules/images
@dirrm share/doc/fvwm/modules
@dirrm share/doc/fvwm/images/svg_rendering
@dirrm share/doc/fvwm/images
diff -r 84d17fc81c91 -r 92ab4ebd15f6 wm/fvwm-devel/distinfo
--- a/wm/fvwm-devel/distinfo Wed Feb 27 16:49:34 2008 +0000
+++ b/wm/fvwm-devel/distinfo Wed Feb 27 16:58:18 2008 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.14 2007/11/26 08:55:36 martti Exp $
+$NetBSD: distinfo,v 1.15 2008/02/27 16:58:18 martti Exp $
-SHA1 (fvwm-2.5.24.tar.bz2) = 9a8ad57f585d0d53f3083dbba1983dea9db894cb
-RMD160 (fvwm-2.5.24.tar.bz2) = ad5318505f8331cf0ecca492f1c7cd73096c91ab
-Size (fvwm-2.5.24.tar.bz2) = 2513796 bytes
-SHA1 (patch-aa) = 5f530f15410c580dd3cad671e863d5f1506af2c6
-SHA1 (patch-ab) = 4df59dbcd630c2fcb1cf703bc4aefb7223081c7c
+SHA1 (fvwm-2.5.25.tar.bz2) = 8e0f0b1eb888f7fcc27a0dbcc32a5b0f2895df2b
+RMD160 (fvwm-2.5.25.tar.bz2) = bf77786a071838304eb4bf8cc14960196c235506
+Size (fvwm-2.5.25.tar.bz2) = 2516717 bytes
+SHA1 (patch-aa) = e32a04392ae4aedd16b573a755091601369fe535
+SHA1 (patch-ab) = ebc58a6c58e6c09ce0c270c0a1d8d861f2dcdab1
diff -r 84d17fc81c91 -r 92ab4ebd15f6 wm/fvwm-devel/patches/patch-aa
--- a/wm/fvwm-devel/patches/patch-aa Wed Feb 27 16:49:34 2008 +0000
+++ b/wm/fvwm-devel/patches/patch-aa Wed Feb 27 16:58:18 2008 +0000
@@ -1,4 +1,6 @@
-$NetBSD: patch-aa,v 1.6 2007/11/09 12:07:06 martti Exp $
+$NetBSD: patch-aa,v 1.7 2008/02/27 16:58:18 martti Exp $
+
+We have a separate package for xpmroot
--- bin/Makefile.in.orig 2007-09-01 10:30:54.000000000 +0000
+++ bin/Makefile.in 2007-11-07 08:14:22.000000000 +0000
diff -r 84d17fc81c91 -r 92ab4ebd15f6 wm/fvwm-devel/patches/patch-ab
--- a/wm/fvwm-devel/patches/patch-ab Wed Feb 27 16:49:34 2008 +0000
+++ b/wm/fvwm-devel/patches/patch-ab Wed Feb 27 16:58:18 2008 +0000
@@ -1,4 +1,6 @@
-$NetBSD: patch-ab,v 1.3 2007/11/09 12:07:07 martti Exp $
+$NetBSD: patch-ab,v 1.4 2008/02/27 16:58:18 martti Exp $
+
+Fixed return type
--- config.h.in.orig 2007-09-01 10:31:54.000000000 +0000
+++ config.h.in 2007-11-07 08:14:53.000000000 +0000
Home |
Main Index |
Thread Index |
Old Index