Updated fvwm2 to 2.4.9
* Bug fixes - Restored old way of handling clicks in windows with ClickToFocus and ClickToFocusPassesClickOff. This fixes a problem with click+drag in an unfocused rxvt or aterm window. - A number of drawing fixes in FvwmPager See the ChangeLog and NEWS files for details...
This commit is contained in:
parent
40b149cd38
commit
7497e9f34c
3 changed files with 11 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.19 2002/06/17 09:29:00 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.20 2002/08/22 10:55:32 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= fvwm1-* fvwm>=1
|
||||
EXTRACT_ONLY= ${DISTNAME}.tar.gz
|
||||
FVWM_VER= 2.4.8
|
||||
FVWM_VER= 2.4.9
|
||||
|
||||
USE_X11BASE= YES
|
||||
GNU_CONFIGURE= YES
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.11 2002/06/13 08:41:46 martti Exp $
|
||||
$NetBSD: distinfo,v 1.12 2002/08/22 10:55:33 martti Exp $
|
||||
|
||||
SHA1 (fvwm-2.4.8.tar.gz) = 42e1b90ceab2414536af4ee5de47e90b08b0ce6f
|
||||
Size (fvwm-2.4.8.tar.gz) = 1716147 bytes
|
||||
SHA1 (fvwm-2.4.9.tar.gz) = 67da9f8ba8aae0315b18074d1e0ec0e57668e786
|
||||
Size (fvwm-2.4.9.tar.gz) = 1721388 bytes
|
||||
SHA1 (fvwm_icons.tgz) = d6ee1e52f1a84c4edd722ccee0f7e9cc79cc2a4b
|
||||
Size (fvwm_icons.tgz) = 363406 bytes
|
||||
SHA1 (patch-aa) = 59ff96ccb952a4b8bb0dc3da5758d13078e12500
|
||||
SHA1 (patch-ab) = 5df5d4ea27344f46a87d96934117bfc92027e364
|
||||
SHA1 (patch-ab) = 78ef2c4c7393e7ac983ebedf5e5b7bf48da762ce
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: patch-ab,v 1.11 2002/06/13 08:41:47 martti Exp $
|
||||
$NetBSD: patch-ab,v 1.12 2002/08/22 10:55:33 martti Exp $
|
||||
|
||||
--- configure.orig Wed Jun 12 00:06:22 2002
|
||||
+++ configure Wed Jun 12 19:17:09 2002
|
||||
--- configure.orig Sun Aug 11 17:02:20 2002
|
||||
+++ configure Tue Aug 13 09:29:52 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.11 2002/06/13 08:41:47 martti Exp $
|
|||
-PACKAGE=fvwm
|
||||
+PACKAGE=fvwm2
|
||||
|
||||
VERSION=2.4.8
|
||||
VERSION=2.4.9
|
||||
|
||||
@@ -3933,7 +3933,7 @@
|
||||
@@ -3911,7 +3911,7 @@
|
||||
# It thinks the first close brace ends the variable substitution.
|
||||
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
|
||||
|
||||
|
|
Loading…
Reference in a new issue