FreeBSD Bugzilla – Attachment 23411 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.30 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.30 KB
patch
obsolete
>diff -urN /usr/ports/french/xtel.orig/Makefile /usr/ports/french/xtel/Makefile >--- /usr/ports/french/xtel.orig/Makefile Thu Mar 14 00:13:09 2002 >+++ /usr/ports/french/xtel/Makefile Sun Jul 7 13:26:56 2002 >@@ -21,6 +21,7 @@ > > USE_IMAKE= yes > USE_XPM= yes >+USE_REINPLACE= yes > > MAN1= xtel.1 xteld.1 > >@@ -37,10 +38,9 @@ > > post-patch: > .for FILE in ${PATCH_FILES} >- @${PERL} -pi -e "s:%%LOCALBASE%%:${LOCALBASE}:g" ${WRKSRC}/${FILE} >+ ${CHMOD} u+w ${WRKSRC}/${FILE} >+ ${REINPLACE_CMD} -e "s:%%LOCALBASE%%:${LOCALBASE}:g" ${WRKSRC}/${FILE} > .endfor >- find ${WRKSRC} -type f | xargs ${PERL} -pi -e \ >- "s@#include.*<malloc.h>@#include <stdlib.h>@g" > > pre-configure: > .if !exists(${PREFIX}/lib/X11/config/host.def) >diff -urN /usr/ports/french/xtel.orig/files/patch-Videotex_Videotex.c /usr/ports/french/xtel/files/patch-Videotex_Videotex.c >--- /usr/ports/french/xtel.orig/files/patch-Videotex_Videotex.c Thu Jan 1 01:00:00 1970 >+++ /usr/ports/french/xtel/files/patch-Videotex_Videotex.c Sun Jul 7 13:18:50 2002 >@@ -0,0 +1,11 @@ >+--- Videotex/Videotex.c.orig Sun Feb 11 01:13:00 2001 >++++ Videotex/Videotex.c Sun Jul 7 13:17:57 2002 >+@@ -22,7 +22,7 @@ >+ /* >+ * Widget Videotex: VideotexWidgetClass >+ */ >+-#include <malloc.h> >++#include <stdlib.h> >+ #include <ctype.h> >+ #include <X11/IntrinsicP.h> >+ #include <X11/StringDefs.h>
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