Fri Jan 17 08:48:06 2014 UTC ()
Changes 0.95.5:
* Window Maker can now maximize windows to the top/bottom halves of the screen as well as to the corners (top left, top right etc). The keyboard shortcuts to do that can be configured via WPrefs
* Support for drawers in the dock has been added
* Keyboard shortcuts to move windows between workspaces
* Window border colours and width are now configurable
* The menu is now able to parse command-generated proplist style menus. WPrefs support for this has been added too
* Plus a few other new features and a lot of bug fixes and code cleanups by various people.


(adam)
diff -r1.104 -r1.105 pkgsrc/wm/windowmaker/Makefile
diff -r1.18 -r1.19 pkgsrc/wm/windowmaker/PLIST
diff -r1.35 -r1.36 pkgsrc/wm/windowmaker/distinfo
diff -r1.1 -r0 pkgsrc/wm/windowmaker/patches/patch-WINGs_proplist.c
diff -r1.14 -r1.15 pkgsrc/wm/windowmaker/patches/patch-ab
diff -r1.5 -r1.6 pkgsrc/wm/windowmaker/patches/patch-ak

cvs diff -r1.104 -r1.105 pkgsrc/wm/windowmaker/Makefile (expand / switch to unified diff)

--- pkgsrc/wm/windowmaker/Makefile 2013/07/05 13:29:43 1.104
+++ pkgsrc/wm/windowmaker/Makefile 2014/01/17 08:48:06 1.105
@@ -1,25 +1,24 @@ @@ -1,25 +1,24 @@
1# $NetBSD: Makefile,v 1.104 2013/07/05 13:29:43 ryoon Exp $ 1# $NetBSD: Makefile,v 1.105 2014/01/17 08:48:06 adam Exp $
2 2
3DISTNAME= WindowMaker-0.95.4 3DISTNAME= WindowMaker-0.95.5
4PKGNAME= ${DISTNAME:S/WindowMaker/windowmaker/} 4PKGNAME= ${DISTNAME:S/WindowMaker/windowmaker/}
5PKGREVISION= 5 
6CATEGORIES= x11 wm windowmaker 5CATEGORIES= x11 wm windowmaker
7MASTER_SITES= http://windowmaker.info/pub/source/release/ 6MASTER_SITES= http://windowmaker.info/pub/source/release/
8EXTRACT_SUFX= .tar.gz 
9 7
10MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://www.windowmaker.info/ 9HOMEPAGE= http://www.windowmaker.info/
12COMMENT= GNUStep-compliant NEXTSTEP(tm) window manager clone 10COMMENT= GNUStep-compliant NEXTSTEP(tm) window manager clone
 11LICENSE= gnu-gpl-v2
13 12
14BROKEN_GETTEXT_DETECTION= yes 13BROKEN_GETTEXT_DETECTION= yes
15 14
16USE_TOOLS+= msgfmt pkg-config xgettext 15USE_TOOLS+= msgfmt pkg-config xgettext
17USE_LIBTOOL= yes 16USE_LIBTOOL= yes
18USE_PKGLOCALEDIR= yes 17USE_PKGLOCALEDIR= yes
19GNU_CONFIGURE= yes 18GNU_CONFIGURE= yes
20CONFIGURE_ARGS+= --enable-usermenu 19CONFIGURE_ARGS+= --enable-usermenu
21CONFIGURE_ARGS+= --enable-xinerama 20CONFIGURE_ARGS+= --enable-xinerama
22CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR} 21CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR}
23CONFIGURE_ARGS+= --with-gnustepdir=${PREFIX}/share/GNUstep 22CONFIGURE_ARGS+= --with-gnustepdir=${PREFIX}/share/GNUstep
24CONFIGURE_ARGS+= --with-nlsdir=${PREFIX}/${PKGLOCALEDIR}/locale 23CONFIGURE_ARGS+= --with-nlsdir=${PREFIX}/${PKGLOCALEDIR}/locale
25CONFIGURE_ENV+= LINGUAS="bg ca cs cz da de el es et fi fr gl he hr hu it ja ko nl ms no pl pt ro ru se sk sl sv tr zh_CN zh_TW" 24CONFIGURE_ENV+= LINGUAS="bg ca cs cz da de el es et fi fr gl he hr hu it ja ko nl ms no pl pt ro ru se sk sl sv tr zh_CN zh_TW"
@@ -55,52 +54,53 @@ CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCON @@ -55,52 +54,53 @@ CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCON
55# WINDOWMAKER_OPTIONS is a space-separated list of compile-time options 54# WINDOWMAKER_OPTIONS is a space-separated list of compile-time options
56# to support. Currently supported options: 55# to support. Currently supported options:
57# 56#
58# vdesktop enable support for virtual desktop. 57# vdesktop enable support for virtual desktop.
59 58
60WINDOWMAKER_OPTIONS?= vdesktop 59WINDOWMAKER_OPTIONS?= vdesktop
61 60
62BUILD_DEFS+= WINDOWMAKER_OPTIONS 61BUILD_DEFS+= WINDOWMAKER_OPTIONS
63 62
64.for option in ${WINDOWMAKER_OPTIONS} 63.for option in ${WINDOWMAKER_OPTIONS}
65CONFIGURE_ARGS+= --enable-${option} 64CONFIGURE_ARGS+= --enable-${option}
66.endfor 65.endfor
67 66
68post-extract: 67SUBST_CLASSES+= fix-path
 68SUBST_STAGE.fix-path= pre-configure
 69SUBST_MESSAGE.fix-path= Fixing absolute paths.
 70SUBST_FILES.fix-path= WINGs/wapplication.c
 71SUBST_FILES.fix-path+= WindowMaker/Defaults/WindowMaker.in
 72SUBST_FILES.fix-path+= WPrefs.app/Paths.c
 73SUBST_FILES.fix-path+= WindowMaker/menu*
 74SUBST_FILES.fix-path+= WindowMaker/plmenu*
 75SUBST_SED.fix-path= -e 's,/usr/local,${PREFIX},g'
 76SUBST_SED.fix-path+= -e 's,${PREFIX}/GNUstep,${PREFIX}/share/GNUstep,g'
 77
 78pre-configure:
