[67457] trunk/dports/kde/kdebase4-runtime

snc at macports.org snc at macports.org
Mon May 10 07:58:13 PDT 2010


Revision: 67457
          http://trac.macports.org/changeset/67457
Author:   snc at macports.org
Date:     2010-05-10 07:58:11 -0700 (Mon, 10 May 2010)
Log Message:
-----------
update version, use no_* variants

Modified Paths:
--------------
    trunk/dports/kde/kdebase4-runtime/Portfile

Added Paths:
-----------
    trunk/dports/kde/kdebase4-runtime/files/
    trunk/dports/kde/kdebase4-runtime/files/disable-slp.diff
    trunk/dports/kde/kdebase4-runtime/files/patch-disable-nepomuk.diff

Modified: trunk/dports/kde/kdebase4-runtime/Portfile
===================================================================
--- trunk/dports/kde/kdebase4-runtime/Portfile	2010-05-10 14:57:06 UTC (rev 67456)
+++ trunk/dports/kde/kdebase4-runtime/Portfile	2010-05-10 14:58:11 UTC (rev 67457)
@@ -5,7 +5,7 @@
 PortGroup           kde4   1.0
 
 name                kdebase4-runtime
-version             4.4.2
+version             4.4.3
 categories          kde kde4
 maintainers         snc sharky
 description         Shared data needed by KDE4 programs
@@ -16,9 +16,9 @@
 master_sites        kde:stable/${version}/src/
 use_bzip2           yes
 distname            kdebase-runtime-${version}
-checksums           md5     d46fca58103624c28fcdf3fbd63262eb \
-                    sha1    3ad83397a5102ea101c913346721c7f6ca0ad3b8 \
-                    rmd160  d45160a1d42e4a38b88532ae5fbd26beddd18d0d
+checksums           md5     3d5ad5eb5eeef2656cab860ae9f7c079 \
+                    sha1    e060fb54b5d275bc06224a0e2eecc158518c9934 \
+                    rmd160  19afbfbcd7ed8e114581e19505a155496b5d9af9
 
 depends_lib-append  port:kdelibs4 \
                     port:qimageblitz \
@@ -39,12 +39,18 @@
                             -DXINE_LIBRARY=\"\"
 }
 
-variant openslp description {Provides SLP support in the network:/ kioslave} {
-    depends_lib-append port:openslp
+patch.dir           ${workpath}/${distname}
+
+variant no_slp description {Remove SLP support in the network:/ kioslave} {
+    depends_lib-delete  port:openslp
+    #patchfiles-delete   patch-disable-slp.diff
 }
 
-variant exiv2 description {Provides support for automatic rotation of JPEGs in the thumbnail kioslave} {
-    depends_lib-append port:exiv2
+variant no_nepomuk description {Disable building of the Nepomuk semantic desktop system} {
+    depends_lib-delete  port:redland (check for -bindings as well)
+    depends_lib-delete  port:raptor
+    depends_lib-delete  port:virtuoso
+    #patchfiles-append   patch-disable-nepomuk.diff
 }
 
 post-destroot {
@@ -52,5 +58,7 @@
     file delete ${destroot}${prefix}/share/icons/hicolor/index.theme
 }
 
+universal_variant   no
+
 livecheck.url       http://mirrors.ibiblio.org/pub/mirrors/kde/stable/latest/src/
 livecheck.regex     kdebase-runtime-(\\d+\\.\\d+\\.\\d+)${extract.suffix}

Added: trunk/dports/kde/kdebase4-runtime/files/disable-slp.diff
===================================================================
--- trunk/dports/kde/kdebase4-runtime/files/disable-slp.diff	                        (rev 0)
+++ trunk/dports/kde/kdebase4-runtime/files/disable-slp.diff	2010-05-10 14:58:11 UTC (rev 67457)
@@ -0,0 +1,11 @@
+--- CMakeLists.txt.orig	2010-05-07 15:42:44.000000000 -0400
++++ CMakeLists.txt	2010-05-07 15:43:36.000000000 -0400
+@@ -23,7 +23,7 @@
+ macro_log_feature(SOPRANO_PLUGIN_RAPTORPARSER_FOUND "Soprano Raptor Parser" "RDF parser plugin for Soprano" "http://soprano.sourceforge.net" FALSE "" "The Soprano raptor parser plugin is required to build the Nepomuk semantic desktop system.")
+ macro_log_feature(SOPRANO_PLUGIN_REDLANDBACKEND_FOUND "Soprano Redland Backend" "Redland storage backend for Soprano" "http://soprano.sourceforge.net" FALSE "" "The Soprano redland backend is required to build the Nepomuk semantic desktop system.")
+ 
+-macro_optional_find_package(SLP)
++#macro_optional_find_package(SLP)
+ macro_log_feature( SLP_FOUND
+   "OpenSLP" "SLP (Service Location Protocol) implementation" "http://www.openslp.org/" FALSE
+   "" "Provides SLP support in the network:/ kioslave."

Added: trunk/dports/kde/kdebase4-runtime/files/patch-disable-nepomuk.diff
===================================================================
--- trunk/dports/kde/kdebase4-runtime/files/patch-disable-nepomuk.diff	                        (rev 0)
+++ trunk/dports/kde/kdebase4-runtime/files/patch-disable-nepomuk.diff	2010-05-10 14:58:11 UTC (rev 67457)
@@ -0,0 +1,11 @@
+--- CMakeLists.txt.orig	2010-05-07 15:42:44.000000000 -0400
++++ CMakeLists.txt	2010-05-07 15:42:54.000000000 -0400
+@@ -17,7 +17,7 @@
+ include(CheckIncludeFiles)
+ 
+ set(SOPRANO_MIN_VERSION "2.3.70")
+-macro_optional_find_package(Nepomuk)
++#macro_optional_find_package(Nepomuk)
+ macro_log_feature(Nepomuk_FOUND "Nepomuk" "Nepomuk Libraries" "kdelibs" FALSE "" "Required to build Nepomuk.")
+ macro_log_feature(SOPRANO_PLUGIN_VIRTUOSOBACKEND_FOUND "Soprano Virtuoso Backend" "Virtuoso storage backend for Soprano" "http://soprano.sourceforge.net" FALSE "" "The Soprano Virtuoso backend is required to run the Nepomuk semantic desktop system.")
+ macro_log_feature(SOPRANO_PLUGIN_RAPTORPARSER_FOUND "Soprano Raptor Parser" "RDF parser plugin for Soprano" "http://soprano.sourceforge.net" FALSE "" "The Soprano raptor parser plugin is required to build the Nepomuk semantic desktop system.")
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100510/ada6a71e/attachment.html>


More information about the macports-changes mailing list