[107938] users/mojca

mojca at macports.org mojca at macports.org
Tue Jul 9 11:22:25 PDT 2013


Revision: 107938
          https://trac.macports.org/changeset/107938
Author:   mojca at macports.org
Date:     2013-07-09 11:22:25 -0700 (Tue, 09 Jul 2013)
Log Message:
-----------
geant: option name changes to match those in geant4-config

Modified Paths:
--------------
    users/mojca/notes/Geant4.txt
    users/mojca/ports/science/geant/Portfile

Modified: users/mojca/notes/Geant4.txt
===================================================================
--- users/mojca/notes/Geant4.txt	2013-07-09 18:11:00 UTC (rev 107937)
+++ users/mojca/notes/Geant4.txt	2013-07-09 18:22:25 UTC (rev 107938)
@@ -173,9 +173,9 @@
 to incompatibilities between Apple's native OpenGL Framework and the OpenGL
 supplied with X11 on this platform.
 
-- x11_opengl (or maybe just x11?)
-- x11_motif (or maybe just motif?)
-- x11_raytracer (or just raytracer?)
+- opengl_x11 (or maybe just x11?)
+- motif (or maybe motif_x11?)
+- raytracer_x11 (or just raytracer?)
 
 - athena/xaw is now deprecated, so I didn't include it
 

Modified: users/mojca/ports/science/geant/Portfile
===================================================================
--- users/mojca/ports/science/geant/Portfile	2013-07-09 18:11:00 UTC (rev 107937)
+++ users/mojca/ports/science/geant/Portfile	2013-07-09 18:22:25 UTC (rev 107938)
@@ -190,8 +190,8 @@
         # to incompatibilities between Apple's native OpenGL Framework and the OpenGL
         # supplied with X11 on this platform.
 
-        # or simply x11?
-        variant x11_opengl description {Build with X11 visualisation drivers} {
+        # or simply x11? The option name in geant4-config is opengl-x11
+        variant opengl_x11 description {Build with X11 visualisation drivers} {
             # dependencies were determined experimentally (by checking which libraries were linked against)
             depends_lib-append    port:xorg-libice \
                                   port:xorg-libsm \
@@ -205,15 +205,15 @@
         ## This could belong to x11, but see also the comment above
         ## There is a fair chance that other dependencies are needed as well (x11 in particular, not sure which ones exactly)
         ## in geant4.9.4 the names are motif/raytracerx
-        ## or simply motif?
-        # variant x11_motif description {Build with Motif (X11) user interface and visualization driver} {
+        ## or maybe motif-x11?
+        # variant motif description {Build with Motif (X11) user interface and visualization driver} {
         #     depends_lib-append    port:mesa \
         #                           port:openmotif
         #     # configure.args-delete -DGEANT4_USE_XM=OFF
         #     configure.args-append -DGEANT4_USE_XM=ON
         # }
-        ## or simply raytracer(x)?
-        # variant x11_raytracer description {Build with Raytracer (X11) visualization driver} {
+        ## previous name: raytracerx, name in geant4-config: raytracer-x11
+        # variant raytracer_x11 description {Build with Raytracer (X11) visualization driver} {
         #     depends_lib-append    port:mesa
         #     # configure.args-delete -DGEANT4_USE_RAYTRACER_X11=OFF
         #     configure.args-append -DGEANT4_USE_RAYTRACER_X11=ON
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130709/2e0a7760/attachment-0001.html>


More information about the macports-changes mailing list