[packages/endeavour] Rel 8

arekm arekm at pld-linux.org
Mon Sep 29 12:19:45 CEST 2025


commit 1b85097c075053426ab920dd235eac07aa3f2999
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Sep 29 12:19:31 2025 +0200

    Rel 8

 endeavour-PLD.patch   |  68 ++++++-----
 endeavour-fixes.patch | 331 ++++++++++++++++++++++++++++++++++++++++++++++++++
 endeavour.spec        |   2 +-
 3 files changed, 368 insertions(+), 33 deletions(-)
---
diff --git a/endeavour.spec b/endeavour.spec
index 2cd2d62..195afe3 100644
--- a/endeavour.spec
+++ b/endeavour.spec
@@ -7,7 +7,7 @@ Summary:	Endeavour Mark II file management suite
 Summary(pl.UTF-8):	Oprogramowanie do zarządzania plikami Endeavour Mark II
 Name:		endeavour
 Version:	3.1.4
-Release:	7
+Release:	8
 License:	GPL v2
 Group:		X11/Applications
 Source0:	http://wolfsinger.com/~wolfpack/packages/%{name}-%{version}.tar.bz2
diff --git a/endeavour-PLD.patch b/endeavour-PLD.patch
index 5d89117..7d71c53 100644
--- a/endeavour-PLD.patch
+++ b/endeavour-PLD.patch
@@ -1,6 +1,7 @@
---- endeavour-3.1.4/endeavour2/config.h.orig	2014-02-02 19:38:07.061469313 +0100
-+++ endeavour-3.1.4/endeavour2/config.h	2014-02-02 19:41:30.348127450 +0100
-@@ -431,8 +431,8 @@
+diff -urNp -x '*.orig' endeavour-3.1.4.org/endeavour2/config.h endeavour-3.1.4/endeavour2/config.h
+--- endeavour-3.1.4.org/endeavour2/config.h	2009-09-12 09:00:00.000000000 +0200
++++ endeavour-3.1.4/endeavour2/config.h	2025-09-29 11:40:37.634363341 +0200
+@@ -431,8 +431,8 @@ to the fullest extent of the law.\n"
  # define EDV_PATH_PROG_DEF_TERMINAL	"x-terminal-emulator"
  # define EDV_CMD_DEF_TERMINAL_RUN	"x-terminal-emulator -e"
  #else
@@ -11,12 +12,12 @@
  #endif
  
  #define EDV_PATH_PROG_DEF_FORMAT_FRONT	EDV_PATH_DEF_GLOBAL_LIB_DIR	\
-diff -uNr endeavour-2.5.6.orig/endeavour2/edvcore.c endeavour-2.5.6.pld/endeavour2/edvcore.c
---- endeavour-2.5.6.orig/endeavour2/edv_core.c	2005-10-07 09:01:51.000000000 +0200
-+++ endeavour-2.5.6.pld/endeavour2/edv_core.c	2005-12-23 15:27:37.817417472 +0100
-@@ -194,6 +194,11 @@
- 	    EDV_CFG_PARM_FILE_MIME_TYPES,
- 	    PrefixPaths(global_config_dir, EDV_DEF_MIMETYPES_FILE)
+diff -urNp -x '*.orig' endeavour-3.1.4.org/endeavour2/edv_core.c endeavour-3.1.4/endeavour2/edv_core.c
+--- endeavour-3.1.4.org/endeavour2/edv_core.c	2009-09-12 09:00:00.000000000 +0200
++++ endeavour-3.1.4/endeavour2/edv_core.c	2025-09-29 11:40:37.634810672 +0200
+@@ -827,6 +827,11 @@ static CfgList *edv_core_new_default_cfg
+ 		EDV_CFG_PARM_PRESENTATION_FONT,
+ 		EDV_GDK_FONT_NAME_12
  	);
 +#elif defined(PLD)
 +	EDV_SET_S(              
@@ -24,22 +25,12 @@ diff -uNr endeavour-2.5.6.orig/endeavour2/edvcore.c endeavour-2.5.6.pld/endeavou
 +	    PrefixPaths(global_config_dir, EDV_DEF_MIMETYPES_FILE)
 +	);
  #else
