FreeBSD Bugzilla – Attachment 153219 Details for
Bug 197850
audio/portaudio: cleanup
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
portaudio.patch (text/plain), 1.70 KB, created by
Dmitry Marakasov
on 2015-02-20 14:53:26 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2015-02-20 14:53:26 UTC
Size:
1.70 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 379434) >+++ Makefile (working copy) >@@ -12,6 +12,7 @@ > COMMENT= Portable cross-platform Audio API > > LICENSE= MIT >+LICENSE_FILE= ${WRKSRC}/LICENSE.txt > > USES= gmake dos2unix zip > GNU_CONFIGURE= yes >@@ -26,13 +27,6 @@ > > PORTDOCS= * > >-DOCSRCDIR1= ${WRKSRC} >-DOC_FILES1= README.txt index.html >- >-DOCSRCDIR2= ${WRKSRC}/docs >-DOCSDIR2= ${DOCSDIR}/docs >-DOC_FILES2= *.html *.txt *.pdf >- > OPTIONS_DEFINE= DOCS PATEST > OPTIONS_DEFAULT= PATEST > >@@ -45,7 +39,7 @@ > post-patch: > @${REINPLACE_CMD} -e 's|#include <malloc.h>|#include <stdlib.h>|' ${WRKSRC}/pa_unix_oss/pa_unix.h > @${REINPLACE_CMD} -e 's|machine/soundcard.h|sys/soundcard.h|' ${WRKSRC}/pa_unix_oss/pa_unix_oss.c >- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure ${WRKSRC}/configure.in \ >+ @${REINPLACE_CMD} -e 's|-lpthread|-pthread|g' ${WRKSRC}/configure ${WRKSRC}/configure.in \ > ${WRKSRC}/pa_unix_oss/Makefile > > pre-configure: >@@ -54,14 +48,12 @@ > post-install: > @${LN} -sf libportaudio.so \ > ${STAGEDIR}${PREFIX}/lib/libportaudio.so.${SHLIB_VERSION} >- >+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libportaudio.so > .if ${PORT_OPTIONS:MPATEST} >- ${INSTALL_SCRIPT} ${WRKSRC}/bin/* ${STAGEDIR}${PREFIX}/bin/ >+ ${INSTALL_PROGRAM} ${WRKSRC}/bin/* ${STAGEDIR}${PREFIX}/bin/ > .endif >- > @${MKDIR} ${STAGEDIR}${DOCSDIR} >- ${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR} >- @${MKDIR} ${STAGEDIR}${DOCSDIR2} >- ${INSTALL_DATA} ${DOC_FILES2:S|^|${DOCSRCDIR2}/|} ${STAGEDIR}${DOCSDIR2} >+ (cd ${WRKSRC} && ${COPYTREE_SHARE} "README.txt index.html \ >+ docs/*.html docs/*.txt docs/*.pdf" ${STAGEDIR}${DOCSDIR}) > > .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 197850
: 153219