500 Commits

Author SHA1 Message Date
juanfra
4400f8f8e7 From Matthew Martin. Tested by pea@ and me. OK pea@ (MAINTAINER). 2017-02-02 03:41:12 +00:00
pascal
31f7e6dd37 Update to osh 4.3.0; enable regression tests. 2017-01-28 21:54:34 +00:00
naddy
8f523853da update to 4.4 patchlevel 12 2017-01-28 20:25:27 +00:00
naddy
44c4f80467 fix build after recent network changes 2017-01-26 12:30:02 +00:00
naddy
d7f99400ba update to 4.4 patchlevel 11 2017-01-25 21:00:53 +00:00
naddy
a7cee9b7c3 update to 2.44 for various fixes and better POSIX compliance 2017-01-18 23:10:42 +00:00
naddy
0806913c0a Update to bash 4.4. See the announcement at
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00018.html
for an overview of significant changes.

Jump right to patchlevel 5, which among other things fixes a use-after-free
bug discovered by otto malloc.
2016-11-11 22:39:48 +00:00
naddy
8ab90b1080 update to 4.3 patchlevel 48 2016-11-01 16:31:57 +00:00
jca
df215400be Update to dash-0.5.9.1 2016-10-24 20:59:23 +00:00
sthen
564c6c344a Cope with moving sqlite3 back to ports. 2016-09-23 09:16:52 +00:00
ajacoutot
5558c792d3 First pass at pre-entively fixing ports that would break once guenther's header
pollution diff is in.

lang/squeak/vm does not build but it's due to the recent audio changes
games/xbattle: also fixes some conflicting implicit decl
print/hplip: also fixes some conflicting implicit decl
2016-09-10 13:03:40 +00:00
sthen
abe3acd194 handle RTF_MASK removal 2016-09-02 15:42:07 +00:00
jasper
003e889c0a retire sparc 2016-09-01 10:53:26 +00:00
sthen
6fa1498ac8 update to newer nsh snapshot 2016-06-23 13:19:43 +00:00
naddy
a1a865a94a update to 4.3 patchlevel 46 2016-06-22 21:10:27 +00:00
jca
78ed5150b6 Update to dash-0.5.9 2016-06-09 15:46:17 +00:00
sthen
ecccd93c04 As pointed out by Yozo TODA, SourceForge.jp renamed to OSDN in 2015.
Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN_JP and update ports
references, and list some of their mirrors in network.conf.template.
2016-06-05 11:02:25 +00:00
sthen
5fce0e354f zap old @pkgpath entry in shells/tcsh
Previously the port had a static flavour, then it was removed with an
added @pkgpath to merge the old static package into the main package,
then it was readded but the @pkgpath wasn't removed.

Update problem reported by Kapetanakis Giannis, ok phessler
2016-05-31 12:11:34 +00:00
naddy
4fd6bea331 use MASTER_SITE_SOURCEFORGE_JP 2016-05-30 10:46:10 +00:00
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