aboutsummaryrefslogtreecommitdiff
path: root/shells/fish/Makefile
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-031-3/+2
| | | | | | 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-071-3/+2
| | | | | | 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-141-2/+1
| | | | | | | 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: 4.0.6Alan Somers2025-09-121-6/+1
| | | | | | 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-161-3/+12
| | | | | | | | 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-221-10/+16
| | | | | | | | | | | | | - 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-081-0/+4
| | | | | | | | | 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-231-13/+5
| | | | | | | | | | | | | | | 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-231-1/+1
| | | | | | Changes: https://github.com/fish-shell/fish-shell/releases/tag/3.6.0 PR: 269066 Approved by: asomers (maintainer)
* 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-291-1/+1
| | | | | | 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-261-2/+2
| | | | | | | | | 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
* shells/fish: Update to 3.4.1Alan Somers2022-05-051-2/+1
| | | | | | 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-211-0/+2
| | | | | | | | 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-101-1/+1
| | | | | PR: 257666 Approved by: asomers (maintainer)
* shells/fish: Update to 3.2.2Lewis Cook2021-04-231-1/+1
| | | | | | | 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-241-16/+20
| | | | | | | | | | | | | | 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-241-1/+1
| | | | | | | | PR: 246681 Submitted by: dch Notes: svn path=/head/; revision=536420
* Update SphinxDanilo G. Baio2020-05-111-0/+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-071-2/+1
| | | | | | | | 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-181-0/+1
| | | | | | | | | | | | 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-261-5/+4
| | | | 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: upgrade to 3.0.2Alan Somers2019-02-241-1/+1
| | | | Notes: svn path=/head/; revision=493822
* shells/fish: upgrade to 3.0.1Alan Somers2019-02-201-2/+1
| | | | Notes: svn path=/head/; revision=493425
* shells/fish: patch upstream issue #5453Alan Somers2019-01-171-1/+2
| | | | | | | | | | | | | | | 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-311-22/+15
| | | | | | | | | | | | | 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: Upgrade to 2.7.0Alan Somers2017-12-111-1/+1
| | | | | | | Sponsored by: Spectra Logic Corp Notes: svn path=/head/; revision=456053
* comms/mlan3 shells/fish: annotate conflictsAlan Somers2017-12-041-0/+2
| | | | | | | | | | | | They both install /usr/local/bin/fish PR: 222777 Reported by: http://pkgtool.osorio.me/conflicts/ Approved by: Chris Hutchinson <portmaster@bsdforge.com> (mlan3 maintainer) Differential Revision: https://reviews.freebsd.org/D13318 Notes: svn path=/head/; revision=455527
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* shells/fish: Upgrade to 2.6.0Alan Somers2017-09-071-2/+5
| | | | | | | PR: 220068 Notes: svn path=/head/; revision=449384
* shells/fish: Upgrade to 2.5.0Alan Somers2017-02-111-3/+3
| | | | | | | | | | PR: 216990 Reviewed by: brd Approved by: brd (ports) Differential Revision: https://reviews.freebsd.org/D9537 Notes: svn path=/head/; revision=433911
* shells/fish: fix completions for pythonAlan Somers2017-02-111-3/+1
| | | | | | | | | | | | | | | | | | | Eliminate errors during command completion for python, python2, and python3 if the /usr/local/bin/python symlink does not exist. Additionally, even if the symlink does exist, the completions will be wrong for the non-default interpreter. So I'm simply deleting the problematic completions altogether. I opened an upstream bug for the latter issue. https://github.com/fish-shell/fish-shell/issues/3840 While I'm here, delete an extraneous patch file for DOCS=off PR: 216987 Reported by: Keren Sky <keren_sky@live.com> Approved by: brd (ports, implicit) Notes: svn path=/head/; revision=433836
* Fix two bugs in shells/fishAlan Somers2017-02-091-0/+1
| | | | | | | | | | | | | | 1) The build would fail when DOCS=off (PR 216167) 2) Tab completion doesn't work for "mount -t" (PR 216032) PR: 216167 PR: 216032 Reported by: Maxfx <maficccc@gmail.com> Reported by: David Guyot <david.guyot@europecamions-interactive.com> Approved by: brd (ports) Notes: svn path=/head/; revision=433701
* Pass maintainership to submitter, Alan Somers (previous maintainerOlivier Duchateau2017-01-091-1/+1
| | | | | | | | | | | is inactive since 2015-01-30) PR: 215742 Submitted by: asomers@ Differential Revision: https://reviews.freebsd.org/D9034 Notes: svn path=/head/; revision=430991