The attached patch updates sysutils/aimage to version 3.2.4. This version builds fine with current version of afflib from ports. I have removed "USE_AUTOTOOLS" and post-patch lines, because port builds fine without them (at least on releng_7 and releng_8). Fix: Patch attached with submission follows:
Hi! I forgot to add that the port builds without "files/patch-src-imager.cpp", so I think this file can be removed. -Herbert
Responsible Changed From-To: freebsd-ports-bugs->sunpoet I will take it.
sunpoet 2010-10-26 04:07:25 UTC FreeBSD ports repository Modified files: sysutils/aimage Makefile distinfo Removed files: sysutils/aimage/files patch-src-imager.cpp Log: - Update to 3.2.4 Changes: 2009-11-23: - src/imager.cpp (imager::start_imaging): fixed for threaded_hash. 20091022: - configure.ac: updated to version 3.2.3 - configure.ac: fixed the optimization flag stuff. - imager.cpp & imager.h: modified to work with threaded_hash and EVP system 20090905: - configure.ac: minor changes to compile under GCC +4.4 PR: ports/151683 Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> (maintainer) Approved by: pgollucci (mentor, implicit) Revision Changes Path 1.10 +1 -8 ports/sysutils/aimage/Makefile 1.3 +3 -3 ports/sysutils/aimage/distinfo 1.2 +0 -11 ports/sysutils/aimage/files/patch-src-imager.cpp (dead) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!