| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
PR: 294615
|
| |
|
|
|
|
| |
https://github.com/fish-shell/fish-shell/releases/tag/4.6.0
Sponsored by: ConnectWise
|
| |
|
|
| |
PR: 293615
|
| |
|
|
| |
PR: 292360
|
| |
|
|
|
|
| |
PR: 292281
Reported by: lysfjord.daniel@smokepit.net
Fixes: 2eb57252799 shells/fish: 4.3.3
|
| |
|
|
|
|
| |
https://github.com/fish-shell/fish-shell/releases/tag/4.3.3
PR: 292135
|
| |
|
|
| |
PR: 291582
|
| |
|
|
|
|
|
| |
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
|
| |
|
|
| |
PR: 290816
|
| |
|
|
| |
PR: 289709
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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`
|
| |
|
|
|
|
| |
Just a few minor bug fixes.
https://github.com/fish-shell/fish-shell/releases/tag/4.0.6
|
| |
|
|
| |
PR: 288923
|
| |
|
|
| |
PR: 287766
|
| |
|
|
| |
PR: 286829
|
| |
|
|
|
|
|
|
| |
The biggest change is that the entire shell has been rewritten in Rust.
https://github.com/fish-shell/fish-shell/releases
PR: 286572
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
| |
Changes: https://github.com/fish-shell/fish-shell/releases/tag/3.6.0
PR: 269066
Approved by: asomers (maintainer)
|
| |
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
| |
Changes: https://github.com/fish-shell/fish-shell/releases/tag/3.5.1
PR: 265504
Approved by: asomers (maintainer)
|
| |
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
PR: 263506
Submitted by: Bjorn Neergaard <bjorn@neersighted.com>
Approved by: mikael <ports>
|
| |
|
|
|
|
|
|
| |
Mark it as @sample
Approved by: lcook (ports)
Reviewed by: lcook
Differential Revision: https://reviews.freebsd.org/D31571
|
| |
|
|
|
| |
PR: 257666
Approved by: asomers (maintainer)
|
| |
|
|
|
|
|
| |
Approved by: dbaio (ports)
Submitted by: Kevin Zheng <kevinz5000@gmail.com>
PR: 254654
MFH: 2021Q2
|
| |
|
|
|
|
|
| |
Changes: https://github.com/fish-shell/fish-shell/releases/tag/3.2.2
PR: 255345
Approved by: asomers (maintainer)
MFH: 2021Q2
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
Reported by: Alexander Matveev <timon@net.nz>
Notes:
svn path=/head/; revision=536426
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
PR: 246681
Submitted by: dch
Notes:
svn path=/head/; revision=536420
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
|
| |
PR: 245975
Submitted by: Evilham <contact@evilham.com>
Notes:
svn path=/head/; revision=534268
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Notes:
svn path=/head/; revision=527149
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
https://github.com/fish-shell/fish-shell/issues/5735
Submitted by: Stephen <stephen@tungol.org>
Notes:
svn path=/head/; revision=495523
|
| |
|
|
| |
Notes:
svn path=/head/; revision=493822
|
| |
|
|
| |
Notes:
svn path=/head/; revision=493425
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
PR: 224254
Reported by: marcel@herrbischoff.com
Sponsored by: Spectra Logic Corp
Notes:
svn path=/head/; revision=456179
|
| |
|
|
|
|
|
| |
Sponsored by: Spectra Logic Corp
Notes:
svn path=/head/; revision=456053
|