69 ${RM} -f ${WRKSRC}/WindowMaker/Defaults/WMState \ 79 ${RM} -f ${WRKSRC}/WindowMaker/Defaults/WMState \
70 ${WRKSRC}/WindowMaker/Defaults/WMWindowAttributes \ 80 ${WRKSRC}/WindowMaker/Defaults/WMWindowAttributes \
71 ${WRKSRC}/WindowMaker/Defaults/WindowMaker \ 81 ${WRKSRC}/WindowMaker/Defaults/WindowMaker \
72 ${WRKSRC}/po/zh_TW.Big5.po 82 ${WRKSRC}/po/zh_TW.Big5.po
73 set -e; \ 83 set -e; \
74 for manfile in ${WRKSRC}/doc/*.1x ${WRKSRC}/doc/*/*.1x; \ 84 for manfile in ${WRKSRC}/doc/*.1x ${WRKSRC}/doc/*/*.1x; \
75 do \ 85 do \
76 ${MV} "$$manfile" `${ECHO} "$$manfile" | ${SED} "s/1x$$/1/"`; \ 86 ${MV} "$$manfile" `${ECHO} "$$manfile" | ${SED} "s/1x$$/1/"`; \
77 done; 87 done;
78 set -e; \ 
79 cd ${WRKSRC} && \ 
80 for f in WINGs/wapplication.c WindowMaker/Defaults/WindowMaker.in \ 
81 WPrefs.app/Paths.c WindowMaker/menu* WindowMaker/plmenu*; do \ 
82 ${SED} -e "s|/usr/local|${PREFIX}|g" \ 
83 -e "s|${PREFIX}/GNUstep|${PREFIX}/share/GNUstep|g" \ 
84 "$$f" > "$$f".new && \ 
85 ${MV} "$$f".new "$$f"; \ 
86 done 
87 88
88post-install: 89post-install:
89 ${TOUCH} ${DESTDIR}${PREFIX}/share/WindowMaker/SoundSets/.directory 90 ${TOUCH} ${DESTDIR}${PREFIX}/share/WindowMaker/SoundSets/.directory
90 ${TOUCH} ${DESTDIR}${PREFIX}/share/WindowMaker/Sounds/.directory 91 ${TOUCH} ${DESTDIR}${PREFIX}/share/WindowMaker/Sounds/.directory
91 cd ${WRKSRC} && \ 92 cd ${WRKSRC} && \
92 ${INSTALL_DATA} \ 93 ${INSTALL_DATA} README README.definable-cursor FAQ FAQ.I18N \
93 README README.definable-cursor FAQ FAQ.I18N \ 
94 ${DESTDIR}${PREFIX}/share/doc/WindowMaker 94 ${DESTDIR}${PREFIX}/share/doc/WindowMaker
95 95
96.include "../../converters/libiconv/buildlink3.mk" 96.include "../../converters/libiconv/buildlink3.mk"
97.include "../../devel/gettext-lib/buildlink3.mk" 97.include "../../devel/gettext-lib/buildlink3.mk"
98.include "../../mk/giflib.buildlink3.mk" 98.include "../../mk/giflib.buildlink3.mk"
99.include "../../mk/jpeg.buildlink3.mk" 99.include "../../mk/jpeg.buildlink3.mk"
100.include "../../graphics/png/buildlink3.mk" 100.include "../../graphics/png/buildlink3.mk"
101.include "../../graphics/tiff/buildlink3.mk" 101.include "../../graphics/tiff/buildlink3.mk"
102.include "../../x11/libX11/buildlink3.mk" 102.include "../../x11/libX11/buildlink3.mk"
103.include "../../x11/libXext/buildlink3.mk" 103.include "../../x11/libXext/buildlink3.mk"
104.include "../../x11/libXft/buildlink3.mk" 104.include "../../x11/libXft/buildlink3.mk"
105.include "../../x11/libXinerama/buildlink3.mk" 105.include "../../x11/libXinerama/buildlink3.mk"
106.include "../../x11/libXmu/buildlink3.mk" 106.include "../../x11/libXmu/buildlink3.mk"

