| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
FreeBSD 4.x doesn't have wide character support,
so avoid adding --enable-multibyte to CONFIGURE_ARGS on FreeBSD 4.x
PR: ports/96645 [1]
Submitted by: Tod McQuillin <devin@spamcop.net> [1],
Hajimu UMEMOTO <ume@FreeBSD.org> (in private e-mail)
Notes:
svn path=/head/; revision=161171
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Enable multibyte character support in Zsh by default [3], [4]
- Added new knob (WITHOUT_ZSH_MULTIBYTE) to disable multibyte support
- Fix zsh.info installation that was previously attempted before "su"
(and thus could fail when running "make install" under a regular user) [2] -
apply a different fix, though - move zsh.info generation from pre-install
to post-build phase
PR: ports/95970 [1], ports/94205 [2]
Submitted by: Martin Wilke <freebsd@unixfreunde.de> [1],
Michael Kuhn <mkuhn.nw@web.de> [2]
umei [3] (in private e-mail),
"J.R. Oldroyd" <jr@opal.com> [4] (in private e-mail)
Notes:
svn path=/head/; revision=160987
|
|
|
|
|
|
|
|
|
| |
PR: ports/89992 [1]
Submitted by: KIMURA Yasuhiro <yasu at utahime dot org> [1],
osa (in private e-mail)
Notes:
svn path=/head/; revision=150682
|
|
|
|
| |
Notes:
svn path=/head/; revision=150432
|
|
|
|
| |
Notes:
svn path=/head/; revision=149422
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
rzsh(1) is the restricted version of zsh(1), with various things disabled
so as to provide a strictly limited access to the system.
A user with a shell in /etc/shells can use chsh(1) to change their shell,
can use FTP, can use other file-transfer services, etc. Thus, adding rzsh
to /etc/shells could be a security risk in certain configurations.
- zsh-mime-setup is set up to look for /etc/{mime.types,mailcap}.
Neither of them should exist on a stock FreeBSD system.
Teach it to look in ${LOCALBASE}/etc instead. [2]
- Zsh completion doesn't know about bsdtar(1) achievements:
it won't complete to foo.tar.gz if you just enter 'tar xf foo^D'.
Teach zsh completion about this and other formats supported by bsdtar(1).
NOTE: This is only applicable to FreeBSD 5.3-RELEASE or newer,
where bsdtar(1) replaced GNU tar(1) in the base system.
- Bump PORTREVISION
PR: ports/82066 [2], ports/83023 [3]
Submitted by: Phil Pennock <pdp@nl.demon.net> [1]
Ulrich Spoerlein <q@galgenberg.net> [2] [3]
Notes:
svn path=/head/; revision=142091
|
|
|
|
|
|
|
| |
Approved by: maintainer
Notes:
svn path=/head/; revision=141674
|
|
|
|
|
|
|
|
|
|
| |
- Update MASTER_SITES based on the list at http://www.zsh.org/
PR: ports/79708
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Notes:
svn path=/head/; revision=133694
|
|
|
|
|
|
|
| |
after 5.4-RELEASE.
Notes:
svn path=/head/; revision=133116
|
|
|
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Notes:
svn path=/head/; revision=132992
|
|
|
|
|
|
|
|
| |
PR: ports/77172
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Notes:
svn path=/head/; revision=128209
|
|
|
|
|
|
|
|
| |
PR: ports/76268
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Notes:
svn path=/head/; revision=127165
|
|
|
|
|
|
|
|
|
|
|
|
| |
there is no controlling tty by adding --with-tcsetpgrp argument
to CONFIGURE_ARGS
Pointed by: pointyhat (via kris, krion)
Submitted by: eik (based on)
Approved by: portmgr (eik)
Notes:
svn path=/head/; revision=118457
|
|
|
|
|
|
|
|
|
|
| |
of MASTER_SITES list because the primary distribution site
zsh.org is "always damn slow"
Prompted by: krion
Notes:
svn path=/head/; revision=117217
|
|
|
|
|
|
|
|
| |
PR: ports/70578 (also contains 4.2.1 update)
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Notes:
svn path=/head/; revision=117203
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Install rzsh - restricted-mode zsh [2]
- Fix static version (NOSHARED=yes) build [3]
- Utilize INFO macro again
Submitted by: osa [1], ceri [2],
Dan Nelson <dnelson@allantgroup.com> [3]
Notes:
svn path=/head/; revision=117195
|
|
|
|
|
|
|
|
|
| |
PR: ports/65468
Submitted by: Dimitry Andric
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=112608
|
|
|
|
|
|
|
|
|
| |
PR: ports/66867
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Approved by: maintainer timeout(3 weeks)
Notes:
svn path=/head/; revision=111387
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix a bug introduced in the previous commit when trying to utilize INFO
macro: zsh.info was not added to generated pkg-plist because it is
installed via post-install target, while pkg-plist is updated in
add-plist-info target which gets run earlier. Revert to previous behavior
of explicitly listing this single zsh.info file in pkg-plist for now.
Thanks to Dimitry Andric for his excellent analysis of the problem. [2]
- Update pkg-plist
PR: ports/64499 [1], ports/64540
Submitted by: KIMURA Yasuhiro <yasu@utahime.org> [1],
Dimitry Andric <dimitry@andric.com> [2]
Notes:
svn path=/head/; revision=105104
|
|
|
|
| |
Notes:
svn path=/head/; revision=99525
|
|
|
|
|
|
|
|
| |
- Temporarily switch to gzipped tarballs
- Utilize INFO
Notes:
svn path=/head/; revision=96235
|
|
|
|
|
|
|
| |
Approved by: krion
Notes:
svn path=/head/; revision=91927
|
|
|
|
|
|
|
|
|
|
|
| |
Per Fenner's logs, ftp://uiarchive.uiuc.edu disappeared around
July 22nd of this year. It should be removed from this port.
PR: ports/57563
Submitted by: Mark Linimon <linimon@lonesome.com>
Notes:
svn path=/head/; revision=90218
|
|
|
|
|
|
|
|
|
| |
Noticed by: Dan Nelson
Submitted by: Sergei Kolobov <sergei@kolobov.com> (maintainer)
PR: 54699, 54700
Notes:
svn path=/head/; revision=85291
|
|
|
|
|
|
|
|
|
|
| |
includes a large number of new options as well.
PR: 53512
Submitted by: Sergei Kolobov <sergei@kolobov.com>
Notes:
svn path=/head/; revision=85221
|
|
|
|
|
|
|
| |
while I'm hre.
Notes:
svn path=/head/; revision=75782
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=72926
|
|
|
|
|
|
|
| |
Submitted by: David Yeske <dyeske@yahoo.com>
Notes:
svn path=/head/; revision=66512
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=65725
|
|
|
|
| |
Notes:
svn path=/head/; revision=64543
|
|
|
|
|
|
|
|
| |
PR: ports/41662
Submitted by: Sergei Kolobov <sergei@kolobov.com>
Notes:
svn path=/head/; revision=64518
|
|
|
|
|
|
|
|
|
|
|
| |
- Use the .tar.bz2 distribution files.
PR: ports/41483
Submitted by: Sergei Kolobov <sergei@kolobov.com>
Approved by: will (MAINTAINER)
Notes:
svn path=/head/; revision=64394
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=53959
|
|
|
|
|
|
|
|
| |
PR: 31872
Submitted by: Anders Andersson <anders@codefactory.se>
Notes:
svn path=/head/; revision=49906
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
Thanks to Pete for his work.
PR: 28657
Submitted by: Pete Fritchman <petef@databits.net>
Notes:
svn path=/head/; revision=44674
|
|
|
|
|
|
|
| |
Requested by: David Thiel <lx@redundancy.redundancy.org>
Notes:
svn path=/head/; revision=44061
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
C1) Turn shells/zsh-devel into a stub which prints a message that
points people at the new shells/zsh, upgraded to 4.0.1.
M1) Add patch to fix some functions included in 4.0.1.
M2) Remove obsolete patches.
M3) Remove MASTER_SITE_LOCAL since we can't use knu's version now.
W1) Remove MASTER_SITE_LOCAL fully.
W2) Put patch-aa in patch-ab for backwards-compatible diffing.
W3) Do C1 with the least diff, using pre-everything:: and then
${FALSE}'ing out after printing the message.
Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com>,
Christian Weisgerber <naddy@mips.inka.de>
Noted by: Cyrille Lefevre <clefevre@redirect.to>,
Øyvind Kolbu <oyvind@kebab.gaffel.nu>
Approved by: shige (C1)
Notes:
svn path=/head/; revision=43472
|
|
|
|
|
|
|
| |
Submitted by: ben
Notes:
svn path=/head/; revision=36964
|
|
|
|
|
|
|
|
|
| |
of the original, I could not check the diff.
Submitted by: ade
Notes:
svn path=/head/; revision=30445
|
|
|
|
| |
Notes:
svn path=/head/; revision=30051
|
|
|
|
|
|
|
| |
Submitted by: Ollivier Robert <roberto@keltia.freenix.fr>
Notes:
svn path=/head/; revision=29607
|
|
|
|
|
|
|
|
|
| |
to build a static binary without having to touch the Makefile.
Approved by: asami
Notes:
svn path=/head/; revision=28609
|
|
|
|
| |
Notes:
svn path=/head/; revision=27847
|
|
|
|
| |
Notes:
svn path=/head/; revision=27426
|
|
|
|
|
|
|
|
|
|
| |
it is obvious from their names, NO_LATEST_LINK should have been in
zsh-devel/Makefile when it was committed.
We will revisit this issue after the release.
Notes:
svn path=/head/; revision=26130
|
|
|
|
|
|
|
|
| |
texinfo to 4.0. Things could be easier if people would use manpages instead
of texinfo & Co.
Notes:
svn path=/head/; revision=25771
|
|
|
|
| |
Notes:
svn path=/head/; revision=25679
|
|
|
|
|
|
|
|
| |
PR: 16261, 16262, 16263
Submitted by: joseph.scott@owp.csus.edu
Notes:
svn path=/head/; revision=24910
|
|
|
|
|
|
|
|
| |
PR: 15945
Submitted by: Alexander Langer <alex@big.endian.de>
Notes:
svn path=/head/; revision=24518
|
|
|
|
| |
Notes:
svn path=/head/; revision=23640
|