Oliver Eikemeier
0a3a06544f
mark bash1 DEPRECATED, with EXPIRATION_DATE 2004-08-25
2004-08-11 17:37:26 +00:00
Kris Kennaway
f20537279a
BROKEN on ia64: Does not compile
2004-03-07 05:06:59 +00:00
Trevor Johnson
f15b845ebe
SIZEify.
2004-01-29 16:13:06 +00:00
Pav Lucistnik
0fe91a205b
- Fix build on non-i386 platforms.
...
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>
2003-12-12 16:25:25 +00:00
Mark Linimon
8a6737b447
Move inclusion of bsd.port.pre.mk past variable definitions.
2003-10-29 04:14:07 +00:00
Mark Linimon
2250196ba7
All right, that's it, no more commits at 4am for me.
...
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
2003-10-20 21:24:19 +00:00
Mark Linimon
d3eb56dbcc
Remove BROKEN case for i386 4.x.
...
Previous attempt at deprecation objected to by: krion
2003-10-20 20:45:09 +00:00
Mark Linimon
c9aac656dc
Per bento logs, this is broken on 5.x. Rather than marking it so only
...
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.
2003-10-20 19:43:32 +00:00
Kris Kennaway
042afb8649
Before committing the previous BROKEN changes I carefully checked the status
...
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
2003-10-16 04:15:48 +00:00
Kris Kennaway
efd3830f38
BROKEN on 5.x: does not compile
2003-10-16 01:31:58 +00:00
Kirill Ponomarev
61959d9b05
- Fix build on -current
...
Reported by: kris via bento
2003-09-27 23:28:10 +00:00
Kirill Ponomarev
f344055e07
- Fix typo in COMMENT [1]
...
- Use INFO
Submitted by: Anthraxz <bouloumag@hotmail.com> [1]
2003-09-01 14:50:15 +00:00
David E. O'Brien
47846ba268
Fix build on -current (varargs -> stdarg)
...
[don't propagate the poorly named patch files from the PR]
PR: 56146
Submitted by: Michael Edenfield <kutulu@kutulu.org>
2003-08-31 08:08:47 +00:00
Kirill Ponomarev
d947a3194c
- Fix build on -current (varargs -> stdarg)
...
PR: 56146
Submitted by: Michael Edenfield <kutulu@kutulu.org>
2003-08-30 08:12:13 +00:00
Akinori MUSHA
2c41b9e5f3
De-pkg-comment.
2003-02-20 19:00:52 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34
o Rollback PORTCOMMENT modifications while this feature's implementation
...
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
...
Approved by: pat
2002-11-06 22:47:41 +00:00
David E. O'Brien
45666060ec
To ports@freebsd.org.
2002-05-08 21:03:16 +00:00
Kris Kennaway
99f937e31b
eaccess() only exists on recent versions of -current, not on -stable.
...
Pointy hat to: obrien
2002-05-05 04:09:03 +00:00
David E. O'Brien
6c19fe9879
Make compile on FreeBSD/sparc64 !
2002-02-10 10:58:07 +00:00
David E. O'Brien
d7c478016d
Also fix the symlink race vulnerability in bashbug.sh.
...
Obtained from: bash-1.14.7-23.5x.src.rpm
2000-11-29 19:52:06 +00:00
David E. O'Brien
f1a492cf44
Fix the symlink vulnerability noted at http://www.securityfocus.com/bid/2006
...
Obtained from: RedHat bash-1.14.7-23.5x.src.rpm
2000-11-29 19:48:15 +00:00
David E. O'Brien
1ceded9e6e
Add $FreeBSD$'s which help me in problem reports.
2000-11-22 00:17:18 +00:00
Michael Haro
4cf4ab0a2f
Correct whitespace introduced during PORTNAME conversion and portlint
2000-04-21 08:19:33 +00:00
Chris Piazza
3df86a88a9
Update with the new PORTNAME/PORTVERSION variables
2000-04-09 18:34:06 +00:00
David E. O'Brien
e05c25a8bf
Restore useless version required comments.
2000-03-22 00:28:26 +00:00
David E. O'Brien
da36feaffe
Remove the "version required" line.
2000-03-20 02:37:50 +00:00
David E. O'Brien
b5d1cecde4
Style nits in the ports I maintain.
2000-02-13 03:25:05 +00:00
Michael Haro
a3fc742515
Add WWW to description of shells/bash1
...
PR: 16260
Submitted by: joseph.scott@owp.csus.edu
2000-01-22 09:05:47 +00:00
David E. O'Brien
d185596316
Bash1 incorrectly restores signals when executing programs. This causes
...
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 )
1999-11-28 03:07:19 +00:00
David E. O'Brien
6b7daea23a
Use $(CC) -E rather than ``cpp'' to deal with cpp's new braindamage.
1999-11-28 03:03:45 +00:00
Peter Wemm
a53421230c
$Id$ -> $FreeBSD$
1999-08-31 01:53:22 +00:00
Steve Price
6767fa568a
Use __FreeBSD__ instead of FreeBSD so this builds on the Alpha too.
1999-07-05 16:24:22 +00:00
Tim Vanderhoek
a84b5b5f94
#4/4 enforcing Caps, no period
...
[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
1999-06-26 19:22:14 +00:00
Michael Haro
5ce8e8e5c7
Remove the test to create ${PREFIX}/share/info/dir as it is now
...
in bsd.port.mk and this helps to unify the check and install.
1999-06-05 22:32:11 +00:00
David E. O'Brien
cd8572268b
Bash version 1.17 was much more popular than I thought.
...
(deleted to save space on the CDROM since I thought few were still using it)
1999-03-30 01:31:43 +00:00
David E. O'Brien
7ed77ab1fd
Delete the bash 1.17 port. It served us well as we transitioned to bash
...
version 2.
1999-03-29 11:42:32 +00:00
Bill Fenner
5261958626
${MASTER_SITE_GNU} got rearranged in December; let's catch up.
1999-01-27 07:41:29 +00:00
David E. O'Brien
d265ace04d
Removed manpages from pkg/PLIST
1998-08-13 21:30:07 +00:00
Satoshi Asami
acd19d78e8
Add NO_LATEST_LINK -- these are not the latest versions, and we shouldn't
...
depend on ordering in the parent Makefiles for the links to be created
correctly.
1998-04-04 07:36:46 +00:00
David E. O'Brien
ddbd7c0b92
Make Bash obey ${PREFIX}
1997-08-21 07:03:49 +00:00
Jordan K. Hubbard
beb1d2e914
Get bash to not use GNU malloc. This solves the calloc() weirdness
...
in -current. Closes PR#3971
1997-06-27 18:00:09 +00:00
Bill Fenner
4c08ced03e
Remove trailing dot from ${MAINTAINER}
...
Found by: distfile checker
1997-06-26 06:23:23 +00:00
Masafumi Max NAKANE
c7e688d572
Use install-info to edit the dir file.
1997-06-16 11:00:38 +00:00
Masafumi Max NAKANE
d6ae6dc467
Use install-info to edit the dir file.
...
The (now old) master_site doesn&t have bash-1.14.7 anymore, but GNU sites do,
so update it.
1997-06-16 11:00:19 +00:00
Masafumi Max NAKANE
3ffd020bff
In documentation subdirectory, let ``make all'' build only the info
...
files.
1997-06-16 10:42:18 +00:00
Masafumi Max NAKANE
b4ce60904c
Patch up the texinfo file and add @dircategory and @direntry.
1997-06-16 10:35:22 +00:00
David E. O'Brien
c3d2f16419
ache writes:
...
> This port is obsoleted by bash2, so I don't want to be MAINTAINER
I *hate* bash2. So I'll take it over.
1997-02-17 06:41:50 +00:00
Andrey A. Chernov
dc6e03a935
This port is obsoleted by bash2, so I don't want to be MAINTAINER
1997-02-14 14:18:45 +00:00
Satoshi Asami
1b266ec86a
Roll this back to 1.14.7.
1997-01-02 07:00:25 +00:00