aboutsummaryrefslogtreecommitdiff
path: root/x11/squeekboard
Commit message (Collapse)AuthorAgeFilesLines
* lang/rust: Update to 1.46.0Tobias Kortkamp2020-08-301-0/+1
| | | | | | | | | | | - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2020/08/27/Rust-1.46.0.html With hat: rust Differential Revision: https://reviews.freebsd.org/D26176 Notes: svn path=/head/; revision=547071
* x11/squeekboard: fix syntax highlighting after r537035Jan Beich2020-08-111-1/+1
| | | | | | | Emacs 28 painted everything after ` as quoted because ` wasn't terminated. Notes: svn path=/head/; revision=544666
* x11/squeekboard: update to 1.9.3Jan Beich2020-08-112-94/+91
| | | | | | | Changes: https://source.puri.sm/Librem5/squeekboard/compare/v1.9.2...v1.9.3 Notes: svn path=/head/; revision=544665
* lang/rust: Update to 1.45.2Tobias Kortkamp2020-08-031-1/+1
| | | | | | | Changes: https://blog.rust-lang.org/2020/08/03/Rust-1.45.2.html Notes: svn path=/head/; revision=544073
* lang/rust: Update to 1.45.1Tobias Kortkamp2020-07-301-1/+1
| | | | | | | | | | | | | - Apply the "hard links break `env::current_exe()`" workaround from r543251 to lang/rust too - Force rebuild all consumers for the soundness bug in 1.45.0 Changes: https://blog.rust-lang.org/2020/07/30/Rust-1.45.1.html With hat: rust Differential Revision: https://reviews.freebsd.org/D25835 Notes: svn path=/head/; revision=543815
* lang/rust: Update to 1.45.0Tobias Kortkamp2020-07-171-0/+1
| | | | | | | | | | | | | | | | | - This Rust release comes with LLVM 10. Drop the LLVM patches we no longer need. - On FreeBSD 13.0 powerpc64 set the elfv2 ABI explicitly in the Rust target instead of patching LLVM. - Build LLVM with Ninja. It can shorten the build time slightly. - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2020/07/16/Rust-1.45.0.html Tested by: mikael, pkubaj, tobik With hat: rust Differential Revision: https://reviews.freebsd.org/D25658 Notes: svn path=/head/; revision=542412
* x11/squeekboard: update to 1.9.2Jan Beich2020-06-152-39/+38
| | | | | | | Changes: https://source.puri.sm/Librem5/squeekboard/compare/v1.9.1...v1.9.2 Notes: svn path=/head/; revision=538914
* lang/rust: Update to 1.44.0Tobias Kortkamp2020-06-041-0/+1
| | | | | | | | | | | | | | | - Remove devel/cargo-tree since it is now integrated into cargo - Add patch to fix build with LibreSSL 3.1.x and 3.2.0 [1] - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2020/06/04/Rust-1.44.0.html PR: 246332 [1] Tested by: mikael, tobik With hat: rust Differential Revision: https://reviews.freebsd.org/D25099 Notes: svn path=/head/; revision=537917
* Mark as BROKEN on powerpc64: can't find symbol ↵Mark Linimon2020-05-301-0/+2
| | | | | | | | | | | | | eekboard_context_service_get_overlay. The port builds everywhere else. Note: the error is trivially different on gcc and clang. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=537035
* x11/squeekboard: update to 1.9.1Jan Beich2020-05-022-27/+26
| | | | | | | Changes: https://source.puri.sm/Librem5/squeekboard/compare/v1.9.0...v1.9.1 Notes: svn path=/head/; revision=533599
* lang/rust: Update to 1.43.0Tobias Kortkamp2020-04-231-1/+1
| | | | | | | | | | | | | | | | - Add workaround to fix build when CC/CXX have "clang" in them [1] - Respect AR to fix build with external toolchains [2] - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2020/04/23/Rust-1.43.0.html PR: 238556 [1], 245583 [2] Reported by: Matthias Apitz <guru@unixarea.de> [1], Greg V <greg@unrelenting.technology> [2] Tested by: mikael, pkubaj, tobik With hat: rust Differential Revision: https://reviews.freebsd.org/D24521 Notes: svn path=/head/; revision=532685
* lang/rust: Update to 1.42.0Tobias Kortkamp2020-03-121-1/+1
| | | | | | | | | | | | - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2020/03/12/Rust-1.42.html Tested by: mikael, tobik With hat: rust Differential Revision: https://reviews.freebsd.org/D24020 Notes: svn path=/head/; revision=528318
* lang/rust: Update to 1.41.1Tobias Kortkamp2020-02-271-0/+1
| | | | | | | | | | | | | | | | | | | | | - Force rebuild all consumers to fix potential miscompilations with 1.41.0 - Enable SOURCES by default. The sources are indexed by RLS and required for it to function properly, so they should be available by default. This also makes sure we test the option properly. - Remove implied --config=config.toml from x.py args - Switch to the upstreamed backtrace crate patches like rust-nightly - Enable WASM by default [0] - Strip libraries (D23650) [1] - Simplify plist generation (D23735) [2] Changes: https://blog.rust-lang.org/2020/02/27/Rust-1.41.1.html Submitted by: mikael [0,1,2] With hat: rust Differential Revision: https://reviews.freebsd.org/D23835 Notes: svn path=/head/; revision=527260
* x11/squeekboard: update to 1.9.0Jan Beich2020-02-262-39/+23
| | | | | | | | Changes: https://source.puri.sm/Librem5/squeekboard/compare/v1.8.0...v1.9.0 Reported by: Repology Notes: svn path=/head/; revision=527185
* lang/rust: Update to 1.41.0Tobias Kortkamp2020-01-301-0/+1
| | | | | | | | | | | | | | | | | | | - Force rebuild all consumers to catch regressions early - Switch to cross-compiled (from amd64) bootstraps for all architectures generated with the incoming lang/rust-bootstrap - Update cargo-c to 0.5.2 to unbreak librav1e build - Make use of regular MAKE_ENV/TEST_ENV in lang/rust - Turn on RUST_BACKTRACE in lang/rust and USES=cargo to hopefully produce more useful failure logs when something panics during builds Changes: https://blog.rust-lang.org/2020/01/30/Rust-1.41.0.html Tested by: mikael, tobik With hat: rust Differential Revision: https://reviews.freebsd.org/D23385 Notes: svn path=/head/; revision=524658
* x11/squeekboard: update to 1.8.0Jan Beich2020-01-252-15/+15
| | | | | | | Changes: https://source.puri.sm/Librem5/squeekboard/compare/v1.7.0...v1.8.0 Notes: svn path=/head/; revision=524137
* x11/squeekboard: update to 1.7.0Jan Beich2020-01-112-32/+36
| | | | | | | Changes: https://source.puri.sm/Librem5/squeekboard/compare/v1.5.0...v1.7.0 Notes: svn path=/head/; revision=522620
* x11/squeekboard: update to 1.5.0Jan Beich2019-12-242-6/+26
| | | | | | | Changes: https://source.puri.sm/Librem5/squeekboard/compare/v1.4.0...v1.5.0 Notes: svn path=/head/; revision=520765
* lang/rust: Update to 1.40.0Tobias Kortkamp2019-12-191-0/+1
| | | | | | | | | | | | | | | - Force rebuild all consumers to catch regressions early Thanks to Mikaël Urankar for providing updated bootstraps for aarch64, armv6, armv7, powerpc64. Changes: https://blog.rust-lang.org/2019/12/19/Rust-1.40.0.html Tested by: mikael.urankar@gmail.com, tobik With hat: rust Differential Revision: https://reviews.freebsd.org/D22843 Notes: svn path=/head/; revision=520446
* x11/squeekboard: update to 1.4.0Jan Beich2019-12-192-6/+6
| | | | | | | Changes: https://source.puri.sm/Librem5/squeekboard/compare/v1.3.2...v1.4.0 Notes: svn path=/head/; revision=520416
* x11/squeekboard: drop obsolete comment after r518762Jan Beich2019-12-011-1/+0
| | | | Notes: svn path=/head/; revision=518763
* x11/squeekboard: drop CARGO_ENV hackJan Beich2019-12-011-2/+2
| | | | | | | | | | | All cargo variables are prefixed, and USES=meson already passes environ(7) to ninja. No need to exclude variables anymore as cargo.sh adjusts cargo variables for meson to find build artifacts. Idea from: games/jaggedalliance2 Notes: svn path=/head/; revision=518762
* x11/squeekboard: drop braces to save 2 columns after r518756Jan Beich2019-12-011-1/+1
| | | | | | | Also matches $PWD usage a few lines below. Notes: svn path=/head/; revision=518761
* Mk/Uses/cargo.mk: Do not override do-configureTobias Kortkamp2019-12-011-13/+3
| | | | | | | | | | | | | | | Cargo vendoring can be useful even for ports that use other build systems like Meson to call Cargo for the actual build. Often they use the framework's default do-configure which USES=cargo should not overwrite. Remove hacks from games/jaggedalliance2 and x11/squeekboard. Reviewed by: jbeich Differential Revision: https://reviews.freebsd.org/D22619 Notes: svn path=/head/; revision=518760
* x11/squeekboard: fix typo in pkg-messageJan Beich2019-12-011-1/+1
| | | | | | | Submitted by: tobik (via D22619) Notes: svn path=/head/; revision=518757
* x11/squeekboard: unbreak if LDFLAGS contain commaJan Beich2019-12-011-1/+2
| | | | | | | | | $ LDFLAGS=-Wl,--as-needed make [...] sed: 1: "/^cargo/ { s,^,cmd=$1; ...": bad flag in substitute command: '-' Notes: svn path=/head/; revision=518756
* x11/squeekboard: pet stage-qaJan Beich2019-12-012-1/+7
| | | | | | | | | | Error: /usr/local/bin/squeekboard-real is linked to /usr/local/lib/libgdk_pixbuf-2.0.so.0 from graphics/gdk-pixbuf2 but it is not declared as a dependency Warning: you need USE_GNOME+=gdkpixbuf2 Warning: /usr/ports/x11/squeekboard/pkg-message not in UCL format, will be shown on initial install only. Warning: See https://www.freebsd.org/doc/en/books/porters-handbook/pkg-files.html#porting-message Notes: svn path=/head/; revision=518755
* x11/squeekboard: add new portJan Beich2019-12-014-0/+202
Squeekboard is a virtual keyboard supporting Wayland, built primarily for the Librem 5 phone. https://source.puri.sm/Librem5/squeekboard Notes: svn path=/head/; revision=518751