| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
While here, use <tab> instead of <space>'s after assignment.
Reported by: pkg-fallout
|
| |
|
|
|
|
|
| |
ChangeLog:
https://codeberg.org/letoram/arcan/src/branch/master/CHANGELOG.md#0-7-1
PR: 292012
|
| | |
|
| |
|
|
| |
Incorporate an upstream patch to build with recent ffmpeg
|
| |
|
|
|
|
|
|
| |
Disconnect lang/luajit-devel from the build, will be removed soon.
Bump PORTREVISIONs for the consumers.
Discussed with: adamw
PR: 225342
|
| |
|
|
|
|
| |
Also adopt port.
PR: 286906
|
| | |
|
| |
|
|
|
| |
Changes: https://github.com/letoram/arcan/releases/tag/0.6.3.3
Reported by: portscout
|
| |
|
|
|
| |
Changes: https://github.com/letoram/arcan/releases/tag/0.6.3.2
Reported by: portscout
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Upstream releases frequently and independently from xorg-server
- Both ports have the same features and defaults
- Newer snapshots may decrease stability or break HiDPI patches
Note, wlroots-devel cannot stay on xwayland-devel without introducing
package conflicts when installing hyprland + cage/gamescope.
This reverts commit 4c432d12bbb40a1c91963af26986002e9c388f29.
This reverts commit 09721d1275eea4199d7b39b25d962017187c82a0.
|
| |
|
|
| |
Approved by: portmgr (blanket)
|
| |
|
|
|
| |
Changes: https://github.com/letoram/arcan/releases/tag/0.6.3
Reported by: Repology
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Arcan >= 0.6.1 respects XKB_DEFAULT_LAYOUT ("us" by default, similar
to Option "XkbLayout" in xorg.conf) instead of ARCAN_INPUT_KEYMAPS
(/usr/share/syscons/keymaps/us.iso.kbd by default). XKB_DEFAULT_* are
also used by other libxkbcommon consumers like Wayland compositors.
Users that prefer syscons input backend can override via Makefile.local e.g.,
$ echo CMAKE_ARGS+=-DINPUT_PLATFORM=syscons >/usr/ports/multimedia/arcan/Makefile.local
PR: 274163
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
$ arcan console
pid 12345 (arcan), jid 0, uid 1111: exited on signal 6 (no core dump - bad address)
$ tail -1 /var/log/messages
Sep 29 22:48:36 localhost arcan[12345]: stack overflow detected; terminated
(lldb) bt
* thread #2, name = 'arcan', stop reason = signal SIGABRT
* frame #0: 0x00000008277faf5a libc.so.7`__sys_kill at kill.S:4
frame #1: 0x00000008277fe361 libc.so.7`__fail(msg="stack overflow detected; terminated") at stack_protector.c:120:8
frame #2: 0x00000008277fe2d0 libc.so.7`__stack_chk_fail at stack_protector.c:127:2
frame #3: 0x00000000002eb876 arcan`button_count(fd=5, bitn=1, got_mouse=0x000000082040a5cf, got_joy=0x000000082040a5ce) at event.c:0
(lldb) f 3
frame #3: 0x00000000002eb876 arcan`button_count(fd=5, bitn=1, got_mouse=0x000000082040a5cf, got_joy=0x000000082040a5ce) at event.c:0
844 #define bit_isset(ary, bit) (( ary[bit_longn(bit)] >> bit_ofs(bit)) & 1)
845 #define bit_count(x) ( ((x) - 1 ) / (sizeof(long) * 8 ) + 1 )
846
-> 847 static size_t button_count(int fd, size_t bitn, bool* got_mouse, bool* got_joy)
848 {
849 size_t count = 0;
850
PR: 274163
Reported by: Albin "a12l" Otterhäll
|
| |
|
|
| |
...to make sure all picks up new version(s)
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
In my previous commit 18c6e18 I missed some ports where RUBY was
optional. This commit fixes those missing ports and fixes INDEX build.
Approved by: portmgr
Fixes: 18c6e18 Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
|
| |
|
|
| |
arcan-wayland is a Wayland compositor but runs on top of A12 server.
|
| |
|
|
|
| |
Changes: https://github.com/letoram/arcan/releases/tag/0.6.2.1
Reported by: Repology
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
|
| |
|
|
|
| |
Changes: https://github.com/letoram/arcan/releases/tag/0.6.2
Reported by: Repology
|
| |
|
|
|
|
| |
Bump PORTREVISION and update dependency on espeak to espeak-ng.
This reverts commit b57678ad2e5278b6c5eba29e7602e681528400fd.
|
| | |
|
| |
|
|
|
| |
Changes: https://github.com/letoram/arcan/releases/tag/0.6.1.1
Reported by: Repology
|
| |
|
|
|
|
| |
Improve discoverability without circular dependency. While one can use
`arcan console` or install an appl (pipeworld, safespaces) out of band
the binary package already has many dependencies for extra features.
|
| |
|
|
| |
Changes: https://github.com/letoram/arcan/releases/tag/0.6.1
|
| |
|
|
|
|
|
|
|
|
| |
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824
|
| |
|
|
| |
Reported by: tobik
|
| |
|
|
| |
Inspired by: Arch, PkgSrc
|
| |
|
|
| |
Inspired by: Arch
|
| |
|
|
| |
Reported by: lwhsu
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(encode) disabled, lzma not found
[...]
Determining if the function lzma_auto_decoder exists in the /usr/lib/liblzma.so failed with the following output:
c++: error: the clang compiler does not support '-march=native'
[...]
===> Checking for items in pkg-plist which are not in STAGEDIR
Error: Missing: bin/afsrv_encode
PR: 254234
Reported by: mikael
Notes:
svn path=/head/; revision=568164
|
| |
|
|
|
|
|
|
|
|
|
|
| |
lang/luajit hasn't been updated in years. Alpine, Debian, Fedora,
Gentoo, Guix, Mageia, Nix, Void updated to 2.1.0 beta3 or snapshot.
Of those Guix and Void have Arcan package. So, switch to 2.1 as well
for better stability and non-x86 support.
https://github.com/letoram/arcan/commit/b1290c6485db
Notes:
svn path=/head/; revision=566992
|
| |
|
|
| |
Notes:
svn path=/head/; revision=566991
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Fix typos
- Remove duplicate variables
- Remove nop variables
- Sort categories
Reported by: portscan
Notes:
svn path=/head/; revision=566598
|
| |
|
|
|
|
|
| |
It builds fine with luajit-openresty.
Notes:
svn path=/head/; revision=565356
|
| |
|
|
|
|
|
|
|
| |
lang/luajit is not available on powerpc64 and powerpc64le.
MFH: 2021Q1
Notes:
svn path=/head/; revision=565248
|
| |
|
|
|
|
|
| |
Changes: https://github.com/letoram/arcan/compare/0.6.0...0.6.0.1
Notes:
svn path=/head/; revision=558221
|
| |
|
|
| |
Notes:
svn path=/head/; revision=557814
|
| |
|
|
|
|
|
|
|
| |
When launching on console under egl-dri session at least /dev/sysmouse
fed by moused(8) requires root permissions. However, building and
staging install as non-root may clear setuid bit.
Notes:
svn path=/head/; revision=557752
|
| |
|
|
| |
Notes:
svn path=/head/; revision=556541
|
| |
|
|
| |
Notes:
svn path=/head/; revision=556539
|
| |
|
|
| |
Notes:
svn path=/head/; revision=556536
|
| |
|
|
|
|
|
| |
PR: 251428
Notes:
svn path=/head/; revision=556535
|
| |
|
|
|
|
|
|
|
|
|
|
| |
src/wayland/xwlwm/xwlwm.c:
char* argv[] = {
"Xwayland", "-rootless",
"-displayfd", NULL,
"-wm", NULL,
NULL, NULL};
Notes:
svn path=/head/; revision=556489
|
| |
|
|
|
|
|
|
|
|
|
|
| |
src/frameserver/util/anet_keystore_naive.c:231:10: warning: implicit declaration of function 'getline' is invalid in C99 [-Wimplicit-function-declaration]
while (getline(&inbuf, &len, fpek) != -1){
^
src/frameserver/util/anet_keystore_naive.c:427:15: warning: implicit declaration of function 'getline' is invalid in C99 [-Wimplicit-function-declaration]
while ((nr = getline(&inbuf, &len, fpek)) != -1){
^
Notes:
svn path=/head/; revision=556485
|