[129096] trunk/dports/devel/libftdi/Portfile

snc at macports.org snc at macports.org
Fri Dec 5 09:47:38 PST 2014


Revision: 129096
          https://trac.macports.org/changeset/129096
Author:   snc at macports.org
Date:     2014-12-05 09:47:38 -0800 (Fri, 05 Dec 2014)
Log Message:
-----------
libftdi0:
*disable boost to prevent cpp wrapper picked up by libftdi1
*built docs don't get installed
*examples aren't worthwhile re:Raim

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

Modified: trunk/dports/devel/libftdi/Portfile
===================================================================
--- trunk/dports/devel/libftdi/Portfile	2014-12-05 17:40:23 UTC (rev 129095)
+++ trunk/dports/devel/libftdi/Portfile	2014-12-05 17:47:38 UTC (rev 129096)
@@ -29,9 +29,17 @@
 livecheck.type      regex
 
 subport             libftdi0 {
+    revision            1
+
     distname            libftdi-${version}
+
     checksums           rmd160  7406f831a6d7b3ccf8e246504f7275a5208f94e9 \
                         sha256  3176d5b5986438f33f5208e690a8bfe90941be501cc0a72118ce3d338d4b838e
+
+    configure.args-append   --with-boost=no \
+                            --without-examples \
+                            --without-docs
+
     livecheck.regex     ${name}-(0(\\.\\d+)+)
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141205/fe878b60/attachment.html>


More information about the macports-changes mailing list