diff options
author | martti <martti> | 2003-06-01 06:53:30 +0000 |
---|---|---|
committer | martti <martti> | 2003-06-01 06:53:30 +0000 |
commit | 8c81775e2f29ba9993a569711d3a52177be20574 (patch) | |
tree | 4e59361666a7e3bdfe99edd78df8d8440373bc85 /wm/fvwm2/Makefile | |
parent | b7f0c8f7aa71b889864c1c5da0ec10d3693a84cd (diff) | |
download | pkgsrc-8c81775e2f29ba9993a569711d3a52177be20574.tar.gz |
Updated fvwm2 to 2.4.16
* Bug fixes
* All single letter variables are deprecated now; new variables:
$[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
$[desk.n], $[version.num], $[version.info], $[version.line],
$[desk.pagesx], $[desk.pagesy]
* The NoWarp menu position hint option works with root menus too.
* WindowListFunc is executed now within a window context, so
a prefix "WindowId $0" is not needed in its definition anymore
and it is advised to remove it in user configs.
* FvwmEvent now executes all window related events within a window
context, so PassId is not needed anymore, and all prefixes
"WindowId $0" may be removed in user event handlers.
Diffstat (limited to 'wm/fvwm2/Makefile')
-rw-r--r-- | wm/fvwm2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/wm/fvwm2/Makefile b/wm/fvwm2/Makefile index 75cbf577701..38ed3f47e66 100644 --- a/wm/fvwm2/Makefile +++ b/wm/fvwm2/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.32 2003/05/02 11:56:35 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2003/06/01 06:53:30 martti Exp $ # FreeBSD Id: Makefile,v 1.12 1997/10/11 10:42:43 jkh Exp # DISTNAME= fvwm-${FVWM_VER} PKGNAME= fvwm2-${FVWM_VER} -PKGREVISION= 3 CATEGORIES= x11 wm MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-2/ \ http://www.fvwm.org/generated/icon_download/ \ @@ -19,7 +18,7 @@ DEPENDS+= xpmroot-2.*:../../x11/xpmroot CONFLICTS= fvwm1-* fvwm>=1 EXTRACT_ONLY= ${DISTNAME}.tar.gz -FVWM_VER= 2.4.15 +FVWM_VER= 2.4.16 USE_X11BASE= YES USE_BUILDLINK2= YES |