[109338] trunk/dports/archivers/lzip/Portfile
Ryan Schmidt
ryandesign at macports.org
Thu Aug 15 01:08:18 PDT 2013
On Aug 13, 2013, at 11:18, raimue at macports.org wrote:
> Revision: 109338
> https://trac.macports.org/changeset/109338
> Author: raimue at macports.org
> Date: 2013-08-13 09:18:20 -0700 (Tue, 13 Aug 2013)
> Log Message:
> -----------
> archives/lzip:
> Update to version 1.14
>
> Modified Paths:
> --------------
> trunk/dports/archivers/lzip/Portfile
> +checksums rmd160 cab15b04900c9355e4b2f6eec3c07c756046195d \
> + sha256 7ff5cc521560edb2a0a6cdf258cf3afdaeb1dbcc354d96d011d0dd7ec584cbe7
> +
> +configure.args CXX=${configure.cxx} \
> + CXXFLAGS=${configure.cxxflags} \
> + CPPFLAGS=${configure.cppflags} \
> + LDFLAGS=${configure.ldflags}
This doesn't work right, because these values could (and as of MacPorts 2.2, configure.ldflags does) contain spaces; only the first value before the space was actually used.
In addition, this doesn't include -arch flags, so the universal variant wasn't actually universal.
Fixed: https://trac.macports.org/changeset/109418
More information about the macports-dev
mailing list