diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/kdegraphics11/Makefile | 2 | ||||
-rw-r--r-- | graphics/kdegraphics11/files/patch-ab | 11 | ||||
-rw-r--r-- | graphics/kdegraphics11/files/patch-ac | 11 | ||||
-rw-r--r-- | graphics/kdegraphics2/Makefile | 2 | ||||
-rw-r--r-- | graphics/kdegraphics3/Makefile | 2 | ||||
-rw-r--r-- | graphics/kdegraphics4/Makefile | 2 | ||||
-rw-r--r-- | graphics/killustrator/files/patch-ac | 18 |
7 files changed, 44 insertions, 4 deletions
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 + + |