| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Submitted by: David Yeske <dyeske@yahoo.com>
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
PR: ports/41662
Submitted by: Sergei Kolobov <sergei@kolobov.com>
|
|
|
|
|
|
|
|
| |
- Use the .tar.bz2 distribution files.
PR: ports/41483
Submitted by: Sergei Kolobov <sergei@kolobov.com>
Approved by: will (MAINTAINER)
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
PR: 31872
Submitted by: Anders Andersson <anders@codefactory.se>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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>
|
|
|
|
| |
Requested by: David Thiel <lx@redundancy.redundancy.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Submitted by: ben
|
|
|
|
|
|
| |
of the original, I could not check the diff.
Submitted by: ade
|
| |
|
|
|
|
| |
Submitted by: Ollivier Robert <roberto@keltia.freenix.fr>
|
|
|
|
|
|
| |
to build a static binary without having to touch the Makefile.
Approved by: asami
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
texinfo to 4.0. Things could be easier if people would use manpages instead
of texinfo & Co.
|
| |
|
|
|
|
|
| |
PR: 16261, 16262, 16263
Submitted by: joseph.scott@owp.csus.edu
|
|
|
|
|
| |
PR: 15945
Submitted by: Alexander Langer <alex@big.endian.de>
|
| |
|
|
|
|
|
|
| |
Inspired by:
PR: ports/15306
Submitted by: MIHIRA Yoshiro <sanpei@sanpei.org>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
[Has anyone figured-out what makes the number 393 so interesting to PW, now?]
I wonder what was going through Jordan's head during his infamous
$Id$-smashing commit.
Before I forget....
Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting
this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
|
| |
|
|
|
|
| |
in bsd.port.mk and this helps to unify the check and install.
|
| |
|
| |
|
| |
|
|
|
|
| |
very beginning of the file. This has been causing pkg_add to fail.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Add --no-split to the makeinfo command line.
- Remove info files before makeinfo.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
all the COMMENTs! No package names, no version numbers, no "this is
absolutix-3.1.2" type comments that have zero information contents.
Now, without any bad examples to follow, nobody has an excuse to import
a port with those kind of comments. :)
Phew! 238 ports modified!
|
| |
|
|
|
|
| |
Approved-By: asami
|
|
|
|
| |
Pointed out by: gpalmer
|
|
|
|
| |
OK'ed by: gpalmer
|
| |
|
| |
|
|
|
|
| |
instead of a humongous gzip command line.
|
| |
|
| |
|
|
|
|
| |
Submitted by: Scott Blachowicz <scott@sabami.seaslug.org>
|
| |
|
| |
|
|
|
|
| |
Submitted by: torstenb
|
|
|
|
| |
- compress manpages
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
little ugly, but much better than 2.6.4beta.)
Pointed-out by: Torsten Blum <ramsey.saar.de!torstenb@tmpuhf.saar.de>
|
| |
|
|
|
|
|
| |
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
|
| |
|
|
|
|
| |
Submitted by: mark@grondar.za
|
| |
|
|
|