/devel/autoconf213/

in'>index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/i3
Commit message (Collapse)AuthorAgeFilesLines
* Update to 4.8bapt2014-06-174-114/+5
| | | | Release note: http://i3-wm.org/downloads/RELEASE-NOTES-4.8.txt
* The FreeBSD x11@ and graphics team proudly presentszeising2014-04-171-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)
* - Fixes resourceleak in i3bar and memoryleak in i3bapt2014-03-162-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/)
* Update to 4.7.2bapt2014-01-263-3/+5
|
* Update to 4.7bapt2013-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
* - Remove manual creation and removal of share/applications, as it's now in ↵amdmi32013-10-221-1/+0
| | | | | | | | the mtree (remaining categories) - Add note on mtree change to CHANGES Approved by: portmgr (bdrewery)
* Import a bunch of iconv fixes.madpilot2013-09-271-0/+1
| | | | | Submitted by: marino Approved by: portmgr (bapt, implicit)
* Forgot to bump portrevision on last modificationbapt2013-09-241-1/+1
|
* Revert back to r327939 + also removes now useless post-extractbapt2013-09-242-65/+46
| | | | | | Add the pkg-plist file forgotten in r327939 Pointyhat to: bapt
* - Revert r328076 and r327939. bapt can commit proper plist tomorrow.bdrewery2013-09-242-37/+60
|
* - Fix plistbdrewery2013-09-242-1/+26
| | | | Reported by: nox
* Use stagebapt2013-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
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | x11-wm)
* - Make ports use the libc provided iconv implementation on 10-CURRENTmadpilot2013-09-051-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)
* - update to 4.6bapt2013-08-234-77/+6
| | | | | | - tab -> space for pkg-descr WWW - Remove leading indefinite article from COMMENT - Remove upstreamed patch
* - Convert to new perl frameworkaz2013-08-041-2/+2
| | | | Approved by: bapt@ (maintainer)
* Convert to USES=gmakebapt2013-07-051-2/+1
|
* The FreeBSD x11 team proudly presentszeising2013-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!
* Drop build dependencies on bison/flex now that it is compatible with yacc/lexbapt2013-05-161-3/+1
| | | | Reported by: Vitaly Shevtsov <loki.vt@gmail.com>
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-281-2/+1
| | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here
* Convert my ports to use the new USES=pkgconfigbapt2013-04-231-2/+1
|
* Add a patch to make the optional shmlog mechanism works on FreeBSD.bapt2013-03-212-0/+69
| | | | This allows users to use i3-dump-log to gets logs out of i3 is it was run with the shmlog-size parameter set to something greater than 0
* Turn perl into a runtime only dependencybapt2013-03-201-1/+1
|
* - Update to 4.5.1bapt2013-03-202-3/+3
|
* Convert USE_BISON to USES= bisonbapt2013-03-081-1/+1
| | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix
* Add an explicit build dependency on pkgconfbapt2012-12-301-0/+1
|
* - update to 4.4bapt2012-12-303-45/+31
| | | | | | | | | - take an interim maintainership: dhn is currently very busy [1] - add license PR: ports/174710 Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> Approved by: dhn [1]
* - Update xcb-util to 0.3.9garga2012-12-111-3/+4
| | | | | | | - Update xcb-util-wm to 0.3.9 - Update xcb-util-keysyms to 0.3.9 - Update xcb-util-image to 0.3.9 - Bump PORTREVISION on dependant ports
* - Remove SITE_PERL from *_DEPENDSaz2012-06-301-1/+1
| | | | Approved by: portmgr@ (bapt@)
* - Update to 4.2dhn2012-05-265-50/+24
|
* - Update to 4.1.2dhn2012-01-292-4/+3
|
* Adjust necesary ports to build with xcb-util 0.3.8garga2012-01-151-1/+4
| | | | | | | | | | | audio/pulseaudio is being updated to 0.9.23 x11/startup-notification is being updated to 0.12 Both was approved by kwm@ x11-wm/awesome is being updated to 3.4.11 Exp-run by: pav@
* - Fix build on 7.xdhn2011-12-282-4/+25
| | | | Submitted by: garga@ (via mail)
* - Update to 4.1.1dhn2011-12-252-4/+3
|
* - Mark BROKEN on FreeBSD 7.X: fails to compile fully, fails to install laterpav2011-12-091-0/+4
| | | | | | | | /work/a/ports/x11-wm/i3/work/i3-4.1/i3-config-wizard/main.c:302: undefined reference to `getline' gmake[1]: *** [i3-config-wizard] Error 1 Reported by: pointyhat Feature safe: yes
* - Fix do-installdhn2011-11-281-3/+11
| | | | | | | | | - Remove USE_XLIB - Bump PORTREVISION PR: ports/162790 Submitted by: Peter <fbsdq@peterk.org> Feature safe: yes
* Upgrade yajl to 2.0.1 (mirror it my self as upstream still not provide real ↵bapt2011-11-271-1/+2
| | | | | | | | | static distfiles) Take back maintainership chase library bump Feature safe: yes
* - Update to 4.1dhn2011-11-194-15/+45
| | | | | | PR: ports/160036 Submitted by: Aldis Berjoza <aldis@bsdroot.lv> Feature safe: yes
* - Chase libev shlib bumppav2011-09-201-1/+2
| | | | Pointy hat to: vsevolod
* - Update to 3.e-bf3dhn2011-07-244-19/+5
| | | | | | | - Update MASTER_SITES/WWW PR: ports/159148 Submitted by: Raphael Kubo da Costa <kubito@gmail.com>
* - Update to 3.e-bf2dhn2011-01-233-4/+13
| | | | | | PR: ports/154222 Submitted by: Raphael Kubo da Costa <kubito@gmail.com> Feature safe: yes
* - Convert to USE_BISON= buildmiwi2010-12-011-1/+1
|
* - Update to 3.e-bf1dhn2010-06-302-4/+4
| | | | Feature safe: yes
* - Update to 3.edhn2010-04-012-7/+12
| | | | | PR: ports/145200 Submitted by: Bapt <baptiste.daroussin@gmail.com>
* - Flip MAKE_JOBS_SAFE -> UNSAFEpav2009-12-061-1/+1
| | | | Reported by: pointyhat
* - Update to 3.ddhn2009-11-112-5/+16
| | | | | PR: ports/140442 Submitted by: Bapt <baptiste.daroussin@gmail.com>
* - Fix build with custom PREFIX/LOCALBASEdhn2009-10-031-0/+2
| | | | Reported by: QAT
* - Removed unneeded dependencydhn2009-09-011-2/+2
| | | | | PR: ports/138398 Submitted by: Bapt <baptiste.daroussin@gmail.com>
* - Update to 3.cdhn2009-08-243-19/+12
|
* - Fix PATH in example and man filedhn2009-07-231-2/+3
| | | | | PR: ports/136330 Submitted by: Sofian Brabez <sbrabez@gmail.com>
* - Update to 3.bdhn2009-07-013-7/+45
| | | | | | - Fix config PATH, add manpage [1] Reported by: Michal Bartkowiak <michal@bartkowiak.biz> [1]
* - Chase libxcb/xcb-proto updatedhn2009-06-151-0/+1
| | | | - Bump PORTREVSION
* - Update pkg-descrdhn2009-05-101-1/+1
| | | | Approved by: miwi (mentor)