commit: c5da57e63a56d27eac28f914e3f695bdcb566931 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sat Dec 30 18:17:33 2023 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Sat Dec 30 18:20:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c5da57e6
sci-misc/boinc-wrapper: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> sci-misc/boinc-wrapper/files/Makefile.gentoo | 17 ----------------- .../files/boinc-wrapper-7.20-makefile.patch | 20 -------------------- sci-misc/boinc-wrapper/files/config.override.h | 8 -------- 3 files changed, 45 deletions(-) diff --git a/sci-misc/boinc-wrapper/files/Makefile.gentoo b/sci-misc/boinc-wrapper/files/Makefile.gentoo deleted file mode 100644 index f023fa557c..0000000000 --- a/sci-misc/boinc-wrapper/files/Makefile.gentoo +++ /dev/null @@ -1,17 +0,0 @@ -PKGS = \ - libboinc \ - libboinc_api \ - libboinc_zip - -REGEXP_OBJS = \ - regexp.o \ - regsub.o \ - regerror.o \ - regexp_memory.o \ - regexp_report.o - -CXXFLAGS += $(shell pkg-config --cflags $(PKGS)) -I../.. -LIBS += $(shell pkg-config --libs $(PKGS)) - -boinc-wrapper: wrapper.o $(REGEXP_OBJS) - $(CXX) $(CXXFLAGS) $(CPPFLAGS) -o $@ $^ $(LIBS) $(LDFLAGS) diff --git a/sci-misc/boinc-wrapper/files/boinc-wrapper-7.20-makefile.patch b/sci-misc/boinc-wrapper/files/boinc-wrapper-7.20-makefile.patch deleted file mode 100644 index b0f84f18f6..0000000000 --- a/sci-misc/boinc-wrapper/files/boinc-wrapper-7.20-makefile.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/Makefile -+++ b/Makefile -@@ -22,8 +22,7 @@ - MAKEFILE_STDLIB = libstdc++.a - endif - --CXXFLAGS += -g -O0 \ -- -Wall -W -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -fno-common \ -+CXXFLAGS += -Wall -W -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings \ - -I$(BOINC_DIR) \ - -I$(BOINC_LIB_DIR) \ - -I$(BOINC_API_DIR) \ -@@ -56,5 +55,5 @@ - regexp_memory.o \ - regexp_report.o - --wrapper: wrapper.o $(MAKEFILE_STDLIB) $(BOINC_LIB_DIR)/libboinc.a $(BOINC_API_DIR)/libboinc_api.a $(REGEXP_OBJS) -- $(CXX) $(CXXFLAGS) $(CPPFLAGS) $(LDFLAGS) $(MINGW_WRAPPER_FLAGS) -o wrapper wrapper.o $(REGEXP_OBJS) $(MAKEFILE_LDFLAGS) $(MINGW_ZIP_FIX) -lboinc_api -lboinc -lboinc_zip $(MINGW_LIBS) $(STDCPPTC) -+wrapper: wrapper.o $(REGEXP_OBJS) -+ $(CXX) $(CXXFLAGS) $(CPPFLAGS) $(LDFLAGS) $(MINGW_WRAPPER_FLAGS) -o wrapper wrapper.o $(REGEXP_OBJS) $(MINGW_ZIP_FIX) -lboinc_api -lboinc -lboinc_zip $(MINGW_LIBS) $(STDCPPTC) diff --git a/sci-misc/boinc-wrapper/files/config.override.h b/sci-misc/boinc-wrapper/files/config.override.h deleted file mode 100644 index bd1c1b8927..0000000000 --- a/sci-misc/boinc-wrapper/files/config.override.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef BOINC_CONFIG_H -#define BOINC_CONFIG_H - -#define HAVE_SYS_RESOURCE_H 1 -#define HAVE_SYS_TIME_H 1 -#define HAVE_SYS_WAIT_H 1 - -#endif
