On Jul 13, 2013, at 03:58, [email protected] wrote:

> Revision: 108113
>          https://trac.macports.org/changeset/108113
> Author:   [email protected]
> Date:     2013-07-13 01:58:56 -0700 (Sat, 13 Jul 2013)
> Log Message:
> -----------
> magicspp: fixed undefined X11 symbol error, closing #39702
> 
> Modified Paths:
> --------------
>    trunk/dports/science/magicspp/Portfile
> 
> Modified: trunk/dports/science/magicspp/Portfile
> ===================================================================
> --- trunk/dports/science/magicspp/Portfile    2013-07-13 07:45:33 UTC (rev 
> 108112)
> +++ trunk/dports/science/magicspp/Portfile    2013-07-13 08:58:56 UTC (rev 
> 108113)
> @@ -5,7 +5,7 @@
> 
> name                magicspp
> version             2.18.15
> -revision            1
> +revision            2
> platforms           darwin
> maintainers         takeshi
> license             Apache-2
> @@ -59,7 +59,7 @@
>         ${worksrcpath}/python/Magics/Makefile.in
> }
> 
> -configure.env-append        LIBS=\"-lemosR64"
> +configure.libs-append       -lemosR64 -lX11
> configure.cppflags-append   -I${prefix}/include/freetype2
> configure.args-append       --disable-dependency-tracking \
>                             --disable-qt \

Thanks. It's too late to change it now, but there was no need to increase the 
revision, since the only users whom this change benefits are those who weren't 
able to install the port (i.e. those with dependencies built using MacPorts 
trunk or the 2.2 branch); there is no benefit in rebuilding the port for those 
who already had the port installed (i.e. those on MacPorts 2.1.x).

_______________________________________________
macports-dev mailing list
[email protected]
https://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to