FreeBSD Bugzilla – Attachment 245607 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] net/boinc-client: Update to 7.24.1
0001-net-boinc-client-Update-to-7.24.1.patch (text/plain), 6.70 KB, created by
Älven
on 2023-10-14 01:22:44 UTC
(
hide
)
Description:
[PATCH] net/boinc-client: Update to 7.24.1
Filename:
MIME Type:
Creator:
Älven
Created:
2023-10-14 01:22:44 UTC
Size:
6.70 KB
patch
obsolete
>From a82dd6712054c06b441b246e42725dd64fccc851 Mon Sep 17 00:00:00 2001 >From: Andrey Korobkov <alster@vinterdalen.se> >Date: Sat, 5 Aug 2023 21:03:48 +0400 >Subject: [PATCH] net/boinc-client: Update to 7.24.1 > >PR: 252273 >--- > net/boinc-client/Makefile | 83 ++++++++++++++++++-------------------- > net/boinc-client/distinfo | 6 +-- > net/boinc-client/pkg-plist | 9 ++--- > 3 files changed, 47 insertions(+), 51 deletions(-) > >diff --git a/net/boinc-client/Makefile b/net/boinc-client/Makefile >index e37a1cdd9b45..db6b263c2e87 100644 >--- a/net/boinc-client/Makefile >+++ b/net/boinc-client/Makefile >@@ -1,7 +1,6 @@ > PORTNAME= boinc-client >-PORTVERSION= 7.20.2 >-DISTVERSIONPREFIX= client_release/7.20/ >-PORTREVISION= 5 >+PORTVERSION= 7.24.1 >+DISTVERSIONPREFIX= client_release/7.24/ > CATEGORIES= net > > MAINTAINER= ler@FreeBSD.org >@@ -11,21 +10,21 @@ WWW= https://boinc.berkeley.edu/ > LICENSE= LGPL3 > > USES= autoreconf compiler:c++11-lang dos2unix gettext gmake libtool \ >- pkgconfig ssl tar:xz >-INSTALL_TARGET= install-strip >-GNU_CONFIGURE= yes >+ pkgconfig ssl tar >+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}" > >-BOINC_CLIENT_USER?= boinc >-BOINC_CLIENT_GROUP?= boinc >-BOINC_CLIENT_HOME?= /var/db/boinc >+INSTALL_TARGET= install-strip >+ >+CPPFLAGS+= -I${LOCALBASE}/include >+LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo > > SUB_FILES= pkg-deinstall pkg-install > SUB_LIST= BOINC_CLIENT_GROUP="${BOINC_CLIENT_GROUP}" \ >@@ -34,54 +33,54 @@ 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 >-USER_DESC= and BOINC client Create/check directory user >-SKINS_DESC= BOINC for Install manager more skins >-SCRIPT_DESC= Command in line options script >+MANAGER_DESC= BOINC Build GUI manager > 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 \ >+ libharfbuzz.so:print/harfbuzz \ > libnotify.so:devel/libnotify \ > libsqlite3.so:databases/sqlite3 \ > libxcb-util.so:x11/xcb-util >+MANAGER_USES= desktop-file-utils gnome iconv >+MANAGER_USE= GNOME=cairo,gdkpixbuf2,glib20,gtk30,pango \ >+ WX=3.2+ \ >+ XORG=x11,xcb,xext,xscrnsaver > 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.0 \ >- 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 >+X11_USES= gl jpeg xorg >+X11_USE= GL=glut \ >+ XORG=x11,xi,xmu,xscrnsaver >+X11_CONFIGURE_OFF= --without-x \ >+ ax_cv_check_glut_libglut=no > >-X11_USES= gl jpeg xorg >-X11_USE= GL=glut \ >- XORG=x11,xi,xmu,xscrnsaver >-X11_CONFIGURE_OFF= --without-x \ >- ax_cv_check_glut_libglut=no >+BOINC_CLIENT_GROUP?= boinc >+BOINC_CLIENT_HOME?= /var/db/boinc >+BOINC_CLIENT_USER?= boinc > > .include <bsd.port.options.mk> > >@@ -105,8 +104,6 @@ SUB_LIST+= OPTION_USER="" > .endif > > post-patch: >- @${REINPLACE_CMD} -e 's|@PREFIX@|${PREFIX}|' \ >- ${WRKSRC}/client/hostinfo_unix.cpp > @${REINPLACE_CMD} -e 's|client/scripts||' \ > ${WRKSRC}/Makefile.am > # avoid build conflict with archivers/libzip >diff --git a/net/boinc-client/distinfo b/net/boinc-client/distinfo >index b2440de35137..fb038f9c1945 100644 >--- a/net/boinc-client/distinfo >+++ b/net/boinc-client/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1658954348 >-SHA256 (BOINC-boinc-client_release-7.20-7.20.2_GH0.tar.gz) = e577072b06f590d3230c25c94b221dba528b0938681e645bbd870778f8958077 >-SIZE (BOINC-boinc-client_release-7.20-7.20.2_GH0.tar.gz) = 46555666 >+TIMESTAMP = 1697232347 >+SHA256 (BOINC-boinc-client_release-7.24-7.24.1_GH0.tar.gz) = f1fb18e7e62c9fdc0b46953bfc4c931e7c76d1fc7df7e3898bdc29739ee00812 >+SIZE (BOINC-boinc-client_release-7.24-7.24.1_GH0.tar.gz) = 46747399 >diff --git a/net/boinc-client/pkg-plist b/net/boinc-client/pkg-plist >index fdcdb12da7bc..2cc9f8574015 100644 >--- a/net/boinc-client/pkg-plist >+++ b/net/boinc-client/pkg-plist >@@ -1,15 +1,14 @@ > %%CLIENT%%bin/boinc > %%CLIENT%%bin/boinc_client > %%CLIENT%%bin/boinccmd >-%%CLIENT%%bin/switcher > %%MANAGER%%bin/boincmgr > %%MANAGER%%bin/boincscr > include/boinc/app_ipc.h > include/boinc/average.h > include/boinc/base64.h > include/boinc/boinc_api.h >-include/boinc/boinc_fcgi.h > include/boinc/boinc_opencl.h >+include/boinc/boinc_stdio.h > include/boinc/cal_boinc.h > include/boinc/cc_config.h > include/boinc/cert_sig.h >@@ -60,12 +59,12 @@ lib/libboinc.a > lib/libboinc_api.a > lib/libboinc_api.so > lib/libboinc_api.so.7 >-lib/libboinc_api.so.7.20.2 >+lib/libboinc_api.so.7.24.1 > lib/libboinc_crypt.a > lib/libboinc_opencl.a > lib/libboinc_opencl.so > lib/libboinc_opencl.so.7 >-lib/libboinc_opencl.so.7.20.2 >+lib/libboinc_opencl.so.7.24.1 > libdata/pkgconfig/libboinc.pc > libdata/pkgconfig/libboinc_api.pc > libdata/pkgconfig/libboinc_crypt.pc >@@ -73,7 +72,7 @@ libdata/pkgconfig/libboinc_opencl.pc > %%X11%%lib/libboinc_graphics2.a > %%X11%%lib/libboinc_graphics2.so > %%X11%%lib/libboinc_graphics2.so.7 >-%%X11%%lib/libboinc_graphics2.so.7.20.2 >+%%X11%%lib/libboinc_graphics2.so.7.24.1 > %%SKINS%%share/boinc/skins/Charity Engine/background_image.png > %%SKINS%%share/boinc/skins/Charity Engine/ce_about.ico > %%SKINS%%share/boinc/skins/Charity Engine/ce_icon_play.png >-- >2.42.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 252273
:
243873
|
243896
|
245607
|
246090
|
246102
|
246103
|
246104
|
246419
|
246420
|
251192