Date: Fri, 14 Dec 2001 22:32:02 -0800 (PST) From: John Merryweather Cooper <john_m_cooper@yahoo.com> To: FreeBSD-gnats-submit@freebsd.org Cc: lioux@freebsd.org Subject: ports/32847: [MAINTAINER UPDATE] unbreak plugger for latest mozilla Message-ID: <20011215063202.BBD1915503@johncoop.MSHOME>
next in thread | raw e-mail | index | archive | help
>Number: 32847 >Category: ports >Synopsis: [MAINTAINER UPDATE] unbreak plugger for latest mozilla >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Dec 14 22:40:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: John Merryweather Cooper >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD johncoop.MSHOME 4.4-STABLE FreeBSD 4.4-STABLE #28: Thu Dec 13 21:16:38 PST 2001 root@johncoop.MSHOME:/usr/obj/usr/src/sys/JOHNCOOP i386 >Description: The latest Mozilla in ports 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. Fix this, and bump PORTREVISION, so that plugger once again works with Mozilla. >How-To-Repeat: N/A >Fix: Summary of changed files: 'plugger.new/Makefile' | 0 'plugger.new/pkg-plist' | 0 ./Makefile | 7 ++++--- ./pkg-plist | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) The patch: # This is a patch for plugger to update it to plugger.new # # To apply this patch: # STEP 1: Chdir to the source directory. # STEP 2: Run the 'applypatch' program with this patch file as input. # # If you do not have 'applypatch', it is part of the 'makepatch' package # that you can fetch from the Comprehensive Perl Archive Network: # http://www.perl.com/CPAN/authors/Johan_Vromans/makepatch-x.y.tar.gz # In the above URL, 'x' should be 2 or higher. # # To apply this patch without the use of 'applypatch': # STEP 1: Chdir to the source directory. # STEP 2: Run the 'patch' program with this file as input. # #### End of Preamble #### #### Patch data follows #### diff -u 'plugger/Makefile' 'plugger.new/Makefile' Index: ./Makefile --- ./Makefile Tue Sep 4 09:32:20 2001 +++ ./Makefile Fri Dec 14 22:18:34 2001 @@ -2,12 +2,12 @@ # Date created: 11 Februrary 1999 # Whom: Jay Sachs <sachs@cs.williams.edu> # -# $FreeBSD: ports/www/plugger/Makefile,v 1.9 2001/09/04 16:32:20 lioux Exp $ +# $FreeBSD$ # 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 @@ ${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 diff -u 'plugger/pkg-plist' 'plugger.new/pkg-plist' Index: ./pkg-plist --- ./pkg-plist Tue Sep 4 09:32:20 2001 +++ ./pkg-plist Fri Dec 14 22:18:34 2001 @@ -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 #### End of Patch data #### #### ApplyPatch data follows #### # Data version : 1.0 # Date generated : Fri Dec 14 22:21:41 2001 # Generated by : makepatch 2.00 # Recurse directories : Yes # p 'Makefile' 1636 1008397114 0100644 # p 'pkg-plist' 618 1008397114 0100644 #### End of ApplyPatch data #### #### End of Patch kit [created: Fri Dec 14 22:21:41 2001] #### #### Checksum: 69 2763 23890 #### >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011215063202.BBD1915503>