summaryrefslogtreecommitdiff
path: root/x11/waybar/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-03-20x11/waybar: unbreak with --auto-features=enabledJan Beich1-1/+1
meson.build:98:0: ERROR: Dependency "libnl-3.0" not found, tried pkgconfig meson.build:108:0: ERROR: Dependency "wireplumber-0.4" not found, tried pkgconfig and cmake meson.build:125:0: ERROR: Dependency "systemd" not found, tried pkgconfig and cmake PR: 270361
2023-03-02accessibility/at-spi2-core: update to 2.46.0Tobias C. Berner1-0/+1
What's new in at-spi2-core 2.46.0: * Fix GetInterfaces documentation on org.a11y.atspi.Accessible interface. What's new in at-spi2-core 2.45.91: * Send device event controller events using the same signature as other events. * Document the Accessible, Action, and Cache dbus interfaces. * Fix license of atspi-gmain.c (#87). What's new in at-spi2-core 2.45.90: * xml: Add some documentation. * xml: Fix event arguments. * xml: Add some missing DeviceEventController methods. * Bind the AT-SPI bus to the graphical session. * Mark bus service as belonging to the session slice. * Add ATSPI_ROLE_PUSH_BUTTON_MENU. * Add an "announcement" event/signal to allow objects to send notifications (!63). * Various code clean-ups and test improvements. What's new in at-spi2-core 2.45.1: * Atk and at-spi2-atk are now merged into this project. * Now requires meson 0.56.2 and glib 2.67.4. * at-spi2-atk: Expose the accessible hierarchy via dbus introspection. * Properly escape the AT-SPI bus address; fixes warnings about the address not containing a colon (!55). * Add a text value to AtspiValue, so that a value can expose a textual description, as in the new Atk value API. * Add atspi_event_listener_register_with_app, to allow an event listener to be registered only for a given application (!52). - accessibility/atk and accessibility/at-spi2-atk have been merged into accessibility/at-spi2-core - accessibility/at-spi2-core: bump consumers of removed ports atk and at-spi2-atk PR: 269704 Exp-run by: antoine ---
2023-01-11x11/waybar: update to 0.9.17Jan Beich1-4/+8
Changes: https://github.com/Alexays/Waybar/releases/tag/0.9.17 Reported by: GitHub (watch releases)
2022-12-19*/*: chase the upgrade of devel/libfmt to 9.1.0Thierry Thomas1-0/+1
PR: 268081
2022-11-25x11/waybar: update to 0.9.16Jan Beich1-1/+1
Changes: https://github.com/Alexays/Waybar/releases/tag/0.9.16 Reported by: GitHub (watch releases)
2022-11-03x11/waybar: update to 0.9.15Jan Beich1-1/+1
Changes: https://github.com/Alexays/Waybar/releases/tag/0.9.15 Changes: https://github.com/Alexays/Waybar/compare/b81c06cb...0.9.15 Reported by: GitHub (watch releases)
2022-10-27x11/waybar: respect PREFIX for icons after 5b52ba0c0247Jan Beich1-0/+3
2022-10-27x11/waybar: prevent fetch during buildJan Beich1-0/+1
Run-time dependency catch2 found: NO (tried pkgconfig and cmake) Looking for a fallback subproject for the dependency catch2 Downloading catch2 source from https://github.com/catchorg/Catch2/archive/v3.1.0.tar.gz Download size: 1031425 Downloading: .......... Downloading catch2 patch from https://wrapdb.mesonbuild.com/v2/catch2_3.1.0-1/get_patch Download size: 4889 Downloading: .......... Executing subproject catch2 catch2| Project name: catch2 catch2| Project version: 3.1.0 catch2| C++ compiler for the host machine: c++ (clang 13.0.0 "FreeBSD clang version 13.0.0 (git@github.com:llvm/llvm-project.git llvmorg-13.0.0-0-gd7b669b3a303)") catch2| C++ linker for the host machine: c++ ld.lld 13.0.0 catch2| Configuring catch_user_config.hpp using configuration catch2| Build targets in project: 39 catch2| Subproject catch2 finished. Dependency catch2 from subproject subprojects/Catch2-3.1.0 found: YES 3.1.0 ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: include/catch2/benchmark/catch_benchmark.hpp [...] Error: Orphaned: include/catch2/catch_all.hpp [...] Error: Orphaned: lib/libCatch2.a Error: Orphaned: lib/libCatch2Main.a Error: Orphaned: libdata/pkgconfig/catch2-with-main.pc Error: Orphaned: libdata/pkgconfig/catch2.pc ===> Checking for items in pkg-plist which are not in STAGEDIR ===> Error: Plist issues found. *** Error code 1
2022-10-27x11/waybar: update to 0.9.14Jan Beich1-8/+13
Changes: https://github.com/Alexays/Waybar/releases/tag/0.9.14 Reported by: GitHub (watch releases)
2022-09-07Add WWW entries to port MakefilesStefan Eßer1-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)
2022-07-01x11/waybar: add @nopulse flavor (aka waybar-nopulse)Jan Beich1-0/+8
pulseaudio is a heavy dependency but waybar also supports sndio e.g., $ pkg install sway waybar mpv firefox $ pkg install waybar-nopulse $ pkg autoremove Checking integrity... done (0 conflicting) Deinstallation has been requested for the following 11 packages: Installed packages to be REMOVED: consolekit2: 1.2.4_3 fftw3: 3.3.10_2 fftw3-float: 3.3.10_2 flac: 1.3.4 libltdl: 2.4.7 libsndfile: 1.0.31_1 libsoxr: 0.1.3_3 orc: 0.4.31 pulseaudio: 14.2_4 speexdsp: 1.2.1 webrtc-audio-processing0: 0.3.1_2 Number of packages to be removed: 11 The operation will free 25 MiB. PR: 264678
2022-07-01wayland: add wayland virtual categoryBaptiste Daroussin1-1/+1
2022-05-23x11/waybar: update to 0.9.13Jan Beich1-5/+16
Changes: https://github.com/Alexays/Waybar/releases/tag/0.9.13 Reported by: GitHub (watch releases)
2022-04-10textproc/libxml2: bump all LIB_DEPENDS consumersCharlie Li1-1/+1
This is a separate commit to facilitate easier cherry-picking for quarterly. PR: 262853, 262940, 262877, 263126 Approved by: fluffy (mentor)
2022-03-26textproc/libxml2: bump all dependenciesMatthias Fechner1-0/+1
This should make sure that all dependent ports will pick up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
2022-03-10x11/waybar: update to 0.9.12Jan Beich1-1/+4
Changes: https://github.com/Alexays/Waybar/releases/tag/0.9.11 Changes: https://github.com/Alexays/Waybar/releases/tag/0.9.12 Reported by: GitHub (watch releases)
2022-03-06x11/waybar: update to 0.9.10Jan Beich1-1/+1
Changes: https://github.com/Alexays/Waybar/releases/tag/0.9.10 Reported by: GitHub (watch releases)
2022-01-10x11/waybar: update to 0.9.9Jan Beich1-2/+11
Changes: https://github.com/Alexays/Waybar/releases/tag/0.9.9 Reported by: GitHub (watch releases)
2021-11-05devel/jsoncpp: Update to 1.9.4 -> 1.9.5Daniel Engberg1-0/+1
PR: 259654
2021-09-30cleanup: drop support for EOL FreeBSD 11.XRene Ladan1-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
2021-08-16x11/waybar: update to 0.9.8Jan Beich1-5/+11
Changes: https://github.com/Alexays/Waybar/releases/tag/0.9.8 Reported by: GitHub (watch releases)
2021-07-22devel/libfmt: Update to 8.0.0Po-Chuan Hsieh1-0/+1
- Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/fmtlib/fmt/releases PR: 257026 Exp-run by: antoine
2021-04-15x11/waybar: update to 0.9.7Jan Beich1-1/+1
Changes: https://github.com/Alexays/Waybar/releases/tag/0.9.7 Reported by: GitHub (watch releases)
2021-04-15x11/waybar: update to 0.9.6Jan Beich1-1/+2
Changes: https://github.com/Alexays/Waybar/releases/tag/0.9.6 Reported by: GitHub (watch releases)
2021-04-14Mk: Cleanup after moving apply-slist earlier.Mathieu Arnold1-1/+0
2021-04-07One more small cleanup, forgotten yesterday.Mathieu Arnold1-1/+0
Reported by: lwhsu
2021-04-06Remove # $FreeBSD$ from Makefiles.Mathieu Arnold1-1/+0
2020-12-23x11/waybar: update to 0.9.5Jan Beich1-7/+1
Changes: https://github.com/Alexays/Waybar/releases/tag/0.9.5 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=559033
2020-11-24x11/waybar: unbreak taskbar after r554475Jan Beich1-1/+2
[error] wlr/taskbar: argument not found Notes: svn path=/head/; revision=556180
2020-10-05x11/waybar: backport SNDIO supportJan Beich1-2/+12
Notes: svn path=/head/; revision=551470
2020-09-21x11/waybar: update to 0.9.4Jan Beich1-2/+1
Changes: https://github.com/Alexays/Waybar/releases/tag/0.9.4 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=549440
2020-09-07devel/libfmt: Update to 7.0.3Tobias Kortkamp1-1/+1
Changes: https://github.com/fmtlib/fmt/releases/tag/7.0.3 ABI: https://abi-laboratory.pro/tracker/timeline/fmt Notes: svn path=/head/; revision=547943
2020-08-20x11/waybar: install icons font by defaultJan Beich1-2/+6
Default config uses icons for cpu, memory, speaker/mic, etc. MFH: 2020Q3 Notes: svn path=/head/; revision=545498
2020-08-05x11/waybar: update to 0.9.3Jan Beich1-17/+5
Changes: https://github.com/Alexays/Waybar/releases/tag/0.9.3 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=544248
2020-07-31devel/libfmt: Update to 7.0.2Tobias Kortkamp1-1/+1
Changes: https://github.com/fmtlib/fmt/releases/tag/7.0.2 ABI: https://abi-laboratory.pro/tracker/timeline/fmt Notes: svn path=/head/; revision=543873
2020-07-20devel/libfmt: Update to 7.0.1Tobias Kortkamp1-1/+1
Changes: https://github.com/fmtlib/fmt/releases/tag/7.0.1 ABI: https://abi-laboratory.pro/tracker/timeline/fmt Notes: svn path=/head/; revision=542655
2020-06-30Bump devel/jsoncpp consumers after r540853.Tobias C. Berner1-1/+1
Reported by: Kevin Oberman <rkoberman@gmail.com> Notes: svn path=/head/; revision=540909
2020-06-12x11/waybar: chase r538356Jan Beich1-2/+2
===> waybar-0.9.2_1 depends on shared library: libtz.so - not found Reported by: pkg-fallout Notes: svn path=/head/; revision=538557
2020-05-10devel/libfmt: Update to 6.2.1Tobias Kortkamp1-0/+1
Changes: https://github.com/fmtlib/fmt/releases/tag/6.2.0 Changes: https://github.com/fmtlib/fmt/releases/tag/6.2.1 ABI: https://abi-laboratory.pro/tracker/timeline/fmt Notes: svn path=/head/; revision=534820
2020-04-11x11/waybar: update to 0.9.2Jan Beich1-13/+19
Changes: https://github.com/Alexays/Waybar/releases/tag/0.9.2 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=531417
2020-04-10x11/waybar: track new package dependency after r531278Jan Beich1-2/+2
0x00000001 NEEDED Shared library: [libspdlog.so.1] PR: 244747 Notes: svn path=/head/; revision=531282
2020-04-10devel/spdlog: Update 1.4.2 -> 1.5.0; Change to shared libraryYuri Victorovich1-0/+1
PR: 244747 Approved by: vanilla (maintainer) Notes: svn path=/head/; revision=531278
2020-02-11x11/waybar: update to 0.9.1Jan Beich1-3/+10
Changes: https://github.com/Alexays/Waybar/releases/tag/0.9.1 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=525768
2020-01-13devel/jsoncpp: Update 1.8.1 -> 1.9.2Yuri Victorovich1-0/+1
PR: 229677 Differential Revision: D22905 Notes: svn path=/head/; revision=522975
2019-12-28x11/waybar: update to 0.9.0Jan Beich1-16/+19
Changes: https://github.com/Alexays/Waybar/releases/tag/0.9.0 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=521223
2019-12-14devel/libfmt: Update to 6.1.2Tobias Kortkamp1-1/+1
Changes: https://github.com/fmtlib/fmt/releases/tag/6.1.2 ABI: https://abi-laboratory.pro/tracker/timeline/fmt Notes: svn path=/head/; revision=520127
2019-12-08devel/libfmt: Update to 6.1.1Tobias Kortkamp1-1/+1
Changes: https://github.com/fmtlib/fmt/releases/tag/6.1.1 ABI: https://abi-laboratory.pro/tracker/timeline/fmt Notes: svn path=/head/; revision=519271
2019-12-03devel/libfmt: Update to 6.1.0Tobias Kortkamp1-1/+1
Changes: https://github.com/fmtlib/fmt/releases/tag/6.1.0 ABI: https://abi-laboratory.pro/tracker/timeline/fmt Notes: svn path=/head/; revision=518945
2019-11-08x11*: Add missing USES={gl,gnome,mate}Tobias Kortkamp1-1/+1
Notes: svn path=/head/; revision=517047
2019-09-01devel/libfmt: Update to 6.0.0Tobias Kortkamp1-0/+1
While here - Normalize CMAKE_ARGS, USES=compiler:c++11-lib - Pet portfmt - Bump revision of consumers due to ABI changes Changes: https://github.com/fmtlib/fmt/releases/tag/6.0.0 ABI: https://abi-laboratory.pro/tracker/timeline/fmt/ PR: 240141 Notes: svn path=/head/; revision=510680