diff options
author | martti <martti@pkgsrc.org> | 2002-04-12 09:09:08 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-04-12 09:09:08 +0000 |
commit | 5bb3969b8c8d2a105bab7a0d4abaaa5f72620959 (patch) | |
tree | f3dc873e7442ab042653139637118173821b7382 /wm | |
parent | 07c0812d6b23d70cb9ed0e69b1f9ed6af2c817a3 (diff) | |
download | pkgsrc-5bb3969b8c8d2a105bab7a0d4abaaa5f72620959.tar.gz |
Updated fvwm2 to 2.4.7
Fvwm 2.4.7 is a maintenance release for 2.4.6 that fixes a number
of minor or rare problems. System administrators are strongly
encouraged to move to 2.4.6 or 2.4.7 from any earlier 2.4.x release.
Changes:
* Fixed parsing of WindowList with conditions and a position at
the same time that was broken in 2.4.6.
* Fixed some problems with the DeskOnly option of FvwmTaskBar
(windows were duplicated when moving to a different Desk; the
StickyIcon style was ignored).
* Fixed config.h warnings with some compilers introduced in 2.4.6.
* Fixed icon titles being raised when they should not be.
* Fixed initial drawing of the internals of the FvwmPager window.
* Fixed the FvwmAudio compatible mode in FvwmEvent when external
audio player is used.
* Minor improvements in the man page.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/fvwm2/Makefile | 4 | ||||
-rw-r--r-- | wm/fvwm2/distinfo | 8 | ||||
-rw-r--r-- | wm/fvwm2/patches/patch-ab | 10 |
3 files changed, 11 insertions, 11 deletions
diff --git a/wm/fvwm2/Makefile b/wm/fvwm2/Makefile index 3af7317a0b6..d368e4e5df9 100644 --- a/wm/fvwm2/Makefile +++ b/wm/fvwm2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2002/03/11 07:20:55 martti Exp $ +# $NetBSD: Makefile,v 1.15 2002/04/12 09:09:08 martti Exp $ # FreeBSD Id: Makefile,v 1.12 1997/10/11 10:42:43 jkh Exp # @@ -18,7 +18,7 @@ DEPENDS+= xpmroot-2.*:../../x11/xpmroot CONFLICTS= fvwm-2.* EXTRACT_ONLY= ${DISTNAME}.tar.gz -FVWM_VER= 2.4.6 +FVWM_VER= 2.4.7 USE_X11BASE= YES GNU_CONFIGURE= YES diff --git a/wm/fvwm2/distinfo b/wm/fvwm2/distinfo index 5a666c4de95..be3f2f35906 100644 --- a/wm/fvwm2/distinfo +++ b/wm/fvwm2/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.9 2002/03/11 07:20:55 martti Exp $ +$NetBSD: distinfo,v 1.10 2002/04/12 09:09:08 martti Exp $ -SHA1 (fvwm-2.4.6.tar.gz) = a08b945353b654ed4e93f875e7aba49f67b310be -Size (fvwm-2.4.6.tar.gz) = 1709543 bytes +SHA1 (fvwm-2.4.7.tar.gz) = ee658ba10c43642370a414948bee250cd81f3f25 +Size (fvwm-2.4.7.tar.gz) = 1710230 bytes SHA1 (fvwm_icons.tgz) = d6ee1e52f1a84c4edd722ccee0f7e9cc79cc2a4b Size (fvwm_icons.tgz) = 363406 bytes SHA1 (patch-aa) = a4b7554381c0035d16d6804bf9f9eac57a5d2f72 -SHA1 (patch-ab) = dfe951fa1b794941f3d0f502a7f17e3b28b5e5b3 +SHA1 (patch-ab) = 8ea0ea5fda7340d112007b2a2ccefe97f0c7398e diff --git a/wm/fvwm2/patches/patch-ab b/wm/fvwm2/patches/patch-ab index a56a3123d35..c251f0c2da7 100644 --- a/wm/fvwm2/patches/patch-ab +++ b/wm/fvwm2/patches/patch-ab @@ -1,7 +1,7 @@ -$NetBSD: patch-ab,v 1.9 2002/03/11 07:20:55 martti Exp $ +$NetBSD: patch-ab,v 1.10 2002/04/12 09:09:09 martti Exp $ ---- configure.orig Sun Mar 10 10:38:10 2002 -+++ configure Mon Mar 11 07:44:38 2002 +--- configure.orig Thu Apr 11 14:21:34 2002 ++++ configure Fri Apr 12 07:48:42 2002 @@ -672,7 +672,7 @@ # It thinks the first close brace ends the variable substitution. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' @@ -18,9 +18,9 @@ $NetBSD: patch-ab,v 1.9 2002/03/11 07:20:55 martti Exp $ -PACKAGE=fvwm +PACKAGE=fvwm2 - VERSION=2.4.6 + VERSION=2.4.7 -@@ -3907,7 +3907,7 @@ +@@ -3929,7 +3929,7 @@ # It thinks the first close brace ends the variable substitution. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' |