[55703] trunk/dports/x11/xorg-libXcomposite/Portfile

Jeremy Huddleston jeremyhu at macports.org
Thu Aug 20 13:55:51 PDT 2009


I reverted this commit.

What issue were you trying to fix with this commit?

The protos were explicitly placed as lib dependencies in order to  
eliminate the need to put these protos as build dependencies in 30% of  
the tree.

Further, xextproto is already pulled in by libXext.

Additionally, XExtProto is 7.1.0, not 7.0.5 (and was at the time of  
your commit).

On Aug 17, 2009, at 04:31, nox at macports.org wrote:

> Revision: 55703
>          http://trac.macports.org/changeset/55703
> Author:   nox at macports.org
> Date:     2009-08-17 04:31:47 -0700 (Mon, 17 Aug 2009)
> Log Message:
> -----------
> xorg-libXcomposite:
> * Add xorg-xextproto as a build dependency:
>     Package 'FixesProto' requires 'xextproto >= 7.0.99.1' but  
> version of XExtProto is 7.0.5
> * Move xorg-compositeproto to build dependencies.
>
> Modified Paths:
> --------------
>    trunk/dports/x11/xorg-libXcomposite/Portfile
>
> Modified: trunk/dports/x11/xorg-libXcomposite/Portfile
> ===================================================================
> --- trunk/dports/x11/xorg-libXcomposite/Portfile	2009-08-17 09:54:13  
> UTC (rev 55702)
> +++ trunk/dports/x11/xorg-libXcomposite/Portfile	2009-08-17 11:31:47  
> UTC (rev 55703)
> @@ -21,11 +21,12 @@
> use_bzip2   yes
> use_parallel_build      yes
>
> -depends_build   port:pkgconfig
> +depends_build   port:pkgconfig \
> +                port:xorg-xextproto \
> +                port:xorg-compositeproto
>
> depends_lib     port:xorg-libXfixes \
> -                port:xorg-libXext \
> -                port:xorg-compositeproto
> +                port:xorg-libXext
>
> livecheck.check regex
> livecheck.url   [lindex ${master_sites} 0]?C=M&O=D
> _______________________________________________
> macports-changes mailing list
> macports-changes at lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo.cgi/macports-changes



More information about the macports-dev mailing list