Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Mar 2013 22:34:27 +0000 (UTC)
From:      Alberto Villa <avilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315578 - in head: . x11/kdelibs4 x11/kdelibs4/files
Message-ID:  <201303292234.r2TMYSG3064691@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: avilla
Date: Fri Mar 29 22:34:27 2013
New Revision: 315578
URL: http://svnweb.freebsd.org/changeset/ports/315578

Log:
  - Set KDE4_BUILD_TESTS to off.
  - Bump PORTREVISION.
  - Add UPDATING note about required kio-upnp-ms fix procedure.

Modified:
  head/UPDATING
  head/x11/kdelibs4/Makefile
  head/x11/kdelibs4/files/patch-cmake_modules_FindKDE4Internal.cmake

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Fri Mar 29 21:57:35 2013	(r315577)
+++ head/UPDATING	Fri Mar 29 22:34:27 2013	(r315578)
@@ -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
 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.

Modified: head/x11/kdelibs4/Makefile
==============================================================================
--- head/x11/kdelibs4/Makefile	Fri Mar 29 21:57:35 2013	(r315577)
+++ head/x11/kdelibs4/Makefile	Fri Mar 29 22:34:27 2013	(r315578)
@@ -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

Modified: head/x11/kdelibs4/files/patch-cmake_modules_FindKDE4Internal.cmake
==============================================================================
--- head/x11/kdelibs4/files/patch-cmake_modules_FindKDE4Internal.cmake	Fri Mar 29 21:57:35 2013	(r315577)
+++ head/x11/kdelibs4/files/patch-cmake_modules_FindKDE4Internal.cmake	Fri Mar 29 22:34:27 2013	(r315578)
@@ -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")
  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303292234.r2TMYSG3064691>