diff options
Diffstat (limited to 'graphics/imlib/files')
-rw-r--r-- | graphics/imlib/files/patch-aa | 51 | ||||
-rw-r--r-- | graphics/imlib/files/patch-ab | 12 | ||||
-rw-r--r-- | graphics/imlib/files/patch-ac | 22 |
3 files changed, 55 insertions, 30 deletions
diff --git a/graphics/imlib/files/patch-aa b/graphics/imlib/files/patch-aa index baa16c3006da..523e93a72960 100644 --- a/graphics/imlib/files/patch-aa +++ b/graphics/imlib/files/patch-aa @@ -1,6 +1,6 @@ ---- configure.orig Thu Sep 24 02:15:00 1998 -+++ configure Sat Sep 26 20:57:55 1998 -@@ -1702,143 +1702,6 @@ +--- configure.orig Thu Dec 24 05:59:01 1998 ++++ configure Thu Dec 24 06:01:01 1998 +@@ -1711,143 +1711,6 @@ rm -f conf.gtktest @@ -9,7 +9,7 @@ -# Extract the first word of "djpeg", so it can be a program name with args. -set dummy djpeg; ac_word=$2 -echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:1711: checking for $ac_word" >&5 +-echo "configure:1720: checking for $ac_word" >&5 -if eval "test \"`echo '$''{'ac_cv_path_DJPEG_PROG'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else @@ -40,7 +40,7 @@ -# Extract the first word of "cjpeg", so it can be a program name with args. -set dummy cjpeg; ac_word=$2 -echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:1742: checking for $ac_word" >&5 +-echo "configure:1751: checking for $ac_word" >&5 -if eval "test \"`echo '$''{'ac_cv_path_CJPEG_PROG'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else @@ -72,7 +72,7 @@ -# Extract the first word of "convert", so it can be a program name with args. -set dummy convert; ac_word=$2 -echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:1774: checking for $ac_word" >&5 +-echo "configure:1783: checking for $ac_word" >&5 -if eval "test \"`echo '$''{'ac_cv_path_CONVERT_PROG'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else @@ -108,7 +108,7 @@ -# Extract the first word of "giftopnm", so it can be a program name with args. -set dummy giftopnm; ac_word=$2 -echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:1810: checking for $ac_word" >&5 +-echo "configure:1819: checking for $ac_word" >&5 -if eval "test \"`echo '$''{'ac_cv_path_GIFTOPNM_PROG'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else @@ -142,26 +142,51 @@ - - echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 - echo "configure:1844: checking how to run the C preprocessor" >&5 + echo "configure:1853: checking how to run the C preprocessor" >&5 # On Suns, sometimes $CPP names a directory. -@@ -3821,16 +3684,16 @@ +@@ -4010,16 +3873,16 @@ -ac_safe=`echo "gif_lib.h" | sed 'y%./+-%__p_%'` -echo $ac_n "checking for gif_lib.h""... $ac_c" 1>&6 --echo "configure:3827: checking for gif_lib.h" >&5 +-echo "configure:4016: checking for gif_lib.h" >&5 +ac_safe=`echo "giflib/gif_lib.h" | sed 'y%./+-%__p_%'` +echo $ac_n "checking for giflib/gif_lib.h""... $ac_c" 1>&6 -+echo "configure:3827: checking for giflib/gif_lib.h" >&5 ++echo "configure:4016: checking for giflib/gif_lib.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF - #line 3832 "configure" + #line 4021 "configure" #include "confdefs.h" -#include <gif_lib.h> +#include <giflib/gif_lib.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" - { (eval echo configure:3837: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } + { (eval echo configure:4026: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +@@ -4234,24 +4097,6 @@ + else + echo "configure: warning: *** Native PNG support will not be built (PNG header file not found) ***" 1>&2 + fi +- +-echo $ac_n "checking for libpng version other than 1.0.2""... $ac_c" 1>&6 +-echo "configure:4240: checking for libpng version other than 1.0.2" >&5 +-cat > conftest.$ac_ext <<EOF +-#line 4242 "configure" +-#include "confdefs.h" +-#include <png.h> +-PNG_LIBPNG_VER_STRING +-EOF +-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | +- egrep ""1.0.2"" >/dev/null 2>&1; then +- rm -rf conftest* +- echo "********* WARNING *********** Your libpng version is 1.0.2. Build will not continue until you revert to 1.0.1 or a newer version.";exit +-else +- rm -rf conftest* +- png_ok=yes +-fi +-rm -f conftest* + + echo "$ac_t""$png_ok" 1>&6 + diff --git a/graphics/imlib/files/patch-ab b/graphics/imlib/files/patch-ab index a0c0c4d3e541..947f7f1cfef4 100644 --- a/graphics/imlib/files/patch-ab +++ b/graphics/imlib/files/patch-ab @@ -1,6 +1,6 @@ ---- Imlib/Imlib_private.h.orig Sat Sep 19 03:25:18 1998 -+++ Imlib/Imlib_private.h Sun Dec 6 23:09:59 1998 -@@ -50,7 +50,7 @@ +--- Imlib/Imlib_private.h.orig Wed Dec 16 11:13:56 1998 ++++ Imlib/Imlib_private.h Thu Dec 24 06:01:57 1998 +@@ -56,7 +56,7 @@ #include <tiffio.h> #endif #ifdef HAVE_LIBGIF @@ -9,9 +9,9 @@ #endif #define BYTE_ORD_24_RGB 0 ---- gdk_imlib/gdk_imlib_private.h.orig Wed Sep 23 07:02:01 1998 -+++ gdk_imlib/gdk_imlib_private.h Sun Dec 6 23:09:59 1998 -@@ -51,7 +51,7 @@ +--- gdk_imlib/gdk_imlib_private.h.orig Wed Dec 16 11:14:01 1998 ++++ gdk_imlib/gdk_imlib_private.h Thu Dec 24 06:01:57 1998 +@@ -57,7 +57,7 @@ #include <tiffio.h> #endif #ifdef HAVE_LIBGIF diff --git a/graphics/imlib/files/patch-ac b/graphics/imlib/files/patch-ac index df8e9a516235..ad851e03dbf0 100644 --- a/graphics/imlib/files/patch-ac +++ b/graphics/imlib/files/patch-ac @@ -1,5 +1,5 @@ ---- config/Makefile.in.orig Thu Sep 24 02:46:54 1998 -+++ config/Makefile.in Sat Sep 26 21:42:51 1998 +--- config/Makefile.in.orig Wed Dec 16 11:15:46 1998 ++++ config/Makefile.in Thu Dec 24 06:02:32 1998 @@ -23,7 +23,7 @@ sbindir = @sbindir@ libexecdir = @libexecdir@ @@ -9,14 +9,14 @@ sharedstatedir = @sharedstatedir@ localstatedir = @localstatedir@ libdir = @libdir@ ---- Imlib/Makefile.in.orig Thu Sep 24 02:46:53 1998 -+++ Imlib/Makefile.in Sat Sep 26 21:45:12 1998 -@@ -118,12 +118,12 @@ - utils.c \ - save.c +--- Imlib/Makefile.in.orig Wed Dec 16 11:15:45 1998 ++++ Imlib/Makefile.in Thu Dec 24 06:02:55 1998 +@@ -119,12 +119,12 @@ + save.c \ + snprintf.c -libImlib_la_LDFLAGS = -version-info 9:1:8 -+libImlib_la_LDFLAGS = -version-info 1:8:0 ++libImlib_la_LDFLAGS = -version-info 1:9:0 libImlib_la_LDDADD = $(LIBS) DEFS = -DDJPEG_PROG=\"@DJPEG_PROG@\" -DCJPEG_PROG=\"@CJPEG_PROG@\" \ @@ -26,14 +26,14 @@ INCLUDES = -I. -I$(srcdir) -I.. -I$(srcdir)/.. $(X_CFLAGS) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs ---- gdk_imlib/Makefile.in.orig Thu Sep 24 02:46:51 1998 -+++ gdk_imlib/Makefile.in Sat Sep 26 21:46:04 1998 +--- gdk_imlib/Makefile.in.orig Wed Dec 16 11:15:43 1998 ++++ gdk_imlib/Makefile.in Thu Dec 24 06:03:08 1998 @@ -119,12 +119,12 @@ utils.c \ save.c -libgdk_imlib_la_LDFLAGS = -version-info 9:1:8 -+libgdk_imlib_la_LDFLAGS = -version-info 1:8:0 ++libgdk_imlib_la_LDFLAGS = -version-info 1:9:0 libgdk_imlib_la_LDDADD = $(LIBS) DEFS = -DDJPEG_PROG=\"@DJPEG_PROG@\" -DCJPEG_PROG=\"@CJPEG_PROG@\" \ |