147 Commits

Author SHA1 Message Date
sthen
80ff0466ab merge x11/i3-gaps into x11/i3, ok rsadowski (i3-gaps maintainer) 2023-01-03 11:40:26 +00:00
sthen
f9feaa8820 update to i3-4.22, this now has the functionality from i3-gaps
merged in (the separate i3-gaps port is untouched for now)
2023-01-03 08:49:22 +00:00
sthen
eb93cb9536 update to i3-4.21.1 2022-10-27 09:10:29 +00:00
tj
c28f9ac468 backport upstream fix for a title bar regression in 4.21
https://github.com/i3/i3/issues/5149

ok sthen
2022-09-25 22:37:45 +00:00
sthen
f6366ff551 update to i3-4.21, merging in x11/i3-mousedrag. This is very close to
the code previously in x11/i3-mousedrag plus a couple of commits on top.
2022-09-22 09:59:58 +00:00
naddy
21f1bb8ad8 drop RCS Ids 2022-03-11 20:15:18 +00:00
sthen
7f14e92644 update to i3-4.20.1, plus sync a few things with the i3-mousedrag port
add patch based on rsadowski's for i3-gaps; https://github.com/i3/i3/pull/4420
was merged which adds an "include" config directive based on wordexp();
OpenBSD doesn't have this (and is not ever likely to) so adapt to using glob()
instead.
2021-11-12 16:06:07 +00:00
sthen
d6adaccd24 update to i3-4.19.2 2021-02-27 13:56:04 +00:00
sthen
15563edbc3 i3/forks: don't detect that we're running a debug build. worked out with tb@
https://github.com/i3/i3/issues/4350
2021-02-18 11:19:19 +00:00
sthen
3cbcb35098 i3: patch to avoid requoring bash during build, spotted by tb
drop xxCONFIGURS_ARGS used during testing, spotted by rsadowski
2021-02-13 09:00:05 +00:00
sthen
f23cf92dca update to i3-4.19.1, from Guy Godfroy with a couple of tweaks from me 2021-02-12 23:14:04 +00:00
bket
00e045392e Update to i3-4.18.3
Bugfix release. Changes:
https://github.com/i3/i3/blob/4.18.3/RELEASE-NOTES-4.18.3

OK tb@
2020-11-07 13:14:21 +00:00
solene
95708dc482 Update to i3-4.18.2 2020-07-31 10:00:51 +00:00
bket
a9e02e5ffc Update to i3-4.18.1
Release notes:  https://i3wm.org/downloads/RELEASE-NOTES-4.18.1.txt

OK sthen@ (who had the same diff)
2020-05-15 11:40:13 +00:00
bket
063c2c727f Update to i3-4.18
Changes: https://github.com/i3/i3/blob/4.18/RELEASE-NOTES-4.18

OK tb@
2020-03-10 16:27:52 +00:00
sthen
5a03c386ba neuter pledges (committed to upstream code) with #if 0, some change in
the 4.16.1->4.17 timeframe is causing calls into cairo which do shm access.
shm is not possible in a pledged process.

reported by Ralf Horstmann; for more details see
https://marc.info/?l=openbsd-ports&m=156762440931634&w=2

(missing pieces after forgotten cvs add)
2019-09-04 20:25:48 +00:00
sthen
a4a9f41dd7 neuter pledges (committed to upstream code) with #if 0, some change in
the 4.16.1->4.17 timeframe is causing calls into cairo which do shm access.
shm is not possible in a pledged process.

reported by Ralf Horstmann; for more details see
https://marc.info/?l=openbsd-ports&m=156762440931634&w=2
2019-09-04 20:24:04 +00:00
sthen
59bf7412a6 update to i3-4.17.1 2019-08-31 13:55:44 +00:00
sthen
837ba80f84 update to i3-4.17 2019-08-23 15:07:20 +00:00
sthen
0a5b5bddee replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:50:46 +00:00
sthen
86852bcf6e reset unresponsive maintainers, various porters have spent a bunch of
time waiting for timeouts over the last year or more for many of these
ports.  ok danj@ jca@ kmos@
2019-04-24 16:26:54 +00:00
giovanni
a2398e6825 update to 4.16.1
ok rsadowsky@ kn@
properly enable debug when needed (patch from kn@)
maintainer timeout
2019-03-17 13:46:41 +00:00
giovanni
4def1a7597 Add missing patches 2019-01-18 11:57:36 +00:00
giovanni
e5ea238dde revert an upstream commit IPC related that causes an i3 crash.
diff spotted by Josh Grosse
ok rsadowsky@ jasper@
2019-01-18 11:34:20 +00:00
rsadowski
882fe26d9a Update i3 to 4.16
Maintainer timeout

