[99271] trunk/dports/gis/cgal/Portfile

vince at macports.org vince at macports.org
Tue Oct 30 13:45:20 PDT 2012


Revision: 99271
          http://trac.macports.org//changeset/99271
Author:   vince at macports.org
Date:     2012-10-30 13:45:20 -0700 (Tue, 30 Oct 2012)
Log Message:
-----------
Disable the demos option until Boost 1.52 release.

Modified Paths:
--------------
    trunk/dports/gis/cgal/Portfile

Modified: trunk/dports/gis/cgal/Portfile
===================================================================
--- trunk/dports/gis/cgal/Portfile	2012-10-30 20:44:12 UTC (rev 99270)
+++ trunk/dports/gis/cgal/Portfile	2012-10-30 20:45:20 UTC (rev 99271)
@@ -85,6 +85,10 @@
 	build.target-append		examples demos
 	use_parallel_build		no
 
+	pre-fetch {
+		return -code error "Demo option is disabled until Boost 1.52 is released."
+	}
+
 	post-destroot {			xinstall -d ${destroot}${prefix}/share/${name}
 							copy ${worksrcpath}/demo ${destroot}${prefix}/share/${name}
 							copy ${worksrcpath}/examples ${destroot}${prefix}/share/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121030/5cb8895b/attachment-0001.html>


More information about the macports-changes mailing list