summaryrefslogtreecommitdiff
path: root/x11-wm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - pass maintainership of this ports to new volunteerRuslan Makhmatkhanov2012-04-1015-15/+15
| | | | | | | | | | - add some of them to `enlightenment' virtual category PR: 166814 Submitted by: Grzegorz Blach <magik at roorback dot net> Notes: svn path=/head/; revision=294550
* - Fix buildMartin Wilke2012-04-071-2/+4
| | | | | | | | | | | - Add LICENSE PR: 166054 Submitted by: Ports Fury Feature safe: yes Notes: svn path=/head/; revision=294316
* - Add missing dependency on startup-notification and add a knob toRoman Bogorodskiy2012-03-251-1/+7
| | | | | | | | | | | | disable it - Bump PORTREVISION PR: ports/166217 Submitted by: Oleg Pudeyev <oleg@bsdpower.com> Feature safe: yes Notes: svn path=/head/; revision=293801
* - Fix hidden dependency on libinotifyDmitry Marakasov2012-03-211-9/+19
| | | | | | | | | | | | - Link with libinotify correctly which fixes dependent ports dying with rtld error - Minor port cleanups PR: 166296 Submitted by: Ivan Klymenko <fidaj@ukr.net> Feature safe: yes Notes: svn path=/head/; revision=293643
* - Mark BROKEN on 7.X: does not compilePav Lucistnik2012-03-181-0/+4
| | | | | | | | | | | | | | | | | | | | | handlers.c: In function 'W_HandleInputEvents': handlers.c:471: error: 'fd_set' undeclared (first use in this function) handlers.c:471: error: (Each undeclared identifier is reported only once handlers.c:471: error: for each function it appears in.) handlers.c:471: error: expected ';' before 'rset' handlers.c:486: warning: implicit declaration of function 'FD_ZERO' handlers.c:486: error: 'rset' undeclared (first use in this function) handlers.c:487: error: 'wset' undeclared (first use in this function) handlers.c:488: error: 'eset' undeclared (first use in this function) handlers.c:493: warning: implicit declaration of function 'FD_SET' handlers.c:527: warning: implicit declaration of function 'select' handlers.c:542: warning: implicit declaration of function 'FD_ISSET' Reported by: pointyhat Feature safe: yes Notes: svn path=/head/; revision=293536
* Restore start script - it got lost in the renameEitan Adler2012-03-171-0/+10
| | | | | | | | | Submitted by: ak Approved by: maintainer (implicit) Feature safe: yes Notes: svn path=/head/; revision=293463
* Apparently xrandr affects the ability to restart a session negatively inDoug Barton2012-03-091-4/+11
| | | | | | | | | some circumstances. So make it optional, with a warning. Feature safe: yes Notes: svn path=/head/; revision=293000
* - scrotwm has been renamed to spectrwmEitan Adler2012-03-069-137/+3
| | | | | | | | | | | - update to 1.0.0 PR: ports/165248 Submitted by: Niclas Zeising <zeising@daemonic.se> (maintainer) Reviewed by: pgollucci Notes: svn path=/head/; revision=292796
* Forced commit to note repocopy for renamed projectEitan Adler2012-03-064-29/+28
| | | | Notes: svn path=/head/; revision=292795
* - Drop maintainershipRenato Botelho2012-03-051-1/+3
| | | | | | | - Mark it as BROKEN, it doesn't build with WindowMaker 0.95.2 Notes: svn path=/head/; revision=292730
* Restore the fix from 1.161 since it seems to still be necessary,Doug Barton2012-03-041-1/+3
| | | | | | | at least in some environments. Still under investigation upstream. Notes: svn path=/head/; revision=292680
* Update maintainer email in my portsAlex Kozlov2012-03-021-1/+1
| | | | | | | Approved by: eadler (mentor) Notes: svn path=/head/; revision=292555
* Hope to fix 7-amd64 with blind luck by conditionally adding backDoug Barton2012-03-021-1/+8
| | | | | | | the ac_cv_c_inline_asm=no fix that seemed no longer to be necessary. Notes: svn path=/head/; revision=292541
* - Update to 0.4.6.1Kris Moore2012-02-283-3/+23
| | | | Notes: svn path=/head/; revision=292391
* - Reassign to the heapGreg Larkin2012-02-272-2/+2
| | | | | | | Requested by: roam (on ports-developers@) Notes: svn path=/head/; revision=292325
* Add what I hope is a more robust fix for the problem of not being ableDoug Barton2012-02-272-3/+95
| | | | | | | | | | | | | to restore a session. Building WindowMaker with clang found these problems, including the one genuine typo in osdep_bsd.c that seems to be responsible for (most/all?) of the session restoration problem. Patch still under discussion upstream, but I feel comfortable bumping PORTREVISION at this point because these are actual bugs that need fixing, and it 100% solves the restoration problem for me at least. Notes: svn path=/head/; revision=292287
* . Change gif dependency from libungif to giflib due to the latter being theGreg Lewis2012-02-251-2/+2
| | | | | | | | | | | | | | preferred library of the two. I actually think this is superfluous as this library is never linked in (nor is the inbuilt version used). I'll investigate this further. . Mark as MAKE_JOBS_UNSAFE. . Pet portlint. PR: 165383 Submitted by: swills@ Notes: svn path=/head/; revision=292234
* Use logical negation instead of comparison to 0 for a value that canDoug Barton2012-02-241-0/+2
| | | | | | | | | | be numeric, but is null by default. Currently in discussion upstream, but this change is confirmed to at least fix the symptom of not properly restoring the session on restart. Notes: svn path=/head/; revision=292151
* @dirrmtry *both* the LC_MESSAGES directory *and* its parent, neitherDoug Barton2012-02-231-0/+1
| | | | | | | | | of which are in BSD.local.mk. pointyhat++ Notes: svn path=/head/; revision=292140
* Apparently we're supposed to remove locale directories if they are notDoug Barton2012-02-221-0/+1
| | | | | | | in BSD.local.mk. Do it with @dirrmtry just in case. Notes: svn path=/head/; revision=292042
* Silence REINPLACE_CMDsDoug Barton2012-02-201-4/+4
| | | | Notes: svn path=/head/; revision=291917
* Fix some more default paths that show up in a first-time installDoug Barton2012-02-201-1/+9
| | | | Notes: svn path=/head/; revision=291894
* - Update to 4.8.3Martin Wilke2012-02-203-4/+12
| | | | | | | | PR: 165110 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Notes: svn path=/head/; revision=291880
* Add some more direct dependenciesDoug Barton2012-02-191-5/+6
| | | | | | | Inspired by: pavmail Notes: svn path=/head/; revision=291857
* - needs XWindowServerKitDirk Meyer2012-02-191-0/+3
| | | | Notes: svn path=/head/; revision=291802
* - fix build with gcc46Dirk Meyer2012-02-191-0/+10
| | | | Notes: svn path=/head/; revision=291787
* Remove gratitutous version number from LIB_DEPENDS where not required.Eitan Adler2012-02-181-1/+1
| | | | Notes: svn path=/head/; revision=291767
* Fix docbook dependency - s/docbook-450/docbook-xml-450/Renato Botelho2012-02-181-1/+2
| | | | | | | | PR: ports/164578 Submitted by: Michiel Boland <michiel@boland.org> Notes: svn path=/head/; revision=291676
* After just 7 short years, a new release of WindowMaker, 0.95.2Doug Barton2012-02-1820-1054/+126
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New features and highlights: Left Half / Right Half Maximize. Maximus: tiled maximization. Maximizes a window such that it occupies the largest area without overlapping others. New mouse-resizing functionality. Windows can now be resized vertically (horizontally) using MOD+Wheel (CTRL+Wheel). History and TAB completion in dialogs. To use this new functionality in your old WMRootMenu, replace %a by %A in the relevant entry. It will look like this (Run..., SHEXEC, "%A(Run, Type command:)"). Or use wmgenmenu to generate a new menu. Bouncing appicon effect. New applications (wmgenmenu and wmmenugen) to generate the root menu automatically by looking which applications you have on your $PATH. Translations to German, Spanish and French of menus generated by wmgenmenu. Improved dockapp recognition. And many trivial things which reduce little annoyances one might have. For example, an option was added to control whether or not Window Maker should do automatic workspace switching to satisfy a focus request from a window located in another workspace. Added keyboard shortcut to uncover/cover the dock. Mac OS X-style window cycling. Preliminary XRandR support (needs a bit more work to be bug-free). Many other bug fixes. For the ports: * Remove patches that have been adopted upstream or otherwise made obsolete * Remove the OPTIONS, and enable all features * Improve PREFIX-safety * Otherwise simplify the windowmaker port * Make libwraster a proper slave port Notes: svn path=/head/; revision=291666
* - Add missing imlib2 dependency and add a knob WITHOUT_IMLIB toRoman Bogorodskiy2012-02-161-0/+7
| | | | | | | | | | disable imlib2 support - Bump PORTREVISION Reported by: Yuri <yuri@rawbw.com> Notes: svn path=/head/; revision=291541
* - Bump PORTREVISION to chase the update of multimedia/libvpxAshish SHUKLA2012-02-162-0/+2
| | | | Notes: svn path=/head/; revision=291538
* - Update to 6.0Jason Helfman2012-02-142-5/+5
| | | | | | | | PR: ports/165144 Submitted by: maintainer, schot at A-Eskwadraat.nl Notes: svn path=/head/; revision=291361
* - Please welcome GHC 7.0.4Gabor Pali2012-02-132-2/+2
| | | | | | | | | | | | | | | | GHC in the ports tree has been updated to version 7.0.4 and the port revision for all the Haskell ports without version changes are bumped. Other per-port updates are coming soon. This update also incorporates some improvements for bsd.cabal.mk that makes working with Haskell ports even easier. Thanks ashish@ for the help! Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=291136
* - convert to using PYTHON_SITELIBDIR (non-functional change)Ruslan Makhmatkhanov2012-02-121-85/+85
| | | | Notes: svn path=/head/; revision=291063
* - Update to 0.11.0Jason Helfman2012-02-106-44/+38
| | | | | | | | | | - while here cleanup portexamples installation and relocate screeshot.sh to ${PREFIX}/bin PR: ports/164921 Submitted by: maintainer, zeising at daemonic.se Notes: svn path=/head/; revision=290839
* Add distfiles sources.Cy Schubert2012-02-081-1/+5
| | | | Notes: svn path=/head/; revision=290701
* - Chase libmpd shlib bumpMartin Wilke2012-02-061-1/+2
| | | | Notes: svn path=/head/; revision=290493
* Update 2.6.3 --> 2.6.4.Cy Schubert2012-02-022-3/+3
| | | | Notes: svn path=/head/; revision=290319
* Remove expired port:Rene Ladan2012-02-028-812/+0
| | | | | | | 2012-02-01 x11-wm/xfce: abandoned upstream, use x11-wm/xfce4 instead Notes: svn path=/head/; revision=290309
* Add file I forgot to add in the last commitEitan Adler2012-01-291-0/+73
| | | | Notes: svn path=/head/; revision=290040
* - Enable XINERAMA by default - it has no extra dependsEitan Adler2012-01-291-4/+14
| | | | | | | | | | | | - Enable Beastie by default - daemon > no daemon - Add a LITE option - untested - Include MenuIconSize not yet upstreamed PR: ports/164386 Submitted by: Gabor Fischer <Gabor.Fischer@gmx.net> Notes: svn path=/head/; revision=290039
* - Update to 4.1.2Dennis Herrmann2012-01-292-4/+3
| | | | Notes: svn path=/head/; revision=290033
* Move these ports from libungif to giflib since that seems to be the consensusDoug Barton2012-01-282-2/+2
| | | | Notes: svn path=/head/; revision=289905
* - Update WWWRoman Bogorodskiy2012-01-251-2/+2
| | | | | | | - Slightly improve the description Notes: svn path=/head/; revision=289777
* update lang/sbcl to 1.0.55, and adjust dependent portsBrendan Fabeny2012-01-241-1/+1
| | | | Notes: svn path=/head/; revision=289738
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-213-3/+3
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* Remove license infoDoug Barton2012-01-202-4/+0
| | | | Notes: svn path=/head/; revision=289519
* - fix runtime by correcting typoRuslan Makhmatkhanov2012-01-172-2/+4
| | | | | | | | | | - bump PORTREVISION PR: 164250 Submitted by: Niclas Zeising <zeising at daemonic dot se> (maintainer) Notes: svn path=/head/; revision=289379
* - Pass maintainership to submitterChris Rees2012-01-1610-34/+60
| | | | | | | | | | | | | | Approved by: maintainer via email - Update to 0.10.0 - Update WWW PR: ports/164032 Submitted by: Niclas Zeising <zeising@daemonic.se> Notes: svn path=/head/; revision=289344
* - Remove X11BASEPav Lucistnik2012-01-162-6/+6
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=289342