ports/91775: New port: graphics/gnash GNU Flash movie player

Dmitry Marakasov amdmi3 at mail.ru
Sun Jan 15 18:07:14 UTC 2006


* Sergey Matveychuk (sem at FreeBSD.org) wrote:

Thanks for the commit!

> >>4) I'm not sure how .omf file should be processed but it should some way
> >>(see INSTALLS_OMF in bsd.gnome.mk). Using of USE_GNOME=something will
> >>fix an extra dirs problem (Ion-Mihai Tetcu pointed to).
> >>I'm not familar with a GNOME stuff but I'll try to clarify how it should
> >>be processed.
> > Yes, thanks for the hint. USE_GNOME=gnomehier does the thing.
> Yes, but for INSTALL_OMF we need depend on scrollkeeper. I'm not sure
> it's necessary for the port, so I've remarked a line with INSTALL_OMF.
I don't think scrollkeeper is not needed as a dependency, as bsd.gnome.mk
adds calls like "scrollkeeper-cw(un)install 2>/dev/null || true" to plist,
so there will only harmless error when scrollkeeper is not present.
I came with a patch to change these calls to `which -s scrollkeeper-install
&& scrollkeeper-install || true' form so if it gets accepted there will be
no error messages at all.

> > Here's updated version of the port.
> It's ready to commit. But for a next update investigate about
> scrollkeeper and think if it's possible to get rid of .la files. They're
> almost always useless. But it's not a law, so feel free here.
I found a way to make in not install .la files, but it seem that there's
no other way than ugly ${WRKSRC}/libtool hacking in post-configure. I
don't think getting rid of .la files is that important. Or is it?

-- 
Best regards,
 Dmitry                          mailto:amdmi3 at mail.ru



More information about the freebsd-ports-bugs mailing list