aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/windowmaker
Commit message (Collapse)AuthorAgeFilesLines
* Convert to new perl frameworkBaptiste Daroussin2013-09-161-2/+1
| | | | | | | Convert USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=327417
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Fix i18n manpagesMartin Wilke2013-06-191-0/+4
| | | | | | | Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=321258
* - conversion to USES for gettextJason Helfman2013-05-031-3/+3
| | | | | | | Approved by: portmgr (bapt@) Notes: svn path=/head/; revision=317225
* - Fix build issue when devel/libinotify is installed[*].Hiroki Sato2013-05-0255-56/+943
| | | | | | | | | | | | - Fix build with clang. Remove USE_GCC=any. - Convert replacement commands in the post-patch target to patches. - Separate x11-wm/windowmaker and x11-wm/libwraster from each other. PR: ports/176772 [*] Reported by: O. Hartmann [*] Notes: svn path=/head/; revision=317142
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-2/+1
| | | | Notes: svn path=/head/; revision=316355
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.Eitan Adler2013-03-191-1/+1
| | | | | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314640
* - Add workaround for build breakage when libX11 is old.Hiroki Sato2013-03-052-2/+17
| | | | | | | - Take maintainership. Notes: svn path=/head/; revision=313478
* - Update to 0.95.4Martin Wilke2013-02-0812-41/+264
| | | | | | | | PR: 175582 Submitted by: Ports Fury Notes: svn path=/head/; revision=311903
* Make NLS support an option.Marius Strobl2012-12-302-64/+70
| | | | | | | Approved by: bapt (mentor) Notes: svn path=/head/; revision=309645
* Revert Chris Petrik's ports to the pool. Thank you for all your work so ↵Eitan Adler2012-12-101-1/+1
| | | | | | | | | | far, and should you desire to return just let us know. PR: ports/174309 Submitted by: Chris Petrik Notes: svn path=/head/; revision=308576
* - Update to 0.95.3Guido Falsi2012-10-085-128/+30
| | | | | | | | | | | | - Convert to new options framework - Reset PORTREVISION in slave port - Trim Makefile headers PR: ports/172421 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (maintainer) Notes: svn path=/head/; revision=305518
* Welcome back Chris Petrik <c.petrik.sosa@gmail.com>Eitan Adler2012-09-091-1/+1
| | | | | | | PR: ports/171481 Notes: svn path=/head/; revision=303952
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configBaptiste Daroussin2012-07-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat) Notes: svn path=/head/; revision=301539
* For ports maintained by ports@ where pkgconfig is one of the USE_GNOME depsDoug Barton2012-07-231-1/+2
| | | | | | | | convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep added by bsd.gnome.mk. Notes: svn path=/head/; revision=301362
* Toss this one back in the pool, as I no longer use it.Doug Barton2012-07-191-3/+2
| | | | | | | | | For those that come after, I recommend not bothering with 0.95.3 as it has "issues." I also cannot stress enough the need to subscribe to and participate in the discussion on wmaker-dev@lists.windowmaker.org. Notes: svn path=/head/; revision=301153
* - update png to 1.5.10Dirk Meyer2012-06-011-2/+2
| | | | Notes: svn path=/head/; revision=297915
* - 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
* 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
* 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
* 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
* 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
* 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
* Add some more direct dependenciesDoug Barton2012-02-191-5/+6
| | | | | | | Inspired by: pavmail Notes: svn path=/head/; revision=291857
* After just 7 short years, a new release of WindowMaker, 0.95.2Doug Barton2012-02-1817-1010/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Move these ports from libungif to giflib since that seems to be the consensusDoug Barton2012-01-281-1/+1
| | | | Notes: svn path=/head/; revision=289905
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+1
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* Fix build with clangDoug Barton2011-06-261-0/+11
| | | | | | | | PR: ports/156802 Submitted by: "Hartmann, O." <ohartman@zedat.fu-berlin.de> Notes: svn path=/head/; revision=276419
* - Unbork:Pav Lucistnik2011-05-231-1/+1
| | | | | | | | | Makefile error: you cannot include bsd.port[.pre].mk twice Reported by: pointyhat Notes: svn path=/head/; revision=274546
* Turns out this needs bsd.port.pre.mk instead of bsd.port.options.mkDoug Barton2011-05-181-1/+1
| | | | | | | because I need FILESDIR defined. Notes: svn path=/head/; revision=274249
* Miscellaneous cleanups and fixes, some of the windowmaker stuffDoug Barton2011-05-162-27/+15
| | | | | | | gracefully provided by danfe. Notes: svn path=/head/; revision=274159
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - fix build for png-1.4.1Dirk Meyer2010-03-291-0/+11
| | | | Notes: svn path=/head/; revision=251675
* - update to 1.4.1Dirk Meyer2010-03-281-2/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* Add a patch to fix a periodic focus bugDoug Barton2009-12-142-1/+36
| | | | | | | | | | Bump PORTREVISION PR: ports/140755 Submitted by: Dmitry <dmitry2006@yandex.ru> Notes: svn path=/head/; revision=245801
* Add a port that installs only libwraster from Window Maker. A lot ofDoug Barton2009-08-171-0/+2
| | | | | | | dockapps depend on libwraster but don't need the full WM port. Notes: svn path=/head/; revision=239792
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Where it matters, update regarding MAKE_JOBS_{UN}SAFE for my portsDoug Barton2009-03-241-0/+2
| | | | Notes: svn path=/head/; revision=230904
* Update windowmaker.org -> windowmaker.info in all places that it occurs.Doug Barton2008-12-311-1/+4
| | | | | | | Bump PORTREVISION to incorporate most recent changes. Notes: svn path=/head/; revision=225055
* Add support for PORTDOCSDoug Barton2008-12-312-0/+18
| | | | Notes: svn path=/head/; revision=225053
* Add a fix for the following bugs:Doug Barton2008-12-312-0/+65
| | | | | | | | | | | | | | - release colors to avoid issues with the reference count overflowing a small integer and causing unexpected color releases that can crash Window Maker (Martin Frydl <martin.frydl@systinet.com>) - fixed a small memory leak in WINGs/wview.c caused by not releasing the background color of a view (Martin Frydl <martin.frydl@systinet.com>) Inspired by the "refcount" patch in the Debian rpm, updated versions of the patches obtained from the latest WindowMaker source repo. Notes: svn path=/head/; revision=225050