From owner-freebsd-gnome@FreeBSD.ORG Sun Aug 5 03:11:39 2012 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BFF7E1065674; Sun, 5 Aug 2012 03:11:39 +0000 (UTC) (envelope-from mezz.freebsd@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 7AECE8FC14; Sun, 5 Aug 2012 03:11:39 +0000 (UTC) Received: by obbun3 with SMTP id un3so4567736obb.13 for ; Sat, 04 Aug 2012 20:11:33 -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=QOESxl/C5Vx2WwNrhXGTvZEY3PysOzYNAvSvilFcJzI=; b=e5IeiFtn8j8Cag4V/gnxy7+HBZXMY+VhA/oLFVgZrgNxixaFRSwIgsFGSsXFUeK8sX dIPThUUpqE5s7Ig5dEQxz96LFkP51TptuTUpZu++cpLr2vc48wWYI7e+F+BitPnxj4wT ur79sL31z/oz1Md/9O7GmRshki2qKkZBILuoRane9OpPrkLA62dC2sH6MtQALgu6Febl m21C7s/5YozTPQS51t7k6bIoQM3quadUvrtXtA/YKeKapWOAcqewXVg7mse/IzBx3en4 oo/PLQwmI+wUmvQjOSJhCNwiovn3fp8+jlSrXZug6n/saoEVKQt1tcFaDjM9z/I1Dy/T mMFg== MIME-Version: 1.0 Received: by 10.60.21.198 with SMTP id x6mr12775831oee.24.1344136293463; Sat, 04 Aug 2012 20:11:33 -0700 (PDT) Received: by 10.76.125.233 with HTTP; Sat, 4 Aug 2012 20:11:33 -0700 (PDT) Date: Sat, 4 Aug 2012 22:11:33 -0500 Message-ID: From: Jeremy Messenger To: FreeBSD Ports Mailing List , FreeBSD GNOME Users Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Here's unfinish LightDM port. X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Aug 2012 03:11:39 -0000 Hello all, I have promised about that I will clean up and post the unfinished LightDM port for anyone that who want to finish it. When I discovered about x11/slim and I have lost interest to work more on LightDM as I have enough stuff on my plate. Keep in mind, it only will taking you to the log in screen but you can't enter the password at all. I haven't dig in it for why it doesn't work. I am a bit stupid on PAM stuff, so probably it has wrong configuration in the /usr/local/etc/pam.d/lightdm* or something else. The rc start up script is also incomplete, but it works. It will needs to have options for any users can do something like lightdm-greeters="lightdm-gtk-greeter" in /etc/rc.conf instead of have to edit the /usr/local/etc/lightdm.conf to allow use lightdm-gtk-greeter. There are a few of different greeters like KDE greeter, XFCE and etc. Here's two shar files: http://people.freebsd.org/~mezz/shar/lightdm.shar http://people.freebsd.org/~mezz/shar/lightdm-gtk-greeter.shar I have the user/group (/usr/ports/GIDs and /usr/ports//UIDs) look like this: ------------------------ # grep lightdm /etc/group lightdm:*:959: # grep lightdm /etc/passwd lightdm:*:959:959:LightDM Display Manager:/usr/local/etc/lightdm/home:/usr/sbin/nologin ------------------------ Oh yeah, I total forgot about that I have found a patch from somewhere mailing list to add 'X -novtswitch' support in the x11-servers/xorg-server. The LightDM will need it unless you know the another way. Put this file in the x11-servers/xorg-server/files/. Although, I don't know if it's 100% works, but at least it got me to the log in screen. *chuckles* http://people.freebsd.org/~mezz/patch/patch-hw__xfree86__os-support__bsd__bsd_init.c Cheers, Mezz -- mezz.freebsd@gmail.com - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-freebsd-gnome@FreeBSD.ORG Sun Aug 5 04:19:17 2012 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9FE03106566B for ; Sun, 5 Aug 2012 04:19:17 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) by mx1.freebsd.org (Postfix) with ESMTP id 7F3F78FC0A for ; Sun, 5 Aug 2012 04:19:17 +0000 (UTC) Received: from k53.suse.de (charybdis-ext.suse.de [195.135.221.2]) by ainaz.pair.com (Postfix) with ESMTPSA id 28FB13F40F for ; Sun, 5 Aug 2012 00:19:11 -0400 (EDT) Date: Sun, 5 Aug 2012 06:19:09 +0200 (CEST) From: Gerald Pfeifer To: gnome@FreeBSD.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Subject: PATCH: fontconfig: don't run ${LDCONFIG} as user, or at least don't abort X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Aug 2012 04:19:17 -0000 In a test environment of mine I am installing packages as ordinary user, with INSTALL_AS_USER=1. Now, I actually would have thought that the ports/Mk infrastructure takes care of running ${LDCONFIG} at the right point in time, but in any case, the two patches below both fix the failure in post-install. The second is more in line with what Mk/bsd.port.mk does for the plist -- @exec ${LDCONFIG} -m ${USE_LDCONFIG} || ${TRUE} -- and is the one I'd recommend. Okay? Gerald Index: fontconfig/Makefile =================================================================== RCS file: /home/pcvs/ports/x11-fonts/fontconfig/Makefile,v retrieving revision 1.80 diff -u -r1.80 Makefile --- fontconfig/Makefile 20 May 2012 17:40:21 -0000 1.80 +++ fontconfig/Makefile 5 Aug 2012 04:01:01 -0000 @@ -61,9 +61,10 @@ s|%%LOCALBASE%%|${LOCALBASE}|' < ${FILESDIR}/pkg-install.in \ > ${PKGINSTALL} .if !defined(PACKAGE_BUILDING) +. if !defined(INSTALL_AS_USER) @${LDCONFIG} -m ${PREFIX}/lib +. endif @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - .endif .include Index: fontconfig/Makefile =================================================================== RCS file: /home/pcvs/ports/x11-fonts/fontconfig/Makefile,v retrieving revision 1.80 diff -u -r1.80 Makefile --- fontconfig/Makefile 20 May 2012 17:40:21 -0000 1.80 +++ fontconfig/Makefile 5 Aug 2012 04:16:09 -0000 @@ -61,7 +61,7 @@ s|%%LOCALBASE%%|${LOCALBASE}|' < ${FILESDIR}/pkg-install.in \ > ${PKGINSTALL} .if !defined(PACKAGE_BUILDING) - @${LDCONFIG} -m ${PREFIX}/lib + -@${LDCONFIG} -m ${PREFIX}/lib @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .endif From owner-freebsd-gnome@FreeBSD.ORG Sun Aug 5 06:18:32 2012 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C7FB106566C for ; Sun, 5 Aug 2012 06:18:32 +0000 (UTC) (envelope-from yglukh@mail.ru) Received: from fallback3.mail.ru (fallback3.mail.ru [94.100.176.58]) by mx1.freebsd.org (Postfix) with ESMTP id CDA408FC0A for ; Sun, 5 Aug 2012 06:18:31 +0000 (UTC) Received: from f271.mail.ru (f271.mail.ru [217.69.128.239]) by fallback3.mail.ru (mPOP.Fallback_MX) with ESMTP id 64BC7B933900 for ; Sun, 5 Aug 2012 10:18:29 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mail.ru; s=mail; h=Content-Type:Message-ID:Reply-To:Date:Mime-Version:Subject:To:From; bh=LFiRrQ23//+Ay9XRgNhcOqJg1MaA53Gm+Wy5pygTlQY=; b=WZUfD5yG/OkDWKCAECosz34H1iP/YfVIKTvFSILVBu3C3FB2hjEE5QfUTOCl813v5Gic7u6nF3qWKx5zbv3+rxCsfxbqLm2oleTEYeDW1KRAq2dvdnShRRp9Ak92TfPX; Received: from mail by f271.mail.ru with local (envelope-from ) id 1SxuAP-0006PV-MS for gnome@freebsd.org; Sun, 05 Aug 2012 10:18:21 +0400 Received: from [95.26.0.232] by e.mail.ru with HTTP; Sun, 05 Aug 2012 10:18:21 +0400 From: =?UTF-8?B?WXVyeSBHbHVraG92c2tveQ==?= To: gnome@freebsd.org Mime-Version: 1.0 X-Mailer: mPOP Web-Mail 2.19 X-Originating-IP: [95.26.0.232] Date: Sun, 05 Aug 2012 10:18:21 +0400 X-Priority: Message-ID: <1344147501.793972855@f271.mail.ru> X-Spam: Not detected X-Mras: Ok X-Mailman-Approved-At: Sun, 05 Aug 2012 11:11:07 +0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: base64 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: abiword X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: =?UTF-8?B?WXVyeSBHbHVraG92c2tveQ==?= List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Aug 2012 06:18:32 -0000 SGkgR25vbWUgVGVhbQoKSSd2ZSBnb3QgbmVjZXNzaXR5IHRvIHVzZSB3b3JkIHByb2Nlc3NvciBh dCBGcmVlQlNELgpJIGRlY2lkZWQgdG8gdXNlIGFuIGFiaXdvcmQgd2l0aCBnbm9tZSwgYnV0IEkg Y2FtZSBhY3Jvc3MgZmFpcmx5IGFubm95aW5nIHByb2JsZW0uCkFiaXdvcmQgZG9lc24ndCBvcGVu IGRvY3ggZmlsZS4KCnRoZXJlIGlzIG5vIGRvY3ggZXh0ZW5zaW9uIGFtb25nIGF2YWlsYWJsZSBv bmVzIHRvIG9wZW4uCgptYXkgYmUgaXQgaXMgbmVjZXNzYXJ5IHRvIGJ1aWxkIHNvbWUgYWRkaXRp b25zIHRvIG9wZW4gc3VjaCBmaWxlcyA/CmNvdWxkIFlvdSBiZSBzbyBraW5kIHRvIGhlbHAgbWUg dG8gcmVzb2x2ZSB0aGlzIGlzc3VlLi4uCgpiZXN0IHJlZ2FyZHMsCll1cnnCoA== From owner-freebsd-gnome@FreeBSD.ORG Mon Aug 6 11:07:42 2012 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B146E1065675 for ; Mon, 6 Aug 2012 11:07:42 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7CD9F8FC1E for ; Mon, 6 Aug 2012 11:07:42 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q76B7gUR022150 for ; Mon, 6 Aug 2012 11:07:42 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q76B7fA8022148 for gnome@FreeBSD.org; Mon, 6 Aug 2012 11:07:41 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 6 Aug 2012 11:07:41 GMT Message-Id: <201208061107.q76B7fA8022148@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: gnome@FreeBSD.org Cc: Subject: Current problem reports assigned to gnome@FreeBSD.org X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Aug 2012 11:07:42 -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/170191 gnome x11/zenity o ports/170188 gnome missing dependency on libsndfile in audio/pulseaudio o ports/170032 gnome Some ports not bumped after libogg update o ports/170031 gnome Many GNOME ports not bumped after libogg update o ports/169650 gnome [patch] graphics/gimp-app: do not depend on -lexecinfo o ports/169649 gnome [patch] graphics/gegl: do not depend on -lexecinfo, it o ports/169512 gnome [PATCH] x11/yelp update-desktop-database after install o ports/169343 gnome [patch] graphics/cairo: add qt4 surface o ports/169328 gnome net/avahi-app unconditionally overwrites modified conf o ports/168835 gnome graphics/inkscape 0.48.2 will crash throwing exception o ports/168568 gnome x11-toolkits/gtk20 fails to build (minor bug in port) o ports/168464 gnome [patch] graphics/gegl: prevent automake-1.11 rerun f ports/168427 gnome needs path prefix in RUN_DEPENDS in ports-mgmt/package o ports/168220 gnome [patch] misc/shared-mime-info: do not register auto-ge 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 f ports/163722 gnome sysutils/gnome-settings-daemon: crash with abort trap p ports/162227 gnome [patch] devel/glade3: update to 3.8.0 o ports/161676 gnome databases/libgda4: [UPDATE] to 4.2.9; improvements o ports/161494 gnome devel/anjuta: gmake[3]: Entering directory `/usr/ports p ports/161164 gnome [PATCH] devel/glade3: update to 3.10.0 p ports/160490 gnome [PATCH] x11-toolkits/gtk20: drag and drop broken in vn 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 28 problems total. From owner-freebsd-gnome@FreeBSD.ORG Tue Aug 7 00:50:15 2012 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 94AF1106566C; Tue, 7 Aug 2012 00:50:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 682FA8FC08; Tue, 7 Aug 2012 00:50:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q770oFmB051249; Tue, 7 Aug 2012 00:50:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q770oF7X051245; Tue, 7 Aug 2012 00:50:15 GMT (envelope-from edwin) Date: Tue, 7 Aug 2012 00:50:15 GMT Message-Id: <201208070050.q770oF7X051245@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/170434: [patch] Correct devel/py-gobject Dependency Declaration X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Aug 2012 00:50:15 -0000 Synopsis: [patch] Correct devel/py-gobject Dependency Declaration Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Tue Aug 7 00:50:14 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=170434 From owner-freebsd-gnome@FreeBSD.ORG Tue Aug 7 08:28:14 2012 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E26C106566B for ; Tue, 7 Aug 2012 08:28:14 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from portsmonj.FreeBSD.org (portsmonj.freebsd.org [69.147.83.46]) by mx1.freebsd.org (Postfix) with ESMTP id 338748FC1F for ; Tue, 7 Aug 2012 08:28:14 +0000 (UTC) Received: from portsmonj.freebsd.org (portsmonj.freebsd.org [69.147.83.46]) by portsmonj.FreeBSD.org (8.14.5/8.14.4) with ESMTP id q778SElA003845 for ; Tue, 7 Aug 2012 08:28:14 GMT (envelope-from linimon@FreeBSD.org) Date: Tue, 7 Aug 2012 08:28:14 GMT Message-Id: <201208070828.q778SElA003845@portsmonj.FreeBSD.org> From: linimon@FreeBSD.org To: gnome@FreeBSD.org Cc: Subject: FreeBSD ports that you maintain which are currently marked broken X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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: Tue, 07 Aug 2012 08:28:14 -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: 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 Tue Aug 7 15:00:20 2012 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 518D41065670 for ; Tue, 7 Aug 2012 15:00:20 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mail.server1.bsdforen.de (bsdforen.de [82.193.243.81]) by mx1.freebsd.org (Postfix) with ESMTP id DF1E08FC0A for ; Tue, 7 Aug 2012 15:00:10 +0000 (UTC) Received: from mobileKamikaze.norad (MN-VPN2.HS-Karlsruhe.DE [193.196.117.63]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.server1.bsdforen.de (Postfix) with ESMTPSA id 82C177E9AE for ; Tue, 7 Aug 2012 16:51:45 +0200 (CEST) Message-ID: <50212B80.9060109@bsdforen.de> Date: Tue, 07 Aug 2012 16:51:44 +0200 From: Dominic Fandrey User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:13.0) Gecko/20120629 Thunderbird/13.0.1 MIME-Version: 1.0 To: gnome@FreeBSD.org Content-Type: text/plain; charset=ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: graphics/poppler includes cannot find poppler-config.h X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Aug 2012 15:00:20 -0000 There are some headers in poppler that include "poppler/poppler-config.h", which cannot be resolved. Either "../poppler-config.h" or would work, though. I have stumbled over this problem building texlive. I'd use a ${FIND} ${GREP} ${REINPLACE_CMD} in the post-extract target to "fix" this. But ultimately I'd judge it an upstream problem, so I'm writing to this list in the hope that you can deal with the issue with more competence than I. Regards -- A: Because it fouls the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail? From owner-freebsd-gnome@FreeBSD.ORG Wed Aug 8 12:53:13 2012 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AC6DF1065670 for ; Wed, 8 Aug 2012 12:53:13 +0000 (UTC) (envelope-from tharleapp@gmail.com) Received: from oproxy11-pub.bluehost.com (unknown [IPv6:2605:dc00:100:2::a3]) by mx1.freebsd.org (Postfix) with SMTP id 713A68FC08 for ; Wed, 8 Aug 2012 12:53:13 +0000 (UTC) Received: (qmail 14774 invoked by uid 0); 8 Aug 2012 12:53:13 -0000 Received: from unknown (HELO box294.bluehost.com) (69.89.31.94) by oproxy11.bluehost.com with SMTP; 8 Aug 2012 12:53:13 -0000 Received: from localhost ([127.0.0.1]:41001 helo=box294.bluehost.com) by box294.bluehost.com with esmtp (Exim 4.76) (envelope-from ) id 1Sz5lA-0008Vn-OZ for freebsd-gnome@freebsd.org; Wed, 08 Aug 2012 06:53:12 -0600 To: freebsd-gnome@freebsd.org X-PHP-Script: www.tharle.com/blog/wp-cron.php for 69.195.120.215 Date: Wed, 8 Aug 2012 12:53:12 +0000 From: Tharle Games Message-ID: X-Priority: 3 X-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4] X-email_id: 5 MIME-Version: 1.0 X-Identified-User: {:box294.bluehost.com:kannada2:box294.bluehost.com} {sentby:program running on server} Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Free Gold Combat - Calling Arcade Gamers to Shooting Mayhem X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Tharle Games List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Aug 2012 12:53:13 -0000 Free Gold Combat - Calling Arcade Gamers to Shooting Mayhem Gold Combat HD, Arcade Shooting Gold Rush Hi, There We would like to introduce our newly launched game on app store "Gold Combat ( http://www.tharle.com/blog/wysijap/subscriptions/?email_id=5&user_id=124&urlencoded=aHR0cDovL2l0dW5lcy5hcHBsZS5jb20vYXBwL2dvbGQtY29tYmF0LWhkL2lkNTQwMDE5ODMxP210PTg%3D&controller=stats&action=analyse&wysija-page=1&wysijap=subscriptions )" for iPhone and iPad. Which is Free to download and available at Appstore globally. This is totally action arcade shooting mayhem game with mere implementation of strategic approach. The game is targeted to users, who like to play classic arcade shooting games. In a nutshell if you like Tesla (online flash game) you will like this also. Watch our Game Preview on Youtube ( http://www.tharle.com/blog/wysijap/subscriptions/?email_id=5&user_id=124&urlencoded=aHR0cDovL3d3dy55b3V0dWJlLmNvbS93YXRjaD92PVZDeVIxZFRMZlkw&controller=stats&action=analyse&wysija-page=1&wysijap=subscriptions ) Tap to shoot or kill is one of a great feature of the game, keeping in mind for apple users and arcade game players we have tried to match the graphics quality and bug free app with minimal game controls , I hope you will enjoy playing this. The game is free to download but consist of ads and can be removed from in-app purchase, users can also by gold coins through in-app purchase for buying power ups in the game. Download From App Store ( http://www.tharle.com/blog/wysijap/subscriptions/?email_id=5&user_id=124&urlencoded=aHR0cDovL2l0dW5lcy5hcHBsZS5jb20vYXBwL2dvbGQtY29tYmF0LWhkL2lkNTQwMDE5ODMxP210PTg%3D&controller=stats&action=analyse&wysija-page=1&wysijap=subscriptions ) Unsubscribe ( http://www.tharle.com/blog/wysijap/subscriptions/?email_id=5&user_id=124&urlencoded=W3Vuc3Vic2NyaWJlX2xpbmtd&controller=stats&action=analyse&wysija-page=1&wysijap=subscriptions ) Basavaraj Pujar, basavaraj@tharle.com (+91) 9886196010 From owner-freebsd-gnome@FreeBSD.ORG Fri Aug 10 07:20:32 2012 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E824106564A for ; Fri, 10 Aug 2012 07:20:32 +0000 (UTC) (envelope-from takawata@init-main.com) Received: from sana.init-main.com (unknown [IPv6:2001:240:28::1]) by mx1.freebsd.org (Postfix) with ESMTP id 119318FC0A for ; Fri, 10 Aug 2012 07:20:31 +0000 (UTC) Received: from ns.init-main.com (localhost [127.0.0.1]) by sana.init-main.com (8.14.3/8.14.3) with ESMTP id q7A7HqWv058064 for ; Fri, 10 Aug 2012 16:17:52 +0900 (JST) (envelope-from takawata@ns.init-main.com) Message-Id: <201208100717.q7A7HqWv058064@sana.init-main.com> To: freebsd-gnome@freebsd.org Date: Fri, 10 Aug 2012 16:17:52 +0900 From: Takanori Watanabe Subject: Problem (probably) related to policykit. X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Aug 2012 07:20:32 -0000 Hi, I am new to gnome desktop environment. I have problem about gnome environment on FreeBSD-10CURRENT amd64. The problem is that it takes considerably long time to be able to oparate, and some gnome-aware application, like gnome-terminal, will not came up from system menu. With some investigation, I found * upowerd and packagekitd abort . * consolekitd blocks, killing consolekit will starts the pending applications previously ordered to start. And both phenomenon is related to polkitd. consolekit says "polkit_authority_check_authorization: assertion POLKIT_IS_AUTHORITY failed" and upowerd dies with "Error initializing authority: Error calling StartServiceByName for org.freedesktop.PolicyKit1: Timeout was reached" What should I do next? From owner-freebsd-gnome@FreeBSD.ORG Sat Aug 11 16:30:56 2012 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EAD80106566B; Sat, 11 Aug 2012 16:30:56 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BE4A48FC08; Sat, 11 Aug 2012 16:30:56 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q7BGUuma002575; Sat, 11 Aug 2012 16:30:56 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q7BGUuCk002571; Sat, 11 Aug 2012 16:30:56 GMT (envelope-from edwin) Date: Sat, 11 Aug 2012 16:30:56 GMT Message-Id: <201208111630.q7BGUuCk002571@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/170539: graphics/inkscape build breaks X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Aug 2012 16:30:57 -0000 Synopsis: graphics/inkscape build breaks Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Sat Aug 11 16:30:55 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=170539 From owner-freebsd-gnome@FreeBSD.ORG Sat Aug 11 18:40:04 2012 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 531F2106566B for ; Sat, 11 Aug 2012 18:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 25D368FC12 for ; Sat, 11 Aug 2012 18:40:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q7BIe3ta019122 for ; Sat, 11 Aug 2012 18:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q7BIe3jg019121; Sat, 11 Aug 2012 18:40:03 GMT (envelope-from gnats) Date: Sat, 11 Aug 2012 18:40:03 GMT Message-Id: <201208111840.q7BIe3jg019121@freefall.freebsd.org> To: gnome@FreeBSD.org From: Boris Samorodov Cc: Subject: Re: ports/170539: graphics/inkscape build breaks X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Boris Samorodov List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Aug 2012 18:40:04 -0000 The following reply was made to PR ports/170539; it has been noted by GNATS. From: Boris Samorodov To: bug-followup@FreeBSD.org, zaphod@berentweb.com Cc: Subject: Re: ports/170539: graphics/inkscape build breaks Date: Sat, 11 Aug 2012 22:35:49 +0400 Have you read /usr/ports/UPDATING file? -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve