summaryrefslogtreecommitdiffstats
path: root/news
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 /news
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 'news')
-rw-r--r--news/Makefile1
-rw-r--r--news/krn/Makefile26
-rw-r--r--news/krn/distinfo1
-rw-r--r--news/krn/files/patch-aa15
-rw-r--r--news/krn/files/patch-ab11
-rw-r--r--news/krn/pkg-comment1
-rw-r--r--news/krn/pkg-descr3
-rw-r--r--news/krn/pkg-plist47
8 files changed, 0 insertions, 105 deletions
diff --git a/news/Makefile b/news/Makefile
index 10939d5..d8df9be 100644
--- a/news/Makefile
+++ b/news/Makefile
@@ -22,7 +22,6 @@
SUBDIR += inn
SUBDIR += inn-stable
SUBDIR += knews
- SUBDIR += krn
SUBDIR += leafnode
SUBDIR += leafnode+
SUBDIR += newsfetch
diff --git a/news/krn/Makefile b/news/krn/Makefile
deleted file mode 100644
index 53eefa8..0000000
--- a/news/krn/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# New ports collection makefile for: Krn
-# Date created: Sun Apr 16 14:19:19 PDT 2000
-# Whom: adsharma@sharmas.dhs.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= krn
-PORTVERSION= 0.6.11
-CATEGORIES= news kde
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= adsharma@sharmas.dhs.org
-
-LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \
- uu.1:${PORTSDIR}/converters/uulib \
- mimelib.1:${PORTSDIR}/converters/mimelib
-
-USE_KDELIBS_VER=1
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include
-CONFIGURE_ARGS+=--with-qt-includes=${X11BASE}/include/X11/qt
-
-.include <bsd.port.mk>
diff --git a/news/krn/distinfo b/news/krn/distinfo
deleted file mode 100644
index 84b10d6..0000000
--- a/news/krn/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (krn-0.6.11.tar.gz) = 3b4c1ccccc0f8ecfabf8751a0ea5157f
diff --git a/news/krn/files/patch-aa b/news/krn/files/patch-aa
deleted file mode 100644
index c1c72ef..0000000
--- a/news/krn/files/patch-aa
+++ /dev/null
@@ -1,15 +0,0 @@
---- krn/groupdlg.cpp- Wed Feb 9 02:52:56 2000
-+++ krn/groupdlg.cpp Sat Apr 15 23:14:32 2000
-@@ -1132,9 +1132,11 @@
- return true;
- }
-
-+ QStrList filesCopy = QStrList(*files);
-+
- debug ("%d files waiting",files->count());
- int c=1;
-- for (char *fname=files->first();fname!=0;fname=files->next(),c++)
-+ for (char *fname= filesCopy.first();fname!=0; fname=filesCopy.next(),c++)
- {
- debug ("Sending %s, %d of %d",fname,c,files->count());
- updateCounter(QString("Sending ")+fname);
diff --git a/news/krn/files/patch-ab b/news/krn/files/patch-ab
deleted file mode 100644
index 10cde87..0000000
--- a/news/krn/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- kdecode/Makefile.in Wed Feb 9 05:53:23 2000
-+++ kdecode/Makefile.in.new Fri Jun 9 13:27:33 2000
-@@ -175,7 +175,7 @@
-
- kdecode_LDFLAGS = $(all_libraries) $(KDE_RPATH)
-
--kdecode_LDADD = $(LIB_KFILE) -luulib $(LIBCOMPAT)
-+kdecode_LDADD = $(LIB_KFILE) -luu $(LIBCOMPAT)
- mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
- CONFIG_HEADER = ../config.h
- CONFIG_CLEAN_FILES =
diff --git a/news/krn/pkg-comment b/news/krn/pkg-comment
deleted file mode 100644
index 2d1751f..0000000
--- a/news/krn/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-KDE based news reader
diff --git a/news/krn/pkg-descr b/news/krn/pkg-descr
deleted file mode 100644
index 4d1b9a6..0000000
--- a/news/krn/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-KDE based news reader
-
-WWW: http://krn.sourceforge.net/
diff --git a/news/krn/pkg-plist b/news/krn/pkg-plist
deleted file mode 100644
index 5b36c23..0000000
--- a/news/krn/pkg-plist
+++ /dev/null
@@ -1,47 +0,0 @@
-bin/kdecode
-bin/krn
-bin/krnconvert
-bin/krnsubsql
-share/doc/HTML/en/krn/index.html
-share/doc/HTML/en/krn/articles.html
-share/doc/HTML/en/krn/groups.html
-share/doc/HTML/en/krn/offline.html
-share/doc/HTML/en/krn/overview.html
-share/doc/HTML/en/krn/gigabase.html
-@dirrm share/doc/HTML/en/krn
-share/applnk/Applications/Internet/Krn.kdelnk
-share/apps/krn/toolbar/black-bullet.xpm
-share/apps/krn/toolbar/filemail.xpm
-share/apps/krn/toolbar/previous.xpm
-share/apps/krn/toolbar/right.xpm
-share/apps/krn/toolbar/closed.xpm
-share/apps/krn/toolbar/krnfolder.xpm
-share/apps/krn/toolbar/read.xpm
-share/apps/krn/toolbar/subscr.xpm
-share/apps/krn/toolbar/connected.xpm
-share/apps/krn/toolbar/green-bullet.xpm
-share/apps/krn/toolbar/red-bullet.xpm
-share/apps/krn/toolbar/followup.xpm
-share/apps/krn/toolbar/disconnected.xpm
-share/apps/krn/toolbar/left.xpm
-share/apps/krn/toolbar/reload.xpm
-share/apps/krn/toolbar/tagged.xpm
-share/apps/krn/toolbar/deco.xpm
-share/apps/krn/toolbar/logo.xpm
-share/apps/krn/toolbar/save.xpm
-share/apps/krn/toolbar/fileprint.xpm
-share/apps/krn/toolbar/locked.xpm
-share/apps/krn/toolbar/catch.xpm
-share/apps/krn/toolbar/thumb_up.xpm
-share/apps/krn/toolbar/attach.xpm
-share/apps/krn/toolbar/mailpost.xpm
-share/apps/krn/toolbar/fileforward.xpm
-share/apps/krn/toolbar/send.xpm
-share/apps/krn/toolbar/find.xpm
-share/apps/krn/toolbar/feather_white.xpm
-share/apps/krn/toolbar/pub_key_red.xpm
-share/apps/krn/toolbar/thread.xpm
-share/apps/krn/toolbar/down.xpm
-@dirrm share/apps/krn/toolbar
-@dirrm share/apps/krn
-share/icons/krn.xpm
OpenPOWER on IntegriCloud