summaryrefslogtreecommitdiff
path: root/shells/bash1 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* BROKEN on ia64: Does not compileKris Kennaway2004-03-071-1/+7
|
* SIZEify.Trevor Johnson2004-01-291-0/+1
|
* - Fix build on non-i386 platforms.Pav Lucistnik2003-12-122-30/+43
| | | | | | | | Tested ok on: i386/stable, i386/current, amd64 Fails later on: ia64 (pluto2) PR: ports/60176 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
* Move inclusion of bsd.port.pre.mk past variable definitions.Mark Linimon2003-10-291-6/+6
|
* All right, that's it, no more commits at 4am for me.Mark Linimon2003-10-201-5/+1
| | | | | | | | | But I'm still going to leave it marked broken on all the other architectures. That's because I think it really is broken on all the other architectures. If it is not broken on all the other architectures, I am going to stick my fingers in my ears and chant la-la-la-can't-hear-you. arrrrrgh
* Remove BROKEN case for i386 4.x.Mark Linimon2003-10-201-2/+10
| | | | Previous attempt at deprecation objected to by: krion
* Per bento logs, this is broken on 5.x. Rather than marking it so onlyMark Linimon2003-10-201-1/+3
| | | | | | | | | for 5.x, mark it as generally broken; the latest distfile in the 1.x series was in 1996 and this isn't even it (this one is from 1994). The bash2 releases began in 1996. Unless there is some absolute need to maintain this port for backwards compatibility, it should probably just be deleted.
* Before committing the previous BROKEN changes I carefully checked the statusKris Kennaway2003-10-161-7/+1
| | | | | | | | | of each port on bento and for recent fixes. Unfortunately at some point I got confused and switched to the wrong list :-) As a result I picked up a number of ports that were fixed a while ago. Sorry for the false alarm, maintainers. Pointy hat to: kris
* BROKEN on 5.x: does not compileKris Kennaway2003-10-161-1/+7
|
* - Fix build on -currentKirill Ponomarev2003-09-271-0/+11
| | | | Reported by: kris via bento
* - Fix typo in COMMENT [1]Kirill Ponomarev2003-09-012-4/+2
| | | | | | - Use INFO Submitted by: Anthraxz <bouloumag@hotmail.com> [1]
* Fix build on -current (varargs -> stdarg)David E. O'Brien2003-08-319-0/+0
| | | | | | | [don't propagate the poorly named patch files from the PR] PR: 56146 Submitted by: Michael Edenfield <kutulu@kutulu.org>
* - Fix build on -current (varargs -> stdarg)Kirill Ponomarev2003-08-309-0/+255
| | | | | PR: 56146 Submitted by: Michael Edenfield <kutulu@kutulu.org>
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | 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.Adam Weinberger2002-11-062-1/+2
| | | | Approved by: pat
* To ports@freebsd.org.David E. O'Brien2002-05-081-1/+1
|
* eaccess() only exists on recent versions of -current, not on -stable.Kris Kennaway2002-05-051-2/+2
| | | | Pointy hat to: obrien
* Make compile on FreeBSD/sparc64 !David E. O'Brien2002-02-102-19/+53
|
* Also fix the symlink race vulnerability in bashbug.sh.David E. O'Brien2000-11-291-0/+11
| | | | Obtained from: bash-1.14.7-23.5x.src.rpm
* Fix the symlink vulnerability noted at http://www.securityfocus.com/bid/2006David E. O'Brien2000-11-291-0/+28
| | | | Obtained from: RedHat bash-1.14.7-23.5x.src.rpm
* Add $FreeBSD$'s which help me in problem reports.David E. O'Brien2000-11-221-0/+1
|
* Correct whitespace introduced during PORTNAME conversion and portlintMichael Haro2000-04-211-1/+1
|
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
|
* Restore useless version required comments.David E. O'Brien2000-03-221-0/+1
|
* Remove the "version required" line.David E. O'Brien2000-03-201-1/+0
|
* Style nits in the ports I maintain.David E. O'Brien2000-02-131-7/+7
|
* Add WWW to description of shells/bash1Michael Haro2000-01-221-0/+2
| | | | | PR: 16260 Submitted by: joseph.scott@owp.csus.edu
* Bash1 incorrectly restores signals when executing programs. This causesDavid E. O'Brien1999-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.David E. O'Brien1999-11-281-1/+10
|
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
|
* Use __FreeBSD__ instead of FreeBSD so this builds on the Alpha too.Steve Price1999-07-051-0/+11
|
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-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 nowMichael Haro1999-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.David E. O'Brien1999-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 bashDavid E. O'Brien1999-03-2912-251/+0
| | | | version 2.
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.Bill Fenner1999-01-271-1/+2
|
* Removed manpages from pkg/PLISTDavid E. O'Brien1998-08-132-4/+5
|
* Add NO_LATEST_LINK -- these are not the latest versions, and we shouldn'tSatoshi Asami1998-04-041-1/+2
| | | | | depend on ordering in the parent Makefiles for the links to be created correctly.
* Make Bash obey ${PREFIX}David E. O'Brien1997-08-211-0/+11
|
* Get bash to not use GNU malloc. This solves the calloc() weirdnessJordan K. Hubbard1997-06-271-0/+19
| | | | in -current. Closes PR#3971
* Remove trailing dot from ${MAINTAINER}Bill Fenner1997-06-261-2/+2
| | | | Found by: distfile checker
* Use install-info to edit the dir file.Masafumi Max NAKANE1997-06-161-0/+3
|
* Use install-info to edit the dir file.Masafumi Max NAKANE1997-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 infoMasafumi Max NAKANE1997-06-161-2/+19
| | | | files.
* Patch up the texinfo file and add @dircategory and @direntry.Masafumi Max NAKANE1997-06-161-0/+13
|
* ache writes:David E. O'Brien1997-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 MAINTAINERAndrey A. Chernov1997-02-141-3/+1
|
* Roll this back to 1.14.7.Satoshi Asami1997-01-028-204/+146
|
* Upgrade to 2.0Andrey A. Chernov1996-12-278-146/+204
|