aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authoravilla <avilla@FreeBSD.org>2013-03-30 06:34:27 +0800
committeravilla <avilla@FreeBSD.org>2013-03-30 06:34:27 +0800
commit6bbdad31ff085de888b96dc077e0b5accba1e055 (patch)
tree33c7bb755e95118d1d9b8e664eeb7140525a2da8 /x11
parente03e6db1a9ebfcd346269dbb065c101ea94408b1 (diff)
downloadfreebsd-ports-gnome-6bbdad31ff085de888b96dc077e0b5accba1e055.tar.gz
freebsd-ports-gnome-6bbdad31ff085de888b96dc077e0b5accba1e055.tar.zst
freebsd-ports-gnome-6bbdad31ff085de888b96dc077e0b5accba1e055.zip
- Set KDE4_BUILD_TESTS to off.
- Bump PORTREVISION. - Add UPDATING note about required kio-upnp-ms fix procedure.
Diffstat (limited to 'x11')
-rw-r--r--x11/kdelibs4/Makefile1
-rw-r--r--x11/kdelibs4/files/patch-cmake_modules_FindKDE4Internal.cmake13
2 files changed, 12 insertions, 2 deletions
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")