diff options
author | tron <tron@pkgsrc.org> | 2001-08-18 18:13:27 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-08-18 18:13:27 +0000 |
commit | 71cb7cab9a5096e992b3f49f8207e4e92daf9f27 (patch) | |
tree | aa555ab3cc4342222b52846406d2022e95deb76c /wm/windowmaker/Makefile | |
parent | ffd75749e9240fb08fac3ad9271d9a930f8deae9 (diff) | |
download | pkgsrc-71cb7cab9a5096e992b3f49f8207e4e92daf9f27.tar.gz |
Update "windowmaker" package to version 0.65.1. The changes since version
0.65.0 are:
- removed FocusFollowMouse from wmaker and WPrefs
- fixed problem with alpha images showing a blue tint on big endian machines
- fixed problem with WINGs based apps exiting with a "X_RotateProperties"
related error when text was selected in a textfiled (including WPrefs.app
and Window Maker itself).
- fixed bug with maximization of windows with fixed resize increments
- added None geometry display type
- fixed window enumeration bug
- removed GNUisms from wsetfont (Marcelo E. Magallon <marcelo.magallon@bigfoot.com>, Masahide -mac- NODA <mac@clave.gr.jp>)
- added slovakian translations from (tomka@oalevice.sk)
- added WINGs i18n patch from tomka@oalevice.sk
- fixed wmsetbg.c to work in servers capable of multiple depths (overlay)
- added HMaximizeKey (Ruda Moura <ruda@conectiva.com.br>)
- fixed bad SIGPIPE handling setup across forks (Philippe Troin <phil@fifi.org>)
- added workaround for bug in locale handling on font set creation (Seiichi SATO <sato@cvs-net.co.jp>)
- Fixed some non-portable shell constructs used in installed scripts
(Johnny C. Lam <lamj@stat.cmu.edu>)
- Fixed crash with long titles in the window list menu (buffer overflow)
(Alban Hertroys <dalroi@wit401310.student.utwente.nl>, reported by
Robert Marshall <robert@chezmarshall.freeserve.co.uk>)
- Replaced almost all sprintf() calls with snprintf()
- fixed crash when removing menu entry for Window List or Workspace submenu
Diffstat (limited to 'wm/windowmaker/Makefile')
-rw-r--r-- | wm/windowmaker/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/wm/windowmaker/Makefile b/wm/windowmaker/Makefile index fff92d19e2e..b0cf9a5b529 100644 --- a/wm/windowmaker/Makefile +++ b/wm/windowmaker/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2001/07/23 18:54:55 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2001/08/18 18:13:27 tron Exp $ -DISTNAME= WindowMaker-0.65.0 -PKGNAME= windowmaker-0.65.0 +DISTNAME= WindowMaker-0.65.1 +PKGNAME= windowmaker-0.65.1 CATEGORIES= x11 wm MASTER_SITES= ftp://ftp.windowmaker.org/pub/beta/srcs/ \ ftp://ftp.ics.es.osaka-u.ac.jp/pub/mirrors/WindowMaker/beta/srcs/ @@ -51,8 +51,9 @@ CONFIGURE_ARGS+= --enable-${OPTION} post-extract: ${RM} -f ${WRKSRC}/WindowMaker/Defaults/WMState \ ${WRKSRC}/WindowMaker/Defaults/WMWindowAttributes \ - ${WRKSRC}/WindowMaker/Defaults/WindowMaker - for manfile in ${WRKSRC}/doc/*.1x; \ + ${WRKSRC}/WindowMaker/Defaults/WindowMaker \ + ${WRKSRC}/po/zh_TW.Big5.po + for manfile in ${WRKSRC}/doc/*.1x ${WRKSRC}/doc/*/*.1x; \ do \ ${MV} $${manfile} `${ECHO} $${manfile} | ${SED} "s/1x$$/1/"`; \ done; |