Date: Fri, 27 Jan 2006 17:15:43 -0800 (PST) From: "Loren M. Lang" <lorenl@alzatex.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/92442: Update port: www/mozplugger Update to 1.7.3 Message-ID: <200601280115.k0S1Fhoc051060@enterprise.ddns.alzatex.cc> Resent-Message-ID: <200601280120.k0S1KFos055692@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 92442 >Category: ports >Synopsis: Update port: www/mozplugger Update to 1.7.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Jan 28 01:20:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Loren M. Lang >Release: FreeBSD 6.0-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD enterprise.ddns.alzatex.cc 6.0-RELEASE-p1 FreeBSD 6.0-RELEASE-p1 #3: Fri Dec 23 00:16:40 PST 2005 root@enterprise.ddns.alzatex.cc:/usr/obj/usr/src/sys/IPSEC-NG-SC i386 >Description: This patch updates the port to use mozplugger version 1.7.3. >How-To-Repeat: >Fix: --- mozplugger.patch begins here --- diff -ruN /usr/ports/www/mozplugger/Makefile www/mozplugger/Makefile --- /usr/ports/www/mozplugger/Makefile Fri Jun 3 05:46:45 2005 +++ www/mozplugger/Makefile Fri Jan 27 16:45:10 2006 @@ -6,7 +6,7 @@ # PORTNAME= mozplugger -PORTVERSION= 1.7.2 +PORTVERSION= 1.7.3 CATEGORIES= www MASTER_SITES= http://download.mozdev.org/mozplugger/ diff -ruN /usr/ports/www/mozplugger/distinfo www/mozplugger/distinfo --- /usr/ports/www/mozplugger/distinfo Tue Jan 24 18:44:55 2006 +++ www/mozplugger/distinfo Fri Jan 27 16:31:25 2006 @@ -1,3 +1,3 @@ -MD5 (mozplugger-1.7.2.tar.gz) = d9a4919caf36dbf1fb66b3a034d64cd2 -SHA256 (mozplugger-1.7.2.tar.gz) = 3db40fcd991df2bd95227426e1a398b47caaa16f1854afea18b7a4d2e15743e9 -SIZE (mozplugger-1.7.2.tar.gz) = 54990 +MD5 (mozplugger-1.7.3.tar.gz) = 5b56c7c598e9609d9dca3d7c3a88e124 +SHA256 (mozplugger-1.7.3.tar.gz) = 5dcac24b34db58d17dbf2f9dac720f4172fdec7d72aa56e6f3a38a97fb30c524 +SIZE (mozplugger-1.7.3.tar.gz) = 54718 diff -ruN /usr/ports/www/mozplugger/files/patch-Makefile www/mozplugger/files/patch-Makefile --- /usr/ports/www/mozplugger/files/patch-Makefile Tue Jun 7 04:33:28 2005 +++ www/mozplugger/files/patch-Makefile Fri Jan 27 16:37:35 2006 @@ -1,5 +1,5 @@ ---- Makefile.orig Sat Apr 16 12:24:24 2005 -+++ Makefile Tue Jun 7 04:33:19 2005 +--- Makefile.orig Mon Aug 29 14:09:55 2005 ++++ Makefile Fri Jan 27 16:37:23 2006 @@ -1,5 +1,5 @@ # Where is your Xwindows located? -X11=/usr/X11R6 @@ -37,8 +37,8 @@ mozplugger-common.c mozplugger.h README.in BIN_FILES=mozplugger.so mozplugger-helper --DEFINES=$(STREAM) -DVERSION=\"$(VERSION)\" -Wall #-DDEBUG #-D__amd64__ -+DEFINES=$(STREAM) -DVERSION=\"$(VERSION)\" -DPREFIX=\"$(prefix)\" -Wall #-DDEBUG #-D__amd64__ +-DEFINES=$(STREAM) -DVERSION=\"$(VERSION)\" #-Wall -DDEBUG #-D__amd64__ ++DEFINES=$(STREAM) -DVERSION=\"$(VERSION)\" -DPREFIX=\"$(prefix)\" #-Wall -DDEBUG #-D__amd64__ RPM_OPT_FLAGS=-O2 COMMON_CFLAGS=$(RPM_OPT_FLAGS) -Inpapi/include -I$(X11)/include -DXP_UNIX $(DEFINES) COMMON_LDFLAGS= diff -ruN /usr/ports/www/mozplugger/files/patch-mozplugger.c www/mozplugger/files/patch-mozplugger.c --- /usr/ports/www/mozplugger/files/patch-mozplugger.c Fri Jun 3 05:46:45 2005 +++ www/mozplugger/files/patch-mozplugger.c Fri Jan 27 17:04:48 2006 @@ -1,6 +1,6 @@ ---- mozplugger.c.orig Sun Apr 17 05:19:59 2005 -+++ mozplugger.c Fri Jun 3 20:55:32 2005 -@@ -568,6 +568,9 @@ +--- mozplugger.c.orig Mon Aug 29 14:08:04 2005 ++++ mozplugger.c Fri Jan 27 17:04:36 2006 +@@ -572,6 +572,9 @@ if (cb(fname, data)) return 1; } @@ -10,20 +10,3 @@ snprintf(fname, sizeof(fname), "/etc/%s", basename); if (cb(fname, data)) return 1; -@@ -1208,6 +1211,8 @@ - *****************************************************************************/ - NPError NPP_SetWindow(NPP instance, NPWindow* window) - { -+ XSetWindowAttributes attrib; -+ - D("SetWindow\n"); - - if (!instance) -@@ -1239,7 +1244,6 @@ - D("Writing WIN 0x%x to fd %d\n", window->window, THIS->fd); - write(THIS->fd, (char *)window, sizeof(*window)); - -- XSetWindowAttributes attrib; - attrib.override_redirect = True; - XChangeWindowAttributes(THIS->display, (Window)THIS->windata.window, - CWOverrideRedirect, &attrib); --- mozplugger.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601280115.k0S1Fhoc051060>