cvs diff -r1.18 -r1.19 pkgsrc/wm/windowmaker/PLIST (expand / switch to unified diff)

--- pkgsrc/wm/windowmaker/PLIST 2013/05/21 14:38:40 1.18
+++ pkgsrc/wm/windowmaker/PLIST 2014/01/17 08:48:06 1.19
@@ -1,77 +1,73 @@ @@ -1,77 +1,73 @@
1@comment $NetBSD: PLIST,v 1.18 2013/05/21 14:38:40 hans Exp $ 1@comment $NetBSD: PLIST,v 1.19 2014/01/17 08:48:06 adam Exp $
2bin/convertfonts 2bin/convertfonts
3bin/get-wings-flags 3bin/get-wings-flags
4bin/get-wraster-flags 4bin/get-wraster-flags
5bin/get-wutil-flags 5bin/get-wutil-flags
6bin/geticonset 6bin/geticonset
7bin/getstyle 7bin/getstyle
8bin/seticons 8bin/seticons
9bin/setstyle 9bin/setstyle
10bin/wdread 10bin/wdread
11bin/wdwrite 11bin/wdwrite
12bin/wkdemenu.pl 12bin/wkdemenu.pl
13bin/wm-oldmenu2new 13bin/wm-oldmenu2new
14bin/wmagnify 14bin/wmagnify
15bin/wmaker 15bin/wmaker
16bin/wmaker.inst 16bin/wmaker.inst
17bin/wmgenmenu 17bin/wmgenmenu
18bin/wmmenugen 18bin/wmmenugen
19bin/wmsetbg 19bin/wmsetbg
20bin/wxcopy 20bin/wxcopy
21bin/wxpaste 21bin/wxpaste
22include/WINGs/WINGs.h 22include/WINGs/WINGs.h
23include/WINGs/WINGsP.h 23include/WINGs/WINGsP.h
24include/WINGs/WUtil.h 24include/WINGs/WUtil.h
25include/WMaker.h 25include/WMaker.h
26include/wraster.h 26include/wraster.h
27lib/libWINGs.la 27lib/libWINGs.la
28lib/libWINGs.a 
29lib/libWMaker.a 
30lib/libWMaker.la 28lib/libWMaker.la
31lib/libWUtil.a 
32lib/libWUtil.la 29lib/libWUtil.la
33lib/libwraster.la 30lib/libwraster.la
34lib/pkgconfig/WINGs.pc 31lib/pkgconfig/WINGs.pc
35lib/pkgconfig/wrlib.pc 32lib/pkgconfig/wrlib.pc
 33man/cs/man1/geticonset.1
 34man/cs/man1/getstyle.1
 35man/cs/man1/seticons.1
 36man/cs/man1/setstyle.1
 37man/cs/man1/wdwrite.1
 38man/cs/man1/wmaker.1
 39man/cs/man1/wmsetbg.1
 40man/cs/man1/wxcopy.1
 41man/cs/man1/wxpaste.1
36man/man1/WPrefs.1 42man/man1/WPrefs.1
37man/man1/WindowMaker.1 43man/man1/WindowMaker.1
38man/man1/get-wings-flags.1 44man/man1/get-wings-flags.1
39man/man1/get-wraster-flags.1 45man/man1/get-wraster-flags.1
40man/man1/get-wutil-flags.1 46man/man1/get-wutil-flags.1
41man/man1/geticonset.1 47man/man1/geticonset.1
42man/man1/getstyle.1 48man/man1/getstyle.1
43man/man1/seticons.1 49man/man1/seticons.1
44man/man1/setstyle.1 50man/man1/setstyle.1
45man/man1/wdwrite.1 
46man/man1/wdread.1 51man/man1/wdread.1
 52man/man1/wdwrite.1