feedback and ok tb, tested from Josh Grosse
2019-01-13 12:48:10 +00:00
espie
150a0f36fa first tag: update-desktop-database 2018-06-27 21:03:34 +00:00
kn
7c1d129042 Update i3 to 4.15
Diff from Henrik Friedrichsen, tested and OK rsadowski, tb.
2018-03-29 21:05:32 +00:00
danj
0e2c1d50a8 Fix toggle splith/splitv from upstream
ok dcoppa@ (maintainer)
2017-11-08 21:14:27 +00:00
tb
1c258ea8de With i3 4.14, i3-nagbar was migrated to libi3's draw_util in
8edb4a1f0c
As a consequence, libcairo may call shmget after pledge. Reproduce with
'i3-nagbar -f whatever'.  Thus, postpone the pledge to avoid an abort.

ok dcoppa
2017-10-21 19:22:04 +00:00
dcoppa
3d244a4625 Bugfixing update to i3-4.14.1 2017-09-25 06:30:43 +00:00
dcoppa
1b8533228a Merge fixes from upstream:
Check if con_id exists in cmd_swap
(git commit 369c9ed50f2b9fc2dc904db07907cd5f95f0a5ad)

Set marks to NULL after freeing
realloc() was being called on an already freed pointer.
(git commit b48cbe42af94cf69700843922e57c68b81f3fddd)

Properly initialize sigaction struct
(git commit 09ee12d8e5e1cd219493fde3393dbca10c0cc23f)
2017-09-13 12:50:33 +00:00
dcoppa
f6e0dadc67 Update to i3-4.14
Tested by Josh Grosse
Tests, feedback and ok tb@
2017-09-04 14:33:07 +00:00
dcoppa
03393c7d09 Update to i3-4.13
OK tb@, jasper@
2016-11-13 20:46:23 +00:00
jca
38ef911c29 Drop the gettext module. 2016-08-29 09:13:36 +00:00
dcoppa
43078b6786 Update to i3-4.12
Added halex@'s window hints fix
Fixed trailing whitespace in pkg/DESCR (spotted by Josh Grosse)

Tested by tb@ and Josh Grosse
OK tb@
2016-03-09 09:25:51 +00:00
dcoppa
8c3458dafb Sync with upstream 2016-01-26 09:42:35 +00:00
dcoppa
771ac6ebea Fix i3-nagbar invocation from src/commands.c and the example in its
manpage.
2016-01-21 13:22:58 +00:00
tb
a538b86afc Backport semarie@'s improvement of the pledge patch which is now
upstream.  i3 is now pledged unconditionally and the shmlog can
again be enabled at runtime.

ok dcoppa@
2016-01-18 10:04:28 +00:00
sthen
c3bd7f9864 add an easily-greppable marker for ports known to use pledge().
it's not so important while they're only in patches in the ports tree,
but for any which get upstreamed it saves a ~100GB grep to find them.
2016-01-15 19:57:23 +00:00
tb
da8b85fdce add pledge support to three constituents of i3 for wider testing:
i3 itself, i3-msg and i3-nagbar.  Unfortunately, i3bar's design
is incompatible with pledge.

Tested by David Coppa (maintainer), Ralf Horstmann and myself.
Thanks for the great feedback!

ok dcoppa@
2015-12-21 10:16:03 +00:00
tb
25dc0e93ea add pledge support to three constituents of i3 for wider testing:
i3 itself, i3-msg and i3-nagbar.  Unfortunately, i3bar's design
is incompatible with pledge.

Tested by David Coppa (maintainer), Ralf Horstmann and myself.
Thanks for the great feedback!

ok dcoppa@
2015-12-21 09:48:10 +00:00
dcoppa
41b6e84e50 Merge all the fixes from the git stable branch of i3
Regen WANTLIB while here
2015-12-18 15:53:08 +00:00
dcoppa
0d1a0040b2 Update to i3-4.11 2015-10-04 08:48:12 +00:00
dcoppa
2dfb759f5a Bugfix update to i3-4.10.4 2015-09-09 09:01:52 +00:00
dcoppa
0e7a02535f Bugfix update to i3-4.10.3 2015-08-01 09:03:31 +00:00
dcoppa
9f00ac2a4a Update to i3-4.10.2 2015-04-24 09:30:15 +00:00
dcoppa
c4e7ccf925 as clarified by schwarze@, this patch is still needed.
Just update the comment.

thanks Ingo!
2015-03-30 16:30:37 +00:00
dcoppa
7938a2e55e Update to i3-4.10.1 2015-03-30 12:33:46 +00:00
dcoppa
9d9b0db1b5 Update to i3-4.9.1
new dependency on x11/xkbcommon
2015-03-17 15:39:47 +00:00
dcoppa
d4377b0506 Merge fixes from upstream:
i3bar/src/child.c: remove one level of indentation
(git commit bf0e8c2862631d41963fdb6bcb3f41667a7eccc9)

Make click events on status blocks work if 'workspace_buttons no' is set.
(git commit 594b29f83d73b9d4a781d2c33cc6fb06f649dc45)
2015-02-12 08:43:07 +00:00