From owner-freebsd-gnome@FreeBSD.ORG Mon Oct 7 01:57:05 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9DAAD366 for ; Mon, 7 Oct 2013 01:57:05 +0000 (UTC) (envelope-from marcrassbach@gmail.com) Received: from mail-la0-x22e.google.com (mail-la0-x22e.google.com [IPv6:2a00:1450:4010:c03::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2CC162C04 for ; Mon, 7 Oct 2013 01:57:04 +0000 (UTC) Received: by mail-la0-f46.google.com with SMTP id eh20so4934186lab.5 for ; Sun, 06 Oct 2013 18:57:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Ju151hXi7h0MsYdYYS66JpTfhDwhb9WaWCX7QNix4Ak=; b=RhqcbwdfwLVZE8XKQFiYdKzNUHCdL+dThNvkoCH8gLpc2tVUB09vslIWXaM+5857tX Sug7kqSxqpe5Vcs+b6PfgJmq0YFLUF/lXVIax8VMhLlQJcsYIpnrKF0zz/YCrDH9JRRI W5CbOsSzwES5qQqWLLLbSKYqBDBCEaCDMk8D7nn4nGhqxnTEQn7FQtiQ0h/EW/cjmSQX GKU0XR2J+xgzIoa7OEUthIrt62waVZih6HRrFL2UWol3JuzyFP/LHaakYzaNTYZkrNGV cwYna2ntxRRHMRiNg6bhOrMRYe571MmOpHyI56SByUSxj2qXO9UsgnlX3phMB6RAMKG8 +TaQ== MIME-Version: 1.0 X-Received: by 10.152.36.98 with SMTP id p2mr24158040laj.14.1381111023123; Sun, 06 Oct 2013 18:57:03 -0700 (PDT) Received: by 10.112.137.193 with HTTP; Sun, 6 Oct 2013 18:57:03 -0700 (PDT) Date: Sun, 6 Oct 2013 20:57:03 -0500 Message-ID: Subject: FreeBSD 10 alpha 4 and glib20 From: marc rassbach 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, 07 Oct 2013 01:57:05 -0000 >From the base install attempting to build Samba 4. The glib20 choked saying it was missing libffi. It was. Went to devel/libffi and did a make install. Returned to glib20 and it built successfully. Just FYI. From owner-freebsd-gnome@FreeBSD.ORG Mon Oct 7 08:28:11 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 060CD9F4 for ; Mon, 7 Oct 2013 08:28:11 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from portsmon.freebsd.org (portsmon.freebsd.org [IPv6:2001:1900:2254:206a::50:3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D2D7A2D2F for ; Mon, 7 Oct 2013 08:28:10 +0000 (UTC) Received: from portsmon.freebsd.org ([127.0.1.104]) by portsmon.freebsd.org (8.14.7/8.14.7) with ESMTP id r978SAqM048272 for ; Mon, 7 Oct 2013 08:28:10 GMT (envelope-from linimon@FreeBSD.org) Date: Mon, 7 Oct 2013 08:28:10 GMT Message-Id: <201310070828.r978SAqM048272@portsmon.freebsd.org> From: linimon@FreeBSD.org To: gnome@freebsd.org Subject: FreeBSD ports that you maintain which are currently marked broken X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 08:28:11 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc4.2, which is much stricter than older versions. The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 7.x/8.x/9.x/-current with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: graphics/py-clutter broken because: bad plist build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=py-clutter portname: net/py-avahi broken because: fails to install build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=py-avahi portname: x11/gnome-shell broken because: Doesn't build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=gnome-shell If these errors are ones that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Every effort has been made to make sure that these error reports really do correspond to a port that you maintain. However, due to the fact that this is an automated process, it may indeed generate false matches. If one of these errors fits that description, please forward this email to the author of this software, Mark Linimon , so that he can attempt to fix the problem in the future. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-gnome@FreeBSD.ORG Mon Oct 7 08:28:50 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2ECE7C01 for ; Mon, 7 Oct 2013 08:28:50 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from portsmon.freebsd.org (portsmon.freebsd.org [IPv6:2001:1900:2254:206a::50:3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 03EB32D88 for ; Mon, 7 Oct 2013 08:28:50 +0000 (UTC) Received: from portsmon.freebsd.org ([127.0.1.104]) by portsmon.freebsd.org (8.14.7/8.14.7) with ESMTP id r978Sn7x060949 for ; Mon, 7 Oct 2013 08:28:49 GMT (envelope-from linimon@FreeBSD.org) Date: Mon, 7 Oct 2013 08:28:49 GMT Message-Id: <201310070828.r978Sn7x060949@portsmon.freebsd.org> From: linimon@FreeBSD.org To: gnome@freebsd.org Subject: FreeBSD ports that you maintain which are currently scheduled for deletion X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 08:28:50 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on the existing port. In some cases, ports are marked for removal because they fail to build and install correctly from their sources, or otherwise fail in operation. The ports, and the reason and date that they have been scheduled for removal, are listed below. If no one has stepped forward before that time to propose a way to fix the problems (such as via a PR), the ports will be deleted. portname: devel/ORBit description: High-performance CORBA ORB with support for the C language maintainer: gnome@FreeBSD.org deprecated because: EOLed upstream for very long expiration date: 2013-11-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ORBit portname: graphics/py-clutter description: Python modules for Clutter toolkit maintainer: gnome@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-12-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=py-clutter portname: graphics/py-clutter-gtk description: Python modules for Clutter-gtk toolkit maintainer: gnome@FreeBSD.org deprecated because: depends on expired graphics/py-clutter expiration date: 2013-12-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=py-clutter-gtk portname: x11/gnome-libs description: Libraries for GNOME, a GNU desktop environment maintainer: gnome@FreeBSD.org deprecated because: EOLed upstream for very long expiration date: 2013-11-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=gnome-libs If this problem is one that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-gnome@FreeBSD.ORG Mon Oct 7 11:07:05 2013 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7847EA1A for ; Mon, 7 Oct 2013 11:07:05 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 669022873 for ; Mon, 7 Oct 2013 11:07:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97B75FO078112 for ; Mon, 7 Oct 2013 11:07:05 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97B74W7078110 for gnome@FreeBSD.org; Mon, 7 Oct 2013 11:07:04 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 7 Oct 2013 11:07:04 GMT Message-Id: <201310071107.r97B74W7078110@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, 07 Oct 2013 11:07:05 -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/182706 gnome [PATCH] finance/gnucash: Support staging and option he o ports/182522 gnome [patch] accessibility/gnome-speech: hidden dependencie o ports/182405 gnome error to build graphics/poppler-glib o ports/182203 gnome news/pan will not compile on 10.0-ALPHA1 o ports/182118 gnome mail/evolution regularly core dumps o ports/182069 gnome [PATCH] devel/py-gobject: Fix GFlags messages o ports/181958 gnome cannot install graphics/gimp pkg o ports/181629 gnome [PATCH] sysutils/tracker-client was setting itself at o ports/181561 gnome net-im/telepathy-idle fails to build in poudriere o ports/181446 gnome x11/gnome2: Error occurrs when using a GUI frontent fo o ports/181349 gnome cairo.h missing in graphics/librsvg o ports/181278 gnome deskutils/notification-daemon: Notification Daemon dum o ports/181266 gnome cannot update net-im/telepathy-glib-0.18.2 to 0.20.2 o ports/181184 gnome [PATCH] x11-toolkits/gtk30: Remove simple patches, tri o ports/181054 gnome graphics/gimp port build fails o ports/180604 gnome devel/xdg-utils: xdg-screensaver depends on dcop o ports/180601 gnome graphics/gegl is missing DOCS option from Makefile o ports/180596 gnome [patch] devel/libnotify: remove gtk20 and gettext depe o ports/180459 gnome Port devel/py-dbus ' wrong PORTDOCS logic and pkg-plis o ports/180451 gnome devel/libgsf missing dependency on p5-XML-Parser o ports/180348 gnome devel/dbus fails if existing user found o ports/180114 gnome Error building net-im/loudmouth o ports/180062 gnome graphics/clutter-gtk compilation failure o ports/179786 gnome graphics/poppler and xpdf contain conflicting files o ports/179500 gnome finance/gnucash does not install database dependencies o ports/179469 gnome [patch] sysutils/hal: remove disk duplicate entries f ports/179400 gnome [PATCH] print/freetype2: Add Infinality patches o ports/179348 gnome [PATCH] graphics/passepartout: Trim docs, add FAM opti o ports/179124 gnome [PATCH] graphics/cairomm: Convert to OptionsNG, trim d o ports/179066 gnome [PATCH] devel/gvfs: Add FUSE to default Options, add p o ports/178796 gnome irc/xchat fails to link with gcc46/47 o ports/178699 gnome [fix] devel/xdg-utils fails without ${LOCALBASE}/share o ports/178698 gnome graphics/gimp: package dependencies failing o ports/178098 gnome sysutils/polkit will not build if glib20 is too old o ports/178023 gnome [patch] graphics/cairo: add a fix for text redrawing i o ports/177458 gnome devel/gobject-introspection coredumping things f ports/177282 gnome graphics/inkscape does not compile o ports/177226 gnome devel/glib20 update: gnome-gmail-notifier won't start o ports/177086 gnome www/webkit-gtk3 does not build o ports/170410 gnome devel/gvfs: gvfs-hal-volume-monitor crashes when new m o ports/167199 gnome x11-fm/nautilus 2.32.2.1 Gnome2.32 Doesn't auto mount p ports/161164 gnome [PATCH] devel/glade3: update to 3.10.0 p ports/159928 gnome Updates graphics/clutter to 1.6.16 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 45 problems total. From owner-freebsd-gnome@FreeBSD.ORG Mon Oct 7 19:50: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]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 98199135 for ; Mon, 7 Oct 2013 19:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 686272D34 for ; Mon, 7 Oct 2013 19:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97Jo1h3078600 for ; Mon, 7 Oct 2013 19:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97Jo16Y078599; Mon, 7 Oct 2013 19:50:01 GMT (envelope-from gnats) Date: Mon, 7 Oct 2013 19:50:01 GMT Message-Id: <201310071950.r97Jo16Y078599@freefall.freebsd.org> To: gnome@FreeBSD.org From: Guido Falsi Subject: Re: ports/182706: [PATCH] finance/gnucash: Support staging and option helpers X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Guido Falsi List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 19:50:01 -0000 The following reply was made to PR ports/182706; it has been noted by GNATS. From: Guido Falsi To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182706: [PATCH] finance/gnucash: Support staging and option helpers Date: Mon, 07 Oct 2013 21:43:01 +0200 This patch fixes staging for the port-install target. Noticed by: kwm -- Guido Falsi From owner-freebsd-gnome@FreeBSD.ORG Mon Oct 7 19:50:02 2013 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C17D1136 for ; Mon, 7 Oct 2013 19:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9F8ED2D35 for ; Mon, 7 Oct 2013 19:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97Jo22T078607 for ; Mon, 7 Oct 2013 19:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97Jo2ff078606; Mon, 7 Oct 2013 19:50:02 GMT (envelope-from gnats) Date: Mon, 7 Oct 2013 19:50:02 GMT Message-Id: <201310071950.r97Jo2ff078606@freefall.freebsd.org> To: gnome@FreeBSD.org From: Guido Falsi Subject: Re: ports/182706: [PATCH] finance/gnucash: Support staging and option helpers X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Guido Falsi List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 19:50:02 -0000 The following reply was made to PR ports/182706; it has been noted by GNATS. From: Guido Falsi To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182706: [PATCH] finance/gnucash: Support staging and option helpers Date: Mon, 07 Oct 2013 21:43:48 +0200 This is a multi-part message in MIME format. --------------000905030106060506090009 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Forgot to attach the patch. -- Guido Falsi --------------000905030106060506090009 Content-Type: text/x-patch; name="gnucash.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="gnucash.diff" Index: Makefile =================================================================== --- Makefile (revision 329720) +++ Makefile (working copy) @@ -14,8 +14,8 @@ BUILD_DEPENDS= guile>=1.8.6:${PORTSDIR}/lang/guile \ ${LOCALBASE}/share/guile/1.8/slibcat:${PORTSDIR}/lang/slib-guile -LIB_DEPENDS= gnome-keyring:${PORTSDIR}/security/libgnome-keyring \ - goffice-0.8:${PORTSDIR}/devel/goffice +LIB_DEPENDS= libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring \ + libgoffice-0.8.so:${PORTSDIR}/devel/goffice RUN_DEPENDS= guile>=1.8.6:${PORTSDIR}/lang/guile \ ${LOCALBASE}/share/guile/1.8/slibcat:${PORTSDIR}/lang/slib-guile \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ @@ -30,6 +30,21 @@ LOCALE_TAX_DESC= Enable localized tax categories WEBKIT_DESC= Use webkit instead of gtkhtml for the HTML engine +OPTIONS_SUB= yes +AQBANKING_CONFIGURE_ENABLE=aqbanking +AQBANKING_LIB_DEPENDS= libgwengui-gtk2.so:${PORTSDIR}/devel/gwenhywfar-gtk2 \ + libktoblzcheck.so:${PORTSDIR}/finance/ktoblzcheck \ + libaqbanking.so:${PORTSDIR}/finance/aqbanking +OFX_CONFIGURE_ENABLE= ofx +OFX_LIB_DEPENDS= libofx.so:${PORTSDIR}/finance/libofx +DATABASE_CONFIGURE_ENABLE=dbi +DATABASE_LIB_DEPENDS= libdbi.so:${PORTSDIR}/databases/libdbi +LOCALE_TAX_CONFIGURE_ON=--enable-locale-specific-tax +WEBKIT_CONFIGURE_ON= --with-html-engine=webkit +WEBKIT_LIB_DEPENDS= libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2 +PYTHON_CONFIGURE_ON= --enable-python-bindings +PYTHON_USE= PYTHON=yes + USE_BZIP2= yes USES= gettext gmake pkgconfig perl5 INSTALLS_ICONS= yes @@ -41,8 +56,6 @@ CONFIGURE_ARGS= --disable-error-on-warning \ --disable-doxygen -MAN1= gnucash.1 - GCONF_SCHEMAS= apps_gnucash_dialog_business_common.schemas \ apps_gnucash_dialog_commodities.schemas \ apps_gnucash_dialog_common.schemas \ @@ -59,66 +72,22 @@ apps_gnucash_window_pages_account_tree.schemas \ apps_gnucash_window_pages_register.schemas -NO_STAGE= yes .include .if ${PORT_OPTIONS:MAQBANKING} -LIB_DEPENDS+= gwengui-gtk2:${PORTSDIR}/devel/gwenhywfar-gtk2 \ - ktoblzcheck:${PORTSDIR}/finance/ktoblzcheck \ - aqbanking:${PORTSDIR}/finance/aqbanking - GCONF_SCHEMAS+= apps_gnucash_dialog_hbci.schemas -CONFIGURE_ARGS+=--enable-aqbanking -PLIST_SUB+= AQBANKING="" -.else -CONFIGURE_ARGS+=--disable-aqbanking -PLIST_SUB+= AQBANKING="@comment " .endif -.if ${PORT_OPTIONS:MOFX} -CONFIGURE_ARGS+=--enable-ofx -LIB_DEPENDS+= ofx:${PORTSDIR}/finance/libofx -PLIST_SUB+= OFX="" -.else -CONFIGURE_ARGS+=--disable-ofx -PLIST_SUB+= OFX="@comment " -.endif - -.if ${PORT_OPTIONS:MDATABASE} -CONFIGURE_ARGS+=--enable-dbi -LIB_DEPENDS+= dbi:${PORTSDIR}/databases/libdbi -PLIST_SUB+= DATABASE="" -.else -CONFIGURE_ARGS+=--disable-dbi -PLIST_SUB+= DATABASE="@comment " -.endif - -.if ${PORT_OPTIONS:MLOCALE_TAX} -CONFIGURE_ARGS+=--enable-locale-specific-tax -.endif - -.if ${PORT_OPTIONS:MWEBKIT} -CONFIGURE_ARGS+=--with-html-engine=webkit -LIB_DEPENDS+= webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2 -.else +.if ! ${PORT_OPTIONS:MWEBKIT} USE_GNOME+= gtkhtml3 .endif -.if ${PORT_OPTIONS:MPYTHON} -CONFIGURE_ARGS+=--enable-python-bindings -USE_PYTHON= yes -PLIST_SUB+= PYTHON="" -.else -PLIST_SUB+= PYTHON="@comment " -.endif - post-install: .if ${PORT_OPTIONS:MPYTHON} @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ - ${PYTHON_SITELIBDIR:S|${LOCALBASE}|${PREFIX}|}/${PORTNAME} + ${STAGEDIR}${PYTHON_SITELIBDIR:S|${LOCALBASE}|${PREFIX}|}/${PORTNAME} @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \ - ${PYTHON_SITELIBDIR:S|${LOCALBASE}|${PREFIX}|}/${PORTNAME} + ${STAGEDIR}${PYTHON_SITELIBDIR:S|${LOCALBASE}|${PREFIX}|}/${PORTNAME} .endif - @${CAT} ${PKGMESSAGE} .include Index: pkg-plist =================================================================== --- pkg-plist (revision 329720) +++ pkg-plist (working copy) @@ -334,6 +334,7 @@ libexec/gnucash/overrides/gnucash-env libexec/gnucash/overrides/gnucash-make-guids libexec/gnucash/overrides/guile +man/man1/gnucash.1.gz share/applications/gnucash.desktop share/gnucash/accounts/C/acctchrt_brokerage.gnucash-xea share/gnucash/accounts/C/acctchrt_business.gnucash-xea --------------000905030106060506090009-- From owner-freebsd-gnome@FreeBSD.ORG Tue Oct 8 08:23:17 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 22F74254; Tue, 8 Oct 2013 08:23:17 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from smtp.timeweb.ru (smtp.timeweb.ru [92.53.114.159]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D11392DEB; Tue, 8 Oct 2013 08:23:16 +0000 (UTC) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1VTSIe-0007TH-Fw; Tue, 08 Oct 2013 12:05:48 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 1110AF8; Tue, 8 Oct 2013 12:05:48 +0400 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id BE441245; Tue, 8 Oct 2013 12:05:47 +0400 (MSK) To: FreeBSD-gnats-submit@freebsd.org Subject: [PATCH] sysutils/polkit: remove duplicate plist entry From: Dmitry Marakasov X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20131008080547.BE441245@hades.panopticon> Date: Tue, 8 Oct 2013 12:05:47 +0400 (MSK) 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, 08 Oct 2013 08:23:17 -0000 >Submitter-Id: current-users >Originator: Dmitry Marakasov >Organization: >Confidential: no >Synopsis: [PATCH] sysutils/polkit: remove duplicate plist entry >Severity: non-critical >Priority: low >Category: ports >Class: sw-bug >Release: FreeBSD 9.1-RELEASE-p4 amd64 >Environment: System: FreeBSD hades.panopticon 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #0 r251956: Tue Jun 18 21:41:37 MSK >Description: Remove duplicate plist entry Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- polkit-0.105_1.patch begins here --- Index: pkg-plist =================================================================== --- pkg-plist (revision 329765) +++ pkg-plist (working copy) @@ -95,6 +95,5 @@ @dirrmtry var/lib/polkit-1/localauthority/20-org.d @dirrmtry var/lib/polkit-1/localauthority/10-vendor.d @dirrmtry var/lib/polkit-1/localauthority -@dirrmtry var/lib/polkit-1/localauthority @dirrmtry var/lib/polkit-1 @dirrmtry var/lib --- polkit-0.105_1.patch ends here --- From owner-freebsd-gnome@FreeBSD.ORG Tue Oct 8 08:30: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]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3DFDB30D; Tue, 8 Oct 2013 08:30:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1506F2E28; Tue, 8 Oct 2013 08:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r988U8IS027740; Tue, 8 Oct 2013 08:30:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r988U853027739; Tue, 8 Oct 2013 08:30:08 GMT (envelope-from edwin) Date: Tue, 8 Oct 2013 08:30:08 GMT Message-Id: <201310080830.r988U853027739@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182824: [PATCH] sysutils/polkit: remove duplicate plist entry 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, 08 Oct 2013 08:30:09 -0000 Synopsis: [PATCH] sysutils/polkit: remove duplicate plist entry Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Tue Oct 8 08:30:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182824 From owner-freebsd-gnome@FreeBSD.ORG Tue Oct 8 09:16:24 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9CA02A7B for ; Tue, 8 Oct 2013 09:16:24 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org (unknown [IPv6:2001:1900:2254:206a::50:123]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8A8AD2102 for ; Tue, 8 Oct 2013 09:16:24 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.7/8.14.7) with ESMTP id r989GOVV015730 for ; Tue, 8 Oct 2013 09:16:24 GMT (envelope-from portscout@portscout.freebsd.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.7/8.14.6/Submit) id r989GOBL015726; Tue, 8 Oct 2013 09:16:24 GMT (envelope-from portscout) Message-Id: <201310080916.r989GOBL015726@portscout.freebsd.org> Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Tue, 8 Oct 2013 09:16:24 +0000 From: 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, 08 Oct 2013 09:16:24 -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.8 ------------------------------------------------+-----------------+------------ devel/goffice010 | 0.10.7 | 0.10.8 ------------------------------------------------+-----------------+------------ finance/gnucash | 2.4.13 | 2.5.6 ------------------------------------------------+-----------------+------------ 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@FreeBSD.org Thanks. From owner-freebsd-gnome@FreeBSD.ORG Tue Oct 8 17:10:03 2013 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 92558812 for ; Tue, 8 Oct 2013 17:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7E21021C1 for ; Tue, 8 Oct 2013 17:10:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r98HA2Nr042682 for ; Tue, 8 Oct 2013 17:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r98HA23i042681; Tue, 8 Oct 2013 17:10:02 GMT (envelope-from gnats) Date: Tue, 8 Oct 2013 17:10:02 GMT Message-Id: <201310081710.r98HA23i042681@freefall.freebsd.org> To: gnome@FreeBSD.org From: Ivan Klymenko Subject: Re: ports/177282: graphics/inkscape does not compile X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Ivan Klymenko List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 17:10:03 -0000 The following reply was made to PR ports/177282; it has been noted by GNATS. From: Ivan Klymenko To: bug-followup@FreeBSD.org, zaphod@berentweb.com Cc: Subject: Re: ports/177282: graphics/inkscape does not compile Date: Tue, 8 Oct 2013 20:00:54 +0300 FreeBSD 10.0-ALPHA4 #0 r256058 amd64: =3D=3D=3D> Found saved configuration for inkscape-0.48.4_1 =3D=3D=3D> inkscape-0.48.4_1 depends on file: /usr/local/sbin/pkg - found =3D=3D=3D> Fetching all distfiles required by inkscape-0.48.4_1 for building =3D=3D=3D> Extracting for inkscape-0.48.4_1 =3D> SHA256 Checksum OK for inkscape-0.48.4.tar.bz2. =3D=3D=3D> Patching for inkscape-0.48.4_1 =3D=3D=3D> Applying FreeBSD patches for inkscape-0.48.4_1 =3D=3D=3D> inkscape-0.48.4_1 depends on file: /usr/local/include/boost/co= ncept_check.hpp - found =3D=3D=3D> inkscape-0.48.4_1 depends on executable: gmake - found =3D=3D=3D> inkscape-0.48.4_1 depends on executable: gcc46 - found =3D=3D=3D> inkscape-0.48.4_1 depends on file: /usr/local/bin/as - found =3D=3D=3D> inkscape-0.48.4_1 depends on executable: update-desktop-databa= se - found =3D=3D=3D> inkscape-0.48.4_1 depends on executable: gtk-update-icon-cache= - found =3D=3D=3D> inkscape-0.48.4_1 depends on file: /usr/local/bin/intltool-ext= ract - found =3D=3D=3D> inkscape-0.48.4_1 depends on file: /usr/local/bin/perl5.16.3 -= found =3D=3D=3D> inkscape-0.48.4_1 depends on shared library: popt - found =3D=3D=3D> inkscape-0.48.4_1 depends on shared library: gtkmm-2.4 - found =3D=3D=3D> inkscape-0.48.4_1 depends on shared library: gc - found =3D=3D=3D> inkscape-0.48.4_1 depends on shared library: gsl - found =3D=3D=3D> inkscape-0.48.4_1 depends on shared library: gtkspell - found =3D=3D=3D> inkscape-0.48.4_1 depends on shared library: lcms - found =3D=3D=3D> inkscape-0.48.4_1 depends on shared library: wpg-0.2 - found =3D=3D=3D> inkscape-0.48.4_1 depends on shared library: png15 - found =3D=3D=3D> inkscape-0.48.4_1 depends on shared library: Magick++ - found =3D=3D=3D> inkscape-0.48.4_1 depends on shared library: poppler-glib - fo= und =3D=3D=3D> inkscape-0.48.4_1 depends on shared library: intl - found =3D=3D=3D> inkscape-0.48.4_1 depends on shared library: atk-1.0 - found =3D=3D=3D> inkscape-0.48.4_1 depends on shared library: gdk_pixbuf-2.0 - = found =3D=3D=3D> inkscape-0.48.4_1 depends on shared library: glib-2.0 - found =3D=3D=3D> inkscape-0.48.4_1 depends on shared library: pcre - found =3D=3D=3D> inkscape-0.48.4_1 depends on shared library: xml2.5 - found =3D=3D=3D> inkscape-0.48.4_1 depends on shared library: xslt.2 - found =3D=3D=3D> inkscape-0.48.4_1 depends on shared library: pango-1.0 - found =3D=3D=3D> Configuring for inkscape-0.48.4_1 =3D=3D=3D> FreeBSD 10 autotools fix applied to /usr/ports_build/usr/ports= /graphics/inkscape/work/inkscape-0.48.4/acinclude.m4 =3D=3D=3D> FreeBSD 10 autotools fix applied to /usr/ports_build/usr/ports= /graphics/inkscape/work/inkscape-0.48.4/aclocal.m4 =3D=3D=3D> FreeBSD 10 autotools fix applied to /usr/ports_build/usr/ports= /graphics/inkscape/work/inkscape-0.48.4/configure configure: loading site script /usr/ports/Templates/config.site checking build system type... amd64-portbld-freebsd10.0 checking host system type... amd64-portbld-freebsd10.0 checking for a BSD-compatible install... /usr/bin/install -c -o root -g whe= el checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) /usr/bin/awk checking whether gmake sets $(MAKE)... yes checking how to create a pax tar archive... gnutar checking for style of include used by gmake... GNU checking whether the C++ compiler works... yes checking for C++ compiler default output file name... a.out checking for suffix of executables...=20 checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether g++46 accepts -g... yes checking dependency style of g++46... gcc3 checking for library containing strerror... none required checking whether we are using the GNU C++ compiler... (cached) yes checking whether g++46 accepts -g... (cached) yes checking dependency style of g++46... (cached) gcc3 checking for gcc... gcc46 checking whether we are using the GNU C compiler... yes checking whether gcc46 accepts -g... yes checking for gcc46 option to accept ISO C89... none needed checking dependency style of gcc46... gcc3 checking dependency style of gcc46... gcc3 checking for ranlib... /usr/local/bin/ranlib checking whether NLS is requested... yes checking for intltool >=3D 0.22... 0.50.2 found checking for intltool-update... /usr/local/bin/intltool-update checking for intltool-merge... /usr/local/bin/intltool-merge checking for intltool-extract... /usr/local/bin/intltool-extract checking for xgettext... /usr/local/bin/xgettext checking for msgmerge... /usr/local/bin/msgmerge checking for msgfmt... /usr/local/bin/msgfmt checking for gmsgfmt... /usr/local/bin/msgfmt checking for perl... /usr/bin/perl checking for perl >=3D 5.8.1... 5.16.3 checking for XML::Parser... ok checking how to run the C++ preprocessor... g++46 -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for BZR snapshot build... no checking whether gmake supports nested variables... yes checking for gcc... (cached) gcc46 checking whether we are using the GNU C compiler... (cached) yes checking whether gcc46 accepts -g... (cached) yes checking for gcc46 option to accept ISO C89... (cached) none needed checking dependency style of gcc46... (cached) gcc3 checking whether gcc46 and cc understand -c and -o together... yes checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for NEW_GLIBMM... yes checking compiler support for -Werror=3Dformat-security... yes checking compiler support for -Wno-pointer-sign... yes checking linker tolerates -z relro... yes checking GNU compiler version... 4.6.3 checking TR1 unordered_set usability... ok checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking boost/unordered_set.hpp usability... yes checking boost/unordered_set.hpp presence... yes checking for boost/unordered_set.hpp... yes checking ext/hash_set usability... yes checking ext/hash_set presence... yes checking for ext/hash_set... yes checking for overzealous strict aliasing warnings... no checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... no checking for bindtextdomain in -lintl... yes checking for ngettext in -lintl... yes checking for dgettext in -lintl... yes checking for bind_textdomain_codeset... yes checking for msgfmt... (cached) /usr/local/bin/msgfmt checking for dcgettext... yes checking if msgfmt accepts -c... yes checking for gmsgfmt... (cached) /usr/local/bin/msgfmt checking for xgettext... (cached) /usr/local/bin/xgettext checking for catalogs to be installed... am ar az be bg bn br ca ca@valenc= ia cs da de dz el en_AU en_CA en_GB en_US@piglatin eo es_MX es et eu fa fi = fr ga gl he hr hu hy id it ja km ko lt mk mn nb ne nl nn pa pl pt_BR pt ro = ru rw sk sl sq sr@latin sr sv te_IN th tr uk vi zh_CN zh_TW checking for pkg-config... /usr/local/bin/pkg-config checking for msgfmt... (cached) /usr/local/bin/msgfmt checking for gmsgfmt... (cached) /usr/local/bin/msgfmt checking for OpenMP flag of C++ compiler... -fopenmp checking omp.h usability... yes checking omp.h presence... yes checking for omp.h... yes checking for png_read_info in -lpng... yes checking png.h usability... yes checking png.h presence... yes checking for png.h... yes checking for shl_load in d... no checking for dlopen... (cached) yes checking gc.h usability... yes checking gc.h presence... yes checking for gc.h... yes checking for GC_init in -lgc... yes checking libgc version 6.4+... 7.1.255 yes checking sys/filio.h usability... yes checking sys/filio.h presence... yes checking for sys/filio.h... yes checking for malloc.h... (cached) no checking for mallinfo... no checking for freetype-config... /usr/local/bin/freetype-config checking for Win32 platform... no checking for OSX platform... no checking for Solaris platform... no checking whether byte ordering is bigendian... no checking for zlib.h... (cached) yes checking for Perl development environment... skipped checking for Python development environment... skipped checking for LCMS2... yes checking for POPPLER... yes checking for POPPLER_GLIB... yes checking for CAIRO_SVG... yes checking for POPPLER_CAIRO... yes checking for POPPLER_GFXFONT... yes checking for POPPLER_NEWERRORAPI... yes checking for new color space API in Poppler... no checking whether Poppler's GfxPatch no longer uses GfxColor... yes checking for LIBWPG01... no checking for LIBWPG02... yes checking for IMAGEMAGICK... yes checking for CAIRO_USER_FONTS... yes checking for INKSCAPE... yes checking for GTKMM_2_24... yes checking for GTKMM_2_22... yes checking for GTK+ backend target... x11 checking for Mac OS X Carbon support... no checking boost/concept_check.hpp usability... yes checking boost/concept_check.hpp presence... yes checking for boost/concept_check.hpp... yes checking for CAIRO_PDF... yes checking popt.h usability... yes checking popt.h presence... yes checking for popt.h... yes checking for new_aspell_config in -laspell... yes checking aspell.h usability... yes checking aspell.h presence... yes checking for aspell.h... yes checking for bind_textdomain_codeset... (cached) yes checking for gtk_window_set_default_icon_from_file... yes checking for gtk_window_fullscreen... yes checking whether binary relocation support should be enabled... no checking for pow... yes checking for sqrt... yes checking for floor... yes checking for gettimeofday... (cached) yes checking for memmove... (cached) yes checking for memset... (cached) yes checking for mkdir... yes checking for strncasecmp... (cached) yes checking for strpbrk... (cached) yes checking for strrchr... yes checking for strspn... yes checking for strstr... yes checking for strtoul... (cached) yes checking for fpsetmask... yes checking for ecvt... no checking ieeefp.h usability... yes checking ieeefp.h presence... yes checking for ieeefp.h... yes checking for fcntl.h... (cached) yes checking for libintl.h... (cached) yes checking for stddef.h... (cached) yes checking for sys/time.h... (cached) yes checking whether lstat correctly handles trailing slash... (cached) yes checking whether stat accepts an empty string... no checking for strftime... (cached) yes checking for working strtod... yes checking whether stat file-mode macros are broken... no checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for mode_t... (cached) yes checking return type of signal handlers... void configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/check-header-compile config.status: creating src/application/makefile config.status: creating src/bind/makefile config.status: creating src/debug/makefile config.status: creating src/dialogs/makefile config.status: creating src/display/makefile config.status: creating src/dom/makefile config.status: creating src/extension/implementation/makefile config.status: creating src/extension/internal/makefile config.status: creating src/extension/makefile config.status: creating src/extension/script/makefile config.status: creating src/filters/makefile config.status: creating src/helper/makefile config.status: creating src/io/makefile config.status: creating src/libcroco/makefile config.status: creating src/libgdl/makefile config.status: creating src/libnr/makefile config.status: creating src/libnrtype/makefile config.status: creating src/libavoid/makefile config.status: creating src/livarot/makefile config.status: creating src/live_effects/makefile config.status: creating src/live_effects/parameter/makefile config.status: creating src/pedro/makefile config.status: creating src/jabber_whiteboard/makefile config.status: creating src/svg/makefile config.status: creating src/trace/makefile config.status: creating src/ui/cache/makefile config.status: creating src/ui/dialog/makefile config.status: creating src/ui/makefile config.status: creating src/ui/view/makefile config.status: creating src/ui/widget/makefile config.status: creating src/util/makefile config.status: creating src/widgets/makefile config.status: creating src/xml/makefile config.status: creating src/2geom/makefile config.status: creating doc/Makefile config.status: creating po/Makefile.in config.status: creating share/Makefile config.status: creating share/clipart/Makefile config.status: creating share/examples/Makefile config.status: creating share/extensions/Makefile config.status: creating share/extensions/alphabet_soup/Makefile config.status: creating share/extensions/Barcode/Makefile config.status: creating share/extensions/Poly3DObjects/Makefile config.status: creating share/extensions/test/Makefile config.status: creating share/extensions/xaml2svg/Makefile config.status: creating share/filters/Makefile config.status: creating share/fonts/Makefile config.status: creating share/gradients/Makefile config.status: creating share/icons/Makefile config.status: creating share/icons/application/Makefile config.status: creating share/icons/application/16x16/Makefile config.status: creating share/icons/application/22x22/Makefile config.status: creating share/icons/application/24x24/Makefile config.status: creating share/icons/application/32x32/Makefile config.status: creating share/icons/application/48x48/Makefile config.status: creating share/icons/application/256x256/Makefile config.status: creating share/keys/Makefile config.status: creating share/markers/Makefile config.status: creating share/palettes/Makefile config.status: creating share/patterns/Makefile config.status: creating share/screens/Makefile config.status: creating share/templates/Makefile config.status: creating share/tutorials/Makefile config.status: creating share/ui/Makefile config.status: creating packaging/autopackage/default.apspec config.status: creating inkscape.spec config.status: creating Info.plist config.status: creating inkview.1 config.status: creating config.h config.status: executing depfiles commands config.status: executing default-1 commands config.status: executing po/stamp-it commands Configuration: Source code location: . Destination path prefix: /usr/local Compiler: g++46 CPPFLAGS: -Werror=3Dformat-security -DG_DISABLE_SIN= GLE_INCLUDES -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=3D2 -I/u= sr/local/include=20 CXXFLAGS: -Wpointer-arith -Wcast-align -Wsign-compa= re -Woverloaded-virtual -Wswitch -Wno-unused-parameter -O2 -pipe -march=3Dc= orei7-avx -Wl,-rpath=3D/usr/local/lib/gcc46 -fno-strict-aliasing -Wl,-rpath= =3D/usr/local/lib/gcc46 -fopenmp CFLAGS: -Wno-pointer-sign -O2 -pipe -march=3Dcore= i7-avx -Wl,-rpath=3D/usr/local/lib/gcc46 -fno-strict-aliasing LDFLAGS: -Wl,-z,relro -L/usr/local/lib -pthread -= Wl,-rpath=3D/usr/local/lib/gcc46 Use gnome-vfs: no Use openoffice files: yes Use relocation support: no Internal Python: skipped Internal Perl: skipped Enable LittleCms: yes Enable Poppler-Cairo: yes ImageMagick Magick++: yes Libwpg: yes GTK+ backend target: x11 =3D=3D=3D> Building for inkscape-0.48.4_1 gmake[2]: =D0=92=D1=85=D0=BE=D0=B4 =D0=B2 =D0=BA=D0=B0=D1=82=D0=B0=D0=BB=D0= =BE=D0=B3 `/usr/ports_build/usr/ports/graphics/inkscape/work/inkscape-0.48.= 4' gmake all-recursive gmake[3]: =D0=92=D1=85=D0=BE=D0=B4 =D0=B2 =D0=BA=D0=B0=D1=82=D0=B0=D0=BB=D0= =BE=D0=B3 `/usr/ports_build/usr/ports/graphics/inkscape/work/inkscape-0.48.= 4' Making all in src gmake[4]: =D0=92=D1=85=D0=BE=D0=B4 =D0=B2 =D0=BA=D0=B0=D1=82=D0=B0=D0=BB=D0= =BE=D0=B3 `/usr/ports_build/usr/ports/graphics/inkscape/work/inkscape-0.48.= 4/src' CXX arc-context.o CXX attributes.o CXX axis-manip.o CXX box3d-context.o CXX box3d.o CXX box3d-side.o box3d-side.cpp: In function 'void box3d_side_class_init(Box3DSideClass*)': box3d-side.cpp:66:20: warning: variable 'gobject_class' set but not used [-= Wunused-but-set-variable] box3d-side.cpp:68:19: warning: variable 'item_class' set but not used [-Wun= used-but-set-variable] box3d-side.cpp:69:19: warning: variable 'path_class' set but not used [-Wun= used-but-set-variable] CXX color.o CXX color-profile.o CXX common-context.o CXX composite-undo-stack-observer.o CXX conditions.o CXX connection-points.o CXX conn-avoid-ref.o CXX connector-context.o CXX console-output-undo-observer.o CXX context-fns.o CXX desktop.o connector-context.cpp: In function 'void cc_connector_rerouting_finish(SPCo= nnectorContext*, Geom::Point*)': connector-context.cpp:1290:72: warning: converting 'false' to pointer type = for argument 4 of 'void sp_object_setAttribute(SPObject*, const gchar*, con= st gchar*, SPException*)' [-Wconversion-null] connector-context.cpp:1292:71: warning: converting 'false' to pointer type = for argument 4 of 'void sp_object_setAttribute(SPObject*, const gchar*, con= st gchar*, SPException*)' [-Wconversion-null] connector-context.cpp:1296:70: warning: converting 'false' to pointer type = for argument 4 of 'void sp_object_setAttribute(SPObject*, const gchar*, con= st gchar*, SPException*)' [-Wconversion-null] connector-context.cpp:1298:69: warning: converting 'false' to pointer type = for argument 4 of 'void sp_object_setAttribute(SPObject*, const gchar*, con= st gchar*, SPException*)' [-Wconversion-null] connector-context.cpp: In function 'void spcc_flush_white(SPConnectorContex= t*, SPCurve*)': connector-context.cpp:1438:68: warning: converting 'false' to pointer type = for argument 4 of 'void sp_object_setAttribute(SPObject*, const gchar*, con= st gchar*, SPException*)' [-Wconversion-null] connector-context.cpp:1440:66: warning: converting 'false' to pointer type = for argument 4 of 'void sp_object_setAttribute(SPObject*, const gchar*, con= st gchar*, SPException*)' [-Wconversion-null] connector-context.cpp:1444:37: warning: converting 'false' to pointer type = for argument 4 of 'void sp_object_setAttribute(SPObject*, const gchar*, con= st gchar*, SPException*)' [-Wconversion-null] connector-context.cpp:1447:41: warning: converting 'false' to pointer type = for argument 4 of 'void sp_object_setAttribute(SPObject*, const gchar*, con= st gchar*, SPException*)' [-Wconversion-null] connector-context.cpp:1454:37: warning: converting 'false' to pointer type = for argument 4 of 'void sp_object_setAttribute(SPObject*, const gchar*, con= st gchar*, SPException*)' [-Wconversion-null] connector-context.cpp:1457:41: warning: converting 'false' to pointer type = for argument 4 of 'void sp_object_setAttribute(SPObject*, const gchar*, con= st gchar*, SPException*)' [-Wconversion-null] connector-context.cpp: In function 'void cc_selection_set_avoid(bool)': connector-context.cpp:1940:33: warning: converting 'false' to pointer type = for argument 4 of 'void sp_object_setAttribute(SPObject*, const gchar*, con= st gchar*, SPException*)' [-Wconversion-null] CXX desktop-events.o CXX desktop-handles.o CXX desktop-style.o CXX device-manager.o CXX dir-util.o CXX document.o CXX document-subset.o CXX document-undo.o CXX doxygen-main.o CXX draw-anchor.o CXX draw-context.o CXX dropper-context.o CXX dyna-draw-context.o CXX ege-adjustment-action.o CXX ege-color-prof-tracker.o CXX ege-output-action.o dyna-draw-context.cpp: In function 'gint sp_dyna_draw_context_root_handler(= SPEventContext*, GdkEvent*)': dyna-draw-context.cpp:718:34: error: 'isnan' was not declared in this scope dyna-draw-context.cpp:718:34: note: suggested alternative: /usr/local/lib/gcc46/include/c++/cmath:762:5: note: 'std::isnan' dyna-draw-context.cpp:803:26: error: 'isnan' was not declared in this scope dyna-draw-context.cpp:803:26: note: suggested alternative: /usr/local/lib/gcc46/include/c++/cmath:762:5: note: 'std::isnan' CXX ege-select-one-action.o CXX eraser-context.o gmake[4]: *** [dyna-draw-context.o] =D0=9E=D1=88=D0=B8=D0=B1=D0=BA=D0=B0 1 gmake[4]: *** =D0=9E=D0=B6=D0=B8=D0=B4=D0=B0=D0=BD=D0=B8=D0=B5 =D0=B7=D0=B0= =D0=B2=D0=B5=D1=80=D1=88=D0=B5=D0=BD=D0=B8=D1=8F =D0=B7=D0=B0=D0=B4=D0=B0= =D0=BD=D0=B8=D0=B9... eraser-context.cpp: In function 'void sp_eraser_brush(SPEraserContext*)': eraser-context.cpp:392:17: warning: variable 'brush_w' set but not used [-W= unused-but-set-variable] gmake[4]: =D0=92=D1=8B=D1=85=D0=BE=D0=B4 =D0=B8=D0=B7 =D0=BA=D0=B0=D1=82=D0= =B0=D0=BB=D0=BE=D0=B3=D0=B0 `/usr/ports_build/usr/ports/graphics/inkscape/w= ork/inkscape-0.48.4/src' gmake[3]: *** [all-recursive] =D0=9E=D1=88=D0=B8=D0=B1=D0=BA=D0=B0 1 gmake[3]: =D0=92=D1=8B=D1=85=D0=BE=D0=B4 =D0=B8=D0=B7 =D0=BA=D0=B0=D1=82=D0= =B0=D0=BB=D0=BE=D0=B3=D0=B0 `/usr/ports_build/usr/ports/graphics/inkscape/w= ork/inkscape-0.48.4' gmake[2]: *** [all] =D0=9E=D1=88=D0=B8=D0=B1=D0=BA=D0=B0 2 gmake[2]: =D0=92=D1=8B=D1=85=D0=BE=D0=B4 =D0=B8=D0=B7 =D0=BA=D0=B0=D1=82=D0= =B0=D0=BB=D0=BE=D0=B3=D0=B0 `/usr/ports_build/usr/ports/graphics/inkscape/w= ork/inkscape-0.48.4' =3D=3D=3D> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild before reporting the failure = to the maintainer. *** Error code 1 Stop. make[1]: stopped in /usr/ports/graphics/inkscape *** Error code 1 Stop. make: stopped in /usr/ports/graphics/inkscape From owner-freebsd-gnome@FreeBSD.ORG Wed Oct 9 12:37:43 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]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A1BA2C1; Wed, 9 Oct 2013 12:37:43 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7445F237C; Wed, 9 Oct 2013 12:37:43 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r99Cbh1m026975; Wed, 9 Oct 2013 12:37:43 GMT (envelope-from madpilot@freefall.freebsd.org) Received: (from madpilot@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r99Cbh1M026974; Wed, 9 Oct 2013 12:37:43 GMT (envelope-from madpilot) Date: Wed, 9 Oct 2013 12:37:43 GMT Message-Id: <201310091237.r99Cbh1M026974@freefall.freebsd.org> To: madpilot@FreeBSD.org, madpilot@FreeBSD.org, gnome@FreeBSD.org From: madpilot@FreeBSD.org Subject: Re: ports/182706: [PATCH] finance/gnucash: Support staging and option helpers 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, 09 Oct 2013 12:37:43 -0000 Synopsis: [PATCH] finance/gnucash: Support staging and option helpers State-Changed-From-To: open->closed State-Changed-By: madpilot State-Changed-When: Wed Oct 9 12:37:43 UTC 2013 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182706 From owner-freebsd-gnome@FreeBSD.ORG Fri Oct 11 08:39:59 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AB62374 for ; Fri, 11 Oct 2013 08:39:59 +0000 (UTC) (envelope-from scapula3@acm.org) Received: from mail.sunland501.com (mail.sunland501.com [219.76.235.197]) by mx1.freebsd.org (Postfix) with ESMTP id 0DB072127 for ; Fri, 11 Oct 2013 08:39:52 +0000 (UTC) Received: from [5.4.124.42] (helo=vcqht.muiifrykybmny.tv) by mail.sunland501.com with esmtpa (Exim 4.69) (envelope-from ) id 1MMD4R-4941nt-13 for gnome@freebsd.org; Fri, 11 Oct 2013 16:39:57 +0800 Date: Fri, 11 Oct 2013 16:39:57 +0800 From: Fedex Support X-Mailer: The Bat! (v3.5.30) Home X-Priority: 3 (Normal) Message-ID: <2190576332.5M9579ZT735066@ndbcesrgbjyzgna.biqxlalf.ru> To: Subject: Your Rewards Order Has Shipped MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----------B49CF28ED39D7058" 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, 11 Oct 2013 08:39:59 -0000 ------------B49CF28ED39D7058 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit This is to confirm that one or more items in your order has been shipped. Note that multiple items in an order may be shipped separately. You can review complete details of your order on the Order History page Thanks for choosing FedEx. Order Confirmation Number: 8522979 Order Date: 10/09/2013 Redemption Item Quantity Tracking Number Paper, Document16 fedex.com Follow FedEx: You may receive separate e-mails with tracking information for reward ordered. My FedEx Rewards may be modified or terminated at any time without notice. Rewards points available for qualifying purchases and certain exclusions apply. For details and a complete listing of eligible products and services please read My FedEx Rewards Terms and Conditions . ©2012 FedEx. The content of this message is protected by copyright and trademark laws under U.S. and international law. Review our privacy policy . All rights reserved. ------------B49CF28ED39D7058-- From owner-freebsd-gnome@FreeBSD.ORG Fri Oct 11 11:33:02 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3F3AAC81 for ; Fri, 11 Oct 2013 11:33:02 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org (unknown [IPv6:2001:1900:2254:206a::50:123]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2E44E2D0A for ; Fri, 11 Oct 2013 11:33:02 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.7/8.14.7) with ESMTP id r9BBX2E9096585 for ; Fri, 11 Oct 2013 11:33:02 GMT (envelope-from portscout@portscout.freebsd.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.7/8.14.6/Submit) id r9BBX2C6096581; Fri, 11 Oct 2013 11:33:02 GMT (envelope-from portscout) Message-Id: <201310111133.r9BBX2C6096581@portscout.freebsd.org> Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Fri, 11 Oct 2013 11:33:02 +0000 From: 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: Fri, 11 Oct 2013 11:33:02 -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 ------------------------------------------------+-----------------+------------ x11-fonts/fontconfig | 2.10.95 | 2.11.0 ------------------------------------------------+-----------------+------------ x11-fonts/fontconfig-reference | 2.10.95 | 2.11.0 ------------------------------------------------+-----------------+------------ 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@FreeBSD.org Thanks. From owner-freebsd-gnome@FreeBSD.ORG Fri Oct 11 20:51:02 2013 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1E2A0AF4; Fri, 11 Oct 2013 20:51:02 +0000 (UTC) (envelope-from nemysis@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 090DB2332; Fri, 11 Oct 2013 20:51:02 +0000 (UTC) Received: from nemysis4now (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with SMTP id r9BKox27019880; Fri, 11 Oct 2013 20:50:59 GMT (envelope-from nemysis@FreeBSD.org) Received: by nemysis4now (sSMTP sendmail emulation); Fri, 11 Oct 2013 22:50:58 +0200 Date: Fri, 11 Oct 2013 22:50:58 +0200 From: Rusmir Dusko To: Martin Wilke , Wesley Shields , William Grzybowski , Pawel Pekala , gnome@FreeBSD.org Subject: [COMM] devel/json-glib Message-ID: <20131011205058.GA48260@nemysis4now> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="GvXjxJ+pjyke8COw" Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Cc: nemysis@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, 11 Oct 2013 20:51:02 -0000 --GvXjxJ+pjyke8COw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline - Support STAGEDIR Build log https://redports.org/buildarchive/20131011125900-25671/ Please approve these changes. --GvXjxJ+pjyke8COw Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="json-glib.diff" Index: Makefile =================================================================== --- Makefile (revision 330072) +++ Makefile (working copy) @@ -22,5 +22,4 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes .include --GvXjxJ+pjyke8COw-- From owner-freebsd-gnome@FreeBSD.ORG Sat Oct 12 05:13:21 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A69C5507 for ; Sat, 12 Oct 2013 05:13:21 +0000 (UTC) (envelope-from juris.kaminskis@gmail.com) Received: from mail-wi0-x22a.google.com (mail-wi0-x22a.google.com [IPv6:2a00:1450:400c:c05::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 301C52A16 for ; Sat, 12 Oct 2013 05:13:21 +0000 (UTC) Received: by mail-wi0-f170.google.com with SMTP id l12so2055977wiv.3 for ; Fri, 11 Oct 2013 22:13:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=g7KU96zSCTMhv+OGZPtpGN4I3NUXO1dtVHmavmmvBvc=; b=Pf9Xh3NVO6rTgkCd40f2ZtRm1SHbgv4zTcVYpRLd1HnMZ5w1RiYvKl0BQwUSC7olvz lNqszZDekX7YbbD2cQsUUNonn+dc841MMX6zhp5e2Aqj4uM8Du/G+q1gtjwahCjM8ywb Hcq6kRNO/r5/XCmxckRk2thHv7ROwICdGXw/cwj4c6t/JebAjDHQQvUXXX0OL8s93cHS FT08I5JYSoomQjrQht59Db+fyYkVASthxPU0Rr2xwVMrYk2B+iN0fnJxzTTe1RAxsIIA /eh0VUaDLJXbCdOR0LIt1UJ5mruUwRz3fdFvaTjMhs1UBgj0TWb5zcDs/bd/ogBTWMAi HoWA== MIME-Version: 1.0 X-Received: by 10.194.240.197 with SMTP id wc5mr20811531wjc.23.1381554799365; Fri, 11 Oct 2013 22:13:19 -0700 (PDT) Received: by 10.194.56.33 with HTTP; Fri, 11 Oct 2013 22:13:19 -0700 (PDT) Date: Sat, 12 Oct 2013 08:13:19 +0300 Message-ID: Subject: Neither webkit-gtk2 or webkit-gtk3 builds on my machine From: Juris Kaminskis 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: Sat, 12 Oct 2013 05:13:21 -0000 Hello My uname -a FreeBSD station 10.0-ALPHA4 FreeBSD 10.0-ALPHA4 #0 r256063: Sat Oct 5 23:04:45 EEST 2013 root@station:/usr/obj/usr/src/sys/GENERIC amd64 When I try to compile and adding in /etc/make.conf MAKE_JOBS_UNSAFE I get build error any help? ===> Building for webkit-gtk2-1.8.3_2 gmake[4]: Entering directory `/usr/ports/www/webkit-gtk2/work/webkit-1.8.3' GEN generate-webkit2-forwarding-headers GEN generate-webkit2-forwarding-headers GEN generate-webkittestrunner-forwarding-headers GEN generate-webkittestrunner-forwarding-headers gmake all-am gmake[5]: Entering directory `/usr/ports/www/webkit-gtk2/work/webkit-1.8.3' /bin/mkdir -p ./.deps/DerivedSources CCLD Programs/unittests/testapplicationcache /usr/bin/ld: warning: libpixman-1.so.9, needed by /usr/local/lib/libgailutil.so, may conflict with libpixman-1.so.30 ./.libs/libwebkitgtk-1.0.so: undefined reference to `std::__1::basic_streambuf >::basic_streambuf()' ./.libs/libwebkitgtk-1.0.so: undefined reference to `std::__1::ios_base::getloc() const' ./.libs/libwebkitgtk-1.0.so: undefined reference to `std::__1::basic_string, std::__1::allocator >::basic_string(std::__1::basic_string, std::__1::allocator > const&)' ./.libs/libwebkitgtk-1.0.so: undefined reference to `std::__1::ios_base::imbue(std::__1::locale const&)' ./.libs/libwebkitgtk-1.0.so: undefined reference to `std::__1::basic_string, std::__1::allocator >::append(char const*, unsigned long)' ./.libs/libwebkitgtk-1.0.so: undefined reference to `std::__1::basic_streambuf >::xsputn(char const*, long)' ./.libs/libwebkitgtk-1.0.so: undefined reference to `std::__1::__basic_string_common::__throw_length_error() const' ./.libs/libwebkitgtk-1.0.so: undefined reference to `std::__1::locale::use_facet(std::__1::locale::id&) const' ./.libs/libwebkitgtk-1.0.so: undefined reference to `std::__1::basic_ostream >::sentry::sentry(std::__1::basic_ostream >&)' ./.libs/libwebkitgtk-1.0.so: undefined reference to `std::__1::locale::operator=(std::__1::locale const&)' ./.libs/libwebkitgtk-1.0.so: undefined reference to `std::__1::basic_ostream >::~basic_ostream()' ./.libs/libwebkitgtk-1.0.so: undefined reference to `std::__1::basic_ostream >::operator<<(float)' ./.libs/libwebkitgtk-1.0.so: undefined reference to `std::__1::basic_ostream >::sentry::~sentry()' ./.libs/libwebkitgtk-1.0.so: undefined reference to `std::__1::basic_string, std::__1::allocator >::push_back(char)' ./.libs/libwebkitgtk-1.0.so: undefined reference to `std::__1::basic_string, std::__1::allocator >::assign(char const*)' ./.libs/libwebkitgtk-1.0.so: undefined reference to `std::__1::basic_streambuf >::uflow()' ./.libs/libwebkitgtk-1.0.so: undefined reference to `std::__1::basic_ostream >::~basic_ostream()' ./.libs/libwebkitgtk-1.0.so: undefined reference to `std::__1::locale::locale(char const*)' ./.libs/libwebkitgtk-1.0.so: undefined reference to `std::__1::basic_ostream >::~basic_ostream()' ./.libs/libwebkitgtk-1.0.so: undefined reference to `std::__1::basic_streambuf >::setbuf(char*, long)' ./.libs/libwebkitgtk-1.0.so: undefined reference to `std::__1::basic_streambuf >::imbue(std::__1::locale const&)' ./.libs/libwebkitgtk-1.0.so: undefined reference to `std::__1::basic_string, std::__1::allocator >::~basic_string()' ./.libs/libwebkitgtk-1.0.so: undefined reference to `std::__1::basic_streambuf >::sync()' ./.libs/libwebkitgtk-1.0.so: undefined reference to `std::__1::__basic_string_common::__throw_out_of_range() const' ./.libs/libwebkitgtk-1.0.so: undefined reference to `std::__1::basic_string, std::__1::allocator >::append(char const*)' ./.libs/libwebkitgtk-1.0.so: undefined reference to `std::__1::__vector_base_common::__throw_length_error() const' ./.libs/libwebkitgtk-1.0.so: undefined reference to `std::__1::basic_string, std::__1::allocator >::resize(unsigned long, char)' ./.libs/libwebkitgtk-1.0.so: undefined reference to `virtual thunk to std::__1::basic_istream >::~basic_istream()' ./.libs/libwebkitgtk-1.0.so: undefined reference to `std::__1::locale::~locale()' ./.libs/libwebkitgtk-1.0.so: undefined reference to `std::__1::basic_istream >::operator>>(double&)' ./.libs/libwebkitgtk-1.0.so: undefined reference to `std::__1::ios_base::clear(unsigned int)' ./.libs/libwebkitgtk-1.0.so: undefined reference to `std::__1::basic_ostream >::operator<<(int)' ./.libs/libwebkitgtk-1.0.so: undefined reference to `std::__1::basic_string, std::__1::allocator >::__init(unsigned long, char)' ./.libs/libwebkitgtk-1.0.so: undefined reference to `std::__1::basic_string, std::__1::allocator >::operator=(std::__1::basic_string, std::__1::allocator > const&)' ./.libs/libwebkitgtk-1.0.so: undefined reference to `std::__1::basic_istream >::~basic_istream()' ./.libs/libwebkitgtk-1.0.so: undefined reference to `virtual thunk to std::__1::basic_ostream >::~basic_ostream()' ./.libs/libwebkitgtk-1.0.so: undefined reference to `std::__1::basic_ios >::~basic_ios()' ./.libs/libwebkitgtk-1.0.so: undefined reference to `void std::__1::__sort&, unsigned int*>(unsigned int*, unsigned int*, std::__1::__less&)' ./.libs/libwebkitgtk-1.0.so: undefined reference to `std::__1::basic_streambuf >::xsgetn(char*, long)' ./.libs/libwebkitgtk-1.0.so: undefined reference to `std::__1::basic_streambuf >::showmanyc()' ./.libs/libwebkitgtk-1.0.so: undefined reference to `std::__1::basic_istream >::~basic_istream()' ./.libs/libwebkitgtk-1.0.so: undefined reference to `std::__1::locale::locale(std::__1::locale const&)' ./.libs/libwebkitgtk-1.0.so: undefined reference to `std::__1::ios_base::init(void*)' ./.libs/libwebkitgtk-1.0.so: undefined reference to `void std::__1::__sort&, int*>(int*, int*, std::__1::__less&)' ./.libs/libwebkitgtk-1.0.so: undefined reference to `std::__1::basic_istream >::~basic_istream()' ./.libs/libwebkitgtk-1.0.so: undefined reference to `virtual thunk to std::__1::basic_istream >::~basic_istream()' ./.libs/libwebkitgtk-1.0.so: undefined reference to `std::__1::basic_streambuf >::~basic_streambuf()' ./.libs/libwebkitgtk-1.0.so: undefined reference to `std::__1::ctype::id' ./.libs/libwebkitgtk-1.0.so: undefined reference to `virtual thunk to std::__1::basic_ostream >::~basic_ostream()' ./.libs/libwebkitgtk-1.0.so: undefined reference to `std::__1::basic_string, std::__1::allocator >::__init(char const*, unsigned long)' cc: error: linker command failed with exit code 1 (use -v to see invocation) gmake[5]: *** [Programs/unittests/testapplicationcache] Error 1 gmake[5]: Leaving directory `/usr/ports/www/webkit-gtk2/work/webkit-1.8.3' gmake[4]: *** [all] Error 2 gmake[4]: Leaving directory `/usr/ports/www/webkit-gtk2/work/webkit-1.8.3' *** Error code 1 Stop. make[3]: stopped in /usr/ports/www/webkit-gtk2 *** Error code 1 Stop. make[2]: stopped in /usr/ports/www/webkit-gtk2 *** Error code 1 Stop. make[1]: stopped in /usr/ports/www/midori *** Error code 1 Stop. make: stopped in /usr/ports/www/midori thanks juris From owner-freebsd-gnome@FreeBSD.ORG Sat Oct 12 09:26:36 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2BDCC927 for ; Sat, 12 Oct 2013 09:26:36 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org (unknown [IPv6:2001:1900:2254:206a::50:123]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F3F352336 for ; Sat, 12 Oct 2013 09:26:35 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.7/8.14.7) with ESMTP id r9C9QZx9025049 for ; Sat, 12 Oct 2013 09:26:35 GMT (envelope-from portscout@portscout.freebsd.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.7/8.14.6/Submit) id r9C9QZ6b025044; Sat, 12 Oct 2013 09:26:35 GMT (envelope-from portscout) Message-Id: <201310120926.r9C9QZ6b025044@portscout.freebsd.org> Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Sat, 12 Oct 2013 09:26:35 +0000 From: 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: Sat, 12 Oct 2013 09:26:36 -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/glibmm-reference | 2.36.2 | 2.38.0 ------------------------------------------------+-----------------+------------ graphics/gtk-update-icon-cache | 2.24.19 | 3.10.1 ------------------------------------------------+-----------------+------------ x11-toolkits/gtk20 | 2.24.19 | 2.24.22 ------------------------------------------------+-----------------+------------ x11-toolkits/gtk20-reference | 2.24.19 | 2.24.22 ------------------------------------------------+-----------------+------------ x11-toolkits/gtk30 | 3.8.2 | 3.10.1 ------------------------------------------------+-----------------+------------ x11-toolkits/gtk30-reference | 3.8.2 | 3.10.1 ------------------------------------------------+-----------------+------------ x11-toolkits/gtkmm24 | 2.24.4 | 3.10.0 ------------------------------------------------+-----------------+------------ x11-toolkits/gtkmm24-reference | 2.24.4 | 3.10.0 ------------------------------------------------+-----------------+------------ x11-toolkits/gtkmm30 | 3.8.1 | 3.10.0 ------------------------------------------------+-----------------+------------ x11-toolkits/gtkmm30-reference | 3.8.1 | 3.10.0 ------------------------------------------------+-----------------+------------ 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@FreeBSD.org Thanks. From owner-freebsd-gnome@FreeBSD.ORG Sat Oct 12 17:46:33 2013 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 398594E5; Sat, 12 Oct 2013 17:46:33 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0ECB628DE; Sat, 12 Oct 2013 17:46:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9CHkWg2076888; Sat, 12 Oct 2013 17:46:32 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9CHkWGQ076887; Sat, 12 Oct 2013 17:46:32 GMT (envelope-from edwin) Date: Sat, 12 Oct 2013 17:46:32 GMT Message-Id: <201310121746.r9CHkWGQ076887@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/182899: devel/glib20 wont compile because of iconv.h problems 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, 12 Oct 2013 17:46:33 -0000 Synopsis: devel/glib20 wont compile because of iconv.h problems Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 12 17:46:32 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=182899