summaryrefslogtreecommitdiff
path: root/shells/bash
diff options
context:
space:
mode:
authorMartin Cracauer <cracauer@FreeBSD.org>1999-04-19 08:42:21 +0000
committerMartin Cracauer <cracauer@FreeBSD.org>1999-04-19 08:42:21 +0000
commitdcc36469d1c4932ce5e6d92af79950ccc46ca358 (patch)
treed1121852537b2d75bd0bfc42fe6d7c9856f7efe2 /shells/bash
parentmake net/ircII install helpfiles in $prefix/share not lib. (diff)
Update to 2.03 (maintainer did not respond)
Notes
Notes: svn path=/head/; revision=17999
Diffstat (limited to 'shells/bash')
-rw-r--r--shells/bash/Makefile7
-rw-r--r--shells/bash/distinfo2
-rw-r--r--shells/bash/files/patch-ab16
3 files changed, 13 insertions, 12 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile
index 586b613c8d98..06bb9923e1d1 100644
--- a/shells/bash/Makefile
+++ b/shells/bash/Makefile
@@ -3,21 +3,22 @@
# Date created: 21 August 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.31 1998/08/10 00:00:46 steve Exp $
+# $Id: Makefile,v 1.32 1999/01/27 07:41:27 fenner Exp $
#
-DISTNAME= bash-2.02.1
+DISTNAME= bash-2.03
CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_GNU} \
ftp://slc2.ins.cwru.edu/pub/dist/
MASTER_SITE_SUBDIR= bash
.if !defined(NOPORTDOCS)
-DISTFILES= bash-2.02.1.tar.gz bash-doc-2.02.tar.gz
+DISTFILES= bash-2.03.tar.gz bash-doc-2.02.tar.gz
.endif
MAINTAINER= ache@FreeBSD.ORG
GNU_CONFIGURE= Yes
+CONFIGURE_ENV= LDFLAGS=-static
MAN1= bash.1 bashbug.1
pre-install:
diff --git a/shells/bash/distinfo b/shells/bash/distinfo
index 165a00efcd38..49e37c0fcb18 100644
--- a/shells/bash/distinfo
+++ b/shells/bash/distinfo
@@ -1,2 +1,2 @@
-MD5 (bash-2.02.1.tar.gz) = f987ca38e041fe1276d679a0158a6977
+MD5 (bash-2.03.tar.gz) = 70e356eae4fed395c9a0fc35b752f711
MD5 (bash-doc-2.02.tar.gz) = 94f7e06b0c73264f9ca7fb446007b5f0
diff --git a/shells/bash/files/patch-ab b/shells/bash/files/patch-ab
index 46c5e4f858c3..aa1b826febff 100644
--- a/shells/bash/files/patch-ab
+++ b/shells/bash/files/patch-ab
@@ -1,19 +1,19 @@
-*** Makefile.in.bak Wed Dec 18 22:57:21 1996
---- Makefile.in Fri Dec 27 14:20:11 1996
+*** l Wed Apr 14 15:38:05 1999
+--- Makefile.in Wed Apr 14 15:38:21 1999
***************
-*** 499,505 ****
+*** 550,556 ****
install: .made installdirs
- $(INSTALL_PROGRAM) $(Program) $(bindir)/$(Program)
-! $(INSTALL_PROGRAM) bashbug $(bindir)/bashbug
+ $(INSTALL_PROGRAM) $(INSTALLMODE) $(Program) $(bindir)/$(Program)
+! $(INSTALL_PROGRAM) $(INSTALLMODE) bashbug $(bindir)/bashbug
-( cd $(DOCDIR) ; $(MAKE) $(MFLAGS) \
man1dir=$(man1dir) man1ext=$(man1ext) \
man3dir=$(man3dir) man3ext=$(man3ext) \
---- 499,505 ----
+--- 550,556 ----
install: .made installdirs
- $(INSTALL_PROGRAM) $(Program) $(bindir)/$(Program)
-! $(INSTALL) -m 555 bashbug $(bindir)/bashbug
+ $(INSTALL_PROGRAM) $(INSTALLMODE) $(Program) $(bindir)/$(Program)
+! $(INSTALL) $(INSTALLMODE) bashbug $(bindir)/bashbug
-( cd $(DOCDIR) ; $(MAKE) $(MFLAGS) \
man1dir=$(man1dir) man1ext=$(man1ext) \
man3dir=$(man3dir) man3ext=$(man3ext) \