pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/ximaging
Module Name: pkgsrc
Committed By: vins
Date: Mon Sep 8 07:22:19 UTC 2025
Modified Files:
pkgsrc/graphics/ximaging: Makefile distinfo
Added Files:
pkgsrc/graphics/ximaging/patches: patch-src_viewer.c
Log Message:
graphics/ximaging: fix build on SunOS
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/ximaging/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/ximaging/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/ximaging/patches/patch-src_viewer.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/ximaging/Makefile
diff -u pkgsrc/graphics/ximaging/Makefile:1.10 pkgsrc/graphics/ximaging/Makefile:1.11
--- pkgsrc/graphics/ximaging/Makefile:1.10 Sat Aug 30 22:45:37 2025
+++ pkgsrc/graphics/ximaging/Makefile Mon Sep 8 07:22:18 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2025/08/30 22:45:37 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2025/09/08 07:22:18 vins Exp $
DISTNAME= ximaging-src-1.9
PKGNAME= ${DISTNAME:S,-src,,}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= graphics
MASTER_SITES= https://fastestcode.org/dl/
EXTRACT_SUFX= .tar.xz
Index: pkgsrc/graphics/ximaging/distinfo
diff -u pkgsrc/graphics/ximaging/distinfo:1.4 pkgsrc/graphics/ximaging/distinfo:1.5
--- pkgsrc/graphics/ximaging/distinfo:1.4 Sun Aug 3 06:29:10 2025
+++ pkgsrc/graphics/ximaging/distinfo Mon Sep 8 07:22:18 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2025/08/03 06:29:10 vins Exp $
+$NetBSD: distinfo,v 1.5 2025/09/08 07:22:18 vins Exp $
BLAKE2s (ximaging-src-1.9.tar.xz) = 53b081365264be575dfb041cdd38785e40ba807aa1a97dd030847e97207a735c
SHA512 (ximaging-src-1.9.tar.xz) = 4bfc452262e8adf60287777825c271215abefba4de4d2dfba24d249d58829dc421a24fdf2744c19d7dada14a0e45ce74839d3b930743cf238e6d0505ddeff886
@@ -6,3 +6,4 @@ Size (ximaging-src-1.9.tar.xz) = 114000
SHA1 (patch-Makefile) = 1316be75730b7823d5f0f00adb243bc5b9100f26
SHA1 (patch-mf_Makefile.pkgsrc) = 591e05e44f7640d342e0c329923c6ba0d58b649f
SHA1 (patch-src_common.mf) = 2244171b88c7d64a36af3b5edd5c4e29b2259052
+SHA1 (patch-src_viewer.c) = 9a9f3de940acd9eb81fd52f18a1b89f0e0ffbaea
Added files:
Index: pkgsrc/graphics/ximaging/patches/patch-src_viewer.c
diff -u /dev/null pkgsrc/graphics/ximaging/patches/patch-src_viewer.c:1.1
--- /dev/null Mon Sep 8 07:22:19 2025
+++ pkgsrc/graphics/ximaging/patches/patch-src_viewer.c Mon Sep 8 07:22:18 2025
@@ -0,0 +1,16 @@
+$NetBSD: patch-src_viewer.c,v 1.1 2025/09/08 07:22:18 vins Exp $
+
+SunOS needs alloca.h
+
+--- src/viewer.c.orig 2025-09-08 07:16:15.989814141 +0000
++++ src/viewer.c
+@@ -33,6 +33,9 @@
+ #include <dirent.h>
+ #include <unistd.h>
+ #include <math.h>
++#ifdef __sun
++#include <alloca.h>
++#endif
+ #include "common.h"
+ #include "viewer_i.h"
+ #include "menu.h"
Home |
Main Index |
Thread Index |
Old Index