FreeBSD Bugzilla – Attachment 30931 Details for
Bug 51791
Change-request: shell/pdksh (pdksh-5.2.14p2 -> pdksh-5.2.14.p2)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.29 KB, created by
Cyrille Lefevre
on 2003-05-05 14:00:20 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Cyrille Lefevre
Created:
2003-05-05 14:00:20 UTC
Size:
1.29 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/shells/pdksh/Makefile,v >retrieving revision 1.28 >diff -u -I$Id.*$ -I$.+BSD.*$ -r1.28 Makefile >--- Makefile 7 Mar 2003 06:10:39 -0000 1.28 >+++ Makefile 29 Apr 2003 06:23:06 -0000 >@@ -6,14 +6,14 @@ > # > > PORTNAME= pdksh >-PORTVERSION= 5.2.14p2 >+PORTVERSION= 5.2.14.p2 > CATEGORIES= shells > MASTER_SITES= ftp://ftp.cs.mun.ca/pub/pdksh/ \ > http://gd.tuwien.ac.at/utils/shells/pdksh/ \ > ftp://ftp.lip6.fr/pub/unix/shells/pdksh/ \ > ftp://ftp.demon.net/pub/mirrors/pdksh/ \ > ftp://ftp.rge.com/pub/shells/pdksh/ >-DISTNAME= ${PORTNAME}-${PORTVERSION:C/p.*//} >+DISTNAME= ${PORTNAME}-${PORTVERSION:R} > > PATCH_SITES= ${MASTER_SITES} > PATCHFILES= ${DISTNAME}-patches.1 ${DISTNAME}-patches.2 >@@ -22,13 +22,17 @@ > MAINTAINER= tg@FreeBSD.org > COMMENT= The Public Domain Korn Shell > >+USE_REINPLACE= yes > GNU_CONFIGURE= yes > CONFIGURE_ENV= LDSTATIC=-static > MAN1= ksh.1 > > post-patch: >- @(${ECHO_CMD} ",s/v${PORTVERSION:C/p.*//}/v${PORTVERSION:S/p/./}/"; \ >- ${ECHO_CMD} "wq") | ed -s ${WRKSRC}/version.c >+.for file in ksh.Man version.c >+ @${REINPLACE_CMD} -e \ >+ "s/v${PORTVERSION:N*p*}${PORTVERSION:M*p*:R} /v${PORTVERSION:S/p//} /"\ >+ ${WRKSRC}/${file} >+.endfor > > post-install: > @${ECHO} "Updating /etc/shells"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 51791
: 30931