From owner-freebsd-gnome@FreeBSD.ORG Sun Mar 12 02:51:51 2006 Return-Path: X-Original-To: freebsd-gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 378B116A4E8; Sun, 12 Mar 2006 02:51:51 +0000 (GMT) (envelope-from randy@psg.com) Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D6D743FFE; Sat, 11 Mar 2006 22:58:24 +0000 (GMT) (envelope-from randy@psg.com) Received: from cust16202.lava.net ([64.65.95.74] helo=[192.168.0.13]) by rip.psg.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FID2V-000Prc-Gv; Sat, 11 Mar 2006 22:58:23 +0000 Message-ID: <441355EA.40408@psg.com> Date: Sat, 11 Mar 2006 12:57:46 -1000 From: Randy Bush User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Joe Marcus Clarke References: <441223F1.4030609@psg.com> <1142045466.75835.65.camel@shumai.marcuscom.com> <441252A7.2020206@psg.com> <1142051752.75835.67.camel@shumai.marcuscom.com> <44125646.3060004@psg.com> <1142053007.75835.74.camel@shumai.marcuscom.com> <20060311155324.b3218e36.nork@FreeBSD.org> <1142060117.75835.103.camel@shumai.marcuscom.com> <4412772E.5040203@psg.com> <1142112312.11914.39.camel@shumai.marcuscom.com> In-Reply-To: <1142112312.11914.39.camel@shumai.marcuscom.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Norikatsu Shigemura , freebsd-gnome@FreeBSD.org Subject: Re: gnome-settings-daemon X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 02:51:51 -0000 > To test my theory, download the following patch for xprintf.c, apply it, > then rebuild libc: > > # cd /usr > # patch -p < /path/to/xprintf.c.diff > # cd /usr/src/lib/libc > # make && make install > > http://www.marcuscom.com/downloads/xprintf.c.diff Backtrace was generated from '/usr/X11R6/libexec/gnome-settings-daemon' [New Thread 0xa217650 (runnable)] [New Thread 0xa20fbc0 (LWP 100148)] [New Thread 0xa003930 (runnable)] [New LWP 100070] [Switching to LWP 100070] 0x2922334b in pthread_atfork () from /usr/lib/libpthread.so.2 #0 0x2922334b in pthread_atfork () from /usr/lib/libpthread.so.2 #1 0x2921ae4e in pthread_kill () from /usr/lib/libpthread.so.2 #2 0x00000000 in ?? () Thread 4 (LWP 100070): #0 0x2922334b in pthread_atfork () from /usr/lib/libpthread.so.2 No symbol table info available. #1 0x2921ae4e in pthread_kill () from /usr/lib/libpthread.so.2 No symbol table info available. #2 0x00000000 in ?? () No symbol table info available. Thread 3 (Thread 0xa003930 (runnable)): #0 0x292b1bdf in poll () at poll.S:2 No locals. #1 0x28d7d600 in ?? () No symbol table info available. #2 0x28d7d800 in ?? () No symbol table info available. #3 0x28d7da00 in ?? () No symbol table info available. #4 0x28d7dc00 in ?? () No symbol table info available. #5 0x28d7de00 in ?? () No symbol table info available. #6 0x28d7e000 in ?? () No symbol table info available. #7 0x28d7e200 in ?? () No symbol table info available. #8 0x28d7e400 in ?? () No symbol table info available. #9 0x28d7e600 in ?? () No symbol table info available. #10 0x28d7e800 in ?? () No symbol table info available. #11 0x28d7ea00 in ?? () No symbol table info available. #12 0x28d7ec00 in ?? () No symbol table info available. #13 0x28d7ee00 in ?? () No symbol table info available. #14 0x28d7f000 in ?? () No symbol table info available. #15 0x28d7f400 in ?? () No symbol table info available. #16 0x280793b0 in symlook_obj () from /libexec/ld-elf.so.1 No symbol table info available. #0 0x2922334b in pthread_atfork () from /usr/lib/libpthread.so.2 From owner-freebsd-gnome@FreeBSD.ORG Sun Mar 12 03:01:19 2006 Return-Path: X-Original-To: freebsd-gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71C1E16A790; Sun, 12 Mar 2006 03:01:19 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AD9A45CB9; Sun, 12 Mar 2006 00:55:25 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.13.4/8.13.4) with ESMTP id k2C0u1kt061795; Sat, 11 Mar 2006 19:56:01 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Randy Bush In-Reply-To: <441355EA.40408@psg.com> References: <441223F1.4030609@psg.com> <1142045466.75835.65.camel@shumai.marcuscom.com> <441252A7.2020206@psg.com> <1142051752.75835.67.camel@shumai.marcuscom.com> <44125646.3060004@psg.com> <1142053007.75835.74.camel@shumai.marcuscom.com> <20060311155324.b3218e36.nork@FreeBSD.org> <1142060117.75835.103.camel@shumai.marcuscom.com> <4412772E.5040203@psg.com> <1142112312.11914.39.camel@shumai.marcuscom.com> <441355EA.40408@psg.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-xvcYUVSuhbkfEwGDtStQ" Organization: MarcusCom, Inc. Date: Sat, 11 Mar 2006 19:55:22 -0500 Message-Id: <1142124922.19780.1.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Cc: Norikatsu Shigemura , freebsd-gnome@FreeBSD.org Subject: Re: gnome-settings-daemon X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 03:01:19 -0000 --=-xvcYUVSuhbkfEwGDtStQ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2006-03-11 at 12:57 -1000, Randy Bush wrote: > > To test my theory, download the following patch for xprintf.c, apply it= , > > then rebuild libc: > >=20 > > # cd /usr > > # patch -p < /path/to/xprintf.c.diff > > # cd /usr/src/lib/libc > > # make && make install > >=20 > > http://www.marcuscom.com/downloads/xprintf.c.diff >=20 > Backtrace was generated from '/usr/X11R6/libexec/gnome-settings-daemon' This trace makes no sense at all. I guess the last thing you can try is to do a make configure on multimedia/gstreamer. Then, edit ${WRKSRC}/config.h, and comment out: #define HAVE_PRINTF_EXTENSION 1 Then build and reinstall. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-xvcYUVSuhbkfEwGDtStQ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (FreeBSD) iD8DBQBEE3F6b2iPiv4Uz4cRAo13AJ9C2/D/s1SAQqqX3mKOAC/SIrK8ogCeKc12 1k2phmdcWgRfdhNtz01v5WE= =Ftw2 -----END PGP SIGNATURE----- --=-xvcYUVSuhbkfEwGDtStQ-- From owner-freebsd-gnome@FreeBSD.ORG Sun Mar 12 03:02:30 2006 Return-Path: X-Original-To: gnome@hub.freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C71DB16A514; Sun, 12 Mar 2006 03:02:30 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F253446886; Sun, 12 Mar 2006 02:11:49 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from freefall.freebsd.org (mezz@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2C2BnWW050951; Sun, 12 Mar 2006 02:11:49 GMT (envelope-from mezz@freefall.freebsd.org) Received: (from mezz@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2C2BnGd050947; Sun, 12 Mar 2006 02:11:49 GMT (envelope-from mezz) Date: Sun, 12 Mar 2006 02:11:49 GMT From: Jeremy Messenger Message-Id: <200603120211.k2C2BnGd050947@freefall.freebsd.org> To: itetcu@people.tecnik93.com, mezz@FreeBSD.org, gnome@FreeBSD.org Cc: Subject: Re: ports/94326: [PATCH] textproc/enchant: Fix WWW, portlint X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 03:02:30 -0000 Synopsis: [PATCH] textproc/enchant: Fix WWW, portlint State-Changed-From-To: open->patched State-Changed-By: mezz State-Changed-When: Sun Mar 12 02:10:11 UTC 2006 State-Changed-Why: Mark it as patched, I have committed it in the MC ports-stable module. http://www.marcuscom.com:8080/cgi-bin/cvsweb.cgi/ports-stable/textproc/enchant/ Thanks for submitted, it shall be commit in ports tree when it is unfreeze. http://www.freebsd.org/cgi/query-pr.cgi?pr=94326 From owner-freebsd-gnome@FreeBSD.ORG Sun Mar 12 03:03:14 2006 Return-Path: X-Original-To: freebsd-gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44D3F16A40A; Sun, 12 Mar 2006 03:03:14 +0000 (GMT) (envelope-from randy@psg.com) Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8CA343F84; Sun, 12 Mar 2006 02:56:28 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=roam.psg.com) by rip.psg.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FIGku-0001G7-1m; Sun, 12 Mar 2006 02:56:28 +0000 Received: from localhost ([127.0.0.1] helo=roam.psg.com) by roam.psg.com with esmtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FIGks-000FCT-N9; Sat, 11 Mar 2006 16:56:26 -1000 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17427.36314.33796.723255@roam.psg.com> Date: Sat, 11 Mar 2006 16:56:26 -1000 To: Joe Marcus Clarke References: <441223F1.4030609@psg.com> <1142045466.75835.65.camel@shumai.marcuscom.com> <441252A7.2020206@psg.com> <1142051752.75835.67.camel@shumai.marcuscom.com> <44125646.3060004@psg.com> <1142053007.75835.74.camel@shumai.marcuscom.com> <20060311155324.b3218e36.nork@FreeBSD.org> <1142060117.75835.103.camel@shumai.marcuscom.com> <4412772E.5040203@psg.com> <1142112312.11914.39.camel@shumai.marcuscom.com> <441355EA.40408@psg.com> <1142124922.19780.1.camel@shumai.marcuscom.com> X-Mailer: VM 7.19 under Emacs 21.3.1 Cc: Norikatsu Shigemura , freebsd-gnome@FreeBSD.org Subject: Re: gnome-settings-daemon X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 03:03:14 -0000 > This trace makes no sense at all. I guess the last thing you can try is > to do a make configure on multimedia/gstreamer. Then, edit > ${WRKSRC}/config.h, and comment out: > > #define HAVE_PRINTF_EXTENSION 1 > > Then build and reinstall. no crash! i demand a full refund :-) but /usr/home/test> /usr/X11R6/libexec/gnome-settings-daemon (gnome-screensaver:58415): gnome-screensaver-WARNING **: couldn't connect to session bus: Unable to determine the address of the message bus (gnome-screensaver:58415): gnome-screensaver-WARNING **: failed to register with the message bus and that's it. i will try going back to the normal user and starting gnome randy From owner-freebsd-gnome@FreeBSD.ORG Sun Mar 12 03:20:57 2006 Return-Path: X-Original-To: freebsd-gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B361916A404; Sun, 12 Mar 2006 03:20:57 +0000 (GMT) (envelope-from randy@psg.com) Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83E1D43D45; Sun, 12 Mar 2006 03:20:57 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=roam.psg.com) by rip.psg.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FIH8a-0001QZ-VK; Sun, 12 Mar 2006 03:20:57 +0000 Received: from localhost ([127.0.0.1] helo=roam.psg.com) by roam.psg.com with esmtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FIH8Y-0000OT-Dd; Sat, 11 Mar 2006 17:20:54 -1000 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17427.37781.793289.9566@roam.psg.com> Date: Sat, 11 Mar 2006 17:20:53 -1000 To: Joe Marcus Clarke References: <441223F1.4030609@psg.com> <1142045466.75835.65.camel@shumai.marcuscom.com> <441252A7.2020206@psg.com> <1142051752.75835.67.camel@shumai.marcuscom.com> <44125646.3060004@psg.com> <1142053007.75835.74.camel@shumai.marcuscom.com> <20060311155324.b3218e36.nork@FreeBSD.org> <1142060117.75835.103.camel@shumai.marcuscom.com> <4412772E.5040203@psg.com> <1142112312.11914.39.camel@shumai.marcuscom.com> <441355EA.40408@psg.com> <1142124922.19780.1.camel@shumai.marcuscom.com> Cc: Norikatsu Shigemura , freebsd-gnome@FreeBSD.org Subject: Re: gnome-settings-daemon X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 03:20:57 -0000 > This trace makes no sense at all. I guess the last thing you can try is > to do a make configure on multimedia/gstreamer. Then, edit > ${WRKSRC}/config.h, and comment out: > > #define HAVE_PRINTF_EXTENSION 1 > > Then build and reinstall. i am now running successfully in my old normal gnome environment. thank you! anything else i can do to help sort this out? randy From owner-freebsd-gnome@FreeBSD.ORG Sun Mar 12 09:03:53 2006 Return-Path: X-Original-To: freebsd-gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4704116A456; Sun, 12 Mar 2006 09:03:53 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A6B0466ED; Sun, 12 Mar 2006 08:40:58 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [219.127.74.122]) by sakura.ninth-nine.com (8.13.4/8.13.4/NinthNine) with ESMTP id k2C8et6p050097; Sun, 12 Mar 2006 17:40:56 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Sun, 12 Mar 2006 17:40:55 +0900 From: Norikatsu Shigemura To: marcus@marcuscom.com Message-Id: <20060312174055.29dc58a8.nork@FreeBSD.org> In-Reply-To: <17427.37781.793289.9566@roam.psg.com> References: <441223F1.4030609@psg.com> <1142045466.75835.65.camel@shumai.marcuscom.com> <441252A7.2020206@psg.com> <1142051752.75835.67.camel@shumai.marcuscom.com> <44125646.3060004@psg.com> <1142053007.75835.74.camel@shumai.marcuscom.com> <20060311155324.b3218e36.nork@FreeBSD.org> <1142060117.75835.103.camel@shumai.marcuscom.com> <4412772E.5040203@psg.com> <1142112312.11914.39.camel@shumai.marcuscom.com> <441355EA.40408@psg.com> <1142124922.19780.1.camel@shumai.marcuscom.com> <17427.37781.793289.9566@roam.psg.com> X-Mailer: Sylpheed version 2.2.0 (GTK+ 2.8.12; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (sakura.ninth-nine.com [219.127.74.121]); Sun, 12 Mar 2006 17:40:56 +0900 (JST) Cc: Randy Bush , nork@FreeBSD.org, freebsd-gnome@FreeBSD.org Subject: Re: gnome-settings-daemon X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 09:03:53 -0000 On Sat, 11 Mar 2006 17:20:53 -1000 Randy Bush wrote: > > This trace makes no sense at all. I guess the last thing you can try is > > to do a make configure on multimedia/gstreamer. Then, edit > > ${WRKSRC}/config.h, and comment out: > > #define HAVE_PRINTF_EXTENSION 1 > > Then build and reinstall. > i am now running successfully in my old normal gnome environment. Me too. Good works!! From owner-freebsd-gnome@FreeBSD.ORG Sun Mar 12 15:49:54 2006 Return-Path: X-Original-To: freebsd-gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C1DE16A402; Sun, 12 Mar 2006 15:49:51 +0000 (GMT) (envelope-from randy@psg.com) Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D9CC43D46; Sun, 12 Mar 2006 15:49:51 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=roam.psg.com) by rip.psg.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FISpK-000JfM-QT; Sun, 12 Mar 2006 15:49:51 +0000 Received: from localhost ([127.0.0.1] helo=roam.psg.com) by roam.psg.com with esmtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FISpJ-00065S-PX; Sun, 12 Mar 2006 05:49:49 -1000 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17428.17181.184325.495520@roam.psg.com> Date: Sun, 12 Mar 2006 05:49:49 -1000 To: Joe Marcus Clarke References: <441223F1.4030609@psg.com> <1142045466.75835.65.camel@shumai.marcuscom.com> <441252A7.2020206@psg.com> <1142051752.75835.67.camel@shumai.marcuscom.com> <44125646.3060004@psg.com> <1142053007.75835.74.camel@shumai.marcuscom.com> <20060311155324.b3218e36.nork@FreeBSD.org> <1142060117.75835.103.camel@shumai.marcuscom.com> <4412772E.5040203@psg.com> <1142112312.11914.39.camel@shumai.marcuscom.com> <441355EA.40408@psg.com> <1142124922.19780.1.camel@shumai.marcuscom.com> Cc: Norikatsu Shigemura , freebsd-gnome@FreeBSD.org Subject: Re: gnome-settings-daemon X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 15:49:55 -0000 > This trace makes no sense at all. I guess the last thing you can try is > to do a make configure on multimedia/gstreamer. Then, edit > ${WRKSRC}/config.h, and comment out: > > #define HAVE_PRINTF_EXTENSION 1 > > Then build and reinstall. indeed. thank you! as this workaround was effective, who is explaining to phk? randy From owner-freebsd-gnome@FreeBSD.ORG Sun Mar 12 18:12:43 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 300FB16A40D for ; Sun, 12 Mar 2006 18:12:41 +0000 (GMT) (envelope-from david@jetnet.co.uk) Received: from kosh.jetnet.co.uk (kosh.jetnet.co.uk [80.87.128.128]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5B2643D46 for ; Sun, 12 Mar 2006 18:12:40 +0000 (GMT) (envelope-from david@jetnet.co.uk) Received: from localhost (localhost [127.0.0.1]) by kosh.jetnet.co.uk (Postfix) with ESMTP id 0C87A24157 for ; Sun, 12 Mar 2006 17:51:34 +0000 (GMT) Received: from kosh.jetnet.co.uk ([127.0.0.1]) by localhost (mail.jetnet.co.uk [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 75219-04 for ; Sun, 12 Mar 2006 17:51:32 +0000 (GMT) Received: from [10.0.1.3] (72-255-27-11.client.stsn.net [72.255.27.11]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by kosh.jetnet.co.uk (Postfix) with ESMTP id 3F7C721B61 for ; Sun, 12 Mar 2006 17:51:32 +0000 (GMT) Message-ID: <44145FA2.5030608@jetnet.co.uk> Date: Sun, 12 Mar 2006 17:51:30 +0000 From: David Reid User-Agent: Thunderbird 1.5 (X11/20060212) MIME-Version: 1.0 To: freebsd-gnome@freebsd.org X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at jetnet.co.uk Subject: gnome-bluetooth X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 18:12:43 -0000 I'm guessing it's not ported over yet, but is it on the horizon or being worked on? Just curious... david From owner-freebsd-gnome@FreeBSD.ORG Sun Mar 12 21:29:38 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D276216A400 for ; Sun, 12 Mar 2006 21:29:37 +0000 (GMT) (envelope-from crs@sorsby.org) Received: from sorsby.org (sorsby.org [216.184.15.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 680FF43D46 for ; Sun, 12 Mar 2006 21:29:37 +0000 (GMT) (envelope-from crs@sorsby.org) Received: from sorsby.org (localhost.sorsby.org [127.0.0.1]) by sorsby.org (8.13.1/8.13.1) with ESMTP id k2CLSiDO044718; Sun, 12 Mar 2006 14:28:51 -0700 (MST) (envelope-from crs@sorsby.org) Received: (from crs@localhost) by sorsby.org (8.13.1/8.13.1/Submit) id k2CLSakV044717; Sun, 12 Mar 2006 14:28:36 -0700 (MST) (envelope-from crs) Date: Sun, 12 Mar 2006 14:28:36 -0700 (MST) Message-Id: <200603122128.k2CLSakV044717@sorsby.org> To: gnome@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-URL: file://localhost/usr/ports/www/firefox/README.html X-Mailer: Lynx, Version 2.8.5rel.1 X-Personal_Name: : Charlie Sorsby From: crs@swcp.com Cc: crs@swcp.com Subject: file://localhost/usr/ports/www/firefox/README.html X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 21:29:38 -0000 Hello, At the very least, the port of firefox in the freeBSD (4.11) ports collection should be labeled gnome-dependent. I do not run gnome or any other desktop-environment; I use fvwm2 (and would use fvwm if they hadn't deleted it from the 4.11 distribution). It's really frustrating to cd to what appears to be a generic port, type make install, and have a damnable point-and-click ala sysinstall appear in my xterm -- but one that doesn't reapond either to the arrow keys or the mouse. Better yet, it would check to see if gnome is running (I assume that that's what it thought) and either provide an error message to the effect that it requires gnome or, even better, when it finds not only that it isn't running but that it isn't even installed, reverts to a generic installation of firefox that will run under *any* window manager. Thank you for your attention. Charlie -- Charlie Sorsby crs@swcp.com P. O. Box 1225 Edgewood, NM 87015 USA Why HTML in e-mail is evil: http://www.birdhouse.org/etc/evilmail.html and (possibly) how to turn it off: http://www.expita.com/nomime.html From owner-freebsd-gnome@FreeBSD.ORG Sun Mar 12 22:04:14 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7ED3016A401 for ; Sun, 12 Mar 2006 22:04:13 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from centrmmtao02.cox.net (centrmmtao02.cox.net [70.168.83.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id E55D343D46 for ; Sun, 12 Mar 2006 22:04:12 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.140]) by centrmmtao02.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20060312220412.DVIA8484.centrmmtao02.cox.net@mezz.mezzweb.com>; Sun, 12 Mar 2006 17:04:12 -0500 Date: Sun, 12 Mar 2006 16:05:55 -0600 To: crs@swcp.com References: <200603122128.k2CLSakV044717@sorsby.org> From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <200603122128.k2CLSakV044717@sorsby.org> User-Agent: Opera M2/8.52 (Linux, build 1631) Cc: gnome@freebsd.org Subject: Re: file://localhost/usr/ports/www/firefox/README.html X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 22:04:14 -0000 On Sun, 12 Mar 2006 15:28:36 -0600, wrote: > Hello, > > At the very least, the port of firefox in the freeBSD (4.11) ports > collection should be labeled gnome-dependent. No, because Firefox doesn't depend on GNOME stuff at all by default unless you use WITH_SMB=yes for gnomevfs2. Cheers, Mezz > I do not run gnome or any other desktop-environment; I use fvwm2 > (and would use fvwm if they hadn't deleted it from the 4.11 > distribution). > > It's really frustrating to cd to what appears to be a generic port, > type make install, and have a damnable point-and-click ala > sysinstall appear in my xterm -- but one that doesn't reapond > either to the arrow keys or the mouse. > > Better yet, it would check to see if gnome is running (I assume > that that's what it thought) and either provide an error message to > the effect that it requires gnome or, even better, when it finds > not only that it isn't running but that it isn't even installed, > reverts to a generic installation of firefox that will run under > *any* window manager. > > Thank you for your attention. > > Charlie > -- > Charlie Sorsby > crs@swcp.com > P. O. Box 1225 > Edgewood, NM 87015 > USA > > Why HTML in e-mail is evil: http://www.birdhouse.org/etc/evilmail.html > and (possibly) how to turn it off: http://www.expita.com/nomime.html -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-freebsd-gnome@FreeBSD.ORG Mon Mar 13 09:10:50 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 814D216A430 for ; Mon, 13 Mar 2006 09:10:47 +0000 (UTC) (envelope-from past@ebs.gr) Received: from fly.ebs.gr (fly.ebs.gr [83.171.239.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id B187643D5A for ; Mon, 13 Mar 2006 09:10:18 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id k2D9AHUg006692; Mon, 13 Mar 2006 11:10:17 +0200 (EET) (envelope-from past@ebs.gr) Received: from [10.1.1.157] (pc157.ebs.gr [10.1.1.157]) by ebs.gr (8.13.3/8.13.3) with ESMTP id k2D9AKE0031919; Mon, 13 Mar 2006 11:10:21 +0200 (EET) (envelope-from past@ebs.gr) Message-ID: <441536F8.7000601@ebs.gr> Date: Mon, 13 Mar 2006 11:10:16 +0200 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Thunderbird 1.5 (X11/20060203) MIME-Version: 1.0 To: David Reid References: <44145FA2.5030608@jetnet.co.uk> In-Reply-To: <44145FA2.5030608@jetnet.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-gnome@freebsd.org Subject: Re: gnome-bluetooth X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 09:10:50 -0000 David Reid wrote: > I'm guessing it's not ported over yet, but is it on the horizon or being > worked on? Just curious... I've started an effort to port it a couple of months ago, but ran out of time. The last stumbling block I came across were differences between UUID handling among Linux and FreeBSD. I hope to pick it up again some time soon. Cheers, Panagiotis From owner-freebsd-gnome@FreeBSD.ORG Mon Mar 13 10:46:45 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC83716A41F for ; Mon, 13 Mar 2006 10:46:44 +0000 (UTC) (envelope-from iwantr@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6F8243D46 for ; Mon, 13 Mar 2006 10:46:43 +0000 (GMT) (envelope-from iwantr@gmail.com) Received: by nproxy.gmail.com with SMTP id a25so890049nfc for ; Mon, 13 Mar 2006 02:46:42 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=djeCalZ0TVS81pL6BqQCOEh5HETkSZqIeCRuDvFvqnNIYocLQj80bSQceL1ash9ORnpPyibTpxWKhS8rAuRcGN0E15PER3a3XadGOheE97iHUxYAel0p5gdYwLGbVQWb7Uc1dsSBUK2jKZk8KGt3aSMPURETqQyEKZwNrcxlLUk= Received: by 10.49.43.1 with SMTP id v1mr878361nfj; Mon, 13 Mar 2006 02:46:42 -0800 (PST) Received: by 10.48.42.4 with HTTP; Mon, 13 Mar 2006 02:46:42 -0800 (PST) Message-ID: Date: Mon, 13 Mar 2006 18:46:42 +0800 From: "Q Th" To: gnome@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_2925_22054166.1142246802535" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: MD5 mismatch(evolution-1.4.2.1) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 10:46:45 -0000 ------=_Part_2925_22054166.1142246802535 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Dear maintainer, I was interupted when upgrade my gnome-2.10 to 2.12 using gnome_upgrade.sh frome http://www.freebsd.org/gnome/. two error messages. error01 when #sh gnome_upgrade.sh error02 when #make in /ports/databases/evolution-... after error0= 1 occor. i can't find the right on the internet. What should i do next to finish my gnome upgrade successfully? Thank you. (in chinese)xie xie ni. ------=_Part_2925_22054166.1142246802535 Content-Type: application/octet-stream; name=error01_upgrade_gnome2.10_to_2.12 Content-Transfer-Encoding: base64 X-Attachment-Id: f_ekqnuo8l Content-Disposition: attachment; filename="error01_upgrade_gnome2.10_to_2.12" ZXJyb3IwMl9tYWtlX2V2b2x1dGlvbl9NRDVfbWlzbWF0Y2gAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAwMDY0NCAAMDAwMDAw IAAwMDAwMDAgADAwMDAwMDAyNDY1IDEwNDA1MjQxNzM2IDAyMDAzNwAgMAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB1c3RhcgAwMHJvb3QAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAd2hlZWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwMDAwMDAgADAwMDAw MCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA9 PT0+ICBWdWxuZXJhYmlsaXR5IGNoZWNrIGRpc2FibGVkLCBkYXRhYmFzZSBub3QgZm91bmQKPT09 PiAgRXh0cmFjdGluZyBmb3IgZXZvbHV0aW9uLWRhdGEtc2VydmVyLTEuNC4yLjFfMwo9PiBNRDUg Q2hlY2tzdW0gbWlzbWF0Y2ggZm9yIGdub21lMi9ldm9sdXRpb24tZGF0YS1zZXJ2ZXItMS40LjIu MS50YXIuYnoyLgo9PiBTSEEyNTYgQ2hlY2tzdW0gbWlzbWF0Y2ggZm9yIGdub21lMi9ldm9sdXRp b24tZGF0YS1zZXJ2ZXItMS40LjIuMS50YXIuYnoyLgo9PT0+ICBSZWZldGNoIGZvciAxIG1vcmUg dGltZXMgZmlsZXM6IGdub21lMi9ldm9sdXRpb24tZGF0YS1zZXJ2ZXItMS40LjIuMS50YXIuYnoy IGdub21lMi9ldm9sdXRpb24tZGF0YS1zZXJ2ZXItMS40LjIuMS50YXIuYnoyIAo9PT0+ICBWdWxu ZXJhYmlsaXR5IGNoZWNrIGRpc2FibGVkLCBkYXRhYmFzZSBub3QgZm91bmQKPT4gZXZvbHV0aW9u LWRhdGEtc2VydmVyLTEuNC4yLjEudGFyLmJ6MiBkb2Vzbid0IHNlZW0gdG8gZXhpc3QgaW4gL3Vz ci9wb3J0cy9kaXN0ZmlsZXMvZ25vbWUyLgo9PiBBdHRlbXB0aW5nIHRvIGZldGNoIGZyb20gZnRw Oi8vZnRwLmJlbG5ldC5iZS9taXJyb3IvZnRwLmdub21lLm9yZy9zb3VyY2VzL2V2b2x1dGlvbi1k YXRhLXNlcnZlci8xLjQvLgo9PT0+ICBWdWxuZXJhYmlsaXR5IGNoZWNrIGRpc2FibGVkLCBkYXRh YmFzZSBub3QgZm91bmQKPT4gTUQ1IENoZWNrc3VtIG1pc21hdGNoIGZvciBnbm9tZTIvZXZvbHV0 aW9uLWRhdGEtc2VydmVyLTEuNC4yLjEudGFyLmJ6Mi4KPT4gU0hBMjU2IENoZWNrc3VtIG1pc21h dGNoIGZvciBnbm9tZTIvZXZvbHV0aW9uLWRhdGEtc2VydmVyLTEuNC4yLjEudGFyLmJ6Mi4KPT09 PiAgR2l2aW5nIHVwIG9uIGZldGNoaW5nIGZpbGVzOiBnbm9tZTIvZXZvbHV0aW9uLWRhdGEtc2Vy dmVyLTEuNC4yLjEudGFyLmJ6MiBnbm9tZTIvZXZvbHV0aW9uLWRhdGEtc2VydmVyLTEuNC4yLjEu dGFyLmJ6MiAKTWFrZSBzdXJlIHRoZSBNYWtlZmlsZSBhbmQgZGlzdGluZm8gZmlsZSAoL3Vzci9w b3J0cy9kYXRhYmFzZXMvZXZvbHV0aW9uLWRhdGEtc2VydmVyL2Rpc3RpbmZvKQphcmUgdXAgdG8g ZGF0ZS4gIElmIHlvdSBhcmUgYWJzb2x1dGVseSBzdXJlIHlvdSB3YW50IHRvIG92ZXJyaWRlIHRo aXMKY2hlY2ssIHR5cGUgIm1ha2UgTk9fQ0hFQ0tTVU09eWVzIFtvdGhlciBhcmdzXSIuCioqKiBF cnJvciBjb2RlIDEKClN0b3AgaW4gL3Vzci9wb3J0cy9kYXRhYmFzZXMvZXZvbHV0aW9uLWRhdGEt c2VydmVyLgoqKiogRXJyb3IgY29kZSAxCgpTdG9wIGluIC91c3IvcG9ydHMvZGF0YWJhc2VzL2V2 b2x1dGlvbi1kYXRhLXNlcnZlci4KAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA ------=_Part_2925_22054166.1142246802535 Content-Type: application/octet-stream; name=error02_make_evolution_MD5_mismatch Content-Transfer-Encoding: 7bit X-Attachment-Id: f_ekqo4szr Content-Disposition: attachment; filename="error02_make_evolution_MD5_mismatch" ===> Vulnerability check disabled, database not found ===> Extracting for evolution-data-server-1.4.2.1_3 => MD5 Checksum mismatch for gnome2/evolution-data-server-1.4.2.1.tar.bz2. => SHA256 Checksum mismatch for gnome2/evolution-data-server-1.4.2.1.tar.bz2. ===> Refetch for 1 more times files: gnome2/evolution-data-server-1.4.2.1.tar.bz2 gnome2/evolution-data-server-1.4.2.1.tar.bz2 ===> Vulnerability check disabled, database not found => evolution-data-server-1.4.2.1.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/gnome2. => Attempting to fetch from ftp://ftp.belnet.be/mirror/ftp.gnome.org/sources/evolution-data-server/1.4/. ===> Vulnerability check disabled, database not found => MD5 Checksum mismatch for gnome2/evolution-data-server-1.4.2.1.tar.bz2. => SHA256 Checksum mismatch for gnome2/evolution-data-server-1.4.2.1.tar.bz2. ===> Giving up on fetching files: gnome2/evolution-data-server-1.4.2.1.tar.bz2 gnome2/evolution-data-server-1.4.2.1.tar.bz2 Make sure the Makefile and distinfo file (/usr/ports/databases/evolution-data-server/distinfo) are up to date. If you are absolutely sure you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** Error code 1 Stop in /usr/ports/databases/evolution-data-server. *** Error code 1 Stop in /usr/ports/databases/evolution-data-server. ------=_Part_2925_22054166.1142246802535-- From owner-freebsd-gnome@FreeBSD.ORG Mon Mar 13 11:03:29 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6369416A453 for ; Mon, 13 Mar 2006 11:03:27 +0000 (UTC) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B9AD43D70 for ; Mon, 13 Mar 2006 11:03:21 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2DB3K7u098020 for ; Mon, 13 Mar 2006 11:03:20 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2DB3Jku098014 for gnome@freebsd.org; Mon, 13 Mar 2006 11:03:19 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 13 Mar 2006 11:03:19 GMT Message-Id: <200603131103.k2DB3Jku098014@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: gnome@FreeBSD.org Cc: Subject: Current problem reports assigned to you X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 11:03:29 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2006/02/06] ports/92901 gnome firefox-1.5 core dumps when attempting to 1 problem total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2005/10/20] ports/87728 gnome mozilla: libnegotiateauth.so broken f [2006/01/02] ports/91213 gnome pkg-config ignores autotools normal .pc d o [2006/01/21] ports/92114 gnome [PATCH] mail/thunderbird: platform name o o [2006/02/08] ports/93066 gnome slib 3a2 upgrade breaks guile o [2006/02/20] ports/93610 gnome [patch] audio/goobox - fix build with lib p [2006/02/21] ports/93671 gnome [UPDATE] graphics/glitz to 0.5.3 f [2006/03/04] ports/94067 gnome graphics/gimp: GIMP fails make with WITHO p [2006/03/11] ports/94326 gnome [PATCH] textproc/enchant: Fix WWW, portli o [2006/03/11] ports/94329 gnome [PATCH] textproc/gtk-doc: Fix WWw 9 problems total. From owner-freebsd-gnome@FreeBSD.ORG Mon Mar 13 12:35:25 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F117616A400 for ; Mon, 13 Mar 2006 12:35:25 +0000 (UTC) (envelope-from ceca_89@hotmail.com) Received: from hotmail.com (bay103-f17.bay103.hotmail.com [65.54.174.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA59343D46 for ; Mon, 13 Mar 2006 12:35:25 +0000 (GMT) (envelope-from ceca_89@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 13 Mar 2006 04:35:25 -0800 Message-ID: Received: from 65.54.174.200 by by103fd.bay103.hotmail.msn.com with HTTP; Mon, 13 Mar 2006 12:35:22 GMT X-Originating-IP: [87.3.180.171] X-Originating-Email: [ceca_89@hotmail.com] X-Sender: ceca_89@hotmail.com From: "Fabio Cecamore" To: freebsd-gnome@freebsd.org Date: Mon, 13 Mar 2006 13:35:22 +0100 Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed X-OriginalArrivalTime: 13 Mar 2006 12:35:25.0305 (UTC) FILETIME=[9A3A2E90:01C6469A] Subject: GNOME & Gdk X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 12:35:26 -0000 Hello, I've installed gnome2, it result very very slow .. gedit, to example, open after 32seconds and put that error: [Shocker@P4 ~]$ gedit (gedit:50388): Gdk-WARNING **: shmget failed: error 28 (No space left on device) or .. (gedit:23354): Gdk-WARNING **: shmget failed: error 12 (Cannot allocate memory) All application on gnome make that error .. on fluxbox, the gnome application (gedit) open without error but very slowly .. after 20/30 seconds .. Totem to example: [Shocker@P4 ~]$ totem (totem:23353): Gdk-WARNING **: shmget failed: error 12 (Cannot allocate memory) The program 'totem' received an X Window System error. This probably reflects a bug in the program. The error was 'BadShmSeg (invalid shared segment parameter)'. (Details: serial 44 error_code 164 request_code 146 minor_code 2) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) [Shocker@P4 ~]$ What can I do ? .. Can be the problem the shm kernel values ? if yes ..what are the exact values of kern.ipc.shmmax, kern.ipc.shmmin, kern.ipc.shmmni, kern.ipc.shmseg and kern.ipc.shmall ? Thanks a lot and sorry for my terrible english .. :) P.S. My computer: pentium 4 HT - ram 1gb _________________________________________________________________ MSN Messenger. Il modo pių divertente di comunicare online. Provalo subito, č Gratis! http://www.msn.it/messenger/v7 From owner-freebsd-gnome@FreeBSD.ORG Mon Mar 13 17:04:59 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 857AA16A424 for ; Mon, 13 Mar 2006 17:04:58 +0000 (UTC) (envelope-from root@mail.bitdefender.com) Received: from mail.bitdefender.com (ns.bitdefender.com [217.156.83.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 388D743D7F for ; Mon, 13 Mar 2006 17:04:25 +0000 (GMT) (envelope-from root@mail.bitdefender.com) Received: (qmail 31575 invoked by uid 0); 13 Mar 2006 19:04:24 +0200 Received: (qmail 30898 invoked by uid 1010); 11 Mar 2006 16:10:23 +0200 Received: from mx2.freebsd.org (216.136.204.119) by mail.bitdefender.com with SMTP; 11 Mar 2006 16:10:21 +0200 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 02E315BCF5; Sat, 11 Mar 2006 14:08:51 +0000 (GMT) (envelope-from owner-freebsd-ports-bugs@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 6D3B516A422; Sat, 11 Mar 2006 14:08:50 +0000 (GMT) (envelope-from owner-freebsd-ports-bugs@freebsd.org) X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A1D616A41F; Sat, 11 Mar 2006 14:08:19 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3366043D64; Sat, 11 Mar 2006 14:08:19 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2BE8Jxv004416; Sat, 11 Mar 2006 14:08:19 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2BE8IEK004412; Sat, 11 Mar 2006 14:08:19 GMT (envelope-from edwin) Date: Sat, 11 Mar 2006 14:08:19 GMT From: Edwin Groothuis Message-Id: <200603111408.k2BE8IEK004412@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Sender: owner-freebsd-ports-bugs@freebsd.org Errors-To: owner-freebsd-ports-bugs@freebsd.org X-BitDefender-SpamStamp: 1.1.4 049000040111AAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAQ X-BitDefender-Scanner: Clean, Agent: BitDefender Qmail 1.6.2 on mail.bitdefender.com X-BitDefender-Spam: No (0) Cc: Subject: Re: ports/94326: [PATCH] textproc/enchant: Fix WWW, portlint X-BeenThere: freebsd-gnome@freebsd.org List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 17:04:59 -0000 Synopsis: [PATCH] textproc/enchant: Fix WWW, portlint Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Sat Mar 11 14:08:18 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=94326 _______________________________________________ freebsd-ports-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@freebsd.org" -- This message was scanned for spam and viruses by BitDefender. For more information please visit http://www.bitdefender.com/ From owner-freebsd-gnome@FreeBSD.ORG Mon Mar 13 17:15:50 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5A4916A454 for ; Mon, 13 Mar 2006 17:15:45 +0000 (UTC) (envelope-from root@mail.bitdefender.com) Received: from mail.bitdefender.com (ns.bitdefender.com [217.156.83.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E9D043D5D for ; Mon, 13 Mar 2006 17:15:39 +0000 (GMT) (envelope-from root@mail.bitdefender.com) Received: (qmail 30774 invoked by uid 0); 13 Mar 2006 19:15:38 +0200 Received: (qmail 29797 invoked by uid 1010); 11 Mar 2006 16:24:36 +0200 Received: from mx2.freebsd.org (216.136.204.119) by mail.bitdefender.com with SMTP; 11 Mar 2006 16:24:34 +0200 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 81FA456716; Sat, 11 Mar 2006 14:24:34 +0000 (GMT) (envelope-from owner-freebsd-ports-bugs@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id B36C216A435; Sat, 11 Mar 2006 14:24:33 +0000 (GMT) (envelope-from owner-freebsd-ports-bugs@freebsd.org) X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AF4C16A41F; Sat, 11 Mar 2006 14:24:12 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF54243D46; Sat, 11 Mar 2006 14:24:11 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2BEOBRJ005329; Sat, 11 Mar 2006 14:24:11 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2BEOB6g005325; Sat, 11 Mar 2006 14:24:11 GMT (envelope-from edwin) Date: Sat, 11 Mar 2006 14:24:11 GMT From: Edwin Groothuis Message-Id: <200603111424.k2BEOB6g005325@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Sender: owner-freebsd-ports-bugs@freebsd.org Errors-To: owner-freebsd-ports-bugs@freebsd.org X-BitDefender-SpamStamp: 1.1.4 049000040111AAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAQ X-BitDefender-Scanner: Clean, Agent: BitDefender Qmail 1.6.2 on mail.bitdefender.com X-BitDefender-Spam: No (0) Cc: Subject: Re: ports/94329: [PATCH] textproc/gtk-doc: Fix WWw X-BeenThere: freebsd-gnome@freebsd.org List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 17:15:51 -0000 Synopsis: [PATCH] textproc/gtk-doc: Fix WWw Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Sat Mar 11 14:24:10 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=94329 _______________________________________________ freebsd-ports-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@freebsd.org" -- This message was scanned for spam and viruses by BitDefender. For more information please visit http://www.bitdefender.com/ From owner-freebsd-gnome@FreeBSD.ORG Tue Mar 14 21:42:58 2006 Return-Path: X-Original-To: freebsd-gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9F6516A401 for ; Tue, 14 Mar 2006 21:42:58 +0000 (UTC) (envelope-from freebsdlists@bsdunix.ch) Received: from mail01.solnet.ch (mail01.solnet.ch [212.101.4.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6509E43D48 for ; Tue, 14 Mar 2006 21:42:58 +0000 (GMT) (envelope-from freebsdlists@bsdunix.ch) Received: from [192.168.1.100] (unknown [82.220.17.23]) by mail01.solnet.ch (Postfix) with ESMTP id 2763B6224C for ; Tue, 14 Mar 2006 21:42:51 +0000 (GMT) Message-ID: <441738D1.9010101@bsdunix.ch> Date: Tue, 14 Mar 2006 22:42:41 +0100 From: Thomas User-Agent: Thunderbird 1.5 (Macintosh/20051201) MIME-Version: 1.0 To: freebsd-gnome@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mail01.solnet.ch Cc: Subject: ekiga port? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 21:42:58 -0000 Hello Is someone working on an Ekiga port (http://www.ekiga.org/)? Cheers, Thomas From owner-freebsd-gnome@FreeBSD.ORG Tue Mar 14 22:31:07 2006 Return-Path: X-Original-To: freebsd-gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35A4016A400 for ; Tue, 14 Mar 2006 22:31:07 +0000 (UTC) (envelope-from oberman@es.net) Received: from postal2.es.net (postal2.es.net [198.128.3.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id E211E43D46 for ; Tue, 14 Mar 2006 22:31:06 +0000 (GMT) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal2.es.net (Postal Node 2) with ESMTP (SSL) id IBA74465; Tue, 14 Mar 2006 14:31:03 -0800 Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id D463545041; Tue, 14 Mar 2006 14:31:02 -0800 (PST) To: Thomas In-reply-to: Your message of "Tue, 14 Mar 2006 22:42:41 +0100." <441738D1.9010101@bsdunix.ch> Date: Tue, 14 Mar 2006 14:31:02 -0800 From: "Kevin Oberman" Message-Id: <20060314223102.D463545041@ptavv.es.net> Cc: freebsd-gnome@FreeBSD.org Subject: Re: ekiga port? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 22:31:07 -0000 > Date: Tue, 14 Mar 2006 22:42:41 +0100 > From: Thomas > Sender: owner-freebsd-gnome@freebsd.org > > Hello > > Is someone working on an Ekiga port (http://www.ekiga.org/)? Yes, I have been talking to netchild (netchild@) and Steve Ames who have gotten GM 0.98 buildable again on V6 and HEAD. (Yes, it's currently marked BROKEN, but it does build and does work.) They tell me that they plan to port Ekiga as soon as time permits. I know Steve said that he would be busy for a few weeks, though and it's a non-trivial port, so I suspect it may be a while. If you are good at C++, they probably would not mind some help. :-) -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 From owner-freebsd-gnome@FreeBSD.ORG Wed Mar 15 05:58:29 2006 Return-Path: X-Original-To: gnome@hub.freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 782DB16A426; Wed, 15 Mar 2006 05:58:29 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3467E43D46; Wed, 15 Mar 2006 05:58:29 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2F5wTNd040714; Wed, 15 Mar 2006 05:58:29 GMT (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2F5wSco040710; Wed, 15 Mar 2006 05:58:28 GMT (envelope-from marcus) Date: Wed, 15 Mar 2006 05:58:28 GMT From: Joe Marcus Clarke Message-Id: <200603150558.k2F5wSco040710@freefall.freebsd.org> To: lapo@lapo.it, marcus@FreeBSD.org, gnome@FreeBSD.org Cc: Subject: Re: ports/94067: graphics/gimp: GIMP fails make with WITHOUT_X11 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 05:58:29 -0000 Synopsis: graphics/gimp: GIMP fails make with WITHOUT_X11 State-Changed-From-To: feedback->closed State-Changed-By: marcus State-Changed-When: Wed Mar 15 05:58:11 UTC 2006 State-Changed-Why: Fixed in pango-1.10.4. http://www.freebsd.org/cgi/query-pr.cgi?pr=94067 From owner-freebsd-gnome@FreeBSD.ORG Wed Mar 15 07:02:42 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93A9E16A400; Wed, 15 Mar 2006 07:02:42 +0000 (UTC) (envelope-from "") Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30F7643D46; Wed, 15 Mar 2006 07:02:42 +0000 (GMT) (envelope-from "") Received: from 8ball.rtp.FreeBSD.org (8ball.rtp.FreeBSD.Org [172.21.1.5]) by triangle.rtp.FreeBSD.Org (8.13.1/8.13.1) with ESMTP id k2F72fiH073028; Wed, 15 Mar 2006 02:02:41 -0500 (EST) Received: (from kris@localhost) by 8ball.rtp.FreeBSD.org (8.13.3/8.13.3/Submit) id k2F5e56H068254; Wed, 15 Mar 2006 00:40:05 -0500 (EST) Date: Wed, 15 Mar 2006 00:40:05 -0500 (EST) Message-Id: <200603150540.k2F5e56H068254@8ball.rtp.FreeBSD.org> X-Authentication-Warning: 8ball.rtp.FreeBSD.org: kris set sender to <> using -f From: chkversion To: FreeBSD ports X-FreeBSD-Chkversion: backwards Cc: gnome@FreeBSD.org, marcus@FreeBSD.org, ade@FreeBSD.org Subject: Ports with version numbers going backwards: devel/py-dbus X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: FreeBSD ports List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 07:02:42 -0000 ** The following ports have a version number that sorts before a previous one ** For many package tools to work correctly, it is of utmost importance that version numbers of a port form a monotonic increasing sequence over time. Refer to the FreeBSD Porter's Handbook, 'Package Naming Conventions' for more information. Tools that won't work include pkg_version, portupgrade and portaudit. A common error is an accidental deletion of PORTEPOCH. Please fix any errors as soon as possible. - *devel/py-dbus* : py24-dbus-0.60 < py24-dbus-0.60_4 | revision 1.16 | date: 2006/03/15 05:31:15; author: marcus; state: Exp; lines: +1 -1 | Update to 0.61. (master: devel/dbus) | revision 1.45 | date: 2006/02/23 10:35:33; author: ade; state: Exp; lines: +2 -2 | Conversion to a single libtool environment. | | Approved by: portmgr (kris) From owner-freebsd-gnome@FreeBSD.ORG Wed Mar 15 08:57:31 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9EA016A445 for ; Wed, 15 Mar 2006 08:57:31 +0000 (UTC) (envelope-from past@ebs.gr) Received: from fly.ebs.gr (fly.ebs.gr [83.171.239.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 683A843D62 for ; Wed, 15 Mar 2006 08:57:28 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id k2F8v1Ug014970; Wed, 15 Mar 2006 10:57:01 +0200 (EET) (envelope-from past@ebs.gr) Received: from [10.1.1.157] (pc157.ebs.gr [10.1.1.157]) by ebs.gr (8.13.3/8.13.3) with ESMTP id k2F8v3CT076499; Wed, 15 Mar 2006 10:57:05 +0200 (EET) (envelope-from past@ebs.gr) Message-ID: <4417D6DB.3000502@ebs.gr> Date: Wed, 15 Mar 2006 10:56:59 +0200 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Thunderbird 1.5 (X11/20060203) MIME-Version: 1.0 To: Kevin Oberman References: <20060314223102.D463545041@ptavv.es.net> In-Reply-To: <20060314223102.D463545041@ptavv.es.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-gnome@freebsd.org Subject: Re: ekiga port? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 08:57:31 -0000 Kevin Oberman wrote: >> Date: Tue, 14 Mar 2006 22:42:41 +0100 >> From: Thomas >> Sender: owner-freebsd-gnome@freebsd.org >> >> Hello >> >> Is someone working on an Ekiga port (http://www.ekiga.org/)? > > Yes, I have been talking to netchild (netchild@) and Steve Ames at virtual-voodoo dot com> who have gotten GM 0.98 buildable again on V6 > and HEAD. (Yes, it's currently marked BROKEN, but it does build and does > work.) > > They tell me that they plan to port Ekiga as soon as time permits. I > know Steve said that he would be busy for a few weeks, though and it's a > non-trivial port, so I suspect it may be a while. > > If you are good at C++, they probably would not mind some help. :-) Is this likely to include video support too? Thanks, Panagiotis From owner-freebsd-gnome@FreeBSD.ORG Wed Mar 15 09:39:43 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E2E316A41F for ; Wed, 15 Mar 2006 09:39:43 +0000 (UTC) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1C1043D45 for ; Wed, 15 Mar 2006 09:39:42 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5EAB2.dip.t-dialin.net [84.165.234.178]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.1/8.13.1) with ESMTP id k2F9LLBx051369; Wed, 15 Mar 2006 10:21:21 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id k2F9dAk7062915; Wed, 15 Mar 2006 10:39:10 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Wed, 15 Mar 2006 10:39:09 +0100 Message-ID: <20060315103909.wsohv3j74soccs4s@netchild.homeip.net> X-Priority: 3 (Normal) Date: Wed, 15 Mar 2006 10:39:09 +0100 From: Alexander Leidinger To: Kevin Oberman References: <20060314223102.D463545041@ptavv.es.net> In-Reply-To: <20060314223102.D463545041@ptavv.es.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.3) / FreeBSD-4.11 X-Virus-Scanned: by amavisd-new Cc: freebsd-gnome@freebsd.org Subject: Re: ekiga port? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 09:39:43 -0000 Kevin Oberman wrote: > Yes, I have been talking to netchild (netchild@) and Steve Ames at virtual-voodoo dot com> who have gotten GM 0.98 buildable again on V6 > and HEAD. (Yes, it's currently marked BROKEN, but it does build and does > work.) I try to get the update to 1.mumble in this week (now that the ports tree is free for non-sweeping commits). > They tell me that they plan to port Ekiga as soon as time permits. I > know Steve said that he would be busy for a few weeks, though and it's a > non-trivial port, so I suspect it may be a while. I don't intend to port ekiga, I'm busy with other parts of FreeBSD. But feel free to bug me about committing a working port of it. Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 Between infinite and short there is a big difference. -- G.H. Gonnet From owner-freebsd-gnome@FreeBSD.ORG Wed Mar 15 17:36:45 2006 Return-Path: X-Original-To: gnome@hub.freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27F3A16A425; Wed, 15 Mar 2006 17:36:45 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D67AA43D46; Wed, 15 Mar 2006 17:36:44 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from freefall.freebsd.org (mezz@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2FHaitM098449; Wed, 15 Mar 2006 17:36:44 GMT (envelope-from mezz@freefall.freebsd.org) Received: (from mezz@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2FHag5N098445; Wed, 15 Mar 2006 17:36:42 GMT (envelope-from mezz) Date: Wed, 15 Mar 2006 17:36:42 GMT From: Jeremy Messenger Message-Id: <200603151736.k2FHag5N098445@freefall.freebsd.org> To: itetcu@people.tecnik93.com, mezz@FreeBSD.org, gnome@FreeBSD.org Cc: Subject: Re: ports/94326: [PATCH] textproc/enchant: Fix WWW, portlint X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 17:36:45 -0000 Synopsis: [PATCH] textproc/enchant: Fix WWW, portlint State-Changed-From-To: patched->closed State-Changed-By: mezz State-Changed-When: Wed Mar 15 17:36:26 UTC 2006 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=94326 From owner-freebsd-gnome@FreeBSD.ORG Wed Mar 15 20:43:18 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45FD016A41F for ; Wed, 15 Mar 2006 20:43:18 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.droso.net [193.88.12.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2F5043D45 for ; Wed, 15 Mar 2006 20:43:17 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by mail.droso.net (Postfix) with ESMTP id CDD9A22B79 for ; Wed, 15 Mar 2006 21:43:16 +0100 (CET) Received: from koala.ipv6.droso.net (localhost [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id 5D50522B65 for ; Wed, 15 Mar 2006 21:43:14 +0100 (CET) From: linimon@FreeBSD.org To: gnome@freebsd.org Message-Id: <20060315204314.5D50522B65@mail.droso.net> Date: Wed, 15 Mar 2006 21:43:14 +0100 (CET) X-Virus-Scanned: by amavisd 0.1 Cc: Subject: FreeBSD ports that you maintain which are currently marked broken X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 20:43:18 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we are attempting to notify maintainers of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc3.4, which is much stricter about such things as function declarations, literal strings constants that continue over several physical lines, and forcing the deprecation of antique header files such as varargs.h (we should now be using stdargs.h). The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. If you need help in one or more build environments that you do not have access to, please ask for help on the freebsd-ports mailing list. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 4.x/5.x/6.x with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: sysutils/coaster broken because: Broken with new nautilus-cd-burner build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.6.2006022322/coaster-0.1.4.2_2.log (Mar 7 23:39:27 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=coaster If these errors are ones that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Every effort has been made to make sure that these error reports really do correspond to a port that you maintain. However, due to the fact that this is an automated process, it may indeed generate false matches. If one of these errors fits that description, please forward this email to the author of this software, Mark Linimon , so that he can attempt to fix the problem in the future. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-gnome@FreeBSD.ORG Thu Mar 16 02:26:37 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF21B16A401 for ; Thu, 16 Mar 2006 02:26:37 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id B386D43D45 for ; Thu, 16 Mar 2006 02:26:34 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 0241B1A4E6F for ; Wed, 15 Mar 2006 18:26:34 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 7A3CA51A83; Wed, 15 Mar 2006 21:26:33 -0500 (EST) Date: Wed, 15 Mar 2006 21:26:33 -0500 From: Kris Kennaway To: gnome@FreeBSD.org Message-ID: <20060316022633.GA93941@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="G4iJoqBmSsgzjUCe" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Cc: Subject: [ports-i386@FreeBSD.org: fribidi-0.10.4_2 failed on i386 6] X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 02:26:37 -0000 --G4iJoqBmSsgzjUCe Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable FYI; can you please investigate and/or report to the developers? If you are already aware of this problem but do not yet have a fix, please mark the port BROKEN in the appropriate case, so that users do not unexpectedly encounter it. See http://pointyhat.freebsd.org for the full log. Thanks, Kris P.S. Since we are currently in ports freeze for the 5.5 and 6.1 release cycles, your swift attention to this problem is requested. ----- Forwarded message from User Ports-i386 ----- X-Original-To: kkenn@localhost Delivered-To: kkenn@localhost.obsecurity.org X-Original-To: kris@FreeBSD.org Delivered-To: kris@FreeBSD.org Date: Wed, 15 Mar 2006 23:40:08 GMT From: User Ports-i386 To: freebsd+buildfail@lovett.com, kris@FreeBSD.org Subject: fribidi-0.10.4_2 failed on i386 6 X-UIDL: 4?H"!2M~"!Vm*"!3V:"! X-Bogosity: Ham, tests=3Dbogofilter, spamicity=3D0.000000, version=3D1.0.1 building fribidi-0.10.4_2 on gohan26.freebsd.org in directory /x/tmp/6/chroot/54171 maintained by: gnome@FreeBSD.org port directory: /usr/ports/converters/fribidi build started at Wed Mar 15 23:38:11 UTC 2006 FETCH_DEPENDS=3D PATCH_DEPENDS=3D EXTRACT_DEPENDS=3D BUILD_DEPENDS=3Dpkgconfig-0.20.tbz RUN_DEPENDS=3Dpkgconfig-0.20.tbz prefixes: LOCALBASE=3Dusr/local X11BASE=3Dusr/X11R6 add_pkg =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D> fribidi-0.10.4.tar.gz doesn't seem to exist in /tmp/distfiles/. =3D> Attempting to fetch from ftp://ftp-master.freebsd.org/pub/FreeBSD/port= s/distfiles/. fribidi-0.10.4.tar.gz 428 kB 1739 kBps =3D> MD5 Checksum OK for fribidi-0.10.4.tar.gz. =3D> SHA256 Checksum OK for fribidi-0.10.4.tar.gz. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D add_pkg =3D=3D=3D> Extracting for fribidi-0.10.4_2 =3D> MD5 Checksum OK for fribidi-0.10.4.tar.gz. =3D> SHA256 Checksum OK for fribidi-0.10.4.tar.gz. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D add_pkg =3D=3D=3D> Patching for fribidi-0.10.4_2 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D add_pkg pkgconfig-0.20.tbz adding dependencies pkg_add pkgconfig-0.20.tbz =3D=3D=3D> fribidi-0.10.4_2 depends on executable: pkg-config - found =3D=3D=3D> Configuring for fribidi-0.10.4_2 creating cache ./config.cache checking for a BSD compatible install... /usr/bin/install -c -o root -g whe= el checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... found checking for gawk... no checking for mawk... no checking for nawk... nawk checking for gcc... cc checking whether the C compiler (cc -O2 -fno-strict-aliasing -pipe ) works= ... yes checking whether the C compiler (cc -O2 -fno-strict-aliasing -pipe ) is a = cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking how to run the C preprocessor... cc -E checking for a BSD compatible install... /usr/bin/install -c -o root -g whe= el checking whether ln -s works... yes checking whether make sets ${MAKE}... (cached) yes checking for ranlib... ranlib checking for sed... /usr/bin/sed checking for Cygwin environment... no checking for mingw32 environment... no checking host system type... i386-portbld-freebsd6.1 checking build system type... i386-portbld-freebsd6.1 checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking how to recognise dependant libraries... pass_all checking for object suffix... o checking for executable suffix... no checking command to parse /usr/bin/nm -B output... ok checking for dlfcn.h... yes checking for ranlib... (cached) ranlib checking for strip... strip checking for objdir... .libs checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.lo...=20 checking if cc supports -fno-rtti -fno-exceptions... yes checking whether the linker (/usr/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... freebsd6.1 ld.so checking if libtool supports shared libraries... yes checking whether -lc should be explicitly linked in... yes creating libtool checking for ANSI C header files... yes checking size of int... 4 checking size of char... 1 checking size of char*... 4 creating fribidi_tab_char_type_stamp updating cache ./config.cache creating ./config.status creating Makefile creating fribidi_config.h creating fribidi-config creating fribidi.pc creating fribidi.spec creating config.h =3D=3D=3D> Building for fribidi-0.10.4_2 /bin/sh ./libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -= fno-strict-aliasing -pipe -Wall -c fribidi.c mkdir .libs cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -fno-strict-aliasing -pipe -Wall -c frib= idi.c -fPIC -DPIC -o .libs/fribidi.lo fribidi.c: In function `fribidi_log2vis': fribidi.c:1283: warning: 'seq_end' might be used uninitialized in this func= tion cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -fno-strict-aliasing -pipe -Wall -c frib= idi.c -o fribidi.o >/dev/null 2>&1 mv -f .libs/fribidi.lo fribidi.lo /bin/sh ./libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -= fno-strict-aliasing -pipe -Wall -c fribidi_types.c rm -f .libs/fribidi_types.lo cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -fno-strict-aliasing -pipe -Wall -c frib= idi_types.c -fPIC -DPIC -o .libs/fribidi_types.lo cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -fno-strict-aliasing -pipe -Wall -c frib= idi_types.c -o fribidi_types.o >/dev/null 2>&1 mv -f .libs/fribidi_types.lo fribidi_types.lo /bin/sh ./libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -= fno-strict-aliasing -pipe -Wall -c fribidi_mem.c rm -f .libs/fribidi_mem.lo cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -fno-strict-aliasing -pipe -Wall -c frib= idi_mem.c -fPIC -DPIC -o .libs/fribidi_mem.lo cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -fno-strict-aliasing -pipe -Wall -c frib= idi_mem.c -o fribidi_mem.o >/dev/null 2>&1 mv -f .libs/fribidi_mem.lo fribidi_mem.lo /bin/sh ./libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -= fno-strict-aliasing -pipe -Wall -c fribidi_mirroring.c rm -f .libs/fribidi_mirroring.lo cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -fno-strict-aliasing -pipe -Wall -c frib= idi_mirroring.c -fPIC -DPIC -o .libs/fribidi_mirroring.lo cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -fno-strict-aliasing -pipe -Wall -c frib= idi_mirroring.c -o fribidi_mirroring.o >/dev/null 2>&1 mv -f .libs/fribidi_mirroring.lo fribidi_mirroring.lo /bin/sh ./libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -= fno-strict-aliasing -pipe -Wall -c fribidi_char_type.c rm -f .libs/fribidi_char_type.lo cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -fno-strict-aliasing -pipe -Wall -c frib= idi_char_type.c -fPIC -DPIC -o .libs/fribidi_char_type.lo cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -fno-strict-aliasing -pipe -Wall -c frib= idi_char_type.c -o fribidi_char_type.o >/dev/null 2>&1 mv -f .libs/fribidi_char_type.lo fribidi_char_type.lo /bin/sh ./libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -= fno-strict-aliasing -pipe -Wall -c fribidi_wcwidth.c rm -f .libs/fribidi_wcwidth.lo cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -fno-strict-aliasing -pipe -Wall -c frib= idi_wcwidth.c -fPIC -DPIC -o .libs/fribidi_wcwidth.lo cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -fno-strict-aliasing -pipe -Wall -c frib= idi_wcwidth.c -o fribidi_wcwidth.o >/dev/null 2>&1 mv -f .libs/fribidi_wcwidth.lo fribidi_wcwidth.lo /bin/sh ./libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -= fno-strict-aliasing -pipe -Wall -c fribidi_utils.c rm -f .libs/fribidi_utils.lo cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -fno-strict-aliasing -pipe -Wall -c frib= idi_utils.c -fPIC -DPIC -o .libs/fribidi_utils.lo cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -fno-strict-aliasing -pipe -Wall -c frib= idi_utils.c -o fribidi_utils.o >/dev/null 2>&1 mv -f .libs/fribidi_utils.lo fribidi_utils.lo /bin/sh ./libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -= fno-strict-aliasing -pipe -Wall -c fribidi_char_sets.c rm -f .libs/fribidi_char_sets.lo cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -fno-strict-aliasing -pipe -Wall -c frib= idi_char_sets.c -fPIC -DPIC -o .libs/fribidi_char_sets.lo cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -fno-strict-aliasing -pipe -Wall -c frib= idi_char_sets.c -o fribidi_char_sets.o >/dev/null 2>&1 mv -f .libs/fribidi_char_sets.lo fribidi_char_sets.lo /bin/sh ./libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -= fno-strict-aliasing -pipe -Wall -c fribidi_char_sets_utf8.c rm -f .libs/fribidi_char_sets_utf8.lo cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -fno-strict-aliasing -pipe -Wall -c frib= idi_char_sets_utf8.c -fPIC -DPIC -o .libs/fribidi_char_sets_utf8.lo cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -fno-strict-aliasing -pipe -Wall -c frib= idi_char_sets_utf8.c -o fribidi_char_sets_utf8.o >/dev/null 2>&1 mv -f .libs/fribidi_char_sets_utf8.lo fribidi_char_sets_utf8.lo /bin/sh ./libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -= fno-strict-aliasing -pipe -Wall -c fribidi_char_sets_cap_rtl.c rm -f .libs/fribidi_char_sets_cap_rtl.lo cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -fno-strict-aliasing -pipe -Wall -c frib= idi_char_sets_cap_rtl.c -fPIC -DPIC -o .libs/fribidi_char_sets_cap_rtl.lo cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -fno-strict-aliasing -pipe -Wall -c frib= idi_char_sets_cap_rtl.c -o fribidi_char_sets_cap_rtl.o >/dev/null 2>&1 mv -f .libs/fribidi_char_sets_cap_rtl.lo fribidi_char_sets_cap_rtl.lo /bin/sh ./libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -= fno-strict-aliasing -pipe -Wall -c fribidi_char_sets_iso8859_6.c rm -f .libs/fribidi_char_sets_iso8859_6.lo cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -fno-strict-aliasing -pipe -Wall -c frib= idi_char_sets_iso8859_6.c -fPIC -DPIC -o .libs/fribidi_char_sets_iso8859_6= .lo cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -fno-strict-aliasing -pipe -Wall -c frib= idi_char_sets_iso8859_6.c -o fribidi_char_sets_iso8859_6.o >/dev/null 2>&1 mv -f .libs/fribidi_char_sets_iso8859_6.lo fribidi_char_sets_iso8859_6.lo /bin/sh ./libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -= fno-strict-aliasing -pipe -Wall -c fribidi_char_sets_iso8859_8.c rm -f .libs/fribidi_char_sets_iso8859_8.lo cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -fno-strict-aliasing -pipe -Wall -c frib= idi_char_sets_iso8859_8.c -fPIC -DPIC -o .libs/fribidi_char_sets_iso8859_8= .lo cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -fno-strict-aliasing -pipe -Wall -c frib= idi_char_sets_iso8859_8.c -o fribidi_char_sets_iso8859_8.o >/dev/null 2>&1 mv -f .libs/fribidi_char_sets_iso8859_8.lo fribidi_char_sets_iso8859_8.lo /bin/sh ./libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -= fno-strict-aliasing -pipe -Wall -c fribidi_char_sets_cp1255.c rm -f .libs/fribidi_char_sets_cp1255.lo cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -fno-strict-aliasing -pipe -Wall -c frib= idi_char_sets_cp1255.c -fPIC -DPIC -o .libs/fribidi_char_sets_cp1255.lo cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -fno-strict-aliasing -pipe -Wall -c frib= idi_char_sets_cp1255.c -o fribidi_char_sets_cp1255.o >/dev/null 2>&1 mv -f .libs/fribidi_char_sets_cp1255.lo fribidi_char_sets_cp1255.lo /bin/sh ./libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -= fno-strict-aliasing -pipe -Wall -c fribidi_char_sets_cp1256.c rm -f .libs/fribidi_char_sets_cp1256.lo cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -fno-strict-aliasing -pipe -Wall -c frib= idi_char_sets_cp1256.c -fPIC -DPIC -o .libs/fribidi_char_sets_cp1256.lo fribidi_char_sets_cp1256.c: In function `fribidi_cp1256_to_unicode_c': fribidi_char_sets_cp1256.c:61: warning: comparison is always true due to li= mited range of data type cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -fno-strict-aliasing -pipe -Wall -c frib= idi_char_sets_cp1256.c -o fribidi_char_sets_cp1256.o >/dev/null 2>&1 mv -f .libs/fribidi_char_sets_cp1256.lo fribidi_char_sets_cp1256.lo /bin/sh ./libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -= fno-strict-aliasing -pipe -Wall -c fribidi_char_sets_isiri_3342.c rm -f .libs/fribidi_char_sets_isiri_3342.lo cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -fno-strict-aliasing -pipe -Wall -c frib= idi_char_sets_isiri_3342.c -fPIC -DPIC -o .libs/fribidi_char_sets_isiri_33= 42.lo cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -fno-strict-aliasing -pipe -Wall -c frib= idi_char_sets_isiri_3342.c -o fribidi_char_sets_isiri_3342.o >/dev/null 2>&1 mv -f .libs/fribidi_char_sets_isiri_3342.lo fribidi_char_sets_isiri_3342.lo /bin/sh ./libtool --mode=3Dlink cc -O2 -fno-strict-aliasing -pipe -Wall = -o libfribidi.la -rpath /usr/local/lib fribidi.lo fribidi_types.lo fribidi= _mem.lo fribidi_mirroring.lo fribidi_char_type.lo fribidi_wcwidth.lo frib= idi_utils.lo fribidi_char_sets.lo fribidi_char_sets_utf8.lo fribidi_char_s= ets_cap_rtl.lo fribidi_char_sets_iso8859_6.lo fribidi_char_sets_iso8859_8.= lo fribidi_char_sets_cp1255.lo fribidi_char_sets_cp1256.lo fribidi_char_se= ts_isiri_3342.lo =20 rm -fr .libs/libfribidi.la .libs/libfribidi.* .libs/libfribidi.* cc -shared fribidi.lo fribidi_types.lo fribidi_mem.lo fribidi_mirroring.lo= fribidi_char_type.lo fribidi_wcwidth.lo fribidi_utils.lo fribidi_char_sets= .lo fribidi_char_sets_utf8.lo fribidi_char_sets_cap_rtl.lo fribidi_char_set= s_iso8859_6.lo fribidi_char_sets_iso8859_8.lo fribidi_char_sets_cp1255.lo f= ribidi_char_sets_cp1256.lo fribidi_char_sets_isiri_3342.lo -lc -Wl,-sonam= e -Wl,libfribidi.so.0 -o .libs/libfribidi.so.0 (cd .libs && rm -f libfribidi.so && ln -s libfribidi.so.0 libfribidi.so) (cd .libs && rm -f libfribidi.so && ln -s libfribidi.so.0 libfribidi.so) ar cru .libs/libfribidi.a fribidi.o fribidi_types.o fribidi_mem.o fribidi_= mirroring.o fribidi_char_type.o fribidi_wcwidth.o fribidi_utils.o fribidi_c= har_sets.o fribidi_char_sets_utf8.o fribidi_char_sets_cap_rtl.o fribidi_cha= r_sets_iso8859_6.o fribidi_char_sets_iso8859_8.o fribidi_char_sets_cp1255.o= fribidi_char_sets_cp1256.o fribidi_char_sets_isiri_3342.o=20 ranlib .libs/libfribidi.a creating libfribidi.la (cd .libs && rm -f libfribidi.la && ln -s ../libfribidi.la libfribidi.la) cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -fno-strict-aliasing -pipe -Wall -c= fribidi_main.c cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -fno-strict-aliasing -pipe -Wall -c= getopt.c getopt.c: In function `_getopt_internal': getopt.c:585: warning: implicit declaration of function `strcmp' getopt.c:663: warning: implicit declaration of function `strncmp' getopt.c:666: warning: implicit declaration of function `strlen' cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -fno-strict-aliasing -pipe -Wall -c= getopt1.c /bin/sh ./libtool --mode=3Dlink cc -O2 -fno-strict-aliasing -pipe -Wall = -o fribidi fribidi_main.o getopt.o getopt1.o libfribidi.la=20 cc -O2 -fno-strict-aliasing -pipe -Wall -o .libs/fribidi fribidi_main.o get= opt.o getopt1.o ./.libs/libfribidi.so -Wl,--rpath -Wl,/usr/local/lib creating fribidi cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -fno-strict-aliasing -pipe -Wall -c= fribidi_benchmark.c /bin/sh ./libtool --mode=3Dlink cc -O2 -fno-strict-aliasing -pipe -Wall = -o fribidi_benchmark fribidi_benchmark.o getopt.o getopt1.o libfribidi.la= =20 cc -O2 -fno-strict-aliasing -pipe -Wall -o .libs/fribidi_benchmark fribidi_= benchmark.o getopt.o getopt1.o ./.libs/libfribidi.so -Wl,--rpath -Wl,/usr/= local/lib creating fribidi_benchmark cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -fno-strict-aliasing -pipe -Wall -c= fribidi_create_char_types.c cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -fno-strict-aliasing -pipe -Wall -c= packtab.c /bin/sh ./libtool --mode=3Dlink cc -O2 -fno-strict-aliasing -pipe -Wall = -o fribidi_create_char_types fribidi_create_char_types.o packtab.o =20 cc -O2 -fno-strict-aliasing -pipe -Wall -o fribidi_create_char_types fribid= i_create_char_types.o packtab.o=20 cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -fno-strict-aliasing -pipe -Wall -c= fribidi_create_mirroring.c /bin/sh ./libtool --mode=3Dlink cc -O2 -fno-strict-aliasing -pipe -Wall = -o fribidi_create_mirroring fribidi_create_mirroring.o =20 cc -O2 -fno-strict-aliasing -pipe -Wall -o fribidi_create_mirroring fribidi= _create_mirroring.o=20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D make: don't know how to make regression-test(continuing) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D add_pkg pkgconfig-0.20.tbz adding dependencies pkg_add pkgconfig-0.20.tbz skipping pkgconfig-0.20, already added =3D=3D=3D> Installing for fribidi-0.10.4_2 =3D=3D=3D> fribidi-0.10.4_2 depends on executable: pkg-config - found =3D=3D=3D> Generating temporary packing list =3D=3D=3D> Checking if converters/fribidi already installed /bin/sh ./mkinstalldirs /usr/local/lib /bin/sh ./libtool --mode=3Dinstall /usr/bin/install -c -o root -g wheel li= bfribidi.la /usr/local/lib/libfribidi.la /usr/bin/install -c -o root -g wheel .libs/libfribidi.so.0 /usr/local/lib/l= ibfribidi.so.0 (cd /usr/local/lib && rm -f libfribidi.so && ln -s libfribidi.so.0 libfribi= di.so) (cd /usr/local/lib && rm -f libfribidi.so && ln -s libfribidi.so.0 libfribi= di.so) /usr/bin/install -c -o root -g wheel .libs/libfribidi.lai /usr/local/lib/li= bfribidi.la /usr/bin/install -c -o root -g wheel .libs/libfribidi.a /usr/local/lib/libf= ribidi.a ranlib /usr/local/lib/libfribidi.a chmod 644 /usr/local/lib/libfribidi.a ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /bin/sh ./mkinstalldirs /usr/local/bin /bin/sh ./libtool --mode=3Dinstall install -s -o root -g wheel -m 555 f= ribidi /usr/local/bin/fribidi install -o root -g wheel -m 555 -s .libs/fribidi /usr/local/bin/fribidi /bin/sh ./mkinstalldirs /usr/local/bin install -o root -g wheel -m 555 fribidi-config /usr/local/bin/fribidi-con= fig /bin/sh ./mkinstalldirs /usr/local/libdata/pkgconfig install -o root -g wheel -m 444 ./fribidi.pc /usr/local/libdata/pkgconfig= /fribidi.pc /bin/sh ./mkinstalldirs /usr/local/include/fribidi mkdir /usr/local/include/fribidi install -o root -g wheel -m 444 fribidi.h /usr/local/include/fribidi/frib= idi.h install -o root -g wheel -m 444 fribidi_types.h /usr/local/include/fribid= i/fribidi_types.h install -o root -g wheel -m 444 fribidi_mem.h /usr/local/include/fribidi/= fribidi_mem.h install -o root -g wheel -m 444 fribidi_unicode.h /usr/local/include/frib= idi/fribidi_unicode.h install -o root -g wheel -m 444 fribidi_char_sets.h /usr/local/include/fr= ibidi/fribidi_char_sets.h install -o root -g wheel -m 444 fribidi_char_sets_utf8.h /usr/local/inclu= de/fribidi/fribidi_char_sets_utf8.h install -o root -g wheel -m 444 fribidi_char_sets_cap_rtl.h /usr/local/in= clude/fribidi/fribidi_char_sets_cap_rtl.h install -o root -g wheel -m 444 fribidi_char_sets_cp1255.h /usr/local/inc= lude/fribidi/fribidi_char_sets_cp1255.h install -o root -g wheel -m 444 fribidi_char_sets_cp1256.h /usr/local/inc= lude/fribidi/fribidi_char_sets_cp1256.h install -o root -g wheel -m 444 fribidi_char_sets_isiri_3342.h /usr/local= /include/fribidi/fribidi_char_sets_isiri_3342.h install -o root -g wheel -m 444 fribidi_char_sets_iso8859_6.h /usr/local/= include/fribidi/fribidi_char_sets_iso8859_6.h install -o root -g wheel -m 444 fribidi_char_sets_iso8859_8.h /usr/local/= include/fribidi/fribidi_char_sets_iso8859_8.h install -o root -g wheel -m 444 fribidi_config.h /usr/local/include/fribi= di/fribidi_config.h =3D=3D=3D> Running ldconfig /sbin/ldconfig -m /usr/local/lib =3D=3D=3D> Registering installation for fribidi-0.10.4_2 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D> Building package for fribidi-0.10.4_2 Creating package /tmp/packages/All/fribidi-0.10.4_2.tbz Registering depends: pkgconfig-0.20. Creating bzip'd tar ball in '/tmp/packages/All/fribidi-0.10.4_2.tbz' Deleting fribidi-0.10.4_2 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D Checking filesystem state list of extra files and directories in / (not present before this port was = installed but present after it was deinstalled) 2857131 32 -r-xr-xr-x 1 root wheel 15904= Mar 15 23:39 usr/local/bin/fribidi 2857132 4 -r-xr-xr-x 1 root wheel 1291= Mar 15 23:39 usr/local/bin/fribidi-config 3368327 4 drwxr-xr-x 2 root wheel 512= Mar 15 23:39 usr/local/include/fribidi 3368328 24 -r--r--r-- 1 root wheel 11351= Mar 15 23:39 usr/local/include/fribidi/fribidi.h 3368329 24 -r--r--r-- 1 root wheel 11162= Mar 15 23:39 usr/local/include/fribidi/fribidi_types.h 3368330 8 -r--r--r-- 1 root wheel 2903= Mar 15 23:39 usr/local/include/fribidi/fribidi_mem.h 3368331 4 -r--r--r-- 1 root wheel 1987= Mar 15 23:39 usr/local/include/fribidi/fribidi_unicode.h 3368332 12 -r--r--r-- 1 root wheel 4944= Mar 15 23:39 usr/local/include/fribidi/fribidi_char_sets.h 3368333 4 -r--r--r-- 1 root wheel 1828= Mar 15 23:39 usr/local/include/fribidi/fribidi_char_sets_utf8.h 3368334 4 -r--r--r-- 1 root wheel 1748= Mar 15 23:39 usr/local/include/fribidi/fribidi_char_sets_cap_rtl.h 3368335 4 -r--r--r-- 1 root wheel 1822= Mar 15 23:39 usr/local/include/fribidi/fribidi_char_sets_cp1255.h 3368336 4 -r--r--r-- 1 root wheel 1817= Mar 15 23:39 usr/local/include/fribidi/fribidi_char_sets_cp1256.h 3368337 4 -r--r--r-- 1 root wheel 1887= Mar 15 23:39 usr/local/include/fribidi/fribidi_char_sets_isiri_3342.h 3368338 4 -r--r--r-- 1 root wheel 1869= Mar 15 23:39 usr/local/include/fribidi/fribidi_char_sets_iso8859_6.h 3368339 4 -r--r--r-- 1 root wheel 1869= Mar 15 23:39 usr/local/include/fribidi/fribidi_char_sets_iso8859_8.h 3368340 4 -r--r--r-- 1 root wheel 328= Mar 15 23:39 usr/local/include/fribidi/fribidi_config.h 3368321 112 -rwxr-xr-x 1 root wheel 56849= Mar 15 23:39 usr/local/lib/libfribidi.so.0 3368323 0 lrwxr-xr-x 1 root wheel 15= Mar 15 23:39 usr/local/lib/libfribidi.so -> libfribidi.so.0 3368324 4 -rwxr-xr-x 1 root wheel 713= Mar 15 23:39 usr/local/lib/libfribidi.la 3368326 124 -rw-r--r-- 1 root wheel 61750= Mar 15 23:39 usr/local/lib/libfribidi.a 3368325 4 -r--r--r-- 1 root wheel 239= Mar 15 23:39 usr/local/libdata/pkgconfig/fribidi.pc =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D build of /usr/ports/converters/fribidi ended at Wed Mar 15 23:40:00 UTC 2006 ----- End forwarded message ----- --G4iJoqBmSsgzjUCe Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQFEGMzZWry0BWjoQKURApm7AKDVpjMc03p72/t+8BIZiqXTcBUDXgCgz7TV kmznemhXf1jL4VNft9p1q5I= =AnUI -----END PGP SIGNATURE----- --G4iJoqBmSsgzjUCe-- From owner-freebsd-gnome@FreeBSD.ORG Thu Mar 16 02:48:08 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08F2E16A400; Thu, 16 Mar 2006 02:48:08 +0000 (UTC) (envelope-from root@distalzou.net) Received: from mail.distalzou.net (203.141.139.231.user.ad.il24.net [203.141.139.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F52643D5F; Thu, 16 Mar 2006 02:48:03 +0000 (GMT) (envelope-from root@distalzou.net) Received: from root by mail.distalzou.net with local (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FJiWw-000Klr-PR; Thu, 16 Mar 2006 11:48:02 +0900 To: FreeBSD-gnats-submit@freebsd.org From: Tod McQuillin X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: Date: Thu, 16 Mar 2006 11:48:02 +0900 Cc: gnome@FreeBSD.org Subject: [PATCH] x11-themes/gtk-engines2: [Fix build on 4.x] X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 02:48:08 -0000 >Submitter-Id: current-users >Originator: Tod McQuillin >Organization: >Confidential: no >Synopsis: [PATCH] x11-themes/gtk-engines2: [Fix build on 4.x] >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 4.11-STABLE i386 >Environment: System: FreeBSD plexi.pun-pun.prv 4.11-STABLE FreeBSD 4.11-STABLE #3: Sat Mar 11 09:28:19 JST 2006 >Description: Move some variable declarations to the beginning of the enclosing block so that C99-ignorant gcc-2.95 can compile them. Added file(s): - files/patch-engines_clearlooks_src_clearlooks_draw.c - files/patch-engines_clearlooks_src_clearlooks_style.c Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- gtk-engines2-2.6.8.patch begins here --- Index: files/patch-engines_clearlooks_src_clearlooks_draw.c =================================================================== RCS file: files/patch-engines_clearlooks_src_clearlooks_draw.c diff -N files/patch-engines_clearlooks_src_clearlooks_draw.c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-engines_clearlooks_src_clearlooks_draw.c 16 Mar 2006 02:31:07 -0000 @@ -0,0 +1,19 @@ +--- engines/clearlooks/src/clearlooks_draw.c- Sat Mar 11 21:18:32 2006 ++++ engines/clearlooks/src/clearlooks_draw.c Thu Mar 16 11:29:03 2006 +@@ -725,13 +725,14 @@ + gboolean has_focus = widget && GTK_WIDGET_HAS_FOCUS (widget); + + int cl, cr; +- ++ GdkGC *bg_gc; ++ + rtl = cl_get_parent_direction (widget) == GTK_TEXT_DIR_RTL; + + cl = rtl ? CL_CORNER_NONE : CL_CORNER_ROUND; + cr = rtl ? CL_CORNER_ROUND : CL_CORNER_NONE; + +- GdkGC *bg_gc = cl_get_window_bg_gc(widget, style); ++ bg_gc = cl_get_window_bg_gc(widget, style); + + if (rtl) + { Index: files/patch-engines_clearlooks_src_clearlooks_style.c =================================================================== RCS file: files/patch-engines_clearlooks_src_clearlooks_style.c diff -N files/patch-engines_clearlooks_src_clearlooks_style.c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-engines_clearlooks_src_clearlooks_style.c 16 Mar 2006 02:31:25 -0000 @@ -0,0 +1,24 @@ +--- engines/clearlooks/src/clearlooks_style.c- Sat Mar 11 21:14:40 2006 ++++ engines/clearlooks/src/clearlooks_style.c Thu Mar 16 11:29:07 2006 +@@ -980,14 +980,17 @@ + *shadow = clearlooks_style->shade_gc[4]; + GdkColor upper_color = *clearlooks_get_spot_color (CLEARLOOKS_RC_STYLE (style->rc_style)), + lower_color; +- ++ GtkAdjustment *adjustment; ++ GtkOrientation orientation; ++ gint fill_size; ++ + gtk_widget_style_get (widget, "slider-length", &slider_length, NULL); + +- GtkAdjustment *adjustment = gtk_range_get_adjustment (GTK_RANGE (widget)); ++ adjustment = gtk_range_get_adjustment (GTK_RANGE (widget)); + +- GtkOrientation orientation = GTK_RANGE (widget)->orientation; ++ orientation = GTK_RANGE (widget)->orientation; + +- gint fill_size = ((orientation ? height : width) - slider_length) * ++ fill_size = ((orientation ? height : width) - slider_length) * + (1 / ((adjustment->upper - adjustment->lower) / + (adjustment->value - adjustment->lower))) + + slider_length / 2; --- gtk-engines2-2.6.8.patch ends here --- From owner-freebsd-gnome@FreeBSD.ORG Thu Mar 16 03:39:13 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1905116A41F for ; Thu, 16 Mar 2006 03:39:13 +0000 (UTC) (envelope-from jester@panix.com) Received: from mail2.panix.com (mail2.panix.com [166.84.1.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBB9E43D46 for ; Thu, 16 Mar 2006 03:39:12 +0000 (GMT) (envelope-from jester@panix.com) Received: from panix2.panix.com (panix2.panix.com [166.84.1.2]) by mail2.panix.com (Postfix) with ESMTP id F387D9DA2B for ; Wed, 15 Mar 2006 22:39:11 -0500 (EST) Received: (from jester@localhost) by panix2.panix.com (8.11.6p3/8.8.8/PanixN1.1) id k2G3dCR23990 for freebsd-gnome@freebsd.org; Wed, 15 Mar 2006 22:39:12 -0500 (EST) Date: Wed, 15 Mar 2006 22:39:12 -0500 From: Jesse Sheidlower To: freebsd-gnome@freebsd.org Message-ID: <20060316033911.GA29066@panix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.10i Subject: Changing default character encoding in gnome-terminal? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 03:39:13 -0000 How can I change the default character encoding in gnome-terminal? I'd like it to be UTF-8, but it always opens up in "Current Locale (ASCII)". There doesn't seem to be a knob in the Edit -> Profiles window to adjust this, and the docs at "gnome-terminal --help" also don't suggest that there's a way of doing this from the command line when it's launched. Thanks. Jesse Sheidlower From owner-freebsd-gnome@FreeBSD.ORG Thu Mar 16 03:44:42 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 032EF16A420 for ; Thu, 16 Mar 2006 03:44:42 +0000 (UTC) (envelope-from andrew.chace@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DE5843D53 for ; Thu, 16 Mar 2006 03:44:40 +0000 (GMT) (envelope-from andrew.chace@gmail.com) Received: by zproxy.gmail.com with SMTP id 9so275961nzo for ; Wed, 15 Mar 2006 19:44:39 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:from:to:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=tCpWIX3Hk2vHm/zR7WPCky58Y6aNIeVtVxRk0LzLiD2b47Xpt3s+xF8uxvPP5n1n09GnSvuJfPyJ8ONJg+VQK5DhS8pjXyHT1yS4oAbt5CFgBlsC5l8cIqLL4yGGxMlLUuHFM9nyMpIWXukZN9G44AB6+VkI3A4ZZTlO6xSp+0w= Received: by 10.36.132.4 with SMTP id f4mr1766299nzd; Wed, 15 Mar 2006 19:44:39 -0800 (PST) Received: from netvista.network ( [71.38.164.209]) by mx.gmail.com with ESMTP id r9sm1043451nza.2006.03.15.19.44.39; Wed, 15 Mar 2006 19:44:39 -0800 (PST) From: Andrew To: gnome@freebsd.org Content-Type: text/plain Date: Wed, 15 Mar 2006 21:43:18 -0600 Message-Id: <1142480598.634.4.camel@netvista.network> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: Subject: Gnome 2.14! X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 03:44:42 -0000 Hello all, And to the Gnome maintainers: I just saw that 2.14 was released this afternoon; when we will be seeing that in the ports tree? Just a friendly jibe, that's all. ;-) Looking forward to playing around with a new release... -Andrew From owner-freebsd-gnome@FreeBSD.ORG Thu Mar 16 05:53:23 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5315D16A425; Thu, 16 Mar 2006 05:53:23 +0000 (UTC) (envelope-from root@distalzou.net) Received: from mail.distalzou.net (203.141.139.231.user.ad.il24.net [203.141.139.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54D6C43D7C; Thu, 16 Mar 2006 05:53:18 +0000 (GMT) (envelope-from root@distalzou.net) Received: from root by mail.distalzou.net with local (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FJlQD-0008Qu-O7; Thu, 16 Mar 2006 14:53:17 +0900 To: FreeBSD-gnats-submit@freebsd.org From: Tod McQuillin X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: Date: Thu, 16 Mar 2006 14:53:17 +0900 Cc: gnome@FreeBSD.org Subject: [PATCH] textproc/enchant: [Fix build on 4.x] X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 05:53:23 -0000 >Submitter-Id: current-users >Originator: Tod McQuillin >Organization: >Confidential: no >Synopsis: [PATCH] textproc/enchant: [Fix build on 4.x] >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 4.11-STABLE i386 >Environment: System: FreeBSD plexi.pun-pun.prv 4.11-STABLE FreeBSD 4.11-STABLE #3: Sat Mar 11 09:28:19 JST 2006 >Description: Remove a C99ism so gcc 2.95 can build it on FreeBSD 4.x. Added file(s): - files/patch-src_enchant.c Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- enchant-1.2.3.patch begins here --- Index: files/patch-src_enchant.c =================================================================== RCS file: files/patch-src_enchant.c diff -N files/patch-src_enchant.c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-src_enchant.c 16 Mar 2006 05:50:24 -0000 @@ -0,0 +1,18 @@ +--- src/enchant.c- Thu Mar 16 14:48:20 2006 ++++ src/enchant.c Thu Mar 16 14:50:03 2006 +@@ -125,6 +125,7 @@ + enchant_get_module_dir (void) + { + char * module_dir = NULL; ++ char * prefix = NULL; + + #ifdef XP_TARGET_COCOA + return g_strdup ([[EnchantResourceProvider instance] moduleFolder]); +@@ -136,7 +137,6 @@ + return module_dir; + + /* Dynamically locate library and search for modules relative to it. */ +- char * prefix = NULL; + prefix = enchant_get_prefix_dir(); + if(prefix) + { --- enchant-1.2.3.patch ends here --- From owner-freebsd-gnome@FreeBSD.ORG Thu Mar 16 06:42:44 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0022816A401; Thu, 16 Mar 2006 06:42:43 +0000 (UTC) (envelope-from root@distalzou.net) Received: from mail.distalzou.net (203.141.139.231.user.ad.il24.net [203.141.139.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7857E43D45; Thu, 16 Mar 2006 06:42:43 +0000 (GMT) (envelope-from root@distalzou.net) Received: from root by mail.distalzou.net with local (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FJmC2-000PoO-84; Thu, 16 Mar 2006 15:42:42 +0900 To: FreeBSD-gnats-submit@freebsd.org From: Tod McQuillin X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: Date: Thu, 16 Mar 2006 15:42:42 +0900 Cc: gnome@FreeBSD.org Subject: [PATCH] accessibility/gnomemag: [Fix build on FreeBSD 4.x] X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 06:42:44 -0000 >Submitter-Id: current-users >Originator: Tod McQuillin >Organization: >Confidential: no >Synopsis: [PATCH] accessibility/gnomemag: [Fix build on FreeBSD 4.x] >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 4.11-STABLE i386 >Environment: System: FreeBSD plexi.pun-pun.prv 4.11-STABLE FreeBSD 4.11-STABLE #3: Sat Mar 11 09:28:19 JST 2006 >Description: Rewrite some C99isms to work on gcc 2.95 so that it can build on FreeBSD 4.x. Added file(s): - files/patch-magnifier_zoom-region.c Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- gnomemag-0.12.4.patch begins here --- Index: Makefile =================================================================== RCS file: /usr/src/cvs-repo/ports/accessibility/gnomemag/Makefile,v retrieving revision 1.32 diff -u -u -r1.32 Makefile --- Makefile 15 Mar 2006 05:28:26 -0000 1.32 +++ Makefile 16 Mar 2006 06:42:01 -0000 @@ -21,7 +21,7 @@ USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix atspi libbonobo intlhack USE_GMAKE= yes -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" Index: files/patch-magnifier_zoom-region.c =================================================================== RCS file: files/patch-magnifier_zoom-region.c diff -N files/patch-magnifier_zoom-region.c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-magnifier_zoom-region.c 16 Mar 2006 06:37:58 -0000 @@ -0,0 +1,59 @@ +--- magnifier/zoom-region.c~ Tue Feb 14 22:37:24 2006 ++++ magnifier/zoom-region.c Thu Mar 16 15:36:55 2006 +@@ -1794,10 +1794,10 @@ + gdk_window_end_paint (zoom_region->priv->w->window); + g_timer_stop (mag_timing.scale); + if (timing_test) { +- mag_timing.num_scale_samples++; +- + gulong microseconds; + ++ mag_timing.num_scale_samples++; ++ + mag_timing.scale_val = + g_timer_elapsed (mag_timing.scale, + µseconds); +@@ -1971,12 +1971,11 @@ + float x_scroll_incr, y_scroll_incr; + int width = magnifier->target_bounds.x2 - magnifier->target_bounds.x1; + int height = magnifier->target_bounds.y2 - magnifier->target_bounds.y1; ++ gulong microseconds; + + mag_timing.num_frame_samples++; + g_timer_stop (mag_timing.frame); + +- gulong microseconds; +- + mag_timing.frame_val = g_timer_elapsed (mag_timing.frame, + µseconds); + +@@ -2094,10 +2093,10 @@ + g_timer_stop (mag_timing.idle); + + if (timing_test) { +- mag_timing.num_idle_samples++; +- + gulong microseconds; + ++ mag_timing.num_idle_samples++; ++ + mag_timing.idle_val = g_timer_elapsed (mag_timing.idle, + µseconds); + mag_timing.idle_total += mag_timing.idle_val; +@@ -2472,6 +2471,7 @@ + int screen_height, height; + int pixel_position; + int pixel_direction; ++ gulong microseconds; + + screen_height = gdk_screen_get_height ( + gdk_display_get_screen (magnifier->source_display, +@@ -2484,8 +2484,6 @@ + roi.x2 = zoom_region->roi.x2; + + g_timer_stop (mag_timing.process); +- +- gulong microseconds; + + total_time = g_timer_elapsed (mag_timing.process, µseconds); + --- gnomemag-0.12.4.patch ends here --- From owner-freebsd-gnome@FreeBSD.ORG Thu Mar 16 08:24:28 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 752FF16A400 for ; Thu, 16 Mar 2006 08:24:28 +0000 (UTC) (envelope-from fifi@aguascalientes.com) Received: from c-71-228-197-92.hsd1.tn.comcast.net (c-71-228-197-92.hsd1.tn.comcast.net [71.228.197.92]) by mx1.FreeBSD.org (Postfix) with SMTP id 72C1F43D64 for ; Thu, 16 Mar 2006 08:24:13 +0000 (GMT) (envelope-from fifi@aguascalientes.com) Received: from aguascalientes.com (aguascalientes-com.mr.outblaze.com [205.158.62.181]) by c-71-228-197-92.hsd1.tn.comcast.net (Postfix) with ESMTP id 492056E7D0 for ; Thu, 16 Mar 2006 03:21:58 -0500 From: Integraciy_Holding To: freebsd-gnome Date: Thu, 16 Mar 2006 03:21:58 -0500 Message-ID: <010001c648d2$723ec33d$559c70d1@aguascalientes.com> Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1123 X-Virus-Scanned: by amavisd-milter at c-71-228-197-92.hsd1.tn.comcast.net MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1251" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: =?windows-1251?b?UmU6IMru7fLw7uv8IO3g5CDz7/Dg4uvl7ejl7CDiIOjt?= =?windows-1251?b?8uXj8Ojw7uLg7e379SDx8vDz6vLz8OD1ICj17uvk6O3j4PUp?= X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 08:24:28 -0000 =20 <= strong>=c8=ed=f2=e5=e3=f0=e8=f0=ee=e2=e0=ed=ed=fb=e5=20= =f1=f2=f0=f3=ea=f2=f3=f0=fb (=f5=ee=eb=e4=e8=ed=e3=e8)=2e =ca=ee=ed=f2=f0=ee=eb=fc =ed=e0=e4 =f3=ef=f0=e0=e2=eb=e5=ed=e8=e5= =ec =20 =20 =d6=e5=eb=fc =f1=e5= =ec=e8=ed=e0=f0=e0: =20 =ce=f1=ec=fb=f1=eb=e5=ed= =e8=e5 =f1=ee=e2=f0=e5=ec=e5=ed=ed=ee=e3=ee =f1=ee=f1=f2=ee=ff=ed=e8=ff=20= =e8 =ef=e5=f0=f1=ef=e5=ea=f2=e8=e2 =f0=e0=e7=e2=e8=f2=e8=ff =ef=f0= =e0=e2=ee=e2=ee=e3=ee =f0=e5=e3=f3=eb=e8=f0=ee=e2=e0=ed=e8=ff =f5=ee=eb=e4= =e8=ed=e3=ee=e2=fb=f5 =f1=f2=f0=f3=ea=f2=f3=f0 =e2 =d0=ee=f1=f1=e8=e8=2e=20= =ce=e1=e7=ee=f0 =ee=f1=ed=ee=e2=ed=fb=f5 =f1=ef=ee=f1=ee=e1=ee=e2= =f1=ee=e7=e4=e0=ed=e8=ff =f5=ee=eb=e4=e8=ed=e3=ee=e2=2e =c8=e7=f3=f7=e5=ed= =e8=e5 =ee=f1=ee=e1=e5=ed=ed=ee=f1=f2=e5=e9 =ea=ee=f0=ef=ee=f0=e0=f2=e8=e2= =ed=ee=e3=ee=20 =f3=ef=f0=e0=e2=eb=e5=ed=e8=ff =e8 =ee=e1=e5=f1=ef=e5=f7=e5=ed=e8= =ff =ea=ee=f0=ef=ee=f0=e0=f2=e8=e2=ed=ee=e3=ee =ea=ee=ed=f2=f0=ee=eb=ff =e2= =e8=ed=f2=e5=e3=f0=e8=f0=ee=e2=e0=ed=ed=fb=f5 =f1=f2=f0=f3=ea=f2=f3=f0=e0= =f5=2e=20 =20 =20 =20 =c4=e0=f2=e0=20 =ef=f0=ee=e2=e5=e4=e5=ed=e8=ff: 21 - 22 =ec=e0=f0=f2=e0, =ef= =ee 6 =e0=ea=e0=e4=e5=ec=e8=f7=e5=f1=ea=e8=f5=20 =f7=e0=f1=ee=e2 =e2 =e4=e5=ed=fc, =f1 =ef=e5=f0=e5=f0=fb=e2= =ee=ec =ed=e0 =ee=e1=e5=e4 =e8 =ea=ee=f4=e5-=e1=f0=fd=e9=ea=2e =20 =cc=e5=f1=f2= =ee =ef=f0=ee=e2=e5=e4=e5=ed=e8=ff: =e3=2e =cc=ee=f1=ea=e2= =e0 =20 =d1=f2=ee=e8=ec=ee=f1=f2=fc =f3=f7=e0= =f1=f2=e8=ff: 10 999 = =f0=f3=e1=eb=e5=e9,=20 =ec=e5=f2=ee=e4=e8=f7=e5=f1=ea=e8=e5 = =e8 =f0=e0=e7=e4=e0=f2=ee=f7=ed=fb=e5 =ec=e0=f2=e5=f0=e8=e0=eb=fb, =ee=e1= =e5=e4=fb,=20 =ea=ee=f4=e5-=e1=f0=fd=e9=ea=e8 =e2=ea=eb=fe=f7=e5=ed=fb =e2= =f1=f2=ee=e8=ec=ee=f1=f2=fc=2e =20 =20 =c0=f3=e4=e8=f2=ee=f0=e8=ff: =20 =ca=f3=f0=f1 =f0=e0=e7=f0= =e0=e1=ee=f2=e0=ed =e4=eb=ff =f0=f3=ea=ee=e2=ee=e4=e8=f2=e5=eb=e5=e9=20 =ef=f0=e5=e4=ef=f0=e8=ff=f2=e8=e9 =ea=f0=f3=ef=ed=ee=e3=ee =e8 =f1= =f0=e5=e4=ed=e5=e3=ee =e1=e8=e7=ed=e5=f1=e0, =f7=eb=e5=ed=ee=e2 =f1=ee=e2= =e5=f2=ee=e2 =e4=e8=f0=e5=ea=f2=ee=f0=ee=e2, =f1=ee=e1=f1=f2=e2=e5=ed=ed=e8= =ea=ee=e2=20 =e1=e8=e7=ed=e5=f1=e0, =f0=f3=ea=ee=e2=ee=e4=e8=f2=e5=eb=e5=e9 =e8= =ee=f2=e2=e5=f2=f1=f2=e2=e5=ed=ed=fb=f5 =f0=e0=e1=ee=f2=ed=e8=ea=ee=e2 =fe= =f0=e8=e4=e8=f7=e5=f1=ea=e8=f5 =e8 =f4=e8=ed=e0=ed=f1=ee=e2=fb=f5=20 =e4=e5=ef=e0=f0=f2=e0=ec=e5=ed=f2=ee=e2, =ee=f2=e4=e5=eb=ee=e2 =f6= =e5=ed=ed=fb=f5 =e1=f3=ec=e0=e3, =e8=ed=e2=e5=f1=f2=e8=f6=e8=ee=ed=ed=ee=e9= =ef=f0=e0=ea=f2=e8=ea=e8, =f3=ef=f0=e0=e2=eb=e5=ed=e8=ff=20 =e8=ec=f3=f9=e5=f1=f2=e2=ee=ec, =ea=ee=f0=ef=ee=f0=e0=f2=e8=e2=ed= =ee=e3=ee =f3=ef=f0=e0=e2=eb=e5=ed=e8=ff, =e2=ed=f3=f2=f0=e5=ed=ed=e5=e3=ee= =e0=f3=e4=e8=f2=e0=2e =20 =20 =cf=ee =ee=ea=ee=ed=f7= =e0=ed=e8=e8 =ea=f3=f0=f1=e0 =f3=f7=e0=f1=f2=ed=e8=ea=e8 =f3=e7=ed=e0=fe=f2= : =20 =20 * =20 =cd=e0=e8=e1=ee=eb= =e5=e5 =ee=ef=f2=e8=ec=e0=eb=fc=ed=fb=e5 =f1=ef=ee=f1=ee=e1=fb=20 =f1=ee=e7=e4=e0=ed=e8=ff =f5=ee=eb=e4=e8=ed=e3=ee=e2=fb=f5 =f1= =f2=f0=f3=ea=f2=f3=f0=2e * =20 =cf=ee=f0=ff=e4=ee= =ea =e8=e7=ec=e5=ed=e5=ed=e8=ff =ea=ee=f0=ef=ee=f0=e0=f2=e8=e2=ed=ee=e3=ee= =20 =f3=ef=f0=e0=e2=eb=e5=ed=e8=ff =e4=ee=f7=e5=f0=ed=e8=ec=e8 =ee= =e1=f9=e5=f1=f2=e2=e0=ec=e8 =e2 =e7=e0=e2=e8=f1=e8=ec=ee=f1=f2=e8 =ee=f2 = =ef=ee=f2=f0=e5=e1=ed=ee=f1=f2=e5=e9 =f5=ee=eb=e4=e8=ed=e3=e0=2e=20 * =20 =cc=e5=f2=ee=e4=fb= =e8 =ef=f0=e8=e5=ec=fb, =ee=e1=e5=f1=ef=e5=f7=e8=e2=e0=fe=f9=e8=e5=20 =f1=ee=f5=f0=e0=ed=e5=ed=e8=e5 =ea=ee=f0=ef=ee=f0=e0=f2=e8=e2= =ed=ee=e3=ee =ea=ee=ed=f2=f0=ee=eb=ff =ed=e0=e4 =e8=ed=f2=e5=e3=f0=e8=f0=ee= =e2=e0=ed=ed=fb=ec=e8 =f1=f2=f0=f3=ea=f2=f3=f0=e0=ec=e8=2e=20 * =20 =cf=f0=e8=ed=f6=e8= =ef=fb =e3=e0=f0=ec=ee=ed=e8=e7=e0=f6=e8=e8 =e2=ed=f3=f2=f0=e5=ed=ed=e8=f5= =20 =e4=ee=ea=f3=ec=e5=ed=f2=ee=e2 (=eb=ee=ea=e0=eb=fc=ed=fb=f5 =ed= =ee=f0=ec=e0=f2=e8=e2=ed=fb=f5 =e0=ea=f2=ee=e2) =e8=ed=f2=e5=e3=f0=e8=f0=ee= =e2=e0=ed=ed=fb=f5 =f1=f2=f0=f3=ea=f2=f3=f0=2e=20 =20 =ca=f0=e0=f2=ea=ee=e5=20 =f1=ee=e4=e5=f0=e6=e0=ed=e8=e5 = =20 =20 * =20 =cf=ee=ed=ff=f2=e8=e5 =f5= =ee=eb=e4=e8=ed=e3=e0=2e =d1=ee=e2=f0=e5=ec=e5=ed=ed=ee=e5 =f1=ee=f1=f2=ee= =ff=ed=e8=e5=20 =e8 =ef=e5=f0=f1=ef=e5=ea=f2=e8=e2=fb =f0=e0=e7=e2=e8=f2=e8=ff= =ef=f0=e0=e2=ee=e2=ee=e3=ee =f0=e5=e3=f3=eb=e8=f0=ee=e2=e0=ed=e8=ff =f5=ee= =eb=e4=e8=ed=e3=ee=e2=fb=f5 =f1=f2=f0=f3=ea=f2=f3=f0=20 =e2 =d0=ee=f1=f1=e8=e8=2e * =20 =ce=f1=ee=e1=e5=ed=ed=ee= =f1=f2=e8 =f1=ee=e7=e4=e0=ed=e8=ff =e8 =e2=ed=f3=f2=f0=e5=ed=ed=ff=ff=20 = =f1=f2=f0=f3=ea=f2=f3=f0=e0 =f5=ee=eb=e4=e8=ed=e3=ee=e2 =e2 =d0= =ee=f1=f1=e8=e8 * =20 =ca=ee=f0=ef=ee=f0=e0=f2= =e8=e2=ed=ee=e5 =f3=ef=f0=e0=e2=eb=e5=ed=e8=e5 =f5=ee=eb=e4=e8=ed=e3=ee=e2= =fb=ec=e8=20 =f1=f2=f0=f3=ea=f2=f3=f0=e0=ec=e8: =ec=e5=e6=e4=f3=ed=e0=f0=ee= =e4=ed=e0=ff =ef=f0=e0=ea=f2=e8=ea=e0 =e8 =f0=ee=f1=f1=e8=e9=f1=ea=e8=e9 = =ef=ee=e4=f5=ee=e4 * =20 =ce=e1=e5=f1=ef=e5=f7=e5= =ed=e8=e5 =ea=ee=f0=ef=ee=f0=e0=f2=e8=e2=ed=ee=e3=ee =ea=ee=ed=f2=f0=ee=eb= =ff=20 =ed=e0=e4 =f5=ee=eb=e4=e8=ed=e3=e0=ec=e8 =e8 =ef=f0=e5=e4=ee=f2= =e2=f0=e0=f9=e5=ed=e8=e5 =e2=ed=e5=f8=ed=e8=f5 =e8 =e2=ed=f3=f2=f0=e5=ed=ed= =e8=f5 =f3=e3=f0=ee=e7=2e * =20 =c7=ed=e0=f7=e5=ed=e8=e5= =e2=ed=f3=f2=f0=e5=ed=ed=e8=f5 =e4=ee=ea=f3=ec=e5=ed=f2=ee=e2 (=eb=ee=ea= =e0=eb=fc=ed=fb=f5=20 =ed=ee=f0=ec=e0=f2=e8=e2=ed=fb=f5 =e0=ea=f2=ee=e2) =e2 =f3=ef= =f0=e0=e2=eb=e5=ed=e8=e8 =e8=ed=f2=e5=e3=f0=e8=f0=ee=e2=e0=ed=ed=fb=ec=e8= =f1=f2=f0=f3=ea=f2=f3=f0=e0=ec=e8=2e * =20 =cf=f0=e0=e2=ee=e2=ee=e5= =f0=e5=e3=f3=eb=e8=f0=ee=e2=e0=ed=e8=e5 =ee=f2=e2=e5=f2=f1=f2=e2=e5=ed=ed= =ee=f1=f2=e8=20 =e2 =f5=ee=eb=e4=e8=ed=e3=ee=e2=fb=f5 =f1=f2=f0=f3=ea=f2=f3=f0= =e0=f5 * =20 =ce=f2=e2=e5=f2=fb =ed=e0= =e2=ee=ef=f0=ee=f1=fb =20 =cf=ee =e2=ee=ef=f0=ee=f1=e0=ec =f0=e5=e3=e8=f1=f2= =e0=f0=e0=f6=e8=e8 =ee=e1=f0=e0=f9=e0=e9=f2=e5=f1=fc =ef=ee =f2=e5=eb: (4= 95) 792 21 22, 742 9198 9ziGM =20 From owner-freebsd-gnome@FreeBSD.ORG Thu Mar 16 08:51:22 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65B0316A41F for ; Thu, 16 Mar 2006 08:51:22 +0000 (UTC) (envelope-from kmalkki@picanteperosabroso.com) Received: from c-71-228-197-92.hsd1.tn.comcast.net (c-71-228-197-92.hsd1.tn.comcast.net [71.228.197.92]) by mx1.FreeBSD.org (Postfix) with SMTP id 395B743D48 for ; Thu, 16 Mar 2006 08:51:19 +0000 (GMT) (envelope-from kmalkki@picanteperosabroso.com) Received: from picanteperosabroso.com (picanteperosabroso-com.mr.outblaze.com [205.158.62.177]) by c-71-228-197-92.hsd1.tn.comcast.net (Postfix) with ESMTP id C69D43792E for ; Thu, 16 Mar 2006 03:49:05 -0500 Message-ID: <001101c648d6$f73a543b$618017cb@picanteperosabroso.com> From: Integracia_Holdingi To: gnome Date: Thu, 16 Mar 2006 03:49:05 -0500 Content-Transfer-Encoding: quoted-printable X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1123 X-Kaspersky-Antivirus: passed MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1251" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: =?windows-1251?b?yO3y5ePw6PDu4uDt7fvlIPHy8PPq8vPw+yAo9e7r5Ojt?= =?windows-1251?b?4+gpLiA=?= X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 08:51:22 -0000 =20 <= strong>=c8=ed=f2=e5=e3=f0=e8=f0=ee=e2=e0=ed=ed=fb=e5=20= =f1=f2=f0=f3=ea=f2=f3=f0=fb (=f5=ee=eb=e4=e8=ed=e3=e8)=2e =ca=ee=ed=f2=f0=ee=eb=fc =ed=e0=e4 =f3=ef=f0=e0=e2=eb=e5=ed=e8=e5= =ec =20 =20 =d6=e5=eb=fc =f1=e5= =ec=e8=ed=e0=f0=e0: =20 =ce=f1=ec=fb=f1=eb=e5=ed= =e8=e5 =f1=ee=e2=f0=e5=ec=e5=ed=ed=ee=e3=ee =f1=ee=f1=f2=ee=ff=ed=e8=ff=20= =e8 =ef=e5=f0=f1=ef=e5=ea=f2=e8=e2 =f0=e0=e7=e2=e8=f2=e8=ff =ef=f0= =e0=e2=ee=e2=ee=e3=ee =f0=e5=e3=f3=eb=e8=f0=ee=e2=e0=ed=e8=ff =f5=ee=eb=e4= =e8=ed=e3=ee=e2=fb=f5 =f1=f2=f0=f3=ea=f2=f3=f0 =e2 =d0=ee=f1=f1=e8=e8=2e=20= =ce=e1=e7=ee=f0 =ee=f1=ed=ee=e2=ed=fb=f5 =f1=ef=ee=f1=ee=e1=ee=e2= =f1=ee=e7=e4=e0=ed=e8=ff =f5=ee=eb=e4=e8=ed=e3=ee=e2=2e =c8=e7=f3=f7=e5=ed= =e8=e5 =ee=f1=ee=e1=e5=ed=ed=ee=f1=f2=e5=e9 =ea=ee=f0=ef=ee=f0=e0=f2=e8=e2= =ed=ee=e3=ee=20 =f3=ef=f0=e0=e2=eb=e5=ed=e8=ff =e8 =ee=e1=e5=f1=ef=e5=f7=e5=ed=e8= =ff =ea=ee=f0=ef=ee=f0=e0=f2=e8=e2=ed=ee=e3=ee =ea=ee=ed=f2=f0=ee=eb=ff =e2= =e8=ed=f2=e5=e3=f0=e8=f0=ee=e2=e0=ed=ed=fb=f5 =f1=f2=f0=f3=ea=f2=f3=f0=e0= =f5=2e=20 =20 =20 =20 =c4=e0=f2=e0=20 =ef=f0=ee=e2=e5=e4=e5=ed=e8=ff: 21 - 22 =ec=e0=f0=f2=e0, =ef= =ee 6 =e0=ea=e0=e4=e5=ec=e8=f7=e5=f1=ea=e8=f5=20 =f7=e0=f1=ee=e2 =e2 =e4=e5=ed=fc, =f1 =ef=e5=f0=e5=f0=fb=e2= =ee=ec =ed=e0 =ee=e1=e5=e4 =e8 =ea=ee=f4=e5-=e1=f0=fd=e9=ea=2e =20 =cc=e5=f1=f2= =ee =ef=f0=ee=e2=e5=e4=e5=ed=e8=ff: =e3=2e =cc=ee=f1=ea=e2= =e0 =20 =d1=f2=ee=e8=ec=ee=f1=f2=fc =f3=f7=e0= =f1=f2=e8=ff: 10 999 = =f0=f3=e1=eb=e5=e9,=20 =ec=e5=f2=ee=e4=e8=f7=e5=f1=ea=e8=e5 = =e8 =f0=e0=e7=e4=e0=f2=ee=f7=ed=fb=e5 =ec=e0=f2=e5=f0=e8=e0=eb=fb, =ee=e1= =e5=e4=fb,=20 =ea=ee=f4=e5-=e1=f0=fd=e9=ea=e8 =e2=ea=eb=fe=f7=e5=ed=fb =e2= =f1=f2=ee=e8=ec=ee=f1=f2=fc=2e =20 =20 =c0=f3=e4=e8=f2=ee=f0=e8=ff: =20 =ca=f3=f0=f1 =f0=e0=e7=f0= =e0=e1=ee=f2=e0=ed =e4=eb=ff =f0=f3=ea=ee=e2=ee=e4=e8=f2=e5=eb=e5=e9=20 =ef=f0=e5=e4=ef=f0=e8=ff=f2=e8=e9 =ea=f0=f3=ef=ed=ee=e3=ee =e8 =f1= =f0=e5=e4=ed=e5=e3=ee =e1=e8=e7=ed=e5=f1=e0, =f7=eb=e5=ed=ee=e2 =f1=ee=e2= =e5=f2=ee=e2 =e4=e8=f0=e5=ea=f2=ee=f0=ee=e2, =f1=ee=e1=f1=f2=e2=e5=ed=ed=e8= =ea=ee=e2=20 =e1=e8=e7=ed=e5=f1=e0, =f0=f3=ea=ee=e2=ee=e4=e8=f2=e5=eb=e5=e9 =e8= =ee=f2=e2=e5=f2=f1=f2=e2=e5=ed=ed=fb=f5 =f0=e0=e1=ee=f2=ed=e8=ea=ee=e2 =fe= =f0=e8=e4=e8=f7=e5=f1=ea=e8=f5 =e8 =f4=e8=ed=e0=ed=f1=ee=e2=fb=f5=20 =e4=e5=ef=e0=f0=f2=e0=ec=e5=ed=f2=ee=e2, =ee=f2=e4=e5=eb=ee=e2 =f6= =e5=ed=ed=fb=f5 =e1=f3=ec=e0=e3, =e8=ed=e2=e5=f1=f2=e8=f6=e8=ee=ed=ed=ee=e9= =ef=f0=e0=ea=f2=e8=ea=e8, =f3=ef=f0=e0=e2=eb=e5=ed=e8=ff=20 =e8=ec=f3=f9=e5=f1=f2=e2=ee=ec, =ea=ee=f0=ef=ee=f0=e0=f2=e8=e2=ed= =ee=e3=ee =f3=ef=f0=e0=e2=eb=e5=ed=e8=ff, =e2=ed=f3=f2=f0=e5=ed=ed=e5=e3=ee= =e0=f3=e4=e8=f2=e0=2e =20 =20 =cf=ee =ee=ea=ee=ed=f7= =e0=ed=e8=e8 =ea=f3=f0=f1=e0 =f3=f7=e0=f1=f2=ed=e8=ea=e8 =f3=e7=ed=e0=fe=f2= : =20 =20 * =20 =cd=e0=e8=e1=ee=eb= =e5=e5 =ee=ef=f2=e8=ec=e0=eb=fc=ed=fb=e5 =f1=ef=ee=f1=ee=e1=fb=20 =f1=ee=e7=e4=e0=ed=e8=ff =f5=ee=eb=e4=e8=ed=e3=ee=e2=fb=f5 =f1= =f2=f0=f3=ea=f2=f3=f0=2e * =20 =cf=ee=f0=ff=e4=ee= =ea =e8=e7=ec=e5=ed=e5=ed=e8=ff =ea=ee=f0=ef=ee=f0=e0=f2=e8=e2=ed=ee=e3=ee= =20 =f3=ef=f0=e0=e2=eb=e5=ed=e8=ff =e4=ee=f7=e5=f0=ed=e8=ec=e8 =ee= =e1=f9=e5=f1=f2=e2=e0=ec=e8 =e2 =e7=e0=e2=e8=f1=e8=ec=ee=f1=f2=e8 =ee=f2 = =ef=ee=f2=f0=e5=e1=ed=ee=f1=f2=e5=e9 =f5=ee=eb=e4=e8=ed=e3=e0=2e=20 * =20 =cc=e5=f2=ee=e4=fb= =e8 =ef=f0=e8=e5=ec=fb, =ee=e1=e5=f1=ef=e5=f7=e8=e2=e0=fe=f9=e8=e5=20 =f1=ee=f5=f0=e0=ed=e5=ed=e8=e5 =ea=ee=f0=ef=ee=f0=e0=f2=e8=e2= =ed=ee=e3=ee =ea=ee=ed=f2=f0=ee=eb=ff =ed=e0=e4 =e8=ed=f2=e5=e3=f0=e8=f0=ee= =e2=e0=ed=ed=fb=ec=e8 =f1=f2=f0=f3=ea=f2=f3=f0=e0=ec=e8=2e=20 * =20 =cf=f0=e8=ed=f6=e8= =ef=fb =e3=e0=f0=ec=ee=ed=e8=e7=e0=f6=e8=e8 =e2=ed=f3=f2=f0=e5=ed=ed=e8=f5= =20 =e4=ee=ea=f3=ec=e5=ed=f2=ee=e2 (=eb=ee=ea=e0=eb=fc=ed=fb=f5 =ed= =ee=f0=ec=e0=f2=e8=e2=ed=fb=f5 =e0=ea=f2=ee=e2) =e8=ed=f2=e5=e3=f0=e8=f0=ee= =e2=e0=ed=ed=fb=f5 =f1=f2=f0=f3=ea=f2=f3=f0=2e=20 =20 =ca=f0=e0=f2=ea=ee=e5=20 =f1=ee=e4=e5=f0=e6=e0=ed=e8=e5 = =20 =20 * =20 =cf=ee=ed=ff=f2=e8=e5 =f5= =ee=eb=e4=e8=ed=e3=e0=2e =d1=ee=e2=f0=e5=ec=e5=ed=ed=ee=e5 =f1=ee=f1=f2=ee= =ff=ed=e8=e5=20 =e8 =ef=e5=f0=f1=ef=e5=ea=f2=e8=e2=fb =f0=e0=e7=e2=e8=f2=e8=ff= =ef=f0=e0=e2=ee=e2=ee=e3=ee =f0=e5=e3=f3=eb=e8=f0=ee=e2=e0=ed=e8=ff =f5=ee= =eb=e4=e8=ed=e3=ee=e2=fb=f5 =f1=f2=f0=f3=ea=f2=f3=f0=20 =e2 =d0=ee=f1=f1=e8=e8=2e * =20 =ce=f1=ee=e1=e5=ed=ed=ee= =f1=f2=e8 =f1=ee=e7=e4=e0=ed=e8=ff =e8 =e2=ed=f3=f2=f0=e5=ed=ed=ff=ff=20 = =f1=f2=f0=f3=ea=f2=f3=f0=e0 =f5=ee=eb=e4=e8=ed=e3=ee=e2 =e2 =d0= =ee=f1=f1=e8=e8 * =20 =ca=ee=f0=ef=ee=f0=e0=f2= =e8=e2=ed=ee=e5 =f3=ef=f0=e0=e2=eb=e5=ed=e8=e5 =f5=ee=eb=e4=e8=ed=e3=ee=e2= =fb=ec=e8=20 =f1=f2=f0=f3=ea=f2=f3=f0=e0=ec=e8: =ec=e5=e6=e4=f3=ed=e0=f0=ee= =e4=ed=e0=ff =ef=f0=e0=ea=f2=e8=ea=e0 =e8 =f0=ee=f1=f1=e8=e9=f1=ea=e8=e9 = =ef=ee=e4=f5=ee=e4 * =20 =ce=e1=e5=f1=ef=e5=f7=e5= =ed=e8=e5 =ea=ee=f0=ef=ee=f0=e0=f2=e8=e2=ed=ee=e3=ee =ea=ee=ed=f2=f0=ee=eb= =ff=20 =ed=e0=e4 =f5=ee=eb=e4=e8=ed=e3=e0=ec=e8 =e8 =ef=f0=e5=e4=ee=f2= =e2=f0=e0=f9=e5=ed=e8=e5 =e2=ed=e5=f8=ed=e8=f5 =e8 =e2=ed=f3=f2=f0=e5=ed=ed= =e8=f5 =f3=e3=f0=ee=e7=2e * =20 =c7=ed=e0=f7=e5=ed=e8=e5= =e2=ed=f3=f2=f0=e5=ed=ed=e8=f5 =e4=ee=ea=f3=ec=e5=ed=f2=ee=e2 (=eb=ee=ea= =e0=eb=fc=ed=fb=f5=20 =ed=ee=f0=ec=e0=f2=e8=e2=ed=fb=f5 =e0=ea=f2=ee=e2) =e2 =f3=ef= =f0=e0=e2=eb=e5=ed=e8=e8 =e8=ed=f2=e5=e3=f0=e8=f0=ee=e2=e0=ed=ed=fb=ec=e8= =f1=f2=f0=f3=ea=f2=f3=f0=e0=ec=e8=2e * =20 =cf=f0=e0=e2=ee=e2=ee=e5= =f0=e5=e3=f3=eb=e8=f0=ee=e2=e0=ed=e8=e5 =ee=f2=e2=e5=f2=f1=f2=e2=e5=ed=ed= =ee=f1=f2=e8=20 =e2 =f5=ee=eb=e4=e8=ed=e3=ee=e2=fb=f5 =f1=f2=f0=f3=ea=f2=f3=f0= =e0=f5 * =20 =ce=f2=e2=e5=f2=fb =ed=e0= =e2=ee=ef=f0=ee=f1=fb =20 =cf=ee =e2=ee=ef=f0=ee=f1=e0=ec =f0=e5=e3=e8=f1=f2= =e0=f0=e0=f6=e8=e8 =ee=e1=f0=e0=f9=e0=e9=f2=e5=f1=fc =ef=ee =f2=e5=eb: (4= 95) 792 21 22, 742 91 98 xZkNE =20 From owner-freebsd-gnome@FreeBSD.ORG Thu Mar 16 09:33:44 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64B1416A59D for ; Thu, 16 Mar 2006 09:33:44 +0000 (UTC) (envelope-from son-good@msn.com) Received: from freebsd.org (pl1253.nas926.o-tokyo.nttpc.ne.jp [210.165.110.229]) by mx1.FreeBSD.org (Postfix) with SMTP id CE02C43D55 for ; Thu, 16 Mar 2006 09:33:42 +0000 (GMT) (envelope-from son-good@msn.com) To: From: =?iso-2022-jp?B?GyRCJCIkZiRfGyhC?= MIME-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit Message-Id: <20060316093342.CE02C43D55@mx1.FreeBSD.org> Date: Thu, 16 Mar 2006 09:33:42 +0000 (GMT) Cc: Subject: =?iso-2022-jp?b?GyRCO2QkTj1oPXckciRiJGkkQyRGMjwkNSQkISMbKEI=?= X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: son-good@msn.com List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 09:33:44 -0000 $B5o$F$b$?$C$F$b5o$i$l$J$/$FFMA3%a!<%k$r$7$F$7$^$$$^$7$?!#(B $BC1EaD>F~$K?=$7$^$9$,!"A0$O$"$f$_$H?=$7$^$9!#(B 28$B:P$GL$:'$G$9!#Ck4V$OH~MF4X78$N X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B0D116A400 for ; Thu, 16 Mar 2006 09:56:14 +0000 (UTC) (envelope-from m3s0n3.14@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81BBE43D46 for ; Thu, 16 Mar 2006 09:56:13 +0000 (GMT) (envelope-from m3s0n3.14@gmail.com) Received: by zproxy.gmail.com with SMTP id l8so333119nzf for ; Thu, 16 Mar 2006 01:56:12 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=M20sEhjRrpr7aa2lpdtBK3W0Cj8hJXCn6zG5C/TO4NO5O1jpxhepyAme28cobmSShIT3m1JYhAqxhqNXHQigjL1wq9LWMxcY4blCz2JNiU8ZzqiPJnn5AECi0cvrbebRA7Pss3MT2xqwj31HB77CTXpzMyHppQpCMQNZqLZleIA= Received: by 10.65.83.5 with SMTP id k5mr589149qbl; Thu, 16 Mar 2006 01:56:12 -0800 (PST) Received: by 10.65.155.8 with HTTP; Thu, 16 Mar 2006 01:56:12 -0800 (PST) Message-ID: <29f1a1ba0603160156v5ea7582dnbbc03558641d5ad0@mail.gmail.com> Date: Thu, 16 Mar 2006 11:56:12 +0200 From: "meson pi" To: gnome@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: kqread problem X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 09:56:14 -0000 Hello, I hope I am a adresing to the right person(s). Just installed FreeBSD 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13 UTC 2005 =20 root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC i386. The problem is that Firefox hungs up in a kqread state when I try to open it. I upgraded to version 1.5.0.1 and still the same problem. This doesn`t happen all the time... after the boot the first time I try to open it works very fast and when I close it and open it again top gives me a kqread and hungs up to ~30 seconds give or take. I think I did a mistake somewhere don't know if this is the cause when I tried to upgrade to firefox 1.5 I did portsupgrade -R firefox and that calculed to be 230 packeges so I stoped it and did a cvsup then cd /usr/ports/www/firefox and make install. No when I try to do a portsupgrade -a first time something about an error and the I deleted all the /var/db pkg ports and did a portsnap fetch and update and now says at portsupgrade that nothing is to upgrade. But the error with kqread was before this. Here's my dmesg if it helps : [] /home> dmesg Copyright (c) 1992-2005 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13 UTC 2005 root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: AMD Athlon(tm) XP (1921.03-MHz 686-class CPU) Origin =3D "AuthenticAMD" Id =3D 0x681 Stepping =3D 1 Features=3D0x383fbff AMD Features=3D0xc0400800 real memory =3D 503250944 (479 MB) avail memory =3D 478916608 (456 MB) mptable_probe: MP Config Table has bad signature: rl-F npx0: [FAST] npx0: on motherboard npx0: INT 16 interface cpu0 on motherboard pcib0: pcibus 0 on motherboard pir0: on motherboard pci0: on pcib0 $PIR: No matching entry for 0.2.INTA $PIR: No matching entry for 0.2.INTB $PIR: No matching entry for 0.2.INTC $PIR: No matching entry for 0.4.INTA $PIR: No matching entry for 0.5.INTA $PIR: No matching entry for 0.6.INTA $PIR: No matching entry for 0.13.INTA pci0: at device 0.1 (no driver attached) pci0: at device 0.2 (no driver attached) pci0: at device 0.3 (no driver attached) pci0: at device 0.4 (no driver attached) pci0: at device 0.5 (no driver attached) isab0: at device 1.0 on pci0 isa0: on isab0 pci0: at device 1.1 (no driver attached) ohci0: mem 0xe1087000-0xe1087fff irq 11 at devic e 2.0 on pci0 ohci0: [GIANT-LOCKED] usb0: OHCI version 1.0, legacy support usb0: SMM does not respond, resetting usb0: on ohci0 usb0: USB revision 1.0 uhub0: nVidia OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 3 ports with 3 removable, self powered ohci1: mem 0xe1082000-0xe1082fff irq 5 at device 2.1 on pci0 ohci1: [GIANT-LOCKED] usb1: OHCI version 1.0, legacy support usb1: SMM does not respond, resetting usb1: on ohci1 usb1: USB revision 1.0 uhub1: nVidia OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 3 ports with 3 removable, self powered ehci0: mem 0xe1083000-0xe10830ff irq 11 at d evice 2.2 on pci0 ehci0: [GIANT-LOCKED] usb2: EHCI version 1.0 usb2: companion controllers, 4 ports each: usb0 usb1 usb2: on ehci0 usb2: USB revision 2.0 uhub2: nVidia EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub2: 6 ports with 6 removable, self powered nve0: port 0xd000-0xd007 mem 0xe1086000- 0xe1086fff irq 11 at device 4.0 on pci0 nve0: Ethernet address 00:30:1b:38:88:7c miibus0: on nve0 rlphy0: on miibus0 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto nve0: Ethernet address: 00:30:1b:38:88:7c nve0: [GIANT-LOCKED] pci0: at device 5.0 (no driver attached) pci0: at device 6.0 (no driver attached) pcib1: at device 8.0 on pci0 pci1: on pcib1 pci1: at device 6.0 (no driver attached) atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177, =20 0x376,0xf000-0xf00f at device 9.0 on pci0 ata0: on atapci0 ata1: on atapci0 fwohci0: <1394 Open Host Controller Interface> mem 0xe1084000-0xe10847ff,0xe1085 =20 000-0xe108503f irq 5 at device 13.0 on pci0 fwohci0: OHCI version 1.10 (ROM=3D0) fwohci0: No. of Isochronous channels is 4. fwohci0: EUI64 00:30:1b:30:1b:38:88:e0 fwohci0: Phy 1394a available S400, 2 ports. fwohci0: Link S400, max_rec 2048 bytes. firewire0: on fwohci0 fwe0: on firewire0 if_fwe0: Fake Ethernet address: 02:30:1b:38:88:e0 fwe0: Ethernet address: 02:30:1b:38:88:e0 fwe0: if_start running deferred for Giant sbp0: on firewire0 fwohci0: Initiate bus reset fwohci0: node_id=3D0xc800ffc0, gen=3D1, CYCLEMASTER mode firewire0: 1 nodes, maxhop <=3D 0, cable IRM =3D 0 (me) firewire0: bus manager 0 (me) pcib2: at device 30.0 on pci0 pci3: on pcib2 $PIR: ROUTE_INTERRUPT failed. nvidia0: mem 0xde000000-0xdeffffff,0xd4000000-0xd7f =20 fffff,0xd8000000-0xd807ffff irq 5 at device 0.0 on pci3 nvidia0: [GIANT-LOCKED] pmtimer0 on isa0 orm0: at iomem 0xd0000-0xd3fff,0xd4000-0xd57ff on isa0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model IntelliMouse, device ID 3 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on= isa0 fdc0: [FAST] ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode ppbus0: on ppc0 plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=3D0x300> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 unknown: can't assign resources (port) unknown: can't assign resources (memory) unknown: can't assign resources (irq) unknown: can't assign resources (port) unknown: can't assign resources (port) unknown: can't assign resources (port) unknown: can't assign resources (port) Timecounter "TSC" frequency 1921033083 Hz quality 800 Timecounters tick every 1.000 msec ad0: 38166MB at ata0-master UDMA100 acd0: CDRW at ata1-master UDMA33 acd1: DVDR at ata1-slave UDMA66 Trying to mount root from ufs:/dev/ad0s1a nve0: link state changed to UP pid 609 (ruby18), uid 0: exited on signal 4 (core dumped) pcm0: port 0xd400-0xd4ff,0xd800-0xd87f mem 0xe1080000-0xe1080ff f irq 5 at device 6.0 on pci0 pcm0: [GIANT-LOCKED] pcm0: Out of ktrace request objects. [] /home> Thanks in advance From owner-freebsd-gnome@FreeBSD.ORG Thu Mar 16 10:02:05 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 569CE16A400 for ; Thu, 16 Mar 2006 10:02:05 +0000 (UTC) (envelope-from freebsd@redry.net) Received: from cali.ucd.ie (cali.ucd.ie [193.1.169.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBD9843D45 for ; Thu, 16 Mar 2006 10:02:04 +0000 (GMT) (envelope-from freebsd@redry.net) Received: from conversion-daemon.cali.ucd.ie by cali.ucd.ie (Sun Java System Messaging Server 6.2-2.05 (built Apr 28 2005)) id <0IW700E01S3SVO00@cali.ucd.ie> (original mail from freebsd@redry.net) for gnome@freebsd.org; Thu, 16 Mar 2006 09:46:34 +0000 (GMT) Received: from [137.43.111.203] by cali.ucd.ie (Sun Java System Messaging Server 6.2-2.05 (built Apr 28 2005)) with ESMTPS id <0IW70023SSHMNY80@cali.ucd.ie>; Thu, 16 Mar 2006 09:46:34 +0000 (GMT) Date: Thu, 16 Mar 2006 09:46:34 +0000 From: eoghan In-reply-to: <1142480598.634.4.camel@netvista.network> To: Andrew Message-id: <441933FA.8030209@redry.net> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=UTF-8 Content-transfer-encoding: 7BIT References: <1142480598.634.4.camel@netvista.network> User-Agent: Thunderbird 1.5 (Windows/20051201) Cc: gnome@freebsd.org Subject: Re: Gnome 2.14! X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 10:02:05 -0000 Andrew wrote: > Hello all, > > And to the Gnome maintainers: I just saw that 2.14 was released this > afternoon; when we will be seeing that in the ports tree? Just a > friendly jibe, that's all. ;-) Looking forward to playing around with a > new release... > > -Andrew Hi This is from the freebsd.org/gnome page: "1 March, 2006: The GNOME 2.14 Release Candidate is out, and ports and packages are ready . It looks like GNOME 2.14.0 will be out on time on March 15th. Now is the time to report any serious problems as well as submit GNOME 2.14 screenshots and splash screens." No sign of it yet (that i can see), but i am sure they are working hard to get it up there! Eoghan From owner-freebsd-gnome@FreeBSD.ORG Thu Mar 16 12:26:27 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B8EE16A43A for ; Thu, 16 Mar 2006 12:26:27 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from centrmmtao02.cox.net (centrmmtao02.cox.net [70.168.83.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC95743D48 for ; Thu, 16 Mar 2006 12:26:26 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.140]) by centrmmtao02.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20060316122624.NKPR8484.centrmmtao02.cox.net@mezz.mezzweb.com>; Thu, 16 Mar 2006 07:26:24 -0500 Date: Thu, 16 Mar 2006 06:27:46 -0600 To: eoghan References: <1142480598.634.4.camel@netvista.network> <441933FA.8030209@redry.net> From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <441933FA.8030209@redry.net> User-Agent: Opera M2/8.52 (Linux, build 1631) Cc: gnome@freebsd.org Subject: Re: Gnome 2.14! X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 12:26:27 -0000 On Thu, 16 Mar 2006 03:46:34 -0600, eoghan wrote: > Andrew wrote: >> Hello all, >> And to the Gnome maintainers: I just saw that 2.14 was released this >> afternoon; when we will be seeing that in the ports tree? Just a >> friendly jibe, that's all. ;-) Looking forward to playing around with a >> new release... >> -Andrew > > Hi > This is from the freebsd.org/gnome page: > "1 March, 2006: The GNOME 2.14 Release Candidate is out, and ports and > packages are ready . It looks like GNOME 2.14.0 will be out on time on > March 15th. Now is the time to report any serious problems as well as > submit GNOME 2.14 screenshots and splash screens." > No sign of it yet (that i can see), but i am sure they are working hard > to get it up there! We already have GNOME 2.14, it won't be go in until FreeBSD 5.5/6.1 are released because our ports tree isn't complete unfreeze. We can't do a huge/sweep commit just yet. http://lists.freebsd.org/pipermail/freebsd-ports/2006-March/030434.html You still can get it early from MC if you want to. Cheers, Mezz > Eoghan -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-freebsd-gnome@FreeBSD.ORG Thu Mar 16 15:13:32 2006 Return-Path: X-Original-To: gnome@hub.freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AF9516A401; Thu, 16 Mar 2006 15:13:32 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED51A43DE8; Thu, 16 Mar 2006 15:13:18 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2GFCV9p082919; Thu, 16 Mar 2006 15:12:31 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2GFCV6R082915; Thu, 16 Mar 2006 15:12:31 GMT (envelope-from edwin) Date: Thu, 16 Mar 2006 15:12:31 GMT From: Edwin Groothuis Message-Id: <200603161512.k2GFCV6R082915@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org Cc: Subject: Re: ports/94536: [PATCH] textproc/enchant: [Fix build on 4.x] X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 15:13:32 -0000 Synopsis: [PATCH] textproc/enchant: [Fix build on 4.x] Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Thu Mar 16 15:12:31 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=94536 From owner-freebsd-gnome@FreeBSD.ORG Thu Mar 16 15:15:55 2006 Return-Path: X-Original-To: gnome@hub.freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF8D716A401; Thu, 16 Mar 2006 15:15:55 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B907543DD6; Thu, 16 Mar 2006 15:13:25 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2GFCifP083011; Thu, 16 Mar 2006 15:12:44 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2GFCiJk083007; Thu, 16 Mar 2006 15:12:44 GMT (envelope-from edwin) Date: Thu, 16 Mar 2006 15:12:44 GMT From: Edwin Groothuis Message-Id: <200603161512.k2GFCiJk083007@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org Cc: Subject: Re: ports/94537: [PATCH] accessibility/gnomemag: [Fix build on FreeBSD 4.x] X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 15:15:55 -0000 Synopsis: [PATCH] accessibility/gnomemag: [Fix build on FreeBSD 4.x] Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Thu Mar 16 15:12:44 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=94537 From owner-freebsd-gnome@FreeBSD.ORG Thu Mar 16 15:24:11 2006 Return-Path: X-Original-To: gnome@hub.freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2A7516A422; Thu, 16 Mar 2006 15:24:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5527443D60; Thu, 16 Mar 2006 15:24:11 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2GFOBar084036; Thu, 16 Mar 2006 15:24:11 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2GFOBAI084032; Thu, 16 Mar 2006 15:24:11 GMT (envelope-from edwin) Date: Thu, 16 Mar 2006 15:24:11 GMT From: Edwin Groothuis Message-Id: <200603161524.k2GFOBAI084032@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org Cc: Subject: Re: ports/94527: [PATCH] x11-themes/gtk-engines2: [Fix build on 4.x] X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 15:24:11 -0000 Synopsis: [PATCH] x11-themes/gtk-engines2: [Fix build on 4.x] Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Thu Mar 16 15:24:10 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=94527 From owner-freebsd-gnome@FreeBSD.ORG Thu Mar 16 15:28:01 2006 Return-Path: X-Original-To: gnome@hub.freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C22116A41F; Thu, 16 Mar 2006 15:28:01 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEAE743D72; Thu, 16 Mar 2006 15:28:00 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2GFS0jX084849; Thu, 16 Mar 2006 15:28:00 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2GFS0D3084845; Thu, 16 Mar 2006 15:28:00 GMT (envelope-from pav) Date: Thu, 16 Mar 2006 15:28:00 GMT From: Pav Lucistnik Message-Id: <200603161528.k2GFS0D3084845@freefall.freebsd.org> To: itetcu@people.tecnik93.com, pav@FreeBSD.org, gnome@FreeBSD.org Cc: Subject: Re: ports/94329: [PATCH] textproc/gtk-doc: Fix WWw X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 15:28:01 -0000 Synopsis: [PATCH] textproc/gtk-doc: Fix WWw State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Thu Mar 16 15:27:54 UTC 2006 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=94329 From owner-freebsd-gnome@FreeBSD.ORG Thu Mar 16 15:34:44 2006 Return-Path: X-Original-To: gnome@hub.freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6289B16A479; Thu, 16 Mar 2006 15:34:44 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F47143D73; Thu, 16 Mar 2006 15:34:44 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2GFYhRi086621; Thu, 16 Mar 2006 15:34:43 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2GFYhtG086617; Thu, 16 Mar 2006 15:34:43 GMT (envelope-from pav) Date: Thu, 16 Mar 2006 15:34:43 GMT From: Pav Lucistnik Message-Id: <200603161534.k2GFYhtG086617@freefall.freebsd.org> To: devin@spamcop.net, pav@FreeBSD.org, gnome@FreeBSD.org Cc: Subject: Re: ports/94527: [PATCH] x11-themes/gtk-engines2: [Fix build on 4.x] X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 15:34:44 -0000 Synopsis: [PATCH] x11-themes/gtk-engines2: [Fix build on 4.x] State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Thu Mar 16 15:34:37 UTC 2006 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=94527 From owner-freebsd-gnome@FreeBSD.ORG Thu Mar 16 15:43:06 2006 Return-Path: X-Original-To: gnome@hub.freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5530416A41F; Thu, 16 Mar 2006 15:43:06 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E174B43D6D; Thu, 16 Mar 2006 15:43:05 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2GFh5bw087230; Thu, 16 Mar 2006 15:43:05 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2GFh5FK087226; Thu, 16 Mar 2006 15:43:05 GMT (envelope-from pav) Date: Thu, 16 Mar 2006 15:43:05 GMT From: Pav Lucistnik Message-Id: <200603161543.k2GFh5FK087226@freefall.freebsd.org> To: devin@spamcop.net, pav@FreeBSD.org, gnome@FreeBSD.org Cc: Subject: Re: ports/94536: [PATCH] textproc/enchant: [Fix build on 4.x] X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 15:43:06 -0000 Synopsis: [PATCH] textproc/enchant: [Fix build on 4.x] State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Thu Mar 16 15:42:59 UTC 2006 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=94536 From owner-freebsd-gnome@FreeBSD.ORG Thu Mar 16 15:55:34 2006 Return-Path: X-Original-To: gnome@hub.freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B7B516A5D0; Thu, 16 Mar 2006 15:55:34 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B79543D69; Thu, 16 Mar 2006 15:55:23 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2GFtNr3088102; Thu, 16 Mar 2006 15:55:23 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2GFtMm4088098; Thu, 16 Mar 2006 15:55:23 GMT (envelope-from pav) Date: Thu, 16 Mar 2006 15:55:23 GMT From: Pav Lucistnik Message-Id: <200603161555.k2GFtMm4088098@freefall.freebsd.org> To: devin@spamcop.net, pav@FreeBSD.org, gnome@FreeBSD.org Cc: Subject: Re: ports/94537: [PATCH] accessibility/gnomemag: [Fix build on FreeBSD 4.x] X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 15:55:34 -0000 Synopsis: [PATCH] accessibility/gnomemag: [Fix build on FreeBSD 4.x] State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Thu Mar 16 15:55:15 UTC 2006 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=94537 From owner-freebsd-gnome@FreeBSD.ORG Thu Mar 16 20:07:23 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: by hub.freebsd.org (Postfix, from userid 1033) id 5908A16A422; Thu, 16 Mar 2006 20:07:23 +0000 (UTC) Date: Thu, 16 Mar 2006 20:07:23 +0000 From: Alexey Dokuchaev To: gnome@FreeBSD.org Message-ID: <20060316200723.GA71534@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="OgqxwSJOaUobr8KG" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Cc: Subject: seeking approval for x11-toolkits/vte ports -- small changes X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 20:07:23 -0000 --OgqxwSJOaUobr8KG Content-Type: text/plain; charset=koi8-r Content-Disposition: inline hi there, what do you guy think of attached patch? commit log: - Convert to OPTIONS - Adjust text slightly so it fits in dialog - DRI -> DRI/GLX since nVidia GLX does not use DRI - Style nit: s/ifdef/if defined/ in Makefile - Kill EOL space in pkg-descr, americanize --OgqxwSJOaUobr8KG Content-Type: text/plain; charset=koi8-r Content-Disposition: attachment; filename=foo Index: Makefile =================================================================== RCS file: /home/pcvs/ports/x11-toolkits/vte/Makefile,v retrieving revision 1.53 diff -u -r1.53 Makefile --- Makefile 15 Mar 2006 05:51:26 -0000 1.53 +++ Makefile 16 Mar 2006 20:04:27 -0000 @@ -27,15 +27,13 @@ BSD_PTHREAD_LIBS="${PTHREAD_LIBS}" CONFIGURE_ARGS= --disable-python -.ifdef(WITH_GLX) +OPTIONS= GLX "Enable support for DRI/GLX rendering" off + +.include + +.if defined(WITH_GLX) CONFIGURE_ARGS+= --with-glX USE_GL= yes .endif -pre-everything:: - @${ECHO_MSG} "" - @${ECHO_MSG} "Vte supports the following configurable option(s):" - @${ECHO_MSG} " WITH_GLX=yes Enable support for DRI rendering (may improve performance)" - @${ECHO_MSG} "" - -.include +.include Index: pkg-descr =================================================================== RCS file: /home/pcvs/ports/x11-toolkits/vte/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- pkg-descr 6 Oct 2002 01:49:09 -0000 1.1 +++ pkg-descr 16 Mar 2006 20:04:27 -0000 @@ -1,2 +1,2 @@ -Terminal widget with improved font, internationalisation and accessibility +Terminal widget with improved font, internationalization and accessibility support for the GNOME 2 desktop. Designed to replace libzvt. --OgqxwSJOaUobr8KG-- From owner-freebsd-gnome@FreeBSD.ORG Thu Mar 16 20:15:52 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0F8E16A400; Thu, 16 Mar 2006 20:15:52 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43E5243D5D; Thu, 16 Mar 2006 20:15:48 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.13.4/8.13.4) with ESMTP id k2GKGfjX038341; Thu, 16 Mar 2006 15:16:42 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Alexey Dokuchaev In-Reply-To: <20060316200723.GA71534@FreeBSD.org> References: <20060316200723.GA71534@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-FNrxFm0Alrg6fKkf2Xit" Organization: MarcusCom, Inc. Date: Thu, 16 Mar 2006 15:15:45 -0500 Message-Id: <1142540145.12539.57.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Cc: gnome@freebsd.org Subject: Re: seeking approval for x11-toolkits/vte ports -- small changes X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 20:15:53 -0000 --=-FNrxFm0Alrg6fKkf2Xit Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2006-03-16 at 20:07 +0000, Alexey Dokuchaev wrote: > hi there, >=20 > what do you guy think of attached patch? >=20 > commit log: >=20 > - Convert to OPTIONS > - Adjust text slightly so it fits in dialog > - DRI -> DRI/GLX since nVidia GLX does not use DRI > - Style nit: s/ifdef/if defined/ in Makefile > - Kill EOL space in pkg-descr, americanize=20 Approved. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-FNrxFm0Alrg6fKkf2Xit Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (FreeBSD) iD8DBQBEGcdxb2iPiv4Uz4cRAm+LAJ4hze9bzpeohUC0WrGNiDCT/zOJkACeJT9x FYkM3U/X0K0MZDVA/XPgv20= =f5t2 -----END PGP SIGNATURE----- --=-FNrxFm0Alrg6fKkf2Xit-- From owner-freebsd-gnome@FreeBSD.ORG Thu Mar 16 20:17:55 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E4F016A401; Thu, 16 Mar 2006 20:17:55 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from centrmmtao01.cox.net (centrmmtao01.cox.net [70.168.83.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6589143D58; Thu, 16 Mar 2006 20:17:53 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.140]) by centrmmtao01.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20060316201748.IVND17668.centrmmtao01.cox.net@mezz.mezzweb.com>; Thu, 16 Mar 2006 15:17:48 -0500 To: "Alexey Dokuchaev" References: <20060316200723.GA71534@FreeBSD.org> Message-ID: Date: Thu, 16 Mar 2006 14:19:07 -0600 From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit In-Reply-To: <20060316200723.GA71534@FreeBSD.org> User-Agent: Opera M2/8.52 (Linux, build 1631) Cc: gnome@freebsd.org Subject: Re: seeking approval for x11-toolkits/vte ports -- small changes X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 20:17:55 -0000 On Thu, 16 Mar 2006 14:07:23 -0600, Alexey Dokuchaev wrote: > hi there, > > what do you guy think of attached patch? Approved. Cheers, Mezz > commit log: > > - Convert to OPTIONS > - Adjust text slightly so it fits in dialog > - DRI -> DRI/GLX since nVidia GLX does not use DRI > - Style nit: s/ifdef/if defined/ in Makefile > - Kill EOL space in pkg-descr, americanize -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-freebsd-gnome@FreeBSD.ORG Fri Mar 17 11:27:02 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01CEC16A400 for ; Fri, 17 Mar 2006 11:27:02 +0000 (UTC) (envelope-from guti2133@yahoo.com) Received: from web54114.mail.yahoo.com (web54114.mail.yahoo.com [206.190.39.52]) by mx1.FreeBSD.org (Postfix) with SMTP id 72AA643D48 for ; Fri, 17 Mar 2006 11:27:01 +0000 (GMT) (envelope-from guti2133@yahoo.com) Received: (qmail 55644 invoked by uid 60001); 17 Mar 2006 11:27:00 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=HvTC0Mdx8VIxHSQW9ZjZSJC8kA/DoqhlH2+Lcq178AXKfmTEcZtQq88S6qo6SEO0CbXqAZ/veh7CwefwsUUk925Nt/70ZA7fJqwlitzL5twE9/2WB0WoQljuocUufVXJlfX0sfsUvL5ci63o6N+E1Qa9AwvPa4TJ/qZbLDwjTo4= ; Message-ID: <20060317112700.55642.qmail@web54114.mail.yahoo.com> Received: from [219.95.7.135] by web54114.mail.yahoo.com via HTTP; Fri, 17 Mar 2006 11:27:00 GMT Date: Fri, 17 Mar 2006 11:27:00 +0000 (GMT) From: GuTi To: gnome@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Mozilla crashes when launch X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 11:27:02 -0000 Hello, I am using FreeBSD 6.0 with Mozilla-1.7.12,2. Below is the error when I tried to execute my mozilla. (Gecko:7308): Gdk-WARNING **: gdk_property_get(): length value has wrapped in calculation (did you pass G_MAXLONG?) The program 'Gecko' received an X Window System error. This probably reflects a bug in the program. The error was 'BadDrawable (invalid Pixmap or Window parameter)'. (Details: serial 1440 error_code 9 request_code 66 minor_code 0) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) Any suggestions? I have tried uninstall and reinstall and it is still the same. This apply to my Thunderbird(1.06) as well. But Thunderbird had generated another similar error. (thunderbird-bin:15307): Gdk-WARNING **: gdk_property_get(): length value has wrapped in calculation (did you pass G_MAXLONG?) The program 'Gecko' received an X Window System error. This probably reflects a bug in the program. The error was 'BadDrawable (invalid Pixmap or Window parameter)'. (Details: serial 1371 error_code 9 request_code 66 minor_code 0) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) I have run it under --sync command but it doesn't generate anything. Do let me know if you guys want more information. Best Regards, Guti Send instant messages to your online friends http://uk.messenger.yahoo.com From owner-freebsd-gnome@FreeBSD.ORG Fri Mar 17 13:24:44 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4A5716A420 for ; Fri, 17 Mar 2006 13:24:44 +0000 (UTC) (envelope-from alexandre@sspj.go.gov.br) Received: from merluza.sspj.go.gov.br (merluza.sspj.go.gov.br [200.181.105.194]) by mx1.FreeBSD.org (Postfix) with SMTP id 78CEB43D49 for ; Fri, 17 Mar 2006 13:24:39 +0000 (GMT) (envelope-from alexandre@sspj.go.gov.br) Received: from merluza.sspj.go.gov.br(200.181.105.194) by marlim.sspj.go.gov.br via smtp id 0aed_fe577eb8_b5b8_11da_8891_001143e023ca; Fri, 17 Mar 2006 10:21:52 -0300 Received: (qmail 51041 invoked by uid 1012); 17 Mar 2006 13:24:13 -0000 Received: from 10.0.1.29 by bacalhau.ssp-go.net (envelope-from , uid 1009) with qmail-scanner-1.23st (clamdscan: 0.87 spamassassin: 2.63. perlscan: 1.25st. Clear:RC:0(10.0.1.29):SA:0(0.0/5.0):. Processed in 5.212445 secs); 17 Mar 2006 13:24:13 -0000 X-Spam-Status: No, hits=0.0 required=5.0 Received: from salmao.ssp-go.net (HELO ?10.0.1.29?) (alexandre@sspj.go.gov.br@10.0.1.29) by merluza.sspj.go.gov.br with SMTP; 17 Mar 2006 13:24:08 -0000 Message-ID: <441AB882.9030100@sspj.go.gov.br> Date: Fri, 17 Mar 2006 10:24:18 -0300 From: Alexandre Vasconcelos User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: pt-br, pt MIME-Version: 1.0 To: gnome@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Off, but odd X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: alexandre@sspj.go.gov.br List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 13:24:44 -0000 Am I having a nightmare or FreeBSD site is running IIS: http://www.freebsd.org/gnome/newsflash.html#event2006March16:0 An IIS error page?!? We've been defaced or is this some kind of joke? -- Alexandre Vasconcelos Unix Admin SSP/GO ------------------------------------ And I run 'cause life is too short.. ------------------------------------ From owner-freebsd-gnome@FreeBSD.ORG Fri Mar 17 21:30:51 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B67B816A41F; Fri, 17 Mar 2006 21:30:51 +0000 (UTC) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2136843D45; Fri, 17 Mar 2006 21:30:50 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5F572.dip.t-dialin.net [84.165.245.114]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.1/8.13.1) with ESMTP id k2HLCRm0080504; Fri, 17 Mar 2006 22:12:28 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id k2HLUiQd074332; Fri, 17 Mar 2006 22:30:45 +0100 (CET) (envelope-from Alexander@Leidinger.net) Date: Fri, 17 Mar 2006 22:30:44 +0100 From: Alexander Leidinger To: gnome@freebsd.org, ports@freebsd.org, multimedia@freebsd.org Message-ID: <20060317223044.3c2d5103@Magellan.Leidinger.net> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.12; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new Cc: Subject: gnomemeeting 1.2.1 port needs a helping hand / testers X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 21:30:51 -0000 Hi, at http://www.leidinger.net/FreeBSD/port-patches/net:gnomemeeting.diff I have a patch to update gnomemeeting to 1.2.1. This depends upon a recent pwlib port (1.9.2_4). I had to disable the fakeio plugin (see files/patch-src_vfakeio.h) because of an API change in the pwlib port. Since I don't have a bktr card, there's no usable video plugin after disabling the fakeio plugin and gnomemeeting exits (it complains about a missing audio plugin, but this is a misleading message). Now I need someone who - has a bktr card and can test gnomemeeting (I don't know it it is able to work with the current pwlib/openh323 ports or not) - fixes the fakeio plugin I can't do the bktr test, and I don't have time to fix the fakeio plugin, so if you want to see an updated gnomemeeting port committed, you have to help. Bye, Alexander. -- The computer revolution is over. The computers won. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 WL http://www.amazon.de/exec/obidos/registry/1FZ4DTHQE9PQ8/ref=wl_em_to/ From owner-freebsd-gnome@FreeBSD.ORG Fri Mar 17 23:46:30 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D85216A401 for ; Fri, 17 Mar 2006 23:46:30 +0000 (UTC) (envelope-from jorge@salk.edu) Received: from sherryl.salk.edu (sherryl.snl.salk.edu [198.202.70.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id B636E43D46 for ; Fri, 17 Mar 2006 23:46:29 +0000 (GMT) (envelope-from jorge@salk.edu) Received: from merckx.snl.salk.edu (merckx.snl.salk.edu [198.202.70.90]) by sherryl.salk.edu (8.12.10/8.12.10) with ESMTP id k2HNkTa1007778; Fri, 17 Mar 2006 15:46:29 -0800 (PST) Date: Fri, 17 Mar 2006 15:45:26 -0800 (PST) From: Jorge Aldana X-X-Sender: jorge@merckx.snl.salk.edu To: gnome@FreeBSD.org Message-ID: <20060317154208.Q11085@merckx.snl.salk.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Subject: FireFox Beeps X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 23:46:30 -0000 Hello, I recently upgraded to firefox v1.5.0.1_1,1 and every page loaded causes the system to beep, even running the mouse over the Bookmarks toolbar and menu items causes the system to beep. I disabled system beeps and changed the kde system beep to a different tone and firefox continues to emit the same classic beep. Is there a setting for this? Or config on make-ing firefox to disable the beeps? Jorge From owner-freebsd-gnome@FreeBSD.ORG Sat Mar 18 22:37:01 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8665016A424 for ; Sat, 18 Mar 2006 22:37:01 +0000 (UTC) (envelope-from guano@onetel.com) Received: from perdition2.onetel.net.uk (perdition2.onetel.net.uk [212.67.120.105]) by mx1.FreeBSD.org (Postfix) with SMTP id 9061E43D5D for ; Sat, 18 Mar 2006 22:36:59 +0000 (GMT) (envelope-from guano@onetel.com) Received: (qmail 25559 invoked from network); 18 Mar 2006 22:42:39 -0000 Received: from unknown (HELO qm06.onetel.net.uk) (212.67.121.103) by perd2 with SMTP; 18 Mar 2006 22:42:39 -0000 Received: (qmail 85033 invoked by uid 80); 18 Mar 2006 22:36:56 -0000 Received: from 87-194-59-153.bethere.co.uk (87-194-59-153.bethere.co.uk [87.194.59.153]) by mailzone.onetel.net.uk (Horde) with HTTP for ; Sat, 18 Mar 2006 22:36:56 +0000 Message-ID: <20060318223656.bm7a9vcjs444kww8@mailzone.onetel.net.uk> X-Priority: 3 (Normal) Date: Sat, 18 Mar 2006 22:36:56 +0000 From: guano@onetel.com To: gnome@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0-BETA) Cc: guano@onetel.com, freebsd-ports@freebsd.org Subject: firefox crash X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 22:37:01 -0000 jeremy# uname -a FreeBSD jeremy.rampart.co.nr 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13 UTC 2005 root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC i386 Firefox Makefile # Date created: 2002/10/21 # Whom: Alan Eldridge # # $FreeBSD: ports/www/firefox/Makefile,v 1.145 2005/12/15 17:11:32 marcus Exp $ # $MCom: ports/www/firefox/Makefile,v 1.27 2005/11/28 19:28:49 ahze Exp $ Problem occurs when running firefox as non-root. Going to www.debian.org causes firefox to crash immediately and coredump. I have firefox.bin.core if required (19mb). Other websites I have tried are OK. Mozilla does the same. Mozilla Makefile # Date created: 31 Mar 1998 # Whom: eivind/dima/jseger # # $FreeBSD: ports/www/mozilla/Makefile,v 1.209 2005/12/05 18:55:34 ahze Exp $ # $MCom: ports/www/mozilla/Makefile,v 1.31 2005/11/24 01:43:42 ahze Exp $ This machine was built by cloning the hard disk using dump|restore and another supposedly identical machine does not exhibit this behaviour. This machine used not to. The machines get used by a lot of different people but almost no-one else has root access. I have pkg_deinstall'ed firefox and reinstalled from a package I created when building the master hard disk from which this one was cloned. I haven't cvsupped anything since building it. Chris From owner-freebsd-gnome@FreeBSD.ORG Sat Mar 18 22:43:52 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FAE116A401; Sat, 18 Mar 2006 22:43:52 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id A30CA43D48; Sat, 18 Mar 2006 22:43:51 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.13.4/8.13.4) with ESMTP id k2IMhqZT009548; Sat, 18 Mar 2006 17:43:52 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: guano@onetel.com In-Reply-To: <20060318223656.bm7a9vcjs444kww8@mailzone.onetel.net.uk> References: <20060318223656.bm7a9vcjs444kww8@mailzone.onetel.net.uk> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-HxnJojJ2czJIFBPzW2ua" Organization: MarcusCom, Inc. Date: Sat, 18 Mar 2006 17:43:49 -0500 Message-Id: <1142721829.29908.14.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Cc: gnome@freebsd.org, freebsd-ports@freebsd.org Subject: Re: firefox crash X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 22:43:52 -0000 --=-HxnJojJ2czJIFBPzW2ua Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2006-03-18 at 22:36 +0000, guano@onetel.com wrote: > jeremy# uname -a > FreeBSD jeremy.rampart.co.nr 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov = 3 > 09:36:13 UTC 2005 root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC = i386 >=20 > Firefox Makefile >=20 > # Date created: 2002/10/21 > # Whom: Alan Eldridge > # > # $FreeBSD: ports/www/firefox/Makefile,v 1.145 2005/12/15 17:11:32 marcus= Exp $ > # $MCom: ports/www/firefox/Makefile,v 1.27 2005/11/28 19:28:49 ahze Exp= $ >=20 > Problem occurs when running firefox as non-root. Going to www.debian.org = causes > firefox to crash immediately and coredump. I have firefox.bin.core if req= uired > (19mb). Other websites I have tried are OK. Mozilla does the same. I cannot reproduce. You need to provide a backtrace from that core file so we can know better where the problem lies. Search the Internet on how to use gdb to do this if you are not familiar. >=20 > Mozilla Makefile > # Date created: 31 Mar 1998 > # Whom: eivind/dima/jseger > # > # $FreeBSD: ports/www/mozilla/Makefile,v 1.209 2005/12/05 18:55:34 ahze E= xp $ > # $MCom: ports/www/mozilla/Makefile,v 1.31 2005/11/24 01:43:42 ahze Ex= p $ >=20 >=20 > This machine was built by cloning the hard disk using dump|restore and an= other > supposedly identical machine does not exhibit this behaviour. This machin= e used > not to. The machines get used by a lot of different people but almost no-= one > else has root access. I have pkg_deinstall'ed firefox and reinstalled fro= m a > package I created when building the master hard disk from which this one = was > cloned. I haven't cvsupped anything since building it. You might try: portupgrade -fR firefox On the cloned machine to see if that helps. Additionally, try loading firefox without any plug-ins on a clean test account, and see if it still crashes. Joe >=20 > Chris > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" >=20 --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-HxnJojJ2czJIFBPzW2ua Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQBEHI0lb2iPiv4Uz4cRAi19AJ9qTDTjHNrO63m2Yly+P1O6QLPn/QCeLeAZ O4bCkByUwhhpLEEHU4bsB6I= =Iwc9 -----END PGP SIGNATURE----- --=-HxnJojJ2czJIFBPzW2ua--