47man/man1/wmagnify.1 53man/man1/wmagnify.1
48man/man1/wmaker.1 54man/man1/wmaker.1
49man/man1/wmgenmenu.1 55man/man1/wmgenmenu.1
50man/man1/wmmenugen.1 56man/man1/wmmenugen.1
51man/man1/wmsetbg.1 57man/man1/wmsetbg.1
52man/man1/wxcopy.1 58man/man1/wxcopy.1
53man/man1/wxpaste.1 59man/man1/wxpaste.1
54man/man8/upgrade-windowmaker-defaults.8 60man/man8/upgrade-windowmaker-defaults.8
55man/cs/man1/geticonset.1 
56man/cs/man1/getstyle.1 
57man/cs/man1/seticons.1 
58man/cs/man1/setstyle.1 
59man/cs/man1/wdwrite.1 
60man/cs/man1/wmaker.1 
61man/cs/man1/wmaker.1 
62man/cs/man1/wmsetbg.1 
63man/cs/man1/wxcopy.1 
64man/cs/man1/wxpaste.1 
65man/ru/man1/geticonset.1 61man/ru/man1/geticonset.1
66man/ru/man1/getstyle.1 62man/ru/man1/getstyle.1
67man/ru/man1/seticons.1 63man/ru/man1/seticons.1
68man/ru/man1/setstyle.1 64man/ru/man1/setstyle.1
69man/ru/man1/wdwrite.1 65man/ru/man1/wdwrite.1
70man/ru/man1/wmaker.1 66man/ru/man1/wmaker.1
71man/ru/man1/wmsetbg.1 67man/ru/man1/wmsetbg.1
72man/ru/man1/wxcopy.1 68man/ru/man1/wxcopy.1
73man/ru/man1/wxpaste.1 69man/ru/man1/wxpaste.1
74man/sk/man1/geticonset.1 70man/sk/man1/geticonset.1
75man/sk/man1/getstyle.1 71man/sk/man1/getstyle.1
76man/sk/man1/seticons.1 72man/sk/man1/seticons.1
77man/sk/man1/setstyle.1 73man/sk/man1/setstyle.1
@@ -80,27 +76,29 @@ man/sk/man1/wmaker.1 @@ -80,27 +76,29 @@ man/sk/man1/wmaker.1
80man/sk/man1/wmsetbg.1 76man/sk/man1/wmsetbg.1
81man/sk/man1/wxcopy.1 77man/sk/man1/wxcopy.1
82man/sk/man1/wxpaste.1 78man/sk/man1/wxpaste.1
83share/GNUstep/Applications/WPrefs.app/WPrefs 79share/GNUstep/Applications/WPrefs.app/WPrefs
84share/GNUstep/Applications/WPrefs.app/WPrefs.tiff 80share/GNUstep/Applications/WPrefs.app/WPrefs.tiff
85share/GNUstep/Applications/WPrefs.app/WPrefs.xpm 81share/GNUstep/Applications/WPrefs.app/WPrefs.xpm
86share/GNUstep/Applications/WPrefs.app/tiff/advancetonewworkspace.tiff 82share/GNUstep/Applications/WPrefs.app/tiff/advancetonewworkspace.tiff
87share/GNUstep/Applications/WPrefs.app/tiff/animations.tiff 83share/GNUstep/Applications/WPrefs.app/tiff/animations.tiff
88share/GNUstep/Applications/WPrefs.app/tiff/appearance.tiff 84share/GNUstep/Applications/WPrefs.app/tiff/appearance.tiff
89share/GNUstep/Applications/WPrefs.app/tiff/clip.tiff 85share/GNUstep/Applications/WPrefs.app/tiff/clip.tiff
90share/GNUstep/Applications/WPrefs.app/tiff/configs.tiff 86share/GNUstep/Applications/WPrefs.app/tiff/configs.tiff
91share/GNUstep/Applications/WPrefs.app/tiff/cycleworkspaces.tiff 87share/GNUstep/Applications/WPrefs.app/tiff/cycleworkspaces.tiff
92share/GNUstep/Applications/WPrefs.app/tiff/dock.tiff 88share/GNUstep/Applications/WPrefs.app/tiff/dock.tiff
 89share/GNUstep/Applications/WPrefs.app/tiff/dockclipdrawersection.tiff
