pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/SDL2_image-legacy



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed May 15 10:29:49 UTC 2024

Modified Files:
        pkgsrc/graphics/SDL2_image-legacy: distinfo
Added Files:
        pkgsrc/graphics/SDL2_image-legacy/patches:
            patch-external_tiff-4.0.3_configure

Log Message:
SDL2_image-legacy: fix build


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/SDL2_image-legacy/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/graphics/SDL2_image-legacy/patches/patch-external_tiff-4.0.3_configure

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/SDL2_image-legacy/distinfo
diff -u pkgsrc/graphics/SDL2_image-legacy/distinfo:1.1 pkgsrc/graphics/SDL2_image-legacy/distinfo:1.2
--- pkgsrc/graphics/SDL2_image-legacy/distinfo:1.1      Mon May  6 18:05:31 2024
+++ pkgsrc/graphics/SDL2_image-legacy/distinfo  Wed May 15 10:29:49 2024
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1 2024/05/06 18:05:31 nia Exp $
+$NetBSD: distinfo,v 1.2 2024/05/15 10:29:49 wiz Exp $
 
 BLAKE2s (SDL2_image-2.0.1.tar.gz) = 2e4fe1e0d91bba5cf162a9c82bd56320757d54081cbba440202b6fff9a82d13e
 SHA512 (SDL2_image-2.0.1.tar.gz) = 99ed5f7b69966cea5fcf9173e7270167c24b55ab459774f10dbf90f26dcb9d5f118971ffd4e583a83148976f44ca166474669398a561169d24ffba80f852306f
@@ -9,3 +9,4 @@ SHA1 (patch-IMG__lbm.c) = af312c686021cd
 SHA1 (patch-IMG__pcx.c) = 20bb260be98a7605712e8a474a98ed0f689e3790
 SHA1 (patch-IMG__xcf.c) = a967a661702cfa8f9f83df7ee88fe958c7d2af80
 SHA1 (patch-Makefile.in) = 3c7dc65fa79fc49cd182f18241415bcb3ef73cd2
+SHA1 (patch-external_tiff-4.0.3_configure) = cb8b7d3a96472939a30998005f2c185e5c4c4bea

Added files:

Index: pkgsrc/graphics/SDL2_image-legacy/patches/patch-external_tiff-4.0.3_configure
diff -u /dev/null pkgsrc/graphics/SDL2_image-legacy/patches/patch-external_tiff-4.0.3_configure:1.1
--- /dev/null   Wed May 15 10:29:49 2024
+++ pkgsrc/graphics/SDL2_image-legacy/patches/patch-external_tiff-4.0.3_configure       Wed May 15 10:29:49 2024
@@ -0,0 +1,15 @@
+$NetBSD: patch-external_tiff-4.0.3_configure,v 1.1 2024/05/15 10:29:49 wiz Exp $
+
+Fix unportable test(1) operator.
+
+--- external/tiff-4.0.3/configure.orig 2024-05-15 10:23:47.093939654 +0000
++++ external/tiff-4.0.3/configure
+@@ -18145,7 +18145,7 @@ if test "${with_jpeg12_lib+set}" = set; 
+ fi
+ 
+ 
+-if test "x$enable_jpeg12" == "xyes" ; then
++if test "x$enable_jpeg12" = "xyes" ; then
+ 
+   if test "x$with_jpeg12_lib" != "x" ; then
+     LIBS="$with_jpeg12_lib $LIBS"



Home | Main Index | Thread Index | Old Index