summaryrefslogtreecommitdiffstats
path: root/graphics/kdegraphics11
diff options
context:
space:
mode:
authorimura <imura@FreeBSD.org>2000-02-15 13:45:23 +0000
committerimura <imura@FreeBSD.org>2000-02-15 13:45:23 +0000
commitfcad596f79f807f28c54a952be2b3b989c66c8f8 (patch)
tree81896911c3cbd0e39af4793c0d1e891f84eb329d /graphics/kdegraphics11
parent698152ddae066c8f16746d2a603a73614f1bfcb1 (diff)
downloadFreeBSD-ports-fcad596f79f807f28c54a952be2b3b989c66c8f8.zip
FreeBSD-ports-fcad596f79f807f28c54a952be2b3b989c66c8f8.tar.gz
Remove giflib dependence.
Only changed giflib -> libungif in kdegraphics. They realy do NOT want libgif, and do NOT use libgif anywhere. Some ports are checking its existence in configure, but they are nonsense at all!!
Diffstat (limited to 'graphics/kdegraphics11')
-rw-r--r--graphics/kdegraphics11/Makefile2
-rw-r--r--graphics/kdegraphics11/files/patch-ab11
-rw-r--r--graphics/kdegraphics11/files/patch-ac11
3 files changed, 23 insertions, 1 deletions
diff --git a/graphics/kdegraphics11/Makefile b/graphics/kdegraphics11/Makefile
index fb0c5af..cbafd9a 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 0000000..7b06e96
--- /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 0000000..265d52fa
--- /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
OpenPOWER on IntegriCloud