From owner-freebsd-gnome@FreeBSD.ORG Sun Mar 10 00:00:02 2013 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id EFFA71DF for ; Sun, 10 Mar 2013 00:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id CAE5017B for ; Sun, 10 Mar 2013 00:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2A002Gk072856 for ; Sun, 10 Mar 2013 00:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2A002Pq072855; Sun, 10 Mar 2013 00:00:02 GMT (envelope-from gnats) Date: Sun, 10 Mar 2013 00:00:02 GMT Message-Id: <201303100000.r2A002Pq072855@freefall.freebsd.org> To: gnome@FreeBSD.org From: Koop Mast Subject: Re: ports/159613: [PATCH] misc/gnomehier: use dirrmtry for PREFIX/share/games X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Koop Mast List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Mar 2013 00:00:03 -0000 The following reply was made to PR ports/159613; it has been noted by GNATS. From: Koop Mast To: bug-followup@FreeBSD.org, sunpoet@FreeBSD.org Cc: Subject: Re: ports/159613: [PATCH] misc/gnomehier: use dirrmtry for PREFIX/share/games Date: Sun, 10 Mar 2013 00:59:28 +0100 Here is a update, gnomehier was updated and should resolve almost all the issues, or a large part of them. I will do a double check later to make sure if all the concerns where dealt with. From owner-freebsd-gnome@FreeBSD.ORG Sun Mar 10 00:39:38 2013 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D84E1E15; Sun, 10 Mar 2013 00:39:38 +0000 (UTC) (envelope-from pierre@home.poildetroll.net) Received: from kashyyyk.home.poildetroll.net (kashyyyk.home.poildetroll.net [IPv6:2001:910:10b7:f00::1]) by mx1.freebsd.org (Postfix) with ESMTP id 7E4A22B0; Sun, 10 Mar 2013 00:39:37 +0000 (UTC) Received: from alderaan.home.poildetroll.net (alderaan.home.poildetroll.net [10.42.1.6]) by kashyyyk.home.poildetroll.net (Postfix) with ESMTP id 31710F2D0D; Sun, 10 Mar 2013 01:39:28 +0100 (CET) Received: by alderaan.home.poildetroll.net (Postfix, from userid 1001) id 687E2CF; Sun, 10 Mar 2013 01:39:27 +0100 (CET) To: FreeBSD-gnats-submit@freebsd.org Subject: [PATCH] print/freetype2: convert to optionsNG, use USE_PKGCONFIG From: Pierre Guinoiseau X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20130310003927.687E2CF@alderaan.home.poildetroll.net> Date: Sun, 10 Mar 2013 01:39:27 +0100 (CET) Cc: gnome@FreeBSD.org X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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, 10 Mar 2013 00:39:38 -0000 >Submitter-Id: current-users >Originator: Pierre Guinoiseau >Organization: >Confidential: no >Synopsis: [PATCH] print/freetype2: convert to optionsNG, use USE_PKGCONFIG >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 9.1-STABLE amd64 >Environment: System: FreeBSD alderaan.home.poildetroll.net 9.1-STABLE FreeBSD 9.1-STABLE #0 r247032: Wed Feb 20 18:49:15 CET >Description: - Convert port to optionsNG - Use USE_PKGCONFIG=build instead of USE_GNOME=pkgconfig Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- freetype2-2.4.11.patch begins here --- diff -ruN /usr/ports/print/freetype2/Makefile ./Makefile --- /usr/ports/print/freetype2/Makefile 2012-12-29 06:07:59.000000000 +0100 +++ ./Makefile 2013-03-10 01:33:36.612541668 +0100 @@ -23,28 +23,35 @@ MAKE_ENV= TOP="" USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_GNOME= pkgconfig ltverhack:9 +USE_GNOME= ltverhack:9 +USE_PKGCONFIG= build LIBTOOLFILES= builds/unix/configure CONFIGURE_WRKSRC= ${WRKSRC}/builds/unix -.if defined(WITH_LCD_FILTERING) +OPTIONS_DEFINE= LCD_FILTERING +LCD_FILTERING_DESC= Enable LCD filtering (patented) +#CJK_DESC= Enable the Firefly font patchset + +.include + +.if ${PORT_OPTIONS:MLCD_FILTERING} CFLAGS+= -DFT_CONFIG_OPTION_SUBPIXEL_RENDERING .endif -.if defined(WITH_CJK) +#.if ${PORT_OPTIONS:MCJK} #PATCH_SITES+= http://lwj-hinet.myweb.hinet.net/ \ # ftp://local-distfiles.freebsd.org.cn/pub/china-ports/hamigua/ \ # http://bsdchat.com/dist/firefly-cjk-patchset/ #PATCHFILES+= cjk-freetype-2.1.10-20051219.patch.gz #PATCH_DIST_STRIP+= -p1 -.endif +#.endif pre-everything:: -.if !defined(WITH_LCD_FILTERING) +.if !${PORT_OPTIONS:MLCD_FILTERING} @${ECHO_MSG} @${ECHO_MSG} "You may want to enable LCD filtering." @${ECHO_MSG} - @${ECHO_MSG} "Hit Ctrl-C now and use \"make WITH_LCD_FILTERING=yes\"" + @${ECHO_MSG} "Hit Ctrl-C now and use \"make WITH=LCD_FILTERING\"" @${ECHO_MSG} @${ECHO_MSG} "Note that there are possible patent issues related to the" @${ECHO_MSG} "use of the LCD filtering technology." @@ -57,7 +64,7 @@ pre-configure: @${REINPLACE_CMD} -e '/^LIBTOOL/s|LIBTOOL := $$(FT_LIBTOOL_DIR)/libtool|LIBTOOL := ${WRKDIR}/gnome-libtool|' \ - ${WRKSRC}/builds/unix/unix-cc.in + ${WRKSRC}/builds/unix/unix-cc.in post-configure: @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} \ --- freetype2-2.4.11.patch ends here --- From owner-freebsd-gnome@FreeBSD.ORG Sun Mar 10 00:40:08 2013 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9C605E63; Sun, 10 Mar 2013 00:40:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7843A2B5; Sun, 10 Mar 2013 00:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2A0e8I6088332; Sun, 10 Mar 2013 00:40:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2A0e8Lo088331; Sun, 10 Mar 2013 00:40:08 GMT (envelope-from edwin) Date: Sun, 10 Mar 2013 00:40:08 GMT Message-Id: <201303100040.r2A0e8Lo088331@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176799: [PATCH] print/freetype2: convert to optionsNG, use USE_PKGCONFIG X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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, 10 Mar 2013 00:40:08 -0000 Synopsis: [PATCH] print/freetype2: convert to optionsNG, use USE_PKGCONFIG Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Sun Mar 10 00:40:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176799 From owner-freebsd-gnome@FreeBSD.ORG Sun Mar 10 01:17:32 2013 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 200366EB; Sun, 10 Mar 2013 01:17:32 +0000 (UTC) (envelope-from pierre@home.poildetroll.net) Received: from kashyyyk.home.poildetroll.net (kashyyyk.home.poildetroll.net [80.67.176.183]) by mx1.freebsd.org (Postfix) with ESMTP id CA1423A6; Sun, 10 Mar 2013 01:17:31 +0000 (UTC) Received: from alderaan.home.poildetroll.net (alderaan.home.poildetroll.net [IPv6:2001:910:10b7:f00:6ef0:49ff:fe5e:e54c]) by kashyyyk.home.poildetroll.net (Postfix) with ESMTP id C4735F2D0D; Sun, 10 Mar 2013 02:17:28 +0100 (CET) Received: by alderaan.home.poildetroll.net (Postfix, from userid 1001) id 109A2F7; Sun, 10 Mar 2013 02:17:28 +0100 (CET) To: FreeBSD-gnats-submit@freebsd.org Subject: [PATCH] x11-fonts/libXft: update to 2.3.1 From: Pierre Guinoiseau X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20130310011728.109A2F7@alderaan.home.poildetroll.net> Date: Sun, 10 Mar 2013 02:17:28 +0100 (CET) Cc: gnome@FreeBSD.org X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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, 10 Mar 2013 01:17:32 -0000 >Submitter-Id: current-users >Originator: Pierre Guinoiseau >Organization: >Confidential: no >Synopsis: [PATCH] x11-fonts/libXft: update to 2.3.1 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 9.1-STABLE amd64 >Environment: System: FreeBSD alderaan.home.poildetroll.net 9.1-STABLE FreeBSD 9.1-STABLE #0 r247032: Wed Feb 20 18:49:15 CET >Description: - Update to 2.3.1 - xft-config is gone - New header style libXft 2.1.14 is 3 years old, and this version brings improvements to subpixel LCD text rendering. Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_7 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- libXft-2.3.1.patch begins here --- diff -ruN /usr/ports/x11-fonts/libXft/Makefile ./Makefile --- /usr/ports/x11-fonts/libXft/Makefile 2012-11-17 07:03:29.000000000 +0100 +++ ./Makefile 2013-03-10 02:10:09.924541393 +0100 @@ -1,12 +1,8 @@ -# New ports collection makefile for: Xft -# Date created: 06 October 2002 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD: ports/x11-fonts/libXft/Makefile,v 1.51 2012/11/17 06:03:29 svnexp Exp $ -# PORTNAME= libXft -PORTVERSION= 2.1.14 +PORTVERSION= 2.3.1 CATEGORIES= x11-fonts MAINTAINER= gnome@FreeBSD.org @@ -19,7 +15,6 @@ XORG_CAT= lib USE_XORG= xproto:both xrender -MAN1= xft-config.1 MAN3= Xft.3 .include diff -ruN /usr/ports/x11-fonts/libXft/distinfo ./distinfo --- /usr/ports/x11-fonts/libXft/distinfo 2011-03-19 13:38:48.000000000 +0100 +++ ./distinfo 2013-03-10 01:56:32.895543508 +0100 @@ -1,2 +1,2 @@ -SHA256 (xorg/lib/libXft-2.1.14.tar.bz2) = 700e9d594b81cad3dfd5fac4a5cfd0c4cf7780c812507ef04eb40139ebf5175e -SIZE (xorg/lib/libXft-2.1.14.tar.bz2) = 289068 +SHA256 (xorg/lib/libXft-2.3.1.tar.bz2) = 7fce32b92dcb7b2869bed567af2abc7bbad0d5d6fcf471b8a3e137964a31bbbd +SIZE (xorg/lib/libXft-2.3.1.tar.bz2) = 311556 diff -ruN /usr/ports/x11-fonts/libXft/pkg-plist ./pkg-plist --- /usr/ports/x11-fonts/libXft/pkg-plist 2007-05-19 22:29:31.000000000 +0200 +++ ./pkg-plist 2013-03-10 01:55:31.308542319 +0100 @@ -1,4 +1,3 @@ -bin/xft-config include/X11/Xft/Xft.h include/X11/Xft/XftCompat.h lib/libXft.so.2 --- libXft-2.3.1.patch ends here --- From owner-freebsd-gnome@FreeBSD.ORG Sun Mar 10 01:20:10 2013 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 56ABF7D6; Sun, 10 Mar 2013 01:20:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 9E12B3D7; Sun, 10 Mar 2013 01:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2A1K9FS097347; Sun, 10 Mar 2013 01:20:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2A1K970097346; Sun, 10 Mar 2013 01:20:09 GMT (envelope-from edwin) Date: Sun, 10 Mar 2013 01:20:09 GMT Message-Id: <201303100120.r2A1K970097346@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176801: [PATCH] x11-fonts/libXft: update to 2.3.1 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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, 10 Mar 2013 01:20:10 -0000 Synopsis: [PATCH] x11-fonts/libXft: update to 2.3.1 Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Sun Mar 10 01:20:09 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176801 From owner-freebsd-gnome@FreeBSD.ORG Sun Mar 10 01:44:53 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 71D059A0; Sun, 10 Mar 2013 01:44:53 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-ob0-x22a.google.com (mail-ob0-x22a.google.com [IPv6:2607:f8b0:4003:c01::22a]) by mx1.freebsd.org (Postfix) with ESMTP id 07A6D613; Sun, 10 Mar 2013 01:44:52 +0000 (UTC) Received: by mail-ob0-f170.google.com with SMTP id wc20so2390880obb.29 for ; Sat, 09 Mar 2013 17:44:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=t1m9Dqf5q9N8W/kgRa07msgeVJfZ3EIwfgyYFiZnsg0=; b=pskedimpjmxmDr9eqmXEpmkcRcj5zb9jxFTlhRk+Ko3Mrk6w14fduZq0O0usxBsf6y 5Y18uYo/E5jGWTRy7wknfKVFaFqnsXEtpXhL1OWaltYUC4kc6p+3bjwYVEqdsc9VWYrC Im/qyERZc/6Lw9rzn+rEUR6na19JXEYC99tV1CC4cIgWPzip08bLyXGE1XdIyQfs+Gnc caJG37cRLIg2ruc2XTFU7m3S/+I3Rcacvcias+GaH6Vn0YuklW+NZvy92OcTaM/pOr6q CzqDMABYwiW473SCR39Rz27wTua94qczGOopGiUQBx462NgcZknQ9LzFN1SgoJYgbvW1 Awyw== MIME-Version: 1.0 X-Received: by 10.60.22.69 with SMTP id b5mr5753915oef.38.1362879891871; Sat, 09 Mar 2013 17:44:51 -0800 (PST) Sender: kob6558@gmail.com Received: by 10.76.11.165 with HTTP; Sat, 9 Mar 2013 17:44:51 -0800 (PST) In-Reply-To: <201303091711.r29HBx2k097089@freefall.freebsd.org> References: <201303091711.r29HBx2k097089@freefall.freebsd.org> Date: Sat, 9 Mar 2013 17:44:51 -0800 X-Google-Sender-Auth: lwjB3yc04wcVW9f5IqQ7Oup_JCs Message-ID: Subject: Re: ports/176750: accessibility/at-spi does not record a CONFLICTS for at-spi2-atk From: Kevin Oberman To: kwm@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: gnome@freebsd.org, mandree@freebsd.org X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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, 10 Mar 2013 01:44:53 -0000 On Sat, Mar 9, 2013 at 9:11 AM, wrote: > Synopsis: accessibility/at-spi does not record a CONFLICTS for at-spi2-atk > > State-Changed-From-To: open->closed > State-Changed-By: kwm > State-Changed-When: Sat Mar 9 17:11:41 UTC 2013 > State-Changed-Why: > Fix by removing the conflict, thanks for reporting! > > The conflict was only removed in one direction. accessibility/at-spi2-atk still retains the conflict with accessibility/at-spi. If you delete both ports and install accessibility/at-spi, it works, but the next time you attempt to update accessibility/at-spi2-atk, it will fail. -- R. Kevin Oberman, Network Engineer E-mail: rkoberman@gmail.com From owner-freebsd-gnome@FreeBSD.ORG Sun Mar 10 05:55:51 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C581FC6D; Sun, 10 Mar 2013 05:55:51 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward2h.mail.yandex.net (forward2h.mail.yandex.net [IPv6:2a02:6b8:0:f05::2]) by mx1.freebsd.org (Postfix) with ESMTP id 66D6DDD8; Sun, 10 Mar 2013 05:55:51 +0000 (UTC) Received: from smtp1h.mail.yandex.net (smtp1h.mail.yandex.net [84.201.187.144]) by forward2h.mail.yandex.net (Yandex) with ESMTP id 22176701191; Sun, 10 Mar 2013 09:55:48 +0400 (MSK) Received: from smtp1h.mail.yandex.net (localhost [127.0.0.1]) by smtp1h.mail.yandex.net (Yandex) with ESMTP id 89F1113402D1; Sun, 10 Mar 2013 09:55:47 +0400 (MSK) Received: from unknown (unknown [178.76.224.133]) by smtp1h.mail.yandex.net (nwsmtp/Yandex) with ESMTP id tkDikYWW-tlDuTkeX; Sun, 10 Mar 2013 09:55:47 +0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1362894947; bh=0t5wYFud5IIJBFx/nwqlwiY3XKuv6a6ngRdJM/3EUew=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=lP73KKQQ077Aow1c+DJ1w2GvCw3FYHcyYoFcuquZNorKwd8DALEjGPb/gdHY4vwOP Dg78KyjXmlRPnoCWCwtRJu2bCdf9raOnBs9vq7BJQRDHtQ6Pm4Zrz+AcipR4zwDJb9 FP3FIm3HsrYq2Ka43dO7OWDyZrxTwUeYolrzauds= Message-ID: <513C2050.30507@yandex.ru> Date: Sun, 10 Mar 2013 09:55:28 +0400 From: Ruslan Makhmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130225 Thunderbird/17.0.3 MIME-Version: 1.0 To: Kevin Oberman Subject: Re: ports/176750: accessibility/at-spi does not record a CONFLICTS for at-spi2-atk References: <201303091711.r29HBx2k097089@freefall.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: gnome@freebsd.org, kwm@freebsd.org, mandree@freebsd.org X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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, 10 Mar 2013 05:55:51 -0000 Kevin Oberman wrote on 10.03.2013 05:44: > On Sat, Mar 9, 2013 at 9:11 AM, wrote: > >> Synopsis: accessibility/at-spi does not record a CONFLICTS for at-spi2-atk >> >> State-Changed-From-To: open->closed >> State-Changed-By: kwm >> State-Changed-When: Sat Mar 9 17:11:41 UTC 2013 >> State-Changed-Why: >> Fix by removing the conflict, thanks for reporting! >> >> The conflict was only removed in one direction. accessibility/at-spi2-atk > still retains the conflict with accessibility/at-spi. If you delete both > ports and install accessibility/at-spi, it works, but the next time you > attempt to update accessibility/at-spi2-atk, it will fail. Yes, it looks like this within portmaster session: """ ===>>> accessibility/at-spi2-atk seems to depend on accessibility/at-spi which looks like a dependency loop ===>>> Try pkg_updating accessibility/at-spi ===>>> Aborting update """ So not yet fixed. -- Regards, Ruslan Tinderboxing kills... the drives. From owner-freebsd-gnome@FreeBSD.ORG Sun Mar 10 09:20:36 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2D5891000; Sun, 10 Mar 2013 09:20:36 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep23.mx.upcmail.net (fep23.mx.upcmail.net [62.179.121.43]) by mx1.freebsd.org (Postfix) with ESMTP id 1C55132A; Sun, 10 Mar 2013 09:20:34 +0000 (UTC) Received: from edge03.upcmail.net ([192.168.13.238]) by viefep16-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20130310091925.OOAJ20733.viefep16-int.chello.at@edge03.upcmail.net>; Sun, 10 Mar 2013 10:19:25 +0100 Received: from [127.0.0.1] ([178.84.132.32]) by edge03.upcmail.net with edge id 9lKQ1l01P0i5fp603lKRAp; Sun, 10 Mar 2013 10:19:25 +0100 X-SourceIP: 178.84.132.32 Message-ID: <513C501D.1020500@rainbow-runner.nl> Date: Sun, 10 Mar 2013 10:19:25 +0100 From: Koop Mast User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3 MIME-Version: 1.0 To: Ruslan Makhmatkhanov Subject: Re: ports/176750: accessibility/at-spi does not record a CONFLICTS for at-spi2-atk References: <201303091711.r29HBx2k097089@freefall.freebsd.org> <513C2050.30507@yandex.ru> In-Reply-To: <513C2050.30507@yandex.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 130309-1, 09-03-2013), Outbound message X-Antivirus-Status: Clean Cc: gnome@freebsd.org, Kevin Oberman , mandree@freebsd.org, kwm@freebsd.org X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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, 10 Mar 2013 09:20:36 -0000 On 10-3-2013 6:55, Ruslan Makhmatkhanov wrote: > Kevin Oberman wrote on 10.03.2013 05:44: >> On Sat, Mar 9, 2013 at 9:11 AM, wrote: >> >>> Synopsis: accessibility/at-spi does not record a CONFLICTS for >>> at-spi2-atk >>> >>> State-Changed-From-To: open->closed >>> State-Changed-By: kwm >>> State-Changed-When: Sat Mar 9 17:11:41 UTC 2013 >>> State-Changed-Why: >>> Fix by removing the conflict, thanks for reporting! >>> >>> The conflict was only removed in one direction. >>> accessibility/at-spi2-atk >> still retains the conflict with accessibility/at-spi. If you delete both >> ports and install accessibility/at-spi, it works, but the next time you >> attempt to update accessibility/at-spi2-atk, it will fail. > > Yes, it looks like this within portmaster session: > """ > ===>>> accessibility/at-spi2-atk seems to depend on accessibility/at-spi > which looks like a dependency loop > > ===>>> Try pkg_updating accessibility/at-spi > ===>>> Aborting update > """ > So not yet fixed. > I removed the conflict entry but I can't reproduce the loop problem. at-spi2-atk should only need at-spi2-core. -Koop From owner-freebsd-gnome@FreeBSD.ORG Sun Mar 10 14:06:39 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D7C27D19 for ; Sun, 10 Mar 2013 14:06:39 +0000 (UTC) (envelope-from portscout@portscout.freebsd.org) Received: from null.zi0r.com (null.zi0r.com [71.245.171.204]) by mx1.freebsd.org (Postfix) with ESMTP id 979E0E2A for ; Sun, 10 Mar 2013 14:06:39 +0000 (UTC) Received: from null.zi0r.com (localhost [127.0.0.1]) by null.zi0r.com (8.14.5/8.14.5) with ESMTP id r2AE6c0N060057 for ; Sun, 10 Mar 2013 10:06:38 -0400 (EDT) (envelope-from portscout@null.zi0r.com) Received: (from portscout@localhost) by null.zi0r.com (8.14.5/8.14.5/Submit) id r2AE6cq4059912; Sun, 10 Mar 2013 10:06:38 -0400 (EDT) (envelope-from portscout) Message-Id: <201303101406.r2AE6cq4059912@null.zi0r.com> MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Sun, 10 Mar 2013 10:06:38 -0400 From: portscout@portscout.freebsd.org To: gnome@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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, 10 Mar 2013 14:06:39 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/gnome@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/goffice | 0.8.17 | 0.10.1 ------------------------------------------------+-----------------+------------ math/gnumeric | 1.10.17 | 1.12.1 ------------------------------------------------+-----------------+------------ textproc/link-grammar | 4.7.4 | 4.7.10 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt If wish to stop receiving portscout reminders, please contact portscout@portscout.freebsd.org Thanks. From owner-freebsd-gnome@FreeBSD.ORG Mon Mar 11 10:11:29 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6407D314 for ; Mon, 11 Mar 2013 10:11:29 +0000 (UTC) (envelope-from fiziologus@gmail.com) Received: from mail-wi0-x231.google.com (mail-wi0-x231.google.com [IPv6:2a00:1450:400c:c05::231]) by mx1.freebsd.org (Postfix) with ESMTP id 03DDF2A3 for ; Mon, 11 Mar 2013 10:11:28 +0000 (UTC) Received: by mail-wi0-f177.google.com with SMTP id hm14so822505wib.4 for ; Mon, 11 Mar 2013 03:11:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=A3/5UpAfoWE6V/yrW+/9m/2DzEAfA0c9yAox47PGjug=; b=Vf3r8OI7pb5hkk81bL6VoFzK675zJbgOac28lBs9oi+rqTT8A9Bn13thIWHE5K5s3Z 6dVCApOHUOMy4nb7TdeAnanc9ctSwUonyG/XcVvWQQlN/gfbrUzPHMjYgVFWPzAKUsHO O6WeVkZiLzmPTYr021dcCXlFaVSF/uUUuEs4vvn1YHfPx4B8r9Q2gGURAnrVJfKBvzgR uUF67Bm/W2nqdaTpuJ44EvdnTlGEz914E5JQlLHZfrGm6vAQXq5eksrp8Mp5IX+HSacg K54khJeXnwyRu0M073zq4UGrQbvkwEsBr6fvMr5LGqwpGR6J0cVgOe8kY9cev98XIuwC nHyQ== MIME-Version: 1.0 X-Received: by 10.194.123.130 with SMTP id ma2mr1499417wjb.46.1362996688130; Mon, 11 Mar 2013 03:11:28 -0700 (PDT) Received: by 10.194.137.229 with HTTP; Mon, 11 Mar 2013 03:11:28 -0700 (PDT) Date: Mon, 11 Mar 2013 14:11:28 +0400 Message-ID: Subject: webkit runtime error From: green dog To: gnome@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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, 11 Mar 2013 10:11:29 -0000 freze during load html page (midori, luakit) in console: libsoup-CRITICAL **: void soup_session_send_request_async(SoupSession *, SoupMessage *, GCancellable *, GAsyncReadyCallback, gpointer): assertion `use_thread_context' failed From owner-freebsd-gnome@FreeBSD.ORG Mon Mar 11 11:07:00 2013 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 83CD1BC8 for ; Mon, 11 Mar 2013 11:07:00 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 68016800 for ; Mon, 11 Mar 2013 11:07:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2BB70PD089383 for ; Mon, 11 Mar 2013 11:07:00 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2BB70cB089378 for gnome@FreeBSD.org; Mon, 11 Mar 2013 11:07:00 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 11 Mar 2013 11:07:00 GMT Message-Id: <201303111107.r2BB70cB089378@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 Subject: Current problem reports assigned to gnome@FreeBSD.org X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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, 11 Mar 2013 11:07:00 -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/176801 gnome [PATCH] x11-fonts/libXft: update to 2.3.1 o ports/176799 gnome [PATCH] print/freetype2: convert to optionsNG, use USE o ports/176768 gnome net-im/empathy: doesn't builds on -current o ports/176657 gnome graphics/gimp: read-only menurc o ports/176619 gnome x11-toolkits/pango has bogus dependencies on icu and f o ports/176494 gnome devel/py-gobject ignores port options o ports/176467 gnome [PATCH] devel/gobject-introspection: configure fails w o ports/176447 gnome [PATCH] graphics/gegl: fix plist o ports/176235 gnome [patch] Fix devel/dconf build with gcc 4.6.3 o ports/176203 gnome [patch] devel/gamin: Drop privileges to effective user o ports/176183 gnome devel/libical doesn't pick up python2.7 header files o ports/175973 gnome multimedia/totem broken with clang o ports/175970 gnome x11/libxklavier missing dependency o ports/175858 gnome graphics/dia update to 0.97.2 [patch] o ports/175773 gnome [FIX] graphics/gegl (gegl-0.1.8_6) fails to make packa o ports/175758 gnome Upgrading 'gegl-0.1.8_5' to 'gegl-0.1.8_6' (graphics/g o ports/175640 gnome [patch] print/freetype2: convert to optionsNG o ports/175603 gnome graphics/gegl: ./tools/create-reference.rb:331:in `blo o ports/175276 gnome [patch] devel/py-gobject OPTIONSFILE eval order proble o ports/175161 gnome misc/shared-mime-info: Missing build dependency o ports/175128 gnome build of misc/shared-mime-info fails if glib is built o ports/175125 gnome net/avahi-app fails to rebuild against devel/icu-50.1 o ports/175062 gnome net/opal3 needs zrtpcpp shared library dependency vers o ports/174900 gnome devel/gvfs: process gvfs* take 100% of CPU o ports/174493 gnome Fix sysutils/gnome-system-tools compliing with clang o ports/174492 gnome Fix devel/glibmm compliing with clang o ports/173577 gnome devel/devhelp doesn't recognize GTK+ reference documen p ports/172157 gnome x11/babl: Version 0.1.10 avaialble and usable o ports/170410 gnome devel/gvfs: gvfs-hal-volume-monitor crashes when new m o ports/167645 gnome x11/gnome2: Cannot see KDE software on GNOME applicati o ports/167199 gnome x11-fm/nautilus 2.32.2.1 Gnome2.32 Doesn't auto mount s ports/165227 gnome [UPDATE] libgsf-1.14.22, goffice-0.9.1, gnumeric-1.11. o ports/164222 gnome switching users in gnome3 invokes sanity check p ports/162227 gnome [patch] devel/glade3: update to 3.8.0 p ports/161676 gnome databases/libgda4: [UPDATE] to 4.2.9; improvements p ports/161164 gnome [PATCH] devel/glade3: update to 3.10.0 p ports/159928 gnome Updates graphics/clutter to 1.6.16 a ports/159613 gnome [PATCH] misc/gnomehier: use dirrmtry for PREFIX/share/ f 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 40 problems total. From owner-freebsd-gnome@FreeBSD.ORG Mon Mar 11 12:20:03 2013 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 032591C2 for ; Mon, 11 Mar 2013 12:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id EA54ADB9 for ; Mon, 11 Mar 2013 12:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2BCK2jd006279 for ; Mon, 11 Mar 2013 12:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2BCK2NX006278; Mon, 11 Mar 2013 12:20:02 GMT (envelope-from gnats) Date: Mon, 11 Mar 2013 12:20:02 GMT Message-Id: <201303111220.r2BCK2NX006278@freefall.freebsd.org> To: gnome@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/172157: commit references a PR X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 11 Mar 2013 12:20:03 -0000 The following reply was made to PR ports/172157; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/172157: commit references a PR Date: Mon, 11 Mar 2013 12:17:28 +0000 (UTC) Author: kwm Date: Mon Mar 11 12:17:15 2013 New Revision: 313870 URL: http://svnweb.freebsd.org/changeset/ports/313870 Log: Update to 0.1.10 Convert to OtionsNG, switch to pathfix from gnomehack. PR: ports/172157 Sumbitted by: Oliver Hartmann Obtained from: gnome team repo Added: head/x11/babl/files/patch-babl_babl-palette.c (contents, props changed) Modified: head/x11/babl/Makefile head/x11/babl/distinfo (contents, props changed) head/x11/babl/pkg-plist (contents, props changed) Modified: head/x11/babl/Makefile ============================================================================== --- head/x11/babl/Makefile Mon Mar 11 11:41:57 2013 (r313869) +++ head/x11/babl/Makefile Mon Mar 11 12:17:15 2013 (r313870) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= babl -PORTVERSION= 0.1.6 +PORTVERSION= 0.1.10 CATEGORIES= x11 MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ http://gimp.mirrors.hoobly.com/%SUBDIR%/ \ @@ -16,21 +16,20 @@ MASTER_SITE_SUBDIR= babl/${PORTVERSION:R MAINTAINER= gnome@FreeBSD.org COMMENT= Dynamic pixel format conversion library -BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection - USE_LDCONFIG= yes USE_BZIP2= yes USE_AUTOTOOLS= libtool -USE_GNOME= gnomehack ltverhack +USE_GNOME= ltverhack USE_PKGCONFIG= build +USES= pathfix USE_GMAKE= yes -MAKE_JOBS_UNSAFE=yes +CONFIGURE_ARGS= --disable-introspection -OPTIONS= SIMD "Use cpu-specific optimizations if available" off +OPTIONS_DEFINE= SIMD -.include +.include -.if defined(WITHOUT_SIMD) +.if ${PORT_OPTIONS:MSIMD} CONFIGURE_ARGS+=--disable-mmx \ --disable-sse \ --disable-altivec @@ -40,4 +39,4 @@ post-patch: @${REINPLACE_CMD} -e 's|x86_64|amd64|g' \ ${WRKSRC}/configure -.include +.include Modified: head/x11/babl/distinfo ============================================================================== --- head/x11/babl/distinfo Mon Mar 11 11:41:57 2013 (r313869) +++ head/x11/babl/distinfo Mon Mar 11 12:17:15 2013 (r313870) @@ -1,2 +1,2 @@ -SHA256 (babl-0.1.6.tar.bz2) = 319b9004a5366101fd522da02cc983a5d0f50a17af0fa5cbce3535e31bce19a4 -SIZE (babl-0.1.6.tar.bz2) = 462712 +SHA256 (babl-0.1.10.tar.bz2) = 943fc36ceac7dd25bc928256bc7b535a42989c6b971578146869eee5fe5955f4 +SIZE (babl-0.1.10.tar.bz2) = 449537 Added: head/x11/babl/files/patch-babl_babl-palette.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/babl/files/patch-babl_babl-palette.c Mon Mar 11 12:17:15 2013 (r313870) @@ -0,0 +1,14 @@ +--- babl/babl-palette.c.orig 2012-05-04 12:44:48.000000000 +0200 ++++ babl/babl-palette.c 2012-05-04 12:47:11.000000000 +0200 +@@ -19,8 +19,11 @@ + #include + #include + #include ++#ifdef __linux__ + #include ++#endif + #include ++#include + #include "config.h" + #include "babl-internal.h" + #include "babl.h" Modified: head/x11/babl/pkg-plist ============================================================================== --- head/x11/babl/pkg-plist Mon Mar 11 11:41:57 2013 (r313869) +++ head/x11/babl/pkg-plist Mon Mar 11 12:17:15 2013 (r313870) @@ -5,6 +5,15 @@ include/babl-0.1/babl/babl.h lib/babl-0.1/CIE.a lib/babl-0.1/CIE.la lib/babl-0.1/CIE.so +lib/babl-0.1/cairo.a +lib/babl-0.1/cairo.la +lib/babl-0.1/cairo.so +lib/babl-0.1/fast-float.a +lib/babl-0.1/fast-float.la +lib/babl-0.1/fast-float.so +lib/babl-0.1/float.a +lib/babl-0.1/float.la +lib/babl-0.1/float.so lib/babl-0.1/gegl-fixups.a lib/babl-0.1/gegl-fixups.la lib/babl-0.1/gegl-fixups.so @@ -23,15 +32,11 @@ lib/babl-0.1/naive-CMYK.so lib/babl-0.1/sse-fixups.a lib/babl-0.1/sse-fixups.la lib/babl-0.1/sse-fixups.so -lib/girepository-1.0/Babl-0.1.typelib lib/libbabl-0.1.a lib/libbabl-0.1.la lib/libbabl-0.1.so lib/libbabl-0.1.so.0 libdata/pkgconfig/babl.pc -share/gir-1.0/Babl-0.1.gir -@dirrmtry share/gir-1.0 -@dirrmtry lib/girepository-1.0 @dirrm lib/babl-0.1 @dirrm include/babl-0.1/babl @dirrm include/babl-0.1 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-gnome@FreeBSD.ORG Mon Mar 11 12:20:04 2013 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 06C7F1C3 for ; Mon, 11 Mar 2013 12:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id ECF66DBA for ; Mon, 11 Mar 2013 12:20:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2BCK3C2006285 for ; Mon, 11 Mar 2013 12:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2BCK33R006284; Mon, 11 Mar 2013 12:20:03 GMT (envelope-from gnats) Date: Mon, 11 Mar 2013 12:20:03 GMT Message-Id: <201303111220.r2BCK33R006284@freefall.freebsd.org> To: gnome@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/176447: commit references a PR X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 11 Mar 2013 12:20:04 -0000 The following reply was made to PR ports/176447; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/176447: commit references a PR Date: Mon, 11 Mar 2013 12:18:28 +0000 (UTC) Author: kwm Date: Mon Mar 11 12:18:11 2013 New Revision: 313871 URL: http://svnweb.freebsd.org/changeset/ports/313871 Log: Update to 0.2.0 Convert to OptionsNG, switch to pathfix instead of gnomehack. Fix plist issue [1] PR: ports/175773 [1] PR: ports/176447 [1] Submitted by: Eric Krausser [1], Dmitry Marakasov [1] Obtained from: gnome team repo Modified: head/graphics/gegl/Makefile head/graphics/gegl/distinfo (contents, props changed) head/graphics/gegl/pkg-plist (contents, props changed) Modified: head/graphics/gegl/Makefile ============================================================================== --- head/graphics/gegl/Makefile Mon Mar 11 12:17:15 2013 (r313870) +++ head/graphics/gegl/Makefile Mon Mar 11 12:18:11 2013 (r313871) @@ -2,15 +2,14 @@ # $FreeBSD$ PORTNAME= gegl -PORTVERSION= 0.1.8 -PORTREVISION= 6 +PORTVERSION= 0.2.0 +PORTREVISION= 1 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.gimp.org/pub/gegl/0.1/ +MASTER_SITES= ftp://ftp.gimp.org/pub/gegl/0.2/ MAINTAINER= gnome@FreeBSD.org COMMENT= A graph based image processing framework -BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection LIB_DEPENDS= babl-0.1:${PORTSDIR}/x11/babl OPTIONS_DEFINE= CAIRO ENSCRIPT EXIV2 FFMPEG PIXBUF GRAPHVIZ JASPER JPEG \ @@ -22,20 +21,22 @@ ENSCRIPT_DESC= Enscript support SPIRO_DESC= Spiro support #UMFPACK_DESC= UMFpack support -USE_GNOME= glib20 gnomehack +USE_GNOME= glib20 intltool +USES= pathfix USE_PKGCONFIG= build USE_BZIP2= yes USE_GMAKE= yes USE_GETTEXT= yes -USE_LDCONFIG= ${PREFIX}/lib/gegl-0.1 +USE_LDCONFIG= ${PREFIX}/lib/gegl-0.2 GNU_CONFIGURE= yes CONFIGURE_ENV+= ac_cv_header_execinfo_h=no CONFIGURE_ARGS+=--without-vala CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lintl -GEGL_MINOR= 107 -PLIST_SUB+= GEGL_MINOR="${GEGL_MINOR}" +GEGL_MINOR= 199 +GEGL_VER= 0.2 +PLIST_SUB+= GEGL_MINOR="${GEGL_MINOR}" GEGL_VER=${GEGL_VER} EXAMPLES= 2geglbuffer csugar float-lookup \ gegl-convert gegl-slicer geglbuffer-add-image \ @@ -87,7 +88,7 @@ PLIST_SUB+= FFMPEG="@comment " .endif .if ${PORT_OPTIONS:MGRAPHVIZ} -LIB_DEPENDS+= gvpr:${PORTSDIR}/graphics/graphviz +LIB_DEPENDS+= cgraph:${PORTSDIR}/graphics/graphviz .else CONFIGURE_ARGS+=--without-graphviz .endif @@ -198,11 +199,13 @@ CONFIGURE_ARGS+=--disable-docs post-patch: .if empty(PORT_OPTIONS:MDOCS) - @${REINPLACE_CMD} -e '/^SUBDIRS/s|tools examples tests||' \ - ${WRKSRC}/Makefile.in + ${REINPLACE_CMD} -e '10s|\\||; 11,13d' \ + ${WRKSRC}/Makefile.am .endif ${REINPLACE_CMD} -e 's|\(lua\)\(5\.1\)|\1-\2|g ; s|x86_64|amd64|g' \ ${WRKSRC}/configure + ${REINPLACE_CMD} -e 's|/usr/bin/ruby|/usr/bin/env ruby|' \ + ${WRKSRC}/tools/gobj2dot.rb post-build: .if ${PORT_OPTIONS:MDOCS} Modified: head/graphics/gegl/distinfo ============================================================================== --- head/graphics/gegl/distinfo Mon Mar 11 12:17:15 2013 (r313870) +++ head/graphics/gegl/distinfo Mon Mar 11 12:18:11 2013 (r313871) @@ -1,2 +1,2 @@ -SHA256 (gegl-0.1.8.tar.bz2) = 106b9574b6d5fb282683794f7a7f090a1a3f4a388890e592b202827a4ca76f75 -SIZE (gegl-0.1.8.tar.bz2) = 5532682 +SHA256 (gegl-0.2.0.tar.bz2) = df2e6a0d9499afcbc4f9029c18d9d1e0dd5e8710a75e17c9b1d9a6480dd8d426 +SIZE (gegl-0.2.0.tar.bz2) = 7502040 Modified: head/graphics/gegl/pkg-plist ============================================================================== --- head/graphics/gegl/pkg-plist Mon Mar 11 12:17:15 2013 (r313870) +++ head/graphics/gegl/pkg-plist Mon Mar 11 12:18:11 2013 (r313871) @@ -1,276 +1,297 @@ bin/gegl -include/gegl-0.1/gegl-buffer-backend.h -include/gegl-0.1/gegl-buffer-iterator.h -include/gegl-0.1/gegl-buffer.h -include/gegl-0.1/gegl-chant.h -include/gegl-0.1/gegl-color.h -include/gegl-0.1/gegl-curve.h -include/gegl-0.1/gegl-enums.h -include/gegl-0.1/gegl-lookup.h -include/gegl-0.1/gegl-matrix.h -include/gegl-0.1/gegl-paramspecs.h -include/gegl-0.1/gegl-path.h -include/gegl-0.1/gegl-plugin.h -include/gegl-0.1/gegl-tile-backend.h -include/gegl-0.1/gegl-tile-source.h -include/gegl-0.1/gegl-tile.h -include/gegl-0.1/gegl-types.h -include/gegl-0.1/gegl-utils.h -include/gegl-0.1/gegl-version.h -include/gegl-0.1/gegl.h -include/gegl-0.1/operation/gegl-operation-area-filter.h -include/gegl-0.1/operation/gegl-operation-composer.h -include/gegl-0.1/operation/gegl-operation-composer3.h -include/gegl-0.1/operation/gegl-operation-filter.h -include/gegl-0.1/operation/gegl-operation-meta.h -include/gegl-0.1/operation/gegl-operation-point-composer.h -include/gegl-0.1/operation/gegl-operation-point-composer3.h -include/gegl-0.1/operation/gegl-operation-point-filter.h -include/gegl-0.1/operation/gegl-operation-point-render.h -include/gegl-0.1/operation/gegl-operation-sink.h -include/gegl-0.1/operation/gegl-operation-source.h -include/gegl-0.1/operation/gegl-operation-temporal.h -include/gegl-0.1/operation/gegl-operation.h -%%CAIRO%%lib/gegl-0.1/vector-fill.la -%%CAIRO%%lib/gegl-0.1/vector-fill.so -%%CAIRO%%lib/gegl-0.1/vector-stroke.la -%%CAIRO%%lib/gegl-0.1/vector-stroke.so -%%CAIRO%%lib/gegl-0.1/path.la -%%CAIRO%%lib/gegl-0.1/path.so -%%FFMPEG%%lib/gegl-0.1/ff-load.la -%%FFMPEG%%lib/gegl-0.1/ff-load.so -%%JPEG%%lib/gegl-0.1/jpg-load.la -%%JPEG%%lib/gegl-0.1/jpg-load.so -%%JPEG%%lib/gegl-0.1/jpg-save.la -%%JPEG%%lib/gegl-0.1/jpg-save.so -%%OPENEXR%%lib/gegl-0.1/exr-load.la -%%OPENEXR%%lib/gegl-0.1/exr-load.so -%%OPENEXR%%lib/gegl-0.1/exr-save.la -%%OPENEXR%%lib/gegl-0.1/exr-save.so -%%OPENRAW%%lib/gegl-0.1/openraw.la -%%OPENRAW%%lib/gegl-0.1/openraw.so -%%PANGOCAIRO%%lib/gegl-0.1/text.la -%%PANGOCAIRO%%lib/gegl-0.1/text.so -%%PNG%%lib/gegl-0.1/png-load.la -%%PNG%%lib/gegl-0.1/png-load.so -%%PNG%%lib/gegl-0.1/png-save.la -%%PNG%%lib/gegl-0.1/png-save.so -%%RSVG%%lib/gegl-0.1/svg-load.la -%%RSVG%%lib/gegl-0.1/svg-load.so -%%SDL%%lib/gegl-0.1/sdl-display.la -%%SDL%%lib/gegl-0.1/sdl-display.so -%%V4L%%lib/gegl-0.1/v4l.la -%%V4L%%lib/gegl-0.1/v4l.so -lib/gegl-0.1/add.la -lib/gegl-0.1/add.so -lib/gegl-0.1/affine.la -lib/gegl-0.1/affine.so -lib/gegl-0.1/bilateral-filter.la -lib/gegl-0.1/bilateral-filter.so -lib/gegl-0.1/box-blur.la -lib/gegl-0.1/box-blur.so -lib/gegl-0.1/brightness-contrast.la -lib/gegl-0.1/brightness-contrast.so -lib/gegl-0.1/buffer-sink.la -lib/gegl-0.1/buffer-sink.so -lib/gegl-0.1/buffer-source.la -lib/gegl-0.1/buffer-source.so -lib/gegl-0.1/c2g.la -lib/gegl-0.1/c2g.so -lib/gegl-0.1/checkerboard.la -lib/gegl-0.1/checkerboard.so -lib/gegl-0.1/clear.la -lib/gegl-0.1/clear.so -lib/gegl-0.1/clone.la -lib/gegl-0.1/clone.so -lib/gegl-0.1/color-burn.la -lib/gegl-0.1/color-burn.so -lib/gegl-0.1/color-dodge.la -lib/gegl-0.1/color-dodge.so -lib/gegl-0.1/color-temperature.la -lib/gegl-0.1/color-temperature.so -lib/gegl-0.1/color.la -lib/gegl-0.1/color.so -lib/gegl-0.1/contrast-curve.la -lib/gegl-0.1/contrast-curve.so -lib/gegl-0.1/convert-format.la -lib/gegl-0.1/convert-format.so -lib/gegl-0.1/crop.la -lib/gegl-0.1/crop.so -lib/gegl-0.1/darken.la -lib/gegl-0.1/darken.so -lib/gegl-0.1/difference-of-gaussians.la -lib/gegl-0.1/difference-of-gaussians.so -lib/gegl-0.1/difference.la -lib/gegl-0.1/difference.so -lib/gegl-0.1/display.la -lib/gegl-0.1/display.so -lib/gegl-0.1/divide.la -lib/gegl-0.1/divide.so -lib/gegl-0.1/dropshadow.la -lib/gegl-0.1/dropshadow.so -lib/gegl-0.1/dst-atop.la -lib/gegl-0.1/dst-atop.so -lib/gegl-0.1/dst-in.la -lib/gegl-0.1/dst-in.so -lib/gegl-0.1/dst-out.la -lib/gegl-0.1/dst-out.so -lib/gegl-0.1/dst-over.la -lib/gegl-0.1/dst-over.so -lib/gegl-0.1/dst.la -lib/gegl-0.1/dst.so -lib/gegl-0.1/edge-laplace.la -lib/gegl-0.1/edge-laplace.so -lib/gegl-0.1/edge-sobel.la -lib/gegl-0.1/edge-sobel.so -lib/gegl-0.1/exclusion.la -lib/gegl-0.1/exclusion.so -lib/gegl-0.1/exp-combine.la -lib/gegl-0.1/exp-combine.so -lib/gegl-0.1/fattal02.la -lib/gegl-0.1/fattal02.so -lib/gegl-0.1/fractal-explorer.la -lib/gegl-0.1/fractal-explorer.so -lib/gegl-0.1/gamma.la -lib/gegl-0.1/gamma.so -lib/gegl-0.1/gaussian-blur.la -lib/gegl-0.1/gaussian-blur.so -lib/gegl-0.1/gegl-buffer-load-op.la -lib/gegl-0.1/gegl-buffer-load-op.so -lib/gegl-0.1/gegl-buffer-save-op.la -lib/gegl-0.1/gegl-buffer-save-op.so -lib/gegl-0.1/grey.la -lib/gegl-0.1/grey.so -lib/gegl-0.1/grid.la -lib/gegl-0.1/grid.so -lib/gegl-0.1/hard-light.la -lib/gegl-0.1/hard-light.so -lib/gegl-0.1/introspect.la -lib/gegl-0.1/introspect.so -lib/gegl-0.1/invert.la -lib/gegl-0.1/invert.so -%%JP2%%lib/gegl-0.1/jp2-load.la -%%JP2%%lib/gegl-0.1/jp2-load.so -lib/gegl-0.1/layer.la -lib/gegl-0.1/layer.so -lib/gegl-0.1/levels.la -lib/gegl-0.1/levels.so -lib/gegl-0.1/lighten.la -lib/gegl-0.1/lighten.so -lib/gegl-0.1/load.la -lib/gegl-0.1/load.so -lib/gegl-0.1/magick-load.la -lib/gegl-0.1/magick-load.so -lib/gegl-0.1/mantiuk06.la -lib/gegl-0.1/mantiuk06.so -lib/gegl-0.1/map-absolute.la -lib/gegl-0.1/map-absolute.so -lib/gegl-0.1/map-relative.la -lib/gegl-0.1/map-relative.so -lib/gegl-0.1/mblur.la -lib/gegl-0.1/mblur.so -lib/gegl-0.1/mirrors.la -lib/gegl-0.1/mirrors.so -lib/gegl-0.1/mono-mixer.la -lib/gegl-0.1/mono-mixer.so -lib/gegl-0.1/motion-blur.la -lib/gegl-0.1/motion-blur.so -lib/gegl-0.1/multiply.la -lib/gegl-0.1/multiply.so -lib/gegl-0.1/noise-reduction.la -lib/gegl-0.1/noise-reduction.so -lib/gegl-0.1/noise.la -lib/gegl-0.1/noise.so -lib/gegl-0.1/nop.la -lib/gegl-0.1/nop.so -lib/gegl-0.1/opacity.la -lib/gegl-0.1/opacity.so -lib/gegl-0.1/open-buffer.la -lib/gegl-0.1/open-buffer.so -lib/gegl-0.1/over.la -lib/gegl-0.1/over.so -lib/gegl-0.1/overlay.la -lib/gegl-0.1/overlay.so -%%GDK%%lib/gegl-0.1/pixbuf.la -%%GDK%%lib/gegl-0.1/pixbuf.so -lib/gegl-0.1/pixelise.la -lib/gegl-0.1/pixelise.so -lib/gegl-0.1/plus.la -lib/gegl-0.1/plus.so -lib/gegl-0.1/ppm-load.la -lib/gegl-0.1/ppm-load.so -lib/gegl-0.1/ppm-save.la -lib/gegl-0.1/ppm-save.so -lib/gegl-0.1/raw-load.la -lib/gegl-0.1/raw-load.so -lib/gegl-0.1/rectangle.la -lib/gegl-0.1/rectangle.so -lib/gegl-0.1/reinhard05.la -lib/gegl-0.1/reinhard05.so -lib/gegl-0.1/remap.la -lib/gegl-0.1/remap.so -lib/gegl-0.1/rgbe-load.la -lib/gegl-0.1/rgbe-load.so -lib/gegl-0.1/rgbe-save.la -lib/gegl-0.1/rgbe-save.so -%%GDK%%lib/gegl-0.1/save-pixbuf.la -%%GDK%%lib/gegl-0.1/save-pixbuf.so -lib/gegl-0.1/save.la -lib/gegl-0.1/save.so -lib/gegl-0.1/screen.la -lib/gegl-0.1/screen.so -lib/gegl-0.1/snn-mean.la -lib/gegl-0.1/snn-mean.so -lib/gegl-0.1/soft-light.la -lib/gegl-0.1/soft-light.so -lib/gegl-0.1/src-atop.la -lib/gegl-0.1/src-atop.so -lib/gegl-0.1/src-in.la -lib/gegl-0.1/src-in.so -lib/gegl-0.1/src-out.la -lib/gegl-0.1/src-out.so -lib/gegl-0.1/src-over.la -lib/gegl-0.1/src-over.so -lib/gegl-0.1/src.la -lib/gegl-0.1/src.so -lib/gegl-0.1/stress.la -lib/gegl-0.1/stress.so -lib/gegl-0.1/stretch-contrast.la -lib/gegl-0.1/stretch-contrast.so -lib/gegl-0.1/subtract.la -lib/gegl-0.1/subtract.so -lib/gegl-0.1/svg-huerotate.la -lib/gegl-0.1/svg-huerotate.so -lib/gegl-0.1/svg-luminancetoalpha.la -lib/gegl-0.1/svg-luminancetoalpha.so -lib/gegl-0.1/svg-matrix.la -lib/gegl-0.1/svg-matrix.so -lib/gegl-0.1/svg-multiply.la -lib/gegl-0.1/svg-multiply.so -lib/gegl-0.1/svg-saturate.la -lib/gegl-0.1/svg-saturate.so -lib/gegl-0.1/threshold.la -lib/gegl-0.1/threshold.so -lib/gegl-0.1/unsharp-mask.la -lib/gegl-0.1/unsharp-mask.so -lib/gegl-0.1/value-invert.la -lib/gegl-0.1/value-invert.so -lib/gegl-0.1/vignette.la -lib/gegl-0.1/vignette.so -lib/gegl-0.1/weighted-blend.la -lib/gegl-0.1/weighted-blend.so -lib/gegl-0.1/whitebalance.la -lib/gegl-0.1/whitebalance.so -lib/gegl-0.1/write-buffer.la -lib/gegl-0.1/write-buffer.so -lib/gegl-0.1/xor.la -lib/gegl-0.1/xor.so -lib/girepository-1.0/Gegl-0.1.typelib -lib/libgegl-0.1.la -lib/libgegl-0.1.so -lib/libgegl-0.1.so.%%GEGL_MINOR%% -libdata/pkgconfig/gegl.pc -share/gir-1.0/Gegl-0.1.gir +include/gegl-%%GEGL_VER%%/gegl-buffer-backend.h +include/gegl-%%GEGL_VER%%/gegl-buffer-iterator.h +include/gegl-%%GEGL_VER%%/gegl-buffer.h +include/gegl-%%GEGL_VER%%/gegl-chant.h +include/gegl-%%GEGL_VER%%/gegl-color.h +include/gegl-%%GEGL_VER%%/gegl-curve.h +include/gegl-%%GEGL_VER%%/gegl-enums.h +include/gegl-%%GEGL_VER%%/gegl-lookup.h +include/gegl-%%GEGL_VER%%/gegl-matrix.h +include/gegl-%%GEGL_VER%%/gegl-paramspecs.h +include/gegl-%%GEGL_VER%%/gegl-path.h +include/gegl-%%GEGL_VER%%/gegl-plugin.h +include/gegl-%%GEGL_VER%%/gegl-tile-backend.h +include/gegl-%%GEGL_VER%%/gegl-tile-source.h +include/gegl-%%GEGL_VER%%/gegl-tile.h +include/gegl-%%GEGL_VER%%/gegl-types.h +include/gegl-%%GEGL_VER%%/gegl-utils.h +include/gegl-%%GEGL_VER%%/gegl-version.h +include/gegl-%%GEGL_VER%%/gegl.h +include/gegl-%%GEGL_VER%%/opencl/cl.h +include/gegl-%%GEGL_VER%%/opencl/cl_d3d10.h +include/gegl-%%GEGL_VER%%/opencl/cl_ext.h +include/gegl-%%GEGL_VER%%/opencl/cl_gl.h +include/gegl-%%GEGL_VER%%/opencl/cl_gl_ext.h +include/gegl-%%GEGL_VER%%/opencl/cl_platform.h +include/gegl-%%GEGL_VER%%/opencl/gegl-cl-color.h +include/gegl-%%GEGL_VER%%/opencl/gegl-cl-init.h +include/gegl-%%GEGL_VER%%/opencl/gegl-cl-types.h +include/gegl-%%GEGL_VER%%/opencl/gegl-cl.h +include/gegl-%%GEGL_VER%%/opencl/opencl.h +include/gegl-%%GEGL_VER%%/operation/gegl-operation-area-filter.h +include/gegl-%%GEGL_VER%%/operation/gegl-operation-composer.h +include/gegl-%%GEGL_VER%%/operation/gegl-operation-composer3.h +include/gegl-%%GEGL_VER%%/operation/gegl-operation-filter.h +include/gegl-%%GEGL_VER%%/operation/gegl-operation-meta.h +include/gegl-%%GEGL_VER%%/operation/gegl-operation-point-composer.h +include/gegl-%%GEGL_VER%%/operation/gegl-operation-point-composer3.h +include/gegl-%%GEGL_VER%%/operation/gegl-operation-point-filter.h +include/gegl-%%GEGL_VER%%/operation/gegl-operation-point-render.h +include/gegl-%%GEGL_VER%%/operation/gegl-operation-sink.h +include/gegl-%%GEGL_VER%%/operation/gegl-operation-source.h +include/gegl-%%GEGL_VER%%/operation/gegl-operation-temporal.h +include/gegl-%%GEGL_VER%%/operation/gegl-operation.h +%%CAIRO%%lib/gegl-%%GEGL_VER%%/vector-fill.la +%%CAIRO%%lib/gegl-%%GEGL_VER%%/vector-fill.so +%%CAIRO%%lib/gegl-%%GEGL_VER%%/vector-stroke.la +%%CAIRO%%lib/gegl-%%GEGL_VER%%/vector-stroke.so +%%CAIRO%%lib/gegl-%%GEGL_VER%%/path.la +%%CAIRO%%lib/gegl-%%GEGL_VER%%/path.so +%%FFMPEG%%lib/gegl-%%GEGL_VER%%/ff-load.la +%%FFMPEG%%lib/gegl-%%GEGL_VER%%/ff-load.so +%%JPEG%%lib/gegl-%%GEGL_VER%%/jpg-load.la +%%JPEG%%lib/gegl-%%GEGL_VER%%/jpg-load.so +%%JPEG%%lib/gegl-%%GEGL_VER%%/jpg-save.la +%%JPEG%%lib/gegl-%%GEGL_VER%%/jpg-save.so +%%OPENEXR%%lib/gegl-%%GEGL_VER%%/exr-load.la +%%OPENEXR%%lib/gegl-%%GEGL_VER%%/exr-load.so +%%OPENEXR%%lib/gegl-%%GEGL_VER%%/exr-save.la +%%OPENEXR%%lib/gegl-%%GEGL_VER%%/exr-save.so +%%OPENRAW%%lib/gegl-%%GEGL_VER%%/openraw.la +%%OPENRAW%%lib/gegl-%%GEGL_VER%%/openraw.so +%%PANGOCAIRO%%lib/gegl-%%GEGL_VER%%/text.la +%%PANGOCAIRO%%lib/gegl-%%GEGL_VER%%/text.so +%%PNG%%lib/gegl-%%GEGL_VER%%/png-load.la +%%PNG%%lib/gegl-%%GEGL_VER%%/png-load.so +%%PNG%%lib/gegl-%%GEGL_VER%%/png-save.la +%%PNG%%lib/gegl-%%GEGL_VER%%/png-save.so +%%RSVG%%lib/gegl-%%GEGL_VER%%/svg-load.la +%%RSVG%%lib/gegl-%%GEGL_VER%%/svg-load.so +%%SDL%%lib/gegl-%%GEGL_VER%%/sdl-display.la +%%SDL%%lib/gegl-%%GEGL_VER%%/sdl-display.so +%%V4L%%lib/gegl-%%GEGL_VER%%/v4l.la +%%V4L%%lib/gegl-%%GEGL_VER%%/v4l.so +lib/gegl-%%GEGL_VER%%/add.la +lib/gegl-%%GEGL_VER%%/add.so +lib/gegl-%%GEGL_VER%%/bilateral-filter.la +lib/gegl-%%GEGL_VER%%/bilateral-filter.so +lib/gegl-%%GEGL_VER%%/box-blur.la +lib/gegl-%%GEGL_VER%%/box-blur.so +lib/gegl-%%GEGL_VER%%/brightness-contrast.la +lib/gegl-%%GEGL_VER%%/brightness-contrast.so +lib/gegl-%%GEGL_VER%%/buffer-sink.la +lib/gegl-%%GEGL_VER%%/buffer-sink.so +lib/gegl-%%GEGL_VER%%/buffer-source.la +lib/gegl-%%GEGL_VER%%/buffer-source.so +lib/gegl-%%GEGL_VER%%/c2g.la +lib/gegl-%%GEGL_VER%%/c2g.so +lib/gegl-%%GEGL_VER%%/checkerboard.la +lib/gegl-%%GEGL_VER%%/checkerboard.so +lib/gegl-%%GEGL_VER%%/clear.la +lib/gegl-%%GEGL_VER%%/clear.so +lib/gegl-%%GEGL_VER%%/clone.la +lib/gegl-%%GEGL_VER%%/clone.so +lib/gegl-%%GEGL_VER%%/color-burn.la +lib/gegl-%%GEGL_VER%%/color-burn.so +lib/gegl-%%GEGL_VER%%/color-dodge.la +lib/gegl-%%GEGL_VER%%/color-dodge.so +lib/gegl-%%GEGL_VER%%/color-temperature.la +lib/gegl-%%GEGL_VER%%/color-temperature.so +lib/gegl-%%GEGL_VER%%/color-to-alpha.la +lib/gegl-%%GEGL_VER%%/color-to-alpha.so +lib/gegl-%%GEGL_VER%%/color.la +lib/gegl-%%GEGL_VER%%/color.so +lib/gegl-%%GEGL_VER%%/contrast-curve.la +lib/gegl-%%GEGL_VER%%/contrast-curve.so +lib/gegl-%%GEGL_VER%%/convert-format.la +lib/gegl-%%GEGL_VER%%/convert-format.so +lib/gegl-%%GEGL_VER%%/crop.la +lib/gegl-%%GEGL_VER%%/crop.so +lib/gegl-%%GEGL_VER%%/darken.la +lib/gegl-%%GEGL_VER%%/darken.so +lib/gegl-%%GEGL_VER%%/difference-of-gaussians.la +lib/gegl-%%GEGL_VER%%/difference-of-gaussians.so +lib/gegl-%%GEGL_VER%%/difference.la +lib/gegl-%%GEGL_VER%%/difference.so +lib/gegl-%%GEGL_VER%%/display.la +lib/gegl-%%GEGL_VER%%/display.so +lib/gegl-%%GEGL_VER%%/divide.la +lib/gegl-%%GEGL_VER%%/divide.so +lib/gegl-%%GEGL_VER%%/dropshadow.la +lib/gegl-%%GEGL_VER%%/dropshadow.so +lib/gegl-%%GEGL_VER%%/dst-atop.la +lib/gegl-%%GEGL_VER%%/dst-atop.so +lib/gegl-%%GEGL_VER%%/dst-in.la +lib/gegl-%%GEGL_VER%%/dst-in.so +lib/gegl-%%GEGL_VER%%/dst-out.la +lib/gegl-%%GEGL_VER%%/dst-out.so +lib/gegl-%%GEGL_VER%%/dst-over.la +lib/gegl-%%GEGL_VER%%/dst-over.so +lib/gegl-%%GEGL_VER%%/dst.la +lib/gegl-%%GEGL_VER%%/dst.so +lib/gegl-%%GEGL_VER%%/edge-laplace.la +lib/gegl-%%GEGL_VER%%/edge-laplace.so +lib/gegl-%%GEGL_VER%%/edge-sobel.la +lib/gegl-%%GEGL_VER%%/edge-sobel.so +lib/gegl-%%GEGL_VER%%/exclusion.la +lib/gegl-%%GEGL_VER%%/exclusion.so +lib/gegl-%%GEGL_VER%%/exp-combine.la +lib/gegl-%%GEGL_VER%%/exp-combine.so +lib/gegl-%%GEGL_VER%%/fattal02.la +lib/gegl-%%GEGL_VER%%/fattal02.so +lib/gegl-%%GEGL_VER%%/fractal-explorer.la +lib/gegl-%%GEGL_VER%%/fractal-explorer.so +lib/gegl-%%GEGL_VER%%/gamma.la +lib/gegl-%%GEGL_VER%%/gamma.so +lib/gegl-%%GEGL_VER%%/gaussian-blur.la +lib/gegl-%%GEGL_VER%%/gaussian-blur.so +lib/gegl-%%GEGL_VER%%/gegl-buffer-load-op.la +lib/gegl-%%GEGL_VER%%/gegl-buffer-load-op.so +lib/gegl-%%GEGL_VER%%/gegl-buffer-save-op.la +lib/gegl-%%GEGL_VER%%/gegl-buffer-save-op.so +lib/gegl-%%GEGL_VER%%/grey.la +lib/gegl-%%GEGL_VER%%/grey.so +lib/gegl-%%GEGL_VER%%/grid.la +lib/gegl-%%GEGL_VER%%/grid.so +lib/gegl-%%GEGL_VER%%/hard-light.la +lib/gegl-%%GEGL_VER%%/hard-light.so +lib/gegl-%%GEGL_VER%%/introspect.la +lib/gegl-%%GEGL_VER%%/introspect.so +lib/gegl-%%GEGL_VER%%/invert.la +lib/gegl-%%GEGL_VER%%/invert.so +lib/gegl-%%GEGL_VER%%/jp2-load.la +lib/gegl-%%GEGL_VER%%/jp2-load.so +lib/gegl-%%GEGL_VER%%/layer.la +lib/gegl-%%GEGL_VER%%/layer.so +lib/gegl-%%GEGL_VER%%/lens-distortion.la +lib/gegl-%%GEGL_VER%%/lens-distortion.so +lib/gegl-%%GEGL_VER%%/levels.la +lib/gegl-%%GEGL_VER%%/levels.so +lib/gegl-%%GEGL_VER%%/lighten.la +lib/gegl-%%GEGL_VER%%/lighten.so +lib/gegl-%%GEGL_VER%%/load.la +lib/gegl-%%GEGL_VER%%/load.so +lib/gegl-%%GEGL_VER%%/magick-load.la +lib/gegl-%%GEGL_VER%%/magick-load.so +lib/gegl-%%GEGL_VER%%/mantiuk06.la +lib/gegl-%%GEGL_VER%%/mantiuk06.so +lib/gegl-%%GEGL_VER%%/map-absolute.la +lib/gegl-%%GEGL_VER%%/map-absolute.so +lib/gegl-%%GEGL_VER%%/map-relative.la +lib/gegl-%%GEGL_VER%%/map-relative.so +lib/gegl-%%GEGL_VER%%/matting-global.la +lib/gegl-%%GEGL_VER%%/matting-global.so +lib/gegl-%%GEGL_VER%%/mblur.la +lib/gegl-%%GEGL_VER%%/mblur.so +lib/gegl-%%GEGL_VER%%/mirrors.la +lib/gegl-%%GEGL_VER%%/mirrors.so +lib/gegl-%%GEGL_VER%%/mono-mixer.la +lib/gegl-%%GEGL_VER%%/mono-mixer.so +lib/gegl-%%GEGL_VER%%/motion-blur.la +lib/gegl-%%GEGL_VER%%/motion-blur.so +lib/gegl-%%GEGL_VER%%/multiply.la +lib/gegl-%%GEGL_VER%%/multiply.so +lib/gegl-%%GEGL_VER%%/noise-reduction.la +lib/gegl-%%GEGL_VER%%/noise-reduction.so +lib/gegl-%%GEGL_VER%%/noise.la +lib/gegl-%%GEGL_VER%%/noise.so +lib/gegl-%%GEGL_VER%%/nop.la +lib/gegl-%%GEGL_VER%%/nop.so +lib/gegl-%%GEGL_VER%%/opacity.la +lib/gegl-%%GEGL_VER%%/opacity.so +lib/gegl-%%GEGL_VER%%/open-buffer.la +lib/gegl-%%GEGL_VER%%/open-buffer.so +lib/gegl-%%GEGL_VER%%/over.la +lib/gegl-%%GEGL_VER%%/over.so +lib/gegl-%%GEGL_VER%%/overlay.la +lib/gegl-%%GEGL_VER%%/overlay.so +lib/gegl-%%GEGL_VER%%/pixbuf.la +lib/gegl-%%GEGL_VER%%/pixbuf.so +lib/gegl-%%GEGL_VER%%/pixelize.la +lib/gegl-%%GEGL_VER%%/pixelize.so +lib/gegl-%%GEGL_VER%%/plus.la +lib/gegl-%%GEGL_VER%%/plus.so +lib/gegl-%%GEGL_VER%%/polar-coordinates.la +lib/gegl-%%GEGL_VER%%/polar-coordinates.so +lib/gegl-%%GEGL_VER%%/posterize.la +lib/gegl-%%GEGL_VER%%/posterize.so +lib/gegl-%%GEGL_VER%%/ppm-load.la +lib/gegl-%%GEGL_VER%%/ppm-load.so +lib/gegl-%%GEGL_VER%%/ppm-save.la +lib/gegl-%%GEGL_VER%%/ppm-save.so +lib/gegl-%%GEGL_VER%%/raw-load.la +lib/gegl-%%GEGL_VER%%/raw-load.so +lib/gegl-%%GEGL_VER%%/rectangle.la +lib/gegl-%%GEGL_VER%%/rectangle.so +lib/gegl-%%GEGL_VER%%/reinhard05.la +lib/gegl-%%GEGL_VER%%/reinhard05.so +lib/gegl-%%GEGL_VER%%/remap.la +lib/gegl-%%GEGL_VER%%/remap.so +lib/gegl-%%GEGL_VER%%/rgbe-load.la +lib/gegl-%%GEGL_VER%%/rgbe-load.so +lib/gegl-%%GEGL_VER%%/rgbe-save.la +lib/gegl-%%GEGL_VER%%/rgbe-save.so +lib/gegl-%%GEGL_VER%%/ripple.la +lib/gegl-%%GEGL_VER%%/ripple.so +lib/gegl-%%GEGL_VER%%/save-pixbuf.la +lib/gegl-%%GEGL_VER%%/save-pixbuf.so +lib/gegl-%%GEGL_VER%%/save.la +lib/gegl-%%GEGL_VER%%/save.so +lib/gegl-%%GEGL_VER%%/screen.la +lib/gegl-%%GEGL_VER%%/screen.so +lib/gegl-%%GEGL_VER%%/snn-mean.la +lib/gegl-%%GEGL_VER%%/snn-mean.so +lib/gegl-%%GEGL_VER%%/soft-light.la +lib/gegl-%%GEGL_VER%%/soft-light.so +lib/gegl-%%GEGL_VER%%/src-atop.la +lib/gegl-%%GEGL_VER%%/src-atop.so +lib/gegl-%%GEGL_VER%%/src-in.la +lib/gegl-%%GEGL_VER%%/src-in.so +lib/gegl-%%GEGL_VER%%/src-out.la +lib/gegl-%%GEGL_VER%%/src-out.so +lib/gegl-%%GEGL_VER%%/src-over.la +lib/gegl-%%GEGL_VER%%/src-over.so +lib/gegl-%%GEGL_VER%%/src.la +lib/gegl-%%GEGL_VER%%/src.so +lib/gegl-%%GEGL_VER%%/stress.la +lib/gegl-%%GEGL_VER%%/stress.so +lib/gegl-%%GEGL_VER%%/stretch-contrast.la +lib/gegl-%%GEGL_VER%%/stretch-contrast.so +lib/gegl-%%GEGL_VER%%/subtract.la +lib/gegl-%%GEGL_VER%%/subtract.so +lib/gegl-%%GEGL_VER%%/svg-huerotate.la +lib/gegl-%%GEGL_VER%%/svg-huerotate.so +lib/gegl-%%GEGL_VER%%/svg-luminancetoalpha.la +lib/gegl-%%GEGL_VER%%/svg-luminancetoalpha.so +lib/gegl-%%GEGL_VER%%/svg-matrix.la +lib/gegl-%%GEGL_VER%%/svg-matrix.so +lib/gegl-%%GEGL_VER%%/svg-multiply.la +lib/gegl-%%GEGL_VER%%/svg-multiply.so +lib/gegl-%%GEGL_VER%%/svg-saturate.la +lib/gegl-%%GEGL_VER%%/svg-saturate.so +lib/gegl-%%GEGL_VER%%/threshold.la +lib/gegl-%%GEGL_VER%%/threshold.so +lib/gegl-%%GEGL_VER%%/transformops.la +lib/gegl-%%GEGL_VER%%/transformops.so +lib/gegl-%%GEGL_VER%%/unsharp-mask.la +lib/gegl-%%GEGL_VER%%/unsharp-mask.so +lib/gegl-%%GEGL_VER%%/value-invert.la +lib/gegl-%%GEGL_VER%%/value-invert.so +lib/gegl-%%GEGL_VER%%/vignette.la +lib/gegl-%%GEGL_VER%%/vignette.so +lib/gegl-%%GEGL_VER%%/waves.la +lib/gegl-%%GEGL_VER%%/waves.so +lib/gegl-%%GEGL_VER%%/weighted-blend.la +lib/gegl-%%GEGL_VER%%/weighted-blend.so +lib/gegl-%%GEGL_VER%%/write-buffer.la +lib/gegl-%%GEGL_VER%%/write-buffer.so +lib/gegl-%%GEGL_VER%%/xor.la +lib/gegl-%%GEGL_VER%%/xor.so +lib/libgegl-%%GEGL_VER%%.la +lib/libgegl-%%GEGL_VER%%.so +lib/libgegl-%%GEGL_VER%%.so.%%GEGL_MINOR%% +libdata/pkgconfig/gegl-%%GEGL_VER%%.pc %%PORTDOCS%%share/gtk-doc/html/gegl/api.html %%PORTDOCS%%share/gtk-doc/html/gegl/brightness-contrast.c.html %%PORTDOCS%%share/gtk-doc/html/gegl/gegl-operation-area-filter.h.html @@ -335,9 +356,15 @@ share/gir-1.0/Gegl-0.1.gir %%PORTEXAMPLES%%%%EXAMPLESDIR%%/geglbuffer-clock.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello-world-video.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello-world.c -@dirrm include/gegl-0.1/operation -@dirrm include/gegl-0.1 -@dirrm lib/gegl-0.1 +share/locale/es/LC_MESSAGES/gegl-%%GEGL_VER%%.mo +share/locale/fr/LC_MESSAGES/gegl-%%GEGL_VER%%.mo +share/locale/pl/LC_MESSAGES/gegl-%%GEGL_VER%%.mo +share/locale/ru/LC_MESSAGES/gegl-%%GEGL_VER%%.mo +share/locale/sl/LC_MESSAGES/gegl-%%GEGL_VER%%.mo +@dirrm include/gegl-%%GEGL_VER%%/operation +@dirrm include/gegl-%%GEGL_VER%%/opencl +@dirrm include/gegl-%%GEGL_VER%% +@dirrm lib/gegl-%%GEGL_VER%% %%PORTDOCS%%@dirrm share/gtk-doc/html/gegl %%PORTDOCS%%@dirrmtry share/gtk-doc/html %%PORTDOCS%%@dirrmtry share/gtk-doc _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-gnome@FreeBSD.ORG Mon Mar 11 12:20:04 2013 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D74B41C4 for ; Mon, 11 Mar 2013 12:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C9777DBB for ; Mon, 11 Mar 2013 12:20:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2BCK4wa006292 for ; Mon, 11 Mar 2013 12:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2BCK4Fp006291; Mon, 11 Mar 2013 12:20:04 GMT (envelope-from gnats) Date: Mon, 11 Mar 2013 12:20:04 GMT Message-Id: <201303111220.r2BCK4Fp006291@freefall.freebsd.org> To: gnome@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/175773: commit references a PR X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 11 Mar 2013 12:20:04 -0000 The following reply was made to PR ports/175773; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/175773: commit references a PR Date: Mon, 11 Mar 2013 12:18:28 +0000 (UTC) Author: kwm Date: Mon Mar 11 12:18:11 2013 New Revision: 313871 URL: http://svnweb.freebsd.org/changeset/ports/313871 Log: Update to 0.2.0 Convert to OptionsNG, switch to pathfix instead of gnomehack. Fix plist issue [1] PR: ports/175773 [1] PR: ports/176447 [1] Submitted by: Eric Krausser [1], Dmitry Marakasov [1] Obtained from: gnome team repo Modified: head/graphics/gegl/Makefile head/graphics/gegl/distinfo (contents, props changed) head/graphics/gegl/pkg-plist (contents, props changed) Modified: head/graphics/gegl/Makefile ============================================================================== --- head/graphics/gegl/Makefile Mon Mar 11 12:17:15 2013 (r313870) +++ head/graphics/gegl/Makefile Mon Mar 11 12:18:11 2013 (r313871) @@ -2,15 +2,14 @@ # $FreeBSD$ PORTNAME= gegl -PORTVERSION= 0.1.8 -PORTREVISION= 6 +PORTVERSION= 0.2.0 +PORTREVISION= 1 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.gimp.org/pub/gegl/0.1/ +MASTER_SITES= ftp://ftp.gimp.org/pub/gegl/0.2/ MAINTAINER= gnome@FreeBSD.org COMMENT= A graph based image processing framework -BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection LIB_DEPENDS= babl-0.1:${PORTSDIR}/x11/babl OPTIONS_DEFINE= CAIRO ENSCRIPT EXIV2 FFMPEG PIXBUF GRAPHVIZ JASPER JPEG \ @@ -22,20 +21,22 @@ ENSCRIPT_DESC= Enscript support SPIRO_DESC= Spiro support #UMFPACK_DESC= UMFpack support -USE_GNOME= glib20 gnomehack +USE_GNOME= glib20 intltool +USES= pathfix USE_PKGCONFIG= build USE_BZIP2= yes USE_GMAKE= yes USE_GETTEXT= yes -USE_LDCONFIG= ${PREFIX}/lib/gegl-0.1 +USE_LDCONFIG= ${PREFIX}/lib/gegl-0.2 GNU_CONFIGURE= yes CONFIGURE_ENV+= ac_cv_header_execinfo_h=no CONFIGURE_ARGS+=--without-vala CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lintl -GEGL_MINOR= 107 -PLIST_SUB+= GEGL_MINOR="${GEGL_MINOR}" +GEGL_MINOR= 199 +GEGL_VER= 0.2 +PLIST_SUB+= GEGL_MINOR="${GEGL_MINOR}" GEGL_VER=${GEGL_VER} EXAMPLES= 2geglbuffer csugar float-lookup \ gegl-convert gegl-slicer geglbuffer-add-image \ @@ -87,7 +88,7 @@ PLIST_SUB+= FFMPEG="@comment " .endif .if ${PORT_OPTIONS:MGRAPHVIZ} -LIB_DEPENDS+= gvpr:${PORTSDIR}/graphics/graphviz +LIB_DEPENDS+= cgraph:${PORTSDIR}/graphics/graphviz .else CONFIGURE_ARGS+=--without-graphviz .endif @@ -198,11 +199,13 @@ CONFIGURE_ARGS+=--disable-docs post-patch: .if empty(PORT_OPTIONS:MDOCS) - @${REINPLACE_CMD} -e '/^SUBDIRS/s|tools examples tests||' \ - ${WRKSRC}/Makefile.in + ${REINPLACE_CMD} -e '10s|\\||; 11,13d' \ + ${WRKSRC}/Makefile.am .endif ${REINPLACE_CMD} -e 's|\(lua\)\(5\.1\)|\1-\2|g ; s|x86_64|amd64|g' \ ${WRKSRC}/configure + ${REINPLACE_CMD} -e 's|/usr/bin/ruby|/usr/bin/env ruby|' \ + ${WRKSRC}/tools/gobj2dot.rb post-build: .if ${PORT_OPTIONS:MDOCS} Modified: head/graphics/gegl/distinfo ============================================================================== --- head/graphics/gegl/distinfo Mon Mar 11 12:17:15 2013 (r313870) +++ head/graphics/gegl/distinfo Mon Mar 11 12:18:11 2013 (r313871) @@ -1,2 +1,2 @@ -SHA256 (gegl-0.1.8.tar.bz2) = 106b9574b6d5fb282683794f7a7f090a1a3f4a388890e592b202827a4ca76f75 -SIZE (gegl-0.1.8.tar.bz2) = 5532682 +SHA256 (gegl-0.2.0.tar.bz2) = df2e6a0d9499afcbc4f9029c18d9d1e0dd5e8710a75e17c9b1d9a6480dd8d426 +SIZE (gegl-0.2.0.tar.bz2) = 7502040 Modified: head/graphics/gegl/pkg-plist ============================================================================== --- head/graphics/gegl/pkg-plist Mon Mar 11 12:17:15 2013 (r313870) +++ head/graphics/gegl/pkg-plist Mon Mar 11 12:18:11 2013 (r313871) @@ -1,276 +1,297 @@ bin/gegl -include/gegl-0.1/gegl-buffer-backend.h -include/gegl-0.1/gegl-buffer-iterator.h -include/gegl-0.1/gegl-buffer.h -include/gegl-0.1/gegl-chant.h -include/gegl-0.1/gegl-color.h -include/gegl-0.1/gegl-curve.h -include/gegl-0.1/gegl-enums.h -include/gegl-0.1/gegl-lookup.h -include/gegl-0.1/gegl-matrix.h -include/gegl-0.1/gegl-paramspecs.h -include/gegl-0.1/gegl-path.h -include/gegl-0.1/gegl-plugin.h -include/gegl-0.1/gegl-tile-backend.h -include/gegl-0.1/gegl-tile-source.h -include/gegl-0.1/gegl-tile.h -include/gegl-0.1/gegl-types.h -include/gegl-0.1/gegl-utils.h -include/gegl-0.1/gegl-version.h -include/gegl-0.1/gegl.h -include/gegl-0.1/operation/gegl-operation-area-filter.h -include/gegl-0.1/operation/gegl-operation-composer.h -include/gegl-0.1/operation/gegl-operation-composer3.h -include/gegl-0.1/operation/gegl-operation-filter.h -include/gegl-0.1/operation/gegl-operation-meta.h -include/gegl-0.1/operation/gegl-operation-point-composer.h -include/gegl-0.1/operation/gegl-operation-point-composer3.h -include/gegl-0.1/operation/gegl-operation-point-filter.h -include/gegl-0.1/operation/gegl-operation-point-render.h -include/gegl-0.1/operation/gegl-operation-sink.h -include/gegl-0.1/operation/gegl-operation-source.h -include/gegl-0.1/operation/gegl-operation-temporal.h -include/gegl-0.1/operation/gegl-operation.h -%%CAIRO%%lib/gegl-0.1/vector-fill.la -%%CAIRO%%lib/gegl-0.1/vector-fill.so -%%CAIRO%%lib/gegl-0.1/vector-stroke.la -%%CAIRO%%lib/gegl-0.1/vector-stroke.so -%%CAIRO%%lib/gegl-0.1/path.la -%%CAIRO%%lib/gegl-0.1/path.so -%%FFMPEG%%lib/gegl-0.1/ff-load.la -%%FFMPEG%%lib/gegl-0.1/ff-load.so -%%JPEG%%lib/gegl-0.1/jpg-load.la -%%JPEG%%lib/gegl-0.1/jpg-load.so -%%JPEG%%lib/gegl-0.1/jpg-save.la -%%JPEG%%lib/gegl-0.1/jpg-save.so -%%OPENEXR%%lib/gegl-0.1/exr-load.la -%%OPENEXR%%lib/gegl-0.1/exr-load.so -%%OPENEXR%%lib/gegl-0.1/exr-save.la -%%OPENEXR%%lib/gegl-0.1/exr-save.so -%%OPENRAW%%lib/gegl-0.1/openraw.la -%%OPENRAW%%lib/gegl-0.1/openraw.so -%%PANGOCAIRO%%lib/gegl-0.1/text.la -%%PANGOCAIRO%%lib/gegl-0.1/text.so -%%PNG%%lib/gegl-0.1/png-load.la -%%PNG%%lib/gegl-0.1/png-load.so -%%PNG%%lib/gegl-0.1/png-save.la -%%PNG%%lib/gegl-0.1/png-save.so -%%RSVG%%lib/gegl-0.1/svg-load.la -%%RSVG%%lib/gegl-0.1/svg-load.so -%%SDL%%lib/gegl-0.1/sdl-display.la -%%SDL%%lib/gegl-0.1/sdl-display.so -%%V4L%%lib/gegl-0.1/v4l.la -%%V4L%%lib/gegl-0.1/v4l.so -lib/gegl-0.1/add.la -lib/gegl-0.1/add.so -lib/gegl-0.1/affine.la -lib/gegl-0.1/affine.so -lib/gegl-0.1/bilateral-filter.la -lib/gegl-0.1/bilateral-filter.so -lib/gegl-0.1/box-blur.la -lib/gegl-0.1/box-blur.so -lib/gegl-0.1/brightness-contrast.la -lib/gegl-0.1/brightness-contrast.so -lib/gegl-0.1/buffer-sink.la -lib/gegl-0.1/buffer-sink.so -lib/gegl-0.1/buffer-source.la -lib/gegl-0.1/buffer-source.so -lib/gegl-0.1/c2g.la -lib/gegl-0.1/c2g.so -lib/gegl-0.1/checkerboard.la -lib/gegl-0.1/checkerboard.so -lib/gegl-0.1/clear.la -lib/gegl-0.1/clear.so -lib/gegl-0.1/clone.la -lib/gegl-0.1/clone.so -lib/gegl-0.1/color-burn.la -lib/gegl-0.1/color-burn.so -lib/gegl-0.1/color-dodge.la -lib/gegl-0.1/color-dodge.so -lib/gegl-0.1/color-temperature.la -lib/gegl-0.1/color-temperature.so -lib/gegl-0.1/color.la -lib/gegl-0.1/color.so -lib/gegl-0.1/contrast-curve.la -lib/gegl-0.1/contrast-curve.so -lib/gegl-0.1/convert-format.la -lib/gegl-0.1/convert-format.so -lib/gegl-0.1/crop.la -lib/gegl-0.1/crop.so -lib/gegl-0.1/darken.la -lib/gegl-0.1/darken.so -lib/gegl-0.1/difference-of-gaussians.la -lib/gegl-0.1/difference-of-gaussians.so -lib/gegl-0.1/difference.la -lib/gegl-0.1/difference.so -lib/gegl-0.1/display.la -lib/gegl-0.1/display.so -lib/gegl-0.1/divide.la -lib/gegl-0.1/divide.so -lib/gegl-0.1/dropshadow.la -lib/gegl-0.1/dropshadow.so -lib/gegl-0.1/dst-atop.la -lib/gegl-0.1/dst-atop.so -lib/gegl-0.1/dst-in.la -lib/gegl-0.1/dst-in.so -lib/gegl-0.1/dst-out.la -lib/gegl-0.1/dst-out.so -lib/gegl-0.1/dst-over.la -lib/gegl-0.1/dst-over.so -lib/gegl-0.1/dst.la -lib/gegl-0.1/dst.so -lib/gegl-0.1/edge-laplace.la -lib/gegl-0.1/edge-laplace.so -lib/gegl-0.1/edge-sobel.la -lib/gegl-0.1/edge-sobel.so -lib/gegl-0.1/exclusion.la -lib/gegl-0.1/exclusion.so -lib/gegl-0.1/exp-combine.la -lib/gegl-0.1/exp-combine.so -lib/gegl-0.1/fattal02.la -lib/gegl-0.1/fattal02.so -lib/gegl-0.1/fractal-explorer.la -lib/gegl-0.1/fractal-explorer.so -lib/gegl-0.1/gamma.la -lib/gegl-0.1/gamma.so -lib/gegl-0.1/gaussian-blur.la -lib/gegl-0.1/gaussian-blur.so -lib/gegl-0.1/gegl-buffer-load-op.la -lib/gegl-0.1/gegl-buffer-load-op.so -lib/gegl-0.1/gegl-buffer-save-op.la -lib/gegl-0.1/gegl-buffer-save-op.so -lib/gegl-0.1/grey.la -lib/gegl-0.1/grey.so -lib/gegl-0.1/grid.la -lib/gegl-0.1/grid.so -lib/gegl-0.1/hard-light.la -lib/gegl-0.1/hard-light.so -lib/gegl-0.1/introspect.la -lib/gegl-0.1/introspect.so -lib/gegl-0.1/invert.la -lib/gegl-0.1/invert.so -%%JP2%%lib/gegl-0.1/jp2-load.la -%%JP2%%lib/gegl-0.1/jp2-load.so -lib/gegl-0.1/layer.la -lib/gegl-0.1/layer.so -lib/gegl-0.1/levels.la -lib/gegl-0.1/levels.so -lib/gegl-0.1/lighten.la -lib/gegl-0.1/lighten.so -lib/gegl-0.1/load.la -lib/gegl-0.1/load.so -lib/gegl-0.1/magick-load.la -lib/gegl-0.1/magick-load.so -lib/gegl-0.1/mantiuk06.la -lib/gegl-0.1/mantiuk06.so -lib/gegl-0.1/map-absolute.la -lib/gegl-0.1/map-absolute.so -lib/gegl-0.1/map-relative.la -lib/gegl-0.1/map-relative.so -lib/gegl-0.1/mblur.la -lib/gegl-0.1/mblur.so -lib/gegl-0.1/mirrors.la -lib/gegl-0.1/mirrors.so -lib/gegl-0.1/mono-mixer.la -lib/gegl-0.1/mono-mixer.so -lib/gegl-0.1/motion-blur.la -lib/gegl-0.1/motion-blur.so -lib/gegl-0.1/multiply.la -lib/gegl-0.1/multiply.so -lib/gegl-0.1/noise-reduction.la -lib/gegl-0.1/noise-reduction.so -lib/gegl-0.1/noise.la -lib/gegl-0.1/noise.so -lib/gegl-0.1/nop.la -lib/gegl-0.1/nop.so -lib/gegl-0.1/opacity.la -lib/gegl-0.1/opacity.so -lib/gegl-0.1/open-buffer.la -lib/gegl-0.1/open-buffer.so -lib/gegl-0.1/over.la -lib/gegl-0.1/over.so -lib/gegl-0.1/overlay.la -lib/gegl-0.1/overlay.so -%%GDK%%lib/gegl-0.1/pixbuf.la -%%GDK%%lib/gegl-0.1/pixbuf.so -lib/gegl-0.1/pixelise.la -lib/gegl-0.1/pixelise.so -lib/gegl-0.1/plus.la -lib/gegl-0.1/plus.so -lib/gegl-0.1/ppm-load.la -lib/gegl-0.1/ppm-load.so -lib/gegl-0.1/ppm-save.la -lib/gegl-0.1/ppm-save.so -lib/gegl-0.1/raw-load.la -lib/gegl-0.1/raw-load.so -lib/gegl-0.1/rectangle.la -lib/gegl-0.1/rectangle.so -lib/gegl-0.1/reinhard05.la -lib/gegl-0.1/reinhard05.so -lib/gegl-0.1/remap.la -lib/gegl-0.1/remap.so -lib/gegl-0.1/rgbe-load.la -lib/gegl-0.1/rgbe-load.so -lib/gegl-0.1/rgbe-save.la -lib/gegl-0.1/rgbe-save.so -%%GDK%%lib/gegl-0.1/save-pixbuf.la -%%GDK%%lib/gegl-0.1/save-pixbuf.so -lib/gegl-0.1/save.la -lib/gegl-0.1/save.so -lib/gegl-0.1/screen.la -lib/gegl-0.1/screen.so -lib/gegl-0.1/snn-mean.la -lib/gegl-0.1/snn-mean.so -lib/gegl-0.1/soft-light.la -lib/gegl-0.1/soft-light.so -lib/gegl-0.1/src-atop.la -lib/gegl-0.1/src-atop.so -lib/gegl-0.1/src-in.la -lib/gegl-0.1/src-in.so -lib/gegl-0.1/src-out.la -lib/gegl-0.1/src-out.so -lib/gegl-0.1/src-over.la -lib/gegl-0.1/src-over.so -lib/gegl-0.1/src.la -lib/gegl-0.1/src.so -lib/gegl-0.1/stress.la -lib/gegl-0.1/stress.so -lib/gegl-0.1/stretch-contrast.la -lib/gegl-0.1/stretch-contrast.so -lib/gegl-0.1/subtract.la -lib/gegl-0.1/subtract.so -lib/gegl-0.1/svg-huerotate.la -lib/gegl-0.1/svg-huerotate.so -lib/gegl-0.1/svg-luminancetoalpha.la -lib/gegl-0.1/svg-luminancetoalpha.so -lib/gegl-0.1/svg-matrix.la -lib/gegl-0.1/svg-matrix.so -lib/gegl-0.1/svg-multiply.la -lib/gegl-0.1/svg-multiply.so -lib/gegl-0.1/svg-saturate.la -lib/gegl-0.1/svg-saturate.so -lib/gegl-0.1/threshold.la -lib/gegl-0.1/threshold.so -lib/gegl-0.1/unsharp-mask.la -lib/gegl-0.1/unsharp-mask.so -lib/gegl-0.1/value-invert.la -lib/gegl-0.1/value-invert.so -lib/gegl-0.1/vignette.la -lib/gegl-0.1/vignette.so -lib/gegl-0.1/weighted-blend.la -lib/gegl-0.1/weighted-blend.so -lib/gegl-0.1/whitebalance.la -lib/gegl-0.1/whitebalance.so -lib/gegl-0.1/write-buffer.la -lib/gegl-0.1/write-buffer.so -lib/gegl-0.1/xor.la -lib/gegl-0.1/xor.so -lib/girepository-1.0/Gegl-0.1.typelib -lib/libgegl-0.1.la -lib/libgegl-0.1.so -lib/libgegl-0.1.so.%%GEGL_MINOR%% -libdata/pkgconfig/gegl.pc -share/gir-1.0/Gegl-0.1.gir +include/gegl-%%GEGL_VER%%/gegl-buffer-backend.h +include/gegl-%%GEGL_VER%%/gegl-buffer-iterator.h +include/gegl-%%GEGL_VER%%/gegl-buffer.h +include/gegl-%%GEGL_VER%%/gegl-chant.h +include/gegl-%%GEGL_VER%%/gegl-color.h +include/gegl-%%GEGL_VER%%/gegl-curve.h +include/gegl-%%GEGL_VER%%/gegl-enums.h +include/gegl-%%GEGL_VER%%/gegl-lookup.h +include/gegl-%%GEGL_VER%%/gegl-matrix.h +include/gegl-%%GEGL_VER%%/gegl-paramspecs.h +include/gegl-%%GEGL_VER%%/gegl-path.h +include/gegl-%%GEGL_VER%%/gegl-plugin.h +include/gegl-%%GEGL_VER%%/gegl-tile-backend.h +include/gegl-%%GEGL_VER%%/gegl-tile-source.h +include/gegl-%%GEGL_VER%%/gegl-tile.h +include/gegl-%%GEGL_VER%%/gegl-types.h +include/gegl-%%GEGL_VER%%/gegl-utils.h +include/gegl-%%GEGL_VER%%/gegl-version.h +include/gegl-%%GEGL_VER%%/gegl.h +include/gegl-%%GEGL_VER%%/opencl/cl.h +include/gegl-%%GEGL_VER%%/opencl/cl_d3d10.h +include/gegl-%%GEGL_VER%%/opencl/cl_ext.h +include/gegl-%%GEGL_VER%%/opencl/cl_gl.h +include/gegl-%%GEGL_VER%%/opencl/cl_gl_ext.h +include/gegl-%%GEGL_VER%%/opencl/cl_platform.h +include/gegl-%%GEGL_VER%%/opencl/gegl-cl-color.h +include/gegl-%%GEGL_VER%%/opencl/gegl-cl-init.h +include/gegl-%%GEGL_VER%%/opencl/gegl-cl-types.h +include/gegl-%%GEGL_VER%%/opencl/gegl-cl.h +include/gegl-%%GEGL_VER%%/opencl/opencl.h +include/gegl-%%GEGL_VER%%/operation/gegl-operation-area-filter.h +include/gegl-%%GEGL_VER%%/operation/gegl-operation-composer.h +include/gegl-%%GEGL_VER%%/operation/gegl-operation-composer3.h +include/gegl-%%GEGL_VER%%/operation/gegl-operation-filter.h +include/gegl-%%GEGL_VER%%/operation/gegl-operation-meta.h +include/gegl-%%GEGL_VER%%/operation/gegl-operation-point-composer.h +include/gegl-%%GEGL_VER%%/operation/gegl-operation-point-composer3.h +include/gegl-%%GEGL_VER%%/operation/gegl-operation-point-filter.h +include/gegl-%%GEGL_VER%%/operation/gegl-operation-point-render.h +include/gegl-%%GEGL_VER%%/operation/gegl-operation-sink.h +include/gegl-%%GEGL_VER%%/operation/gegl-operation-source.h +include/gegl-%%GEGL_VER%%/operation/gegl-operation-temporal.h +include/gegl-%%GEGL_VER%%/operation/gegl-operation.h +%%CAIRO%%lib/gegl-%%GEGL_VER%%/vector-fill.la +%%CAIRO%%lib/gegl-%%GEGL_VER%%/vector-fill.so +%%CAIRO%%lib/gegl-%%GEGL_VER%%/vector-stroke.la +%%CAIRO%%lib/gegl-%%GEGL_VER%%/vector-stroke.so +%%CAIRO%%lib/gegl-%%GEGL_VER%%/path.la +%%CAIRO%%lib/gegl-%%GEGL_VER%%/path.so +%%FFMPEG%%lib/gegl-%%GEGL_VER%%/ff-load.la +%%FFMPEG%%lib/gegl-%%GEGL_VER%%/ff-load.so +%%JPEG%%lib/gegl-%%GEGL_VER%%/jpg-load.la +%%JPEG%%lib/gegl-%%GEGL_VER%%/jpg-load.so +%%JPEG%%lib/gegl-%%GEGL_VER%%/jpg-save.la +%%JPEG%%lib/gegl-%%GEGL_VER%%/jpg-save.so +%%OPENEXR%%lib/gegl-%%GEGL_VER%%/exr-load.la +%%OPENEXR%%lib/gegl-%%GEGL_VER%%/exr-load.so +%%OPENEXR%%lib/gegl-%%GEGL_VER%%/exr-save.la +%%OPENEXR%%lib/gegl-%%GEGL_VER%%/exr-save.so +%%OPENRAW%%lib/gegl-%%GEGL_VER%%/openraw.la +%%OPENRAW%%lib/gegl-%%GEGL_VER%%/openraw.so +%%PANGOCAIRO%%lib/gegl-%%GEGL_VER%%/text.la +%%PANGOCAIRO%%lib/gegl-%%GEGL_VER%%/text.so +%%PNG%%lib/gegl-%%GEGL_VER%%/png-load.la +%%PNG%%lib/gegl-%%GEGL_VER%%/png-load.so +%%PNG%%lib/gegl-%%GEGL_VER%%/png-save.la +%%PNG%%lib/gegl-%%GEGL_VER%%/png-save.so +%%RSVG%%lib/gegl-%%GEGL_VER%%/svg-load.la +%%RSVG%%lib/gegl-%%GEGL_VER%%/svg-load.so +%%SDL%%lib/gegl-%%GEGL_VER%%/sdl-display.la +%%SDL%%lib/gegl-%%GEGL_VER%%/sdl-display.so +%%V4L%%lib/gegl-%%GEGL_VER%%/v4l.la +%%V4L%%lib/gegl-%%GEGL_VER%%/v4l.so +lib/gegl-%%GEGL_VER%%/add.la +lib/gegl-%%GEGL_VER%%/add.so +lib/gegl-%%GEGL_VER%%/bilateral-filter.la +lib/gegl-%%GEGL_VER%%/bilateral-filter.so +lib/gegl-%%GEGL_VER%%/box-blur.la +lib/gegl-%%GEGL_VER%%/box-blur.so +lib/gegl-%%GEGL_VER%%/brightness-contrast.la +lib/gegl-%%GEGL_VER%%/brightness-contrast.so +lib/gegl-%%GEGL_VER%%/buffer-sink.la +lib/gegl-%%GEGL_VER%%/buffer-sink.so +lib/gegl-%%GEGL_VER%%/buffer-source.la +lib/gegl-%%GEGL_VER%%/buffer-source.so +lib/gegl-%%GEGL_VER%%/c2g.la +lib/gegl-%%GEGL_VER%%/c2g.so +lib/gegl-%%GEGL_VER%%/checkerboard.la +lib/gegl-%%GEGL_VER%%/checkerboard.so +lib/gegl-%%GEGL_VER%%/clear.la +lib/gegl-%%GEGL_VER%%/clear.so +lib/gegl-%%GEGL_VER%%/clone.la +lib/gegl-%%GEGL_VER%%/clone.so +lib/gegl-%%GEGL_VER%%/color-burn.la +lib/gegl-%%GEGL_VER%%/color-burn.so +lib/gegl-%%GEGL_VER%%/color-dodge.la +lib/gegl-%%GEGL_VER%%/color-dodge.so +lib/gegl-%%GEGL_VER%%/color-temperature.la +lib/gegl-%%GEGL_VER%%/color-temperature.so +lib/gegl-%%GEGL_VER%%/color-to-alpha.la +lib/gegl-%%GEGL_VER%%/color-to-alpha.so +lib/gegl-%%GEGL_VER%%/color.la +lib/gegl-%%GEGL_VER%%/color.so +lib/gegl-%%GEGL_VER%%/contrast-curve.la +lib/gegl-%%GEGL_VER%%/contrast-curve.so +lib/gegl-%%GEGL_VER%%/convert-format.la +lib/gegl-%%GEGL_VER%%/convert-format.so +lib/gegl-%%GEGL_VER%%/crop.la +lib/gegl-%%GEGL_VER%%/crop.so +lib/gegl-%%GEGL_VER%%/darken.la +lib/gegl-%%GEGL_VER%%/darken.so +lib/gegl-%%GEGL_VER%%/difference-of-gaussians.la +lib/gegl-%%GEGL_VER%%/difference-of-gaussians.so +lib/gegl-%%GEGL_VER%%/difference.la +lib/gegl-%%GEGL_VER%%/difference.so +lib/gegl-%%GEGL_VER%%/display.la +lib/gegl-%%GEGL_VER%%/display.so +lib/gegl-%%GEGL_VER%%/divide.la +lib/gegl-%%GEGL_VER%%/divide.so +lib/gegl-%%GEGL_VER%%/dropshadow.la +lib/gegl-%%GEGL_VER%%/dropshadow.so +lib/gegl-%%GEGL_VER%%/dst-atop.la +lib/gegl-%%GEGL_VER%%/dst-atop.so +lib/gegl-%%GEGL_VER%%/dst-in.la +lib/gegl-%%GEGL_VER%%/dst-in.so +lib/gegl-%%GEGL_VER%%/dst-out.la +lib/gegl-%%GEGL_VER%%/dst-out.so +lib/gegl-%%GEGL_VER%%/dst-over.la +lib/gegl-%%GEGL_VER%%/dst-over.so +lib/gegl-%%GEGL_VER%%/dst.la +lib/gegl-%%GEGL_VER%%/dst.so +lib/gegl-%%GEGL_VER%%/edge-laplace.la +lib/gegl-%%GEGL_VER%%/edge-laplace.so +lib/gegl-%%GEGL_VER%%/edge-sobel.la +lib/gegl-%%GEGL_VER%%/edge-sobel.so +lib/gegl-%%GEGL_VER%%/exclusion.la +lib/gegl-%%GEGL_VER%%/exclusion.so +lib/gegl-%%GEGL_VER%%/exp-combine.la +lib/gegl-%%GEGL_VER%%/exp-combine.so +lib/gegl-%%GEGL_VER%%/fattal02.la +lib/gegl-%%GEGL_VER%%/fattal02.so +lib/gegl-%%GEGL_VER%%/fractal-explorer.la +lib/gegl-%%GEGL_VER%%/fractal-explorer.so +lib/gegl-%%GEGL_VER%%/gamma.la +lib/gegl-%%GEGL_VER%%/gamma.so +lib/gegl-%%GEGL_VER%%/gaussian-blur.la +lib/gegl-%%GEGL_VER%%/gaussian-blur.so +lib/gegl-%%GEGL_VER%%/gegl-buffer-load-op.la +lib/gegl-%%GEGL_VER%%/gegl-buffer-load-op.so +lib/gegl-%%GEGL_VER%%/gegl-buffer-save-op.la +lib/gegl-%%GEGL_VER%%/gegl-buffer-save-op.so +lib/gegl-%%GEGL_VER%%/grey.la +lib/gegl-%%GEGL_VER%%/grey.so +lib/gegl-%%GEGL_VER%%/grid.la +lib/gegl-%%GEGL_VER%%/grid.so +lib/gegl-%%GEGL_VER%%/hard-light.la +lib/gegl-%%GEGL_VER%%/hard-light.so +lib/gegl-%%GEGL_VER%%/introspect.la +lib/gegl-%%GEGL_VER%%/introspect.so +lib/gegl-%%GEGL_VER%%/invert.la +lib/gegl-%%GEGL_VER%%/invert.so +lib/gegl-%%GEGL_VER%%/jp2-load.la +lib/gegl-%%GEGL_VER%%/jp2-load.so +lib/gegl-%%GEGL_VER%%/layer.la +lib/gegl-%%GEGL_VER%%/layer.so +lib/gegl-%%GEGL_VER%%/lens-distortion.la +lib/gegl-%%GEGL_VER%%/lens-distortion.so +lib/gegl-%%GEGL_VER%%/levels.la +lib/gegl-%%GEGL_VER%%/levels.so +lib/gegl-%%GEGL_VER%%/lighten.la +lib/gegl-%%GEGL_VER%%/lighten.so +lib/gegl-%%GEGL_VER%%/load.la +lib/gegl-%%GEGL_VER%%/load.so +lib/gegl-%%GEGL_VER%%/magick-load.la +lib/gegl-%%GEGL_VER%%/magick-load.so +lib/gegl-%%GEGL_VER%%/mantiuk06.la +lib/gegl-%%GEGL_VER%%/mantiuk06.so +lib/gegl-%%GEGL_VER%%/map-absolute.la +lib/gegl-%%GEGL_VER%%/map-absolute.so +lib/gegl-%%GEGL_VER%%/map-relative.la +lib/gegl-%%GEGL_VER%%/map-relative.so +lib/gegl-%%GEGL_VER%%/matting-global.la +lib/gegl-%%GEGL_VER%%/matting-global.so +lib/gegl-%%GEGL_VER%%/mblur.la +lib/gegl-%%GEGL_VER%%/mblur.so +lib/gegl-%%GEGL_VER%%/mirrors.la +lib/gegl-%%GEGL_VER%%/mirrors.so +lib/gegl-%%GEGL_VER%%/mono-mixer.la +lib/gegl-%%GEGL_VER%%/mono-mixer.so +lib/gegl-%%GEGL_VER%%/motion-blur.la +lib/gegl-%%GEGL_VER%%/motion-blur.so +lib/gegl-%%GEGL_VER%%/multiply.la +lib/gegl-%%GEGL_VER%%/multiply.so +lib/gegl-%%GEGL_VER%%/noise-reduction.la +lib/gegl-%%GEGL_VER%%/noise-reduction.so +lib/gegl-%%GEGL_VER%%/noise.la +lib/gegl-%%GEGL_VER%%/noise.so +lib/gegl-%%GEGL_VER%%/nop.la +lib/gegl-%%GEGL_VER%%/nop.so +lib/gegl-%%GEGL_VER%%/opacity.la +lib/gegl-%%GEGL_VER%%/opacity.so +lib/gegl-%%GEGL_VER%%/open-buffer.la +lib/gegl-%%GEGL_VER%%/open-buffer.so +lib/gegl-%%GEGL_VER%%/over.la +lib/gegl-%%GEGL_VER%%/over.so +lib/gegl-%%GEGL_VER%%/overlay.la +lib/gegl-%%GEGL_VER%%/overlay.so +lib/gegl-%%GEGL_VER%%/pixbuf.la +lib/gegl-%%GEGL_VER%%/pixbuf.so +lib/gegl-%%GEGL_VER%%/pixelize.la +lib/gegl-%%GEGL_VER%%/pixelize.so +lib/gegl-%%GEGL_VER%%/plus.la +lib/gegl-%%GEGL_VER%%/plus.so +lib/gegl-%%GEGL_VER%%/polar-coordinates.la +lib/gegl-%%GEGL_VER%%/polar-coordinates.so +lib/gegl-%%GEGL_VER%%/posterize.la +lib/gegl-%%GEGL_VER%%/posterize.so +lib/gegl-%%GEGL_VER%%/ppm-load.la +lib/gegl-%%GEGL_VER%%/ppm-load.so +lib/gegl-%%GEGL_VER%%/ppm-save.la +lib/gegl-%%GEGL_VER%%/ppm-save.so +lib/gegl-%%GEGL_VER%%/raw-load.la +lib/gegl-%%GEGL_VER%%/raw-load.so +lib/gegl-%%GEGL_VER%%/rectangle.la +lib/gegl-%%GEGL_VER%%/rectangle.so +lib/gegl-%%GEGL_VER%%/reinhard05.la +lib/gegl-%%GEGL_VER%%/reinhard05.so +lib/gegl-%%GEGL_VER%%/remap.la +lib/gegl-%%GEGL_VER%%/remap.so +lib/gegl-%%GEGL_VER%%/rgbe-load.la +lib/gegl-%%GEGL_VER%%/rgbe-load.so +lib/gegl-%%GEGL_VER%%/rgbe-save.la +lib/gegl-%%GEGL_VER%%/rgbe-save.so +lib/gegl-%%GEGL_VER%%/ripple.la +lib/gegl-%%GEGL_VER%%/ripple.so +lib/gegl-%%GEGL_VER%%/save-pixbuf.la +lib/gegl-%%GEGL_VER%%/save-pixbuf.so +lib/gegl-%%GEGL_VER%%/save.la +lib/gegl-%%GEGL_VER%%/save.so +lib/gegl-%%GEGL_VER%%/screen.la +lib/gegl-%%GEGL_VER%%/screen.so +lib/gegl-%%GEGL_VER%%/snn-mean.la +lib/gegl-%%GEGL_VER%%/snn-mean.so +lib/gegl-%%GEGL_VER%%/soft-light.la +lib/gegl-%%GEGL_VER%%/soft-light.so +lib/gegl-%%GEGL_VER%%/src-atop.la +lib/gegl-%%GEGL_VER%%/src-atop.so +lib/gegl-%%GEGL_VER%%/src-in.la +lib/gegl-%%GEGL_VER%%/src-in.so +lib/gegl-%%GEGL_VER%%/src-out.la +lib/gegl-%%GEGL_VER%%/src-out.so +lib/gegl-%%GEGL_VER%%/src-over.la +lib/gegl-%%GEGL_VER%%/src-over.so +lib/gegl-%%GEGL_VER%%/src.la +lib/gegl-%%GEGL_VER%%/src.so +lib/gegl-%%GEGL_VER%%/stress.la +lib/gegl-%%GEGL_VER%%/stress.so +lib/gegl-%%GEGL_VER%%/stretch-contrast.la +lib/gegl-%%GEGL_VER%%/stretch-contrast.so +lib/gegl-%%GEGL_VER%%/subtract.la +lib/gegl-%%GEGL_VER%%/subtract.so +lib/gegl-%%GEGL_VER%%/svg-huerotate.la +lib/gegl-%%GEGL_VER%%/svg-huerotate.so +lib/gegl-%%GEGL_VER%%/svg-luminancetoalpha.la +lib/gegl-%%GEGL_VER%%/svg-luminancetoalpha.so +lib/gegl-%%GEGL_VER%%/svg-matrix.la +lib/gegl-%%GEGL_VER%%/svg-matrix.so +lib/gegl-%%GEGL_VER%%/svg-multiply.la +lib/gegl-%%GEGL_VER%%/svg-multiply.so +lib/gegl-%%GEGL_VER%%/svg-saturate.la +lib/gegl-%%GEGL_VER%%/svg-saturate.so +lib/gegl-%%GEGL_VER%%/threshold.la +lib/gegl-%%GEGL_VER%%/threshold.so +lib/gegl-%%GEGL_VER%%/transformops.la +lib/gegl-%%GEGL_VER%%/transformops.so +lib/gegl-%%GEGL_VER%%/unsharp-mask.la +lib/gegl-%%GEGL_VER%%/unsharp-mask.so +lib/gegl-%%GEGL_VER%%/value-invert.la +lib/gegl-%%GEGL_VER%%/value-invert.so +lib/gegl-%%GEGL_VER%%/vignette.la +lib/gegl-%%GEGL_VER%%/vignette.so +lib/gegl-%%GEGL_VER%%/waves.la +lib/gegl-%%GEGL_VER%%/waves.so +lib/gegl-%%GEGL_VER%%/weighted-blend.la +lib/gegl-%%GEGL_VER%%/weighted-blend.so +lib/gegl-%%GEGL_VER%%/write-buffer.la +lib/gegl-%%GEGL_VER%%/write-buffer.so +lib/gegl-%%GEGL_VER%%/xor.la +lib/gegl-%%GEGL_VER%%/xor.so +lib/libgegl-%%GEGL_VER%%.la +lib/libgegl-%%GEGL_VER%%.so +lib/libgegl-%%GEGL_VER%%.so.%%GEGL_MINOR%% +libdata/pkgconfig/gegl-%%GEGL_VER%%.pc %%PORTDOCS%%share/gtk-doc/html/gegl/api.html %%PORTDOCS%%share/gtk-doc/html/gegl/brightness-contrast.c.html %%PORTDOCS%%share/gtk-doc/html/gegl/gegl-operation-area-filter.h.html @@ -335,9 +356,15 @@ share/gir-1.0/Gegl-0.1.gir %%PORTEXAMPLES%%%%EXAMPLESDIR%%/geglbuffer-clock.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello-world-video.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello-world.c -@dirrm include/gegl-0.1/operation -@dirrm include/gegl-0.1 -@dirrm lib/gegl-0.1 +share/locale/es/LC_MESSAGES/gegl-%%GEGL_VER%%.mo +share/locale/fr/LC_MESSAGES/gegl-%%GEGL_VER%%.mo +share/locale/pl/LC_MESSAGES/gegl-%%GEGL_VER%%.mo +share/locale/ru/LC_MESSAGES/gegl-%%GEGL_VER%%.mo +share/locale/sl/LC_MESSAGES/gegl-%%GEGL_VER%%.mo +@dirrm include/gegl-%%GEGL_VER%%/operation +@dirrm include/gegl-%%GEGL_VER%%/opencl +@dirrm include/gegl-%%GEGL_VER%% +@dirrm lib/gegl-%%GEGL_VER%% %%PORTDOCS%%@dirrm share/gtk-doc/html/gegl %%PORTDOCS%%@dirrmtry share/gtk-doc/html %%PORTDOCS%%@dirrmtry share/gtk-doc _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-gnome@FreeBSD.ORG Mon Mar 11 12:30:26 2013 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1DFE3768; Mon, 11 Mar 2013 12:30:26 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id EDF24E1E; Mon, 11 Mar 2013 12:30:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2BCUPuo008128; Mon, 11 Mar 2013 12:30:25 GMT (envelope-from kwm@freefall.freebsd.org) Received: (from kwm@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2BCUPlR008127; Mon, 11 Mar 2013 12:30:25 GMT (envelope-from kwm) Date: Mon, 11 Mar 2013 12:30:25 GMT Message-Id: <201303111230.r2BCUPlR008127@freefall.freebsd.org> To: ohartman@zedat.fu-berlin.de, kwm@FreeBSD.org, gnome@FreeBSD.org From: kwm@FreeBSD.org Subject: Re: ports/172157: x11/babl: Version 0.1.10 avaialble and usable X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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, 11 Mar 2013 12:30:26 -0000 Synopsis: x11/babl: Version 0.1.10 avaialble and usable State-Changed-From-To: patched->closed State-Changed-By: kwm State-Changed-When: Mon Mar 11 12:29:04 UTC 2013 State-Changed-Why: Update committed to ports, please send only send shars for new ports. For update please use diff -u. Thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=172157 From owner-freebsd-gnome@FreeBSD.ORG Mon Mar 11 12:32:00 2013 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C20487A6; Mon, 11 Mar 2013 12:32:00 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 9F149E30; Mon, 11 Mar 2013 12:32:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2BCW0JO009623; Mon, 11 Mar 2013 12:32:00 GMT (envelope-from kwm@freefall.freebsd.org) Received: (from kwm@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2BCVxak009621; Mon, 11 Mar 2013 12:31:59 GMT (envelope-from kwm) Date: Mon, 11 Mar 2013 12:31:59 GMT Message-Id: <201303111231.r2BCVxak009621@freefall.freebsd.org> To: rotkap@gmx.de, kwm@FreeBSD.org, gnome@FreeBSD.org From: kwm@FreeBSD.org Subject: Re: ports/175758: Upgrading 'gegl-0.1.8_5' to 'gegl-0.1.8_6' (graphics/gegl) fails X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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, 11 Mar 2013 12:32:00 -0000 Synopsis: Upgrading 'gegl-0.1.8_5' to 'gegl-0.1.8_6' (graphics/gegl) fails State-Changed-From-To: open->closed State-Changed-By: kwm State-Changed-When: Mon Mar 11 12:31:15 UTC 2013 State-Changed-Why: Submitter reports that the problem is resolved. http://www.freebsd.org/cgi/query-pr.cgi?pr=175758 From owner-freebsd-gnome@FreeBSD.ORG Mon Mar 11 12:32:42 2013 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8AD9B7D6; Mon, 11 Mar 2013 12:32:42 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 5E490E38; Mon, 11 Mar 2013 12:32:42 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2BCWgrP009761; Mon, 11 Mar 2013 12:32:42 GMT (envelope-from kwm@freefall.freebsd.org) Received: (from kwm@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2BCWekv009759; Mon, 11 Mar 2013 12:32:40 GMT (envelope-from kwm) Date: Mon, 11 Mar 2013 12:32:40 GMT Message-Id: <201303111232.r2BCWekv009759@freefall.freebsd.org> To: eric@krausser-edv.de, kwm@FreeBSD.org, gnome@FreeBSD.org From: kwm@FreeBSD.org Subject: Re: ports/175773: [FIX] graphics/gegl (gegl-0.1.8_6) fails to make package X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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, 11 Mar 2013 12:32:42 -0000 Synopsis: [FIX] graphics/gegl (gegl-0.1.8_6) fails to make package State-Changed-From-To: open->closed State-Changed-By: kwm State-Changed-When: Mon Mar 11 12:32:13 UTC 2013 State-Changed-Why: Fix in the update to 0.2.0. Thanks for reporting! http://www.freebsd.org/cgi/query-pr.cgi?pr=175773 From owner-freebsd-gnome@FreeBSD.ORG Mon Mar 11 12:33:14 2013 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E7356801; Mon, 11 Mar 2013 12:33:14 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id BBA19E41; Mon, 11 Mar 2013 12:33:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2BCXEne009823; Mon, 11 Mar 2013 12:33:14 GMT (envelope-from kwm@freefall.freebsd.org) Received: (from kwm@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2BCXEua009822; Mon, 11 Mar 2013 12:33:14 GMT (envelope-from kwm) Date: Mon, 11 Mar 2013 12:33:14 GMT Message-Id: <201303111233.r2BCXEua009822@freefall.freebsd.org> To: amdmi3@amdmi3.ru, kwm@FreeBSD.org, gnome@FreeBSD.org From: kwm@FreeBSD.org Subject: Re: ports/176447: [PATCH] graphics/gegl: fix plist X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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, 11 Mar 2013 12:33:15 -0000 Synopsis: [PATCH] graphics/gegl: fix plist State-Changed-From-To: open->closed State-Changed-By: kwm State-Changed-When: Mon Mar 11 12:32:56 UTC 2013 State-Changed-Why: Fix in the update to 0.2.0. Thanks for reporting. http://www.freebsd.org/cgi/query-pr.cgi?pr=176447 From owner-freebsd-gnome@FreeBSD.ORG Mon Mar 11 14:04:50 2013 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 55799DF for ; Mon, 11 Mar 2013 14:04:50 +0000 (UTC) (envelope-from lab@gta.com) Received: from mailgate.gta.com (mailgate.gta.com [199.120.225.20]) by mx1.freebsd.org (Postfix) with ESMTP id A0DAF3E3 for ; Mon, 11 Mar 2013 14:04:49 +0000 (UTC) Received: (qmail 24930 invoked by uid 1000); 11 Mar 2013 09:58:07 -0400 Date: Mon, 11 Mar 2013 09:58:07 -0400 From: Larry Baird To: gnome@FreeBSD.org Subject: Error building pango Message-ID: <20130311135807.GA23597@gta.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="VbJkn9YxBvnuCH5J" Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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, 11 Mar 2013 14:04:50 -0000 --VbJkn9YxBvnuCH5J Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hopefully you can help with an issue building pango. Until last week I have been ablt build pango without any issues. I am no longer able to build the port on FreeBSD 8,9 or current. I have attached output of build errors. Note I am attempting to build pnago with X11 support disabled. Thank you for your help, Larry -- ------------------------------------------------------------------------ Larry Baird Global Technology Associates, Inc. 1992-2012 | http://www.gta.com Celebrating Twenty Years of Software Innovation | Orlando, FL Email: lab@gta.com | TEL 407-380-0220 --VbJkn9YxBvnuCH5J Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="pango.out" ===> Found saved configuration for pango-1.30.1 ===> pango-1.30.1 depends on file: /usr/local/sbin/pkg - found ===> Extracting for pango-1.30.1 => SHA256 Checksum OK for gnome2/pango-1.30.1.tar.xz. ===> Patching for pango-1.30.1 ===> pango-1.30.1 depends on package: libtool>=2.4 - found ===> pango-1.30.1 depends on file: /usr/local/libdata/pkgconfig/freetype2.pc - found ===> pango-1.30.1 depends on executable: g-ir-scanner - found ===> pango-1.30.1 depends on executable: gmake - found ===> pango-1.30.1 depends on executable: pkgconf - found ===> pango-1.30.1 depends on package: libtool>=2.4 - found ===> pango-1.30.1 depends on shared library: cairo.2 - found ===> pango-1.30.1 depends on shared library: intl - found ===> pango-1.30.1 depends on shared library: glib-2.0 - found ===> pango-1.30.1 depends on shared library: pcre - found ===> Configuring for pango-1.30.1 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel 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 whether gmake supports nested variables... yes checking build system type... amd64-portbld-freebsd9.1 checking host system type... amd64-portbld-freebsd9.1 checking for native Win32... no 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... 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 for style of include used by gmake... GNU checking dependency style of cc... gcc3 checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking whether we are using the GNU C++ compiler... (cached) yes checking whether c++ accepts -g... (cached) yes checking dependency style of c++... (cached) gcc3 checking for mprotect... yes checking for sysconf... yes checking for getpagesize... yes checking how to run the C preprocessor... cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E 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 unistd.h... (cached) yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed 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 "+="... no checking how to convert amd64-portbld-freebsd9.1 file names to amd64-portbld-freebsd9.1 format... func_convert_file_noop checking how to convert amd64-portbld-freebsd9.1 file names to toolchain format... func_convert_file_noop 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 dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no 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... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd9.1 ld.so checking how to hardcode library paths into programs... immediate 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... no checking how to run the C++ preprocessor... c++ -E checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC -DPIC checking if c++ PIC flag -fPIC -DPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking if c++ supports -c -o file.o... (cached) yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd9.1 ld.so checking how to hardcode library paths into programs... immediate configure: creating ./config.lt config.lt: creating libtool checking for some Win32 platform... no checking for X... disabled configure: WARNING: X development libraries not found checking pkg-config is at least version 0.9.0... yes checking for FONTCONFIG... yes checking for FREETYPE... yes checking Carbon/Carbon.h usability... no checking Carbon/Carbon.h presence... no checking for Carbon/Carbon.h... no checking for CoreText availability... no checking for CAIRO... yes checking which cairo font backends could be used... freetype checking for GLIB... yes checking for LIBTHAI... no checking for gobject-introspection... yes checking modules to link statically... checking dynamic modules to build... arabic-fc,arabic-lang,basic-fc,basic-win32,basic-x,basic-atsui,basic-coretext,hangul-fc,hebrew-fc,indic-fc,indic-lang,khmer-fc,syriac-fc,thai-fc,tibetan-fc (those built into Pango will be excluded) checking for flockfile... yes checking for strtok_r... yes checking for gtkdoc-check... no checking for gtkdoc-rebase... no checking for gtkdoc-mkpdf... no checking whether to build gtk-doc documentation... no checking Whether to write dependencies into .pc files... no checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for unistd.h... (cached) yes configure: creating ./config.status config.status: creating Makefile config.status: creating pango/Makefile config.status: creating pango/mini-fribidi/Makefile config.status: creating pango/opentype/Makefile config.status: creating pango/pango.rc config.status: creating pango/pangoft2.rc config.status: creating pango/pangowin32.rc config.status: creating pango/pangocairo.rc config.status: creating pango/pangox.rc config.status: creating pango/pangoxft.rc config.status: creating pango-view/Makefile config.status: creating modules/Makefile config.status: creating modules/arabic/Makefile config.status: creating modules/basic/Makefile config.status: creating modules/hangul/Makefile config.status: creating modules/hebrew/Makefile config.status: creating modules/indic/Makefile config.status: creating modules/khmer/Makefile config.status: creating modules/syriac/Makefile config.status: creating modules/thai/Makefile config.status: creating modules/tibetan/Makefile config.status: creating examples/Makefile config.status: creating docs/Makefile config.status: creating docs/version.xml config.status: creating tools/Makefile config.status: creating tests/Makefile config.status: creating build/Makefile config.status: creating build/win32/Makefile config.status: creating build/win32/vs9/Makefile config.status: creating build/win32/vs10/Makefile config.status: creating pango.pc config.status: creating pangox.pc config.status: creating pangowin32.pc config.status: creating pangoft2.pc config.status: creating pangoxft.pc config.status: creating pangocairo.pc config.status: creating pango-uninstalled.pc config.status: creating pangox-uninstalled.pc config.status: creating pangowin32-uninstalled.pc config.status: creating pangoft2-uninstalled.pc config.status: creating pangoxft-uninstalled.pc config.status: creating pangocairo-uninstalled.pc config.status: creating pango-zip.sh config.status: creating config.h.win32 config.status: creating tests/runtests.sh config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing pango/module-defs.h commands config.status: executing pango/module-defs-x.c commands config.status: executing pango/module-defs-fc.c commands config.status: executing pango/module-defs-win32.c commands config.status: executing pango/module-defs-atsui.c commands config.status: executing pango/module-defs-coretext.c commands config.status: executing pango/module-defs-lang.c commands config.status: executing pango/pango-features.h commands config.status: creating pango/pango-features.h config.status: pango/pango-features.h is unchanged configuration: backends: Cairo FreeType ===> Building for pango-1.30.1 gmake all-recursive gmake[1]: Entering directory `/usr/ports/x11-toolkits/pango/work/pango-1.30.1' Making all in pango gmake[2]: Entering directory `/usr/ports/x11-toolkits/pango/work/pango-1.30.1/pango' GEN s-enum-types-h GEN s-enum-types-c gmake all-recursive gmake[3]: Entering directory `/usr/ports/x11-toolkits/pango/work/pango-1.30.1/pango' Making all in opentype gmake[4]: Entering directory `/usr/ports/x11-toolkits/pango/work/pango-1.30.1/pango/opentype' CC libharfbuzz_la-hb-blob.lo CC libharfbuzz_la-hb-buffer.lo CXX libharfbuzz_la-hb-font.lo CC libharfbuzz_la-hb-glib.lo hb-blob.c: In function 'hb_blob_create': hb-blob.c:106: warning: 'g_static_mutex_init' is deprecated (declared at /usr/local/include/glib-2.0/glib/deprecated/gthread.h:146) CC libharfbuzz_la-hb-shape.lo CC libharfbuzz_la-hb-unicode.lo CXX libharfbuzz_la-hb-ot-layout.lo CXX main-main.o CXXLD libharfbuzz.la CXXLD main gmake[4]: Leaving directory `/usr/ports/x11-toolkits/pango/work/pango-1.30.1/pango/opentype' Making all in mini-fribidi gmake[4]: Entering directory `/usr/ports/x11-toolkits/pango/work/pango-1.30.1/pango/mini-fribidi' CC fribidi.lo CC fribidi_char_type.lo CC fribidi_types.lo CCLD libmini-fribidi.la gmake[4]: Leaving directory `/usr/ports/x11-toolkits/pango/work/pango-1.30.1/pango/mini-fribidi' gmake[4]: Entering directory `/usr/ports/x11-toolkits/pango/work/pango-1.30.1/pango' CC break.lo CC ellipsize.lo CC fonts.lo CC glyphstring.lo CC modules.lo CC pango-attributes.lo CC pango-bidi-type.lo CC pango-color.lo CC pango-context.lo CC pango-coverage.lo CC pango-engine.lo CC pango-fontmap.lo CC pango-fontset.lo CC pango-glyph-item.lo CC pango-gravity.lo CC pango-item.lo CC pango-language.lo CC pango-layout.lo CC pango-markup.lo CC pango-matrix.lo CC pango-renderer.lo CC pango-script.lo CC pango-tabs.lo CC pango-utils.lo CC reorder-items.lo CC shape.lo CC pango-enum-types.lo CC module-defs-lang.lo CC pangofc-font.lo CC pangofc-fontmap.lo CC pangofc-decoder.lo CC pangoft2.lo pangoft2.c: In function 'pango_ft2_font_real_lock_face': pangoft2.c:427: warning: 'pango_ft2_font_get_face' is deprecated (declared at pangoft2.c:169) pangoft2.c: In function 'pango_ft2_get_unknown_glyph': pangoft2.c:502: warning: 'pango_ft2_font_get_face' is deprecated (declared at pangoft2.c:169) CC module-defs-fc.lo CC pangoft2-fontmap.lo CC pangoft2-render.lo CC pango-ot-buffer.lo pangoft2-render.c: In function 'pango_ft2_font_render_glyph': pangoft2-render.c:213: warning: 'pango_ft2_font_get_face' is deprecated (declared at ../pango/pangoft2.h:112) pangoft2-fontmap.c: In function 'pango_ft2_get_context': pangoft2-fontmap.c:252: warning: 'pango_ft2_font_map_for_display' is deprecated (declared at ../pango/pangoft2.h:101) CC pango-ot-info.lo CC pango-ot-ruleset.lo CC pango-ot-tag.lo CC libpangocairo_1_0_la-pangocairo-context.lo CC libpangocairo_1_0_la-pangocairo-font.lo CC libpangocairo_1_0_la-pangocairo-fontmap.lo CC libpangocairo_1_0_la-pangocairo-render.lo CC libpangocairo_1_0_la-pangocairo-fcfont.lo CC libpangocairo_1_0_la-pangocairo-fcfontmap.lo CC querymodules.o CCLD libpango-1.0.la querymodules.c: In function 'main': querymodules.c:245: warning: implicit declaration of function 'pango_config_key_get_system' querymodules.c:245: warning: assignment makes pointer from integer without a cast CCLD libpangoft2-1.0.la GISCAN Pango-1.0.gir Package cairo-gobject was not found in the pkg-config search path. Perhaps you should add the directory containing `cairo-gobject.pc' to the PKG_CONFIG_PATH environment variable No package 'cairo-gobject' found In file included from :4: /usr/ports/x11-toolkits/pango/work/pango-1.30.1/pango/pango-impl-utils.h:26:18: error: glib.h: No such file or directory /usr/ports/x11-toolkits/pango/work/pango-1.30.1/pango/pango-impl-utils.h:27:25: error: glib-object.h: No such file or directory Error while processing the source. gmake[4]: *** [Pango-1.0.gir] Error 1 gmake[4]: *** Waiting for unfinished jobs.... gmake[4]: Leaving directory `/usr/ports/x11-toolkits/pango/work/pango-1.30.1/pango' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/ports/x11-toolkits/pango/work/pango-1.30.1/pango' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/usr/ports/x11-toolkits/pango/work/pango-1.30.1/pango' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11-toolkits/pango/work/pango-1.30.1' gmake: *** [all] Error 2 *** [do-build] Error code 1 Stop in /usr/ports/x11-toolkits/pango. *** [build] Error code 1 Stop in /usr/ports/x11-toolkits/pango. --VbJkn9YxBvnuCH5J-- From owner-freebsd-gnome@FreeBSD.ORG Mon Mar 11 14:24:48 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id AFB3AB76 for ; Mon, 11 Mar 2013 14:24:48 +0000 (UTC) (envelope-from mezz.freebsd@gmail.com) Received: from mail-ve0-f178.google.com (mail-ve0-f178.google.com [209.85.128.178]) by mx1.freebsd.org (Postfix) with ESMTP id 782DF74B for ; Mon, 11 Mar 2013 14:24:48 +0000 (UTC) Received: by mail-ve0-f178.google.com with SMTP id db10so2698636veb.37 for ; Mon, 11 Mar 2013 07:24:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=zFy/CETJXuoJnrXBqnRTpj1nf9T8ccJti3HdzJpPX4k=; b=dbQ9CSuGnXrXyo4+PsOFU3tUFn1xPUPF7SpSDS76gkqSv6OvdQK4nI4c4n31QtmdPP lGAbhsJ69khxB4U3cBrnvrYMM6qQ8S0sG3VPGPQpfNKYjo4bvA/cI5Tm6gNkgBL4svEv ZOCUbDSpDnzXjrB+8O3r5XuZAtVeQJCm2TWZkY18TLIeA/lTmWcKymQVgSBn6ftaldsM v9AL5bBZFj/1cm4YvrU3peLdCCu3kxW2lwPGO1gVZBXDPM5utkuYvgqN0Tm+6mM4oyMH 0P5ciil5bbiQaaW6mq/8znlmZ/dmlKOWYqK2UgVydDbVex9IJBTuDvICq+62LqHEQ3I/ +/Rg== MIME-Version: 1.0 X-Received: by 10.52.65.73 with SMTP id v9mr4302783vds.30.1363011882082; Mon, 11 Mar 2013 07:24:42 -0700 (PDT) Received: by 10.58.151.65 with HTTP; Mon, 11 Mar 2013 07:24:41 -0700 (PDT) In-Reply-To: <20130311135807.GA23597@gta.com> References: <20130311135807.GA23597@gta.com> Date: Mon, 11 Mar 2013 09:24:41 -0500 Message-ID: Subject: Re: Error building pango From: Jeremy Messenger To: Larry Baird Content-Type: text/plain; charset=ISO-8859-1 Cc: gnome@freebsd.org X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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, 11 Mar 2013 14:24:48 -0000 On Mon, Mar 11, 2013 at 8:58 AM, Larry Baird wrote: > Hopefully you can help with an issue building pango. Until last week > I have been ablt build pango without any issues. I am no longer able to > build the port on FreeBSD 8,9 or current. I have attached output of build > errors. Note I am attempting to build pnago with X11 support disabled. You need to reinstall cairo with glib support. FYI, it's enable by default. > Thank you for your help, > Larry > > -- > ------------------------------------------------------------------------ > Larry Baird > Global Technology Associates, Inc. 1992-2012 | http://www.gta.com > Celebrating Twenty Years of Software Innovation | Orlando, FL > Email: lab@gta.com | TEL 407-380-0220 > > _______________________________________________ > 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" -- mezz.freebsd@gmail.com - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-freebsd-gnome@FreeBSD.ORG Mon Mar 11 15:57:04 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3E0FD1BD for ; Mon, 11 Mar 2013 15:57:04 +0000 (UTC) (envelope-from duchateau.olivier@gmail.com) Received: from mail-la0-x230.google.com (mail-la0-x230.google.com [IPv6:2a00:1450:4010:c03::230]) by mx1.freebsd.org (Postfix) with ESMTP id C02B9BE3 for ; Mon, 11 Mar 2013 15:57:03 +0000 (UTC) Received: by mail-la0-f48.google.com with SMTP id fq13so4035085lab.21 for ; Mon, 11 Mar 2013 08:57:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=qynS+2F6Yj1oE80Vu5QULfSR/+wUMX/RsZqUObnjg5A=; b=HOozfSWwkWASAcM+SM35JcZjuLEfZUVa7IXBYikU/AK7Al2Hguf+OtG9Hc42xip3+A lrHXnFvhffB6ZMRVP0fzX03/WLPmWZ2UwAHWAqmlspDyEbkxUuX4mX8dLurMKlxJj6RY ae25EHpsKzPXBhZ6ejcC2/c42ohmbxNbi80Vm47k5rkfjz2227+Cm3mWzc6ccthj+ti4 +QaL8SYejUNe5mw1Q+/+93uyJgDYImxFDW8cTl2VpeIHox05WegH4mdQ6CGWyr+uTXbc y0AIU6Yqlqr+hd7NMT5rD5RpXXnLrkXniWJ2rtqJZXV82j/L575huVZvBRPvqCCdYZu8 vtWg== MIME-Version: 1.0 X-Received: by 10.152.135.205 with SMTP id pu13mr10574232lab.48.1363017422591; Mon, 11 Mar 2013 08:57:02 -0700 (PDT) Received: by 10.152.120.33 with HTTP; Mon, 11 Mar 2013 08:57:02 -0700 (PDT) In-Reply-To: References: Date: Mon, 11 Mar 2013 16:57:02 +0100 Message-ID: Subject: Re: webkit runtime error From: Olivier Duchateau To: green dog Content-Type: text/plain; charset=ISO-8859-1 Cc: gnome@freebsd.org X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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, 11 Mar 2013 15:57:04 -0000 2013/3/11 green dog : > freze during load html page (midori, luakit) > > in console: > libsoup-CRITICAL **: void soup_session_send_request_async(SoupSession *, > SoupMessage *, GCancellable *, GAsyncReadyCallback, gpointer): assertion > `use_thread_context' failed I confirm. During this week end I also tested 2 releases of wekbitgtk (1.6.3 and 1.8.3) same problem. > _______________________________________________ > 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" -- olivier From owner-freebsd-gnome@FreeBSD.ORG Mon Mar 11 16:20:22 2013 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2A7369D1; Mon, 11 Mar 2013 16:20:22 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 05C6FDAA; Mon, 11 Mar 2013 16:20:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2BGKLnR052588; Mon, 11 Mar 2013 16:20:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2BGKL7n052587; Mon, 11 Mar 2013 16:20:21 GMT (envelope-from edwin) Date: Mon, 11 Mar 2013 16:20:21 GMT Message-Id: <201303111620.r2BGKL7n052587@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176858: Downgrade or upgrade devel/libsoup X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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, 11 Mar 2013 16:20:22 -0000 Synopsis: Downgrade or upgrade devel/libsoup Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Mon Mar 11 16:20:21 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176858 From owner-freebsd-gnome@FreeBSD.ORG Mon Mar 11 18:51:09 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3DEAF296 for ; Mon, 11 Mar 2013 18:51:09 +0000 (UTC) (envelope-from lx@redundancy.redundancy.org) Received: from redundancy.redundancy.org (redundancy.redundancy.org [IPv6:2607:f2f8:a9c4::2]) by mx1.freebsd.org (Postfix) with ESMTP id 2AB328A7 for ; Mon, 11 Mar 2013 18:51:09 +0000 (UTC) Received: by redundancy.redundancy.org (Postfix, from userid 1001) id 91D9F2FC347; Mon, 11 Mar 2013 11:51:08 -0700 (PDT) Date: Mon, 11 Mar 2013 11:51:08 -0700 From: David Thiel To: gnome@freebsd.org Subject: shotwell Message-ID: <20130311185107.GB91604@redundancy.redundancy.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-OpenPGP-Key-fingerprint: 482A 8C46 C844 7E7C 8CBC 2313 96EE BEE5 1F4B CA13 X-OpenPGP-Key-available: http://redundancy.redundancy.org/lx.gpg X-Face: %H~{$1~NOw1y#%mM6{|4:/ List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Mar 2013 18:51:09 -0000 Hello gnome, I currently maintain the shotwell port, but don't really have the resources to keep it up to date right now. I think it should probably belong to gnome@ anyway, as it depends on a lot of gnome stuff being up to date, like vala. Any objection to me changing the maintainership to you guys? Thanks, David From owner-freebsd-gnome@FreeBSD.ORG Mon Mar 11 19:00:12 2013 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0887A650; Mon, 11 Mar 2013 19:00:12 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D930A924; Mon, 11 Mar 2013 19:00:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2BJ0BCo081277; Mon, 11 Mar 2013 19:00:11 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2BJ0BUE081276; Mon, 11 Mar 2013 19:00:11 GMT (envelope-from edwin) Date: Mon, 11 Mar 2013 19:00:11 GMT Message-Id: <201303111900.r2BJ0BUE081276@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176861: Update www/webkit-gtk2 to 1.8.3 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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, 11 Mar 2013 19:00:12 -0000 Synopsis: Update www/webkit-gtk2 to 1.8.3 Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Mon Mar 11 19:00:11 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176861 From owner-freebsd-gnome@FreeBSD.ORG Mon Mar 11 22:35:51 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B52542CE for ; Mon, 11 Mar 2013 22:35:51 +0000 (UTC) (envelope-from duchateau.olivier@gmail.com) Received: from mail-lb0-f177.google.com (mail-lb0-f177.google.com [209.85.217.177]) by mx1.freebsd.org (Postfix) with ESMTP id 3F35E7C5 for ; Mon, 11 Mar 2013 22:35:50 +0000 (UTC) Received: by mail-lb0-f177.google.com with SMTP id go11so3496836lbb.22 for ; Mon, 11 Mar 2013 15:35:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=/hjWP9Y3Dqa+aWEUkSqGZNWYTY2ZvtSmeDwBz1+0Rps=; b=NInOSPydAnIUbna8CrYSobC9D40OY9UMN/C4K9/1jEfyHwIoGaHEw2Zj17NfS0z487 RMU+mY/sykTX9ED4OUJI/ucMPde/ybA1JMXqkWF7XbnXaICz7nzVmw7UWVnB5AODTnMh WU2k2+txTY9OHDfnAxSV4QTEX17nVGsNJR/RKAIAHdBpnIx9sjCGdebaQvYbGzXqSeIE TIKHpgdN9/gIMfrvrJ1o5qmuCQaRVBv1bwLwAUyp/iGTRuEw5gGs7FQMKi8eScWXglym OR4eEEATbDfaK2cQM9ETKUbbrRK3d2FcXuRq0ZXQmJ3AZakxcQj5nvhz7WSo48gGQhO9 Gs9w== MIME-Version: 1.0 X-Received: by 10.152.135.205 with SMTP id pu13mr11625428lab.48.1363041349626; Mon, 11 Mar 2013 15:35:49 -0700 (PDT) Received: by 10.152.120.33 with HTTP; Mon, 11 Mar 2013 15:35:49 -0700 (PDT) In-Reply-To: References: Date: Mon, 11 Mar 2013 22:35:49 +0000 Message-ID: Subject: Re: webkit runtime error From: Olivier Duchateau To: green dog Content-Type: text/plain; charset=ISO-8859-1 Cc: gnome@freebsd.org X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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, 11 Mar 2013 22:35:51 -0000 2013/3/11 Olivier Duchateau : > 2013/3/11 green dog : >> freze during load html page (midori, luakit) >> >> in console: >> libsoup-CRITICAL **: void soup_session_send_request_async(SoupSession *, >> SoupMessage *, GCancellable *, GAsyncReadyCallback, gpointer): assertion >> `use_thread_context' failed > > I confirm. > During this week end I also tested 2 releases of wekbitgtk (1.6.3 and > 1.8.3) same problem. With libsoup 2.38.1, it's better (tomorrow, I'll try 2.36.1), but sometime there's micro freezes. Midori works fine. My patch, http://people.freebsd.org/~olivierd/patches/libsoup-2.40.3_2.38.1.diff > >> _______________________________________________ >> 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" > > > > -- > olivier -- olivier From owner-freebsd-gnome@FreeBSD.ORG Mon Mar 11 22:48:29 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4D6A751A for ; Mon, 11 Mar 2013 22:48:29 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep16.mx.upcmail.net (fep16.mx.upcmail.net [62.179.121.36]) by mx1.freebsd.org (Postfix) with ESMTP id 9487583A for ; Mon, 11 Mar 2013 22:48:28 +0000 (UTC) Received: from edge02.upcmail.net ([192.168.13.237]) by viefep16-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20130311224821.YEGJ20733.viefep16-int.chello.at@edge02.upcmail.net>; Mon, 11 Mar 2013 23:48:21 +0100 Received: from [127.0.0.1] ([178.84.132.32]) by edge02.upcmail.net with edge id ANoL1l00c0i5fp601NoLUi; Mon, 11 Mar 2013 23:48:21 +0100 X-SourceIP: 178.84.132.32 Message-ID: <513E5F36.8030601@rainbow-runner.nl> Date: Mon, 11 Mar 2013 23:48:22 +0100 From: Koop Mast User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3 MIME-Version: 1.0 To: Olivier Duchateau Subject: Re: webkit runtime error References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 130311-0, 11-03-2013), Outbound message X-Antivirus-Status: Clean Cc: gnome@freebsd.org, green dog X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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, 11 Mar 2013 22:48:29 -0000 On 11-3-2013 23:35, Olivier Duchateau wrote: > 2013/3/11 Olivier Duchateau : >> 2013/3/11 green dog : >>> freze during load html page (midori, luakit) >>> >>> in console: >>> libsoup-CRITICAL **: void soup_session_send_request_async(SoupSession *, >>> SoupMessage *, GCancellable *, GAsyncReadyCallback, gpointer): assertion >>> `use_thread_context' failed >> I confirm. >> During this week end I also tested 2 releases of wekbitgtk (1.6.3 and >> 1.8.3) same problem. > With libsoup 2.38.1, it's better (tomorrow, I'll try 2.36.1), but > sometime there's micro freezes. Midori works fine. > > My patch, http://people.freebsd.org/~olivierd/patches/libsoup-2.40.3_2.38.1.diff I can reproduce it with the 1.4.x version from ports, but with the 1.8.3 version I'm currently porting I the problems go away. Is there a specific website that exhibits these issues, or are all of them affected? This is a 10-Current amd64 system though, maybe that related? -Koop >>> _______________________________________________ >>> 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" >> >> >> -- >> olivier > > From owner-freebsd-gnome@FreeBSD.ORG Tue Mar 12 06:05:25 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 169D98BF for ; Tue, 12 Mar 2013 06:05:25 +0000 (UTC) (envelope-from duchateau.olivier@gmail.com) Received: from mail-lb0-f181.google.com (mail-lb0-f181.google.com [209.85.217.181]) by mx1.freebsd.org (Postfix) with ESMTP id E5A8C9BB for ; Tue, 12 Mar 2013 06:05:23 +0000 (UTC) Received: by mail-lb0-f181.google.com with SMTP id gm6so3698898lbb.26 for ; Mon, 11 Mar 2013 23:05:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=S/EW+1I1CnoFgK21XvyQGBDvaVaqA20QFoSsnNwhwAw=; b=ct9JuibOTgjWW3/iT4LTVXXNLX4fskMT9kVDZmvXB7/mSRum/9ynupq8v/lJQ6mLkY 6PTQKFC4kPQYDNeDN82X46jFSbli65/tocJhu/fL7op0o2xPIRbyFVddRAh2RDIcS+OG aAsBhrGxXtJ0ZuqtiTItoxx33NF/hbRcPj/X/PrcfGREarncdXRCx77ERpLtZEjH6Bvt 44dAqaeMZj7oFfe/3423XXISJBfGwBUD+OFcsPhHWjCYMFiG28XEEGfThPeZGGCvtg/M y0a+UtdCD2NLmE5VfuZZ7C8AUjboWd6FYvrgpxypILBmy1zXM46YNXzhoEWodBF4MBSE 0p4Q== MIME-Version: 1.0 X-Received: by 10.112.136.70 with SMTP id py6mr295469lbb.99.1363067850190; Mon, 11 Mar 2013 22:57:30 -0700 (PDT) Received: by 10.152.120.33 with HTTP; Mon, 11 Mar 2013 22:57:30 -0700 (PDT) In-Reply-To: <513E5F36.8030601@rainbow-runner.nl> References: <513E5F36.8030601@rainbow-runner.nl> Date: Tue, 12 Mar 2013 06:57:30 +0100 Message-ID: Subject: Re: webkit runtime error From: Olivier Duchateau To: Koop Mast Content-Type: text/plain; charset=ISO-8859-1 Cc: gnome@freebsd.org, green dog X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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, 12 Mar 2013 06:05:25 -0000 2013/3/11 Koop Mast : > On 11-3-2013 23:35, Olivier Duchateau wrote: >> >> 2013/3/11 Olivier Duchateau : >>> >>> 2013/3/11 green dog : >>>> >>>> freze during load html page (midori, luakit) >>>> >>>> in console: >>>> libsoup-CRITICAL **: void soup_session_send_request_async(SoupSession *, >>>> SoupMessage *, GCancellable *, GAsyncReadyCallback, gpointer): assertion >>>> `use_thread_context' failed >>> >>> I confirm. >>> During this week end I also tested 2 releases of wekbitgtk (1.6.3 and >>> 1.8.3) same problem. >> >> With libsoup 2.38.1, it's better (tomorrow, I'll try 2.36.1), but >> sometime there's micro freezes. Midori works fine. >> >> My patch, >> http://people.freebsd.org/~olivierd/patches/libsoup-2.40.3_2.38.1.diff > > > I can reproduce it with the 1.4.x version from ports, but with the 1.8.3 > version I'm currently porting I the problems go away. Is there a specific > website that exhibits these issues, or are all of them affected? > This is a 10-Current amd64 system though, maybe that related? Every web page. > > -Koop > > >>>> _______________________________________________ >>>> 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" >>> >>> >>> >>> -- >>> olivier >> >> >> > -- olivier From owner-freebsd-gnome@FreeBSD.ORG Tue Mar 12 08:34:22 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D4D80D7A for ; Tue, 12 Mar 2013 08:34:22 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep13.mx.upcmail.net (fep13.mx.upcmail.net [62.179.121.33]) by mx1.freebsd.org (Postfix) with ESMTP id 2C8F716E for ; Tue, 12 Mar 2013 08:34:21 +0000 (UTC) Received: from edge02.upcmail.net ([192.168.13.237]) by viefep13-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20130312083415.VAIE25332.viefep13-int.chello.at@edge02.upcmail.net>; Tue, 12 Mar 2013 09:34:15 +0100 Received: from [127.0.0.1] ([178.84.132.32]) by edge02.upcmail.net with edge id AYaE1l02p0i5fp601YaEL3; Tue, 12 Mar 2013 09:34:15 +0100 X-SourceIP: 178.84.132.32 Message-ID: <513EE888.20000@rainbow-runner.nl> Date: Tue, 12 Mar 2013 09:34:16 +0100 From: Koop Mast User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3 MIME-Version: 1.0 To: Olivier Duchateau Subject: Re: webkit runtime error References: <513E5F36.8030601@rainbow-runner.nl> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 130311-2, 11-03-2013), Outbound message X-Antivirus-Status: Clean Cc: gnome@freebsd.org, green dog X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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, 12 Mar 2013 08:34:22 -0000 On 12-3-2013 6:57, Olivier Duchateau wrote: > 2013/3/11 Koop Mast : >> On 11-3-2013 23:35, Olivier Duchateau wrote: >>> 2013/3/11 Olivier Duchateau : >>>> 2013/3/11 green dog : >>>>> freze during load html page (midori, luakit) >>>>> >>>>> in console: >>>>> libsoup-CRITICAL **: void soup_session_send_request_async(SoupSession *, >>>>> SoupMessage *, GCancellable *, GAsyncReadyCallback, gpointer): assertion >>>>> `use_thread_context' failed >>>> I confirm. >>>> During this week end I also tested 2 releases of wekbitgtk (1.6.3 and >>>> 1.8.3) same problem. >>> With libsoup 2.38.1, it's better (tomorrow, I'll try 2.36.1), but >>> sometime there's micro freezes. Midori works fine. >>> >>> My patch, >>> http://people.freebsd.org/~olivierd/patches/libsoup-2.40.3_2.38.1.diff >> >> I can reproduce it with the 1.4.x version from ports, but with the 1.8.3 >> version I'm currently porting I the problems go away. Is there a specific >> website that exhibits these issues, or are all of them affected? >> This is a 10-Current amd64 system though, maybe that related? > Every web page. Could you try this patch? http://people.freebsd.org/~kwm/webkit-gtk2-1.8.3.diff I know you reported that 1.8.3 doesn't work for you, but it does for me. So I'm wondering why that is. >> -Koop >> >> >>>>> _______________________________________________ >>>>> 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" >>>> >>>> >>>> -- >>>> olivier >>> >>> > > From owner-freebsd-gnome@FreeBSD.ORG Tue Mar 12 08:46:57 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 95A7F2AC for ; Tue, 12 Mar 2013 08:46:57 +0000 (UTC) (envelope-from andrnils@gmail.com) Received: from mail-oa0-f43.google.com (mail-oa0-f43.google.com [209.85.219.43]) by mx1.freebsd.org (Postfix) with ESMTP id 57A05263 for ; Tue, 12 Mar 2013 08:46:57 +0000 (UTC) Received: by mail-oa0-f43.google.com with SMTP id l10so5471370oag.16 for ; Tue, 12 Mar 2013 01:46:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=4lgVkaKxcLxA97WQV0hKuTPf4nDsnsbY268ImZarvEs=; b=QV43RKTdHvORzrxaLpXX5yrgpYkcuIzYMWOhUkN1+kVVZuV0paASut3l5q43YSHHwv KgoMp8vQzNZixbd4OUx19MARN343LM6ExFaYCCk1B8EUjMaBDH9EJyxAXe5+EVwyMmhG g/2OrZJWWMLNT9zf06GWIdL9y6VixG7dZGUCIBfiljeKM9PfB3xJJYochMFQHGvS8cg3 27Uvz2CoQSLIocGU0OESaxXyBqIVjzfoLrUEbKdrNrsvCk2WITYS4RyDkvEbkoZ75xZm sII8YkAkF9PvZmM/X9cPYOwEn+d/30BbgMmo/copJHyaiG7AqPdnQusi/UCNJu8Fbpsa mQug== MIME-Version: 1.0 X-Received: by 10.182.98.109 with SMTP id eh13mr11570225obb.50.1363078010874; Tue, 12 Mar 2013 01:46:50 -0700 (PDT) Received: by 10.76.94.12 with HTTP; Tue, 12 Mar 2013 01:46:50 -0700 (PDT) Date: Tue, 12 Mar 2013 09:46:50 +0100 Message-ID: Subject: dconf-0.12.1_1 fails to compile From: Andreas Nilsson To: gnome@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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, 12 Mar 2013 08:46:57 -0000 Hello, Runnings some updates of my installed packages wanted to update dconf, but that fails: ====================================================================== ================================================= ===> Patching for dconf-0.12.1_1 ===> Applying FreeBSD patches for dconf-0.12.1_1 ====================================================================== ================================================= ===> dconf-0.12.1_1 depends on package: vala>=0.11.7 - found ===> dconf-0.12.1_1 depends on executable: gmake - found ===> dconf-0.12.1_1 depends on shared library: dbus-1 - found ===> dconf-0.12.1_1 depends on shared library: glib-2.0 - found ===> dconf-0.12.1_1 depends on shared library: pcre - found ===> Configuring for dconf-0.12.1_1 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for a thread-safe mkdir -p... aux/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether gmake sets $(MAKE)... yes checking whether gmake supports nested variables... yes 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... 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 for style of include used by gmake... GNU checking dependency style of cc... gcc3 checking for valac... /usr/local/bin/valac checking /usr/local/bin/valac is at least version 0.15.1... no configure: error: Vala 0.15.1 not found. I find it quite interesting that the Makefile for dconf depends on vala>0.11.7, as this is obviously bogus. Also vala in ports seems to be 0.15.1, so how is this supposed to work? This is on 9.1-RELEASE, ports fetched this night with portsnap. Best regards Andreas From owner-freebsd-gnome@FreeBSD.ORG Tue Mar 12 09:43:53 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2E6CEAFE for ; Tue, 12 Mar 2013 09:43:53 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep22.mx.upcmail.net (fep22.mx.upcmail.net [62.179.121.42]) by mx1.freebsd.org (Postfix) with ESMTP id 78C126F4 for ; Tue, 12 Mar 2013 09:43:52 +0000 (UTC) Received: from edge02.upcmail.net ([192.168.13.237]) by viefep22-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20130312094345.ZGNS12132.viefep22-int.chello.at@edge02.upcmail.net>; Tue, 12 Mar 2013 10:43:45 +0100 Received: from [127.0.0.1] ([178.84.132.32]) by edge02.upcmail.net with edge id AZjk1l0030i5fp601Zjkq8; Tue, 12 Mar 2013 10:43:44 +0100 X-SourceIP: 178.84.132.32 Message-ID: <513EF8D1.8010006@rainbow-runner.nl> Date: Tue, 12 Mar 2013 10:43:45 +0100 From: Koop Mast User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3 MIME-Version: 1.0 To: Andreas Nilsson Subject: Re: dconf-0.12.1_1 fails to compile References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 130311-2, 11-03-2013), Outbound message X-Antivirus-Status: Clean Cc: gnome@freebsd.org X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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, 12 Mar 2013 09:43:53 -0000 On 12-3-2013 9:46, Andreas Nilsson wrote: > Hello, > > Runnings some updates of my installed packages wanted to update dconf, but > that fails: > > ====================================================================== > ================================================= > ===> Patching for dconf-0.12.1_1 > ===> Applying FreeBSD patches for dconf-0.12.1_1 > ====================================================================== > ================================================= > ===> dconf-0.12.1_1 depends on package: vala>=0.11.7 - found > ===> dconf-0.12.1_1 depends on executable: gmake - found > ===> dconf-0.12.1_1 depends on shared library: dbus-1 - found > ===> dconf-0.12.1_1 depends on shared library: glib-2.0 - found > ===> dconf-0.12.1_1 depends on shared library: pcre - found > ===> Configuring for dconf-0.12.1_1 > checking for a BSD-compatible install... /usr/bin/install -c -o root -g > wheel > checking whether build environment is sane... yes > checking for a thread-safe mkdir -p... aux/install-sh -c -d > checking for gawk... no > checking for mawk... no > checking for nawk... nawk > checking whether gmake sets $(MAKE)... yes > checking whether gmake supports nested variables... yes > 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... > 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 for style of include used by gmake... GNU > checking dependency style of cc... gcc3 > checking for valac... /usr/local/bin/valac > checking /usr/local/bin/valac is at least version 0.15.1... no > configure: error: Vala 0.15.1 not found. > > > I find it quite interesting that the Makefile for dconf depends on > vala>0.11.7, as this is obviously bogus. > > Also vala in ports seems to be 0.15.1, so how is this supposed to work? > > This is on 9.1-RELEASE, ports fetched this night with portsnap. > > Best regards > Andreas That is really strange because vala was updated to 0.18.1 in the same commit that dconf to updated to 0.12. I just ran portsnap on my server and the vala version is correct. Could you run portsnap again to see if you get a updated vala port? I'm not sure what to suggest else. I will fix the vala check in dconf, thanks! -Koop From owner-freebsd-gnome@FreeBSD.ORG Tue Mar 12 11:04:29 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D8A73C1 for ; Tue, 12 Mar 2013 11:04:29 +0000 (UTC) (envelope-from andrnils@gmail.com) Received: from mail-ob0-x22d.google.com (mail-ob0-x22d.google.com [IPv6:2607:f8b0:4003:c01::22d]) by mx1.freebsd.org (Postfix) with ESMTP id A0356CBA for ; Tue, 12 Mar 2013 11:04:29 +0000 (UTC) Received: by mail-ob0-f173.google.com with SMTP id dn14so4262840obc.4 for ; Tue, 12 Mar 2013 04:04:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=kAaL6Xq0d6T7rXVifx6b6gMSBTdnCUTZm/GUuh8K0i0=; b=FyY2GruIjG9WQhjD9iIoSSPVTUIzr/rsATvby4IfcMKZVpc57KRasuhqUjtI2ATgf5 5fXDt9iHbSvaAW3kcKyVdkTjBl1qE24V3+IYm2Mt3acUrMxaUdK5lie7+Gxe1tc7JvPD ZxXtGhQtuVZgEzNJh0Q7XErjZZa/hRFz4FyDrLo1Q511443ioxlGRnvPjWFltxwmNge3 R0J0bjQukjxrrXjFDvcAQSBBZMRQoCxDDeXtvNM4LsoerzTp55F1vW3yi0KnC0t5HDlq TiWq/Do3ikHy0vMEUKd1FkDgIhd7+WDushYjwQNsyxZO3VZd788jQLuhERHBhic2S9yz hg7g== MIME-Version: 1.0 X-Received: by 10.182.151.9 with SMTP id um9mr11555333obb.89.1363086269282; Tue, 12 Mar 2013 04:04:29 -0700 (PDT) Received: by 10.76.94.12 with HTTP; Tue, 12 Mar 2013 04:04:29 -0700 (PDT) In-Reply-To: <513EF8D1.8010006@rainbow-runner.nl> References: <513EF8D1.8010006@rainbow-runner.nl> Date: Tue, 12 Mar 2013 12:04:29 +0100 Message-ID: Subject: Re: dconf-0.12.1_1 fails to compile From: Andreas Nilsson To: Koop Mast Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: gnome@freebsd.org X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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, 12 Mar 2013 11:04:29 -0000 On Tue, Mar 12, 2013 at 10:43 AM, Koop Mast wrote: > On 12-3-2013 9:46, Andreas Nilsson wrote: > >> Hello, >> >> Runnings some updates of my installed packages wanted to update dconf, but >> that fails: >> >> ==============================**==============================** >> ========== >> ================================================= >> ===> Patching for dconf-0.12.1_1 >> ===> Applying FreeBSD patches for dconf-0.12.1_1 >> ==============================**==============================** >> ========== >> ================================================= >> ===> dconf-0.12.1_1 depends on package: vala>=0.11.7 - found >> ===> dconf-0.12.1_1 depends on executable: gmake - found >> ===> dconf-0.12.1_1 depends on shared library: dbus-1 - found >> ===> dconf-0.12.1_1 depends on shared library: glib-2.0 - found >> ===> dconf-0.12.1_1 depends on shared library: pcre - found >> ===> Configuring for dconf-0.12.1_1 >> checking for a BSD-compatible install... /usr/bin/install -c -o root -g >> wheel >> checking whether build environment is sane... yes >> checking for a thread-safe mkdir -p... aux/install-sh -c -d >> checking for gawk... no >> checking for mawk... no >> checking for nawk... nawk >> checking whether gmake sets $(MAKE)... yes >> checking whether gmake supports nested variables... yes >> 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... >> 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 for style of include used by gmake... GNU >> checking dependency style of cc... gcc3 >> checking for valac... /usr/local/bin/valac >> checking /usr/local/bin/valac is at least version 0.15.1... no >> configure: error: Vala 0.15.1 not found. >> >> >> I find it quite interesting that the Makefile for dconf depends on >> vala>0.11.7, as this is obviously bogus. >> >> Also vala in ports seems to be 0.15.1, so how is this supposed to work? >> >> This is on 9.1-RELEASE, ports fetched this night with portsnap. >> >> Best regards >> Andreas >> > That is really strange because vala was updated to 0.18.1 in the same > commit that dconf to updated to 0.12. I just ran portsnap on my server and > the vala version is correct. Could you run portsnap again to see if you get > a updated vala port? I'm not sure what to suggest else. I will fix the vala > check in dconf, thanks! > > -Koop > Interesting, seems to be the case here as well; 2 of my 3 ports trees has vala at 0.18.1. Sorry for the noise. Best regards Andreas From owner-freebsd-gnome@FreeBSD.ORG Tue Mar 12 13:00:57 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9E457CB3 for ; Tue, 12 Mar 2013 13:00:57 +0000 (UTC) (envelope-from portscout@portscout.freebsd.org) Received: from null.zi0r.com (null.zi0r.com [71.245.171.204]) by mx1.freebsd.org (Postfix) with ESMTP id 5A2E9350 for ; Tue, 12 Mar 2013 13:00:57 +0000 (UTC) Received: from null.zi0r.com (localhost [127.0.0.1]) by null.zi0r.com (8.14.5/8.14.5) with ESMTP id r2CD0pLk085334 for ; Tue, 12 Mar 2013 09:00:51 -0400 (EDT) (envelope-from portscout@null.zi0r.com) Received: (from portscout@localhost) by null.zi0r.com (8.14.5/8.14.5/Submit) id r2CD0p5j085104; Tue, 12 Mar 2013 09:00:51 -0400 (EDT) (envelope-from portscout) Message-Id: <201303121300.r2CD0p5j085104@null.zi0r.com> MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Tue, 12 Mar 2013 09:00:51 -0400 From: portscout@portscout.freebsd.org To: gnome@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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, 12 Mar 2013 13:00:57 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/gnome@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ graphics/poppler | 0.18.4 | 0.22.2 ------------------------------------------------+-----------------+------------ graphics/poppler-glib | 0.18.4 | 0.22.2 ------------------------------------------------+-----------------+------------ graphics/poppler-qt4 | 0.18.4 | 0.22.2 ------------------------------------------------+-----------------+------------ graphics/poppler-utils | 0.18.4 | 0.22.2 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt If wish to stop receiving portscout reminders, please contact portscout@portscout.freebsd.org Thanks. From owner-freebsd-gnome@FreeBSD.ORG Tue Mar 12 13:40:54 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C5CF821B; Tue, 12 Mar 2013 13:40:54 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.ilk.org (be-well.ilk.org [23.30.133.173]) by mx1.freebsd.org (Postfix) with ESMTP id 836709EF; Tue, 12 Mar 2013 13:40:54 +0000 (UTC) Received: from lowell-desk.lan (lowell-desk.lan [172.30.250.41]) by be-well.ilk.org (Postfix) with ESMTP id 163C133C1D; Tue, 12 Mar 2013 09:40:43 -0400 (EDT) Received: by lowell-desk.lan (Postfix, from userid 1147) id 0E5733983C; Tue, 12 Mar 2013 09:40:40 -0400 (EDT) From: Lowell Gilbert To: Walter Hurry Subject: Re: Pan-0.139 won't compile References: Date: Tue, 12 Mar 2013 09:40:40 -0400 In-Reply-To: (Walter Hurry's message of "Mon, 11 Mar 2013 23:41:41 +0000 (UTC)") Message-ID: <44zjy8lorr.fsf@lowell-desk.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: gnome@freebsd.org, kwm@freebsd.org, freebsd-questions@freebsd.org X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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, 12 Mar 2013 13:40:54 -0000 Walter Hurry writes: > Trying to upgrade /usr/ports/news/pan I get this: > ___________________________________________________________________ > mime-utils.cc: In function 'char* pan::__g_mime_iconv_strndup(void*, > const char*, size_t, const char*)': > mime-utils.cc:80: error: invalid conversion from 'char**' to 'const > char**' > mime-utils.cc:80: error: initializing argument 2 of 'size_t libiconv > (void*, const char**, size_t*, char**, size_t*)' > gmake[3]: *** [mime-utils.o] Error 1 > gmake[3]: Leaving directory `/usr/ports/news/pan/work/pan-0.139/pan/ > usenet-utils' > gmake[2]: *** [all-recursive] Error 1 > gmake[2]: Leaving directory `/usr/ports/news/pan/work/pan-0.139/pan' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/usr/ports/news/pan/work/pan-0.139' > gmake: *** [all] Error 2 > *** [do-build] Error code 1 > > Stop in /usr/ports/news/pan. > *** [build] Error code 1 > ___________________________________________________________________ > > What should I do next? Hmm. Interesting; looks like a compiler issue (the error strikes me as likely bogus). What compiler were you using? From owner-freebsd-gnome@FreeBSD.ORG Tue Mar 12 17:33:05 2013 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4A9AFC19; Tue, 12 Mar 2013 17:33:05 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.ilk.org (be-well.ilk.org [23.30.133.173]) by mx1.freebsd.org (Postfix) with ESMTP id 244B33E8; Tue, 12 Mar 2013 17:33:04 +0000 (UTC) Received: from lowell-desk.lan (lowell-desk.lan [172.30.250.41]) by be-well.ilk.org (Postfix) with ESMTP id 6940F33C3E; Tue, 12 Mar 2013 13:32:58 -0400 (EDT) Received: by lowell-desk.lan (Postfix, from userid 1147) id 4E53D3983C; Tue, 12 Mar 2013 13:32:56 -0400 (EDT) From: Lowell Gilbert To: Walter Hurry Subject: iconv issue (Re: Pan-0.139 won't compile) References: <44zjy8lorr.fsf@lowell-desk.lan> Date: Tue, 12 Mar 2013 13:32:56 -0400 In-Reply-To: (Walter Hurry's message of "Tue, 12 Mar 2013 14:06:35 +0000 (UTC)") Message-ID: <44vc8wle0n.fsf_-_@lowell-desk.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: freebsd-questions@freebsd.org, freebsd-gnome@freebsd.org X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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, 12 Mar 2013 17:33:05 -0000 Walter Hurry writes: > On Tue, 12 Mar 2013 09:40:40 -0400, Lowell Gilbert wrote: > >> Walter Hurry writes: >> >>> Trying to upgrade /usr/ports/news/pan I get this: >>> ___________________________________________________________________ >>> mime-utils.cc: In function 'char* pan::__g_mime_iconv_strndup(void*, >>> const char*, size_t, const char*)': >>> mime-utils.cc:80: error: invalid conversion from 'char**' to 'const >>> char**' >>> mime-utils.cc:80: error: initializing argument 2 of 'size_t libiconv >>> (void*, const char**, size_t*, char**, size_t*)' >>> gmake[3]: *** [mime-utils.o] Error 1 gmake[3]: Leaving directory >>> `/usr/ports/news/pan/work/pan-0.139/pan/ usenet-utils' >>> gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory >>> `/usr/ports/news/pan/work/pan-0.139/pan' gmake[1]: *** [all-recursive] >>> Error 1 gmake[1]: Leaving directory >>> `/usr/ports/news/pan/work/pan-0.139' gmake: *** [all] Error 2 *** >>> [do-build] Error code 1 >>> >>> Stop in /usr/ports/news/pan. >>> *** [build] Error code 1 >>> ___________________________________________________________________ >>> >>> What should I do next? >> >> Hmm. Interesting; looks like a compiler issue (the error strikes me as >> likely bogus). What compiler were you using? > > Well, this is 9.1-RELEASE on amd64, and I'm using the default, which I > believe is the cc1plus in gcc-4.2.1 On closer look, the error isn't bogus, but looks like it results from an unnecessary pair of type casts. There's nothing in the autotools setups about iconv, nor are there any patches in the port, so I'm not seeing an obvious candidate for why this broke. My guess would be that this works if built with the base iconv, because the test builds must have worked. That is not guaranteed, because the port changes were both updating the version of pan and updating glib/gtk updates as part of a wider set of updates. I'll put in a PR, because I won't have a chance to look more at this today. Be well. From owner-freebsd-gnome@FreeBSD.ORG Tue Mar 12 18:10:09 2013 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 32A61D62; Tue, 12 Mar 2013 18:10:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 0EE2BA94; Tue, 12 Mar 2013 18:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2CIA8R1046947; Tue, 12 Mar 2013 18:10:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2CIA8oe046946; Tue, 12 Mar 2013 18:10:08 GMT (envelope-from edwin) Date: Tue, 12 Mar 2013 18:10:08 GMT Message-Id: <201303121810.r2CIA8oe046946@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176887: news/pan is broken X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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, 12 Mar 2013 18:10:09 -0000 Synopsis: news/pan is broken Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Tue Mar 12 18:10:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176887 From owner-freebsd-gnome@FreeBSD.ORG Tue Mar 12 18:21:54 2013 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3962FF80; Tue, 12 Mar 2013 18:21:54 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.ilk.org (be-well.ilk.org [23.30.133.173]) by mx1.freebsd.org (Postfix) with ESMTP id ECCD1BE4; Tue, 12 Mar 2013 18:21:53 +0000 (UTC) Received: from lowell-desk.lan (lowell-desk.lan [172.30.250.41]) by be-well.ilk.org (Postfix) with ESMTP id 5AE3933C1D; Tue, 12 Mar 2013 14:21:48 -0400 (EDT) Received: by lowell-desk.lan (Postfix, from userid 1147) id 25EB03983C; Tue, 12 Mar 2013 14:21:46 -0400 (EDT) From: Lowell Gilbert To: Lowell Gilbert Subject: Re: iconv issue (Re: Pan-0.139 won't compile) References: <44zjy8lorr.fsf@lowell-desk.lan> <44vc8wle0n.fsf_-_@lowell-desk.lan> Date: Tue, 12 Mar 2013 14:21:46 -0400 In-Reply-To: <44vc8wle0n.fsf_-_@lowell-desk.lan> (Lowell Gilbert's message of "Tue, 12 Mar 2013 13:32:56 -0400") Message-ID: <444ngglbr9.fsf@lowell-desk.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: kwm@freebsd.org, bapt@freebsd.org, freebsd-gnome@freebsd.org, Walter Hurry , freebsd-questions@freebsd.org X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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, 12 Mar 2013 18:21:54 -0000 Lowell Gilbert writes: > I'll put in a PR, because I won't have a chance to look more at this > today. ports/176887 From owner-freebsd-gnome@FreeBSD.ORG Tue Mar 12 18:59:11 2013 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 23C47383; Tue, 12 Mar 2013 18:59:11 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id F36EA22B; Tue, 12 Mar 2013 18:59:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2CIxAo1055966; Tue, 12 Mar 2013 18:59:10 GMT (envelope-from kwm@freefall.freebsd.org) Received: (from kwm@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2CIxAJl055965; Tue, 12 Mar 2013 18:59:10 GMT (envelope-from kwm) Date: Tue, 12 Mar 2013 18:59:10 GMT Message-Id: <201303121859.r2CIxAJl055965@freefall.freebsd.org> To: freebsd-bugs-local@be-well.ilk.org, kwm@FreeBSD.org, gnome@FreeBSD.org From: kwm@FreeBSD.org Subject: Re: ports/176887: news/pan is broken X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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, 12 Mar 2013 18:59:11 -0000 Synopsis: news/pan is broken State-Changed-From-To: open->closed State-Changed-By: kwm State-Changed-When: Tue Mar 12 18:58:53 UTC 2013 State-Changed-Why: Fix from upstream committed. http://www.freebsd.org/cgi/query-pr.cgi?pr=176887 From owner-freebsd-gnome@FreeBSD.ORG Tue Mar 12 19:00:01 2013 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6CABE3FF for ; Tue, 12 Mar 2013 19:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 5FDC425C for ; Tue, 12 Mar 2013 19:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2CJ01bM056083 for ; Tue, 12 Mar 2013 19:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2CJ01ls056082; Tue, 12 Mar 2013 19:00:01 GMT (envelope-from gnats) Date: Tue, 12 Mar 2013 19:00:01 GMT Message-Id: <201303121900.r2CJ01ls056082@freefall.freebsd.org> To: gnome@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/176887: commit references a PR X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 12 Mar 2013 19:00:01 -0000 The following reply was made to PR ports/176887; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/176887: commit references a PR Date: Tue, 12 Mar 2013 18:58:50 +0000 (UTC) Author: kwm Date: Tue Mar 12 18:58:38 2013 New Revision: 313998 URL: http://svnweb.freebsd.org/changeset/ports/313998 Log: Fix fix compiler error by adding patch from upstream. PR: ports/176887 Submitted by: Lowell Gilbert Obtained from: pan upstream Added: head/news/pan/files/ head/news/pan/files/patch-pan_usenet-utils_mime-utils.cc (contents, props changed) Added: head/news/pan/files/patch-pan_usenet-utils_mime-utils.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/news/pan/files/patch-pan_usenet-utils_mime-utils.cc Tue Mar 12 18:58:38 2013 (r313998) @@ -0,0 +1,14 @@ +--- pan/usenet-utils/mime-utils.cc.orig 2013-03-12 18:24:13.000000000 +0000 ++++ pan/usenet-utils/mime-utils.cc 2013-03-12 18:25:19.000000000 +0000 +@@ -77,7 +77,11 @@ + outbuf = out + converted; + outleft = outlen - converted; + ++#if defined(__NetBSD__) || defined(__FreeBSD__) ++ converted = iconv (cd, &inbuf, &inleft, &outbuf, &outleft); ++#else + converted = iconv (cd, (char **) &inbuf, &inleft, &outbuf, &outleft); ++#endif + + if (converted != (size_t) -1 && errno == 0) { + /* _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-gnome@FreeBSD.ORG Tue Mar 12 20:10:01 2013 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 43BF4BA3 for ; Tue, 12 Mar 2013 20:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 35219377 for ; Tue, 12 Mar 2013 20:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2CKA1L4068760 for ; Tue, 12 Mar 2013 20:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2CKA1kD068759; Tue, 12 Mar 2013 20:10:01 GMT (envelope-from gnats) Date: Tue, 12 Mar 2013 20:10:01 GMT Message-Id: <201303122010.r2CKA1kD068759@freefall.freebsd.org> To: gnome@FreeBSD.org From: The BSD Dreamer Subject: Re: ports/176768: net-im/empathy: doesn't builds on -current X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The BSD Dreamer List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Mar 2013 20:10:01 -0000 The following reply was made to PR ports/176768; it has been noted by GNATS. From: The BSD Dreamer To: bug-followup@FreeBSD.org, rm@FreeBSD.org Cc: beastie@tardisi.com Subject: Re: ports/176768: net-im/empathy: doesn't builds on -current Date: Tue, 12 Mar 2013 15:06:00 -0500 After much trial and error, I found it depends on how the port is being updated/installed. Case #1 - if gstreamer-plugin is installed before the port is installed/updated, it doesn't work. (the %-enumtypes.h target in the Makefile under src does the dirty work.) Case #2 - if gstreamer-plugin is not installed, the port will then build it, use it and then install. using portmaster doesn't work, because portmaster will make and install gstreamer-plugin first -- resulting in case #1. From owner-freebsd-gnome@FreeBSD.ORG Tue Mar 12 21:20:08 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CC026160 for ; Tue, 12 Mar 2013 21:20:08 +0000 (UTC) (envelope-from duchateau.olivier@gmail.com) Received: from mail-la0-x229.google.com (mail-la0-x229.google.com [IPv6:2a00:1450:4010:c03::229]) by mx1.freebsd.org (Postfix) with ESMTP id 5D0618E7 for ; Tue, 12 Mar 2013 21:20:08 +0000 (UTC) Received: by mail-la0-f41.google.com with SMTP id fo12so369718lab.14 for ; Tue, 12 Mar 2013 14:20:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=anWcTR3SjjGbPkpuOX3nNArXRM+FX7GPmlXzKNbgX7s=; b=E2DEiAo2wYFQu83RM86V/Wv+SfjVh7MHfoU2LCj8DkZrshJiTb/oS12yzM8JDktTdA JTAOMLttO6wGIC263mD82AJpJzomnPwGrZ90r+ZHP5r8rrEXPkV7+75BEVKP2+HCodiT n92aO8tIrzwSZMffphJbfPVOhht8D43qOIpUZ+qAxKQbslYmIAjc1jgbKFHsBXVnH7ik TQoHS5spwhzsH/vgDUwfM1GzAXu9K0zvlV405BXLjE3ICyQc+RoEev3km3pAHIkfFh+c waDiYAsMbndDsjNfNZjGCe+Ku6svbOVpkejrv6gTajs7HBTRXsi+sWPv86fPBPqIXF1r iRhQ== MIME-Version: 1.0 X-Received: by 10.112.59.104 with SMTP id y8mr1023565lbq.39.1363123207256; Tue, 12 Mar 2013 14:20:07 -0700 (PDT) Received: by 10.152.120.33 with HTTP; Tue, 12 Mar 2013 14:20:07 -0700 (PDT) In-Reply-To: <513EE888.20000@rainbow-runner.nl> References: <513E5F36.8030601@rainbow-runner.nl> <513EE888.20000@rainbow-runner.nl> Date: Tue, 12 Mar 2013 21:20:07 +0000 Message-ID: Subject: Re: webkit runtime error From: Olivier Duchateau To: Koop Mast Content-Type: text/plain; charset=ISO-8859-1 Cc: gnome@freebsd.org, green dog X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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, 12 Mar 2013 21:20:08 -0000 2013/3/12 Koop Mast : > On 12-3-2013 6:57, Olivier Duchateau wrote: >> >> 2013/3/11 Koop Mast : >>> >>> On 11-3-2013 23:35, Olivier Duchateau wrote: >>>> >>>> 2013/3/11 Olivier Duchateau : >>>>> >>>>> 2013/3/11 green dog : >>>>>> >>>>>> freze during load html page (midori, luakit) >>>>>> >>>>>> in console: >>>>>> libsoup-CRITICAL **: void soup_session_send_request_async(SoupSession >>>>>> *, >>>>>> SoupMessage *, GCancellable *, GAsyncReadyCallback, gpointer): >>>>>> assertion >>>>>> `use_thread_context' failed >>>>> >>>>> I confirm. >>>>> During this week end I also tested 2 releases of wekbitgtk (1.6.3 and >>>>> 1.8.3) same problem. >>>> >>>> With libsoup 2.38.1, it's better (tomorrow, I'll try 2.36.1), but >>>> sometime there's micro freezes. Midori works fine. >>>> >>>> My patch, >>>> http://people.freebsd.org/~olivierd/patches/libsoup-2.40.3_2.38.1.diff >>> >>> >>> I can reproduce it with the 1.4.x version from ports, but with the 1.8.3 >>> version I'm currently porting I the problems go away. Is there a specific >>> website that exhibits these issues, or are all of them affected? >>> This is a 10-Current amd64 system though, maybe that related? >> >> Every web page. > > > Could you try this patch? > http://people.freebsd.org/~kwm/webkit-gtk2-1.8.3.diff I know you reported > that 1.8.3 doesn't work for you, but it does for me. So I'm wondering why > that is. It's ok for me, with Midori (slightly modified). I don't know why it freezed during my previous test. > > >>> -Koop >>> >>> >>>>>> _______________________________________________ >>>>>> 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" >>>>> >>>>> >>>>> >>>>> -- >>>>> olivier >>>> >>>> >>>> >> >> > -- olivier From owner-freebsd-gnome@FreeBSD.ORG Wed Mar 13 03:00:08 2013 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5C0CC774; Wed, 13 Mar 2013 03:00:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 3869BAA8; Wed, 13 Mar 2013 03:00:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2D308dV081864; Wed, 13 Mar 2013 03:00:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2D3084T081863; Wed, 13 Mar 2013 03:00:08 GMT (envelope-from edwin) Date: Wed, 13 Mar 2013 03:00:08 GMT Message-Id: <201303130300.r2D3084T081863@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176903: [patch] fix graphics/gegl plist with jasper=off X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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, 13 Mar 2013 03:00:08 -0000 Synopsis: [patch] fix graphics/gegl plist with jasper=off Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Wed Mar 13 03:00:07 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176903 From owner-freebsd-gnome@FreeBSD.ORG Wed Mar 13 05:31:46 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3E45E5F5 for ; Wed, 13 Mar 2013 05:31:46 +0000 (UTC) (envelope-from fiziologus@gmail.com) Received: from mail-ve0-f175.google.com (mail-ve0-f175.google.com [209.85.128.175]) by mx1.freebsd.org (Postfix) with ESMTP id 00D19280 for ; Wed, 13 Mar 2013 05:31:45 +0000 (UTC) Received: by mail-ve0-f175.google.com with SMTP id cy12so438797veb.20 for ; Tue, 12 Mar 2013 22:31:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=m7A/vYmlUKOVUH6YpYv3S2IMeSD25zBD5bBt0HjNAj0=; b=pMMGJMz4vDmeQAGajjWK58Plo06CE+P+usMWYWwwP+JrbzMMjX9VQFnO6kAa5/qDEL /k7mT20fuoh/92svfmpH+rfeMNExnmfC9hWtkV8ZSWnNo1VRzzaGaqRZcX+Kr4ZRYzbc lAKuOpJ75dy1WaAm0MX/5REUV9eXQa1WK6z9J0NcdXRWuWtqXVumRWve0bveU5K+rlLH W8Tom9n/ukcmBCXRi5bpmcwKTDk841RfVvsXpcnh5Foph3RXYiQrTLRWwLtsIElPzvSp OWX7pFB2n1sHMy/6K3f+BV2wbt73V+qdYgrBYdemBUuwap5EJo+IxWW7g2bBeYzxGVSW rsDA== MIME-Version: 1.0 X-Received: by 10.220.90.145 with SMTP id i17mr3472442vcm.25.1363152705176; Tue, 12 Mar 2013 22:31:45 -0700 (PDT) Received: by 10.52.37.46 with HTTP; Tue, 12 Mar 2013 22:31:45 -0700 (PDT) In-Reply-To: References: <513E5F36.8030601@rainbow-runner.nl> <513EE888.20000@rainbow-runner.nl> Date: Wed, 13 Mar 2013 09:31:45 +0400 Message-ID: Subject: Re: webkit runtime error From: green dog To: Olivier Duchateau Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: gnome@freebsd.org X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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, 13 Mar 2013 05:31:46 -0000 work for me (midori, luakit) FreeBSD-9.0-i386 2013/3/13 Olivier Duchateau > 2013/3/12 Koop Mast : > > On 12-3-2013 6:57, Olivier Duchateau wrote: > >> > >> 2013/3/11 Koop Mast : > >>> > >>> On 11-3-2013 23:35, Olivier Duchateau wrote: > >>>> > >>>> 2013/3/11 Olivier Duchateau : > >>>>> > >>>>> 2013/3/11 green dog : > >>>>>> > >>>>>> freze during load html page (midori, luakit) > >>>>>> > >>>>>> in console: > >>>>>> libsoup-CRITICAL **: void > soup_session_send_request_async(SoupSession > >>>>>> *, > >>>>>> SoupMessage *, GCancellable *, GAsyncReadyCallback, gpointer): > >>>>>> assertion > >>>>>> `use_thread_context' failed > >>>>> > >>>>> I confirm. > >>>>> During this week end I also tested 2 releases of wekbitgtk (1.6.3 and > >>>>> 1.8.3) same problem. > >>>> > >>>> With libsoup 2.38.1, it's better (tomorrow, I'll try 2.36.1), but > >>>> sometime there's micro freezes. Midori works fine. > >>>> > >>>> My patch, > >>>> > http://people.freebsd.org/~olivierd/patches/libsoup-2.40.3_2.38.1.diff > >>> > >>> > >>> I can reproduce it with the 1.4.x version from ports, but with the > 1.8.3 > >>> version I'm currently porting I the problems go away. Is there a > specific > >>> website that exhibits these issues, or are all of them affected? > >>> This is a 10-Current amd64 system though, maybe that related? > >> > >> Every web page. > > > > > > Could you try this patch? > > http://people.freebsd.org/~kwm/webkit-gtk2-1.8.3.diff I know you > reported > > that 1.8.3 doesn't work for you, but it does for me. So I'm wondering why > > that is. > > It's ok for me, with Midori (slightly modified). I don't know why it > freezed during my previous test. > > > > > > >>> -Koop > >>> > >>> > >>>>>> _______________________________________________ > >>>>>> 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" > >>>>> > >>>>> > >>>>> > >>>>> -- > >>>>> olivier > >>>> > >>>> > >>>> > >> > >> > > > > > > -- > olivier > From owner-freebsd-gnome@FreeBSD.ORG Wed Mar 13 07:40:02 2013 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id ABB92C85 for ; Wed, 13 Mar 2013 07:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 9E3978F8 for ; Wed, 13 Mar 2013 07:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2D7e1h9034574 for ; Wed, 13 Mar 2013 07:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2D7e1sW034573; Wed, 13 Mar 2013 07:40:01 GMT (envelope-from gnats) Date: Wed, 13 Mar 2013 07:40:01 GMT Message-Id: <201303130740.r2D7e1sW034573@freefall.freebsd.org> To: gnome@FreeBSD.org From: Ruslan Makhmatkhanov Subject: Re: ports/176768: net-im/empathy: doesn't builds on -current X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Ruslan Makhmatkhanov List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Mar 2013 07:40:02 -0000 The following reply was made to PR ports/176768; it has been noted by GNATS. From: Ruslan Makhmatkhanov To: The BSD Dreamer Cc: bug-followup@FreeBSD.org Subject: Re: ports/176768: net-im/empathy: doesn't builds on -current Date: Wed, 13 Mar 2013 11:37:24 +0400 The BSD Dreamer wrote on 13.03.2013 00:06: > After much trial and error, I found it depends on how the port is being > updated/installed. > > Case #1 - if gstreamer-plugin is installed before the port is > installed/updated, it doesn't work. (the %-enumtypes.h target in the Makefile > under src does the dirty work.) > > Case #2 - if gstreamer-plugin is not installed, the port will then build it, > use it and then install. > > using portmaster doesn't work, because portmaster will make and install > gstreamer-plugin first -- resulting in case #1. Yes, I was able to install new versions of empathy this way, thank you. Koop, may be it worth to mention this in UPDATING as workaround? -- Regards, Ruslan Tinderboxing kills... the drives. From owner-freebsd-gnome@FreeBSD.ORG Wed Mar 13 08:01:34 2013 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 07CAE70C; Wed, 13 Mar 2013 08:01:34 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D8A86A94; Wed, 13 Mar 2013 08:01:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2D81X7w039705; Wed, 13 Mar 2013 08:01:33 GMT (envelope-from kwm@freefall.freebsd.org) Received: (from kwm@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2D81WlZ039704; Wed, 13 Mar 2013 08:01:32 GMT (envelope-from kwm) Date: Wed, 13 Mar 2013 08:01:32 GMT Message-Id: <201303130801.r2D81WlZ039704@freefall.freebsd.org> To: fmb@onibox.net, kwm@FreeBSD.org, gnome@FreeBSD.org From: kwm@FreeBSD.org Subject: Re: ports/176861: Update www/webkit-gtk2 to 1.8.3 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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, 13 Mar 2013 08:01:34 -0000 Synopsis: Update www/webkit-gtk2 to 1.8.3 State-Changed-From-To: open->closed State-Changed-By: kwm State-Changed-When: Wed Mar 13 07:59:59 UTC 2013 State-Changed-Why: Merged the webkit-gtk version we had in out devel repo. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=176861 From owner-freebsd-gnome@FreeBSD.ORG Wed Mar 13 09:00:01 2013 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B9BE7340 for ; Wed, 13 Mar 2013 09:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 94A81E44 for ; Wed, 13 Mar 2013 09:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2D901in062852 for ; Wed, 13 Mar 2013 09:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2D900Ut062851; Wed, 13 Mar 2013 09:00:00 GMT (envelope-from gnats) Date: Wed, 13 Mar 2013 09:00:00 GMT Message-Id: <201303130900.r2D900Ut062851@freefall.freebsd.org> To: gnome@FreeBSD.org From: Koop Mast Subject: Re: ports/176768: net-im/empathy: doesn't builds on -current X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Koop Mast List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Mar 2013 09:00:01 -0000 The following reply was made to PR ports/176768; it has been noted by GNATS. From: Koop Mast To: bug-followup@FreeBSD.org, rm@FreeBSD.org, The BSD Dreamer , Jan Henrik Sylvester Cc: Subject: Re: ports/176768: net-im/empathy: doesn't builds on -current Date: Wed, 13 Mar 2013 09:58:40 +0100 I added a patch to empathy that should fix the problem -r314040. Could you people test it and report back? thanks From owner-freebsd-gnome@FreeBSD.ORG Wed Mar 13 09:00:02 2013 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8FCF2343 for ; Wed, 13 Mar 2013 09:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 83307E46 for ; Wed, 13 Mar 2013 09:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2D902Bx062858 for ; Wed, 13 Mar 2013 09:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2D902Qu062857; Wed, 13 Mar 2013 09:00:02 GMT (envelope-from gnats) Date: Wed, 13 Mar 2013 09:00:02 GMT Message-Id: <201303130900.r2D902Qu062857@freefall.freebsd.org> To: gnome@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/176768: commit references a PR X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 13 Mar 2013 09:00:02 -0000 The following reply was made to PR ports/176768; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/176768: commit references a PR Date: Wed, 13 Mar 2013 08:57:28 +0000 (UTC) Author: kwm Date: Wed Mar 13 08:57:19 2013 New Revision: 314040 URL: http://svnweb.freebsd.org/changeset/ports/314040 Log: Fix the build of empathy my removing offending Makefile rules. Bump gstreamer-plugins portrevision to fix the messed up header. Thanks to The BSD Dreamer for finding out where it went wrong. PR: ports/176768 Submitted by: Ruslan Makhmatkhanov Added: head/net-im/empathy/files/patch-src_Makefile.in (contents, props changed) Modified: head/multimedia/gstreamer-plugins/Makefile Modified: head/multimedia/gstreamer-plugins/Makefile ============================================================================== --- head/multimedia/gstreamer-plugins/Makefile Wed Mar 13 08:26:11 2013 (r314039) +++ head/multimedia/gstreamer-plugins/Makefile Wed Mar 13 08:57:19 2013 (r314040) @@ -6,7 +6,7 @@ PORTNAME= gstreamer PORTVERSION?= ${BASE_PORTVERSION} # When chasing a shared library for a plug-in bump the PORTREVISION in the # plug-in port instead, like ${category}/gstreamer-plugin-${PLUGIN}. -PORTREVISION?= 2 +PORTREVISION?= 3 PORTEPOCH= 3 CATEGORIES?= multimedia audio MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-plugins-base/:base \ Added: head/net-im/empathy/files/patch-src_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/empathy/files/patch-src_Makefile.in Wed Mar 13 08:57:19 2013 (r314040) @@ -0,0 +1,27 @@ +--- src/Makefile.in.orig 2013-03-12 21:11:24.000000000 +0000 ++++ src/Makefile.in 2013-03-12 21:12:10.000000000 +0000 +@@ -1688,24 +1688,6 @@ + $(AM_V_GEN)echo "#include \"src-marshal.h\"" > $@ && \ + $(GLIB_GENMARSHAL) --body --prefix=_$(subst -,_,$*)_marshal $< >> $*-marshal.c + +-# rules for making the glib enum objects +-%-enumtypes.h: %.h Makefile.in +- $(AM_V_GEN)glib-mkenums \ +- --fhead "#ifndef __$(shell echo $* | tr [:lower:]- [:upper:]_)_ENUM_TYPES_H__\n#define __$(shell echo $* | tr [:lower:]- [:upper:]_)_ENUM_TYPES_H__\n\n#include \n\nG_BEGIN_DECLS\n" \ +- --fprod "/* enumerations from \"@filename@\" */\n" \ +- --vhead "GType @enum_name@_get_type (void);\n#define $(shell echo $* | tr [:lower:]- [:upper:]_ | sed 's/_.*//')_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n" \ +- --ftail "G_END_DECLS\n\n#endif /* __$(shell echo $* | tr [:lower:]- [:upper:]_)_ENUM_TYPES_H__ */" \ +- $< > $@ +- +-%-enumtypes.c: %.h Makefile.in +- $(AM_V_GEN)glib-mkenums \ +- --fhead "#include <$*.h>\n#include <$*-enumtypes.h>" \ +- --fprod "\n/* enumerations from \"@filename@\" */" \ +- --vhead "GType\n@enum_name@_get_type (void)\n{\n static GType etype = 0;\n if (etype == 0) {\n static const G@Type@Value values[] = {" \ +- --vprod " { @VALUENAME@, \"@VALUENAME@\", \"@VALUENAME@\" }," \ +- --vtail " { 0, NULL, NULL }\n };\n etype = g_@type@_register_static (\"@EnumName@\", values);\n }\n return etype;\n}\n" \ +- $< > $@ +- + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. + .NOEXPORT: _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-gnome@FreeBSD.ORG Wed Mar 13 10:30:01 2013 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 877A163C for ; Wed, 13 Mar 2013 10:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 711A8616 for ; Wed, 13 Mar 2013 10:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2DAU17W033643 for ; Wed, 13 Mar 2013 10:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2DAU13i033642; Wed, 13 Mar 2013 10:30:01 GMT (envelope-from gnats) Date: Wed, 13 Mar 2013 10:30:01 GMT Message-Id: <201303131030.r2DAU13i033642@freefall.freebsd.org> To: gnome@FreeBSD.org From: Jan Henrik Sylvester Subject: Re: ports/176768: net-im/empathy: doesn't builds on -current X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Jan Henrik Sylvester List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Mar 2013 10:30:01 -0000 The following reply was made to PR ports/176768; it has been noted by GNATS. From: Jan Henrik Sylvester To: Koop Mast Cc: bug-followup@FreeBSD.org, rm@FreeBSD.org, The BSD Dreamer Subject: Re: ports/176768: net-im/empathy: doesn't builds on -current Date: Wed, 13 Mar 2013 11:19:36 +0100 On 03/13/2013 09:58, Koop Mast wrote: > I added a patch to empathy that should fix the problem -r314040. > Could you people test it and report back? thanks Everything seems to work as expected: The file was repaired by reinstalling multimedia/gstreamer-plugins and now net-im/empathy does not touch anything that it has no business touching. Thanks, Jan Henrik From owner-freebsd-gnome@FreeBSD.ORG Wed Mar 13 11:30:02 2013 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 24AD384E for ; Wed, 13 Mar 2013 11:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 17AF69B1 for ; Wed, 13 Mar 2013 11:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2DBU1L2045069 for ; Wed, 13 Mar 2013 11:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2DBU18A045068; Wed, 13 Mar 2013 11:30:01 GMT (envelope-from gnats) Date: Wed, 13 Mar 2013 11:30:01 GMT Message-Id: <201303131130.r2DBU18A045068@freefall.freebsd.org> To: gnome@FreeBSD.org From: Ruslan Makhmatkhanov Subject: Re: ports/176768: net-im/empathy: doesn't builds on -current X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Ruslan Makhmatkhanov List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Mar 2013 11:30:02 -0000 The following reply was made to PR ports/176768; it has been noted by GNATS. From: Ruslan Makhmatkhanov To: Koop Mast Cc: bug-followup@FreeBSD.org, The BSD Dreamer , Jan Henrik Sylvester Subject: Re: ports/176768: net-im/empathy: doesn't builds on -current Date: Wed, 13 Mar 2013 15:25:16 +0400 Koop Mast wrote on 13.03.2013 12:58: > I added a patch to empathy that should fix the problem -r314040. > Could you people test it and report back? thanks portmaster picked webkit-gtk update so it took some time to test :). Yes, empathy was successfully rebuilt with portmaster. Thank you both for this. -- Regards, Ruslan Tinderboxing kills... the drives. From owner-freebsd-gnome@FreeBSD.ORG Wed Mar 13 11:41:54 2013 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0ED0CBF0; Wed, 13 Mar 2013 11:41:54 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D9BE8A5C; Wed, 13 Mar 2013 11:41:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2DBfriZ048448; Wed, 13 Mar 2013 11:41:53 GMT (envelope-from kwm@freefall.freebsd.org) Received: (from kwm@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2DBfrTg048447; Wed, 13 Mar 2013 11:41:53 GMT (envelope-from kwm) Date: Wed, 13 Mar 2013 11:41:53 GMT Message-Id: <201303131141.r2DBfrTg048447@freefall.freebsd.org> To: rm@FreeBSD.org, kwm@FreeBSD.org, gnome@FreeBSD.org From: kwm@FreeBSD.org Subject: Re: ports/176768: net-im/empathy: doesn't builds on -current X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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, 13 Mar 2013 11:41:54 -0000 Synopsis: net-im/empathy: doesn't builds on -current State-Changed-From-To: open->closed State-Changed-By: kwm State-Changed-When: Wed Mar 13 11:41:13 UTC 2013 State-Changed-Why: Problem was fixed, thanks for reporting. http://www.freebsd.org/cgi/query-pr.cgi?pr=176768 From owner-freebsd-gnome@FreeBSD.ORG Thu Mar 14 00:10:09 2013 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 806C3FF; Thu, 14 Mar 2013 00:10:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 5C2792B5; Thu, 14 Mar 2013 00:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2E0A942093828; Thu, 14 Mar 2013 00:10:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2E0A8NT093827; Thu, 14 Mar 2013 00:10:08 GMT (envelope-from edwin) Date: Thu, 14 Mar 2013 00:10:08 GMT Message-Id: <201303140010.r2E0A8NT093827@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176929: port accessibility/gnome-speech build fails X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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, 14 Mar 2013 00:10:09 -0000 Synopsis: port accessibility/gnome-speech build fails Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Thu Mar 14 00:10:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176929 From owner-freebsd-gnome@FreeBSD.ORG Thu Mar 14 07:07:22 2013 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C142F587; Thu, 14 Mar 2013 07:07:22 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 87016856; Thu, 14 Mar 2013 07:07:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2E77Mc9089876; Thu, 14 Mar 2013 07:07:22 GMT (envelope-from kwm@freefall.freebsd.org) Received: (from kwm@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2E77LM1089875; Thu, 14 Mar 2013 07:07:21 GMT (envelope-from kwm) Date: Thu, 14 Mar 2013 07:07:21 GMT Message-Id: <201303140707.r2E77LM1089875@freefall.freebsd.org> To: torek@torek.net, kwm@FreeBSD.org, gnome@FreeBSD.org From: kwm@FreeBSD.org Subject: Re: ports/176929: port accessibility/gnome-speech build fails X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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, 14 Mar 2013 07:07:22 -0000 Synopsis: port accessibility/gnome-speech build fails State-Changed-From-To: open->closed State-Changed-By: kwm State-Changed-When: Thu Mar 14 07:07:11 UTC 2013 State-Changed-Why: Committed thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=176929 From owner-freebsd-gnome@FreeBSD.ORG Thu Mar 14 07:10:01 2013 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 59A2A691 for ; Thu, 14 Mar 2013 07:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 3BC4186A for ; Thu, 14 Mar 2013 07:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2E7A1Ww089984 for ; Thu, 14 Mar 2013 07:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2E7A1Mq089983; Thu, 14 Mar 2013 07:10:01 GMT (envelope-from gnats) Date: Thu, 14 Mar 2013 07:10:01 GMT Message-Id: <201303140710.r2E7A1Mq089983@freefall.freebsd.org> To: gnome@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/176929: commit references a PR X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 14 Mar 2013 07:10:01 -0000 The following reply was made to PR ports/176929; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/176929: commit references a PR Date: Thu, 14 Mar 2013 07:06:08 +0000 (UTC) Author: kwm Date: Thu Mar 14 07:05:55 2013 New Revision: 314134 URL: http://svnweb.freebsd.org/changeset/ports/314134 Log: Fix build with glib 2.34 when optional dependancy is enabled. [1] While here, us USES=pathfix instead of gnomehack and convert to OptionsNG. PR: ports/176929 [1] Submitted by: Chris Torek Modified: head/accessibility/gnome-speech/Makefile Modified: head/accessibility/gnome-speech/Makefile ============================================================================== --- head/accessibility/gnome-speech/Makefile Thu Mar 14 06:32:04 2013 (r314133) +++ head/accessibility/gnome-speech/Makefile Thu Mar 14 07:05:55 2013 (r314134) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnomespeech -# Date created: 11 May 2003 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/accessibility/gnome-speech/Makefile,v 1.21 2006/08/22 00:55:57 ahze Exp $ -# PORTNAME= gnome-speech PORTVERSION= 0.4.25 @@ -17,37 +13,42 @@ COMMENT= GNOME text-to-speech API USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix libbonobo -GNU_CONFIGURE= yes +USE_GNOME= gnomeprefix libbonobo +USES= pathfix +GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-static CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -.include +OPTIONS_DEFINE= ESPEAK FESTIVAL +ESPEAK_DESC= Espeak speech synthesizer support +FESTIVAL_DESC= Festival speech synthesis support -.if exists(${LOCALBASE}/lib/libespeak.so) -WITH_ESPEAK= yes -.endif - -.if exists(${LOCALBASE}/bin/festival) -WITH_FESTIVAL= yes -.endif +.include -.if defined(WITH_ESPEAK) -LIB_DEPENDS+= espeak.1:${PORTSDIR}/audio/espeak +.if ${PORT_OPTIONS:MESPEAK} +LIB_DEPENDS+= espeak:${PORTSDIR}/audio/espeak CONFIGURE_ARGS+=--with-espeak-dir=${LOCALBASE} PLIST_SUB+= ESPEAK:="" .else PLIST_SUB+= ESPEAK:="@comment " .endif -.if defined(WITH_FESTIVAL) +.if ${PORT_OPTIONS:MFESTIVAL} RUN_DEPENDS+= festival:${PORTSDIR}/audio/festival .endif post-patch: @${REINPLACE_CMD} -e 's|== x|= x|g' \ ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ + ${WRKSRC}/drivers/swift/*.[ch] \ + ${WRKSRC}/drivers/dectalk/*.[ch] \ + ${WRKSRC}/drivers/theta/*.[ch] \ + ${WRKSRC}/drivers/eloquence/*.[ch] \ + ${WRKSRC}/drivers/viavoice/*.[ch] \ + ${WRKSRC}/drivers/loquendo/*.[ch] \ + ${WRKSRC}/drivers/espeak/*.[ch] -.include +.include _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-gnome@FreeBSD.ORG Thu Mar 14 14:08:01 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 63AFBBF0 for ; Thu, 14 Mar 2013 14:08:01 +0000 (UTC) (envelope-from portscout@portscout.freebsd.org) Received: from null.zi0r.com (null.zi0r.com [71.245.171.204]) by mx1.freebsd.org (Postfix) with ESMTP id 1C0EEF21 for ; Thu, 14 Mar 2013 14:08:01 +0000 (UTC) Received: from null.zi0r.com (localhost [127.0.0.1]) by null.zi0r.com (8.14.5/8.14.5) with ESMTP id r2EE80pY019687 for ; Thu, 14 Mar 2013 10:08:00 -0400 (EDT) (envelope-from portscout@null.zi0r.com) Received: (from portscout@localhost) by null.zi0r.com (8.14.5/8.14.5/Submit) id r2EE80xm019629; Thu, 14 Mar 2013 10:08:00 -0400 (EDT) (envelope-from portscout) Message-Id: <201303141408.r2EE80xm019629@null.zi0r.com> MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Thu, 14 Mar 2013 10:08:00 -0400 From: portscout@portscout.freebsd.org To: gnome@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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, 14 Mar 2013 14:08:01 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/gnome@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ www/webkit-gtk2 | 1.8.3 | 1.9.92 ------------------------------------------------+-----------------+------------ www/webkit-gtk3 | 1.8.3 | 1.9.92 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt If wish to stop receiving portscout reminders, please contact portscout@portscout.freebsd.org Thanks. From owner-freebsd-gnome@FreeBSD.ORG Thu Mar 14 18:00:09 2013 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 52D02710; Thu, 14 Mar 2013 18:00:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 2EC43B5; Thu, 14 Mar 2013 18:00:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2EI09kx013541; Thu, 14 Mar 2013 18:00:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2EI09tD013540; Thu, 14 Mar 2013 18:00:09 GMT (envelope-from edwin) Date: Thu, 14 Mar 2013 18:00:09 GMT Message-Id: <201303141800.r2EI09tD013540@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176963: x11-toolkits/vte: need update after gtk2 update X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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, 14 Mar 2013 18:00:09 -0000 Synopsis: x11-toolkits/vte: need update after gtk2 update Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Thu Mar 14 18:00:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176963 From owner-freebsd-gnome@FreeBSD.ORG Thu Mar 14 21:20:01 2013 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 710F8CC1 for ; Thu, 14 Mar 2013 21:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 62A1EC25 for ; Thu, 14 Mar 2013 21:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2ELK1rP051036 for ; Thu, 14 Mar 2013 21:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2ELK1bv051035; Thu, 14 Mar 2013 21:20:01 GMT (envelope-from gnats) Date: Thu, 14 Mar 2013 21:20:01 GMT Message-Id: <201303142120.r2ELK1bv051035@freefall.freebsd.org> To: gnome@FreeBSD.org From: The BSD Dreamer Subject: Re: ports/176963: x11-toolkits/vte: need update after gtk2 update X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The BSD Dreamer List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Mar 2013 21:20:01 -0000 The following reply was made to PR ports/176963; it has been noted by GNATS. From: The BSD Dreamer To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/176963: x11-toolkits/vte: need update after gtk2 update Date: Thu, 14 Mar 2013 16:16:01 -0500 This is a multi-part message in MIME format. --------------030108000100010600010607 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Well, I tracked down the patch for #663779 and applied it to the current vte-0.26.2, and starting a new gnome-terminal (and without having kill all my other instances) found the ALT key is working as expected in this new gnome-terminal. --------------030108000100010600010607 Content-Type: text/x-csrc; name="patch-src_vte.c" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch-src_vte.c" --- src/vte.c.orig 2010-11-13 06:18:41.000000000 -0600 +++ src/vte.c 2013-03-14 15:59:37.761401135 -0500 @@ -4914,16 +4914,23 @@ vte_terminal_read_modifiers (VteTerminal *terminal, GdkEvent *event) { + GdkKeymap *keymap; GdkModifierType modifiers; /* Read the modifiers. */ - if (gdk_event_get_state((GdkEvent*)event, &modifiers)) { - GdkKeymap *keymap; - keymap = gdk_keymap_get_for_display ( - gdk_drawable_get_display (((GdkEventAny *)event)->window)); - gdk_keymap_add_virtual_modifiers (keymap, &modifiers); - terminal->pvt->modifiers = modifiers; - } + if (!gdk_event_get_state((GdkEvent*)event, &modifiers)) + return; + + keymap = gdk_keymap_get_for_display ( + gdk_window_get_display (((GdkEventAny*)event)->window)); + + gdk_keymap_add_virtual_modifiers (keymap, &modifiers); + + /* HACK! Treat ALT as META; see bug #663779. */ + if (modifiers & GDK_MOD1_MASK) + modifiers |= VTE_META_MASK; + + terminal->pvt->modifiers = modifiers; } /* Read and handle a keypress event. */ --------------030108000100010600010607-- From owner-freebsd-gnome@FreeBSD.ORG Fri Mar 15 02:49:37 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9EC9438B; Fri, 15 Mar 2013 02:49:37 +0000 (UTC) (envelope-from stringchopper@gmail.com) Received: from mail-wg0-f43.google.com (mail-wg0-f43.google.com [74.125.82.43]) by mx1.freebsd.org (Postfix) with ESMTP id 16FA7A9D; Fri, 15 Mar 2013 02:49:36 +0000 (UTC) Received: by mail-wg0-f43.google.com with SMTP id e12so2254416wge.34 for ; Thu, 14 Mar 2013 19:49:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:mime-version:date:message-id:subject:to:cc :content-type; bh=CsFPjVaKYiko/sISTbRTtVXtuvsTHHWgkvZC+ZeJpS0=; b=JnCCa5xSS/7PDdjoTnAqw7BYDR0RhHAvD+1BI4ZXetZGZ5Fg4lQ0QpGnwfguwCe9sn 4/AenoQHLz0B0OR5FU6UDVVV9JyhYLGrnCx74QsV5LofCI7V1SND1cp5nkIpUdVr2hmd oaodpeVuVGu/7AMVuaNBHXsLQ6DZqZSaJ7RLX7+D9TJsL3DcyHa8ChgyAQeh7hVb5DLo 9cyG2etBOT3UwtZVLW8ct6AxDrRw+ntw18JoAz3OvkjOxBYvGt4qy2G+FkDNq2hk3mDD SADTFhsaVnXNuYNXKU7pvNxyLJOV1FPPaHJa4rsGz2b0veqyABiRD896qRPArzixff0I 6A7w== X-Received: by 10.180.105.229 with SMTP id gp5mr246066wib.10.1363315769941; Thu, 14 Mar 2013 19:49:29 -0700 (PDT) From: Brian Phillips Mime-Version: 1.0 (1.0) Date: Thu, 14 Mar 2013 22:49:26 -0400 Message-ID: <-4120789142289186221@unknownmsgid> Subject: FreeBSD Port epiphany-2.30.6_3 To: "gnome@FreeBSD.org" Content-Type: text/plain; charset=ISO-8859-1 Cc: "ports@FreeBSD.org" X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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, 15 Mar 2013 02:49:37 -0000 Hello, I'm new to FreeBSD and *nix in general. First time install of gnome2 (meta) with portmaster on 9.1 RELEASE, i686. portsnap fetch extract update on 2013-03-14, before install of Xorg and gnome2 on fresh system. Gnome2 meta port fails with epiphany. Please advise on how to continue building. Thank you in advance. Kind Regards, Brian CC libephymain_la-ephy-window.lo CC libephymain_la-pdm-dialog.lo CC libephymain_la-popup-commands.lo CC libephymain_la-prefs-dialog.lo CC libephymain_la-window-commands.lo CC libephymain_la-ephy-type-builtins.lo CCLD libephymain.la CC epiphany-ephy-main.o ephy-main.c: In function 'main': ephy-main.c:450: warning: 'g_thread_init' is deprecated (declared at /usr/local/ include/glib-2.0/glib/deprecated/gthread.h:260) CCLD epiphany GEN Epiphany-2.30.gir Package webkitgtk-1.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `webkitgtk-1.0.pc' to the PKG_CONFIG_PATH environment variable No package 'webkitgtk-1.0' found In file included from :4: /usr/ports/www/epiphany/work/epiphany-2.30.6/embed/ephy-embed.h:25:25: error: gl ib-object.h: No such file or directory /usr/ports/www/epiphany/work/epiphany-2.30.6/embed/ephy-embed.h:26:21: error: gt k/gtk.h: No such file or directory In file included from /usr/ports/www/epiphany/work/epiphany-2.30.6/embed/ephy-em bed.h:28, from :4: /usr/ports/www/epiphany/work/epiphany-2.30.6/embed/ephy-web-view.h:29:18: error: glib.h: No such file or directory /usr/ports/www/epiphany/work/epiphany-2.30.6/embed/ephy-web-view.h:31:27: error: webkit/webkit.h: No such file or directory In file included from :10: /usr/ports/www/epiphany/work/epiphany-2.30.6/embed/ephy-favicon-cache.h:30:35: e rror: gdk-pixbuf/gdk-pixbuf.h: No such file or directory In file included from /usr/ports/www/epiphany/work/epiphany-2.30.6/embed/ephy-hi story.h:29, from :11: ../lib/ephy-node.h:29:25: error: libxml/tree.h: No such file or directory ../lib/ephy-node.h:30:30: error: libxml/xmlwriter.h: No such file or directory In file included from /usr/ports/www/epiphany/work/epiphany-2.30.6/lib/egg/egg-e ditable-toolbar.h:25, from :18: /usr/ports/www/epiphany/work/epiphany-2.30.6/lib/egg/egg-toolbars-model.h:25:21: error: gdk/gdk.h: No such file or directory Error while processing the source. gmake[4]: *** [Epiphany-2.30.gir] Error 1 gmake[4]: Leaving directory `/usr/ports/www/epiphany/work/epiphany-2.30.6/src' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/ports/www/epiphany/work/epiphany-2.30.6/src' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/usr/ports/www/epiphany/work/epiphany-2.30.6/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/www/epiphany/work/epiphany-2.30.6' gmake: *** [all] Error 2 *** [do-build] Error code 1 Stop in /usr/ports/www/epiphany. *** [build] Error code 1 Stop in /usr/ports/www/epiphany. ===>>> make failed for www/epiphany ===>>> Aborting update ===>>> Update for www/epiphany failed ===>>> Aborting update Terminated ===>>> You can restart from the point of failure with this command line: portmaster x11/gnome2 www/epiphany x11-themes/gnome-themes www/ev olution-webcal www/gnome-user-share www/apache22 devel/apr1 databases/db42 www/m od_dnssd x11-themes/gnome-backgrounds x11/gdm x11/gnome-session x11/gnome-applet s x11/gnome-screensaver security/pam_helper x11/xscreensaver-gnome-hacks graphic s/gle x11/gnome-terminal From owner-freebsd-gnome@FreeBSD.ORG Fri Mar 15 05:22:15 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C7A58AB6 for ; Fri, 15 Mar 2013 05:22:15 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-oa0-f41.google.com (mail-oa0-f41.google.com [209.85.219.41]) by mx1.freebsd.org (Postfix) with ESMTP id 99AFEB4 for ; Fri, 15 Mar 2013 05:22:15 +0000 (UTC) Received: by mail-oa0-f41.google.com with SMTP id i10so3071666oag.0 for ; Thu, 14 Mar 2013 22:22:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:date:x-google-sender-auth:message-id :subject:from:to:content-type; bh=zqeAvvJ6wP/3fA1f6X8b+Xl6/Mez0a9xVBRBzMjktwI=; b=yVuV4+t5zwTBkNo3lXEoCJ4/ajd00WdWkmuYtbtlHOeA0lRdww9aSX6lMqKI/GSfvv aKi+0J7S2BUQi8aVfF0sw4QKVrYFR1fiZhicICcxMVEw+vwzZUYI5Xqg3SkxURQn3uY/ KFtYF3Pcz4Go4WtKWq5jFcFYlGwEsorE1r17lQqATmVm72yGuO4IsyGjZqKiKxSVjqcQ N9SY8oEAHS7VqOHfHUKZt+6MZf3w1bpA8miEKlRurR5l3S8WaxLw6ExH6dTOZIq4HhPO Xa9+hSdA2pbLPe3ryyz2L1KZlwsaH2WNqsesS6wreWWM+/5+zr3zm5Zc0DLdEgIa8/Qh Rayg== MIME-Version: 1.0 X-Received: by 10.182.95.34 with SMTP id dh2mr1377564obb.65.1363324929664; Thu, 14 Mar 2013 22:22:09 -0700 (PDT) Sender: kob6558@gmail.com Received: by 10.76.11.165 with HTTP; Thu, 14 Mar 2013 22:22:09 -0700 (PDT) Date: Thu, 14 Mar 2013 22:22:09 -0700 X-Google-Sender-Auth: g6rDPJcSJpn_HpJvGQ1B5OR-Jq8 Message-ID: Subject: Upgrade of x11-fm/nautilus fails From: Kevin Oberman To: FreeBSD GNOME Users Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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, 15 Mar 2013 05:22:15 -0000 I am unable to build nautilus-2.32.2.1_3. I previously build 2.32.2.1_2 without issues, but I get the following error: gmake[4]: Entering directory `/usr/ports/x11-fm/nautilus/work/nautilus-2.32.2.1/src' CC nautilus-application.o In file included from /usr/local/include/unique-1.0/unique/uniqueapp.h:26, from /usr/local/include/unique-1.0/unique/unique.h:24, from nautilus-application.h:32, from nautilus-application.c:29: /usr/local/include/unique-1.0/unique/uniquemessage.h:51: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'guchar' /usr/local/include/unique-1.0/unique/uniquemessage.h:66: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar' In file included from /usr/local/include/unique-1.0/unique/unique.h:25, from nautilus-application.h:32, from nautilus-application.c:29: /usr/local/include/unique-1.0/unique/uniquebackend.h:97: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar' /usr/local/include/unique-1.0/unique/uniquebackend.h:100: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gchar' nautilus-application.c: In function 'message_received_cb': nautilus-application.c:843: warning: passing argument 2 of 'open_windows' makes pointer from integer without a cast gmake[4]: *** [nautilus-application.o] Error 1 gmake[4]: Leaving directory `/usr/ports/x11-fm/nautilus/work/nautilus-2.32.2.1/src' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/ports/x11-fm/nautilus/work/nautilus-2.32.2.1/src' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/usr/ports/x11-fm/nautilus/work/nautilus-2.32.2.1/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11-fm/nautilus/work/nautilus-2.32.2.1' gmake: *** [all] Error 2 *** [do-build] Error code 1 This happens on multiple systems running 9.1-Stable, both i386 and amd64. Tried with both base gcc and 4.6 with the same results. I have not tried with clang. All systems have unique-1.1.6_3 installed. Any ideas? -- R. Kevin Oberman, Network Engineer E-mail: rkoberman@gmail.com From owner-freebsd-gnome@FreeBSD.ORG Fri Mar 15 07:00:09 2013 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id F1D77F70; Fri, 15 Mar 2013 07:00:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id CE97D3DF; Fri, 15 Mar 2013 07:00:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2F708NZ066205; Fri, 15 Mar 2013 07:00:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2F708H0066204; Fri, 15 Mar 2013 07:00:08 GMT (envelope-from edwin) Date: Fri, 15 Mar 2013 07:00:08 GMT Message-Id: <201303150700.r2F708H0066204@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176982: graphics/gegl: fix pkg-plist X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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, 15 Mar 2013 07:00:09 -0000 Synopsis: graphics/gegl: fix pkg-plist Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Fri Mar 15 07:00:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176982 From owner-freebsd-gnome@FreeBSD.ORG Fri Mar 15 21:39:48 2013 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D8BC0B05; Fri, 15 Mar 2013 21:39:48 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B3312784; Fri, 15 Mar 2013 21:39:48 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2FLdmlR030924; Fri, 15 Mar 2013 21:39:48 GMT (envelope-from kwm@freefall.freebsd.org) Received: (from kwm@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2FLdm03030923; Fri, 15 Mar 2013 21:39:48 GMT (envelope-from kwm) Date: Fri, 15 Mar 2013 21:39:48 GMT Message-Id: <201303152139.r2FLdm03030923@freefall.freebsd.org> To: beastie@tardisi.com, kwm@FreeBSD.org, gnome@FreeBSD.org From: kwm@FreeBSD.org Subject: Re: ports/176963: x11-toolkits/vte: need update after gtk2 update X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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, 15 Mar 2013 21:39:48 -0000 Synopsis: x11-toolkits/vte: need update after gtk2 update State-Changed-From-To: open->closed State-Changed-By: kwm State-Changed-When: Fri Mar 15 21:39:38 UTC 2013 State-Changed-Why: Committed thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=176963 From owner-freebsd-gnome@FreeBSD.ORG Fri Mar 15 21:40:01 2013 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2A096B2A for ; Fri, 15 Mar 2013 21:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1D1C0788 for ; Fri, 15 Mar 2013 21:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2FLe0fK031014 for ; Fri, 15 Mar 2013 21:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2FLe05O031013; Fri, 15 Mar 2013 21:40:00 GMT (envelope-from gnats) Date: Fri, 15 Mar 2013 21:40:00 GMT Message-Id: <201303152140.r2FLe05O031013@freefall.freebsd.org> To: gnome@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/176963: commit references a PR X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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, 15 Mar 2013 21:40:01 -0000 The following reply was made to PR ports/176963; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/176963: commit references a PR Date: Fri, 15 Mar 2013 21:39:30 +0000 (UTC) Author: kwm Date: Fri Mar 15 21:39:16 2013 New Revision: 314323 URL: http://svnweb.freebsd.org/changeset/ports/314323 Log: Restore alt keys after gtk20 update. While here convert to OptionsNG. PR: ports/176963 Submitted by: Lawrence Chen Obtained from: upstream git / Gnome bug 663779 Added: head/x11-toolkits/vte/files/patch-src_vte.c (contents, props changed) Modified: head/x11-toolkits/vte/Makefile (contents, props changed) Modified: head/x11-toolkits/vte/Makefile ============================================================================== --- head/x11-toolkits/vte/Makefile Fri Mar 15 21:03:16 2013 (r314322) +++ head/x11-toolkits/vte/Makefile Fri Mar 15 21:39:16 2013 (r314323) @@ -4,7 +4,7 @@ PORTNAME= vte PORTVERSION= 0.26.2 -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -30,7 +30,15 @@ CONFIGURE_ARGS?=--disable-python \ --disable-freetypetest .if !defined(MASTERDIR) -OPTIONS= GLX "Enable support for DRI/GLX rendering" off +OPTIONS_DEFINE= GLX +GLX_DESC= Support for DRI/GLX rendering +.endif + +.include + +.if ${PORT_OPTIONS:MGLX} && !defined(MASTERDIR) +CONFIGURE_ARGS+= --with-glX +USE_GL= yes .endif .include @@ -39,11 +47,6 @@ OPTIONS= GLX "Enable support for DRI/GLX EXTRA_PATCHES+= ${FILESDIR}/extra-patch-gnome-pty-helper_gnome-utmp.c .endif -.if defined(WITH_GLX) && !defined(MASTERDIR) -CONFIGURE_ARGS+= --with-glX -USE_GL= yes -.endif - .include .endif Added: head/x11-toolkits/vte/files/patch-src_vte.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/vte/files/patch-src_vte.c Fri Mar 15 21:39:16 2013 (r314323) @@ -0,0 +1,33 @@ +--- src/vte.c.orig 2010-11-13 06:18:41.000000000 -0600 ++++ src/vte.c 2013-03-14 15:59:37.761401135 -0500 +@@ -4914,16 +4914,23 @@ + vte_terminal_read_modifiers (VteTerminal *terminal, + GdkEvent *event) + { ++ GdkKeymap *keymap; + GdkModifierType modifiers; + + /* Read the modifiers. */ +- if (gdk_event_get_state((GdkEvent*)event, &modifiers)) { +- GdkKeymap *keymap; +- keymap = gdk_keymap_get_for_display ( +- gdk_drawable_get_display (((GdkEventAny *)event)->window)); +- gdk_keymap_add_virtual_modifiers (keymap, &modifiers); +- terminal->pvt->modifiers = modifiers; +- } ++ if (!gdk_event_get_state((GdkEvent*)event, &modifiers)) ++ return; ++ ++ keymap = gdk_keymap_get_for_display ( ++ gdk_window_get_display (((GdkEventAny*)event)->window)); ++ ++ gdk_keymap_add_virtual_modifiers (keymap, &modifiers); ++ ++ /* HACK! Treat ALT as META; see bug #663779. */ ++ if (modifiers & GDK_MOD1_MASK) ++ modifiers |= VTE_META_MASK; ++ ++ terminal->pvt->modifiers = modifiers; + } + + /* Read and handle a keypress event. */ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-gnome@FreeBSD.ORG Sat Mar 16 23:11:39 2013 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9ABD2E04; Sat, 16 Mar 2013 23:11:39 +0000 (UTC) (envelope-from danny@dannywarren.com) Received: from mail.dannywarren.com (helper.dannywarren.com [208.79.91.194]) by mx1.freebsd.org (Postfix) with ESMTP id 7254A7FE; Sat, 16 Mar 2013 23:11:38 +0000 (UTC) Received: from [10.0.0.110] (dsl254-017-250.sea1.dsl.speakeasy.net [216.254.17.250]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.dannywarren.com (Postfix) with ESMTPSA id 1CF25D1B; Sat, 16 Mar 2013 16:02:51 -0700 (PDT) Message-ID: <5144FA12.4010404@dannywarren.com> Date: Sat, 16 Mar 2013 16:02:42 -0700 From: Danny Warren User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 MIME-Version: 1.0 To: bug-followup@FreeBSD.org Subject: Re: ports/176203: [patch] devel/gamin: Drop privileges to effective user and group Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-gnome@freebsd.org X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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, 16 Mar 2013 23:11:39 -0000 Has anyone had a chance to look in to this? Thanks! From owner-freebsd-gnome@FreeBSD.ORG Sat Mar 16 23:20:01 2013 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E9EF864A for ; Sat, 16 Mar 2013 23:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id BAA2586A for ; Sat, 16 Mar 2013 23:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2GNK1YG033566 for ; Sat, 16 Mar 2013 23:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2GNK10m033565; Sat, 16 Mar 2013 23:20:01 GMT (envelope-from gnats) Date: Sat, 16 Mar 2013 23:20:01 GMT Message-Id: <201303162320.r2GNK10m033565@freefall.freebsd.org> To: gnome@FreeBSD.org From: Danny Warren Subject: Re: ports/176203: [patch] devel/gamin: Drop privileges to effective user and group X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Danny Warren List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Mar 2013 23:20:02 -0000 The following reply was made to PR ports/176203; it has been noted by GNATS. From: Danny Warren To: bug-followup@FreeBSD.org Cc: freebsd-gnome@freebsd.org Subject: Re: ports/176203: [patch] devel/gamin: Drop privileges to effective user and group Date: Sat, 16 Mar 2013 16:02:42 -0700 Has anyone had a chance to look in to this? Thanks!