FreeBSD Bugzilla – Attachment 257076 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: configure alternate platform according to ${ARCH}
0001-net-boinc-client-configure-alternate-platform-accord.patch (text/plain), 2.29 KB, created by
Älven
on 2025-01-28 21:16:21 UTC
(
hide
)
Description:
[PATCH] net/boinc-client: configure alternate platform according to ${ARCH}
Filename:
MIME Type:
Creator:
Älven
Created:
2025-01-28 21:16:21 UTC
Size:
2.29 KB
patch
obsolete
>From a1270c9697b689ba4c92ac67c7f8f0dfdfe2b951 Mon Sep 17 00:00:00 2001 >From: Ãlven <alster@vinterdalen.se> >Date: Sun, 9 Jun 2024 12:32:34 +0400 >Subject: [PATCH] net/boinc-client: configure alternate platform according to ${ARCH} > >https://boinc.berkeley.edu/trac/wiki/BuildSystem >https://boinc.berkeley.edu/trac/wiki/BoincPlatforms >--- > net/boinc-client/Makefile | 19 +++++++++++++++---- > 1 file changed, 15 insertions(+), 4 deletions(-) > >diff --git a/net/boinc-client/Makefile b/net/boinc-client/Makefile >index 1b4de7bf5d7a..0f525b9dbb68 100644 >--- a/net/boinc-client/Makefile >+++ b/net/boinc-client/Makefile >@@ -37,14 +37,18 @@ SUB_LIST= BOINC_CLIENT_GROUP="${BOINC_CLIENT_GROUP}" \ > USERS= boinc > GROUPS= boinc > >-OPTIONS_DEFINE= CLIENT LINUX MANAGER NLS SKINS USER X11 >+OPTIONS_DEFINE= CLIENT MANAGER NLS SKINS USER X11 >+OPTIONS_DEFINE_aarch64= LINUX >+OPTIONS_DEFINE_amd64= LINUX >+OPTIONS_DEFINE_i386= LINUX >+ > OPTIONS_DEFAULT= CLIENT MANAGER USER X11 > OPTIONS_GROUP= SCRIPT > OPTIONS_GROUP_SCRIPT= NO_GUI_RPC NO_NET_INFO > OPTIONS_SUB= yes > > CLIENT_DESC= BOINC Build client >-LINUX_DESC= Accept applications Linux science >+LINUX_DESC= Accept science applications for GNU/Linux > MANAGER_DESC= BOINC Build GUI manager > NLS_DESC= Install language translations for use in the GUI > NO_GUI_RPC_DESC= (breaks and boinc_curses) Disable GUI RPC socket >@@ -59,8 +63,10 @@ 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 > CLIENT_CONFIGURE_ENABLE= client >-LINUX_USES= linux >-LINUX_CONFIGURE_ON= --with-boinc-alt-platform=x86_64-pc-linux-gnu >+ >+LINUX_USES= linux >+LINUX_CONFIGURE_ON= ${LINUX_CONFIGURE_ON_${ARCH}} >+ > MANAGER_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ > libnotify.so:devel/libnotify \ > libsqlite3.so:databases/sqlite3 \ >@@ -84,6 +90,11 @@ BOINC_CLIENT_GROUP?= boinc > BOINC_CLIENT_HOME?= /var/db/boinc > BOINC_CLIENT_USER?= boinc > >+# https://boinc.berkeley.edu/trac/wiki/BoincPlatforms >+LINUX_CONFIGURE_ON_aarch64= --with-boinc-alt-platform=aarch64-unknown-linux-gnu >+LINUX_CONFIGURE_ON_amd64= --with-boinc-alt-platform=x86_64-pc-linux-gnu >+LINUX_CONFIGURE_ON_i386= --with-boinc-alt-platform=i686-pc-linux-gnu >+ > .include <bsd.port.options.mk> > > .if ${PORT_OPTIONS:MMANAGER} >-- >2.48.1 >
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
Flags:
alster
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 272727
:
243618
|
243858
|
243865
|
251307
| 257076 |
257103
|
257157