[109244] users/mojca/wxports/graphics
Ryan Schmidt
ryandesign at macports.org
Mon Aug 12 00:22:58 PDT 2013
On Aug 11, 2013, at 06:50, mojca at macports.org wrote:
> Revision: 109244
> https://trac.macports.org/changeset/109244
> Author: mojca at macports.org
> Date: 2013-08-11 04:50:41 -0700 (Sun, 11 Aug 2013)
> Log Message:
> -----------
> mojca/wxWidgets: declare conflicts with old/existing ports to prevent wrong linking
If that's the reason, then shouldn't it be "conflicts_build" (and "PortGroup conflicts_build 1.0") instead of "conflicts" (which is only meant for ports that install the same files and therefore cannot be activated at the same time)?
> Modified Paths:
> --------------
> users/mojca/wxports/graphics/wxPython-3.0/Portfile
> users/mojca/wxports/graphics/wxWidgets-3.0/Portfile
>
> Modified: users/mojca/wxports/graphics/wxPython-3.0/Portfile
> ===================================================================
> --- users/mojca/wxports/graphics/wxPython-3.0/Portfile 2013-08-11 11:49:49 UTC (rev 109243)
> +++ users/mojca/wxports/graphics/wxPython-3.0/Portfile 2013-08-11 11:50:41 UTC (rev 109244)
> @@ -5,6 +5,8 @@
> PortGroup select 1.0
>
> name wxPython-3.0
> +# temporary conflict to prevent wrong linking
> +conflicts wxgtk wxWidgets wxWidgets-python wxWidgets30 wxWidgets-devel
> version 2.9.4.0
> set branch [join [lrange [split ${version} .] 0 1] .]
>
>
> Modified: users/mojca/wxports/graphics/wxWidgets-3.0/Portfile
> ===================================================================
> --- users/mojca/wxports/graphics/wxWidgets-3.0/Portfile 2013-08-11 11:49:49 UTC (rev 109243)
> +++ users/mojca/wxports/graphics/wxWidgets-3.0/Portfile 2013-08-11 11:50:41 UTC (rev 109244)
> @@ -5,6 +5,8 @@
> PortGroup select 1.0
>
> name wxWidgets-3.0
> +# temporary conflict to prevent wrong linking
> +conflicts wxgtk wxWidgets wxWidgets-python wxWidgets30 wxWidgets-devel
> version 2.9.5
> set branch [join [lrange [split ${version} .] 0 1] .]
More information about the macports-dev
mailing list