Update ytree to 2.13.

This commit is contained in:
fcambus
2026-06-11 19:34:01 +00:00
parent e049c55f75
commit c9dcc59f1d
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ COMMENT= DOS-XTREE(tm) look-a-like file manager
FIX_EXTRACT_PERMISSIONS= Yes FIX_EXTRACT_PERMISSIONS= Yes
DISTNAME = ytree-2.12 DISTNAME = ytree-2.13
CATEGORIES= misc CATEGORIES= misc
HOMEPAGE= https://www.han.de/~werner/ytree.html HOMEPAGE= https://www.han.de/~werner/ytree.html
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (ytree-2.12.tar.gz) = I2bS1fwfZERgMjhj5b6ZdFhLybLWbXJHFlqP8aCZERQ= SHA256 (ytree-2.13.tar.gz) = yu7qwzTayDkhvYtletLUzyNMFdpP/H0V2tC9qZ5S8Zc=
SIZE (ytree-2.12.tar.gz) = 125039 SIZE (ytree-2.13.tar.gz) = 125213
+2 -2
View File
@@ -8,8 +8,8 @@ Index: match.c
#include "ytree.h" #include "ytree.h"
-#if defined( hpux ) || defined ( __APPLE__ ) || defined ( linux ) -#if defined( hpux ) || defined ( __APPLE__ ) || defined ( linux ) || defined(__HAIKU__)
+#if defined( hpux ) || defined ( __APPLE__ ) || defined ( linux ) || defined( __OpenBSD__ ) +#if defined( hpux ) || defined ( __APPLE__ ) || defined ( linux ) || defined(__HAIKU__) || defined( __OpenBSD__ )
#define HAS_REGCOMP #define HAS_REGCOMP
#else #else
-#if defined( sun ) || defined( __NeXT__ ) || defined( OSF1 ) || defined( __OpenBSD__ ) || defined(__NetBSD__) || defined( __FreeBSD__ ) || defined( __GNU__ ) -#if defined( sun ) || defined( __NeXT__ ) || defined( OSF1 ) || defined( __OpenBSD__ ) || defined(__NetBSD__) || defined( __FreeBSD__ ) || defined( __GNU__ )