diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-06-25 09:49:49 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-06-25 09:49:49 +0000 |
commit | 8e7a5777ae8e28b1ff4498cea5d86bb7fd5e62cb (patch) | |
tree | aceee0e139810098084ba93c4e038328d3d4c550 /wm/fvwm2-current | |
parent | a70a0029b47ce06cb0e986ee012133937f687207 (diff) | |
download | pkgsrc-8e7a5777ae8e28b1ff4498cea5d86bb7fd5e62cb.tar.gz |
Update fvwm2-current to 2.3.33
Changes:
- fixed several memory leaks
- mouse handling fixes
- manual page fixes
o add --without-gnome just to make sure it isn't used
Fixes pkg/13303 by Martti Kuparinen <martti.kuparinen@iki.fi>
Diffstat (limited to 'wm/fvwm2-current')
-rw-r--r-- | wm/fvwm2-current/Makefile | 5 | ||||
-rw-r--r-- | wm/fvwm2-current/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/wm/fvwm2-current/Makefile b/wm/fvwm2-current/Makefile index 3d1419ba900..9a04c6057ec 100644 --- a/wm/fvwm2-current/Makefile +++ b/wm/fvwm2-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/05/14 13:36:07 zuntum Exp $ +# $NetBSD: Makefile,v 1.5 2001/06/25 09:49:49 zuntum Exp $ # DISTNAME= fvwm-${FVWM_VERSION} @@ -21,7 +21,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} CONFLICTS= fvwm-2.* -FVWM_VERSION= 2.3.32 +FVWM_VERSION= 2.3.33 USE_X11BASE= yes GNU_CONFIGURE= yes @@ -33,6 +33,7 @@ CONFIGURE_ARGS+= --with-xpm-includes=${XPMDIR}/include CONFIGURE_ARGS+= --with-readline-includes=${LOCALBASE}/include CONFIGURE_ARGS+= --with-rplay-includes=${LOCALBASE}/include CONFIGURE_ARGS+= --with-iconpath=${PREFIX}/lib/X11/fvwm2/pixmaps:${X11BASE}/include/X11/bitmaps:${X11BASE}/include/X11/pixmaps +CONFIGURE_ARGS+= --without-gnome post-extract: cd ${WRKDIR} && ${MKDIR} icons && cd icons && \ diff --git a/wm/fvwm2-current/distinfo b/wm/fvwm2-current/distinfo index 2523e81f37d..568f09d5eb7 100644 --- a/wm/fvwm2-current/distinfo +++ b/wm/fvwm2-current/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.4 2001/05/14 13:36:07 zuntum Exp $ +$NetBSD: distinfo,v 1.5 2001/06/25 09:49:49 zuntum Exp $ -SHA1 (fvwm-2.3.32.tar.gz) = 3aef767d45b4969d4e3d47b80935c8f888ab38b3 -Size (fvwm-2.3.32.tar.gz) = 1634282 bytes +SHA1 (fvwm-2.3.33.tar.gz) = 2c01d78a3a0b930cb936f785c2dfcfb77d2b12e3 +Size (fvwm-2.3.33.tar.gz) = 1642761 bytes SHA1 (fvwm_icons.tgz) = 418356862ab564ac0b771300b53004aea7c7c1ec Size (fvwm_icons.tgz) = 368640 bytes SHA1 (patch-aa) = fffa99f080c706c26c381c1bde4ce838e8beea34 |