93share/GNUstep/Applications/WPrefs.app/tiff/dontlinkworkspaces.tiff 90share/GNUstep/Applications/WPrefs.app/tiff/dontlinkworkspaces.tiff
 91share/GNUstep/Applications/WPrefs.app/tiff/drawer.tiff
94share/GNUstep/Applications/WPrefs.app/tiff/ergonomic.tiff 92share/GNUstep/Applications/WPrefs.app/tiff/ergonomic.tiff
95share/GNUstep/Applications/WPrefs.app/tiff/expert.tiff 93share/GNUstep/Applications/WPrefs.app/tiff/expert.tiff
96share/GNUstep/Applications/WPrefs.app/tiff/fonts.tiff 94share/GNUstep/Applications/WPrefs.app/tiff/fonts.tiff
97share/GNUstep/Applications/WPrefs.app/tiff/iconprefs.tiff 95share/GNUstep/Applications/WPrefs.app/tiff/iconprefs.tiff
98share/GNUstep/Applications/WPrefs.app/tiff/keyboard.tiff 96share/GNUstep/Applications/WPrefs.app/tiff/keyboard.tiff
99share/GNUstep/Applications/WPrefs.app/tiff/keyboardprefs.tiff 97share/GNUstep/Applications/WPrefs.app/tiff/keyboardprefs.tiff
100share/GNUstep/Applications/WPrefs.app/tiff/keyshortcuts.tiff 98share/GNUstep/Applications/WPrefs.app/tiff/keyshortcuts.tiff
101share/GNUstep/Applications/WPrefs.app/tiff/menualign1.tiff 99share/GNUstep/Applications/WPrefs.app/tiff/menualign1.tiff
102share/GNUstep/Applications/WPrefs.app/tiff/menualign2.tiff 100share/GNUstep/Applications/WPrefs.app/tiff/menualign2.tiff
103share/GNUstep/Applications/WPrefs.app/tiff/menuprefs.tiff 101share/GNUstep/Applications/WPrefs.app/tiff/menuprefs.tiff
104share/GNUstep/Applications/WPrefs.app/tiff/menus.tiff 102share/GNUstep/Applications/WPrefs.app/tiff/menus.tiff
105share/GNUstep/Applications/WPrefs.app/tiff/miscprefs2.tiff 103share/GNUstep/Applications/WPrefs.app/tiff/miscprefs2.tiff
106share/GNUstep/Applications/WPrefs.app/tiff/moreanim.tiff 104share/GNUstep/Applications/WPrefs.app/tiff/moreanim.tiff
@@ -150,26 +148,27 @@ share/GNUstep/Applications/WPrefs.app/ti @@ -150,26 +148,27 @@ share/GNUstep/Applications/WPrefs.app/ti
150share/GNUstep/Applications/WPrefs.app/tiff/whandling.tiff 148share/GNUstep/Applications/WPrefs.app/tiff/whandling.tiff
151share/GNUstep/Applications/WPrefs.app/tiff/windowfocus.tiff 149share/GNUstep/Applications/WPrefs.app/tiff/windowfocus.tiff
152share/GNUstep/Applications/WPrefs.app/tiff/workspace.tiff 150share/GNUstep/Applications/WPrefs.app/tiff/workspace.tiff
153share/GNUstep/Applications/WPrefs.app/tiff/workspacename.tiff 151share/GNUstep/Applications/WPrefs.app/tiff/workspacename.tiff
154share/GNUstep/Applications/WPrefs.app/tiff/xis.tiff 152share/GNUstep/Applications/WPrefs.app/tiff/xis.tiff
155share/WINGs/Images.tiff 153share/WINGs/Images.tiff
156share/WINGs/Images.xpm 154share/WINGs/Images.xpm
157share/WINGs/defaultIcon.tiff 155share/WINGs/defaultIcon.tiff
158share/WINGs/defaultIcon.xpm 156share/WINGs/defaultIcon.xpm
159share/WindowMaker/Backgrounds/BlueImage.jpeg 157share/WindowMaker/Backgrounds/BlueImage.jpeg
160share/WindowMaker/IconSets/Default.iconset 158share/WindowMaker/IconSets/Default.iconset
161share/WindowMaker/Icons/BitchX.tiff 159share/WindowMaker/Icons/BitchX.tiff
162share/WindowMaker/Icons/BitchX.xpm 160share/WindowMaker/Icons/BitchX.xpm
 161share/WindowMaker/Icons/Drawer.png
