1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
Commit Graph

2122 Commits

Author SHA1 Message Date
Alexey Dokuchaev
c0567897d8 shells/dash: update DASH to version 0.5.11.4. 2021-06-05 17:57:39 +00:00
Joseph Mingrone
dc2219d990
shells/zsh-autosuggestions: Update to 0.7.0
https://github.com/zsh-users/zsh-autosuggestions/blob/master/CHANGELOG.md#v070

Reported by:	portscout
2021-06-05 08:44:10 -03:00
Alan Somers
77e8418d5a shells/fish: fix the build with the DEBUG option
Approved by:	dbaio (ports)
Submitted by:	Kevin Zheng <kevinz5000@gmail.com>
PR:		254654
MFH:		2021Q2
2021-06-03 15:39:47 -06:00
Yuri Victorovich
0036739b98 shells/starship: 0.51.0 -> 0.54.0 2021-05-25 19:42:20 -07:00
Alexey Dokuchaev
dd88717635 shells/dash: update DASH to version 0.5.11.3.
Approved by:	maintainer (bdrewery)
2021-05-25 14:56:32 +08:00
Po-Chuan Hsieh
0ab32182bc
*/pear-*: Take maintainership 2021-05-23 00:20:48 +08:00
Ben Woods
95d52e52fb */*: Fix ENOTIME: return my ports to the pool
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.
2021-05-22 10:13:01 +08:00
Tobias Kortkamp
28e7a9334a
Rebuild lang/rust consumers after d8837418ea 2021-05-11 20:33:12 +02:00
Emanuel Haupt
2c57eb307f shells/bash: Update to 5.1.8 2021-05-07 23:37:15 +02:00
Po-Chuan Hsieh
16fb2df312
shells/zsh-completions: Update to 0.33.0
Changes:	https://github.com/zsh-users/zsh-completions/releases
2021-05-07 17:38:58 +08:00
Rene Ladan
727adba8e5 *: reset miwi's ports after safekeeping his ports bit.
Hat:	portmgr-secretary
2021-05-04 18:57:55 +02:00
Tobias Kortkamp
93d3c77d17
shells/oksh: Update to 6.9
Changes:	https://github.com/ibara/oksh/releases/tag/oksh-6.9
2021-05-01 19:55:51 +02:00
Dmitry Marakasov
2262de13b8 shells/sash: fix build on FreeBSD 14 2021-04-29 23:15:20 +03:00
Mateusz Piotrowski
0e66f42601 shells/modernish: Fix build
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.
2021-04-28 14:57:47 +02:00
Tobias Kortkamp
89c1633d11
Fix ports that pull main distfile from CRATESIO (D29760)
- Put distfiles into CARGO_DIST_SUBDIR where they were not
- Use correct crate file extension

MFH:		2021Q2 (to ease future cherry picks)
2021-04-28 06:47:10 +02:00
Piotr Kubaj
27ff8d373e shells/ast-ksh: fix build on powerpc64*
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)
2021-04-26 15:24:28 +00:00
Mateusz Piotrowski
c2dfc2d552 shells/modernish: Use INSTALL_DATA instead of MV
Reported by:	mat
2021-04-26 15:57:12 +02:00
Mateusz Piotrowski
b080275ea6 shells/modernish: Disable failing install-time tests
This issue has been reported upstream:
https://github.com/modernish/modernish/issues/10
2021-04-26 14:20:59 +02:00
Lewis Cook
93946d8aaa shells/fish: Update to 3.2.2
Changes:	https://github.com/fish-shell/fish-shell/releases/tag/3.2.2
PR:		255345
Approved by:	asomers (maintainer)
MFH:		2021Q2
2021-04-23 16:07:19 +01:00
Rainer Hurling
e94c43baaf shells/switchBashZsh: Update to 1.3
Changelog: https://github.com/bourne-again/switchBashZsh/compare/1.2...1.3

PR:		255253
Submitted by:	bourne.identity@hotmail.com
2021-04-20 20:42:39 +02:00
Rainer Hurling
e2d93d4058 shells/switchBashZsh: Update to version 1.2
Optional arguments removed; EDITOR bug fixed.

PR:		255127
Submitted by:	bourne.identity@hotmail.com (maintainer)
2021-04-17 09:00:07 +02:00
Emanuel Haupt
a0fcd3d707 shells/bash:Prefix '/etc/inputrc' in bundled readline and documentation
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
2021-04-16 20:07:43 +02:00
Mateusz Piotrowski
43ebfaa30d shells/modernish: Make the build more verbose
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
2021-04-15 13:23:03 +02:00
Matthias Fechner
911f04257e Regenerate all distfiles using gitlab as source.
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
2021-04-09 20:44:23 +02:00
Rene Ladan
5980fd40bc Remove expired ports:
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
2021-04-07 19:54:26 +02:00
Mathieu Arnold
cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
d4735352b3
More $FreeBSD crept back. 2021-04-06 22:43:15 +02:00
Serhii (Sergey) Kozlov
e06b1786f4 shells/ohmyzsh: Update to 20210331 2021-04-06 18:02:27 +00:00
Mathieu Arnold
135fdeebb9
all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Matthias Fechner
e7d94d42f8 Update libgit2 to 1.1.0.
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
2021-04-06 09:51:01 +02:00
Yuri Victorovich
1581087a9d shells/starship: Update 0.50.0 -> 0.51.0 2021-03-30 06:10:50 +00:00
Tobias Kortkamp
6095f1422a Rebuild lang/rust consumers after r569489 2021-03-29 18:10:45 +00:00
Lewis Cook
7789398d16 shells/fish: Update to 3.2.1
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
2021-03-24 11:29:40 +00:00
Yuri Victorovich
82a7880d54 shells/starship: Change FONTS option to OFF by default 2021-03-09 18:24:55 +00:00
Mateusz Piotrowski
147c8ae4e6 Add shells/modernish
The programming/scripting language that incorporates the most frustrating
combination of deficiencies and awesome power is probably the POSIX shell with
accompanying utilities, which all exist in several variant implementations. Due
to said power, the shell refuses to die as a scripting language. But when
scripters are bitten by arcane grammar pitfalls, defective tutorials on the
web, or shell functionality deficits, then 'use a real programming language
instead' is generally the mantra.

Enter modernish, a new vision on shell scripting. Modernish aims to provide a
standard library that allows for writing robust, portable, readable, and
powerful programs for POSIX-based shells and utilities. It can solve the shell
language problems mentioned above, and many more. With modernish, you'd almost
think the shell has become a modern programming language!

The library builds on the POSIX 2018 Edition standard, so it should run on any
sufficiently POSIX-compliant shell and operating system. But it also takes
advantage of certain shell-specific enhancements if it detects them.

WWW: https://github.com/modernish/modernish

Differential Revision:	https://reviews.freebsd.org/D19350
2021-03-06 19:46:17 +00:00
Neel Chauhan
2b01fc5e4f NEW PORT: shells/bashc: GNU Bourne Again shell extended with two-panel file manager
Bash Commander is a fork of GNU Bourne Again Shell. It's main feature is
a visual two-panel mode, much like Midnight Commander and other text-mode
visual shells.

WWW: https://github.com/sergev/bash-commander

Also add bashc to the CONFLICTS section of shells/bash.

PR:		253783, 253784
Submitted by:	Igor Pokrovsky <ip AT unixway DOT org>
2021-03-03 23:09:48 +00:00
Sunpoet Po-Chuan Hsieh
5ad9933817 Convert REINPLACE_CMD to patch file 2021-03-03 18:07:34 +00:00
Mikael Urankar
6bebfaa8a0 lang/rust: Update to 1.50.0
- 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
2021-02-14 15:45:10 +00:00
Yuri Victorovich
493fc27fc8 shells/starship: Update 0.48.0 -> 0.50.0 2021-02-14 05:22:56 +00:00
Fernando Apesteguía
fe22a8f256 shells/v7sh: pet pkg-fallout
Unbreak build in FreeBSD < 13

PR:     253241
Submitted by:   portmaster@bsdforge.com (maintainer)
MFH:	2021Q1 (build fix)
2021-02-11 14:18:43 +00:00
Christian Weisgerber
a5890c2d1f shells/yash: maintenance update to 2.51 2021-02-09 22:20:37 +00:00
Fernando Apesteguía
3a41d8aa77 shells/elvish: Update Elvish to v0.15.0
ChangeLog: https://elv.sh/blog/0.15.0-release-notes.html

PR:	253145
Submitted by:	vendion@gmail.com (maintainer)
2021-02-02 13:03:44 +00:00
Yuri Victorovich
9760ff6238 shells/starship: Broken on i386
Reported by:	fallout
2021-01-27 00:18:08 +00:00
Tobias Kortkamp
d55c53a45c shells/oksh: Update to 6.8.1 2021-01-18 14:28:12 +00:00
Baptiste Daroussin
dd57d39c94 Enforce using libncursesw like the rest of the ports
The whole ports tree has been enforced on libncursesw (widechar) version for a while.
With the exception of a few ports including bash.

This is even more problematic in the case of bash because it links to libreadline which is
linked to libncursesw.so
2021-01-07 13:22:20 +00:00
Mikael Urankar
a798515415 lang/rust: Update to 1.49.0
Changes: https://github.com/rust-lang/rust/releases/tag/1.49.0

Tested by:	mikael, pkubaj
Differential Revision:	https://reviews.freebsd.org/D27940
2021-01-06 10:13:58 +00:00
Yuri Victorovich
20407c965e shells/starship: Update 0.47.0 -> 0.48.0 2021-01-04 21:55:53 +00:00
Sunpoet Po-Chuan Hsieh
f7877fd33d Add rubygem-shellwords 0.1.0
Shellwords manipulates strings according to the word parsing rules of the UNIX
Bourne shell.

The shellwords() function was originally a port of shellwords.pl, but modified
to conform to the Shell & Utilities volume of the IEEE Std 1003.1-2008, 2016
Edition.

WWW: https://github.com/ruby/shellwords
2021-01-03 20:04:38 +00:00
Mark Linimon
f2fbf5a1ed For ports on riscv64 that fail the same (or similar ways) to aarch64, mark
them BROKEN.

While here, pet portlint (Makevar order).

Approved by:	portmgr (tier-2 blanket)
2021-01-02 01:46:08 +00:00