FreeBSD Bugzilla – Attachment 61723 Details for
Bug 92442
Update port: www/mozplugger Update to 1.7.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
mozplugger.patch
mozplugger.patch (text/plain), 3.19 KB, created by
Loren M. Lang
on 2006-01-28 01:20:15 UTC
(
hide
)
Description:
mozplugger.patch
Filename:
MIME Type:
Creator:
Loren M. Lang
Created:
2006-01-28 01:20:15 UTC
Size:
3.19 KB
patch
obsolete
>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);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 92442
: 61723
Working