| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Submitted by: Hideyuki KURASHINA <rushani@FreeBSD.org>
Approved by: Ken McGlothlen <mcglk@artlogix.com> (maintainer)
|
|
|
|
|
|
| |
PR: ports/51633
Submitted by: rushani
Approved by: maintainer implicitly
|
|
|
|
|
| |
PR: 51524
Submitted by: Kevin Tower <ktower@towerfamily.org>
|
|
|
|
| |
accordingly.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Take up more safety default setting.
PR: ports/48480, ports/48492, ports/50899
Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru>
Adam Jette <jettea@fuzzynerd.com>
Miguel Mendez <flynn@energyhq.homeip.net>
Reviewed by: Sergey A. Osokin <osa@FreeBSD.org.ru>
Miguel Mendez <flynn@energyhq.homeip.net>
Ken McGlothlen <mcglk@artlogix.com> (maintainer)
Approved by: Ken McGlothlen <mcglk@artlogix.com> (maintainer)
|
|
|
|
| |
Submitted by: jhb
|
|
|
|
|
|
| |
- Cleanup
- Use bsd.gnustep.mk
PR: 50479
|
|
|
|
|
| |
PR: ports/50451
Submitted by: Anders Andersson <anders@andersa.net>
|
|
|
|
|
| |
PR: ports/48843
Submitted by: Scott Kenney <saken@hotel.rmta.org>
|
| |
|
|
|
|
| |
Submitted by: David Yeske <dyeske@yahoo.com>
|
|
|
|
| |
WWW: http://www.nice.ch/~phip/softcorner.html#cmdr
|
|
|
|
|
| |
Submitted by: Yonatan@xpert.com <Yonatan@xpert.com>
Switch MASTER_SITE to make this port fetchable.
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
|
|
|
| |
Approved by: portmgr (implicitly)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
background as soon as it is invoked.
|
|
|
|
| |
escaping does not work.
|
|
|
|
| |
while I'm hre.
|
| |
|
|
|
|
|
| |
PR: 48167
Submitted by: tadalunch@sources.redhat.com
|
|
|
|
| |
Submitted by: lioux
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
* SIGALRM can now be used in applications.
* Numerous bug fixes.
|
|
|
|
| |
and install this port.
|
|
|
|
|
| |
PR: 46781
Submitted by: Philip Paeps <philip@vitaya.be>
|
|
|
|
|
| |
PR: 46243
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
|
|
|
|
| |
Approved by: pat
|
|
|
|
| |
And some ports have USE_PERL5=yes now.
|
|
|
|
| |
PR: 36792
|
| |
|
|
|
|
| |
Remove FORBIDDEN mark.
|
|
|
|
|
|
|
| |
add readline support
PR: 43945
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
PR: 43423
Submitted by: Joe Kelsey <joek@zircon.staff.flyingcroc.net>
|
|
|
|
|
| |
Submitted by: Peter Avalos <pavalos@theshell.com>
PR: 43459
|
|
|
|
| |
extract procedure.
|
| |
|
|
|
|
| |
- Recognize .tar.z as tar+gz archive.
|