Date: Sat, 26 Aug 2006 17:45:36 -0700 From: Brian Somers <brian@Awfulhak.org> To: multimedia@FreeBSD.org Subject: Fw: vlc port mozilla plugin doesn't install (patch) Message-ID: <20060826174536.24aaa307@dev.lan.Awfulhak.org>
next in thread | raw e-mail | index | archive | help
--MP_n_UQoOuOoeukltoTAqzpUvB
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Hi,
This looks good. I'm forwarding to multimedia@ as they're
the current maintainers.
Cheers.
Begin forwarded message:
Date: Fri, 25 Aug 2006 21:09:20 -0400
From: Mitch <mitch@mdickinson.org>
To: brian@freebsd.org
Subject: vlc port mozilla plugin doesn't install (patch)
Hi,
You are listed as the maintainer for multimedia/vlc. Currently,
WITH_VLC_MOZILLA_PLUGIN builds the plugin fine, but does not install it.
Looks like a typo. Attached is a simple patch that I confirmed.
If you'd rather I deal with this some other way, say so, or just ignore
me and I'll send-pr it in a few days.
note: resending this due to mta problems, hope it's not a dupe for you
Thanks,
Mitch
--
Brian Somers <brian@Awfulhak.org>
Don't _EVER_ lose your sense of humour ! <brian@FreeBSD.org>
--MP_n_UQoOuOoeukltoTAqzpUvB
Content-Type: text/plain; name=vlc_pluginfix.patch
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename=vlc_pluginfix.patch
--- Makefile.inc.orig Fri Aug 25 16:16:27 2006
+++ Makefile.inc Fri Aug 25 16:17:08 2006
@@ -344,7 +344,7 @@
${CPIO} -vpdm -L -R ${LIBOWN}:${LIBGRP} ${PREFIX}/lib
cd ${FAKEDIR}/share && ${FIND} . | \
${CPIO} -vpdm -L -R ${SHAREOWN} ${PREFIX}/share
-.if defined(WITH_VLC_MOZILLA_PLUGIN) && !defined(WITH_VLC_MOZILLA_PLUGIN)
+.if defined(WITH_VLC_MOZILLA_PLUGIN) && !defined(WITHOUT_VLC_MOZILLA_PLUGIN)
@${MKDIR} ${PREFIX}/lib/browser_plugins
${INSTALL_DATA} ${FAKEDIR}/mozilla/* ${PREFIX}/lib/browser_plugins
.endif
--MP_n_UQoOuOoeukltoTAqzpUvB--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060826174536.24aaa307>
