[117063] trunk/dports/devel/pficommon/Portfile

hum at macports.org hum at macports.org
Fri Feb 14 07:25:53 PST 2014


Revision: 117063
          https://trac.macports.org/changeset/117063
Author:   hum at macports.org
Date:     2014-02-14 07:25:53 -0800 (Fri, 14 Feb 2014)
Log Message:
-----------
pficommon: update to 20131217; use waf port group (#42303); do not build on Mavericks (#42302).

Modified Paths:
--------------
    trunk/dports/devel/pficommon/Portfile

Modified: trunk/dports/devel/pficommon/Portfile
===================================================================
--- trunk/dports/devel/pficommon/Portfile	2014-02-14 15:17:11 UTC (rev 117062)
+++ trunk/dports/devel/pficommon/Portfile	2014-02-14 15:25:53 UTC (rev 117063)
@@ -3,9 +3,10 @@
 
 PortSystem          1.0
 PortGroup           github 1.0
+PortGroup           waf 1.0 
 
-github.setup        pfi pficommon 692f8f25e8cfdf7fa7054ebb1d3ec8cb3287c5ea
-version             20131022
+github.setup        pfi pficommon 938437115c3f4916c03d8ad414b6a5dbae20f9f9
+version             20131217
 
 categories          devel
 maintainers         hum openmaintainer
@@ -16,8 +17,8 @@
 platforms           darwin
 license             BSD
 
-checksums           rmd160  673fdd0880ed1900347fc798a26dd1866b693091 \
-                    sha256  e3dec5e0d4caf94267b323f606ed3a12b38b2b83bf27a40a6a4c0cf47af1067b
+checksums           rmd160  5627ba274a8aaedf92c82bbf54e84b2e6eded617 \
+                    sha256  136174f826068fa58e9ef3c64806f440fc15c0c15ae3f26849dbe887ad3380d7
 
 patchfiles          patch-wscript.diff
 
@@ -27,6 +28,11 @@
             ui_error "$name does not build on Snow Leopard or earlier."
             error "unsupported platform"
         }
+    } elseif {${os.major} >= 13} {
+        pre-fetch {
+            ui_error "$name does not build on Mavericks or later."
+            error "unsupported platform"
+        }
     }
 }
 
@@ -44,8 +50,6 @@
 # msgpack for jubatus.
 default_variants    +mprpc
 
-configure.cmd       ./waf configure
-configure.universal_args
 configure.args-append     --disable-mysql \
                           --disable-postgresql \
                           --disable-mprpc \
@@ -123,13 +127,6 @@
     configure.args-delete --disable-magickpp
 }
 
-build.cmd           ./waf build
-build.target
-
-destroot.cmd        ./waf
-destroot.args       --destdir=${destroot}
-destroot.destdir
-
 post-destroot {
     set libdir   ${destroot}${prefix}/lib
     foreach libname [glob -tails -directory ${libdir} *.dylib] {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140214/11bbd4c0/attachment.html>


More information about the macports-changes mailing list