summaryrefslogtreecommitdiffstats
path: root/converters
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2002-04-19 02:30:02 +0000
committerwill <will@FreeBSD.org>2002-04-19 02:30:02 +0000
commit4c52c9067b06ff76694d44e2bd5819fc06e974fe (patch)
tree8ea2fec29854e5717863bf5e5bf1d1b05d97cefe /converters
parent9d74629523b0c2fe5f02ba4bc3f37c73af058448 (diff)
downloadFreeBSD-ports-4c52c9067b06ff76694d44e2bd5819fc06e974fe.zip
FreeBSD-ports-4c52c9067b06ff76694d44e2bd5819fc06e974fe.tar.gz
Say goodbye to Qt 1.x and all of its dependents. The one port I found
which probably isn't supposed to be removed is misc/instant-workstation, which had a dependency on audio/xamp (being removed), so I removed that dependency and bumped PORTREVISION. All other ports are real dependents upon Qt 1.x, including KDE 1.x stuff. Code in bsd.kde.mk supporting these ports is also removed or adjusted. Also, some adjustments made to accomodate Qt3/KDE3 ports, which will be committed Real Soon Now (TM), pending repo-copies. This commit made in impending view of Qt3/KDE3 entering ports tree.
Diffstat (limited to 'converters')
-rw-r--r--converters/Makefile1
-rw-r--r--converters/kdesupport11/Makefile30
-rw-r--r--converters/kdesupport11/distinfo1
-rw-r--r--converters/kdesupport11/files/patch-aa15
-rw-r--r--converters/kdesupport11/files/patch-ab15
-rw-r--r--converters/kdesupport11/files/patch-ac11
-rw-r--r--converters/kdesupport11/files/patch-ad11
-rw-r--r--converters/kdesupport11/files/patch-ae11
-rw-r--r--converters/kdesupport11/files/patch-af11
-rw-r--r--converters/kdesupport11/pkg-comment1
-rw-r--r--converters/kdesupport11/pkg-descr1
-rw-r--r--converters/kdesupport11/pkg-plist60
12 files changed, 0 insertions, 168 deletions
diff --git a/converters/Makefile b/converters/Makefile
index ec7062c..bb443e4 100644
--- a/converters/Makefile
+++ b/converters/Makefile
@@ -14,7 +14,6 @@
SUBDIR += iconv-extra
SUBDIR += iconv-rfc1345
SUBDIR += ish
- SUBDIR += kdesupport11
SUBDIR += kdesupport2
SUBDIR += libiconv
SUBDIR += libutf-8
diff --git a/converters/kdesupport11/Makefile b/converters/kdesupport11/Makefile
deleted file mode 100644
index b8fd3df..0000000
--- a/converters/kdesupport11/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: kdesupport
-# Date created: 28 October 1997
-# Whom: Stefan Eßer <se@freebsd.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= kdesupport
-PORTVERSION= 1.1.2
-PORTREVISION= 1
-CATEGORIES= converters kde
-MASTER_SITES= $(MASTER_SITE_KDE)
-MASTER_SITE_SUBDIR= Attic/old/1.1.2/distribution/tar/generic/source/bz2
-DISTNAME= kdesupport-1.1.2
-DIST_SUBDIR= KDE
-
-MAINTAINER= kde@FreeBSD.org
-
-USE_BZIP2= yes
-
-NO_LATEST_LINK= yes
-USE_QT_VER= 1
-USE_LIBTOOL= yes
-INSTALLS_SHLIB= yes
-CONFIGURE_ARGS= --without-libjpeg --without-libgif \
- --without-libgdbm --without-libuulib \
- --with-qt-includes=${QTDIR}/include/X11/qt
-CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" INSTALL_SCRIPT="install -c -m 555"
-
-.include <bsd.port.mk>
diff --git a/converters/kdesupport11/distinfo b/converters/kdesupport11/distinfo
deleted file mode 100644
index 211877f..0000000
--- a/converters/kdesupport11/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (KDE/kdesupport-1.1.2.tar.bz2) = 6ef9b658cc8cbeb298f333f0528fd1a9
diff --git a/converters/kdesupport11/files/patch-aa b/converters/kdesupport11/files/patch-aa
deleted file mode 100644
index 21caf63..0000000
--- a/converters/kdesupport11/files/patch-aa
+++ /dev/null
@@ -1,15 +0,0 @@
-*** rdb/rdb.c~ Sun Feb 7 15:34:01 1999
---- rdb/rdb.c Fri Apr 23 20:38:19 1999
-***************
-*** 35,39 ****
- #ifndef O_SYNC
- # define O_SYNC 0x0
-! #end
-
- inline uint32 cdb_unpack(unsigned char *buf)
---- 35,39 ----
- #ifndef O_SYNC
- # define O_SYNC 0x0
-! #endif
-
- inline uint32 cdb_unpack(unsigned char *buf)
diff --git a/converters/kdesupport11/files/patch-ab b/converters/kdesupport11/files/patch-ab
deleted file mode 100644
index 7b820a7..0000000
--- a/converters/kdesupport11/files/patch-ab
+++ /dev/null
@@ -1,15 +0,0 @@
-*** configure~ Sat Feb 6 18:56:20 1999
---- configure Mon Feb 8 19:51:44 1999
-***************
-*** 4809,4813 ****
- fi
-
-!
-
- echo $ac_n "checking if the compiler supports function prototypes""... $ac_c" 1>&6
---- 4809,4813 ----
- fi
-
-! TOPSUBDIRS="$TOPSUBDIRS rdb"
-
- echo $ac_n "checking if the compiler supports function prototypes""... $ac_c" 1>&6
diff --git a/converters/kdesupport11/files/patch-ac b/converters/kdesupport11/files/patch-ac
deleted file mode 100644
index ce31dc3..0000000
--- a/converters/kdesupport11/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./QwSpriteField/Makefile.in.org Tue Sep 7 08:24:52 1999
-+++ ./QwSpriteField/Makefile.in Wed Feb 23 18:10:41 2000
-@@ -166,7 +166,7 @@
- # the difference between the first and the last, is the major number
- # the last is the minor number
- # the number in the middle is the minor-minor number
--libQwSpriteField_la_LDFLAGS = -version-info 6:0:5 -lXext $(LIB_QT)
-+libQwSpriteField_la_LDFLAGS = -version-info 7:0:5 -lXext $(LIB_QT)
-
- INCLUDES = $(QT_INCLUDES)
- lib_LTLIBRARIES = libQwSpriteField.la
diff --git a/converters/kdesupport11/files/patch-ad b/converters/kdesupport11/files/patch-ad
deleted file mode 100644
index 571330a..0000000
--- a/converters/kdesupport11/files/patch-ad
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./js/Makefile.in.org Tue Sep 7 08:24:51 1999
-+++ ./js/Makefile.in Wed Feb 23 18:14:54 2000
-@@ -196,7 +196,7 @@
- libjs_la_SOURCES = bc.c heap.c object.c debug.c compiler.c js.c vm.c vmswitch.c vmjumps.c alloc.c utils.c mrgsort.c regex.c crc32.c b_array.c b_bool.c b_func.c b_core.c b_number.c b_object.c b_string.c b_date.c b_file.c b_math.c b_regexp.c b_system.c b_vm.c
-
-
--libjs_la_LDFLAGS = -version-info 2:0:2
-+libjs_la_LDFLAGS = -version-info 3:0:2
-
- noinst_HEADERS = c1swt0.h eswt0.h c1switch.h c2switch.h eswitch.h c1jumps.h c2jumps.h ejumps.h rentrant.h mrgsort.h regex.h md5.h
-
diff --git a/converters/kdesupport11/files/patch-ae b/converters/kdesupport11/files/patch-ae
deleted file mode 100644
index aa3724a..0000000
--- a/converters/kdesupport11/files/patch-ae
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./mimelib/Makefile.in.org Tue Sep 7 08:24:50 1999
-+++ ./mimelib/Makefile.in Wed Feb 23 18:14:27 2000
-@@ -191,7 +191,7 @@
-
- DEFS = -D$(LIBVERSION) @DEFS@
-
--libmimelib_la_LDFLAGS = -version-info 1:0
-+libmimelib_la_LDFLAGS = -version-info 2:0
- mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
- CONFIG_HEADER = ../config.h
- CONFIG_CLEAN_FILES =
diff --git a/converters/kdesupport11/files/patch-af b/converters/kdesupport11/files/patch-af
deleted file mode 100644
index 53827f4..0000000
--- a/converters/kdesupport11/files/patch-af
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./rdb/Makefile.in.org Tue Sep 7 08:24:51 1999
-+++ ./rdb/Makefile.in Wed Feb 23 18:13:12 2000
-@@ -162,7 +162,7 @@
- x_libraries = @x_libraries@
-
- lib_LTLIBRARIES = librdb.la
--librdb_la_LDFLAGS = -version-info 55:0:55
-+librdb_la_LDFLAGS = -version-info 56:0:55
-
- librdb_la_SOURCES = cdb_hash.c cdb_seek.c hash.c rdb.c
-
diff --git a/converters/kdesupport11/pkg-comment b/converters/kdesupport11/pkg-comment
deleted file mode 100644
index 7de726c..0000000
--- a/converters/kdesupport11/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Mime and UUENCODE/DECODE libraries for the KDE integrated X11 desktop
diff --git a/converters/kdesupport11/pkg-descr b/converters/kdesupport11/pkg-descr
deleted file mode 100644
index 90ae457..0000000
--- a/converters/kdesupport11/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-KDE provides an integrated X11 based environment, much like CDE.
diff --git a/converters/kdesupport11/pkg-plist b/converters/kdesupport11/pkg-plist
deleted file mode 100644
index a909b92..0000000
--- a/converters/kdesupport11/pkg-plist
+++ /dev/null
@@ -1,60 +0,0 @@
-bin/cdbmake
-include/Pix.h
-include/QwCluster.h
-include/QwPublicList.h
-include/QwSpriteField.h
-include/js.h
-include/jsint.h
-include/mimelib/address.h
-include/mimelib/addrlist.h
-include/mimelib/binhex.h
-include/mimelib/body.h
-include/mimelib/bodypart.h
-include/mimelib/boyermor.h
-include/mimelib/config.h
-include/mimelib/datetime.h
-include/mimelib/debug.h
-include/mimelib/disptype.h
-include/mimelib/entity.h
-include/mimelib/enum.h
-include/mimelib/field.h
-include/mimelib/fieldbdy.h
-include/mimelib/group.h
-include/mimelib/headers.h
-include/mimelib/mailbox.h
-include/mimelib/mboxlist.h
-include/mimelib/mechansm.h
-include/mimelib/mediatyp.h
-include/mimelib/message.h
-include/mimelib/mimepp.h
-include/mimelib/msgcmp.h
-include/mimelib/msgid.h
-include/mimelib/nntp.h
-include/mimelib/param.h
-include/mimelib/pop.h
-include/mimelib/protocol.h
-include/mimelib/smtp.h
-include/mimelib/string.h
-include/mimelib/text.h
-include/mimelib/token.h
-include/mimelib/utility.h
-include/mimelib/uuencode.h
-include/rdb/cdb.h
-include/rdb/cdbmake.h
-include/rdb/hash.h
-include/rdb/rdb.h
-include/rdb/uint32.h
-lib/libQwSpriteField.a
-lib/libQwSpriteField.so
-lib/libQwSpriteField.so.7
-lib/libjs.a
-lib/libjs.so
-lib/libjs.so.3
-lib/libmimelib.a
-lib/libmimelib.so
-lib/libmimelib.so.2
-lib/librdb.a
-lib/librdb.so
-lib/librdb.so.56
-@dirrm include/rdb
-@dirrm include/mimelib
OpenPOWER on IntegriCloud