sci-misc/boinc: remove unused patches/file

Closes: https://github.com/gentoo/gentoo/pull/19574
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger 2021-02-21 12:27:45 +01:00 committed by Conrad Kostecki
parent 6ded0dea9f
commit d50e52de49
No known key found for this signature in database
GPG Key ID: 7A96AB564BF498FB
3 changed files with 0 additions and 90 deletions

View File

@ -1,37 +0,0 @@
--- a/configure.ac 2018-03-21 12:08:02.287768932 +0100
+++ b/configure.ac 2018-03-21 12:09:32.918771652 +0100
@@ -592,7 +592,7 @@
echo "DEBUG: GLUT_CFLAGS = $GLUT_CFLAGS" >&5
echo "DEBUG: GLUT_LIBS = $GLUT_LIBS" >&5
- AC_CHECK_HEADERS([gl.h glu.h glut.h glaux.h GL/gl.h GL/glu.h GL/glut.h GL/glaux.h OpenGL/gl.h OpenGL/glu.h OpenGL/glut.h OpenGL/glaux.h GLUT/glut.h MesaGL/gl.h MesaGL/glu.h MesaGL/glut.h MesaGL/glaux.h libnotify/notify.h gtk/gtk.h locale.h xlocale.h])
+ AC_CHECK_HEADERS([gl.h glu.h glut.h glaux.h GL/gl.h GL/glu.h GL/glut.h GL/glaux.h OpenGL/gl.h OpenGL/glu.h OpenGL/glut.h OpenGL/glaux.h GLUT/glut.h MesaGL/gl.h MesaGL/glu.h MesaGL/glut.h MesaGL/glaux.h libnotify/notify.h gtk/gtk.h locale.h])
AC_CHECK_LIB([jpeg], [jpeg_start_compress],[have_jpeg=1],[have_jpeg=0])
AC_CHECK_HEADER([jpeglib.h],[have_jpeg=1],[have_jpeg=0])
--- a/lib/gui_rpc_client.h 2018-03-21 12:07:51.300768602 +0100
+++ b/lib/gui_rpc_client.h 2018-03-21 12:09:11.671771015 +0100
@@ -810,8 +810,8 @@
#elif defined(__APPLE__) && (MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_4)
// uselocale() is not available in OS 10.3.9 so use weak linking
-#if HAVE_XLOCALE_H
-#include <xlocale.h>
+#if HAVE_LOCALE_H
+#include <locale.h>
#endif
extern int freelocale(locale_t) __attribute__((weak_import));
extern locale_t newlocale(int, __const char *, locale_t) __attribute__((weak_import));
--- a/clientgui/AsyncRPC.cpp 2018-03-21 12:08:17.241769380 +0100
+++ b/clientgui/AsyncRPC.cpp 2018-03-21 12:08:50.664770384 +0100
@@ -19,8 +19,8 @@
#pragma implementation "AsyncRPC.h"
#endif
-#if HAVE_XLOCALE_H
-#include <xlocale.h>
+#if HAVE_LOCALE_H
+#include <locale.h>
#endif
#include "stdwx.h"

View File

@ -1,42 +0,0 @@
--- a/configure.ac 2017-12-18 17:45:19.829854890 +0100
+++ b/configure.ac 2017-12-18 17:46:13.845853923 +0100
@@ -602,7 +602,7 @@
echo "DEBUG: GLUT_CFLAGS = $GLUT_CFLAGS" >&5
echo "DEBUG: GLUT_LIBS = $GLUT_LIBS" >&5
- AC_CHECK_HEADERS([gl.h glu.h glut.h glaux.h GL/gl.h GL/glu.h GL/glut.h GL/glaux.h OpenGL/gl.h OpenGL/glu.h OpenGL/glut.h OpenGL/glaux.h GLUT/glut.h MesaGL/gl.h MesaGL/glu.h MesaGL/glut.h MesaGL/glaux.h libnotify/notify.h gtk/gtk.h locale.h xlocale.h])
+ AC_CHECK_HEADERS([gl.h glu.h glut.h glaux.h GL/gl.h GL/glu.h GL/glut.h GL/glaux.h OpenGL/gl.h OpenGL/glu.h OpenGL/glut.h OpenGL/glaux.h GLUT/glut.h MesaGL/gl.h MesaGL/glu.h MesaGL/glut.h MesaGL/glaux.h libnotify/notify.h gtk/gtk.h locale.h])
AC_CHECK_LIB([jpeg], [jpeg_start_compress],[have_jpeg=1],[have_jpeg=0])
AC_CHECK_HEADER([jpeglib.h],[have_jpeg=1],[have_jpeg=0])
@@ -986,9 +986,6 @@
#ifdef HAVE_LOCALE_H
#include <locale.h>
#endif
-#ifdef HAVE_XLOCALE_H
-#include <xlocale.h>
-#endif
]])
dnl Checks for typedefs, structures, and compiler characteristics.
--- a/lib/gui_rpc_client.h 2017-12-18 17:47:22.826852688 +0100
+++ b/lib/gui_rpc_client.h 2017-12-18 17:48:42.384851263 +0100
@@ -807,7 +807,6 @@
#elif defined(__APPLE__) && (MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_4)
// uselocale() is not available in OS 10.3.9 so use weak linking
-#include <xlocale.h>
extern int freelocale(locale_t) __attribute__((weak_import));
extern locale_t newlocale(int, __const char *, locale_t) __attribute__((weak_import));
extern locale_t uselocale(locale_t) __attribute__((weak_import));
--- a/clientgui/AsyncRPC.cpp 2017-12-18 17:47:30.727852546 +0100
+++ b/clientgui/AsyncRPC.cpp 2017-12-18 17:48:56.785851005 +0100
@@ -20,7 +20,7 @@
#endif
#if !(defined(_WIN32) || (defined(__WXMAC__) && (MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_4)))
-#include <xlocale.h>
+#include <locale.h>
#endif
#include "stdwx.h"

View File

@ -1,11 +0,0 @@
[Unit]
Description=BOINC Daemon
[Service]
User=boinc
Group=boinc
Nice=19
ExecStart=/usr/bin/boinc_client --dir /var/lib/boinc --redirectio
[Install]
WantedBy=multi-user.target