summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2003-07-30 16:06:53 +0000
committermarkd <markd@pkgsrc.org>2003-07-30 16:06:53 +0000
commit9923e30d225dc26dacad24ddb862ae303d65c956 (patch)
tree176b054ed320f4592c367672bb623aa6a3849059
parentcb0f57025d4ee4dc6bebca3bf444f53fcd65dd49 (diff)
downloadpkgsrc-9923e30d225dc26dacad24ddb862ae303d65c956.tar.gz
Remove kde3 (moved to meta-pkgs).
-rw-r--r--x11/Makefile3
-rw-r--r--x11/kde3/DESCR7
-rw-r--r--x11/kde3/Makefile35
-rw-r--r--x11/kde3/Makefile.foo_main11
-rw-r--r--x11/kde3/Makefile.kde321
-rw-r--r--x11/kde3/PLIST2
-rw-r--r--x11/kde3/buildlink2.mk93
-rw-r--r--x11/kde3/files/foo_main.cpp6
8 files changed, 1 insertions, 177 deletions
diff --git a/x11/Makefile b/x11/Makefile
index 018839e9e80..2f0ed89cd8c 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.299 2003/07/23 17:00:42 jschauma Exp $
+# $NetBSD: Makefile,v 1.300 2003/07/30 16:06:53 markd Exp $
#
COMMENT= Packages to support the X window system
@@ -66,7 +66,6 @@ SUBDIR+= hot-babe
SUBDIR+= imwheel
SUBDIR+= kde
SUBDIR+= kde2
-SUBDIR+= kde3
SUBDIR+= kde3-i18n-af
SUBDIR+= kde3-i18n-ar
SUBDIR+= kde3-i18n-bg
diff --git a/x11/kde3/DESCR b/x11/kde3/DESCR
deleted file mode 100644
index 4b227c2c463..00000000000
--- a/x11/kde3/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-KDE provides an integrated X11 based environment, much like CDE.
-
-This package does not contain anything by itself -- it is a
-"meta-package" that depends on other KDE packages. Its sole purpose is
-to require dependencies so users can install this package only and
-have all the KDE stuff pulled in by the port/package dependency
-mechanism.
diff --git a/x11/kde3/Makefile b/x11/kde3/Makefile
deleted file mode 100644
index 1bc7b4d07e4..00000000000
--- a/x11/kde3/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# $NetBSD: Makefile,v 1.27 2003/07/29 12:34:25 markd Exp $
-
-DISTNAME= kde-3.1.2
-PKGREVISION= 1
-CATEGORIES= x11 kde
-MASTER_SITES= # empty
-DISTFILES= # empty
-
-MAINTAINER= skrll@NetBSD.org
-HOMEPAGE= http://www.kde.org/
-COMMENT= "meta-package" for the KDE integrated X11 desktop
-
-DEPENDS+= kdeartwork-3.1.2nb1:../../misc/kdeartwork3
-DEPENDS+= kdeaddons-3.1.2nb1:../../misc/kdeaddons3
-DEPENDS+= kdeadmin-3.1.2nb1:../../misc/kdeadmin3
-DEPENDS+= kdeedu-3.1.2nb1:../../misc/kdeedu3
-DEPENDS+= kdegames-3.1.2nb1:../../games/kdegames3
-DEPENDS+= kdegraphics-3.1.2nb1:../../graphics/kdegraphics3
-DEPENDS+= kdemultimedia-3.1.2nb2:../../audio/kdemultimedia3
-DEPENDS+= kdenetwork-3.1.2nb1:../../net/kdenetwork3
-DEPENDS+= kdepim-3.1.2nb2:../../misc/kdepim3
-DEPENDS+= kdetoys-3.1.2nb1:../../games/kdetoys3
-DEPENDS+= kdeutils-3.1.2nb1:../../misc/kdeutils3
-DEPENDS+= quanta-3.1.2nb1:../../www/quanta3
-
-EXTRACT_ONLY= # empty
-USE_BUILDLINK2= yes
-USE_X11BASE= yes
-NO_CHECKSUM= yes
-NO_CONFIGURE= yes
-NO_BUILD= yes
-
-do-install: # empty
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/x11/kde3/Makefile.foo_main b/x11/kde3/Makefile.foo_main
deleted file mode 100644
index d0cd734cdaf..00000000000
--- a/x11/kde3/Makefile.foo_main
+++ /dev/null
@@ -1,11 +0,0 @@
-# $NetBSD: Makefile.foo_main,v 1.1 2003/01/20 10:04:01 skrll Exp $
-#
-# This Makefile fragment is included in a KDE package Makefile to
-# create foo_main.cpp files needed to fix the linking modules into
-# binaries/libraries problem that affects a.out platforms.
-
-post-patch:
- @for f in ${FOO_MAIN_FILES}; do \
- ${LN} -s ${.CURDIR}/../../x11/kde3/files/foo_main.cpp \
- ${WRKSRC}/$${f}; \
- done
diff --git a/x11/kde3/Makefile.kde3 b/x11/kde3/Makefile.kde3
deleted file mode 100644
index 9d8a12c20a3..00000000000
--- a/x11/kde3/Makefile.kde3
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile.kde3,v 1.12 2003/07/17 22:56:34 grant Exp $
-#
-# This Makefile fragment is included at the top of package Makefiles for
-# KDE3-distributed packages (they all share common configure and build
-# settings).
-
-CATEGORIES+= kde
-_KDE_VERSION= 3.1.2
-MASTER_SITES_KDE= ftp://ftp.kde.org/pub/kde/stable/${_KDE_VERSION}/src/ \
- ftp://ftp.us.kde.org/pub/kde/stable/${_KDE_VERSION}/src/ \
- ftp://ftp.de.kde.org/pub/kde/stable/${_KDE_VERSION}/src/
-MASTER_SITES?= ${MASTER_SITES_KDE}
-EXTRACT_SUFX?= .tar.bz2
-
-MAINTAINER?= skrll@NetBSD.org
-HOMEPAGE?= http://www.kde.org/
-
-USE_GMAKE= YES
-GNU_CONFIGURE= YES
-USE_LIBTOOL= YES
-SHLIBTOOL_OVERRIDE= ${WRKSRC}/libtool
diff --git a/x11/kde3/PLIST b/x11/kde3/PLIST
deleted file mode 100644
index e4d41ebe39d..00000000000
--- a/x11/kde3/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2002/08/25 19:23:34 jlam Exp $
-@comment this plist intentionally left empty
diff --git a/x11/kde3/buildlink2.mk b/x11/kde3/buildlink2.mk
deleted file mode 100644
index 3ea5e99fe8d..00000000000
--- a/x11/kde3/buildlink2.mk
+++ /dev/null
@@ -1,93 +0,0 @@
-# $NetBSD: buildlink2.mk,v 1.4 2003/03/16 18:16:32 jmmv Exp $
-#
-# This Makefile fragment is included by packages that use the KDE3
-# configure-and-build process.
-#
-# To use this Makefile fragment, simply include this Makefile fragment in
-# the package Makefile.
-#
-# The buildlink strategy with KDE3 packages is:
-#
-# * pass UIC to the configure script, as the KDE3 configure scripts now
-# check for its existance and fail if its not found.
-#
-# * pass USER_LDFLAGS to the configure script, containing the value of
-# LDFLAGS as set by bsd.pkg.mk; this should pass all of the necessary
-# library directory and rpath settings to the compiler/linker to find
-# the X11, Qt-3.x, and KDE-3.x libraries.
-#
-# We pass the following values via options to the configure script:
-#
-# * datadir is where all of the KDE3 data files go
-# * qt-dir is the location of QT3 for build purposes
-# * extra-includes is where headers for dependencies may be found
-#
-# We _don't_ pass the following values via options to the configure script:
-#
-# * extra-libs contains library directories that are added to both the
-# rpath via -R and to the linker flags via -L; we don't need this
-# since we pass them in directly via ${USER_LDFLAGS}
-#
-# We also disable the rpath setting by the configure script since it often
-# guesses wrong on odd setups, and since we already pass all of the required
-# flags through USER_LDFLAGS.
-#
-# The qt3-tools and qt3-libs buildlink2.mk files are also pulled in as all
-# KDE3 pkgs need them.
-
-.if !defined(KDE3_BUILDLINK2_MK)
-KDE3_BUILDLINK2_MK= # defined
-
-# All KDE3 packages satisfy the requirements for USE_X11BASE. This also
-# forces all KDE3 packages to have a common installation prefix.
-#
-USE_X11BASE= YES
-
-.include "../../mk/bsd.prefs.mk"
-
-KDEDIR?= ${X11PREFIX}
-QTDIR?= ${X11PREFIX}/qt3
-
-CONFIGURE_ARGS+= --datadir="${KDEDIR}/share/kde"
-CONFIGURE_ARGS+= --with-qt-dir="${QTDIR}"
-CONFIGURE_ARGS+= --with-extra-includes="${_KDE3_EXTRA_INCLUDES}"
-CONFIGURE_ARGS+= --disable-rpath
-CONFIGURE_ARGS+= --disable-debug
-.if exists(${X11BASE}/lib/libXinerama.so)
-CONFIGURE_ARGS+= --with-xinerama
-.endif
-
-CONFIGURE_ENV+= USER_LDFLAGS="${LDFLAGS}"
-LDFLAGS+= -L${QTDIR}/lib
-
-_KDE3_EXTRA_INCLUDES?= ${LOCALBASE}/include:${X11BASE}/include
-
-KDE_CONFIG_SITE?= ${KDEDIR}/share/kde/config.site \
- ${KDEDIR}/etc/config.site
-
-CONFIGURE_ENV+= KDEDIR="${KDEDIR}"
-CONFIGURE_ENV+= CONFIG_SITE="${KDE_CONFIG_SITE}"
-CONFIGURE_ENV+= kde_appsdir="${KDEDIR}/share/kde/applnk"
-CONFIGURE_ENV+= kde_cgidir="${KDEDIR}/kde-cgi-bin"
-CONFIGURE_ENV+= kde_confdir="${KDEDIR}/share/kde/config"
-CONFIGURE_ENV+= kde_datadir="${KDEDIR}/share/kde/apps"
-CONFIGURE_ENV+= kde_htmldir="${KDEDIR}/share/doc/kde/HTML"
-CONFIGURE_ENV+= kde_icondir="${KDEDIR}/share/kde/icons"
-.if defined(USE_PKGLOCALEDIR) && !empty(USE_PKGLOCALEDIR:M[Yy][Ee][Ss])
-CONFIGURE_ENV+= kde_locale="${KDEDIR}/${PKGLOCALEDIR}/locale"
-.else
-CONFIGURE_ENV+= kde_locale="${KDEDIR}/share/kde/locale"
-.endif
-CONFIGURE_ENV+= kde_mimedir="${KDEDIR}/share/kde/mimelnk"
-CONFIGURE_ENV+= kde_servicesdir="${KDEDIR}/share/kde/services"
-CONFIGURE_ENV+= kde_servicetypesdir="${KDEDIR}/share/kde/servicetypes"
-CONFIGURE_ENV+= kde_sounddir="${KDEDIR}/share/kde/sounds"
-CONFIGURE_ENV+= kde_templatesdir="${KDEDIR}/share/kde/templates"
-CONFIGURE_ENV+= kde_toolbardir="${KDEDIR}/share/kde/toolbar"
-CONFIGURE_ENV+= kde_wallpaperdir="${KDEDIR}/share/kde/wallpapers"
-
-BUILDLINK_DEPMETHOD.qt3-tools= build
-
-.include "../../x11/qt3-tools/buildlink2.mk"
-
-.endif # KDE3_BUILDLINK2_MK
diff --git a/x11/kde3/files/foo_main.cpp b/x11/kde3/files/foo_main.cpp
deleted file mode 100644
index 059fb40c1a4..00000000000
--- a/x11/kde3/files/foo_main.cpp
+++ /dev/null
@@ -1,6 +0,0 @@
-extern "C" int kdemain(int, char* []);
-
-int main( int argc, char* argv[] )
-{
- return kdemain(argc, argv);
-}