mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Upgrade to 2.01
This commit is contained in:
parent
5b2a881b02
commit
685f8803f4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6782
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user