1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
Commit Graph

2141 Commits

Author SHA1 Message Date
Bernhard Froehlich
de4d421d74
shells/zsh: Add CPE information
Approved by:	portmgr (blanket)
2021-09-08 20:53:39 +00:00
Bernhard Froehlich
d3fa85b4aa
shells/dash: Add CPE information
Approved by:    portmgr (blanket)
2021-08-31 09:23:37 +00:00
Bernhard Froehlich
baf429196f
shells/scponly: Add CPE information
Approved by:    portmgr (blanket)
2021-08-31 09:23:08 +00:00
Mikael Urankar
70f1b063ed lang/rust: Rebuild consumers for 1.54.0 2021-08-28 15:42:06 +02:00
Jan Beich
ef5a84db43 shells/starship: enable desktop notifications
PR:		258008
Inspired by:	Arch Linux
Approved by:	yuri (maintainer)
2021-08-23 23:30:19 +00:00
Serhii (Sergey) Kozlov
3747d6caba shells/ohmyzsh: Update to 20210820 2021-08-21 22:17:33 +00:00
Alan Somers
1bd69b9f3a shells/fish: /usr/local/etc/config.fish is a config file
Mark it as @sample

Approved by: lcook (ports)
Reviewed by: lcook
Differential Revision: https://reviews.freebsd.org/D31571
2021-08-20 20:24:49 -06:00
Bernhard Froehlich
16364e1c3a
shells/bashc: Remove invalid CPE information
Approved by:	portmgr (blanket)
2021-08-20 07:56:26 +00:00
Ben Nied
da06c6145e
shells/fish: Update to 3.3.1
PR:		257666
Approved by:	asomers (maintainer)
2021-08-10 14:41:40 +08:00
Yuri Victorovich
f31dff3dee shells/starship: Update 0.54.0 -> 0.56.0 2021-08-03 15:10:26 -07:00
Po-Chuan Hsieh
6ac7818d86
shells/p5-Shell-Perl: Fix PORTVERSION (going backward from 0.0022 to 0.004)
- Fix RUN_DEPENDS
- Add BUILD_DEPENDS
- Add TEST_DEPENDS
- Bump PORTREVISION for dependency change
- Take maintainership
2021-07-19 01:47:14 +08:00
Gian-Simon Purkert
7f85f34b21 shells/p5-Shell-Perl: Update to 0.004
PR:		255257
Approved by:	lwhsu (mentor, implicit)
2021-07-18 02:34:24 -04:00
Piotr Kubaj
9647fa7bd4 shells/starship: mark BROKEN on powerpc
Same issue as on i386.
2021-07-13 09:26:50 +00:00
Nuno Teixeira
707989ed0f */*: Maintainer reset for smatsui@karashi.org
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]
2021-07-03 11:30:37 +01:00
Fukang Chen
f76aa00290 Mk/bsd.options.desc.mk: Add shared version control OPTIONS & descriptions
- 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)
2021-06-30 05:09:36 +00:00
Piotr Kubaj
d5ca695b55 */*: fix all ports using Rust on powerpc that fail due to libc
This commit backports a66f7c1eb2 to various ports.
It doesn't bring that backport to ports that fail to build anyway.
2021-06-28 19:35:01 +00:00
Tobias Kortkamp
06dbc12f96
lang/rust: Rebuild consumers for 1.53.0 2021-06-27 07:39:51 +02:00
Tobias Kortkamp
3de77d5f0c
shells/ion: Unbreak with Rust 1.53.0
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
2021-06-19 17:13:18 +02:00
Jens Grassel
259ed60247 shells/ammonite: Update to 2.4.0
* Bump version of uPickle to 1.4.0
* Internal preparation for basic Scala 3 support

PR:		256602
Approved by:	maintainer
2021-06-14 09:17:07 -07:00
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