diff options
-rw-r--r-- | UPDATING | 13 | ||||
-rw-r--r-- | x11/kdelibs4/Makefile | 1 | ||||
-rw-r--r-- | x11/kdelibs4/files/patch-cmake_modules_FindKDE4Internal.cmake | 13 |
3 files changed, 25 insertions, 2 deletions
@@ -5,6 +5,18 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20130329: + AFFECTS: users of net/kio-upnp-ms + AUTHOR: avilla@FreeBSD.org + + A wrong setting in x11/kdelibs4 was causing some unlisted files to + be installed. Remember to delete them after updating x11/kdelibs4 to + 4.10.1_1: + + # rm /usr/local/kde4/bin/upnpmstest + # rm /usr/local/kde4/bin/stattest + # rm /usr/local/kde4/bin/recursive_upnp + 20130327: AFFECTS: users of mail/opensmtpd AUTHOR: ashish@FreeBSD.org @@ -17,6 +29,7 @@ you update your ports collection, before attempting any port upgrades. 20130327: AFFECTS: users of KDE SC 4 AUTHOR: kde@FreeBSD.org + KDE SC ports have been updated to 4.10.1. kdelibs4 does no longer directly use aspell or hspell, to regain their functionality enable corresponding option in textproc/enchant. diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile index 0f4e7236eeb5..a760bde3428e 100644 --- a/x11/kdelibs4/Makefile +++ b/x11/kdelibs4/Makefile @@ -3,6 +3,7 @@ PORTNAME= kdelibs PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src diff --git a/x11/kdelibs4/files/patch-cmake_modules_FindKDE4Internal.cmake b/x11/kdelibs4/files/patch-cmake_modules_FindKDE4Internal.cmake index 3180d70d340c..88e0a69daf6b 100644 --- a/x11/kdelibs4/files/patch-cmake_modules_FindKDE4Internal.cmake +++ b/x11/kdelibs4/files/patch-cmake_modules_FindKDE4Internal.cmake @@ -1,5 +1,14 @@ ---- ./cmake/modules/FindKDE4Internal.cmake.orig 2012-11-30 07:17:39.000000000 +0000 -+++ ./cmake/modules/FindKDE4Internal.cmake 2013-02-15 15:45:41.732493091 +0000 +--- ./cmake/modules/FindKDE4Internal.cmake.orig 2013-03-01 07:26:13.335789000 +0100 ++++ ./cmake/modules/FindKDE4Internal.cmake 2013-03-29 21:51:00.038340976 +0100 +@@ -716,7 +716,7 @@ + ##################### provide some options ########################################## + + option(KDE4_ENABLE_FINAL "Enable final all-in-one compilation") +-option(KDE4_BUILD_TESTS "Build the tests" ON) ++option(KDE4_BUILD_TESTS "Build the tests") + option(KDE4_ENABLE_HTMLHANDBOOK "Create targets htmlhandbook for creating the html versions of the docbook docs") + set(KDE4_SERIALIZE_TOOL "" CACHE STRING "Tool to serialize resource-intensive commands in parallel builds") + @@ -893,8 +893,8 @@ _set_fancy(XDG_MIME_INSTALL_DIR "${SHARE_INSTALL_PREFIX}/mime/packages" "The install dir for the xdg mimetypes") |