[133917] trunk/dports/science/bob/Portfile

devans at macports.org devans at macports.org
Sun Mar 15 12:29:28 PDT 2015


Revision: 133917
          https://trac.macports.org/changeset/133917
Author:   devans at macports.org
Date:     2015-03-15 12:29:28 -0700 (Sun, 15 Mar 2015)
Log Message:
-----------
bob: maintainer build fix, disables broken Qt4 feature (#46441).

Modified Paths:
--------------
    trunk/dports/science/bob/Portfile

Modified: trunk/dports/science/bob/Portfile
===================================================================
--- trunk/dports/science/bob/Portfile	2015-03-15 18:56:48 UTC (rev 133916)
+++ trunk/dports/science/bob/Portfile	2015-03-15 19:29:28 UTC (rev 133917)
@@ -8,7 +8,7 @@
 PortGroup           compiler_blacklist_versions 1.0
 
 github.setup        idiap bob 1.2.2 v
-revision            7
+revision            8
 set soversion       1.2
 categories          science math devel
 platforms           darwin
@@ -44,8 +44,7 @@
     port:boost \
     port:fftw-3 \
     port:vlfeat \
-    port:libsvm \
-    port:qt4-mac
+    port:libsvm
 
 # compiler needs to support C++11 features
 if {[lsearch [get_canonical_archs] ppc] != -1 || [lsearch [get_canonical_archs] ppc64] != -1} {
@@ -55,7 +54,7 @@
     compiler.blacklist gcc-4.0 gcc-4.2 apple-gcc-4.2 llvm-gcc-4.2 macports-llvm-gcc-4.2 {clang < 300}
 }
 
-configure.args      -DCMAKE_BUILD_TYPE=Release -DBOB_VERSION=${version} -DBOB_SOVERSION=${soversion}
+configure.args      -DCMAKE_BUILD_TYPE=Release -DBOB_VERSION=${version} -DBOB_SOVERSION=${soversion} -DWITH_QT4=OFF
 
 # blitz is not universal
 universal_variant   no
@@ -66,7 +65,7 @@
 
 variant python26 conflicts python27 description "Build for python 2.6" {
     depends_build-append  port:py26-sphinx
-    
+
     depends_lib-append    port:py26-setuptools \
       port:py26-numpy \
       port:py26-matplotlib \
@@ -79,7 +78,7 @@
 
 variant python27 conflicts python26 description "Build for python 2.7" {
     depends_build-append  port:py27-sphinx
-    
+
     depends_lib-append    port:py27-setuptools \
       port:py27-numpy \
       port:py27-matplotlib \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150315/80b86f39/attachment.html>


More information about the macports-changes mailing list