wiz
f147cb18bd
Add .ts files to completion list for mplayer. Bump PKGREVISION.
2013-08-01 06:08:33 +00:00
riastradh
4bf5b7955a
Fix zsh cross-build on NetBSD.
...
Patch it up to use compile-tests rather than run-tests in autoconf
for many of its tests (OS-independently). Teach it about the few
remaining properties for NetBSD in particular.
ok agc
2013-05-10 01:17:32 +00:00
rodent
adda884d44
"Each sed command should appear in an assignment of its own."
2013-04-06 21:07:31 +00:00
jperkin
e878530175
Fix default SunOS packaging.
2013-03-28 22:26:13 +00:00
sbd
973956d40c
As jperkin@ has used an "ugly hack" to fix solaris packaging, the same
...
ugly hack can be used to fix the same problem on Linux.
2013-03-22 08:43:31 +00:00
jperkin
103169f7b9
Use -shared instead of -G on SunOS.
...
Fixes 64-bit package.
2013-02-22 13:40:30 +00:00
jperkin
69a78367b4
Ugly hack to fix Solaris packaging. Fixing this properly involves
...
rewriting this entire package, and I've not yet had time to test my
proposed rewrite on enough platforms, so this will do for now.
2013-02-18 20:02:38 +00:00
ryoon
6d9a4f413e
Update to 5.0.2
...
Changelog:
Changes since 5.0.0
-------------------
Numeric constants encountered in mathematical expressions (but not other
contexts) can contain underscores as separators that will be ignored on
evaluation, as allowed in other scripting languages. For example,
0xFFFF_FFFF, or 3.141_592_654.
"functions -T" turns on tracing for the specified function(s) only,
similar to "functions -t" except that tracing is turned off for any
functions called from the specified one(s) that don't also have the -t
or -T flag.
In file completion, the recursive-files style can be set to an array of
patterns to match against "$PWD/". In any matched location, it is
possibly to complete files in arbitrarily deep subdirectories without
needing to type the directory prefix. See example in the zshcompsys
manual.
The _user_expand completer now allows expansion functions in the
user-expand files to return a string in REPLY that will be used to name
the set of expansions returned.
2013-01-03 15:37:23 +00:00
asau
0d2b63b3a3
"user-destdir" is default these days
2012-09-11 23:19:33 +00:00
wiz
3aaa657b6e
Remove MESSAGE that was NEWS in 2001.
2012-08-17 12:23:58 +00:00
wiz
522b80980e
Fix path to zsh in two more files, which are not installed.
...
Ride PKGREVISION bump.
2012-08-17 12:22:51 +00:00
wiz
a1f4699f51
Better support for socket buffer size limits.
...
Clean up env usage (not needed any longer).
Bump PKGREVISION.
2012-08-17 12:15:37 +00:00
wiz
b56aa316a4
Add support for thread limits.
...
From Peter Stephenson <Peter.Stephenson@csr.com> on zsh-workers.
Bump PKGREVISION.
2012-08-17 10:53:09 +00:00
wiz
faedb654a3
Mention that these patches have been integrated upstream.
2012-08-17 07:53:38 +00:00
ryoon
94998b5055
Remove unnecessary patches. These patches do not work anything.
...
Pointed out by wiz@. Thank you.
2012-08-16 16:26:46 +00:00
wiz
b4a4d5d07f
Add comments to patches.
2012-08-16 14:19:34 +00:00
wiz
d763a9e2b3
Fix build on NetBSD-5.99.40.
...
Patch from Peter Stephenson <Peter.Stephenson@csr.com> on zsh-workers.
2012-08-16 13:31:20 +00:00
wiz
8e8cdde9b4
pkglint cleanup.
2012-08-16 13:30:27 +00:00
ryoon
eb7ec641a1
* Fix PLIST with ZSH_STATIC=yes
...
Pointed out by tron@ in private e-mail.
2012-07-23 10:48:23 +00:00
ryoon
3d8017b05b
Update to 5.0.0
...
* PLIST.xattr is moved to Makefile.common
* Patches are introduced from zsh-current
Tested on NetBSD 6.99.8 and 5.1.
Changelog:
* Many improvements.
In detail, see NEWS
2012-07-22 10:03:40 +00:00
joerg
42e00e7e50
Don't force -Wl,--whole-archive for NetBSD, it breaks the build with
...
clang, which doesn't have a reason to disable it again.
2011-11-11 18:45:46 +00:00
ryoon
b312e00b00
INSTALL_UNSTRIPPED=yes for Darwin.
...
It is better workaround, I think.
2011-09-22 09:37:06 +00:00
ryoon
ce1003a671
Should be INSTALL_LIB instead of INSTALL_DATA.
...
It is mistake.
2011-09-20 13:58:01 +00:00
ryoon
914c5bde1b
Add workaround to fix broken "make package" on Darwin 11.0.1.
2011-09-20 13:19:36 +00:00
ryoon
6970017a4f
Add "used by" lines.
2011-07-30 11:42:42 +00:00
ryoon
3b0361fa0e
* Add workaround for curses detection.
2011-04-06 11:27:59 +00:00
ryoon
3bb4b8f49c
* Remove PLIST.DragonFly, now CHECK_BUILTIN.curses is used.
...
* Disable gdbm support explicitly.
2011-04-05 15:03:44 +00:00
obache
e1bb5c34c4
Modify patches to buildable on NetBSD-5.1, NetBSD-5.99.40 and DragonFly-2.8.2.
2010-11-27 07:21:27 +00:00
jmmv
7b8b6b9a15
Bump PKGREVISION to reflect the recent change in pkginstall/shells to use
...
etcutils to update /etc/shells.
2010-05-07 12:02:43 +00:00
roy
e01ac914c7
Fix patches to pull in curses.h when needed.
...
Fixes PR pkg/42877.
2010-03-10 08:19:57 +00:00
roy
7b439bcc94
Add $NetBSD$
2010-02-23 17:11:01 +00:00
zafer
e433021e97
update master_sites
2010-02-09 00:05:48 +00:00
roy
9442687e27
USE > IS for builtins.
2010-02-08 22:12:40 +00:00
roy
c8acc7c688
Fix compile on NetBSD with terminfo, pkg/42762.
2010-02-07 09:53:20 +00:00
obache
e80109867c
Change HOMEPAGE to sourceforge's one (old one had been retired).
2010-02-07 07:22:08 +00:00
joerg
b151e1ac18
Use @pkgdir.
2009-06-14 21:21:54 +00:00
joerg
4bfd4a2628
Remove @dirrm entries from PLISTs
2009-06-14 18:13:25 +00:00
uebayasi
d86d8cd50b
DragonFly has ncurses too.
2008-12-30 01:55:22 +00:00
uebayasi
503a6cb563
Register extra shared objects used where ncurses exists. Hopefully fix PLIST
...
errors reported by Takahiro Kambe (FreeBSD) and Aleksey Cheusov (Linux).
No bump because nothing changes on NetBSD.
2008-12-28 14:52:05 +00:00
uebayasi
77edf3ff52
Fix interpreter paths. Patch provided by David Brownlee, thanks!
2008-12-23 15:59:08 +00:00
uebayasi
cfb0729add
zsh-roadmap.1 was missed.
2008-12-23 02:58:44 +00:00
uebayasi
d757cd32d9
Bad uebayasi didn't know that user-destdir doesn't catch PLIST errors.
2008-12-22 17:03:21 +00:00
uebayasi
89e6cb6f96
- Avoid using lovely :?foo:bar syntax since netbsd-5's make(1) handles it
...
oddly. Should fix build errors seen on netbsd-5.
- Kill unused variables.
2008-12-22 14:38:31 +00:00
uebayasi
b9a7822d28
Garbage collect unused code. No functional changes.
2008-12-22 02:15:54 +00:00
uebayasi
695f37d78c
Update zsh to 4.2.7.
...
Changes are unknown.
2008-12-21 16:53:31 +00:00
ghen
c0fd029c3f
Don't needlessly depend on a perl module for a perl script we do not install.
...
Bump PKGREVISION for zsh and zsh-current.
2008-07-25 09:14:48 +00:00
tonnerre
31a3e0d33e
Fix an insecure temp file creation vulnerability in zsh's difflog.pl
...
(CVE-2007-6209).
2008-07-13 18:22:01 +00:00
uebayasi
9c4f05d91a
sunsite.dk -> mirrors.dotsrc.org
2008-07-03 09:07:26 +00:00
joerg
2d8a6afd46
Make tcsetpgrp the default for all platforms but Interix.
...
Please list exceptions explicitly.
2008-06-16 12:39:48 +00:00
agc
29df3ccee5
Mark zsh packages as MAKE_JOBS_SAFE=no (from ASau in pkgthon).
2007-11-04 15:58:24 +00:00