diff options
59 files changed, 267 insertions, 91 deletions
diff --git a/archivers/ark/Makefile b/archivers/ark/Makefile index 4d30b30513fb..6c7db058520b 100644 --- a/archivers/ark/Makefile +++ b/archivers/ark/Makefile @@ -13,8 +13,7 @@ MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ kdecore.2:${PORTSDIR}/x11/kdelibs11 USE_BZIP2= yes diff --git a/audio/kdemultimedia11/Makefile b/audio/kdemultimedia11/Makefile index 707b6d56a0c0..85a9aea8a90a 100644 --- a/audio/kdemultimedia11/Makefile +++ b/audio/kdemultimedia11/Makefile @@ -13,8 +13,7 @@ MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ kdecore.2:${PORTSDIR}/x11/kdelibs11 USE_BZIP2= yes diff --git a/audio/kdemultimedia2/Makefile b/audio/kdemultimedia2/Makefile index 707b6d56a0c0..85a9aea8a90a 100644 --- a/audio/kdemultimedia2/Makefile +++ b/audio/kdemultimedia2/Makefile @@ -13,8 +13,7 @@ MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ kdecore.2:${PORTSDIR}/x11/kdelibs11 USE_BZIP2= yes diff --git a/audio/kdemultimedia3/Makefile b/audio/kdemultimedia3/Makefile index 707b6d56a0c0..85a9aea8a90a 100644 --- a/audio/kdemultimedia3/Makefile +++ b/audio/kdemultimedia3/Makefile @@ -13,8 +13,7 @@ MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ kdecore.2:${PORTSDIR}/x11/kdelibs11 USE_BZIP2= yes diff --git a/comms/kremotecontrol/Makefile b/comms/kremotecontrol/Makefile index 4d30b30513fb..6c7db058520b 100644 --- a/comms/kremotecontrol/Makefile +++ b/comms/kremotecontrol/Makefile @@ -13,8 +13,7 @@ MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ kdecore.2:${PORTSDIR}/x11/kdelibs11 USE_BZIP2= yes diff --git a/deskutils/kcharselect/Makefile b/deskutils/kcharselect/Makefile index 4d30b30513fb..6c7db058520b 100644 --- a/deskutils/kcharselect/Makefile +++ b/deskutils/kcharselect/Makefile @@ -13,8 +13,7 @@ MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ kdecore.2:${PORTSDIR}/x11/kdelibs11 USE_BZIP2= yes diff --git a/deskutils/korganizer/Makefile b/deskutils/korganizer/Makefile index 98390bfa8e92..fd2eae20b418 100644 --- a/deskutils/korganizer/Makefile +++ b/deskutils/korganizer/Makefile @@ -13,8 +13,7 @@ MASTER_SITE_SUBDIR=stable/1.1/distribution/tar/generic/source/bz2 MAINTAINER= hanspb@persbraten.vgs.no -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ kdecore.2:${PORTSDIR}/x11/kdelibs11 \ kdeui.2:${PORTSDIR}/x11/kdelibs11 diff --git a/devel/ktranslator/files/patch-ab b/devel/ktranslator/files/patch-ab new file mode 100644 index 000000000000..22354e5256c2 --- /dev/null +++ b/devel/ktranslator/files/patch-ab @@ -0,0 +1,18 @@ +--- configure.orig Fri Dec 4 05:13:02 1998 ++++ configure Tue Feb 15 01:40:25 2000 +@@ -2966,6 +2966,7 @@ + echo "$ac_t""no" 1>&6 + fi + ++if false; then + echo $ac_n "checking for giflib""... $ac_c" 1>&6 + echo "configure:2971: checking for giflib" >&5 + if eval "test \"`echo '$''{'ac_cv_lib_gif'+set}'`\" = set"; then +@@ -3012,6 +3013,7 @@ + + else + { echo "configure: error: You need giflib23. Please install the kdesupport package" 1>&2; exit 1; } ++fi + fi + echo $ac_n "checking for jpeglib""... $ac_c" 1>&6 + echo "configure:3018: checking for jpeglib" >&5 diff --git a/emulators/kmamerun/files/patch-aa b/emulators/kmamerun/files/patch-aa new file mode 100644 index 000000000000..cd216333575c --- /dev/null +++ b/emulators/kmamerun/files/patch-aa @@ -0,0 +1,18 @@ +--- configure.orig Tue Aug 17 23:39:05 1999 ++++ configure Tue Feb 15 01:38:49 2000 +@@ -4164,6 +4164,7 @@ + echo "$ac_t""no" 1>&6 + fi + ++if false; then + echo $ac_n "checking for giflib""... $ac_c" 1>&6 + echo "configure:4169: checking for giflib" >&5 + if eval "test \"`echo '$''{'ac_cv_lib_gif'+set}'`\" = set"; then +@@ -4210,6 +4211,7 @@ + + else + { echo "configure: error: You need giflib23. Please install the kdesupport package" 1>&2; exit 1; } ++fi + fi + echo $ac_n "checking for jpeglib""... $ac_c" 1>&6 + echo "configure:4216: checking for jpeglib" >&5 diff --git a/games/kdegames11/Makefile b/games/kdegames11/Makefile index aa93dd8431ab..866067f4f3bc 100644 --- a/games/kdegames11/Makefile +++ b/games/kdegames11/Makefile @@ -13,8 +13,7 @@ MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ kdecore.2:${PORTSDIR}/x11/kdelibs11 \ QwSpriteField.6:${PORTSDIR}/converters/kdesupport11 diff --git a/games/kdegames2/Makefile b/games/kdegames2/Makefile index aa93dd8431ab..866067f4f3bc 100644 --- a/games/kdegames2/Makefile +++ b/games/kdegames2/Makefile @@ -13,8 +13,7 @@ MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ kdecore.2:${PORTSDIR}/x11/kdelibs11 \ QwSpriteField.6:${PORTSDIR}/converters/kdesupport11 diff --git a/games/kdegames3/Makefile b/games/kdegames3/Makefile index aa93dd8431ab..866067f4f3bc 100644 --- a/games/kdegames3/Makefile +++ b/games/kdegames3/Makefile @@ -13,8 +13,7 @@ MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ kdecore.2:${PORTSDIR}/x11/kdelibs11 \ QwSpriteField.6:${PORTSDIR}/converters/kdesupport11 diff --git a/games/kdegames4/Makefile b/games/kdegames4/Makefile index aa93dd8431ab..866067f4f3bc 100644 --- a/games/kdegames4/Makefile +++ b/games/kdegames4/Makefile @@ -13,8 +13,7 @@ MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ kdecore.2:${PORTSDIR}/x11/kdelibs11 \ QwSpriteField.6:${PORTSDIR}/converters/kdesupport11 diff --git a/games/krubik/files/patch-ab b/games/krubik/files/patch-ab new file mode 100644 index 000000000000..8e3f88154644 --- /dev/null +++ b/games/krubik/files/patch-ab @@ -0,0 +1,18 @@ +--- configure.orig Sat Dec 26 20:14:39 1998 ++++ configure Tue Feb 15 01:39:52 2000 +@@ -2552,6 +2552,7 @@ + echo "$ac_t""no" 1>&6 + fi + ++if false; then + echo $ac_n "checking for giflib""... $ac_c" 1>&6 + echo "configure:2557: checking for giflib" >&5 + if eval "test \"`echo '$''{'ac_cv_lib_gif'+set}'`\" = set"; then +@@ -2598,6 +2599,7 @@ + + else + { echo "configure: error: You need giflib23. Please install the kdesupport package" 1>&2; exit 1; } ++fi + fi + echo $ac_n "checking for jpeglib""... $ac_c" 1>&6 + echo "configure:2604: checking for jpeglib" >&5 diff --git a/graphics/kdegraphics11/Makefile b/graphics/kdegraphics11/Makefile index fb0c5af252e2..cbafd9a96153 100644 --- a/graphics/kdegraphics11/Makefile +++ b/graphics/kdegraphics11/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org BUILD_DEPENDS= ${PREFIX}/include/gif_lib.h:${PORTSDIR}/graphics/giflib -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ +LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \ jpeg.9:${PORTSDIR}/graphics/jpeg \ kdecore.2:${PORTSDIR}/x11/kdelibs11 diff --git a/graphics/kdegraphics11/files/patch-ab b/graphics/kdegraphics11/files/patch-ab new file mode 100644 index 000000000000..7b06e96af0b8 --- /dev/null +++ b/graphics/kdegraphics11/files/patch-ab @@ -0,0 +1,11 @@ +--- configure.orig Wed Sep 8 00:22:53 1999 ++++ configure Tue Feb 15 21:54:21 2000 +@@ -4407,7 +4407,7 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="$all_libraries -lgif -lX11 $LIBSOCKET" ++LIBS="$all_libraries -lungif -lX11 $LIBSOCKET" + cat > conftest.$ac_ext <<EOF + #line 4413 "configure" + #include "confdefs.h" diff --git a/graphics/kdegraphics11/files/patch-ac b/graphics/kdegraphics11/files/patch-ac new file mode 100644 index 000000000000..265d52fa3ab9 --- /dev/null +++ b/graphics/kdegraphics11/files/patch-ac @@ -0,0 +1,11 @@ +--- kpaint/Makefile.in.orig Wed Sep 8 00:22:50 1999 ++++ kpaint/Makefile.in Tue Feb 15 21:57:27 2000 +@@ -161,7 +161,7 @@ + + INCLUDES = $(all_includes) + LDFLAGS = $(all_libraries) $(KDE_RPATH) +-LDADD = $(LIB_KIMGIO) -lgif -lm $(LIB_KFILE) ++LDADD = $(LIB_KIMGIO) -lungif -lm $(LIB_KFILE) + + appsdir = $(kde_appsdir)/Graphics + apps_DATA = kpaint.kdelnk diff --git a/graphics/kdegraphics2/Makefile b/graphics/kdegraphics2/Makefile index fb0c5af252e2..cbafd9a96153 100644 --- a/graphics/kdegraphics2/Makefile +++ b/graphics/kdegraphics2/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org BUILD_DEPENDS= ${PREFIX}/include/gif_lib.h:${PORTSDIR}/graphics/giflib -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ +LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \ jpeg.9:${PORTSDIR}/graphics/jpeg \ kdecore.2:${PORTSDIR}/x11/kdelibs11 diff --git a/graphics/kdegraphics3/Makefile b/graphics/kdegraphics3/Makefile index fb0c5af252e2..cbafd9a96153 100644 --- a/graphics/kdegraphics3/Makefile +++ b/graphics/kdegraphics3/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org BUILD_DEPENDS= ${PREFIX}/include/gif_lib.h:${PORTSDIR}/graphics/giflib -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ +LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \ jpeg.9:${PORTSDIR}/graphics/jpeg \ kdecore.2:${PORTSDIR}/x11/kdelibs11 diff --git a/graphics/kdegraphics4/Makefile b/graphics/kdegraphics4/Makefile index fb0c5af252e2..cbafd9a96153 100644 --- a/graphics/kdegraphics4/Makefile +++ b/graphics/kdegraphics4/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org BUILD_DEPENDS= ${PREFIX}/include/gif_lib.h:${PORTSDIR}/graphics/giflib -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ +LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \ jpeg.9:${PORTSDIR}/graphics/jpeg \ kdecore.2:${PORTSDIR}/x11/kdelibs11 diff --git a/graphics/killustrator/files/patch-ac b/graphics/killustrator/files/patch-ac new file mode 100644 index 000000000000..3ea944731f96 --- /dev/null +++ b/graphics/killustrator/files/patch-ac @@ -0,0 +1,18 @@ +--- configure.orig Tue Oct 19 21:58:36 1999 ++++ configure Tue Feb 15 01:38:01 2000 +@@ -4624,6 +4624,7 @@ + + + ++if false; then + echo $ac_n "checking for giflib""... $ac_c" 1>&6 + echo "configure:4629: checking for giflib" >&5 + if eval "test \"`echo '$''{'ac_cv_lib_gif'+set}'`\" = set"; then +@@ -4670,6 +4671,7 @@ + + else + { echo "configure: error: You need giflib30. Please install the kdesupport package" 1>&2; exit 1; } ++fi + fi + + diff --git a/math/kcalc/Makefile b/math/kcalc/Makefile index 4d30b30513fb..6c7db058520b 100644 --- a/math/kcalc/Makefile +++ b/math/kcalc/Makefile @@ -13,8 +13,7 @@ MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ kdecore.2:${PORTSDIR}/x11/kdelibs11 USE_BZIP2= yes diff --git a/misc/kdeutils11/Makefile b/misc/kdeutils11/Makefile index 4d30b30513fb..6c7db058520b 100644 --- a/misc/kdeutils11/Makefile +++ b/misc/kdeutils11/Makefile @@ -13,8 +13,7 @@ MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ kdecore.2:${PORTSDIR}/x11/kdelibs11 USE_BZIP2= yes diff --git a/misc/kdeutils11/files/patch-ab b/misc/kdeutils11/files/patch-ab new file mode 100644 index 000000000000..9e9001c6022f --- /dev/null +++ b/misc/kdeutils11/files/patch-ab @@ -0,0 +1,18 @@ +--- configure.orig Wed Sep 8 00:25:21 1999 ++++ configure Tue Feb 15 01:44:40 2000 +@@ -4379,6 +4379,7 @@ + fi + + ++if false; then + echo $ac_n "checking for giflib""... $ac_c" 1>&6 + echo "configure:4384: checking for giflib" >&5 + if eval "test \"`echo '$''{'ac_cv_lib_gif'+set}'`\" = set"; then +@@ -4425,6 +4426,7 @@ + + else + { echo "configure: error: You need giflib30. Please install the kdesupport package" 1>&2; exit 1; } ++fi + fi + + echo $ac_n "checking for jpeglib""... $ac_c" 1>&6 diff --git a/misc/kdeutils2/Makefile b/misc/kdeutils2/Makefile index 4d30b30513fb..6c7db058520b 100644 --- a/misc/kdeutils2/Makefile +++ b/misc/kdeutils2/Makefile @@ -13,8 +13,7 @@ MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ kdecore.2:${PORTSDIR}/x11/kdelibs11 USE_BZIP2= yes diff --git a/misc/kdeutils3/Makefile b/misc/kdeutils3/Makefile index 4d30b30513fb..6c7db058520b 100644 --- a/misc/kdeutils3/Makefile +++ b/misc/kdeutils3/Makefile @@ -13,8 +13,7 @@ MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ kdecore.2:${PORTSDIR}/x11/kdelibs11 USE_BZIP2= yes diff --git a/misc/kdeutils4/Makefile b/misc/kdeutils4/Makefile index 4d30b30513fb..6c7db058520b 100644 --- a/misc/kdeutils4/Makefile +++ b/misc/kdeutils4/Makefile @@ -13,8 +13,7 @@ MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ kdecore.2:${PORTSDIR}/x11/kdelibs11 USE_BZIP2= yes diff --git a/misc/kwatch/files/patch-aa b/misc/kwatch/files/patch-aa new file mode 100644 index 000000000000..55f677f495fa --- /dev/null +++ b/misc/kwatch/files/patch-aa @@ -0,0 +1,18 @@ +--- configure.orig Tue Mar 3 17:06:21 1998 ++++ configure Tue Feb 15 01:41:53 2000 +@@ -3315,6 +3315,7 @@ + echo "$ac_t""no" 1>&6 + fi + ++if false; then + echo $ac_n "checking for giflib""... $ac_c" 1>&6 + echo "configure:3320: checking for giflib" >&5 + if eval "test \"`echo '$''{'ac_cv_lib_gif'+set}'`\" = set"; then +@@ -3361,6 +3362,7 @@ + + else + { echo "configure: error: You need giflib23. Please install the kdesupport package" 1>&2; exit 1; } ++fi + fi + echo $ac_n "checking for jpeglib""... $ac_c" 1>&6 + echo "configure:3367: checking for jpeglib" >&5 diff --git a/multimedia/kdemultimedia3/Makefile b/multimedia/kdemultimedia3/Makefile index 707b6d56a0c0..85a9aea8a90a 100644 --- a/multimedia/kdemultimedia3/Makefile +++ b/multimedia/kdemultimedia3/Makefile @@ -13,8 +13,7 @@ MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ kdecore.2:${PORTSDIR}/x11/kdelibs11 USE_BZIP2= yes diff --git a/multimedia/kdemultimedia4/Makefile b/multimedia/kdemultimedia4/Makefile index 707b6d56a0c0..85a9aea8a90a 100644 --- a/multimedia/kdemultimedia4/Makefile +++ b/multimedia/kdemultimedia4/Makefile @@ -13,8 +13,7 @@ MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ kdecore.2:${PORTSDIR}/x11/kdelibs11 USE_BZIP2= yes diff --git a/net/kdenetwork11/Makefile b/net/kdenetwork11/Makefile index b40a53cefe4b..cbb7cbd969e1 100644 --- a/net/kdenetwork11/Makefile +++ b/net/kdenetwork11/Makefile @@ -14,8 +14,7 @@ MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.3:${PORTSDIR}/graphics/png \ uu.1:${PORTSDIR}/converters/uulib \ kdecore.2:${PORTSDIR}/x11/kdelibs11 \ diff --git a/net/kdenetwork2/Makefile b/net/kdenetwork2/Makefile index b40a53cefe4b..cbb7cbd969e1 100644 --- a/net/kdenetwork2/Makefile +++ b/net/kdenetwork2/Makefile @@ -14,8 +14,7 @@ MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.3:${PORTSDIR}/graphics/png \ uu.1:${PORTSDIR}/converters/uulib \ kdecore.2:${PORTSDIR}/x11/kdelibs11 \ diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile index b40a53cefe4b..cbb7cbd969e1 100644 --- a/net/kdenetwork3/Makefile +++ b/net/kdenetwork3/Makefile @@ -14,8 +14,7 @@ MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.3:${PORTSDIR}/graphics/png \ uu.1:${PORTSDIR}/converters/uulib \ kdecore.2:${PORTSDIR}/x11/kdelibs11 \ diff --git a/net/kdenetwork4/Makefile b/net/kdenetwork4/Makefile index b40a53cefe4b..cbb7cbd969e1 100644 --- a/net/kdenetwork4/Makefile +++ b/net/kdenetwork4/Makefile @@ -14,8 +14,7 @@ MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.3:${PORTSDIR}/graphics/png \ uu.1:${PORTSDIR}/converters/uulib \ kdecore.2:${PORTSDIR}/x11/kdelibs11 \ diff --git a/net/kdetelnet/Makefile b/net/kdetelnet/Makefile index 1697ff4c488e..2dd0474876f2 100644 --- a/net/kdetelnet/Makefile +++ b/net/kdetelnet/Makefile @@ -16,7 +16,6 @@ MAINTAINER= hanspb@persbraten.vgs.no BUILD_DEPENDS= moc:${PORTSDIR}/x11-toolkits/qt142 LIB_DEPENDS= qt.2:${PORTSDIR}/x11-toolkits/qt142 \ - gif.5:${PORTSDIR}/graphics/giflib \ jpeg.9:${PORTSDIR}/graphics/jpeg \ kdecore.2:${PORTSDIR}/x11/kdelibs11 \ kdeui.2:${PORTSDIR}/x11/kdelibs11 diff --git a/net/kdetelnet/files/patch-ab b/net/kdetelnet/files/patch-ab index 2e92b2157289..db6c6051cd29 100644 --- a/net/kdetelnet/files/patch-ab +++ b/net/kdetelnet/files/patch-ab @@ -1,5 +1,5 @@ ---- configure.orig Fri Apr 2 17:32:48 1999 -+++ configure Fri Apr 2 17:32:50 1999 +--- configure.orig Fri Jun 12 05:02:13 1998 ++++ configure Tue Feb 15 19:33:19 2000 @@ -2379,7 +2379,7 @@ fi done @@ -9,3 +9,21 @@ ;; esac fi +@@ -2556,7 +2556,8 @@ + else + echo "$ac_t""no" 1>&6 + fi +- ++ ++if false; then + echo $ac_n "checking for giflib""... $ac_c" 1>&6 + echo "configure:2562: checking for giflib" >&5 + if eval "test \"`echo '$''{'ac_cv_lib_gif'+set}'`\" = set"; then +@@ -2603,6 +2604,7 @@ + + else + { echo "configure: error: You need giflib23. Please install the kdesupport package" 1>&2; exit 1; } ++fi + fi + echo $ac_n "checking for jpeglib""... $ac_c" 1>&6 + echo "configure:2609: checking for jpeglib" >&5 diff --git a/net/kicq/files/patch-aa b/net/kicq/files/patch-aa index 8ff505767770..794b47e1dbec 100644 --- a/net/kicq/files/patch-aa +++ b/net/kicq/files/patch-aa @@ -1,5 +1,5 @@ ---- configure.orig Thu Dec 3 15:25:30 1998 -+++ configure Sat Jul 31 12:17:24 1999 +--- configure.orig Fri Dec 4 06:25:30 1998 ++++ configure Tue Feb 15 01:32:08 2000 @@ -2373,7 +2373,7 @@ ;; *) @@ -9,3 +9,19 @@ test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/$ac_word; then ac_cv_path_MOC="$ac_dir/$ac_word" +@@ -2709,6 +2709,7 @@ + echo "$ac_t""no" 1>&6 + fi + ++if false; then + echo $ac_n "checking for giflib""... $ac_c" 1>&6 + echo "configure:2714: checking for giflib" >&5 + if eval "test \"`echo '$''{'ac_cv_lib_gif'+set}'`\" = set"; then +@@ -2755,6 +2756,7 @@ + + else + { echo "configure: error: You need giflib23. Please install the kdesupport package" 1>&2; exit 1; } ++fi + fi + echo $ac_n "checking for jpeglib""... $ac_c" 1>&6 + echo "configure:2761: checking for jpeglib" >&5 diff --git a/security/kgpg-kde4/Makefile b/security/kgpg-kde4/Makefile index 4d30b30513fb..6c7db058520b 100644 --- a/security/kgpg-kde4/Makefile +++ b/security/kgpg-kde4/Makefile @@ -13,8 +13,7 @@ MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ kdecore.2:${PORTSDIR}/x11/kdelibs11 USE_BZIP2= yes diff --git a/security/kwallet/Makefile b/security/kwallet/Makefile index 4d30b30513fb..6c7db058520b 100644 --- a/security/kwallet/Makefile +++ b/security/kwallet/Makefile @@ -13,8 +13,7 @@ MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ kdecore.2:${PORTSDIR}/x11/kdelibs11 USE_BZIP2= yes diff --git a/sysutils/kdf/Makefile b/sysutils/kdf/Makefile index 4d30b30513fb..6c7db058520b 100644 --- a/sysutils/kdf/Makefile +++ b/sysutils/kdf/Makefile @@ -13,8 +13,7 @@ MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ kdecore.2:${PORTSDIR}/x11/kdelibs11 USE_BZIP2= yes diff --git a/sysutils/kfloppy/Makefile b/sysutils/kfloppy/Makefile index 4d30b30513fb..6c7db058520b 100644 --- a/sysutils/kfloppy/Makefile +++ b/sysutils/kfloppy/Makefile @@ -13,8 +13,7 @@ MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ kdecore.2:${PORTSDIR}/x11/kdelibs11 USE_BZIP2= yes diff --git a/sysutils/sweeper/Makefile b/sysutils/sweeper/Makefile index 4d30b30513fb..6c7db058520b 100644 --- a/sysutils/sweeper/Makefile +++ b/sysutils/sweeper/Makefile @@ -13,8 +13,7 @@ MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ kdecore.2:${PORTSDIR}/x11/kdelibs11 USE_BZIP2= yes diff --git a/x11/kde4-baseapps/Makefile b/x11/kde4-baseapps/Makefile index 9724191aa9e8..fa9f4b97bfe4 100644 --- a/x11/kde4-baseapps/Makefile +++ b/x11/kde4-baseapps/Makefile @@ -13,8 +13,7 @@ MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ kdecore.2:${PORTSDIR}/x11/kdelibs11 \ Xpm.4:${PORTSDIR}/graphics/xpm \ intl.1:${PORTSDIR}/devel/gettext diff --git a/x11/kde4-runtime/Makefile b/x11/kde4-runtime/Makefile index 9724191aa9e8..fa9f4b97bfe4 100644 --- a/x11/kde4-runtime/Makefile +++ b/x11/kde4-runtime/Makefile @@ -13,8 +13,7 @@ MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ kdecore.2:${PORTSDIR}/x11/kdelibs11 \ Xpm.4:${PORTSDIR}/graphics/xpm \ intl.1:${PORTSDIR}/devel/gettext diff --git a/x11/kde4-workspace/Makefile b/x11/kde4-workspace/Makefile index 9724191aa9e8..fa9f4b97bfe4 100644 --- a/x11/kde4-workspace/Makefile +++ b/x11/kde4-workspace/Makefile @@ -13,8 +13,7 @@ MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ kdecore.2:${PORTSDIR}/x11/kdelibs11 \ Xpm.4:${PORTSDIR}/graphics/xpm \ intl.1:${PORTSDIR}/devel/gettext diff --git a/x11/kdebase11/Makefile b/x11/kdebase11/Makefile index 9724191aa9e8..fa9f4b97bfe4 100644 --- a/x11/kdebase11/Makefile +++ b/x11/kdebase11/Makefile @@ -13,8 +13,7 @@ MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ kdecore.2:${PORTSDIR}/x11/kdelibs11 \ Xpm.4:${PORTSDIR}/graphics/xpm \ intl.1:${PORTSDIR}/devel/gettext diff --git a/x11/kdebase11/files/patch-ax b/x11/kdebase11/files/patch-ax new file mode 100644 index 000000000000..8ddc207b044a --- /dev/null +++ b/x11/kdebase11/files/patch-ax @@ -0,0 +1,18 @@ +--- configure.orig Wed Sep 8 00:21:06 1999 ++++ configure Tue Feb 15 01:34:11 2000 +@@ -5118,6 +5118,7 @@ + + + ++if false; then + echo $ac_n "checking for giflib""... $ac_c" 1>&6 + echo "configure:5123: checking for giflib" >&5 + if eval "test \"`echo '$''{'ac_cv_lib_gif'+set}'`\" = set"; then +@@ -5164,6 +5165,7 @@ + + else + { echo "configure: error: You need giflib30. Please install the kdesupport package" 1>&2; exit 1; } ++fi + fi + + echo $ac_n "checking for jpeglib""... $ac_c" 1>&6 diff --git a/x11/kdebase2/Makefile b/x11/kdebase2/Makefile index 9724191aa9e8..fa9f4b97bfe4 100644 --- a/x11/kdebase2/Makefile +++ b/x11/kdebase2/Makefile @@ -13,8 +13,7 @@ MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ kdecore.2:${PORTSDIR}/x11/kdelibs11 \ Xpm.4:${PORTSDIR}/graphics/xpm \ intl.1:${PORTSDIR}/devel/gettext diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile index 9724191aa9e8..fa9f4b97bfe4 100644 --- a/x11/kdebase3/Makefile +++ b/x11/kdebase3/Makefile @@ -13,8 +13,7 @@ MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ kdecore.2:${PORTSDIR}/x11/kdelibs11 \ Xpm.4:${PORTSDIR}/graphics/xpm \ intl.1:${PORTSDIR}/devel/gettext diff --git a/x11/kdebase4-runtime/Makefile b/x11/kdebase4-runtime/Makefile index 9724191aa9e8..fa9f4b97bfe4 100644 --- a/x11/kdebase4-runtime/Makefile +++ b/x11/kdebase4-runtime/Makefile @@ -13,8 +13,7 @@ MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ kdecore.2:${PORTSDIR}/x11/kdelibs11 \ Xpm.4:${PORTSDIR}/graphics/xpm \ intl.1:${PORTSDIR}/devel/gettext diff --git a/x11/kdebase4-workspace/Makefile b/x11/kdebase4-workspace/Makefile index 9724191aa9e8..fa9f4b97bfe4 100644 --- a/x11/kdebase4-workspace/Makefile +++ b/x11/kdebase4-workspace/Makefile @@ -13,8 +13,7 @@ MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ kdecore.2:${PORTSDIR}/x11/kdelibs11 \ Xpm.4:${PORTSDIR}/graphics/xpm \ intl.1:${PORTSDIR}/devel/gettext diff --git a/x11/kdebase4/Makefile b/x11/kdebase4/Makefile index 9724191aa9e8..fa9f4b97bfe4 100644 --- a/x11/kdebase4/Makefile +++ b/x11/kdebase4/Makefile @@ -13,8 +13,7 @@ MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ kdecore.2:${PORTSDIR}/x11/kdelibs11 \ Xpm.4:${PORTSDIR}/graphics/xpm \ intl.1:${PORTSDIR}/devel/gettext diff --git a/x11/kdelibs11/Makefile b/x11/kdelibs11/Makefile index 162727634ccf..12bf5efa1f31 100644 --- a/x11/kdelibs11/Makefile +++ b/x11/kdelibs11/Makefile @@ -13,8 +13,7 @@ MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.3:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff diff --git a/x11/kdelibs2/Makefile b/x11/kdelibs2/Makefile index 162727634ccf..12bf5efa1f31 100644 --- a/x11/kdelibs2/Makefile +++ b/x11/kdelibs2/Makefile @@ -13,8 +13,7 @@ MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.3:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index 162727634ccf..12bf5efa1f31 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -13,8 +13,7 @@ MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.3:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile index 162727634ccf..12bf5efa1f31 100644 --- a/x11/kdelibs4/Makefile +++ b/x11/kdelibs4/Makefile @@ -13,8 +13,7 @@ MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.3:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff diff --git a/x11/kvidtune/files/patch-af b/x11/kvidtune/files/patch-af new file mode 100644 index 000000000000..f91746546df7 --- /dev/null +++ b/x11/kvidtune/files/patch-af @@ -0,0 +1,18 @@ +--- configure.orig Mon Mar 15 02:32:30 1999 ++++ configure Tue Feb 15 01:41:10 2000 +@@ -2552,6 +2552,7 @@ + echo "$ac_t""no" 1>&6 + fi + ++if false; then + echo $ac_n "checking for giflib""... $ac_c" 1>&6 + echo "configure:2557: checking for giflib" >&5 + if eval "test \"`echo '$''{'ac_cv_lib_gif'+set}'`\" = set"; then +@@ -2598,6 +2599,7 @@ + + else + { echo "configure: error: You need giflib23. Please install the kdesupport package" 1>&2; exit 1; } ++fi + fi + echo $ac_n "checking for jpeglib""... $ac_c" 1>&6 + echo "configure:2604: checking for jpeglib" >&5 diff --git a/x11/kworldwatch/Makefile b/x11/kworldwatch/Makefile index 2ed2134037d9..80a8cf4c6ead 100644 --- a/x11/kworldwatch/Makefile +++ b/x11/kworldwatch/Makefile @@ -14,8 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= scrappy@freebsd.org -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ - kdecore.2:${PORTSDIR}/x11/kdelibs11 \ +LIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kdelibs11 \ kdeui.2:${PORTSDIR}/x11/kdelibs11 \ kfm.2:${PORTSDIR}/x11/kdelibs11 diff --git a/x11/kworldwatch/files/patch-aa b/x11/kworldwatch/files/patch-aa new file mode 100644 index 000000000000..d9015e6ebec8 --- /dev/null +++ b/x11/kworldwatch/files/patch-aa @@ -0,0 +1,18 @@ +--- configure.orig Mon May 11 04:13:36 1998 ++++ configure Tue Feb 15 01:42:52 2000 +@@ -3012,6 +3012,7 @@ + fi + + ++if false; then + echo $ac_n "checking for giflib""... $ac_c" 1>&6 + echo "configure:3017: checking for giflib" >&5 + if eval "test \"`echo '$''{'ac_cv_lib_gif'+set}'`\" = set"; then +@@ -3058,6 +3059,7 @@ + + else + { echo "configure: error: You need giflib23. Please install the kdesupport package" 1>&2; exit 1; } ++fi + fi + + echo $ac_n "checking for jpeglib""... $ac_c" 1>&6 |