| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=83883
|
|
|
|
| |
Notes:
svn path=/head/; revision=83540
|
|
|
|
| |
Notes:
svn path=/head/; revision=83222
|
|
|
|
|
|
|
| |
- fix plist
Notes:
svn path=/head/; revision=82674
|
|
|
|
| |
Notes:
svn path=/head/; revision=81490
|
|
|
|
| |
Notes:
svn path=/head/; revision=81123
|
|
|
|
| |
Notes:
svn path=/head/; revision=81121
|
|
|
|
| |
Notes:
svn path=/head/; revision=81012
|
|
|
|
|
|
|
|
| |
Submitted by: Hideyuki KURASHINA <rushani@FreeBSD.org>
Approved by: Ken McGlothlen <mcglk@artlogix.com> (maintainer)
Notes:
svn path=/head/; revision=80625
|
|
|
|
|
|
|
|
|
| |
PR: ports/51633
Submitted by: rushani
Approved by: maintainer implicitly
Notes:
svn path=/head/; revision=80055
|
|
|
|
|
|
|
|
| |
PR: 51524
Submitted by: Kevin Tower <ktower@towerfamily.org>
Notes:
svn path=/head/; revision=79957
|
|
|
|
|
|
|
| |
accordingly.
Notes:
svn path=/head/; revision=79503
|
|
|
|
| |
Notes:
svn path=/head/; revision=79275
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=79164
|
|
|
|
|
|
|
| |
Submitted by: jhb
Notes:
svn path=/head/; revision=79036
|
|
|
|
|
|
|
|
|
| |
- Cleanup
- Use bsd.gnustep.mk
PR: 50479
Notes:
svn path=/head/; revision=78851
|
|
|
|
|
|
|
|
| |
PR: ports/50451
Submitted by: Anders Andersson <anders@andersa.net>
Notes:
svn path=/head/; revision=78175
|
|
|
|
|
|
|
|
| |
PR: ports/48843
Submitted by: Scott Kenney <saken@hotel.rmta.org>
Notes:
svn path=/head/; revision=77731
|
|
|
|
| |
Notes:
svn path=/head/; revision=77610
|
|
|
|
|
|
|
| |
Submitted by: David Yeske <dyeske@yahoo.com>
Notes:
svn path=/head/; revision=77412
|
|
|
|
|
|
|
| |
WWW: http://www.nice.ch/~phip/softcorner.html#cmdr
Notes:
svn path=/head/; revision=77298
|
|
|
|
|
|
|
|
| |
Submitted by: Yonatan@xpert.com <Yonatan@xpert.com>
Switch MASTER_SITE to make this port fetchable.
Notes:
svn path=/head/; revision=77260
|
|
|
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
Notes:
svn path=/head/; revision=77045
|
|
|
|
|
|
|
| |
Approved by: portmgr (implicitly)
Notes:
svn path=/head/; revision=77038
|
|
|
|
| |
Notes:
svn path=/head/; revision=76770
|
|
|
|
| |
Notes:
svn path=/head/; revision=76041
|
|
|
|
| |
Notes:
svn path=/head/; revision=76039
|
|
|
|
| |
Notes:
svn path=/head/; revision=75971
|
|
|
|
| |
Notes:
svn path=/head/; revision=75867
|
|
|
|
|
|
|
| |
background as soon as it is invoked.
Notes:
svn path=/head/; revision=75866
|
|
|
|
|
|
|
| |
escaping does not work.
Notes:
svn path=/head/; revision=75865
|
|
|
|
|
|
|
| |
while I'm hre.
Notes:
svn path=/head/; revision=75782
|
|
|
|
| |
Notes:
svn path=/head/; revision=75780
|
|
|
|
|
|
|
|
| |
PR: 48167
Submitted by: tadalunch@sources.redhat.com
Notes:
svn path=/head/; revision=75369
|
|
|
|
|
|
|
| |
Submitted by: lioux
Notes:
svn path=/head/; revision=75232
|
|
|
|
| |
Notes:
svn path=/head/; revision=73942
|
|
|
|
| |
Notes:
svn path=/head/; revision=73106
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=72924
|
|
|
|
|
|
|
|
| |
* SIGALRM can now be used in applications.
* Numerous bug fixes.
Notes:
svn path=/head/; revision=72720
|
|
|
|
|
|
|
| |
and install this port.
Notes:
svn path=/head/; revision=72595
|
|
|
|
|
|
|
|
| |
PR: 46781
Submitted by: Philip Paeps <philip@vitaya.be>
Notes:
svn path=/head/; revision=72587
|
|
|
|
|
|
|
|
| |
PR: 46243
Submitted by: maintainer
Notes:
svn path=/head/; revision=72422
|
|
|
|
| |
Notes:
svn path=/head/; revision=72377
|
|
|
|
| |
Notes:
svn path=/head/; revision=71257
|
|
|
|
|
|
|
|
|
|
|
| |
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
Notes:
svn path=/head/; revision=69808
|
|
|
|
|
|
|
| |
Approved by: pat
Notes:
svn path=/head/; revision=69612
|
|
|
|
|
|
|
| |
And some ports have USE_PERL5=yes now.
Notes:
svn path=/head/; revision=69436
|
|
|
|
|
|
|
| |
PR: 36792
Notes:
svn path=/head/; revision=69391
|
|
|
|
| |
Notes:
svn path=/head/; revision=68996
|