Upgrade to 1.14.3

This commit is contained in:
Andrey A. Chernov
1994-12-12 02:18:01 +00:00
parent c38bd5c942
commit 890071c2a5
22 changed files with 169 additions and 36 deletions

View File

@@ -1,13 +1,12 @@
# New ports collection makefile for: bash
# Version required: 1.14.2
# Version required: 1.14.3
# Date created: 21 August 1994
# Whom: jkh
#
# $Id: Makefile,v 1.3 1994/09/11 10:08:01 jkh Exp $
# $Id: Makefile,v 1.4 1994/11/10 12:03:04 jkh Exp $
#
GNU_MAKE= yes
DISTNAME= bash-1.14.2
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
DISTNAME= bash-1.14.3
MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/hidden/
.include <bsd.port.mk>

View File

@@ -1,5 +1,5 @@
*** cpp-Makefile.orig Thu Sep 29 05:00:51 1994
--- cpp-Makefile Tue Jul 19 14:02:14 1994
*** cpp-Makefile.orig Mon Dec 12 04:14:30 1994
--- cpp-Makefile Mon Dec 12 04:14:30 1994
***************
*** 136,144 ****
/* This is guaranteed to work, even if you have the fixed includes!
@@ -22,6 +22,23 @@
#else /* !HAVE_GCC */
CC = CPP_CC
***************
*** 304,310 ****
/**/# The GNU coding standards don't recognize the possibility that
/**/# other information besides optimization and debugging might be
/**/# passed to cc. A different name should have been used.
! CFLAGS = -O -g
SYSTEM_FLAGS = $(LINEBUF) $(VPRINTF) $(UNISTD) $(STDLIB) $(LIMITSH) \
$(GROUPS) $(RESOURCE) $(PARAM) $(SIGHANDLER) $(SYSDEP) $(WAITH) \
--- 304,310 ----
/**/# The GNU coding standards don't recognize the possibility that
/**/# other information besides optimization and debugging might be
/**/# passed to cc. A different name should have been used.
! #CFLAGS = -O -g
SYSTEM_FLAGS = $(LINEBUF) $(VPRINTF) $(UNISTD) $(STDLIB) $(LIMITSH) \
$(GROUPS) $(RESOURCE) $(PARAM) $(SIGHANDLER) $(SYSDEP) $(WAITH) \
***************
*** 383,389 ****
Program = bash

View File

@@ -1 +1 @@
bash, the GNU Borne Again Shell. Version 1.14.2
bash, the GNU Borne Again Shell. Version 1.14.3

View File

@@ -1,4 +1,4 @@
This is GNU Bash, version 1.14.2. Bash is the GNU Project's Bourne
This is GNU Bash, version 1.14.3. Bash is the GNU Project's Bourne
Again SHell, an interactive shell with Bourne shell syntax (/bin/sh);
but also with interactive command line editing, job control on
architectures that support it, Csh-like history features and brace

View File

@@ -1,3 +1,5 @@
@cwd /usr/local
bin/bash
bin/bashbug
man/man1/bash.1
man/man1/bash_builtins.1

View File

@@ -1,13 +1,12 @@
# New ports collection makefile for: bash
# Version required: 1.14.2
# Version required: 1.14.3
# Date created: 21 August 1994
# Whom: jkh
#
# $Id: Makefile,v 1.3 1994/09/11 10:08:01 jkh Exp $
# $Id: Makefile,v 1.4 1994/11/10 12:03:04 jkh Exp $
#
GNU_MAKE= yes
DISTNAME= bash-1.14.2
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
DISTNAME= bash-1.14.3
MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/hidden/
.include <bsd.port.mk>

View File

@@ -1,5 +1,5 @@
*** cpp-Makefile.orig Thu Sep 29 05:00:51 1994
--- cpp-Makefile Tue Jul 19 14:02:14 1994
*** cpp-Makefile.orig Mon Dec 12 04:14:30 1994
--- cpp-Makefile Mon Dec 12 04:14:30 1994
***************
*** 136,144 ****
/* This is guaranteed to work, even if you have the fixed includes!
@@ -22,6 +22,23 @@
#else /* !HAVE_GCC */
CC = CPP_CC
***************
*** 304,310 ****
/**/# The GNU coding standards don't recognize the possibility that
/**/# other information besides optimization and debugging might be
/**/# passed to cc. A different name should have been used.
! CFLAGS = -O -g
SYSTEM_FLAGS = $(LINEBUF) $(VPRINTF) $(UNISTD) $(STDLIB) $(LIMITSH) \
$(GROUPS) $(RESOURCE) $(PARAM) $(SIGHANDLER) $(SYSDEP) $(WAITH) \
--- 304,310 ----
/**/# The GNU coding standards don't recognize the possibility that
/**/# other information besides optimization and debugging might be
/**/# passed to cc. A different name should have been used.
! #CFLAGS = -O -g
SYSTEM_FLAGS = $(LINEBUF) $(VPRINTF) $(UNISTD) $(STDLIB) $(LIMITSH) \
$(GROUPS) $(RESOURCE) $(PARAM) $(SIGHANDLER) $(SYSDEP) $(WAITH) \
***************
*** 383,389 ****
Program = bash

