diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-02-05 01:23:10 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-02-05 01:23:10 +0000 |
commit | 38a92d46fecb74d6b431e72fb051d4852ae09192 (patch) | |
tree | 9175166a8d864537bf06b6192f8990ba59164986 /net/kdenetwork3/Makefile | |
parent | baa573cc0f3c67d02f961def5da5d4b3fccc5e54 (diff) | |
download | ports-38a92d46fecb74d6b431e72fb051d4852ae09192.tar.gz ports-38a92d46fecb74d6b431e72fb051d4852ae09192.zip |
Update to KDE 3.2.0
Important changes:
==================
- Kmail and knode have been moved from kdenetwork to kdepim. This
means you will have to install kdepim if you want to continue using
kmail or knode. This is to ease integration with korganizer, in
the new 'Kontact' application.
- The arabic translations for KDE and KOffice have been moved from
misc to the arabic category.
- There is a new module called kdeaccessibility in the accessibility
category. It contains a few utilities for disabled users like a
magnification lens and a text-to-speech frontend.
- In KDM, you need to select the 'CUSTOM' session profile in order
to have your .xsession executed. This is particularly important if
you're using the aegypten tools
(http://freebsd.kde.org/howtos/aegypten-kmail.php).
- We have started making more parts of the ports optional. In kdepim,
both Kandy and KPilot can be turned off with ports-knobs. This
process will continue in the 3.2 series.
Notes
Notes:
svn path=/head/; revision=100015
Diffstat (limited to 'net/kdenetwork3/Makefile')
-rw-r--r-- | net/kdenetwork3/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile index fc6c89d505f9..ce508dd3539a 100644 --- a/net/kdenetwork3/Makefile +++ b/net/kdenetwork3/Makefile @@ -8,18 +8,15 @@ PORTNAME= kdenetwork PORTVERSION= ${KDE_VERSION} -PORTREVISION= 2 -CATEGORIES?= net news kde +CATEGORIES?= net kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${KDE_VERSION}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src DIST_SUBDIR= KDE MAINTAINER?= kde@FreeBSD.org COMMENT= Network-related programs and modules for KDE -LIB_DEPENDS= uu.3:${PORTSDIR}/converters/uulib - -CONFLICTS= mimelib-1.1.* +CONFLICTS= kopete-* USE_KDELIBS_VER=3 PREFIX= ${KDE_PREFIX} @@ -27,6 +24,7 @@ KDE_BUILD_PLIST=yes USE_BZIP2= yes USE_GMAKE= yes +USE_REINPLACE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes |