summaryrefslogtreecommitdiff
path: root/wm/windowmaker/patches/patch-ae
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-08-18 18:13:27 +0000
committertron <tron@pkgsrc.org>2001-08-18 18:13:27 +0000
commit71cb7cab9a5096e992b3f49f8207e4e92daf9f27 (patch)
treeaa555ab3cc4342222b52846406d2022e95deb76c /wm/windowmaker/patches/patch-ae
parentffd75749e9240fb08fac3ad9271d9a930f8deae9 (diff)
downloadpkgsrc-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/patches/patch-ae')
-rw-r--r--wm/windowmaker/patches/patch-ae42
1 files changed, 30 insertions, 12 deletions
diff --git a/wm/windowmaker/patches/patch-ae b/wm/windowmaker/patches/patch-ae
index dd97789fc00..3eb205f8383 100644
--- a/wm/windowmaker/patches/patch-ae
+++ b/wm/windowmaker/patches/patch-ae
@@ -1,13 +1,31 @@
-$NetBSD: patch-ae,v 1.1 2001/07/15 08:43:34 jlam Exp $
+$NetBSD: patch-ae,v 1.2 2001/08/18 18:13:28 tron Exp $
---- util/wmaker.inst.in.orig Mon Feb 19 20:28:11 2001
-+++ util/wmaker.inst.in
-@@ -293,7 +293,7 @@
- echo "menu that will be used by default is the property list one. Read"
- echo " $GSDIR/Library/WindowMaker/README"
- echo "for information on how to change it."
-- if [ "${inst_menu%.*}" == "menu" ]; then
-+ if [ "${inst_menu%.*}" = "menu" ]; then
- echo "However, since you have locale set to $LOCALE and plmenu for such locale"
- echo "was not found, your WMRootMenu contains path to text formated menu:"
- echo " $GSDIR/Library/WindowMaker/$inst_menu"
+--- doc/sk/Makefile.am.orig Wed Jun 6 22:22:55 2001
++++ doc/sk/Makefile.am Sat Aug 18 18:25:38 2001
+@@ -3,16 +3,16 @@
+ mandir=@mandir@/sk
+
+ man_MANS = \
+- geticonset.1x \
+- setstyle.1x \
+- wxpaste.1x \
+- getstyle.1x \
+- wdwrite.1x \
+- wmsetbg.1x \
+- wsetfont.1x \
+- seticons.1x \
+- wmaker.1x \
+- wxcopy.1x
++ geticonset.1 \
++ setstyle.1 \
++ wxpaste.1 \
++ getstyle.1 \
++ wdwrite.1 \
++ wmsetbg.1 \
++ wsetfont.1 \
++ seticons.1 \
++ wmaker.1 \
++ wxcopy.1
+
+ EXTRA_DIST = $(man_MANS)
+