View File

@@ -0,0 +1,40 @@
*** readline.c.bak Tue Dec 6 01:47:48 1994
--- lib/readline/readline.c Mon Dec 12 04:29:49 1994
***************
*** 958,964 ****
static void
readline_initialize_everything ()
{
! char *t;
/* Find out if we are running in Emacs. */
running_in_emacs = getenv ("EMACS") != (char *)0;
--- 958,964 ----
static void
readline_initialize_everything ()
{
! char *t, *t1;
/* Find out if we are running in Emacs. */
running_in_emacs = getenv ("EMACS") != (char *)0;
***************
*** 993,999 ****
/* Check for LC_CTYPE and use its value to decide the defaults for
8-bit character input and output. */
t = getenv ("LC_CTYPE");
! if (t && (strcmp (t, "iso-8859-1") == 0 || strcmp (t, "iso_8859_1") == 0))
{
_rl_meta_flag = 1;
_rl_convert_meta_chars_to_ascii = 0;
--- 993,1003 ----
/* Check for LC_CTYPE and use its value to decide the defaults for
8-bit character input and output. */
t = getenv ("LC_CTYPE");
! t1 = getenv ("LANG");
! if (t && (strstr (t, "8859-1") != NULL || strstr (t, "8859_1") != NULL ||
! strstr (t, "KOI8-R") != NULL || strstr (t, "koi8-r") != NULL) ||
! t1 && (strstr (t1, "8859-1") != NULL || strstr (t1, "8859_1") != NULL ||
! strstr (t1, "KOI8-R") != NULL || strstr (t1, "koi8-r") != NULL))
{
_rl_meta_flag = 1;
_rl_convert_meta_chars_to_ascii = 0;

View File

@@ -0,0 +1,21 @@
*** documentation/Makefile.bak Thu Jul 14 20:12:59 1994
--- documentation/Makefile Mon Dec 12 04:57:07 1994
***************
*** 109,116 ****
[ -d $(mandir) ] || mkdir $(mandir)
$(INSTALL_DATA) bash.1 $(mandir)
sed 's:so bash.1:so man1/bash.1:' < builtins.1 > $(mandir)/bash_builtins.1
! [ -d $(man3dir) ] || mkdir $(man3dir)
! $(INSTALL_DATA) readline.3 $(man3dir)
[ -d $(infodir) ] || mkdir $(infodir)
$(INSTALL_DATA) features.info $(infodir)/bash.info
--- 109,116 ----
[ -d $(mandir) ] || mkdir $(mandir)
$(INSTALL_DATA) bash.1 $(mandir)
sed 's:so bash.1:so man1/bash.1:' < builtins.1 > $(mandir)/bash_builtins.1
! # [ -d $(man3dir) ] || mkdir $(man3dir)
! # $(INSTALL_DATA) readline.3 $(man3dir)
[ -d $(infodir) ] || mkdir $(infodir)
$(INSTALL_DATA) features.info $(infodir)/bash.info

View File

@@ -1 +1 @@
bash, the GNU Borne Again Shell. Version 1.14.2
bash, the GNU Borne Again Shell. Version 1.14.3

View File

@@ -1,4 +1,4 @@
This is GNU Bash, version 1.14.2. Bash is the GNU Project's Bourne
This is GNU Bash, version 1.14.3. Bash is the GNU Project's Bourne
Again SHell, an interactive shell with Bourne shell syntax (/bin/sh);
but also with interactive command line editing, job control on
architectures that support it, Csh-like history features and brace

View File

@@ -1,3 +1,5 @@
@cwd /usr/local
bin/bash
bin/bashbug
man/man1/bash.1
man/man1/bash_builtins.1

View File

@@ -1,13 +1,12 @@
# New ports collection makefile for: bash
# Version required: 1.14.2
# Version required: 1.14.3
# Date created: 21 August 1994
# Whom: jkh
#
# $Id: Makefile,v 1.3 1994/09/11 10:08:01 jkh Exp $
# $Id: Makefile,v 1.4 1994/11/10 12:03:04 jkh Exp $
#
GNU_MAKE= yes
DISTNAME= bash-1.14.2
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
DISTNAME= bash-1.14.3
MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/hidden/
.include <bsd.port.mk>

View File

@@ -1,5 +1,5 @@
*** cpp-Makefile.orig Thu Sep 29 05:00:51 1994
--- cpp-Makefile Tue Jul 19 14:02:14 1994
*** cpp-Makefile.orig Mon Dec 12 04:14:30 1994
--- cpp-Makefile Mon Dec 12 04:14:30 1994
***************
*** 136,144 ****
/* This is guaranteed to work, even if you have the fixed includes!
@@ -22,6 +22,23 @@
#else /* !HAVE_GCC */
CC = CPP_CC
***************
*** 304,310 ****
/**/# The GNU coding standards don't recognize the possibility that
/**/# other information besides optimization and debugging might be
/**/# passed to cc. A different name should have been used.
! CFLAGS = -O -g
SYSTEM_FLAGS = $(LINEBUF) $(VPRINTF) $(UNISTD) $(STDLIB) $(LIMITSH) \
$(GROUPS) $(RESOURCE) $(PARAM) $(SIGHANDLER) $(SYSDEP) $(WAITH) \
--- 304,310 ----
/**/# The GNU coding standards don't recognize the possibility that
/**/# other information besides optimization and debugging might be
/**/# passed to cc. A different name should have been used.
! #CFLAGS = -O -g
SYSTEM_FLAGS = $(LINEBUF) $(VPRINTF) $(UNISTD) $(STDLIB) $(LIMITSH) \
$(GROUPS) $(RESOURCE) $(PARAM) $(SIGHANDLER) $(SYSDEP) $(WAITH) \
***************
*** 383,389 ****
Program = bash

View File

@@ -1 +1 @@
bash, the GNU Borne Again Shell. Version 1.14.2
bash, the GNU Borne Again Shell. Version 1.14.3

View File

@@ -1,4 +1,4 @@
This is GNU Bash, version 1.14.2. Bash is the GNU Project's Bourne
This is GNU Bash, version 1.14.3. Bash is the GNU Project's Bourne
Again SHell, an interactive shell with Bourne shell syntax (/bin/sh);
but also with interactive command line editing, job control on
architectures that support it, Csh-like history features and brace

View File

@@ -1,3 +1,5 @@
@cwd /usr/local
bin/bash
bin/bashbug
man/man1/bash.1
man/man1/bash_builtins.1

View File

@@ -1,13 +1,12 @@
# New ports collection makefile for: bash
# Version required: 1.14.2
# Version required: 1.14.3
# Date created: 21 August 1994
# Whom: jkh
#
# $Id: Makefile,v 1.3 1994/09/11 10:08:01 jkh Exp $
# $Id: Makefile,v 1.4 1994/11/10 12:03:04 jkh Exp $
#
GNU_MAKE= yes
DISTNAME= bash-1.14.2
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
DISTNAME= bash-1.14.3
MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/hidden/
.include <bsd.port.mk>

View File

@@ -1,5 +1,5 @@
*** cpp-Makefile.orig Thu Sep 29 05:00:51 1994
--- cpp-Makefile Tue Jul 19 14:02:14 1994
*** cpp-Makefile.orig Mon Dec 12 04:14:30 1994
--- cpp-Makefile Mon Dec 12 04:14:30 1994
***************
*** 136,144 ****
/* This is guaranteed to work, even if you have the fixed includes!
@@ -22,6 +22,23 @@
#else /* !HAVE_GCC */
CC = CPP_CC
***************
*** 304,310 ****
/**/# The GNU coding standards don't recognize the possibility that
/**/# other information besides optimization and debugging might be
/**/# passed to cc. A different name should have been used.
! CFLAGS = -O -g
SYSTEM_FLAGS = $(LINEBUF) $(VPRINTF) $(UNISTD) $(STDLIB) $(LIMITSH) \
$(GROUPS) $(RESOURCE) $(PARAM) $(SIGHANDLER) $(SYSDEP) $(WAITH) \
--- 304,310 ----
/**/# The GNU coding standards don't recognize the possibility that
/**/# other information besides optimization and debugging might be
/**/# passed to cc. A different name should have been used.
! #CFLAGS = -O -g
SYSTEM_FLAGS = $(LINEBUF) $(VPRINTF) $(UNISTD) $(STDLIB) $(LIMITSH) \
$(GROUPS) $(RESOURCE) $(PARAM) $(SIGHANDLER) $(SYSDEP) $(WAITH) \
***************
*** 383,389 ****
Program = bash

View File

@@ -1 +1 @@
bash, the GNU Borne Again Shell. Version 1.14.2
bash, the GNU Borne Again Shell. Version 1.14.3

View File

@@ -1,4 +1,4 @@
This is GNU Bash, version 1.14.2. Bash is the GNU Project's Bourne
This is GNU Bash, version 1.14.3. Bash is the GNU Project's Bourne
Again SHell, an interactive shell with Bourne shell syntax (/bin/sh);
but also with interactive command line editing, job control on
architectures that support it, Csh-like history features and brace

View File

@@ -1,3 +1,5 @@
@cwd /usr/local
bin/bash
bin/bashbug
man/man1/bash.1
man/man1/bash_builtins.1