531 Commits

Author SHA1 Message Date
sthen
460d685dc9 update to newer nsh snapshot 2016-05-27 12:53:13 +00:00
sthen
7e86d4544b update to 20160524 snapshot of nsh 2016-05-24 20:02:27 +00:00
sthen
412b9c10da update to new nsh snapshot, including jca's patch to remove IPV6CTL_V6ONLY
(which is a noop anyway) and more useful pppoe support (saves authkey)
2016-05-19 09:22:11 +00:00
pascal
b007495983 Update to 4.2.1, from upstream maintainer J.A. Neitzel. 2016-05-18 10:04:31 +00:00
pascal
3b2dfda8e3 Update to new upstream version 4.2.0, bump EPOCH. Fix some nits in DESCR and
PLIST.

Mostly by upstream maintainer J.A. Neitzel, thanks!
2016-05-15 15:34:45 +00:00
pascal
b01174ae9b Update my mail address. 2016-05-07 12:40:56 +00:00
naddy
360f168eae +yash 2016-04-21 20:42:01 +00:00
naddy
cd2d2ae780 Import yash 2.41.
Yet another shell (yash) is a POSIX-compliant command line shell, featuring
more strict POSIX compliance than those of other shells, as well as powerful
command line editing.

ok sthen@
2016-04-21 20:41:09 +00:00
sthen
6316827adb link static flavours of shells to the build 2016-04-13 09:44:46 +00:00
sthen
3fccbdd728 add an optional static flavour to nsh 2016-04-13 09:44:25 +00:00
naddy
52501c1f09 replace libiconv module with library dependency; no bump needed 2016-04-09 20:14:48 +00:00
sthen
faa7cb41ce and another one.. add queue.h 2016-04-05 21:54:26 +00:00
sthen
c6c746c02b needs queue.h for mbuf.h 2016-04-05 21:43:54 +00:00
naddy
29ff97f1e1 replace gettext module with library dependency 2016-04-05 20:03:26 +00:00
naddy
8c9ed2059f g/c PFRAG.shared 2016-04-04 22:57:45 +00:00
naddy
cfbb239b6a Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES.
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
2016-03-20 19:56:05 +00:00
naddy
a678ef5e16 remove substituted uses of CONFIGURE_SHARED, NO_SHARED_LIBS 2016-03-09 19:11:35 +00:00
tobiasu
a76764f845 mark broken on sparc, bash segfaults on any non-trivial shellscript and has
done so since at least one release if not more.

Instead of littering the ports the with BROKEN-sparc markers, take out the
real perpetrator.

If someone is looking to improve sparc, debugging this would make all the
difference. textproc/xmlto can serve as a testcase.
2016-02-15 12:20:33 +00:00
pascal
e37e416a08 Update to new snapshot 20160108. 2016-01-13 11:36:54 +00:00
jasper
047a3abe46 - add completion type for object files
this applies the same fix we have for nm(1) to other programs too

from Matthew Martin
ok pea@ (MAINTAINER)
2015-12-21 19:13:17 +00:00
sthen
b438400574 update to nsh-20151213, unbreak 2015-12-18 13:17:41 +00:00
jasper
efecaadb58 update to zsh-5.2
from Matthew Martin
ok pea@ (MAINTAINER)
2015-12-17 18:31:21 +00:00
gsoares
f6f505a045 unbreak bash. upstream re-roll the 042 patch.
OK naddy@
2015-12-08 22:18:57 +00:00
jasper
d6c01f0aad tweak previous
from Matthew Martin
ok pea@ (MAINTAINER)
2015-12-06 14:18:04 +00:00
jasper
8301ed6cd9 adjust regex for nm(1) completion to recognize our so versioning. otherwise
it would complete .a and .la, but not .so.X.Y

ok pea@ (MAINTAINER)
2015-12-02 14:27:59 +00:00
pea
4ef47d6e49 Update to 5.1.1
from Matthew Martin <phy1729 at gmail dot com>, thanks.
2015-11-06 14:17:03 +00:00
ajacoutot
f7462ccd17 BROKEN=need to be adapted to current pflow(4)
ok sthen@
2015-10-17 10:29:04 +00:00
sthen
391dc93fe7 REVISION bumps following the additional member in struct if_data,
to make sure packages get updated
2015-10-05 16:29:01 +00:00
sthen
74d759a26a update to newer nsh snapshot 2015-10-01 16:28:01 +00:00
sthen
aa3411823a -RTF_XRESOLVE 2015-09-11 20:54:54 +00:00
sthen
56af22088c fix shells/nsh with ifmedia64 2015-09-11 14:25:47 +00:00
sthen
09223444f9 update to a new snapshot of nsh 2015-09-08 17:48:55 +00:00
naddy
8af47ca511 update to 4.3 patchlevel 42 2015-08-14 15:29:12 +00:00
jca
0a1b2b2626 Missed in previous. 2015-07-23 22:19:03 +00:00
jca
4b9c27ceb3 Unbreak nsh: remove MPLS ifq reporting support
Noticed by ajacoutot@ and nigel@, ok sthen@ chris@ (upstream)
2015-07-23 22:11:47 +00:00
naddy
32ee5ca922 Use undocumented compile-time options to prefer system mktemp(3)
and mkstemp(3) over homebrew versions (time ^ pid ^ random).

Originally suggested by Henric Jungheim for FreeBSD.
2015-07-10 11:27:06 +00:00
jasper
0676e7d4be - update to tcsh-6.19.00
- drop maintainership
2015-06-10 13:02:34 +00:00
naddy
24f8ed8ed4 update to 4.3 patchlevel 39 2015-06-06 20:23:36 +00:00
jasper
31fbb69ad0 backport fix from upstream, effectively unbreaking cvs completion
ok jca@, pea@ (MAINTAINER)
2015-04-28 06:30:13 +00:00
jca
a84474931e Pushed upstream by Theo Buehler. 2015-04-22 12:00:47 +00:00
jca
abfe0797f5 Update to zsh-5.0.7
Initial diff from pea@ (maintainer); additional patch, test reports and
prodding from Theo Buehler.  ok chrisz@ a few months ago
2015-04-22 11:52:40 +00:00
schwarze
c5d375d0b1 Even though the zshall(1) manual uses the .so request
to include all the zsh* manuals, there are no important
formatting differences between groff and mandoc.
Drop USE_GROFF.  Bump because this is a somewhat atypical case.
OK pea@ (MAINTAINER) and naddy@.
2015-04-21 10:14:03 +00:00
pascal
c2633ff754 Update to new snapshot osh-20150115; use MAKE_FLAGS instead of patch. 2015-04-08 18:21:48 +00:00
pascal
35957f111a Bumps for static PIE changes.
"just commit" naddy@
2015-04-03 15:12:28 +00:00
naddy
a1fa3a4712 Stop using <tzfile.h>. 2015-03-16 15:21:58 +00:00
naddy
2235cd4981 switch from "-static" to "${STATIC}, i.e., build static PIE executables
on most archs
2015-03-14 20:52:46 +00:00
jca
ad4a4fb5e7 Switch MASTER_SITES to HTTP
FTP access is dead.
2015-01-20 01:17:52 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
naddy
6c5d3f350b update to 4.3 patchlevel 33 2015-01-13 13:44:15 +00:00
millert
4bf20e3870 Fix a crash when clearing a long line, tcsh bug #412
OK jasper@ jca@
2015-01-12 13:10:10 +00:00