aboutsummaryrefslogtreecommitdiff
path: root/graphics/vips/files
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2007-05-30 01:06:09 +0000
committerMikhail Teterin <mi@FreeBSD.org>2007-05-30 01:06:09 +0000
commitff5fe886f4fde6432716bd753b9a76c5bb693d35 (patch)
treeb155074502d2f457e80ddb23b33bc0ff58f2767f /graphics/vips/files
parent2da50fa6d4f7f31575d53ad293bc06cf6038dda1 (diff)
downloadports-ff5fe886f4fde6432716bd753b9a76c5bb693d35.tar.gz
ports-ff5fe886f4fde6432716bd753b9a76c5bb693d35.zip
Oops -- add the new files to go with the commit a second ago.
Notes
Notes: svn path=/head/; revision=192342
Diffstat (limited to 'graphics/vips/files')
-rw-r--r--graphics/vips/files/patch-configure11
-rw-r--r--graphics/vips/files/patch-contrib-vdump-vdump.c14
-rw-r--r--graphics/vips/files/patch-libsrc-conversion-im_tiff2vips.c15
-rw-r--r--graphics/vips/files/patch-libsrc-conversion-im_vips2tiff.c15
-rw-r--r--graphics/vips/files/patch-libsrc-iofuncs-predicate.c15
5 files changed, 70 insertions, 0 deletions
diff --git a/graphics/vips/files/patch-configure b/graphics/vips/files/patch-configure
new file mode 100644
index 000000000000..2a60b6dcdfd6
--- /dev/null
+++ b/graphics/vips/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig Wed Aug 23 05:33:19 2006
++++ configure
+@@ -5250,7 +5250,7 @@
+ #define GETTEXT_PACKAGE "$GETTEXT_PACKAGE"
+ _ACEOF
+
+-ALL_LINGUAS="en_GB malkovich"
++ALL_LINGUAS="en_GB"
+
+ case "$am__api_version" in
+ 1.01234)
diff --git a/graphics/vips/files/patch-contrib-vdump-vdump.c b/graphics/vips/files/patch-contrib-vdump-vdump.c
new file mode 100644
index 000000000000..027a5ebdc19d
--- /dev/null
+++ b/graphics/vips/files/patch-contrib-vdump-vdump.c
@@ -0,0 +1,14 @@
+--- contrib/vdump/vdump.c.orig Tue Feb 8 07:19:19 2005
++++ contrib/vdump/vdump.c
+@@ -309,9 +309,9 @@
+ /* Print body of file.
+ */
+ if( im->Bands == 3 )
+- encode_colour( im, scale, im->data );
++ encode_colour( im, scale, (struct pixel *) im->data );
+ else
+- encode_mono( im, scale, im->data );
++ encode_mono( im, scale, (struct mpixel *) im->data );
+
+ /* Print trailer.
+ */
diff --git a/graphics/vips/files/patch-libsrc-conversion-im_tiff2vips.c b/graphics/vips/files/patch-libsrc-conversion-im_tiff2vips.c
new file mode 100644
index 000000000000..174f406afe89
--- /dev/null
+++ b/graphics/vips/files/patch-libsrc-conversion-im_tiff2vips.c
@@ -0,0 +1,15 @@
+--- libsrc/conversion/im_tiff2vips.c.orig Wed Aug 17 06:34:12 2005
++++ libsrc/conversion/im_tiff2vips.c
+@@ -157,6 +157,12 @@
+ #include <vips/vips.h>
+ #include <vips/thread.h>
+
++#undef D50_X0
++#undef D50_Y0
++#undef D50_Z0
++#undef D65_X0
++#undef D65_Y0
++#undef D65_Z0
+ #include <tiffio.h>
+
+ #ifdef WITH_DMALLOC
diff --git a/graphics/vips/files/patch-libsrc-conversion-im_vips2tiff.c b/graphics/vips/files/patch-libsrc-conversion-im_vips2tiff.c
new file mode 100644
index 000000000000..21f8830e50b3
--- /dev/null
+++ b/graphics/vips/files/patch-libsrc-conversion-im_vips2tiff.c
@@ -0,0 +1,15 @@
+--- libsrc/conversion/im_vips2tiff.c.orig Fri Mar 3 03:06:32 2006
++++ libsrc/conversion/im_vips2tiff.c
+@@ -145,6 +145,12 @@
+
+ #include <vips/vips.h>
+
++#undef D50_X0
++#undef D50_Y0
++#undef D50_Z0
++#undef D65_X0
++#undef D65_Y0
++#undef D65_Z0
+ #include <tiffio.h>
+
+ #ifdef WITH_DMALLOC
diff --git a/graphics/vips/files/patch-libsrc-iofuncs-predicate.c b/graphics/vips/files/patch-libsrc-iofuncs-predicate.c
new file mode 100644
index 000000000000..96f8010998e0
--- /dev/null
+++ b/graphics/vips/files/patch-libsrc-iofuncs-predicate.c
@@ -0,0 +1,15 @@
+--- libsrc/iofuncs/predicate.c.orig Tue Feb 8 07:19:20 2005
++++ libsrc/iofuncs/predicate.c
+@@ -73,6 +73,12 @@
+ #include <vips/vips.h>
+
+ #ifdef HAVE_TIFF
++#undef D50_X0
++#undef D50_Y0
++#undef D50_Z0
++#undef D65_X0
++#undef D65_Y0
++#undef D65_Z0
+ #include <tiffio.h>
+ #endif /*HAVE_TIFF*/
+