mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Update to 2011-02-08
- Remove expired CONFLICTS - Use FETCH_ARGS - Fix typo PR: ports/154655
This commit is contained in:
parent
146f374043
commit
ddd4d57145
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268937
@ -4,7 +4,7 @@
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
# Make sure that your configuration DOES NOT set AN?Y gcc-related
|
||||
# Make sure that your configuration DOES NOT set ANY gcc-related
|
||||
# variables. ksh93 will not compile if you set even the seemingly
|
||||
# most unrelated variable related to gcc configuration. This means
|
||||
# especially any flag which attempts to set the cputype. Setting the
|
||||
@ -26,14 +26,13 @@ DIST_SUBDIR= ${PORTNAME}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Official AT&T release of KornShell 93
|
||||
|
||||
CONFLICTS= ksh93-devel-200*
|
||||
MANUAL_PACKAGE_BUILD=Doesn't build in tinderbox environment
|
||||
|
||||
VERSION= 2010-03-09
|
||||
VERSION= 2011-02-08
|
||||
RESTRICTED= Source recipient must acknowledge license
|
||||
|
||||
FETCH_ARGS= -Rr
|
||||
FETCH_ENV= HTTP_AUTH='basic:*:I accept www.opensource.org/licenses/cpl:.'
|
||||
FETCH_CMD= /usr/bin/fetch -Rr # see bin/76134
|
||||
NO_WRKSUBDIR= yes
|
||||
MAKE_ENV= CCFLAGS="${CFLAGS}"
|
||||
.if defined(WANT_STATIC)
|
||||
@ -42,9 +41,7 @@ MAKE_ENV+= LDFLAGS=-static
|
||||
|
||||
MAN1= ksh93.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
INSTALLROOT= ${WRKSRC}/arch/freebsd${OSREL:R}.${ARCH}
|
||||
INSTALLROOT= ${WRKSRC}/arch/freebsd.${ARCH}
|
||||
|
||||
do-build:
|
||||
@cd ${WRKSRC} && ${SETENV} -i ${MAKE_ENV} ${SH} bin/package make
|
||||
@ -60,7 +57,7 @@ do-install:
|
||||
.endfor
|
||||
|
||||
post-install:
|
||||
@${ECHO} "updating /etc/shells"
|
||||
@${ECHO} "Updating /etc/shells"
|
||||
@${CP} /etc/shells /etc/shells.bak
|
||||
@(${GREP} -v ${PREFIX}/bin/ksh93 /etc/shells.bak; \
|
||||
${ECHO_CMD} ${PREFIX}/bin/ksh93) >/etc/shells
|
||||
@ -71,4 +68,4 @@ test: build
|
||||
${SETENV} SHELL=${INSTALLROOT}/bin/ksh \
|
||||
${INSTALLROOT}/bin/ksh shtests
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,4 @@
|
||||
MD5 (ksh93/INIT.2010-03-09.tgz) = 48b71bc6046da85764384169bd17a6dc
|
||||
SHA256 (ksh93/INIT.2010-03-09.tgz) = 083d3d98a7190112cbdfb86d429aaf629e2ac606a7f53c38be494f469b6f2b75
|
||||
SIZE (ksh93/INIT.2010-03-09.tgz) = 359976
|
||||
MD5 (ksh93/ast-ksh.2010-03-09.tgz) = df8ab5733d1789db00bc2576fb5ecf6f
|
||||
SHA256 (ksh93/ast-ksh.2010-03-09.tgz) = ec6541680df4a7c033a6c1bb289cf9f20e728640c13dced35a8f07d136e0d351
|
||||
SIZE (ksh93/ast-ksh.2010-03-09.tgz) = 1877370
|
||||
SHA256 (ksh93/INIT.2011-02-08.tgz) = d692d476fe4bb933e7b6459c0cc99a2e9f428bfd81a495ed4201ec197e070f57
|
||||
SIZE (ksh93/INIT.2011-02-08.tgz) = 366709
|
||||
SHA256 (ksh93/ast-ksh.2011-02-08.tgz) = 581e317d36ef55505329b5b67b6bc2208b496638a466cad18c6674b60449b01d
|
||||
SIZE (ksh93/ast-ksh.2011-02-08.tgz) = 1961338
|
||||
|
Loading…
Reference in New Issue
Block a user