From dd55d763b57ef79d9290c679cae6ec24647a6721 Mon Sep 17 00:00:00 2001 From: "ingenarel (NeoJesus)" Date: Mon, 22 Jun 2026 09:51:54 +0600 Subject: [PATCH] www-client/chawan: clean up patch files Signed-off-by: ingenarel (NeoJesus) --- www-client/chawan/chawan-0.4.3.ebuild | 2 +- www-client/chawan/files/makefile-0.3.3.patch | 31 ------------------- www-client/chawan/files/makefile-0.4.3.patch | 32 -------------------- 3 files changed, 1 insertion(+), 64 deletions(-) delete mode 100644 www-client/chawan/files/makefile-0.3.3.patch delete mode 100644 www-client/chawan/files/makefile-0.4.3.patch diff --git a/www-client/chawan/chawan-0.4.3.ebuild b/www-client/chawan/chawan-0.4.3.ebuild index dc6ddaccf4..17c169496c 100644 --- a/www-client/chawan/chawan-0.4.3.ebuild +++ b/www-client/chawan/chawan-0.4.3.ebuild @@ -35,7 +35,7 @@ BDEPEND=" RDEPEND="${DEPEND}" PATCHES=( - "${FILESDIR}/makefile-0.4.3.patch" + "${FILESDIR}/makefile-491b4231.patch" ) src_prepare(){ diff --git a/www-client/chawan/files/makefile-0.3.3.patch b/www-client/chawan/files/makefile-0.3.3.patch deleted file mode 100644 index c03a107995..0000000000 --- a/www-client/chawan/files/makefile-0.3.3.patch +++ /dev/null @@ -1,31 +0,0 @@ -diff --git a/Makefile b/Makefile -index d64c406a..874b7d4e 100644 ---- a/Makefile -+++ b/Makefile -@@ -4,7 +4,7 @@ NIMC ?= $(NIM) c - OBJDIR ?= .obj - OUTDIR ?= target - # These paths are quoted in recipes. --PREFIX ?= /usr/local -+PREFIX ?= /usr - MANPREFIX ?= $(PREFIX)/share/man - MANPREFIX1 ?= $(MANPREFIX)/man1 - MANPREFIX5 ?= $(MANPREFIX)/man5 -@@ -50,16 +50,7 @@ OUTDIR_MAN = $(OUTDIR_TARGET)/share/man - # platform-specific adjustments. - FORCE_POLL_MODE ?= 0 - --# Nim compiler flags --ifeq ($(TARGET),debug) --FLAGS += -d:debug --debugger:native --else ifeq ($(TARGET),release) --FLAGS += -d:release -d:strip -d:lto --else ifeq ($(TARGET),release0) --FLAGS += -d:release --stacktrace:on --else ifeq ($(TARGET),release1) --FLAGS += -d:release --debugger:native --endif -+FLAGS += -d:release - - ssl_link = http gemini sftp - tohtml_link = gopher2html md2html ansi2html gmi2html dirlist2html img2html diff --git a/www-client/chawan/files/makefile-0.4.3.patch b/www-client/chawan/files/makefile-0.4.3.patch deleted file mode 100644 index b681c11d5f..0000000000 --- a/www-client/chawan/files/makefile-0.4.3.patch +++ /dev/null @@ -1,32 +0,0 @@ -diff --git a/Makefile b/Makefile -index 8f538522..99b550a3 100644 ---- a/Makefile -+++ b/Makefile -@@ -4,7 +4,7 @@ NIMC ?= $(NIM) c - OBJDIR ?= .obj - OUTDIR ?= target - # These paths are quoted in recipes. --PREFIX ?= /usr/local -+PREFIX ?= /usr - MANPREFIX ?= $(PREFIX)/share/man - MANPREFIX1 ?= $(MANPREFIX)/man1 - MANPREFIX5 ?= $(MANPREFIX)/man5 -@@ -53,17 +53,7 @@ FORCE_POLL_MODE ?= 0 - chac_flags = - - # Nim compiler flags --ifeq ($(TARGET),debug) --FLAGS += -d:debug --debugger:native --CFLAGS += -DDUMP_LEAKS=1 --else ifeq ($(TARGET),release) --chac_flags = -s --FLAGS += -d:release -d:strip -d:lto --else ifeq ($(TARGET),release0) --FLAGS += -d:release --stacktrace:on --else ifeq ($(TARGET),release1) --FLAGS += -d:release --debugger:native --endif -+FLAGS += -d:release - - ssl_link = http gemini sftp - tohtml_link = gopher2html md2html ansi2html gmi2html dirlist2html img2html