682 Commits

Author SHA1 Message Date
sthen
3046e0772e bump the golang ports so that pkg_add -u knows to update them 2021-03-08 13:59:23 +00:00
solene
78b963bc14 Update to fish-3.2.0
ok abieber@
Removal of maintainer per their demand
2021-03-05 07:48:59 +00:00
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
sthen
29704c3c83 adapt to py-sphinx-3.5.1 2021-02-20 22:27:27 +00:00
cwen
4d06e3df61 ksh93: mark BROKEN on powerpc
libast fails to build on hashalloc.c/tokscan.c, as seen on powerpc64. While
here make the BROKEN-powerpc64 line portcheck(1) compliant (trailing
whitespace, length > 80 chars).
2021-02-20 20:15:29 +00:00
sthen
248932be74 switch MODPY_BIN_SUFFIX to -2 for py2 and (blank) for py3
switch ports using command-line tools from py-sphinx that don't need a
py2 version of it to py3-sphinx
2021-02-19 23:13:00 +00:00
sthen
2ee1cab41d fix previous 2021-02-18 15:04:45 +00:00
sthen
27c2d7e119 remove bogus MODPY_BIN_SUFFIX 2021-02-18 13:01:56 +00:00
naddy
ed0876a381 shells/yash: maintenance update to 2.51 2021-02-09 22:13:19 +00:00
naddy
6ffca59a95 shells/nsh: update to new snapshot, fix build with -fno-common
The new snapshot mostly incorporates the existing port patches.
2021-02-04 22:13:09 +00:00
naddy
8c3ce0a8d2 shells/tcsh: fix testsuite failures in 6.22.03
autom4te inserts spurious '(' opening parentheses to balance ')' closing
parentheses that are part of a case statement, creating invalid shell
code
2021-01-30 23:37:40 +00:00
naddy
e4cb24c9ed shells/tcsh: update to 6.22.03 to fix minor bugs and the -fno-common build 2021-01-28 20:24:56 +00:00
jasper
8e6b218497 mark broken on powerpc64: libast fails to build on hashalloc.c/tokscan.c 2021-01-23 14:16:36 +00:00
jca
370d69208b Update to dash-0.5.11.3 2021-01-19 21:59:31 +00:00
naddy
4c7a31e75f update to 5.1 patchlevel 4 2020-12-20 11:27:42 +00:00
daniel
ceb3a6300c update py-sphinx to 1.5.6
main changes are:
- add a new dep on py-requests
- undo the no longer needed iftex.sty workaround
- move MODPY variables to more standard location
- regen plist

Unfortunately py-sphinx changed the suffix from .txt to .rst.txt in the
1.5 series. This means we have to update PLISTs for about 20+ ports as
a result of this version update. Hopefully future updates of py-sphinx
won't be quite as involved.

ok sthen@
2020-12-10 02:20:29 +00:00
naddy
b934114ee6 Update to 5.1. Lots of changes, but nothing really changed.
Release announcement:
https://lists.gnu.org/archive/html/bug-bash/2020-12/msg00002.html
2020-12-08 20:45:15 +00:00
jca
a424b92523 Maintenance update to dash-0.5.11.2 2020-11-06 20:48:53 +00:00
jasper
d6b5b110e6 update to bash-completion-2.11 2020-09-14 09:54:52 +00:00
naddy
9f9c9f6315 The net.pipex.inq and outq sysctls no longer exist. 2020-08-06 16:18:16 +00:00
naddy
33c0224be1 update to 5.0 patchlevel 18 2020-07-22 19:14:25 +00:00
jasper
b93bae4306 build without the zsh memory allocator and secure free implementation.
just like with bash, this winds up using brk and results in broken runtime
on powerpc64.

ok pea@ (MAINTAINER)
2020-07-21 16:48:06 +00:00
jasper
317591b52b explicitly build without "bash malloc"; this would end up using their homegrown
memory allocation routines based on brk. found on powerpc64 where this broke
horribly.

