Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Jan 2006 21:11:16 +0300
From:      Dmitry Marakasov <amdmi3@mail.ru>
To:        Sergey Matveychuk <sem@FreeBSD.org>
Cc:        freebsd-ports-bugs@freebsd.org
Subject:   Re: ports/91775: New port: graphics/gnash GNU Flash movie player
Message-ID:  <20060115181116.GB25462@hades.panopticon>
In-Reply-To: <43C9616C.6040201@FreeBSD.org>
References:  <43C8E4EC.7030703@FreeBSD.org> <20060114170253.GB1114@hades.panopticon> <43C9616C.6040201@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
* Sergey Matveychuk (sem@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@mail.ru



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060115181116.GB25462>