pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/grafx2 grafx2: update to 2.8.3128.
details: https://anonhg.NetBSD.org/pkgsrc/rev/9b87cc46af8e
branches: trunk
changeset: 381933:9b87cc46af8e
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Jul 15 21:21:29 2022 +0000
description:
grafx2: update to 2.8.3128.
Changes not found, one patch merged.
diffstat:
graphics/grafx2/Makefile | 7 ++---
graphics/grafx2/PLIST | 5 +++-
graphics/grafx2/distinfo | 11 ++++-----
graphics/grafx2/patches/patch-help.c | 40 ------------------------------------
graphics/grafx2/patches/patch-misc.c | 8 +++---
5 files changed, 16 insertions(+), 55 deletions(-)
diffs (121 lines):
diff -r debdda47f61c -r 9b87cc46af8e graphics/grafx2/Makefile
--- a/graphics/grafx2/Makefile Fri Jul 15 21:17:34 2022 +0000
+++ b/graphics/grafx2/Makefile Fri Jul 15 21:21:29 2022 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.7 2020/08/17 20:19:01 leot Exp $
+# $NetBSD: Makefile,v 1.8 2022/07/15 21:21:29 wiz Exp $
-DISTNAME= grafx2-2.7.2950-src
+DISTNAME= grafx2-2.8.3128-src
PKGNAME= ${DISTNAME:S/-src//}
-PKGREVISION= 1
CATEGORIES= graphics
-MASTER_SITES= https://gitlab.com/GrafX2/grafX2/-/jobs/428763304/artifacts/raw/
+MASTER_SITES= https://gitlab.com/GrafX2/grafX2/-/jobs/2477335384/artifacts/raw/
EXTRACT_SUFX= .tgz
MAINTAINER= ryoon%NetBSD.org@localhost
diff -r debdda47f61c -r 9b87cc46af8e graphics/grafx2/PLIST
--- a/graphics/grafx2/PLIST Fri Jul 15 21:17:34 2022 +0000
+++ b/graphics/grafx2/PLIST Fri Jul 15 21:21:29 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2020/02/10 13:08:10 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/07/15 21:21:29 wiz Exp $
bin/grafx2-sdl
share/applications/grafx2.desktop
share/grafx2/fonts/8pxfont.png
@@ -87,7 +87,10 @@
share/grafx2/skins/font_Seen.png
share/grafx2/skins/skin_Aurora.png
share/grafx2/skins/skin_DPaint.png
+share/grafx2/skins/skin_black.png
+share/grafx2/skins/skin_chrisfx.png
share/grafx2/skins/skin_classic.png
+share/grafx2/skins/skin_klin.png
share/grafx2/skins/skin_modern.png
share/grafx2/skins/skin_scenish.png
share/grafx2/skins/unicode_0390-03C9.png
diff -r debdda47f61c -r 9b87cc46af8e graphics/grafx2/distinfo
--- a/graphics/grafx2/distinfo Fri Jul 15 21:17:34 2022 +0000
+++ b/graphics/grafx2/distinfo Fri Jul 15 21:21:29 2022 +0000
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 10:46:16 nia Exp $
+$NetBSD: distinfo,v 1.7 2022/07/15 21:21:29 wiz Exp $
-BLAKE2s (grafx2-2.7.2950-src.tgz) = 38ecda4d33b0414245ccce81a56ff09565ba7a7d2d28dea16bad5cbe6a76935c
-SHA512 (grafx2-2.7.2950-src.tgz) = 1f13d17327b55d040cca63bf804f81ff2cc8a57ef6c3418d5da2e84c090b3c2b62ed348abfb95b50f11ceea80637477e8cfd3d277dfd5c8949fbdb7620098cec
-Size (grafx2-2.7.2950-src.tgz) = 1104406 bytes
-SHA1 (patch-help.c) = 6b889198e644c1cf720956f1b2003032d09c1013
+BLAKE2s (grafx2-2.8.3128-src.tgz) = e2e091e1e90b8adac2d7975161219920922aec738411a223ad343a20b0bc0d85
+SHA512 (grafx2-2.8.3128-src.tgz) = 822eccd04f8fd793767c002c8911a4ec5a28194c046a1b88c7cec50512f5f7536b4114c75658012c1c94c38b2d97323f58919258e7b56021273c4999966438e3
+Size (grafx2-2.8.3128-src.tgz) = 1174766 bytes
SHA1 (patch-main.c) = 3116bf8990994265132ce95fec1ca13a0b735912
-SHA1 (patch-misc.c) = 19d9c3225babd1f62c14def892b77a8691edb0a6
+SHA1 (patch-misc.c) = bd349d1012d220facfdf8beeef28d0d3c212a3f4
diff -r debdda47f61c -r 9b87cc46af8e graphics/grafx2/patches/patch-help.c
--- a/graphics/grafx2/patches/patch-help.c Fri Jul 15 21:17:34 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,40 +0,0 @@
-$NetBSD: patch-help.c,v 1.3 2020/02/11 02:38:37 ryoon Exp $
-
-Use statvfs on NetBSD.
-https://gitlab.com/GrafX2/grafX2/-/merge_requests/274
-
---- help.c.orig 2020-02-06 21:01:27.000000000 +0000
-+++ help.c
-@@ -31,9 +31,11 @@
- #if defined(_MSC_VER) && _MSC_VER < 1900
- #define snprintf _snprintf
- #endif
--#elif defined(__macosx__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__)
-+#elif defined(__macosx__) || defined(__FreeBSD__) || defined(__OpenBSD__)
- #include <sys/param.h>
- #include <sys/mount.h>
-+#elif defined(__NetBSD__)
-+ #include <sys/statvfs.h>
- #elif defined (__linux__) || defined(__SYLLABLE__)
- #include <sys/vfs.h>
- #elif defined (__HAIKU__)
-@@ -976,12 +978,18 @@ void Button_Stats(int btn)
- GFX2_Log(GFX2_ERROR, "GetDiskFreeSpaceExA() failed\n");
- }
- }
--#elif defined(__linux__) || defined(__macosx__) || defined(__FreeBSD__) || defined(__SYLLABLE__) || defined(__AROS__) || defined(__OpenBSD__) || defined(__NetBSD__)
-+#elif defined(__linux__) || defined(__macosx__) || defined(__FreeBSD__) || defined(__SYLLABLE__) || defined(__AROS__) || defined(__OpenBSD__)
- {
- struct statfs disk_info;
- statfs(Main.selector.Directory,&disk_info);
- mem_size=(qword) disk_info.f_bfree * (qword) disk_info.f_bsize;
- }
-+#elif defined(__NetBSD__)
-+ {
-+ struct statvfs disk_info;
-+ statvfs(Main.selector.Directory,&disk_info);
-+ mem_size=(qword) disk_info.f_bfree * (qword) disk_info.f_bsize;
-+ }
- #elif defined(__HAIKU__)
- mem_size = haiku_get_free_space(Main.selector.Directory);
- #elif defined (__MINT__)
diff -r debdda47f61c -r 9b87cc46af8e graphics/grafx2/patches/patch-misc.c
--- a/graphics/grafx2/patches/patch-misc.c Fri Jul 15 21:17:34 2022 +0000
+++ b/graphics/grafx2/patches/patch-misc.c Fri Jul 15 21:21:29 2022 +0000
@@ -1,10 +1,10 @@
-$NetBSD: patch-misc.c,v 1.3 2020/02/10 13:08:10 ryoon Exp $
+$NetBSD: patch-misc.c,v 1.4 2022/07/15 21:21:29 wiz Exp $
* Fix sysctl build failure
---- misc.c.orig 2020-02-06 21:01:27.000000000 +0000
+--- misc.c.orig 2022-05-19 07:17:59.000000000 +0000
+++ misc.c
-@@ -29,6 +29,9 @@
+@@ -21,6 +21,9 @@
#ifndef _MSC_VER
#include <strings.h>
#endif
@@ -13,4 +13,4 @@
+#endif
#include <stdlib.h>
#include <math.h>
- #if !defined(USE_SDL) && !defined(USE_SDL2)
+ #include "struct.h"
Home |
Main Index |
Thread Index |
Old Index