FreeBSD Bugzilla – Attachment 243618 Details for
Bug 272727
net/boinc-client: configure alternate platform according to ${ARCH}
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Trivial patch
0001-net-boinc-client-change-alternate-platform-to-x86_64.patch (text/plain), 1.06 KB, created by
Älven
on 2023-07-26 00:54:03 UTC
(
hide
)
Description:
Trivial patch
Filename:
MIME Type:
Creator:
Älven
Created:
2023-07-26 00:54:03 UTC
Size:
1.06 KB
patch
obsolete
>From e398af52733bf7bf52a3b044788aa27276dd87af Mon Sep 17 00:00:00 2001 >From: Andrey Korobkov <alster@vinterdalen.se> >Date: Wed, 26 Jul 2023 04:19:10 +0400 >Subject: [PATCH] net/boinc-client: change alternate platform to > x86_64-pc-linux-gnu > >As most computers with BOINC clients are running on x86_64 nowadays >--- > net/boinc-client/Makefile | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/net/boinc-client/Makefile b/net/boinc-client/Makefile >index 8ee7bcea4c..a2ca8ea253 100644 >--- a/net/boinc-client/Makefile >+++ b/net/boinc-client/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= boinc-client > PORTVERSION= 7.20.2 >-PORTREVISION= 3 >+PORTREVISION= 4 > DISTVERSIONPREFIX= client_release/7.20/ > CATEGORIES= net > >@@ -74,7 +74,7 @@ CLIENT_LIB_DEPENDS= libcurl.so:ftp/curl \ > CLIENT_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss > CLIENT_USE= RC_SUBR=boinc-client > >-LINUX_CONFIGURE_ON= --with-boinc-alt-platform=i686-pc-linux-gnu >+LINUX_CONFIGURE_ON= --with-boinc-alt-platform=x86_64-pc-linux-gnu > LINUX_USES= linux > > X11_USES= gl jpeg xorg >-- >2.41.0
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 272727
:
243618
|
243858
|
243865
|
251307
|
257076
|
257103
|
257157