From owner-freebsd-ports Fri Dec 14 22:40:21 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E8F637B41B for ; Fri, 14 Dec 2001 22:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBF6e1V79661; Fri, 14 Dec 2001 22:40:01 -0800 (PST) (envelope-from gnats) Received: from yoda.bmi.net (yoda.bmi.net [204.57.191.163]) by hub.freebsd.org (Postfix) with ESMTP id F328537B416; Fri, 14 Dec 2001 22:32:08 -0800 (PST) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by yoda.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id AAA25059; Sat, 15 Dec 2001 00:06:02 -0800 Received: by johncoop.MSHOME (Postfix, from userid 0) id BBD1915503; Fri, 14 Dec 2001 22:32:02 -0800 (PST) Message-Id: <20011215063202.BBD1915503@johncoop.MSHOME> Date: Fri, 14 Dec 2001 22:32:02 -0800 (PST) From: John Merryweather Cooper Reply-To: John Merryweather Cooper To: FreeBSD-gnats-submit@freebsd.org Cc: lioux@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/32847: [MAINTAINER UPDATE] unbreak plugger for latest mozilla Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 # -# $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