163share/WindowMaker/Icons/Ear.png 162share/WindowMaker/Icons/Ear.png
164share/WindowMaker/Icons/Ftp.png 163share/WindowMaker/Icons/Ftp.png
165share/WindowMaker/Icons/GNUstep.tiff 164share/WindowMaker/Icons/GNUstep.tiff
166share/WindowMaker/Icons/GNUstep.xpm 165share/WindowMaker/Icons/GNUstep.xpm
167share/WindowMaker/Icons/GNUstep3D.tiff 166share/WindowMaker/Icons/GNUstep3D.tiff
168share/WindowMaker/Icons/GNUstep3D.xpm 167share/WindowMaker/Icons/GNUstep3D.xpm
169share/WindowMaker/Icons/GNUstepGlow.tiff 168share/WindowMaker/Icons/GNUstepGlow.tiff
170share/WindowMaker/Icons/GNUstepGlow.xpm 169share/WindowMaker/Icons/GNUstepGlow.xpm
171share/WindowMaker/Icons/GNUterm.tiff 170share/WindowMaker/Icons/GNUterm.tiff
172share/WindowMaker/Icons/GNUterm.xpm 171share/WindowMaker/Icons/GNUterm.xpm
173share/WindowMaker/Icons/GreenWilber.png 172share/WindowMaker/Icons/GreenWilber.png
174share/WindowMaker/Icons/ICQ.png 173share/WindowMaker/Icons/ICQ.png
175share/WindowMaker/Icons/Jabber.png 174share/WindowMaker/Icons/Jabber.png

cvs diff -r1.35 -r1.36 pkgsrc/wm/windowmaker/distinfo (expand / switch to unified diff)

--- pkgsrc/wm/windowmaker/distinfo 2013/07/06 10:19:31 1.35
+++ pkgsrc/wm/windowmaker/distinfo 2014/01/17 08:48:06 1.36
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1$NetBSD: distinfo,v 1.35 2013/07/06 10:19:31 tron Exp $ 1$NetBSD: distinfo,v 1.36 2014/01/17 08:48:06 adam Exp $
2 2
3SHA1 (WindowMaker-0.95.4.tar.gz) = 1477954668012010cf7991cb8139205768205717 3SHA1 (WindowMaker-0.95.5.tar.gz) = b04aef6a9076dd31a4e819275a78ece1784db28e
4RMD160 (WindowMaker-0.95.4.tar.gz) = 9316c30d9d2ebd1080711596ec1b97158997fa3a 4RMD160 (WindowMaker-0.95.5.tar.gz) = 40b7782e1c86c0f850a48daad23cdcdb13f74785
5Size (WindowMaker-0.95.4.tar.gz) = 2789390 bytes 5Size (WindowMaker-0.95.5.tar.gz) = 2927995 bytes
6SHA1 (patch-WINGs_proplist.c) = 8636ebf38659b03e11c1e616c95b43a1708be69f 
7SHA1 (patch-aa) = e926a78bc5b800a1e5fbc8792099fc4a97ae916f 6SHA1 (patch-aa) = e926a78bc5b800a1e5fbc8792099fc4a97ae916f
8SHA1 (patch-ab) = 794946828ede1816ea3b6a4c17f00465e1ae06c9 7SHA1 (patch-ab) = f954dadf7863a0ffc5eb4fb31bfadc218570324d
9SHA1 (patch-ac) = 0a2843e3f8e8456080082d1f3e57f58a5d440d18 8SHA1 (patch-ac) = 0a2843e3f8e8456080082d1f3e57f58a5d440d18
10SHA1 (patch-ad) = ec668c0e40289e87e92ec85d26810ef358d2407a 9SHA1 (patch-ad) = ec668c0e40289e87e92ec85d26810ef358d2407a
11SHA1 (patch-ae) = af4cf08ef774080efeaa5baa2662748418b442a3 10SHA1 (patch-ae) = af4cf08ef774080efeaa5baa2662748418b442a3
12SHA1 (patch-af) = 87c1ddd22f4afae10ae60f012d12a41de44b0f12 11SHA1 (patch-af) = 87c1ddd22f4afae10ae60f012d12a41de44b0f12
13SHA1 (patch-ag) = 4447310218e73ab0b78e563dabc9ce9614d68cfd 12SHA1 (patch-ag) = 4447310218e73ab0b78e563dabc9ce9614d68cfd
14SHA1 (patch-ai) = 44a6a63bad867e6bc614b58688d59aa610b8553b 13SHA1 (patch-ai) = 44a6a63bad867e6bc614b58688d59aa610b8553b
15SHA1 (patch-aj) = 248d7088ee2ce861898a7474cde8a08f4b879ee9 14SHA1 (patch-aj) = 248d7088ee2ce861898a7474cde8a08f4b879ee9
16SHA1 (patch-ak) = 33935c1d6192b2e3833cf1d5b3c724269cb051b3 15SHA1 (patch-ak) = 40221313ce3456f4357082caec17991390607159
17SHA1 (patch-doc_cs_Makefile.in) = ab0b42a60863fec8fba0de0e8a2ae74fa3cf8103 16SHA1 (patch-doc_cs_Makefile.in) = ab0b42a60863fec8fba0de0e8a2ae74fa3cf8103
18SHA1 (patch-doc_ru_Makefile.in) = 7c0b861c6bbe457e8e55e0265335195b95bbe031 17SHA1 (patch-doc_ru_Makefile.in) = 7c0b861c6bbe457e8e55e0265335195b95bbe031
19SHA1 (patch-wrlib_gif.c) = c050efa872151a326a2e96af16acb40c3bba4a9c 18SHA1 (patch-wrlib_gif.c) = c050efa872151a326a2e96af16acb40c3bba4a9c

