From owner-freebsd-ports@FreeBSD.ORG Wed Jul 24 18:47:43 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A46E4DC1 for ; Wed, 24 Jul 2013 18:47:43 +0000 (UTC) (envelope-from mike.jakubik@intertainservices.com) Received: from mail.intertainservices.com (mail.intertainservices.com [69.77.177.114]) by mx1.freebsd.org (Postfix) with ESMTP id 78B422556 for ; Wed, 24 Jul 2013 18:47:43 +0000 (UTC) Received: from freebsd.local (unknown [172.16.10.114]) by mail.intertainservices.com (Postfix) with ESMTPSA id 54A1B56453; Wed, 24 Jul 2013 14:47:40 -0400 (EDT) Message-ID: <51F0214B.5050405@intertainservices.com> Date: Wed, 24 Jul 2013 14:47:39 -0400 From: Mike Jakubik User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130703 Thunderbird/17.0.7 MIME-Version: 1.0 To: Tony Morlan , ports@freebsd.org Subject: Re: FreeBSD Port: www/chromium References: <2134917558.51385593.1374336600814.JavaMail.root@k-state.edu> <51ED6496.9000407@intertainservices.com> <20130724031021.GL23770@krusty.scroner.com> In-Reply-To: <20130724031021.GL23770@krusty.scroner.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-intertainservices-MailScanner-Information: Please contact the ISP for more information X-intertainservices-MailScanner-ID: 54A1B56453.ACED8 X-intertainservices-MailScanner: Found to be clean X-intertainservices-MailScanner-From: mike.jakubik@intertainservices.com X-Spam-Status: No X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Jul 2013 18:47:43 -0000 On 07/23/13 23:10, Tony Morlan wrote: > On Mon, Jul 22, 2013 at 11:57:58AM CDT, Mike Jakubik wrote: >> >> Can you provide any public URLs? I'm not having any issues so far. > Sorry for the direct mail, I'm not subscribed to either of the lists > this thread is contained in. > > I'm also experiencing "unclickable links". So far it seems links contained > within tables are unusable. I've tested with both --disable-extensions and > --disable-plugins. > > http://docs.freebsd.org/mail/current/ is an example. I'm able to click on any > of the links except for any of the links in the directory listing in the middle > of the page. Hovering over those links does not change the cursor from the > default pointer shape. > > $ uname -a > FreeBSD hoover.servadmin.com 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #0: Mon Jun 17 11:42:37 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 > $ pkg info chromium > chromium-28.0.1500.71 > $ pkg info -f chromium | egrep 'off$|on$' > PULSEAUDIO : off > GCONF : off > DEBUG : off > CODECS : on > CLANG : on > $ sysctl kern.ipc.shm_allow_removed > kern.ipc.shm_allow_removed: 1 > $ ipcs > Message Queues: > T ID KEY MODE OWNER GROUP > > Shared Memory: > T ID KEY MODE OWNER GROUP > m 118685697 0 --rw------- tony tony > m 41680898 0 --rw------- tony tony > m 38273027 0 --rwa------ tony tony > > Semaphores: > T ID KEY MODE OWNER GROUP > > $ > > Please let me know if there's anything else I can provide that might help. > > Thanks, > Tony I am not seeing this behaviour, however i am using 9.1-STABLE and compiling with clang 3.3. Thanks.