summaryrefslogtreecommitdiffstats
path: root/shells
Commit message (Collapse)AuthorAgeFilesLines
* Change maintainership to submitter.nork2003-05-101-1/+1
| | | | | Submitted by: Hideyuki KURASHINA <rushani@FreeBSD.org> Approved by: Ken McGlothlen <mcglk@artlogix.com> (maintainer)
* Update to 3.8.nork2003-05-032-2/+2
| | | | | | PR: ports/51633 Submitted by: rushani Approved by: maintainer implicitly
* Update to release 2003-04-22.naddy2003-05-012-4/+3
| | | | | PR: 51524 Submitted by: Kevin Tower <ktower@towerfamily.org>
* Apply a fix against a macro expansion problem and bump PORTREVISIONknu2003-04-234-0/+134
| | | | accordingly.
* Update to 2.03a + readlink fix.knu2003-04-194-9/+34
|
* o Update to 3.7.nork2003-04-173-5/+90
| | | | | | | | | | | | | 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)
* Oops, put the correct file into /etc/shells.naddy2003-04-152-2/+3
| | | | Submitted by: jhb
* - Use libobjc.sodinoex2003-04-131-22/+5
| | | | | | - Cleanup - Use bsd.gnustep.mk PR: 50479
* Update to 4.1.0.dev7.shige2003-04-043-2/+22
| | | | | PR: ports/50451 Submitted by: Anders Andersson <anders@andersa.net>
* update shells/rc to version 1.7, with readlineedwin2003-03-303-13/+9
| | | | | PR: ports/48843 Submitted by: Scott Kenney <saken@hotel.rmta.org>
* Update to 2.03.knu2003-03-283-10/+10
|
* Support /dev/(tcp|udp)/host/port redirection.obrien2003-03-243-0/+27
| | | | Submitted by: David Yeske <dyeske@yahoo.com>
* GSCommander is a simple unix command monitor for GNUstep.dinoex2003-03-235-0/+69
| | | | WWW: http://www.nice.ch/~phip/softcorner.html#cmdr
* PR: 49067foxfair2003-03-231-2/+4
| | | | | Submitted by: Yonatan@xpert.com <Yonatan@xpert.com> Switch MASTER_SITE to make this port fetchable.
* Clear moonlight beckons.ade2003-03-0720-10/+10
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* More manual pkg-comment cleanups.ade2003-03-061-2/+0
| | | | Approved by: portmgr (implicitly)
* Update to 2.02b.knu2003-03-034-43/+2
|
* De-pkg-comment.knu2003-02-218-4/+4
|
* pkg-comment -> COMMENTnaddy2003-02-212-2/+2
|
* De-pkg-comment.knu2003-02-2016-8/+8
|
* Bump PORTREVISION for a couple of fixes I applied.knu2003-02-191-0/+1
|
* Add a patch to fix a fatal problem on *BSD/sparc64 that fd falls intoknu2003-02-191-0/+27
| | | | background as soon as it is invoked.
* Add a patch to fix a glob expansion problem where special characterknu2003-02-191-0/+13
| | | | escaping does not work.
* De-pkg-decomment zsh master-slave ports. Allow overriding MAINAINERknu2003-02-184-3/+3
| | | | while I'm hre.
* De-pkg-comment my non-ruby ports as well.knu2003-02-182-1/+1
|
* URL updates.naddy2003-02-124-4/+4
| | | | | PR: 48167 Submitted by: tadalunch@sources.redhat.com
* Convert COMMENT to COMMENTFILE until these ports can be converted.kris2003-02-101-1/+1
| | | | Submitted by: lioux
* upgrade to 1.0107ijliao2003-01-243-6/+6
|
* Add missing manpagekris2003-01-141-1/+1
|
* Make zsh not segfault on ia64 due to a generic misconfiguration thatpeter2003-01-112-1/+9
| | | | | | | | | | | | | | | | | | | | 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.
* Make this work on ia64.peter2003-01-111-0/+12
|
* Update to release 2002-12-21. Notable changes:naddy2003-01-082-3/+3
| | | | | * SIGALRM can now be used in applications. * Numerous bug fixes.
* Ignore error in updating /etc/shells so that a normal user can buildknu2003-01-051-4/+4
| | | | and install this port.
* fix plistijliao2003-01-051-1/+3
| | | | | PR: 46781 Submitted by: Philip Paeps <philip@vitaya.be>
* upgrade to 3.4ijliao2003-01-033-11/+10
| | | | | PR: 46243 Submitted by: maintainer
* Update to 2.02a.knu2003-01-032-2/+2
|
* Fix build on 5.0 (chase /usr/include/msdosfs to /usr/include/fs/msdosfs)kris2002-11-301-7/+10
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-1014-14/+7
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-0614-7/+14
| | | | Approved by: pat
* PERL -> REINPLACEedwin2002-11-041-2/+3
| | | | And some ports have USE_PERL5=yes now.
* Fix PLIST (bento)arved2002-11-032-38/+38
| | | | PR: 36792
* Add missing files and manpageskris2002-10-282-1/+3
|
* Update to 4.1.0.dev5.shige2002-10-133-4/+22
| | | | Remove FORBIDDEN mark.
* fix obscure signal-handling bugsijliao2002-10-123-1/+27
| | | | | | | add readline support PR: 43945 Submitted by: maintainer
* Update to 2.01c.knu2002-10-064-269/+2
|
* Update to release 2002-09-22.naddy2002-10-055-68/+3
| | | | | PR: 43423 Submitted by: Joe Kelsey <joek@zircon.staff.flyingcroc.net>
* Fix logic error when NOPORTDOCS is set.obrien2002-09-293-6/+6
| | | | | Submitted by: Peter Avalos <pavalos@theshell.com> PR: 43459
* Move files from illegal subdirectory src/ to files/ and fixkris2002-09-295-1/+3
| | | | extract procedure.
* Mirror the patch files.obrien2002-09-203-3/+9
|
* - Fix the .zip file list format.knu2002-09-182-5/+5
| | | | - Recognize .tar.z as tar+gz archive.
OpenPOWER on IntegriCloud