I get this error on every one of my machines. I am using some specific config settings so I am including showconfig, as well as the entire build and install output (except for the documentation stuff). The coders directory isn't being installed at all. I have no idea whether that is intentional or a byproduct of my settings. Either way, install fails.
Responsible Changed From-To: freebsd-ports-bugs->mm Over to maintainer (via the GNATS Auto Assign Tool)
Hi, Me too. It might caused by the change around 5030-th line of Makefile.in; I do not know why "list2" is null string (it indeed is null, as I checked).
mm 2012-05-25 22:13:11 UTC FreeBSD ports repository Modified files: graphics/ImageMagick Makefile pkg-plist Log: Do not touch .keep files if not using WITH_IMAGEMAGICK_MODULES PR: ports/168323 Reported by: Adam Weinberger <adamw@freebsd.org> Revision Changes Path 1.345 +4 -2 ports/graphics/ImageMagick/Makefile 1.147 +2 -2 ports/graphics/ImageMagick/pkg-plist _______________________________________________ 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 mm identified the problem as stemming from the WITHOUT_MODULES option. He committed a fix and it works for me. Thanks, mm! I'm closing this PR as successfully fixed.