- 	EDV_SET_S(
- 	    EDV_CFG_PARM_FILE_MIME_TYPES,
---- endeavour-3.1.4/endeavour2/libendeavour2-base/endeavour2-base-config.c.orig	2014-02-02 19:50:52.794770512 +0100
-+++ endeavour-3.1.4/endeavour2/libendeavour2-base/endeavour2-base-config.c	2014-02-02 19:50:55.814770386 +0100
-@@ -8,7 +8,7 @@
- #include <string.h>
- #include "config.h"
- 
--#define CFLAGS			"-I/usr/lib/endeavour2/include"
-+#define CFLAGS			"-I/usr/include/endeavour2"
- 
- #define LIBS			"-lendeavour2-base"
- 
---- endeavour-3.1.4/endeavour2/libendeavour2-base/Makefile.orig	2014-02-02 19:55:48.408091441 +0100
-+++ endeavour-3.1.4/endeavour2/libendeavour2-base/Makefile	2014-02-02 20:09:25.538057149 +0100
-@@ -6,8 +6,8 @@
+ #warning "EDV_GDK_FONT_NAME_12 was not defined, fonts may not display correctly"
+ #endif
+diff -urNp -x '*.orig' endeavour-3.1.4.org/endeavour2/libendeavour2-base/Makefile endeavour-3.1.4/endeavour2/libendeavour2-base/Makefile
+--- endeavour-3.1.4.org/endeavour2/libendeavour2-base/Makefile	2009-09-12 09:00:00.000000000 +0200
++++ endeavour-3.1.4/endeavour2/libendeavour2-base/Makefile	2025-09-29 11:40:37.635345565 +0200
+@@ -6,8 +6,8 @@ LIB_DIR		= $(PREFIX)/lib
  MAN1_DIR	= $(PREFIX)/man/man1
  MAN3_DIR	= $(PREFIX)/man/man3
  EDV_ARCH_DIR	= $(PREFIX)/lib/endeavour2
@@ -50,9 +41,22 @@ diff -uNr endeavour-2.5.6.orig/endeavour2/edvcore.c endeavour-2.5.6.pld/endeavou
  LIB		= libendeavour2-base.so
  LIB_CFG_BIN	= endeavour2-base-config
  LIB_CFG_MAN	= endeavour2-base-config.1.bz2
---- endeavour-3.1.4/endeavour2/platforms.ini.orig	2009-09-12 09:00:00.000000000 +0200
-+++ endeavour-3.1.4/endeavour2/platforms.ini	2014-02-04 16:46:12.354650452 +0100
-@@ -410,20 +410,14 @@
+diff -urNp -x '*.orig' endeavour-3.1.4.org/endeavour2/libendeavour2-base/endeavour2-base-config.c endeavour-3.1.4/endeavour2/libendeavour2-base/endeavour2-base-config.c
+--- endeavour-3.1.4.org/endeavour2/libendeavour2-base/endeavour2-base-config.c	2009-09-12 09:00:00.000000000 +0200
++++ endeavour-3.1.4/endeavour2/libendeavour2-base/endeavour2-base-config.c	2025-09-29 11:40:37.635212639 +0200
+@@ -8,7 +8,7 @@
+ #include <string.h>
+ #include "config.h"
+ 
+-#define CFLAGS			"-I/usr/lib/endeavour2/include"
++#define CFLAGS			"-I/usr/include/endeavour2"
+ 
+ #define LIBS			"-lendeavour2-base"
+ 
+diff -urNp -x '*.orig' endeavour-3.1.4.org/endeavour2/platforms.ini endeavour-3.1.4/endeavour2/platforms.ini
+--- endeavour-3.1.4.org/endeavour2/platforms.ini	2009-09-12 09:00:00.000000000 +0200
++++ endeavour-3.1.4/endeavour2/platforms.ini	2025-09-29 11:40:37.635506554 +0200
+@@ -410,20 +410,14 @@ Platform = FreeBSD
  Platform = Linux
  	Description = For most any Linux system
  	PREFIX = /usr
@@ -74,7 +78,7 @@ diff -uNr endeavour-2.5.6.orig/endeavour2/edvcore.c endeavour-2.5.6.pld/endeavou
  	PlatformSearchPathEtc = /etc
  	PlatformSearchPathEtc = /usr/etc
  	PlatformSearchPathEtc = /usr/local/etc
-@@ -432,45 +426,12 @@
+@@ -432,45 +426,12 @@ Platform = Linux
  	PlatformSearchPathBin = /usr/X11R6/bin
  	PlatformSearchPathBin = /usr/local/bin
  	PlatformSearchPathBin = /usr/games
@@ -120,7 +124,7 @@ diff -uNr endeavour-2.5.6.orig/endeavour2/edvcore.c endeavour-2.5.6.pld/endeavou
          PlatformFeature = libz
                  Description = GNU Z Compression/Decompression Library
                  MustExist = Preffered
-@@ -591,7 +552,6 @@
+@@ -591,7 +552,6 @@ Platform = Linux
  		MustExist = Preffered
  		FeatureCFLAGS = -DHAVE_LIBXPM
  		FeatureLIBS = -lXpm
@@ -128,7 +132,7 @@ diff -uNr endeavour-2.5.6.orig/endeavour2/edvcore.c endeavour-2.5.6.pld/endeavou
  		FeatureDepend = libxpm-devel
  			DependType = Header
  			MustExist = Yes
-@@ -611,11 +571,10 @@
+@@ -611,11 +571,10 @@ Platform = Linux
                  MustExist = Preferred                  
                  FeatureCFLAGS = -DHAVE_XF86_VIDMODE
                  FeatureLIBS = -lXxf86vm
@@ -141,7 +145,7 @@ diff -uNr endeavour-2.5.6.orig/endeavour2/edvcore.c endeavour-2.5.6.pld/endeavou
                          DependGrepString = XF86VidModeQueryExtension
                  FeatureDepend = xf86vidmode-devel
                          DependType = Header
-@@ -627,13 +586,11 @@
+@@ -627,13 +586,11 @@ Platform = Linux
  		MustExist = Yes
  		FeatureCFLAGS = `gtk-config --cflags`
  		FeatureLIBS = `gtk-config --libs`
diff --git a/endeavour-fixes.patch b/endeavour-fixes.patch
index f7ce2f8..237f21c 100644
--- a/endeavour-fixes.patch
+++ b/endeavour-fixes.patch
@@ -31,3 +31,334 @@
  							cfg_list,
  							s,
  							path,
+--- endeavour-3.1.4/endeavour2/libendeavour2-base/edv_archive_obj.c.org	2025-09-29 11:42:43.859977420 +0200
++++ endeavour-3.1.4/endeavour2/libendeavour2-base/edv_archive_obj.c	2025-09-29 11:42:51.603618723 +0200
+@@ -1,4 +1,6 @@
+ #include <glib.h>
++#include <unistd.h>
++#include <string.h>
+ 
+ #include "edv_types.h"
+ #include "edv_utils.h"
+--- endeavour-3.1.4/endeavour2/libendeavour2-base/edv_mime_type_get.c~	2009-09-12 09:00:00.000000000 +0200
++++ endeavour-3.1.4/endeavour2/libendeavour2-base/edv_mime_type_get.c	2025-09-29 11:44:29.645290340 +0200
+@@ -1,4 +1,6 @@
+ #include <glib.h>
++#include <string.h>
++
+ #include "edv_utils.h"
+ #include "edv_path.h"
+ #include "edv_property.h"
+--- endeavour-3.1.4/endeavour2/libendeavour2-base/edv_obj_info_match.c~	2009-09-12 09:00:00.000000000 +0200
++++ endeavour-3.1.4/endeavour2/libendeavour2-base/edv_obj_info_match.c	2025-09-29 11:44:59.688323634 +0200
+@@ -1,4 +1,5 @@
+ #include <glib.h>
++#include <string.h>
+ 
+ #include "edv_types.h"
+ #include "edv_utils.h"
+--- endeavour-3.1.4/endeavour2/libendeavour2-base/edv_process.c~	2009-09-12 09:00:00.000000000 +0200
++++ endeavour-3.1.4/endeavour2/libendeavour2-base/edv_process.c	2025-09-29 11:45:44.093563343 +0200
+@@ -12,6 +12,7 @@
+ #include <fcntl.h>
+ #include <glib.h>
+ #include <unistd.h>
++#include <stdlib.h>
+ 
+ #include "edv_process.h"
+ 
+--- endeavour-3.1.4/endeavour2/libendeavour2-base/edv_recycled_obj.c~	2009-09-12 09:00:00.000000000 +0200
++++ endeavour-3.1.4/endeavour2/libendeavour2-base/edv_recycled_obj.c	2025-09-29 11:46:30.567608902 +0200
+@@ -1,4 +1,5 @@
+ #include <glib.h>
++#include <string.h>
+ 
+ #include "edv_types.h"
+ #include "edv_property.h"
+--- endeavour-3.1.4/endeavour2/libendeavour2-base/edv_vfs_obj.c~	2009-09-12 09:00:00.000000000 +0200
++++ endeavour-3.1.4/endeavour2/libendeavour2-base/edv_vfs_obj.c	2025-09-29 11:46:59.262737557 +0200
+@@ -1,4 +1,5 @@
+ #include <errno.h>
++#include <string.h>
+ 
+ #include <glib.h>
+ 
+--- endeavour-3.1.4/endeavour2/archiver_dnd.c~	2009-09-12 09:00:00.000000000 +0200
++++ endeavour-3.1.4/endeavour2/archiver_dnd.c	2025-09-29 11:48:32.477305804 +0200
+@@ -1,5 +1,6 @@
+ #include <errno.h>
+ #include <gtk/gtk.h>
++#include <string.h>
+ 
+ #include "url.h"
+ 
+--- endeavour-3.1.4/endeavour2/con_msg.c~	2009-09-12 09:00:00.000000000 +0200
++++ endeavour-3.1.4/endeavour2/con_msg.c	2025-09-29 11:49:21.449557809 +0200
+@@ -5,6 +5,7 @@
+ #include <sys/types.h>
+ #include <sys/time.h>
+ #include <sys/stat.h>
++#include <sys/select.h>
+ #include <fcntl.h>
+ #include <gtk/gtk.h>
+ #include <gdk/gdkkeysyms.h>
+@@ -1483,7 +1484,7 @@ static gboolean ConMsgProcessDescriptor(
+ )
+ {
+ 	struct stat stat_buf;
+-        fd_set fd_set;
++        fd_set rfd_set;
+         struct timeval tv;
+ 	gint		i,
+ 			buf_len,
+@@ -1497,13 +1498,13 @@ static gboolean ConMsgProcessDescriptor(
+ 	    return(FALSE);
+ 
+ 	/* No data waiting to be read? */
+-	FD_ZERO(&fd_set);
+-	FD_SET((int)fd, &fd_set);
++	FD_ZERO(&rfd_set);
++	FD_SET((int)fd, &rfd_set);
+         tv.tv_sec = 0;
+         tv.tv_usec = 0;
+         if(select(
+ 	    (int)fd + 1,			/* Highest number descriptor + 1 */
+-	    &fd_set,				/* Read descriptor set */
++	    &rfd_set,				/* Read descriptor set */
+ 	    NULL,				/* No write descriptor set */
+ 	    NULL,				/* No exception descriptor set */
+             &tv
+--- endeavour-3.1.4/endeavour2/edv_archive_check.c~	2009-09-12 09:00:00.000000000 +0200
++++ endeavour-3.1.4/endeavour2/edv_archive_check.c	2025-09-29 11:53:13.800903864 +0200
+@@ -1228,7 +1228,7 @@ static gint edv_archive_check_xar_iterat
+ 	CfgList *cfg_list = core->cfg_list;
+ 
+ 	/* Create a new X Archive property iterator */
+-	xar_iter = xar_iter_new(xar);
++	xar_iter = xar_iter_new();
+ 	if(xar_iter == 0)
+ 	{
+ 		edv_archive_check_set_error(
+@@ -1368,7 +1368,7 @@ static gint edv_archive_check_xar(
+ 	}
+ 
+ 	/* Create a new X Archive object iterator */
+-	i1 = xar_iter_new(xar);
++	i1 = xar_iter_new();
+ 	if(i1 == 0)
+ 	{
+ 		(void)xar_close(xar);
+--- endeavour-3.1.4/endeavour2/edv_archive_extract_xar.c~	2009-09-12 09:00:00.000000000 +0200
++++ endeavour-3.1.4/endeavour2/edv_archive_extract_xar.c	2025-09-29 11:53:39.955855507 +0200
+@@ -438,7 +438,7 @@ From:\n\
+ 		/* Create an X Archive iterator and find this object in
+ 		 * the X Archive
+ 		 */
+-		i1 = xar_iter_new(xar);
++		i1 = xar_iter_new();
+ 		if(i1 == 0)
+ 		{
+ 			core->last_error_ptr =
+--- endeavour-3.1.4/endeavour2/edv_archive_obj_stat.c~	2009-09-12 09:00:00.000000000 +0200
++++ endeavour-3.1.4/endeavour2/edv_archive_obj_stat.c	2025-09-29 11:54:12.267968948 +0200
+@@ -3457,7 +3457,7 @@ static EDVArchiveObject *edv_archive_obj
+ 	obj->path = STRDUP(path);
+ 
+ 	/* Create a new X Archive property iterator */
+-	xar_iter = xar_iter_new(xar);
++	xar_iter = xar_iter_new();
+ 	if(xar_iter == 0)
+ 	{
+ 		const gint error_code = (gint)errno;
+@@ -4016,7 +4016,7 @@ static EDVArchiveObject *edv_archive_obj
+ 		return(NULL);
+ 
+ 	/* Create a new X Archive object iterator */
+-	i1 = xar_iter_new(xar);
++	i1 = xar_iter_new();
+ 	if(i1 == 0)
+ 	{
+ 		const gint error_code = (gint)errno;
+@@ -5902,7 +5902,7 @@ static gint edv_archive_object_stat_list
+ 		return(-1);
+ 
+ 	/* Create a new X Archive object iterator */
+-	i1 = xar_iter_new(xar);
++	i1 = xar_iter_new();
+ 	if(i1 == 0)
+ 	{
+ 		(void)xar_close(xar);
+--- endeavour-3.1.4/endeavour2/edv_id3_field.c~	2009-09-12 09:00:00.000000000 +0200
++++ endeavour-3.1.4/endeavour2/edv_id3_field.c	2025-09-29 11:54:47.835135441 +0200
+@@ -1,5 +1,6 @@
+ #include <errno.h>
+ #include <glib.h>
++#include <string.h>
+ 
+ #include "edv_id3.h"
+ 
+--- endeavour-3.1.4/endeavour2/edv_id3_tag_fio.c~	2009-09-12 09:00:00.000000000 +0200
++++ endeavour-3.1.4/endeavour2/edv_id3_tag_fio.c	2025-09-29 11:55:46.905006843 +0200
+@@ -1,6 +1,7 @@
+ #include <stdio.h>
+ #include <errno.h>
+ #include <ctype.h>
++#include <string.h>
+ #ifdef HAVE_LIBID3TAG
+ # include <id3tag.h>
+ #endif
+--- endeavour-3.1.4/endeavour2/edv_interps_op.c~	2009-09-12 09:00:00.000000000 +0200
++++ endeavour-3.1.4/endeavour2/edv_interps_op.c	2025-09-29 11:56:40.479313941 +0200
+@@ -1,5 +1,6 @@
+ #include <stdlib.h>
+ #include <gtk/gtk.h>
++#include <string.h>
+ 
+ #include "cfg.h"
+ 
+--- endeavour-3.1.4/endeavour2/edv_mpeg_audio.c~	2009-09-12 09:00:00.000000000 +0200
++++ endeavour-3.1.4/endeavour2/edv_mpeg_audio.c	2025-09-29 11:57:08.119806948 +0200
+@@ -1,6 +1,7 @@
+ #include <stdio.h>
+ #include <errno.h>
+ #include <glib.h>
++#include <string.h>
+ 
+ #include "libendeavour2-base/edv_vfs_obj.h"
+ #include "libendeavour2-base/edv_vfs_obj_stat.h"
+--- endeavour-3.1.4/endeavour2/edv_obj_info_match.c~	2009-09-12 09:00:00.000000000 +0200
++++ endeavour-3.1.4/endeavour2/edv_obj_info_match.c	2025-09-29 11:57:34.724045878 +0200
+@@ -1,4 +1,5 @@
+ #include <gtk/gtk.h>
++#include <string.h>
+ 
+ #include "edv_types.h"
+ #include "libendeavour2-base/edv_path.h"
+--- endeavour-3.1.4/endeavour2/edv_recycle_obj.c~	2009-09-12 09:00:00.000000000 +0200
++++ endeavour-3.1.4/endeavour2/edv_recycle_obj.c	2025-09-29 11:58:07.609367487 +0200
+@@ -1,5 +1,6 @@
+ #include <errno.h>
+ #include <gtk/gtk.h>
++#include <string.h>
+ 
+ #include "cfg.h"
+ 
+--- endeavour-3.1.4/endeavour2/image_browser_dnd.c~	2009-09-12 09:00:00.000000000 +0200
++++ endeavour-3.1.4/endeavour2/image_browser_dnd.c	2025-09-29 11:58:54.379102967 +0200
+@@ -1,4 +1,5 @@
+ #include <gtk/gtk.h>
++#include <string.h>
+ 
+ #include "url.h"
+ 
+--- endeavour-3.1.4/endeavour2/prop_page_details.c~	2009-09-12 09:00:00.000000000 +0200
++++ endeavour-3.1.4/endeavour2/prop_page_details.c	2025-09-29 12:00:32.424066495 +0200
+@@ -1,6 +1,7 @@
+ #include <stdlib.h>
+ #include <errno.h>
+ #include <gtk/gtk.h>
++#include <string.h>
+ 
+ #include "cfg.h"
+ 
+--- endeavour-3.1.4/endeavour2/prop_page_link.c~	2009-09-12 09:00:00.000000000 +0200
++++ endeavour-3.1.4/endeavour2/prop_page_link.c	2025-09-29 12:01:32.078703759 +0200
+@@ -1,5 +1,6 @@
+ #include <errno.h>
+ #include <gtk/gtk.h>
++#include <string.h>
+ 
+ #include "url.h"
+ #include "cfg.h"
+--- endeavour-3.1.4/endeavour2/recycle_bin_dnd.c~	2009-09-12 09:00:00.000000000 +0200
++++ endeavour-3.1.4/endeavour2/recycle_bin_dnd.c	2025-09-29 12:02:00.983254775 +0200
+@@ -1,5 +1,6 @@
+ #include <errno.h>
+ #include <gtk/gtk.h>
++#include <string.h>
+ 
+ #include "url.h"
+ 
+--- endeavour-3.1.4/endeavour2/rgba_to_cidx.c~	2009-09-12 09:00:00.000000000 +0200
++++ endeavour-3.1.4/endeavour2/rgba_to_cidx.c	2025-09-29 12:02:52.843164818 +0200
+@@ -1,6 +1,7 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <sys/types.h>
++#include <string.h>
+ #include "fsdither.h"
+ #include "rgba_to_cidx.h"
+ 
+--- endeavour-3.1.4/endeavour2/vfs_browser_dnd.c~	2009-09-12 09:00:00.000000000 +0200
++++ endeavour-3.1.4/endeavour2/vfs_browser_dnd.c	2025-09-29 12:03:25.662772148 +0200
+@@ -1,4 +1,5 @@
+ #include <gtk/gtk.h>
++#include <string.h>
+ 
+ #include "url.h"
+ 
+--- endeavour-3.1.4/endeavour2/sysinfo/si_cb.c~	2009-09-12 09:00:00.000000000 +0200
++++ endeavour-3.1.4/endeavour2/sysinfo/si_cb.c	2025-09-29 12:06:21.896386815 +0200
+@@ -1,5 +1,6 @@
+ #include <signal.h>
+ #include <gtk/gtk.h>
++#include <stdlib.h>
+ 
+ #include "si_cb.h"
+ #include "si_win.h"
+--- endeavour-3.1.4/endeavour2/image_browser_list.c~	2009-09-12 09:00:00.000000000 +0200
++++ endeavour-3.1.4/endeavour2/image_browser_list.c	2025-09-29 12:14:06.888456707 +0200
+@@ -4,6 +4,7 @@
+ #else
+ # include <fnmatch.h>
+ #endif
++#include <string.h>
+ #include <gtk/gtk.h>
+ 
+ #include "../include/string.h"
+--- endeavour-3.1.4/endeavour2/prop_page_general.c~	2009-09-12 09:00:00.000000000 +0200
++++ endeavour-3.1.4/endeavour2/prop_page_general.c	2025-09-29 12:14:42.238996298 +0200
+@@ -1,4 +1,5 @@
+ #include <errno.h>
++#include <string.h>
+ #include <gtk/gtk.h>
+ 
+ #include "cfg.h"
+--- endeavour-3.1.4/endeavour2/utils/dnd-drag-maker.c~	2009-09-12 09:00:00.000000000 +0200
++++ endeavour-3.1.4/endeavour2/utils/dnd-drag-maker.c	2025-09-29 12:15:28.383313614 +0200
+@@ -1,4 +1,5 @@
+ #include <gtk/gtk.h>
++#include <string.h>
+ #include "../hview.h"
+ #include "../images/icon_x_48x48.xpm"
+ 
+--- endeavour-3.1.4/endeavour2/utils/mls.c~	2009-09-12 09:00:00.000000000 +0200
++++ endeavour-3.1.4/endeavour2/utils/mls.c	2025-09-29 12:16:05.688646544 +0200
+@@ -7,6 +7,7 @@
+ #define _GNU_SOURCE				/* For FNM_CASEFOLD */
+ #include <fnmatch.h>				/* For fnmatch() */
+ #include <glib.h>
++#include <string.h>
+ #include <endeavour2.h>
+ #include "../config.h"
+ 
+--- endeavour-3.1.4/endeavour2/utils/recycle.c~	2009-09-12 09:00:00.000000000 +0200
++++ endeavour-3.1.4/endeavour2/utils/recycle.c	2025-09-29 12:16:32.858483067 +0200
+@@ -9,6 +9,7 @@
+ 
+ #include <errno.h>
+ #include <glib.h>
++#include <string.h>
+ #include <endeavour2.h>
+ #include "../config.h"
+ 
+--- endeavour-3.1.4/endeavour2/utils/rls.c~	2009-09-12 09:00:00.000000000 +0200
++++ endeavour-3.1.4/endeavour2/utils/rls.c	2025-09-29 12:17:44.532555809 +0200
+@@ -10,6 +10,7 @@
+ #include <stdlib.h>
+ #include <fnmatch.h>				/* For fnmatch() */
+ #include <glib.h>
++#include <string.h>
+ #include <endeavour2.h>
+ #include "../config.h"
+ 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/endeavour.git/commitdiff/1b85097c075053426ab920dd235eac07aa3f2999



More information about the pld-cvs-commit mailing list