| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
11 Jan 2003 23:45:20
4.0.6
|
peter  |
Make zsh not segfault on ia64 due to a generic misconfiguration that
just happens to be fatal there, and a coding botch. The first problem is
that it assumes a termcap interface (which is an emulation on freebsd),
and provides its own terminfo wrappers around termcap.. so that's two
avoidable translation layers... termcap file -> terminfo (libncurses) ->
termcap API emulation (libncurses) -> terminfo (zsh emlulation). zsh
forgot to prototype the tiget* functions (which return pointers) so we
have an integer (implicit declaration) being cast to a pointer which
is fatal. The second problem is that zsh tries to use _mktemp() to get
around the __warn_references in our C library, but also neglects a
prototype there and has the same fatal int/pointer problem.
It is likely all the zsh* ports need these fixes. A test compile on
pluto1.freebsd.org will highlight the problem.
I do not know why the packaging fails for ia64. termcap.so and
terminfo.so are not being built for some reason, this change doesn't
solve that problem. |
17 Sep 2002 14:58:44
4.0.6
|
will  |
PERL -> USE_REINPLACE
Submitted by: David Yeske <dyeske@yahoo.com> |
06 Sep 2002 12:06:01
4.0.6
|
knu  |
MASTER_SITE_SOURCEFORGE is not worth listing in MASTER_SITES because
it is slow and does not mirror bz2 distfiles at all. Remove it and
add four other working mirror sites instead.
PR: ports/41960 (different solution)
Submitted by: keramida |
15 Aug 2002 15:15:16
4.0.6
|
knu  |
Really commit the pkg-plist change. |
14 Aug 2002 21:28:36
4.0.6
|
knu  |
Update to 4.0.6.
PR: ports/41662
Submitted by: Sergei Kolobov <sergei@kolobov.com> |
12 Aug 2002 02:40:35
4.0.5
|
knu  |
- Update to 4.0.5.
- Use the .tar.bz2 distribution files.
PR: ports/41483
Submitted by: Sergei Kolobov <sergei@kolobov.com>
Approved by: will (MAINTAINER) |
29 Jan 2002 11:58:52 
|
knu  |
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; the ECHO
macro is set to "echo" by default, but it is set to "true" if make(1) is
invoked with the -s option while ECHO_CMD is always set to the echo command.
|
10 Nov 2001 02:24:46 
|
will  |
Update to 4.0.4. |
03 Jul 2001 05:47:28 
|
will  |
Update to 4.0.2. - Remove patches (merged into distribution). - Add
zsh-doc distribution. - Remove USE_AUTOCONF. - Remove extraneous
shells.bak after /etc/shells update. - Adjust to slide .info under NOPORTDOCS
and such. - Spelling fix in descr. |
16 Jun 2001 11:05:05 
|
will  |
Enable maildir support. |
03 Jun 2001 19:43:09 
|
will  |
Upgrade Zsh to 4.0.1: |
08 Jan 2001 23:50:22 
|
will  |
Remove nonexistent master site. |
08 Oct 2000 07:07:58 
|
asami  |
Convert category shells to new layout. |
10 Jul 2000 16:22:18 
|
will  |
Update MD5. Since ftp.freebsd.org never got a copy (and I don't have one) of
the original, I could not check the diff. |
01 Jul 2000 23:42:43 
|
will  |
Update to 3.0.8. Remove useless echo in Makefile. |
15 Jun 2000 11:24:55 
|
sobomax  |
Add MASTER_SITE_SOURCEFORGE. |