aboutsummaryrefslogtreecommitdiff
path: root/shells/fish
Commit message (Collapse)AuthorAgeFilesLines
* lang/rust: Bump revisions after 1.95.0Mikael Urankar2026-04-271-0/+1
| | | | PR: 294615
* shells/fish: 4.6.0Alan Somers2026-04-035-120/+150
| | | | | | https://github.com/fish-shell/fish-shell/releases/tag/4.6.0 Sponsored by: ConnectWise
* lang/rust: Bump revisions after 1.94.0Mikael Urankar2026-03-231-1/+1
| | | | PR: 293615
* lang/rust: Bump revisions after 1.93.0Mikael Urankar2026-01-281-0/+1
| | | | PR: 292360
* shells/fish: fix the build with DOCS=OFF after 4.3.3Alan Somers2026-01-081-3/+3
| | | | | | PR: 292281 Reported by: lysfjord.daniel@smokepit.net Fixes: 2eb57252799 shells/fish: 4.3.3
* shells/fish: 4.3.3Alan Somers2026-01-074-126/+164
| | | | | | https://github.com/fish-shell/fish-shell/releases/tag/4.3.3 PR: 292135
* lang/rust: Bump revisions after 1.92.0Mikael Urankar2025-12-161-0/+1
| | | | PR: 291582
* shells/fish: 4.2.1Alan Somers2025-11-145-205/+293
| | | | | | | There are many new features since 4.0.6. See the Github release page for details. https://github.com/fish-shell/fish-shell/releases/tag/4.2.1
* lang/rust: Bump revisions after 1.91.1Mikael Urankar2025-11-111-1/+1
| | | | PR: 290816
* lang/rust: Bump revisions after 1.90.0Mikael Urankar2025-10-031-0/+1
| | | | PR: 289709
* shells/fish: fix build on ARM / POWERPiotr Kubaj2025-09-151-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | error[E0308]: mismatched types --> src/path.rs:749:13 | 748 | let remoteness = remoteness_via_statfs( | --------------------- arguments to this function are incorrect 749 | libc::statfs, | ^^^^^^^^^^^^ expected fn pointer, found fn item | = note: expected fn pointer `unsafe extern "C" fn(*const i8, _) -> _` found fn item `unsafe extern "C" fn(*const u8, _) -> _ {libc::statfs}` note: function defined here --> src/path.rs:712:12 | 712 | fn remoteness_via_statfs<StatFS, Flags>( | ^^^^^^^^^^^^^^^^^^^^^ 713 | statfn: unsafe extern "C" fn(*const i8, *mut StatFS) -> libc::c_int, | ------------------------------------------------------------------- error[E0308]: mismatched types --> src/path.rs:725:34 | 725 | if unsafe { (statfn)(path.as_ptr(), buf.as_mut_ptr()) } < 0 { | -------- ^^^^^^^^^^^^^ expected `*const i8`, found `*const u8` | | | arguments to this function are incorrect | = note: expected raw pointer `*const i8` found raw pointer `*const u8`
* shells/fish: 4.0.6Alan Somers2025-09-123-11/+10
| | | | | | Just a few minor bug fixes. https://github.com/fish-shell/fish-shell/releases/tag/4.0.6
* lang/rust: Bump revisions after 1.89.0Mikael Urankar2025-09-011-1/+1
| | | | PR: 288923
* lang/rust: Bump revisions after 1.88.0Mikael Urankar2025-07-031-1/+1
| | | | PR: 287766
* lang/rust: Bump revisions after 1.87.0Mikael Urankar2025-06-051-0/+1
| | | | PR: 286829
* shells/fish: 4.0.2Alan Somers2025-05-164-21/+333
| | | | | | | | The biggest change is that the entire shell has been rewritten in Rust. https://github.com/fish-shell/fish-shell/releases PR: 286572
* shells/fish: update to 3.7.1 and fix MakefileAndrew Fyfe2024-05-223-17/+68
| | | | | | | | | | | | | - Update to fish 3.7.1. - Remove zfs feature check patch; included upstream. - Remove post install step to strip binaries; binaries are stripped durting install. - Add post install steps to remove documentation and/or manual pages if DOCS and/or MANPAGES are not enabled. Be default fish always installs documentation and manual pages. PR: 278468 Approved by: asomers (maintainer)
* shells/fish: fix ZFS tab completionAlan Somers2023-09-082-1/+7
| | | | | | | | | It's already fixed upstream, but not yet in any release, with no ETA. PR: 272246 Reported by: dch Sponsored by: Axcient Approved by: fuz (ports)
* all: remove explicit versions in USES=python for "3.x+"Rene Ladan2023-06-271-1/+1
| | | | | | | | | | | | | | | | | | | The logic in USES=python will automatically convert this to 3.8+ by itself. Adjust two ports that only had Python 3.7 mentioned but build fine on Python 3.8 too. finance/quickfix: mark BROKEN with PYTHON libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++ -DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable -Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi -Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings -Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x -MT _quickfix_la-QuickfixPython.lo -MD -MP -MF .deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o .libs/_quickfix_la-QuickfixPython.o warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found ^~~~~~~~~~ 1 warning and 1 error generated. Reviewed by: portmgr, vishwin, yuri Differential Revision: <https://reviews.freebsd.org/D40568>
* shells/fish: Update to 3.6.1Lewis Cook2023-05-233-18/+22
| | | | | | | | | | | | | | | While here do some minor housekeeping; * Remove superfluous `post-stage-MANPAGES-off` target, cleanup is already handled with PLIST substitutions. * Collapse the `PORT_OPTIONS` conditional pre-checks back into `DOCS`. We only need sphinx when building the documentation, not `MANPAGES`, as such disallow multiple jobs if `DOCS` is enabled. Changes: https://github.com/fish-shell/fish-shell/releases/3.6.1 PR: 271558 Approved by: asomers (maintainer)
* shells/fish: Update to 3.6.0Lewis Cook2023-01-233-69/+121
| | | | | | Changes: https://github.com/fish-shell/fish-shell/releases/tag/3.6.0 PR: 269066 Approved by: asomers (maintainer)
* 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)
* shells/fish: Update to 3.5.1Lewis Cook2022-07-293-4/+9
| | | | | | Changes: https://github.com/fish-shell/fish-shell/releases/tag/3.5.1 PR: 265504 Approved by: asomers (maintainer)
* shells/fish: Update to 3.5.0Lewis Cook2022-07-263-9/+20
| | | | | | | | | While here, drop superfluous `DOCS` from `OPTIONS_DEFAULT` as it's already an implicit option. Changes: https://github.com/fish-shell/fish-shell/releases/tag/3.5.0 PR: 264832 Approved by: asomers (maintainer)
* shells: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Adam Weinberger <adamw@FreeBSD.org> * Andreas Kohn <andreas@syndrom23.de> * Carlos Jacobo Puga Medina <cpm@FreeBSD.org> * Cyrille.Lefevre@laposte.net * Danijel Tasov <danielt@pilgerer.org> * David O'Brien <obrien@NUXI.com> * Emanuel Haupt <ehaupt@FreeBSD.org> * Hajimu UMEMOTO <ume@FreeBSD.org> * Igor Pokrovsky <ip@unixway.org> * Jean-Yves Lefort <jylefort@brutele.be> * Kai Wang <kaiw27@gmail.com> * Martin Wilke <miwi@FreeBSD.org> * Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> * Oliver Eikemeier * Patrick Gardella <patrick@FreeBSD.org> * Pawel Pekala <pawel@FreeBSD.org> * Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Richard Rose <freebsd-security@rikrose.net> * Sean Chittenden <seanc@FreeBSD.org> * Sergey Matveychuk <sem@FreeBSD.org> * Serhii (Sergey) Kozlov <skozlov@FreeBSD.org> * Shinsuke Matsui <smatsui@karashi.org> * Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Sylvio Cesar <sylvio@FreeBSD.org> * Thomas Gellekum <tg@FreeBSD.org> * UMENO Takashi <umeno@rr.iij4u.or.jp> * Vaida Bogdan * Will Andrews <andrews@technologist.com> * Ying-Chieh Liao <ijliao@FreeBSD.org> * conrads@cox.net * erich@rrnet.com * gebhart@secnetix.de * kirk@strauser.com * mcglk@artlogix.com * torstenb With hat: portmgr
* devel/cmake: Update to 3.23.0Loïc Bartoletti2022-05-161-3/+3
| | | | | | | | | | | Update to 3.23.0. Fix pkg-plist: using the default share/man location Release Notes: https://cmake.org/cmake/help/v3.23/release/3.23.html PR: 262886 Exp-run by: antoine
* shells/fish: Update to 3.4.1Alan Somers2022-05-053-10/+98
| | | | | | PR: 263506 Submitted by: Bjorn Neergaard <bjorn@neersighted.com> Approved by: mikael <ports>
* shells/fish: /usr/local/etc/config.fish is a config fileAlan Somers2021-08-212-1/+3
| | | | | | | | Mark it as @sample Approved by: lcook (ports) Reviewed by: lcook Differential Revision: https://reviews.freebsd.org/D31571
* shells/fish: Update to 3.3.1Ben Nied2021-08-103-15/+18
| | | | | PR: 257666 Approved by: asomers (maintainer)
* shells/fish: fix the build with the DEBUG optionAlan Somers2021-06-031-1/+1
| | | | | | | Approved by: dbaio (ports) Submitted by: Kevin Zheng <kevinz5000@gmail.com> PR: 254654 MFH: 2021Q2
* shells/fish: Update to 3.2.2Lewis Cook2021-04-232-4/+4
| | | | | | | Changes: https://github.com/fish-shell/fish-shell/releases/tag/3.2.2 PR: 255345 Approved by: asomers (maintainer) MFH: 2021Q2
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* shells/fish: Update to 3.2.1Lewis Cook2021-03-244-46/+214
| | | | | | | | | | | | | | While here, appease both portclippy/portfmt and simplify port. Changes: https://github.com/fish-shell/fish-shell/releases/tag/3.2.0 https://github.com/fish-shell/fish-shell/releases/tag/3.2.1 PR: 254388 Reviewed by: asomers (maintainer) Approved by: fernape (mentor) Differential Revision: https://reviews.freebsd.org/D29395 Notes: svn path=/head/; revision=569108
* shells/fish: delete debugging cruft from r536422Alan Somers2020-05-251-2/+0
| | | | | | | Reported by: Alexander Matveev <timon@net.nz> Notes: svn path=/head/; revision=536426
* shells/fish: link against devel/ncurses if it's installed at build timeAlan Somers2020-05-241-1/+9
| | | | | | | | | | | | | | | shells/fish is built using CMake and requires the FindCurses module. Unless CURSES_NEED_NCURSES=TRUE, shells/fish will always be built against ncurses from base, even when devel/ncurses is already installed. This change has no effect for packages built from Poudriere, which will not install devel/ncurses when building fish. PR: 246365 Submitted by: Dustin Boyd <memreflect@pm.me> Notes: svn path=/head/; revision=536422
* shells/fish: update to 3.1.2Alan Somers2020-05-242-4/+4
| | | | | | | | PR: 246681 Submitted by: dch Notes: svn path=/head/; revision=536420
* Update SphinxDanilo G. Baio2020-05-112-248/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Repocopy textproc/py-sphinx to textproc/py-sphinx18 Update it to 1.8.5 (latest version from 1.8.X). This version supports Python 2 and 3. Add test target. - textproc/py-sphinx: Update to 3.0.2 Python 3 only (3.5+). Add test target. - Mk/Uses/python.mk: Add PY_SPHINX Shared macro to use with flavors and not break ports with USES=python (all versions). Python >=3.5 --> textproc/py-sphinx (v3.0.2) Python < 3.5 --> textproc/py-sphinx18 (v1.8.5) All ports that uses sphinx were changed to use the new variable ${PY_SPHINX} in the dependency line, exceptions: * Ports that fails to build with sphinx 3.0.2 because of code. They are pointing to textproc/py-sphinx18 directly. There aren't many ports. * Ports that doesn't know Python flavors. - Add several patches to fix Sphinx consumers The most common issues are related with pkg-plist, the output files from Sphinx changes between versions, keep this dynamically is the better approach. This will save time in future sphinx updates. PR: 245629 Exp-run by: antoine Notes: svn path=/head/; revision=534966
* shells/fish: update to 3.1.1Alan Somers2020-05-074-19/+4
| | | | | | | | PR: 245975 Submitted by: Evilham <contact@evilham.com> Notes: svn path=/head/; revision=534268
* shells/fish: cherry-pick upstream fix for SVN performanceAlan Somers2020-04-182-0/+13
| | | | | | | | | | | | Upstream bug #6681 causes fish to run _very_ slowly inside of large Subversion repositories. The bug will be fixed in release 3.1.1. But it's worthwhile to cherry-pick the fix since all FreeBSD developers use large Subversion repositories. https://github.com/fish-shell/fish-shell/issues/6681 Notes: svn path=/head/; revision=532045
* shells/fish: upgrade to 3.1.0Alan Somers2020-02-264-82/+364
| | | | Notes: svn path=/head/; revision=527149
* shells/fish: needs groff at runtimeAlan Somers2020-02-231-0/+2
| | | | | | | | | | | add groff as a runtime MANPAGES_USES. fish uses it to format partial man pages in response to syntax errors. PR: 243480 Reported by: Igor Gali <i.galic@brainsware.org> Notes: svn path=/head/; revision=526945
* shells/fish: fix the build when fish is already installedAlan Somers2019-03-121-4/+17
| | | | | | | | | https://github.com/fish-shell/fish-shell/issues/5735 Submitted by: Stephen <stephen@tungol.org> Notes: svn path=/head/; revision=495523
* shells/fish: upgrade to 3.0.2Alan Somers2019-02-242-4/+4
| | | | Notes: svn path=/head/; revision=493822
* shells/fish: upgrade to 3.0.1Alan Somers2019-02-204-40/+4
| | | | Notes: svn path=/head/; revision=493425
* shells/fish: patch upstream issue #5453Alan Somers2019-01-173-1/+37
| | | | | | | | | | | | | | | This change fixes a segfault that would happen from operations like 'printf "%f" 7.0'. Also, this change removes Python as a runtime dependency. That was supposed to have been done in r488840, but there was a typo. https://github.com/fish-shell/fish-shell/issues/5453 Reported by: Mahmoud Al-Qudsi <mqudsi@neosmart.net> MFH: 2019Q1 Notes: svn path=/head/; revision=490604
* shells/fish: upgrade to 3.0.0Alan Somers2018-12-316-169/+211
| | | | | | | | | | | | | This also switches the build system from autoconf to cmake, and adds an on-by-default MANPAGES option. MANPAGES are now optional because building them requires doxygen. PR: 234493 Reviewed by: koobs Approved by: koobs (ports) Notes: svn path=/head/; revision=488840
* shells/fish: fix the build with Clang-6.0Alan Somers2018-01-271-0/+11
| | | | | | | | | | | | | Clang-6.0 on FreeBSD 12 doesn't define __cpp_lib_make_unique. Patch fish to key off of the value of __cplusplus instead. PR: 225456 Reported by: pkg-fallout Reviewed by: jbeich, dim Differential Revision: https://reviews.freebsd.org/D14058 Notes: svn path=/head/; revision=460135
* shells/fish: fix 2.7.0 build for arm and arm64Alan Somers2017-12-121-0/+11
| | | | | | | | | PR: 224254 Reported by: marcel@herrbischoff.com Sponsored by: Spectra Logic Corp Notes: svn path=/head/; revision=456179
* shells/fish: Upgrade to 2.7.0Alan Somers2017-12-115-65/+40
| | | | | | | Sponsored by: Spectra Logic Corp Notes: svn path=/head/; revision=456053