summaryrefslogtreecommitdiffstats
path: root/shells/bash1
Commit message (Collapse)AuthorAgeFilesLines
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-091-2/+2
|
* Restore useless version required comments.obrien2000-03-221-0/+1
|
* Remove the "version required" line.obrien2000-03-201-1/+0
|
* Style nits in the ports I maintain.obrien2000-02-131-7/+7
|
* Add WWW to description of shells/bash1mharo2000-01-221-0/+2
| | | | | PR: 16260 Submitted by: joseph.scott@owp.csus.edu
* Bash1 incorrectly restores signals when executing programs. This causesobrien1999-11-283-0/+38
| | | | | | | | | | | | | | | many programs to use 100% CPU after a login session was ungracefully closed because SIGHUP will not be delivered to processes started from bash1 used as login shell (SIGHUP is ignored when bash1 is running as login shell and telnet connection is made because ignored SIGHUP is inherited from inetd->telnetd->getty->login; ignored SIGHUP is restored before starting any program from shell). These patches were derived from Bash 2.03, and attempt to impliement the Bash 2.03 behavior. PR: 14943 Submitted by: Max Khon (fjoe@iclub.nsu.ru)
* Use $(CC) -E rather than ``cpp'' to deal with cpp's new braindamage.obrien1999-11-281-1/+10
|
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* Use __FreeBSD__ instead of FreeBSD so this builds on the Alpha too.steve1999-07-051-0/+11
|
* #4/4 enforcing Caps, no periodhoek1999-06-261-1/+1
| | | | | | | | | | | | [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
* Remove the test to create ${PREFIX}/share/info/dir as it is nowmharo1999-06-052-5/+1
| | | | in bsd.port.mk and this helps to unify the check and install.
* Bash version 1.17 was much more popular than I thought.obrien1999-03-3012-0/+251
| | | | (deleted to save space on the CDROM since I thought few were still using it)
* Delete the bash 1.17 port. It served us well as we transitioned to bashobrien1999-03-2912-251/+0
| | | | version 2.
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.fenner1999-01-271-1/+2
|
* Removed manpages from pkg/PLISTobrien1998-08-132-4/+5
|
* Add NO_LATEST_LINK -- these are not the latest versions, and we shouldn'tasami1998-04-041-1/+2
| | | | | depend on ordering in the parent Makefiles for the links to be created correctly.
* Make Bash obey ${PREFIX}obrien1997-08-211-0/+11
|
* Get bash to not use GNU malloc. This solves the calloc() weirdnessjkh1997-06-271-0/+19
| | | | in -current. Closes PR#3971
* Remove trailing dot from ${MAINTAINER}fenner1997-06-261-2/+2
| | | | Found by: distfile checker
* Use install-info to edit the dir file.max1997-06-161-0/+3
|
* Use install-info to edit the dir file.max1997-06-161-2/+8
| | | | | The (now old) master_site doesn&t have bash-1.14.7 anymore, but GNU sites do, so update it.
* In documentation subdirectory, let ``make all'' build only the infomax1997-06-161-2/+19
| | | | files.
* Patch up the texinfo file and add @dircategory and @direntry.max1997-06-161-0/+13
|
* ache writes:obrien1997-02-171-1/+3
| | | | | | > This port is obsoleted by bash2, so I don't want to be MAINTAINER I *hate* bash2. So I'll take it over.
* This port is obsoleted by bash2, so I don't want to be MAINTAINERache1997-02-141-3/+1
|
* Roll this back to 1.14.7.asami1997-01-028-204/+146
|
* Upgrade to 2.0ache1996-12-278-146/+204
|
* Don't need WRKSRC.obrien1996-12-271-3/+3
| | | | Add manpages to MANx. But don't compress them.
* Style police.obrien1996-12-271-2/+2
|
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-2/+2
|
* Remove @cwd /usr/local.asami1996-11-161-1/+0
|
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"asami1996-10-101-1/+1
| | | | | | | | | | 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!
* Upgrade to 1.14.7ache1996-08-282-5/+5
|
* checksumadam1996-02-091-1/+1
|
* version 1.14.6 releaseadam1996-02-091-5/+4
|
* Upgrade to 1.14.6 beta 3ache1995-12-034-12/+11
|
* Ok, if anybody really needs bash_builtins.1 (which is almostache1995-10-042-0/+18
| | | | | useles), here PROPER fix and re-enabling it again. Please, step over on ports owned by me only if you 100% shure.
* Remove unneded file, it was man page hack which not works as isache1995-10-041-1/+0
|
* Use compressed manpages.asami1995-10-041-2/+2
|
* Hand-edit patch to install bash_builtins.1.asami1995-10-041-1/+2
| | | | Submitted by: Chet Ramey <chet@odin.INS.CWRU.Edu>
* Compress manpages.asami1995-10-041-1/+7
|
* Upgrade 1.14.4 -> 1.14.5ache1995-07-196-34/+43
| | | | | | Reviewed by: Submitted by: Obtained from:
* Update.ache1995-04-183-2/+4
|
* Fetch this from LOCAL_PORTS. If Chet wants to support the latest andjkh1995-04-181-2/+2
| | | | | greatest bash through the ports collection, then he can drop the tarballs into there and save us all some trouble.
* Makefile updates, shell version! This was easy! :)asami1995-04-111-2/+2
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-011-1/+2
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* Upgrade.ache1995-03-175-11/+11
|
* Install/uninstall bash into /etc/shellsache1995-02-121-0/+2
| | | | Submitted by: mark@grondar.za
* Upgrade to final release.ache1995-01-063-12/+12
| | | | File name not changed since beta, so you need to re-fetch bash
* Cleanupache1995-01-061-0/+1
|
OpenPOWER on IntegriCloud