FreeBSD Bugzilla – Attachment 141721 Details for
Bug 188603
[PATCH] converters/py-zfec: stage
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-zfec-1.4.22.patch
py-zfec-1.4.22.patch (text/plain), 970 bytes, created by
Bartek Rutkowski
on 2014-04-14 11:10:00 UTC
(
hide
)
Description:
py-zfec-1.4.22.patch
Filename:
MIME Type:
Creator:
Bartek Rutkowski
Created:
2014-04-14 11:10:00 UTC
Size:
970 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 351251) >+++ Makefile (working copy) >@@ -9,7 +9,7 @@ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > > MAINTAINER= kevlo@FreeBSD.org >-COMMENT= A fast erasure codec >+COMMENT= Fast erasure codec for Python > > LICENSE= GPLv2 > LICENSE_FILE= ${WRKSRC}/COPYING.GPL >@@ -20,12 +20,11 @@ > > USE_PYTHON= yes > USE_PYDISTUTILS= easy_install >-PYDISTUTILS_NOEGGINFO= yes >-PYEASYINSTALL_ARCHDEP= yes >+PYDISTUTILS_NOEGGINFO= yes >+PYEASYINSTALL_ARCHDEP= yes > > DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} > >-NO_STAGE= yes > .include <bsd.port.pre.mk> > > post-patch: >@@ -34,9 +33,9 @@ > > post-install: > .if ${PORT_OPTIONS:MDOCS} >- @${MKDIR} ${DOCSDIR} >+ @${MKDIR} ${STAGEDIR}${DOCSDIR} > .for DOC in COPYING.GPL COPYING.TGPPL.html README.rst TODO changelog >- ${INSTALL_DATA} ${WRKSRC}/${DOC} ${DOCSDIR} >+ ${INSTALL_DATA} ${WRKSRC}/${DOC} ${STAGEDIR}${DOCSDIR} > .endfor > .endif
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 188603
: 141721
Working