FreeBSD Bugzilla – Attachment 208051 Details for
Bug 241031
mail/fetchmail: fails to build on FreeBSD 11.2 on MIPS64 (Mk/Uses/compiler.mk defect)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
try to limit compiler:c11 to powerpc*
patch-fetchmail (text/plain), 768 bytes, created by
Matthias Andree
on 2019-10-03 13:01:34 UTC
(
hide
)
Description:
try to limit compiler:c11 to powerpc*
Filename:
MIME Type:
Creator:
Matthias Andree
Created:
2019-10-03 13:01:34 UTC
Size:
768 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (Revision 513660) >+++ Makefile (Arbeitskopie) >@@ -15,7 +15,7 @@ > .if empty(MASTERDIR) > RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss > >-USES= compiler:c11 cpe gmake tar:xz ssl >+USES= cpe gmake tar:xz ssl > > USERS= ${PORTNAME} > GROUPS= ${USERS} >@@ -82,4 +82,13 @@ > cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} > > .endif >-.include <bsd.port.mk> >+ >+.include <bsd.port.pre.mk> >+ >+.if !empty(${ARCH:Mpowerpc*}) >+# as of 2019-10-02, powerpc's base compiler does not yield a working fetchmail. >+# https://svnweb.freebsd.org/ports?view=revision&revision=513614 -- pkubaj@ >+USE_GCC=yes >+.endif >+ >+.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 241031
:
208048
| 208051