On Fri, Jun 02, 2006 at 01:33:34PM +0200, Sigfred H?versen wrote:
> Bernd Ahlers wrote:
> >Hey,
> >
> >attached is a security update to mozilla-firefox-1.5.0.4.
> 
> When starting, I get multiple of the following in console:
> 
> (firefox-bin:11397): Pango-WARNING **: File not found
> Failed to load Pango module for id: 'BasicScriptEngineFc'
> 
> Firefox exits when trying to download a file from a ftp site. The
> exit happens when you press the OK button for saving the file. There
> is no core file.
> 
> Other browsing seems to work. This on amd64 current.
> 
> /Sigfred

Here is a update to pango 1.12.3..

The only thing interesting from the release notes is this..

* Increased robustness against broken pango.modules

So please try this out if you happen to see similar problems as mentioned
above. I'd like to know if this helps at all, atleast with the upgrade case.

Ultimately the real problem is that pango.modules/pangox.aliases in /etc/pango
need to be updated with copies from /usr/local/share/examples/pango. These
files are not the ports typical @sample files and need to be handled a little
differently. Any comments on how I should go about handling this with the port?

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/pango/Makefile,v
retrieving revision 1.17
diff -u -p -r1.17 Makefile
--- Makefile    2006/05/22 01:41:52     1.17
+++ Makefile    2006/06/01 12:43:27
@@ -2,12 +2,12 @@
 
 COMMENT=               "library for layout and rendering of text"
 
-DISTNAME=              pango-1.12.1
-SHARED_LIBS=           pango-1.0       1200.1 \
-                       pangocairo-1.0  1200.1 \
-                       pangoft2-1.0    1200.1 \
-                       pangox-1.0      1200.1 \
-                       pangoxft-1.0    1200.1
+DISTNAME=              pango-1.12.3
+SHARED_LIBS=           pango-1.0       1200.3 \
+                       pangocairo-1.0  1200.3 \
+                       pangoft2-1.0    1200.3 \
+                       pangox-1.0      1200.3 \
+                       pangoxft-1.0    1200.3
 
 CATEGORIES=            devel x11
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/pango/distinfo,v
retrieving revision 1.14
diff -u -p -r1.14 distinfo
--- distinfo    2006/05/22 01:41:52     1.14
+++ distinfo    2006/06/01 12:43:27
@@ -1,4 +1,4 @@
-MD5 (pango-1.12.1.tar.bz2) = 10ddfbc43cf895639b77788ca637409c
-RMD160 (pango-1.12.1.tar.bz2) = 9dc4da7e9ace4391e907602e55321443b144278b
-SHA1 (pango-1.12.1.tar.bz2) = 26f3268eabeea8aa45b1286dc7af3149c8d544a1
-SIZE (pango-1.12.1.tar.bz2) = 1208619
+MD5 (pango-1.12.3.tar.bz2) = c8178e11a895166d86990bb2c38d831b
+RMD160 (pango-1.12.3.tar.bz2) = 7692828276e9b5a54b0b8c32fa07d7db6ac45bed
+SHA1 (pango-1.12.3.tar.bz2) = ad493c4560c0ffd9dcdb8a1724d5bff058ef112c
+SIZE (pango-1.12.3.tar.bz2) = 1226579
Index: patches/patch-configure
===================================================================
RCS file: /cvs/ports/devel/pango/patches/patch-configure,v
retrieving revision 1.10
diff -u -p -r1.10 patch-configure
--- patches/patch-configure     2006/05/22 01:41:52     1.10
+++ patches/patch-configure     2006/06/01 12:43:27
@@ -1,7 +1,7 @@
 $OpenBSD: patch-configure,v 1.10 2006/05/22 01:41:52 brad Exp $
---- configure.orig     Fri Apr  7 00:33:32 2006
-+++ configure  Wed May 10 18:01:16 2006
-@@ -24033,7 +24033,7 @@ fi
+--- configure.orig     Fri May 26 16:43:16 2006
++++ configure  Thu Jun  1 06:39:08 2006
+@@ -23008,7 +23008,7 @@ fi
  if test "$pango_os_win32" != yes; then
      # libtool option to control which symbols are exported
      # right now, symbols starting with _ are not exported
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/pango/pkg/PLIST,v
retrieving revision 1.13
diff -u -p -r1.13 PLIST
--- pkg/PLIST   2006/05/22 01:41:52     1.13
+++ pkg/PLIST   2006/06/01 12:43:27
@@ -113,6 +113,7 @@ share/gtk-doc/html/pango/pango-X-Fonts-a
 share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html
 share/gtk-doc/html/pango/pango-querymodules.html
 share/gtk-doc/html/pango/pango.devhelp
+share/gtk-doc/html/pango/pango.devhelp2
 share/gtk-doc/html/pango/pango.html
 share/gtk-doc/html/pango/rendering.html
 share/gtk-doc/html/pango/right.png

Reply via email to