FreeBSD Bugzilla – Attachment 146413 Details for
Bug 193081
[stage] science/fasthenry: add stagedir support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch fasthenry for staging support.
science-fasthenry.diff (text/plain), 1.74 KB, created by
Pedro F. Giffuni
on 2014-08-27 22:21:15 UTC
(
hide
)
Description:
patch fasthenry for staging support.
Filename:
MIME Type:
Creator:
Pedro F. Giffuni
Created:
2014-08-27 22:21:15 UTC
Size:
1.74 KB
patch
obsolete
>Index: science/fasthenry/Makefile >=================================================================== >--- science/fasthenry/Makefile (revision 366347) >+++ science/fasthenry/Makefile (working copy) >@@ -13,7 +13,8 @@ > CONFIGURE_SCRIPT= config > WRKSRC= ${WRKDIR}/fasthenry-3.0wr > >-NO_STAGE= yes >+OPTIONS_DEFINE= DOCS EXAMPLES >+ > post-patch: > @${REINPLACE_CMD} -Ee '/CFLAGS =/{s/=/+=/;s/-O[[:digit:]]*//;}' \ > ${WRKSRC}/src/fasthenry/Makefile.default \ >@@ -47,19 +48,17 @@ > ${WRKSRC}/src/fasthenry/mulMats.c > > do-install: >- @${INSTALL_PROGRAM} ${WRKSRC}/bin/fasthenry ${PREFIX}/bin/ >- @${INSTALL_PROGRAM} ${WRKSRC}/bin/zbuf ${PREFIX}/bin >-.if !defined(NOPORTDOCS) >- ${MKDIR} ${DOCSDIR} >- ${CAT} ${WRKSRC}/README ${WRKSRC}/README.mit > ${DOCSDIR}/readme >- ${CAT} ${WRKSRC}/doc/manual_*.ps > ${DOCSDIR}/manual.ps >- ${CAT} ${WRKSRC}/doc/nonuniform_manual_*.ps > ${DOCSDIR}/nonuniform_manual.ps >- ${INSTALL_DATA} ${WRKSRC}/doc/ms_thesis.ps ${DOCSDIR} >- ${GZIP_CMD} ${DOCSDIR}/* >+ @${INSTALL_PROGRAM} ${WRKSRC}/bin/fasthenry ${STAGEDIR}${PREFIX}/bin/ >+ @${INSTALL_PROGRAM} ${WRKSRC}/bin/zbuf ${STAGEDIR}${PREFIX}/bin >+ ${MKDIR} ${STAGEDIR}${DOCSDIR} >+ ${CAT} ${WRKSRC}/README ${WRKSRC}/README.mit > ${STAGEDIR}${DOCSDIR}/readme >+ ${CAT} ${WRKSRC}/doc/manual_*.ps > ${STAGEDIR}${DOCSDIR}/manual.ps >+ ${CAT} ${WRKSRC}/doc/nonuniform_manual_*.ps > ${STAGEDIR}${DOCSDIR}/nonuniform_manual.ps >+ ${INSTALL_DATA} ${WRKSRC}/doc/ms_thesis.ps ${STAGEDIR}${DOCSDIR} >+ ${GZIP_CMD} ${STAGEDIR}${DOCSDIR}/* >+.if !defined(PORT_OPTIONS:MEXAMPLES) >+ ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} >+ ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} > .endif >-.if !defined(NOPORTEXAMPLES) >- ${MKDIR} ${EXAMPLESDIR} >- ${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR} >-.endif > > .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 193081
: 146413
Working