From owner-freebsd-gnome@FreeBSD.ORG Sun Nov 28 00:42:08 2010 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with SMTP id D390E1065670; Sun, 28 Nov 2010 00:42:07 +0000 (UTC) (envelope-from nork@FreeBSD.org) Date: Sun, 28 Nov 2010 09:42:07 +0900 From: Norikatsu Shigemura To: Koop Mast Message-Id: <20101128094207.e936f6ec.nork@FreeBSD.org> In-Reply-To: <20101124020446.d4124458.nork@FreeBSD.org> References: <20101123180404.ea865e0e.nork@FreeBSD.org> <20101123135948.1420ebe0@headache.rainbow-runner.nl> <20101123231028.38beb74b.nork@FreeBSD.org> <20101124020446.d4124458.nork@FreeBSD.org> X-Mailer: Sylpheed 3.0.3 (GTK+ 2.20.1; i386-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: gnome@FreeBSD.org, Norikatsu Shigemura Subject: Re: [ports/net-im/libnice] Fix installation miss of nice.pc 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, 28 Nov 2010 00:42:08 -0000 Hi kwm. On Wed, 24 Nov 2010 02:04:46 +0900 Norikatsu Shigemura wrote: > Ok, I got. Replacement of common.mk is too late. Makefile.in > should be faster than its dependencies like common.mk. So I > suggest to be it on pre-patch. > I confirmed not override of pkgconfidir. This issue is same as gnome-terminal. The order is like following: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1st < 2nd < 3rd < 4th < 5th configure.ac aclocal.m4 configure config.status Makefile.am Makefile.in Makefile config.status common.mk - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - You updated common.mk at post-patch:, so you should update aclocal.m4, Makefile.in Makefile and configure. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Index: Makefile =================================================================== RCS file: /home/pcvs/ports/net-im/libnice/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- Makefile 25 Jul 2010 00:25:58 -0000 1.13 +++ Makefile 28 Nov 2010 00:32:20 -0000 @@ -31,5 +31,7 @@ 's|-Wno-missing-field-initializers|#|g' @${REINPLACE_CMD} -e 's|-Wno-missing-field-initializers|#|g' \ ${WRKSRC}/common.mk + @${TOUCH} ${WRKSRC}/aclocal.m4 ${WRKSRC}/Makefile.in \ + ${WRKSRC}/Makefile ${WRKSRC}/configure .include - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Thank you. -- Norikatsu Shigemura From owner-freebsd-gnome@FreeBSD.ORG Sun Nov 28 03:33:21 2010 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A53A1065670; Sun, 28 Nov 2010 03:33:21 +0000 (UTC) (envelope-from QAT@FeeBSD.org) Received: from worf.ds9.tecnik93.com (worf.ds9.tecnik93.com [81.196.207.130]) by mx1.freebsd.org (Postfix) with ESMTP id BEED68FC17; Sun, 28 Nov 2010 03:33:20 +0000 (UTC) Received: from jester1b.ixsystems.com (unknown [206.40.55.137]) by worf.ds9.tecnik93.com (Postfix) with ESMTP id 71FFB22C546C; Sun, 28 Nov 2010 05:33:19 +0200 (EET) Received: by jester1b.ixsystems.com (Postfix, from userid 0) id 1FDFE5A910E; Sat, 27 Nov 2010 19:33:18 -0800 (PST) From: QAT@FreeBSD.org To: Joe Marcus Clarke In-Reply-To: <201011271713.oARHDUv8074866@repoman.freebsd.org> References: <201011271713.oARHDUv8074866@repoman.freebsd.org> X-Mailer: $Tecnik: people/itetcu/ports/QA-Tindy/QAT_postPortBuild.sh, v 1.57 2009/03/08 00:17:57 itetcu Exp $ X-QAT-Tindy_Version: tinderbox-3.3_3; dsversion: 3.2.1 X-QAT-Jail_Arch: amd64 X-QAT-Jail_Csup_Tag: RELENG_8 X-QAT-Jail_Last_Built: 2010-10-18 07:14:25 X-QAT-Port: deskutils/hamster-applet X-QAT-Log: http://QAT.TecNik93.com/logs/8-STABLE-NPD/hamster-applet-2.32.1_1.log X-QAT-Build_Reason: Commit X-QAT-Fail_Reason: OK Message-Id: <20101128033318.1FDFE5A910E@jester1b.ixsystems.com> Date: Sat, 27 Nov 2010 19:33:18 -0800 (PST) Cc: gnome@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Now OK (Re: cvs commit: ports/deskutils/hamster-applet Makefile pkg-plist) 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, 28 Nov 2010 03:33:21 -0000 deskutils/hamster-applet, which was previously failing is OK after this commit. Thanks for fixing it! A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/ Thanks for your work on making FreeBSD better, -- QAT - your friendly neighborhood Daemon, preparing a heck of an error trapping system: - "HMC and EOI?" - "Halt, Melt and Catch fire or Execute Operator Immediately." From owner-freebsd-gnome@FreeBSD.ORG Sun Nov 28 11:10:17 2010 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B0C43106564A; Sun, 28 Nov 2010 11:10:17 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 85D398FC17; Sun, 28 Nov 2010 11:10:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oASBAHmL084073; Sun, 28 Nov 2010 11:10:17 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oASBAHDj084060; Sun, 28 Nov 2010 11:10:17 GMT (envelope-from edwin) Date: Sun, 28 Nov 2010 11:10:17 GMT Message-Id: <201011281110.oASBAHDj084060@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/152639: devel/ORBit: building fails on FreeBSD 9.0-CURRENT/amd64 - stock with status [ttyin] while autoconfiguring 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, 28 Nov 2010 11:10:17 -0000 Synopsis: devel/ORBit: building fails on FreeBSD 9.0-CURRENT/amd64 - stock with status [ttyin] while autoconfiguring Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Sun Nov 28 11:10:17 UTC 2010 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=152639 From owner-freebsd-gnome@FreeBSD.ORG Mon Nov 29 00:02:33 2010 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 24A5D106566B for ; Mon, 29 Nov 2010 00:02:33 +0000 (UTC) (envelope-from marcus@freebsd.org) Received: from av-tac-sj.cisco.com (firebird.cisco.com [171.68.227.73]) by mx1.freebsd.org (Postfix) with ESMTP id 081A08FC12 for ; Mon, 29 Nov 2010 00:02:32 +0000 (UTC) X-TACSUNS: Virus Scanned Received: from rooster.cisco.com (localhost.cisco.com [127.0.0.1]) by av-tac-sj.cisco.com (8.13.8+Sun/8.13.8) with ESMTP id oAT02UOT021125; Sun, 28 Nov 2010 16:02:31 -0800 (PST) Received: from jclarke-mac.local (jclarke-pc.cisco.com [172.18.254.236]) by rooster.cisco.com (8.13.8+Sun/8.13.8) with ESMTP id oAT02Otp002753; Sun, 28 Nov 2010 19:02:24 -0500 (EST) Message-ID: <4CF2ED8F.9070103@freebsd.org> Date: Sun, 28 Nov 2010 19:02:23 -0500 From: Joe Marcus Clarke Organization: FreeBSD, Inc. User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 MIME-Version: 1.0 To: Janik Galasso References: <86sjzcrn2p.fsf@pluton.xbsd.name> <4CD88AB4.2000608@freebsd.org> <4CE9755F.8030309@freebsd.org> <1290608883.60401.1.camel@localhost> In-Reply-To: <1290608883.60401.1.camel@localhost> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-gnome@freebsd.org Subject: Re: Empathy (MSN) unable to connect 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, 29 Nov 2010 00:02:33 -0000 On 11/24/10 9:28 AM, Janik Galasso wrote: > On Sun, 2010-11-21 at 14:39 -0500, Joe Marcus Clarke wrote: >> On 11/9/10 4:41 PM, Harald Servat wrote: >>> I'm seeing the same behavior even using papyon 0.5.2 (I've just upgraded >>> this port). >> >> Now that GNOME has been updated are you still seeing this problem? >> >> Joe >> > > It still happens to me. I have not been able to reproduce. I signed up for a new MSN account, and I can connect just fine with empathy 2.32. I suggest you rebuild telepathy-butterfly and all of its dependencies with something like "portupgrade -Rf telepathy-butterfly". Joe -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome From owner-freebsd-gnome@FreeBSD.ORG Mon Nov 29 00:11:04 2010 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 446FE106566B; Mon, 29 Nov 2010 00:11:04 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 193388FC0C; Mon, 29 Nov 2010 00:11:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAT0B3NE038771; Mon, 29 Nov 2010 00:11:03 GMT (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAT0B3HF038757; Mon, 29 Nov 2010 00:11:03 GMT (envelope-from marcus) Date: Mon, 29 Nov 2010 00:11:03 GMT Message-Id: <201011290011.oAT0B3HF038757@freefall.freebsd.org> To: marcus@FreeBSD.org, gnome@FreeBSD.org, mi@FreeBSD.org From: marcus@FreeBSD.org Cc: Subject: Re: ports/152541: devel/anjuta: libgdb.a(tui-io.o)(.text+0x3c0): In function `tui_setup_io': : undefined reference to `readline_echoing_p' 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, 29 Nov 2010 00:11:04 -0000 Synopsis: devel/anjuta: libgdb.a(tui-io.o)(.text+0x3c0): In function `tui_setup_io': : undefined reference to `readline_echoing_p' Responsible-Changed-From-To: gnome->mi Responsible-Changed-By: marcus Responsible-Changed-When: Mon Nov 29 00:10:36 UTC 2010 Responsible-Changed-Why: This is actually a problem with gdb, not anjuta. However, it appears that this may no longer be an issue. http://www.freebsd.org/cgi/query-pr.cgi?pr=152541 From owner-freebsd-gnome@FreeBSD.ORG Mon Nov 29 00:29:55 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 004C0106566B for ; Mon, 29 Nov 2010 00:29:54 +0000 (UTC) (envelope-from marcus@freebsd.org) Received: from av-tac-rtp.cisco.com (hen.cisco.com [64.102.19.198]) by mx1.freebsd.org (Postfix) with ESMTP id AF0738FC16 for ; Mon, 29 Nov 2010 00:29:54 +0000 (UTC) X-TACSUNS: Virus Scanned Received: from rooster.cisco.com (localhost.cisco.com [127.0.0.1]) by av-tac-rtp.cisco.com (8.13.8+Sun/8.13.8) with ESMTP id oAT0TrIE018497; Sun, 28 Nov 2010 19:29:53 -0500 (EST) Received: from jclarke-mac.local (jclarke-pc.cisco.com [172.18.254.236]) by rooster.cisco.com (8.13.8+Sun/8.13.8) with ESMTP id oAT0TqX2018010; Sun, 28 Nov 2010 19:29:52 -0500 (EST) Message-ID: <4CF2F3FF.3020904@freebsd.org> Date: Sun, 28 Nov 2010 19:29:51 -0500 From: Joe Marcus Clarke Organization: FreeBSD, Inc. User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 MIME-Version: 1.0 To: Gerhard Schmidt References: <4CEB62DB.5060002@ze.tum.de> In-Reply-To: <4CEB62DB.5060002@ze.tum.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: gnome@freebsd.org Subject: Re: configure of x11/gnome-libs hang on "checking how to ignore standard include path" 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, 29 Nov 2010 00:29:55 -0000 On 11/23/10 1:44 AM, Gerhard Schmidt wrote: > Hi, > > I tried to install x11/gnome-libs on my FreeBSD Workstation. The configure > hangs on "checking how to ignore standard include path". I had it running the > whole night and no progess. > > I've attached a typescript of the output and the config.log > > I can't run the loganalyser because the configure script doesn't fail, it > hangs, and so does the analyser. This should be fixed now. Joe -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome From owner-freebsd-gnome@FreeBSD.ORG Mon Nov 29 00:30:40 2010 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 805D610656A5; Mon, 29 Nov 2010 00:30:40 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 546C78FC19; Mon, 29 Nov 2010 00:30:40 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAT0UeiO053990; Mon, 29 Nov 2010 00:30:40 GMT (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAT0UehW053978; Mon, 29 Nov 2010 00:30:40 GMT (envelope-from marcus) Date: Mon, 29 Nov 2010 00:30:40 GMT Message-Id: <201011290030.oAT0UehW053978@freefall.freebsd.org> To: ohartman@zedat.fu-berlin.de, marcus@FreeBSD.org, gnome@FreeBSD.org From: marcus@FreeBSD.org Cc: Subject: Re: ports/152639: devel/ORBit: building fails on FreeBSD 9.0-CURRENT/amd64 - stock with status [ttyin] while autoconfiguring 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, 29 Nov 2010 00:30:40 -0000 Synopsis: devel/ORBit: building fails on FreeBSD 9.0-CURRENT/amd64 - stock with status [ttyin] while autoconfiguring State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Mon Nov 29 00:30:29 UTC 2010 State-Changed-Why: This should be fixed now. http://www.freebsd.org/cgi/query-pr.cgi?pr=152639 From owner-freebsd-gnome@FreeBSD.ORG Mon Nov 29 00:31:28 2010 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C56A1065672; Mon, 29 Nov 2010 00:31:28 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D5C328FC12; Mon, 29 Nov 2010 00:31:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAT0VRvb057707; Mon, 29 Nov 2010 00:31:27 GMT (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAT0VRKS057698; Mon, 29 Nov 2010 00:31:27 GMT (envelope-from marcus) Date: Mon, 29 Nov 2010 00:31:27 GMT Message-Id: <201011290031.oAT0VRKS057698@freefall.freebsd.org> To: dougb@freebsd.org, marcus@FreeBSD.org, gnome@FreeBSD.org From: marcus@FreeBSD.org Cc: Subject: Re: ports/151773: devel/ORBit hangs in configure on amd64 -current 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, 29 Nov 2010 00:31:28 -0000 Synopsis: devel/ORBit hangs in configure on amd64 -current State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Mon Nov 29 00:31:12 UTC 2010 State-Changed-Why: This should be fixed now. http://www.freebsd.org/cgi/query-pr.cgi?pr=151773 From owner-freebsd-gnome@FreeBSD.ORG Mon Nov 29 00:33:56 2010 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3675F1065670; Mon, 29 Nov 2010 00:33:56 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0BE7F8FC14; Mon, 29 Nov 2010 00:33:56 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAT0XtjE062032; Mon, 29 Nov 2010 00:33:55 GMT (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAT0XtHo062028; Mon, 29 Nov 2010 00:33:55 GMT (envelope-from marcus) Date: Mon, 29 Nov 2010 00:33:55 GMT Message-Id: <201011290033.oAT0XtHo062028@freefall.freebsd.org> To: marcus@FreeBSD.org, gnome@FreeBSD.org, gabor@FreeBSD.org From: marcus@FreeBSD.org Cc: Subject: Re: ports/152457: install failure for gnome-packagekit (docbook2man) 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, 29 Nov 2010 00:33:56 -0000 Synopsis: install failure for gnome-packagekit (docbook2man) Responsible-Changed-From-To: gnome->gabor Responsible-Changed-By: marcus Responsible-Changed-When: Mon Nov 29 00:33:07 UTC 2010 Responsible-Changed-Why: Gabor, can you have a look at this? The problem appears to be with xhtml, and the gnome-packagekit build is just bringing it to light. http://www.freebsd.org/cgi/query-pr.cgi?pr=152457 From owner-freebsd-gnome@FreeBSD.ORG Mon Nov 29 00:36:16 2010 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 97A2C106566B; Mon, 29 Nov 2010 00:36:16 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6D0E78FC12; Mon, 29 Nov 2010 00:36:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAT0aG61064033; Mon, 29 Nov 2010 00:36:16 GMT (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAT0aG6U064029; Mon, 29 Nov 2010 00:36:16 GMT (envelope-from marcus) Date: Mon, 29 Nov 2010 00:36:16 GMT Message-Id: <201011290036.oAT0aG6U064029@freefall.freebsd.org> To: crockabiscuit@yahoo.com, marcus@FreeBSD.org, gnome@FreeBSD.org From: marcus@FreeBSD.org Cc: Subject: Re: ports/152003: x11/gdm 2.30.5 in ports ignores /etc/login.conf 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, 29 Nov 2010 00:36:16 -0000 Synopsis: x11/gdm 2.30.5 in ports ignores /etc/login.conf State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Mon Nov 29 00:35:45 UTC 2010 State-Changed-Why: Submitter reports: The bug seemed to be caused because ~/.cshrc overrode $PATH when I entered gnome-terminal. After commenting the setenv line in ~/.cshrc, executing "echo $PATH" displayed $PATH set by /etc/login.conf. The bug didn't exist. My apology. http://www.freebsd.org/cgi/query-pr.cgi?pr=152003 From owner-freebsd-gnome@FreeBSD.ORG Mon Nov 29 00:41:30 2010 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E855106566C; Mon, 29 Nov 2010 00:41:30 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 73FD88FC08; Mon, 29 Nov 2010 00:41:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAT0fUCt073523; Mon, 29 Nov 2010 00:41:30 GMT (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAT0fUs2073519; Mon, 29 Nov 2010 00:41:30 GMT (envelope-from marcus) Date: Mon, 29 Nov 2010 00:41:30 GMT Message-Id: <201011290041.oAT0fUs2073519@freefall.freebsd.org> To: ports@c0decafe.net, marcus@FreeBSD.org, gnome@FreeBSD.org From: marcus@FreeBSD.org Cc: Subject: Re: ports/152302: [PATCH] devel/libnotify: optional stdin patch 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, 29 Nov 2010 00:41:30 -0000 Synopsis: [PATCH] devel/libnotify: optional stdin patch State-Changed-From-To: open->suspended State-Changed-By: marcus State-Changed-When: Mon Nov 29 00:40:46 UTC 2010 State-Changed-Why: The patch no longer applies to 0.5.2. Can you resubmit with an updated patch? http://www.freebsd.org/cgi/query-pr.cgi?pr=152302 From owner-freebsd-gnome@FreeBSD.ORG Mon Nov 29 06:57:30 2010 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26F3D106564A for ; Mon, 29 Nov 2010 06:57:30 +0000 (UTC) (envelope-from barbara.xxx1975@libero.it) Received: from cp-out1.libero.it (cp-out1.libero.it [212.52.84.101]) by mx1.freebsd.org (Postfix) with ESMTP id DE6948FC13 for ; Mon, 29 Nov 2010 06:57:29 +0000 (UTC) Received: from wmail58 (172.31.0.55) by cp-out1.libero.it (8.5.115) (authenticated as barbara.xxx1975@libero.it) id 4AB2342319BAA169 for freebsd-gnome@freebsd.org; Mon, 29 Nov 2010 07:57:28 +0100 Message-ID: <18939514.938241291013848186.JavaMail.defaultUser@defaultHost> Date: Mon, 29 Nov 2010 07:57:28 +0100 (CET) From: Barbara To: MIME-Version: 1.0 Content-Type: text/plain;charset="UTF-8" Content-Transfer-Encoding: 7bit X-SenderIP: 87.21.213.97 Subject: bump needed after pulseaudio? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Barbara List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2010 06:57:30 -0000 The volume applet was missing and I had these in my .xsession-errors ** (gnome-settings-daemon:1680): WARNING **: Shared object "libpulsecommon- 0.9.21.so" not found, required by "libmedia-keys.so" ** (gnome-settings-daemon:1680): WARNING **: Cannot load plugin 'Media keys' since file '/usr/local/lib/gnome-settings-daemon-2.0/libmedia-keys.so' cannot be read. ** (gnome-settings-daemon:1680): WARNING **: Error activating plugin 'Media keys' So I run # portupgrade -fp sysutils/gnome-settings-daemon Then I've found /libexec/ld-elf.so.1: Shared object "libpulsecommon-0.9.21.so" not found, required by "gnome-volume-control-applet" I had the applet back again after running # portupgrade -fp audio/gnome-media Barbara From owner-freebsd-gnome@FreeBSD.ORG Mon Nov 29 07:04:24 2010 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6755106566C for ; Mon, 29 Nov 2010 07:04:24 +0000 (UTC) (envelope-from marcus@freebsd.org) Received: from av-tac-rtp.cisco.com (hen.cisco.com [64.102.19.198]) by mx1.freebsd.org (Postfix) with ESMTP id A27118FC12 for ; Mon, 29 Nov 2010 07:04:24 +0000 (UTC) X-TACSUNS: Virus Scanned Received: from rooster.cisco.com (localhost.cisco.com [127.0.0.1]) by av-tac-rtp.cisco.com (8.13.8+Sun/8.13.8) with ESMTP id oAT74Nq0021305; Mon, 29 Nov 2010 02:04:23 -0500 (EST) Received: from jclarke-mac.local (jclarke-pc.cisco.com [172.18.254.236]) by rooster.cisco.com (8.13.8+Sun/8.13.8) with ESMTP id oAT74MDq023820; Mon, 29 Nov 2010 02:04:22 -0500 (EST) Message-ID: <4CF35075.5000306@freebsd.org> Date: Mon, 29 Nov 2010 02:04:21 -0500 From: Joe Marcus Clarke Organization: FreeBSD, Inc. User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 MIME-Version: 1.0 To: Barbara References: <18939514.938241291013848186.JavaMail.defaultUser@defaultHost> In-Reply-To: <18939514.938241291013848186.JavaMail.defaultUser@defaultHost> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-gnome@freebsd.org Subject: Re: bump needed after pulseaudio? 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, 29 Nov 2010 07:04:25 -0000 On 11/29/10 1:57 AM, Barbara wrote: > The volume applet was missing and I had these in my .xsession-errors > ** (gnome-settings-daemon:1680): WARNING **: Shared object "libpulsecommon- > 0.9.21.so" not found, required by "libmedia-keys.so" > ** (gnome-settings-daemon:1680): WARNING **: Cannot load plugin 'Media keys' > since file '/usr/local/lib/gnome-settings-daemon-2.0/libmedia-keys.so' cannot > be read. > ** (gnome-settings-daemon:1680): WARNING **: Error activating plugin 'Media > keys' > > So I run > # portupgrade -fp sysutils/gnome-settings-daemon > > Then I've found > /libexec/ld-elf.so.1: Shared object "libpulsecommon-0.9.21.so" not found, > required by "gnome-volume-control-applet" > > I had the applet back again after running > # portupgrade -fp audio/gnome-media Fixed. Joe -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome From owner-freebsd-gnome@FreeBSD.ORG Mon Nov 29 07:07:42 2010 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 718A4106567A for ; Mon, 29 Nov 2010 07:07:42 +0000 (UTC) (envelope-from tamgya@gmail.com) Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 442AE8FC15 for ; Mon, 29 Nov 2010 07:07:41 +0000 (UTC) Received: by pwi10 with SMTP id 10so849813pwi.13 for ; Sun, 28 Nov 2010 23:07:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:organization :user-agent:x-envelope-to:mail-followup-to:date:message-id :mime-version:content-type; bh=LF43faJzLTpkgIpqE5uoYqjMVXYkWGM7FfjTLAd6kmY=; b=PVIsHRPzmNuIjbb4UmvovBGwwCV3IfonGiKW9Z8TstQbfk1+PDtYDxnuQDNlPgUQhO QiFxRJTOGD4aWd3ah8vCnThOumC3vJSZOMg96UFUmYt6rOaGOhSzYrpFDZd33IqDJ7aK DiCrmCq0sCr6LkrAI3/+X8LuuLEbbwUyi1cV0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:organization:user-agent:x-envelope-to :mail-followup-to:date:message-id:mime-version:content-type; b=ZZO5g9Q5hpeyapUZKccxKOozBMcocoRupkGAAF/EwV0Hy4JWYUoA8J2I0vPCi6OwWl h52i2KtnM9GDqq5mz2XSDG0znOBF9Wb8VjqUMQpv9eErtpAJbQ8LQyGy72YpIiHWIfdb EcCYYVkkYqMA4Pn9aEmJ+pW4VO7mF5VNAAbqU= Received: by 10.142.152.1 with SMTP id z1mr4910537wfd.398.1291013142912; Sun, 28 Nov 2010 22:45:42 -0800 (PST) Received: from mars.xbsd.name ([58.129.165.156]) by mx.google.com with ESMTPS id q13sm7055012wfc.17.2010.11.28.22.45.40 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 28 Nov 2010 22:45:42 -0800 (PST) From: tamgya@gmail.com (Denise H. G.) To: freebsd-gnome@freebsd.org Organization: Pluto The Planet User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) X-Envelope-To: freebsd-gnome@freebsd.org Mail-Followup-To: freebsd-gnome@freebsd.org Date: Mon, 29 Nov 2010 14:45:33 +0800 Message-ID: <8639qk7hma.fsf@mars.xbsd.name> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Problem with gthumb update 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, 29 Nov 2010 07:07:42 -0000 Hi guys. It seems there are some problems with the new version of gthumb. On my FreeBSD 8-STABLE amd64, it just doesn't build. The build process emitted a 'bus error' while building locale related parts(I don't know if this has something to do with my last update mess of libxml2...); on my 8-STABLE i386, the build is ok, but gthumb doesn't run very well. If I click 'preference', it quits without anything printed out as if it were a normal exit. Any ideas? Thanks for your attention! -- If there isn't a law, there will be. From owner-freebsd-gnome@FreeBSD.ORG Mon Nov 29 10:06:37 2010 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 29DE7106566C; Mon, 29 Nov 2010 10:06:37 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F41668FC15; Mon, 29 Nov 2010 10:06:36 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oATA6aoc088152; Mon, 29 Nov 2010 10:06:36 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oATA6apo088148; Mon, 29 Nov 2010 10:06:36 GMT (envelope-from pav) Date: Mon, 29 Nov 2010 10:06:36 GMT Message-Id: <201011291006.oATA6apo088148@freefall.freebsd.org> To: pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: pav@FreeBSD.org Cc: Subject: Re: ports/152643: Installing error of sysutils/gnome-power-manager 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, 29 Nov 2010 10:06:37 -0000 Old Synopsis: Installing error of gnome-power-manager New Synopsis: Installing error of sysutils/gnome-power-manager Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: pav Responsible-Changed-When: Mon Nov 29 10:05:56 UTC 2010 Responsible-Changed-Why: Assign to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=152643 From owner-freebsd-gnome@FreeBSD.ORG Mon Nov 29 11:07:25 2010 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E4D11065877 for ; Mon, 29 Nov 2010 11:07:25 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 416E38FC0A for ; Mon, 29 Nov 2010 11:07:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oATB7POd053415 for ; Mon, 29 Nov 2010 11:07:25 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oATB7O9T053413 for gnome@FreeBSD.org; Mon, 29 Nov 2010 11:07:24 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 29 Nov 2010 11:07:24 GMT Message-Id: <201011291107.oATB7O9T053413@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: gnome@FreeBSD.org Cc: Subject: Current problem reports assigned to gnome@FreeBSD.org 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, 29 Nov 2010 11:07:25 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/152643 gnome Installing error of sysutils/gnome-power-manager o ports/152524 gnome sysutils/hal: hald runs busy after devd stopped. o ports/152448 gnome GNOME ports: unrecognized --with-gconf-source option i o ports/152444 gnome devel/dconf does not support parallel builds s ports/152302 gnome [PATCH] devel/libnotify: optional stdin patch o ports/151507 gnome print/system-config-printer fails to build with a "fai f ports/150556 gnome graphics/shotwell: shotwell-0.6.1 crash o ports/150432 gnome [FIX] x11/libcapplet does not build on OSVERSION >= 80 f ports/150400 gnome devel/gio-fam-backend refuses to install f ports/149945 gnome x11-toolkits/vte: fails to build f ports/149405 gnome ports-mgmt/gnome-packagekit: The backend exited unexpe o ports/148244 gnome x11/gnome2: gnome desktop and HAL prevent umount witho s ports/145301 gnome [patch] sysutils/hal: /usr/local/etc/rc.d/hald startup o ports/140533 gnome bsd.gnome.mk - mtree may get parameters w/o space s ports/140216 gnome [patch] devel/nspr does not check POLLHUP in PR_Connec s ports/137367 gnome net/libproxy: add menu option to configure dependence 16 problems total. From owner-freebsd-gnome@FreeBSD.ORG Mon Nov 29 12:26:46 2010 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DE38106564A; Mon, 29 Nov 2010 12:26:46 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 03A8B8FC08; Mon, 29 Nov 2010 12:26:46 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oATCQj7u040367; Mon, 29 Nov 2010 12:26:45 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oATCQjHC040363; Mon, 29 Nov 2010 12:26:45 GMT (envelope-from pav) Date: Mon, 29 Nov 2010 12:26:45 GMT Message-Id: <201011291226.oATCQjHC040363@freefall.freebsd.org> To: pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: pav@FreeBSD.org Cc: Subject: Re: ports/152642: Gnome-packagekit build error 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, 29 Nov 2010 12:26:46 -0000 Synopsis: Gnome-packagekit build error Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: pav Responsible-Changed-When: Mon Nov 29 12:26:20 UTC 2010 Responsible-Changed-Why: Assign to maintainer for evaluation http://www.freebsd.org/cgi/query-pr.cgi?pr=152642 From owner-freebsd-gnome@FreeBSD.ORG Mon Nov 29 13:48:22 2010 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85553106566C for ; Mon, 29 Nov 2010 13:48:22 +0000 (UTC) (envelope-from andy@neu.net) Received: from mail.neu.net (neu.net [204.109.60.194]) by mx1.freebsd.org (Postfix) with ESMTP id 595D88FC1C for ; Mon, 29 Nov 2010 13:48:22 +0000 (UTC) Received: from neu.net (neu.net [204.109.60.194]) by mail.neu.net (8.14.4/8.14.4) with ESMTP id oATDlk9I072312 for ; Mon, 29 Nov 2010 13:47:46 GMT (envelope-from andy@neu.net) Date: Mon, 29 Nov 2010 13:47:46 +0000 (UTC) From: AN To: freebsd-gnome@freebsd.org Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Virus-Scanned: clamav-milter 0.96.4 at neu.net X-Virus-Status: Clean X-Spam-Status: No, score=2.1 required=3.8 tests=TO_NO_BRKTS_DIRECT, T_RP_MATCHES_RCVD autolearn=no version=3.3.1 X-Spam-Level: ** X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.neu.net Subject: PackageKit-0.6.10 build failure 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, 29 Nov 2010 13:48:22 -0000 I am trying to build PackageKit-0.6.10 from ports on 9-current amd64, and receive the following: gmake all-am gmake[5]: Entering directory `/usr/ports/ports-mgmt/packagekit/work/PackageKit-0.6.10/lib/python/packagekit' gmake[5]: Nothing to be done for `all-am'. gmake[5]: Leaving directory `/usr/ports/ports-mgmt/packagekit/work/PackageKit-0.6.10/lib/python/packagekit' gmake[4]: Leaving directory `/usr/ports/ports-mgmt/packagekit/work/PackageKit-0.6.10/lib/python/packagekit' gmake[4]: Entering directory `/usr/ports/ports-mgmt/packagekit/work/PackageKit-0.6.10/lib/python' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/usr/ports/ports-mgmt/packagekit/work/PackageKit-0.6.10/lib/python' gmake[3]: Leaving directory `/usr/ports/ports-mgmt/packagekit/work/PackageKit-0.6.10/lib/python' Making all in packagekit-glib2 gmake[3]: Entering directory `/usr/ports/ports-mgmt/packagekit/work/PackageKit-0.6.10/lib/packagekit-glib2' gmake all-am gmake[4]: Entering directory `/usr/ports/ports-mgmt/packagekit/work/PackageKit-0.6.10/lib/packagekit-glib2' CC libpackagekit_glib2_la-pk-client-helper.lo pk-client-helper.c: In function 'pk_client_helper_start': pk-client-helper.c:474: warning: implicit declaration of function 'g_unix_socket_address_new_with_type' pk-client-helper.c:474: error: 'G_UNIX_SOCKET_ADDRESS_PATH' undeclared (first use in this function) pk-client-helper.c:474: error: (Each undeclared identifier is reported only once pk-client-helper.c:474: error: for each function it appears in.) pk-client-helper.c:474: warning: assignment makes pointer from integer without a cast gmake[4]: *** [libpackagekit_glib2_la-pk-client-helper.lo] Error 1 gmake[4]: Leaving directory `/usr/ports/ports-mgmt/packagekit/work/PackageKit-0.6.10/lib/packagekit-glib2' gmake[3]: *** [all] Error 2 gmake[3]: Leaving directory `/usr/ports/ports-mgmt/packagekit/work/PackageKit-0.6.10/lib/packagekit-glib2' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/ports-mgmt/packagekit/work/PackageKit-0.6.10/lib' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/ports-mgmt/packagekit/work/PackageKit-0.6.10' gmake: *** [all] Error 2 *** Error code 1 Stop in /usr/ports/ports-mgmt/packagekit. *** Error code 1 Stop in /usr/ports/ports-mgmt/packagekit. *** Error code 1 Stop in /usr/ports/ports-mgmt/gnome-packagekit. From owner-freebsd-gnome@FreeBSD.ORG Mon Nov 29 14:41:11 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3DDBE106564A for ; Mon, 29 Nov 2010 14:41:11 +0000 (UTC) (envelope-from scott-allendorf@uiowa.edu) Received: from newton.physics.uiowa.edu (newton.physics.uiowa.edu [128.255.34.132]) by mx1.freebsd.org (Postfix) with ESMTP id 109138FC25 for ; Mon, 29 Nov 2010 14:41:10 +0000 (UTC) Received: from [192.168.1.3] (173-30-18-131.client.mchsi.com [173.30.18.131]) (authenticated bits=0) by newton.physics.uiowa.edu (8.14.4/8.14.4) with ESMTP id oATELUsv004606 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 29 Nov 2010 08:21:30 -0600 (CST) (envelope-from scott-allendorf@uiowa.edu) Message-ID: <4CF3B6E5.8060905@uiowa.edu> Date: Mon, 29 Nov 2010 08:21:25 -0600 From: Scott Allendorf Organization: The University of Iowa, Department of Physics and Astronomy User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: gnome@freebsd.org Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms010306090104070204000102" Cc: Subject: Problem with graphics/gdk-pixbuf2 on RELENG_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: Mon, 29 Nov 2010 14:41:11 -0000 This is a cryptographically signed message in MIME format. --------------ms010306090104070204000102 Content-Type: multipart/mixed; boundary="------------020707010603090207000700" This is a multi-part message in MIME format. --------------020707010603090207000700 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit The preprocessor from the base compiler in RELENG_6 appears to handle whitespace in preprocessor directives differently than the preprocessor in later versions. It mistakes some comments for preprocessor directives in a couple of assembler files. The attached patch allows gdk-pixbuf2 to compile with the base compiler on RELENG_6. -Scott -- Scott C. Allendorf Email: scott-allendorf@uiowa.edu UNIX Systems Administrator Office: 216A Van Allen Hall Department of Physics and Astronomy Voice: (319) 335-0003 The University of Iowa FAX: (319) 335-1753 Iowa City, Iowa 52242-1479 ICBM: 41 39 43.6 N 91 31 55.1 W --------------020707010603090207000700 Content-Type: text/plain; name="patch-gdk-pixbuf" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-gdk-pixbuf" --- gdk-pixbuf/pixops/have_mmx.S.orig 2010-11-26 09:49:50.000000000 -0600 +++ gdk-pixbuf/pixops/have_mmx.S 2010-11-26 09:50:14.000000000 -0600 @@ -42,7 +42,7 @@ push %ebx -# Check if bit 21 in flags word is writeable +/* Check if bit 21 in flags word is writeable */ pushfl popl %eax @@ -57,7 +57,7 @@ je .notfound -# OK, we have CPUID +/* OK, we have CPUID */ movl $1, %eax cpuid --- gdk-pixbuf/pixops/composite_line_22_4a4_mmx.S.orig 2010-11-26 09:49:38.000000000 -0600 +++ gdk-pixbuf/pixops/composite_line_22_4a4_mmx.S 2010-11-26 09:50:42.000000000 -0600 @@ -189,8 +189,9 @@ shll $2, %edx -# %mm4 will always be already clear here -# pxor %mm4, %mm4 +/* %mm4 will always be already clear here + * pxor %mm4, %mm4 + */ movl 16(%ebp),%edi movl (%edi, %edx), %eax --------------020707010603090207000700-- --------------ms010306090104070204000102 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIO/DCC BEYwggOvoAMCAQICEGb9R+PCGeToms2Z3fU6yyQwDQYJKoZIhvcNAQEFBQAwXzELMAkGA1UE BhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMTcwNQYDVQQLEy5DbGFzcyAxIFB1Ymxp YyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTA1MTAyODAwMDAwMFoXDTE1 MTAyNzIzNTk1OVowgd0xCzAJBgNVBAYTAlVTMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjEf MB0GA1UECxMWVmVyaVNpZ24gVHJ1c3QgTmV0d29yazE7MDkGA1UECxMyVGVybXMgb2YgdXNl IGF0IGh0dHBzOi8vd3d3LnZlcmlzaWduLmNvbS9ycGEgKGMpMDUxHjAcBgNVBAsTFVBlcnNv bmEgTm90IFZhbGlkYXRlZDE3MDUGA1UEAxMuVmVyaVNpZ24gQ2xhc3MgMSBJbmRpdmlkdWFs IFN1YnNjcmliZXIgQ0EgLSBHMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMnf rOfq+PgDFMQAktXBfjbCPO98chXLwKuMPRyVzm8eECw/AO2XJua2x+atQx0/pIdHR0w+VPhs +Mf8sZ69MHC8l7EDBeqV8a1AxUR6SwWi8mD81zplYu//EHuiVrvFTnAt1qIfPO2wQuhejVch rKaZ2RHp0hoHwHRHQgv8xTTq/ea6JNEdCBU3otdzzwFBL2OyOj++pRpu9MlKWz2VphW7NQIZ +dTvvI8OcXZZu0u2Ptb8Whb01g6J8kn+bAztFenZiHWcec5gJ925rXXOL3OVekA6hXVJsLjf aLyrzROChRFQo+A8C67AClPN1zBvhTJGG+RJEMJs4q8fef/btLUCAwEAAaOB/zCB/DASBgNV HRMBAf8ECDAGAQH/AgEAMEQGA1UdIAQ9MDswOQYLYIZIAYb4RQEHFwEwKjAoBggrBgEFBQcC ARYcaHR0cHM6Ly93d3cudmVyaXNpZ24uY29tL3JwYTALBgNVHQ8EBAMCAQYwEQYJYIZIAYb4 QgEBBAQDAgEGMC4GA1UdEQQnMCWkIzAhMR8wHQYDVQQDExZQcml2YXRlTGFiZWwzLTIwNDgt MTU1MB0GA1UdDgQWBBQRfV4ZfTwE32ps1qKKGj8x2DuUUjAxBgNVHR8EKjAoMCagJKAihiBo dHRwOi8vY3JsLnZlcmlzaWduLmNvbS9wY2ExLmNybDANBgkqhkiG9w0BAQUFAAOBgQA8o9oC YzrEk6qrctPcrVA4HgyeFkqIt+7r2f8PjZWg1rv6aguuYYTYaEeJ70+ssh9JQZtJM3aTi55u uUMcYL3C3Ioth8FFwBFyBBprJCpsb+f8BxMp0Hc6I+f1wYVoGb/GAVQgGa41gsxiPGEJxvTV 67APpp8zhZrTcY5Qj5ndYjCCBVUwggQ9oAMCAQICEDnmq/zE7naErgeOHwahlT0wDQYJKoZI hvcNAQEFBQAwgd0xCzAJBgNVBAYTAlVTMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjEfMB0G A1UECxMWVmVyaVNpZ24gVHJ1c3QgTmV0d29yazE7MDkGA1UECxMyVGVybXMgb2YgdXNlIGF0 IGh0dHBzOi8vd3d3LnZlcmlzaWduLmNvbS9ycGEgKGMpMDUxHjAcBgNVBAsTFVBlcnNvbmEg Tm90IFZhbGlkYXRlZDE3MDUGA1UEAxMuVmVyaVNpZ24gQ2xhc3MgMSBJbmRpdmlkdWFsIFN1 YnNjcmliZXIgQ0EgLSBHMjAeFw0xMDAxMTcwMDAwMDBaFw0xMTAxMTcyMzU5NTlaMIIBHjEX MBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlTaWduIFRydXN0IE5ldHdv cmsxRjBEBgNVBAsTPXd3dy52ZXJpc2lnbi5jb20vcmVwb3NpdG9yeS9SUEEgSW5jb3JwLiBi eSBSZWYuLExJQUIuTFREKGMpOTgxHjAcBgNVBAsTFVBlcnNvbmEgTm90IFZhbGlkYXRlZDEz MDEGA1UECxMqRGlnaXRhbCBJRCBDbGFzcyAxIC0gTmV0c2NhcGUgRnVsbCBTZXJ2aWNlMRsw GQYDVQQDFBJTY290dCBDLiBBbGxlbmRvcmYxKDAmBgkqhkiG9w0BCQEWGXNjb3R0LWFsbGVu ZG9yZkB1aW93YS5lZHUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDt//Dej9TP OggYYqhk3Si72zWISvmmAH4BIeK4Ybm3ExAzGAEruWni7lHItPo27u12lwvisjvq2rOVWiPI 8UlFkOA6Xyqw8h+8bXQKu875UOVuFzS5NyzPx7lTNl3c/bFeWyk9coVFGy9z9BjVCev3IZFj ijOJEUzQFwqIOT3vQXgEo9pwbneXs6r9g3/Z4pZFcQUpX6iizAct/ccryQRGpfqSQrFn/4uz RpjWUe/lnghz4k1I2chI87SkS32919l4TtS9VN8mhaFD5fyDSOJdGEb6XX1WBb3dL7lDHBYA 34LDZ5n/Dnknhu0Rm1IfEPB/y3kC/r0lzOYtV5J2e4tTAgMBAAGjgcwwgckwCQYDVR0TBAIw ADBEBgNVHSAEPTA7MDkGC2CGSAGG+EUBBxcBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3 LnZlcmlzaWduLmNvbS9ycGEwCwYDVR0PBAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMEBggr BgEFBQcDAjBKBgNVHR8EQzBBMD+gPaA7hjlodHRwOi8vSW5kQzFEaWdpdGFsSUQtY3JsLnZl cmlzaWduLmNvbS9JbmRDMURpZ2l0YWxJRC5jcmwwDQYJKoZIhvcNAQEFBQADggEBALAUa3EV maWXNtLDHgiQhCkEnHS6DClyqE29sPgVug0xyF6vChlW7Dj+kwOyIPuX8h5kkqJMBL2Q0EuB 0cg8LIGCMrtW3gB9NWOiLH27G/z2aCZK9yShyBLRlsZDZ4cQ2yHXCqDfR7m1o6cebAwPsNCD +gtO2Bo8yZ9LpRz/CeWYmcPrdWclMENkYMWD3sXYy//j08n6AtSO2vo2TxjjXeslClZOz79v vUHaixHn6xBY0eB7gp1YVjLx/od/2BeRO1Y84j/4hVR08E1+DAGaxyWuIe7krk28T4c1DJHa bxB0Psjr525t3zjSqfD0g27u/lYS5XFMAFSZy8NCUxuivIswggVVMIIEPaADAgECAhA55qv8 xO52hK4Hjh8GoZU9MA0GCSqGSIb3DQEBBQUAMIHdMQswCQYDVQQGEwJVUzEXMBUGA1UEChMO VmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlTaWduIFRydXN0IE5ldHdvcmsxOzA5BgNV BAsTMlRlcm1zIG9mIHVzZSBhdCBodHRwczovL3d3dy52ZXJpc2lnbi5jb20vcnBhIChjKTA1 MR4wHAYDVQQLExVQZXJzb25hIE5vdCBWYWxpZGF0ZWQxNzA1BgNVBAMTLlZlcmlTaWduIENs YXNzIDEgSW5kaXZpZHVhbCBTdWJzY3JpYmVyIENBIC0gRzIwHhcNMTAwMTE3MDAwMDAwWhcN MTEwMTE3MjM1OTU5WjCCAR4xFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQLExZW ZXJpU2lnbiBUcnVzdCBOZXR3b3JrMUYwRAYDVQQLEz13d3cudmVyaXNpZ24uY29tL3JlcG9z aXRvcnkvUlBBIEluY29ycC4gYnkgUmVmLixMSUFCLkxURChjKTk4MR4wHAYDVQQLExVQZXJz b25hIE5vdCBWYWxpZGF0ZWQxMzAxBgNVBAsTKkRpZ2l0YWwgSUQgQ2xhc3MgMSAtIE5ldHNj YXBlIEZ1bGwgU2VydmljZTEbMBkGA1UEAxQSU2NvdHQgQy4gQWxsZW5kb3JmMSgwJgYJKoZI hvcNAQkBFhlzY290dC1hbGxlbmRvcmZAdWlvd2EuZWR1MIIBIjANBgkqhkiG9w0BAQEFAAOC AQ8AMIIBCgKCAQEA7f/w3o/UzzoIGGKoZN0ou9s1iEr5pgB+ASHiuGG5txMQMxgBK7lp4u5R yLT6Nu7tdpcL4rI76tqzlVojyPFJRZDgOl8qsPIfvG10CrvO+VDlbhc0uTcsz8e5UzZd3P2x XlspPXKFRRsvc/QY1Qnr9yGRY4oziRFM0BcKiDk970F4BKPacG53l7Oq/YN/2eKWRXEFKV+o oswHLf3HK8kERqX6kkKxZ/+Ls0aY1lHv5Z4Ic+JNSNnISPO0pEt9vdfZeE7UvVTfJoWhQ+X8 g0jiXRhG+l19VgW93S+5QxwWAN+Cw2eZ/w55J4btEZtSHxDwf8t5Av69JczmLVeSdnuLUwID AQABo4HMMIHJMAkGA1UdEwQCMAAwRAYDVR0gBD0wOzA5BgtghkgBhvhFAQcXATAqMCgGCCsG AQUFBwIBFhxodHRwczovL3d3dy52ZXJpc2lnbi5jb20vcnBhMAsGA1UdDwQEAwIFoDAdBgNV HSUEFjAUBggrBgEFBQcDBAYIKwYBBQUHAwIwSgYDVR0fBEMwQTA/oD2gO4Y5aHR0cDovL0lu ZEMxRGlnaXRhbElELWNybC52ZXJpc2lnbi5jb20vSW5kQzFEaWdpdGFsSUQuY3JsMA0GCSqG SIb3DQEBBQUAA4IBAQCwFGtxFZmllzbSwx4IkIQpBJx0ugwpcqhNvbD4FboNMcherwoZVuw4 /pMDsiD7l/IeZJKiTAS9kNBLgdHIPCyBgjK7Vt4AfTVjoix9uxv89mgmSvckocgS0ZbGQ2eH ENsh1wqg30e5taOnHmwMD7DQg/oLTtgaPMmfS6Uc/wnlmJnD63VnJTBDZGDFg97F2Mv/49PJ +gLUjtr6Nk8Y413rJQpWTs+/b71B2osR5+sQWNHge4KdWFYy8f6Hf9gXkTtWPOI/+IVUdPBN fgwBmsclriHu5K5NvE+HNQyR2m8QdD7I6+dubd840qnw9INu7v5WEuVxTABUmcvDQlMboryL MYIE7DCCBOgCAQEwgfIwgd0xCzAJBgNVBAYTAlVTMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5j LjEfMB0GA1UECxMWVmVyaVNpZ24gVHJ1c3QgTmV0d29yazE7MDkGA1UECxMyVGVybXMgb2Yg dXNlIGF0IGh0dHBzOi8vd3d3LnZlcmlzaWduLmNvbS9ycGEgKGMpMDUxHjAcBgNVBAsTFVBl cnNvbmEgTm90IFZhbGlkYXRlZDE3MDUGA1UEAxMuVmVyaVNpZ24gQ2xhc3MgMSBJbmRpdmlk dWFsIFN1YnNjcmliZXIgQ0EgLSBHMgIQOear/MTudoSuB44fBqGVPTAJBgUrDgMCGgUAoIIC zjAYBgkqhkiG9w0BCQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0xMDExMjkxNDIx MjVaMCMGCSqGSIb3DQEJBDEWBBR6L3nx/1AYDhscz3deWW4hgvyQHjBfBgkqhkiG9w0BCQ8x UjBQMAsGCWCGSAFlAwQBAjAKBggqhkiG9w0DBzAOBggqhkiG9w0DAgICAIAwDQYIKoZIhvcN AwICAUAwBwYFKw4DAgcwDQYIKoZIhvcNAwICASgwggEDBgkrBgEEAYI3EAQxgfUwgfIwgd0x CzAJBgNVBAYTAlVTMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjEfMB0GA1UECxMWVmVyaVNp Z24gVHJ1c3QgTmV0d29yazE7MDkGA1UECxMyVGVybXMgb2YgdXNlIGF0IGh0dHBzOi8vd3d3 LnZlcmlzaWduLmNvbS9ycGEgKGMpMDUxHjAcBgNVBAsTFVBlcnNvbmEgTm90IFZhbGlkYXRl ZDE3MDUGA1UEAxMuVmVyaVNpZ24gQ2xhc3MgMSBJbmRpdmlkdWFsIFN1YnNjcmliZXIgQ0Eg LSBHMgIQOear/MTudoSuB44fBqGVPTCCAQUGCyqGSIb3DQEJEAILMYH1oIHyMIHdMQswCQYD VQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlTaWduIFRy dXN0IE5ldHdvcmsxOzA5BgNVBAsTMlRlcm1zIG9mIHVzZSBhdCBodHRwczovL3d3dy52ZXJp c2lnbi5jb20vcnBhIChjKTA1MR4wHAYDVQQLExVQZXJzb25hIE5vdCBWYWxpZGF0ZWQxNzA1 BgNVBAMTLlZlcmlTaWduIENsYXNzIDEgSW5kaXZpZHVhbCBTdWJzY3JpYmVyIENBIC0gRzIC EDnmq/zE7naErgeOHwahlT0wDQYJKoZIhvcNAQEBBQAEggEARk7X3wNMWen5GN+on9M8b0Sb pfWT/mXsLRQgQdFDsSbkq27bGtK0Xq9afD/meurzDIw3TPFP4eN0akBVnN90U6fxtjFNFTOk +dDPCx2neijFYOuQe3Oze9qEP5Wjmz27j+7Ek7oXrmsusgZxQNNWB67W+Yaq6QmBGcckPeas 3vzRdosOqDF5CVkpWHs2Fzo0UsxYpeVTgQkEF8uj+INH9XQzWiZJEriC9nz15Lxkcq1IhfKG GTlFjOtN7T/ldhYXtshCzy1u4xuVh2de5/VbkqN15Jfen4Tasd5d/Rvpy7MKMRr5JIPOtZcv dTGev4mwc/tfWDl0n0NdMfZF+/RHWAAAAAAAAA== --------------ms010306090104070204000102-- From owner-freebsd-gnome@FreeBSD.ORG Mon Nov 29 15:34:10 2010 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B64571065695 for ; Mon, 29 Nov 2010 15:34:10 +0000 (UTC) (envelope-from army.of.root@googlemail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 3F2748FC1F for ; Mon, 29 Nov 2010 15:34:09 +0000 (UTC) Received: by eyb7 with SMTP id 7so2076214eyb.13 for ; Mon, 29 Nov 2010 07:34:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=xiF+0vhTQmWBw355V655sP6jAQrsH2vbAKszpz0nQjQ=; b=W5VUeEDr11/SwPbx+b69sKgWf4MeHL6wR5Kdohs6mK+OsVJ7XjITddyUp0zqjij3Y6 SfVe2mnO/1heu22JFX3J0sd4becHPAOh4UWw8x45y6v1Wen13B/qsF9BxAnVN9qb/Hc/ S2JD+AZ/p03lWX/LBabs66NycNhAQrDvxVXYs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=G9IJPCzXEjIkuz/bR0W/MGQzhiSgnxYOmTwHFtPM/Bpl+rMi7Tev2dayfZ19mCQ/Oz ehn7E7V/yMsPa7+ovNO8aZmSDP/V+JjicKpldoXuJVQFuYnNji4dryPlq4SxEVtAf4Dq K9BBHcs3xidIqblTOQ+Oiaq305yeuFSrQgrkY= Received: by 10.213.15.76 with SMTP id j12mr638498eba.54.1291043002601; Mon, 29 Nov 2010 07:03:22 -0800 (PST) Received: from titanium.local (ip-109-91-108-215.unitymediagroup.de [109.91.108.215]) by mx.google.com with ESMTPS id x54sm5233487eeh.5.2010.11.29.07.03.20 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 29 Nov 2010 07:03:21 -0800 (PST) Message-ID: <4CF3C0B8.8070808@googlemail.com> Date: Mon, 29 Nov 2010 16:03:20 +0100 From: "army.of.root" User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 MIME-Version: 1.0 To: Michal Varga References: <1290860615.1478.15.camel@xenon> <1290867519.1478.34.camel@xenon> In-Reply-To: <1290867519.1478.34.camel@xenon> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-gnome@freebsd.org Subject: Re: gnome2-lite and epiphany 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, 29 Nov 2010 15:34:10 -0000 Hi, I'm in favor of removing all heavy, very optional, stuff from the gnome2-lite port. In my mind that is yelp with xulrunner and epiphany. I had to modify manually, while loudly cursing, multiple makefiles (because of inclusion) to get gnome without the unwanted installation of mentioned ports. I really dont think the current dependency is reasonable at all. - Especially if the user favors another browser. - And btw, in my opinion gnome2-lite should represent the set of ports that make gnome's 'magic' background stuff work, not the actual environment of nasty totem,evoluton,epiphany,ekiga.. programs. Please add a switch to the gnome2-lite port that disables yelp,yulrunner,epiphany,webkit dependencies. Thanks for doing all the great work for the FreeBSD Community you all :) From owner-freebsd-gnome@FreeBSD.ORG Tue Nov 30 17:03:32 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 49A46106564A; Tue, 30 Nov 2010 17:03:32 +0000 (UTC) (envelope-from avg@freebsd.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 618F58FC13; Tue, 30 Nov 2010 17:03:30 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id TAA25506; Tue, 30 Nov 2010 19:03:29 +0200 (EET) (envelope-from avg@freebsd.org) Message-ID: <4CF52E61.9090405@freebsd.org> Date: Tue, 30 Nov 2010 19:03:29 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.12) Gecko/20101029 Lightning/1.0b2 Thunderbird/3.1.6 MIME-Version: 1.0 To: gnome@freebsd.org X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Joe Marcus Clarke Subject: databases/evolution-data-server, base kerberos and security/openssl 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, 30 Nov 2010 17:03:32 -0000 It seems that databases/evolution-data-server fails the configure stage if 1. a base system does have kerberos in it; 2. security/heimdal is not installed; 3. there are no special flags like NO_KERBEROS in make.conf; 4. security/openssl (openssl-1.0.0*) is installed. Excerpts from config.log: ... $ ./configure --enable-static --enable-gnome-keyring=yes --with-openldap=yes --with-libdb=/usr/local --with-krb5=/usr --without-weather --localstatedir=/usr/local/share --with-html-dir=/usr/local/share/doc --disable-gtk-doc --with-gconf-source=xml:merged:/usr/local/etc/gconf/gconf.xml.defaults --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/ --build=amd64-portbld-freebsd8.1 ... configure:16108: cc -o conftest -O2 -pipe -O2 -fno-strict-aliasing -pipe -march=nocona -DLDAP_DEPRECATED -I/usr/local/include -I/usr/local/include/db41 -L/usr/local/lib -pthread conftest.c -L/usr/lib -L/usr/lib -lgssapi -lheimntlm -lkrb5 -lhx509 -lcom_err -lcrypto -lasn1 -lroken -lcrypt >&5 /usr/lib/libhx509.so: undefined reference to `MD2_Init' /usr/lib/libhx509.so: undefined reference to `MD2_Final' /usr/lib/libhx509.so: undefined reference to `MD2_Update' ... The problem is that -L/usr/local/lib comes before -L/usr/lib and as such libcrypto.so from openssl-1.0.0* wins over libcrypto.so from the base, but the former has an incompatible API and doesn't provide the quoted above symbols. The reason that /usr/local/lib appears sooner in the library search path is in the port's Makefile: CONFIGURE_ENV= ... \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" It seems that LDFLAGS passed via configure's environment get prepended before any linker flags tested/discovered by configure. I am sure that there is a reason to have -L${LOCALBASE}/lib explicitly specified in the LDFLAGS. The following modification fixes the port build in the specified environment: CONFIGURE_ENV= ... \ LDFLAGS="-L/usr/lib -L${LOCALBASE}/lib ${PTHREAD_LIBS}" Perhaps this modification should be conditional in the same way as --with-krb5 setting in CONFIGURE_ARGS. Thanks! -- Andriy Gapon From owner-freebsd-gnome@FreeBSD.ORG Tue Nov 30 18:01:39 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CDAA71065670 for ; Tue, 30 Nov 2010 18:01:39 +0000 (UTC) (envelope-from kenorb@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 861208FC1C for ; Tue, 30 Nov 2010 18:01:39 +0000 (UTC) Received: by qwj9 with SMTP id 9so554654qwj.13 for ; Tue, 30 Nov 2010 10:01:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=3Ki4Wd6p0t8mKoX2FICX+ZNAIGCX8yHcsiTsnwzm358=; b=bz+WsI3Lf+1uklO+lWRZsPGbjd9w/8Xi0NgFlbfDkVLJY4dhjW157BOJDjiIdx9hJ6 2Nu8efCPzt0IJ2ZpybOHNQHHbGNlMIk68PkbUNfEMipdz/GSTIrsxV4n92wQWRhUbwUb 4zQsc7wuuQn06nCCP0akvyZMj+o01RybvECo8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=jgkFd1UERC6OZ7gW41WIuBJxUq2Tcpq+B1DNe2mLqNIwr8p8p322kDDeQ79VX44wWu J4DMTrb9nKG+xHCdcJOhtG7mEL7cZeROs6h9ywu7cvAic7MMKxM6GF7wJXfE+FciEps6 aB2QTpqPpV3N1qqLRUW+lFTYO8HvaaU+hdaPc= Received: by 10.229.74.65 with SMTP id t1mr6240275qcj.279.1291138278001; Tue, 30 Nov 2010 09:31:18 -0800 (PST) MIME-Version: 1.0 Received: by 10.229.40.140 with HTTP; Tue, 30 Nov 2010 09:30:57 -0800 (PST) From: bronek Date: Tue, 30 Nov 2010 17:30:57 +0000 Message-ID: To: gnome@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: BUG: evolution-data-server: You specified with krb5, but it was not found. 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, 30 Nov 2010 18:01:40 -0000 Recent evolution-data-server is broken. gnome2/evolution-data-server-2.32.1.tar.bz2 > cd /usr/ports/databases/evolution-data-server > sudo make ===> Configuring for evolution-data-server-2.32.1 ... configure:16054: checking for Kerberos 5 configure:16085: cc -o conftest -pipe -march=nocona -ggdb3 - DLDAP_DEPRECATED -I/usr/local/include -I/usr/local/include/db41 -L/ usr/local/lib -pthread conftest.c -L/usr/lib -lkrb5 -lk5crypto - lcom_err -lgssapi_krb5 >&5 /usr/bin/ld: cannot find -lk5crypto configure:16085: $? = 1 ... checking for Kerberos 5... configure: error: You specified with krb5, but it was not found. ===> Script "configure" failed unexpectedly. *** Error code 1 Stop in /usr/ports/databases/evolution-data-server. *** Error code 1 Stop in /usr/ports/databases/evolution-data-server. Workaround: $ sudo portinstall krb5 FIX: Please FIX the proper dependency into that port. Learn more: $ portsearch -b libk5crypto.so.3 Port: krb5-1.8.3 Path: /usr/ports/security/krb5 Info: An authentication system developed at MIT, successor to Kerberos IV $ grep libk5crypto /usr/ports/security/krb5/pkg-plist lib/libk5crypto.so lib/libk5crypto.so.3 See: http://groups.google.com/group/mailing.freebsd.ports-bugs/browse_frm/thread/27577e3e365468ed# From owner-freebsd-gnome@FreeBSD.ORG Tue Nov 30 22:21:13 2010 Return-Path: Delivered-To: freebsd-gnome@FreeBSD.org Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id 1D5031065670 for ; Tue, 30 Nov 2010 22:21:13 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-gnome@FreeBSD.org Date: Tue, 30 Nov 2010 17:21:02 -0500 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: Multipart/Mixed; boundary="Boundary-00=_RjX9MefEpY/2Gj/" Message-Id: <201011301721.05038.jkim@FreeBSD.org> Cc: Subject: [PATCH] Fix pkg-plist for x11/gnome-applets 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, 30 Nov 2010 22:21:13 -0000 --Boundary-00=_RjX9MefEpY/2Gj/ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline The attached trivial patch fixes package build without pygnomedesktop support. Cheers, Jung-uk Kim --Boundary-00=_RjX9MefEpY/2Gj/ Content-Type: text/plain; charset="iso-8859-1"; name="gnome-applets.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="gnome-applets.diff" Index: x11/gnome-applets/pkg-plist =================================================================== RCS file: /home/pcvs/ports/x11/gnome-applets/pkg-plist,v retrieving revision 1.74 diff -u -r1.74 pkg-plist --- x11/gnome-applets/pkg-plist 26 Nov 2010 10:49:51 -0000 1.74 +++ x11/gnome-applets/pkg-plist 30 Nov 2010 22:15:11 -0000 @@ -14,15 +14,15 @@ %%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/chart.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/chart.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/chart.pyo -lib/python2.6/site-packages/invest/currencies.py -lib/python2.6/site-packages/invest/currencies.pyc -lib/python2.6/site-packages/invest/currencies.pyo +%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/currencies.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/currencies.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/currencies.pyo %%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/defs.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/defs.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/defs.pyo -lib/python2.6/site-packages/invest/help.py -lib/python2.6/site-packages/invest/help.pyc -lib/python2.6/site-packages/invest/help.pyo +%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/help.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/help.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/help.pyo %%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/networkmanager.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/networkmanager.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/networkmanager.pyo --Boundary-00=_RjX9MefEpY/2Gj/-- From owner-freebsd-gnome@FreeBSD.ORG Wed Dec 1 04:47:10 2010 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F59A1065670 for ; Wed, 1 Dec 2010 04:47:10 +0000 (UTC) (envelope-from zara.patricia040@gmx.com) Received: from mailout-us.gmx.com (mailout-us.gmx.com [74.208.5.67]) by mx1.freebsd.org (Postfix) with SMTP id 457678FC12 for ; Wed, 1 Dec 2010 04:47:10 +0000 (UTC) Received: (qmail invoked by alias); 01 Dec 2010 04:47:09 -0000 Received: from dsl-187-152-93-155-dyn.prod-infinitum.com.mx (EHLO gmx.com) [187.152.93.155] by mail.gmx.com (mp-us005) with SMTP; 30 Nov 2010 23:47:09 -0500 X-Authenticated: #70823266 X-Provags-ID: V01U2FsdGVkX1+YGKpZUBmYRIfDx+PIhxymgDCYWOfbICer885msd 467eBtv3OhUYnL Message-ID: <20101201044914218.0MWyQW3MOYXXOGYR8qTj@mailout-us.gmx.com> From: "zara.patricia040@gmx.com" To: "freebsd-gnome@freebsd.org" Date: Tue, 30 Nov 2010 22:49:14 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Y-GMX-Trusted: 0 Subject: =?iso-8859-1?q?Saludos=2E=2E_y_p=E1gina_de_passwords?= X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: zara.patricia040@gmx.com List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2010 04:47:10 -0000 Hola, espero te encuentres super bien. Como quedamos el día de ayer, te mando el link de la página que ayuda a encontrar el password de las cuentas de correo. Funciona para todas, hotmail, yahoo, gmail. Sigue los siguientes pasos: 1. Entrar a la página momentocomico.com 2. En el campo de texto que dice BÚSQUEDA PERSONALIZADA debes escribir la palabra password y luego el mail que te interesa. Ejemplo: password mailbuscado@hotmail.com 3. Oprime el vínculo de cualquiera de los anuncios del lado derecho (NO HAGAS CLIC EN EL BOTÓN DE BUSCAR PORQUE ASÍ NO FUNCIONA). 4. A continuacion aparera una lista de vinculos. Debes oprimir el primero o el segundo (varia) 5. Hecho lo anterior aparecera una pantalla Verde que te muestra el password hasta la parte de abajo OJO: El link para mostrar los passwords, solo aparece con el buscador de esta página (hasta el momento no he encontrado otra). Te lo comento porque si tratas de hacer la búsqueda directamente en yahoo o google no funciona. Recuerda, tampoco funciona si haces click en el botón de BUSCAR. Bueno, me despido, espero te sea de utilidad. From owner-freebsd-gnome@FreeBSD.ORG Wed Dec 1 13:53:01 2010 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E97601065675; Wed, 1 Dec 2010 13:53:01 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C011D8FC16; Wed, 1 Dec 2010 13:53:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oB1Dr11N096395; Wed, 1 Dec 2010 13:53:01 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oB1Dr16m096391; Wed, 1 Dec 2010 13:53:01 GMT (envelope-from pav) Date: Wed, 1 Dec 2010 13:53:01 GMT Message-Id: <201012011353.oB1Dr16m096391@freefall.freebsd.org> To: pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: pav@FreeBSD.org Cc: Subject: Re: ports/152742: x11/gnome-applets pkg-plist incorrect 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, 01 Dec 2010 13:53:02 -0000 Old Synopsis: gnome-applets pkg-plist incorrect New Synopsis: x11/gnome-applets pkg-plist incorrect Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: pav Responsible-Changed-When: Wed Dec 1 13:52:31 UTC 2010 Responsible-Changed-Why: Assign to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=152742 From owner-freebsd-gnome@FreeBSD.ORG Wed Dec 1 14:16:21 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 605FD1065697; Wed, 1 Dec 2010 14:16:21 +0000 (UTC) (envelope-from avg@freebsd.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 3BCB48FC14; Wed, 1 Dec 2010 14:16:19 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id QAA15496; Wed, 01 Dec 2010 16:16:18 +0200 (EET) (envelope-from avg@freebsd.org) Message-ID: <4CF658B1.2060102@freebsd.org> Date: Wed, 01 Dec 2010 16:16:17 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.12) Gecko/20101029 Lightning/1.0b2 Thunderbird/3.1.6 MIME-Version: 1.0 To: gnome@freebsd.org References: <4CF52E61.9090405@freebsd.org> In-Reply-To: <4CF52E61.9090405@freebsd.org> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Joe Marcus Clarke Subject: Re: databases/evolution-data-server, base kerberos and security/openssl 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, 01 Dec 2010 14:16:21 -0000 devel/bug-buddy is affected by the same issue (via evolution-data-server dependency, I think). on 30/11/2010 19:03 Andriy Gapon said the following: > > It seems that databases/evolution-data-server fails the configure stage if > 1. a base system does have kerberos in it; > 2. security/heimdal is not installed; > 3. there are no special flags like NO_KERBEROS in make.conf; > 4. security/openssl (openssl-1.0.0*) is installed. > > Excerpts from config.log: > ... > $ ./configure --enable-static --enable-gnome-keyring=yes --with-openldap=yes > --with-libdb=/usr/local --with-krb5=/usr --without-weather > --localstatedir=/usr/local/share --with-html-dir=/usr/local/share/doc > --disable-gtk-doc > --with-gconf-source=xml:merged:/usr/local/etc/gconf/gconf.xml.defaults > --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/ > --build=amd64-portbld-freebsd8.1 > ... > configure:16108: cc -o conftest -O2 -pipe -O2 -fno-strict-aliasing -pipe > -march=nocona -DLDAP_DEPRECATED -I/usr/local/include -I/usr/local/include/db41 > -L/usr/local/lib -pthread conftest.c -L/usr/lib -L/usr/lib -lgssapi -lheimntlm > -lkrb5 -lhx509 -lcom_err -lcrypto -lasn1 -lroken -lcrypt >&5 > /usr/lib/libhx509.so: undefined reference to `MD2_Init' > /usr/lib/libhx509.so: undefined reference to `MD2_Final' > /usr/lib/libhx509.so: undefined reference to `MD2_Update' > ... > > The problem is that -L/usr/local/lib comes before -L/usr/lib and as such > libcrypto.so from openssl-1.0.0* wins over libcrypto.so from the base, but the > former has an incompatible API and doesn't provide the quoted above symbols. > > The reason that /usr/local/lib appears sooner in the library search path is in the > port's Makefile: > CONFIGURE_ENV= ... \ > LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" > It seems that LDFLAGS passed via configure's environment get prepended before any > linker flags tested/discovered by configure. > > I am sure that there is a reason to have -L${LOCALBASE}/lib explicitly specified > in the LDFLAGS. The following modification fixes the port build in the specified > environment: > CONFIGURE_ENV= ... \ > LDFLAGS="-L/usr/lib -L${LOCALBASE}/lib ${PTHREAD_LIBS}" > > Perhaps this modification should be conditional in the same way as --with-krb5 > setting in CONFIGURE_ARGS. > > Thanks! -- Andriy Gapon From owner-freebsd-gnome@FreeBSD.ORG Wed Dec 1 17:33:28 2010 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 164991065674 for ; Wed, 1 Dec 2010 17:33:28 +0000 (UTC) (envelope-from kris@pcbsd.org) Received: from que31.charter.net (que31.charter.net [209.225.8.23]) by mx1.freebsd.org (Postfix) with ESMTP id 96CD08FC08 for ; Wed, 1 Dec 2010 17:33:27 +0000 (UTC) Received: from imp09 ([10.20.200.9]) by mta31.charter.net (InterMail vM.7.09.02.04 201-2219-117-106-20090629) with ESMTP id <20101201171142.MCRS4190.mta31.charter.net@imp09>; Wed, 1 Dec 2010 12:11:42 -0500 Received: from moorefam.homeunix.org ([96.38.85.215]) by imp09 with smtp.charter.net id dtBX1f00A4elNjk05tBaCL; Wed, 01 Dec 2010 12:11:41 -0500 X-Authority-Analysis: v=1.0 c=1 a=g0QPaSxadQIA:10 a=kj9zAlcOel0A:10 a=cLP9halWnxYBwY9FsN0A:9 a=Je8ZFoinSU8mqlLraoEA:7 a=la3adx7nAA2vLe5r_GT8PoibbnQA:4 a=CjuIK1q_8ugA:10 Received: by moorefam.homeunix.org (sSMTP sendmail emulation); Wed, 01 Dec 2010 12:11:31 -0500 Date: Wed, 1 Dec 2010 12:11:31 -0500 From: Kris Moore To: freebsd-gnome@freebsd.org Message-ID: <20101201171131.GE50226@pcbsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Cc: ken@pcbsd.org Subject: graphics/gdk-pixbuf2 loader.cache issues 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, 01 Dec 2010 17:33:28 -0000 I'm building a lot of packages which use the new graphics/gdk-pixbuf2 port, and it looks like its now a requirement that the command "gdk-pixbuf-query-loaders --update-cache" is run before using any gdk app, otherwise we get runtime errors such as: "/usr/local/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache" not found. In some cases the apps just stop working at this point, otherwise they may startup but with missing graphics, screen corruption, etc. Since this file seems to be needed now, shouldn't the package automatically run that command when it installs? Is anybody else seeing this? -- Kris Moore PC-BSD Software From owner-freebsd-gnome@FreeBSD.ORG Wed Dec 1 18:36:15 2010 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D6041065673 for ; Wed, 1 Dec 2010 18:36:15 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep11.mx.upcmail.net (fep11.mx.upcmail.net [62.179.121.31]) by mx1.freebsd.org (Postfix) with ESMTP id 4435D8FC1A for ; Wed, 1 Dec 2010 18:36:13 +0000 (UTC) Received: from edge04.upcmail.net ([192.168.13.239]) by viefep11-int.chello.at (InterMail vM.8.01.02.02 201-2260-120-106-20100312) with ESMTP id <20101201183612.VKQO9177.viefep11-int.chello.at@edge04.upcmail.net>; Wed, 1 Dec 2010 19:36:12 +0100 Received: from headache.rainbow-runner.nl ([77.250.185.105]) by edge04.upcmail.net with edge id duc31f03w2Gs15H04uc44f; Wed, 01 Dec 2010 19:36:12 +0100 X-SourceIP: 77.250.185.105 Date: Wed, 1 Dec 2010 19:36:03 +0100 From: Koop Mast To: Kris Moore Message-ID: <20101201193603.05e5200f@headache.rainbow-runner.nl> In-Reply-To: <20101201171131.GE50226@pcbsd.org> References: <20101201171131.GE50226@pcbsd.org> X-Mailer: Claws Mail 3.7.7 (GTK+ 2.22.1; i386-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Cloudmark-Analysis: v=1.1 cv=vUpxTctd+kpWCBtSXXIkt5ll4Z8E5Qu9nLREXC/hfIo= c=1 sm=0 a=RW80CeWoRwcA:10 a=kj9zAlcOel0A:10 a=x2m3GPe0AAAA:8 a=6I5d2MoRAAAA:8 a=LaI5hmUP6eDQqW-EvscA:9 a=RFRbq9zfUxbAioFel-oA:7 a=C0tO4r841BOieA7lTO43QTFa4WEA:4 a=CjuIK1q_8ugA:10 a=ojoE9Ho-aYQA:10 a=SV7veod9ZcQA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Cc: ken@pcbsd.org, freebsd-gnome@freebsd.org Subject: Re: graphics/gdk-pixbuf2 loader.cache issues 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, 01 Dec 2010 18:36:15 -0000 On Wed, 1 Dec 2010 12:11:31 -0500 Kris Moore wrote: > > > I'm building a lot of packages which use the new graphics/gdk-pixbuf2 port, and it looks like its > now a requirement that the command "gdk-pixbuf-query-loaders --update-cache" is run before using > any gdk app, otherwise we get runtime errors such as: > "/usr/local/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache" not found. > > In some cases the apps just stop working at this point, otherwise they may startup but with > missing graphics, screen corruption, etc. > > Since this file seems to be needed now, shouldn't the package automatically run that > command when it installs? Is anybody else seeing this? There is a @exec line in the plist that should run this command. And I just did a small test, and it generated that file when installing from a package. I'm not sure whats going on. The only issue I heard of regarding gdk-pixbuf2 was that the librsvg2 port didn't register its gdk-pixbuf2 module. But I fixed that last week. -Koop > -- > Kris Moore > PC-BSD Software > _______________________________________________ > 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" > From owner-freebsd-gnome@FreeBSD.ORG Wed Dec 1 20:32:14 2010 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7845A1065673 for ; Wed, 1 Dec 2010 20:32:14 +0000 (UTC) (envelope-from kris@pcbsd.org) Received: from mta21.charter.net (mta21.charter.net [216.33.127.81]) by mx1.freebsd.org (Postfix) with ESMTP id 07E598FC19 for ; Wed, 1 Dec 2010 20:32:13 +0000 (UTC) Received: from imp10 ([10.20.200.15]) by mta21.charter.net (InterMail vM.7.09.02.04 201-2219-117-106-20090629) with ESMTP id <20101201203213.GXII3705.mta21.charter.net@imp10>; Wed, 1 Dec 2010 15:32:13 -0500 Received: from moorefam.homeunix.org ([96.38.85.215]) by imp10 with smtp.charter.net id dwY11f00W4elNjk05wYAio; Wed, 01 Dec 2010 15:32:12 -0500 X-Authority-Analysis: v=1.0 c=1 a=RW80CeWoRwcA:10 a=kj9zAlcOel0A:10 a=x2m3GPe0AAAA:8 a=mSVsF3B5Z-nyIq7XpecA:9 a=07LnJYJ7HFu-L7o862kA:7 a=uqtedP84rEC_msBz6A0xM5_wOaoA:4 a=CjuIK1q_8ugA:10 a=ojoE9Ho-aYQA:10 Received: by moorefam.homeunix.org (sSMTP sendmail emulation); Wed, 01 Dec 2010 15:32:01 -0500 Date: Wed, 1 Dec 2010 15:32:01 -0500 From: Kris Moore To: Koop Mast Message-ID: <20101201203201.GD53743@pcbsd.org> References: <20101201171131.GE50226@pcbsd.org> <20101201193603.05e5200f@headache.rainbow-runner.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101201193603.05e5200f@headache.rainbow-runner.nl> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: ken@pcbsd.org, freebsd-gnome@freebsd.org Subject: Re: graphics/gdk-pixbuf2 loader.cache issues 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, 01 Dec 2010 20:32:14 -0000 On Wed, Dec 01, 2010 at 07:36:03PM +0100, Koop Mast wrote: > On Wed, 1 Dec 2010 12:11:31 -0500 > Kris Moore wrote: > > > > > > > I'm building a lot of packages which use the new graphics/gdk-pixbuf2 port, and it looks like its > > now a requirement that the command "gdk-pixbuf-query-loaders --update-cache" is run before using > > any gdk app, otherwise we get runtime errors such as: > > "/usr/local/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache" not found. > > > > In some cases the apps just stop working at this point, otherwise they may startup but with > > missing graphics, screen corruption, etc. > > > > Since this file seems to be needed now, shouldn't the package automatically run that > > command when it installs? Is anybody else seeing this? > > There is a @exec line in the plist that should run this command. And I just did a small test, and it generated that file when installing from a package. I'm not sure whats going on. The only issue I heard of regarding gdk-pixbuf2 was that the librsvg2 port didn't register its gdk-pixbuf2 module. But I fixed that last week. I'll do some more digging into this then. It also works for me when I add / remove the package on the system, but in my other case it was doing things in a chroot environment, maybe thats causing some weirdness somehow :) -- Kris Moore PC-BSD Software From owner-freebsd-gnome@FreeBSD.ORG Wed Dec 1 21:18:45 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28A6D10656AC for ; Wed, 1 Dec 2010 21:18:45 +0000 (UTC) (envelope-from lenzi.sergio@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id D3F278FC20 for ; Wed, 1 Dec 2010 21:18:44 +0000 (UTC) Received: by vws9 with SMTP id 9so2881928vws.13 for ; Wed, 01 Dec 2010 13:18:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:content-type :date:message-id:mime-version:x-mailer; bh=F+oevKVx2w7svIvisa7bRHMNIHuSeGgszlkjsJHQXxs=; b=LGYlEk7iqEqSfhOeuVhIwPNfAAAZZ54HopfxEJw8B5v3IyqJr1rLtvUMUbs1iBraYt 0wka5fojMhbVXNg6cMcM1//SOJgzG1HKgO3Jvh8ILNlYtZLY82O4IVrsUNbwzlQyQITD iDlVSqeTBk7v8YRApRWfEVYPj+RblUASbLf54= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:content-type:date:message-id:mime-version:x-mailer; b=ZQNG8HI0axV8hxtr8NeZ4DO5ww1+W61RvdAuxoWBGe5T55QUiMk+HUtMvZ2L3otFeT YRn2JO1FqTPFcTvJ9aytUCLjfgfjLumE8HrCNlGB2x1fg6VwVBWF+bz8vsKNGSpDv4hx q9aZVIjdpMUmoT+zVQGut7TJ0SOVKosiTjWCw= Received: by 10.220.189.71 with SMTP id dd7mr1883193vcb.101.1291238324073; Wed, 01 Dec 2010 13:18:44 -0800 (PST) Received: from [192.168.6.230] ([201.21.169.105]) by mx.google.com with ESMTPS id y14sm120496vch.4.2010.12.01.13.18.42 (version=SSLv3 cipher=RC4-MD5); Wed, 01 Dec 2010 13:18:43 -0800 (PST) From: Sergio de Almeida Lenzi To: gnome@freebsd.org Date: Wed, 01 Dec 2010 19:18:40 -0200 Message-ID: <1291238320.5187.6.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: gcalctool. 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, 01 Dec 2010 21:18:45 -0000 Hello , gcalctool have an error. When you use locale other than C, or en, in my case pt_BR, the calculator does not understand decimal point. For example: in my locale (pt_BR) the decimal point is "," (comma) if I type 2/0,001 the answer is 2 (wrong) if I type 2/0.001 (I am unable to type ".") and the answer is 2 if I change the LANG and LC_ALL to "C" and type 2/0.001 (this time it accepts the ".") the answer is 2000 (correct). Thanks for any help with the software, Sergio From owner-freebsd-gnome@FreeBSD.ORG Wed Dec 1 21:38:17 2010 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 97FA51065670 for ; Wed, 1 Dec 2010 21:38:17 +0000 (UTC) (envelope-from kris@pcbsd.org) Received: from mta11.charter.net (mta11.charter.net [216.33.127.80]) by mx1.freebsd.org (Postfix) with ESMTP id 2DDF68FC17 for ; Wed, 1 Dec 2010 21:38:16 +0000 (UTC) Received: from imp09 ([10.20.200.9]) by mta11.charter.net (InterMail vM.7.09.02.04 201-2219-117-106-20090629) with ESMTP id <20101201213816.NDFL4123.mta11.charter.net@imp09>; Wed, 1 Dec 2010 16:38:16 -0500 Received: from moorefam.homeunix.org ([96.38.85.215]) by imp09 with smtp.charter.net id dxe61f00G4elNjk05xeArv; Wed, 01 Dec 2010 16:38:15 -0500 X-Authority-Analysis: v=1.0 c=1 a=RW80CeWoRwcA:10 a=kj9zAlcOel0A:10 a=x2m3GPe0AAAA:8 a=CE3zJD__3Ehk5WCh3-cA:9 a=6kzXBIpQikaCvcCYZ5AA:7 a=bKQb1NhJiGvVxwS1oB1_KdOSmRgA:4 a=CjuIK1q_8ugA:10 a=ojoE9Ho-aYQA:10 Received: by moorefam.homeunix.org (sSMTP sendmail emulation); Wed, 01 Dec 2010 16:38:05 -0500 Date: Wed, 1 Dec 2010 16:38:05 -0500 From: Kris Moore To: Koop Mast Message-ID: <20101201213805.GA58095@pcbsd.org> References: <20101201171131.GE50226@pcbsd.org> <20101201193603.05e5200f@headache.rainbow-runner.nl> <20101201203201.GD53743@pcbsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101201203201.GD53743@pcbsd.org> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: ken@pcbsd.org, freebsd-gnome@freebsd.org Subject: Re: graphics/gdk-pixbuf2 loader.cache issues 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, 01 Dec 2010 21:38:17 -0000 On Wed, Dec 01, 2010 at 03:32:01PM -0500, Kris Moore wrote: > On Wed, Dec 01, 2010 at 07:36:03PM +0100, Koop Mast wrote: > > On Wed, 1 Dec 2010 12:11:31 -0500 > > Kris Moore wrote: > > > > > > > > > > > I'm building a lot of packages which use the new graphics/gdk-pixbuf2 port, and it looks like its > > > now a requirement that the command "gdk-pixbuf-query-loaders --update-cache" is run before using > > > any gdk app, otherwise we get runtime errors such as: > > > "/usr/local/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache" not found. > > > > > > In some cases the apps just stop working at this point, otherwise they may startup but with > > > missing graphics, screen corruption, etc. > > > > > > Since this file seems to be needed now, shouldn't the package automatically run that > > > command when it installs? Is anybody else seeing this? > > > > There is a @exec line in the plist that should run this command. And I just did a small test, and it generated that file when installing from a package. I'm not sure whats going on. The only issue I heard of regarding gdk-pixbuf2 was that the librsvg2 port didn't register its gdk-pixbuf2 module. But I fixed that last week. > > I'll do some more digging into this then. It also works for me when I add / remove the package on > the system, but in my other case it was doing things in a chroot environment, maybe thats causing > some weirdness somehow :) > > -- > Kris Moore > PC-BSD Software Ok, I may have solved it here. On our particular builds we are parsing the output of pkg_info -L <> which naturally doesn't list the auto-generated loaders.cache file. Which in turn meant it wasn't getting copied over properly. I should be able to fix this locally. Sorry about the noise! -- Kris Moore PC-BSD Software From owner-freebsd-gnome@FreeBSD.ORG Thu Dec 2 08:44:09 2010 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 884A2106567A for ; Thu, 2 Dec 2010 08:44:09 +0000 (UTC) (envelope-from erwin@mail.droso.net) Received: from mail.droso.net (grizzly.droso.net [IPv6:2a01:4f8:130:7021::5]) by mx1.freebsd.org (Postfix) with ESMTP id 8EBB08FC08 for ; Thu, 2 Dec 2010 08:44:07 +0000 (UTC) Received: by mail.droso.net (Postfix, from userid 1001) id 38DA1E420; Thu, 2 Dec 2010 09:44:06 +0100 (CET) Date: Thu, 2 Dec 2010 09:44:06 +0100 From: Erwin Lansing To: gnome@FreeBSD.org Message-ID: <20101202084405.GA33270@droso.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="r5Pyd7+fXNt84Ff3" Content-Disposition: inline X-Operating-System: FreeBSD/amd64 8.1-RELEASE User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Subject: [ports-i386@FreeBSD.org: farsight2-0.0.22 failed on i386 7] 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, 02 Dec 2010 08:44:09 -0000 --r5Pyd7+fXNt84Ff3 Content-Type: text/plain; charset=iso-8859-1 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, -erwin ----- Forwarded message from User Ports-i386 ----- Date: Thu, 2 Dec 2010 02:02:33 GMT =46rom: User Ports-i386 To: erwin@FreeBSD.org, miwi@FreeBSD.org, itetcu@FreeBSD.org Subject: farsight2-0.0.22 failed on i386 7 You can also find this build log at http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/a.7.20101201194911/= farsight2-0.0.22.log building farsight2-0.0.22 on hobson7.isc.freebsd.org in directory /usr2/pkgbuild/7/20101201194911/chroot/260 building for: 7.1-RELEASE-p12 i386 maintained by: gnome@FreeBSD.org port directory: /usr/ports/net-im/farsight2 Makefile ident: $FreeBSD: ports/net-im/farsight2/Makefile,v 1.20 2010/11/27= 04:55:01 marcus Exp $ build started at Thu Dec 2 02:00:13 UTC 2010 FETCH_DEPENDS=3D PATCH_DEPENDS=3Dlibtool-2.2.10.tbz EXTRACT_DEPENDS=3D BUILD_DEPENDS=3Datk-1.32.0.tbz bison-2.4.3,1.tbz bitstream-vera-1.10_4.tbz = cairo-1.10.0_3,1.tbz compositeproto-0.4.1.tbz cups-client-1.4.5.tbz damagep= roto-1.2.0.tbz encodings-1.0.3,1.tbz expat-2.0.1_1.tbz fixesproto-4.1.1.tbz= font-bh-ttf-1.0.1.tbz font-misc-ethiopic-1.0.1.tbz font-misc-meltho-1.0.1.= tbz font-util-1.0.2.tbz fontconfig-2.8.0,1.tbz freetype2-2.4.3.tbz gamin-0.= 1.10_4.tbz gdk-pixbuf-2.22.1.tbz gettext-0.18.1.1.tbz gio-fam-backend-2.26.= 1.tbz glib-2.26.1_1.tbz gmake-3.81_4.tbz gnutls-2.8.6_2.tbz gobject-introsp= ection-0.9.12.tbz gstreamer-0.10.30.tbz gstreamer-ffmpeg-0.10.11_1.tbz gstr= eamer-plugins-0.10.30,3.tbz gstreamer-plugins-a52dec-0.10.16,3.tbz gstreame= r-plugins-bad-0.10.20,3.tbz gstreamer-plugins-core-0.10_12.tbz gstreamer-pl= ugins-dts-0.10.20,3.tbz gstreamer-plugins-dvd-0.10.16,3.tbz gstreamer-plugi= ns-good-0.10.25,3.tbz gstreamer-plugins-libpng-0.10.25,3.tbz gstreamer-plug= ins-mad-0.10.16,3.tbz gstreamer-plugins-mp3-0.10.0_1.tbz gstreamer-plugins-= ogg-0.10.30,3.tbz gstreamer-plugins-pango-0.10.30,3.tbz gstreamer-plugins-theora-0.10.30,3.= tbz gstreamer-plugins-ugly-0.10.16,3.tbz gstreamer-plugins-vorbis-0.10.30,3= =2Etbz gstreamer-plugins-xvid-0.10.20,3.tbz gtk-2.22.1_1.tbz hicolor-icon-t= heme-0.12.tbz inputproto-2.0.tbz intltool-0.41.1.tbz jasper-1.900.1_9.tbz j= bigkit-1.6.tbz jpeg-8_3.tbz kbproto-1.0.4.tbz libICE-1.0.6,1.tbz libSM-1.1.= 1_3,1.tbz libX11-1.3.3_1,1.tbz libXau-1.0.5.tbz libXcomposite-0.4.1,1.tbz l= ibXcursor-1.1.10.tbz libXdamage-1.1.2.tbz libXdmcp-1.0.3.tbz libXext-1.1.1,= 1.tbz libXfixes-4.0.4.tbz libXft-2.1.14.tbz libXi-1.3,1.tbz libXinerama-1.1= ,1.tbz libXrandr-1.3.0.tbz libXrender-0.9.5.tbz libXt-1.0.7.tbz libXv-1.0.5= ,1.tbz liba52-0.7.4_2.tbz libdca-0.0.5.tbz libdvdread-4.1.4.r1217_1.tbz lib= ffi-3.0.9.tbz libfontenc-1.0.5.tbz libgcrypt-1.4.6.tbz libglade2-2.6.4_3.tb= z libgpg-error-1.10.tbz libiconv-1.13.1_1.tbz libid3tag-0.15.1b.tbz libmad-= 0.15.1b_2.tbz libnice-0.0.13.tbz libogg-1.2.1,4.tbz libpthread-stubs-0.3_3.= tbz libtheora-1.1 .1_2.tbz libtool-2.2.10.tbz libvorbis-1.3.2,3.tbz libxcb-1.7! .tbz libxml2-2.7.8_1.tbz m4-1.4.15,1.tbz mkfontdir-1.0.5.tbz mkfontscale-1= =2E0.7.tbz orc-0.4.11.tbz p5-XML-Parser-2.40.tbz pango-1.28.3.tbz pcre-8.10= =2Etbz perl-5.10.1_3.tbz pixman-0.18.4.tbz pkg-config-0.25_1.tbz png-1.4.3.= tbz py26-cairo-1.8.10.tbz py26-gobject-2.26.0.tbz py26-gstreamer-0.10.19.tb= z py26-gtk-2.22.0_1.tbz py26-libxml2-2.7.8_1.tbz python26-2.6.6.tbz randrpr= oto-1.3.1.tbz renderproto-0.11.tbz shared-mime-info-0.80.tbz tiff-4.0.0.tbz= videoproto-2.3.0.tbz xcb-util-0.3.6_1.tbz xextproto-7.1.1.tbz xineramaprot= o-1.2.tbz xmlcatmgr-2.2.tbz xorg-fonts-truetype-7.5.tbz xproto-7.0.16.tbz x= vid-1.2.2_1,1.tbz RUN_DEPENDS=3Datk-1.32.0.tbz bison-2.4.3,1.tbz bitstream-vera-1.10_4.tbz ca= iro-1.10.0_3,1.tbz compositeproto-0.4.1.tbz cups-client-1.4.5.tbz damagepro= to-1.2.0.tbz encodings-1.0.3,1.tbz expat-2.0.1_1.tbz fixesproto-4.1.1.tbz f= ont-bh-ttf-1.0.1.tbz font-misc-ethiopic-1.0.1.tbz font-misc-meltho-1.0.1.tb= z font-util-1.0.2.tbz fontconfig-2.8.0,1.tbz freetype2-2.4.3.tbz gamin-0.1.= 10_4.tbz gdk-pixbuf-2.22.1.tbz gettext-0.18.1.1.tbz gio-fam-backend-2.26.1.= tbz glib-2.26.1_1.tbz gnutls-2.8.6_2.tbz gobject-introspection-0.9.12.tbz g= streamer-0.10.30.tbz gstreamer-ffmpeg-0.10.11_1.tbz gstreamer-plugins-0.10.= 30,3.tbz gstreamer-plugins-a52dec-0.10.16,3.tbz gstreamer-plugins-bad-0.10.= 20,3.tbz gstreamer-plugins-core-0.10_12.tbz gstreamer-plugins-dts-0.10.20,3= =2Etbz gstreamer-plugins-dvd-0.10.16,3.tbz gstreamer-plugins-good-0.10.25,3= =2Etbz gstreamer-plugins-libpng-0.10.25,3.tbz gstreamer-plugins-mad-0.10.16= ,3.tbz gstreamer-plugins-mp3-0.10.0_1.tbz gstreamer-plugins-ogg-0.10.30,3.t= bz gstreamer-plugins- pango-0.10.30,3.tbz gstreamer-plugins-theora-0.10.30,3.tbz gstreamer-plugi= ns-ugly-0.10.16,3.tbz gstreamer-plugins-vorbis-0.10.30,3.tbz gstreamer-plug= ins-xvid-0.10.20,3.tbz gtk-2.22.1_1.tbz hicolor-icon-theme-0.12.tbz inputpr= oto-2.0.tbz jasper-1.900.1_9.tbz jbigkit-1.6.tbz jpeg-8_3.tbz kbproto-1.0.4= =2Etbz libICE-1.0.6,1.tbz libSM-1.1.1_3,1.tbz libX11-1.3.3_1,1.tbz libXau-1= =2E0.5.tbz libXcomposite-0.4.1,1.tbz libXcursor-1.1.10.tbz libXdamage-1.1.2= =2Etbz libXdmcp-1.0.3.tbz libXext-1.1.1,1.tbz libXfixes-4.0.4.tbz libXft-2.= 1.14.tbz libXi-1.3,1.tbz libXinerama-1.1,1.tbz libXrandr-1.3.0.tbz libXrend= er-0.9.5.tbz libXt-1.0.7.tbz libXv-1.0.5,1.tbz liba52-0.7.4_2.tbz libdca-0.= 0.5.tbz libdvdread-4.1.4.r1217_1.tbz libffi-3.0.9.tbz libfontenc-1.0.5.tbz = libgcrypt-1.4.6.tbz libglade2-2.6.4_3.tbz libgpg-error-1.10.tbz libiconv-1.= 13.1_1.tbz libid3tag-0.15.1b.tbz libmad-0.15.1b_2.tbz libnice-0.0.13.tbz li= bogg-1.2.1,4.tbz libpthread-stubs-0.3_3.tbz libtheora-1.1.1_2.tbz libvorbis= -1.3.2,3.tbz libxcb-1 .7.tbz libxml2-2.7.8_1.tbz m4-1.4.15,1.tbz mkfontdir-1.0.5.t! bz mkfontscale-1.0.7.tbz orc-0.4.11.tbz pango-1.28.3.tbz pcre-8.10.tbz per= l-5.10.1_3.tbz pixman-0.18.4.tbz pkg-config-0.25_1.tbz png-1.4.3.tbz py26-c= airo-1.8.10.tbz py26-gobject-2.26.0.tbz py26-gstreamer-0.10.19.tbz py26-gtk= -2.22.0_1.tbz py26-libxml2-2.7.8_1.tbz python26-2.6.6.tbz randrproto-1.3.1.= tbz renderproto-0.11.tbz shared-mime-info-0.80.tbz tiff-4.0.0.tbz videoprot= o-2.3.0.tbz xcb-util-0.3.6_1.tbz xextproto-7.1.1.tbz xineramaproto-1.2.tbz = xmlcatmgr-2.2.tbz xorg-fonts-truetype-7.5.tbz xproto-7.0.16.tbz xvid-1.2.2_= 1,1.tbz prefixes: LOCALBASE=3Dusr/local 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=3D=3D> License check disabled, port has not defined LICENSE =3D> farsight2-0.0.22.tar.gz doesn't seem to exist in /tmp/distfiles/. =3D> Attempting to fetch from ftp://freebsd.isc.org/pub/FreeBSD/ports/distf= iles/. farsight2-0.0.22.tar.gz 1091 kB 5961 kBps =3D> SHA256 Checksum OK for farsight2-0.0.22.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> License check disabled, port has not defined LICENSE =3D=3D=3D> Extracting for farsight2-0.0.22 =3D> SHA256 Checksum OK for farsight2-0.0.22.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 libtool-2.2.10.tbz adding dependencies pkg_add libtool-2.2.10.tbz =3D=3D=3D> Patching for farsight2-0.0.22 =3D=3D=3D> farsight2-0.0.22 depends on package: libtool>=3D2.2 - found =3D=3D=3D> Applying FreeBSD patches for farsight2-0.0.22 Deleting libtool-2.2.10 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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 atk-1.32.0.tbz bison-2.4.3,1.tbz bitstream-vera-1.10_4.tbz cairo-1.= 10.0_3,1.tbz compositeproto-0.4.1.tbz cups-client-1.4.5.tbz damageproto-1.2= =2E0.tbz encodings-1.0.3,1.tbz expat-2.0.1_1.tbz fixesproto-4.1.1.tbz font-= bh-ttf-1.0.1.tbz font-misc-ethiopic-1.0.1.tbz font-misc-meltho-1.0.1.tbz fo= nt-util-1.0.2.tbz fontconfig-2.8.0,1.tbz freetype2-2.4.3.tbz gamin-0.1.10_4= =2Etbz gdk-pixbuf-2.22.1.tbz gettext-0.18.1.1.tbz gio-fam-backend-2.26.1.tb= z glib-2.26.1_1.tbz gmake-3.81_4.tbz gnutls-2.8.6_2.tbz gobject-introspecti= on-0.9.12.tbz gstreamer-0.10.30.tbz gstreamer-ffmpeg-0.10.11_1.tbz gstreame= r-plugins-0.10.30,3.tbz gstreamer-plugins-a52dec-0.10.16,3.tbz gstreamer-pl= ugins-bad-0.10.20,3.tbz gstreamer-plugins-core-0.10_12.tbz gstreamer-plugin= s-dts-0.10.20,3.tbz gstreamer-plugins-dvd-0.10.16,3.tbz gstreamer-plugins-g= ood-0.10.25,3.tbz gstreamer-plugins-libpng-0.10.25,3.tbz gstreamer-plugins-= mad-0.10.16,3.tbz gstreamer-plugins-mp3-0.10.0_1.tbz gstreamer-plugins-ogg-= 0.10.30,3.tbz gstre amer-plugins-pango-0.10.30,3.tbz gstreamer-plugins-theora-0.10.30,3.tbz gs= treamer-plugins-ugly-0.10.16,3.tbz gstreamer-plugins-vorbis-0.10.30,3.tbz g= streamer-plugins-xvid-0.10.20,3.tbz gtk-2.22.1_1.tbz hicolor-icon-theme-0.1= 2.tbz inputproto-2.0.tbz intltool-0.41.1.tbz jasper-1.900.1_9.tbz jbigkit-1= =2E6.tbz jpeg-8_3.tbz kbproto-1.0.4.tbz libICE-1.0.6,1.tbz libSM-1.1.1_3,1.= tbz libX11-1.3.3_1,1.tbz libXau-1.0.5.tbz libXcomposite-0.4.1,1.tbz libXcur= sor-1.1.10.tbz libXdamage-1.1.2.tbz libXdmcp-1.0.3.tbz libXext-1.1.1,1.tbz = libXfixes-4.0.4.tbz libXft-2.1.14.tbz libXi-1.3,1.tbz libXinerama-1.1,1.tbz= libXrandr-1.3.0.tbz libXrender-0.9.5.tbz libXt-1.0.7.tbz libXv-1.0.5,1.tbz= liba52-0.7.4_2.tbz libdca-0.0.5.tbz libdvdread-4.1.4.r1217_1.tbz libffi-3.= 0.9.tbz libfontenc-1.0.5.tbz libgcrypt-1.4.6.tbz libglade2-2.6.4_3.tbz libg= pg-error-1.10.tbz libiconv-1.13.1_1.tbz libid3tag-0.15.1b.tbz libmad-0.15.1= b_2.tbz libnice-0.0.13.tbz libogg-1.2.1,4.tbz libpthread-stubs-0.3_3.tbz li= btheora-1.1.1_2.t bz libtool-2.2.10.tbz libvorbis-1.3.2,3.tbz libxcb-1.7.tbz l! ibxml2-2.7.8_1.tbz m4-1.4.15,1.tbz mkfontdir-1.0.5.tbz mkfontscale-1.0.7.t= bz orc-0.4.11.tbz p5-XML-Parser-2.40.tbz pango-1.28.3.tbz pcre-8.10.tbz per= l-5.10.1_3.tbz pixman-0.18.4.tbz pkg-config-0.25_1.tbz png-1.4.3.tbz py26-c= airo-1.8.10.tbz py26-gobject-2.26.0.tbz py26-gstreamer-0.10.19.tbz py26-gtk= -2.22.0_1.tbz py26-libxml2-2.7.8_1.tbz python26-2.6.6.tbz randrproto-1.3.1.= tbz renderproto-0.11.tbz shared-mime-info-0.80.tbz tiff-4.0.0.tbz videoprot= o-2.3.0.tbz xcb-util-0.3.6_1.tbz xextproto-7.1.1.tbz xineramaproto-1.2.tbz = xmlcatmgr-2.2.tbz xorg-fonts-truetype-7.5.tbz xproto-7.0.16.tbz xvid-1.2.2_= 1,1.tbz adding dependencies pkg_add atk-1.32.0.tbz =3D=3D=3D=3D Note that some of the standard modules are provided as separate ports since they require extra dependencies: bsddb databases/py-bsddb gdbm databases/py-gdbm sqlite3 databases/py-sqlite3 tkinter x11-toolkits/py-tkinter Install them as needed. =3D=3D=3D=3D Removing stale symlinks from /usr/bin... Skipping /usr/bin/perl Skipping /usr/bin/perl5 Done. Creating various symlinks in /usr/bin... Symlinking /usr/local/bin/perl5.10.1 to /usr/bin/perl Symlinking /usr/local/bin/perl5.10.1 to /usr/bin/perl5 Done. Cleaning up /etc/make.conf... Done. Spamming /etc/make.conf... Done. Cleaning up /etc/manpath.config... Done. Spamming /etc/manpath.config... Done. No schema files found: doing nothing. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D Gamin will only provide realtime notification of changes for at most n file= s, where n is the minimum value between (kern.maxfiles * 0.7) and (kern.maxfilesperproc - 200). Beyond that limit, files will be polled. If you often open several large folders with Nautilus, you might want to increase the kern.maxfiles tunable (you do not need to set kern.maxfilesperproc, since it is computed at boot time from kern.maxfiles). For a typical desktop, add the following line to /boot/loader.conf, then reboot the system: kern.maxfiles=3D"25000" The behavior of gamin can be controlled via the various gaminrc files. See http://www.gnome.org/~veillard/gamin/config.html on how to create these files. In particular, if you find gam_server is taking up too much CPU time polling for changes, something like the following may help in one of the gaminrc files: # reduce polling frequency to once per 10 seconds # for UFS file systems in order to lower CPU load fsset ufs poll 10 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D pkg_add bison-2.4.3,1.tbz pkg_add bitstream-vera-1.10_4.tbz Running fc-cache to build fontconfig cache... /usr/local/lib/X11/fonts: caching, new cache contents: 0 fonts, 1 dirs /usr/local/lib/X11/fonts/local: caching, new cache contents: 0 fonts, 0 dirs /root/.fonts: skipping, no such directory /var/db/fontconfig: cleaning cache directory /root/.fontconfig: not cleaning non-existent cache directory fc-cache: succeeded /var/tmp/instmp.LJqB7S/lib/X11/fonts/bitstream-vera: caching, new cache con= tents: 10 fonts, 0 dirs /var/db/fontconfig: cleaning cache directory /var/db/fontconfig: invalid cache file: deea84fa067eec67b69dab1b2344175b-le= 32d4.cache-3 /root/.fontconfig: not cleaning non-existent cache directory /usr/local/bin/fc-cache: succeeded IMPORTANT - READ CAREFULLY: Please read the COPYRIGHT included with these f= onts before using. The copyright can be found at /usr/local/lib/X11/fonts/bitst= ream-vera/COPYRIGHT.TXT. To use these fonts, follow the instructions below. Make sure that the freetype module is loaded. If it is not, add the follow= ing line to the "Modules" section of your X Windows configuration file: Load "freetype" Add the following line to the "Files" section of X Windows configuration fi= le: FontPath "/usr/local/lib/X11/fonts/bitstream-vera/" Note: your X Windows configuration file is typically /etc/X11/xorg.conf pkg_add cairo-1.10.0_3,1.tbz ***************************************************************** Although libxcb can yield dramatic improvements in speed, memory footprint, and responsiveness, and will probably become the default Xlib for X.org/freedesktop.org, it is still experimental software. Some broken callers will abort() on locking assertion failures. As a temporary workaround, set LIBXCB_ALLOW_SLOPPY_LOCK in your environment to skip the abort(). This may result in noisy stacktrace printing. ***************************************************************** pkg_add compositeproto-0.4.1.tbz pkg_add cups-client-1.4.5.tbz pkg_add damageproto-1.2.0.tbz pkg_add encodings-1.0.3,1.tbz pkg_add expat-2.0.1_1.tbz skipping expat-2.0.1_1, already added pkg_add fixesproto-4.1.1.tbz pkg_add font-bh-ttf-1.0.1.tbz /usr/local/lib/X11/fonts/TTF: caching, new cache contents: 12 fonts, 0 dirs /var/db/fontconfig: cleaning cache directory /var/db/fontconfig: invalid cache file: 687af1fc4d8e3091e3a63470bd18241e-le= 32d4.cache-3 /root/.fontconfig: not cleaning non-existent cache directory fc-cache: succeeded pkg_add font-misc-ethiopic-1.0.1.tbz /usr/local/lib/X11/fonts/TTF: caching, new cache contents: 13 fonts, 0 dirs /var/db/fontconfig: cleaning cache directory /root/.fontconfig: not cleaning non-existent cache directory fc-cache: succeeded /usr/local/lib/X11/fonts/OTF: caching, new cache contents: 1 fonts, 0 dirs /var/db/fontconfig: cleaning cache directory /root/.fontconfig: not cleaning non-existent cache directory fc-cache: succeeded pkg_add font-misc-meltho-1.0.1.tbz /usr/local/lib/X11/fonts/OTF: caching, new cache contents: 23 fonts, 0 dirs /var/db/fontconfig: cleaning cache directory /root/.fontconfig: not cleaning non-existent cache directory fc-cache: succeeded pkg_add font-util-1.0.2.tbz skipping font-util-1.0.2, already added pkg_add fontconfig-2.8.0,1.tbz skipping fontconfig-2.8.0,1, already added pkg_add freetype2-2.4.3.tbz skipping freetype2-2.4.3, already added pkg_add gamin-0.1.10_4.tbz skipping gamin-0.1.10_4, already added pkg_add gdk-pixbuf-2.22.1.tbz pkg_add gettext-0.18.1.1.tbz skipping gettext-0.18.1.1, already added pkg_add gio-fam-backend-2.26.1.tbz skipping gio-fam-backend-2.26.1, already added pkg_add glib-2.26.1_1.tbz skipping glib-2.26.1_1, already added pkg_add gmake-3.81_4.tbz pkg_add gnutls-2.8.6_2.tbz skipping gnutls-2.8.6_2, already added pkg_add gobject-introspection-0.9.12.tbz pkg_add gstreamer-0.10.30.tbz pkg_add gstreamer-ffmpeg-0.10.11_1.tbz pkg_add gstreamer-plugins-0.10.30,3.tbz skipping gstreamer-plugins-0.10.30,3, already added pkg_add gstreamer-plugins-a52dec-0.10.16,3.tbz pkg_add gstreamer-plugins-bad-0.10.20,3.tbz pkg_add gstreamer-plugins-core-0.10_12.tbz pkg_add gstreamer-plugins-dts-0.10.20,3.tbz skipping gstreamer-plugins-dts-0.10.20,3, already added pkg_add gstreamer-plugins-dvd-0.10.16,3.tbz skipping gstreamer-plugins-dvd-0.10.16,3, already added pkg_add gstreamer-plugins-good-0.10.25,3.tbz skipping gstreamer-plugins-good-0.10.25,3, already added pkg_add gstreamer-plugins-libpng-0.10.25,3.tbz skipping gstreamer-plugins-libpng-0.10.25,3, already added pkg_add gstreamer-plugins-mad-0.10.16,3.tbz skipping gstreamer-plugins-mad-0.10.16,3, already added pkg_add gstreamer-plugins-mp3-0.10.0_1.tbz skipping gstreamer-plugins-mp3-0.10.0_1, already added pkg_add gstreamer-plugins-ogg-0.10.30,3.tbz skipping gstreamer-plugins-ogg-0.10.30,3, already added pkg_add gstreamer-plugins-pango-0.10.30,3.tbz skipping gstreamer-plugins-pango-0.10.30,3, already added pkg_add gstreamer-plugins-theora-0.10.30,3.tbz skipping gstreamer-plugins-theora-0.10.30,3, already added pkg_add gstreamer-plugins-ugly-0.10.16,3.tbz skipping gstreamer-plugins-ugly-0.10.16,3, already added pkg_add gstreamer-plugins-vorbis-0.10.30,3.tbz skipping gstreamer-plugins-vorbis-0.10.30,3, already added pkg_add gstreamer-plugins-xvid-0.10.20,3.tbz skipping gstreamer-plugins-xvid-0.10.20,3, already added pkg_add gtk-2.22.1_1.tbz pkg_add hicolor-icon-theme-0.12.tbz skipping hicolor-icon-theme-0.12, already added pkg_add inputproto-2.0.tbz skipping inputproto-2.0, already added pkg_add intltool-0.41.1.tbz pkg_add jasper-1.900.1_9.tbz skipping jasper-1.900.1_9, already added pkg_add jbigkit-1.6.tbz skipping jbigkit-1.6, already added pkg_add jpeg-8_3.tbz skipping jpeg-8_3, already added pkg_add kbproto-1.0.4.tbz skipping kbproto-1.0.4, already added pkg_add libICE-1.0.6,1.tbz skipping libICE-1.0.6,1, already added pkg_add libSM-1.1.1_3,1.tbz skipping libSM-1.1.1_3,1, already added pkg_add libX11-1.3.3_1,1.tbz skipping libX11-1.3.3_1,1, already added pkg_add libXau-1.0.5.tbz skipping libXau-1.0.5, already added pkg_add libXcomposite-0.4.1,1.tbz skipping libXcomposite-0.4.1,1, already added pkg_add libXcursor-1.1.10.tbz skipping libXcursor-1.1.10, already added pkg_add libXdamage-1.1.2.tbz skipping libXdamage-1.1.2, already added pkg_add libXdmcp-1.0.3.tbz skipping libXdmcp-1.0.3, already added pkg_add libXext-1.1.1,1.tbz skipping libXext-1.1.1,1, already added pkg_add libXfixes-4.0.4.tbz skipping libXfixes-4.0.4, already added pkg_add libXft-2.1.14.tbz skipping libXft-2.1.14, already added pkg_add libXi-1.3,1.tbz skipping libXi-1.3,1, already added pkg_add libXinerama-1.1,1.tbz skipping libXinerama-1.1,1, already added pkg_add libXrandr-1.3.0.tbz skipping libXrandr-1.3.0, already added pkg_add libXrender-0.9.5.tbz skipping libXrender-0.9.5, already added pkg_add libXt-1.0.7.tbz skipping libXt-1.0.7, already added pkg_add libXv-1.0.5,1.tbz skipping libXv-1.0.5,1, already added pkg_add liba52-0.7.4_2.tbz skipping liba52-0.7.4_2, already added pkg_add libdca-0.0.5.tbz skipping libdca-0.0.5, already added pkg_add libdvdread-4.1.4.r1217_1.tbz skipping libdvdread-4.1.4.r1217_1, already added pkg_add libffi-3.0.9.tbz skipping libffi-3.0.9, already added pkg_add libfontenc-1.0.5.tbz skipping libfontenc-1.0.5, already added pkg_add libgcrypt-1.4.6.tbz skipping libgcrypt-1.4.6, already added pkg_add libglade2-2.6.4_3.tbz + Creating /usr/local/share/sgml/catalog + Registering CATALOG catalog.ports (SGML) + Creating /usr/local/share/sgml/catalog.ports + Creating /usr/local/share/xml/catalog + Registering nextCatalog catalog.ports (XML) + Creating /usr/local/share/xml/catalog.ports The following catalogs are installed: 1) ${PREFIX}/share/sgml/catalog The top level catalog for SGML stuff. It is not changed by any ports/packages except textproc/xmlcatmgr. 2) ${PREFIX}/share/sgml/catalog.ports This catalog is for handling SGML stuff installed under ${PREFIX}/share/sgml. It is changed by ports/packages. 3) ${PREFIX}/share/xml/catalog The top level catalog for XML stuff. It is not changed by any ports/packages except textproc/xmlcatmgr. 4) ${PREFIX}/share/xml/catalog.ports This catalog is for handling XML stuff installed under ${PREFIX}/share/xml. It is changed by ports/packages. pkg_add libgpg-error-1.10.tbz skipping libgpg-error-1.10, already added pkg_add libiconv-1.13.1_1.tbz skipping libiconv-1.13.1_1, already added pkg_add libid3tag-0.15.1b.tbz skipping libid3tag-0.15.1b, already added pkg_add libmad-0.15.1b_2.tbz skipping libmad-0.15.1b_2, already added pkg_add libnice-0.0.13.tbz pkg_add libogg-1.2.1,4.tbz skipping libogg-1.2.1,4, already added pkg_add libpthread-stubs-0.3_3.tbz skipping libpthread-stubs-0.3_3, already added pkg_add libtheora-1.1.1_2.tbz skipping libtheora-1.1.1_2, already added pkg_add libtool-2.2.10.tbz pkg_add libvorbis-1.3.2,3.tbz skipping libvorbis-1.3.2,3, already added pkg_add libxcb-1.7.tbz skipping libxcb-1.7, already added pkg_add libxml2-2.7.8_1.tbz skipping libxml2-2.7.8_1, already added pkg_add m4-1.4.15,1.tbz skipping m4-1.4.15,1, already added pkg_add mkfontdir-1.0.5.tbz skipping mkfontdir-1.0.5, already added pkg_add mkfontscale-1.0.7.tbz skipping mkfontscale-1.0.7, already added pkg_add orc-0.4.11.tbz skipping orc-0.4.11, already added pkg_add p5-XML-Parser-2.40.tbz skipping p5-XML-Parser-2.40, already added pkg_add pango-1.28.3.tbz skipping pango-1.28.3, already added pkg_add pcre-8.10.tbz skipping pcre-8.10, already added pkg_add perl-5.10.1_3.tbz skipping perl-5.10.1_3, already added pkg_add pixman-0.18.4.tbz skipping pixman-0.18.4, already added pkg_add pkg-config-0.25_1.tbz skipping pkg-config-0.25_1, already added pkg_add png-1.4.3.tbz skipping png-1.4.3, already added pkg_add py26-cairo-1.8.10.tbz pkg_add py26-gobject-2.26.0.tbz pkg_add py26-gstreamer-0.10.19.tbz pkg_add py26-gtk-2.22.0_1.tbz skipping py26-gtk-2.22.0_1, already added pkg_add py26-libxml2-2.7.8_1.tbz skipping py26-libxml2-2.7.8_1, already added pkg_add python26-2.6.6.tbz skipping python26-2.6.6, already added pkg_add randrproto-1.3.1.tbz skipping randrproto-1.3.1, already added pkg_add renderproto-0.11.tbz skipping renderproto-0.11, already added pkg_add shared-mime-info-0.80.tbz skipping shared-mime-info-0.80, already added pkg_add tiff-4.0.0.tbz skipping tiff-4.0.0, already added pkg_add videoproto-2.3.0.tbz skipping videoproto-2.3.0, already added pkg_add xcb-util-0.3.6_1.tbz skipping xcb-util-0.3.6_1, already added pkg_add xextproto-7.1.1.tbz skipping xextproto-7.1.1, already added pkg_add xineramaproto-1.2.tbz skipping xineramaproto-1.2, already added pkg_add xmlcatmgr-2.2.tbz skipping xmlcatmgr-2.2, already added pkg_add xorg-fonts-truetype-7.5.tbz skipping xorg-fonts-truetype-7.5, already added pkg_add xproto-7.0.16.tbz skipping xproto-7.0.16, already added pkg_add xvid-1.2.2_1,1.tbz skipping xvid-1.2.2_1,1, already added =3D=3D=3D> farsight2-0.0.22 depends on file: /usr/local/bin/python2.6 - f= ound =3D=3D=3D> farsight2-0.0.22 depends on executable: gmake - found =3D=3D=3D> farsight2-0.0.22 depends on package: gstreamer-plugins-core>= =3D0.10.0 - found =3D=3D=3D> farsight2-0.0.22 depends on package: gstreamer-plugins-good>= =3D0.10.0 - found =3D=3D=3D> farsight2-0.0.22 depends on package: gstreamer-plugins-bad>=3D= 0.10.0 - found =3D=3D=3D> farsight2-0.0.22 depends on package: py26-gstreamer>=3D0.10.4 = - found =3D=3D=3D> farsight2-0.0.22 depends on package: libtool>=3D2.2 - found =3D=3D=3D> farsight2-0.0.22 depends on file: /usr/local/bin/intltool-extr= act - found =3D=3D=3D> farsight2-0.0.22 depends on executable: pkg-config - found =3D=3D=3D> farsight2-0.0.22 depends on file: /usr/local/libdata/pkgconfig= /pygtk-2.0.pc - found =3D=3D=3D> farsight2-0.0.22 depends on shared library: nice.0 - found =3D=3D=3D> farsight2-0.0.22 depends on shared library: intl - found =3D=3D=3D> farsight2-0.0.22 depends on shared library: atk-1.0.0 - found =3D=3D=3D> farsight2-0.0.22 depends on shared library: glib-2.0.0 - found =3D=3D=3D> farsight2-0.0.22 depends on shared library: gtk-x11-2.0.0 - fo= und =3D=3D=3D> farsight2-0.0.22 depends on shared library: glade-2.0.0 - found =3D=3D=3D> farsight2-0.0.22 depends on shared library: xml2.5 - found =3D=3D=3D> farsight2-0.0.22 depends on shared library: pango-1.0.0 - found =3D=3D=3D> Configuring for farsight2-0.0.22 checking for a BSD-compatible install... /usr/bin/install -c -o root -g whe= el checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether gmake sets $(MAKE)... yes checking nano version... 0 (release) checking build system type... i386-portbld-freebsd7.1 checking host system type... i386-portbld-freebsd7.1 checking for style of include used by gmake... GNU checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables...=20 checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking dependency style of cc... gcc3 checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 262144 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+=3D"... no checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking how to run the C preprocessor... cpp checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC 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.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... y= es checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd7.1 ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for VALGRIND... gnome-config: not found no no configure: Using Farsight2 source release as package name configure: Using Unknown package origin as package origin configure: Using /usr/local/libexec/gst-install-plugins-helper as plugin in= stall helper checking for NICE... yes checking whether byte ordering is bigendian... no checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking dependency style of cc... (cached) gcc3 checking for valgrind... no checking whether to build gtk-doc documentation... no checking for gtkdoc-check... no checking whether /usr/local/bin/python2.6 version >=3D 2.4... yes checking for /usr/local/bin/python2.6 version... 2.6 checking for /usr/local/bin/python2.6 platform... freebsd7 checking for /usr/local/bin/python2.6 script directory... ${prefix}/lib/pyt= hon2.6/site-packages checking for /usr/local/bin/python2.6 extension module directory... ${exec_= prefix}/lib/python2.6/site-packages checking for a sed that does not truncate output... (cached) /usr/bin/sed checking whether to build plugin documentation... no (gtk-doc disabled or n= ot available) checking whether cc understands -c and -o together... yes checking for library containing strerror... none required checking for ANSI C header files... (cached) yes checking malloc.h usability... no checking malloc.h presence... no checking for malloc.h... no checking for struct ip_mreqn.imr_ifindex... yes checking for GLIB... yes checking for GIO_UNIX... yes checking for GST... yes configure: using GStreamer tools in /usr/local/bin configure: using GStreamer plug-ins in /usr/local/lib/gstreamer-0.10 checking for GST_BASE... yes checking for GST_CHECK... gnome-config: not found no configure: No package 'gstreamer-check-0.10' found configure: no gstreamer-check-0.10 >=3D 0.10.26 (GStreamer Check unittest L= ibrary) found checking for GST_PLUGINS_BASE... yes configure: using GStreamer Base Plugins in /usr/local/lib/gstreamer-0.10 gnome-config: not found configure: Using /usr/local/lib/gstreamer-0.10 as the plugin install locati= on checking to see if compiler understands -Wall... yes checking to see if compiler understands -Wdeclaration-after-statement... yes checking to see if compiler understands -Wvla... no checking to see if compiler understands -Wpointer-arith... yes configure: set WARNING_CFLAGS to -Wall -Wdeclaration-after-statement -Wpoi= nter-arith configure: set ERROR_CFLAGS to=20 checking for getifaddrs... yes checking for headers required to compile python extensions... found checking for PYFARSIGHT... yes checking for PYCODEGEN... yes checking for GUPNP... gnome-config: not found no configure: creating ./config.status config.status: creating Makefile config.status: creating farsight2.pc config.status: creating common/Makefile config.status: creating common/m4/Makefile config.status: creating common-modified/Makefile config.status: creating gst/Makefile config.status: creating gst/fsrtpconference/Makefile config.status: creating gst/fsmsnconference/Makefile config.status: creating gst/funnel/Makefile config.status: creating gst/rtcpfilter/Makefile config.status: creating gst/videoanyrate/Makefile config.status: creating gst-libs/Makefile config.status: creating gst-libs/gst/Makefile config.status: creating gst-libs/gst/farsight/Makefile config.status: creating transmitters/Makefile config.status: creating transmitters/rawudp/Makefile config.status: creating transmitters/multicast/Makefile config.status: creating transmitters/nice/Makefile config.status: creating transmitters/shm/Makefile config.status: creating tests/Makefile config.status: creating tests/check/Makefile config.status: creating tests/rtp/Makefile config.status: creating examples/Makefile config.status: creating examples/gui/Makefile config.status: creating examples/commandline/Makefile config.status: creating docs/Makefile config.status: creating docs/libs/Makefile config.status: creating docs/plugins/Makefile config.status: creating docs/version.entities config.status: creating python/Makefile config.status: creating m4/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands =3D=3D=3D> Building for farsight2-0.0.22 gmake all-recursive gmake[1]: Entering directory `/work/a/ports/net-im/farsight2/work/farsight2= -0.0.22' Making all in gst-libs gmake[2]: Entering directory `/work/a/ports/net-im/farsight2/work/farsight2= -0.0.22/gst-libs' Making all in gst gmake[3]: Entering directory `/work/a/ports/net-im/farsight2/work/farsight2= -0.0.22/gst-libs/gst' Making all in farsight gmake[4]: Entering directory `/work/a/ports/net-im/farsight2/work/farsight2= -0.0.22/gst-libs/gst/farsight' GEN fs-marshal.list GEN fs-marshal.c GEN fs-marshal.h test: xfs-candidate.h fs-codec.h fs-participant.h fs-session.h fs-stream.h = fs-conference-iface.h: unexpected operator GEN fs-enumtypes.c GEN fs-enumtypes.h GEN fs-enum-types.h gmake all-am gmake[5]: Entering directory `/work/a/ports/net-im/farsight2/work/farsight2= -0.0.22/gst-libs/gst/farsight' CC libgstfarsight_0.10_la-fs-base-conference.lo CC libgstfarsight_0.10_la-fs-candidate.lo CC libgstfarsight_0.10_la-fs-codec.lo CC libgstfarsight_0.10_la-fs-participant.lo CC libgstfarsight_0.10_la-fs-session.lo CC libgstfarsight_0.10_la-fs-stream.lo CC libgstfarsight_0.10_la-fs-conference-iface.lo CC libgstfarsight_0.10_la-fs-transmitter.lo CC libgstfarsight_0.10_la-fs-stream-transmitter.lo CC libgstfarsight_0.10_la-fs-plugin.lo CC libgstfarsight_0.10_la-fs-element-added-notifier.lo CC libgstfarsight_0.10_la-fs-interfaces.lo CC libgstfarsight_0.10_la-fs-marshal.lo CC libgstfarsight_0.10_la-fs-enumtypes.lo CCLD libgstfarsight-0.10.la gmake[5]: Leaving directory `/work/a/ports/net-im/farsight2/work/farsight2-= 0.0.22/gst-libs/gst/farsight' gmake[4]: Leaving directory `/work/a/ports/net-im/farsight2/work/farsight2-= 0.0.22/gst-libs/gst/farsight' gmake[4]: Entering directory `/work/a/ports/net-im/farsight2/work/farsight2= -0.0.22/gst-libs/gst' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/work/a/ports/net-im/farsight2/work/farsight2-= 0.0.22/gst-libs/gst' gmake[3]: Leaving directory `/work/a/ports/net-im/farsight2/work/farsight2-= 0.0.22/gst-libs/gst' gmake[3]: Entering directory `/work/a/ports/net-im/farsight2/work/farsight2= -0.0.22/gst-libs' gmake[3]: Nothing to be done for `all-am'. gmake[3]: Leaving directory `/work/a/ports/net-im/farsight2/work/farsight2-= 0.0.22/gst-libs' gmake[2]: Leaving directory `/work/a/ports/net-im/farsight2/work/farsight2-= 0.0.22/gst-libs' Making all in gst gmake[2]: Entering directory `/work/a/ports/net-im/farsight2/work/farsight2= -0.0.22/gst' gmake -C fsrtpconference gmake[3]: Entering directory `/work/a/ports/net-im/farsight2/work/farsight2= -0.0.22/gst/fsrtpconference' GEN fs-rtp-marshal.list GEN fs-rtp-marshal.c GEN fs-rtp-marshal.h gmake all-am gmake[4]: Entering directory `/work/a/ports/net-im/farsight2/work/farsight2= -0.0.22/gst/fsrtpconference' CC fs-rtp-conference.lo CC fs-rtp-participant.lo CC fs-rtp-session.lo CC fs-rtp-stream.lo CC fs-rtp-substream.lo CC fs-rtp-discover-codecs.lo CC fs-rtp-codec-cache.lo CC fs-rtp-codec-negotiation.lo CC fs-rtp-codec-specific.lo CC fs-rtp-special-source.lo CC fs-rtp-dtmf-event-source.lo CC fs-rtp-dtmf-sound-source.lo CC fs-rtp-marshal.lo CCLD libfsrtpconference-convenience.la CC fs-rtp-conference-plugin.lo CCLD libfsrtpconference.la gmake[4]: Leaving directory `/work/a/ports/net-im/farsight2/work/farsight2-= 0.0.22/gst/fsrtpconference' gmake[3]: Leaving directory `/work/a/ports/net-im/farsight2/work/farsight2-= 0.0.22/gst/fsrtpconference' gmake -C fsmsnconference gmake[3]: Entering directory `/work/a/ports/net-im/farsight2/work/farsight2= -0.0.22/gst/fsmsnconference' gmake all-am gmake[4]: Entering directory `/work/a/ports/net-im/farsight2/work/farsight2= -0.0.22/gst/fsmsnconference' CC fs-msn-conference.lo CC fs-msn-participant.lo CC fs-msn-session.lo CC fs-msn-connection.lo CC fs-msn-stream.lo CCLD libfsmsnconference-convenience.la CC fs-msn-cam-recv-conference.lo CC fs-msn-cam-send-conference.lo CCLD libfsmsnconference.la gmake[4]: Leaving directory `/work/a/ports/net-im/farsight2/work/farsight2-= 0.0.22/gst/fsmsnconference' gmake[3]: Leaving directory `/work/a/ports/net-im/farsight2/work/farsight2-= 0.0.22/gst/fsmsnconference' gmake -C funnel gmake[3]: Entering directory `/work/a/ports/net-im/farsight2/work/farsight2= -0.0.22/gst/funnel' CC libfsfunnel_la-fs-funnel.lo CCLD libfsfunnel.la gmake[3]: Leaving directory `/work/a/ports/net-im/farsight2/work/farsight2-= 0.0.22/gst/funnel' gmake -C rtcpfilter gmake[3]: Entering directory `/work/a/ports/net-im/farsight2/work/farsight2= -0.0.22/gst/rtcpfilter' CC libfsrtcpfilter_la-fs-rtcp-filter.lo CCLD libfsrtcpfilter.la gmake[3]: Leaving directory `/work/a/ports/net-im/farsight2/work/farsight2-= 0.0.22/gst/rtcpfilter' gmake -C videoanyrate gmake[3]: Entering directory `/work/a/ports/net-im/farsight2/work/farsight2= -0.0.22/gst/videoanyrate' CC libfsvideoanyrate_la-videoanyrate.lo CCLD libfsvideoanyrate.la gmake[3]: Leaving directory `/work/a/ports/net-im/farsight2/work/farsight2-= 0.0.22/gst/videoanyrate' Making all in fsrtpconference gmake[3]: Entering directory `/work/a/ports/net-im/farsight2/work/farsight2= -0.0.22/gst/fsrtpconference' gmake all-am gmake[4]: Entering directory `/work/a/ports/net-im/farsight2/work/farsight2= -0.0.22/gst/fsrtpconference' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/work/a/ports/net-im/farsight2/work/farsight2-= 0.0.22/gst/fsrtpconference' gmake[3]: Leaving directory `/work/a/ports/net-im/farsight2/work/farsight2-= 0.0.22/gst/fsrtpconference' Making all in fsmsnconference gmake[3]: Entering directory `/work/a/ports/net-im/farsight2/work/farsight2= -0.0.22/gst/fsmsnconference' gmake all-am gmake[4]: Entering directory `/work/a/ports/net-im/farsight2/work/farsight2= -0.0.22/gst/fsmsnconference' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/work/a/ports/net-im/farsight2/work/farsight2-= 0.0.22/gst/fsmsnconference' gmake[3]: Leaving directory `/work/a/ports/net-im/farsight2/work/farsight2-= 0.0.22/gst/fsmsnconference' Making all in funnel gmake[3]: Entering directory `/work/a/ports/net-im/farsight2/work/farsight2= -0.0.22/gst/funnel' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/work/a/ports/net-im/farsight2/work/farsight2-= 0.0.22/gst/funnel' Making all in rtcpfilter gmake[3]: Entering directory `/work/a/ports/net-im/farsight2/work/farsight2= -0.0.22/gst/rtcpfilter' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/work/a/ports/net-im/farsight2/work/farsight2-= 0.0.22/gst/rtcpfilter' Making all in videoanyrate gmake[3]: Entering directory `/work/a/ports/net-im/farsight2/work/farsight2= -0.0.22/gst/videoanyrate' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/work/a/ports/net-im/farsight2/work/farsight2-= 0.0.22/gst/videoanyrate' gmake[3]: Entering directory `/work/a/ports/net-im/farsight2/work/farsight2= -0.0.22/gst' gmake[3]: Nothing to be done for `all-am'. gmake[3]: Leaving directory `/work/a/ports/net-im/farsight2/work/farsight2-= 0.0.22/gst' gmake[2]: Leaving directory `/work/a/ports/net-im/farsight2/work/farsight2-= 0.0.22/gst' Making all in transmitters gmake[2]: Entering directory `/work/a/ports/net-im/farsight2/work/farsight2= -0.0.22/transmitters' Making all in rawudp gmake[3]: Entering directory `/work/a/ports/net-im/farsight2/work/farsight2= -0.0.22/transmitters/rawudp' GEN fs-rawudp-marshal.list GEN fs-rawudp-marshal.c GEN fs-rawudp-marshal.h gmake all-am gmake[4]: Entering directory `/work/a/ports/net-im/farsight2/work/farsight2= -0.0.22/transmitters/rawudp' CC librawudp_transmitter_la-fs-rawudp-transmitter.lo CC librawudp_transmitter_la-fs-rawudp-stream-transmitter.lo CC librawudp_transmitter_la-fs-rawudp-component.lo CC librawudp_transmitter_la-fs-rawudp-marshal.lo CCLD librawudp-transmitter.la gmake[4]: Leaving directory `/work/a/ports/net-im/farsight2/work/farsight2-= 0.0.22/transmitters/rawudp' gmake[3]: Leaving directory `/work/a/ports/net-im/farsight2/work/farsight2-= 0.0.22/transmitters/rawudp' Making all in multicast gmake[3]: Entering directory `/work/a/ports/net-im/farsight2/work/farsight2= -0.0.22/transmitters/multicast' CC libmulticast_transmitter_la-fs-multicast-transmitter.lo CC libmulticast_transmitter_la-fs-multicast-stream-transmitter.lo CCLD libmulticast-transmitter.la gmake[3]: Leaving directory `/work/a/ports/net-im/farsight2/work/farsight2-= 0.0.22/transmitters/multicast' Making all in nice gmake[3]: Entering directory `/work/a/ports/net-im/farsight2/work/farsight2= -0.0.22/transmitters/nice' CC libnice_transmitter_la-fs-nice-transmitter.lo CC libnice_transmitter_la-fs-nice-stream-transmitter.lo CC libnice_transmitter_la-fs-nice-agent.lo CCLD libnice-transmitter.la gmake[3]: Leaving directory `/work/a/ports/net-im/farsight2/work/farsight2-= 0.0.22/transmitters/nice' Making all in shm gmake[3]: Entering directory `/work/a/ports/net-im/farsight2/work/farsight2= -0.0.22/transmitters/shm' CC libshm_transmitter_la-fs-shm-transmitter.lo In file included from fs-shm-transmitter.c:58: /usr/include/netinet/ip.h:162: error: expected specifier-qualifier-list bef= ore 'n_long' gmake[3]: *** [libshm_transmitter_la-fs-shm-transmitter.lo] Error 1 gmake[3]: Leaving directory `/work/a/ports/net-im/farsight2/work/farsight2-= 0.0.22/transmitters/shm' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/work/a/ports/net-im/farsight2/work/farsight2-= 0.0.22/transmitters' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/work/a/ports/net-im/farsight2/work/farsight2-= 0.0.22' gmake: *** [all] Error 2 *** Error code 1 Stop in /a/ports/net-im/farsight2. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/net-im/farsight2 ended at Thu Dec 2 02:02:26 UTC 2010 !DSPAM:4cf6fe3d315011565437326! ----- End forwarded message ----- --=20 Erwin Lansing http://droso.org Prediction is very difficult especially about the future erwin@FreeBSD.org --r5Pyd7+fXNt84Ff3 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (FreeBSD) iD8DBQFM91xVqy9aWxUlaZARAqswAJ9tzbymFDLX88lDdalQ6IbDbxXIDwCg6Ca9 UhOerDqEHenGZRUAsVHCedc= =kcHU -----END PGP SIGNATURE----- --r5Pyd7+fXNt84Ff3-- From owner-freebsd-gnome@FreeBSD.ORG Thu Dec 2 11:10:56 2010 Return-Path: Delivered-To: freebsd-gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6EF17106564A for ; Thu, 2 Dec 2010 11:10:56 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id 2CF348FC16 for ; Thu, 2 Dec 2010 11:10:55 +0000 (UTC) Received: from gate.ipt.ru ([194.62.233.123] helo=bb.ipt.ru) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1PO6eZ-000NYP-LL for freebsd-gnome@FreeBSD.org; Thu, 02 Dec 2010 13:44:43 +0300 From: Boris Samorodov To: freebsd-gnome@FreeBSD.org Date: Thu, 02 Dec 2010 13:44:42 +0300 Message-ID: <02961621@bb.ipt.ru> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: Subject: [current, www/firefox]: '_Unwind_Backtrace' was not declared in this scope 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, 02 Dec 2010 11:10:56 -0000 Hi! The error is just the same: http://www.freebsd.org/cgi/query-pr.cgi?pr=3D150631=20 However I don't have devel/libunwind installed. ----- # uname -a FreeBSD bb.ipt.ru 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r216070: Tue Nov 30 11= :39:51 MSK 2010 bsam@bb.ipt.ru:/usr/obj/usr/src/sys/GENERIC i386 # pkg_info -Ix libu libungif-4.1.4_5 Tools and library routines for working with GIF images # make -C /usr/ports/www/firefox ... c++ -o nsStackWalk.o -c -I../../dist/system_wrappers -include ../../config/= gcc_hidden.h -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM -DEXPORT_XPT_API -DEXPOR= T_XPTC_API -D_IMPL_NS_COM_OBSOLETE -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_= XREAPI -DIMPL_NS_NET -DIMPL_THEBES -DOSTYPE=3D\"FreeBSD9\" -DOSARCH=3DFree= BSD -D_IMPL_NS_COM -I./../build -I. -I. -I../../dist/include -I../../dist/i= nclude/nsprpub -I/usr/local/include/nspr -I/usr/ports/www/firefox/work/moz= illa-1.9.2/dist/include/nss -I/usr/include -I/usr/local/include -fPIC= -I/usr/local/include -I/usr/local/include -fno-rtti -fno-exceptions -Wal= l -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-= non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-long-long -O2 -pip= e -O2 -fno-strict-aliasing -fno-strict-aliasing -fshort-wchar -pipe -DNDEB= UG -DTRIMMED -O -D_THREAD_SAFE -D_REENTRANT -I/usr/local/include/gtk-2.0 -I= /usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/in= clude/cairo -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/pango-= 1.0 -I/usr/local/include/gio-unix-2.0/ -I/usr/local/include -I/usr/local/in= clude/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixma= n-1 -I/usr/local/include/freetype2 -I/usr/local/include/gtk-unix-print-2.0 = -I/usr/local/include -I/usr/local/include -DMOZILLA_CLIENT -include ../= ../mozilla-config.h nsStackWalk.cpp nsStackWalk.cpp: In function 'nsresult NS_StackWalk(void (*)(void*, void*),= PRUint32, void*)': nsStackWalk.cpp:1544: error: '_Unwind_Backtrace' was not declared in this s= cope gmake[4]: *** [nsStackWalk.o] =D0=9E=D1=88=D0=B8=D0=B1=D0=BA=D0=B0 1 gmake[4]: *** =D0=9E=D0=B6=D0=B8=D0=B4=D0=B0=D0=BD=D0=B8=D0=B5 =D0=B7=D0=B0= =D0=B2=D0=B5=D1=80=D1=88=D0=B5=D0=BD=D0=B8=D1=8F =D0=B7=D0=B0=D0=B4=D0=B0= =D0=BD=D0=B8=D0=B9... gmake[4]: Leaving directory `/usr/ports/www/firefox/work/mozilla-1.9.2/xpco= m/base' gmake[3]: *** [libs] =D0=9E=D1=88=D0=B8=D0=B1=D0=BA=D0=B0 2 gmake[3]: Leaving directory `/usr/ports/www/firefox/work/mozilla-1.9.2/xpco= m' gmake[2]: *** [libs_tier_xpcom] =D0=9E=D1=88=D0=B8=D0=B1=D0=BA=D0=B0 2 gmake[2]: Leaving directory `/usr/ports/www/firefox/work/mozilla-1.9.2' gmake[1]: *** [tier_xpcom] =D0=9E=D1=88=D0=B8=D0=B1=D0=BA=D0=B0 2 gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla-1.9.2' gmake: *** [default] =D0=9E=D1=88=D0=B8=D0=B1=D0=BA=D0=B0 2 *** Error code 1 Stop in /usr/ports/www/firefox. *** Error code 1 ----- --=20 WBR, bsam From owner-freebsd-gnome@FreeBSD.ORG Fri Dec 3 01:16:21 2010 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ACB911065693; Fri, 3 Dec 2010 01:16:21 +0000 (UTC) (envelope-from avl@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 82D7D8FC17; Fri, 3 Dec 2010 01:16:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oB31GLDf047234; Fri, 3 Dec 2010 01:16:21 GMT (envelope-from avl@freefall.freebsd.org) Received: (from avl@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oB31GLrI047230; Fri, 3 Dec 2010 01:16:21 GMT (envelope-from avl) Date: Fri, 3 Dec 2010 01:16:21 GMT Message-Id: <201012030116.oB31GLrI047230@freefall.freebsd.org> To: sirdice@xs4all.nl, avl@FreeBSD.org, gnome@FreeBSD.org From: avl@FreeBSD.org Cc: Subject: Re: ports/152742: x11/gnome-applets pkg-plist incorrect 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, 03 Dec 2010 01:16:21 -0000 Synopsis: x11/gnome-applets pkg-plist incorrect State-Changed-From-To: open->closed State-Changed-By: avl State-Changed-When: Fri Dec 3 01:16:20 UTC 2010 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=152742 From owner-freebsd-gnome@FreeBSD.ORG Fri Dec 3 01:20:14 2010 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 14A75106564A for ; Fri, 3 Dec 2010 01:20:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 03BE08FC18 for ; Fri, 3 Dec 2010 01:20:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oB31KDpo047377 for ; Fri, 3 Dec 2010 01:20:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oB31KDLa047374; Fri, 3 Dec 2010 01:20:13 GMT (envelope-from gnats) Date: Fri, 3 Dec 2010 01:20:13 GMT Message-Id: <201012030120.oB31KDLa047374@freefall.freebsd.org> To: gnome@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/152742: commit references a PR X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2010 01:20:14 -0000 The following reply was made to PR ports/152742; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/152742: commit references a PR Date: Fri, 3 Dec 2010 01:15:33 +0000 (UTC) avl 2010-12-03 01:15:27 UTC FreeBSD ports repository Modified files: x11/gnome-applets Makefile pkg-plist Log: Fix plist. PR: ports/152742 Submitted by: Remko Catersels Revision Changes Path 1.134 +1 -0 ports/x11/gnome-applets/Makefile 1.75 +6 -6 ports/x11/gnome-applets/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-gnome@FreeBSD.ORG Sat Dec 4 00:49:52 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C4B0106566B for ; Sat, 4 Dec 2010 00:49:52 +0000 (UTC) (envelope-from crwhipp@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6AF638FC13 for ; Sat, 4 Dec 2010 00:49:52 +0000 (UTC) Received: by pzk32 with SMTP id 32so1688595pzk.13 for ; Fri, 03 Dec 2010 16:49:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:date:from:to:subject :message-id:mime-version:content-type:content-disposition:user-agent; bh=qZAhpv6tlFT2GVivQDRUcQ0vAJS7pMxtTtbBFXfvCEc=; b=ImEheWup92qloTLoR9ZW8Sx/1yZtjRpMxPn7Fdcp8zUFMkKKk1zkINHcWICgy+hMTn qqhQJ1HPU2WzZVUre08yMCMYU5KF1CetzVN2z+Wke487uPtmYibsahTmtBHeTedvSRQ4 n2sdTLuxki1nWQceIClMrJC31YOgcz8NQjXX4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; b=iXV3f3mKc66BC7E1irqlAP0dNKO3FyAel6O3kn9zo06yqecWGwQ63Txa0scHaiDxIa N+uLm5IlHCK00QC2c4imnbS4UQta5ME+y+1JDjoMzh10kMALf+Drc8TMKduVM76pnwGD qVGlmj3wxNil9QRkxyQ1ArXWT8Bybjshrc+PY= Received: by 10.142.115.6 with SMTP id n6mr2725990wfc.169.1291422362975; Fri, 03 Dec 2010 16:26:02 -0800 (PST) Received: from whipp.no-ip.org (174-26-144-189.phnx.qwest.net [174.26.144.189]) by mx.google.com with ESMTPS id x35sm2968009wfd.1.2010.12.03.16.26.01 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 03 Dec 2010 16:26:01 -0800 (PST) Received: by whipp.no-ip.org (Postfix, from userid 1001) id 78AB3B8069; Fri, 3 Dec 2010 17:25:59 -0700 (MST) Date: Fri, 3 Dec 2010 17:25:59 -0700 From: Craig Whipp To: gnome@freebsd.org Message-ID: <20101204002556.GA36118@revo.domain.actdsltmp> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="7JfCtLOvnd9MIVvH" Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Cc: Subject: patch to update shotwell to 0.7.2 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, 04 Dec 2010 00:49:52 -0000 --7JfCtLOvnd9MIVvH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline With the recent update of vala to 0.10.1, it is now possible to update the graphics/shotwell port to the most recent version. I've taken a stab at creating a patch for the update, which is attached. It seems to work fine on my system, but I freely admit that I'm not too familiar with the intricacies of the ports system. Could somebody take a look and if it's good, commit the change? Thanks, - Craig --7JfCtLOvnd9MIVvH Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="shotwell.patch" diff -rupN shotwell/Makefile shotwell.local/Makefile --- shotwell/Makefile 2010-11-20 08:36:43.000000000 -0700 +++ shotwell.local/Makefile 2010-12-03 17:14:54.000000000 -0700 @@ -6,7 +6,7 @@ # PORTNAME= shotwell -PORTVERSION= 0.6.1 +PORTVERSION= 0.7.2 CATEGORIES= graphics gnome MASTER_SITES= http://www.yorba.org/download/shotwell/${PORTVERSION:R}/ @@ -14,7 +14,9 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Open source photo manager for GNOME BUILD_DEPENDS= ${LOCALBASE}/lib/libraw.a:${PORTSDIR}/graphics/libraw \ - vala>=0.8.0:${PORTSDIR}/lang/vala + vala>=0.8.0:${PORTSDIR}/lang/vala \ + bash:${PORTSDIR}/shells/bash + LIB_DEPENDS= sqlite3:${PORTSDIR}/databases/sqlite3 \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ gee.2:${PORTSDIR}/devel/libgee \ @@ -24,14 +26,18 @@ LIB_DEPENDS= sqlite3:${PORTSDIR}/databas gphoto2.2:${PORTSDIR}/graphics/libgphoto2 \ xml2.5:${PORTSDIR}/textproc/libxml2 \ webkit:${PORTSDIR}/www/webkit-gtk2 \ - unique-1.0.2:${PORTSDIR}/x11-toolkits/unique + unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \ + quicktime.0:${PORTSDIR}/multimedia/libquicktime\ + json-glib-1.0.0:${PORTSDIR}/devel/json-glib + -BROKEN= Doesn't build with vala-0.10 +#BROKEN= Doesn't build with vala-0.10 USE_BZIP2= yes USE_GETTEXT= yes USE_GNOME= gconf2 gtk20 desktopfileutils USE_GMAKE= yes +USE_GSTREAMER= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ --disable-icon-update \ diff -rupN shotwell/distinfo shotwell.local/distinfo --- shotwell/distinfo 2010-09-07 13:47:40.000000000 -0700 +++ shotwell.local/distinfo 2010-10-22 15:07:41.000000000 -0700 @@ -1,3 +1,3 @@ -MD5 (shotwell-0.6.1.tar.bz2) = 440436e8f1479a5da2599065705b0ca4 -SHA256 (shotwell-0.6.1.tar.bz2) = 01314373d35f05bcdc223eb06a0f21e76ae3e3e1d6628822816a147db1d534dc -SIZE (shotwell-0.6.1.tar.bz2) = 681013 +MD5 (shotwell-0.7.2.tar.bz2) = 075b04f9723bddfffc96810384b9524a +SHA256 (shotwell-0.7.2.tar.bz2) = 8b4139407d59badcbe13e23db070e0a0709ecc0f9ad806335888382eebf5dfa3 +SIZE (shotwell-0.7.2.tar.bz2) = 1064127 diff -rupN shotwell/pkg-plist shotwell.local/pkg-plist --- shotwell/pkg-plist 2010-09-07 13:47:40.000000000 -0700 +++ shotwell.local/pkg-plist 2010-12-03 17:17:28.000000000 -0700 @@ -1,7 +1,9 @@ bin/shotwell + share/locale/ar/LC_MESSAGES/shotwell.mo share/locale/bg/LC_MESSAGES/shotwell.mo share/locale/bn/LC_MESSAGES/shotwell.mo +share/locale/ca/LC_MESSAGES/shotwell.mo share/locale/cs/LC_MESSAGES/shotwell.mo share/locale/da/LC_MESSAGES/shotwell.mo share/locale/de/LC_MESSAGES/shotwell.mo @@ -11,11 +13,13 @@ share/locale/es/LC_MESSAGES/shotwell.mo share/locale/et/LC_MESSAGES/shotwell.mo share/locale/fi/LC_MESSAGES/shotwell.mo share/locale/fr/LC_MESSAGES/shotwell.mo +share/locale/gl/LC_MESSAGES/shotwell.mo share/locale/hr/LC_MESSAGES/shotwell.mo share/locale/hu/LC_MESSAGES/shotwell.mo share/locale/id/LC_MESSAGES/shotwell.mo share/locale/it/LC_MESSAGES/shotwell.mo share/locale/ja/LC_MESSAGES/shotwell.mo +share/locale/ko/LC_MESSAGES/shotwell.mo share/locale/lt/LC_MESSAGES/shotwell.mo share/locale/lv/LC_MESSAGES/shotwell.mo share/locale/nb/LC_MESSAGES/shotwell.mo @@ -30,12 +34,17 @@ share/locale/sl/LC_MESSAGES/shotwell.mo share/locale/sr/LC_MESSAGES/shotwell.mo share/locale/sv/LC_MESSAGES/shotwell.mo share/locale/th/LC_MESSAGES/shotwell.mo +share/locale/tr/LC_MESSAGES/shotwell.mo share/locale/uk/LC_MESSAGES/shotwell.mo share/locale/zh_CN/LC_MESSAGES/shotwell.mo share/locale/zh_TW/LC_MESSAGES/shotwell.mo share/locale/ast/LC_MESSAGES/shotwell.mo +share/locale/kk/LC_MESSAGES/shotwell.mo + share/icons/hicolor/scalable/apps/shotwell.svg share/applications/shotwell.desktop share/applications/shotwell-viewer.desktop + + @exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true @unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true --7JfCtLOvnd9MIVvH--