File Deleted: pkgsrc/wm/windowmaker/patches/Attic/patch-WINGs_proplist.c

cvs diff -r1.14 -r1.15 pkgsrc/wm/windowmaker/patches/Attic/patch-ab (expand / switch to unified diff)

--- pkgsrc/wm/windowmaker/patches/Attic/patch-ab 2013/05/21 14:38:40 1.14
+++ pkgsrc/wm/windowmaker/patches/Attic/patch-ab 2014/01/17 08:48:06 1.15
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1$NetBSD: patch-ab,v 1.14 2013/05/21 14:38:40 hans Exp $ 1$NetBSD: patch-ab,v 1.15 2014/01/17 08:48:06 adam Exp $
2 2
3--- configure.orig 2013-01-09 21:43:05.000000000 +0000 3--- configure.orig 2013-01-09 21:43:05.000000000 +0000
4+++ configure 4+++ configure
5@@ -11613,9 +11613,9 @@ test "x$exec_prefix" = xNONE && exec_pre 5@@ -11948,9 +11948,9 @@ test "x$exec_prefix" = xNONE && exec_pre
6 _bindir=`eval echo $bindir` 6 _bindir=`eval echo $bindir`
7 _bindir=`eval echo $_bindir` 7 _bindir=`eval echo $_bindir`
8  8
9-lib_search_path='-L${libdir}' 9-lib_search_path='-L${libdir}'
10+lib_search_path="-L${BUILDLINK_DIR}/lib -L${BUILDLINK_X11_DIR}/lib" 10+lib_search_path="-L${BUILDLINK_DIR}/lib -L${BUILDLINK_X11_DIR}/lib"
11  11
12-inc_search_path='-I${includedir}' 12-inc_search_path='-I${includedir}'
13+inc_search_path="-I${BUILDLINK_DIR}/include -I${BUILDLINK_X11_DIR}/include" 13+inc_search_path="-I${BUILDLINK_DIR}/include -I${BUILDLINK_X11_DIR}/include"
14  14
15  15
16 # Check whether --with-libs-from was given. 16 # Check whether --with-libs-from was given.

cvs diff -r1.5 -r1.6 pkgsrc/wm/windowmaker/patches/Attic/patch-ak (expand / switch to unified diff)

