[140973] trunk/dports/science/geant4/Portfile

mojca at macports.org mojca at macports.org
Tue Oct 6 17:58:30 PDT 2015


Revision: 140973
          https://trac.macports.org/changeset/140973
Author:   mojca at macports.org
Date:     2015-10-06 17:58:30 -0700 (Tue, 06 Oct 2015)
Log Message:
-----------
geant4: use Qt4/5 PortGroup

Modified Paths:
--------------
    trunk/dports/science/geant4/Portfile

Modified: trunk/dports/science/geant4/Portfile
===================================================================
--- trunk/dports/science/geant4/Portfile	2015-10-06 23:23:48 UTC (rev 140972)
+++ trunk/dports/science/geant4/Portfile	2015-10-07 00:58:30 UTC (rev 140973)
@@ -32,12 +32,15 @@
 #
 # if we start distributing betas, epoch will have to be added for the transition from version 4.x.y.b01 to 4.x.y
 set geant.versions_info {
-     9.5  2  0  2  4.9.5.p02    33413f6233b75c003254af5888f4af32d17f515d  adb04fce9472228bb10d78cbc7f40493bfb37454beee22e7c80d630646cd3777
-     9.6  0  0  4  4.9.6.p04    3dd8f6ac2e79929d26519e83fce113691a670788  997220a5386a43ac8f533fc7d5a8360aa1fd6338244d17deeaa583fb3a0f39fd
-    10.0  0  0  4  4.10.00.p04  bfd11977b55f316f5c38d82f09dc37e7c0f60ea7  f4e1fc6d5ea4d9761ba44fd7e50921ff6276e25c2f640c7615460235d8c77d74
-    10.1  0  0  1  4.10.01.p01  60b6f6dbfa0276cd5b006e3cbb0b49ce858218c5  b9ce23f635dcdeda9d6d6b3bb3ff1585b7eda01734ea7036a638ffde5a61cda5
+     9.5  3  0  2  4.9.5.p02    33413f6233b75c003254af5888f4af32d17f515d  adb04fce9472228bb10d78cbc7f40493bfb37454beee22e7c80d630646cd3777
+     9.6  1  0  4  4.9.6.p04    3dd8f6ac2e79929d26519e83fce113691a670788  997220a5386a43ac8f533fc7d5a8360aa1fd6338244d17deeaa583fb3a0f39fd
+    10.0  1  0  4  4.10.00.p04  bfd11977b55f316f5c38d82f09dc37e7c0f60ea7  f4e1fc6d5ea4d9761ba44fd7e50921ff6276e25c2f640c7615460235d8c77d74
+    10.1  1  0  1  4.10.01.p01  60b6f6dbfa0276cd5b006e3cbb0b49ce858218c5  b9ce23f635dcdeda9d6d6b3bb3ff1585b7eda01734ea7036a638ffde5a61cda5
 }
+# TODO: version 10.01.p02 breaks Gate, so a workaround is needed before being able to upgrade
+#   10.1  0  0  2  4.10.01.p02  e42f15d9a30acfa6cee2e659f36bf3ec014ea996  ee7917f6a4fe4c714cc9c68abaa3a2c32628d328186d8514d7cdecd7c639143f
 
+
 set geant.data_versions_10.1 {
     G4NDL              4.5   G4NDL                G4NEUTRONHPDATA    fd29c45fe2de432f1f67232707b654c0  5c03cd810e590e48bae8b52e44e0ba218fcfc5ec  cba928a520a788f2bc8229c7ef57f83d0934bb0c6a18c31ef05ef4865edcdf8e
     G4EMLOW            6.41  G4EMLOW              G4LEDATA           b9b2e455d08375ca9cc5201236db6d7d  f61578e1867c52626302c55d92cf7eaae5d282d4  6d878b18bf5e748e9d0ea35ef67eebab16df80cc912402986a03a5e1935f4af2
@@ -253,14 +256,13 @@
 "
 
         variant qt conflicts qt5 description {Build with Qt 4 support} {
-            depends_lib-append    port:qt4-mac
+            PortGroup qt4         1.0
             configure.args-append -DGEANT4_USE_QT=ON
-            # maybe we need to set more variables to make sure that the right Qt is used?
         }
         # TODO: figure out which versions of Geant4 are compatible with Qt 5
         #       allow the user to switch to qt5 without the need to explicitly disable qt4
         variant qt5 conflicts qt description {Build with Qt 5 support} {
-            depends_lib-append    port:qt5-mac
+            PortGroup qt5         1.0
             configure.args-append -DGEANT4_USE_QT=ON
         }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151006/cbeecf2b/attachment.html>


More information about the macports-changes mailing list