aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorR. Imura <imura@FreeBSD.org>2000-02-15 13:45:23 +0000
committerR. Imura <imura@FreeBSD.org>2000-02-15 13:45:23 +0000
commit46789bfcb436e36af7651ce67e83ba0759e76f29 (patch)
tree977141b309514fb22a0548b38d57e8bc4449c6f2 /x11
parentabcd350dae36ec6489fde6df76612953fd3c7adf (diff)
downloadports-46789bfcb436e36af7651ce67e83ba0759e76f29.tar.gz
ports-46789bfcb436e36af7651ce67e83ba0759e76f29.zip
Notes
Diffstat (limited to 'x11')
-rw-r--r--x11/kde4-baseapps/Makefile3
-rw-r--r--x11/kde4-runtime/Makefile3
-rw-r--r--x11/kde4-workspace/Makefile3
-rw-r--r--x11/kdebase11/Makefile3
-rw-r--r--x11/kdebase11/files/patch-ax18
-rw-r--r--x11/kdebase2/Makefile3
-rw-r--r--x11/kdebase3/Makefile3
-rw-r--r--x11/kdebase4-runtime/Makefile3
-rw-r--r--x11/kdebase4-workspace/Makefile3
-rw-r--r--x11/kdebase4/Makefile3
-rw-r--r--x11/kdelibs11/Makefile3
-rw-r--r--x11/kdelibs2/Makefile3
-rw-r--r--x11/kdelibs3/Makefile3
-rw-r--r--x11/kdelibs4/Makefile3
-rw-r--r--x11/kvidtune/files/patch-af18
-rw-r--r--x11/kworldwatch/Makefile3
-rw-r--r--x11/kworldwatch/files/patch-aa18
17 files changed, 68 insertions, 28 deletions
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