On Aug 13, 2013, at 11:18, rai...@macports.org wrote: > Revision: 109338 > https://trac.macports.org/changeset/109338 > Author: rai...@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 _______________________________________________ macports-dev mailing list macports-dev@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-dev