Changes between Initial Version and Version 1 of Ticket #28070, comment 5


Ignore:
Timestamp:
Jan 17, 2013, 9:26:25 AM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28070, comment 5

    initial v1  
    11What I'm trying to achieve is:
    22  * Prevent people from building with +gcc44 or +gcc45 if they have gtk2 +quartz installed
    3   * Allow people who haven't yet got gtk2 et al installed to do: port install darktable +quartz (or +x11) and the correct dependency variants will be installed
     3  * Allow people who haven't yet got gtk2 et al installed to do: `port install darktable +quartz` (or `+x11`) and the correct dependency variants will be installed
    44
    5 Most of the quartz/x11/no_x11 stuff is borrowed from [http://trac.macports.org/browser/trunk/dports/graphics/gimp2/Portfile gimp2].  As you can see, gimp2 also uses "empty" variants (x11 specifically). I assume they are used as a "marker" variant to distinguish between quartz-vs-x11 but to be honest, I'm not entirely sure how it all works/what best practice is here either.
     5Most of the quartz/x11/no_x11 stuff is borrowed from [browser:trunk/dports/graphics/gimp2/Portfile gimp2].  As you can see, gimp2 also uses "empty" variants (x11 specifically). I assume they are used as a "marker" variant to distinguish between quartz-vs-x11 but to be honest, I'm not entirely sure how it all works/what best practice is here either.
    66