aboutsummaryrefslogtreecommitdiff
path: root/x11/taiga
Commit message (Collapse)AuthorAgeFilesLines
* x11/taiga: drop maintainershipJan Beich2023-05-041-1/+1
|
* */*: Bump all users of multimedia/ffmpeg*Daniel Engberg2023-04-271-1/+1
| | | | ...to make sure all picks up new version(s)
* audio/opus: bump consumers after update to 1.4Christian Weisgerber2023-04-251-0/+1
|
* x11/taiga: unbreak fetchJan Beich2023-02-021-2/+2
| | | | | | => Fetched file size mismatch (expected 26181, actual 26209) Tested by: tar -tv, diff -ur, mtree -R time -K sha256
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* wayland: add more mostly leaf ports to virtual categoryJan Beich2022-07-201-1/+1
| | | | | | | | | Caveats: - emulators/rpcs3: install qt5-wayland and ensure Renderer is Vulkan (default) - mail/thunderbird: add MOZ_ENABLE_WAYLAND=1 via environ(7) - www/chromium: add --ozone-platform=wayland on command line - www/firefox-esr: add MOZ_ENABLE_WAYLAND=1 via environ(7) - www/firefox: add MOZ_ENABLE_WAYLAND=1 via environ(7)
* cleanup: drop support for EOL FreeBSD 11.XRene Ladan2021-09-301-1/+0
| | | | | | | | | | | | | | | | | Search criteria used: - 11.4 - OSREL* - OSVER* - *_FreeBSD_11 Input from: - adridg: devel/qca-legacy - jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds - sunpoet: security/p5-*OpenSSL* Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust Differential Revision: https://reviews.freebsd.org/D32008 Test Plan: make index
* *: unbreak fetch from hg.sr.ht due to gzip timestamp changeJan Beich2021-08-051-2/+2
| | | | | | | | | | | $ gzip -vl *.tar.gz method crc date time compressed uncompressed ratio uncompressed_name -defla 8a3647d9 Jan 3 16:28 26188 122880 78.6% taiga-34c64aa7c3d7.tar +defla 3eb3459c Aug 5 20:59 26181 122880 78.6% taiga-34c64aa7c3d7.tar -defla a2fb1508 Dec 17 18:36 54998 296960 81.4% wlrobs-v1.0.tar +defla 93eea86e Aug 5 21:01 54980 296960 81.4% wlrobs-v1.0.tar -defla c698855c Feb 4 22:26 71551 368640 80.5% wofi-v1.2.4.tar +defla 2388edd5 Aug 5 20:51 71538 368640 80.5% wofi-v1.2.4.tar
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* x11/taiga: revert r561882Piotr Kubaj2021-01-181-1/+0
| | | | | | | | | | USES=compiler:c11 is already in place. Reported by: jbeich MFH: 2021Q1 Notes: svn path=/head/; revision=561914
* x11/taiga: fix build on GCC architecturesPiotr Kubaj2021-01-171-0/+1
| | | | | | | ../src/taiga.c:142: error: 'for' loop initial declaration used outside C99 mode Notes: svn path=/head/; revision=561882
* x11/taiga: prefer modern compiler like x11-toolkits/wlrootsJan Beich2021-01-091-2/+1
| | | | | | | | | | | | | | | | ../src/taiga.c: In function 'write_cap': ../src/taiga.c:237: warning: missing initializer ../src/taiga.c:237: warning: (near initialization for 'pkt.pts') ../src/taiga.c: In function 'taiga_cap': ../src/taiga.c:390: warning: missing initializer ../src/taiga.c:390: warning: (near initialization for 'out_buf.size') ../src/taiga.c:416: warning: missing braces around initializer ../src/taiga.c:416: warning: (near initialization for 'sigact.__sigaction_u') ../src/taiga.c:416: warning: missing initializer ../src/taiga.c:416: warning: (near initialization for 'sigact.sa_flags') Notes: svn path=/head/; revision=560824
* Add USE_CSTD=c99 to fix build on GCC-based systems:Mark Linimon2021-01-081-0/+1
| | | | | | | | | ../src/utils.c:74: error: 'for' loop initial declaration used outside C99 mode Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=560767
* x11/taiga: add new portJan Beich2021-01-033-0/+30
Taiga is an animated screenshot program for wlroots based wayland compositors such as sway. https://hg.sr.ht/~scoopta/taiga Notes: svn path=/head/; revision=560017