diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-06-06 23:13:54 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-06-06 23:13:54 +0000 |
commit | 685f8803f4225dd777564af680e17e23ee86b8ea (patch) | |
tree | 99a6dc93c1a9ffc1042694b8db76ba106cc9a6c2 /shells/bash3 | |
parent | 5b2a881b024b28c161e06646c4a171e324f15cd5 (diff) | |
download | ports-685f8803f4225dd777564af680e17e23ee86b8ea.tar.gz ports-685f8803f4225dd777564af680e17e23ee86b8ea.zip |
Notes
Diffstat (limited to 'shells/bash3')
-rw-r--r-- | shells/bash3/Makefile | 22 | ||||
-rw-r--r-- | shells/bash3/distinfo | 4 | ||||
-rw-r--r-- | shells/bash3/files/patch-aa | 24 |
3 files changed, 13 insertions, 37 deletions
diff --git a/shells/bash3/Makefile b/shells/bash3/Makefile index 3e65c1aca917..38e234998f2f 100644 --- a/shells/bash3/Makefile +++ b/shells/bash3/Makefile @@ -1,17 +1,17 @@ # New ports collection makefile for: bash -# Version required: 2.0 +# Version required: 2.01 # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.21 1997/02/16 02:08:37 obrien Exp $ +# $Id: Makefile,v 1.24 1997/05/26 22:21:51 ache Exp $ # -DISTNAME= bash-2.0 +DISTNAME= bash-2.01 CATEGORIES= shells MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/dist/ \ ${MASTER_SITE_GNU} .if !defined(NOPORTDOCS) -DISTFILES= bash-2.0.tar.gz bash-doc-2.0.tar.gz +DISTFILES= bash-2.01.tar.gz bash-doc-2.01.tar.gz .endif MAINTAINER= ache@FreeBSD.ORG @@ -19,23 +19,23 @@ MAINTAINER= ache@FreeBSD.ORG GNU_CONFIGURE= Yes MAN1= bash.1 bashbug.1 -post-extract: +post-patch: cp /usr/include/fnmatch.h ${WRKSRC}/lib/glob/fnmatch.h post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/bash ${INSTALL_MAN} \ - ${WRKDIR}/bash-doc-2.0/doc/article.ps \ - ${WRKDIR}/bash-doc-2.0/doc/bashref.ps \ + ${WRKDIR}/bash-doc-2.01/doc/article.ps \ + ${WRKDIR}/bash-doc-2.01/doc/bashref.ps \ ${PREFIX}/share/doc/bash ${INSTALL_MAN} \ - ${WRKDIR}/bash-doc-2.0/doc/bash.html \ - ${WRKDIR}/bash-doc-2.0/doc/bashref.html \ - ${WRKDIR}/bash-doc-2.0/doc/bashref_toc.html \ + ${WRKDIR}/bash-doc-2.01/doc/bash.html \ + ${WRKDIR}/bash-doc-2.01/doc/bashref.html \ + ${WRKDIR}/bash-doc-2.01/doc/bashref_toc.html \ ${PREFIX}/share/doc/bash ${INSTALL_MAN} \ - ${WRKDIR}/bash-doc-2.0/doc/article.txt \ + ${WRKDIR}/bash-doc-2.01/doc/article.txt \ ${PREFIX}/share/doc/bash ${GZIP_CMD} ${PREFIX}/share/doc/bash/*.ps .endif diff --git a/shells/bash3/distinfo b/shells/bash3/distinfo index 4f3a6ebc11d6..79d2c2656850 100644 --- a/shells/bash3/distinfo +++ b/shells/bash3/distinfo @@ -1,2 +1,2 @@ -MD5 (bash-2.0.tar.gz) = b88fd6607a6b9b5ebee34ff283c5ba63 -MD5 (bash-doc-2.0.tar.gz) = ab106bfaa334a4c2de0685645dc624ee +MD5 (bash-2.01.tar.gz) = 51837bb4662144b64bd874585c057752 +MD5 (bash-doc-2.01.tar.gz) = 5f2f59032f9dd63dde0e464af5b5346c diff --git a/shells/bash3/files/patch-aa b/shells/bash3/files/patch-aa deleted file mode 100644 index 34865eecc333..000000000000 --- a/shells/bash3/files/patch-aa +++ /dev/null @@ -1,24 +0,0 @@ -*** configure.bak Wed Dec 18 23:01:41 1996 ---- configure Fri Dec 27 14:07:59 1996 -*************** -*** 694,699 **** ---- 694,700 ---- - sparc-svr4*) opt_gnu_malloc=no ;; # sparc SVR4, SVR4.2 - sparc-netbsd*) opt_gnu_malloc=no ;; # needs 8-byte alignment - sparc-linux*) opt_gnu_malloc=no ;; # sparc running linux; requires ELF -+ *-freebsd*) opt_gnu_malloc=no ;; # has faster malloc - *-aix*) opt_gnu_malloc=no ;; # AIX machines - *-nextstep*) opt_gnu_malloc=no ;; # NeXT machines running NeXTstep - *-dgux*) opt_gnu_malloc=no ;; # DG/UX machines -*** configure.in.bak Tue Dec 17 20:49:09 1996 ---- configure.in Fri Dec 27 14:07:59 1996 -*************** -*** 36,41 **** ---- 36,42 ---- - sparc-svr4*) opt_gnu_malloc=no ;; # sparc SVR4, SVR4.2 - sparc-netbsd*) opt_gnu_malloc=no ;; # needs 8-byte alignment - sparc-linux*) opt_gnu_malloc=no ;; # sparc running linux; requires ELF -+ *-freebsd*) opt_gnu_malloc=no ;; # has faster malloc - *-aix*) opt_gnu_malloc=no ;; # AIX machines - *-nextstep*) opt_gnu_malloc=no ;; # NeXT machines running NeXTstep - *-dgux*) opt_gnu_malloc=no ;; # DG/UX machines |