[115174] trunk/dports/gnome/empathy/Portfile
Ryan Schmidt
ryandesign at macports.org
Sat Dec 28 00:50:35 PST 2013
On Dec 27, 2013, at 12:57, jeremyhu at macports.org wrote:
> Revision
> 115174
> Author
> jeremyhu at macports.org
> Date
> 2013-12-27 10:57:00 -0800 (Fri, 27 Dec 2013)
> Log Message
>
> empathy: Build fix, use geoclue2
> Modified Paths
>
> • trunk/dports/gnome/empathy/Portfile
> Diff
>
> Modified: trunk/dports/gnome/empathy/Portfile (115173 => 115174)
>
> --- trunk/dports/gnome/empathy/Portfile 2013-12-27 18:48:18 UTC (rev 115173)
> +++ trunk/dports/gnome/empathy/Portfile 2013-12-27 18:57:00 UTC (rev 115174)
>
> @@ -117,7 +117,7 @@
>
> }
>
>
>
> variant location description {Enable location awareness using geoclue} {
>
> - depends_lib-append port:geoclue
>
> + depends_lib-append port:geoclue2
>
> configure.args-replace --enable-location=no --enable-location=yes
>
> }
>
>
>
> @@ -127,7 +127,7 @@
>
> configure.args-replace --enable-goa=no --enable-goa=yes
>
> }
>
>
>
> -default_variants +map +geocode +goa
>
> +default_variants +map +geocode +goa +location
The revision should be increased, so that users who did not have the location variant selected will get it, and so that those who already did have it will use geoclue2 instead (presumably — I don’t see how you’ve informed the build system to use geoclue2 instead of geoclue 1, but perhaps if both are installed that’s what it does automatically).
More information about the macports-dev
mailing list