summaryrefslogtreecommitdiff
path: root/wm/fvwm2/Makefile
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2003-01-26 13:13:54 +0000
committermartti <martti@pkgsrc.org>2003-01-26 13:13:54 +0000
commit5a6dacc3ae63c3fa813988ca4524126cace4f4a7 (patch)
tree78986f2ce2fbba351698f896feba8d8457af0d3a /wm/fvwm2/Makefile
parent8d988f239645796a78f1d8282a4cb07fefca5b90 (diff)
downloadpkgsrc-5a6dacc3ae63c3fa813988ca4524126cace4f4a7.tar.gz
Updated fvwm2 to 2.4.15
* Fix for gmplayer launched by fvwm. Close stdin on Exec so the exec'd process knows its not running interactively. * Windows using the WindowListSkip style do not appear in the FvwmTaskBar at random. * Fixed a memory leak in ChangeIcon, ChangeForeColor and ChangeBackColor FvwmScript options. * Fixed a core dump in the parsing of FvwmAuto arguments. * Fixed screwed calculation of icon picture size when application specifies it explicitly. * The option ShowOnlyIcons now works as described in the FvwmIconMan man page. It was accidentally named ShowOnlyIconic before.
Diffstat (limited to 'wm/fvwm2/Makefile')
-rw-r--r--wm/fvwm2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/wm/fvwm2/Makefile b/wm/fvwm2/Makefile
index 0b0a8b6fbc2..34e1800c1db 100644
--- a/wm/fvwm2/Makefile
+++ b/wm/fvwm2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2002/12/02 08:53:01 martti Exp $
+# $NetBSD: Makefile,v 1.29 2003/01/26 13:13:54 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.14
+FVWM_VER= 2.4.15
USE_X11BASE= YES
USE_BUILDLINK2= YES
@@ -28,7 +28,7 @@ USE_GNU_READLINE= YES
PLIST_SUBST+= FVWM_VER=${FVWM_VER}
EVAL_PREFIX+= XPMDIR=xpm
-CONFIGURE_ARGS+= --enable-extras --without-gnome
+CONFIGURE_ARGS+= --without-gnome
CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/lib/X11/fvwm2
CONFIGURE_ARGS+= --libexecdir=${PREFIX}/lib/X11
CONFIGURE_ARGS+= --with-xpm-includes=${XPMDIR}/include