[117963] trunk/dports/devel
snc at macports.org
snc at macports.org
Mon Mar 17 13:10:16 PDT 2014
Revision: 117963
https://trac.macports.org/changeset/117963
Author: snc at macports.org
Date: 2014-03-17 13:10:16 -0700 (Mon, 17 Mar 2014)
Log Message:
-----------
virtuoso-6,7: deactivate virtuoso prior to activation
Modified Paths:
--------------
trunk/dports/devel/virtuoso-6/Portfile
trunk/dports/devel/virtuoso-7/Portfile
Modified: trunk/dports/devel/virtuoso-6/Portfile
===================================================================
--- trunk/dports/devel/virtuoso-6/Portfile 2014-03-17 19:47:16 UTC (rev 117962)
+++ trunk/dports/devel/virtuoso-6/Portfile 2014-03-17 20:10:16 UTC (rev 117963)
@@ -46,6 +46,13 @@
touch ${worksrcpath}/docsrc/html_virt/test.html
}
+pre-activate {
+ if {[file exists ${prefix}/bin/inifile]
+ && ![catch {set vers [lindex [registry_active $myname ] 0]}]} {
+ registry_deactivate_composite ${myname} "" [list ports_nodepcheck 1]
+ }
+}
+
notes "
Some antivirus software can cause the virtuoso build to hang indefinitely.\
If you have any antivirus software installed, please disable it while\
Modified: trunk/dports/devel/virtuoso-7/Portfile
===================================================================
--- trunk/dports/devel/virtuoso-7/Portfile 2014-03-17 19:47:16 UTC (rev 117962)
+++ trunk/dports/devel/virtuoso-7/Portfile 2014-03-17 20:10:16 UTC (rev 117963)
@@ -46,6 +46,13 @@
touch ${worksrcpath}/docsrc/html_virt/test.html
}
+pre-activate {
+ if {[file exists ${prefix}/bin/inifile]
+ && ![catch {set vers [lindex [registry_active $myname ] 0]}]} {
+ registry_deactivate_composite ${myname} "" [list ports_nodepcheck 1]
+ }
+}
+
notes "
Some antivirus software can cause the virtuoso build to hang indefinitely.\
If you have any antivirus software installed, please disable it while\
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140317/e9c47d5f/attachment.html>
More information about the macports-changes
mailing list