| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
spit out an infinite amount of text (this is bad for disk space)
|
| |
|
|
|
|
| |
gdm2 changes.
|
|
|
|
|
|
| |
o Fix dependency from news xbae port (lib version change)
o PR: ports/43147
Originator: AMAKAWA Shuhei <sa264@cam.ac.uk>
|
|
|
|
|
|
|
|
| |
o Now uses libtool
o Lib-version changes from libXbae.so.8 to libXbae.so.4
-> implies modification of grace port
o PR: ports/45655
Originator: James E. Flemer <jflemer@alum.rpi.edu>
|
|
|
|
| |
Reminded by: marius@alchemy.franken.de
|
|
|
|
|
| |
- sync with openssl
- verfied for ia64
|
|
|
|
| |
Submitted by: Peter <peter@webdeveloping.nl>
|
|
|
|
| |
or inet_pton). This is still broken due to a fatal warning.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/46240
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
|
| |
|
|
|
|
|
|
|
|
| |
- Support QT3
- Add knob for WITHOUT_SHELL
PR: 41768 46939
Submitted by: User & <freebsd@stevenwills.com>, KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
|
|
| |
Thanks to Mikko Tyolajarvi for fixing and testing on sparc64.
PR: 46636
Submitted by: Bjoern A. Zeeb <bzeeb+freebsdports@zabbadoz.net>
|
|
|
|
|
|
|
| |
- Rearrange pre-patch/post-patch target
PR: ports/46950
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
| |
PR: ports/46936
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
|
|
| |
GNU_CONFIGURE -> USE_LIBTOOL
PR: ports/46940
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
| |
Delete the sed "patch in Makefile" for FAQ.pod, the authors finally
fixed that.
|
|
|
|
|
| |
PR: ports/46938
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
| |
PR: ports/46942
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
|
| |
PR: ports/46878
Submitted by: leeym
Reviewed by: yssu@CCCA.NCTU.edu.tw (MAINTAINER)
|
| |
|
|
|
|
|
| |
PR: ports/46954
Submitted by: Slaven Rezic <slaven@rezic.de>
|
| |
|
| |
|
|
|
|
|
|
|
| |
plugin format (Linux binary).
PR: ports/46242
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
|
| |
|
| |
|
|
|
|
|
|
|
| |
plugin format (Linux binary).
PR: ports/46241
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
|
| |
|
|
|
|
|
|
|
|
| |
The screen is split into as many parts as there are files to watch.
Compiles on both -STABLE and -CURRENT.
PR: ports/46958
Submitted by: Michael L. Hostbaek <mich@freebsdcluster.org>
|
|
|
|
|
| |
PR: ports/46969
Submitted by: Alexey Dokuchaev <danfe@regency.nsu.ru>
|
|
|
|
| |
Submitted by: Munish Chopra <mchopra@engmail.uwaterloo.ca>
|
|
|
|
|
| |
PR: ports/46970
Submitted by: Tim Bishop <tim@bishnet.net>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
PR: ports/46979
Submitted by: Munish Chopra <mchopra@engmail.uwaterloo.ca>
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/43832
Submitted by: Stefan `Sec` Zehl <sec@42.org>
|
| |
|
| |
|
| |
|
| |
|
| |
|