1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00

Clean up the timestamps and alignments in the newly-added patch. No functional changes.

This commit is contained in:
Mikhail Teterin 2016-03-01 01:00:05 +00:00
parent 226a727f0b
commit 01a6e28f49
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=409838

View File

@ -228,8 +228,8 @@ Submitted upstream as:
+#if BYTE_ORDER == LITTLE_ENDIAN
iSwapDouble(&d);
#endif
--- ./src-IL/src/il_convert.c 2009-03-08 03:10:09.000000000 -0400
+++ ./src-IL/src/il_convert.c 2014-12-20 01:36:37.000000000 -0500
--- src-IL/src/il_convert.c 2009-03-08 03:10:09.000000000 -0400
+++ src-IL/src/il_convert.c 2014-12-20 01:36:37.000000000 -0500
@@ -1018,5 +1018,5 @@
}
/* Swap Colors on Big Endian !!!!!
@ -237,8 +237,8 @@ Submitted upstream as:
+#if BYTE_ORDER == BIG_ENDIAN
// Swap endian
EndianSwapData(iCurImage);
--- ./src-IL/src/il_dicom.c 2009-03-08 03:10:09.000000000 -0400
+++ ./src-IL/src/il_dicom.c 2014-12-20 01:36:37.000000000 -0500
--- src-IL/src/il_dicom.c 2009-03-08 03:10:09.000000000 -0400
+++ src-IL/src/il_dicom.c 2014-12-20 01:36:37.000000000 -0500
@@ -536,5 +536,5 @@
// We may have to swap the order of the data.
@ -246,8 +246,8 @@ Submitted upstream as:
+#if BYTE_ORDER == BIG_ENDIAN
if (!Header.BigEndian) {
if (Header.Format == IL_RGB)
--- ./src-IL/src/il_icon.c 2014-12-20 01:00:18.000000000 -0500
+++ ./src-IL/src/il_icon.c 2014-12-20 01:36:37.000000000 -0500
--- src-IL/src/il_icon.c 2009-03-08 08:10:09.000000000 +0100
+++ src-IL/src/il_icon.c 2014-12-20 01:36:37.000000000 -0500
@@ -555,5 +555,5 @@
//fix endianess
@ -255,8 +255,8 @@ Submitted upstream as:
+#if BYTE_ORDER == LITTLE_ENDIAN
if (bit_depth == 16)
png_set_swap(ico_png_ptr);
--- ./src-IL/src/il_png.c 2014-12-20 01:00:18.000000000 -0500
+++ ./src-IL/src/il_png.c 2014-12-20 01:36:37.000000000 -0500
--- src-IL/src/il_png.c 2009-03-08 08:10:09.000000000 +0100
+++ src-IL/src/il_png.c 2014-12-20 01:36:37.000000000 -0500
@@ -308,5 +308,5 @@
//fix endianess
@ -264,8 +264,8 @@ Submitted upstream as:
+#if BYTE_ORDER == LITTLE_ENDIAN
if (bit_depth == 16)
png_set_swap(png_ptr);
--- ./src-IL/src/il_psd.c 2009-03-08 03:10:09.000000000 -0400
+++ ./src-IL/src/il_psd.c 2014-12-20 01:36:37.000000000 -0500
--- src-IL/src/il_psd.c 2009-03-08 03:10:09.000000000 -0400
+++ src-IL/src/il_psd.c 2014-12-20 01:36:37.000000000 -0500
@@ -542,5 +542,5 @@
return NULL;
}
@ -273,8 +273,8 @@ Submitted upstream as:
+#if BYTE_ORDER == LITTLE_ENDIAN
for (i = 0; i < Head->Height * ChannelNum; i++) {
iSwapUShort(&RleTable[i]);
--- ./src-IL/src/il_tiff.c 2009-03-08 03:10:09.000000000 -0400
+++ ./src-IL/src/il_tiff.c 2014-12-20 01:36:37.000000000 -0500
--- src-IL/src/il_tiff.c 2009-03-08 03:10:09.000000000 -0400
+++ src-IL/src/il_tiff.c 2014-12-20 01:36:37.000000000 -0500
@@ -611,5 +611,5 @@
Image->Origin = IL_ORIGIN_LOWER_LEFT; // eiu...dunno if this is right
@ -296,8 +296,8 @@ Submitted upstream as:
+#if BYTE_ORDER == LITTLE_ENDIAN
pImageData += 3;
#endif
--- ./src-ILUT/src/ilut_sdlsurface.c 2009-03-08 03:10:11.000000000 -0400
+++ ./src-ILUT/src/ilut_sdlsurface.c 2014-12-20 01:36:37.000000000 -0500
--- src-ILUT/src/ilut_sdlsurface.c 2009-03-08 03:10:11.000000000 -0400
+++ src-ILUT/src/ilut_sdlsurface.c 2014-12-20 01:36:37.000000000 -0500
@@ -28,5 +28,5 @@
{
//#if SDL_BYTEORDER == SDL_BIG_ENDIAN