non port: x11-wm/i3/Makefile |
SVNWeb
|
Number of commits found: 94 |
Mon, 16 Jan 2023
|
[ 21:41 Baptiste Daroussin (bapt) ] c87b07a
x11-wm/i3: update to 4.22
The biggest change is the merge of the i3-gaps fork!
|
Mon, 26 Sep 2022
|
[ 08:46 Baptiste Daroussin (bapt) ] 13dd359
x11-wm/i3: switch from pcre to pcre2 to fix build
|
Fri, 23 Sep 2022
|
[ 14:45 Baptiste Daroussin (bapt) ] e90fac7
x11-wm/i3: update to 4.21
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:23 Tobias C. Berner (tcberner) ] f65f20b (Only the first 10 of 92 ports in this commit are shown above. )
x11-wm: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Weinberger
* Alejandro Pulver <alepulver@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Andreas Kohn <andreas@syndrom23.de>
* Anton Tornqvist <antont@inbox.lv>
* Aragon Gouveia <aragon@phat.za.net>
* Babak Farrokhi <babak@farrokhi.net>
* Brett Taylor <brett@peloton.physics.montana.edu>
* Brian Handy <handy@physics.montana.edu>
* Bruce A. Mah <bmah@ca.sandia.gov> (Only the first 15 lines of the commit message are shown above )
|
Wed, 3 Nov 2021
|
[ 12:57 Baptiste Daroussin (bapt) ] df1bac2
x11-wm/i3: update to 4.20.1
Note that all our patches have been merged
|
Tue, 2 Nov 2021
|
[ 15:56 Baptiste Daroussin (bapt) ] 50b9218
x11-wm/i3: update to 4.20
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 15 Mar 2021
|
[ 17:32 bapt ]
update to 4.19.2
|
Sun, 21 Feb 2021
|
[ 07:26 jbeich ]
devel/meson: update to 0.57.1
- Backport fix for x11-wm/i3 [1]
Changes: https://mesonbuild.com/Release-notes-for-0-57-0.html
Changes: https://github.com/mesonbuild/meson/compare/0.56.2...0.57.1
Reported by: GitHub (watch releases)
PR: 253525
Submitted by: dmgk [1]
Exp-run by: antoine
Approved by: tcberner
|
Tue, 2 Feb 2021
|
[ 10:53 bapt ]
Update to 4.19.1
|
Mon, 16 Nov 2020
|
[ 08:49 bapt ]
Update to 4.19
|
Tue, 20 Oct 2020
|
[ 07:18 bapt ]
Update to 4.18.3
|
Mon, 27 Jul 2020
|
[ 09:22 bapt ]
Update to 4.18.2
|
Wed, 22 Apr 2020
|
[ 10:32 bapt ]
Update to 4.18.1
|
Mon, 17 Feb 2020
|
[ 20:05 bapt ]
Update to 4.18
|
Thu, 26 Sep 2019
|
[ 11:00 bapt ]
Update to 4.17.1
|
Thu, 22 Aug 2019
|
[ 11:05 bapt ]
Update to 4.17
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
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
|
Tue, 28 May 2019
|
[ 18:23 pkubaj ]
x11-wm/i3: fix build with many threads
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
|
Tue, 29 Jan 2019
|
[ 08:59 bapt ]
Update to 4.16.1
Add LICENSE_FILE
Sort dependencies
Sort USES
Add USES=localbase
PR: 235284
Submitted by: dg@syrec.org
|
Thu, 20 Dec 2018
|
[ 08:37 linimon ]
This port needs USES=compiler:c11 to use newer GCC from ports on GCC-
based architectures.
PR: 234065
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
|
Mon, 19 Nov 2018
|
[ 15:57 swills ] (Only the first 10 of 20 ports in this commit are shown above. )
devel/glib20: remove runtime dep on perl5
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
|
Mon, 5 Nov 2018
|
[ 09:14 bapt ]
Update to 4.16
|
Thu, 30 Aug 2018
|
[ 20:50 yuri ]
x11-wm/i3: Add CONFLICTS_INSTALL=i3-gaps
x11-wm/i3-gaps was added today.
PR: 230266
Submitted by: Dmitri Goutnik <dg@syrec.org>
|
Tue, 20 Mar 2018
|
[ 17:25 bapt ]
Update to 4.15
|
Wed, 27 Sep 2017
|
[ 13:13 gahr ]
x11-wm/i3: import patch from upstream, bump PORTREVISION
The patch fixes https://github.com/i3/i3/issues/2846
Approved by: bapt (maintainer)
|
Mon, 25 Sep 2017
|
[ 14:47 bapt ]
Pet portlint
PR: 222596
Submitted by: gahr
|
[ 14:06 bapt ]
Update to 4.14.1
|
Mon, 4 Sep 2017
|
[ 13:40 bapt ]
Update to 4.14
|
Wed, 9 Nov 2016
|
[ 21:30 bapt ]
Update to 4.13
Changes: http://i3wm.org/downloads/RELEASE-NOTES-4.13.txt
|
Fri, 1 Apr 2016
|
[ 14:33 mat ] (Only the first 10 of 2136 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
|
Tue, 8 Mar 2016
|
[ 21:43 bapt ]
Update to 4.12
|
Thu, 8 Oct 2015
|
[ 23:21 bapt ]
Update to 4.11
|
Fri, 11 Sep 2015
|
[ 23:47 bapt ]
Update to 4.10.4
|
Fri, 31 Jul 2015
|
[ 06:39 bapt ]
Update to 4.10.3
|
Thu, 16 Apr 2015
|
[ 22:49 bapt ]
Update to 4.10.2
|
Sun, 29 Mar 2015
|
[ 17:25 bapt ]
Update to 4.10.1
|
[ 16:31 bapt ]
Update to 4.10
|
Mon, 9 Mar 2015
|
[ 21:35 bapt ]
Update to 4.9.1
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
|
Sat, 28 Feb 2015
|
[ 15:38 bapt ]
Fix typo
|
[ 15:36 bapt ]
Update to 4.9
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
|
Mon, 16 Jun 2014
|
[ 20:42 bapt ]
Update to 4.8
Release note: http://i3-wm.org/downloads/RELEASE-NOTES-4.8.txt
|
Wed, 16 Apr 2014
|
[ 18:28 zeising ] (Only the first 10 of 1008 ports in this commit are shown above. )
The FreeBSD x11@ and graphics team proudly presents
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 (Only the first 15 lines of the commit message are shown above )
|
Sat, 15 Mar 2014
|
[ 20:20 bapt ]
- Fixes resourceleak in i3bar and memoryleak in i3
- 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/)
|
Sat, 25 Jan 2014
|
[ 23:44 bapt ]
Update to 4.7.2
|
Mon, 23 Dec 2013
|
[ 08:41 bapt ]
Update to 4.7
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 (Only the first 15 lines of the commit message are shown above )
|
Fri, 27 Sep 2013
|
[ 15:17 madpilot ]
Import a bunch of iconv fixes.
Submitted by: marino
Approved by: portmgr (bapt, implicit)
|
Tue, 24 Sep 2013
|
[ 06:51 bapt ]
Forgot to bump portrevision on last modification
|
[ 05:46 bapt ]
Revert back to r327939 + also removes now useless post-extract
Add the pkg-plist file forgotten in r327939
Pointyhat to: bapt
|
[ 00:48 bdrewery ]
- Revert r328076 and r327939. bapt can commit proper plist tomorrow.
|
[ 00:21 bdrewery ]
- Fix plist
Reported by: nox
|
Mon, 23 Sep 2013
|
[ 06:21 bapt ]
Use stage
Install .desktop files
Install the sample configuration as default configuration (on first run it will
run a config-wizard).
Bump portrevision
|
Sat, 21 Sep 2013
|
[ 00:01 bapt ] (Only the first 10 of 165 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-wm)
|
Wed, 4 Sep 2013
|
[ 18:06 madpilot ] (Only the first 10 of 129 ports in this commit are shown above. )
- Make ports use the libc provided iconv implementation on 10-CURRENT
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)
|
Thu, 22 Aug 2013
|
[ 21:58 bapt ]
- update to 4.6
- tab -> space for pkg-descr WWW
- Remove leading indefinite article from COMMENT
- Remove upstreamed patch
|
Sun, 4 Aug 2013
|
[ 12:33 az ]
- Convert to new perl framework
Approved by: bapt@ (maintainer)
|
Fri, 5 Jul 2013
|
[ 13:44 bapt ] (Only the first 10 of 11 ports in this commit are shown above. )
Convert to USES=gmake
|
Sat, 25 May 2013
|
[ 14:37 zeising ] (Only the first 10 of 518 ports in this commit are shown above. )
The FreeBSD x11 team proudly presents
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
(Only the first 15 lines of the commit message are shown above )
|
Thu, 16 May 2013
|
[ 02:49 bapt ]
Drop build dependencies on bison/flex now that it is compatible with yacc/lex
Reported by: Vitaly Shevtsov <loki.vt@gmail.com>
|
Sat, 27 Apr 2013
|
[ 18:25 mva ] (Only the first 10 of 181 ports in this commit are shown above. )
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here
|
Mon, 22 Apr 2013
|
[ 22:33 bapt ]
Convert my ports to use the new USES=pkgconfig
|
Wed, 20 Mar 2013
|
[ 17:19 bapt ]
Add a patch to make the optional shmlog mechanism works on FreeBSD.
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
|
[ 12:47 bapt ]
Turn perl into a runtime only dependency
|
Tue, 19 Mar 2013
|
[ 16:26 bapt ]
- Update to 4.5.1
|
Fri, 8 Mar 2013
|
[ 11:32 bapt ] (Only the first 10 of 209 ports in this commit are shown above. )
Convert USE_BISON to USES= bison
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
|
Sat, 29 Dec 2012
|
[ 18:28 bapt ]
Add an explicit build dependency on pkgconf
|
[ 18:24 bapt ]
- update to 4.4
- 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]
|
Mon, 10 Dec 2012
|
[ 19:08 garga ] (Only the first 10 of 19 ports in this commit are shown above. )
- Update xcb-util to 0.3.9
- 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
|
Fri, 29 Jun 2012
|
[ 16:27 az ] (Only the first 10 of 20 ports in this commit are shown above. )
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
|
Sat, 26 May 2012
|
[ 15:25 dhn ]
- Update to 4.2
|
Sun, 29 Jan 2012
|
[ 14:52 dhn ]
- Update to 4.1.2
|
Sun, 15 Jan 2012
|
[ 12:48 garga ] (Only the first 10 of 14 ports in this commit are shown above. )
Adjust necesary ports to build with xcb-util 0.3.8
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@
|
Wed, 28 Dec 2011
|
[ 15:52 dhn ]
- Fix build on 7.x
Submitted by: garga@ (via mail)
|
Sun, 25 Dec 2011
|
[ 12:01 dhn ]
- Update to 4.1.1
|
Thu, 8 Dec 2011
|
[ 20:17 pav ]
- Mark BROKEN on FreeBSD 7.X: fails to compile fully, fails to install later
/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
|
Mon, 28 Nov 2011
|
[ 11:23 dhn ]
- Fix do-install
- Remove USE_XLIB
- Bump PORTREVISION
PR: ports/162790
Submitted by: Peter <fbsdq@peterk.org>
Feature safe: yes
|
Sun, 27 Nov 2011
|
[ 10:27 bapt ]
Upgrade yajl to 2.0.1 (mirror it my self as upstream still not provide real
static distfiles)
Take back maintainership
chase library bump
Feature safe: yes
|
Sat, 19 Nov 2011
|
[ 08:38 dhn ]
- Update to 4.1
PR: ports/160036
Submitted by: Aldis Berjoza <aldis@bsdroot.lv>
Feature safe: yes
|
Mon, 19 Sep 2011
|
[ 21:06 pav ]
- Chase libev shlib bump
Pointy hat to: vsevolod
|
Sun, 24 Jul 2011
|
[ 08:44 dhn ]
- Update to 3.e-bf3
- Update MASTER_SITES/WWW
PR: ports/159148
Submitted by: Raphael Kubo da Costa <kubito@gmail.com>
|
Sat, 22 Jan 2011
|
[ 20:08 dhn ]
- Update to 3.e-bf2
PR: ports/154222
Submitted by: Raphael Kubo da Costa <kubito@gmail.com>
Feature safe: yes
|
Wed, 1 Dec 2010
|
[ 08:35 miwi ]
- Convert to USE_BISON= build
|
Tue, 29 Jun 2010
|
[ 16:01 dhn ]
- Update to 3.e-bf1
Feature safe: yes
|
Wed, 31 Mar 2010
|
[ 18:40 dhn ]
- Update to 3.e
PR: ports/145200
Submitted by: Bapt <baptiste.daroussin@gmail.com>
|
Sat, 5 Dec 2009
|
[ 21:44 pav ]
- Flip MAKE_JOBS_SAFE -> UNSAFE
Reported by: pointyhat
|
Tue, 10 Nov 2009
|
[ 18:20 dhn ]
- Update to 3.d
PR: ports/140442
Submitted by: Bapt <baptiste.daroussin@gmail.com>
|
Fri, 2 Oct 2009
|
[ 16:47 dhn ]
- Fix build with custom PREFIX/LOCALBASE
Reported by: QAT
|
Mon, 31 Aug 2009
|
[ 16:10 dhn ]
- Removed unneeded dependency
PR: ports/138398
Submitted by: Bapt <baptiste.daroussin@gmail.com>
|
Sun, 23 Aug 2009
|
[ 16:20 dhn ]
- Update to 3.c
|
Wed, 22 Jul 2009
|
[ 19:20 dhn ]
- Fix PATH in example and man file
PR: ports/136330
Submitted by: Sofian Brabez <sbrabez@gmail.com>
|
Tue, 30 Jun 2009
|
[ 16:51 dhn ]
- Update to 3.b
- Fix config PATH, add manpage [1]
Reported by: Michal Bartkowiak <michal@bartkowiak.biz> [1]
|
Sun, 14 Jun 2009
|
[ 22:23 dhn ]
- Chase libxcb/xcb-proto update
- Bump PORTREVSION
|
Sat, 9 May 2009
|
[ 16:20 dhn ]
i3 is an improved dynamic, tiling window manager.
Based on wmii and supports Xinerama
WWW: http://i3.zekjur.net/
Approved by: tabthorpe (co-mentor)
|
Number of commits found: 94 |