summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Villa <avilla@FreeBSD.org>2013-03-29 22:34:27 +0000
committerAlberto Villa <avilla@FreeBSD.org>2013-03-29 22:34:27 +0000
commit0e887bf96a9a316761c4b0493f8b9cb6419a30e2 (patch)
tree33c7bb755e95118d1d9b8e664eeb7140525a2da8
parentFix build (diff)
- Set KDE4_BUILD_TESTS to off.
- Bump PORTREVISION. - Add UPDATING note about required kio-upnp-ms fix procedure.
Notes
Notes: svn path=/head/; revision=315578
-rw-r--r--UPDATING13
-rw-r--r--x11/kdelibs4/Makefile1
-rw-r--r--x11/kdelibs4/files/patch-cmake_modules_FindKDE4Internal.cmake13
3 files changed, 25 insertions, 2 deletions
diff --git a/UPDATING b/UPDATING
index 87428c68b6af..c0e556b60c12 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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")