From owner-freebsd-gnome@FreeBSD.ORG Sun Aug 19 00:48:31 2007 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 AE06F16A418 for ; Sun, 19 Aug 2007 00:48:31 +0000 (UTC) (envelope-from freebsd@mail.gbch.net) Received: from gw.gbch.net (gw.gbch.net [203.143.238.93]) by mx1.freebsd.org (Postfix) with SMTP id F1D7513C467 for ; Sun, 19 Aug 2007 00:48:30 +0000 (UTC) (envelope-from freebsd@mail.gbch.net) Received: (qmail 7920 invoked from network); 19 Aug 2007 10:21:48 +1000 Received: from joker.gbch.net (172.16.1.10) by gw.gbch.net with SMTP; 19 Aug 2007 10:21:48 +1000 Received: (qmail 3077 invoked by uid 1001); 19 Aug 2007 10:21:48 +1000 Message-ID: Date: Sun, 19 Aug 2007 10:21:48 +1000 From: Greg Black To: gnome@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i; gjb-muttsend.sh 1.7 2004-10-05 X-Uptime: 5 days X-Operating-System: FreeBSD 6.2-RELEASE-p5 i386 X-Location: Brisbane, Australia; 27.49841S 152.98439E X-URL: http://www.gbch.net/gjb.html X-Blog: http://www.gbch.net/gjb/blog/ X-Image-URL: http://www.gbch.net/gjb/gjb-auug048.gif X-PGP-Key-Fingerprint: EBB2 2A92 A79D 1533 AC00 3C46 5D83 B6FB 4B04 B7D6 X-Request-PGP: http://www.gbch.net/keys/4B04B7D6.asc Cc: Subject: gnome2 metaport broken: problem with curl dependency 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, 19 Aug 2007 00:48:31 -0000 I tried to submit this via the http://www.freebsd.org/send-pr.html form, but it refused to accept my input of the verification code (despite the fact that it was correct). The x11/gnome2 metaport cannot build because of broken dependencies: seahorse-1.0.1_3 depends on executable: gpgv gnupg-1.4.7_1 depends on shared library: curl curl-7.16.1_1 is marked as broken: does not work with libssh2-0.15 Is there any plan to fix this? I include the last section of the make output with all relevant details below. This is on a FreeBSD 6.2-RELEASE-p7 i386 box with ports fully up to date. The problem can be reproduced by cd /usr/ports/x11/gnome2 make package-recursive Obviously, there are faster methods of getting to the breakage, but that's how I got there. The uname -a output is: FreeBSD felix.gbch.net 6.2-RELEASE-p7 FreeBSD 6.2-RELEASE-p7 #0: Tue Aug 14 15:22:12 EST 2007 root@felix.gbch.net:/usr/obj/usr/src/sys/GENERIC i386 The end of the make output is: ===> Extracting for seahorse-1.0.1_3 => MD5 Checksum OK for gnome2/seahorse-1.0.1.tar.bz2. => SHA256 Checksum OK for gnome2/seahorse-1.0.1.tar.bz2. ===> Patching for seahorse-1.0.1_3 ===> Applying FreeBSD patches for seahorse-1.0.1_3 ===> seahorse-1.0.1_3 depends on executable: gpgv - not found ===> Verifying install for gpgv in /usr/ports/security/gnupg1 ===> gnupg-1.4.7_1 depends on executable: gmake - found ===> gnupg-1.4.7_1 depends on shared library: curl - not found ===> Verifying install for curl in /usr/ports/ftp/curl ===> curl-7.16.1_1 is marked as broken: does not work with libssh2-0.15. *** Error code 1 Stop in /usr/ports/ftp/curl. *** Error code 1 Stop in /usr/ports/security/gnupg1. *** Error code 1 Stop in /usr/ports/security/seahorse. *** Error code 1 Stop in /usr/ports/x11/gnome2. *** Error code 1 From owner-freebsd-gnome@FreeBSD.ORG Sun Aug 19 04:26:11 2007 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 EE6D816A420 for ; Sun, 19 Aug 2007 04:26:09 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao104.cox.net (eastrmmtao104.cox.net [68.230.240.46]) by mx1.freebsd.org (Postfix) with ESMTP id A9F8013C469 for ; Sun, 19 Aug 2007 04:26:09 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo01.cox.net ([68.1.16.119]) by eastrmmtao104.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20070819042609.SRDG24112.eastrmmtao104.cox.net@eastrmimpo01.cox.net>; Sun, 19 Aug 2007 00:26:09 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo01.cox.net with bizsmtp id dgS71X00F4iy4EG0000000; Sun, 19 Aug 2007 00:26:08 -0400 Date: Sat, 18 Aug 2007 23:29:39 -0500 To: "Greg Black" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: Content-Transfer-Encoding: Quoted-Printable Message-ID: In-Reply-To: User-Agent: Opera Mail/9.23 (Linux) Cc: gnome@freebsd.org, roam@freebsd.org Subject: Re: gnome2 metaport broken: problem with curl dependency 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, 19 Aug 2007 04:26:11 -0000 On Sat, 18 Aug 2007 19:21:48 -0500, Greg Black = wrote: > I tried to submit this via the http://www.freebsd.org/send-pr.html for= m, > but it refused to accept my input of the verification code (despite th= e > fact that it was correct). > > The x11/gnome2 metaport cannot build because of broken dependencies: > > seahorse-1.0.1_3 depends on executable: gpgv > gnupg-1.4.7_1 depends on shared library: curl > curl-7.16.1_1 is marked as broken: does not work with libssh2-0.15 > > Is there any plan to fix this? Not that I know, talk with the curl maintainer. You should remove = WITH_LIBSSH2=3Dyes from your make.conf or somewhere, since it is not ena= ble = by default. Hey roam, I think you shouldn't use BROKEN method. You should just add = --without-libssh2 as in global without allow people to select option to = = try to enable it. Do something like remove LIBSSH2 from OPTIONS for now = = and tweak in Makefile like this below. Thanks. #.if defined(WITH_LIBSSH2) #BROKEN=3D does not work with libssh2-0.15 #LIB_DEPENDS+=3D ssh2.1:${PORTSDIR}/security/libssh2 #CONFIGURE_ARGS+=3D --with-libssh2=3D${LOCALBASE} #.else CONFIGURE_ARGS+=3D --without-libssh2 #.endif Cheers, Mezz > I include the last section of the make output with all relevant detail= s > below. This is on a FreeBSD 6.2-RELEASE-p7 i386 box with ports fully = up > to date. The problem can be reproduced by > > cd /usr/ports/x11/gnome2 > make package-recursive > > Obviously, there are faster methods of getting to the breakage, but > that's how I got there. > > The uname -a output is: > > FreeBSD felix.gbch.net 6.2-RELEASE-p7 FreeBSD 6.2-RELEASE-p7 #0: Tue= = > Aug 14 15:22:12 EST 2007 = > root@felix.gbch.net:/usr/obj/usr/src/sys/GENERIC i386 > > The end of the make output is: > > =3D=3D=3D> Extracting for seahorse-1.0.1_3 > =3D> MD5 Checksum OK for gnome2/seahorse-1.0.1.tar.bz2. > =3D> SHA256 Checksum OK for gnome2/seahorse-1.0.1.tar.bz2. > =3D=3D=3D> Patching for seahorse-1.0.1_3 > =3D=3D=3D> Applying FreeBSD patches for seahorse-1.0.1_3 > =3D=3D=3D> seahorse-1.0.1_3 depends on executable: gpgv - not foun= d > =3D=3D=3D> Verifying install for gpgv in /usr/ports/security/gnup= g1 > =3D=3D=3D> gnupg-1.4.7_1 depends on executable: gmake - found > =3D=3D=3D> gnupg-1.4.7_1 depends on shared library: curl - not fou= nd > =3D=3D=3D> Verifying install for curl in /usr/ports/ftp/curl > =3D=3D=3D> curl-7.16.1_1 is marked as broken: does not work with = > libssh2-0.15. > *** Error code 1 > > Stop in /usr/ports/ftp/curl. > *** Error code 1 > > Stop in /usr/ports/security/gnupg1. > *** Error code 1 > > Stop in /usr/ports/security/seahorse. > *** Error code 1 > > Stop in /usr/ports/x11/gnome2. > *** Error code 1 -- = mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org From owner-freebsd-gnome@FreeBSD.ORG Mon Aug 20 11:08:58 2007 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 6B95B16A468 for ; Mon, 20 Aug 2007 11:08:58 +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 5959713C4D3 for ; Mon, 20 Aug 2007 11:08:58 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l7KB8wU4087758 for ; Mon, 20 Aug 2007 11:08:58 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l7KB8vor087754 for gnome@FreeBSD.org; Mon, 20 Aug 2007 11:08:57 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 20 Aug 2007 11:08:57 GMT Message-Id: <200708201108.l7KB8vor087754@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 you 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, 20 Aug 2007 11:08:58 -0000 Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- a ports/105589 gnome www/firefox: Firefox 2.0 segfaults when saving more th o ports/112084 gnome sysutils/hal 0.5.8-xxxxxx endlessly resets scsi bus on o ports/113257 gnome sysutils/tracker indexer immediately goes to 100% cpu o ports/114871 gnome security/nss: doen't compile on amd64 o ports/114986 gnome when LC_CTYPE is set to zh_CN.UTF-8, many gnome apps w 5 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/100785 gnome devel/nspr does not pass `make test` on 6-stable o ports/103529 gnome www/seamonkey: enable SVG and Pango font rendering sup o ports/108241 gnome Use OPTIONS in editors/abiword-plugins s ports/108267 gnome ports/lang/guile: please update s ports/108364 gnome [patch] x11-toolkits/gtk20: plist problem with icons d p ports/111272 gnome [PATCH] print/freetype2: update to 2.3.3 p ports/113470 gnome [patch] print/freetype2 does not compile in (some) jai o ports/114168 gnome [PATCH] audio/esound lacks startup script for esd f ports/114198 gnome sysutils/fusefs-ntfs - Make option for using ntfs-3g i o ports/114620 gnome gtk self-dependency f ports/115023 gnome inconsistency in XML catalog location f ports/115240 gnome sysutils/brasero growisofs module fails to find /usr/l 12 problems total. From owner-freebsd-gnome@FreeBSD.ORG Tue Aug 21 07:48:39 2007 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 A600D16A419 for ; Tue, 21 Aug 2007 07:48:39 +0000 (UTC) (envelope-from sales@computerwide.net) Received: from computerwide.net (netblock-68-183-173-229.dslextreme.com [68.183.173.229]) by mx1.freebsd.org (Postfix) with SMTP id D888513C469 for ; Tue, 21 Aug 2007 07:48:37 +0000 (UTC) (envelope-from sales@computerwide.net) From: "ComputerWide" To: "gnome@freebsd.org" Date: Tue, 21 Aug 2007 00:48:36 -0700 Message-ID: <71958147.20070821004836@computerwide.net> X-Priority: 3 (Normal) MIME-Version: 1.0 Organization: ComputerWide, Inc. Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable Cc: Subject: [ A D V ] Cisco 40% Off... X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ComputerWide List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 07:48:39 -0000 If you have received this message in error or if you would like to be removed from our broadcast for any reason, reply to this email with REMOVE as subject followed by the email address you wish to remove. *********************************************************** ComputerWide, Inc. 23679 Calabasas Road #761 Calabasas, CA. 91302, USA Tel: (818) 804-5158 http://www.computerwide.net Email: sales@computerwide.net ***** CISCO ROUTER SPECIAL ***** CISCO3845 Orignial New Open Box including smartnet 8X5XNBD until June 2008 ($1,400 value) 2 units in stock at $6500 each (50% off GPL $13,000) ***** CISCO MODULE SPECIAL ***** $3200 take all the following: 20 * CAB-SS-449MT New Orignial 15 * CAB-SS-V35MT New Orignial 5 * CAB-SS-X21MT New Orignial 6 * GLC-SX-MM New OEM 1 * NM-4E New OEM 2 * NM-4B-S/T New OEM 20 * NM-4B-S/T Used OEM 1 * NM-8B-S/T New OEM 9 * WIC-1B-S/T New OEM 17 * WS-G5483 New OEM 12 * WS-G5486 New OEM 2 * WS-G5487 New OEM ******************************** The following are Notebook prices. All NEW models come with 1 year warranty and all RB models with 90 days. For a detailed list, please request our price list in Excel format. Toshiba PSPB3U-01V00L P205-S6347 $1300 NEW PSPB0U-01E008 P205-S6337 $1150 NEW PSPB0U-01W008 P205-S6327 $1050 NEW PSPBGU-00W016 P205-S6277 $1000 RB PSPB0U-00X008 P205-S6287 $950 RB PSPB0U-00W008 P205-S6267 $825 RB PSPB0U-013008 P205-S6237 $760 RB PSPAAU-01300S P105-S6157 $960 NEW PSAEUG-01800U A215-S4817 $840 NEW PSAEGU-00W00U A215-S4747 $860 NEW PSAEGU-00V00U A215-S4697 $780 NEW PSAF3U-03600V A205-S4777 $1150 NEW PSAF0U-06H009 A205-S4797 $1020 NEW PSAF0U-02L009 A205-S4557 $900 NEW PSAF0U-0CQ009 A205-S4707 $880 NEW PSAD0U-03V010 A135-S4499 $890 RB PSAD0U-035011 A135-S4488 $860 RB PSAD0U-03500P A135-S4487 $840 RB PSAD0U-05400Q A135-S4637 $740 NEW PSAD0U-05400P A135-S4527 $730 NEW PSMC0U-01V00P M205-S3217 $860 NEW PSU30U-01V012 U305-S5127 $1360 NEW PSU34U-00C00D U305-S5107 $1120 NEW PSU34U-00C00D U305-S5087 $950 NEW PSU34U-00L003 U305-S5077 $910 NEW PLUA0U-0M1043 U205-S5058 $1050 RB PPR10U-213J57 R100-213J57 $600 RB PQF43U-007004 F45-AV411 $1350 NEW PTM30U-0ES017 M3-0ES017 $475 RB PTM30U-03T017 M3-03T017 $470 RB HP RV312UA#ABA TX1127 $1150 NEW RV313UA#ABA TX1119 $1110 RB RV309UA#ABA TX1115 $990 RB DV9500#BTO16 DV9500t $1700 NEW RP250UA#ABA DV9260 $1580 NEW RP250UA#ABA DV9260 $1250 RB DV6500#SE1 DV6500t $1350 NEW DV6500#BTO20 DV6500t $1300 NEW GL974UA#ABA DV6567 $1250 NEW GA378UA#ABA DV6426 $870 NEW RV020UA#ABA DV6353 $900 NEW GA452UA#ABA DV6409 $720 NEW RQ337UA#ABA C501 $455 RB RM165UT#ABA NC2400 $950 RB RB528UA#ABA NC2400 $830 RB EZ126AW#ABA NC2400 $810 RB RA304AW#ABA NC4400 $700 RB GF062US#ABA NC6320 $820 RB RK973US#ABA NC6400 $1050 RB RB519UA#ABA NC6400 $950 RB RB518UT#ABA NC6400 $860 RB RB522UA#ABA NC6400 $820 RB RK972US#ABA NC6400 $760 RB RB553UT#ABA NC8430 $820 RB RB556UT#ABA NW8440 $1300 RB RM164UT#ABA TC4400 $1340 RB RL875AW#ABA TC4400 $1230 RB 399471R-999-BVH2 NC2400 $850 RB 399471R-999-BSBK NC2400 $920 RB 399279R-999-BWGK NC6400 $1030 RB 399279R-999-BWF9 NC6400 $1030 RB 399279R-999-BW7K NC6400 $950 RB 399279R-999-BW6X NC6400 $790 RB 399279R-999-BWMJ NC6400 $790 RB 399279R-999-BV7Z NC6400 $790 RB 399279R-999-BW3F NC6400 $900 RB SONY VGN-AR520E AR520E $1600 NEW VGN-TZ150N/B TZ150N $2200 NEW VGN-UX380N UX380N $1260 NEW VGN-SZ650N/C SZ650N/C $2050 NEW VGN-SZ430N/B SZ430N/B $1780 NEW VGN-SZ320P/B SZ320P/B $1570 NEW VGN-FZ140E/B FZ140E/B $1275 NEW VGN-CR120E/R CR120E/R $1300 NEW VGN-N395E/B N395E/B $950 NEW VGN-N365E/B N365E/B $870 NEW VGN-N325E/W N325E/W $780 NEW VPL-CX20A CX20A $870 NEW APPLE MA897LL/A MacBook Pro $2600 NEW MA895LL/A MacBook Pro $2000 NEW MB061LL/A MacBook $1100 NEW MB062LL/A MacBook $1290 NEW MB063LL/A MacBook $1470 NEW IBM 7387-A32 3000 $600 NEW 0763-2LU V100 $975 NEW 6371-EXU T60 $1250 NEW ACER LX.AX90X.088 AS5100-5840 $660 RB LX.AX90X.107 AS5100-3949 $480 RB LX.AYA0X.017 AS5570-2609 $550 RB AS5570-2977 AS5570-2977 $620 NEW ******************************** Fujitsu Plasma TV/Monitor (NEW, 3 years warranty) P42VHA51WS 42" EDTV Plasma Monitor $1,800 P42XHA58EB 42" Plasma HD Monitor $2,450 P42XTA51UB 42" HDTV Plasma TV $2,700 P50XHA58EB 50" Plasma HD Monitor $3,150 P50XTA51UB 50" HDTV Plasma TV $3,500 P55XTA51UB 55" HDTV Plasma TV $5,100 P63XTA51UB 63" HDTV Plasma TV $9,400 P37FT05AUB 37" AVIAMO LCD 1080P TV $3,800 P65FT00AUB 65" AVIAMO Plasma 1080P TV $13,600 LPF-D711 3 LCD AVIAMO 1080P Projector $17,500 ******************************** All Cisco Models in our inventory are at 40% off GPL. Any new item not listed can be supplied at 30% off GPL. Any Refurbished item can be supplied at 47% off GPL. Smartnet Service Contract is available at 10% off GPL. *********************************************************** Quantity discount is available. Prices are in US$ and FOB Los Angeles. For additional information about our company and products, please visit http://www.computerwide.net *********************************************************** The following CISCO, 3com, HP, Juniper, and Watchguard products are ORIGINAL and NEW in RETAIL PACKS. Please visit the following page for more info: http://product.computerwide.net Cisco Router (NEW) CISCO871-K9 $389 CISCO871-SEC-K9 $479 CISCO871W-G-A-K9 $509 CISCO877-K9 $389 CISCO877-SEC/K9 $479 CISCO877W-G-A-K9 $509 CISCO1811/K9 $777 CISCO1811W-AG-A/K9 $957 CISCO1841 $837 CISCO1841-HSEC/K9 $1,797 CISCO1841-SEC/K9 $1,497 CISCO1841-T1 $1,437 CISCO1841-T1SEC/K9 $2,097 CISCO2801 $1,197 CISCO2801-AC-IP $1,422 CISCO2801-HSEC/K9 $2,157 CISCO2801-SEC/K9 $1,737 CISCO2801-V/K9 $1,617 CISCO2801-V3PN-K9 $2,817 CISCO2811 $1,497 CISCO2811-AC-IP $1,737 CISCO2811-HSEC/K9 $2,457 CISCO2811-SEC/K9 $2,037 CISCO2811-V/K9 $1,917 CISCO2811-V3PN-K9 $3,537 CISCO2821 $2,337 CISCO2821-AC-IP $2,697 CISCO2821-HSEC/K9 $3,297 CISCO2821-SEC/K9 $2,877 CISCO2821-V/K9 $2,817 CISCO2821-V3PN-K9 $4,977 CISCO2851 $3,897 CISCO2851-AC-IP $4,257 CISCO2851-HSEC/K9 $4,857 CISCO2851-SEC/K9 $4,437 CISCO2851-V/K9 $4,437 CISCO2851-V3PN-K9 $7,257 CISCO3825 $5,700 CISCO3825-AC-IP $6,060 CISCO3825-HSEC/K9 $6,957 CISCO3825-SEC/K9 $6,537 CISCO3825-V/K9 $6,297 CISCO3825-V3PN/K9 $10,437 CISCO3845 $7,800 CISCO3845-AC-IP $8,160 CISCO3845-HSEC/K9 $9,537 CISCO3845-SEC/K9 $8,637 CISCO3845-V/K9 $8,397 CISCO3845-V3PN/K9 $12,957 Cisco Router Module (New) AIM-VPN/EPII-PLUS $1,500 AIM-VPN/HPII-PLUS $2,100 HWIC-1ADSL=3D $450 HWIC-1FE=3D $840 HWIC-2FE=3D $1,500 HWIC-1GE-SFP $2,100 HWIC-4A/S $720 HWIC-4ESW $255 HWIC-4ESW-POE $345 HWIC-4T $1,680 HWIC-8A $690 HWIC-8A/S-232 $1,440 HWIC-16A $1,380 HWIC-AP-AG-A $420 HWIC-AP-G-A $300 HWIC-D-9ESW $480 HWIC-D-9ESW-POE $648 ILPM-4 $90 ILPM-8 $168 NM-1FE2W-V2 $1,380 NM-2FE2W-V2 $1,920 NM-1T3/E3 $5,100 NM-4A/S $780 NM-16ESW $897 NM-HD-1V $360 NM-HD-2V $600 NMD-36-ESW-PWR-2GIG $2,757 NME-16ES-1G $1,377 NME-16ES-1G-P $1,635 NME-X-23ES-1G $1,977 NME-X-23ES-1G-P $2,313 NME-XD-24ES-1S-P $3,075 NME-XD-48ES-2S-P $4,137 PVDM2-8 $240 PVDM2-16 $480 PVDM2-32 $960 PVDM2-48 $1,440 PVDM2-64 $1,920 VIC-4FXS/DID $480 VIC2-2E/M $240 VIC2-2FXO $240 VIC2-2FXS $240 VIC2-4FXO $480 VWIC2-1MFT-G703 $1,080 VWIC2-1MFT-T1/E1 $780 VWIC2-2MFT-G703 $1,800 VWIC2-2MFT-T1/E1 $1,200 WIC-1B-S/T-V3=3D $300 WIC-1B-U-V2 $420 WIC-1DSU-T1-V2 $600 WIC-1T $240 WIC-2T $420 Cisco Switch (NEW) WS-CE500-24LC $777 WS-CE500-24PC $1,677 WS-CE500-24TT $477 WS-CE500G-12TC $1,173 WS-CE520-8PC-K9 $837 WS-C2960-8TC-L $537 WS-C2960-24TC-L $1,497 WS-C2960-24TT-L $777 WS-C2960-48TC-L $2,697 WS-C2960-48TT-L $1,497 WS-C2960G-8TC-L $837 WS-C2960G-24TC-L $1,977 WS-C2960G-48TC-L $3,597 WS-C3560-24PS-E $3,474 WS-C3560-24PS-S $2,277 WS-C3560-24TS-E $2,994 WS-C3560-24TS-S $1,797 WS-C3560-48PS-E $5,094 WS-C3560-48PS-S $3,897 WS-C3560-48TS-E $4,194 WS-C3560-48TS-S $2,997 WS-C3560E-24PD-S $4,077 WS-C3560E-24TD-S $3,597 WS-C3560E-48PD-S $8,097 WS-C3560E-48TD-S $7,197 WS-C3560G-24PS-E $5,754 WS-C3560G-24PS-S $3,357 WS-C3560G-24TS-E $5,274 WS-C3560G-24TS-S $2,877 WS-C3560G-48PS-E $8,094 WS-C3560G-48PS-S $5,697 WS-C3560G-48TS-E $7,194 WS-C3560G-48TS-S $4,797 WS-C3750-24FS-S $6,477 WS-C3750-24PS-E $4,074 WS-C3750-24PS-S $2,877 WS-C3750-24TS-E $3,594 WS-C3750-24TS-S $2,397 WS-C3750-48PS-E $6,294 WS-C3750-48PS-S $5,097 WS-C3750-48TS-E $5,394 WS-C3750-48TS-S $4,197 WS-C3750E-24PD-S $6,177 WS-C3750E-24TD-S $5,697 WS-C3750E-48TD-S $11,397 WS-C3750G-12S-E $7,194 WS-C3750G-12S-S $4,797 WS-C3750G-24PS-E $7,074 WS-C3750G-24PS-S $4,677 WS-C3750G-24T-E $5,994 WS-C3750G-24T-S $3,597 WS-C3750G-24TS-E $6,894 WS-C3750G-24TS-E1U $6,594 WS-C3750G-24TS-S $4,497 WS-C3750G-24TS-S1U $4,197 WS-C3750G-24WS-S50 $15,300 WS-C3750G-48PS-E $14,094 WS-C3750G-48PS-S $9,297 WS-C3750G-48TS-E $13,194 WS-C3750G-48TS-S $8,397 WS-C4503 $597 WS-C4506 $2,997 WS-C4507R $5,997 WS-C4510R $7,497 WS-C4948-E $8,697 WS-C4948-S $6,297 WS-C4948-10GE-E $12,897 WS-C4948-10GE-S $10,497 Cisco Switch Module (NEW) CVR-X2-SFP=3D $117 GLC-LH-SM=3D $597 GLC-SX-MM=3D $300 GLC-ZX-SM=3D $2,397 GLC-T=3D $237 GLC-FE-100FX=3D $150 GLC-GE-100FX $150 WS-G5483 $237 WS-G5484 $300 WS-G5486 $597 WS-G5487 $2,397 WS-X4013+ $3,597 WS-X4013+TS $3,597 WS-X4013+10GE $7,197 WS-X4148-RJ $2,697 WS-X4148-RJ21 $2,697 WS-X4232-GB-RJ $2,697 WS-X4248-FE-SFP $4,197 WS-X4248-RJ45V $3,897 WS-X4418-GB $5,997 WS-X4424-GB-RJ45 $2,097 WS-X4448-GB-SFP $9,897 WS-X4506-GB-T $2,097 WS-X4515 $7,197 WS-X4516 $9,897 WS-X4516-10GE $11,997 WS-X4524-GB-RJ45V $2,697 WS-X4548-GB-RJ45 $3,297 WS-X4548-GB-RJ45V $4,497 WS-X4991 $120 X2-10GB-CX4 $360 X2-10GB-LR $2,400 X2-10GB-LX4 $1,797 X2-10GB-SR $1,800 Cisco FireWall (NEW) ASA5500-SSL-10 $750 ASA5500-SSL-25 $1,857 ASA5500-SSL-50 $2,397 ASA5505-50-BUN-K9 $507 ASA5505-BUN-K9 $357 ASA5505-PWR-AC=3D $48 ASA5505-SEC-BUN-K9 $1,017 ASA5505-SEC-PL=3D $510 ASA5505-SSL10-K9 $1,257 ASA5505-SSL25-K9 $2,364 ASA5505-UL-BUN-K9 $597 ASA5510-BUN-K9 $2,097 ASA5510-AIP10-K9 $4,797 ASA5510-CSC10-K9 $4,317 ASA5510-CSC20-K9 $7,557 ASA5510-SEC-BUN-K9 $2,697 ASA5510-SEC-PL=3D $720 ASA5510-SSL50-K9 $4,497 ASA5510-SSL100-K9 $6,897 ASA5520-AIP10-K9 $7,497 ASA5520-AIP20-K9 $9,597 ASA5520-BUN-K9 $4,797 ASA5520-CSC10-K9 $6,717 ASA5540-AIP20-K9 $14,997 ASA5540-BUN-K9 $10,197 ASA-SSM-AIP-10-K9 $3,600 ASA-SSM-AIP-20-K9 $6,000 ASA-SSM-CSC-10-K9 $2,700 ASA-SSM-CSC-20-K9 $6,300 SSM-4GE=3D $3,000 PIX-1GE-66 $1,800 PIX-501-BUN-K9 $357 PIX-501-50-BUN-K9 $507 PIX-501-UL-BUN-K9 $597 PIX-506E-BUN-K9 $837 Cisco IP Phone (NEW) CP-7911G=3D $135 CP-7911G-CH1 $225 CP-7912G-A $105 CP-7912G-CH1-A $195 CP-7914=3D $237 CP-7931G=3D $195 CP-7936=3D $717 CP-7936-CH1 $807 CP-7936-MIC-KIT=3D $210 CP-7936-PWR-KIT $90 CP-7940G $159 CP-7940G-CH1 $279 CP-7941G $207 CP-7941G-CH1 $327 CP-7941G-GE=3D $261 CP-7941G-GE-CH1 $381 CP-7960G $219 CP-7960G-CH1 $339 CP-7961G $267 CP-7961G-CH1 $387 CP-7961G-GE=3D $339 CP-7961G-GE-CH1 $459 CP-7970G $384 CP-7970G-CH1 $534 CP-7971G-GE-CH1 $624 CP-PWR-CUBE-3 $27 CP-PWR-INJ=3D $75 CUVA-V2=3D $96 ATA186-I1-A=3D $90 ATA186-I1-1P-CH1-A $126 Cisco Wireless (NEW) AIR-ANT1728 $95 AIR-ANT1729 $131 AIR-ANT2012 $239 AIR-ANT2460P-R $131 AIR-ANT2465P-R $239 AIR-ANT2485P-R $143 AIR-ANT2506 $95 AIR-ANT4941 $11 AIR-ANT5135D-R $11 AIR-ANT5959 $167 AIR-AP521G-A-K9 $299 AIR-AP1010-A-K9 $359 AIR-AP1020-A-K9 $479 AIR-AP1030-A-K9 $539 AIR-AP1121G-A-K9 $359 AIR-AP1131AG-A-K9 $419 AIR-AP1242AG-A-K9 $539 AIR-BR1310G-A-K9 $779 AIR-BR1310G-A-K9-R $779 AIR-CB21AG-A-K9 $101 AIR-LAP521G-A-K9 $299 AIR-LAP1131AG-A-K9 $419 AIR-LAP1242AG-A-K9 $539 AIR-MP21G-A-K9 $89 AIR-PI21AG-A-K9 $149 AIR-WLC526-K9 $1,079 AIR-PWRINJ3 $36 AIR-PWRINJ-1000AF $36 Cisco Power Supply (NEW) PWR-2801-AC-IP $225 PWR-2811-AC-IP $240 PWR-2821-51-AC-IP $360 PWR-3825-AC $300 PWR-3825-AC-IP=3D $360 PWR-3845-AC=3D $300 PWR-3845-AC-IP=3D $600 PWR-C45-1000AC $597 PWR-C45-1300ACV $897 PWR-C45-1400AC $897 PWR-C45-2800ACV $1,197 PWR-C45-4200ACV $2,397 PWR-C49-300AC=3D $300 PWR675-AC-RPS-N1 $1,137 PWR-RPS2300=3D $720 Cisco Cable (NEW) CAB-***FC $60 CAB-***MT $60 CAB-SS-***FC $60 CAB-SS-***MT $60 CAB-OCT-*** $390 CAB-16AWG-AC=3D $60 CAB-RPS-1614 $45 CAB-SFP-50CM $150 CAB-STACK-50CM=3D $60 CAB-STACK-1M=3D $120 CAB-STACK-3M=3D $180 3Com Switch & Module (NEW) 3C16470 $58 3C16471 $89 3C16472 $151 3C16475CS $164 3C16476CS $306 3C16477A $213 3C16478 $182 3C16479 $251 3C16485A $220 3C16486 $616 3C16490 $616 3C16491 $616 3C1670108 $61 3C1670800A $86 3C1671600 $170 3C17203 $988 3C17204 $2,042 3C17260 $926 3C17261 $1,856 3C17262 $244 3C17263 $306 3C17268 $3,716 3C17300A $279 3C17302A $616 3C17304A $325 3C17401 $678 3C17462 $151 3C17666 $802 3CBLSG16 $217 3CBLSG24 $306 3CBLSG24PWR $740 3CBLSG48 $430 3CGSU05 $31 3CGSU08 $50 3CR17151-91 $1,856 3CR17152-91 $1,856 3CR17161-91 $988 3CR17162-91 $2,352 3CR17171-91 $1,670 3CR17172-91 $2,910 3CR17250-91 $2,786 3CR17251-91 $4,956 3CR17252-91 $3,468 3CR17253-91 $6,196 3CR17258-91 $4,336 3CR17561-91 $430 3CR17562-91 $759 3CR17571-91 $1,112 3CR17572-91 $2,042 3CR17660-91 $775 3CR17661-91 $1,236 3CR17662-91 $2,166 3CR17761-91 $2,042 3CR17762-91 $3,096 3CR17771-91 $2,476 3CR17772-91 $4,336 3CRWE920G73 $557 3CRWX275075A $154 3CRWX375075A $278 3CRWXR10095A $495 3CSFP91 $213 3CSFP92 $616 3CSFP93 $120 3CXFP92 $2,166 3CXFP94 $1,236 3CXFP96 $6,196 HP Switch & Module (NEW) J4813A#ABA $427 J4858B $284 J4859B $611 J4900B#ABA $427 J4903A#ABA $1,699 J4904A#ABA $2,991 J8164A#ABA $1,563 J8165A#ABA $2,991 J8699A#ABA $4,758 J9019A#ABA $284 J9021A#ABA $1,495 J9022A#ABA $2,685 J9028A#ABA $352 J9029A#ABA $142 J9049A#ABA $2,447 J9050A#ABA $3,739 HP Storage (NEW) EH841A $2,319 EH842A $2,479 EH847A $2,399 EH848A $2,559 EH903A $2,599 Juniper Firewall (NEW) NS-5GT-001 $410 NS-5GT-008 $410 NS-5GT-101 $648 NS-5GT-108 $648 NS-5GT-201 $1,080 NS-5GT-208 $1,080 WatchGuard (NEW) WG50010 $316 WG50020 $396 WG50055 $607 WG50550 $962 WG50750 $1,841 WG51250 $2,501 WGSSL05 $1,841 *********************************************************** Quantity discount is available. Prices are in US$ and FOB Los Angeles. For additional information about our company and products, please visit http://www.computerwide.net *********************************************************** If you have received this message in error or if you would like to be removed from our broadcast for any reason, reply to this email with REMOVE as subject followed by the email address you wish to remove. *********************************************************** From owner-freebsd-gnome@FreeBSD.ORG Tue Aug 21 08:11:23 2007 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 0BDDC16A41A for ; Tue, 21 Aug 2007 08:11:23 +0000 (UTC) (envelope-from geo@pulsar.bg) Received: from www.pulsar.bg (pulsar.bg [213.130.70.6]) by mx1.freebsd.org (Postfix) with ESMTP id E9CC313C491 for ; Tue, 21 Aug 2007 08:11:21 +0000 (UTC) (envelope-from geo@pulsar.bg) Received: from geopc ([212.72.201.62]) (authenticated bits=0) by www.pulsar.bg (8.14.1/8.14.1) with ESMTP id l7L7ZJlH071050 for ; Tue, 21 Aug 2007 10:35:19 +0300 (EEST) (envelope-from geo@pulsar.bg) Date: Tue, 21 Aug 2007 10:34:47 +0300 From: Georgi Iovchev X-Mailer: The Bat! (v3.0.1.33) Professional Organization: Pulsar Ltd X-Priority: 3 (Normal) Message-ID: <682741294.20070821103447@pulsar.bg> To: gnome@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: FreeBSD Port: security/seahorse X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Georgi Iovchev List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 08:11:23 -0000 Hi Cant install seahorse on freesbd 6.2/i386 Port: seahorse-1.0.1_3 Path: /usr/ports/security/seahorse here are the last lines from the console gmake[2]: Leaving directory `/usr/ports/security/seahorse/work/seahorse-1.0.1/po' Making all in data gmake[2]: Entering directory `/usr/ports/security/seahorse/work/seahorse-1.0.1/data' LC_ALL=C ../intltool-merge -s -u -c ../po/.intltool-merge-cache ../po seahorse.schemas.in seahorse.schemas Found cached translation database Merging translations into seahorse.schemas. gmake[2]: Leaving directory `/usr/ports/security/seahorse/work/seahorse-1.0.1/data' Making all in help gmake[2]: Entering directory `/usr/ports/security/seahorse/work/seahorse-1.0.1/help' if ! test -d en_GB/; then mkdir en_GB/; fi if [ -f "C/seahorse.xml" ]; then d="../"; else d="/usr/ports/security/seahorse/work/seahorse-1.0.1/help/"; fi; \ (cd en_GB/ && \ `which xml2po` -e -p \ "${d}en_GB/en_GB.po" \ "${d}C/seahorse.xml" > seahorse.xml.tmp && \ cp seahorse.xml.tmp seahorse.xml && rm -f seahorse.xml.tmp) Traceback (most recent call last): File "/usr/local/bin/xml2po", line 35, in ? import libxml2 ImportError: No module named libxml2 gmake[2]: *** [en_GB/seahorse.xml] Error 1 gmake[2]: Leaving directory `/usr/ports/security/seahorse/work/seahorse-1.0.1/help' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/security/seahorse/work/seahorse-1.0.1' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/security/seahorse. *** Error code 1 Stop in /usr/ports/security/seahorse. From owner-freebsd-gnome@FreeBSD.ORG Tue Aug 21 08:59:39 2007 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 EF84316A46C for ; Tue, 21 Aug 2007 08:59:39 +0000 (UTC) (envelope-from geo@pulsar.bg) Received: from www.pulsar.bg (pulsar.bg [213.130.70.6]) by mx1.freebsd.org (Postfix) with ESMTP id 9CFF913C46A for ; Tue, 21 Aug 2007 08:59:38 +0000 (UTC) (envelope-from geo@pulsar.bg) Received: from geopc ([212.72.201.62]) (authenticated bits=0) by www.pulsar.bg (8.14.1/8.14.1) with ESMTP id l7L905Ys072602 for ; Tue, 21 Aug 2007 12:00:05 +0300 (EEST) (envelope-from geo@pulsar.bg) Date: Tue, 21 Aug 2007 11:59:33 +0300 From: Georgi Iovchev X-Mailer: The Bat! (v3.0.1.33) Professional Organization: Pulsar Ltd X-Priority: 3 (Normal) Message-ID: <97397557.20070821115933@pulsar.bg> To: gnome@FreeBSD.org In-Reply-To: <1187685469.1483.10.camel@localhost> References: <682741294.20070821103447@pulsar.bg> <1187685469.1483.10.camel@localhost> MIME-Version: 1.0 X-Spam-Status: No, score=0.1 required=5.0 tests=HTML_MESSAGE,RDNS_NONE autolearn=no version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on www.pulsar.bg Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re[2]: FreeBSD Port: security/seahorse X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Georgi Iovchev List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 08:59:40 -0000 Hello again i tried the patch but i am not sure that i did it properly patch Makefile patchfile and i got this #:> patch Makefile patchfile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- /usr/ports/textproc/py-libxml2/Makefile Thu Jun 7 08:03:58 2007 |+++ /usr/ports/textproc/py-libxml2/Makefile Thu Jun 7 08:06:17 2007 -------------------------- Patching file Makefile using Plan A... Hunk #1 failed at 23. 1 out of 1 hunks failed--saving rejects to Makefile.rej done -- Tuesday, August 21, 2007, 11:37:49 AM: > Try is patch, I can compile entire GNOME after apply this patch. > /Eric > --- /usr/ports/textproc/py-libxml2/Makefile Thu Jun 7 08:03:58 2007 > +++ /usr/ports/textproc/py-libxml2/Makefile Thu Jun 7 08:06:17 2007 > @@ -23,7 +23,7 @@ > CONFIGURE_ARGS= --with-iconv=${LOCALBASE} \ > --with-html-dir=${PREFIX}/share/doc \ > --with-html-subdir=${PORTNAME} \ > - --with-python=${LOCALBASE} > + --with-python=${PYTHON_CMD} > DOCSDIR= ${PREFIX}/share/doc/py-libxml2 > EXAMPLESDIR= ${PREFIX}/share/examples/py-libxml2 > On Tue, 2007-08-21 at 10:34 +0300, Georgi Iovchev wrote: >> Hi >> >> Cant install seahorse on freesbd 6.2/i386 >> Port: seahorse-1.0.1_3 >> Path: /usr/ports/security/seahorse >> >> >> here are the last lines from the console >> >> gmake[2]: Leaving directory >> `/usr/ports/security/seahorse/work/seahorse-1.0.1/po' >> Making all in data >> gmake[2]: Entering directory >> `/usr/ports/security/seahorse/work/seahorse-1.0.1/data' >> LC_ALL=C ../intltool-merge -s -u -c ../po/.intltool-merge-cache >> ../po seahorse.schemas.in seahorse.schemas >> Found cached translation database >> Merging translations into seahorse.schemas. >> gmake[2]: Leaving directory >> `/usr/ports/security/seahorse/work/seahorse-1.0.1/data' >> Making all in help >> gmake[2]: Entering directory >> `/usr/ports/security/seahorse/work/seahorse-1.0.1/help' >> if ! test -d en_GB/; then mkdir en_GB/; fi >> if [ -f "C/seahorse.xml" ]; then d="../"; else >> d="/usr/ports/security/seahorse/work/seahorse-1.0.1/help/"; fi; \ >> (cd en_GB/ && \ >> `which xml2po` -e -p \ >> "${d}en_GB/en_GB.po" \ >> "${d}C/seahorse.xml" > seahorse.xml.tmp && \ >> cp seahorse.xml.tmp seahorse.xml && rm -f seahorse.xml.tmp) >> Traceback (most recent call last): >> File "/usr/local/bin/xml2po", line 35, in ? >> import libxml2 >> ImportError: No module named libxml2 >> gmake[2]: *** [en_GB/seahorse.xml] Error 1 >> gmake[2]: Leaving directory >> `/usr/ports/security/seahorse/work/seahorse-1.0.1/help' >> gmake[1]: *** [all-recursive] Error 1 >> gmake[1]: Leaving directory >> `/usr/ports/security/seahorse/work/seahorse-1.0.1' >> gmake: *** [all] Error 2 >> *** Error code 2 >> >> Stop in /usr/ports/security/seahorse. >> *** Error code 1 >> >> Stop in /usr/ports/security/seahorse. >> >> _______________________________________________ >> 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 Tue Aug 21 09:02:11 2007 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 D688F16A468 for ; Tue, 21 Aug 2007 09:02:11 +0000 (UTC) (envelope-from lihong.chen@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.179]) by mx1.freebsd.org (Postfix) with ESMTP id ACADA13C465 for ; Tue, 21 Aug 2007 09:02:11 +0000 (UTC) (envelope-from lihong.chen@gmail.com) Received: by wa-out-1112.google.com with SMTP id m33so1063924wag for ; Tue, 21 Aug 2007 02:02:11 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding:sender; b=seqD9L/M4TJdFlMAB59SRuu0ogTzpRIU9VfdtKuv/ynYuTXkiZ6Qg4RvPFU13GYriTz1ocYCO8aQlW6OmtNHyzogygZ2ykQbZHmyRPoaeNtoeFXlZSJ+yGP2iGTQL1CrPnLR1hz6nK5p1uL+iSP8Y2lTXPlE+d4t2vU6k8KVez0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding:sender; b=h0iX+LTssr6d08wLJyYFaP12TRQxw8WTKpmLzN19urTjWiY7vaeIEW47cYv7vkkDP+AH87k+kSlnFtGHxKi1HfSgpxjZNA1DftfN2eypMzA+iB2LxXV+Za/HDZMgK9wIIn/ulzMQO2lpNPOxj752r7WM6m3QOtervJzynFeCLLo= Received: by 10.114.127.1 with SMTP id z1mr6748979wac.1187685476303; Tue, 21 Aug 2007 01:37:56 -0700 (PDT) Received: from ?192.168.10.194? ( [59.125.13.44]) by mx.google.com with ESMTPS id v37sm9098726wah.2007.08.21.01.37.54 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 21 Aug 2007 01:37:55 -0700 (PDT) From: "Eric L. Chen" To: Georgi Iovchev In-Reply-To: <682741294.20070821103447@pulsar.bg> References: <682741294.20070821103447@pulsar.bg> Content-Type: text/plain Date: Tue, 21 Aug 2007 16:37:49 +0800 Message-Id: <1187685469.1483.10.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Sender: "Eric L. Chen" Cc: gnome@FreeBSD.org Subject: Re: FreeBSD Port: security/seahorse 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, 21 Aug 2007 09:02:11 -0000 Try is patch, I can compile entire GNOME after apply this patch. /Eric --- /usr/ports/textproc/py-libxml2/Makefile Thu Jun 7 08:03:58 2007 +++ /usr/ports/textproc/py-libxml2/Makefile Thu Jun 7 08:06:17 2007 @@ -23,7 +23,7 @@ CONFIGURE_ARGS= --with-iconv=${LOCALBASE} \ --with-html-dir=${PREFIX}/share/doc \ --with-html-subdir=${PORTNAME} \ - --with-python=${LOCALBASE} + --with-python=${PYTHON_CMD} DOCSDIR= ${PREFIX}/share/doc/py-libxml2 EXAMPLESDIR= ${PREFIX}/share/examples/py-libxml2 On Tue, 2007-08-21 at 10:34 +0300, Georgi Iovchev wrote: > Hi > > Cant install seahorse on freesbd 6.2/i386 > Port: seahorse-1.0.1_3 > Path: /usr/ports/security/seahorse > > > here are the last lines from the console > > gmake[2]: Leaving directory `/usr/ports/security/seahorse/work/seahorse-1.0.1/po' > Making all in data > gmake[2]: Entering directory `/usr/ports/security/seahorse/work/seahorse-1.0.1/data' > LC_ALL=C ../intltool-merge -s -u -c ../po/.intltool-merge-cache ../po seahorse.schemas.in seahorse.schemas > Found cached translation database > Merging translations into seahorse.schemas. > gmake[2]: Leaving directory `/usr/ports/security/seahorse/work/seahorse-1.0.1/data' > Making all in help > gmake[2]: Entering directory `/usr/ports/security/seahorse/work/seahorse-1.0.1/help' > if ! test -d en_GB/; then mkdir en_GB/; fi > if [ -f "C/seahorse.xml" ]; then d="../"; else d="/usr/ports/security/seahorse/work/seahorse-1.0.1/help/"; fi; \ > (cd en_GB/ && \ > `which xml2po` -e -p \ > "${d}en_GB/en_GB.po" \ > "${d}C/seahorse.xml" > seahorse.xml.tmp && \ > cp seahorse.xml.tmp seahorse.xml && rm -f seahorse.xml.tmp) > Traceback (most recent call last): > File "/usr/local/bin/xml2po", line 35, in ? > import libxml2 > ImportError: No module named libxml2 > gmake[2]: *** [en_GB/seahorse.xml] Error 1 > gmake[2]: Leaving directory `/usr/ports/security/seahorse/work/seahorse-1.0.1/help' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/usr/ports/security/seahorse/work/seahorse-1.0.1' > gmake: *** [all] Error 2 > *** Error code 2 > > Stop in /usr/ports/security/seahorse. > *** Error code 1 > > Stop in /usr/ports/security/seahorse. > > _______________________________________________ > 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 Tue Aug 21 11:15:10 2007 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 AE82C16A417 for ; Tue, 21 Aug 2007 11:15:10 +0000 (UTC) (envelope-from geo@pulsar.bg) Received: from www.pulsar.bg (pulsar.bg [213.130.70.6]) by mx1.freebsd.org (Postfix) with ESMTP id 4255C13C4DB for ; Tue, 21 Aug 2007 11:15:08 +0000 (UTC) (envelope-from geo@pulsar.bg) Received: from geopc ([212.72.201.62]) (authenticated bits=0) by www.pulsar.bg (8.14.1/8.14.1) with ESMTP id l7LAkUQE074131; Tue, 21 Aug 2007 13:46:30 +0300 (EEST) (envelope-from geo@pulsar.bg) Date: Tue, 21 Aug 2007 13:45:58 +0300 From: Georgi Iovchev X-Mailer: The Bat! (v3.0.1.33) Professional Organization: Pulsar Ltd X-Priority: 3 (Normal) Message-ID: <774371419.20070821134558@pulsar.bg> To: "Eric L. Chen" In-Reply-To: <1187685469.1483.10.camel@localhost> References: <682741294.20070821103447@pulsar.bg> <1187685469.1483.10.camel@localhost> MIME-Version: 1.0 X-Spam-Status: No, score=0.1 required=5.0 tests=HTML_MESSAGE,RDNS_NONE autolearn=no version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on www.pulsar.bg Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-gnome@freebsd.org Subject: Re[2]: FreeBSD Port: security/seahorse X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Georgi Iovchev List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 11:15:10 -0000 hello again :) i found where the problem were it were my mystake i got and python 2.5 and many py24- and py25-* and /usr/local/bin/xml2po were using python2.4 instead of 2.5 anyway 10x for your help -- Tuesday, August 21, 2007, 11:37:49 AM: > Try is patch, I can compile entire GNOME after apply this patch. > /Eric > --- /usr/ports/textproc/py-libxml2/Makefile Thu Jun 7 08:03:58 2007 > +++ /usr/ports/textproc/py-libxml2/Makefile Thu Jun 7 08:06:17 2007 > @@ -23,7 +23,7 @@ > CONFIGURE_ARGS= --with-iconv=${LOCALBASE} \ > --with-html-dir=${PREFIX}/share/doc \ > --with-html-subdir=${PORTNAME} \ > - --with-python=${LOCALBASE} > + --with-python=${PYTHON_CMD} > DOCSDIR= ${PREFIX}/share/doc/py-libxml2 > EXAMPLESDIR= ${PREFIX}/share/examples/py-libxml2 > On Tue, 2007-08-21 at 10:34 +0300, Georgi Iovchev wrote: >> Hi >> >> Cant install seahorse on freesbd 6.2/i386 >> Port: seahorse-1.0.1_3 >> Path: /usr/ports/security/seahorse >> >> >> here are the last lines from the console >> >> gmake[2]: Leaving directory >> `/usr/ports/security/seahorse/work/seahorse-1.0.1/po' >> Making all in data >> gmake[2]: Entering directory >> `/usr/ports/security/seahorse/work/seahorse-1.0.1/data' >> LC_ALL=C ../intltool-merge -s -u -c ../po/.intltool-merge-cache >> ../po seahorse.schemas.in seahorse.schemas >> Found cached translation database >> Merging translations into seahorse.schemas. >> gmake[2]: Leaving directory >> `/usr/ports/security/seahorse/work/seahorse-1.0.1/data' >> Making all in help >> gmake[2]: Entering directory >> `/usr/ports/security/seahorse/work/seahorse-1.0.1/help' >> if ! test -d en_GB/; then mkdir en_GB/; fi >> if [ -f "C/seahorse.xml" ]; then d="../"; else >> d="/usr/ports/security/seahorse/work/seahorse-1.0.1/help/"; fi; \ >> (cd en_GB/ && \ >> `which xml2po` -e -p \ >> "${d}en_GB/en_GB.po" \ >> "${d}C/seahorse.xml" > seahorse.xml.tmp && \ >> cp seahorse.xml.tmp seahorse.xml && rm -f seahorse.xml.tmp) >> Traceback (most recent call last): >> File "/usr/local/bin/xml2po", line 35, in ? >> import libxml2 >> ImportError: No module named libxml2 >> gmake[2]: *** [en_GB/seahorse.xml] Error 1 >> gmake[2]: Leaving directory >> `/usr/ports/security/seahorse/work/seahorse-1.0.1/help' >> gmake[1]: *** [all-recursive] Error 1 >> gmake[1]: Leaving directory >> `/usr/ports/security/seahorse/work/seahorse-1.0.1' >> gmake: *** [all] Error 2 >> *** Error code 2 >> >> Stop in /usr/ports/security/seahorse. >> *** Error code 1 >> >> Stop in /usr/ports/security/seahorse. >> >> _______________________________________________ >> freebsd-gnome@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-gnome >> To unsubscribe, send any mail to >> "freebsd-gnome-unsubscribe@freebsd.org" From owner-freebsd-gnome@FreeBSD.ORG Wed Aug 22 14:59:26 2007 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 26ED316A41A for ; Wed, 22 Aug 2007 14:59:26 +0000 (UTC) (envelope-from yan_zlobin@nsry.ru) Received: from mail.nakhodka.ru (mail.nakhodka.ru [212.91.195.136]) by mx1.freebsd.org (Postfix) with ESMTP id 90BE613C469 for ; Wed, 22 Aug 2007 14:59:24 +0000 (UTC) (envelope-from yan_zlobin@nsry.ru) X-Spam-Status: No, hits=0.0 required=7.0 tests=AWL: 0.715,BAYES_00: -1.665,HTML_50_60: 0.134, HTML_MESSAGE: 0.001,TOTAL_SCORE: -0.815 X-Spam-Level: Received: from localhost ([127.0.0.1]) by mail.nakhodka.ru for freebsd-gnome@freebsd.org; Wed, 22 Aug 2007 13:58:19 +1100 Received: from [192.168.1.20] (unverified [192.168.1.20]) by nsry.ru (Rockliffe SMTPRA 6.0.6) with ESMTP id for ; Wed, 22 Aug 2007 14:02:27 +1100 From: =?koi8-r?Q?=F1=CE_=FA=CC=CF=C2=C9=CE?= To: freebsd-gnome@FreeBSD.org Organization: =?koi8-r?Q?=EF=E1=EF?= =?koi8-r?Q?_=22=EE=F3=F2=FA=22?= Date: Wed, 22 Aug 2007 13:58:50 +1100 Message-Id: <1187751530.16227.7.camel@main-it-36-01.nsry.local> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 FreeBSD GNOME Team Port X-Mailman-Approved-At: Wed, 22 Aug 2007 16:30:20 +0000 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: GNOME bug? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: yan_zlobin@nsry.ru List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 14:59:26 -0000 Hi! Please, tell me what cat I do for the correct using CUPS from GNOME print system? GNOME print system do not view cups printers, but CUPS test page print correctly. I use: - FreeBSD 6.2 - GNOME 2.18.3 - CUPS 1.2.11 - libgnomecups 0.22 ________________________________________________________________________ Best Regards, Yan Zlobin IT Manager NSRY ltd. yan_zlobin@nsry.ru http://www.nsry.ru/ From owner-freebsd-gnome@FreeBSD.ORG Wed Aug 22 17:40:37 2007 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 3840316A420 for ; Wed, 22 Aug 2007 17:40:37 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmpop102.cox.net (eastrmpop102.cox.net [68.230.240.40]) by mx1.freebsd.org (Postfix) with ESMTP id B855A13C46B for ; Wed, 22 Aug 2007 17:40:36 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo02.cox.net ([68.1.16.120]) by eastrmmtao101.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20070822165856.SXWM21807.eastrmmtao101.cox.net@eastrmimpo02.cox.net>; Wed, 22 Aug 2007 12:58:56 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo02.cox.net with bizsmtp id f4yv1X00A4iy4EG0000000; Wed, 22 Aug 2007 12:58:55 -0400 Date: Wed, 22 Aug 2007 12:02:23 -0500 To: yan_zlobin@nsry.ru From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 MIME-Version: 1.0 References: <1187751530.16227.7.camel@main-it-36-01.nsry.local> Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <1187751530.16227.7.camel@main-it-36-01.nsry.local> User-Agent: Opera Mail/9.23 (Linux) Cc: freebsd-gnome@freebsd.org Subject: Re: GNOME bug? 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, 22 Aug 2007 17:40:37 -0000 On Tue, 21 Aug 2007 21:58:50 -0500, Ян Злобин wrote: > Hi! > > Please, tell me what cat I do for the correct using CUPS from GNOME > print system? You need to install gtk20 and libgnomeprint with WITH_CUPS=yes. > GNOME print system do not view cups printers, but CUPS test page print > correctly. > > I use: > - FreeBSD 6.2 > - GNOME 2.18.3 > - CUPS 1.2.11 > - libgnomecups 0.22 I never have tried cups stuff in GNOME 2.18.x, but it works great with GTK 2.11.6/GNOME 2.19.x in MC ports by using cups with samba to connect to WinXP printer server. Only gedit that get crash, but I haven't test with latest version of gedit yet. Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org From owner-freebsd-gnome@FreeBSD.ORG Wed Aug 22 19:48:58 2007 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 032A816A417 for ; Wed, 22 Aug 2007 19:48:58 +0000 (UTC) (envelope-from ivan@kytex.bg) Received: from k2smtpout01-01.prod.mesa1.secureserver.net (k2smtpout01-02.prod.mesa1.secureserver.net [64.202.189.89]) by mx1.freebsd.org (Postfix) with SMTP id 8AE4F13C46E for ; Wed, 22 Aug 2007 19:48:57 +0000 (UTC) (envelope-from ivan@kytex.bg) Received: (qmail 9014 invoked from network); 22 Aug 2007 19:22:17 -0000 Received: from unknown (HELO vh.kytex.net) (208.109.92.156) by k2smtpout01-01.prod.mesa1.secureserver.net (64.202.189.88) with ESMTP; 22 Aug 2007 19:22:16 -0000 Received: (qmail 30124 invoked from network); 22 Aug 2007 22:22:16 +0300 Received: from unknown (HELO dune) (89.252.214.155) by ip-208-109-92-149.ip.secureserver.net with SMTP; 22 Aug 2007 22:22:13 +0300 Date: Wed, 22 Aug 2007 22:22:41 +0300 From: Ivan Georgiev To: yan_zlobin@nsry.ru Message-Id: <20070822222241.51394d77.ivan@kytex.bg> In-Reply-To: <1187751530.16227.7.camel@main-it-36-01.nsry.local> References: <1187751530.16227.7.camel@main-it-36-01.nsry.local> Organization: Ivan Georgiev X-Mailer: Sylpheed 2.4.4 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=Windows-1251 Content-Transfer-Encoding: 8bit Cc: freebsd-gnome@FreeBSD.org Subject: Re: GNOME bug? 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, 22 Aug 2007 19:48:58 -0000 On Wed, 22 Aug 2007 13:58:50 +1100 ßí Çëîáèí wrote: > Hi! > > Please, tell me what cat I do for the correct using CUPS from GNOME > print system? > > GNOME print system do not view cups printers, but CUPS test page print > correctly. > > I use: > - FreeBSD 6.2 > - GNOME 2.18.3 > - CUPS 1.2.11 > - libgnomecups 0.22 > > > > ________________________________________________________________________ > Best Regards, Yan Zlobin > IT Manager > NSRY ltd. > yan_zlobin@nsry.ru > http://www.nsry.ru/ > _______________________________________________ > 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" > Hi, You need to recompile your libgnomeprint package with CUPS support. WITH_CUPS=yes option. Regards: Ivan From owner-freebsd-gnome@FreeBSD.ORG Wed Aug 22 20:17:07 2007 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 4878216A421 for ; Wed, 22 Aug 2007 20:17:07 +0000 (UTC) (envelope-from ulrich@pukruppa.net) Received: from pukruppa.net (pukruppa.net [213.146.114.24]) by mx1.freebsd.org (Postfix) with ESMTP id 7E0E213C494 for ; Wed, 22 Aug 2007 20:17:06 +0000 (UTC) (envelope-from ulrich@pukruppa.net) Received: from pukruppa.net (localhost [127.0.0.1]) by pukruppa.net (8.14.1/8.14.1) with ESMTP id l7MJbb3m009870; Wed, 22 Aug 2007 21:37:37 +0200 (CEST) (envelope-from ulrich@pukruppa.net) Received: from localhost (ulrich@localhost) by pukruppa.net (8.14.1/8.14.1/Submit) with ESMTP id l7MJba63009867; Wed, 22 Aug 2007 21:37:37 +0200 (CEST) (envelope-from ulrich@pukruppa.net) Date: Wed, 22 Aug 2007 21:37:36 +0200 (CEST) From: "P.U.Kruppa" X-X-Sender: ulrich@small To: =?koi8-r?Q?=F1=CE_=FA=CC=CF=C2=C9=CE?= In-Reply-To: <1187751530.16227.7.camel@main-it-36-01.nsry.local> Message-ID: <20070822213448.W28185@small> References: <1187751530.16227.7.camel@main-it-36-01.nsry.local> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-gnome@freebsd.org Subject: Re: GNOME bug? 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, 22 Aug 2007 20:17:07 -0000 On Wed, 22 Aug 2007, ?? ?????? wrote: > Hi! > > Please, tell me what cat I do for the correct using CUPS from GNOME > print system? > > GNOME print system do not view cups printers, but CUPS test page print > correctly. Can you print a file from command line? Something like # lpr mytext.txt ??? Uli. > > I use: > - FreeBSD 6.2 > - GNOME 2.18.3 > - CUPS 1.2.11 > - libgnomecups 0.22 > > > > ________________________________________________________________________ > Best Regards, Yan Zlobin > IT Manager > NSRY ltd. > yan_zlobin@nsry.ru > http://www.nsry.ru/ > _______________________________________________ > 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" > Peter Ulrich Kruppa Wuppertal Germany From owner-freebsd-gnome@FreeBSD.ORG Wed Aug 22 23:30:08 2007 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 046CA16A468 for ; Wed, 22 Aug 2007 23:30:08 +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 C8DD613C48A for ; Wed, 22 Aug 2007 23:30:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l7MNU7Im030772 for ; Wed, 22 Aug 2007 23:30:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l7MNU7dQ030769; Wed, 22 Aug 2007 23:30:07 GMT (envelope-from gnats) Date: Wed, 22 Aug 2007 23:30:07 GMT Message-Id: <200708222330.l7MNU7dQ030769@freefall.freebsd.org> To: gnome@FreeBSD.org From: lhecking@users.sourceforge.net Cc: Subject: Re: ports/114168: [PATCH] audio/esound lacks startup script for esd X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: lhecking@users.sourceforge.net List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 23:30:08 -0000 The following reply was made to PR ports/114168; it has been noted by GNATS. From: lhecking@users.sourceforge.net To: bug-followup@FreeBSD.org, rsmith@xs4all.nl Cc: Subject: Re: ports/114168: [PATCH] audio/esound lacks startup script for esd Date: Thu, 23 Aug 2007 00:05:59 +0100 (IST) Any chance we will see this as an update to 6.2 (minus the typo ...)? It finally fixes a problem I've had since upgrading to gnome 2.18: system sound events, and only those, stopped working. I had the same problem on Linux, and the fix there also was to start the esound daemon at boot. From owner-freebsd-gnome@FreeBSD.ORG Thu Aug 23 06:32:26 2007 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 5758B16A417; Thu, 23 Aug 2007 06:32:26 +0000 (UTC) (envelope-from joost@jodocus.org) Received: from bps.jodocus.org (unknown [IPv6:2001:618:400:2973::1]) by mx1.freebsd.org (Postfix) with ESMTP id DB61C13C442; Thu, 23 Aug 2007 06:32:25 +0000 (UTC) (envelope-from joost@jodocus.org) Received: from jodocus.org (localhost [127.0.0.1]) by bps.jodocus.org (8.13.8/8.13.8) with ESMTP id l7N6WOWv040027; Thu, 23 Aug 2007 08:32:24 +0200 (CEST) (envelope-from joost@jodocus.org) Received: (from joost@localhost) by jodocus.org (8.13.8/8.13.8/Submit) id l7N6WOTt040026; Thu, 23 Aug 2007 08:32:24 +0200 (CEST) (envelope-from joost) Date: Thu, 23 Aug 2007 08:32:24 +0200 (CEST) Message-Id: <200708230632.l7N6WOTt040026@jodocus.org> To: FreeBSD-gnats-submit@freebsd.org From: Joost Bekkers X-send-pr-version: 3.113 X-GNATS-Notify: X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (bps.jodocus.org [127.0.0.1]); Thu, 23 Aug 2007 08:32:24 +0200 (CEST) X-Virus-Scanned: ClamAV 0.91.1/4032/Wed Aug 22 22:15:27 2007 on bps.jodocus.org X-Virus-Status: Clean Cc: gnome@freebsd.org Subject: missing dependency/executable in pkg-config-0.22 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Joost Bekkers List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 06:32:26 -0000 >Submitter-Id: current-users >Originator: Joost Bekkers >Organization: >Confidential: no >Synopsis: missing dependency/executable in pkg-config-0.22 >Severity: serious >Priority: high >Category: ports >Class: sw-bug >Release: FreeBSD 6.2-RELEASE amd64 >Environment: System: FreeBSD bps.jodocus.org 6.2-RELEASE FreeBSD 6.2-RELEASE #1: Sun Jan 21 12:43:37 CET 2007 root@:/usr/obj/usr/src/sys/bps amd64 >Description: pkg-config-0.22 requires (@run-time) gnome-config which is neither inside pkg-config nor is it in one of its dependencys. >How-To-Repeat: build a port that depends on pkg-config on a clean system. >Fix: From owner-freebsd-gnome@FreeBSD.ORG Thu Aug 23 08:00:13 2007 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 8D9C916A418 for ; Thu, 23 Aug 2007 08:00:13 +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 7BB9913C442 for ; Thu, 23 Aug 2007 08:00:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l7N80Duw059948 for ; Thu, 23 Aug 2007 08:00:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l7N80Dub059947; Thu, 23 Aug 2007 08:00:13 GMT (envelope-from gnats) Date: Thu, 23 Aug 2007 08:00:13 GMT Message-Id: <200708230800.l7N80Dub059947@freefall.freebsd.org> To: gnome@FreeBSD.org From: Roland Smith Cc: Subject: Re: ports/114168: [PATCH] audio/esound lacks startup script for esd X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Roland Smith List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 08:00:13 -0000 The following reply was made to PR ports/114168; it has been noted by GNATS. From: Roland Smith To: lhecking@users.sourceforge.net Cc: bug-followup@FreeBSD.org, edwin@FreeBSD.org Subject: Re: ports/114168: [PATCH] audio/esound lacks startup script for esd Date: Thu, 23 Aug 2007 09:40:25 +0200 --BOKacYhQ+x31HxR3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 23, 2007 at 12:05:59AM +0100, lhecking@users.sourceforge.net wr= ote: >=20 > Any chance we will see this as an update to 6.2 (minus the typo ...)? Oops. s/DEAMON/DAEMON/ :-( > It finally fixes a problem I've had since upgrading to gnome 2.18: > system sound events, and only those, stopped working. I had the same > problem on Linux, and the fix there also was to start the esound daemon > at boot. Still waiting for a reaction from gnome@ after almost two months. Of course you can do as I did; just stick the script in /usr/local/etc/rc.d/. edwin@: Time for a maintainer timeout?=20 Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --BOKacYhQ+x31HxR3 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFGzTnpEnfvsMMhpyURAkd8AJ9ElWAmbzjpPIbBcAyB3pshfgTJmwCgnPT4 1DN9tnJgab59kTAxd/C0Bd0= =7uv5 -----END PGP SIGNATURE----- --BOKacYhQ+x31HxR3-- From owner-freebsd-gnome@FreeBSD.ORG Thu Aug 23 09:10:07 2007 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 0125816A46B for ; Thu, 23 Aug 2007 09:10:07 +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 DA49113C45B for ; Thu, 23 Aug 2007 09:10:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l7N9A6jP065096 for ; Thu, 23 Aug 2007 09:10:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l7N9A6No065089; Thu, 23 Aug 2007 09:10:06 GMT (envelope-from gnats) Date: Thu, 23 Aug 2007 09:10:06 GMT Message-Id: <200708230910.l7N9A6No065089@freefall.freebsd.org> To: gnome@FreeBSD.org From: Lars Hecking Cc: Subject: Re: ports/114168: [PATCH] audio/esound lacks startup script for esd X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Lars Hecking List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 09:10:07 -0000 The following reply was made to PR ports/114168; it has been noted by GNATS. From: Lars Hecking To: Roland Smith Cc: bug-followup@FreeBSD.org, edwin@FreeBSD.org Subject: Re: ports/114168: [PATCH] audio/esound lacks startup script for esd Date: Thu, 23 Aug 2007 10:05:27 +0100 (IST) > > It finally fixes a problem I've had since upgrading to gnome 2.18: > > system sound events, and only those, stopped working. I had the same > > problem on Linux, and the fix there also was to start the esound daemon > > at boot. > > Still waiting for a reaction from gnome@ after almost two months. Of > course you can do as I did; just stick the script in /usr/local/etc/rc.d/. Which is exactly what I did ;) From owner-freebsd-gnome@FreeBSD.ORG Thu Aug 23 12:10:47 2007 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 71FEF16A41B; Thu, 23 Aug 2007 12:10:47 +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 48C1E13C469; Thu, 23 Aug 2007 12:10:47 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l7NCAlYp081199; Thu, 23 Aug 2007 12:10:47 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l7NCAl6K081195; Thu, 23 Aug 2007 12:10:47 GMT (envelope-from edwin) Date: Thu, 23 Aug 2007 12:10:47 GMT Message-Id: <200708231210.l7NCAl6K081195@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/115745: missing dependency/executable in devel/pkg-config 0.22 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 12:10:47 -0000 Synopsis: missing dependency/executable in devel/pkg-config 0.22 Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Thu Aug 23 12:10:46 UTC 2007 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=115745 From owner-freebsd-gnome@FreeBSD.ORG Thu Aug 23 13:47:33 2007 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 E535916A417 for ; Thu, 23 Aug 2007 13:47:32 +0000 (UTC) (envelope-from jwb@homer.att.com) Received: from mail120.messagelabs.com (mail120.messagelabs.com [216.82.250.83]) by mx1.freebsd.org (Postfix) with ESMTP id 9AF9C13C4B6 for ; Thu, 23 Aug 2007 13:47:32 +0000 (UTC) (envelope-from jwb@homer.att.com) X-VirusChecked: Checked X-Env-Sender: jwb@homer.att.com X-Msg-Ref: server-13.tower-120.messagelabs.com!1187875250!11975186!1 X-StarScan-Version: 5.5.12.14.2; banners=-,-,- X-Originating-IP: [144.160.20.53] Received: (qmail 555 invoked from network); 23 Aug 2007 13:20:51 -0000 Received: from sbcsmtp6.sbc.com (HELO mlph073.enaf.sfdc.sbc.com) (144.160.20.53) by server-13.tower-120.messagelabs.com with AES256-SHA encrypted SMTP; 23 Aug 2007 13:20:51 -0000 Received: from enaf.sfdc.sbc.com (localhost.localdomain [127.0.0.1]) by mlph073.enaf.sfdc.sbc.com (8.14.0/8.14.0) with ESMTP id l7NDKoe2015728 for ; Thu, 23 Aug 2007 09:20:50 -0400 Received: from mlph070.sfdc.sbc.com (mlph070.sfdc.sbc.com [144.155.224.139]) by mlph073.enaf.sfdc.sbc.com (8.14.0/8.14.0) with ESMTP id l7NDKjc7015248 for ; Thu, 23 Aug 2007 09:20:45 -0400 Received: from sfdc.sbc.com (localhost.localdomain [127.0.0.1]) by mlph070.sfdc.sbc.com (8.14.0/8.14.0) with ESMTP id l7NDKijn000797 for ; Thu, 23 Aug 2007 09:20:44 -0400 Received: from ulysses.homer.att.com (ulysses.homer.att.com [135.205.193.8]) by mlph070.sfdc.sbc.com (8.14.0/8.14.0) with ESMTP id l7NDKffq000714 for ; Thu, 23 Aug 2007 09:20:41 -0400 Received: from akiva.homer.att.com (akiva.homer.att.com [135.205.212.39]) by ulysses.homer.att.com (8.9.3/8.9.3) with ESMTP id JAA29175 for ; Thu, 23 Aug 2007 09:20:20 -0400 (EDT) Received: from akiva (localhost [127.0.0.1]) by akiva.homer.att.com (8.9.3/8.9.3) with ESMTP id JAA21417 for ; Thu, 23 Aug 2007 09:20:20 -0400 (EDT) Message-Id: <200708231320.JAA21417@akiva.homer.att.com> X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.0.4 To: gnome@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 23 Aug 2007 09:20:20 -0400 From: "J. W. Ballantine" Cc: Subject: gnome-speech-0.4.16 checksum mismatch X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 13:47:33 -0000 Based on a cvs of this morning (Aug 23 06:47), gnome-speech fails with: ---> Building '/usr/ports/accessibility/gnome-speech' ===> Cleaning for gnome-speech-0.4.16 ===> Vulnerability check disabled, database not found ===> Extracting for gnome-speech-0.4.16 => MD5 Checksum mismatch for gnome2/gnome-speech-0.4.16.tar.bz2. => SHA256 Checksum mismatch for gnome2/gnome-speech-0.4.16.tar.bz2. ===> Refetch for 1 more times files: gnome2/gnome-speech-0.4.16.tar.bz2 gnome2/gnome-speech-0.4.16.tar.bz2 ===> Vulnerability check disabled, database not found => gnome-speech-0.4.16.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/gnome2. => Attempting to fetch from ftp://ftp.belnet.be/mirror/ftp.gnome.org/sources/gn ome-speech/0.4/. fetch: gnome-speech-0.4.16.tar.bz2: local modification time does not match remote => Attempting to fetch from ftp://ftp.no.gnome.org/pub/GNOME/sources/gnome-spee ch/0.4/. fetch: gnome-speech-0.4.16.tar.bz2: local modification time does not match remote => Attempting to fetch from ftp://ftp.dit.upm.es/linux/gnome/sources/gnome-spee ch/0.4/. fetch: gnome-speech-0.4.16.tar.bz2: local modification time does not match remote => Attempting to fetch from http://rpmfind.net/linux/gnome.org/sources/gnome-sp eech/0.4/. fetch: gnome-speech-0.4.16.tar.bz2: local modification time does not match remote => Attempting to fetch from ftp://ftp.dataplus.se/pub/linux/gnome/sources/gnome -speech/0.4/. fetch: ftp://ftp.dataplus.se/pub/linux/gnome/sources/gnome-speech/0.4/gnome-spe ech-0.4.16.tar.bz2: File unavailable (e.g., file not found, no access) => Attempting to fetch from ftp://ftp.cse.buffalo.edu/pub/Gnome/sources/gnome-s peech/0.4/. fetch: gnome-speech-0.4.16.tar.bz2: local modification time does not match remote => Attempting to fetch from http://ftp.unina.it/pub/linux/GNOME/sources/gnome-s peech/0.4/. fetch: gnome-speech-0.4.16.tar.bz2: local modification time does not match remote => Attempting to fetch from http://www.gtlib.cc.gatech.edu/pub/gnome/sources/gn ome-speech/0.4/. fetch: gnome-speech-0.4.16.tar.bz2: local modification time does not match remote => Attempting to fetch from http://archive.progeny.com/GNOME/sources/gnome-spee ch/0.4/. fetch: http://archive.progeny.com/GNOME/sources/gnome-speech/0.4/gnome-speech-0 .4.16.tar.bz2: size unknown fetch: http://archive.progeny.com/GNOME/sources/gnome-speech/0.4/gnome-speech-0 .4.16.tar.bz2: size of remote file is not known fetch: gnome-speech-0.4.16.tar.bz2: local modification time does not match remote => Attempting to fetch from http://www.zentek-international.com/mirrors/gnome/s ources/gnome-speech/0.4/. fetch: http://www.zentek-international.com/mirrors/gnome/sources/gnome-speech/0 .4/gnome-speech-0.4.16.tar.bz2: size unknown fetch: http://www.zentek-international.com/mirrors/gnome/sources/gnome-speech/0 .4/gnome-speech-0.4.16.tar.bz2: size of remote file i s not known fetch: gnome-speech-0.4.16.tar.bz2: local modification time does not match remote => Attempting to fetch from ftp://ftp.dti.ad.jp/pub/X/gnome/sources/gnome-speec h/0.4/. fetch: gnome-speech-0.4.16.tar.bz2: local modification time does not match remote => Attempting to fetch from http://ring.sakura.ad.jp/archives/X/gnome/sources/g nome-speech/0.4/. fetch: gnome-speech-0.4.16.tar.bz2: local modification time does not match remote => Attempting to fetch from http://ring.riken.jp/archives/X/gnome/sources/gnome -speech/0.4/. fetch: gnome-speech-0.4.16.tar.bz2: local modification time does not match remote => Attempting to fetch from ftp://ftp.kddlabs.co.jp/pub/GNOME/sources/gnome-spe ech/0.4/. fetch: gnome-speech-0.4.16.tar.bz2: local modification time does not match remote => Attempting to fetch from ftp://ftp.mirrorservice.org/sites/ftp.gnome.org/pub /GNOME/sources/gnome-speech/0.4/. fetch: gnome-speech-0.4.16.tar.bz2: local modification time does not match remote => Attempting to fetch from http://ftp.gnome.org/pub/GNOME/sources/gnome-speech /0.4/. fetch: gnome-speech-0.4.16.tar.bz2: local modification time does not match remote => Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/g nome2/. fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/gnome2/gnome-speech-0. 4.16.tar.bz2: size mismatch: expected 309022, actual 308969 => Couldn't fetch it - please try to retrieve this => port manually into /usr/ports/distfiles/gnome2 and try again. *** Error code 1 Stop in /usr/ports/accessibility/gnome-speech. *** Error code 1 Jim Ballantine From owner-freebsd-gnome@FreeBSD.ORG Thu Aug 23 14:00:05 2007 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 61F0B16A41A for ; Thu, 23 Aug 2007 14:00:05 +0000 (UTC) (envelope-from yuri@darklight.org.ru) Received: from darklight.org.ru (crsd-pt.tunnel.tserv2.fmt.ipv6.he.net [IPv6:2001:470:1f03:2d5::2]) by mx1.freebsd.org (Postfix) with ESMTP id E02A813C45E for ; Thu, 23 Aug 2007 14:00:03 +0000 (UTC) (envelope-from yuri@darklight.org.ru) Received: from darklight.org.ru (yuri@darklight.org.ru [127.0.0.1]) by darklight.org.ru (8.14.1/8.14.1) with ESMTP id l7NDxeV2044711 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 23 Aug 2007 17:59:40 +0400 (MSD) (envelope-from yuri@darklight.org.ru) Received: (from yuri@localhost) by darklight.org.ru (8.14.1/8.14.1/Submit) id l7NDxcQs044710; Thu, 23 Aug 2007 17:59:38 +0400 (MSD) (envelope-from yuri@darklight.org.ru) Date: Thu, 23 Aug 2007 17:59:38 +0400 From: Yuri Pankov To: "J. W. Ballantine" Message-ID: <20070823135938.GC43294@darklight.org.ru> References: <200708231320.JAA21417@akiva.homer.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200708231320.JAA21417@akiva.homer.att.com> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: gnome@freebsd.org Subject: Re: gnome-speech-0.4.16 checksum mismatch X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 14:00:05 -0000 On Thu, Aug 23, 2007 at 09:20:20AM -0400, J. W. Ballantine wrote: > > Based on a cvs of this morning (Aug 23 06:47), gnome-speech fails with: > > ---> Building '/usr/ports/accessibility/gnome-speech' > ===> Cleaning for gnome-speech-0.4.16 > ===> Vulnerability check disabled, database not found > ===> Extracting for gnome-speech-0.4.16 > => MD5 Checksum mismatch for gnome2/gnome-speech-0.4.16.tar.bz2. > => SHA256 Checksum mismatch for gnome2/gnome-speech-0.4.16.tar.bz2. > ===> Refetch for 1 more times files: gnome2/gnome-speech-0.4.16.tar.bz2 > gnome2/gnome-speech-0.4.16.tar.bz2 > ===> Vulnerability check disabled, database not found > => gnome-speech-0.4.16.tar.bz2 doesn't seem to exist in > /usr/ports/distfiles/gnome2. > => Attempting to fetch from ftp://ftp.belnet.be/mirror/ftp.gnome.org/sources/gn > ome-speech/0.4/. > fetch: gnome-speech-0.4.16.tar.bz2: local modification time does not match > remote > => Attempting to fetch from ftp://ftp.no.gnome.org/pub/GNOME/sources/gnome-spee > ch/0.4/. > fetch: gnome-speech-0.4.16.tar.bz2: local modification time does not match > remote > => Attempting to fetch from ftp://ftp.dit.upm.es/linux/gnome/sources/gnome-spee > ch/0.4/. > fetch: gnome-speech-0.4.16.tar.bz2: local modification time does not match > remote > => Attempting to fetch from http://rpmfind.net/linux/gnome.org/sources/gnome-sp > eech/0.4/. > fetch: gnome-speech-0.4.16.tar.bz2: local modification time does not match > remote > => Attempting to fetch from ftp://ftp.dataplus.se/pub/linux/gnome/sources/gnome > -speech/0.4/. > fetch: ftp://ftp.dataplus.se/pub/linux/gnome/sources/gnome-speech/0.4/gnome-spe > ech-0.4.16.tar.bz2: File unavailable (e.g., file not > found, no access) > => Attempting to fetch from ftp://ftp.cse.buffalo.edu/pub/Gnome/sources/gnome-s > peech/0.4/. > fetch: gnome-speech-0.4.16.tar.bz2: local modification time does not match > remote > => Attempting to fetch from http://ftp.unina.it/pub/linux/GNOME/sources/gnome-s > peech/0.4/. > fetch: gnome-speech-0.4.16.tar.bz2: local modification time does not match > remote > => Attempting to fetch from http://www.gtlib.cc.gatech.edu/pub/gnome/sources/gn > ome-speech/0.4/. > fetch: gnome-speech-0.4.16.tar.bz2: local modification time does not match > remote > => Attempting to fetch from http://archive.progeny.com/GNOME/sources/gnome-spee > ch/0.4/. > fetch: http://archive.progeny.com/GNOME/sources/gnome-speech/0.4/gnome-speech-0 > .4.16.tar.bz2: size unknown > fetch: http://archive.progeny.com/GNOME/sources/gnome-speech/0.4/gnome-speech-0 > .4.16.tar.bz2: size of remote file is not known > fetch: gnome-speech-0.4.16.tar.bz2: local modification time does not match > remote > => Attempting to fetch from http://www.zentek-international.com/mirrors/gnome/s > ources/gnome-speech/0.4/. > fetch: http://www.zentek-international.com/mirrors/gnome/sources/gnome-speech/0 > .4/gnome-speech-0.4.16.tar.bz2: size unknown > fetch: http://www.zentek-international.com/mirrors/gnome/sources/gnome-speech/0 > .4/gnome-speech-0.4.16.tar.bz2: size of remote file i > s not known > fetch: gnome-speech-0.4.16.tar.bz2: local modification time does not match > remote > => Attempting to fetch from ftp://ftp.dti.ad.jp/pub/X/gnome/sources/gnome-speec > h/0.4/. > fetch: gnome-speech-0.4.16.tar.bz2: local modification time does not match > remote > => Attempting to fetch from http://ring.sakura.ad.jp/archives/X/gnome/sources/g > nome-speech/0.4/. > fetch: gnome-speech-0.4.16.tar.bz2: local modification time does not match > remote > => Attempting to fetch from http://ring.riken.jp/archives/X/gnome/sources/gnome > -speech/0.4/. > fetch: gnome-speech-0.4.16.tar.bz2: local modification time does not match > remote > => Attempting to fetch from ftp://ftp.kddlabs.co.jp/pub/GNOME/sources/gnome-spe > ech/0.4/. > fetch: gnome-speech-0.4.16.tar.bz2: local modification time does not match > remote > => Attempting to fetch from ftp://ftp.mirrorservice.org/sites/ftp.gnome.org/pub > /GNOME/sources/gnome-speech/0.4/. > fetch: gnome-speech-0.4.16.tar.bz2: local modification time does not match > remote > => Attempting to fetch from http://ftp.gnome.org/pub/GNOME/sources/gnome-speech > /0.4/. > fetch: gnome-speech-0.4.16.tar.bz2: local modification time does not match > remote > => Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/g > nome2/. > fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/gnome2/gnome-speech-0. > 4.16.tar.bz2: size mismatch: expected 309022, actual > 308969 > => Couldn't fetch it - please try to retrieve this > => port manually into /usr/ports/distfiles/gnome2 and try again. > *** Error code 1 > > Stop in /usr/ports/accessibility/gnome-speech. > *** Error code 1 > > > Jim Ballantine > Looks like your local error: => gnome-speech-0.4.16.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/gnome2. => Attempting to fetch from ftp://ftp.belnet.be/mirror/ftp.gnome.org/sources/gnome-speech/0.4/. looking up ftp.belnet.be connecting to ftp.belnet.be:21 setting passive mode opening data connection initiating transfer remote size / mtime: 309022 / 1187026831 gnome-speech-0.4.16.tar.bz2 100% of 301 kB 3049 Bps 00m00s => MD5 Checksum OK for gnome2/gnome-speech-0.4.16.tar.bz2. => SHA256 Checksum OK for gnome2/gnome-speech-0.4.16.tar.bz2. Try removing /usr/ports/distfiles/gnome-speech-0.4.16.tar.bz2 and fetch it again ('local modification time does not match remote' is usually sign of unclean fetch shutdown during download). HTH, Yuri From owner-freebsd-gnome@FreeBSD.ORG Thu Aug 23 15:18:18 2007 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 6430F16A420 for ; Thu, 23 Aug 2007 15:18:18 +0000 (UTC) (envelope-from WESTCOAST4U@VODAMAIL.CO.ZA) Received: from vodamail.co.za (mx9.vodamail.co.za [196.11.146.168]) by mx1.freebsd.org (Postfix) with ESMTP id 92D2413C45E for ; Thu, 23 Aug 2007 15:18:16 +0000 (UTC) (envelope-from WESTCOAST4U@VODAMAIL.CO.ZA) Received: from localhost (localhost [127.0.0.1]) by mx4.vodamail.co.za (Postfix) with ESMTP id CAFC7415B for ; Thu, 23 Aug 2007 16:54:52 +0200 (SAST) Received: from vodamail.co.za ([127.0.0.1]) by localhost (mx1.vodamail.co.za [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 28605-07 for ; Thu, 23 Aug 2007 16:54:51 +0200 (SAST) Received: from CW-CT (unknown [10.61.84.47]) by mx4.vodamail.co.za (Postfix) with SMTP id 692E340C7 for ; Thu, 23 Aug 2007 16:53:57 +0200 (SAST) Message-ID: From: "PROPERTY INVESTMENT" To: Date: Thu, 23 Aug 2007 16:22:40 +0200 MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=SPLITOR00A_001_111588609D" X-Virus-Scanned: amavisd-new at vodamail.co.za X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: PROPERTY INVESTMENT NEWSLETTER SHVII X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 15:18:18 -0000 This is a multi-part message in MIME format. ------=SPLITOR00A_001_111588609D Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1252" = &nb= sp; = &nb= sp; PROPERTY=20 INVESTMENT [3D"cid:2704an$IN618011878789601@CW-CT"] [3D"cid:2704an$IN618011878789602@CW-CT"] = ; &n= bsp; = ; &n= bsp; =20 ST HELENA VIEWS=20 II Saint=20 Helena Views Phase II - A West Coast Security=20 Village nestled in a Gorge with Majestic Views. Nestled in = a=20 gorge in very close proximity to the centre of St. Helena Bay, = Saint=20 Helena Views offers prospects the opportunity to invest in a=20 Security Village in a beautiful and optimal setting in which = to=20 live. Located only 150km from Cape Town on the wide R27 = West=20 Coast Road Saint Helena Views is within easy reach. One of = the=20 inherent advantages of Saint Helena Views is its location high = up in=20 the St. Helena Valley. Blessed with stunning ocean and = mountain=20 views, Saint Helena Views also enjoys protection from = blustery=20 winds, making it one of the most attractive places to live in = the=20 West Coast. Building guidelines for Saint Helena Views = ensure=20 that the beauty of the West Coast aesthetic is preserved for = the=20 benefit of its residents. With views over the Atlantic = Ocean, a=20 tranquil coastline, natural beauty with wide pristine = beaches,=20 abundance of bird life & flora and quaint West Coast=20 architecture Saint Helena Views promises to be a very sought = after=20 residential security village = ; =20 IF YOU WISH = TO =20 RECEIVE MORE INFO = CLICK =20 ON [1]MORE=20 INFO =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= 3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= 3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Specs of the = Development=20 : * Name : Saint Helena Views Phase = II. *=20 Location : St. Helena Bay Valley in St. Helena Bay. * = Security=20 Estate with Single Entrance / Exit. * Stands are North to=20 North-West facing. * Improvements : 300 Palm Trees & = Water=20 Fountains. * Sizes of Stands : 300m=B2 - 450 m=B2. * = Priced from=20 R249,000.00. * 5% Deposit secures. * Inclusive of all=20 transfer duties, conveyancing fees and bond registration = costs. *=20 Transfer only from Mid 2008 onwards. * Building guidelines = to=20 ensure maintaining the standard of the development. * No = building=20 time limit. Investment in property in this pristine security = development=20 with entry level pricing at below market value with a relative = low=20 deposit and delayed transfer of more than a year will attain=20 significant growth. We=20 respect our customer's privacy. We e-mail = our database=20 approx. once a month. If you no longer wish to receive=20 communication from us we will gladly (but = sadly) remove=20 you from our e-mail list. Simply "CLICK=20 HERE" and we will remove you from our=20 list. Your E-MAIL ADDRESS was obtained from public = and/or=20 privileged sources. If you have received 2 or more = emails with=20 the same information in it, this is probably due to the fact = that we=20 have you registered under multiple e-mail address, simply=20 unsubscribe from the accounts you no longer wish to receive=20 communication from us. = References 1. 3D"mailto:WESTCOAST4U@MWEB.CO.ZA?SUBJECT=3DMORE ------=SPLITOR00A_001_111588609D-- From owner-freebsd-gnome@FreeBSD.ORG Thu Aug 23 18:50:09 2007 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 13F9916A475 for ; Thu, 23 Aug 2007 18:50:09 +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 AA50013C457 for ; Thu, 23 Aug 2007 18:50:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l7NIo8w3005612 for ; Thu, 23 Aug 2007 18:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l7NIo8TJ005611; Thu, 23 Aug 2007 18:50:08 GMT (envelope-from gnats) Date: Thu, 23 Aug 2007 18:50:08 GMT Message-Id: <200708231850.l7NIo8TJ005611@freefall.freebsd.org> To: gnome@FreeBSD.org From: Joe Marcus Clarke Cc: Subject: Re: ports/114168: [PATCH] audio/esound lacks startup script for esd X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Joe Marcus Clarke List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 18:50:09 -0000 The following reply was made to PR ports/114168; it has been noted by GNATS. From: Joe Marcus Clarke To: bug-followup@freebsd.org, rsmith@xs4all.nl Cc: Subject: Re: ports/114168: [PATCH] audio/esound lacks startup script for esd Date: Thu, 23 Aug 2007 14:27:22 -0400 --=-V/cmjnfxFsAKVEgOF1/t Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Esd is designed to be run as the current user, and not as root. I don't think starting it out of rc.d is a good idea. What other distributions do this? Joe --=20 Joe Marcus Clarke FreeBSD GNOME Team :: marcus@FreeBSD.org gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome --=-V/cmjnfxFsAKVEgOF1/t Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBGzdGHb2iPiv4Uz4cRAvcxAKCpU3y5Wb653IqY33RfVUJsmCWvDQCaAgRL aBaMweEPCZ3mHhJ7p6s+7cw= =5EPa -----END PGP SIGNATURE----- --=-V/cmjnfxFsAKVEgOF1/t-- From owner-freebsd-gnome@FreeBSD.ORG Thu Aug 23 19:50:06 2007 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 5C9A916A418 for ; Thu, 23 Aug 2007 19:50:06 +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 4389D13C442 for ; Thu, 23 Aug 2007 19:50:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l7NJo6qm013975 for ; Thu, 23 Aug 2007 19:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l7NJo6Gl013970; Thu, 23 Aug 2007 19:50:06 GMT (envelope-from gnats) Date: Thu, 23 Aug 2007 19:50:06 GMT Message-Id: <200708231950.l7NJo6Gl013970@freefall.freebsd.org> To: gnome@FreeBSD.org From: Roland Smith Cc: Subject: Re: ports/114168: [PATCH] audio/esound lacks startup script for esd X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Roland Smith List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 19:50:06 -0000 The following reply was made to PR ports/114168; it has been noted by GNATS. From: Roland Smith To: Joe Marcus Clarke Cc: bug-followup@freebsd.org Subject: Re: ports/114168: [PATCH] audio/esound lacks startup script for esd Date: Thu, 23 Aug 2007 21:45:51 +0200 --r5Pyd7+fXNt84Ff3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 23, 2007 at 02:27:22PM -0400, Joe Marcus Clarke wrote: > Esd is designed to be run as the current user, and not as root. I don't > think starting it out of rc.d is a good idea.=20 How does esd gain access to the sound devices when running as a normal user? I guess you'd have to give everybody read and write access to the devices in question. I'm not sure how that is safer than running esd as roo= t. > What other distributions do this? I don't know. I just found it inconvenient that it doesn't start automatically, like a daemon should (if configured in rc.conf) Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --r5Pyd7+fXNt84Ff3 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFGzePvEnfvsMMhpyURAitGAJ9r0QiXRFNq23BwsW2sk0vAFCucUgCgij5h U8sUsbmRq00IN5i0eM03CRM= =Lqqd -----END PGP SIGNATURE----- --r5Pyd7+fXNt84Ff3-- From owner-freebsd-gnome@FreeBSD.ORG Thu Aug 23 20:03:03 2007 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 C04A216A417 for ; Thu, 23 Aug 2007 20:03:03 +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 5BC3F13C428 for ; Thu, 23 Aug 2007 20:03:03 +0000 (UTC) (envelope-from marcus@FreeBSD.org) X-TACSUNS: Virus Scanned Received: from rooster.cisco.com (localhost [127.0.0.1]) by av-tac-rtp.cisco.com (8.11.7p3+Sun/8.11.7) with ESMTP id l7NK32Y25671; Thu, 23 Aug 2007 16:03:02 -0400 (EDT) Received: from [64.102.221.145] (dhcp-64-102-221-145.cisco.com [64.102.221.145]) by rooster.cisco.com (8.11.7p3+Sun/8.11.7) with ESMTP id l7NK39613474; Thu, 23 Aug 2007 16:03:09 -0400 (EDT) Message-ID: <46CDE80D.9050000@FreeBSD.org> Date: Thu, 23 Aug 2007 16:03:25 -0400 From: Joe Marcus Clarke Organization: FreeBSD, Inc. User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Roland Smith References: <200708231950.l7NJo6Gl013970@freefall.freebsd.org> In-Reply-To: <200708231950.l7NJo6Gl013970@freefall.freebsd.org> X-Enigmail-Version: 0.95.3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: gnome@FreeBSD.org Subject: Re: ports/114168: [PATCH] audio/esound lacks startup script for esd X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 20:03:03 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Roland Smith wrote: > The following reply was made to PR ports/114168; it has been noted by GNATS. > > From: Roland Smith > To: Joe Marcus Clarke > Cc: bug-followup@freebsd.org > Subject: Re: ports/114168: [PATCH] audio/esound lacks startup script for esd > Date: Thu, 23 Aug 2007 21:45:51 +0200 > > --r5Pyd7+fXNt84Ff3 > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > On Thu, Aug 23, 2007 at 02:27:22PM -0400, Joe Marcus Clarke wrote: > > Esd is designed to be run as the current user, and not as root. I don't > > think starting it out of rc.d is a good idea.=20 > > How does esd gain access to the sound devices when running as a normal > user? I guess you'd have to give everybody read and write access to the > devices in question. I'm not sure how that is safer than running esd as roo= > t. The sound devices are 0666 by default. > > > What other distributions do this? > > I don't know. I just found it inconvenient that it doesn't start > automatically, like a daemon should (if configured in rc.conf) I've never had a problem because GNOME starts it as my user. I'm very leery about running a daemon as root that is clearly designed to be run as a normal user. Joe - -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGzegNb2iPiv4Uz4cRAjKiAJkBVzfHvv7k9b+pqKwmJdGTBq9J6ACdHu3P Xh1TmnRpl/Y9zpdHSU9lp00= =D+FT -----END PGP SIGNATURE----- From owner-freebsd-gnome@FreeBSD.ORG Thu Aug 23 21:31:26 2007 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 195C816A420 for ; Thu, 23 Aug 2007 21:31:26 +0000 (UTC) (envelope-from kris@pcbsd.com) Received: from pcbsd.ixsystems.com (pcbsd.ixsystems.net [206.40.55.78]) by mx1.freebsd.org (Postfix) with ESMTP id 0415E13C45D for ; Thu, 23 Aug 2007 21:31:25 +0000 (UTC) (envelope-from kris@pcbsd.com) Received: from [192.168.1.102] (c-67-170-130-86.hsd1.wa.comcast.net [67.170.130.86]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pcbsd.ixsystems.com (Postfix) with ESMTP id E6CF2145F42B for ; Thu, 23 Aug 2007 21:03:55 +0000 (UTC) Message-ID: <46CDF660.1020203@pcbsd.com> Date: Thu, 23 Aug 2007 14:04:32 -0700 From: Kris Moore User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: gnome@FreeBSD.org X-Enigmail-Version: 0.95.3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: FreeBSD Port: sysutils/hal X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 21:31:26 -0000 Hi there! Is there any updates to the HAL ports in the works right now? I noticed that the version we are using is still 0.5.8.2 and they have 0.5.9 now available instead. http://people.freedesktop.org/~david/dist/ Let me know whats going on, and if nobody has done this, I may fix up the port here and submit it back to you guys for inclusion. Thanks! -- Kris Moore PC-BSD Software http://www.pcbsd.com From owner-freebsd-gnome@FreeBSD.ORG Thu Aug 23 21:43:58 2007 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 65E7816A420 for ; Thu, 23 Aug 2007 21:43:58 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from creme-brulee.marcuscom.com (penna-pt.tunnel.tserv1.fmt.ipv6.he.net [IPv6:2001:470:1f00:ffff::1279]) by mx1.freebsd.org (Postfix) with ESMTP id 0262313C46C for ; Thu, 23 Aug 2007 21:43:57 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from [IPv6:2001:470:1f00:2464::4] (shumai.marcuscom.com [IPv6:2001:470:1f00:2464::4]) by creme-brulee.marcuscom.com (8.14.1/8.14.1) with ESMTP id l7NLj611015252; Thu, 23 Aug 2007 17:45:06 -0400 (EDT) (envelope-from marcus@FreeBSD.org) From: Joe Marcus Clarke To: Roland Smith In-Reply-To: <20070823212422.GA39448@slackbox.xs4all.nl> References: <200708231950.l7NJo6Gl013970@freefall.freebsd.org> <46CDE80D.9050000@FreeBSD.org> <20070823212422.GA39448@slackbox.xs4all.nl> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-9eE19UQC2CACK1KFZ6EX" Organization: FreeBSD, Inc. Date: Thu, 23 Aug 2007 17:43:47 -0400 Message-Id: <1187905427.22397.12.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 FreeBSD GNOME Team Port X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,NO_RELAYS autolearn=ham version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on creme-brulee.marcuscom.com Cc: gnome@FreeBSD.org Subject: Re: ports/114168: [PATCH] audio/esound lacks startup script for esd X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 21:43:58 -0000 --=-9eE19UQC2CACK1KFZ6EX Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2007-08-23 at 23:24 +0200, Roland Smith wrote: > On Thu, Aug 23, 2007 at 04:03:25PM -0400, Joe Marcus Clarke wrote: > > > I don't know. I just found it inconvenient that it doesn't start > > > automatically, like a daemon should (if configured in rc.conf) > >=20 > > I've never had a problem because GNOME starts it as my user.=20 >=20 > Ah. I'm not running gnome, just using esd with fvwm2. It should be trivial to add something to .xinitrc or whatever you use to start X that also spawns esd. >=20 > > I'm very > > leery about running a daemon as root that is clearly designed to be run > > as a normal user. >=20 > Understandable. But the startup script could be adapted to start esd as > a non-root user. But as which user? As I said, esd is designed to run as the user that will be connecting to it to play sounds. Joe --=20 Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome --=-9eE19UQC2CACK1KFZ6EX Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBGzf+Rb2iPiv4Uz4cRAglcAJ9nfDO06JZOTxNcHeK0/llVf2cFAQCfWsgi FiMEimyKyeyb3QiK2B9Qbis= =RpQA -----END PGP SIGNATURE----- --=-9eE19UQC2CACK1KFZ6EX-- From owner-freebsd-gnome@FreeBSD.ORG Thu Aug 23 21:45:09 2007 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 94C0E16A419 for ; Thu, 23 Aug 2007 21:45:09 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr13.xs4all.nl (smtp-vbr13.xs4all.nl [194.109.24.33]) by mx1.freebsd.org (Postfix) with ESMTP id 27F3F13C458 for ; Thu, 23 Aug 2007 21:45:08 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr13.xs4all.nl (8.13.8/8.13.8) with ESMTP id l7NLOMP2045115; Thu, 23 Aug 2007 23:24:23 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 82274B833; Thu, 23 Aug 2007 23:24:22 +0200 (CEST) Date: Thu, 23 Aug 2007 23:24:22 +0200 From: Roland Smith To: Joe Marcus Clarke Message-ID: <20070823212422.GA39448@slackbox.xs4all.nl> References: <200708231950.l7NJo6Gl013970@freefall.freebsd.org> <46CDE80D.9050000@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="a8Wt8u1KmwUX3Y2C" Content-Disposition: inline In-Reply-To: <46CDE80D.9050000@FreeBSD.org> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.16 (2007-06-09) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: gnome@FreeBSD.org Subject: Re: ports/114168: [PATCH] audio/esound lacks startup script for esd X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 21:45:09 -0000 --a8Wt8u1KmwUX3Y2C Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 23, 2007 at 04:03:25PM -0400, Joe Marcus Clarke wrote: > > I don't know. I just found it inconvenient that it doesn't start > > automatically, like a daemon should (if configured in rc.conf) >=20 > I've never had a problem because GNOME starts it as my user.=20 Ah. I'm not running gnome, just using esd with fvwm2. > I'm very > leery about running a daemon as root that is clearly designed to be run > as a normal user. Understandable. But the startup script could be adapted to start esd as a non-root user. Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --a8Wt8u1KmwUX3Y2C Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFGzfsGEnfvsMMhpyURAnGfAJ9NrVmFls1TFdYM8Nv09RkC/a9R2wCfTNGF mP4HTY9BbIZu7r/OGDgdaoE= =TVWy -----END PGP SIGNATURE----- --a8Wt8u1KmwUX3Y2C-- From owner-freebsd-gnome@FreeBSD.ORG Thu Aug 23 21:46:20 2007 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 6452216A41A for ; Thu, 23 Aug 2007 21:46:20 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (marcuscom-pt.tunnel.tserv1.fmt.ipv6.he.net [IPv6:2001:470:1f00:ffff::1279]) by mx1.freebsd.org (Postfix) with ESMTP id F27A313C45B for ; Thu, 23 Aug 2007 21:46:19 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from [IPv6:2001:470:1f00:2464::4] (shumai.marcuscom.com [IPv6:2001:470:1f00:2464::4]) by creme-brulee.marcuscom.com (8.14.1/8.14.1) with ESMTP id l7NLlWET015271; Thu, 23 Aug 2007 17:47:32 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Kris Moore In-Reply-To: <46CDF660.1020203@pcbsd.com> References: <46CDF660.1020203@pcbsd.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-RPBhq09cvncJSYJ7+3to" Organization: MarcusCom, Inc. Date: Thu, 23 Aug 2007 17:46:13 -0400 Message-Id: <1187905573.22397.15.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 FreeBSD GNOME Team Port X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,NO_RELAYS autolearn=ham version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on creme-brulee.marcuscom.com Cc: gnome@freebsd.org Subject: Re: FreeBSD Port: sysutils/hal X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 21:46:20 -0000 --=-RPBhq09cvncJSYJ7+3to Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2007-08-23 at 14:04 -0700, Kris Moore wrote: > Hi there! >=20 > Is there any updates to the HAL ports in the works right now? I noticed > that the version we are using is still 0.5.8.2 and they have 0.5.9 now > available instead. >=20 > http://people.freedesktop.org/~david/dist/ >=20 > Let me know whats going on, and if nobody has done this, I may fix up > the port here and submit it back to you guys for inclusion. There is only one pending update in my CVS tree. I have not started the work to merge 0.5.9 since it will not be trivial, and as far as I know, there is still no official PolicyKit release. I had planned to start looking at updating HAL for GNOME 2.22. It really isn't a big deal to have the version of HAL we have now. It's not like upgrading to 0.5.9 will bring any real FreeBSD improvements. However, if you have interest in additional porting to the FreeBSD backend, let me know. There is a need to develop a cpufreq addon that ties into powerd. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-RPBhq09cvncJSYJ7+3to Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD4DBQBGzgAjb2iPiv4Uz4cRAkC/AJjGnegjuzrTH0xzWftdk5IHq8eOAJwJkHM4 PJS0cBuAtT+UbB49DxyLAw== =luXX -----END PGP SIGNATURE----- --=-RPBhq09cvncJSYJ7+3to-- From owner-freebsd-gnome@FreeBSD.ORG Thu Aug 23 23:10:10 2007 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 916B516A41A; Thu, 23 Aug 2007 23:10:10 +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 6850E13C442; Thu, 23 Aug 2007 23:10:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l7NNAAbY026192; Thu, 23 Aug 2007 23:10:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l7NNAART026188; Thu, 23 Aug 2007 23:10:10 GMT (envelope-from edwin) Date: Thu, 23 Aug 2007 23:10:10 GMT Message-Id: <200708232310.l7NNAART026188@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/115771: [PATCH] sysutils/gnome-volume-manager: inifite loop on startup X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 23:10:10 -0000 Synopsis: [PATCH] sysutils/gnome-volume-manager: inifite loop on startup Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Thu Aug 23 23:10:09 UTC 2007 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=115771 From owner-freebsd-gnome@FreeBSD.ORG Thu Aug 23 23:24:56 2007 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 4E99616A41A for ; Thu, 23 Aug 2007 23:24:56 +0000 (UTC) (envelope-from mwisnicki@gmail.com) Received: from hu-out-0506.google.com (hu-out-0506.google.com [72.14.214.228]) by mx1.freebsd.org (Postfix) with ESMTP id CE69013C46B for ; Thu, 23 Aug 2007 23:24:55 +0000 (UTC) (envelope-from mwisnicki@gmail.com) Received: by hu-out-0506.google.com with SMTP id 28so239514hub for ; Thu, 23 Aug 2007 16:24:54 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:date:to:subject:from:cc:x-send-pr-version:x-gnats-notify:sender:message-id; b=HEFT/BscwhF7AYXfE/ObqMt0/RDJArlswSV7lyQsyrn8IrAWNrRezguELR1Z06xMw9XW+t/FjDfjIrFm7phDTYWA6ju8y1TfUnyossnvj14vFjhuKs6deN2EPJlxY1FslxGK+Qm5rOYNz/I9Cl8Bc95ZDcYYvGAiR7JpobRsq9I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:to:subject:from:cc:x-send-pr-version:x-gnats-notify:sender:message-id; b=qRoGjqdCb7clKQst6Eo3/xbM0Vnj0Q9SMHAUZD/yHxIwO137mkwgf7TPC1SHKdwaoiv62dBPZy00b6SkFaSyWxAKIC2CNy7gUJ4v0aQ4vgN2QtKzWV6dgkdDsH69qS5wtE+KZsu78zULOLMNP32/eJNkB3rnqmn20KPA4CH0mH8= Received: by 10.86.74.15 with SMTP id w15mr1741660fga.1187910579148; Thu, 23 Aug 2007 16:09:39 -0700 (PDT) Received: from ghost.pnet.one.pl ( [84.40.242.20]) by mx.google.com with ESMTPS id g8sm9012867muf.2007.08.23.16.09.37 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 23 Aug 2007 16:09:38 -0700 (PDT) Received: by ghost.pnet.one.pl (sSMTP sendmail emulation); Fri, 24 Aug 2007 01:09:35 +0200 Date: Fri, 24 Aug 2007 01:09:35 +0200 To: FreeBSD-gnats-submit@freebsd.org From: Marcin Wisnicki X-send-pr-version: 3.113 X-GNATS-Notify: Sender: =?UTF-8?B?TWFyY2luIFdpxZtuaWNraQ==?= Message-ID: <46ce13b2.08b7660a.4c6c.ffffeae7@mx.google.com> Cc: gnome@FreeBSD.org Subject: [PATCH] sysutils/gnome-volume-manager: inifite loop on startup X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 23:24:56 -0000 >Submitter-Id: current-users >Originator: Marcin Wisnicki >Organization: >Confidential: no >Synopsis: [PATCH] sysutils/gnome-volume-manager: inifite loop on startup >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 6.2-STABLE i386 >Environment: System: FreeBSD ghost.pnet.one.pl 6.2-STABLE FreeBSD 6.2-STABLE #8: Tue Aug 7 15:03:32 CEST >Description: Integer underflow will cause "while (!local && --len >= 0)" to be always true if no local entry was found in the loop. I have also changed wtmp to utmp as we are looking for current users. With this patch g-v-m no longer hangs in my Xvnc-based jail. Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- gnome-volume-manager-2.17.0_5.patch begins here --- diff -ruN --exclude=CVS /usr/ports/sysutils/gnome-volume-manager.orig/Makefile /usr/ports/sysutils/gnome-volume-manager/Makefile --- /usr/ports/sysutils/gnome-volume-manager.orig/Makefile 2007-05-28 01:14:14.000000000 +0200 +++ /usr/ports/sysutils/gnome-volume-manager/Makefile 2007-08-24 00:23:44.000000000 +0200 @@ -8,7 +8,7 @@ PORTNAME= gnome-volume-manager PORTVERSION= 2.17.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} diff -ruN --exclude=CVS /usr/ports/sysutils/gnome-volume-manager.orig/files/patch-src_manager.c /usr/ports/sysutils/gnome-volume-manager/files/patch-src_manager.c --- /usr/ports/sysutils/gnome-volume-manager.orig/files/patch-src_manager.c 2007-03-25 05:05:54.000000000 +0200 +++ /usr/ports/sysutils/gnome-volume-manager/files/patch-src_manager.c 2007-08-24 00:23:26.000000000 +0200 @@ -205,14 +205,14 @@ endutent (); } +#else -+ if ((fd = open (_PATH_WTMP, O_RDONLY, 0)) < 0 || fstat(fd, &sb) == -1) { ++ if ((fd = open (_PATH_UTMP, O_RDONLY, 0)) < 0 || fstat(fd, &sb) == -1) { + close (fd); + return TRUE; + } + + len = (sb.st_size + sizeof(buf) - 1) / sizeof(buf); + -+ while (!local && --len >= 0) { ++ while (!local && len-- > 0) { + if (lseek(fd, (off_t) (len * sizeof(buf)), L_SET) == -1 || + (bytes = read (fd, buf, sizeof(buf))) == -1) { + close (fd); --- gnome-volume-manager-2.17.0_5.patch ends here --- From owner-freebsd-gnome@FreeBSD.ORG Fri Aug 24 05:42:01 2007 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 F12D816A417; Fri, 24 Aug 2007 05:42:00 +0000 (UTC) (envelope-from yuri@darklight.org.ru) Received: from darklight.org.ru (crsd-pt.tunnel.tserv2.fmt.ipv6.he.net [IPv6:2001:470:1f03:2d5::2]) by mx1.freebsd.org (Postfix) with ESMTP id 9AB5113C442; Fri, 24 Aug 2007 05:41:59 +0000 (UTC) (envelope-from yuri@darklight.org.ru) Received: from darklight.org.ru (yuri@darklight.org.ru [127.0.0.1]) by darklight.org.ru (8.14.1/8.14.1) with ESMTP id l7O5fSO1044671 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 24 Aug 2007 09:41:28 +0400 (MSD) (envelope-from yuri@darklight.org.ru) Received: (from yuri@localhost) by darklight.org.ru (8.14.1/8.14.1/Submit) id l7O5fRFa044670; Fri, 24 Aug 2007 09:41:27 +0400 (MSD) (envelope-from yuri@darklight.org.ru) Date: Fri, 24 Aug 2007 09:41:27 +0400 From: Yuri Pankov To: Lars Eighner Message-ID: <20070824054127.GA6571@darklight.org.ru> References: <20070823225331.C52006@qroenaqrq.6qbyyneqvnyhc.pbz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070823225331.C52006@qroenaqrq.6qbyyneqvnyhc.pbz> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-gnome@freebsd.org, freebsd-ports Subject: Re: Gnome2 broken in evolution-exchange 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, 24 Aug 2007 05:42:01 -0000 On Thu, Aug 23, 2007 at 11:02:39PM -0500, Lars Eighner wrote: > The build of gnome2 breaks in evolution-exchange. > > Evidently evolution-exchange depends on (devel/)evolution-gconf-tools, > but either doesn't know that or portupgrade doesn't understand that until > evolution-exchange breaks in configure and therefore breaks gnome2. > > The situation is somewhat exacerbated by the broken evolution-exchange > emitting a nonsense message about gnomelogalyzer (which is useless, but > contains directions for sending massive amounts of system information to > someone --- and also suggests running portuprade -a which is a waste of > time > because the depend in evolution-exchange will still be broken). Just > ignore > the gnomelogalyzer nonsense and read the real output of the configure > script. It doesn't explicitly name the missing port in devel, but you can > figure it out and install it (it will drag in most of evolution). > > -- > Lars Eighner > http://www.larseighner.com/index.html > 8800 N IH35 APT 1191 AUSTIN TX 78753-5266 It doesn't require devel/evolution-gconf-tools here, and builds fine. Please check http://www.freebsd.org/gnome/docs/bugging.html and report all that needed. (CCing gnome@). Yuri From owner-freebsd-gnome@FreeBSD.ORG Fri Aug 24 07:46:50 2007 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 2ECA616A469; Fri, 24 Aug 2007 07:46:50 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr13.xs4all.nl (smtp-vbr13.xs4all.nl [194.109.24.33]) by mx1.freebsd.org (Postfix) with ESMTP id 8E55A13C46B; Fri, 24 Aug 2007 07:46:49 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr13.xs4all.nl (8.13.8/8.13.8) with ESMTP id l7O7klvC085582; Fri, 24 Aug 2007 09:46:48 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 877C3B833; Fri, 24 Aug 2007 09:46:47 +0200 (CEST) Date: Fri, 24 Aug 2007 09:46:47 +0200 From: Roland Smith To: Joe Marcus Clarke Message-ID: <20070824074647.GA55684@slackbox.xs4all.nl> References: <200708231950.l7NJo6Gl013970@freefall.freebsd.org> <46CDE80D.9050000@FreeBSD.org> <20070823212422.GA39448@slackbox.xs4all.nl> <1187905427.22397.12.camel@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="XsQoSWH+UP9D9v3l" Content-Disposition: inline In-Reply-To: <1187905427.22397.12.camel@shumai.marcuscom.com> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.16 (2007-06-09) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: gnome@FreeBSD.org Subject: Re: ports/114168: [PATCH] audio/esound lacks startup script for esd 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, 24 Aug 2007 07:46:50 -0000 --XsQoSWH+UP9D9v3l Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 23, 2007 at 05:43:47PM -0400, Joe Marcus Clarke wrote: > On Thu, 2007-08-23 at 23:24 +0200, Roland Smith wrote: > > On Thu, Aug 23, 2007 at 04:03:25PM -0400, Joe Marcus Clarke wrote: > > > > I don't know. I just found it inconvenient that it doesn't start > > > > automatically, like a daemon should (if configured in rc.conf) > > >=20 > > > I've never had a problem because GNOME starts it as my user.=20 > >=20 > > Ah. I'm not running gnome, just using esd with fvwm2. >=20 > It should be trivial to add something to .xinitrc or whatever you use to > start X that also spawns esd. Ok. But can you add a pkg-message then? Something like: "If you're not using Gnome, start esd from your .xinitrc." Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --XsQoSWH+UP9D9v3l Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFGzoznEnfvsMMhpyURAuKqAKCnZr7LfRMZx51ibhRKAz0Ujv6kqgCgqLs7 kOvLt7mlEM1ZCbYapw3GNbY= =AEL/ -----END PGP SIGNATURE----- --XsQoSWH+UP9D9v3l-- From owner-freebsd-gnome@FreeBSD.ORG Fri Aug 24 11:31:47 2007 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 8A86E16A421; Fri, 24 Aug 2007 11:31:47 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 61F6113C46C; Fri, 24 Aug 2007 11:31:47 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from freefall.freebsd.org (ahze@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l7OBVlhA071126; Fri, 24 Aug 2007 11:31:47 GMT (envelope-from ahze@freefall.freebsd.org) Received: (from ahze@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l7OBVlaI071122; Fri, 24 Aug 2007 11:31:47 GMT (envelope-from ahze) Date: Fri, 24 Aug 2007 11:31:47 GMT Message-Id: <200708241131.l7OBVlaI071122@freefall.freebsd.org> To: joost@jodocus.org, ahze@FreeBSD.org, gnome@FreeBSD.org From: ahze@FreeBSD.org Cc: Subject: Re: ports/115745: missing dependency/executable in devel/pkg-config 0.22 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, 24 Aug 2007 11:31:47 -0000 Synopsis: missing dependency/executable in devel/pkg-config 0.22 State-Changed-From-To: open->closed State-Changed-By: ahze State-Changed-When: Fri Aug 24 11:30:08 UTC 2007 State-Changed-Why: This is a harmless fallback if pkg-config can't find a .pc file. gnome-config is not needed for pkg-config http://www.freebsd.org/cgi/query-pr.cgi?pr=115745 From owner-freebsd-gnome@FreeBSD.ORG Fri Aug 24 12:13:31 2007 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 1E48716A41A for ; Fri, 24 Aug 2007 12:13:31 +0000 (UTC) (envelope-from msherman77@yahoo.com) Received: from web88306.mail.re4.yahoo.com (web88306.mail.re4.yahoo.com [216.39.53.229]) by mx1.freebsd.org (Postfix) with SMTP id AE6C413C469 for ; Fri, 24 Aug 2007 12:13:30 +0000 (UTC) (envelope-from msherman77@yahoo.com) Received: (qmail 9435 invoked by uid 60001); 24 Aug 2007 11:46:49 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=g9zeWnuhWnKd8ossfkKI2zqmlJEcNcFD5LDq2spJJ2xxrC7/ORiB3neCf7cumRtKA2E5PwGfl9VP5BDPZ8NgXcVQ8hN9MEhwgsvloSjZ3HDf4ZQqupWLby6eEH5GajF3z9u+T/wqgqoIvNff9p9EswpBTj1i2pgdVMxBRZJHSo8=; X-YMail-OSG: agUiYwsVM1lFhqdCVJy9kvrhjuHA.SZQF48abBI7MBGwL6NXmOpQHzS_ZwE9gu7AMKRs0Drxrw-- Received: from [204.253.245.126] by web88306.mail.re4.yahoo.com via HTTP; Fri, 24 Aug 2007 07:46:49 EDT Date: Fri, 24 Aug 2007 07:46:49 -0400 (EDT) From: Michael S To: freebsd-gnome , FreeBSD Mailing List MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <746001.8761.qm@web88306.mail.re4.yahoo.com> Cc: Subject: Gnome 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: Fri, 24 Aug 2007 12:13:31 -0000 Good day all, I installed Gnome a few days ago and everything had been fine up until last night. I shutdown the computer using a Gnome menu (and not shutdown -p now) and upon restart one of my drives (the one mapped to /home) wasn't working. After I did get it to work and able to return to using GNOME, but when I login using GDM, I don't see the desktop pager and the windows don't have any decorations (e.g. borders, close/minimize buttons). I am not an expert, but looks like the window manager got corrupted by that improper shutdown. Anyone had similar experiences? Any ideas how to rectify this? Thanks in advance, Michael From owner-freebsd-gnome@FreeBSD.ORG Fri Aug 24 17:05:04 2007 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 D2A5816A41A for ; Fri, 24 Aug 2007 17:05:04 +0000 (UTC) (envelope-from WESTCOAST4U@MWEB.CO.ZA) Received: from vodamail.co.za (mx6.vodamail.co.za [196.11.146.165]) by mx1.freebsd.org (Postfix) with ESMTP id 1848813C457 for ; Fri, 24 Aug 2007 17:05:02 +0000 (UTC) (envelope-from WESTCOAST4U@MWEB.CO.ZA) Received: from localhost (localhost [127.0.0.1]) by mx2.vodamail.co.za (Postfix) with ESMTP id 162409ABF1 for ; Fri, 24 Aug 2007 18:44:44 +0200 (SAST) Received: from vodamail.co.za ([127.0.0.1]) by localhost (mx1.vodamail.co.za [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 10234-01 for ; Fri, 24 Aug 2007 18:44:43 +0200 (SAST) Received: from CW-CT (unknown [10.63.209.188]) by mx2.vodamail.co.za (Postfix) with SMTP id 7F1C49AAA6 for ; Fri, 24 Aug 2007 18:44:10 +0200 (SAST) Organization: INVESTMENTS Message-ID: <8f6182d470c061361a3e380f00120986@mweb.co.za> From: "PROPERTY INVESTMENTS" To: Date: Fri, 24 Aug 2007 16:57:50 +0200 MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=SPLITOR00A_001_200098875D" X-Virus-Scanned: amavisd-new at vodamail.co.za X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: PROPERTY INVESTMENT NEWSLETTER SHVII X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: WESTCOAST4U@MWEB.CO.ZA List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 17:05:05 -0000 This is a multi-part message in MIME format. ------=SPLITOR00A_001_200098875D Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1252" = &nb= sp; = &nb= sp; PROPERTY=20 INVESTMENT [3D"cid:2704an$IN618011879674701@CW-CT"] [3D"cid:2704an$IN618011879674702@CW-CT"] = ; &n= bsp; = ; &n= bsp; =20 ST HELENA VIEWS=20 II Saint=20 Helena Views Phase II - A West Coast Security=20 Village nestled in a Gorge with Majestic Views. Nestled in = a=20 gorge in very close proximity to the centre of St. Helena Bay, = Saint=20 Helena Views offers prospects the opportunity to invest in a=20 Security Village in a beautiful and optimal setting in which = to=20 live. Located only 150km from Cape Town on the wide R27 = West=20 Coast Road Saint Helena Views is within easy reach. One of = the=20 inherent advantages of Saint Helena Views is its location high = up in=20 the St. Helena Valley. Blessed with stunning ocean and = mountain=20 views, Saint Helena Views also enjoys protection from = blustery=20 winds, making it one of the most attractive places to live in = the=20 West Coast. Building guidelines for Saint Helena Views = ensure=20 that the beauty of the West Coast aesthetic is preserved for = the=20 benefit of its residents. With views over the Atlantic = Ocean, a=20 tranquil coastline, natural beauty with wide pristine = beaches,=20 abundance of bird life & flora and quaint West Coast=20 architecture Saint Helena Views promises to be a very sought = after=20 residential security village = ; =20 IF YOU WISH = TO =20 RECEIVE MORE INFO = CLICK =20 ON [1]MORE=20 INFO =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= 3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= 3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Specs of the = Development=20 : * Name : Saint Helena Views Phase = II. *=20 Location : St. Helena Bay Valley in St. Helena Bay. * = Security=20 Estate with Single Entrance / Exit. * Stands are North to=20 North-West facing. * Improvements : 300 Palm Trees & = Water=20 Fountains. * Sizes of Stands : 300m=B2 - 450 m=B2. * = Priced from=20 R249,000.00. * 5% Deposit secures. * Inclusive of all=20 transfer duties, conveyancing fees and bond registration = costs. *=20 Transfer only from Mid 2008 onwards. * Building guidelines = to=20 ensure maintaining the standard of the development. * No = building=20 time limit. Investment in property in this pristine security = development=20 with entry level pricing at below market value with a relative = low=20 deposit and delayed transfer of more than a year will attain=20 significant growth. We=20 respect our customer's privacy. We e-mail = our database=20 approx. once a month. If you no longer wish to receive=20 communication from us we will gladly (but = sadly) remove=20 you from our e-mail list. Simply "CLICK=20 HERE" and we will remove you from our=20 list. Your E-MAIL ADDRESS was obtained from public = and/or=20 privileged sources. If you have received 2 or more = emails with=20 the same information in it, this is probably due to the fact = that we=20 have you registered under multiple e-mail address, simply=20 unsubscribe from the accounts you no longer wish to receive=20 communication from us. = References 1. 3D"mailto:WESTCOAST4U@MWEB.CO.ZA?SUBJECT=3DMORE ------=SPLITOR00A_001_200098875D-- From owner-freebsd-gnome@FreeBSD.ORG Fri Aug 24 20:37:54 2007 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 4C85A16A41B for ; Fri, 24 Aug 2007 20:37:54 +0000 (UTC) (envelope-from kris@pcbsd.com) Received: from pcbsd.ixsystems.com (pcbsd.ixsystems.net [206.40.55.78]) by mx1.freebsd.org (Postfix) with ESMTP id 36F7A13C45A for ; Fri, 24 Aug 2007 20:37:53 +0000 (UTC) (envelope-from kris@pcbsd.com) Received: from [192.168.1.102] (c-67-170-130-86.hsd1.wa.comcast.net [67.170.130.86]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pcbsd.ixsystems.com (Postfix) with ESMTP id 12703145F422; Fri, 24 Aug 2007 20:37:41 +0000 (UTC) Message-ID: <46CF41BD.90205@pcbsd.com> Date: Fri, 24 Aug 2007 13:38:21 -0700 From: Kris Moore User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Joe Marcus Clarke References: <46CDF660.1020203@pcbsd.com> <1187905573.22397.15.camel@shumai.marcuscom.com> In-Reply-To: <1187905573.22397.15.camel@shumai.marcuscom.com> X-Enigmail-Version: 0.95.3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: gnome@freebsd.org Subject: Re: FreeBSD Port: sysutils/hal 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, 24 Aug 2007 20:37:54 -0000 Joe Marcus Clarke wrote: > On Thu, 2007-08-23 at 14:04 -0700, Kris Moore wrote: >> Hi there! >> >> Is there any updates to the HAL ports in the works right now? I noticed >> that the version we are using is still 0.5.8.2 and they have 0.5.9 now >> available instead. >> >> http://people.freedesktop.org/~david/dist/ >> >> Let me know whats going on, and if nobody has done this, I may fix up >> the port here and submit it back to you guys for inclusion. > > There is only one pending update in my CVS tree. I have not started the > work to merge 0.5.9 since it will not be trivial, and as far as I know, > there is still no official PolicyKit release. I had planned to start > looking at updating HAL for GNOME 2.22. It really isn't a big deal to > have the version of HAL we have now. It's not like upgrading to 0.5.9 > will bring any real FreeBSD improvements. > > However, if you have interest in additional porting to the FreeBSD > backend, let me know. There is a need to develop a cpufreq addon that > ties into powerd. > > Joe > > > > ------------------------------------------------------------------------ > > !DSPAM:1,46ce06eb20761375490816! Thanks for getting back to me on this. I guess I was just curious if the 0.5.9 update would fix some of the various bugs our users have been reporting, and add fuse-fs support for NTFS mounting. Right now it seems to work fairly well, but in some weird cases crashes the system or ignores FAT32 partitions when it shouldn't. I will check with our team though, and if anybody wants to help port over the cpufreq stuff, I'll let you know! -- Kris Moore PC-BSD Software http://www.pcbsd.com From owner-freebsd-gnome@FreeBSD.ORG Fri Aug 24 21:44:23 2007 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 8162816A418 for ; Fri, 24 Aug 2007 21:44:23 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (penna-pt.tunnel.tserv1.fmt.ipv6.he.net [IPv6:2001:470:1f00:ffff::1279]) by mx1.freebsd.org (Postfix) with ESMTP id 1BC9713C442 for ; Fri, 24 Aug 2007 21:44:23 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from [IPv6:2001:470:1f00:2464::4] (shumai.marcuscom.com [IPv6:2001:470:1f00:2464::4]) by creme-brulee.marcuscom.com (8.14.1/8.14.1) with ESMTP id l7OLjRsU029959; Fri, 24 Aug 2007 17:45:32 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Kris Moore In-Reply-To: <46CF41BD.90205@pcbsd.com> References: <46CDF660.1020203@pcbsd.com> <1187905573.22397.15.camel@shumai.marcuscom.com> <46CF41BD.90205@pcbsd.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-f5xEOG13uRzVE3ErXQlL" Organization: MarcusCom, Inc. Date: Fri, 24 Aug 2007 17:44:04 -0400 Message-Id: <1187991844.79535.1.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 FreeBSD GNOME Team Port X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,NO_RELAYS autolearn=ham version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on creme-brulee.marcuscom.com Cc: gnome@freebsd.org Subject: Re: FreeBSD Port: sysutils/hal 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, 24 Aug 2007 21:44:23 -0000 --=-f5xEOG13uRzVE3ErXQlL Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2007-08-24 at 13:38 -0700, Kris Moore wrote: > Joe Marcus Clarke wrote: > > On Thu, 2007-08-23 at 14:04 -0700, Kris Moore wrote: > >> Hi there! > >> > >> Is there any updates to the HAL ports in the works right now? I notice= d > >> that the version we are using is still 0.5.8.2 and they have 0.5.9 now > >> available instead. > >> > >> http://people.freedesktop.org/~david/dist/ > >> > >> Let me know whats going on, and if nobody has done this, I may fix up > >> the port here and submit it back to you guys for inclusion. > >=20 > > There is only one pending update in my CVS tree. I have not started th= e > > work to merge 0.5.9 since it will not be trivial, and as far as I know, > > there is still no official PolicyKit release. I had planned to start > > looking at updating HAL for GNOME 2.22. It really isn't a big deal to > > have the version of HAL we have now. It's not like upgrading to 0.5.9 > > will bring any real FreeBSD improvements. > >=20 > > However, if you have interest in additional porting to the FreeBSD > > backend, let me know. There is a need to develop a cpufreq addon that > > ties into powerd. > >=20 > > Joe > >=20 > >=20 > >=20 > > -----------------------------------------------------------------------= - > >=20 > > !DSPAM:1,46ce06eb20761375490816! >=20 >=20 > Thanks for getting back to me on this. I guess I was just curious if the > 0.5.9 update would fix some of the various bugs our users have been > reporting, and add fuse-fs support for NTFS mounting. Right now it seems > to work fairly well, but in some weird cases crashes the system or > ignores FAT32 partitions when it shouldn't. I haven't heard of any bug reports, and those I have heard of, I replied. No one got back to me on testing fuse-ntfs. Reporting bugs to you guys does no good unless you're going to give freebsd-gnome patches for HAL. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-f5xEOG13uRzVE3ErXQlL Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBGz1Ejb2iPiv4Uz4cRAqsYAJ4992twF4F56BSXCJwsp1JrSyb83QCeP8wu 1HaRz1c7WPyHSI7gCuuuX1k= =iM5Y -----END PGP SIGNATURE----- --=-f5xEOG13uRzVE3ErXQlL-- From owner-freebsd-gnome@FreeBSD.ORG Fri Aug 24 21:55:42 2007 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 79E8816A46C; Fri, 24 Aug 2007 21:55:42 +0000 (UTC) (envelope-from yuri@darklight.org.ru) Received: from darklight.org.ru (crsd-pt.tunnel.tserv2.fmt.ipv6.he.net [IPv6:2001:470:1f03:2d5::2]) by mx1.freebsd.org (Postfix) with ESMTP id DECF213C48E; Fri, 24 Aug 2007 21:55:39 +0000 (UTC) (envelope-from yuri@darklight.org.ru) Received: from darklight.org.ru (yuri@darklight.org.ru [127.0.0.1]) by darklight.org.ru (8.14.1/8.14.1) with ESMTP id l7OLtcaF034528 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 25 Aug 2007 01:55:38 +0400 (MSD) (envelope-from yuri@darklight.org.ru) Received: (from yuri@localhost) by darklight.org.ru (8.14.1/8.14.1/Submit) id l7OLtcZD034527; Sat, 25 Aug 2007 01:55:38 +0400 (MSD) (envelope-from yuri@darklight.org.ru) Date: Sat, 25 Aug 2007 01:55:38 +0400 (MSD) Message-Id: <200708242155.l7OLtcZD034527@darklight.org.ru> To: FreeBSD-gnats-submit@freebsd.org From: Yuri Pankov X-send-pr-version: 3.113 X-GNATS-Notify: Cc: gnome@freebsd.org Subject: [PATCH] sysutils/tracker: update to 0.6.1 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, 24 Aug 2007 21:55:42 -0000 >Submitter-Id: current-users >Originator: Yuri Pankov >Organization: >Confidential: no >Synopsis: [PATCH] sysutils/tracker: update to 0.6.1 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 7.0-CURRENT amd64 >Environment: System: FreeBSD darklight.org.ru 7.0-CURRENT FreeBSD 7.0-CURRENT #2: Fri Aug 24 12:22:14 MSD 2007 >Description: - Update to 0.6.1 Added file(s): - files/patch-src__libtracker-gtk__tracker-keyword-store.h - files/patch-src__libtracker-gtk__tracker-metadata-tile.h - files/patch-src__libtracker-gtk__tracker-tag-bar.h - files/patch-src__libtracker-gtk__tracker-utils.h - files/patch-src__sqlite3__os_unix.c - files/patch-src__tracker-search-tool__tracker-search-tool-support.h - files/patch-src__trackerd__tracker-utils.c Removed file(s): - files/patch-src_sqlite3_os_unix.c Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- tracker-0.6.1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/sysutils/tracker.orig/Makefile /usr/ports/sysutils/tracker/Makefile --- /usr/ports/sysutils/tracker.orig/Makefile 2007-08-24 16:24:32.000000000 +0400 +++ /usr/ports/sysutils/tracker/Makefile 2007-08-25 01:29:26.000000000 +0400 @@ -7,8 +7,7 @@ # PORTNAME= tracker -PORTVERSION= 0.5.4 -PORTREVISION= 4 +PORTVERSION= 0.6.1 CATEGORIES= sysutils gnome MASTER_SITES= http://www.gnome.org/~jamiemcc/tracker/ @@ -21,6 +20,7 @@ wv-1.2.3:${PORTSDIR}/textproc/wv \ gmime-2.0.4:${PORTSDIR}/mail/gmime2 +USE_BZIP2= yes USE_FAM= yes WANT_FAM_SYSTEM=gamin USE_GNOME= gnomedesktop gnomehack gnomeprefix libgsf @@ -31,12 +31,18 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -CONFIGURE_ARGS= --enable-gstreamer \ - --disable-inotify \ +CONFIGURE_ARGS= --enable-video-extractor=gstreamer \ + --enable-file-monitoring=fam \ + --with-session-bus-services-dir=${PREFIX}/share/dbus-1/services \ + --enable-deskbar-applet \ --with-deskbar-applet-handler-dir=${PREFIX}/lib/deskbar-applet/handlers MAN1= tracker-extract.1 tracker-files.1 tracker-meta-folder.1 \ - tracker-query.1 tracker-search.1 tracker-stats.1 trackerd.1 + tracker-query.1 tracker-search.1 tracker-stats.1 trackerd.1 \ + tracker-preferences.1 tracker-search-tool.1 tracker-status.1 \ + tracker-tag.1 tracker-thumbnailer.1 +MAN5= tracker.cfg.5 +MAN7= tracker-services.7 post-patch: @${REINPLACE_CMD} -e 's|libpng|libpng12|' ${WRKSRC}/configure diff -ruN --exclude=CVS /usr/ports/sysutils/tracker.orig/distinfo /usr/ports/sysutils/tracker/distinfo --- /usr/ports/sysutils/tracker.orig/distinfo 2007-08-24 16:24:32.000000000 +0400 +++ /usr/ports/sysutils/tracker/distinfo 2007-08-24 16:35:54.000000000 +0400 @@ -1,3 +1,3 @@ -MD5 (tracker-0.5.4.tar.gz) = 724208e1b2d235148499672b44181298 -SHA256 (tracker-0.5.4.tar.gz) = ad214a2692041f423d2150777c233b21cab2d108f849edc513192587ac63c9c2 -SIZE (tracker-0.5.4.tar.gz) = 1381786 +MD5 (tracker-0.6.1.tar.bz2) = 3f706dc73fffa0a7b633b0c0aff6a263 +SHA256 (tracker-0.6.1.tar.bz2) = 2c671498d7406b25bb6e75dd1799165d0d0abfe4309532aeb6ba5e533556932a +SIZE (tracker-0.6.1.tar.bz2) = 1199993 diff -ruN --exclude=CVS /usr/ports/sysutils/tracker.orig/files/patch-src__libtracker-gtk__tracker-keyword-store.h /usr/ports/sysutils/tracker/files/patch-src__libtracker-gtk__tracker-keyword-store.h --- /usr/ports/sysutils/tracker.orig/files/patch-src__libtracker-gtk__tracker-keyword-store.h 1970-01-01 03:00:00.000000000 +0300 +++ /usr/ports/sysutils/tracker/files/patch-src__libtracker-gtk__tracker-keyword-store.h 2007-08-25 00:53:19.000000000 +0400 @@ -0,0 +1,11 @@ +--- ./src/libtracker-gtk/tracker-keyword-store.h.orig 2007-03-06 00:37:45.000000000 +0300 ++++ ./src/libtracker-gtk/tracker-keyword-store.h 2007-08-24 22:31:05.000000000 +0400 +@@ -27,7 +27,7 @@ + + #include + +-#include ++#include "../libtracker/tracker.h" + + G_BEGIN_DECLS + diff -ruN --exclude=CVS /usr/ports/sysutils/tracker.orig/files/patch-src__libtracker-gtk__tracker-metadata-tile.h /usr/ports/sysutils/tracker/files/patch-src__libtracker-gtk__tracker-metadata-tile.h --- /usr/ports/sysutils/tracker.orig/files/patch-src__libtracker-gtk__tracker-metadata-tile.h 1970-01-01 03:00:00.000000000 +0300 +++ /usr/ports/sysutils/tracker/files/patch-src__libtracker-gtk__tracker-metadata-tile.h 2007-08-25 00:53:19.000000000 +0400 @@ -0,0 +1,12 @@ +--- ./src/libtracker-gtk/tracker-metadata-tile.h.orig 2007-07-17 00:34:39.000000000 +0400 ++++ ./src/libtracker-gtk/tracker-metadata-tile.h 2007-08-24 22:31:05.000000000 +0400 +@@ -24,7 +24,8 @@ + #define TRACKER_METADATA_TILE_H + + #include +-#include ++ ++#include "../libtracker/tracker.h" + + + #define TRACKER_TYPE_METADATA_TILE (tracker_metadata_tile_get_type ()) diff -ruN --exclude=CVS /usr/ports/sysutils/tracker.orig/files/patch-src__libtracker-gtk__tracker-tag-bar.h /usr/ports/sysutils/tracker/files/patch-src__libtracker-gtk__tracker-tag-bar.h --- /usr/ports/sysutils/tracker.orig/files/patch-src__libtracker-gtk__tracker-tag-bar.h 1970-01-01 03:00:00.000000000 +0300 +++ /usr/ports/sysutils/tracker/files/patch-src__libtracker-gtk__tracker-tag-bar.h 2007-08-25 00:53:19.000000000 +0400 @@ -0,0 +1,11 @@ +--- ./src/libtracker-gtk/tracker-tag-bar.h.orig 2007-07-17 04:35:33.000000000 +0400 ++++ ./src/libtracker-gtk/tracker-tag-bar.h 2007-08-25 00:53:14.000000000 +0400 +@@ -59,6 +59,8 @@ + const gchar *uri + ); + ++GType tracker_tag_bar_get_type(void); ++ + G_END_DECLS + + #endif /* TRACKER_TAG_BAR_H */ diff -ruN --exclude=CVS /usr/ports/sysutils/tracker.orig/files/patch-src__libtracker-gtk__tracker-utils.h /usr/ports/sysutils/tracker/files/patch-src__libtracker-gtk__tracker-utils.h --- /usr/ports/sysutils/tracker.orig/files/patch-src__libtracker-gtk__tracker-utils.h 1970-01-01 03:00:00.000000000 +0300 +++ /usr/ports/sysutils/tracker/files/patch-src__libtracker-gtk__tracker-utils.h 2007-08-25 00:53:19.000000000 +0400 @@ -0,0 +1,11 @@ +--- ./src/libtracker-gtk/tracker-utils.h.orig 2007-07-17 20:37:11.000000000 +0400 ++++ ./src/libtracker-gtk/tracker-utils.h 2007-08-24 22:31:05.000000000 +0400 +@@ -27,7 +27,7 @@ + #include + #include + +-#include ++#include "../libtracker/tracker.h" + + GList * tracker_keyword_array_to_glist (gchar **array); + GList * tracker_get_all_keywords (TrackerClient *tracker_client); diff -ruN --exclude=CVS /usr/ports/sysutils/tracker.orig/files/patch-src__sqlite3__os_unix.c /usr/ports/sysutils/tracker/files/patch-src__sqlite3__os_unix.c --- /usr/ports/sysutils/tracker.orig/files/patch-src__sqlite3__os_unix.c 1970-01-01 03:00:00.000000000 +0300 +++ /usr/ports/sysutils/tracker/files/patch-src__sqlite3__os_unix.c 2007-08-25 00:53:19.000000000 +0400 @@ -0,0 +1,12 @@ +--- ./src/sqlite3/os_unix.c.orig 2007-01-25 15:47:11.000000000 +0300 ++++ ./src/sqlite3/os_unix.c 2007-08-24 22:31:05.000000000 +0400 +@@ -1110,9 +1110,7 @@ + ** Use the fdatasync() API only if the HAVE_FDATASYNC macro is defined. + ** Otherwise use fsync() in its place. + */ +-#ifndef HAVE_FDATASYNC + # define fdatasync fsync +-#endif + + /* + ** Define HAVE_FULLFSYNC to 0 or 1 depending on whether or not diff -ruN --exclude=CVS /usr/ports/sysutils/tracker.orig/files/patch-src__tracker-search-tool__tracker-search-tool-support.h /usr/ports/sysutils/tracker/files/patch-src__tracker-search-tool__tracker-search-tool-support.h --- /usr/ports/sysutils/tracker.orig/files/patch-src__tracker-search-tool__tracker-search-tool-support.h 1970-01-01 03:00:00.000000000 +0300 +++ /usr/ports/sysutils/tracker/files/patch-src__tracker-search-tool__tracker-search-tool-support.h 2007-08-25 00:53:19.000000000 +0400 @@ -0,0 +1,18 @@ +--- ./src/tracker-search-tool/tracker-search-tool-support.h.orig 2007-07-21 20:55:20.000000000 +0400 ++++ ./src/tracker-search-tool/tracker-search-tool-support.h 2007-08-24 22:31:05.000000000 +0400 +@@ -143,6 +143,15 @@ + tracker_search_get_stored_window_geometry (gint * width, + gint * height); + ++void ++tracker_set_stored_separator_position (int pos); ++ ++char * ++tracker_string_replace (const char *haystack, char *needle, char *replacement); ++ ++int ++tracker_get_stored_separator_position (); ++ + #ifdef __cplusplus + } + #endif diff -ruN --exclude=CVS /usr/ports/sysutils/tracker.orig/files/patch-src__trackerd__tracker-utils.c /usr/ports/sysutils/tracker/files/patch-src__trackerd__tracker-utils.c --- /usr/ports/sysutils/tracker.orig/files/patch-src__trackerd__tracker-utils.c 1970-01-01 03:00:00.000000000 +0300 +++ /usr/ports/sysutils/tracker/files/patch-src__trackerd__tracker-utils.c 2007-08-25 00:53:19.000000000 +0400 @@ -0,0 +1,14 @@ +--- ./src/trackerd/tracker-utils.c.orig 2007-08-05 01:53:12.000000000 +0400 ++++ ./src/trackerd/tracker-utils.c 2007-08-24 22:31:05.000000000 +0400 +@@ -727,10 +727,7 @@ + tm.tm_sec = strtoul (timestamp, (char **)×tamp, 10); + } + +- tt = mktime (&tm); +- /* mktime() always assumes that "tm" is in locale time but +- we want to keep control on time, so we go to UTC */ +- tt -= timezone; ++ tt = timegm (&tm); + + if (*timestamp == '+' || *timestamp == '-') { + int sign; diff -ruN --exclude=CVS /usr/ports/sysutils/tracker.orig/files/patch-src_sqlite3_os_unix.c /usr/ports/sysutils/tracker/files/patch-src_sqlite3_os_unix.c --- /usr/ports/sysutils/tracker.orig/files/patch-src_sqlite3_os_unix.c 2007-08-24 16:24:32.000000000 +0400 +++ /usr/ports/sysutils/tracker/files/patch-src_sqlite3_os_unix.c 1970-01-01 03:00:00.000000000 +0300 @@ -1,12 +0,0 @@ ---- src/sqlite3/os_unix.c.orig Sat Dec 9 21:35:39 2006 -+++ src/sqlite3/os_unix.c Sat Dec 9 21:36:02 2006 -@@ -1110,9 +1110,7 @@ - ** Use the fdatasync() API only if the HAVE_FDATASYNC macro is defined. - ** Otherwise use fsync() in its place. - */ --#ifndef HAVE_FDATASYNC - # define fdatasync fsync --#endif - - /* - ** Define HAVE_FULLFSYNC to 0 or 1 depending on whether or not diff -ruN --exclude=CVS /usr/ports/sysutils/tracker.orig/pkg-plist /usr/ports/sysutils/tracker/pkg-plist --- /usr/ports/sysutils/tracker.orig/pkg-plist 2007-08-24 16:24:32.000000000 +0400 +++ /usr/ports/sysutils/tracker/pkg-plist 2007-08-24 20:42:38.000000000 +0400 @@ -1,25 +1,39 @@ -bin/htmless bin/o3totxt bin/tracker-extract bin/tracker-files bin/tracker-meta-folder +bin/tracker-preferences bin/tracker-query bin/tracker-search bin/tracker-search-tool bin/tracker-stats +bin/tracker-status bin/tracker-tag bin/tracker-thumbnailer bin/trackerd etc/xdg/autostart/trackerd.desktop +include/libtracker-gtk/tracker-gtk.h +include/libtracker-gtk/tracker-keyword-store.h +include/libtracker-gtk/tracker-metadata-tile.h +include/libtracker-gtk/tracker-tag-bar.h +include/libtracker-gtk/tracker-ui.h +include/libtracker-gtk/tracker-utils.h include/tracker-client.h include/tracker.h lib/deskbar-applet/handlers/tracker-handler.py +lib/libtracker-gtk.a +lib/libtracker-gtk.la +lib/libtracker-gtk.so +lib/libtracker-gtk.so.0 lib/libtrackerclient.a lib/libtrackerclient.la lib/libtrackerclient.so lib/libtrackerclient.so.0 +lib/tracker/filters/application/csv_filter lib/tracker/filters/application/msword_filter lib/tracker/filters/application/pdf_filter +lib/tracker/filters/application/tab-separated-values_filter +lib/tracker/filters/application/vnd.ms-excel_filter lib/tracker/filters/application/vnd.oasis.opendocument.presentation-template_filter lib/tracker/filters/application/vnd.oasis.opendocument.presentation_filter lib/tracker/filters/application/vnd.oasis.opendocument.spreadsheet-template_filter @@ -29,12 +43,19 @@ lib/tracker/filters/application/vnd.stardivision.writer_filter lib/tracker/filters/application/vnd.sun.xml.calc.template_filter lib/tracker/filters/application/vnd.sun.xml.calc_filter +lib/tracker/filters/application/vnd.sun.xml.draw_filter lib/tracker/filters/application/vnd.sun.xml.impress.template_filter lib/tracker/filters/application/vnd.sun.xml.impress_filter lib/tracker/filters/application/vnd.sun.xml.writer.template_filter lib/tracker/filters/application/vnd.sun.xml.writer_filter lib/tracker/filters/application/x-abiword_filter +lib/tracker/filters/application/x-gnumeric_filter +lib/tracker/filters/text/csv_filter +lib/tracker/filters/text/djvu_filter lib/tracker/filters/text/html_filter +lib/tracker/filters/text/spreadsheet_filter +lib/tracker/filters/text/tab-separated-values_filter +lib/tracker/filters/text/x-comma-separated-values_filter lib/tracker/filters/text/x-tex_filter lib/tracker/filters/text/xml_filter lib/tracker/thumbnailers/application/pdf_thumbnailer @@ -44,11 +65,12 @@ lib/tracker/thumbnailers/application/vnd.oasis.opendocument.text_thumbnailer lib/tracker/thumbnailers/image/jpeg_thumbnailer lib/tracker/thumbnailers/image/png_thumbnailer +libdata/pkgconfig/libtracker-gtk.pc libdata/pkgconfig/tracker.pc share/dbus-1/services/tracker.service +share/gnome/applications/tracker-preferences.desktop share/gnome/applications/tracker-search-tool.desktop -share/gnome/pixmaps/tracker/thumbnail_frame.png -share/gnome/pixmaps/tracker/tracker.png +share/gnome/tracker/icons/thumbnail_frame.png share/gnome/tracker/languages/stopwords.da share/gnome/tracker/languages/stopwords.de share/gnome/tracker/languages/stopwords.en @@ -61,11 +83,38 @@ share/gnome/tracker/languages/stopwords.pt share/gnome/tracker/languages/stopwords.ru share/gnome/tracker/languages/stopwords.sv +share/gnome/tracker/services/application.metadata +share/gnome/tracker/services/audio.metadata +share/gnome/tracker/services/default.metadata +share/gnome/tracker/services/default.service +share/gnome/tracker/services/document.metadata +share/gnome/tracker/services/email.metadata +share/gnome/tracker/services/file.metadata +share/gnome/tracker/services/image.metadata +share/gnome/tracker/services/video.metadata +share/gnome/tracker/sqlite-cache.sql +share/gnome/tracker/sqlite-email.sql +share/gnome/tracker/sqlite-metadata.sql +share/gnome/tracker/sqlite-service-stored-procs.sql +share/gnome/tracker/sqlite-service-triggers.sql +share/gnome/tracker/sqlite-service-types.sql +share/gnome/tracker/sqlite-service.sql share/gnome/tracker/sqlite-stored-procs.sql +share/gnome/tracker/sqlite-tracker-triggers.sql share/gnome/tracker/sqlite-tracker.sql +share/gnome/tracker/sqlite-user-data.sql share/gnome/tracker/tracker-introspect.xml +share/gnome/tracker/tracker-preferences.glade +share/icons/hicolor/16x16/apps/tracker.png +share/icons/hicolor/22x22/apps/tracker.png +share/icons/hicolor/24x24/apps/tracker.png +share/icons/hicolor/32x32/apps/tracker.png +share/icons/hicolor/48x48/apps/tracker.png +share/icons/hicolor/scalable/apps/tracker.svg share/locale/ar/LC_MESSAGES/tracker.mo +share/locale/ca/LC_MESSAGES/tracker.mo share/locale/de/LC_MESSAGES/tracker.mo +share/locale/dz/LC_MESSAGES/tracker.mo share/locale/en_GB/LC_MESSAGES/tracker.mo share/locale/es/LC_MESSAGES/tracker.mo share/locale/et/LC_MESSAGES/tracker.mo @@ -73,12 +122,14 @@ share/locale/fr/LC_MESSAGES/tracker.mo share/locale/gl/LC_MESSAGES/tracker.mo share/locale/it/LC_MESSAGES/tracker.mo +share/locale/mk/LC_MESSAGES/tracker.mo share/locale/nb/LC_MESSAGES/tracker.mo +share/locale/oc/LC_MESSAGES/tracker.mo +share/locale/pt/LC_MESSAGES/tracker.mo +share/locale/ru/LC_MESSAGES/tracker.mo share/locale/sl/LC_MESSAGES/tracker.mo share/locale/sv/LC_MESSAGES/tracker.mo -@dirrm share/gnome/tracker/languages -@dirrm share/gnome/tracker -@dirrm share/gnome/pixmaps/tracker +@dirrm include/libtracker-gtk @dirrm lib/tracker/thumbnailers/image @dirrm lib/tracker/thumbnailers/application @dirrm lib/tracker/thumbnailers @@ -86,7 +137,15 @@ @dirrm lib/tracker/filters/application @dirrm lib/tracker/filters @dirrm lib/tracker -@dirrmtry lib/deskbar-applet/handlers -@dirrmtry lib/deskbar-applet +@dirrm share/gnome/tracker/services +@dirrm share/gnome/tracker/languages +@dirrm share/gnome/tracker/icons +@dirrm share/gnome/tracker @dirrmtry etc/xdg/autostart @dirrmtry etc/xdg +@dirrmtry lib/deskbar-applet/handlers +@dirrmtry lib/deskbar-applet +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz --- tracker-0.6.1.patch ends here --- From owner-freebsd-gnome@FreeBSD.ORG Fri Aug 24 22:00:15 2007 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 D87E016A421; Fri, 24 Aug 2007 22:00: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 7503313C467; Fri, 24 Aug 2007 22:00:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l7OM0FOl008579; Fri, 24 Aug 2007 22:00:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l7OM0FX1008575; Fri, 24 Aug 2007 22:00:15 GMT (envelope-from edwin) Date: Fri, 24 Aug 2007 22:00:15 GMT Message-Id: <200708242200.l7OM0FX1008575@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/115797: [PATCH] sysutils/tracker: update to 0.6.1 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, 24 Aug 2007 22:00:16 -0000 Synopsis: [PATCH] sysutils/tracker: update to 0.6.1 Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Fri Aug 24 22:00:14 UTC 2007 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=115797 From owner-freebsd-gnome@FreeBSD.ORG Sat Aug 25 08:05:08 2007 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 02D4116A421 for ; Sat, 25 Aug 2007 08:05:08 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (mail.computinginnovations.com [64.81.227.250]) by mx1.freebsd.org (Postfix) with ESMTP id 578EC13C45B for ; Sat, 25 Aug 2007 08:05:06 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from p28.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.8/8.12.11) with ESMTP id l7OEk8tb008660; Fri, 24 Aug 2007 09:46:08 -0500 (CDT) Message-Id: <6.0.0.22.2.20070824094414.026637a0@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Fri, 24 Aug 2007 09:45:24 -0500 To: Michael S , freebsd-gnome , FreeBSD Mailing List From: Derek Ragona In-Reply-To: <746001.8761.qm@web88306.mail.re4.yahoo.com> References: <746001.8761.qm@web88306.mail.re4.yahoo.com> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Gnome 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: Sat, 25 Aug 2007 08:05:08 -0000 At 06:46 AM 8/24/2007, Michael S wrote: >Good day all, > >I installed Gnome a few days ago and everything had >been fine up until last night. I shutdown the computer >using a Gnome menu (and not shutdown -p now) and upon >restart one of my drives (the one mapped to /home) >wasn't working. After I did get it to work and able to >return to using GNOME, but when I login using GDM, I >don't see the desktop pager and the windows don't have >any decorations (e.g. borders, close/minimize >buttons). I am not an expert, but looks like the >window manager got corrupted by that improper >shutdown. >Anyone had similar experiences? Any ideas how to >rectify this? > >Thanks in advance, >Michael Sounds like your drive may be having issues. I would reboot in single user mode and fsck the drive. You may also want to try the drive manufacturer's diagnostic utility. -Derek -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. From owner-freebsd-gnome@FreeBSD.ORG Sat Aug 25 20:36:42 2007 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 D132716A41B; Sat, 25 Aug 2007 20:36:42 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A687913C46A; Sat, 25 Aug 2007 20:36:42 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from freefall.freebsd.org (mezz@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l7PKagPY088644; Sat, 25 Aug 2007 20:36:42 GMT (envelope-from mezz@freefall.freebsd.org) Received: (from mezz@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l7PKagJX088640; Sat, 25 Aug 2007 20:36:42 GMT (envelope-from mezz) Date: Sat, 25 Aug 2007 20:36:42 GMT Message-Id: <200708252036.l7PKagJX088640@freefall.freebsd.org> To: yuri@darklight.org.ru, mezz@FreeBSD.org, gnome@FreeBSD.org From: mezz@FreeBSD.org Cc: Subject: Re: ports/115797: [PATCH] sysutils/tracker: update to 0.6.1 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, 25 Aug 2007 20:36:42 -0000 Synopsis: [PATCH] sysutils/tracker: update to 0.6.1 State-Changed-From-To: open->closed State-Changed-By: mezz State-Changed-When: Sat Aug 25 20:36:02 UTC 2007 State-Changed-Why: Committed, thanks! I have tweaked it a bit. -#include +#include "../libtracker/tracker.h" This isn't a correct solution. I have created a correct solution in patch-src_libtracker-gtk_Makefile.in. Also, I have added INSTALLS_ICONS=yes as I believe that portlint will warning about it. As for the patch-src_sqlite3_os_unix.c, I have created a better one in patch-src_sqlite3_Makefile.in. http://www.freebsd.org/cgi/query-pr.cgi?pr=115797 From owner-freebsd-gnome@FreeBSD.ORG Sat Aug 25 20:40:13 2007 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 81E2C16A41A for ; Sat, 25 Aug 2007 20:40:13 +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 657E513C467 for ; Sat, 25 Aug 2007 20:40:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l7PKeDGw088784 for ; Sat, 25 Aug 2007 20:40:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l7PKeDDY088783; Sat, 25 Aug 2007 20:40:13 GMT (envelope-from gnats) Date: Sat, 25 Aug 2007 20:40:13 GMT Message-Id: <200708252040.l7PKeDDY088783@freefall.freebsd.org> To: gnome@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/115797: 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: Sat, 25 Aug 2007 20:40:13 -0000 The following reply was made to PR ports/115797; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/115797: commit references a PR Date: Sat, 25 Aug 2007 20:35:57 +0000 (UTC) mezz 2007-08-25 20:35:52 UTC FreeBSD ports repository Modified files: sysutils/tracker Makefile distinfo pkg-plist Added files: sysutils/tracker/files patch-src_libtracker-gtk_Makefile.in patch-src_libtracker-gtk_tracker-tag-bar.h patch-src_sqlite3_Makefile.in patch-src_tracker-search-tool_tracker-search-tool-support.h patch-src_trackerd_tracker-utils.c Removed files: sysutils/tracker/files patch-src_sqlite3_os_unix.c Log: Update to 0.6.1. PR: ports/115797 Submitted by: Yuri Pankov Revision Changes Path 1.14 +14 -7 ports/sysutils/tracker/Makefile 1.4 +3 -3 ports/sysutils/tracker/distinfo 1.1 +13 -0 ports/sysutils/tracker/files/patch-src_libtracker-gtk_Makefile.in (new) 1.1 +11 -0 ports/sysutils/tracker/files/patch-src_libtracker-gtk_tracker-tag-bar.h (new) 1.1 +10 -0 ports/sysutils/tracker/files/patch-src_sqlite3_Makefile.in (new) 1.2 +0 -12 ports/sysutils/tracker/files/patch-src_sqlite3_os_unix.c (dead) 1.1 +18 -0 ports/sysutils/tracker/files/patch-src_tracker-search-tool_tracker-search-tool-support.h (new) 1.1 +14 -0 ports/sysutils/tracker/files/patch-src_trackerd_tracker-utils.c (new) 1.7 +67 -8 ports/sysutils/tracker/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-gnome@FreeBSD.ORG Sat Aug 25 20:50:11 2007 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 B6ABD16A418 for ; Sat, 25 Aug 2007 20:50:11 +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 A3A9B13C4A8 for ; Sat, 25 Aug 2007 20:50:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l7PKoBev089120 for ; Sat, 25 Aug 2007 20:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l7PKoBBC089119; Sat, 25 Aug 2007 20:50:11 GMT (envelope-from gnats) Date: Sat, 25 Aug 2007 20:50:11 GMT Message-Id: <200708252050.l7PKoBBC089119@freefall.freebsd.org> To: gnome@FreeBSD.org From: "Jeremy Messenger" Cc: Subject: Re: ports/113257: sysutils/tracker indexer immediately goes to 100% cpu usage on starting trackerd X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jeremy Messenger List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 20:50:11 -0000 The following reply was made to PR ports/113257; it has been noted by GNATS. From: "Jeremy Messenger" To: bug-followup@freebsd.org, jbsnyder@northwestern.edu Cc: Subject: Re: ports/113257: sysutils/tracker indexer immediately goes to 100% cpu usage on starting trackerd Date: Sat, 25 Aug 2007 15:47:06 -0500 I am clueless with this, but I have updated tracker to 0.6.1 in ports tree recently. Give it a try and let me know if it works better. Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org From owner-freebsd-gnome@FreeBSD.ORG Sat Aug 25 23:08:35 2007 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 3370716A41A; Sat, 25 Aug 2007 23:08:35 +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 0E66D13C457; Sat, 25 Aug 2007 23:08:35 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l7PN8Yg3095420; Sat, 25 Aug 2007 23:08:34 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l7PN8Y6Z095416; Sat, 25 Aug 2007 23:08:34 GMT (envelope-from edwin) Date: Sat, 25 Aug 2007 23:08:34 GMT Message-Id: <200708252308.l7PN8Y6Z095416@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/115817: [patch] Correct graphics/gimp-app-devel dependency in graphic/gimp-devel 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, 25 Aug 2007 23:08:35 -0000 Synopsis: [patch] Correct graphics/gimp-app-devel dependency in graphic/gimp-devel Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Sat Aug 25 23:08:34 UTC 2007 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=115817 From owner-freebsd-gnome@FreeBSD.ORG Sat Aug 25 23:58:33 2007 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 7C2B016A41A; Sat, 25 Aug 2007 23:58:33 +0000 (UTC) (envelope-from yuri@darklight.org.ru) Received: from darklight.org.ru (crsd-pt.tunnel.tserv2.fmt.ipv6.he.net [IPv6:2001:470:1f03:2d5::2]) by mx1.freebsd.org (Postfix) with ESMTP id 6E04F13C458; Sat, 25 Aug 2007 23:58:32 +0000 (UTC) (envelope-from yuri@darklight.org.ru) Received: from darklight.org.ru (yuri@darklight.org.ru [127.0.0.1]) by darklight.org.ru (8.14.1/8.14.1) with ESMTP id l7PNwXaX063775 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 26 Aug 2007 03:58:33 +0400 (MSD) (envelope-from yuri@darklight.org.ru) Received: (from yuri@localhost) by darklight.org.ru (8.14.1/8.14.1/Submit) id l7PNwXnX063774; Sun, 26 Aug 2007 03:58:33 +0400 (MSD) (envelope-from yuri@darklight.org.ru) Date: Sun, 26 Aug 2007 03:58:33 +0400 From: Yuri Pankov To: mezz@FreeBSD.org, bug-followup@FreeBSD.org Message-ID: <20070825235833.GD6987@darklight.org.ru> References: <200708252036.l7PKagJX088640@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200708252036.l7PKagJX088640@freefall.freebsd.org> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: gnome@FreeBSD.org Subject: Re: ports/115797: [PATCH] sysutils/tracker: update to 0.6.1 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, 25 Aug 2007 23:58:33 -0000 Mezz, Thanks for commiting it. I understand that it may be not correct. Anyway, I've submitted "bug report" to tracker bugzilla on gnome.org and hope that it would be fixed in next release. Other patches fix numerous crashes in tracker-search-tool on amd64 due to missing function prototypes, sorry for not mentionting it in PR. http://bugzilla.gnome.org/show_bug.cgi?id=470035 http://bugzilla.gnome.org/show_bug.cgi?id=470037 Thanks, Yuri