[97818] trunk/dports/php/php-svm/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Sep 16 14:41:23 PDT 2012


Revision: 97818
          http://trac.macports.org//changeset/97818
Author:   ryandesign at macports.org
Date:     2012-09-16 14:41:23 -0700 (Sun, 16 Sep 2012)
Log Message:
-----------
php-svm: update to 0.1.8

Modified Paths:
--------------
    trunk/dports/php/php-svm/Portfile

Modified: trunk/dports/php/php-svm/Portfile
===================================================================
--- trunk/dports/php/php-svm/Portfile	2012-09-16 19:08:08 UTC (rev 97817)
+++ trunk/dports/php/php-svm/Portfile	2012-09-16 21:41:23 UTC (rev 97818)
@@ -5,7 +5,7 @@
 PortGroup               php 1.1
 
 name                    php-svm
-version                 0.1.6
+version                 0.1.8
 categories-append       math
 platforms               darwin
 maintainers             ryandesign openmaintainer
@@ -19,17 +19,14 @@
 
 long_description        ${description}
 
-checksums               rmd160  03640c0a8ade422b94d967cc2fae4dc4250a3fe6 \
-                        sha256  fcff9000d787423aff05390f0fb7c3d0b13cb23b9b59b6637baed136f911ec0e
+checksums               rmd160  68816f28ccf3b1522a2636f11271c5cae5bff241 \
+                        sha256  f999b1451ea86ce136a683a2679867818bd285b3d2c701e8e6bdda3da23fe014
 
-# error: non-void function 'php_svm_get_data_from_param' should return a value [-Wreturn-type]
-# https://github.com/ianbarber/php-svm/issues/2
-if {[string match "*clang*" ${configure.compiler}]} {
-    configure.cppflags-append -Wno-return-type
-}
-
 if {${name} != ${subport}} {
     depends_lib-append      port:libsvm
     
+    # libsvm is not universal
+    universal_variant       no
+    
     configure.args-append   --with-svm=${prefix}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120916/e8c20bf0/attachment.html>


More information about the macports-changes mailing list