diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-07-22 00:43:15 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-07-22 00:43:15 +0000 |
commit | 5eb6e8e832d4b4d1cb9456f0e1a914c7dc0f5140 (patch) | |
tree | c2d8e1c40ffd4c8ddf1570486f6e5dd4c8ef7413 /www/mozplugger/files/patch-mozplugger.c | |
parent | - Turn off the python module as it causes breakage in the build cluster. (diff) |
- Update to 1.10.2
- Pass maintainership to submitter
PR: ports/125316
Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com>
Approved by: portmgr (linimon) maintainer timeout (maintainer email bounces)
Notes
Notes:
svn path=/head/; revision=217270
Diffstat (limited to 'www/mozplugger/files/patch-mozplugger.c')
-rw-r--r-- | www/mozplugger/files/patch-mozplugger.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/www/mozplugger/files/patch-mozplugger.c b/www/mozplugger/files/patch-mozplugger.c deleted file mode 100644 index 26db7994dd1a..000000000000 --- a/www/mozplugger/files/patch-mozplugger.c +++ /dev/null @@ -1,12 +0,0 @@ ---- 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; - } - -+ snprintf(fname, sizeof(fname), PREFIX "/etc/%s", basename); -+ if (cb(fname, data)) return 1; -+ - snprintf(fname, sizeof(fname), "/etc/%s", basename); - if (cb(fname, data)) return 1; - |