pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/glitz
Module Name: pkgsrc
Committed By: wiz
Date: Mon Apr 21 20:21:04 UTC 2025
Modified Files:
pkgsrc/graphics/glitz: distinfo
pkgsrc/graphics/glitz/patches: patch-ab
Log Message:
glitz: remove Interix support
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/graphics/glitz/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/glitz/patches/patch-ab
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/glitz/distinfo
diff -u pkgsrc/graphics/glitz/distinfo:1.22 pkgsrc/graphics/glitz/distinfo:1.23
--- pkgsrc/graphics/glitz/distinfo:1.22 Tue Oct 26 10:46:13 2021
+++ pkgsrc/graphics/glitz/distinfo Mon Apr 21 20:21:04 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.22 2021/10/26 10:46:13 nia Exp $
+$NetBSD: distinfo,v 1.23 2025/04/21 20:21:04 wiz Exp $
BLAKE2s (glitz-0.5.6.tar.gz) = 39b4b4ca056059b4cf76779524974750e80b31b699377bb75ff4cc98350ea3d0
SHA512 (glitz-0.5.6.tar.gz) = 9005e532a2163f36b3f1dfbe870a321bf87a672c6f5e46687c6847de99c12140a0584bfcf2109c479c76087830d6880531ca23368627706bab8ce9d463cf4924
Size (glitz-0.5.6.tar.gz) = 459224 bytes
SHA1 (patch-aa) = d725f03f96082b6d9b31c608a0e4c1beb71e87f1
-SHA1 (patch-ab) = 1ca48981d416ecde5a3034edb7ca2a060ecaee17
+SHA1 (patch-ab) = b141c7d9cbe19191e5cd8e7c84b22e8835ae12f4
SHA1 (patch-ac) = a619818f4a6a2c471be544c39c5f3d4486723052
Index: pkgsrc/graphics/glitz/patches/patch-ab
diff -u pkgsrc/graphics/glitz/patches/patch-ab:1.7 pkgsrc/graphics/glitz/patches/patch-ab:1.8
--- pkgsrc/graphics/glitz/patches/patch-ab:1.7 Mon May 19 13:47:45 2008
+++ pkgsrc/graphics/glitz/patches/patch-ab Mon Apr 21 20:21:04 2025
@@ -1,18 +1,14 @@
-$NetBSD: patch-ab,v 1.7 2008/05/19 13:47:45 tnn Exp $
+$NetBSD: patch-ab,v 1.8 2025/04/21 20:21:04 wiz Exp $
--- src/glitzint.h.orig 2006-03-13 14:43:57.000000000 +0100
+++ src/glitzint.h
-@@ -49,14 +49,18 @@
+@@ -49,14 +49,14 @@
typedef __int64 int64_t;
typedef unsigned __int64 uint64_t;
#else
-# if defined(__OpenBSD__)
+# if defined(__OpenBSD__) || defined(__sgi)
# include <inttypes.h>
-+# elif defined(__INTERIX)
-+# include <sys/types.h>
-+# undef uint64_t
-+# define uint64_t u_int64_t /* not typedef in case it does exist already */
# else
# include <stdint.h>
# endif
@@ -23,7 +19,7 @@ $NetBSD: patch-ab,v 1.7 2008/05/19 13:47
# define floorf(a) floor (a)
# define ceilf(a) ceil (a)
# define sinf(a) sin (a)
-@@ -69,7 +73,7 @@
+@@ -69,7 +69,7 @@
# define sqrtf(a) sqrt (a)
#endif
@@ -32,7 +28,7 @@ $NetBSD: patch-ab,v 1.7 2008/05/19 13:47
# define slim_hidden_proto(name) slim_hidden_proto1(name, INT_##name)
# define slim_hidden_def(name) slim_hidden_def1(name, INT_##name)
# define slim_hidden_proto1(name, internal) \
-@@ -89,7 +93,7 @@
+@@ -89,7 +89,7 @@
# define slim_hidden_def(name)
#endif
Home |
Main Index |
Thread Index |
Old Index