[67402] trunk/dports/kde/kdeutils4

snc at macports.org snc at macports.org
Fri May 7 12:57:21 PDT 2010


Revision: 67402
          http://trac.macports.org/changeset/67402
Author:   snc at macports.org
Date:     2010-05-07 12:57:19 -0700 (Fri, 07 May 2010)
Log Message:
-----------
update version, switch to no_* variants

Modified Paths:
--------------
    trunk/dports/kde/kdeutils4/Portfile

Added Paths:
-----------
    trunk/dports/kde/kdeutils4/files/patch-disable-gmp.diff
    trunk/dports/kde/kdeutils4/files/patch-disable-qimageblitz.diff

Modified: trunk/dports/kde/kdeutils4/Portfile
===================================================================
--- trunk/dports/kde/kdeutils4/Portfile	2010-05-07 19:47:53 UTC (rev 67401)
+++ trunk/dports/kde/kdeutils4/Portfile	2010-05-07 19:57:19 UTC (rev 67402)
@@ -5,7 +5,7 @@
 PortGroup           kde4   1.0
 
 name                kdeutils4
-version             4.4.2
+version             4.4.3
 conflicts           kdelibs4-experimental
 categories          kde kde4
 maintainers         snc sharky
@@ -16,18 +16,34 @@
 master_sites        kde:stable/${version}/src/
 use_bzip2           yes
 distname            kdeutils-${version}
-checksums           md5     c923ca61e295d073bdebd90b41827b03 \
-                    sha1    3a4a0a116632c5f939887996a63fcf002790776f \
-                    rmd160  912028a7869c165e12b59404451734d5c2de52c4
+checksums           md5     862ad8f17c0b2122a79c7d709a5ff5f3 \
+                    sha1    622d1692d1e21a3fb8e846d5041d5d0d7c1353ff \
+                    rmd160  3350e67d2ec6e57b4f5807d836a5581d4eee9fa4
 
 depends_lib-append  port:kdelibs4 port:kdebase4-runtime \
-                    port:libzip port:gmp port:libarchive
+                    port:libzip port:gmp port:libarchive \
+                    port:qca port:qimageblitz
 
-configure.args-append	../${distname}
+patch.dir           ${workpath}/${distname}
 
-variant qca description {Needed for most of the algorithms of the checksum tool in Okteta} {
-    depends_lib-append port:qca
+variant no_qca description {Disable most of the algorithms of the checksum tool in Okteta} {
+    depends_lib-delete  port:qca
+    patchfiles-append   patch-disable-qca2.diff
 }
 
+variant no_qimageblitz description {Disable building of SuperKaramba} {
+    depends_lib-delete  port:qimageblitz
+    patchfiles-append   patch-disable-qimageblitz.diff
+}
+
+variant no_gmp description {Diable building of KCalc} {
+    depends_lib-delete  port:gmp
+    patchfiles-append   patch-disable-gmp.diff
+}
+
+universal_variant   no
+
+configure.args-append	../${distname}
+
 livecheck.url       http://mirrors.ibiblio.org/pub/mirrors/kde/stable/latest/src/
 livecheck.regex     kdeutils-(\\d+\\.\\d+\\.\\d+)${extract.suffix}

Added: trunk/dports/kde/kdeutils4/files/patch-disable-gmp.diff
===================================================================
--- trunk/dports/kde/kdeutils4/files/patch-disable-gmp.diff	                        (rev 0)
+++ trunk/dports/kde/kdeutils4/files/patch-disable-gmp.diff	2010-05-07 19:57:19 UTC (rev 67402)
@@ -0,0 +1,11 @@
+--- CMakeLists.txt.orig	2010-05-07 15:21:05.000000000 -0400
++++ CMakeLists.txt	2010-05-07 15:22:04.000000000 -0400
+@@ -22,7 +22,7 @@
+   macro_optional_find_package( QImageBlitz )
+   macro_log_feature( QIMAGEBLITZ_FOUND "QImageBlitz" "An image effects library" "kdesupport" FALSE "" "Required for building SuperKaramba.")
+ endif(X11_FOUND)
+-macro_optional_find_package( GMP )
++#macro_optional_find_package( GMP )
+ macro_log_feature( GMP_FOUND "GMP" "The GNU Multiple Precision Arithmetic Library" "http://gmplib.org/" FALSE "" "Required for building KCalc.")
+ macro_optional_find_package( QCA2 )
+ macro_log_feature( QCA2_FOUND "QCA2" "Qt Cryptographic Architecture" "http://delta.affinix.com/qca" FALSE "2.0.0" "Needed for most of the algorithms of the checksum tool in Okteta." )

Added: trunk/dports/kde/kdeutils4/files/patch-disable-qimageblitz.diff
===================================================================
--- trunk/dports/kde/kdeutils4/files/patch-disable-qimageblitz.diff	                        (rev 0)
+++ trunk/dports/kde/kdeutils4/files/patch-disable-qimageblitz.diff	2010-05-07 19:57:19 UTC (rev 67402)
@@ -0,0 +1,11 @@
+--- CMakeLists.txt.orig	2010-05-07 15:21:05.000000000 -0400
++++ CMakeLists.txt	2010-05-07 15:21:21.000000000 -0400
+@@ -19,7 +19,7 @@
+ 
+ # --- check for dependencies ---
+ if(X11_FOUND)
+-  macro_optional_find_package( QImageBlitz )
++  #macro_optional_find_package( QImageBlitz )
+   macro_log_feature( QIMAGEBLITZ_FOUND "QImageBlitz" "An image effects library" "kdesupport" FALSE "" "Required for building SuperKaramba.")
+ endif(X11_FOUND)
+ macro_optional_find_package( GMP )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100507/1f50cd6b/attachment.html>


More information about the macports-changes mailing list