FreeBSD Bugzilla – Attachment 23413 Details for
Bug 40289
Yet another bunch of PERL -> REINPLACE_CMD
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.51 KB, created by
Thierry Thomas
on 2002-07-07 14:00:04 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Thierry Thomas
Created:
2002-07-07 14:00:04 UTC
Size:
1.51 KB
patch
obsolete
>diff -urN /usr/ports/lang/njs.orig/Makefile /usr/ports/lang/njs/Makefile >--- /usr/ports/lang/njs.orig/Makefile Tue Jan 29 22:12:40 2002 >+++ /usr/ports/lang/njs/Makefile Sun Jul 7 14:30:28 2002 >@@ -18,16 +18,16 @@ > > GNU_CONFIGURE= yes > USE_LIBTOOL= yes >+.if defined(NOPORTDOCS) >+USE_REINPLACE= yes >+.endif > INSTALLS_SHLIB= yes > CONFIGURE_ARGS= --enable-shared > > MAN1= js.1 jsdas.1 > > post-extract: >- ${RM} ${WRKSRC}/docs/js.info* >- >-post-patch: >- ${PERL} -pi -e 's:=makeinfo:="makeinfo --no-split":g' ${WRKSRC}/configure >+ @${RM} ${WRKSRC}/docs/js.info* > > pre-configure: > @if [ -f ${LOCALBASE}/include/js.h ]; then \ >@@ -39,7 +39,7 @@ > > pre-install: > .if defined(NOPORTDOCS) >- ${PERL} -pi -e "s:docs micros examples:micros:g" ${WRKSRC}/Makefile >+ @${REINPLACE_CMD} -e "s:docs micros examples:micros:g" ${WRKSRC}/Makefile > .endif > > post-install: >diff -urN /usr/ports/lang/njs.orig/files/patch-configure /usr/ports/lang/njs/files/patch-configure >--- /usr/ports/lang/njs.orig/files/patch-configure Thu Jan 1 01:00:00 1970 >+++ /usr/ports/lang/njs/files/patch-configure Sun Jul 7 14:05:05 2002 >@@ -0,0 +1,11 @@ >+--- configure.orig Fri Jan 15 08:39:56 1999 >++++ configure Sun Jul 7 14:04:03 2002 >+@@ -791,7 +791,7 @@ >+ # an executable is not found, even if stderr is redirected. >+ # Redirect stdin to placate older versions of autoconf. Sigh. >+ if (makeinfo --version) < /dev/null > /dev/null 2>&1; then >+- MAKEINFO=makeinfo >++ MAKEINFO="makeinfo --no-split" >+ echo "$ac_t""found" 1>&6 >+ else >+ MAKEINFO="$missing_dir/missing makeinfo"
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 40289
:
23409
|
23410
|
23411
|
23412
| 23413