o Unbreak for mozilla 0.9.6 and later versions. Mozilla no longer
recognizes plugins unless they start with libnp or np. Since plugger's plugin was named plugger.so, this caused it to be disabled. o Fix this and bump PORTREVISION. PR: 32847 Submitted by: maintainer
This commit is contained in:
parent
b4758697ad
commit
1d0d249c31
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51574
2 changed files with 4 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= plugger
|
||||
PORTVERSION= 3.3
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= www audio graphics
|
||||
MASTER_SITES= http://fredrik.hubbe.net/plugger/ \
|
||||
ftp://ftp.netscape.com/pub/sdk/plugin/unix/
|
||||
|
@ -39,7 +39,8 @@ post-patch:
|
|||
${WRKSRC}/plugger.c.orig > ${WRKSRC}/plugger.c
|
||||
|
||||
do-install:
|
||||
@${INSTALL_DATA} ${WRKSRC}/plugger.so ${PREFIX}/lib/mozilla/plugins
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/plugger.so \
|
||||
${PREFIX}/lib/mozilla/plugins/npplugger.so
|
||||
@${INSTALL_MAN} ${WRKSRC}/plugger.7 ${MANPREFIX}/man/man7
|
||||
@${INSTALL_DATA} ${WRKSRC}/pluggerrc ${PREFIX}/etc/pluggerrc.sample
|
||||
@${INSTALL_DATA} -b ${WRKSRC}/pluggerrc ${PREFIX}/etc
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
lib/mozilla/plugins/plugger.so
|
||||
lib/mozilla/plugins/npplugger.so
|
||||
@unexec if [ -f %D/etc/pluggerrc ]; then cmp -s %D/etc/pluggerrc.sample %D/etc/pluggerrc && rm -f %D/etc/pluggerrc || echo "If you are permanently removing this port, you should do a ``rm -f ${PKG_PREFIX}/etc/pluggerrc`` to remove configuration files left." | fmt ; fi
|
||||
@unexec if [ -f %D/etc/pluggerrc.old ]; then echo "If you are permanently removing this port, you should do a ``rm -f ${PKG_PREFIX}/etc/pluggerrc.old`` to remove backup configuration files left." | fmt ; fi
|
||||
etc/pluggerrc.sample
|
||||
|
|
Loading…
Reference in a new issue