FreeBSD Bugzilla – Attachment 140961 Details for
Bug 187671
[MAINTAINER] math/ent: Add DOCS and clang patch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.17 KB, created by
Horia Racoviceanu
on 2014-03-17 18:20:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Horia Racoviceanu
Created:
2014-03-17 18:20:00 UTC
Size:
1.17 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 348441) >+++ Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= ent > PORTVERSION= 0.20080128 >+PORTREVISION= 1 > CATEGORIES= math > MASTER_SITES= http://www.fourmilab.ch/random/ > DISTNAME= random >@@ -11,19 +12,30 @@ > MAINTAINER= horia@racoviceanu.com > COMMENT= Entropy calculation and analysis of putative random sequences > >-USES= zip >+USES= compiler zip > NO_WRKSUBDIR= yes > ALL_TARGET= ent > PLIST_FILES= bin/ent > >+PORTDOCS= ent.html entitle.gif >+OPTIONS_DEFINE= DOCS >+ > regression-test: build > @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check) > >+.include <bsd.port.pre.mk> >+ > post-patch: >- ${REINPLACE_CMD} -e '/CC = /d' -e '/CFLAGS = /s,$$, ${CFLAGS},' \ >- ${WRKSRC}/Makefile >+ ${REINPLACE_CMD} -e 's|gcc|${CC}|; s|^CFLAGS |&+|' ${WRKSRC}/Makefile > >+.if ${COMPILER_TYPE} == clang >+ ${REINPLACE_CMD} -e 's|-g ||' ${WRKSRC}/Makefile >+.endif >+ > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin > >-.include <bsd.port.mk> >+ @${MKDIR} ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} >+ >+.include <bsd.port.post.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 187671
: 140961