[102456] trunk/dports/graphics/cogl/Portfile

Ryan Schmidt ryandesign at macports.org
Thu Feb 7 00:10:23 PST 2013


On Feb 3, 2013, at 14:27, jeremyhu at macports.org wrote:

> Revision: 102456
>          https://trac.macports.org/changeset/102456
> Author:   jeremyhu at macports.org
> Date:     2013-02-03 12:27:25 -0800 (Sun, 03 Feb 2013)
> Log Message:
> -----------
> cogl: Leopard build fix
> 
> Modified Paths:
> --------------
>    trunk/dports/graphics/cogl/Portfile
> 
> Modified: trunk/dports/graphics/cogl/Portfile
> ===================================================================
> --- trunk/dports/graphics/cogl/Portfile	2013-02-03 20:01:02 UTC (rev 102455)
> +++ trunk/dports/graphics/cogl/Portfile	2013-02-03 20:27:25 UTC (rev 102456)
> @@ -33,6 +33,15 @@
> configure.args  --enable-introspection=yes \
>                 --enable-cogl-pango=yes
> 
> +patchfiles      leopard.patch
> +
> +post-patch {
> +    reinplace "/SUBDIRS/s/tests//" ${worksrcpath}/Makefile.am
> +}
> +
> +use_autoreconf  yes
> +autoreconf.args -fvi

You've forgotten to commit leopard.patch itself.





More information about the macports-dev mailing list