[46176] trunk/dports/net/wget/Portfile
Rainer Müller
raimue at macports.org
Sat Jan 31 01:05:09 PST 2009
ryandesign at macports.org wrote:
> Revision: 46176
> http://trac.macports.org/changeset/46176
> Author: ryandesign at macports.org
> Date: 2009-01-31 00:11:00 -0800 (Sat, 31 Jan 2009)
> Log Message:
> -----------
> wget:
>
> * Fix universal build on Tiger so it includes gettext and (if not deselected) openssl support. See #18276.
> * Use muniversal portgroup because I have greater confidence in it generally to produce a viable universal binary.
>
> Modified Paths:
> --------------
> trunk/dports/net/wget/Portfile
[...]
> +# So that +universal can use gettext and openssl on Tiger; see #18276.
> +configure.ldflags-append -liconv
> +if {![variant_isset no_ssl]} {
> + depends_build-append port:pkgconfig
> + configure.ldflags-append [exec ${prefix}/bin/pkg-config --libs libssl]
> +}
> +
This is not a good idea as you need pkgconfig now installed to parse
this Portfile. The last PortIndex failed because of this.
Rainer
More information about the macports-dev
mailing list