aboutsummaryrefslogtreecommitdiff
path: root/textproc/bat
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Update libgit2 to 1.1.0.Matthias Fechner2021-04-061-1/+1
| | | | | | | | | This update is also required for www/gitlab-ce 13.10 upgrade. Changelog: https://github.com/libgit2/libgit2/releases/tag/v1.1.0 PR: 252098
* Rebuild lang/rust consumers after r569489Tobias Kortkamp2021-03-291-1/+1
| | | | Notes: svn path=/head/; revision=569491
* textproc/bat: Update to 0.18.0Luca Pizzamiglio2021-03-122-249/+257
| | | | | | | Changes: https://github.com/sharkdp/bat/releases/tag/v0.18.0 Notes: svn path=/head/; revision=568201
* lang/rust: Update to 1.50.0Mikael Urankar2021-02-141-1/+1
| | | | | | | | | | | | | | | - Use bundled libgit/libssh, the versions in ports are too old - Update lang/rust-nightly to 2021-02-12 - Update devel/racer to 2.1.41 - Import upstream patch to fix build issue for Firefox and related ports (https://bugzilla.mozilla.org/show_bug.cgi?id=1684261) Changes: https://github.com/rust-lang/rust/releases/tag/1.50.0 Tested by: mikael, pkubaj Differential Revision: https://reviews.freebsd.org/D28616 Notes: svn path=/head/; revision=565245
* lang/rust: Update to 1.49.0Mikael Urankar2021-01-061-0/+1
| | | | | | | | | | Changes: https://github.com/rust-lang/rust/releases/tag/1.49.0 Tested by: mikael, pkubaj Differential Revision: https://reviews.freebsd.org/D27940 Notes: svn path=/head/; revision=560492
* textproc/bat: update to 0.17.1Luca Pizzamiglio2020-11-272-25/+19
| | | | | | | Changes: https://github.com/sharkdp/bat/releases/tag/v0.17.1 Notes: svn path=/head/; revision=556431
* textproc/bat: Update 0.16.0 -> 0.17.0Yuri Victorovich2020-11-262-20/+22
| | | | | | | | PR: 251333 Approved by: pizzamig (maintainer) Notes: svn path=/head/; revision=556347
* lang/rust: Update to 1.48.0Mikael Urankar2020-11-241-1/+1
| | | | | | | | | | | Changes: https://github.com/rust-lang/rust/releases/tag/1.48.0 Reviewed by: jbeich Tested by: bdragon, jbeich, mikael Differential Revision: https://reviews.freebsd.org/D27293 Notes: svn path=/head/; revision=556157
* lang/rust: Update to 1.47.0Mikael Urankar2020-10-131-1/+1
| | | | | | | | | | | | | | | | | | | | - Add powerpc64le arch (submitted by bdragon in D26711) - Disable DOCS, same problem fixed in r546048 - Update devel/racer to 2.1.36 - Import upstream patch to fix www/firefox (https://hg.mozilla.org/integration/autoland/rev/e2cede25c027) - Import gentoo patches to fix www/firefox-esr, www/cliqz and mail/thunderbird (https://dev.gentoo.org/~whissi/mozilla/patchsets/firefox-esr-78-patches-03.tar.xz : 0036, 0037 and 0038) - Force rebuild all consumers to catch regressions Changelog: https://github.com/rust-lang/rust/releases/tag/1.47.0 Differential Revision: https://reviews.freebsd.org/D26721 Notes: svn path=/head/; revision=552221
* textproc/bat: Update to 0.16Luca Pizzamiglio2020-10-112-269/+215
| | | | | | | Changes: https://github.com/sharkdp/bat/releases/tag/v0.16.0 Notes: svn path=/head/; revision=552073
* lang/rust: Update to 1.46.0Tobias Kortkamp2020-08-301-1/+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
* 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-1/+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
* textproc/bat: Update to 0.15.4Luca Pizzamiglio2020-06-232-110/+53
| | | | | | | Bug fix release Notes: svn path=/head/; revision=539995
* lang/rust: Update to 1.44.0Tobias Kortkamp2020-06-041-1/+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
* textproc/bat: Update to 0.15.0Luca Pizzamiglio2020-04-292-4/+4
| | | | | | | Tiny bug fix release. Notes: svn path=/head/; revision=533377
* textproc/bat: Fix checksumLuca Pizzamiglio2020-04-261-2/+2
| | | | | | | | A piece of the patch got lost because rust toolchain bump. Fixed Notes: svn path=/head/; revision=533059
* textproc/bat: Update to 0.14.0Luca Pizzamiglio2020-04-242-102/+121
| | | | | | | Changelog: https://github.com/sharkdp/bat/releases/tag/v0.14.0 Notes: svn path=/head/; revision=532747
* 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
* devel/libgit2: Update to 1.0.0Tobias Kortkamp2020-04-191-1/+1
| | | | | | | | | | Changes: https://github.com/libgit2/libgit2/releases/tag/v1.0.0 ABI: https://abi-laboratory.pro/tracker/timeline/libgit2 Approved by: mfechner (maintainer) Differential Revision: https://reviews.freebsd.org/D24471 Notes: svn path=/head/; revision=532068
* textproc/bat: Update to 0.13.0Luca Pizzamiglio2020-03-252-197/+309
| | | | | | | Changes: https://github.com/sharkdp/bat/releases/tag/v0.13.0 Notes: svn path=/head/; revision=529121
* devel/libgit2: Update to 0.99.0Tobias Kortkamp2020-03-191-1/+1
| | | | | | | | | | | | | | - Switch to the release tarballs libgit2 now publishes - Drop CURL option since it is no longer used - Use system libpcre instead of the bundled one - Hook up tests - Bump consumers for ABI changes Changes: https://github.com/libgit2/libgit2/releases/tag/v0.99.0 ABI: https://abi-laboratory.pro/tracker/timeline/libgit2/ Notes: svn path=/head/; revision=528684
* 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-1/+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
* lang/rust: Update to 1.41.0Tobias Kortkamp2020-01-301-1/+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
* lang/rust: Update to 1.40.0Tobias Kortkamp2019-12-191-1/+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
* lang/rust: Update to 1.39.0Tobias Kortkamp2019-11-071-1/+1
| | | | | | | | | | | | | | | | | | - Force rebuild all consumers to catch regressions early - Partially apply D20792 in preparation for PPC_ABI support - Add LibreSSL 3.0.x support [1] Thanks to Mikaël Urankar for providing updated bootstraps for aarch64, armv6, armv7, powerpc64. Changes: https://blog.rust-lang.org/2019/11/07/Rust-1.39.0.html PR: 241411 [1] Tested by: mikael.urankar@gmail.com, tobik With hat: rust Differential Revision: https://reviews.freebsd.org/D22240 Notes: svn path=/head/; revision=516995
* lang/rust: Update to 1.38.0Tobias Kortkamp2019-09-271-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/09/26/Rust-1.38.0.html Tested by: jbeich, mikael.urankar@gmail.com, tobik With hat: rust Differential Revision: https://reviews.freebsd.org/D21778 Notes: svn path=/head/; revision=513013
* textproc/bat: Update to 0.12.1Luca Pizzamiglio2019-09-232-240/+231
| | | | | | | | | | Changes: https://github.com/sharkdp/bat/releases/ PR: 240304 Submitted by: fox@ Notes: svn path=/head/; revision=512624
* lang/rust: Update to 1.37.0Tobias Kortkamp2019-08-151-1/+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/08/15/Rust-1.37.0.html Tested by: jbeich, tobik, greg@unrelenting.technology (aarch64) With hat: rust Differential Revision: https://reviews.freebsd.org/D21247 Notes: svn path=/head/; revision=508994
* lang/rust: Update to 1.36.0Tobias Kortkamp2019-07-041-1/+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/07/04/Rust-1.36.0.html Tested by: jbeich, mikael.urankar@gmail.com With hat: rust Differential Revision: https://reviews.freebsd.org/D20810 Notes: svn path=/head/; revision=505837
* textproc/bat: Update to 0.11.0Luca Pizzamiglio2019-05-282-197/+221
| | | | | | | Changes: https://github.com/sharkdp/bat/releases/tag/v0.11.0 Notes: svn path=/head/; revision=502864
* lang/rust: Update to 1.35.0Tobias Kortkamp2019-05-241-1/+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/05/23/Rust-1.35.0.html Reviewed by: jbeich Tested by: pkubaj (powerpc64), mikael.urankar@gmail.com (aarch64) With hat: rust Differential Revision: https://reviews.freebsd.org/D20332 Notes: svn path=/head/; revision=502416
* lang/rust: Update to 1.34.2Tobias Kortkamp2019-05-151-1/+1
| | | | | | | | | | | | | | - While here add patches from [1] for LibreSSL 2.9.1 support [1] https://github.com/sfackler/rust-openssl/pull/1097 Changes: https://blog.rust-lang.org/2019/05/13/Security-advisory.html Changes: https://blog.rust-lang.org/2019/05/14/Rust-1.34.2.html PR: 237495 [1] Security: 37528379-76a8-11e9-a4fd-00012e582166 Notes: svn path=/head/; revision=501679
* textproc/bat: Add manpageLuca Pizzamiglio2019-05-111-2/+4
| | | | | | | | | | Add manpage and bump PORTREVISION PR: 237763 Submitted by: Nuno Teixeira Notes: svn path=/head/; revision=501253
* Mk/Uses/cargo.mk: Push lib dependencies back down into portsTobias Kortkamp2019-04-171-0/+3
| | | | | | | | | | | | | | | | | | Some crates are optional via Cargo features or are only used during tests, however the framework has no way to discriminate between test or run dependencies using just CARGO_CRATES leading to more run dependencies than necessary for some packages. With more ported Rust applications it's time to let individual ports make that decision now. The environmental setup to use dependencies from ports instead of bundled ones and implied build dependencies (cmake, gmake, pkgconf) are left in place for now. Assign cargo.mk to rust@ while here. Notes: svn path=/head/; revision=499149
* lang/rust: Update to 1.34.0Tobias Kortkamp2019-04-111-1/+1
| | | | | | | | | | | | | | | | | - Update devel/racer to latest version that can build with 1.34.0 - Drop no longer needed patch from textproc/ripgrep - 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/04/11/Rust-1.34.0.html Reviewed by: jbeich With hat: rust Differential Revision: https://reviews.freebsd.org/D19850 Notes: svn path=/head/; revision=498677
* Bump revision to use new libgit2 version 0.28.1.Matthias Fechner2019-03-281-1/+1
| | | | | | | Reported by: jbeich Notes: svn path=/head/; revision=497008
* lang/rust: update to 1.33.0Jan Beich2019-02-281-1/+1
| | | | | | | | | | | | | | - www/firefox temporarily loses SIMD in charset conversion, see https://bugzilla.mozilla.org/show_bug.cgi?id=1521249 - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2019/02/28/Rust-1.33.0.html Tested by: Mikaël Urankar (aarch64, armv6, armv7, powerpc64), Piotr Kubaj (powerpc64) Approved by: rust (tobik) Differential Revision: https://reviews.freebsd.org/D19354 Notes: svn path=/head/; revision=494176
* USES=cargo to update libc to 0.2.49 for Tier2Jan Beich2019-02-282-4/+4
| | | | | | | | PR: 235063 Differential Revision: https://reviews.freebsd.org/D19309 Notes: svn path=/head/; revision=494175
* textproc/bat: Update to 0.10.0Luca Pizzamiglio2019-02-112-29/+68
| | | | | | | Changes: https://github.com/sharkdp/bat/releases/tag/v0.10.0 Notes: svn path=/head/; revision=492689
* lang/rust: update to 1.32.0Jan Beich2019-01-171-1/+1
| | | | | | | | | | | | - devel/racer no longer needs to dowgrade rustc-ap-syntax - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2019/01/17/Rust-1.32.0.html Approved by: rust (tobik) Differential Revision: https://reviews.freebsd.org/D18858 Notes: svn path=/head/; revision=490600
* lang/rust: update to 1.31.0Jan Beich2018-12-061-0/+1
| | | | | | | | | | | | - devel/racer no longer needs to dowgrade rustc-ap-syntax - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2018/12/06/Rust-1.31.0.html Approved by: rust (tobik) Differential Revision: https://reviews.freebsd.org/D18427 Notes: svn path=/head/; revision=486770
* textproc/bat: Update to 0.9.0Luca Pizzamiglio2018-11-122-83/+97
| | | | | | | Changelog: https://github.com/sharkdp/bat/releases/tag/v0.9.0 Notes: svn path=/head/; revision=484826
* lang/rust: update to 1.30.0Jan Beich2018-10-251-0/+1
| | | | | | | | | | | | - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2018/10/25/Rust-1.30.0.html Approved by: rust (tobik) MFH: 2018Q4 (less rust versions to support) Differential Revision: https://reviews.freebsd.org/D17695 Notes: svn path=/head/; revision=482993
* textproc/bat: Update to v0.8.0Luca Pizzamiglio2018-10-232-71/+124
| | | | | | | Changes: https://github.com/sharkdp/bat/releases/tag/v0.8.0 Notes: svn path=/head/; revision=482817
* lang/rust: update to 1.29.2Jan Beich2018-10-121-1/+1
| | | | | | | | | | | | | - Force rebuild all consumers in case some are affected by miscompilation Changes: https://blog.rust-lang.org/2018/10/12/Rust-1.29.2.html PR: 229826 (follow up) Approved by: rust (tobik) MFH: 2018Q4 Differential Revision: https://reviews.freebsd.org/D17477 Notes: svn path=/head/; revision=481921