📄 tiff-3.6.0-gnuwin32.diffs
字号:
diff -cr -x config.log -x config.status -x config.cache -x '*.Po' -x '*.pot' -I 'tiff-3.6.0-orig*' tiff-3.6.0-orig/config.site tiff-3.6.0/config.site
*** tiff-3.6.0-orig/config.site Sat Oct 12 14:52:46 2002
--- tiff-3.6.0/config.site Sun Oct 19 09:34:38 2003
***************
*** 41,62 ****
# Package controls.
#
#DSO="auto" # auto|IRIX|IRIX52 enable DSO support for system
! #JPEG="yes" # yes|no configure JPEG support (see below)
! #ZIP="yes" # yes|no configure Deflate support (see below)
#LIBGL="auto" # yes|no|auto configure IRIS GL-based tools
#LIBIMAGE="auto" # yes|no|auto configure SGI RGB image tools
! #HTML="yes" # yes|no install HTML documentation
#NONINTERACTIVE=yes # yes|no Don't ask for confirmation on console
#
# Directory parameters.
#
! #DIR_BIN="/usr/local/bin" # directory for tools
! #DIR_LIB="/usr/local/lib" # directory for libraries
! #DIR_INC="/usr/local/include" # directory for include files
! #DIR_MAN="/usr/local/man" # directory for manual pages
! #DIR_HTML="/var/httpd/htdocs/tiff" # directory for HTML documentation
#
# Configuring supporting libraries.
--- 41,62 ----
# Package controls.
#
#DSO="auto" # auto|IRIX|IRIX52 enable DSO support for system
! JPEG="yes" # yes|no configure JPEG support (see below)
! ZIP="yes" # yes|no configure Deflate support (see below)
#LIBGL="auto" # yes|no|auto configure IRIS GL-based tools
#LIBIMAGE="auto" # yes|no|auto configure SGI RGB image tools
! HTML="yes" # yes|no install HTML documentation
#NONINTERACTIVE=yes # yes|no Don't ask for confirmation on console
#
# Directory parameters.
#
! DIR_BIN="c:/progra~1/Tiff/bin" # directory for tools
! DIR_LIB="c:/progra~1/Tiff/lib" # directory for libraries
! DIR_INC="c:/progra~1/Tiff/include" # directory for include files
! DIR_MAN="c:/progra~1/Tiff/man" # directory for manual pages
! DIR_HTML="c:/progra~1/Tiff/doc" # directory for HTML documentation
#
# Configuring supporting libraries.
***************
*** 124,131 ****
# Miscellaneous parameters.
#
#FILLORDER="MS2LSB" # bit order of cpu (MSB2LSB/LSB2MSB)
! #MANSCHEME="sysv-source-cat-strip" # manual page installation scheme
! #LARGEFILE="yes" # support for large (>2GiB) files
#
# Parameters used when building the software.
--- 124,131 ----
# Miscellaneous parameters.
#
#FILLORDER="MS2LSB" # bit order of cpu (MSB2LSB/LSB2MSB)
! MANSCHEME="sysv-source-cat-strip" # manual page installation scheme
! LARGEFILE="yes" # support for large (>2GiB) files
#
# Parameters used when building the software.
***************
*** 145,151 ****
#OPTIMIZER="-O" # Optimization options for compiler
#LDFLAGS="-Wl,-O" # Special linker flags.
#LIBPORT='${PORT}/libport.a' # library with emulation code
! #MACHDEPLIBS="-lm" # extra libraries for linking
#PORTFUNCS="" # non-standard functions to emulate
#RANLIB=":" # pathname of suitable ranlib program
#DSOSUF="so" # DSO filename suffix
--- 145,151 ----
#OPTIMIZER="-O" # Optimization options for compiler
#LDFLAGS="-Wl,-O" # Special linker flags.
#LIBPORT='${PORT}/libport.a' # library with emulation code
! MACHDEPLIBS="-lgw32c -lole32 -luuid" # extra libraries for linking
#PORTFUNCS="" # non-standard functions to emulate
#RANLIB=":" # pathname of suitable ranlib program
#DSOSUF="so" # DSO filename suffix
***************
*** 164,174 ****
#
# General system stuff used by the distribution.
#
! #CHMOD="/etc/chmod" # pathname of suitable chmod program
! #INSTALL='${SHELL} ${PORT}/install.sh' # SGI install program/emulator
! #LN="/bin/ln" # pathname of suitable ln program
! #LN_S="-s" # option to ${LN} to create symlink
! #MV_F="-f" # option to ${MV} to force operation
! #SED="/bin/sed" # pathname of suitable sed program
! #SCRIPT_SH="/bin/sh" # pathname of suitable shell
! #STRIP="/bin/strip" # strip program used by install.sh
--- 164,174 ----
#
# General system stuff used by the distribution.
#
! CHMOD="chmod" # pathname of suitable chmod program
! #INSTALL='${SHELL} ${PORT}/install.sh' # SGI install program/emulator
! LN="cp -fp" # pathname of suitable ln program
! LN_S="" # option to ${LN} to create symlink
! MV_F="-f" # option to ${MV} to force operation
! SED="/bin/sed.exe" # pathname of suitable sed program
! SCRIPT_SH="/bin/sh.exe" # pathname of suitable shell
! STRIP="strip" # strip program used by install.sh
diff -cr -x config.log -x config.status -x config.cache -x '*.Po' -x '*.pot' -I 'tiff-3.6.0-orig*' tiff-3.6.0-orig/libtiff/tiffcomp.h tiff-3.6.0/libtiff/tiffcomp.h
*** tiff-3.6.0-orig/libtiff/tiffcomp.h Mon Nov 13 14:23:54 2000
--- tiff-3.6.0/libtiff/tiffcomp.h Sat Oct 18 20:20:30 2003
***************
*** 83,89 ****
#include <stdlib.h>
#define BSDTYPES
#define HAVE_UNISTD_H 0
! #elif (defined(_WINDOWS) || defined(__WIN32__) || defined(_Windows) || defined(_WIN32)) && !defined(unix)
#define BSDTYPES
#elif defined(OS2_16) || defined(OS2_32)
#define BSDTYPES
--- 83,89 ----
#include <stdlib.h>
#define BSDTYPES
#define HAVE_UNISTD_H 0
! #elif (defined(_WINDOWS) || defined(__WIN32__) || defined(_Windows) || defined(_WIN32)) && !defined(unix) && !defined(__GW32__)
#define BSDTYPES
#elif defined(OS2_16) || defined(OS2_32)
#define BSDTYPES
diff -cr -x config.log -x config.status -x config.cache -x '*.Po' -x '*.pot' -I 'tiff-3.6.0-orig*' tiff-3.6.0-orig/port/install.sh.in tiff-3.6.0/port/install.sh.in
*** tiff-3.6.0-orig/port/install.sh.in Sat Mar 8 07:37:14 2003
--- tiff-3.6.0/port/install.sh.in Sat Oct 18 21:23:23 2003
***************
*** 79,85 ****
Suggested=no
Updated=no
! CMD=cp
SRC=
FILES=
DESTDIR=
--- 79,85 ----
Suggested=no
Updated=no
! CMD="cp -fp"
SRC=
FILES=
DESTDIR=
***************
*** 104,110 ****
-o) SaveFirst=yes;;
-O) RemoveFirst=yes; SaveFirst=yes;;
-root) shift; ROOT=$1;;
! -dir) CMD=mkdir; HasSource=no;
RM=":"; STRIP=":"
;;
-fifo) CMD=@MKFIFO@; HasSource=no;
--- 104,110 ----
-o) SaveFirst=yes;;
-O) RemoveFirst=yes; SaveFirst=yes;;
-root) shift; ROOT=$1;;
! -dir) CMD="mkdir -p"; HasSource=no;
RM=":"; STRIP=":"
;;
-fifo) CMD=@MKFIFO@; HasSource=no;
diff -cr -x config.log -x config.status -x config.cache -x '*.Po' -x '*.pot' -I 'tiff-3.6.0-orig*' tiff-3.6.0-orig/tools/fax2ps.c tiff-3.6.0/tools/fax2ps.c
*** tiff-3.6.0-orig/tools/fax2ps.c Sat Oct 4 13:43:18 2003
--- tiff-3.6.0/tools/fax2ps.c Sat Oct 18 22:27:19 2003
***************
*** 375,383 ****
FILE* fd;
char temp[1024], buf[16*1024];
! strcpy(temp, "/tmp/fax2psXXXXXX");
! (void) mktemp(temp);
! fd = fopen(temp, "w");
if (fd == NULL) {
fprintf(stderr, "Could not create temp file \"%s\"\n", temp);
exit(-2);
--- 375,383 ----
FILE* fd;
char temp[1024], buf[16*1024];
! strcpy(temp, "fax2psXXXXXX");
! n = mkstemp(temp);
! fd = fdopen(n, "w");
if (fd == NULL) {
fprintf(stderr, "Could not create temp file \"%s\"\n", temp);
exit(-2);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -