summaryrefslogtreecommitdiff
path: root/wm/fvwm/Makefile
diff options
context:
space:
mode:
authormartti <martti>2006-12-12 06:57:59 +0000
committermartti <martti>2006-12-12 06:57:59 +0000
commit9092a870059cb1a6f480c952f75c2cf99ec2b50b (patch)
treeaccf43627b00ee6ce119729af30ebcfb9984c215 /wm/fvwm/Makefile
parent44ee8947609975038a7f76005b14868343dc5c35 (diff)
downloadpkgsrc-9092a870059cb1a6f480c952f75c2cf99ec2b50b.tar.gz
Updated wm/fvwm to 2.4.20
fvwm-2.4.20 maintenance release for all earlier 2.4.x versions. It contains a number of minor fixes and one important security fix. This release is available at the home page: http://www.fvwm.org/. Who needs to upgrade? --------------------- Because of the security issues with fvwm-2.3.4 to fvwm-2.4.19, it is strongly recommended to upgrade to fvwm-2.4.19. System administrators are encouraged to install this version to grant their users access to the latest stable version. Bug Fixes: ---------- * The configure script now correctly appends executable file extensions to conditionally built binaries. Fixes building on Cygwin. * FvwmConsole no longer conflicts with getline of Cygwin's stdio. * Fixed parsing of For loops in FvwmScript. * Fixed a possible endless loop when de-iconifying a transient window. * Reject some invalid GNOME hints. * Fixed a loop when xterm changes its "active icon" size. * The configure script can now cope with four-part version numbers when detecting some libraries. * Security fixes in fvwm-menu-directory. (CVE-2006-5969) FvwmCommand
Diffstat (limited to 'wm/fvwm/Makefile')
-rw-r--r--wm/fvwm/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/wm/fvwm/Makefile b/wm/fvwm/Makefile
index 1619072d31f..25ae5f75e09 100644
--- a/wm/fvwm/Makefile
+++ b/wm/fvwm/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2006/11/26 13:32:43 adrianp Exp $
+# $NetBSD: Makefile,v 1.5 2006/12/12 06:57:59 martti Exp $
DISTNAME= fvwm-${FVWM_VER}
-PKGREVISION= 4
+#PKGREVISION= 1
CATEGORIES= x11 wm
MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-2/ \
http://www.fvwm.org/generated/icon_download/ \
@@ -16,12 +16,12 @@ DEPENDS+= xpmroot-2.*:../../x11/xpmroot
CONFLICTS= fvwm1-[0-9]* fvwm2-[0-9]*
EXTRACT_ONLY= ${DISTNAME}.tar.gz
-FVWM_VER= 2.4.19
+FVWM_VER= 2.4.20
USE_X11BASE= YES
GNU_CONFIGURE= YES
USE_GNU_READLINE= YES
-USE_TOOLS+= perl:run
+USE_TOOLS+= perl:run tar
PLIST_SUBST+= FVWM_VER=${FVWM_VER:Q}
@@ -39,8 +39,8 @@ CONFIGURE_ARGS+= --with-imagepath=${PREFIX:Q}/lib/X11/fvwm2/pixmaps:${X11BASE:Q}
CONFIGURE_ENV+= ac_cv_path_FVWM_CPP=${CPP:Q}
post-extract:
- ${MKDIR} ${WRKDIR:Q}/icons
- cd ${WRKDIR:Q}/icons && ${TAR} -xzf ${DISTDIR:Q}/fvwm_icons.tgz
+ mkdir ${WRKDIR:Q}/icons
+ cd ${WRKDIR:Q}/icons && tar -xzf ${DISTDIR:Q}/fvwm_icons.tgz
post-install:
${INSTALL_DATA} \