Fw: vlc port mozilla plugin doesn't install (patch)
Brian Somers
brian at Awfulhak.org
Sun Aug 27 00:45:44 UTC 2006
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 at mdickinson.org>
To: brian at 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 at Awfulhak.org>
Don't _EVER_ lose your sense of humour ! <brian at FreeBSD.org>
-------------- next part --------------
--- 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
More information about the freebsd-multimedia
mailing list