FreeBSD Bugzilla – Attachment 36223 Details for
Bug 58161
Fix for the long-broken audio/denemo port
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 919 bytes, created by
Sean Chittenden
on 2003-10-17 12:40:12 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Sean Chittenden
Created:
2003-10-17 12:40:12 UTC
Size:
919 bytes
patch
obsolete
>--- denemo/Makefile.orig Fri Oct 17 14:08:35 2003 >+++ denemo/Makefile Fri Oct 17 14:13:11 2003 >@@ -19,6 +19,7 @@ > xml.5:${PORTSDIR}/textproc/libxml > > USE_GETOPT_LONG=yes >+USE_REINPLACE=yes > GNU_CONFIGURE= yes > PLIST= ${WRKDIR}/pkg-plist > SHARED= denemo.conf denemo.keymaprc english.keymaprc french.keymaprc >@@ -29,15 +30,12 @@ > > .include <bsd.port.pre.mk> > >-.if ${OSVERSION} >= 500113 >-BROKEN= "Does not compile" >-.endif >- > pre-patch: >-.for ii in analysis_highlighting.c main.c playback.c print.c >- ${MV} ${WRKSRC}/${ii} ${WRKSRC}/${ii}.orig >- ${SED} -e "s:<wait.h:<sys/wait.h:g" < ${WRKSRC}/${ii}.orig \ >- > ${WRKSRC}/${ii} >+.for i in analysis_highlighting.c playback.c print.c >+ @${REINPLACE_CMD} -e "s|<wait.h>|<sys/wait.h>|g" ${WRKSRC}/${i} >+.endfor >+.for i in easylyparser.c easylyparser.y lyparserfuncs.c lyparserfuncs.h >+ @${REINPLACE_CMD} -e "s|setkey|setekey|g" ${WRKSRC}/${i} > .endfor > > pre-install:
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 58161
: 36223