FreeBSD Bugzilla – Attachment 23052 Details for
Bug 39783
ksh93 build fails
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Makefile.diff
Makefile.diff (text/plain), 1.21 KB, created by
Joe Kelsey
on 2002-07-18 20:46:14 UTC
(
hide
)
Description:
Makefile.diff
Filename:
MIME Type:
Creator:
Joe Kelsey
Created:
2002-07-18 20:46:14 UTC
Size:
1.21 KB
patch
obsolete
>--- Makefile.orig Wed Jul 17 04:30:06 2002 >+++ Makefile Thu Jul 18 12:37:13 2002 >@@ -18,7 +18,7 @@ > RESTRICTED= "Source recipient must acknowledge license" > > NO_WRKSUBDIR= yes >-MAKE_ENV= CCFLAGS="${CFLAGS}" SHELL="${SH}" >+MAKE_ENV= CCFLAGS="${CFLAGS}" SHELL="/bin/sh" > .if defined(WANT_STATIC) > MAKE_ENV+= LDFLAGS=-static > .endif >@@ -26,19 +26,29 @@ > MAN1= ksh93.1 > > do-build: >- @cd ${WRKSRC} && env -i ${MAKE_ENV} ./bin/package make >+ @cd ${WRKSRC} && env -i ${MAKE_ENV} /bin/sh bin/package verbose make > > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/arch/freebsd.${ARCH}/bin/ksh \ > ${PREFIX}/bin/ksh93 > ${INSTALL_MAN} ${WRKSRC}/arch/freebsd.${ARCH}/man/man1/sh.1 \ > ${MANPREFIX}/man/man1/ksh93.1 >+.if defined(WANT_FUN) >+ mkdir -p $(MANPREFIX)/examples/ksh93 >+ $(INSTALL_SCRIPT) $(WRKSRC)/arch/freebsd.$(ARCH)/fun/* \ >+ $(MANPREFIX)/examples/ksh93 >+.endif > > post-install: > @${ECHO} "updating /etc/shells" > @${CP} /etc/shells /etc/shells.bak >+.if PREFIX==/ >+ @(${GREP} -v /bin/ksh93 /etc/shells.bak; \ >+ ${ECHO_CMD} /bin/ksh93) >/etc/shells >+.else > @(${GREP} -v ${PREFIX}/bin/ksh93 /etc/shells.bak; \ > ${ECHO_CMD} ${PREFIX}/bin/ksh93) >/etc/shells >+.endif > @${RM} -f /etc/shells.bak > > .include <bsd.port.mk>
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 39783
:
23051
| 23052 |
23053