aboutsummaryrefslogtreecommitdiff
path: root/shells
Commit message (Collapse)AuthorAgeFilesLines
* shells/zsh: Add CPE informationBernhard Froehlich2021-09-081-1/+1
| | | | Approved by: portmgr (blanket)
* shells/dash: Add CPE informationBernhard Froehlich2021-08-311-1/+1
| | | | Approved by: portmgr (blanket)
* shells/scponly: Add CPE informationBernhard Froehlich2021-08-311-1/+1
| | | | Approved by: portmgr (blanket)
* lang/rust: Rebuild consumers for 1.54.0Mikael Urankar2021-08-282-2/+2
|
* shells/starship: enable desktop notificationsJan Beich2021-08-233-9/+229
| | | | | | PR: 258008 Inspired by: Arch Linux Approved by: yuri (maintainer)
* shells/ohmyzsh: Update to 20210820Serhii (Sergey) Kozlov2021-08-213-11/+40
|
* 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/bashc: Remove invalid CPE informationBernhard Froehlich2021-08-201-2/+1
| | | | Approved by: portmgr (blanket)
* shells/fish: Update to 3.3.1Ben Nied2021-08-103-15/+18
| | | | | PR: 257666 Approved by: asomers (maintainer)
* shells/starship: Update 0.54.0 -> 0.56.0Yuri Victorovich2021-08-032-56/+88
|
* shells/p5-Shell-Perl: Fix PORTVERSION (going backward from 0.0022 to 0.004)Po-Chuan Hsieh2021-07-181-6/+10
| | | | | | | | - Fix RUN_DEPENDS - Add BUILD_DEPENDS - Add TEST_DEPENDS - Bump PORTREVISION for dependency change - Take maintainership
* shells/p5-Shell-Perl: Update to 0.004Gian-Simon Purkert2021-07-182-4/+4
| | | | | PR: 255257 Approved by: lwhsu (mentor, implicit)
* shells/starship: mark BROKEN on powerpcPiotr Kubaj2021-07-131-0/+1
| | | | Same issue as on i386.
* */*: Maintainer reset for smatsui@karashi.orgNuno Teixeira2021-07-031-1/+1
| | | | | | | | | | | | Many consecutive timeouts. We thank smatsui for all his efforts and hope to see him back in the future. PR: 255256 PR: 255257 PR: 255258 [1] Approved by: maintainer timeout (smatsui@karashi.org, > 2 months), dbaio (mentor) Approved by: portmgr (adamw) [1] Differential Revision: https://reviews.freebsd.org/D30769 [1]
* Mk/bsd.options.desc.mk: Add shared version control OPTIONS & descriptionsFukang Chen2021-06-301-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add CVS description - Add DARCS description - Add GIT description - Add MERCURIAL description - Add PERFORCE description - Rename SVN to SUBVERSION devel/anjuta: - Rename OPTION SVN to SUBVERSION - Sort OPTIONS_DEFINE and OPTIONS_DEFAULT - Change SUBVERSION_DESC to use the default description devel/git: - Rename OPTION P4 to PERFORCE - Rename OPTION SVN to SUBVERSION - Change PERFORCE_DESC to use the default description devel/ocaml-opam: - Rename OPTION HG to MERCURIAL - Sort OPTIONS_DEFINE and OPTIONS_DEFAULT - Change {DARCS,GIT,MERCURIAL}_DESC to use the default description devel/thunar-vcs-plugin: - Rename OPTION SVN to SUBVERSION - Sort OPTIONS_DEFINE - Change GIT_DESC to use the default description devel/viewvc-devel: - Rename OPTION SVN to SUBVERSION - Sort OPTIONS_DEFINE, OPTIONS_DEFAULT and OPTIONS_SINGLE net-mgmt/observium: - Rename OPTION SVN to SUBVERSION net-mgmt/rancid3: - Rename OPTION SVN to SUBVERSION - Sort OPTIONS_SINGLE_SCM - Change {CVS,GIT,SUBVERSION}_DESC to use the default description ports-mgmt/portshaker: - Rename OPTION SVN to SUBVERSION - Rename HG to MERCURIAL - Sort OPTIONS_DEFINE - Change {GIT,MERCURIAL}_DESC to use the default description security/hydra: - Rename OPTION SVN to SUBVERSION security/medusa: - Rename OPTION SVN to SUBVERSION - Sort OPTIONS_DEFINE shells/scponly: - Rename OPTION SVN to SUBVERSION - Sort OPTIONS_DEFINE - Typo fix in SVNSERVE_DESC www/trac-devel: - Rename OPTION SVN to SUBVERSION - Sort OPTIONS_DEFINE, OPTIONS_DEFAULT and OPTIONS_MULTI_DATABASE - Change {GIT,SUBVERSION}_DESC to use the default description Reviewed by: koobs, adamw, dvl, garga, hannes_mehnert.org, rm, dbaio, romain Approved by: koobs (ports, mentor) Differential Revision: https://reviews.freebsd.org/D17459 MFH: No (OPTION description updates)
* */*: fix all ports using Rust on powerpc that fail due to libcPiotr Kubaj2021-06-281-0/+62
| | | | | This commit backports https://github.com/rust-lang/libc/commit/a66f7c1eb26ad890c8169d8395e3042bcf776f01 to various ports. It doesn't bring that backport to ports that fail to build anyway.
* lang/rust: Rebuild consumers for 1.53.0Tobias Kortkamp2021-06-272-1/+2
|
* shells/ion: Unbreak with Rust 1.53.0Tobias Kortkamp2021-06-193-0/+261
| | | | | | | | | | | | | | errorr[E0308]: mismatched types --> cargo-crates/lexical-core-0.4.2/src/atof/algorithm/bigcomp.rs:242:55 | 242 | let nlz = den.leading_zeros().wrapping_sub(wlz) & (u32::BITS - 1); | ^^^^^^^^^^^^^^^ expected `usize`, found `u32` error[E0277]: no implementation for `usize & u32` http://package18.nyi.freebsd.org/data/122amd64-default-foo/2021-06-18_08h51m30s/logs/errors/ion-shell-1.0.5.1355_20.log PR: 256653
* shells/ammonite: Update to 2.4.0Jens Grassel2021-06-142-4/+4
| | | | | | | | * Bump version of uPickle to 1.4.0 * Internal preparation for basic Scala 3 support PR: 256602 Approved by: maintainer
* shells/dash: update DASH to version 0.5.11.4.Alexey Dokuchaev2021-06-052-4/+4
|
* shells/zsh-autosuggestions: Update to 0.7.0Joseph Mingrone2021-06-052-4/+4
| | | | | | https://github.com/zsh-users/zsh-autosuggestions/blob/master/CHANGELOG.md#v070 Reported by: portscout
* 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/starship: 0.51.0 -> 0.54.0Yuri Victorovich2021-05-262-511/+525
|
* shells/dash: update DASH to version 0.5.11.3.Alexey Dokuchaev2021-05-252-4/+4
| | | | Approved by: maintainer (bdrewery)
* */pear-*: Take maintainershipPo-Chuan Hsieh2021-05-221-1/+1
|
* */*: Fix ENOTIME: return my ports to the poolBen Woods2021-05-221-1/+1
| | | | | Reset maintainership of my ports to ports@FreeBSD.org so others can step in to help where I haven't been able to find the time.
* Rebuild lang/rust consumers after d8837418ea743776Tobias Kortkamp2021-05-112-2/+2
|
* shells/bash: Update to 5.1.8Emanuel Haupt2021-05-072-4/+12
|
* shells/zsh-completions: Update to 0.33.0Po-Chuan Hsieh2021-05-073-5/+10
| | | | Changes: https://github.com/zsh-users/zsh-completions/releases
* *: reset miwi's ports after safekeeping his ports bit.Rene Ladan2021-05-041-1/+1
| | | | Hat: portmgr-secretary
* shells/oksh: Update to 6.9Tobias Kortkamp2021-05-012-4/+4
| | | | Changes: https://github.com/ibara/oksh/releases/tag/oksh-6.9
* shells/sash: fix build on FreeBSD 14Dmitry Marakasov2021-04-291-6/+17
|
* shells/modernish: Fix buildMateusz Piotrowski2021-04-281-6/+2
| | | | | | | | It looks like modernish requires /dev/tty to be available during the installation as it tries to run its install-time test suite. A solution to that is wrapping ./install.sh with script(1) to make a TTY available. Interestingly, if we replace script(1) with daemon(8), we can reproduce the error present in the pkg fallout logs.
* Fix ports that pull main distfile from CRATESIO (D29760)Tobias Kortkamp2021-04-282-3/+3
| | | | | | | - Put distfiles into CARGO_DIST_SUBDIR where they were not - Use correct crate file extension MFH: 2021Q2 (to ease future cherry picks)
* shells/ast-ksh: fix build on powerpc64*Piotr Kubaj2021-04-262-0/+40
| | | | | | | | | | | | | | | | | Bring back patches committed as part of r346423 to fix build issue: /wrkdirs/usr/ports/shells/ast-ksh/work/ast-ksh93v/src/lib/libast/hash/hashalloc.c:162:4: error: non-const lvalue reference to type '__builtin_va_list' cannot bind to a temporary of type 'va_list' (aka 'char *') va_copy(ap, va_listval(va_arg(ap, va_listarg))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/sys/_stdarg.h:49:32: note: expanded from macro 'va_copy' #define va_copy(dest, src) __va_copy(dest, src) ^~~~~~~~~~~~~~~~~~~~ /usr/include/sys/_stdarg.h:47:58: note: expanded from macro '__va_copy' #define __va_copy(dest, src) __builtin_va_copy((dest), (src)) ^~~~~ 1 error generated. PR: 255308 Approved by: saper@saper.info (maintainer)
* shells/modernish: Use INSTALL_DATA instead of MVMateusz Piotrowski2021-04-261-1/+1
| | | | Reported by: mat
* shells/modernish: Disable failing install-time testsMateusz Piotrowski2021-04-261-0/+5
| | | | | This issue has been reported upstream: https://github.com/modernish/modernish/issues/10
* 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
* shells/switchBashZsh: Update to 1.3Rainer Hurling2021-04-202-4/+4
| | | | | | | Changelog: https://github.com/bourne-again/switchBashZsh/compare/1.2...1.3 PR: 255253 Submitted by: bourne.identity@hotmail.com
* shells/switchBashZsh: Update to version 1.2Rainer Hurling2021-04-172-4/+4
| | | | | | | Optional arguments removed; EDITOR bug fixed. PR: 255127 Submitted by: bourne.identity@hotmail.com (maintainer)
* shells/bash:Prefix '/etc/inputrc' in bundled readline and documentationEmanuel Haupt2021-04-161-1/+4
| | | | | | | | | Bundled readline now will use LOCALBASE/etc/inputrc as its ultimate default inputrc file (instead of /etc/inputrc). This puts these ports in line with what devel/readline has been doing recently (since 20210103). PR: 255126 Submitted by: olivier.freebsd@free.fr
* shells/modernish: Make the build more verboseMateusz Piotrowski2021-04-152-1/+12
| | | | | | | Our official poudriere instances fail to build this port for unknown reasons. Let's get some additional logs in order to fix the issue. Reported by: pkg-fallout
* Regenerate all distfiles using gitlab as source.Matthias Fechner2021-04-091-11/+11
| | | | | | | | | | | | This regeneration is required as the new gitlab version changed the address and the directory the source files can be downloaded. This commit also applies some small fixes to make sure all ports using gitlab are buildable. Reviewed by: mat Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D29628
* Remove expired ports:Rene Ladan2021-04-076-64/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2021-04-01 ftp/wzdftpd: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 astro/roadmap: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 games/cosmo: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 games/bomberinstinct: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 games/drm: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 games/bygfoot: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 games/cre: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 irc/hybserv: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 irc/xaric: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 mail/elmo: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 misc/cave: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 security/bugs: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 security/dmitry: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 security/doorman: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 shells/esh: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 sysutils/cpu: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 textproc/libcrm114: No known users, dead upstream 2021-04-01 x11/wmmatrix: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 x11/wmxss: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 x11/tycoon: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 x11/xgrab: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 x11/xbanner: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 x11/bricons: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 x11/xmon: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 games/cavezofphear: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 astro/saoimage: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 audio/ksmp3play: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 audio/jamin: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 audio/musicbox-tag-editor: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 audio/nspmod: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 audio/cdplay: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 audio/gimmix: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 audio/ghostess: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 audio/wmrecord: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 audio/toolame: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 audio/shout: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 biology/grappa: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 biology/phylip: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 biology/lagan: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 cad/varkon: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 cad/transcalc: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 comms/seyon: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 comms/efax: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 converters/vda2fbd: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 converters/shftool: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 devel/openzz: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 devel/sourcenav: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 devel/gb: Unmaintained and dead upstream 2021-04-01 dns/checkdns: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 dns/inadyn-mt: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 editors/gate: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 editors/thoteditor: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 emulators/cinc: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 emulators/e-uae: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 emulators/dtcyber: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 ftp/jftpgw: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 ftp/pureadmin: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-02 textproc/hs-pandoc-citeproc: Integrated into textproc/hs-pandoc
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-0723-23/+0
| | | | Reported by: lwhsu
* More $FreeBSD crept back.Mathieu Arnold2021-04-061-1/+0
|
* shells/ohmyzsh: Update to 20210331Serhii (Sergey) Kozlov2021-04-063-5/+19
|
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-063-6/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-0661-62/+0
|
* Update libgit2 to 1.1.0.Matthias Fechner2021-04-061-0/+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