ok naddy@ (MAINTAINER)
2020-07-21 16:46:13 +00:00
jca
7489d58568 Bugfix update to dash-0.5.11.1 2020-07-12 00:35:59 +00:00
sthen
95d31a4bd8 bump for search.cpan.org->metacpan.org change 2020-07-03 21:44:29 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
sthen
9ad121d761 bash-completion: replace some MODPY_BIN_SUFFIX with -3, pointed out by aja@ 2020-07-01 13:59:49 +00:00
sthen
f635fe20d4 bash-completion: fix a MODPY_VERSIOM which should just be 3.7 2020-06-30 23:24:53 +00:00
jca
763ff969c4 Update to dash-0.5.11 2020-06-19 16:34:41 +00:00
rsadowski
4d4a29c891 +zsh-syntax-highlighting 2020-06-11 04:30:26 +00:00
rsadowski
4183186144 Import zsh-syntax-highlighting-0.7.1, OK sthen@
This package provides syntax highlighting for the shell zsh. It enables
highlighting of commands whilst they are typed at a zsh prompt into an
interactive terminal. This helps in reviewing commands before running them,
particularly in catching syntax errors.
2020-06-11 04:29:30 +00:00
naddy
a1b9478e4e fix misspelled SYSCONFDIR in plist 2020-06-01 16:33:05 +00:00
sthen
d4e8fbbdac zap stray , in TEST_DEPENDS 2020-05-16 11:16:09 +00:00
ajacoutot
c2e65acb69 Do not RDEP on bash; this will allow to use this to add support for
bash-completion in applications without adding an indirect build dependency
on bash

ok jasper@
2020-05-15 11:27:28 +00:00
ajacoutot
cd2a16fdc9 Append sysutils to CATEGORIES. 2020-05-15 09:14:41 +00:00
abieber
76bb2110d4 Update fish to 3.1.2
Changes here: https://github.com/fish-shell/fish-shell/releases
2020-05-15 01:36:52 +00:00
jasper
b2b3dd4bae +bash-completion 2020-05-14 15:28:00 +00:00
jasper
1c506e3815 import bash-completion-2.10
bash-completion is a collection of command line command completions for
the Bash shell, collection of helper functions to assist in creating new
completions, and set of facilities for loading completions automatically
on demand, as well as installing them.

ok aja@
2020-05-14 15:27:27 +00:00
naddy
a752f2bf04 update to 5.0 patchlevel 17 for a process substitution fix 2020-04-26 21:28:56 +00:00
sthen
9c0d186099 add a comment next to BROKEN-aarch64 to suggest trying removing it with the
next update, hopefully vendored libs will be updated by then
2020-04-17 23:59:50 +00:00
sthen
f1ff1d33e1 disable some golang ports on aarch64, failing builds mostly due to
golang.org/x/sys/unix or golang.org/x/net/internal/socket problems (which
suggests they have old vendored copies that don't include aarch64 support)
2020-04-14 21:38:00 +00:00
bcallah
40b944f692 Update to elvish-0.13.1
Fix crash when running external command with port table nil values.
2020-04-03 02:47:53 +00:00
rsadowski
27883b1953 Update zsh to 5.8
"Security and bug fix release with a few user visible additions."
Changelog: http://zsh.sourceforge.net/releases.html

This release fixes CVE-2019-20044. (Not tested on OpenBSD)

Feedback and tests from Matthew Martin, thanks!
2020-03-29 21:24:03 +00:00
abieber
ee736f7534 add missing build dep for textproc/py-sphinx 2020-03-15 18:20:25 +00:00
abieber
e5661f1d16 Update fish to 3.1.0.
Changelog here: https://fishshell.com/release_notes.html

- Remove our patches as they are upstream.
- Switch to cmake.
2020-03-14 16:31:29 +00:00
naddy
4e4a95a86d update to 2.49, which has a number of bug fixes 2020-03-12 20:36:11 +00:00
bket
83d9de759e Remove python2 FLAVOR, migrate to python3 by default.
OK jca@, sthen@
2020-03-06 17:57:15 +00:00
naddy
aebfb7a79e provide debug package 2020-02-24 20:58:06 +00:00
jca
bfe6d12062 Provide debug-dash now that @shell is handled 2020-02-22 00:31:58 +00:00
naddy
00f197d2de update to 5.0 patchlevel 16 2020-02-13 21:44:51 +00:00