[59742] trunk/dports/devel/dbus/Portfile
Ryan Schmidt
ryandesign at macports.org
Sun Oct 25 20:31:11 PDT 2009
On Oct 21, 2009, at 10:01, jmr at macports.org wrote:
> Revision: 59742
> http://trac.macports.org/changeset/59742
> Author: jmr at macports.org
> Date: 2009-10-21 08:01:41 -0700 (Wed, 21 Oct 2009)
> Log Message:
> -----------
> dbus: fix build dependencies (#21654)
>
> Modified Paths:
> --------------
> trunk/dports/devel/dbus/Portfile
>
> Modified: trunk/dports/devel/dbus/Portfile
> ===================================================================
> --- trunk/dports/devel/dbus/Portfile 2009-10-21 14:54:49 UTC (rev
> 59741)
> +++ trunk/dports/devel/dbus/Portfile 2009-10-21 15:01:41 UTC (rev
> 59742)
> @@ -30,8 +30,6 @@
> 0005-dont-dup-closed-stdin.patch
> patch.pre_args -p1
>
> -use_autoreconf yes
> -
> depends_build \
> port:pkgconfig
>
> @@ -41,6 +39,8 @@
>
> depends_lib port:expat
>
> +use_autoreconf yes
> +
> configure.args --disable-doxygen-docs \
> --disable-xml-docs \
> --without-x \
I don't understand this change -- it looks like you're justing moving
"use_autoreconf yes" to earlier in the portfile, which shouldn't have
any measurable effect on how the port functions. How does this fix
build dependencies?
More information about the macports-dev
mailing list