FreeBSD Bugzilla – Attachment 246420 Details for
Bug 252273
net/boinc-client: Update 7.20.2 -> 7.24.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[PATCH 3/3] net/boinc-client: Lint with portclippy(1) and portfmt(1)
0003-net-boinc-client-Lint-with-portclippy-1-and-portfmt-.patch (text/plain), 3.67 KB, created by
Älven
on 2023-11-19 12:48:46 UTC
(
hide
)
Description:
[PATCH 3/3] net/boinc-client: Lint with portclippy(1) and portfmt(1)
Filename:
MIME Type:
Creator:
Älven
Created:
2023-11-19 12:48:46 UTC
Size:
3.67 KB
patch
obsolete
>From 5516bed5651eab36d11858e0ac946360f8e10b9c Mon Sep 17 00:00:00 2001 >From: Andrey Korobkov <alster@vinterdalen.se> >Date: Sat, 4 Nov 2023 14:56:40 +0400 >Subject: [PATCH 3/3] net/boinc-client: Lint with portclippy(1) and portfmt(1) > >PR: 252273 >--- > net/boinc-client/Makefile | 60 +++++++++++++++++++-------------------- > 1 file changed, 29 insertions(+), 31 deletions(-) > >diff --git a/net/boinc-client/Makefile b/net/boinc-client/Makefile >index 9ca8eea83919..141b633d6541 100644 >--- a/net/boinc-client/Makefile >+++ b/net/boinc-client/Makefile >@@ -11,16 +11,20 @@ LICENSE= LGPL3 > > USES= autoreconf compiler:c++11-lang desktop-file-utils dos2unix \ > gmake libtool pkgconfig ssl tar >-INSTALL_TARGET= install-strip >-GNU_CONFIGURE= yes >+DOS2UNIX_GLOB= *.xpm > USE_GITHUB= yes > GH_ACCOUNT= BOINC > GH_PROJECT= boinc > USE_LDCONFIG= yes >-DOS2UNIX_GLOB= *.xpm > >-USERS= boinc >-GROUPS= boinc >+GNU_CONFIGURE= yes >+CONFIGURE_ARGS= --disable-server >+CONFIGURE_ENV= OBJCXX="${CXX}" >+ >+INSTALL_TARGET= install-strip >+ >+CPPFLAGS+= -I${LOCALBASE}/include >+LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo > > BOINC_CLIENT_USER?= boinc > BOINC_CLIENT_GROUP?= boinc >@@ -33,52 +37,46 @@ SUB_LIST= BOINC_CLIENT_GROUP="${BOINC_CLIENT_GROUP}" \ > LOCALBASE="${LOCALBASE}" \ > PREFIX="${PREFIX}" > >-CONFIGURE_ARGS= --disable-server >-CONFIGURE_ENV= OBJCXX="${CXX}" >-CPPFLAGS+= -I${LOCALBASE}/include >-LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo >+USERS= boinc >+GROUPS= boinc > > OPTIONS_DEFINE= CLIENT LINUX MANAGER NLS SKINS USER X11 > 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 >-MANAGER_DESC= BOINC Build GUI manager >-X11_DESC= API Build graphics > LINUX_DESC= Accept applications Linux science >+MANAGER_DESC= BOINC Build GUI manager > NLS_DESC= Install language translations for use in the GUI >-USER_DESC= and BOINC client Create/check directory user >-SKINS_DESC= BOINC for Install manager more skins >-SCRIPT_DESC= Command in line options script > NO_GUI_RPC_DESC= (breaks and boinc_curses) Disable GUI RPC socket > NO_NET_INFO_DESC= address and Do host name not send servers to >+SCRIPT_DESC= Command in line options script >+SKINS_DESC= BOINC for Install manager more skins >+USER_DESC= and BOINC client Create/check directory user >+X11_DESC= API Build graphics > >-OPTIONS_SUB= yes >- >+CLIENT_LIB_DEPENDS= libcurl.so:ftp/curl \ >+ libfreetype.so:print/freetype2 >+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 > MANAGER_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ > libnotify.so:devel/libnotify \ > libsqlite3.so:databases/sqlite3 \ > libxcb-util.so:x11/xcb-util >-MANAGER_CONFIGURE_ON= --with-sqlite3-prefix=${LOCALBASE} >-MANAGER_CONFIGURE_OFF= --with-wx-config=false \ >- --without-x >-MANAGER_CONFIGURE_ENABLE= manager > MANAGER_USES= gnome iconv > MANAGER_USE= GNOME=cairo,gdkpixbuf2,glib20,pango \ > WX=3.2+ \ > XORG=x11,xcb,xext,xscrnsaver >- >-CLIENT_CONFIGURE_ENABLE= client >-CLIENT_LIB_DEPENDS= libcurl.so:ftp/curl \ >- libfreetype.so:print/freetype2 >-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=x86_64-pc-linux-gnu >-LINUX_USES= linux >- >+MANAGER_CONFIGURE_ON= --with-sqlite3-prefix=${LOCALBASE} >+MANAGER_CONFIGURE_OFF= --with-wx-config=false \ >+ --without-x >+MANAGER_CONFIGURE_ENABLE= manager > NLS_USES= gettext >- > X11_USES= gl jpeg xorg > X11_USE= GL=glut \ > XORG=x11,xi,xmu,xscrnsaver >-- >2.42.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?
(
ler
)
Actions:
View
|
Diff
Attachments on
bug 252273
:
243873
|
243896
|
245607
|
246090
|
246102
|
246103
|
246104
|
246419
| 246420 |
251192