I have created new port with small gimp plugin. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->amdmi3 I'll take it.
* Grzegorz Blach (magik@roorback.net) wrote: > >Description: > I have created new port with small gimp plugin. - Does not build: http://people.freebsd.org/~amdmi3/gimp-save-for-web-0.28.6.log you probably want to LIB_DEPEND on gimp, see other gimp-* ports for example. - Locale files should be installed into share/locale, not lib/locale. Also it'd be good to make them optional as portlint suggests. Note that it's usually more convenient to have small changes via REINPLACE_CMD instread of a patch. - No WWW in pkg-plist -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru
State Changed From-To: open->feedback Ask for submitter fix.
I try build gimp-save-for-web in clean jail, starting without any ports. And it build fine (also build 222 other ports as dependency). I don't known why can't find p5-XML-Parser in your report. So I added as port-dependency p5-XML-Parser (but on my jail this was build as dependency of dependency). Locale dir I changed with: USE_GNOME= gnomehack gnometarget I also added WWW in descr.
State Changed From-To: feedback->open Submitter has fixed.
State Changed From-To: open->closed New port added. Thanks!