--- pkgsrc/wm/windowmaker/patches/Attic/patch-ak 2013/05/30 15:18:28 1.5
+++ pkgsrc/wm/windowmaker/patches/Attic/patch-ak 2014/01/17 08:48:06 1.6
@@ -1,32 +1,32 @@ @@ -1,32 +1,32 @@
1$NetBSD: patch-ak,v 1.5 2013/05/30 15:18:28 hans Exp $ 1$NetBSD: patch-ak,v 1.6 2014/01/17 08:48:06 adam Exp $
2 2
3--- util/Makefile.in.orig 2013-01-09 21:43:07.000000000 +0000 3--- util/Makefile.in.orig 2013-09-12 22:00:17.000000000 +0000
4+++ util/Makefile.in 4+++ util/Makefile.in
5@@ -374,21 +374,21 @@ AM_CPPFLAGS = -DLOCALEDIR=\"$(NLSDIR)\"  5@@ -375,21 +375,21 @@ AM_CPPFLAGS = -DLOCALEDIR=\"$(NLSDIR)\"
6 -DETCDIR=\"sysconfdir\" -DDATADIR=\"pkgdatadir\" 6 -DETCDIR=\"sysconfdir\" -DDATADIR=\"pkgdatadir\"
7  7
8 liblist = @LIBRARY_SEARCH_PATH@ @INTLIBS@ 8 liblist = @LIBRARY_SEARCH_PATH@ @INTLIBS@
9-wdwrite_LDADD = $(top_builddir)/WINGs/libWUtil.la $(liblist) 9-wdwrite_LDADD = $(top_builddir)/WINGs/libWUtil.la $(liblist)
10-wdread_LDADD = $(top_builddir)/WINGs/libWUtil.la $(liblist) 10-wdread_LDADD = $(top_builddir)/WINGs/libWUtil.la $(liblist)
11+wdwrite_LDADD = $(top_builddir)/WINGs/libWUtil.la @XLFLAGS@ @XLIBS@ $(liblist) 11+wdwrite_LDADD = $(top_builddir)/WINGs/libWUtil.la @XLFLAGS@ @XLIBS@ $(liblist)
12+wdread_LDADD = $(top_builddir)/WINGs/libWUtil.la @XLFLAGS@ @XLIBS@ $(liblist) 12+wdread_LDADD = $(top_builddir)/WINGs/libWUtil.la @XLFLAGS@ @XLIBS@ $(liblist)
13 wxcopy_LDADD = @XLFLAGS@ @XLIBS@  13 wxcopy_LDADD = @XLFLAGS@ @XLIBS@
14 wxpaste_LDADD = @XLFLAGS@ @XLIBS@ 14 wxpaste_LDADD = @XLFLAGS@ @XLIBS@
15-getstyle_LDADD = $(top_builddir)/WINGs/libWUtil.la $(liblist) 15-getstyle_LDADD = $(top_builddir)/WINGs/libWUtil.la $(liblist)
16+getstyle_LDADD = $(top_builddir)/WINGs/libWUtil.la @XLFLAGS@ @XLIBS@ $(liblist) 16+getstyle_LDADD = $(top_builddir)/WINGs/libWUtil.la @XLFLAGS@ @XLIBS@ $(liblist)
17 getstyle_SOURCES = getstyle.c fontconv.c 17 getstyle_SOURCES = getstyle.c fontconv.c common.h
18 setstyle_LDADD = \ 18 setstyle_LDADD = \
19 $(top_builddir)/WINGs/libWUtil.la \ 19 $(top_builddir)/WINGs/libWUtil.la \
20 @XLFLAGS@ @XLIBS@ $(liblist) 20 @XLFLAGS@ @XLIBS@ $(liblist)
21  21
22 setstyle_SOURCES = setstyle.c fontconv.c 22 setstyle_SOURCES = setstyle.c fontconv.c common.h
23-convertfonts_LDADD = $(top_builddir)/WINGs/libWUtil.la $(liblist) 23-convertfonts_LDADD = $(top_builddir)/WINGs/libWUtil.la $(liblist)
24+convertfonts_LDADD = $(top_builddir)/WINGs/libWUtil.la @XLFLAGS@ @XLIBS@ $(liblist) 24+convertfonts_LDADD = $(top_builddir)/WINGs/libWUtil.la @XLFLAGS@ @XLIBS@ $(liblist)
25 convertfonts_SOURCES = convertfonts.c fontconv.c 25 convertfonts_SOURCES = convertfonts.c fontconv.c common.h
26-seticons_LDADD = $(top_builddir)/WINGs/libWUtil.la $(liblist) 26-seticons_LDADD = $(top_builddir)/WINGs/libWUtil.la $(liblist)
27-geticonset_LDADD = $(top_builddir)/WINGs/libWUtil.la $(liblist) 27-geticonset_LDADD = $(top_builddir)/WINGs/libWUtil.la $(liblist)
28+seticons_LDADD = $(top_builddir)/WINGs/libWUtil.la @XLFLAGS@ @XLIBS@ $(liblist) 28+seticons_LDADD = $(top_builddir)/WINGs/libWUtil.la @XLFLAGS@ @XLIBS@ $(liblist)
29+geticonset_LDADD = $(top_builddir)/WINGs/libWUtil.la @XLFLAGS@ @XLIBS@ $(liblist) 29+geticonset_LDADD = $(top_builddir)/WINGs/libWUtil.la @XLFLAGS@ @XLIBS@ $(liblist)
30 wmagnify_LDADD = \ 30 wmagnify_LDADD = \
31 $(top_builddir)/WINGs/libWINGs.la \ 31 $(top_builddir)/WINGs/libWINGs.la \
32 $(top_builddir)/WINGs/libWUtil.la \ 32 $(top_builddir)/WINGs/libWUtil.la \