aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/i3
Commit message (Collapse)AuthorAgeFilesLines
* Update to 4.18Baptiste Daroussin2020-02-172-4/+4
| | | | Notes: svn path=/head/; revision=526424
* Update to 4.17.1Baptiste Daroussin2019-09-262-5/+6
| | | | Notes: svn path=/head/; revision=512890
* Update WWWBaptiste Daroussin2019-08-291-1/+1
| | | | Notes: svn path=/head/; revision=510156
* Update to 4.17Baptiste Daroussin2019-08-222-5/+4
| | | | Notes: svn path=/head/; revision=509594
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* x11-wm/i3: fix build with many threadsPiotr Kubaj2019-05-281-0/+1
| | | | | | | | | | | | | | | | | | | i3 needs MAKE_JOBS_UNSAFE=yes to build. Errors: /wrkdirs/usr/ports/x11-wm/i3/work/i3-4.16/../i3-4.16/i3-config-wizard/main.c:109:10: fatal error: GENERATED_config_enums.h: No such file or directory #include "GENERATED_config_enums.h" ^~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. PR: 237890 Approved by: tcberner (mentor), bapt (maintainer timeout) Differential Revision: https://reviews.freebsd.org/D20438 Notes: svn path=/head/; revision=502904
* Update to 4.16.1Baptiste Daroussin2019-01-292-16/+17
| | | | | | | | | | | | | Add LICENSE_FILE Sort dependencies Sort USES Add USES=localbase PR: 235284 Submitted by: dg@syrec.org Notes: svn path=/head/; revision=491547
* This port needs USES=compiler:c11 to use newer GCC from ports on GCC-Mark Linimon2018-12-201-1/+1
| | | | | | | | | | | based architectures. PR: 234065 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=487859
* devel/glib20: remove runtime dep on perl5Steve Wills2018-11-191-1/+0
| | | | | | | | | | | | | | | Since glib-mkenums was rewritten in python in glib 2.53.5, glib20 seems to no longer need perl5 at runtime. This makes perl5 a build dep only. Removing the run dep causes some other ports to fail, so add the build dep to those where needed. PR: 233138 Approved by: gnome (kwm, maintainer, older version of patch) Exp-run by: antoine Notes: svn path=/head/; revision=485327
* Update to 4.16Baptiste Daroussin2018-11-052-4/+4
| | | | Notes: svn path=/head/; revision=484181
* x11-wm/i3: Add CONFLICTS_INSTALL=i3-gapsYuri Victorovich2018-08-301-0/+2
| | | | | | | | | | x11-wm/i3-gaps was added today. PR: 230266 Submitted by: Dmitri Goutnik <dg@syrec.org> Notes: svn path=/head/; revision=478495
* Update to 4.15Baptiste Daroussin2018-03-203-32/+4
| | | | Notes: svn path=/head/; revision=465099
* x11-wm/i3: import patch from upstream, bump PORTREVISIONPietro Cerutti2017-09-272-0/+28
| | | | | | | | | The patch fixes https://github.com/i3/i3/issues/2846 Approved by: bapt (maintainer) Notes: svn path=/head/; revision=450736
* Pet portlintBaptiste Daroussin2017-09-251-3/+2
| | | | | | | | PR: 222596 Submitted by: gahr Notes: svn path=/head/; revision=450593
* Update to 4.14.1Baptiste Daroussin2017-09-252-4/+4
| | | | Notes: svn path=/head/; revision=450592
* Update to 4.14Baptiste Daroussin2017-09-044-26/+4
| | | | Notes: svn path=/head/; revision=449246
* Update to 4.13Baptiste Daroussin2016-11-094-26/+34
| | | | | | | Changes: http://i3wm.org/downloads/RELEASE-NOTES-4.13.txt Notes: svn path=/head/; revision=425808
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-14/+14
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* Update to 4.12Baptiste Daroussin2016-03-082-3/+3
| | | | Notes: svn path=/head/; revision=410667
* Update to 4.11Baptiste Daroussin2015-10-082-3/+3
| | | | Notes: svn path=/head/; revision=398898
* Update to 4.10.4Baptiste Daroussin2015-09-112-3/+3
| | | | Notes: svn path=/head/; revision=396726
* Update to 4.10.3Baptiste Daroussin2015-07-312-3/+3
| | | | Notes: svn path=/head/; revision=393287
* Update to 4.10.2Baptiste Daroussin2015-04-162-3/+3
| | | | Notes: svn path=/head/; revision=384132
* Update to 4.10.1Baptiste Daroussin2015-03-292-3/+3
| | | | Notes: svn path=/head/; revision=382616
* Update to 4.10Baptiste Daroussin2015-03-292-3/+3
| | | | Notes: svn path=/head/; revision=382612
* Update to 4.9.1Baptiste Daroussin2015-03-092-3/+3
| | | | | | | | | | | | | | | | | | | Bugfixes release: - i3bar: fix incorrect y-offset for text - fix key bindings on big-endian platforms - fix key bindings using Mode_switch - fix keyboard layout change detection - revert "Handle WM_CHANGE_STATE requests for iconic state" (fixes problems with application windows disappearing, like SDL-based games when switching workspaces) - insert id-based match at HEAD, not TAIL (fixes window swallowing not working when the criteria match the placeholder window) - improve error messages on failing commands - replace ~ in filepath when calling append_layout - properly error out when the layout file cannot be read Notes: svn path=/head/; revision=380883
* Fix typoBaptiste Daroussin2015-02-281-1/+1
| | | | Notes: svn path=/head/; revision=380149
* Update to 4.9Baptiste Daroussin2015-02-282-5/+6
| | | | | | | | | | | Notable changes: - mouse button bindings - improved EWMH compatibility - plenty of bugfixes and little enhancements - new dependency on libxkbcommon which drops the last direct dependency on Xlib Notes: svn path=/head/; revision=380148
* Cleanup plistBaptiste Daroussin2014-09-221-3/+0
| | | | Notes: svn path=/head/; revision=368821
* Update to 4.8Baptiste Daroussin2014-06-164-114/+5
| | | | | | | Release note: http://i3-wm.org/downloads/RELEASE-NOTES-4.8.txt Notes: svn path=/head/; revision=358038
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* - Fixes resourceleak in i3bar and memoryleak in i3Baptiste Daroussin2014-03-152-4/+113
| | | | | | | | | | | - Convert to USES=tar:bzip2 PR: ports/187617 Submitted by: Johannes Jost Meixner <xmj@chaot.net> Obtained from: i3 git (http://code.stapelberg.de/git/i3/) Notes: svn path=/head/; revision=348376
* Update to 4.7.2Baptiste Daroussin2014-01-253-3/+5
| | | | Notes: svn path=/head/; revision=341139
* Update to 4.7Baptiste Daroussin2013-12-232-7/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes from Upstream: - docs/userguide: clarify variable parsing - docs/userguide: clarify urgent_workspace - docs/userguide: add proper quoting for rename sample command - docs/userguide: clarify multiple criteria - docs/userguide: userguide: explain the difference between comma and semicolon for command chaining - docs/hacking-howto: update to reflect parser changes - man/i3-dump-log: document -f - switch from libXcursor to xcb-util-cursor - Respect workspace numbers when looking for a free workspace name - Revert "raise fullscreen windows on top of all other X11 windows" - i3bar: Create pixmaps using the real bar height, rather than screen height - Add scratchpad bindings to the default config - Close all children when closing a workspace - i3bar: Add new bar.binding_mode_indicator configuration - Improve error message when $XDG_RUNTIME_DIR is not writable - libi3/font: Draw the text at the expected place - libi3/font: Set DPI for the pango context - Add ability to escape out of a mouse-resize operation - Do not resize/reposition floating containers when moving them to scratchpad - i3-nagbar: Set button inner-width to the width of the label - Assigned windows open urgent when not visible - i3bar: Only configure tray on own outputs - Command 'move <direction>' moves across outputs - i3bar: Handle DestroyNotify events - i3bar: Realign tray clients on map/unmap notify - i3bar: Group child processes for signalling - i3bar: Print error message when status_command fails - Remove references to PATH_MAX macro for GNU/Hurd Changes from the port: - Specify the kind of BSD license - Strip binaries - Adjust dependencies Notes: svn path=/head/; revision=337231
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | | | the mtree (remaining categories) - Add note on mtree change to CHANGES Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331275
* Import a bunch of iconv fixes.Guido Falsi2013-09-271-0/+1
| | | | | | | | Submitted by: marino Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=328492
* Forgot to bump portrevision on last modificationBaptiste Daroussin2013-09-241-1/+1
| | | | Notes: svn path=/head/; revision=328097
* Revert back to r327939 + also removes now useless post-extractBaptiste Daroussin2013-09-242-65/+46
| | | | | | | | | Add the pkg-plist file forgotten in r327939 Pointyhat to: bapt Notes: svn path=/head/; revision=328093
* - Revert r328076 and r327939. bapt can commit proper plist tomorrow.Bryan Drewery2013-09-242-37/+60
| | | | Notes: svn path=/head/; revision=328077
* - Fix plistBryan Drewery2013-09-242-1/+26
| | | | | | | Reported by: nox Notes: svn path=/head/; revision=328076
* Use stageBaptiste Daroussin2013-09-231-59/+12
| | | | | | | | | Install .desktop files Install the sample configuration as default configuration (on first run it will run a config-wizard). Bump portrevision Notes: svn path=/head/; revision=327939
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-211-0/+1
| | | | | | | x11-wm) Notes: svn path=/head/; revision=327786
* - Make ports use the libc provided iconv implementation on 10-CURRENTGuido Falsi2013-09-041-0/+1
| | | | | | | | | | | | | after r254273 - Fix a bunch of ports to properly work after this - Mark converters/libiconv as IGNORE for systems with iconv in libc Reviewed by: bapt Approved by: portmgr (bapt) Discussed with: bapt, bsam (who both contributed ideas and code) Notes: svn path=/head/; revision=326307
* - update to 4.6Baptiste Daroussin2013-08-224-77/+6
| | | | | | | | | - tab -> space for pkg-descr WWW - Remove leading indefinite article from COMMENT - Remove upstreamed patch Notes: svn path=/head/; revision=325237
* - Convert to new perl frameworkAndrej Zverev2013-08-041-2/+2
| | | | | | | Approved by: bapt@ (maintainer) Notes: svn path=/head/; revision=324223
* Convert to USES=gmakeBaptiste Daroussin2013-07-051-2/+1
| | | | Notes: svn path=/head/; revision=322325
* The FreeBSD x11 team proudly presentsNiclas Zeising2013-05-251-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | an zeising, kwm, miwi, bapt, eadler production: Xorg 7.7 Starring: xserver 1.12.4 (new xorg only) Mesa 8.0.4, including libGL, libGLU and dri (new xorg only) libX11 1.5.0 libxcb 1.9 libdrm 2.4.42 (new xorg only) freeglut 2.8.1 Also starring: Updates to drivers and other libraries and utilities Additional notes: Change pkgconf to be a build dependency. Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use this. Trim makefile headers. Take maintanership of x11/xcb-proto, ok'd by ashish. If you are running WITH_NEW_XORG=, you need to rebuild all installed drivers, see UPDATING for more information. Various fixes to make ports compile. PR: ports/177942 Exp-run by: miwi Approved by: portmgr (miwi) Thanks to all who helped testing! Notes: svn path=/head/; revision=319055
* Drop build dependencies on bison/flex now that it is compatible with yacc/lexBaptiste Daroussin2013-05-161-3/+1
| | | | | | | Reported by: Vitaly Shevtsov <loki.vt@gmail.com> Notes: svn path=/head/; revision=318270
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-2/+1
| | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here Notes: svn path=/head/; revision=316683
* Convert my ports to use the new USES=pkgconfigBaptiste Daroussin2013-04-221-2/+1
| | | | Notes: svn path=/head/; revision=316284