summaryrefslogtreecommitdiff
path: root/shells/bash1 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move inclusion of bsd.port.pre.mk past variable definitions.Mark Linimon2003-10-291-6/+6
| | | | Notes: svn path=/head/; revision=92527
* 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 Notes: svn path=/head/; revision=91760
* Remove BROKEN case for i386 4.x.Mark Linimon2003-10-201-2/+10
| | | | | | | Previous attempt at deprecation objected to by: krion Notes: svn path=/head/; revision=91757
* 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. Notes: svn path=/head/; revision=91752
* 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 Notes: svn path=/head/; revision=91389
* BROKEN on 5.x: does not compileKris Kennaway2003-10-161-1/+7
| | | | Notes: svn path=/head/; revision=91379
* - Fix build on -currentKirill Ponomarev2003-09-271-0/+11
| | | | | | | Reported by: kris via bento Notes: svn path=/head/; revision=89588
* - Fix typo in COMMENT [1]Kirill Ponomarev2003-09-012-4/+2
| | | | | | | | | - Use INFO Submitted by: Anthraxz <bouloumag@hotmail.com> [1] Notes: svn path=/head/; revision=88286
* 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> Notes: svn path=/head/; revision=88174
* - Fix build on -current (varargs -> stdarg)Kirill Ponomarev2003-08-309-0/+255
| | | | | | | | PR: 56146 Submitted by: Michael Edenfield <kutulu@kutulu.org> Notes: svn path=/head/; revision=88065
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* 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) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* To ports@freebsd.org.David E. O'Brien2002-05-081-1/+1
| | | | Notes: svn path=/head/; revision=58737
* eaccess() only exists on recent versions of -current, not on -stable.Kris Kennaway2002-05-051-2/+2
| | | | | | | Pointy hat to: obrien Notes: svn path=/head/; revision=58566
* Make compile on FreeBSD/sparc64 !David E. O'Brien2002-02-102-19/+53
| | | | Notes: svn path=/head/; revision=54483
* 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 Notes: svn path=/head/; revision=35516
* 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 Notes: svn path=/head/; revision=35515
* Add $FreeBSD$'s which help me in problem reports.David E. O'Brien2000-11-221-0/+1
| | | | Notes: svn path=/head/; revision=35323
* Correct whitespace introduced during PORTNAME conversion and portlintMichael Haro2000-04-211-1/+1
| | | | Notes: svn path=/head/; revision=27847
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27426
* Restore useless version required comments.David E. O'Brien2000-03-221-0/+1
| | | | Notes: svn path=/head/; revision=26941
* Remove the "version required" line.David E. O'Brien2000-03-201-1/+0
| | | | Notes: svn path=/head/; revision=26835
* Style nits in the ports I maintain.David E. O'Brien2000-02-131-7/+7
| | | | Notes: svn path=/head/; revision=25734
* Add WWW to description of shells/bash1Michael Haro2000-01-221-0/+2
| | | | | | | | PR: 16260 Submitted by: joseph.scott@owp.csus.edu Notes: svn path=/head/; revision=24909
* 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) Notes: svn path=/head/; revision=23460
* Use $(CC) -E rather than ``cpp'' to deal with cpp's new braindamage.David E. O'Brien1999-11-281-1/+10
| | | | Notes: svn path=/head/; revision=23459
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21143
* Use __FreeBSD__ instead of FreeBSD so this builds on the Alpha too.Steve Price1999-07-051-0/+11
| | | | Notes: svn path=/head/; revision=20078
* #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 Notes: svn path=/head/; revision=19804
* 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. Notes: svn path=/head/; revision=19223
* 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) Notes: svn path=/head/; revision=17442
* Delete the bash 1.17 port. It served us well as we transitioned to bashDavid E. O'Brien1999-03-2912-251/+0
| | | | | | | version 2. Notes: svn path=/head/; revision=17433
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.Bill Fenner1999-01-271-1/+2
| | | | Notes: svn path=/head/; revision=16378
* Removed manpages from pkg/PLISTDavid E. O'Brien1998-08-132-4/+5
| | | | Notes: svn path=/head/; revision=12505
* 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. Notes: svn path=/head/; revision=10410
* Make Bash obey ${PREFIX}David E. O'Brien1997-08-211-0/+11
| | | | Notes: svn path=/head/; revision=7636
* Get bash to not use GNU malloc. This solves the calloc() weirdnessJordan K. Hubbard1997-06-271-0/+19
| | | | | | | in -current. Closes PR#3971 Notes: svn path=/head/; revision=7099
* Remove trailing dot from ${MAINTAINER}Bill Fenner1997-06-261-2/+2
| | | | | | | Found by: distfile checker Notes: svn path=/head/; revision=7073
* Use install-info to edit the dir file.Masafumi Max NAKANE1997-06-161-0/+3
| | | | Notes: svn path=/head/; revision=6964
* 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. Notes: svn path=/head/; revision=6963
* In documentation subdirectory, let ``make all'' build only the infoMasafumi Max NAKANE1997-06-161-2/+19
| | | | | | | files. Notes: svn path=/head/; revision=6962
* Patch up the texinfo file and add @dircategory and @direntry.Masafumi Max NAKANE1997-06-161-0/+13
| | | | Notes: svn path=/head/; revision=6961
* 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. Notes: svn path=/head/; revision=5662
* This port is obsoleted by bash2, so I don't want to be MAINTAINERAndrey A. Chernov1997-02-141-3/+1
| | | | Notes: svn path=/head/; revision=5612
* Roll this back to 1.14.7.Satoshi Asami1997-01-028-204/+146
| | | | Notes: svn path=/head/; revision=5157
* Upgrade to 2.0Andrey A. Chernov1996-12-278-146/+204
| | | | Notes: svn path=/head/; revision=5110
* Don't need WRKSRC.David E. O'Brien1996-12-271-3/+3
| | | | | | | Add manpages to MANx. But don't compress them. Notes: svn path=/head/; revision=5105
* Style police.David E. O'Brien1996-12-271-2/+2
| | | | Notes: svn path=/head/; revision=5102
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4575