[145946] trunk/dports/graphics/tiff/files
mojca at macports.org
mojca at macports.org
Mon Feb 22 02:02:22 PST 2016
Revision: 145946
https://trac.macports.org/changeset/145946
Author: mojca at macports.org
Date: 2016-02-22 02:02:22 -0800 (Mon, 22 Feb 2016)
Log Message:
-----------
tiff: fix line numbers in patchfiles only
Modified Paths:
--------------
trunk/dports/graphics/tiff/files/f94a29a822f5528d2334592760fbb7938f15eb55.patch
trunk/dports/graphics/tiff/files/patch-configure.ac.diff
Modified: trunk/dports/graphics/tiff/files/f94a29a822f5528d2334592760fbb7938f15eb55.patch
===================================================================
--- trunk/dports/graphics/tiff/files/f94a29a822f5528d2334592760fbb7938f15eb55.patch 2016-02-22 08:53:45 UTC (rev 145945)
+++ trunk/dports/graphics/tiff/files/f94a29a822f5528d2334592760fbb7938f15eb55.patch 2016-02-22 10:02:22 UTC (rev 145946)
@@ -55,7 +55,7 @@
/* Initialize to normal values */
img->row_offset = 0;
-@@ -2509,29 +2514,33 @@ PickContigCase(TIFFRGBAImage* img)
+@@ -2508,29 +2513,33 @@ PickContigCase(TIFFRGBAImage* img)
case PHOTOMETRIC_RGB:
switch (img->bitspersample) {
case 8:
@@ -95,7 +95,7 @@
{
if (BuildMapBitdepth16To8(img))
img->put.contig = putRGBcontig16bittile;
-@@ -2540,7 +2549,7 @@ PickContigCase(TIFFRGBAImage* img)
+@@ -2539,7 +2548,7 @@ PickContigCase(TIFFRGBAImage* img)
}
break;
case PHOTOMETRIC_SEPARATED:
@@ -104,7 +104,7 @@
if (img->bitspersample == 8) {
if (!img->Map)
img->put.contig = putRGBcontig8bitCMYKtile;
-@@ -2636,7 +2645,7 @@ PickContigCase(TIFFRGBAImage* img)
+@@ -2635,7 +2644,7 @@ PickContigCase(TIFFRGBAImage* img)
}
break;
case PHOTOMETRIC_CIELAB:
Modified: trunk/dports/graphics/tiff/files/patch-configure.ac.diff
===================================================================
--- trunk/dports/graphics/tiff/files/patch-configure.ac.diff 2016-02-22 08:53:45 UTC (rev 145945)
+++ trunk/dports/graphics/tiff/files/patch-configure.ac.diff 2016-02-22 10:02:22 UTC (rev 145946)
@@ -1,6 +1,6 @@
--- configure.ac.orig 2012-09-22 09:05:24.000000000 -0700
+++ configure.ac 2014-05-25 07:13:21.000000000 -0700
-@@ -270,13 +270,13 @@
+@@ -288,13 +288,13 @@
AC_MSG_CHECKING(for signed 64-bit type)
INT64_T='none'
INT64_FORMAT='none'
@@ -18,7 +18,7 @@
case "${host_os}" in
mingw32*)
# MinGW32 understands 'long long', but uses printf from WIN32 CRT
-@@ -296,13 +296,13 @@
+@@ -314,13 +314,13 @@
AC_MSG_CHECKING(for unsigned 64-bit type)
UINT64_T='none'
UINT64_FORMAT='none'
@@ -36,7 +36,7 @@
case "${host_os}" in
mingw32*)
# MinGW32 understands 'unsigned long long', but uses printf from WIN32 CRT
-@@ -823,7 +823,7 @@
+@@ -893,7 +893,7 @@
dnl AX_CHECK_GLUT sets GLUT_CFLAGS & GLUT_LIBS
AX_CHECK_GLUT
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160222/0d0e688f/attachment-0001.html>
More information about the macports-changes
mailing list