From owner-freebsd-gnome@FreeBSD.ORG Sun May 22 14:21:53 2011 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 23722106564A for ; Sun, 22 May 2011 14:21:53 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from relay03.pair.com (relay03.pair.com [209.68.5.17]) by mx1.freebsd.org (Postfix) with SMTP id B9C718FC12 for ; Sun, 22 May 2011 14:21:52 +0000 (UTC) Received: (qmail 38201 invoked from network); 22 May 2011 13:55:10 -0000 Received: from 91.186.144.116 (HELO ?192.168.0.130?) (91.186.144.116) by relay03.pair.com with SMTP; 22 May 2011 13:55:10 -0000 X-pair-Authenticated: 91.186.144.116 Date: Sun, 22 May 2011 15:55:11 +0200 (CEST) From: Gerald Pfeifer To: gnome@FreeBSD.org In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Subject: Re: Minor improvements to textproc/libxslt 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, 22 May 2011 14:21:53 -0000 I'd prefer to get an explicit ack over a maintainer timeout for the following. Gerald On Mon, 21 Mar 2011, Gerald Pfeifer wrote: > can I get approval to apply the patch below to textproc/libxslt? > > It addresses an infrastructure change I had triggered and Marcus > kindly integrated in portlint now where CPPFLAGS is now generally > passed to CONFIGURE_ENV and MAKE_ENV. > > Gerald > > Index: Makefile > =================================================================== > RCS file: /home/pcvs/ports/textproc/libxslt/Makefile,v > retrieving revision 1.97 > diff -u -r1.97 Makefile > --- Makefile 27 Jul 2010 01:25:19 -0000 1.97 > +++ Makefile 21 Mar 2011 01:46:21 -0000 > @@ -25,8 +25,8 @@ > USE_GNOME?= gnomehack gnometarget libxml2 > CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc \ > --without-python > -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ > - LDFLAGS="-L${LOCALBASE}/lib" > +CPPFLAGS= "-I${LOCALBASE}/include" > +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" > > .if defined(MASTERDIR) > _SLAVE_PORT= yes > From owner-freebsd-gnome@FreeBSD.ORG Sun May 22 15:45:16 2011 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 E6E21106566C for ; Sun, 22 May 2011 15:45:16 +0000 (UTC) (envelope-from marcus@freebsd.org) Received: from av-tac-rtp.cisco.com (hen.cisco.com [64.102.19.198]) by mx1.freebsd.org (Postfix) with ESMTP id ACD768FC15 for ; Sun, 22 May 2011 15:45:16 +0000 (UTC) X-TACSUNS: Virus Scanned Received: from rooster.cisco.com (localhost.cisco.com [127.0.0.1]) by av-tac-rtp.cisco.com (8.13.8+Sun/8.13.8) with ESMTP id p4MFjF0N024391; Sun, 22 May 2011 11:45:15 -0400 (EDT) Received: from fruit-rollup.marcuscom.com (jclarke-pc.cisco.com [172.18.254.236]) by rooster.cisco.com (8.13.8+Sun/8.13.8) with ESMTP id p4MFj15A026298; Sun, 22 May 2011 11:45:01 -0400 (EDT) Message-ID: <4DD92F7D.4090200@freebsd.org> Date: Sun, 22 May 2011 11:45:01 -0400 From: Joe Marcus Clarke Organization: FreeBSD, Inc. User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 MIME-Version: 1.0 To: Gerald Pfeifer References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: gnome@freebsd.org Subject: Re: Minor improvements to textproc/libxslt 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, 22 May 2011 15:45:17 -0000 On 5/22/11 9:55 AM, Gerald Pfeifer wrote: > I'd prefer to get an explicit ack over a maintainer timeout for the > following. Ack. Looks safe. Joe > > Gerald > > On Mon, 21 Mar 2011, Gerald Pfeifer wrote: >> can I get approval to apply the patch below to textproc/libxslt? >> >> It addresses an infrastructure change I had triggered and Marcus >> kindly integrated in portlint now where CPPFLAGS is now generally >> passed to CONFIGURE_ENV and MAKE_ENV. >> >> Gerald >> >> Index: Makefile >> =================================================================== >> RCS file: /home/pcvs/ports/textproc/libxslt/Makefile,v >> retrieving revision 1.97 >> diff -u -r1.97 Makefile >> --- Makefile 27 Jul 2010 01:25:19 -0000 1.97 >> +++ Makefile 21 Mar 2011 01:46:21 -0000 >> @@ -25,8 +25,8 @@ >> USE_GNOME?= gnomehack gnometarget libxml2 >> CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc \ >> --without-python >> -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ >> - LDFLAGS="-L${LOCALBASE}/lib" >> +CPPFLAGS= "-I${LOCALBASE}/include" >> +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" >> >> .if defined(MASTERDIR) >> _SLAVE_PORT= yes >> > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" > -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome From owner-freebsd-gnome@FreeBSD.ORG Mon May 23 11:07:23 2011 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 71F5D1065670 for ; Mon, 23 May 2011 11:07:23 +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 629228FC1D for ; Mon, 23 May 2011 11:07:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4NB7NC6052018 for ; Mon, 23 May 2011 11:07:23 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4NB7MT7052016 for gnome@FreeBSD.org; Mon, 23 May 2011 11:07:22 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 23 May 2011 11:07:22 GMT Message-Id: <201105231107.p4NB7MT7052016@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, 23 May 2011 11:07:23 -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/157201 gnome [PATCH] devel/gobject-introspection Update 0.10.8 o ports/157126 gnome [PATCH] x11/gnome-panel: couple of cosmetic changes o ports/157113 gnome [UPDATE] net/vino: update to 2.32.2 o ports/157096 gnome [patch] add option to build devel/gvfs without HAL sup o ports/156986 gnome [patch] devel/dbus: fix build in dirty environment o ports/156856 gnome x11/gnome2 dconf compiling error o ports/156712 gnome math/gnumeric: can be compiled without gnome o ports/156708 gnome devel/goffice: add a WITHOUT_GCONF knob p ports/156612 gnome lang/vala update to ver. 0.12.0 [patch] o ports/156600 gnome sysutils/consolekit can crash X with rxvt-unicode and o ports/155969 gnome port net-im/loudmouth: Enable the use of OpenSSL o ports/155956 gnome [UPDATE]: x11-fm/py-nautilus Update to new release, 0. o ports/155946 gnome sysutils/hal: Does not restart properly after xdm/X11 o ports/155461 gnome [UPDATE] editors/abiword-docs to 2.9.0 o ports/155460 gnome [UPDATE] editors/abiword to 2.9.0 o ports/155457 gnome [UPDATE] textproc/link-grammar to 4.7.4 p ports/154172 gnome lang/vala update to ver. 0.11.4 [patch] o ports/154095 gnome [patch] databases/evolution-data-server problem with k o ports/148244 gnome x11/gnome2: gnome desktop and HAL prevent umount witho s ports/145301 gnome [patch] sysutils/hal: /usr/local/etc/rc.d/hald startup 20 problems total. From owner-freebsd-gnome@FreeBSD.ORG Mon May 23 14:22:57 2011 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 62785106566B for ; Mon, 23 May 2011 14:22:57 +0000 (UTC) (envelope-from fjoe@samodelkin.net) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id F36078FC1C for ; Mon, 23 May 2011 14:22:56 +0000 (UTC) Received: by wwc33 with SMTP id 33so5954228wwc.31 for ; Mon, 23 May 2011 07:22:55 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.158.131 with SMTP id q3mr2183439wek.99.1306159118416; Mon, 23 May 2011 06:58:38 -0700 (PDT) Received: by 10.216.26.76 with HTTP; Mon, 23 May 2011 06:58:38 -0700 (PDT) X-Originating-IP: [80.89.199.122] Date: Mon, 23 May 2011 20:58:38 +0700 Message-ID: From: Max Khon To: gnome@freebsd.org Content-Type: multipart/mixed; boundary=00163683357c45fda104a3f1de9a X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: [patch] DVD burning fix 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, 23 May 2011 14:22:57 -0000 --00163683357c45fda104a3f1de9a Content-Type: text/plain; charset=ISO-8859-1 Hello! Attached patch fixes DVD burning with brasero for me. But even with this patch DVD burning on my box is performed at 1x speed (if I run growisofs manually it burns DVD at full speed). Do you know what could be the reason for such misbehavior? Max --00163683357c45fda104a3f1de9a Content-Type: application/octet-stream; name="brasero.diff" Content-Disposition: attachment; filename="brasero.diff" Content-Transfer-Encoding: base64 X-Attachment-Id: f_go1hb6la0 SW5kZXg6IE1ha2VmaWxlCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT0KUkNTIGZpbGU6IC9ob21lL3BjdnMvcG9ydHMvc3lz dXRpbHMvYnJhc2Vyby9NYWtlZmlsZSx2CnJldHJpZXZpbmcgcmV2aXNpb24gMS4zNApkaWZmIC11 IC1wIC1yMS4zNCBNYWtlZmlsZQotLS0gTWFrZWZpbGUJMjAgTm92IDIwMTAgMTU6MzY6NTQgLTAw MDAJMS4zNAorKysgTWFrZWZpbGUJMjMgTWF5IDIwMTEgMTM6Mjc6MzMgLTAwMDAKQEAgLTcsNiAr Nyw3IEBACiAKIFBPUlROQU1FPQlicmFzZXJvCiBQT1JUVkVSU0lPTj0JMi4zMi4xCitQT1JUUkVW SVNJT049CTEKIENBVEVHT1JJRVM9CXN5c3V0aWxzIGF1ZGlvIG11bHRpbWVkaWEgZ25vbWUKIE1B U1RFUl9TSVRFUz0JR05PTUUKIERJU1RfU1VCRElSPQlnbm9tZTIKQEAgLTcwLDUgKzcxLDYgQEAg cG9zdC1wYXRjaDoKIAkgICAgCSR7V1JLU1JDfS9saWJicmFzZXJvLWJ1cm4vYnVybi1wcm9jZXNz LmMKIAlAJHtSRUlOUExBQ0VfQ01EfSAtZSAnc3wiID09ICJ8IiA9ICJ8ZycgXAogCQkke1dSS1NS Q30vY29uZmlndXJlCisJQCR7UkVJTlBMQUNFX0NNRH0gLWUgJ3N8L3Byb2Mvc2VsZi9mZC8wfC9k ZXYvZmQvMHxnJyAke1dSS1NSQ30vcG8vKi5wbwogCiAuaW5jbHVkZSA8YnNkLnBvcnQucG9zdC5t az4KSW5kZXg6IGZpbGVzL3BhdGNoLXBsdWdpbnMtZ3Jvd2lzb2ZzLWJ1cm4tZ3Jvd2lzb2ZzLmMK PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PQpSQ1MgZmlsZTogZmlsZXMvcGF0Y2gtcGx1Z2lucy1ncm93aXNvZnMtYnVybi1n cm93aXNvZnMuYwpkaWZmIC1OIGZpbGVzL3BhdGNoLXBsdWdpbnMtZ3Jvd2lzb2ZzLWJ1cm4tZ3Jv d2lzb2ZzLmMKLS0tIC9kZXYvbnVsbAkxIEphbiAxOTcwIDAwOjAwOjAwIC0wMDAwCisrKyBmaWxl cy9wYXRjaC1wbHVnaW5zLWdyb3dpc29mcy1idXJuLWdyb3dpc29mcy5jCTIzIE1heSAyMDExIDEz OjI0OjA3IC0wMDAwCkBAIC0wLDAgKzEsMjQgQEAKKy0tLSBwbHVnaW5zL2dyb3dpc29mcy9idXJu LWdyb3dpc29mcy5jLm9yaWcJMjAxMS0wNS0yMyAyMDoyMjo0Ni4wMDAwMDAwMDAgKzA3MDAKKysr KyBwbHVnaW5zL2dyb3dpc29mcy9idXJuLWdyb3dpc29mcy5jCTIwMTEtMDUtMjMgMjA6MjM6MTUu MDAwMDAwMDAwICswNzAwCitAQCAtNTAyLDE4ICs1MDIsMTggQEAKKyAJCQkvKiBGSVhNRTogaXMg aXQgcmlnaHQgdG8gbWVzcyB3aXRoIGl0ID8gCisgCQkJICAgZ19wdHJfYXJyYXlfYWRkIChhcmd2 LCBnX3N0cmR1cF9wcmludGYgKCItdXNlLXRoZS1mb3JjZS1sdWtlPWJ1ZnNpemU6JWltIiwgMzIp KTsgKi8KKyAKKy0JCQlpZiAoIWdfZmlsZV90ZXN0ICgiL3Byb2Mvc2VsZi9mZC8wIiwgR19GSUxF X1RFU1RfRVhJU1RTKSkgeworKwkJCWlmICghZ19maWxlX3Rlc3QgKCIvZGV2L2ZkLzAiLCBHX0ZJ TEVfVEVTVF9FWElTVFMpKSB7CisgCQkJCWdfc2V0X2Vycm9yIChlcnJvciwKKyAJCQkJCSAgICAg QlJBU0VST19CVVJOX0VSUk9SLAorIAkJCQkJICAgICBCUkFTRVJPX0JVUk5fRVJST1JfRklMRV9O T1RfRk9VTkQsCisgCQkJCQkgICAgIF8oIlwiJXNcIiBjb3VsZCBub3QgYmUgZm91bmQiKSwKKy0J CQkJCSAgICAgIi9wcm9jL3NlbGYvZmQvMCIpOworKwkJCQkJICAgICAiL2Rldi9mZC8wIik7Cisg CQkJCXJldHVybiBCUkFTRVJPX0JVUk5fRVJSOworIAkJCX0KKyAKKyAJCQkvKiBGSVhNRTogc2hv dWxkIHdlIHVzZSBEQU8gPyAqLworIAkJCWdfcHRyX2FycmF5X2FkZCAoYXJndiwgZ19zdHJkdXAg KCItWiIpKTsKKy0JCQlnX3B0cl9hcnJheV9hZGQgKGFyZ3YsIGdfc3RyZHVwX3ByaW50ZiAoIiVz PS9wcm9jL3NlbGYvZmQvMCIsIGRldmljZSkpOworKwkJCWdfcHRyX2FycmF5X2FkZCAoYXJndiwg Z19zdHJkdXBfcHJpbnRmICgiJXM9L2Rldi9mZC8wIiwgZGV2aWNlKSk7CisgCQkJZ19mcmVlIChk ZXZpY2UpOworIAkJfQorIAkJZWxzZSBpZiAoQlJBU0VST19JU19UUkFDS19JTUFHRSAoY3VycmVu dCkpIHsK --00163683357c45fda104a3f1de9a-- From owner-freebsd-gnome@FreeBSD.ORG Mon May 23 15:06:11 2011 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 5B6C91065674 for ; Mon, 23 May 2011 15:06:11 +0000 (UTC) (envelope-from marcus@freebsd.org) Received: from av-tac-sj.cisco.com (firebird.cisco.com [171.68.227.73]) by mx1.freebsd.org (Postfix) with ESMTP id 0DEEE8FC12 for ; Mon, 23 May 2011 15:06:10 +0000 (UTC) X-TACSUNS: Virus Scanned Received: from rooster.cisco.com (localhost.cisco.com [127.0.0.1]) by av-tac-sj.cisco.com (8.13.8+Sun/8.13.8) with ESMTP id p4NF69Ai004244; Mon, 23 May 2011 08:06:10 -0700 (PDT) Received: from dhcp-64-102-208-164.cisco.com (dhcp-64-102-208-164.cisco.com [64.102.208.164]) by rooster.cisco.com (8.13.8+Sun/8.13.8) with ESMTP id p4NF64jp017029; Mon, 23 May 2011 11:06:04 -0400 (EDT) Message-ID: <4DDA77E0.90806@freebsd.org> Date: Mon, 23 May 2011 11:06:08 -0400 From: Joe Marcus Clarke Organization: FreeBSD, Inc. User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 MIME-Version: 1.0 To: Max Khon References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: gnome@freebsd.org Subject: Re: [patch] DVD burning fix 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, 23 May 2011 15:06:11 -0000 On 5/23/11 9:58 AM, Max Khon wrote: > Hello! > > Attached patch fixes DVD burning with brasero for me. > But even with this patch DVD burning on my box is performed at 1x speed (if > I run growisofs manually it burns DVD at full speed). > Do you know what could be the reason for such misbehavior? You can commit this patch, but I don't know why growisofs would not burn at full speed through brasero. Check the ps -auwwx output while it's burning to see if there are any other arguments in there that could slow things down. Joe -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome From owner-freebsd-gnome@FreeBSD.ORG Mon May 23 17:30:23 2011 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 484A81065673; Mon, 23 May 2011 17:30:23 +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 21E1B8FC16; Mon, 23 May 2011 17:30:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4NHUMe8005380; Mon, 23 May 2011 17:30:23 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4NHUMqk005366; Mon, 23 May 2011 17:30:22 GMT (envelope-from edwin) Date: Mon, 23 May 2011 17:30:22 GMT Message-Id: <201105231730.p4NHUMqk005366@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157275: [BUG] www/webkit-gtk2 does not install 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, 23 May 2011 17:30:23 -0000 Synopsis: [BUG] www/webkit-gtk2 does not install Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Mon May 23 17:30:21 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157275 From owner-freebsd-gnome@FreeBSD.ORG Tue May 24 08:50:15 2011 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D7EEA106564A; Tue, 24 May 2011 08: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 3368C8FC0C; Tue, 24 May 2011 08:50:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4O8oFwv079762; Tue, 24 May 2011 08:50:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4O8oFub079753; Tue, 24 May 2011 08:50:15 GMT (envelope-from edwin) Date: Tue, 24 May 2011 08:50:15 GMT Message-Id: <201105240850.p4O8oFub079753@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157288: fix build of www/webkit-gtk2 with perl 5.14 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 May 2011 08:50:16 -0000 Synopsis: fix build of www/webkit-gtk2 with perl 5.14 Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Tue May 24 08:50:14 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157288 From owner-freebsd-gnome@FreeBSD.ORG Wed May 25 02:22:13 2011 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B3CC106566C; Wed, 25 May 2011 02:22:13 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 441BE8FC08; Wed, 25 May 2011 02:22:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4P2MDrL050737; Wed, 25 May 2011 02:22:13 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4P2MDan050733; Wed, 25 May 2011 02:22:13 GMT (envelope-from linimon) Date: Wed, 25 May 2011 02:22:13 GMT Message-Id: <201105250222.p4P2MDan050733@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/157305: sysutils/brasero fails to build: docbook issues X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 May 2011 02:22:13 -0000 Old Synopsis: brasero fails to build: docbook issues New Synopsis: sysutils/brasero fails to build: docbook issues Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: linimon Responsible-Changed-When: Wed May 25 02:20:15 UTC 2011 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=157305 From owner-freebsd-gnome@FreeBSD.ORG Fri May 27 14:02:02 2011 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4566106567B; Fri, 27 May 2011 14:02:02 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8C6378FC14; Fri, 27 May 2011 14:02:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4RE22dS056904; Fri, 27 May 2011 14:02:02 GMT (envelope-from mandree@freefall.freebsd.org) Received: (from mandree@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4RE22vl056899; Fri, 27 May 2011 14:02:02 GMT (envelope-from mandree) Date: Fri, 27 May 2011 14:02:02 GMT Message-Id: <201105271402.p4RE22vl056899@freefall.freebsd.org> To: cmt@burggraben.net, mandree@FreeBSD.org, gnome@FreeBSD.org From: mandree@FreeBSD.org Cc: Subject: Re: ports/157236: [PATCH] fix build of www/webkit-gtk2 with perl 5.14.0 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, 27 May 2011 14:02:02 -0000 Synopsis: [PATCH] fix build of www/webkit-gtk2 with perl 5.14.0 State-Changed-From-To: closed->open State-Changed-By: mandree State-Changed-When: Fri May 27 14:01:50 UTC 2011 State-Changed-Why: reopening after repeated report on ports@ http://www.freebsd.org/cgi/query-pr.cgi?pr=157236 From owner-freebsd-gnome@FreeBSD.ORG Fri May 27 14:30:14 2011 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E6D31065673 for ; Fri, 27 May 2011 14:30:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 64E1C8FC18 for ; Fri, 27 May 2011 14:30:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4REUEfG077391 for ; Fri, 27 May 2011 14:30:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4REUE7j077388; Fri, 27 May 2011 14:30:14 GMT (envelope-from gnats) Date: Fri, 27 May 2011 14:30:14 GMT Message-Id: <201105271430.p4REUE7j077388@freefall.freebsd.org> To: gnome@FreeBSD.org From: Matthias Andree Cc: Subject: Re: ports/157236: [PATCH] fix build of www/webkit-gtk2 with perl 5.14.0 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthias Andree List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2011 14:30:14 -0000 The following reply was made to PR ports/157236; it has been noted by GNATS. From: Matthias Andree To: mezz@FreeBSD.org Cc: bug-followup@FreeBSD.org, cmt@burggraben.net, ports@freebsd.org Subject: Re: ports/157236: [PATCH] fix build of www/webkit-gtk2 with perl 5.14.0 Date: Fri, 27 May 2011 15:57:15 +0200 Jeremy, this looks to me like a premature dismissal of a valid solution to a problem observed in practice. Yes, the Perl upgrade to 5.14 triggered that, but if evidently the port doesn't build without lang/p5-Switch (see repeated reports on ports@), then why did you reject this patch? Best regards, Matthias From owner-freebsd-gnome@FreeBSD.ORG Fri May 27 18:28:39 2011 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 10D2A106566C for ; Fri, 27 May 2011 18:28:39 +0000 (UTC) (envelope-from mezz.freebsd@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id A4E548FC15 for ; Fri, 27 May 2011 18:28:38 +0000 (UTC) Received: by vxc34 with SMTP id 34so2172113vxc.13 for ; Fri, 27 May 2011 11:28:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=DKk+jmVKMN0hnPxc9aMiG9gPO3YOSNJPXyGA+n2jjN4=; b=wtmrP4A7sCfRxsBa1uS8MG4WMzNUaaQ2buUwkzsmbY/Q1o6PibIJBNmYqaW9E8nybu Os7FWiHa+zosjcjRz2nFRV0IX4hm7YSlb2vQ8pgirxx5jNr8dyxFWhn51DnTNeqD5Wxo w+4zu95MOD5kO2txQCo4mbqOHb7ejDOAckjw4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=ghOo7WqaHNhKP/uGyxEfpPS13yfxTzke0LDXBZ5BDyL94ZNY9Jh+tKe4RjJXTeB66C 6IYP7b5bI5VdExwTjEN3091OXGNqGtAxjy541AAXQKG4zK+z0ksCZ8JBdHMbXux2Np/q EieduEE6LyvRtKoUD1r/a/gR37KhKK8nM/L0M= MIME-Version: 1.0 Received: by 10.220.210.137 with SMTP id gk9mr953973vcb.68.1306520917555; Fri, 27 May 2011 11:28:37 -0700 (PDT) Received: by 10.220.178.76 with HTTP; Fri, 27 May 2011 11:28:37 -0700 (PDT) Received: by 10.220.178.76 with HTTP; Fri, 27 May 2011 11:28:37 -0700 (PDT) In-Reply-To: <201105271430.p4REUE7j077388@freefall.freebsd.org> References: <201105271430.p4REUE7j077388@freefall.freebsd.org> Date: Fri, 27 May 2011 13:28:37 -0500 Message-ID: From: Jeremy Messenger To: Matthias Andree Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: gnome@freebsd.org Subject: Re: ports/157236: [PATCH] fix build of www/webkit-gtk2 with perl 5.14.0 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, 27 May 2011 18:28:39 -0000 Umm, I have closed wrong PR. Sorry. You can go ahead commit it. Mezz On May 27, 2011 9:31 AM, "Matthias Andree" wrote: > The following reply was made to PR ports/157236; it has been noted by GNATS. > > From: Matthias Andree > To: mezz@FreeBSD.org > Cc: bug-followup@FreeBSD.org, cmt@burggraben.net, ports@freebsd.org > Subject: Re: ports/157236: [PATCH] fix build of www/webkit-gtk2 with perl > 5.14.0 > Date: Fri, 27 May 2011 15:57:15 +0200 > > Jeremy, > > this looks to me like a premature dismissal of a valid solution to a > problem observed in practice. > > Yes, the Perl upgrade to 5.14 triggered that, but if evidently the port > doesn't build without lang/p5-Switch (see repeated reports on ports@), > then why did you reject this patch? > > Best regards, > Matthias > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" From owner-freebsd-gnome@FreeBSD.ORG Fri May 27 19:25:31 2011 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E9073106564A; Fri, 27 May 2011 19:25:31 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C18C48FC1B; Fri, 27 May 2011 19:25:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4RJPVIs050464; Fri, 27 May 2011 19:25:31 GMT (envelope-from mandree@freefall.freebsd.org) Received: (from mandree@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4RJPVGW050460; Fri, 27 May 2011 19:25:31 GMT (envelope-from mandree) Date: Fri, 27 May 2011 19:25:31 GMT Message-Id: <201105271925.p4RJPVGW050460@freefall.freebsd.org> To: mandree@FreeBSD.org, gnome@FreeBSD.org, mandree@FreeBSD.org From: mandree@FreeBSD.org Cc: Subject: Re: ports/157236: [PATCH] fix build of www/webkit-gtk2 with perl 5.14.0 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, 27 May 2011 19:25:32 -0000 Synopsis: [PATCH] fix build of www/webkit-gtk2 with perl 5.14.0 Responsible-Changed-From-To: gnome->mandree Responsible-Changed-By: mandree Responsible-Changed-When: Fri May 27 19:25:31 UTC 2011 Responsible-Changed-Why: Steal, with mezz's permission. http://www.freebsd.org/cgi/query-pr.cgi?pr=157236 From owner-freebsd-gnome@FreeBSD.ORG Fri May 27 20:10:20 2011 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7BA41065686; Fri, 27 May 2011 20:10:20 +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 A03218FC14; Fri, 27 May 2011 20:10:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4RKAKkY088247; Fri, 27 May 2011 20:10:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4RKAKeq088234; Fri, 27 May 2011 20:10:20 GMT (envelope-from edwin) Date: Fri, 27 May 2011 20:10:20 GMT Message-Id: <201105272010.p4RKAKeq088234@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/157373: [PATCH] devel/nspr: cleanup unsupported FreeBSD versions 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, 27 May 2011 20:10:20 -0000 Synopsis: [PATCH] devel/nspr: cleanup unsupported FreeBSD versions Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Fri May 27 20:10:20 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=157373 From owner-freebsd-gnome@FreeBSD.ORG Fri May 27 23:21:33 2011 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB2CA1065674; Fri, 27 May 2011 23:21:33 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 840348FC0C; Fri, 27 May 2011 23:21:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4RNLXUc067722; Fri, 27 May 2011 23:21:33 GMT (envelope-from mandree@freefall.freebsd.org) Received: (from mandree@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4RNLXvP067718; Fri, 27 May 2011 23:21:33 GMT (envelope-from mandree) Date: Fri, 27 May 2011 23:21:33 GMT Message-Id: <201105272321.p4RNLXvP067718@freefall.freebsd.org> To: jacquescale@clovermail.net, mandree@FreeBSD.org, gnome@FreeBSD.org From: mandree@FreeBSD.org Cc: Subject: Re: ports/157288: fix build of www/webkit-gtk2 with perl 5.14 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2011 23:21:33 -0000 Synopsis: fix build of www/webkit-gtk2 with perl 5.14 State-Changed-From-To: open->closed State-Changed-By: mandree State-Changed-When: Fri May 27 23:21:33 UTC 2011 State-Changed-Why: Duplicate of ports/157236. http://www.freebsd.org/cgi/query-pr.cgi?pr=157288 From owner-freebsd-gnome@FreeBSD.ORG Fri May 27 23:21:56 2011 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF2531065675; Fri, 27 May 2011 23:21:56 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C83AE8FC0C; Fri, 27 May 2011 23:21:56 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4RNLu9F067824; Fri, 27 May 2011 23:21:56 GMT (envelope-from mandree@freefall.freebsd.org) Received: (from mandree@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4RNLuH4067820; Fri, 27 May 2011 23:21:56 GMT (envelope-from mandree) Date: Fri, 27 May 2011 23:21:56 GMT Message-Id: <201105272321.p4RNLuH4067820@freefall.freebsd.org> To: hardy.schumacher@gmx.de, mandree@FreeBSD.org, gnome@FreeBSD.org From: mandree@FreeBSD.org Cc: Subject: Re: ports/157275: www/webkit-gtk2 does not install 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, 27 May 2011 23:21:57 -0000 Synopsis: www/webkit-gtk2 does not install State-Changed-From-To: open->closed State-Changed-By: mandree State-Changed-When: Fri May 27 23:21:56 UTC 2011 State-Changed-Why: Duplicate of ports/157236 http://www.freebsd.org/cgi/query-pr.cgi?pr=157275 From owner-freebsd-gnome@FreeBSD.ORG Fri May 27 23:30:16 2011 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2EAFB1065674 for ; Fri, 27 May 2011 23:30:16 +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 1FCC78FC19 for ; Fri, 27 May 2011 23:30:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4RNUFjx068414 for ; Fri, 27 May 2011 23:30:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4RNUFpN068406; Fri, 27 May 2011 23:30:15 GMT (envelope-from gnats) Date: Fri, 27 May 2011 23:30:15 GMT Message-Id: <201105272330.p4RNUFpN068406@freefall.freebsd.org> To: gnome@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/157275: commit references a PR X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2011 23:30:16 -0000 The following reply was made to PR ports/157275; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/157275: commit references a PR Date: Fri, 27 May 2011 23:29:16 +0000 (UTC) mandree 2011-05-27 23:28:59 UTC FreeBSD ports repository Modified files: www/webkit-gtk2 Makefile Log: Fix build with Perl >= 5.14. Perl 5.14 has deprecated Switch.pm, as announced since Perl 5.10.1. The webkit build script requires Switch though, so add it to BUILD_DEPENDS on newer Perl versions. Submitted by: Christoph Moench-Tegeder (including patch) [1] Approved by: Jeremy Messenger (mezz@) in http://lists.freebsd.org/pipermail/freebsd-gnome/2011-May/026025.html PR: ports/157236 [1] PR: ports/157275 (duplicate by Hardy Schumacher) PR: ports/157288 (copy of 157236) Revision Changes Path 1.39 +4 -0 ports/www/webkit-gtk2/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-gnome@FreeBSD.ORG Fri May 27 23:30:20 2011 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28740106564A for ; Fri, 27 May 2011 23:30:20 +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 196818FC08 for ; Fri, 27 May 2011 23:30:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4RNUJW7068739 for ; Fri, 27 May 2011 23:30:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4RNUJgW068731; Fri, 27 May 2011 23:30:19 GMT (envelope-from gnats) Date: Fri, 27 May 2011 23:30:19 GMT Message-Id: <201105272330.p4RNUJgW068731@freefall.freebsd.org> To: gnome@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/157288: commit references a PR X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2011 23:30:20 -0000 The following reply was made to PR ports/157288; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/157288: commit references a PR Date: Fri, 27 May 2011 23:29:16 +0000 (UTC) mandree 2011-05-27 23:28:59 UTC FreeBSD ports repository Modified files: www/webkit-gtk2 Makefile Log: Fix build with Perl >= 5.14. Perl 5.14 has deprecated Switch.pm, as announced since Perl 5.10.1. The webkit build script requires Switch though, so add it to BUILD_DEPENDS on newer Perl versions. Submitted by: Christoph Moench-Tegeder (including patch) [1] Approved by: Jeremy Messenger (mezz@) in http://lists.freebsd.org/pipermail/freebsd-gnome/2011-May/026025.html PR: ports/157236 [1] PR: ports/157275 (duplicate by Hardy Schumacher) PR: ports/157288 (copy of 157236) Revision Changes Path 1.39 +4 -0 ports/www/webkit-gtk2/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-gnome@FreeBSD.ORG Sat May 28 09:53:05 2011 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 51445106564A for ; Sat, 28 May 2011 09:53:05 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward12.mail.yandex.net (forward12.mail.yandex.net [95.108.130.94]) by mx1.freebsd.org (Postfix) with ESMTP id BD8708FC13 for ; Sat, 28 May 2011 09:53:04 +0000 (UTC) Received: from smtp13.mail.yandex.net (smtp13.mail.yandex.net [95.108.130.68]) by forward12.mail.yandex.net (Yandex) with ESMTP id E246DC20F39 for ; Sat, 28 May 2011 13:53:02 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1306576382; bh=SjzgIpIV+7iItnz0NlGosxgl0daAX0OHKFY1Zet0+WY=; h=Message-ID:Date:From:MIME-Version:To:Subject:Content-Type; b=cmpK6kWIacL+ay0gHtlv5zqzRxhfJeRWJRrR6aZQIRH//sFs3ANmNQ5C6JwOj0W7f i3WAehDhkJ4gmX+nY+YR//0Ye6oScj0QLrqaruTZ7LJgD10IoYAxo+p9DrFp0LLiRl w4vvXcgk0MCL8QPbfpx+24P4odlbTG38FZSKPbXg= Received: from smeshariki2.local (unknown [178.76.212.172]) by smtp13.mail.yandex.net (Yandex) with ESMTPSA id D0734389806A for ; Sat, 28 May 2011 13:53:01 +0400 (MSD) Message-ID: <4DE0C570.2050500@yandex.ru> Date: Sat, 28 May 2011 13:50:40 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.9.2.17) Gecko/20110429 Thunderbird/3.1.10 MIME-Version: 1.0 To: FreeBSD GNOME Users Content-Type: multipart/mixed; boundary="------------000801090902090704050304" X-Yandex-Spam: 1 Cc: Subject: devel/gsettings-desktop-schemas 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, 28 May 2011 09:53:05 -0000 This is a multi-part message in MIME format. --------------000801090902090704050304 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Good day! Here is devel/gsettings-desktop-schemas. It's a collection of gsettings shemas for Gnome desktop. I believe that it should be maintained by gnome@ so it set it as MAINTAINER. Please review and commit. This port is needed at least to update devel/gitg and devel/gtranslator to it's latest versions. Thanks. -- Regards, Ruslan --------------000801090902090704050304 Content-Type: text/plain; name="gsettings-desktop-schemas.shar.txt" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="gsettings-desktop-schemas.shar.txt" IyBUaGlzIGlzIGEgc2hlbGwgYXJjaGl2ZS4gIFNhdmUgaXQgaW4gYSBmaWxlLCByZW1vdmUg YW55dGhpbmcgYmVmb3JlCiMgdGhpcyBsaW5lLCBhbmQgdGhlbiB1bnBhY2sgaXQgYnkgZW50 ZXJpbmcgInNoIGZpbGUiLiAgTm90ZSwgaXQgbWF5CiMgY3JlYXRlIGRpcmVjdG9yaWVzOyBm aWxlcyBhbmQgZGlyZWN0b3JpZXMgd2lsbCBiZSBvd25lZCBieSB5b3UgYW5kCiMgaGF2ZSBk ZWZhdWx0IHBlcm1pc3Npb25zLgojCiMgVGhpcyBhcmNoaXZlIGNvbnRhaW5zOgojCiMJZ3Nl dHRpbmdzLWRlc2t0b3Atc2NoZW1hcy8KIwlnc2V0dGluZ3MtZGVza3RvcC1zY2hlbWFzL01h a2VmaWxlCiMJZ3NldHRpbmdzLWRlc2t0b3Atc2NoZW1hcy9kaXN0aW5mbwojCWdzZXR0aW5n cy1kZXNrdG9wLXNjaGVtYXMvcGtnLWRlc2NyCiMJZ3NldHRpbmdzLWRlc2t0b3Atc2NoZW1h cy9maWxlcwojCWdzZXR0aW5ncy1kZXNrdG9wLXNjaGVtYXMvZmlsZXMvcGF0Y2gtcG9fTWFr ZWZpbGUuaW4uaW4KIwlnc2V0dGluZ3MtZGVza3RvcC1zY2hlbWFzL2ZpbGVzL3BhdGNoLU1h a2VmaWxlLmluCiMJZ3NldHRpbmdzLWRlc2t0b3Atc2NoZW1hcy9wa2ctcGxpc3QKIwplY2hv IGMgLSBnc2V0dGluZ3MtZGVza3RvcC1zY2hlbWFzLwpta2RpciAtcCBnc2V0dGluZ3MtZGVz a3RvcC1zY2hlbWFzLyA+IC9kZXYvbnVsbCAyPiYxCmVjaG8geCAtIGdzZXR0aW5ncy1kZXNr dG9wLXNjaGVtYXMvTWFrZWZpbGUKc2VkICdzL15YLy8nID5nc2V0dGluZ3MtZGVza3RvcC1z Y2hlbWFzL01ha2VmaWxlIDw8ICcyM2EwNjY4M2RkY2VjODNjNzQ5OGVhZTlkMmFkNzBhZCcK WCMgTmV3IHBvcnRzIGNvbGxlY3Rpb24gbWFrZWZpbGUgZm9yOglnc2V0dGluZ3MtZGVza3Rv cC1zY2hlbWFzClgjIERhdGUgY3JlYXRlZDoJCQkJMjggTWF5IDIwMTEKWCMgV2hvbToJCQkJ CVJ1c2xhbiBNYWhtYXRraGFub3YgPGN2cy1zcmNAeWFuZGV4LnJ1PgpYIwpYIyAkRnJlZUJT RCQKWCMKWApYUE9SVE5BTUU9CWdzZXR0aW5ncy1kZXNrdG9wLXNjaGVtYXMKWFBPUlRWRVJT SU9OPQkzLjAuMQpYQ0FURUdPUklFUz0JZGV2ZWwgZ25vbWUKWE1BU1RFUl9TSVRFUz0JR05P TUUKWERJU1RfU1VCRElSPQlnbm9tZTMKWApYTUFJTlRBSU5FUj0JZ25vbWVARnJlZUJTRC5v cmcKWENPTU1FTlQ9CUNvbGxlY3Rpb24gb2YgR1NldHRpbmdzIHNjaGVtYXMgZm9yIEdub21l IGRlc2t0b3AKWApYQlVJTERfREVQRU5EUz0JJHtTSVRFX1BFUkx9LyR7UEVSTF9BUkNIfS9Y TUwvUGFyc2VyL0V4cGF0LnBtOiR7UE9SVFNESVJ9L3RleHRwcm9jL3A1LVhNTC1QYXJzZXIK WApYVVNFX0JaSVAyPQl5ZXMKWFVTRV9HTUFLRT0JeWVzClhHTlVfQ09ORklHVVJFPQl5ZXMK WFVTRV9HTk9NRT0JaW50bHRvb2wKWApYLmlmICFkZWZpbmVkKFdJVEhPVVRfTkxTKQpYVVNF X0dFVFRFWFQ9CXllcwpYUExJU1RfU1VCKz0JTkxTPSIiClguZWxzZQpYQ09ORklHVVJFX0FS R1MrPQktLWRpc2FibGUtbmxzClhQTElTVF9TVUIrPQlOTFM9IkBjb21tZW50ICIKWC5lbmRp ZgpYClguaW5jbHVkZSA8YnNkLnBvcnQubWs+CjIzYTA2NjgzZGRjZWM4M2M3NDk4ZWFlOWQy YWQ3MGFkCmVjaG8geCAtIGdzZXR0aW5ncy1kZXNrdG9wLXNjaGVtYXMvZGlzdGluZm8Kc2Vk ICdzL15YLy8nID5nc2V0dGluZ3MtZGVza3RvcC1zY2hlbWFzL2Rpc3RpbmZvIDw8ICc1NDU3 OWM4NGQ4ZTgzYTM5NDdmMDU3MGJjZThjNzc5OCcKWFNIQTI1NiAoZ25vbWUzL2dzZXR0aW5n cy1kZXNrdG9wLXNjaGVtYXMtMy4wLjEudGFyLmJ6MikgPSA2ZTcyMTU4YTBlNzBhZTUwYjhi Yjk5MmUxNDg2ZGQyZmRhNDMyMDdmNGVjNGViMDNhMGQ3NjlmMjEwMzYzZmQ5ClhTSVpFIChn bm9tZTMvZ3NldHRpbmdzLWRlc2t0b3Atc2NoZW1hcy0zLjAuMS50YXIuYnoyKSA9IDEzNjQz OQo1NDU3OWM4NGQ4ZTgzYTM5NDdmMDU3MGJjZThjNzc5OAplY2hvIHggLSBnc2V0dGluZ3Mt ZGVza3RvcC1zY2hlbWFzL3BrZy1kZXNjcgpzZWQgJ3MvXlgvLycgPmdzZXR0aW5ncy1kZXNr dG9wLXNjaGVtYXMvcGtnLWRlc2NyIDw8ICc0NTUzYmJmNGEyYjA1OTBhNmE4OWE5NDgwZjMz MjM2MScKWGdzZXR0aW5ncy1kZXNrdG9wLXNjaGVtYXMgY29udGFpbnMgYSBjb2xsZWN0aW9u IG9mIEdTZXR0aW5ncyBzY2hlbWFzIGZvcgpYc2V0dGluZ3Mgc2hhcmVkIGJ5IHZhcmlvdXMg Y29tcG9uZW50cyBvZiBhIGRlc2t0b3AuClgKWFdXVzogaHR0cDovL2Rvd25sb2FkLmdub21l Lm9yZy9zb3VyY2VzL2dzZXR0aW5ncy1kZXNrdG9wLXNjaGVtYXMvCjQ1NTNiYmY0YTJiMDU5 MGE2YTg5YTk0ODBmMzMyMzYxCmVjaG8gYyAtIGdzZXR0aW5ncy1kZXNrdG9wLXNjaGVtYXMv ZmlsZXMKbWtkaXIgLXAgZ3NldHRpbmdzLWRlc2t0b3Atc2NoZW1hcy9maWxlcyA+IC9kZXYv bnVsbCAyPiYxCmVjaG8geCAtIGdzZXR0aW5ncy1kZXNrdG9wLXNjaGVtYXMvZmlsZXMvcGF0 Y2gtcG9fTWFrZWZpbGUuaW4uaW4Kc2VkICdzL15YLy8nID5nc2V0dGluZ3MtZGVza3RvcC1z Y2hlbWFzL2ZpbGVzL3BhdGNoLXBvX01ha2VmaWxlLmluLmluIDw8ICdkMzdjZGI4NTk2Y2Zi ODVlMmI2ZTY3YjRhYmI0N2RhNScKWC0tLSBwby9NYWtlZmlsZS5pbi5pbi5vcmlnCTIwMTEt MDQtMjYgMTE6MDU6MzguMDAwMDAwMDAwICswNDAwClgrKysgcG8vTWFrZWZpbGUuaW4uaW4J MjAxMS0wNS0yOCAxMzoxNTozNy4wMDAwMDAwMDAgKzA0MDAKWEBAIC0zNCw3ICszNCw3IEBA ClggZGF0YXJvb3RkaXIgPSBAZGF0YXJvb3RkaXJAClggbGliZGlyID0gQGxpYmRpckAKWCBE QVRBRElSTkFNRSA9IEBEQVRBRElSTkFNRUAKWC1pdGxvY2FsZWRpciA9ICQocHJlZml4KS8k KERBVEFESVJOQU1FKS9sb2NhbGUKWCtpdGxvY2FsZWRpciA9ICQoZGF0YXJvb3RkaXIpL2xv Y2FsZQpYIHN1YmRpciA9IHBvClggaW5zdGFsbF9zaCA9IEBpbnN0YWxsX3NoQApYICMgQXV0 b21ha2UgPj0gMS44IHByb3ZpZGVzIEBta2Rpcl9wQC4KZDM3Y2RiODU5NmNmYjg1ZTJiNmU2 N2I0YWJiNDdkYTUKZWNobyB4IC0gZ3NldHRpbmdzLWRlc2t0b3Atc2NoZW1hcy9maWxlcy9w YXRjaC1NYWtlZmlsZS5pbgpzZWQgJ3MvXlgvLycgPmdzZXR0aW5ncy1kZXNrdG9wLXNjaGVt YXMvZmlsZXMvcGF0Y2gtTWFrZWZpbGUuaW4gPDwgJzlkOWViOTQwMWJkODAwYWFhMDg1NGY0 ZWEzODE3ZTFiJwpYLS0tIE1ha2VmaWxlLmluLm9yaWcJMjAxMS0wNC0yNiAxMTowNTo0MS4w MDAwMDAwMDAgKzA0MDAKWCsrKyBNYWtlZmlsZS5pbgkyMDExLTA1LTI4IDEyOjUzOjU5LjAw MDAwMDAwMCArMDQwMApYQEAgLTI1MCw3ICsyNTAsNyBAQApYIHRvcF9zcmNkaXIgPSBAdG9w X3NyY2RpckAKWCBTVUJESVJTID0gaGVhZGVycyBzY2hlbWFzIHBvClggQUNMT0NBTF9BTUZM QUdTID0gLUkgbTQgJHtBQ0xPQ0FMX0ZMQUdTfQpYLXBrZ2NvbmZpZ2RpciA9ICQoZGF0YWRp cikvcGtnY29uZmlnClgrcGtnY29uZmlnZGlyID0gJChwcmVmaXgpL2xpYmRhdGEvcGtnY29u ZmlnClggcGtnY29uZmlnX0RBVEEgPSBnc2V0dGluZ3MtZGVza3RvcC1zY2hlbWFzLnBjClgg RVhUUkFfRElTVCA9IFwKWCAJSEFDS0lORwkJCVwKOWQ5ZWI5NDAxYmQ4MDBhYWEwODU0ZjRl YTM4MTdlMWIKZWNobyB4IC0gZ3NldHRpbmdzLWRlc2t0b3Atc2NoZW1hcy9wa2ctcGxpc3QK c2VkICdzL15YLy8nID5nc2V0dGluZ3MtZGVza3RvcC1zY2hlbWFzL3BrZy1wbGlzdCA8PCAn M2RhMTE3ZDkxM2M2ZDYxMzliZmZmMDNhY2VjMDg5MzUnClhpbmNsdWRlL2dzZXR0aW5ncy1k ZXNrdG9wLXNjaGVtYXMvZ2Rlc2t0b3AtZW51bXMuaApYbGliZGF0YS9wa2djb25maWcvZ3Nl dHRpbmdzLWRlc2t0b3Atc2NoZW1hcy5wYwpYc2hhcmUvR0NvbmYvZ3NldHRpbmdzL2dzZXR0 aW5ncy1kZXNrdG9wLXNjaGVtYXMuY29udmVydApYc2hhcmUvZ2xpYi0yLjAvc2NoZW1hcy9v cmcuZ25vbWUuZGVza3RvcC5hMTF5LmFwcGxpY2F0aW9ucy5nc2NoZW1hLnhtbApYc2hhcmUv Z2xpYi0yLjAvc2NoZW1hcy9vcmcuZ25vbWUuZGVza3RvcC5hMTF5LmtleWJvYXJkLmdzY2hl bWEueG1sClhzaGFyZS9nbGliLTIuMC9zY2hlbWFzL29yZy5nbm9tZS5kZXNrdG9wLmExMXku bWFnbmlmaWVyLmdzY2hlbWEueG1sClhzaGFyZS9nbGliLTIuMC9zY2hlbWFzL29yZy5nbm9t ZS5kZXNrdG9wLmExMXkubW91c2UuZ3NjaGVtYS54bWwKWHNoYXJlL2dsaWItMi4wL3NjaGVt YXMvb3JnLmdub21lLmRlc2t0b3AuYmFja2dyb3VuZC5nc2NoZW1hLnhtbApYc2hhcmUvZ2xp Yi0yLjAvc2NoZW1hcy9vcmcuZ25vbWUuZGVza3RvcC5kZWZhdWx0LWFwcGxpY2F0aW9ucy5n c2NoZW1hLnhtbApYc2hhcmUvZ2xpYi0yLjAvc2NoZW1hcy9vcmcuZ25vbWUuZGVza3RvcC5l bnVtcy54bWwKWHNoYXJlL2dsaWItMi4wL3NjaGVtYXMvb3JnLmdub21lLmRlc2t0b3AuaW50 ZXJmYWNlLmdzY2hlbWEueG1sClhzaGFyZS9nbGliLTIuMC9zY2hlbWFzL29yZy5nbm9tZS5k ZXNrdG9wLmxvY2tkb3duLmdzY2hlbWEueG1sClhzaGFyZS9nbGliLTIuMC9zY2hlbWFzL29y Zy5nbm9tZS5kZXNrdG9wLm1lZGlhLWhhbmRsaW5nLmdzY2hlbWEueG1sClhzaGFyZS9nbGli LTIuMC9zY2hlbWFzL29yZy5nbm9tZS5kZXNrdG9wLnNjcmVlbnNhdmVyLmdzY2hlbWEueG1s ClhzaGFyZS9nbGliLTIuMC9zY2hlbWFzL29yZy5nbm9tZS5kZXNrdG9wLnNlc3Npb24uZ3Nj aGVtYS54bWwKWHNoYXJlL2dsaWItMi4wL3NjaGVtYXMvb3JnLmdub21lLmRlc2t0b3Auc291 bmQuZ3NjaGVtYS54bWwKWHNoYXJlL2dsaWItMi4wL3NjaGVtYXMvb3JnLmdub21lLmRlc2t0 b3AudGh1bWJuYWlsLWNhY2hlLmdzY2hlbWEueG1sClhzaGFyZS9nbGliLTIuMC9zY2hlbWFz L29yZy5nbm9tZS5kZXNrdG9wLnRodW1ibmFpbGVycy5nc2NoZW1hLnhtbApYc2hhcmUvZ2xp Yi0yLjAvc2NoZW1hcy9vcmcuZ25vbWUuc3lzdGVtLnByb3h5LmdzY2hlbWEueG1sClglJU5M UyUlc2hhcmUvbG9jYWxlL2NzL0xDX01FU1NBR0VTL2dzZXR0aW5ncy1kZXNrdG9wLXNjaGVt YXMubW8KWCUlTkxTJSVzaGFyZS9sb2NhbGUvZGUvTENfTUVTU0FHRVMvZ3NldHRpbmdzLWRl c2t0b3Atc2NoZW1hcy5tbwpYJSVOTFMlJXNoYXJlL2xvY2FsZS9lcy9MQ19NRVNTQUdFUy9n c2V0dGluZ3MtZGVza3RvcC1zY2hlbWFzLm1vClglJU5MUyUlc2hhcmUvbG9jYWxlL2phL0xD X01FU1NBR0VTL2dzZXR0aW5ncy1kZXNrdG9wLXNjaGVtYXMubW8KWCUlTkxTJSVzaGFyZS9s b2NhbGUvc2wvTENfTUVTU0FHRVMvZ3NldHRpbmdzLWRlc2t0b3Atc2NoZW1hcy5tbwpYJSVO TFMlJXNoYXJlL2xvY2FsZS9zdi9MQ19NRVNTQUdFUy9nc2V0dGluZ3MtZGVza3RvcC1zY2hl bWFzLm1vClhAZGlycm0gaW5jbHVkZS9nc2V0dGluZ3MtZGVza3RvcC1zY2hlbWFzCjNkYTEx N2Q5MTNjNmQ2MTM5YmZmZjAzYWNlYzA4OTM1CmV4aXQKCg== --------------000801090902090704050304-- From owner-freebsd-gnome@FreeBSD.ORG Sat May 28 13:22:29 2011 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 7EC57106564A for ; Sat, 28 May 2011 13:22:29 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep27.mx.upcmail.net (fep27.mx.upcmail.net [62.179.121.47]) by mx1.freebsd.org (Postfix) with ESMTP id BC2AC8FC1A for ; Sat, 28 May 2011 13:22:28 +0000 (UTC) Received: from edge04.upcmail.net ([192.168.13.239]) by viefep17-int.chello.at (InterMail vM.8.01.02.02 201-2260-120-106-20100312) with ESMTP id <20110528132124.KEPS8134.viefep17-int.chello.at@edge04.upcmail.net>; Sat, 28 May 2011 15:21:24 +0200 Received: from [192.168.0.147] ([77.250.114.194]) by edge04.upcmail.net with edge id p1ML1g0214BjJe5041MNnG; Sat, 28 May 2011 15:21:24 +0200 X-SourceIP: 77.250.114.194 From: Koop Mast To: Ruslan Mahmatkhanov Date: Sat, 28 May 2011 15:25:24 +0200 In-Reply-To: <4DE0C570.2050500@yandex.ru> References: <4DE0C570.2050500@yandex.ru> Content-Type: text/plain; charset="us-ascii" X-Mailer: Evolution 3.0.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Message-ID: <1306589127.2915.4.camel@crashalot.rainbow-runner.nl> Mime-Version: 1.0 X-Cloudmark-Analysis: v=1.1 cv=HQ3F56nxkum+cgCiDL7AXQpbvw7DWrWCBJRnYYnM0Zc= c=1 sm=0 a=svCHwabVqj0A:10 a=kj9zAlcOel0A:10 a=LeH6XzfVAAAA:8 a=tCfsTzH4GcFJ4oHuah8A:9 a=QO6m5VYoHspv0gzhYm4A:7 a=CjuIK1q_8ugA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Cc: FreeBSD GNOME Users Subject: Re: devel/gsettings-desktop-schemas 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, 28 May 2011 13:22:29 -0000 On Sat, 2011-05-28 at 13:50 +0400, Ruslan Mahmatkhanov wrote: > Good day! > > Here is devel/gsettings-desktop-schemas. It's a collection of > gsettings shemas for Gnome desktop. I believe that it should be > maintained by gnome@ so it set it as MAINTAINER. > Please review and commit. > This port is needed at least to update devel/gitg and > devel/gtranslator to it's latest versions. > > Thanks. Hi, Thanks for the submission but we already got a port for this in our development repo [1]. The latest gtranslator version is also there. -Koop [1] http://www.marcuscom.com:8080/cgi-bin/cvsweb.cgi/ From owner-freebsd-gnome@FreeBSD.ORG Sat May 28 16:47:05 2011 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 4887F1065670; Sat, 28 May 2011 16:47:05 +0000 (UTC) (envelope-from Cy.Schubert@komquats.com) Received: from idcmail-mo2no.shaw.ca (idcmail-mo2no.shaw.ca [64.59.134.9]) by mx1.freebsd.org (Postfix) with ESMTP id 01DA58FC08; Sat, 28 May 2011 16:47:04 +0000 (UTC) Received: from pd5ml1no-ssvc.prod.shaw.ca ([10.0.153.166]) by pd7mo1no-svcs.prod.shaw.ca with ESMTP; 28 May 2011 10:32:02 -0600 X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=37qdrPIVUooonMxFi2BWZ8DhoCRe+hJcgJuumZcJ4K8= c=1 sm=1 a=pKOYwhLpSFgA:10 a=QrugwKR0C_UA:10 a=wAGQQ9Az6v0A:10 a=BLceEmwcHowA:10 a=xA7i7079zcQA:10 a=8nJEP1OIZ-IA:10 a=+J+gTUrb/Bhkr9chPx4Sww==:17 a=pGLkceISAAAA:8 a=6I5d2MoRAAAA:8 a=8VpDeP3kAAAA:8 a=BWvPGDcYAAAA:8 a=Y6V8LE5RHLMX4oc9O1kA:9 a=JyMWAcmhH6lCNFZeUsMA:7 a=wPNLvfGTeEIA:10 a=uar3UI-X7uIA:10 a=SV7veod9ZcQA:10 a=V7tsTZBp22UA:10 a=Vs83YFf-B5GfYDmh:21 a=Tx2bIa3PiPv9SQJ2:21 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Received: from unknown (HELO spqr.komquats.com) ([24.68.75.245]) by pd5ml1no-dmz.prod.shaw.ca with ESMTP; 28 May 2011 10:32:02 -0600 Received: from cwsys.cwsent.com (cwsys [10.1.1.1]) by spqr.komquats.com (Postfix) with ESMTP id 1B64F46D44; Sat, 28 May 2011 09:32:02 -0700 (PDT) Received: from cwsys (localhost [127.0.0.1]) by cwsys.cwsent.com (8.14.4/8.14.4) with ESMTP id p4SGW2Ta060018; Sat, 28 May 2011 09:32:02 -0700 (PDT) (envelope-from Cy.Schubert@komquats.com) Message-Id: <201105281632.p4SGW2Ta060018@cwsys.cwsent.com> X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.2 From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.komquats.com/ To: Jeremy Messenger In-Reply-To: Message from Jeremy Messenger of "Fri, 20 May 2011 17:51:26 CDT." Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Date: Sat, 28 May 2011 09:32:02 -0700 Sender: Cy.Schubert@komquats.com Cc: gnome@freebsd.org, Joe Marcus Clarke , Michal Varga Subject: Re: Transforming GNOME Into A Linux-Only Project (link) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Cy Schubert List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 May 2011 16:47:05 -0000 In message , Jeremy= =20 Messeng er writes: > On Thu, May 19, 2011 at 3:56 AM, Joe Marcus Clarke wrote > : > > On 5/18/11 3:26 PM, Michal Varga wrote: > >> I'll just leave this here as I'm basically speechless, and it's prob= ably > >> not worth commenting anyway. > >> > >> But for those who might be interested and don't necessarily keep up = with > >> the latest 'news', clicky: > >> > >> http://www.phoronix.com/scan.php?page=3Dnews_item&px=3DOTQ1Nw > > > > GNOME has been heading down this path since 2.0 was released. =A0It's= been > > a slow process, >=20 > Yep.. For example, recently, in the gnome-screensaver 3.x. They > removed src/gs-auth-helper.c with no reason. All we have to do is to > readd it on our own and it works fine. I've been thinking about this for a while but maybe we could fork Gnome, = KDE, XFCE, and others. Easier said than done though, given the number of = people on the project. However there are other stakeholders such as the=20 PC-BSD folks and others. I have other thoughts regarding how we could accomplish this, too drastic= =20 to discuss here. I'm sure we'll solve this to everyone's satisfaction. --=20 Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org Q: How did the regular expression cross the road? A: =5E.*=24