diff --git a/www/firefox3/Makefile b/www/firefox3/Makefile index 0152d02ecf6..3b1aea4e48a 100644 --- a/www/firefox3/Makefile +++ b/www/firefox3/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2008/08/20 00:21:50 martynas Exp $ +# $OpenBSD: Makefile,v 1.7 2008/08/23 22:27:46 martynas Exp $ SHARED_ONLY= Yes ONLY_FOR_ARCHS= alpha amd64 arm i386 powerpc sparc sparc64 @@ -7,7 +7,7 @@ COMMENT= redesign of Mozilla's browser component VER= 3.0.1 DISTNAME= mozilla -PKGNAME= firefox3-${VER}p4 +PKGNAME= firefox3-${VER}p5 SO_VERSION= 20.0 # NOTE: Must bump minor version if any shlib's are removed from the # components dir to avoid pkg_add -r issues. diff --git a/www/firefox3/files/README.OpenBSD b/www/firefox3/files/README.OpenBSD index 2929bbdd1b1..b54723c6e58 100644 --- a/www/firefox3/files/README.OpenBSD +++ b/www/firefox3/files/README.OpenBSD @@ -1,4 +1,4 @@ -$OpenBSD: README.OpenBSD,v 1.4 2008/08/20 00:21:50 martynas Exp $ +$OpenBSD: README.OpenBSD,v 1.5 2008/08/23 22:27:46 martynas Exp $ If you encounter strange problems relating to bookmarks, downloads, window placement, toolbars, history, or other settings, it is @@ -55,7 +55,7 @@ enable TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, double-click on security.ssl3.ecdhe_ecdsa_aes128_sha until its boolean entry in the Value column changes to true. -Using CUPS for printing +Using CUPS and LPR for printing Since version 3, Firefox uses standard printing dialog from gtk+2. In order to use CUPS for printing, you will need to install cups @@ -63,6 +63,15 @@ subpackage of gtk+2, i.e.: # pkg_add gtk+2-cups +Gtk+2 doesn't try to use LPR printing backend by default. In order +to use LPR for printing, create ~/.gtkrc-2.0 with the following +contents: + +gtk-print-backends = "file,lpr,cups" + +If you want to make this change available for all users, use +/etc/gtkrc instead of ~/.gtkrc-2.0. + Scaled images render incorrectly Due to incompatibilities between some of the drivers and X server, diff --git a/www/firefox3/patches/patch-js_src_build_mk b/www/firefox3/patches/patch-js_src_build_mk new file mode 100644 index 00000000000..a9ffde28c90 --- /dev/null +++ b/www/firefox3/patches/patch-js_src_build_mk @@ -0,0 +1,10 @@ +$OpenBSD: patch-js_src_build_mk,v 1.1 2008/08/23 22:27:46 martynas Exp $ +--- js/src/build.mk.orig Wed Feb 14 18:58:53 2007 ++++ js/src/build.mk Thu Aug 21 17:43:27 2008 +@@ -38,6 +38,5 @@ + TIERS += js + + tier_js_dirs += \ +- js/src/fdlibm \ + js/src \ + $(NULL)