graphics/edje has a utility called inkscape2ed that it installs in ${PREFIX}/bin. This isn't in the plist. Since this seems like an extra utility that isn't needed to run, for now here's a patch that makes this not get installed. There may be a better way, but this fixes the plist issue for now. Fix: see attached patch Patch attached with submission follows: How-To-Repeat: use tinderbox
Responsible Changed From-To: freebsd-ports-bugs->stas Over to maintainer (via the GNATS Auto Assign Tool)
stas 2011-01-11 06:38:45 UTC FreeBSD ports repository Modified files: graphics/edje Makefile Log: - Don't install util scripts. Before that the inkscape2ed script was installing if inkscape is present and this was not correctly noted in the pkg-list. We're disabling it's installation for now because it pulls extra dependencies and it's not clear if it's useful enogh to keep. PR: ports/153879 Reported by: Steve Wills <steve@mouf.net> Revision Changes Path 1.35 +4 -0 ports/graphics/edje/Makefile _______________________________________________ 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!