FreeBSD Bugzilla – Attachment 243865 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]
[PATCH] net/boinc-client: Change alternate platform to x86_64-pc-linux-gnu
0001-net-boinc-client-Change-alternate-platform-to-x86_64.patch (text/plain), 1.11 KB, created by
Älven
on 2023-08-05 12:52:11 UTC
(
hide
)
Description:
[PATCH] net/boinc-client: Change alternate platform to x86_64-pc-linux-gnu
Filename:
MIME Type:
Creator:
Älven
Created:
2023-08-05 12:52:11 UTC
Size:
1.11 KB
patch
obsolete
>From 9c061e453ef305478a703821fde5d2e6b28c7a7a 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 > >PR: 272727 >--- > 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 f73cacb323a1..e37a1cdd9b45 100644 >--- a/net/boinc-client/Makefile >+++ b/net/boinc-client/Makefile >@@ -1,7 +1,7 @@ > PORTNAME= boinc-client > PORTVERSION= 7.20.2 >-PORTREVISION= 4 > DISTVERSIONPREFIX= client_release/7.20/ >+PORTREVISION= 5 > CATEGORIES= net > > MAINTAINER= ler@FreeBSD.org >@@ -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