pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/gdk-pixbuf2
Module Name: pkgsrc
Committed By: adam
Date: Tue Sep 5 08:52:02 UTC 2017
Modified Files:
pkgsrc/graphics/gdk-pixbuf2: distinfo
pkgsrc/graphics/gdk-pixbuf2/patches: patch-configure
Log Message:
Fixed building on Darwin
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/graphics/gdk-pixbuf2/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/gdk-pixbuf2/patches/patch-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/gdk-pixbuf2/distinfo
diff -u pkgsrc/graphics/gdk-pixbuf2/distinfo:1.35 pkgsrc/graphics/gdk-pixbuf2/distinfo:1.36
--- pkgsrc/graphics/gdk-pixbuf2/distinfo:1.35 Mon Sep 4 20:23:57 2017
+++ pkgsrc/graphics/gdk-pixbuf2/distinfo Tue Sep 5 08:52:01 2017
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.35 2017/09/04 20:23:57 ryoon Exp $
+$NetBSD: distinfo,v 1.36 2017/09/05 08:52:01 adam Exp $
SHA1 (gdk-pixbuf-2.36.9.tar.xz) = fc32bff2855473e6e7dc547eca3be5d513b6323a
RMD160 (gdk-pixbuf-2.36.9.tar.xz) = 7e37b04812a729f0faf52017c619a94b59a48661
SHA512 (gdk-pixbuf-2.36.9.tar.xz) = ab8f2cda4490012936b094a1321e64b85e1fa1f8d070fae135a514f87f695201b845f4192e4a02954e2767d44314c0a95d727118853528182952d15890130261
Size (gdk-pixbuf-2.36.9.tar.xz) = 5769124 bytes
-SHA1 (patch-configure) = 1207c64836c0f5a79d32c19a97b6f539af136d45
+SHA1 (patch-configure) = 57dc34d970fd7637e4da408e1a198cb7bb4338a2
SHA1 (patch-contrib_gdk-pixbuf-xlib_Makefile.in) = 636ab94c6bfde10c118b7833b4637a586781bfd5
SHA1 (patch-gdk-pixbuf_Makefile.in) = 9173c4dbc89e4a4d34359e52885121c19a8a7ba6
SHA1 (patch-gdk-pixbuf_gdk-pixbuf-scaled-anim.c) = 486db8d3f352b0d72b7074ba48f14ccbfa09deda
Index: pkgsrc/graphics/gdk-pixbuf2/patches/patch-configure
diff -u pkgsrc/graphics/gdk-pixbuf2/patches/patch-configure:1.1 pkgsrc/graphics/gdk-pixbuf2/patches/patch-configure:1.2
--- pkgsrc/graphics/gdk-pixbuf2/patches/patch-configure:1.1 Tue Aug 8 16:52:10 2017
+++ pkgsrc/graphics/gdk-pixbuf2/patches/patch-configure Tue Sep 5 08:52:02 2017
@@ -1,10 +1,19 @@
-$NetBSD: patch-configure,v 1.1 2017/08/08 16:52:10 adam Exp $
+$NetBSD: patch-configure,v 1.2 2017/09/05 08:52:02 adam Exp $
+Darwin is not win32.
Fix libtiff detection.
---- configure.orig 2017-08-08 16:46:18.000000000 +0000
+--- configure.orig 2017-08-19 17:24:07.000000000 +0000
+++ configure
-@@ -18796,6 +18796,7 @@ $as_echo "yes" >&6; }
+@@ -5289,6 +5289,7 @@ case "$host" in
+ ;;
+ *-*-darwin*)
+ gio_can_sniff=no
++ os_win32=no
+ ;;
+ *)
+ os_win32=no
+@@ -18799,6 +18800,7 @@ $as_echo "yes" >&6; }
fi
libtiff_found=yes
Home |
Main Index |
Thread Index |
Old Index