summaryrefslogtreecommitdiff
path: root/shells/bash3
diff options
context:
space:
mode:
Diffstat (limited to 'shells/bash3')
-rw-r--r--shells/bash3/Makefile14
-rw-r--r--shells/bash3/distinfo1
-rw-r--r--shells/bash3/files/patch-ab56
-rw-r--r--shells/bash3/pkg-comment1
-rw-r--r--shells/bash3/pkg-descr8
-rw-r--r--shells/bash3/pkg-plist8
6 files changed, 0 insertions, 88 deletions
diff --git a/shells/bash3/Makefile b/shells/bash3/Makefile
deleted file mode 100644
index 81561adc0ba5..000000000000
--- a/shells/bash3/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-# New ports collection makefile for: bash
-# Version required: 1.14.4
-# Date created: 21 August 1994
-# Whom: jkh
-#
-# $Id: Makefile,v 1.9 1995/04/11 19:26:27 asami Exp $
-#
-
-DISTNAME= bash-1.14.4
-CATEGORIES+= shells
-MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/dist/
-MAINTAINER= ache@FreeBSD.ORG
-
-.include <bsd.port.mk>
diff --git a/shells/bash3/distinfo b/shells/bash3/distinfo
deleted file mode 100644
index 88a7cadab252..000000000000
--- a/shells/bash3/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (bash-1.14.4.tar.gz) = bc1f600f6884984314d1439ed1450801
diff --git a/shells/bash3/files/patch-ab b/shells/bash3/files/patch-ab
deleted file mode 100644
index d41ffcfd88cd..000000000000
--- a/shells/bash3/files/patch-ab
+++ /dev/null
@@ -1,56 +0,0 @@
-*** cpp-Makefile.orig Tue Jan 31 00:48:36 1995
---- cpp-Makefile Fri Mar 17 03:24:29 1995
-***************
-*** 138,144 ****
---- 138,148 ----
- /usr/include. Then it will break.) */
- CC = gcc -traditional -I/usr/include $(GCC_EXTRAS)
- # else /* HAVE_FIXED_INCLUDES */
-+ #ifdef __FreeBSD__
-+ CC += $(GCC_EXTRAS)
-+ #else
- CC = gcc $(GCC_EXTRAS)
-+ #endif
- # endif /* HAVE_FIXED_INCLUDES */
- #else /* !HAVE_GCC */
- CC = CPP_CC
-***************
-*** 155,162 ****
---- 159,171 ----
- RM = rm -f
- AR = ar
-
-+ #ifndef __FreeBSD__
- INSTALL_PROGRAM = install -c
- INSTALL_DATA = install -c -m 644
-+ #else
-+ INSTALL_PROGRAM = install -c -o bin -g bin -m 555
-+ INSTALL_DATA = install -c -o bin -g bin -m 644
-+ #endif
-
- COMPRESS = gzip
- COMPRESS_EXT = .gz
-***************
-*** 304,310 ****
---- 313,321 ----
- /**/# 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.
-+ #ifndef __FreeBSD__
- CFLAGS = -O -g
-+ #endif
-
- SYSTEM_FLAGS = $(LINEBUF) $(VPRINTF) $(UNISTD) $(STDLIB) $(LIMITSH) \
- $(GROUPS) $(RESOURCE) $(PARAM) $(SIGHANDLER) $(SYSDEP) $(WAITH) \
-***************
-*** 312,317 ****
---- 323,331 ----
- $(VARARGSH) $(STRCHR) $(STRCASE) $(DEVFD) \
- -D$(Machine) -D$(OS)
- LDFLAGS = $(NOSHARE) $(SYSDEP_LD) $(EXTRA_LD_PATH) $(PROFILE_FLAGS) $(CFLAGS)
-+ #ifdef __FreeBSD__
-+ LDFLAGS += -s
-+ #endif
- CCFLAGS = $(PROFILE_FLAGS) $(SYSTEM_FLAGS) -DSHELL $(ALLOCA_CFLAGS) \
- $(MALLOC_CFLAGS) $(CFLAGS)
- CPPFLAGS= -I. -I$(srcdir) -I$(LIBSRC)
diff --git a/shells/bash3/pkg-comment b/shells/bash3/pkg-comment
deleted file mode 100644
index 2470326d00fa..000000000000
--- a/shells/bash3/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-bash, the GNU Borne Again Shell. Version 1.14.4
diff --git a/shells/bash3/pkg-descr b/shells/bash3/pkg-descr
deleted file mode 100644
index 497fcff47de1..000000000000
--- a/shells/bash3/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-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
-expansion, and a slew of other stuff. For more information on the
-features of Bash that are new to this type of shell, see the file
-`documentation/features.texi'. There is also a processed DVI file
-there, as well as a large man page.
diff --git a/shells/bash3/pkg-plist b/shells/bash3/pkg-plist
deleted file mode 100644
index 8d51f4a46878..000000000000
--- a/shells/bash3/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-@cwd /usr/local
-bin/bash
-@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells
-@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells
-bin/bashbug
-man/man1/bash.1
-man/man1/bash_builtins.1
-info/bash.info