diff options
author | beat <beat@FreeBSD.org> | 2012-12-30 20:03:51 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2012-12-30 20:03:51 +0800 |
commit | 352a027ff1d6a67bd3340c53a88d4e6e065442cf (patch) | |
tree | a214ba11e75e07195d48665d94fbc98175221736 /x11 | |
parent | bdcc86d2fdcf4010704e36ffd93177e340910c21 (diff) | |
download | freebsd-ports-gnome-352a027ff1d6a67bd3340c53a88d4e6e065442cf.tar.gz freebsd-ports-gnome-352a027ff1d6a67bd3340c53a88d4e6e065442cf.tar.zst freebsd-ports-gnome-352a027ff1d6a67bd3340c53a88d4e6e065442cf.zip |
- Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8
was released in 2007 and KDE 3.5.10 in 2008 and both are no longer
maintained upstream nor in our tree.
- Set EXPIRATION_DATE to 2013-07-01
Discussed with: bapt, tabthorpe
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kde-lite/Makefile | 3 | ||||
-rw-r--r-- | x11/kde3/Makefile | 3 | ||||
-rw-r--r-- | x11/kdebase3/Makefile | 3 | ||||
-rw-r--r-- | x11/kdelibs3-nocups/Makefile | 3 | ||||
-rw-r--r-- | x11/kdelibs3/Makefile | 3 | ||||
-rw-r--r-- | x11/xscreensaver-kde/Makefile | 3 |
6 files changed, 18 insertions, 0 deletions
diff --git a/x11/kde-lite/Makefile b/x11/kde-lite/Makefile index 4dd6b6e6ad87..9094912ba483 100644 --- a/x11/kde-lite/Makefile +++ b/x11/kde-lite/Makefile @@ -18,6 +18,9 @@ MASTERDIR= ${.CURDIR}/../../x11/kde3 CONFLICTS= kde-[0-9]* .endif +DEPRECATED= Depends on QT3; unmaintained +EXPIRATION_DATE= 2013-07-01 + WITHOUT_KDEVELOP= yes WITHOUT_KDEEDU= yes WITHOUT_KDEGAMES= yes diff --git a/x11/kde3/Makefile b/x11/kde3/Makefile index 2226ca7b4141..b9c5461eae41 100644 --- a/x11/kde3/Makefile +++ b/x11/kde3/Makefile @@ -22,6 +22,9 @@ COMMENT?= The "meta-port" for KDE CONFLICTS?= kde-lite-[0-9]* .endif +DEPRECATED= Depends on QT3; unmaintained +EXPIRATION_DATE= 2013-07-01 + ## This is the file where the selections made in the interactive dialog ## are saved in and initialized from. diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile index 48676454d8c4..4afd983f733e 100644 --- a/x11/kdebase3/Makefile +++ b/x11/kdebase3/Makefile @@ -22,6 +22,9 @@ LIB_DEPENDS= sasl2:${PORTSDIR}/security/cyrus-sasl2 \ CONFLICTS= kdeartwork-3.[2-3]* kdelibs-3.[0-4]* kdeutils-3.[0-2]* +DEPRECATED= Depends on QT3; unmaintained +EXPIRATION_DATE= 2013-07-01 + USE_KDELIBS_VER=3 USE_OPENLDAP= yes diff --git a/x11/kdelibs3-nocups/Makefile b/x11/kdelibs3-nocups/Makefile index d0a717b458f6..c765a789acfe 100644 --- a/x11/kdelibs3-nocups/Makefile +++ b/x11/kdelibs3-nocups/Makefile @@ -13,4 +13,7 @@ PLIST= ${.CURDIR}/pkg-plist WITHOUT_CUPS= yes MASTERDIR= ${.CURDIR}/../../x11/kdelibs3 +DEPRECATED= Depends on QT3; unmaintained +EXPIRATION_DATE= 2013-07-01 + .include "${MASTERDIR}/Makefile" diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index ff8b3176c359..a8d8c35b8b6e 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -48,6 +48,9 @@ CONFLICTS+= kdelibs-nocups-[0-9]* LIB_DEPENDS+= cups:${PORTSDIR}/print/cups-client .endif +DEPRECATED= Depends on QT3; unmaintained +EXPIRATION_DATE= 2013-07-01 + USE_BZIP2= yes USE_FAM= yes USE_GETTEXT= yes diff --git a/x11/xscreensaver-kde/Makefile b/x11/xscreensaver-kde/Makefile index 23801873862e..13e7e6dc3f12 100644 --- a/x11/xscreensaver-kde/Makefile +++ b/x11/xscreensaver-kde/Makefile @@ -18,6 +18,9 @@ DIST_SUBDIR= KDE MAINTAINER= ports@FreeBSD.org COMMENT= Support for xscreensaver blankers in KDE +DEPRECATED= Depends on QT3; unmaintained +EXPIRATION_DATE= 2013-07-01 + USE_KDELIBS_VER=3 USE_BZIP2= yes USE_AUTOTOOLS= libtool |