From owner-freebsd-ports@FreeBSD.ORG Mon Jan 12 06:59:30 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ACDC1F60 for ; Mon, 12 Jan 2015 06:59:30 +0000 (UTC) Received: from mail-we0-x22e.google.com (mail-we0-x22e.google.com [IPv6:2a00:1450:400c:c03::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5C33DE0E for ; Mon, 12 Jan 2015 06:59:30 +0000 (UTC) Received: by mail-we0-f174.google.com with SMTP id k48so17317391wev.5 for ; Sun, 11 Jan 2015 22:59:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mcnhealthcare.com; s=google; h=mime-version:date:message-id:subject:from:to:content-type; bh=52rO5roe75K3DUpCCwbmsKwcEKqjPb0OWZdPJWKmipU=; b=ZBdfi8Jzz0BSKfTmnNKrGrD8tElGj3Gs9iGMB9E3i7CR8U+seEJeAAfs1ps3rUPWin wS/tIUJDRZMi0A3E6NhPusRyqoXF04CXyqAU7JF21DRZoqkkQ0xMlYt0jXVDR1xtVI62 g4uHhseXiHUHAFiJfD0r1ucfNq2QopU7H9ZiE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=52rO5roe75K3DUpCCwbmsKwcEKqjPb0OWZdPJWKmipU=; b=X4G1AoGKfr3nhHBCnNwIxAB48Hygip6C6tVfpEg6hEs9pFccwNM05PlGZHfUCzqZCO p/y4sCUNY5ow6t0nNJXJdowClOnxuZnppTsbbinFxG4PKoDpcLvuBZMGG/D/TTxO3mHu y+FX0/aevFmfH8m0pZKv4haHy1ABpEbXoOKJjeQFknzgHMS/H07A4qpvpzwQGTkgjnp5 C36CzCevyDb6Srqz+vNHBk66Xw+6bvjpHtqzdOLZflNoBwLCmkcqLdcXg2zmzAV0xO2g RRNueu9hqdX/r2BVPXm0ZbbkV8PcMirhd1eqKq6Mj5hRbx9PPclM2gl/cGNQg6ALXRYm OB6Q== X-Gm-Message-State: ALoCoQlMYg80eeqKhMiI6lLDaujhVhHDCvcjwlmCGpRKgoFube1GbeEP9Xwmq93p1JsXIa3sxhxL MIME-Version: 1.0 X-Received: by 10.180.90.176 with SMTP id bx16mr27797351wib.0.1421045968234; Sun, 11 Jan 2015 22:59:28 -0800 (PST) Received: by 10.27.1.198 with HTTP; Sun, 11 Jan 2015 22:59:28 -0800 (PST) Date: Sun, 11 Jan 2015 23:59:28 -0700 Message-ID: Subject: Re: Opera, still functional, 'one cannot make new configs' etc since v9 > v10 From: Fred Woods To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jan 2015 06:59:30 -0000 If you run opera from a terminal window, do you get something like the problem described in: http://stackoverflow.com/questions/2568408/pango-warning-failed-to-choose-a-font-expect-ugly-output If yes, then a possible work-around is: Move any pango compliant fonts to /usr/local/lib/X11/fonts mv /usr/loocal/share/fonts/* /usr/local/lib/X11/fonts Create a symlink to make /usr/loocal/share/fonts point to /usr/local/lib/X11/fonts. ln -sF /usr/local/lib/X11/fonts /usr/loocal/share/fonts