From owner-freebsd-ports@FreeBSD.ORG Sun Nov 2 02:44:57 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17ED01065672 for ; Sun, 2 Nov 2008 02:44:57 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.190]) by mx1.freebsd.org (Postfix) with ESMTP id A3E878FC26 for ; Sun, 2 Nov 2008 02:44:56 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: by ti-out-0910.google.com with SMTP id d27so1023764tid.3 for ; Sat, 01 Nov 2008 19:44:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:message-id:to:cc:subject :from:in-reply-to:references:x-mailer:mime-version:content-type :content-transfer-encoding:sender; bh=fR9hZ7i2gORXMqZswZQWo2XO4jK6zpACTFVvXKTuUvY=; b=ne9yIlAwAylOfUNA38uUOXrbcK+G1BEfNvVKu+TFuc6whISoQSWP6X+jUfET9T7MGD yII5aW/Ac/S8UnvcCSdJyuXid5yNxkoEMinNoTRA3dE9nq7yliPjTaLoNdG8L0xJWrIG KA7uag/ZEJ3NnXc8lgvdW5T447I6CYvtED5lA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:message-id:to:cc:subject:from:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding:sender; b=orVqaMJqgecnB4MVPpWkMRV3zcG37Ql6xI9qu3FPb3l9e+uIlEYaZTHshnlBO4fUa5 T3dwvl5eSViTEy7Kb8Mz+auhm/d65mhsURzSQ+BozpTwB2FYI9cIQd4QaonjG2yeUr3p XqtWJ+YKWy/2WlnoyOpor1nHWrOYlApsAt71g= Received: by 10.110.109.19 with SMTP id h19mr9889190tic.14.1225592447693; Sat, 01 Nov 2008 19:20:47 -0700 (PDT) Received: from localhost (p2017-ipbf4304marunouchi.tokyo.ocn.ne.jp [123.225.19.17]) by mx.google.com with ESMTPS id i9sm6043959tid.9.2008.11.01.19.20.46 (version=SSLv3 cipher=RC4-MD5); Sat, 01 Nov 2008 19:20:47 -0700 (PDT) Date: Sun, 02 Nov 2008 11:20:43 +0900 (JST) Message-Id: <20081102.112043.59664300.chat95@mac.com> To: rizzo@iet.unipi.it From: Maho NAKATA In-Reply-To: <20081019145234.GA67034@onelab2.iet.unipi.it> References: <20081019145234.GA67034@onelab2.iet.unipi.it> X-Mailer: Mew version 6.1 on Emacs 22.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: Maho NAKATA Cc: ports@freebsd.org, openoffice@FreeBSD.org Subject: Re: unreasonable amount of memory used in openoffice build X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Nov 2008 02:44:57 -0000 Hi Luigi I think it is okay. I'll remove this conditional so that applicable to i386. I think I must rewrite the patch to effective on i386 as well. Note, please do not send me a patch other than Makefile. There is a SCA or JCA issue... I'm very busy these days and I'll attend OpenOffice.org conference 2008 very soon, please be patient. thanks, From: Luigi Rizzo Subject: unreasonable amount of memory used in openoffice build Date: Sun, 19 Oct 2008 16:52:34 +0200 > hi, > i noticed on my laptop (Dell X1 w/ 512MB ram - i386, RELENG_7 that > openoffice3 is using an unreasonable amount of memory to build one > of its components (during the build of resourcemodel, the offending > file is unxfbsdi.pro/misc/qnametostr.cxx) which causes the build > machine to spend a huge amount of time swapping. > > It seems to be a known issue > > http://bugs.gentoo.org/show_bug.cgi?format=multiple&id=215291 > > and our port includes a workaround that is applied only on amd64 > with the following section in the port's Makefile: > > .if ${ARCH} == amd64 > WITHOUT_MOZILLA= yes > LIB_DEPENDS+= boost_regex:${PORTSDIR}/devel/boost > CONFIGURE_ARGS+= --with-system-boost=yes #i58343# > .if (${OSVERSION} >= 700042) > EXTRA_PATCHES+= ${FILESDIR}/amd64-gcc42-workaround > .endif > .endif > > I would suggest to apply the fix unconditionally (at least by default, > possibly override it with some build option if needed). > On amd64 according to the above URL the problem is particularly bad > as it requires more than 4GB of memory (RAM/SWAP) but even on i386 > the compiler process grows well above 1GB of memory and together > with other stuff (browser, X and more) easily consuming 2-300MB > each, it is not unlikely to hit the swap on many boxes. > > Makes sense ? > > cheers > luigi > _______________________________________________ > freebsd-openoffice@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice > To unsubscribe, send any mail to "freebsd-openoffice-unsubscribe@freebsd.org" > From owner-freebsd-ports@FreeBSD.ORG Sun Nov 2 03:43:14 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10CF01065678 for ; Sun, 2 Nov 2008 03:43:14 +0000 (UTC) (envelope-from dlacroix@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.24]) by mx1.freebsd.org (Postfix) with ESMTP id 8B4378FC13 for ; Sun, 2 Nov 2008 03:43:13 +0000 (UTC) (envelope-from dlacroix@gmail.com) Received: by ey-out-2122.google.com with SMTP id 6so630188eyi.7 for ; Sat, 01 Nov 2008 20:43:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=lKV5388X0sm9IFj+2uUgrp0tK6C6ANdXW/tXRPsdKuo=; b=PAy/W+o04zPBEbntmg/whU//oD/vFw27RycH4SH1KRwQ9K/6s9Yhk6jhoxcrl2/Nji a3UbKclhsvUjMHqXIKxIn8Uz6aTJ2UqnpjfZV9LeNSJOHyBh+bFl8xbttZCtdQ6Q05A7 IQRbO6SEaJgAf7uZBkRki/3oKuLwJafd5TmSk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=CclT/30IZuWbxNVaCXv1YABsQlKE48DR1rFw6SOOMcedtiiUK4nwcNB4+MOfQgPw1M NjPhNCPodWs9cHoLFAtz1Tz8++pSYtw0xKU1KWQ5sVgiHuBW9mPIKDy2mOpgOd22QNd8 1JUmbbGZ2W9O6cCIMM/E9yG2mi6ULzd/m1jAE= Received: by 10.210.54.19 with SMTP id c19mr15810839eba.24.1225595838517; Sat, 01 Nov 2008 20:17:18 -0700 (PDT) Received: by 10.210.109.19 with HTTP; Sat, 1 Nov 2008 20:17:18 -0700 (PDT) Message-ID: Date: Sat, 1 Nov 2008 23:17:18 -0400 From: "David La Croix" Sender: dlacroix@gmail.com To: glarkin@freebsd.org In-Reply-To: <490B64FC.60608@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <490B64FC.60608@FreeBSD.org> X-Google-Sender-Auth: b86388c9d1acfb66 Cc: freebsd-multimedia@freebsd.org, grog@freebsd.org, FreeBSD Ports ML Subject: Re: Call for testers: MythTV 0.21 port upgrade X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Nov 2008 03:43:14 -0000 FYI: I've got a SiliconDust HDHomerun (Just got it). I've been able to get it streaming video to vlc and have been dieing to try mythtv with it. (Haven't set up a Linux server yet). System is 6.3 -- i386. I had to deinstall the ffmpeg port also. I also had install problems due to an old version of MySQL being installed... After upgrading, it seems to be working. I just have some minor issues with viewing the HD channels live on my system (AMD Sempron64 3000, which I thought was fast enough) ... The only other system I've tried to view it on is a P4 laptop with Ubuntu ... The issues I'm seeing are probably due to setup issues with Mythtv (this is the first I've played with it), but I can watch live tv on any of the Standard def channels ... High def channels like to stutter, and I'm not clear if it's a problem with the network card (vr) in my FreeBSD server or the playback on my client machine. It seems to be picking up the EIT channel guide from the broadcast no problem. Only real complaint I have about the port (now that it's installed) is that it runs the backend as root if you set it up to start from rc.conf. On Fri, Oct 31, 2008 at 4:05 PM, Greg Larkin wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hello everyone, > > I've been working on PR 126343 > (http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/126343) to get MythTV > upgraded to 0.21 on FreeBSD. > > At the moment, I have a port that compiles cleanly, installs, starts up > the frontend and deinstalls correctly on 7.0. Of course, whether it > will actually record TV, playback, etc. is another matter altogether. :) > > Is anyone out there willing to test out the port upgrade? I have a > mini-ITX PC here that could be set up for testing, but I need to get a > capture card first, unless MythTV will work with a USB capture dongle. > > In the mean time, I've placed the ports tree patch here: > > http://people.freebsd.org/~glarkin/diffs/mythtv-0.21.diff > > If you're game, download it, cd to the top of your ports tree and run: > > patch -E < /patch/download/dir/mythtv-0.21.diff > > You should then remove the *.orig files in the multimedia/mythtv/files > directory. > > Bug reports, port improvements and all feedback are welcome. I've also > adopted the port and hope to incorporate any suggestions sent my way. > > Thank you, > Greg > - -- > Greg Larkin > > http://www.FreeBSD.org/ - The Power To Serve > http://www.sourcehosting.net/ - Ready. Set. Code. > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.7 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFJC2T80sRouByUApARAjdnAKCXu7H+DYfVQUvGC8SNcZaCJxxFxQCgqM/Q > yMQrVcbvgkLUgS8zK7NBcWc= > =6+da > -----END PGP SIGNATURE----- > > _______________________________________________ > freebsd-multimedia@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > To unsubscribe, send any mail to "freebsd-multimedia-unsubscribe@freebsd.org" > From owner-freebsd-ports@FreeBSD.ORG Mon Nov 3 11:06:06 2008 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 917551065675 for ; Mon, 3 Nov 2008 11:06:06 +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 7EE9A8FC1F for ; Mon, 3 Nov 2008 11:06:06 +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.3/8.14.3) with ESMTP id mA3B661R009932 for ; Mon, 3 Nov 2008 11:06:06 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id mA3B65Lj009928 for freebsd-ports@FreeBSD.org; Mon, 3 Nov 2008 11:06:05 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 3 Nov 2008 11:06:05 GMT Message-Id: <200811031106.mA3B65Lj009928@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: FreeBSD ports list Cc: Subject: Current unassigned ports problem reports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Nov 2008 11:06:06 -0000 (Note: an HTML version of this report is available at http://www.freebsd.org/cgi/query-pr-summary.cgi?category=ports .) The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/128552 New port: archivers/hs-zlib o ports/128549 devel/libusb : fix runtime error o ports/128547 [new port] x11-drivers/xf86-input-wacom f ports/128537 [patch] databases/rrdtool add missing font runtime dep o ports/128535 [new port] games/linux-sof: Soldier of Fortune for Lin o ports/128532 Update math/pspp to version 0.6.1 o ports/128523 [MAINTAINER] polish/pl-libgadu: update to 1.8.2 (fix s f ports/128521 [patch] devel/icu build failed on TestFormatRelative f ports/128513 [PATCH] Fixed editors/emacs-devel for non-GTK support f ports/128499 conflit to install the misc/smssend and comms/smstools f ports/128490 net/freenx port does not work properly on freebsd-7 st f ports/128489 [PATCH] mail/sympa5 update to 5.4.3 o ports/128487 Update port: www/hiawatha o ports/128441 Update port: www/xpi-gbutts new version o ports/128440 Update port: www/xpi-leechblock new version o ports/128409 [maintainer-update] net-mgmt/nrpe2: Update to 2.12 o ports/128406 New port: security/monkeysphere o ports/128384 new port x11/xorg-minimal o ports/128382 [new port] misc/zconf-utils Various utilities for man o ports/128381 Update port: net/p5-ZConf update to 0.6.0 from 0.4.0 o ports/128371 New port: textproc/ibus Intelligent Input Bus for Linu o ports/128354 [new port] add news/husky-htick-devel port f ports/128323 Update of ports/x11-fonts/terminus-font f ports/128288 sysutils/hpacucli does not work f ports/128271 biology/ncbi-toolkit - blastall segfaults when output f ports/128159 Port Update: textproc/xerces-c2 2.7.0 -> 2.8.0 f ports/128142 update net/ekiga to 3.0.0 to fit GNOME 2.24 f ports/128141 update net/opal to 3.4.1 to fit GNOME 2.24 o ports/128140 update devel/pwlib to 2.4.1 to fit GNOME 2.24 f ports/128124 www/sams update, take maintainership o ports/128107 [PATCH] dns/nss_mdns: install extra module f ports/128082 sysutils/megarc binary causes memory corruption f ports/128074 multimedia/mplayer does not play CSS encrypted DVDs o ports/128060 new port: editors/nano-devel f ports/128048 www/mod_proxy_html port installs broken configuration f ports/127995 net/isc-dhcp3-server creates a user/group with dynamic f ports/127905 science/gramps: installation and runtime problems with f ports/127854 [PATCH] databases/couchdb: update to 0.8.1 o ports/127851 Port update: multimedia/libdvdnav-mplayer - Update to f ports/127810 print/hplip 2.8.2 can't talk to my usnb printer (HP PS o ports/127728 ports/games/freebsd-games doesn't build, and larn(6) s o ports/127678 [Update]science/hdf5:update to 1.8.1 f ports/127675 [patch] net/nss_ldap version 259, with fix for pw_{cha o ports/127555 comms/rxtx : USB serial device can not use f ports/127513 mail/dcc-dccd sets home to /var/dcc even if you didn' o ports/127321 japanese/kon2-16dot: buffer overflow and mouse bugs f ports/127302 security/swatch: swatch-3.2.1_1 multiple issues f ports/127259 [update] devel/jude-community to 5.3 o ports/127193 New port: editors/emacs-nox11 Emacs built without X11 f ports/127181 audio/musicpd logs warning s ports/127087 mail/bincimap port does not include an rc.d file o ports/126905 Update port: audio/libmtp to version 0.3.1 f ports/126890 port update: lang/cmucl o ports/126872 New port: lang/linux-tcl84 o ports/126772 palm/pilot-link has broke pilot-link.m4 o ports/126674 New port: print/latex-babel o ports/126673 New port: print/latex-supertabular o ports/126655 java/jboss4 can not take standard parameter "-b host_n s ports/126577 [Update]graphics/qgis:update to 0.11.0 f ports/126518 Unbroke archivers/lzo2 on i386 o ports/126345 ports mail/libpst not post Outlook 2003 compatible f ports/126322 [patch] sysutils/fusefs-kmod: Make install location co o ports/126273 Utilize MASTER_SITES abbreviations. f ports/126228 [PATCH] mail/courier: new version 0.60.0 f ports/126161 security/bsp_upektfmess does not work on 7.0 o ports/126151 [NEW PORT] security/p5-Bro-devel: Perl module for scri o ports/126150 [NEW PORT] security/broccoli-devel: The Bro Client Com o ports/126148 [NEW PORT] security/bro-devel: System for detecting Ne f ports/126058 net/generic-nqs fails to compile f ports/126055 x11-toolkits/p5-Tk - segmentation fault running perl-t f ports/125960 sysutils/syscp lacks of chattr/chflags f ports/125783 New port: www/vulture - A HTTP reverse proxy for your o ports/125719 shells/pdksh, zombie process's occouring on SMP Machin o ports/125714 [patch] www/httptunnel: users not added f ports/125362 New port: devel/ocaml-lwt (cooperative threading libra o ports/125324 editors/the (3.2) looses cursor when compiled with PDC o ports/125201 audio/aqualung crashes o ports/124905 new port: databases/sqlitejdbc 051 o ports/124597 [NEW PORT] net/callweaver: Fork of the popular Open So o ports/124548 net/mDNSResponder port incompatible with gnome desktop f ports/124238 sysutils/heartbeat: patch request f ports/123424 [NEW PORT] net/winexe o ports/123247 linux-firefox and linux-seamonkey from multiple users o ports/123239 New port: graphics/diamondbox Layer based photo editor f ports/122701 New port: www/mod_wombat "Apache Lua module" f ports/122276 Compiled audio/musicpd segfaults on FreeBSD 7.0 o ports/121325 Xorg crashes when x11-wm/xcompmgr is running o ports/121259 New port: net/openamq OpenAMQ is a complete AMQP messa o ports/121050 New port: sysutils/heartbeat2 Linux High-Availability o ports/119183 [NEW PORT] net/freeradius-client: FreeRADIUS Client li f ports/118877 audio/streamripper does not detect song title from str f ports/117945 New port: sysutils/metamorphose-1.1 Metamorphose flexi f ports/116385 net/vnc using vnc.so crashes Xorg 7.3 when remote comp f ports/115304 multimedia/gpac-mp4box cannot import files larger than o ports/108795 ports/icc: Proposed update to icc port for intel compi f ports/107304 print/apsfilter does not print PDF to raw PostScript p o amd64/104311 ports/wine should be installable on amd64 s ports/85513 Intel C++ compiler not 100% binary compatible with sys 98 problems total. From owner-freebsd-ports@FreeBSD.ORG Mon Nov 3 15:34:30 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34B861065672 for ; Mon, 3 Nov 2008 15:34:30 +0000 (UTC) (envelope-from flex1980@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.156]) by mx1.freebsd.org (Postfix) with ESMTP id BB5AD8FC18 for ; Mon, 3 Nov 2008 15:34:29 +0000 (UTC) (envelope-from flex1980@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so2213202fgb.35 for ; Mon, 03 Nov 2008 07:34:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=OPwBh+15U1x6SgstSsyhSMVCIM4EQFdF78e4vf68Gd0=; b=FyVhTO2JtSjz5s/rtHep3qeSP47gs1AfciXa6aAyMvsUTjq1OuLGMyGZB4H7n+o9E0 l+VSsaKJLFVQmHC2zAyPO7MA9n+sJ3wK7huXLILOd6sr4y9T+oHxYtbLpM2z2Pjhnr3J fCGouYKIRxpPAOCbBnKtSNVN4k/nIfJ1JQ4W8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=RGQDTmfVI+kmqqLcPEgaIZizFjnKBPONmGDmuRofVtR8XiXiHqDvKJz8uqpBjc0P2e q3j5EFp070PvE9ckwkUXH69sZA9201iEDSrN1lYAZLrr5pwmFuTbaRfKHT0it6xonJTl LV/VIVxBeTb8dCOk7yT4Z/BApClCenb1oBl0s= Received: by 10.180.253.12 with SMTP id a12mr55654bki.147.1225725129189; Mon, 03 Nov 2008 07:12:09 -0800 (PST) Received: by 10.180.230.10 with HTTP; Mon, 3 Nov 2008 07:12:08 -0800 (PST) Message-ID: <20c4814a0811030712n4105c765p23983b55f729b25e@mail.gmail.com> Date: Mon, 3 Nov 2008 16:12:08 +0100 From: Flex To: freebsd-ports@freebsd.org MIME-Version: 1.0 X-Mailman-Approved-At: Mon, 03 Nov 2008 15:54:30 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Boost 1.37 released! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Nov 2008 15:34:30 -0000 Hi! We're still having Boost 1.34 in the ports tree and missed version 1.35 and waited so long for a port version 1.36! Sadly if it (will ever) arrive the ports tree it's not up to date then. So what's up with this port at all? Looking forward to see Boost 1.37 in the ports tree soon. /Flex From owner-freebsd-ports@FreeBSD.ORG Mon Nov 3 16:53:08 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 008341065678 for ; Mon, 3 Nov 2008 16:53:08 +0000 (UTC) (envelope-from gesbbb@yahoo.com) Received: from smtp102.prem.mail.ac4.yahoo.com (smtp102.prem.mail.ac4.yahoo.com [76.13.13.41]) by mx1.freebsd.org (Postfix) with SMTP id 8C2EE8FC08 for ; Mon, 3 Nov 2008 16:53:07 +0000 (UTC) (envelope-from gesbbb@yahoo.com) Received: (qmail 25125 invoked from network); 3 Nov 2008 16:53:07 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-YMail-OSG:X-Yahoo-Newman-Property:Date:From:To:Subject:Message-ID:In-Reply-To:References:Reply-To:Organization:X-Mailer:Face:X-Face:Mime-Version:Content-Type; b=eWA2e8aX3LiZX1eWCEfniy+9xCLYgai94rOGtNhWc70QjNIYPakPJhXS+z7xuBgYAEiJcKOCHWkv8GCz8XsORaDDsxp3gO1nv1mKThK+74Z/o9zGNUhGm5tt/ZaibGuP3KmUHl+/cz2lsSv0KYU4d2zXypdX6YYxfTDohttYMdo= ; Received: from unknown (HELO scorpio) (gesbbb@67.189.239.8 with login) by smtp102.prem.mail.ac4.yahoo.com with SMTP; 3 Nov 2008 16:53:06 -0000 X-YMail-OSG: 22niyJ4VM1kFhs_pNKOsoGe9l_LKO.oj2ZQ7xGSHbhQPWz5Zs6ZRM4OYDYHK2DJLSA0ydS2VUC_YzORKeH4kRbbqz_tPHmXPlKY5zAlOaJ9K5XjbP632SPA3O4jUJlZwIAabK2r6A0EE516LenF39GlVNRAEyhme1FqMCBlHB_WHKaMv4ALl0waF0w-- X-Yahoo-Newman-Property: ymail-3 Date: Mon, 3 Nov 2008 11:52:55 -0500 From: Jerry To: freebsd-ports@freebsd.org Message-ID: <20081103115255.6c846f60@scorpio> In-Reply-To: <20c4814a0811030712n4105c765p23983b55f729b25e@mail.gmail.com> References: <20c4814a0811030712n4105c765p23983b55f729b25e@mail.gmail.com> Organization: seibercom.net X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.11; i386-portbld-freebsd6.3) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAGFBMVEX+/v7++v6YOTrq8PCcuIX989UvOSj++v0BNCbpAAAAB3RJTUUHsQwfFzs7RBhzUQAAAhJJREFUOI1dU8GOqzAMNKIoV1bvwD1i0ysqrHplIdBrVSX7ATSbd03VVvn9tQNtQy0hjAdn7LED4AAcPtWm9RV+MPSfxhBLx9ajd6X/ngB6/mTwnRSZua7i7Ca+0ctZKo4Qmz+JY13X6I3nFZBxIYW1PbgfQ5RP8g0XlltEWGf3cV03joYpRnFbvYDKbXjZlXyyhEZA4lI+cN3NaVXE4VKjSwTExO10eTEkkJVqIAD5z0nUBQJluQDRSQjcrBiHAJxZlAH5CUMBMC7OcJ4LMQNnxhZ1HYPscMc6J4UlWRMNwzOpCcAHKSICd1EDn83abdREIbXsHkD1OinP1aCUCOEVRaa1lMcvywUWdYgk13JQUpYNKmvXQ8Kw5ML9YI5h8SakctBc7E/IYuLhYd/zZIk+1gM1vNweQBvHE0j+oYah3sMqAytQYlZk6+ANaaawJdu3OFzYGMZ3iGpa3qMlq9ZH0VZTgrCtw/ngdYkEIIpSbP1bWQAdFdX9vocBdkH2qVjVmuMu3gI5rjs814EUdrCZgWlPaxZZ3RiLFUtr+ud0PXwp2dnQSNXgePt6AZpBj6UMJ7VQkzN4utVeaSW1Dhn/kblGrKeMvNGnzwX4zuEDarYz1KdPtR60Gul0Gued+515SJXhCsl+Tx/3kY/UDvicPll9mfu50t3tvQ/thZpJYgeuwdSKNJ6tCD98MCgoxLDaPxbwqqwPWaWiAAAAAElFTkSuQmCC X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/A=L.4_/ObOPubkoZi9yjUgv"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Subject: Re: Boost 1.37 released! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Nov 2008 16:53:08 -0000 --Sig_/A=L.4_/ObOPubkoZi9yjUgv Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Mon, 3 Nov 2008 16:12:08 +0100 Flex wrote: >We're still having Boost 1.34 in the ports tree and missed version >1.35 and waited so long for a port version 1.36! >Sadly if it (will ever) arrive the ports tree it's not up to date >then. So what's up with this port at all? > >Looking forward to see Boost 1.37 in the ports tree soon. Have you tried contacting the port maintainer regarding this problem? barner@FreeBSD.org --=20 Jerry gesbbb@yahoo.com His mind is like a steel trap: full of mice. Foghorn Leghorn --Sig_/A=L.4_/ObOPubkoZi9yjUgv Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkkPLHAACgkQBvaKIJWWCO0OxwCeOt6KLYxwfQ2eLHzbmbh/2dAh AgQAoJM48GkQBE8rqNZQb3EdT6tkzPlZ =Mt/K -----END PGP SIGNATURE----- --Sig_/A=L.4_/ObOPubkoZi9yjUgv-- From owner-freebsd-ports@FreeBSD.ORG Mon Nov 3 17:44:36 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E42F106567F for ; Mon, 3 Nov 2008 17:44:36 +0000 (UTC) (envelope-from masoom.shaikh@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.185]) by mx1.freebsd.org (Postfix) with ESMTP id C78408FC33 for ; Mon, 3 Nov 2008 17:44:35 +0000 (UTC) (envelope-from masoom.shaikh@gmail.com) Received: by fk-out-0910.google.com with SMTP id k31so3164963fkk.11 for ; Mon, 03 Nov 2008 09:44:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=/8m3bpD2QX6hs85l+k2nAv7cYD9Z5ctuvjd0GLVHgyY=; b=JiTEZJom7r3q6Kw+YVbNZh+jcSrRCFRmxTZu9sf+9dVfRaNLWdaefz4dORbYof92TO J/yHIpF2Ga4aHwWHsepRvQjxh5+rnwvodfg8LfreQz+XQC+0uiQs8Wh7FVRfvXi6V4xP C1k2pJunyrsW6BoKBueDgSbKpS1SA+hiz0i6w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=X+e2+ZIEIMIngvdileaPPMdExzU6/4bk4NBLT+sIKmgM2SJ5zCZKw03NZMk9p/0Gbw 31b1GmC1TS2Yc+Io2S2RHWsKDOA1AQoVIrcYvFECV0LA6RPxCP9SyecJhuHgbUCAsQSk dUXGbhSMesSmVjXlhW3tnidIsPttJzxsXVil8= Received: by 10.181.204.4 with SMTP id g4mr91503bkq.151.1225732819812; Mon, 03 Nov 2008 09:20:19 -0800 (PST) Received: by 10.180.231.15 with HTTP; Mon, 3 Nov 2008 09:20:19 -0800 (PST) Message-ID: Date: Mon, 3 Nov 2008 17:20:19 +0000 From: "Masoom Shaikh" To: Flex In-Reply-To: <20c4814a0811030712n4105c765p23983b55f729b25e@mail.gmail.com> MIME-Version: 1.0 References: <20c4814a0811030712n4105c765p23983b55f729b25e@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ports@freebsd.org Subject: Re: Boost 1.37 released! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Nov 2008 17:44:36 -0000 its surprisingly easier to install boost directly from tarball probably he has lost interest or not able to find time, I reminded him to update 1.35 then 1.36, it felt my mails were redirected to /dev/null ;-) On Mon, Nov 3, 2008 at 3:12 PM, Flex wrote: > Hi! > > We're still having Boost 1.34 in the ports tree and missed version 1.35 and > waited so long for a port version 1.36! > Sadly if it (will ever) arrive the ports tree it's not up to date then. So > what's up with this port at all? > > Looking forward to see Boost 1.37 in the ports tree soon. > > > /Flex > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > From owner-freebsd-ports@FreeBSD.ORG Mon Nov 3 18:29:43 2008 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 59766106568A for ; Mon, 3 Nov 2008 18:29:43 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mx.critical.ch (152-39.3-213.fix.bluewin.ch [213.3.39.152]) by mx1.freebsd.org (Postfix) with ESMTP id DABAC8FC19 for ; Mon, 3 Nov 2008 18:29:42 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from beaver (beaver.home.critical.ch [192.168.1.3]) by mx.critical.ch (8.14.3/8.14.3/critical-1.9) with SMTP id mA3ITd65031172; Mon, 3 Nov 2008 19:29:40 +0100 (CET) (envelope-from ehaupt@FreeBSD.org) Date: Mon, 3 Nov 2008 19:29:33 +0100 From: Emanuel Haupt To: Flex Message-Id: <20081103192933.e4aeedef.ehaupt@FreeBSD.org> In-Reply-To: <20c4814a0811030712n4105c765p23983b55f729b25e@mail.gmail.com> References: <20c4814a0811030712n4105c765p23983b55f729b25e@mail.gmail.com> X-Mailer: Sylpheed 2.5.0 (GTK+ 2.10.14; i686-pc-mingw32) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0 (mx.critical.ch [192.168.1.2]); Mon, 03 Nov 2008 19:29:41 +0100 (CET) X-Virus-Scanned: ClamAV 0.94/8559/Mon Nov 3 17:41:26 2008 on alaska.home.critical.ch X-Virus-Status: Clean Cc: freebsd-ports@FreeBSD.org Subject: Re: Boost 1.37 released! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Nov 2008 18:29:43 -0000 > Hi! > > We're still having Boost 1.34 in the ports tree and missed version 1.35 and > waited so long for a port version 1.36! > Sadly if it (will ever) arrive the ports tree it's not up to date then. So > what's up with this port at all? > > Looking forward to see Boost 1.37 in the ports tree soon. It is not that simple. Roughly 83 ports depend directly or indirectly on boost: $ grep boost-1.34.1 /usr/ports/INDEX-7 | wc -l 83 I'm sure Simon would gladly commit your patch. Emanuel -- From owner-freebsd-ports@FreeBSD.ORG Mon Nov 3 18:57:50 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 00AEC1065672; Mon, 3 Nov 2008 18:57:50 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from mail1.sourcehosting.net (113901-app1.sourcehosting.net [72.32.213.11]) by mx1.freebsd.org (Postfix) with ESMTP id CDFC88FC19; Mon, 3 Nov 2008 18:57:49 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from 68-189-244-97.dhcp.oxfr.ma.charter.com ([68.189.244.97] helo=Gregory-Larkins-Computer.local) by mail1.sourcehosting.net with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1Kx4cU-0007ZA-Gl; Mon, 03 Nov 2008 13:57:48 -0500 Received: from [127.0.0.1] (fireball.entropy.prv [192.168.1.12]) by Gregory-Larkins-Computer.local (Postfix) with ESMTP id A366C26F06F2; Mon, 3 Nov 2008 13:57:45 -0500 (EST) Message-ID: <490F49AD.2040005@FreeBSD.org> Date: Mon, 03 Nov 2008 13:57:49 -0500 From: Greg Larkin Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Bernhard Froehlich References: <490B64FC.60608@FreeBSD.org> <20081101171729.366c38f8@chii.bluelife.at> In-Reply-To: <20081101171729.366c38f8@chii.bluelife.at> X-Enigmail-Version: 0.95.7 OpenPGP: id=1C940290 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Score: -1.8 (-) Cc: freebsd-multimedia@freebsd.org, grog@FreeBSD.org, FreeBSD Ports ML Subject: Re: Call for testers: MythTV 0.21 port upgrade X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: glarkin@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Nov 2008 18:57:50 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Bernhard Froehlich wrote: > On Fri, 31 Oct 2008 16:05:16 -0400 > Greg Larkin wrote: > >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> Hello everyone, >> >> I've been working on PR 126343 >> (http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/126343) to get >> MythTV upgraded to 0.21 on FreeBSD. >> >> At the moment, I have a port that compiles cleanly, installs, starts >> up the frontend and deinstalls correctly on 7.0. Of course, whether >> it will actually record TV, playback, etc. is another matter >> altogether. :) >> [...] > > > Thats great! Have you seen ports/127856 ports/127857 and ports/128419? > > Because i have looked at your patch and it looks similar to the first > PR but judging from the compile problems that got posted to this > thread you're actually exactly where i was when writing the patches. > PLEASE have a look at them because i see no sense in duplicating that > work. > > When i think about the differences of you patch and ports/127856 i am > not sure if there is anything that prevents it from working as a > backend too. But i have no DVB-S card that is supported by FreeBSD so i > cannot test it and only created a mythtv-frontend port which is > actually working quite good for me. Runs perfectly fine with an > mythbuntu backend. > > All that compile problems that were replied to this thread are already > fixed as part of ports/127856. The reason is, that mythtv 0.21 uses a > weird combination of ".." and "../.." in their include paths and so > include libavcodec from /usr/local which is wrong because they have > libavcodec included in their mythtv source package. > Hi Bernhard, Thanks very much for the pointers to the other PRs. I didn't know about them until the other day when someone else pointed them out. I should have checked the PR list before I went too far with my patch, but I'll review all of them to figure out the best way to proceed. Anyway, there seems to be interest from various folks to get a complete version of MythTV 0.21 running on FreeBSD, so we should be able to close all of the PRs soon, including 126343. Best regards, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFJD0ms0sRouByUApARAt8DAKCvZxX0b3h8CX3LzbPKM3ZJXbbsSACcCaLJ yF+X94qfqMAFeoJrPUUPHYc= =ZHgv -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Mon Nov 3 19:42:31 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E7301065678 for ; Mon, 3 Nov 2008 19:42:31 +0000 (UTC) (envelope-from Cy.Schubert@komquats.com) Received: from idcmail-mo2no.shaw.ca (idcmail-mo2no.shaw.ca [64.59.134.9]) by mx1.freebsd.org (Postfix) with ESMTP id 367BF8FC39 for ; Mon, 3 Nov 2008 19:42:31 +0000 (UTC) (envelope-from Cy.Schubert@komquats.com) Received: from pd6ml1no-ssvc.prod.shaw.ca ([10.0.153.160]) by pd5mo1no-svcs.prod.shaw.ca with ESMTP; 03 Nov 2008 12:14:00 -0700 X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.0 c=0 a=6I5d2MoRAAAA:8 a=WsEF1eUgeF0y8wP-5bEA:9 a=dwAWcSakFTjO1_jzP74A:7 a=caM-5o-bs3yh7STdNsX9IOOFjYgA:4 a=V7tsTZBp22UA:10 a=SV7veod9ZcQA:10 a=wAGQQ9Az6v0A:10 Received: from s01060002b31a8191.gv.shawcable.net (HELO spqr.komquats.com) ([24.68.166.226]) by pd6ml1no-dmz.prod.shaw.ca with ESMTP; 03 Nov 2008 12:13:59 -0700 Received: from cwsys.cwsent.com (cwsys [10.1.1.1]) by spqr.komquats.com (Postfix) with ESMTP id 4E79C410FC for ; Mon, 3 Nov 2008 11:13:59 -0800 (PST) Received: from cwsys (localhost [127.0.0.1]) by cwsys.cwsent.com (8.14.3/8.14.3) with ESMTP id mA3JDwV9005067 for ; Mon, 3 Nov 2008 11:13:59 -0800 (PST) (envelope-from Cy.Schubert@komquats.com) Message-Id: <200811031913.mA3JDwV9005067@cwsys.cwsent.com> X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.2 From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.komquats.com/ To: ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 03 Nov 2008 11:13:58 -0800 Sender: Cy.Schubert@komquats.com Cc: Subject: Portupgrade Failure X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Cy Schubert List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Nov 2008 19:42:31 -0000 Has anyone experienced the compression of /usr/bin/gzip to /usr/bin/gzip.gz during a portupgrade? Portupgrade obviously fails. As I use the -k option I haven't been able to pin down what port actually causes the damage. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org e**(i*pi)+1=0 From owner-freebsd-ports@FreeBSD.ORG Mon Nov 3 20:37:44 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 185EE1065670 for ; Mon, 3 Nov 2008 20:37:44 +0000 (UTC) (envelope-from alexanderchuranov@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.freebsd.org (Postfix) with ESMTP id 942C08FC16 for ; Mon, 3 Nov 2008 20:37:43 +0000 (UTC) (envelope-from alexanderchuranov@gmail.com) Received: by nf-out-0910.google.com with SMTP id h3so1118239nfh.33 for ; Mon, 03 Nov 2008 12:37:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=W4typrvGpu7oVckG1BYYIW6MNjdI2DE5fZey1nDRzTY=; b=O+OfLR5zFGjFRYb9aAbvbW8DEIzo8ZrKQhLQaXuR61zSjRw7AMk/prI8K0IQFuKTVC Y6eRpDremB2T4lH2524+0dRMwD037f5EyCeB7i24IzEzWSQt49BY2M9OMvOtRSsVMd3Y MadXQIejRs998Vvr+0K73uknqzgBYBiHgMbSI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=GaclNAffSQkRsCMRMXxzUlcbuRkuRrUV9faHDZaHGMOGy4+gpyrVXe3Pyv25ez9ye3 Zaaaec8lERx/fNrKJILV0V2qXsZul1qjif3m5+5677LoZntuWcisNlcTnU2ws1wqhpuB nPbUivVkYKsbma/ThFg6aEpm9DjtS+PJy3dVg= Received: by 10.210.52.9 with SMTP id z9mr664528ebz.35.1225744657532; Mon, 03 Nov 2008 12:37:37 -0800 (PST) Received: by 10.210.130.15 with HTTP; Mon, 3 Nov 2008 12:37:37 -0800 (PST) Message-ID: <3cb459ed0811031237l3adeef89t86a70030cca57fff@mail.gmail.com> Date: Mon, 3 Nov 2008 23:37:37 +0300 From: "Alexander Churanov" To: "Emanuel Haupt" In-Reply-To: <20081103192933.e4aeedef.ehaupt@FreeBSD.org> MIME-Version: 1.0 References: <20c4814a0811030712n4105c765p23983b55f729b25e@mail.gmail.com> <20081103192933.e4aeedef.ehaupt@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ports@freebsd.org, Flex Subject: Re: Boost 1.37 released! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Nov 2008 20:37:44 -0000 Emanuel, It's also disappoints me that there is only year-old boost library in ports tree. I've already offered my help to Simon (see http://lists.freebsd.org/pipermail/freebsd-ports/2008-September/050846.html). I have time, equipment, experience and will for assisting in porting latest stable boost into the ports tree. After I've posted into the mailing list, people started to contact me and ask whether I know what's happened to boost port. For that reason I've send an e-mail to barner@freebsd.org at October, 14, offering my help second time. And still do not have an answer. So then, I insist on contacting Simon using other ways than barner@freebsd.org and starting a discussion about approaches for speeding up this porting task. Alexander Churanov From owner-freebsd-ports@FreeBSD.ORG Mon Nov 3 21:19:05 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 118411065679 for ; Mon, 3 Nov 2008 21:19:05 +0000 (UTC) (envelope-from g.martinez@pcbsd.es) Received: from pcbsd.ixsystems.com (pcbsd.ixsystems.net [206.40.55.78]) by mx1.freebsd.org (Postfix) with ESMTP id F1FFD8FC12 for ; Mon, 3 Nov 2008 21:19:04 +0000 (UTC) (envelope-from g.martinez@pcbsd.es) Received: from pcbsd.localnet (171.Red-80-38-102.staticIP.rima-tde.net [80.38.102.171]) by pcbsd.ixsystems.com (Postfix) with ESMTP id CD209145F422 for ; Mon, 3 Nov 2008 21:02:27 +0000 (UTC) From: "Gonzalo =?iso-8859-1?q?Mart=EDnez-Sanjuan?= =?iso-8859-1?q?_S=E1nchez?=" Organization: PC-BSD To: freebsd-ports@freebsd.org Date: Mon, 3 Nov 2008 22:01:16 +0100 User-Agent: KMail/1.10.1 (FreeBSD/7.1-PRERELEASE; KDE/4.1.2; i386; ; ) MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200811032201.16476.g.martinez@pcbsd.es> Subject: qparted/gparted X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Nov 2008 21:19:05 -0000 Hi there!!! =46irst of all have to say thank you all the ppl behind the ports tree. Gre= at=20 work. I would like to ask for any developer to make a port of qparted/gparted=20 utility: Is that possible? Is someone already working on it?=20 Is out there any other simmilar application with that easy-to-use mind? Thanks!! =2D-=20 Un saludo Gonzalo Mart=EDnez - Sanjuan S=E1nchez From owner-freebsd-ports@FreeBSD.ORG Mon Nov 3 21:24:50 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 659CB106564A for ; Mon, 3 Nov 2008 21:24:50 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from cpanel03.rubas-s03.net (cpanel03.rubas-s03.net [195.182.222.73]) by mx1.freebsd.org (Postfix) with ESMTP id 1F69F8FC12 for ; Mon, 3 Nov 2008 21:24:50 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from [213.142.183.219] (helo=gahrtop.gahr.ch) by cpanel03.rubas-s03.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1Kx6um-0001KG-8R; Mon, 03 Nov 2008 22:24:48 +0100 Message-ID: <490F6C11.1060506@FreeBSD.org> Date: Mon, 03 Nov 2008 22:24:33 +0100 From: Pietro Cerutti Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.17 (X11/20081002) MIME-Version: 1.0 To: Alexander Churanov References: <20c4814a0811030712n4105c765p23983b55f729b25e@mail.gmail.com> <20081103192933.e4aeedef.ehaupt@FreeBSD.org> <3cb459ed0811031237l3adeef89t86a70030cca57fff@mail.gmail.com> In-Reply-To: <3cb459ed0811031237l3adeef89t86a70030cca57fff@mail.gmail.com> X-Enigmail-Version: 0.95.6 OpenPGP: id=9571F78E; url=http://gahr.ch/pgp/ Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel03.rubas-s03.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - FreeBSD.org X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-ports@freebsd.org, Emanuel Haupt , Flex Subject: Re: Boost 1.37 released! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Nov 2008 21:24:50 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Alexander Churanov wrote: | Emanuel, | | It's also disappoints me that there is only year-old boost library in ports | tree. I've already offered my help to Simon (see | http://lists.freebsd.org/pipermail/freebsd-ports/2008-September/050846.html). | I have time, equipment, experience and will for assisting in porting latest | stable boost into the ports tree. | | After I've posted into the mailing list, people started to contact me and | ask whether I know what's happened to boost port. For that reason I've send | an e-mail to barner@freebsd.org at October, 14, offering my help second | time. And still do not have an answer. | | So then, I insist on contacting Simon using other ways than | barner@freebsd.org and starting a discussion about approaches for speeding | up this porting task. I suggest that you send in a PR. If the maintainer ignores it too long someone will step-in and eventually commit it. | | Alexander Churanov - -- Pietro Cerutti gahr@FreeBSD.org PGP Public Key: http://gahr.ch/pgp -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEAREKAAYFAkkPbA8ACgkQwMJqmJVx946MsgCgoMHl0QYvyeM7z8k6v8vsN8KU QXcAnR2VeFhx+DYDZaESCWxGQePU13Wf =nPI4 -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Mon Nov 3 21:31:25 2008 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7CE8D106568A; Mon, 3 Nov 2008 21:31:25 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mx.critical.ch (152-39.3-213.fix.bluewin.ch [213.3.39.152]) by mx1.freebsd.org (Postfix) with ESMTP id 041A98FC23; Mon, 3 Nov 2008 21:31:24 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from beaver (beaver.home.critical.ch [192.168.1.3]) by mx.critical.ch (8.14.3/8.14.3/critical-1.9) with SMTP id mA3LVLe5044998; Mon, 3 Nov 2008 22:31:23 +0100 (CET) (envelope-from ehaupt@FreeBSD.org) Date: Mon, 3 Nov 2008 22:31:15 +0100 From: Emanuel Haupt To: "Alexander Churanov" Message-Id: <20081103223115.78fbbaef.ehaupt@FreeBSD.org> In-Reply-To: <3cb459ed0811031237l3adeef89t86a70030cca57fff@mail.gmail.com> References: <20c4814a0811030712n4105c765p23983b55f729b25e@mail.gmail.com> <20081103192933.e4aeedef.ehaupt@FreeBSD.org> <3cb459ed0811031237l3adeef89t86a70030cca57fff@mail.gmail.com> X-Mailer: Sylpheed 2.5.0 (GTK+ 2.10.14; i686-pc-mingw32) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0 (mx.critical.ch [192.168.1.2]); Mon, 03 Nov 2008 22:31:23 +0100 (CET) X-Virus-Scanned: ClamAV 0.94/8560/Mon Nov 3 20:20:13 2008 on alaska.home.critical.ch X-Virus-Status: Clean Cc: freebsd-ports@FreeBSD.org, Emanuel Haupt , Flex Subject: Re: Boost 1.37 released! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Nov 2008 21:31:25 -0000 > It's also disappoints me that there is only year-old boost library in ports > tree. I've already offered my help to Simon (see > http://lists.freebsd.org/pipermail/freebsd-ports/2008-September/050846.html). > I have time, equipment, experience and will for assisting in porting latest > stable boost into the ports tree. > > After I've posted into the mailing list, people started to contact me and > ask whether I know what's happened to boost port. For that reason I've send > an e-mail to barner@freebsd.org at October, 14, offering my help second > time. And still do not have an answer. > > So then, I insist on contacting Simon using other ways than > barner@freebsd.org and starting a discussion about approaches for speeding > up this porting task. Eventually we could repocopy devel/boost to devel/boost-devel then update devel/boost-devel to 1.37 and have maintainers (and the community) decide whether they like to adapt their ports to the current version. If anyone can submit a working boost 1.37 port (preferably a patch against devel/boost) I'd be glad to take over that task. Emanuel From owner-freebsd-ports@FreeBSD.ORG Mon Nov 3 23:06:10 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8FEAB106567B; Mon, 3 Nov 2008 23:06:10 +0000 (UTC) (envelope-from alexanderchuranov@gmail.com) Received: from ik-out-1112.google.com (ik-out-1112.google.com [66.249.90.178]) by mx1.freebsd.org (Postfix) with ESMTP id 9218E8FC14; Mon, 3 Nov 2008 23:06:09 +0000 (UTC) (envelope-from alexanderchuranov@gmail.com) Received: by ik-out-1112.google.com with SMTP id c21so1967478ika.3 for ; Mon, 03 Nov 2008 15:06:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=vBJxeeRJYGwJ3AnvQj8hoYQhEro8EqYEFbrElTfVAM4=; b=gjk13Wdm6YlcytOcECSGrPxx3XTuif2NNtfyPPYbBGXDQ3Cz9bhbrv8jii0pQn/TeX RGwwBuafZCbPQou2NiwDu9hIp6hPHlJS+imYGvV6cdL+7mm8RiR90mxhCK9BlgW/zic3 61vk15lNt7n7Klvjzfq7sLR+cGMCmIniN14b0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=BY2eKuFux2xE2i4RYSoW4XU4gJ0DMormW/F6BiitKey2UuhuCdVfjacjxe0hyY2QwW iXavp0evpz585+rR8ZI4qX90WKr1AEccibJPTJaMdYYi0/ef+P9AxNcaXU2rMDkIWgIK 99vysphvybwkfYgPasWT+E7lr/fTInznlqZzA= Received: by 10.210.88.7 with SMTP id l7mr824057ebb.69.1225753568254; Mon, 03 Nov 2008 15:06:08 -0800 (PST) Received: by 10.210.130.15 with HTTP; Mon, 3 Nov 2008 15:06:08 -0800 (PST) Message-ID: <3cb459ed0811031506g4b450865q34d33988a688c3@mail.gmail.com> Date: Tue, 4 Nov 2008 02:06:08 +0300 From: "Alexander Churanov" To: "Emanuel Haupt" In-Reply-To: <20081103223115.78fbbaef.ehaupt@FreeBSD.org> MIME-Version: 1.0 References: <20c4814a0811030712n4105c765p23983b55f729b25e@mail.gmail.com> <20081103192933.e4aeedef.ehaupt@FreeBSD.org> <3cb459ed0811031237l3adeef89t86a70030cca57fff@mail.gmail.com> <20081103223115.78fbbaef.ehaupt@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Flex , freebsd-ports@freebsd.org Subject: Re: Boost 1.37 released! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Nov 2008 23:06:10 -0000 Emanuel, Copying devel/boost to devel/boost-devel sounds reasonable. However, I'd like to suggest moving devel/boost to devel/boost-134 and having devel/boost updated to 1.37. For me '-devel' is always felt like something not stable enough. Another concern is that maintaners of ports that depend on boost would probably slow down the process of updating to 1.37. Forking to old version contains element of intention - it's more clear that devel/boost-134 is something out of date and temporary. Alexander Churanov From owner-freebsd-ports@FreeBSD.ORG Mon Nov 3 23:29:51 2008 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4E02106564A; Mon, 3 Nov 2008 23:29:51 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mx.critical.ch (152-39.3-213.fix.bluewin.ch [213.3.39.152]) by mx1.freebsd.org (Postfix) with ESMTP id 3A8A38FC18; Mon, 3 Nov 2008 23:29:51 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from beaver (beaver.home.critical.ch [192.168.1.3]) by mx.critical.ch (8.14.3/8.14.3/critical-1.9) with SMTP id mA3NTm7r059073; Tue, 4 Nov 2008 00:29:49 +0100 (CET) (envelope-from ehaupt@FreeBSD.org) Date: Tue, 4 Nov 2008 00:29:42 +0100 From: Emanuel Haupt To: "Alexander Churanov" Message-Id: <20081104002942.f136adec.ehaupt@FreeBSD.org> In-Reply-To: <3cb459ed0811031506g4b450865q34d33988a688c3@mail.gmail.com> References: <20c4814a0811030712n4105c765p23983b55f729b25e@mail.gmail.com> <20081103192933.e4aeedef.ehaupt@FreeBSD.org> <3cb459ed0811031237l3adeef89t86a70030cca57fff@mail.gmail.com> <20081103223115.78fbbaef.ehaupt@FreeBSD.org> <3cb459ed0811031506g4b450865q34d33988a688c3@mail.gmail.com> X-Mailer: Sylpheed 2.5.0 (GTK+ 2.10.14; i686-pc-mingw32) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0 (mx.critical.ch [192.168.1.2]); Tue, 04 Nov 2008 00:29:50 +0100 (CET) X-Virus-Scanned: ClamAV 0.94/8560/Mon Nov 3 20:20:13 2008 on alaska.home.critical.ch X-Virus-Status: Clean Cc: freebsd-ports@FreeBSD.org, Emanuel Haupt , Flex Subject: Re: Boost 1.37 released! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Nov 2008 23:29:51 -0000 > Emanuel, > > Copying devel/boost to devel/boost-devel sounds reasonable. > > However, I'd like to suggest moving devel/boost to devel/boost-134 and > having devel/boost updated to 1.37. For me '-devel' is always felt like > something not stable enough. Another concern is that maintaners of ports > that depend on boost would probably slow down the process of updating to > 1.37. Forking to old version contains element of intention - it's more clear > that devel/boost-134 is something out of date and temporary. This would involve much more initial work. We have many -devel ports that are actually just more recent versions. Once there is a working 1.37 port either people will start moving to 1.37, bringing the new version to each maintainers attention would help. At some point devel/boost will become 1.37 and devel/boost-devel will then either be removed or updated to a never version. Emanuel From owner-freebsd-ports@FreeBSD.ORG Tue Nov 4 00:00:58 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA0311065734; Tue, 4 Nov 2008 00:00:57 +0000 (UTC) (envelope-from rsamuel@asri.org.au) Received: from flexo.grapevine.net.au (flexo.grapevine.net.au [203.129.32.140]) by mx1.freebsd.org (Postfix) with ESMTP id 7FEDD8FC0A; Tue, 4 Nov 2008 00:00:57 +0000 (UTC) (envelope-from rsamuel@asri.org.au) Received: from localhost (localhost [127.0.0.1]) by flexo.grapevine.net.au (Postfix) with ESMTP id 07663581453; Tue, 4 Nov 2008 10:32:52 +1100 (EST) Received: from flexo.grapevine.net.au ([127.0.0.1]) by localhost (flexo.grapevine.net.au [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8NhQaq6ogX-x; Tue, 4 Nov 2008 10:32:51 +1100 (EST) Received: from RichardPC (ppp-196.40.129.203.grapevine.net.au [203.129.40.196]) by flexo.grapevine.net.au (Postfix) with ESMTP id 86335581432; Tue, 4 Nov 2008 10:32:51 +1100 (EST) From: "Richard Samuel" To: Date: Tue, 4 Nov 2008 10:32:51 +1100 Message-ID: <000301c93e0c$7d72b950$78582bf0$@org.au> MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Ack+DH0ou7+3zIB2SMOQxQLCPKIy6A== Content-Language: en-au Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@FreeBSD.org Subject: FreeBSD Port: openfoam-1.4.1_1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Nov 2008 00:00:58 -0000 Dear Thierry, I am interested in the current state of openFoam 1.4.1(_?) on FreeBSD and am willing to assist if able. I have examined the various port status portals but I am unclear as to whether difficulties I am currently experiencing are consistent with these, or are up to date with current work. I have managed to semi-successfully build openFoam 1.4.1(_0) under 7.0_RELEASE by installing packages of dependant things that were broken such cups-base-1.3.5_2 and linuxpluginwrapper. However this does not appear to succeed as ultimately expected, because of things like ParaFoam not recognising .foam files. My next thought is to build openFoam with a 7.1-BETA2 ports tree, which seems a little more nuanced from an openFoam point of view. I have also found a diff in your people.freebsd.org which appears to contain fixes for PVFoamReader but am unsure where this diff features in the timeline. I look forward to your response. Regards Richard Samuel From owner-freebsd-ports@FreeBSD.ORG Tue Nov 4 05:22:00 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A9B171065680 for ; Tue, 4 Nov 2008 05:22:00 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao102.cox.net (eastrmmtao102.cox.net [68.230.240.8]) by mx1.freebsd.org (Postfix) with ESMTP id 3F8AA8FC08 for ; Tue, 4 Nov 2008 05:21:59 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo02.cox.net ([68.1.16.120]) by eastrmmtao102.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20081104052159.SFMU19960.eastrmmtao102.cox.net@eastrmimpo02.cox.net>; Tue, 4 Nov 2008 00:21:59 -0500 Received: from localhost ([68.103.35.214]) by eastrmimpo02.cox.net with bizsmtp id atMy1a00B4dCcn002tMzcx; Tue, 04 Nov 2008 00:21:59 -0500 X-Authority-Analysis: v=1.0 c=1 a=6I5d2MoRAAAA:8 a=S0hiYTfbj1tbiIug2l8A:9 a=2SDeeMHlHD98aqLmEbcuVAgLoFkA:4 a=SV7veod9ZcQA:10 a=4vB-4DCPJfMA:10 a=LY0hPdMaydYA:10 X-CM-Score: 0.00 Date: Mon, 03 Nov 2008 23:22:08 -0600 To: "Emanuel Haupt" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 MIME-Version: 1.0 References: <20c4814a0811030712n4105c765p23983b55f729b25e@mail.gmail.com> <20081103192933.e4aeedef.ehaupt@FreeBSD.org> <3cb459ed0811031237l3adeef89t86a70030cca57fff@mail.gmail.com> <20081103223115.78fbbaef.ehaupt@FreeBSD.org> <3cb459ed0811031506g4b450865q34d33988a688c3@mail.gmail.com> <20081104002942.f136adec.ehaupt@FreeBSD.org> Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: <20081104002942.f136adec.ehaupt@FreeBSD.org> User-Agent: Opera Mail/9.62 (Linux) Cc: Alexander Churanov , Flex , freebsd-ports@freebsd.org Subject: Re: Boost 1.37 released! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Nov 2008 05:22:00 -0000 On Mon, 03 Nov 2008 17:29:42 -0600, Emanuel Haupt wrote: >> Emanuel, >> >> Copying devel/boost to devel/boost-devel sounds reasonable. >> >> However, I'd like to suggest moving devel/boost to devel/boost-134 and >> having devel/boost updated to 1.37. For me '-devel' is always felt like >> something not stable enough. Another concern is that maintaners of ports >> that depend on boost would probably slow down the process of updating to >> 1.37. Forking to old version contains element of intention - it's more >> clear >> that devel/boost-134 is something out of date and temporary. > > This would involve much more initial work. We have many -devel ports > that are actually just more recent versions. Once there is a working > 1.37 port either people will start moving to 1.37, bringing the new > version to each maintainers attention would help. > > At some point devel/boost will become 1.37 and devel/boost-devel will > then either be removed or updated to a never version. I disagree with boost-devel; it's no need when the 1.37 is stable. Anyway, while you guys are working on patch, I would like you guys to use barner's patch over at http://lists.freebsd.org/pipermail/freebsd-ports/2008-May/048612.html .. The most important part is: ---------------------------------- Features: - boost and boost-python no longer conflict (boost-python just adds the missing bits) [...] ---------------------------------- That is what we need the most. Cheers, Mezz > Emanuel -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Tue Nov 4 03:41:54 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CBA29106567A for ; Tue, 4 Nov 2008 03:41:54 +0000 (UTC) (envelope-from bobchung456@sbcglobal.net) Received: from web81906.mail.mud.yahoo.com (web81906.mail.mud.yahoo.com [68.142.207.185]) by mx1.freebsd.org (Postfix) with SMTP id 739198FC23 for ; Tue, 4 Nov 2008 03:41:54 +0000 (UTC) (envelope-from bobchung456@sbcglobal.net) Received: (qmail 54585 invoked by uid 60001); 4 Nov 2008 03:15:14 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=sbcglobal.net; h=X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Message-ID; b=oq0pL/zZ2S6jCZq8kNYz7LeNThJPjNhM1dk+0hrwLDnRK2zII11oVIVkeVRECI+NuwL6QAPKRru+PJms78CswSYkBOWHB5hMbughR251AQ4tvVVFgugu3OROog6t2EcmgJSyQQaWiKzXwZcZZGOb1IDX9z4A/7EJ/JbrnWigb0k=; X-YMail-OSG: criBjCUVM1m9w6NjOQZojsFVU2h0jNX3SaOeog_3tvrZqfqTqCsFU_V7Rf_ncrWzhFvSByHV8NDwEG43sm6pILGHaZWR9zCaI1lIy3mEgPeErehYqkO6VoGRWU1UYMIH7a9._NEyMEwP8tXKHl08o8t.HDYZJxl4IYW9dC6kRd_xGBXjl2y9QJT5ga2I Received: from [75.22.78.136] by web81906.mail.mud.yahoo.com via HTTP; Mon, 03 Nov 2008 19:15:14 PST X-Mailer: YahooMailWebService/0.7.218.2 Date: Mon, 3 Nov 2008 19:15:14 -0800 (PST) From: Xiu Guan To: ports@FreeBSD.org MIME-Version: 1.0 Message-ID: <277560.43356.qm@web81906.mail.mud.yahoo.com> X-Mailman-Approved-At: Tue, 04 Nov 2008 05:45:00 +0000 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: FreeBSD Port: games/xevil X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bobchung456@sbcglobal.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Nov 2008 03:41:54 -0000 hello anyone, =A0 this game is old, but I just wanted to try to work out the online feature. = do you konw? =A0 bobchung456@sbcglobal.net =A0 From owner-freebsd-ports@FreeBSD.ORG Tue Nov 4 07:02:03 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9375E1065670 for ; Tue, 4 Nov 2008 07:02:03 +0000 (UTC) (envelope-from akitada@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.184]) by mx1.freebsd.org (Postfix) with ESMTP id 2F0128FC14 for ; Tue, 4 Nov 2008 07:02:02 +0000 (UTC) (envelope-from akitada@gmail.com) Received: by ti-out-0910.google.com with SMTP id d27so1576263tid.3 for ; Mon, 03 Nov 2008 23:02:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :content-type:content-transfer-encoding:x-mailer:mime-version :subject:date:cc; bh=0Xt9bXYx0u5oyzkR9grif24xL5UKT+rZ3rh8/6XtkJY=; b=Xyt072Fgw04vEiguJh3dru5QpdRc+rb0JJuFRZvuv7mtp/WuUI9qwyxYhuAPp43JdJ FOJKqnxsi7S1RU6kZYmK8E7NIwLNFuqJW2S8yHyUmjqD8H73trcB8Mo5sW98OIhmuTsT ms5rIaIV29XhQ4N6kGJQUQslK3KduAUNXWg2I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding:x-mailer :mime-version:subject:date:cc; b=UCwVKTz5/TlmfO6I2xDpJEs4+r1tjqdKAgTCxH5LWsq7USYcj62Z14/ejU4XznXeOM tkN+vnSAOhAkJkZNqBpJEkfsEK/CA7wLyUBm/c7iYhNQzMgchV01P2peqi7fHNAB5aTa Lus/1sYi24fhZtpaTzXLP/DvZ5d0IdFywbOO8= Received: by 10.110.46.3 with SMTP id t3mr792753tit.30.1225782121875; Mon, 03 Nov 2008 23:02:01 -0800 (PST) Received: from ?126.250.45.15? (pw126250045015.10.tik.panda-world.ne.jp [126.250.45.15]) by mx.google.com with ESMTPS id u8sm3529960tia.8.2008.11.03.23.01.59 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 03 Nov 2008 23:02:00 -0800 (PST) Message-Id: <0C9EB599-F1CD-48D4-9847-78785DEFB4A1@gmail.com> From: Akira Kitada To: "pgollucci@FreeBSD.org" Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Mailer: iPhone Mail (5F136) Mime-Version: 1.0 (iPhone Mail 5F136) Date: Tue, 4 Nov 2008 16:01:49 +0900 Cc: "ports@FreeBSD.org" Subject: FreeBSD Port: tokyocabinet-1.3.4 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Nov 2008 07:02:03 -0000 Could you please update tokyocabinet to the latest version, which fixed some issues? Thanks From owner-freebsd-ports@FreeBSD.ORG Tue Nov 4 07:43:25 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 473751065676; Tue, 4 Nov 2008 07:43:25 +0000 (UTC) (envelope-from grog@lemis.com) Received: from ozlabs.org (ozlabs.org [203.10.76.45]) by mx1.freebsd.org (Postfix) with ESMTP id 2B4BF8FC08; Tue, 4 Nov 2008 07:43:23 +0000 (UTC) (envelope-from grog@lemis.com) Received: from dereel.lemis.com (ozlabs.org [203.10.76.45]) by ozlabs.org (Postfix) with ESMTP id 2261CDDDF0; Tue, 4 Nov 2008 18:24:49 +1100 (EST) Received: by dereel.lemis.com (Postfix, from userid 1004) id A6C41A1DBC; Tue, 4 Nov 2008 18:24:40 +1100 (EST) Date: Tue, 4 Nov 2008 18:24:40 +1100 From: Greg 'groggy' Lehey To: Greg Larkin Message-ID: <20081104072440.GA44156@dereel.lemis.com> References: <490B64FC.60608@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="T4sUOijqQbZv57TR" Content-Disposition: inline In-Reply-To: <490B64FC.60608@FreeBSD.org> User-Agent: Mutt/1.4.2.3i Organization: The FreeBSD Project Phone: +61-3-5346-1370 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Cc: freebsd-multimedia@freebsd.org, FreeBSD Ports ML , Anders Troback Subject: Re: Call for testers: MythTV 0.21 port upgrade X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Nov 2008 07:43:25 -0000 --T4sUOijqQbZv57TR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Friday, 31 October 2008 at 16:05:16 -0400, Greg Larkin wrote: > > I've been working on PR 126343 > (http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/126343) to get MythTV > upgraded to 0.21 on FreeBSD. Sorry for the slow reply. I've been busy with other things, and currently I'm not in a position to test a new MythTV version. As ex-maintainer of this port, however, I've received a number of notifications from the MythTV developers of build fixes for FreeBSD. Are you aware of them? I can bounce them all to you if you like, or if there's consensus, I can send them to multimedia@. One thing that has been a bone of contention in this port is the handling of deleting the 'mythtv' user when removing the port. I don't believe that the user should disappear just because the port is removed; it's often easier to remove a port and reinstall it rather than upgrade it. I'm told that the correct behaviour is that the user should only be removed if no files under ~mythtv have changed. One of the PRs mentioned here has addressed this issue, but after cursory examination I'm not sure it does it right. In particular, just not creating the user is not a solution. Greg -- See complete headers for address and phone numbers. --T4sUOijqQbZv57TR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkkP+LcACgkQIubykFB6QiMUcACeMLdtmmC1+CHlq66M4pD+0l2+ iLMAn1lvUzx2Tdmsfzx/zG0FfzqGasGO =m7F6 -----END PGP SIGNATURE----- --T4sUOijqQbZv57TR-- From owner-freebsd-ports@FreeBSD.ORG Tue Nov 4 05:07:27 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E931D1065679; Tue, 4 Nov 2008 05:07:27 +0000 (UTC) (envelope-from itetcu@freebsd.org) Received: from worf.ds9.tecnik93.com (worf.ds9.tecnik93.com [81.196.207.130]) by mx1.freebsd.org (Postfix) with ESMTP id 329B48FC13; Tue, 4 Nov 2008 05:07:26 +0000 (UTC) (envelope-from itetcu@freebsd.org) Received: from quark.ds9.tecnik93.com (quark.ds9.tecnik93.com [81.196.207.132]) by worf.ds9.tecnik93.com (Postfix) with ESMTP id 531A5FBEC2A; Tue, 4 Nov 2008 07:07:24 +0200 (EET) Received: by quark.ds9.tecnik93.com (Postfix, from userid 0) id 3C6FB12E4442; Tue, 4 Nov 2008 07:07:24 +0200 (EET) From: QAT@FreeBSD.org To: ports@FreeBSD.org X-Mailer: $Tecnik: people/itetcu/ports/QA-Tindy/QAT_postPortBuild.sh, v 1.44 2008/08/24 09:54:12 itetcu Exp $ X-QAT-Tindy_Version: 2.4.3 X-QAT-Jail_Arch: amd64 X-QAT-Jail_Csup_Tag: RELENG_7 X-QAT-Jail_Last_Built: 2008-08-19 17:05:45 X-QAT-Port: devel/libcheck X-QAT-Fail_Reason: mtree X-QAT-Log: http://T64.TecNik93.com/logs/7-STABLE-FTP/libcheck-0.9.5_1.log X-QAT-Build_Reason: Dependency Message-Id: <20081104050724.3C6FB12E4442@quark.ds9.tecnik93.com> Date: Tue, 4 Nov 2008 07:07:24 +0200 (EET) X-Mailman-Approved-At: Tue, 04 Nov 2008 12:14:28 +0000 Cc: Subject: devel/libcheck - fails: mtree X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Nov 2008 05:07:28 -0000 Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. The build of this port was tried 119 times since last BotMail while trying to build ports that depend on it. Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/libcheck-0.9.5_1.log : building libcheck-0.9.5_1 in directory /var/tinderbox/7-STABLE-FTP maintained by: ports@FreeBSD.org building for: 7.0-STABLE amd64 port directory: /usr/ports/devel/libcheck Makefile ident: $FreeBSD: ports/devel/libcheck/Makefile,v 1.7 2008/09/01 00:59:45 linimon Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Tue Nov 4 05:07:04 UTC 2008 ................................................... Creating package /tmp/packages/All/libcheck-0.9.5_1.tbz Registering depends:. Creating bzip'd tar ball in '/tmp/packages/All/libcheck-0.9.5_1.tbz' Deleting libcheck-0.9.5_1 ================================================================ === Checking filesystem state list of extra files and directories in / (not present before this port was installed but present after it was deinstalled) 9326907 4 drwxr-xr-x 2 root wheel 512 Nov 4 05:07 usr/local/share/doc/check-0.9.5 9326910 240 -r--r--r-- 1 root wheel 121027 Nov 4 05:07 usr/local/share/doc/check-0.9.5/SVNChangeLog 9326911 68 -r--r--r-- 1 root wheel 33962 Nov 4 05:07 usr/local/share/doc/check-0.9.5/ChangeLog 9326912 8 -r--r--r-- 1 root wheel 3680 Nov 4 05:07 usr/local/share/doc/check-0.9.5/ChangeLogOld 9326913 16 -r--r--r-- 1 root wheel 7712 Nov 4 05:07 usr/local/share/doc/check-0.9.5/NEWS 9326914 8 -r--r--r-- 1 root wheel 2551 Nov 4 05:07 usr/local/share/doc/check-0.9.5/README 9326799 4 drwxr-xr-x 4 root wheel 512 Nov 4 05:07 usr/local/share/examples/check-0.9.5 9326806 4 -r--r--r-- 1 root wheel 80 Nov 4 05:07 usr/local/share/examples/check-0.9.5/Makefile.am 9326807 4 -r--r--r-- 1 root wheel 614 Nov 4 05:07 usr/local/share/examples/check-0.9.5/README 9326814 4 -r--r--r-- 1 root wheel 1144 Nov 4 05:07 usr/local/share/examples/check-0.9.5/configure.ac 9326855 4 drwxr-xr-x 2 root wheel 512 Nov 4 05:07 usr/local/share/examples/check-0.9.5/src 9326857 4 -r--r--r-- 1 root wheel 195 Nov 4 05:07 usr/local/share/examples/check-0.9.5/src/Makefile.am 9326868 4 -r--r--r-- 1 root wheel 242 Nov 4 05:07 usr/local/share/examples/check-0.9.5/src/main.c 9326870 4 -r--r--r-- 1 root wheel 512 Nov 4 05:07 usr/local/share/examples/check-0.9.5/src/money.c 9326876 4 -r--r--r-- 1 root wheel 227 Nov 4 05:07 usr/local/share/examples/check-0.9.5/src/money.h 9326879 4 -r--r--r-- 1 root wheel 54 Nov 4 05:07 usr/local/share/examples/check-0.9.5/src/money.1.h 9326881 4 -r--r--r-- 1 root wheel 227 Nov 4 05:07 usr/local/share/examples/check-0.9.5/src/money.2.h 9326893 0 -r--r--r-- 1 root wheel 0 Nov 4 05:07 usr/local/share/examples/check-0.9.5/src/money.1.c 9326894 4 -r--r--r-- 1 root wheel 252 Nov 4 05:07 usr/local/share/examples/check-0.9.5/src/money.3.c 9326895 4 -r--r--r-- 1 root wheel 293 Nov 4 05:07 usr/local/share/examples/check-0.9.5/src/money.4.c 9326897 4 -r--r--r-- 1 root wheel 462 Nov 4 05:07 usr/local/share/examples/check-0.9.5/src/money.5.c 9326898 4 -r--r--r-- 1 root wheel 512 Nov 4 05:07 usr/local/share/examples/check-0.9.5/src/money.6.c 9326899 4 drwxr-xr-x 2 root wheel 512 Nov 4 05:07 usr/local/share/examples/check-0.9.5/tests 9326900 4 -r--r--r-- 1 root wheel 273 Nov 4 05:07 usr/local/share/examples/check-0.9.5/tests/Makefile.am 9326901 4 -r--r--r-- 1 root wheel 1610 Nov 4 05:07 usr/local/share/examples/check-0.9.5/tests/check_money.c 9326902 4 -r--r--r-- 1 root wheel 32 Nov 4 05:07 usr/local/share/examples/check-0.9.5/tests/check_money.1.c 9326903 4 -r--r--r-- 1 root wheel 379 Nov 4 05:07 usr/local/share/examples/check-0.9.5/tests/check_money.2.c 9326904 4 -r--r--r-- 1 root wheel 863 Nov 4 05:07 usr/local/share/examples/check-0.9.5/tests/check_money.3.c 9326905 4 -r--r--r-- 1 root wheel 1452 Nov 4 05:07 usr/local/share/examples/check-0.9.5/tests/check_money.6.c 9326906 4 -r--r--r-- 1 root wheel 1610 Nov 4 05:07 usr/local/share/examples/check-0.9.5/tests/check_money.7.c ================================================================ build of /usr/ports/devel/libcheck ended at Tue Nov 4 05:07:22 UTC 2008 A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/testing_process.txt Thanks for your work on making FreeBSD better, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B From owner-freebsd-ports@FreeBSD.ORG Tue Nov 4 13:22:22 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43FBC1065672 for ; Tue, 4 Nov 2008 13:22:22 +0000 (UTC) (envelope-from pneumann@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.31]) by mx1.freebsd.org (Postfix) with ESMTP id 006008FC28 for ; Tue, 4 Nov 2008 13:22:21 +0000 (UTC) (envelope-from pneumann@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so1116214ywe.13 for ; Tue, 04 Nov 2008 05:22:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:content-type :date:message-id:mime-version:x-mailer:content-transfer-encoding; bh=f5b+m3ahmgWZphLZbW/HktVAiyEy/YSH17GdmccqI9I=; b=wCrXHwmNVx6dETQ5NN4UkpIlauoSE6YP8njaGkm69DdTLtvgGNbXZw/HJfEXx044MI dcZ9pAoOLCVUvIVKD49wXL0rl/RVMkdBdz4GqcAlnF2lHO43OIFgWE/fzeebJ1QN4jox EppP9pXfimM/rvUzVdfaOWV+b6ZGQL/ltMjJM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; b=VR1E9AJXFCqg7qb8gRXtQEmVlCe/xqY9WIUOTZbA/fqE8t5db7Xl5QDbxUucnFRkKK ehEolqw0rY0J+uoGtJ/idLNrWridmI33VOZ7I37/M6+dLmB6QIz55AvTXwPy5c331vsD aKuTPZcQubL9k65Kg+G9C7RsTyEnge9Z5mPQU= Received: by 10.65.73.16 with SMTP id a16mr1974707qbl.88.1225803462775; Tue, 04 Nov 2008 04:57:42 -0800 (PST) Received: from ?192.168.2.45? (25-142-222-201.adsl.terra.cl [201.222.142.25]) by mx.google.com with ESMTPS id 9sm20202781qbw.6.2008.11.04.04.57.40 (version=SSLv3 cipher=RC4-MD5); Tue, 04 Nov 2008 04:57:41 -0800 (PST) From: "Phillip N." To: freebsd-ports@freebsd.org Content-Type: text/plain Date: Tue, 04 Nov 2008 09:57:37 -0300 Message-Id: <1225803457.1719.9.camel@negro> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: HEADS UP: mono update X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Nov 2008 13:22:22 -0000 Hi all, There is version 2.0.1 of lang/mono in the bsd# repo [0], wich works on i386 and AMD64. The idea is to upgrade lang/mono and the ports that depends on it, of the FreeBSD ports. It would be greate if anyone can help test thing out so no problems come after the upgrade (next week). Any feedback is welcome. Thanks in advance! [0] http://code.google.com/p/bsd-sharp/ -- Phillip N. From owner-freebsd-ports@FreeBSD.ORG Tue Nov 4 13:49:45 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF4381065675 for ; Tue, 4 Nov 2008 13:49:45 +0000 (UTC) (envelope-from pneumann@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.27]) by mx1.freebsd.org (Postfix) with ESMTP id 63D458FC0C for ; Tue, 4 Nov 2008 13:49:45 +0000 (UTC) (envelope-from pneumann@gmail.com) Received: by qw-out-2122.google.com with SMTP id 9so1382029qwb.7 for ; Tue, 04 Nov 2008 05:49:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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; bh=D/Kdh3ttsMDYR9dwFoAy1E5NOawBSxuW787glbRCuwU=; b=qoOGBL++J8/9bOg9WudKwiKJHt1Zw+K2IubNT07NjZHlT4CgY5G8CgJQERfPwUNGZe RVVT+NMgQ65EqdNpshwwKGYt4g/8hCaeHR9pcjBh87Z2WO5WB5qvEaLT4a709tcsn3Fc 5uXywiQxNErQxlpKtOx1WaJR5ysxyi3QPZqqY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=hUAbmX3nFfnvuGJkffvDcfh+vccX261JHc0ZuX3R+q2ZyMdgodQFlHHA+0QF9Rq84e Fw9JmGg0E0Gsfo9NRR8GAe21F9y/U8ssIFPouoWykMtltwXpsLUFK8GPW1XC8Z62jtfN Sv1wMMJ617NqmISEQOxGcwIR30o3g39YzRT8w= Received: by 10.215.40.13 with SMTP id s13mr1682983qaj.146.1225806584656; Tue, 04 Nov 2008 05:49:44 -0800 (PST) Received: from ?192.168.2.45? (25-142-222-201.adsl.terra.cl [201.222.142.25]) by mx.google.com with ESMTPS id 5sm3706141qwh.2.2008.11.04.05.49.42 (version=SSLv3 cipher=RC4-MD5); Tue, 04 Nov 2008 05:49:43 -0800 (PST) From: "Phillip N." To: mdh_lists@yahoo.com In-Reply-To: <702639.18350.qm@web56801.mail.re3.yahoo.com> References: <702639.18350.qm@web56801.mail.re3.yahoo.com> Content-Type: text/plain; charset=UTF-8 Date: Tue, 04 Nov 2008 10:49:39 -0300 Message-Id: <1225806579.1719.16.camel@negro> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 8bit Cc: freebsd-ports Subject: Re: HEADS UP: mono update X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Nov 2008 13:49:45 -0000 El mar, 04-11-2008 a las 05:42 -0800, mdh escribió: > Howdy, > Have you guys ever considered submitting your monodevelop port to the > main ports tree? If you need any help, I'm willing to assist. > > - mdh Sure, After the update the idea is to add new ports, like monodevelop, tasque, etc, wich already are on the bsd# repo. Please test it, thanks! From owner-freebsd-ports@FreeBSD.ORG Tue Nov 4 14:18:12 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D46B8106568E for ; Tue, 4 Nov 2008 14:18:12 +0000 (UTC) (envelope-from romain@blogreen.org) Received: from smtp4-g19.free.fr (smtp4-g19.free.fr [212.27.42.30]) by mx1.freebsd.org (Postfix) with ESMTP id 93B218FC22 for ; Tue, 4 Nov 2008 14:18:12 +0000 (UTC) (envelope-from romain@blogreen.org) Received: from smtp4-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp4-g19.free.fr (Postfix) with ESMTP id 4CD0F3EA159 for ; Tue, 4 Nov 2008 15:18:11 +0100 (CET) Received: from marvin.blogreen.org (marvin.blogreen.org [82.247.213.140]) by smtp4-g19.free.fr (Postfix) with ESMTP id BF1E03EA0B1 for ; Tue, 4 Nov 2008 15:18:10 +0100 (CET) Received: by marvin.blogreen.org (Postfix, from userid 1001) id 476F35CACC; Tue, 4 Nov 2008 15:18:10 +0100 (CET) Date: Tue, 4 Nov 2008 15:18:10 +0100 From: Romain =?iso-8859-1?Q?Tarti=E8re?= To: freebsd-ports@freebsd.org Message-ID: <20081104141810.GA39725@marvin.blogreen.org> Mail-Followup-To: freebsd-ports@freebsd.org References: <1225803457.1719.9.camel@negro> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ReaqsoxgOBHFXBhH" Content-Disposition: inline In-Reply-To: <1225803457.1719.9.camel@negro> User-Agent: Mutt/1.4.2.3i X-PGP-Key: http://romain.blogreen.org/pubkey.asc Subject: Re: HEADS UP: mono update X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Nov 2008 14:18:12 -0000 --ReaqsoxgOBHFXBhH Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! On Tue, Nov 04, 2008 at 09:57:37AM -0300, Phillip N. wrote: > It would be greate if anyone can help test thing out so no problems come > after the upgrade (next week). I am trying to figure out what change between 1.2.5.1 and 1.2.6 made exception handling failing for a while but with no success yet. The following will hang forever: | Ex x =3D null; | | try { | x.p =3D 1; | } catch (NullReferenceException) { | return 0; | } | return 1; (extracted from the mono/tests/exception.cs file) Having all regression-tests passing is an absolute requirement before submitting anything I guess. Any help highly welcomed! Kind regards, Romain --=20 Romain Tarti=E8re http://romain.blogreen.org/ pgp: 8DAB A124 0DA4 7024 F82A E748 D8E9 A33F FF56 FF43 (ID: 0xFF56FF43) (plain text =3Dnon-HTML=3D PGP/GPG encrypted/signed e-mail much appreciated) --ReaqsoxgOBHFXBhH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkkQWaIACgkQ2OmjP/9W/0M52ACgk0RVCeUyV1u3VSdRsq8gmyub fsEAnjTF60PZhHTdI9fwkBJsG3rYiJ3O =sSjd -----END PGP SIGNATURE----- --ReaqsoxgOBHFXBhH-- From owner-freebsd-ports@FreeBSD.ORG Tue Nov 4 15:36:34 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90AB3106564A; Tue, 4 Nov 2008 15:36:34 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from mail1.sourcehosting.net (113901-app1.sourcehosting.net [72.32.213.11]) by mx1.freebsd.org (Postfix) with ESMTP id 5B4778FC2C; Tue, 4 Nov 2008 15:36:34 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from 68-189-244-97.dhcp.oxfr.ma.charter.com ([68.189.244.97] helo=Gregory-Larkins-Computer.local) by mail1.sourcehosting.net with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1KxNxD-000Ng1-MM; Tue, 04 Nov 2008 10:36:32 -0500 Received: from [127.0.0.1] (fireball.entropy.prv [192.168.1.12]) by Gregory-Larkins-Computer.local (Postfix) with ESMTP id 45C1326FA18C; Tue, 4 Nov 2008 10:36:27 -0500 (EST) Message-ID: <49106BFF.9070305@FreeBSD.org> Date: Tue, 04 Nov 2008 10:36:31 -0500 From: Greg Larkin Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Greg 'groggy' Lehey References: <490B64FC.60608@FreeBSD.org> <20081104072440.GA44156@dereel.lemis.com> In-Reply-To: <20081104072440.GA44156@dereel.lemis.com> X-Enigmail-Version: 0.95.7 OpenPGP: id=1C940290 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Score: -1.9 (-) Cc: freebsd-multimedia@freebsd.org, FreeBSD Ports ML , Anders Troback Subject: Re: Call for testers: MythTV 0.21 port upgrade X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: glarkin@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Nov 2008 15:36:34 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Greg 'groggy' Lehey wrote: > On Friday, 31 October 2008 at 16:05:16 -0400, Greg Larkin wrote: >> I've been working on PR 126343 >> (http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/126343) to get MythTV >> upgraded to 0.21 on FreeBSD. > > Sorry for the slow reply. I've been busy with other things, and > currently I'm not in a position to test a new MythTV version. > > As ex-maintainer of this port, however, I've received a number of > notifications from the MythTV developers of build fixes for FreeBSD. > Are you aware of them? I can bounce them all to you if you like, or > if there's consensus, I can send them to multimedia@. > > One thing that has been a bone of contention in this port is the > handling of deleting the 'mythtv' user when removing the port. I > don't believe that the user should disappear just because the port is > removed; it's often easier to remove a port and reinstall it rather > than upgrade it. I'm told that the correct behaviour is that the user > should only be removed if no files under ~mythtv have changed. > > One of the PRs mentioned here has addressed this issue, but after > cursory examination I'm not sure it does it right. In particular, > just not creating the user is not a solution. > > Greg > -- > See complete headers for address and phone numbers. Hi Greg, I'm just getting into the MythTV port, so please forward to me any previous build fixes you have. Thanks for the heads-up, re: mythtv user creation/deletion. I'll check into that as I wade through all of the open MythTV PRs. Thank you, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFJEGv/0sRouByUApARAisjAJ9tjoAQMViFNe2AIZQUUO5qavOTQQCgv8T7 +/EnoB2y9Y7l0BCa+5v8Reg= =DFU6 -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Tue Nov 4 16:43:37 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 034E31065672 for ; Tue, 4 Nov 2008 16:43:37 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: from syn.atarininja.org (syn.csh.rit.edu [129.21.60.158]) by mx1.freebsd.org (Postfix) with ESMTP id D4D358FC26 for ; Tue, 4 Nov 2008 16:43:36 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: by syn.atarininja.org (Postfix, from userid 1001) id 4AC035C38; Tue, 4 Nov 2008 11:24:26 -0500 (EST) Date: Tue, 4 Nov 2008 11:24:26 -0500 From: Wesley Shields To: ports@FreeBSD.org Message-ID: <20081104162426.GF13411@atarininja.org> References: <20081104050724.3C6FB12E4442@quark.ds9.tecnik93.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081104050724.3C6FB12E4442@quark.ds9.tecnik93.com> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: Subject: Re: devel/libcheck - fails: mtree X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Nov 2008 16:43:37 -0000 On Tue, Nov 04, 2008 at 07:07:24AM +0200, QAT@FreeBSD.org wrote: > Hi, > > > The build which triggered this email is done under tinderbox-2.4.3, on > 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" > and ccache support, with the "official" up-to-date Ports Tree, with the > following vars set: > NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. I just fixed this one in case anyone cares. From owner-freebsd-ports@FreeBSD.ORG Tue Nov 4 17:40:20 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48EE71065676 for ; Tue, 4 Nov 2008 17:40:20 +0000 (UTC) (envelope-from mikej@rogers.com) Received: from smtp110.rog.mail.re2.yahoo.com (smtp110.rog.mail.re2.yahoo.com [206.190.37.120]) by mx1.freebsd.org (Postfix) with SMTP id E3D868FC0C for ; Tue, 4 Nov 2008 17:40:19 +0000 (UTC) (envelope-from mikej@rogers.com) Received: (qmail 28700 invoked from network); 4 Nov 2008 17:12:19 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:X-YMail-OSG:X-Yahoo-Newman-Property:Received:Message-ID:Date:Subject:From:To:User-Agent:MIME-Version:Content-Type:Content-Transfer-Encoding:X-Priority:Importance; b=RQF4WHNTRhwhwdFj34/DncHsZC9VHe6boRaKZM/dZ2c07D10ImxKnoGXzkI8rSr8wXwhTiTf9rEao+2X1iFi/Dkx/0mtuNJ892QR+xtv7b18uh3MBOdR9hGYF6JdlQ8uKJ7bxF8ptChJR480RctvOOUc07pHzyAU/LgtYxHvE6A= ; Received: from unknown (HELO wettoast.dyndns.org) (mikej@99.227.98.203 with login) by smtp110.rog.mail.re2.yahoo.com with SMTP; 4 Nov 2008 17:12:19 -0000 X-YMail-OSG: rq.jqDkVM1nxbzHGd9JfxbUD.E9G9Bz1yzeoKyYcrHSvRTLlIvuk8WhvYrov2CPBWw-- X-Yahoo-Newman-Property: ymail-3 Received: from 38.99.187.34 (SquirrelMail authenticated user mikej) by wettoast.dyndns.org with HTTP; Tue, 4 Nov 2008 12:12:32 -0500 (EST) Message-ID: <057b597de32663a474ddcc0aa662750b.squirrel@wettoast.dyndns.org> Date: Tue, 4 Nov 2008 12:12:32 -0500 (EST) From: "Mike Jakubik" To: ports@freebsd.org User-Agent: SquirrelMail/1.4.15 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: Subject: ntop exits with sig 11 on 7.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Nov 2008 17:40:20 -0000 Hello, I just compiled a fresh copy of ntop on 7.1-PRERELEASE. i can run it and view data via the web interface for about a minute, after which the programs imply dies. --- Nov 4 12:05:13 router ntop[25092]: THREADMGMT[t135274752]: NPS(1): Started thread for network packet sniffing [bce0] Nov 4 12:05:13 router ntop[25092]: INIT: Created pid file (/var/run/ntop.pid) Nov 4 12:05:13 router ntop[25092]: THREADMGMT[t135274752]: NPS(bce0): pcapDispatch thread starting [p25092] Nov 4 12:05:13 router ntop[25092]: THREADMGMT[t135274752]: NPS(bce0): pcapDispatch thread running [p25092] Nov 4 12:05:13 router ntop[25092]: THREADMGMT[t135270912]: SFP: Fingerprint scan thread running [p25092] Nov 4 12:05:13 router ntop[25092]: THREADMGMT[t135271168]: SIH: Idle host scan thread running [p25092] Nov 4 12:05:23 router ntop[25092]: THREADMGMT[t178979072]: RRD: Started thread for throughput data collection Nov 4 12:05:23 router ntop[25092]: THREADMGMT[t178979072]: RRD: Throughput data collection: Thread starting [p25092] Nov 4 12:05:23 router ntop[25092]: THREADMGMT[t135274496]: RRD: Data collection thread running [p25092] Nov 4 12:05:23 router ntop[25092]: THREADMGMT[t178979072]: RRD: Throughput data collection: Thread running [p25092] Nov 4 12:06:41 router kernel: pid 25092 (ntop), uid 65534: exited on signal 11 Nov 4 12:06:41 router kernel: bce0: promiscuous mode disabled --- I have tried witha nd without TPC wrapper and using the system and ports libpcap, no change. I have also searched around for this problem, but all issues seem to be from very old versions of FreeBSD, and unrelated. Does anyone have this port working on 7.1? From owner-freebsd-ports@FreeBSD.ORG Tue Nov 4 18:46:26 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94FB1106567A for ; Tue, 4 Nov 2008 18:46:26 +0000 (UTC) (envelope-from dino_vliet@yahoo.com) Received: from web51103.mail.re2.yahoo.com (web51103.mail.re2.yahoo.com [206.190.38.145]) by mx1.freebsd.org (Postfix) with SMTP id C979F8FC1C for ; Tue, 4 Nov 2008 18:46:25 +0000 (UTC) (envelope-from dino_vliet@yahoo.com) Received: (qmail 37880 invoked by uid 60001); 4 Nov 2008 18:19:45 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Message-ID; b=CHoZcURJMp76/bKb0CGj96WswlQUrUXhrHI54KAfTuxYS9e/2LAfW7FZOs25h2ZGvmd/iHWnclG9+LPmd/kYpQxUHgdGMOOuhYW1K3GGQFZEIcezS0TGFa5exBRnEbwbppky9ea+u7sUAVBo+kAvAY/rUmdJe48nMd/wqAWlDwc=; X-YMail-OSG: Mg9ZhqsVM1m0XKo8f_.2O2nyVwMg5GqCCUl6ay5K2Wfohm25Jqzv_EQ8mZQ6gWKIB4dSZINXhkSgnMvMPFtQ93QR4x_F5X7G5AWrameUbmtpW2zjnO6.oB7MnWKr78i7.wKiHwnXINLLsUvJrmbL_cViDeoZj4LOS5_RKFHcYzRB2O5Bh8Qd_1jixbkmkvWMOw-- Received: from [82.136.213.253] by web51103.mail.re2.yahoo.com via HTTP; Tue, 04 Nov 2008 10:19:44 PST X-Mailer: YahooMailWebService/0.7.260.1 Date: Tue, 4 Nov 2008 10:19:44 -0800 (PST) From: Dino Vliet To: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org, freebsd-ports-bugs@freebsd.org, gnome@FreeBSD.org MIME-Version: 1.0 Message-ID: <974071.37488.qm@web51103.mail.re2.yahoo.com> X-Mailman-Approved-At: Tue, 04 Nov 2008 19:48:25 +0000 Content-Type: text/plain; charset=us-ascii X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: yelp install error on amd64 running freebsd 6.3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dino_vliet@yahoo.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Nov 2008 18:46:26 -0000 Dear freebsd people, who is able to help me with this problem I have on my machine (a amd64 system running freebsd 6.3). I can't install yelp and am at a dead end. The error message I get is (from the script output which I captured in a file): Script started on Tue Nov 4 19:00:35 2008 # pwd /usr/ports/x11/yelp # make install clean yelp is using firefox for gecko support, but you can change that by defining WITH_GECKO to the following values: firefox xulrunner => yelp-2.22.1.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/yelp/2.22/. yelp-2.22.1.tar.bz2 0% of 972 kB 0 Bpsyelp-2.22.1.tar.bz2 73% of 972 kB 1113 kBpsyelp-2.22.1.tar.bz2 100% of 972 kB 1211 kBps ===> Extracting for yelp-2.22.1_1 => MD5 Checksum OK for gnome2/yelp-2.22.1.tar.bz2. => SHA256 Checksum OK for gnome2/yelp-2.22.1.tar.bz2. ===> Patching for yelp-2.22.1_1 ===> Applying FreeBSD patches for yelp-2.22.1_1 ===> yelp-2.22.1_1 depends on file: /usr/local/lib/firefox/libgtkembedmoz.so - found ===> yelp-2.22.1_1 depends on executable: gmake - found ===> yelp-2.22.1_1 depends on file: /usr/local/libdata/pkgconfig/ice.pc - found ===> yelp-2.22.1_1 depends on file: /usr/local/bin/intltool-extract - found ===> yelp-2.22.1_1 depends on file: /usr/local/libdata/pkgconfig/gnome-mime-data-2.0.pc - found ===> yelp-2.22.1_1 depends on executable: pkg-config - found ===> yelp-2.22.1_1 depends on file: /usr/local/libdata/pkgconfig/gnome-doc-utils.pc - found ===> yelp-2.22.1_1 depends on shared library: dbus-glib-1.2 - found ===> yelp-2.22.1_1 depends on shared library: rarian.0 - found ===> yelp-2.22.1_1 depends on shared library: intl - found ===> yelp-2.22.1_1 depends on shared library: esd.2 - found ===> yelp-2.22.1_1 depends on shared library: atk-1.0.0 - found ===> yelp-2.22.1_1 depends on shared library: gailutil.18 - found ===> yelp-2.22.1_1 depends on shared library: gconf-2.4 - found ===> yelp-2.22.1_1 depends on shared library: glib-2.0.0 - found ===> yelp-2.22.1_1 depends on shared library: gnomevfs-2.0 - found ===> yelp-2.22.1_1 depends on shared library: gtk-x11-2.0.0 - found ===> yelp-2.22.1_1 depends on shared library: art_lgpl_2.5 - found ===> yelp-2.22.1_1 depends on shared library: bonobo-2.0 - found ===> yelp-2.22.1_1 depends on shared library: bonoboui-2.0 - found ===> yelp-2.22.1_1 depends on shared library: glade-2.0.0 - found ===> yelp-2.22.1_1 depends on shared library: gnome-2.0 - found ===> yelp-2.22.1_1 depends on shared library: gnomecanvas-2.0 - found ===> yelp-2.22.1_1 depends on shared library: gnomeui-2.0 - found ===> yelp-2.22.1_1 depends on shared library: IDL-2.0 - found ===> yelp-2.22.1_1 depends on shared library: xml2.5 - found ===> yelp-2.22.1_1 depends on shared library: xslt.2 - found ===> yelp-2.22.1_1 depends on shared library: ORBit-2.0 - found ===> yelp-2.22.1_1 depends on shared library: pango-1.0.0 - found ===> Configuring for yelp-2.22.1_1 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for gawk... gawk checking whether gmake sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for intltool >= 0.35.0... 0.35.0 found checking for perl... /usr/bin/perl checking for XML::Parser... ok checking for iconv... /usr/local/bin/iconv checking for msgfmt... /usr/local/bin/msgfmt checking for msgmerge... /usr/local/bin/msgmerge checking for xgettext... /usr/local/bin/xgettext checking for gconftool-2... /usr/local/bin/gconftool-2 Using config source xml:merged:/usr/local/etc/gconf/gconf.xml.defaults for schema installation Using $(sysconfdir)/gconf/schemas as install directory for schema files checking whether ln -s works... yes checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking for style of include used by gmake... GNU checking dependency style of cc... gcc3 checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ANSI C... (cached) none needed checking dependency style of cc... (cached) gcc3 checking for strerror in -lcposix... no checking how to run the C preprocessor... cc -E checking for egrep... grep -E checking for ANSI C header files... yes checking build system type... amd64-portbld-freebsd6.3 checking host system type... amd64-portbld-freebsd6.3 checking for a sed that does not truncate output... /usr/bin/sed checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking how to recognise dependent libraries... pass_all checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking how to run the C++ preprocessor... c++ -E checking for g77... no checking for f77... f77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether f77 accepts -g... yes checking the maximum length of command line arguments... (cached) 262144 checking command to parse /usr/bin/nm -B output from cc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... freebsd6.3 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC checking if c++ PIC flag -fPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd6.3 ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for f77 option to produce PIC... -fPIC checking if f77 PIC flag -fPIC works... yes checking if f77 static flag -static works... yes checking if f77 supports -c -o file.o... yes checking whether the f77 linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd6.3 ld.so checking how to hardcode library paths into programs... immediate checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.7... yes checking for GLIB - version >= 2.0.0... yes (version 2.16.5) checking whether gcc understands -Wno-sign-compare... yes checking what warning flags to pass to the C compiler... -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare checking what language compliance flags to pass to the C compiler... checking what warning flags to pass to the C++ compiler... -Wall -Wno-unused checking what language compliance flags to pass to the C++ compiler... checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... no checking for bindtextdomain in -lintl... yes checking for ngettext in -lintl... yes checking for dgettext in -lintl... yes checking for bind_textdomain_codeset... yes checking for msgfmt... /usr/local/bin/msgfmt checking for dcgettext... yes checking for gmsgfmt... /usr/local/bin/msgfmt checking for xgettext... /usr/local/bin/xgettext checking for YELP... yes checking for gsed... /usr/bin/sed checking for X... libraries /usr/local/lib, headers /usr/local/include checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for YELP_SEARCH... no checking for gawk... (cached) gawk checking which gecko to use... firefox checking for compiler -fshort-wchar option... yes checking whether to enable C++ RTTI... no checking whether we have a gtk 2 gecko build... yes checking whether we have a gecko debug build... no checking for gecko version... 1.8.1 checking for MOZILLA_COMPONENT... yes checking for gzopen in -lz... yes checking for lzmadec_open in -llzmadec... yes checking for bzread in -lbz2... no checking for BZ2_bzread in -lbz2... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating stylesheets/Makefile config.status: creating stylesheets/db2html.xsl config.status: creating stylesheets/db-title.xsl config.status: creating data/Makefile config.status: creating data/icons/Makefile config.status: creating data/ui/Makefile config.status: creating po/Makefile.in config.status: creating yelp.desktop.in config.status: creating config.h config.status: executing intltool commands config.status: executing depfiles commands config.status: executing default-1 commands config.status: executing po/stamp-it commands yelp-2.22.1: prefix: /usr/local source code location: . compiler: cc Debug enabled: no Search backend: auto - basic Mozilla version: firefox ===> Building for yelp-2.22.1_1 gmake all-recursive gmake[1]: Entering directory `/usr/ports/x11/yelp/work/yelp-2.22.1' Making all in src gmake[2]: Entering directory `/usr/ports/x11/yelp/work/yelp-2.22.1/src' gmake all-am gmake[3]: Entering directory `/usr/ports/x11/yelp/work/yelp-2.22.1/src' if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -I/usr/local/include/orbit-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -I/usr/local/include/firefox -I/usr/local/include/firefox/xpcom -I/usr/local/include/firefox/string -I/usr/local/include/nspr -I/usr/local/include/firefox/gtkembedmoz -fno-rtti -fshort-wchar -O2 -fno-strict-aliasing -pipe -Wall -Wno-unused -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -O2 -fno-strict-aliasing -pipe -MT yelp-Yelper.o -MD -MP -MF ".deps/yelp-Yelper.Tpo" -c -o yelp-Yelper.o `test -f 'Yelper.cpp' || echo './'`Yelper.cpp; \ then mv -f ".deps/yelp-Yelper.Tpo" ".deps/yelp-Yelper.Po"; else rm -f ".deps/yelp-Yelper.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -I/usr/local/include/orbit-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-base.o -MD -MP -MF ".deps/yelp-yelp-base.Tpo" -c -o yelp-yelp-base.o `test -f 'yelp-base.c' || echo './'`yelp-base.c; \ then mv -f ".deps/yelp-yelp-base.Tpo" ".deps/yelp-yelp-base.Po"; else rm -f ".deps/yelp-yelp-base.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -I/usr/local/include/orbit-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-bookmarks.o -MD -MP -MF ".deps/yelp-yelp-bookmarks.Tpo" -c -o yelp-yelp-bookmarks.o `test -f 'yelp-bookmarks.c' || echo './'`yelp-bookmarks.c; \ then mv -f ".deps/yelp-yelp-bookmarks.Tpo" ".deps/yelp-yelp-bookmarks.Po"; else rm -f ".deps/yelp-yelp-bookmarks.Tpo"; exit 1; fi yelp-bookmarks.c: In function `yelp_bookmarks_add': yelp-bookmarks.c:310: warning: null format string if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -I/usr/local/include/orbit-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-debug.o -MD -MP -MF ".deps/yelp-yelp-debug.Tpo" -c -o yelp-yelp-debug.o `test -f 'yelp-debug.c' || echo './'`yelp-debug.c; \ then mv -f ".deps/yelp-yelp-debug.Tpo" ".deps/yelp-yelp-debug.Po"; else rm -f ".deps/yelp-yelp-debug.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -I/usr/local/include/orbit-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-error.o -MD -MP -MF ".deps/yelp-yelp-error.Tpo" -c -o yelp-yelp-error.o `test -f 'yelp-error.c' || echo './'`yelp-error.c; \ then mv -f ".deps/yelp-yelp-error.Tpo" ".deps/yelp-yelp-error.Po"; else rm -f ".deps/yelp-yelp-error.Tpo"; exit 1; fi if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -I/usr/local/include/orbit-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -I/usr/local/include/firefox -I/usr/local/include/firefox/xpcom -I/usr/local/include/firefox/string -I/usr/local/include/nspr -I/usr/local/include/firefox/gtkembedmoz -fno-rtti -fshort-wchar -O2 -fno-strict-aliasing -pipe -Wall -Wno-unused -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-gecko-utils.o -MD -MP -MF ".deps/yelp-yelp-gecko-utils.Tpo" -c -o yelp-yelp-gecko-utils.o `test -f 'yelp-gecko-utils.cpp' || echo './'`yelp-gecko-utils.cpp; \ then mv -f ".deps/yelp-yelp-gecko-utils.Tpo" ".deps/yelp-yelp-gecko-utils.Po"; else rm -f ".deps/yelp-yelp-gecko-utils.Tpo"; exit 1; fi if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -I/usr/local/include/orbit-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -I/usr/local/include/firefox -I/usr/local/include/firefox/xpcom -I/usr/local/include/firefox/string -I/usr/local/include/nspr -I/usr/local/include/firefox/gtkembedmoz -fno-rtti -fshort-wchar -O2 -fno-strict-aliasing -pipe -Wall -Wno-unused -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-html.o -MD -MP -MF ".deps/yelp-yelp-html.Tpo" -c -o yelp-yelp-html.o `test -f 'yelp-html.cpp' || echo './'`yelp-html.cpp; \ then mv -f ".deps/yelp-yelp-html.Tpo" ".deps/yelp-yelp-html.Po"; else rm -f ".deps/yelp-yelp-html.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -I/usr/local/include/orbit-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-io-channel.o -MD -MP -MF ".deps/yelp-yelp-io-channel.Tpo" -c -o yelp-yelp-io-channel.o `test -f 'yelp-io-channel.c' || echo './'`yelp-io-channel.c; \ then mv -f ".deps/yelp-yelp-io-channel.Tpo" ".deps/yelp-yelp-io-channel.Po"; else rm -f ".deps/yelp-yelp-io-channel.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -I/usr/local/include/orbit-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-settings.o -MD -MP -MF ".deps/yelp-yelp-settings.Tpo" -c -o yelp-yelp-settings.o `test -f 'yelp-settings.c' || echo './'`yelp-settings.c; \ then mv -f ".deps/yelp-yelp-settings.Tpo" ".deps/yelp-yelp-settings.Po"; else rm -f ".deps/yelp-yelp-settings.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -I/usr/local/include/orbit-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-utils.o -MD -MP -MF ".deps/yelp-yelp-utils.Tpo" -c -o yelp-yelp-utils.o `test -f 'yelp-utils.c' || echo './'`yelp-utils.c; \ then mv -f ".deps/yelp-yelp-utils.Tpo" ".deps/yelp-yelp-utils.Po"; else rm -f ".deps/yelp-yelp-utils.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -I/usr/local/include/orbit-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-window.o -MD -MP -MF ".deps/yelp-yelp-window.Tpo" -c -o yelp-yelp-window.o `test -f 'yelp-window.c' || echo './'`yelp-window.c; \ then mv -f ".deps/yelp-yelp-window.Tpo" ".deps/yelp-yelp-window.Po"; else rm -f ".deps/yelp-yelp-window.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -I/usr/local/include/orbit-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-marshal.o -MD -MP -MF ".deps/yelp-yelp-marshal.Tpo" -c -o yelp-yelp-marshal.o `test -f 'yelp-marshal.c' || echo './'`yelp-marshal.c; \ then mv -f ".deps/yelp-yelp-marshal.Tpo" ".deps/yelp-yelp-marshal.Po"; else rm -f ".deps/yelp-yelp-marshal.Tpo"; exit 1; fi yelp-marshal.c:58: warning: no previous prototype for 'yelp_marshal_VOID__POINTER_BOOLEAN' yelp-marshal.c:99: warning: no previous prototype for 'yelp_marshal_VOID__STRING_INT' yelp-marshal.c:138: warning: no previous prototype for 'yelp_marshal_BOOLEAN__POINTER_BOOLEAN' if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -I/usr/local/include/orbit-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-main.o -MD -MP -MF ".deps/yelp-yelp-main.Tpo" -c -o yelp-yelp-main.o `test -f 'yelp-main.c' || echo './'`yelp-main.c; \ then mv -f ".deps/yelp-yelp-main.Tpo" ".deps/yelp-yelp-main.Po"; else rm -f ".deps/yelp-yelp-main.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -I/usr/local/include/orbit-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-print.o -MD -MP -MF ".deps/yelp-yelp-print.Tpo" -c -o yelp-yelp-print.o `test -f 'yelp-print.c' || echo './'`yelp-print.c; \ then mv -f ".deps/yelp-yelp-print.Tpo" ".deps/yelp-yelp-print.Po"; else rm -f ".deps/yelp-yelp-print.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -I/usr/local/include/orbit-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-page.o -MD -MP -MF ".deps/yelp-yelp-page.Tpo" -c -o yelp-yelp-page.o `test -f 'yelp-page.c' || echo './'`yelp-page.c; \ then mv -f ".deps/yelp-yelp-page.Tpo" ".deps/yelp-yelp-page.Po"; else rm -f ".deps/yelp-yelp-page.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -I/usr/local/include/orbit-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-transform.o -MD -MP -MF ".deps/yelp-yelp-transform.Tpo" -c -o yelp-yelp-transform.o `test -f 'yelp-transform.c' || echo './'`yelp-transform.c; \ then mv -f ".deps/yelp-yelp-transform.Tpo" ".deps/yelp-yelp-transform.Po"; else rm -f ".deps/yelp-yelp-transform.Tpo"; exit 1; fi if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -I/usr/local/include/orbit-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -I/usr/local/include/firefox -I/usr/local/include/firefox/xpcom -I/usr/local/include/firefox/string -I/usr/local/include/nspr -I/usr/local/include/firefox/gtkembedmoz -fno-rtti -fshort-wchar -O2 -fno-strict-aliasing -pipe -Wall -Wno-unused -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-gecko-services.o -MD -MP -MF ".deps/yelp-yelp-gecko-services.Tpo" -c -o yelp-yelp-gecko-services.o `test -f 'yelp-gecko-services.cpp' || echo './'`yelp-gecko-services.cpp; \ then mv -f ".deps/yelp-yelp-gecko-services.Tpo" ".deps/yelp-yelp-gecko-services.Po"; else rm -f ".deps/yelp-yelp-gecko-services.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -I/usr/local/include/orbit-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-document.o -MD -MP -MF ".deps/yelp-yelp-document.Tpo" -c -o yelp-yelp-document.o `test -f 'yelp-document.c' || echo './'`yelp-document.c; \ then mv -f ".deps/yelp-yelp-document.Tpo" ".deps/yelp-yelp-document.Po"; else rm -f ".deps/yelp-yelp-document.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -I/usr/local/include/orbit-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-toc.o -MD -MP -MF ".deps/yelp-yelp-toc.Tpo" -c -o yelp-yelp-toc.o `test -f 'yelp-toc.c' || echo './'`yelp-toc.c; \ then mv -f ".deps/yelp-yelp-toc.Tpo" ".deps/yelp-yelp-toc.Po"; else rm -f ".deps/yelp-yelp-toc.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -I/usr/local/include/orbit-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-docbook.o -MD -MP -MF ".deps/yelp-yelp-docbook.Tpo" -c -o yelp-yelp-docbook.o `test -f 'yelp-docbook.c' || echo './'`yelp-docbook.c; \ then mv -f ".deps/yelp-yelp-docbook.Tpo" ".deps/yelp-yelp-docbook.Po"; else rm -f ".deps/yelp-yelp-docbook.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -I/usr/local/include/orbit-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-db-print.o -MD -MP -MF ".deps/yelp-yelp-db-print.Tpo" -c -o yelp-yelp-db-print.o `test -f 'yelp-db-print.c' || echo './'`yelp-db-print.c; \ then mv -f ".deps/yelp-yelp-db-print.Tpo" ".deps/yelp-yelp-db-print.Po"; else rm -f ".deps/yelp-yelp-db-print.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -I/usr/local/include/orbit-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-man-parser.o -MD -MP -MF ".deps/yelp-yelp-man-parser.Tpo" -c -o yelp-yelp-man-parser.o `test -f 'yelp-man-parser.c' || echo './'`yelp-man-parser.c; \ then mv -f ".deps/yelp-yelp-man-parser.Tpo" ".deps/yelp-yelp-man-parser.Po"; else rm -f ".deps/yelp-yelp-man-parser.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -I/usr/local/include/orbit-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-man.o -MD -MP -MF ".deps/yelp-yelp-man.Tpo" -c -o yelp-yelp-man.o `test -f 'yelp-man.c' || echo './'`yelp-man.c; \ then mv -f ".deps/yelp-yelp-man.Tpo" ".deps/yelp-yelp-man.Po"; else rm -f ".deps/yelp-yelp-man.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -I/usr/local/include/orbit-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-info.o -MD -MP -MF ".deps/yelp-yelp-info.Tpo" -c -o yelp-yelp-info.o `test -f 'yelp-info.c' || echo './'`yelp-info.c; \ then mv -f ".deps/yelp-yelp-info.Tpo" ".deps/yelp-yelp-info.Po"; else rm -f ".deps/yelp-yelp-info.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -I/usr/local/include/orbit-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-info-parser.o -MD -MP -MF ".deps/yelp-yelp-info-parser.Tpo" -c -o yelp-yelp-info-parser.o `test -f 'yelp-info-parser.c' || echo './'`yelp-info-parser.c; \ then mv -f ".deps/yelp-yelp-info-parser.Tpo" ".deps/yelp-yelp-info-parser.Po"; else rm -f ".deps/yelp-yelp-info-parser.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -I/usr/local/include/orbit-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT yelp-gtkentryaction.o -MD -MP -MF ".deps/yelp-gtkentryaction.Tpo" -c -o yelp-gtkentryaction.o `test -f 'gtkentryaction.c' || echo './'`gtkentryaction.c; \ then mv -f ".deps/yelp-gtkentryaction.Tpo" ".deps/yelp-gtkentryaction.Po"; else rm -f ".deps/yelp-gtkentryaction.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -I/usr/local/include/orbit-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-search.o -MD -MP -MF ".deps/yelp-yelp-search.Tpo" -c -o yelp-yelp-search.o `test -f 'yelp-search.c' || echo './'`yelp-search.c; \ then mv -f ".deps/yelp-yelp-search.Tpo" ".deps/yelp-yelp-search.Po"; else rm -f ".deps/yelp-yelp-search.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/local/include/firefox/. -I/usr/local/include/firefox/commandhandler -I/usr/local/include/firefox/content -I/usr/local/include/firefox/docshell -I/usr/local/include/firefox/dom -I/usr/local/include/firefox/fastfind -I/usr/local/include/firefox/find -I/usr/local/include/firefox/gtkembedmoz -I/usr/local/include/firefox/gfx -I/usr/local/include/firefox/layout -I/usr/local/include/firefox/necko -I/usr/local/include/firefox/pref -I/usr/local/include/firefox/string -I/usr/local/include/firefox/uriloader -I/usr/local/include/firefox/webbrwsr -I/usr/local/include/firefox/webshell -I/usr/local/include/firefox/widget -DG_LOG_DOMAIN=\"Yelp\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DIMAGEDIR=\""/usr/local/share/images/yelp"\" -DSERVERDIR=\"/usr/local/libexec\" -DBINDIR=\""/usr/local/bin"\" -DSHAREDIR=\""/usr/local/share/yelp"\" -DMOZILLA_HOME=\""/usr/local/lib/firefox\"" -DGDU_ICON_PATH=\"/usr/local/share/gnome-doc-utils/icons\" -I/usr/local/include -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/gconf/2 -I/usr/local/include/orbit-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gtk-unix-print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/startup-notification-1.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/rarian -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT yelp-yelp-search-parser.o -MD -MP -MF ".deps/yelp-yelp-search-parser.Tpo" -c -o yelp-yelp-search-parser.o `test -f 'yelp-search-parser.c' || echo './'`yelp-search-parser.c; \ then mv -f ".deps/yelp-yelp-search-parser.Tpo" ".deps/yelp-yelp-search-parser.Po"; else rm -f ".deps/yelp-yelp-search-parser.Tpo"; exit 1; fi /bin/sh ../libtool --tag=CXX --mode=link c++ -fno-rtti -fshort-wchar -O2 -fno-strict-aliasing -pipe -Wall -Wno-unused -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -O2 -fno-strict-aliasing -pipe -L/usr/local/lib -o yelp -R/usr/local/lib/firefox yelp-Yelper.o yelp-yelp-base.o yelp-yelp-bookmarks.o yelp-yelp-debug.o yelp-yelp-error.o yelp-yelp-gecko-utils.o yelp-yelp-html.o yelp-yelp-io-channel.o yelp-yelp-settings.o yelp-yelp-utils.o yelp-yelp-window.o yelp-yelp-marshal.o yelp-yelp-main.o yelp-yelp-print.o yelp-yelp-page.o yelp-yelp-transform.o yelp-yelp-gecko-services.o yelp-yelp-document.o yelp-yelp-toc.o yelp-yelp-docbook.o yelp-yelp-db-print.o yelp-yelp-man-parser.o yelp-yelp-man.o yelp-yelp-info.o yelp-yelp-info-parser.o yelp-gtkentryaction.o yelp-yelp-search.o yelp-yelp-search-parser.o -pthread -L/usr/local/lib -lglade-2.0 -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomevfs-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lbonobo-2 -lbonobo-activation -lORBit-2 -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lcairo -lpangoft2-1.0 -lpango-1.0 -lfreetype -lfontconfig -lX11 -lXfixes -lgconf-2 -lgthread-2.0 -lgmodule-2.0 -lexslt -lxslt -lz -lm -lgcrypt -lgpg-error -lxml2 -lstartup-notification-1 -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0 -liconv -lrarian -lz -lbz2 -llzmadec -lSM -lICE -L/usr/local/lib -lX11 -Wl,-rpath,/usr/local/lib/firefox -pthread -L/usr/local/lib/firefox -L/usr/local/lib -lgtkembedmoz -lxpcom -lplds4 -lplc4 -lnspr4 mkdir .libs c++ -fno-rtti -fshort-wchar -O2 -fno-strict-aliasing -pipe -Wall -Wno-unused -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -O2 -fno-strict-aliasing -pipe -o yelp yelp-Yelper.o yelp-yelp-base.o yelp-yelp-bookmarks.o yelp-yelp-debug.o yelp-yelp-error.o yelp-yelp-gecko-utils.o yelp-yelp-html.o yelp-yelp-io-channel.o yelp-yelp-settings.o yelp-yelp-utils.o yelp-yelp-window.o yelp-yelp-marshal.o yelp-yelp-main.o yelp-yelp-print.o yelp-yelp-page.o yelp-yelp-transform.o yelp-yelp-gecko-services.o yelp-yelp-document.o yelp-yelp-toc.o yelp-yelp-docbook.o yelp-yelp-db-print.o yelp-yelp-man-parser.o yelp-yelp-man.o yelp-yelp-info.o yelp-yelp-info-parser.o yelp-gtkentryaction.o yelp-yelp-search.o yelp-yelp-search-parser.o -pthread -Wl,-rpath -Wl,/usr/local/lib/firefox -pthread -L/usr/local/lib /usr/local/lib/libglade-2.0.so /usr/local/lib/libgnomeui-2.so /usr/local/lib/libgio-2.0.so /usr/local/lib/libgnome-keyring.so /usr/local/lib/libjpeg.so /usr/local/lib/libbonoboui-2.so /usr/local/lib/libgnomecanvas-2.so /usr/local/lib/libgailutil.so /usr/local/lib/libgnome-2.so /usr/local/lib/libgnomevfs-2.so -lssl -lcrypto -lutil /usr/local/lib/libesd.so /usr/local/lib/libaudiofile.so /usr/local/lib/libpopt.so /usr/local/lib/libbonobo-2.so /usr/local/lib/libbonobo-activation.so /usr/local/lib/libORBitCosNaming-2.so /usr/local/lib/libart_lgpl_2.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so /usr/local/lib/libatk-1.0.so /usr/local/lib/libgdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so /usr/local/lib/libXinerama.so /usr/local/lib/libXi.so /usr/local/lib/libXrandr.so /usr/local/lib/libXcursor.so /usr/local/lib/libXcomposite.so /usr/local/lib/libXext.so /usr/local/lib/libXdamage.so /usr/local/lib/libcairo.so /usr/local/lib/libglitz.so -lpng /usr/local/lib/libxcb-render-util.so /usr/local/lib/libxcb-render.so /usr/local/lib/libxcb.so /usr/local/lib/libpthread-stubs.so /usr/local/lib/libXrender.so /usr/local/lib/libpixman-1.so /usr/local/lib/libpangoft2-1.0.so /usr/local/lib/libpango-1.0.so /usr/local/lib/libfontconfig.so /usr/local/lib/libfreetype.so /usr/local/lib/libexpat.so /usr/local/lib/libXfixes.so /usr/local/lib/libgconf-2.so /usr/local/lib/libORBit-2.so /usr/local/lib/libgthread-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libexslt.so /usr/local/lib/libxslt.so /usr/local/lib/libgcrypt.so /usr/local/lib/libgpg-error.so /usr/local/lib/libxml2.so -lm /usr/local/lib/libstartup-notification-1.so /usr/local/lib/libdbus-glib-1.so /usr/local/lib/libdbus-1.so -pthread /usr/local/lib/libgobject-2.0.so /usr/local/lib/libglib-2.0.so -licui18n /usr/local/lib/libintl.so /usr/local/lib/libpcre.so /usr/local/lib/libiconv.so /usr/local/lib/librarian.so -lz -lbz2 /usr/local/lib/liblzmadec.so /usr/local/lib/libSM.so /usr/local/lib/libICE.so /usr/local/lib/libX11.so /usr/local/lib/libXau.so /usr/local/lib/libXdmcp.so -lrpcsvc -L/usr/local/lib/firefox -lgtkembedmoz -lxpcom -lplds4 -lplc4 -lnspr4 -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib/firefox yelp-Yelper.o(.text+0x26d): In function `Yelper::Find(char const*)': : undefined reference to `NS_CStringContainerInit2' yelp-yelp-gecko-services.o(.text+0x631): In function `PrintListener::SetPrintSettings(_YelpPrintInfo*, int, nsIPrintSettings*)': : undefined reference to `NS_StringContainerInit2' yelp-yelp-gecko-services.o(.text+0x6f4): In function `PrintListener::SetPrintSettings(_YelpPrintInfo*, int, nsIPrintSettings*)': : undefined reference to `NS_CStringContainerInit2' yelp-yelp-gecko-services.o(.text+0x8fd): In function `PrintListener::SetPrintSettings(_YelpPrintInfo*, int, nsIPrintSettings*)': : undefined reference to `NS_CStringContainerInit2' yelp-yelp-gecko-services.o(.text+0x9cf): In function `PrintListener::SetPrintSettings(_YelpPrintInfo*, int, nsIPrintSettings*)': : undefined reference to `NS_CStringContainerInit2' yelp-yelp-gecko-services.o(.text+0xa1e): In function `PrintListener::SetPrintSettings(_YelpPrintInfo*, int, nsIPrintSettings*)': : undefined reference to `NS_CStringContainerInit2' yelp-yelp-gecko-services.o(.text+0xa6d): In function `PrintListener::SetPrintSettings(_YelpPrintInfo*, int, nsIPrintSettings*)': : undefined reference to `NS_CStringContainerInit2' yelp-yelp-gecko-services.o(.text+0xabc): more undefined references to `NS_CStringContainerInit2' follow /usr/local/lib/libgtkembedmoz.so: undefined reference to `NS_InitXPCOM3' gmake[3]: *** [yelp] Error 1 gmake[3]: Leaving directory `/usr/ports/x11/yelp/work/yelp-2.22.1/src' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/usr/ports/x11/yelp/work/yelp-2.22.1/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11/yelp/work/yelp-2.22.1' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/x11/yelp. # exit Script done on Tue Nov 4 19:02:44 2008 Hope someone can help me. Is it advicable to report this bug to the upstream developers themselves eg should I contact the Gnome developers about this or will the port maintainer take care of that? Thanks Dino From owner-freebsd-ports@FreeBSD.ORG Tue Nov 4 22:34:41 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61AFE1065677 for ; Tue, 4 Nov 2008 22:34:41 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.31]) by mx1.freebsd.org (Postfix) with ESMTP id 0C9418FC14 for ; Tue, 4 Nov 2008 22:34:40 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so1247293ywe.13 for ; Tue, 04 Nov 2008 14:34:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :sender:to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=vU8mutIgToqJxN870gLUOQ5iDd6W/PtzIpMJn+HOBmU=; b=eRQS29axfYP/Udii2otAo5Prm6L+TGbTS5sB+poRZTLEBgKOZZ6+9zCmx2AdVOBeQh N6xxTqa1g3kOP3rSz/Gz36/8GdSc6FMZ2wtTa4bguVTcfmJVqt+9Yv1BV/He2C5bZZCy PExS8g9MJNbjoek2QF8mLD6tBQ855c5MrWrB0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:sender:to:subject:cc:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:references:x-google-sender-auth; b=hhNyZ55A+PqLiQAXriKAAzsfs55SAWBk4fOs94QKt3rfTgLqdHc8t2ntvBOJMQMHhF VQhFdnAMloNwxSlZOXc7KOz45MxrwbyrrAOOMtz4hJ6mD/SAuUjhA4fTC/vd0Hm7O/MF 3UNFLgCWqiD4fV5Dx/FQYqwtuY2h5voON9Kb8= Received: by 10.100.11.14 with SMTP id 14mr73248ank.89.1225838080094; Tue, 04 Nov 2008 14:34:40 -0800 (PST) Received: by 10.100.132.8 with HTTP; Tue, 4 Nov 2008 14:34:40 -0800 (PST) Message-ID: <539c60b90811041434t4d98e5d5pf53dddd1dbba342a@mail.gmail.com> Date: Tue, 4 Nov 2008 15:34:40 -0700 From: "Steve Franks" Sender: bahamasfranks@gmail.com To: "Bruce M. Simpson" In-Reply-To: <48F0A008.1040900@incunabulum.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48F0A008.1040900@incunabulum.net> X-Google-Sender-Auth: 276a562d46b87851 Cc: ports@freebsd.org Subject: Re: [Fwd: Re: OpenOCD] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: stevefranks@ieee.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Nov 2008 22:34:41 -0000 Bruce, I've been playing with your makefile for openocd. Awhile back I was told that the *right* way to do this as a real port was to get the svn, make a tgz in distfiles, and then build the port from that. Looks like you did the svn->distfiles part manually in your origonal makefile, right? I was given an example of this, but it has some major problems. (1) I'd think everything should go from scratch (after a make clean && make distclean) with just a 'make' for general-purpose use. Unfortunaetly, the makefile I'm starting from requires a 'make gen-dist' call before make will work. I'm a completely incompetent script programmer and can't get that to go automatically. Really, the script in gen-dist should just be part of the dependancies for plain 'make', right? If the distfile doesn't exist, get it from svn... (2) The gen-dist script is supposed to do a make makesum on the bz2 file in distfiles, but for reasons beyond me, it doesn't, probably the filename is mangled incorrectly with the date? (3) If I manually do a gen-dist, and then make makesum, I still get: ===> Configuring for openocd-20081103 cd: can't cd to /usr/ports/devel/openocd2/work/openocd-20081103 Which is probably a naming problem too, right? Is there a -debug option for ports so I can see what it's trying to do? Well that little bitty list is all my problems making a 'real' port... I'm not sure about mailing attatchments to freebsd lists, so the makefile is just cat'ed to my email after my name, below... Steve # New ports collection makefile for: openocd # Date created: # Whom: franks@rudbek.com # # $FreeBSD: ports/devel/openocd/Makefile,v $ # PORTNAME= openocd DISTVERSION= ${SNAPDATE} PORTVERSION= ${SNAPDATE} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_LOCAL} #~ PKGNAMESUFFIX= -devel MAINTAINER= franks@rudbek.com COMMENT= Open OCD On-chip debugger, flash programmer, and debug tool FETCH_DEPENDS+= svn:${PORTSDIR}/devel/subversion BUILD_DEPENDS+= ${PORTSDIR}/devel/libusb ${PORTSDIR}/devel/libftdi USE_BZIP2= yes SVN_SNAPDATE!= date -v-1d +%Y-%m-%d SNAPDATE= ${SVN_SNAPDATE:S/-//g} USE_GMAKE= yes GNU_CONFIGURE= yes INFO= ${PORTNAME} CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include \ LDFLAGS=-L${LOCALBASE}/lib CONFIGURE_ARGS+= --enable-ft2232_libftdi LIB_DEPENDS+= usb:${PORTSDIR}/devel/libusb \ ftdi.10:${PORTSDIR}/devel/libftdi #~ WRKSRC= ${WRKDIR}/${PORTNAME} SVNROOT= svn://svn.berlios.de/openocd/trunk gen-dist: @if [ ! -d ${WRKDIR} ]; then \ mkdir ${WRKDIR}; \ fi @if [ ! -d ${WRKDIR}/svn ]; then \ mkdir ${WRKDIR}/svn; \ fi @if [ ! -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \ svn co ${SVNROOT} ${WRKDIR}/svn/openocd; \ ${TAR} cfj ${_DISTDIR}${DISTFILES} ${WRKDIR}/svn/openocd; \ ${MAKE} ${__softMAKEFLAGS} makesum; \ fi .include On Sat, Oct 11, 2008 at 5:46 AM, Bruce M. Simpson wrote: > Forwarding here as others might also have dongles that work, and debugging > NSLU2 ARM would cleary need OCD capability to figure out exactly what is > going wrong here. > > thanks > BMS > > > ---------- Forwarded message ---------- > From: Bruce M Simpson > To: stevefranks@ieee.org > Date: Sat, 11 Oct 2008 05:44:23 +0100 > Subject: Re: OpenOCD > Steve, > > Here's a port for OpenOCD. > > I haven't been able to test it for real, because I don't have a supported > JTAG dongle; > it seems my Altera USBByteBlaster clone is not supported. > > You said you had an Olimex, perhaps you can give it a try? Let me know and > I'll commit, if you want to take the reins as maintainer let me now. > > Here are some notes I was gonna put into the commit message (not committing > it as I really want to see it work "for real" first) :- > > %%% > Add new port of OpenOCD, an open source on-chip debug utility for > ARM and other processor families. > > Note: I haven't actually tested this with a real dongle yet, > but it looks sane. It builds from a locally hosted source snapshot, > as OpenOCD doesn't appear to have a release schedule of its own. > The diff to svn trunk is extremely minimal. > 'gmake dist-gzip' doesn't work right, so a manual tarball was rolled. > It appears that the Altera USB ByteBlaster clone I have is not supported. > > > %%% > > cheers > BMS > > _______________________________________________ > freebsd-embedded@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-embedded > To unsubscribe, send any mail to "freebsd-embedded-unsubscribe@freebsd.org" > > From owner-freebsd-ports@FreeBSD.ORG Wed Nov 5 09:13:36 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8FA311065673 for ; Wed, 5 Nov 2008 09:13:36 +0000 (UTC) (envelope-from flex1980@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.188]) by mx1.freebsd.org (Postfix) with ESMTP id 1B0458FC1A for ; Wed, 5 Nov 2008 09:13:34 +0000 (UTC) (envelope-from flex1980@gmail.com) Received: by fk-out-0910.google.com with SMTP id k31so4296162fkk.11 for ; Wed, 05 Nov 2008 01:13:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=ff/cBIaR737BgrBL531Y75nH+y0kZxW1E7FhS+c7xq4=; b=AUwGjkJ6yUMY2ZhJ7sUm6ucK9K+Dp46J1xRwa1Fjg4g3g7SPj+foGrx05ah7lhsZNs vQIsnTFfMvmIesv5bwafv3JxOhOd5CNybZK1/I6k4LshUioTQbZXnEUIsO7DqKx57ikQ 4FKbPSq11u81g0M3YWt4XnNL3NelL/WtNLBm8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=NctvQRSAL8Y4NGDDlwmLWUAWehWGXrcp/WZsUQWOhbcOgHQ1K0h8YjEXZt3donGOId w9xI4QWXErmJy7ScdTINWGiSNxTGSTKOvwNxa8v8+z3Zk20KPyrrkOxlQ193HlyN9g23 wQ1L4U2Gel67IbS5LF7EVn8dv05fPvJt7AAv8= Received: by 10.181.149.19 with SMTP id b19mr195737bko.82.1225876413428; Wed, 05 Nov 2008 01:13:33 -0800 (PST) Received: by 10.180.230.10 with HTTP; Wed, 5 Nov 2008 01:13:33 -0800 (PST) Message-ID: <20c4814a0811050113i1bed72abu84b16c7343f93c4f@mail.gmail.com> Date: Wed, 5 Nov 2008 10:13:33 +0100 From: Flex To: "Jeremy Messenger" In-Reply-To: MIME-Version: 1.0 References: <20c4814a0811030712n4105c765p23983b55f729b25e@mail.gmail.com> <20081103192933.e4aeedef.ehaupt@FreeBSD.org> <3cb459ed0811031237l3adeef89t86a70030cca57fff@mail.gmail.com> <20081103223115.78fbbaef.ehaupt@FreeBSD.org> <3cb459ed0811031506g4b450865q34d33988a688c3@mail.gmail.com> <20081104002942.f136adec.ehaupt@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Alexander Churanov , freebsd-ports@freebsd.org, Emanuel Haupt Subject: Re: Boost 1.37 released! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Nov 2008 09:13:36 -0000 I also agree with you Jeremy. devel/boost-devel makes no sense as it is a stable and not a development version.When there are so much ports that depend on devel/boost (as version 1.34) then I see two approaches to solve this. 1.) Try to find out if boost 1.37 is binary compatible with boost 1.34. If so, then we could update it to the actual version without breaking the ports depending on it, IMHO. I made this a question to the boost irc channel and got only the answer that this is doubtable so far. 2.) We should think of one or two alternative boost port(s) like devel/boost137 and devel/boost138. All depending ports must be made dependant to devel/boost137 then. Other ports also keep two ports with their (often major) release numbers and switch dependent ports back and forth to the right port release number. I'd prefer the second because there are less side effects and problems possible. Also please note that http://home.leo.org isn't accessible anymore. Hopefully someone, preferrably Alexander, has the 1.35 patch from Simon to check whether it's easy to bump the port to 1.37 easily. I also agree to send a PR. /Flex From owner-freebsd-ports@FreeBSD.ORG Wed Nov 5 10:22:55 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E761A1065678 for ; Wed, 5 Nov 2008 10:22:55 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mail.bsdforen.de (bsdforen.de [212.204.60.79]) by mx1.freebsd.org (Postfix) with ESMTP id A95058FC12 for ; Wed, 5 Nov 2008 10:22:55 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mobileKamikaze.norad (vpn-cl-167-185.rz.uni-karlsruhe.de [141.3.167.185]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bsdforen.de (Postfix) with ESMTP id 339278A000A for ; Wed, 5 Nov 2008 11:22:39 +0100 (CET) Message-ID: <491173E4.1050809@bsdforen.de> Date: Wed, 05 Nov 2008 11:22:28 +0100 From: Dominic Fandrey User-Agent: Thunderbird 2.0.0.17 (X11/20080927) MIME-Version: 1.0 To: freebsd-ports@freebsd.org X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Wacom driver X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Nov 2008 10:22:56 -0000 I have created a port of Bartosz Fabianowski's Wacom driver. Since nobody has stepped forward to commit it, I thought I'd inform this list, so that people can test it. http://www.freebsd.org/cgi/query-pr.cgi?pr=128547 Feedback is, of course, welcome. From owner-freebsd-ports@FreeBSD.ORG Wed Nov 5 12:19:44 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92D4F106564A for ; Wed, 5 Nov 2008 12:19:44 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.mypc.hu (server.mypc.hu [87.229.73.95]) by mx1.freebsd.org (Postfix) with ESMTP id 4CA3A8FC0A for ; Wed, 5 Nov 2008 12:19:44 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by server.mypc.hu (Postfix) with ESMTP id 0588A14D748A; Wed, 5 Nov 2008 13:03:22 +0100 (CET) X-Virus-Scanned: amavisd-new at t-hosting.hu Received: from server.mypc.hu ([127.0.0.1]) by localhost (server.mypc.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id zVQIvgJ1VHjs; Wed, 5 Nov 2008 13:03:19 +0100 (CET) Received: from [192.168.1.105] (catv-80-98-156-89.catv.broadband.hu [80.98.156.89]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.mypc.hu (Postfix) with ESMTPSA id 9AA2A14D7474; Wed, 5 Nov 2008 13:03:19 +0100 (CET) Message-ID: <49118B88.6090102@FreeBSD.org> Date: Wed, 05 Nov 2008 13:03:20 +0100 From: =?UTF-8?B?R8OhYm9yIEvDtnZlc2TDoW4=?= User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Dominic Fandrey References: <491173E4.1050809@bsdforen.de> In-Reply-To: <491173E4.1050809@bsdforen.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: Gabor Pali , freebsd-ports@freebsd.org Subject: Re: Wacom driver X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Nov 2008 12:19:44 -0000 Dominic Fandrey escribió: > I have created a port of Bartosz Fabianowski's Wacom driver. > Since nobody has stepped forward to commit it, I thought I'd > inform this list, so that people can test it. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=128547 > I suggest that you should consult with pgj@. He was going to port this driver himself but he hasn't got time so far. I've CC'd him because I don't think he is on the ports@ list because he is a doc committer. Cheers, -- Gabor Kovesdan EMAIL: gabor@FreeBSD.org WWW: http://www.kovesdan.org From owner-freebsd-ports@FreeBSD.ORG Wed Nov 5 12:32:49 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 30F0B1065770 for ; Wed, 5 Nov 2008 12:32:49 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mail.bsdforen.de (bsdforen.de [212.204.60.79]) by mx1.freebsd.org (Postfix) with ESMTP id D03F58FC1C for ; Wed, 5 Nov 2008 12:32:48 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mobileKamikaze.norad (vpn-cl-162-145.rz.uni-karlsruhe.de [141.3.162.145]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bsdforen.de (Postfix) with ESMTP id B35F18A000A; Wed, 5 Nov 2008 13:32:27 +0100 (CET) Message-ID: <4911924A.7010007@bsdforen.de> Date: Wed, 05 Nov 2008 13:32:10 +0100 From: Dominic Fandrey User-Agent: Thunderbird 2.0.0.17 (X11/20080927) MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <491173E4.1050809@bsdforen.de> <49118B88.6090102@FreeBSD.org> In-Reply-To: <49118B88.6090102@FreeBSD.org> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Gabor Pali Subject: Re: Wacom driver X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Nov 2008 12:32:49 -0000 Gábor Kövesdán wrote: > Dominic Fandrey escribió: >> I have created a port of Bartosz Fabianowski's Wacom driver. >> Since nobody has stepped forward to commit it, I thought I'd >> inform this list, so that people can test it. >> >> http://www.freebsd.org/cgi/query-pr.cgi?pr=128547 >> > I suggest that you should consult with pgj@. He was going to port this > driver himself but he hasn't got time so far. I've CC'd him because I > don't think he is on the ports@ list because he is a doc committer. > > Cheers, > Well, I'm always willing to talk. However, I don't see much to be done here. The port is done, I keep close contact to Bartosz and I'm willing to maintain it. It's one of the few that actually installs a module into /boot/modules, something that should be enforced more thoroughly, in my opinion. Thanks to the ports Xorg magic I even don't have to take care of dependencies. From owner-freebsd-ports@FreeBSD.ORG Wed Nov 5 14:04:50 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3B801065689 for ; Wed, 5 Nov 2008 14:04:50 +0000 (UTC) (envelope-from Albert.Shih@obspm.fr) Received: from blade2-ext.obspm.fr (blade2-ext.obspm.fr [145.238.186.8]) by mx1.freebsd.org (Postfix) with ESMTP id EB7EC8FC19 for ; Wed, 5 Nov 2008 14:04:48 +0000 (UTC) (envelope-from Albert.Shih@obspm.fr) Received: from obspm.fr (pcjas.obspm.fr [145.238.184.233]) by blade2-ext.obspm.fr (8.13.8/8.13.8/SIO Observatoire de Paris - 15/11/07) with ESMTP id mA5DoUXk019273 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 5 Nov 2008 14:50:31 +0100 Date: Wed, 5 Nov 2008 14:50:30 +0100 From: Albert Shih To: "Philip M. Gollucci" Message-ID: <20081105135030.GM71493@obspm.fr> References: <48AB57B0.1070800@ridecharge.com> <48AB5824.3030405@p6m7g8.com> <20080827235827.GA48262@pcjas.obspm.fr> <48B620C3.6000501@p6m7g8.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <48B620C3.6000501@p6m7g8.com> User-Agent: Mutt/1.5.18 (2008-05-17) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0 (blade2-ext.obspm.fr [145.238.186.20]); Wed, 05 Nov 2008 14:50:31 +0100 (CET) X-Virus-Scanned: ClamAV 0.94/8572/Wed Nov 5 13:59:50 2008 on blade2-ext.obspm.fr X-Virus-Status: Clean Cc: ports@freebsd.org, "Philip M. Gollucci" Subject: Re: ports/125745: Update to www/rt3* available - 3.8.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Albert.Shih@obspm.fr List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Nov 2008 14:04:52 -0000 Le 27/08/2008 à 23:51:31-0400, Philip M. Gollucci a écrit > Albert Shih wrote: > > Le 19/08/2008 à 19:32:52-0400, Philip M. Gollucci a écrit > >> Philip M. Gollucci wrote: > >>> [PLEASE DROP GNATS from your replys] > >>> http://tinderbox-amd64.rws/index.php?action=list_buildports&build=8-CURRENT-RT38 > >> should be > >> http://tinderbox-amd64.riderway.com:8080/index.php?action=list_buildports&build=8-CURRENT-RT38 > > > > I saw everything is «success». > > > > When you think this ports is push into the ports-tree ? (for 7-Release). > > > > Lots of thanks for your work. > 1) > I need to figure a multi-instance patch first which I'm going to have to > code from almost scratch for 3.8. > > 2) I need to test NOPORTDOCS, NPORTEXAMPLES, NOPORTDATA vars > > 3) I'm planing to install a field test of the port tonight/tomorrow at > $work and make public through friday ish. > > 4) I need to deal with the post install make steps in a way different > from previous rt ports so it stays package able. > > http://people.freebsd.org/~pgollucci/rt38.txt is a better link at this > point to start with I'm come back for rt. Now I'm need to make a seconde install of rt before end of the mounth. I would like to known if you think before this date rt38 ports can be release ? I don't want push anyone because I can use rt36. All I would like to known is if it's good idea to wait. I prefer to not have to make a upgrade on rt. So if the www/rt38 going to be release soon I prefer to wait. Thanks for you work. Regards. -- Albert SHIH SIO batiment 15 Observatoire de Paris Meudon 5 Place Jules Janssen 92195 Meudon Cedex Téléphone : 01 45 07 76 26 Heure local/Local time: Mer 5 nov 2008 14:47:12 CET From owner-freebsd-ports@FreeBSD.ORG Wed Nov 5 15:49:18 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 329431065673 for ; Wed, 5 Nov 2008 15:49:18 +0000 (UTC) (envelope-from pali.gabor@googlemail.com) Received: from rn-out-0910.google.com (rn-out-0910.google.com [64.233.170.187]) by mx1.freebsd.org (Postfix) with ESMTP id C46168FC1B for ; Wed, 5 Nov 2008 15:49:17 +0000 (UTC) (envelope-from pali.gabor@googlemail.com) Received: by rn-out-0910.google.com with SMTP id j71so54174rne.12 for ; Wed, 05 Nov 2008 07:49:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :organization:user-agent:mime-version:to:cc:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding:sender; bh=nrHW3Y5z8nQst0qxwjaeRYuZOqAOCDoJN+H+wnBGIVU=; b=ipoTIUOxO6Gp3mAVzrcWZ5VKKOScFcUjm+q/uuLYuq4w/uHXseEEo2NVG1cFLje5Sm CPozaVYcFDE/imJkuXtrMpP2ixqKiX6udegj/kFn+CvYU6jqaeKG8MIgW9XPpwfVB7bE GVR8ApBt+2Cg/zh/jOaLXGHJoUvLrhJTRHTjM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:organization:user-agent:mime-version:to:cc :subject:references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding:sender; b=UwGMRsrNHF5+wsb7RNrHRQVS+oi1q9rGwptTXr7Z0G+P19BAeovXc3nY0iqbWhtuy4 mJkdWb1zN/2n9jhlBrD6Aoti2bGyJarwuDbfrRDcrrQywoemZ6ZIJuw06IhWUWDfGWff IoOfwXQixtRaCxQYytExMkVkgS60MEYNaald0= Received: by 10.86.76.16 with SMTP id y16mr1241660fga.17.1225898527286; Wed, 05 Nov 2008 07:22:07 -0800 (PST) Received: from ?192.168.1.16? (oktnb24.inf.elte.hu [157.181.167.24]) by mx.google.com with ESMTPS id d6sm105605fga.2.2008.11.05.07.22.03 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 05 Nov 2008 07:22:04 -0800 (PST) Message-ID: <4911BA0A.1080204@FreeBSD.org> Date: Wed, 05 Nov 2008 16:21:46 +0100 From: Gabor PALI Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.17 (X11/20081023) MIME-Version: 1.0 To: Dominic Fandrey References: <491173E4.1050809@bsdforen.de> <49118B88.6090102@FreeBSD.org> <4911924A.7010007@bsdforen.de> In-Reply-To: <4911924A.7010007@bsdforen.de> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: =?UTF-8?B?UMOBTEkgR8OhYm9yIErDoW5vcw==?= Cc: freebsd-ports@freebsd.org Subject: Re: Wacom driver X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Nov 2008 15:49:18 -0000 Dominic Fandrey wrote: > Gábor Kövesdán wrote: >> Dominic Fandrey escribió: >>> I have created a port of Bartosz Fabianowski's Wacom driver. >>> Since nobody has stepped forward to commit it, I thought I'd >>> inform this list, so that people can test it. >>> >>> http://www.freebsd.org/cgi/query-pr.cgi?pr=128547 >>> >> I suggest that you should consult with pgj@. He was going to port this >> driver himself but he hasn't got time so far. I've CC'd him because I >> don't think he is on the ports@ list because he is a doc committer. > > Well, I'm always willing to talk. However, I don't see much to be done > here. The port is done, I keep close contact to Bartosz and I'm > willing to maintain it. It's one of the few that actually installs a > module into /boot/modules, something that should be enforced more > thoroughly, in my opinion. > > Thanks to the ports Xorg magic I even don't have to take care of > dependencies. > Hello there, Thanks to Ping Cheng (maintainer of the original Linux driver), I already found and contacted Bartosz (at about middle of August), and I have tested some versions of his ported driver with my USB Wacom Bamboo. I asked him about an official FreeBSD port, but he replied he will do that himself (when it is time) :) I would be happy to see this driver in the Ports Collection, however I had serious problems with the latest version I tested (X crashed after a few minutes with Firefox and Gimp). It is a sorry, but I had to leave that configuration (6.3-STABLE on a desktop machine) behind (I had to move) and I switched to FreeBSD 7-PRERELEASE on a notebook meanwhile. I have not had time to test it again, though my Bamboo is next to my notebook :) (Therefore no physical limitations...) But if you need a committer for this port, I can offer you to look after your PRs, test and commit them (with some help from an experienced ports committer, of course). Cheers, :g From owner-freebsd-ports@FreeBSD.ORG Wed Nov 5 15:52:05 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9FDE1065676; Wed, 5 Nov 2008 15:52:05 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao103.cox.net (eastrmmtao103.cox.net [68.230.240.9]) by mx1.freebsd.org (Postfix) with ESMTP id 4CE848FC1B; Wed, 5 Nov 2008 15:52:05 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo03.cox.net ([68.1.16.126]) by eastrmmtao103.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20081105155204.DNJB27754.eastrmmtao103.cox.net@eastrmimpo03.cox.net>; Wed, 5 Nov 2008 10:52:04 -0500 Received: from localhost ([68.103.35.214]) by eastrmimpo03.cox.net with bizsmtp id bTs31a00A4dCcn002Ts4t3; Wed, 05 Nov 2008 10:52:04 -0500 X-Authority-Analysis: v=1.0 c=1 a=edATJCoBAAAA:8 a=6I5d2MoRAAAA:8 a=Ob5loLGzXozBD_OLSlQA:9 a=EoAz9l6TN8FTujhlfPCHfrYX6mUA:4 a=MSl-tDqOz04A:10 a=4vB-4DCPJfMA:10 a=SV7veod9ZcQA:10 a=LY0hPdMaydYA:10 X-CM-Score: 0.00 Date: Wed, 05 Nov 2008 09:52:12 -0600 To: Flex From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 MIME-Version: 1.0 References: <20c4814a0811030712n4105c765p23983b55f729b25e@mail.gmail.com> <20081103192933.e4aeedef.ehaupt@FreeBSD.org> <3cb459ed0811031237l3adeef89t86a70030cca57fff@mail.gmail.com> <20081103223115.78fbbaef.ehaupt@FreeBSD.org> <3cb459ed0811031506g4b450865q34d33988a688c3@mail.gmail.com> <20081104002942.f136adec.ehaupt@FreeBSD.org> <20c4814a0811050113i1bed72abu84b16c7343f93c4f@mail.gmail.com> Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: <20c4814a0811050113i1bed72abu84b16c7343f93c4f@mail.gmail.com> User-Agent: Opera Mail/9.62 (Linux) Cc: Alexander Churanov , freebsd-ports@freebsd.org, Emanuel Haupt Subject: Re: Boost 1.37 released! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Nov 2008 15:52:05 -0000 On Wed, 05 Nov 2008 03:13:33 -0600, Flex wrote: > I also agree with you Jeremy. devel/boost-devel makes no sense as it is a > stable and not a development version.When there are so much ports that > depend on devel/boost (as version 1.34) then I see two approaches to > solve > this. > > 1.) Try to find out if boost 1.37 is binary compatible with boost 1.34. > If > so, then we could update it to the actual version without breaking the > ports > depending on it, IMHO. I made this a question to the boost irc channel > and > got only the answer that this is doubtable so far. The binary compatible does not matter as it only forces us to wait until complete unfreeze. We can bump all of other ports to get rebuild. What about the API (source) compatible? It's more important than ABI (binary) compatible as we need to make sure others can build with newer boost. > 2.) We should think of one or two alternative boost port(s) like > devel/boost137 and devel/boost138. All depending ports must be made > dependant to devel/boost137 then. Other ports also keep two ports with > their > (often major) release numbers and switch dependent ports back and forth > to > the right port release number. We don't need devel/boost137 either if all other ports can build with newer boost or easy to get others fix with newer boost. We should avoid two same exactly libraries in ports tree if they don't do the parallel installation (non-conflict) as possible unless no choice to do two or more. > I'd prefer the second because there are less side effects and problems > possible. > Also please note that http://home.leo.org isn't accessible anymore. > Hopefully someone, preferrably Alexander, has the 1.35 patch from Simon > to > check whether it's easy to bump the port to 1.37 easily. I also agree to > send a PR. Yeah, two people have told me about that URL is dead. Too bad, I don't have this file anymore. Cheers, Mezz > /Flex -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Wed Nov 5 17:12:22 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 762EB106564A; Wed, 5 Nov 2008 17:12:22 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mail.bsdforen.de (bsdforen.de [212.204.60.79]) by mx1.freebsd.org (Postfix) with ESMTP id 33F2C8FC0C; Wed, 5 Nov 2008 17:12:22 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mobileKamikaze.norad (vpn-cl-166-236.rz.uni-karlsruhe.de [141.3.166.236]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bsdforen.de (Postfix) with ESMTP id 06E198A000A; Wed, 5 Nov 2008 18:12:00 +0100 (CET) Message-ID: <4911D3CF.5050707@bsdforen.de> Date: Wed, 05 Nov 2008 18:11:43 +0100 From: Dominic Fandrey User-Agent: Thunderbird 2.0.0.17 (X11/20080927) MIME-Version: 1.0 To: Gabor PALI References: <491173E4.1050809@bsdforen.de> <49118B88.6090102@FreeBSD.org> <4911924A.7010007@bsdforen.de> <4911BA0A.1080204@FreeBSD.org> In-Reply-To: <4911BA0A.1080204@FreeBSD.org> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: freebsd-ports@freebsd.org Subject: Re: Wacom driver X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Nov 2008 17:12:22 -0000 Gabor PALI wrote: > Dominic Fandrey wrote: >> Gábor Kövesdán wrote: >>> Dominic Fandrey escribió: >>>> I have created a port of Bartosz Fabianowski's Wacom driver. >>>> Since nobody has stepped forward to commit it, I thought I'd >>>> inform this list, so that people can test it. >>>> >>>> http://www.freebsd.org/cgi/query-pr.cgi?pr=128547 >>>> >>> I suggest that you should consult with pgj@. He was going to port this >>> driver himself but he hasn't got time so far. I've CC'd him because I >>> don't think he is on the ports@ list because he is a doc committer. >> Well, I'm always willing to talk. However, I don't see much to be done >> here. The port is done, I keep close contact to Bartosz and I'm >> willing to maintain it. It's one of the few that actually installs a >> module into /boot/modules, something that should be enforced more >> thoroughly, in my opinion. >> >> Thanks to the ports Xorg magic I even don't have to take care of >> dependencies. >> > > Hello there, > > Thanks to Ping Cheng (maintainer of the original Linux driver), I > already found and contacted Bartosz (at about middle of August), and I > have tested some versions of his ported driver with my USB Wacom Bamboo. > I asked him about an official FreeBSD port, but he replied he will do > that himself (when it is time) :) > > I would be happy to see this driver in the Ports Collection, however I > had serious problems with the latest version I tested (X crashed after a > few minutes with Firefox and Gimp). > > It is a sorry, but I had to leave that configuration (6.3-STABLE on a > desktop machine) behind (I had to move) and I switched to FreeBSD > 7-PRERELEASE on a notebook meanwhile. I have not had time to test it > again, though my Bamboo is next to my notebook :) (Therefore no > physical limitations...) > > But if you need a committer for this port, I can offer you to look after > your PRs, test and commit them (with some help from an experienced ports > committer, of course). > > Cheers, > :g I can tell you that I have thoroughly tested it in gimp with an Intuos3 on amd64 and it caused no instability problems whatsoever. Bartosz and me are also looking into the hot-plug issue, because at the moment an X restart is necessary when you plug in your tablet. I have put some effort into the setup target of the rc script that spares you that annoying copy'n'paste orgy to get the linuxwacom bits running. I'd be glad to maintain this port and it meets Bartosz's approval. He told me that he intended to make a port but hadn't found the time yet. So a willing committer would be very welcome. Err anyone asks, the DESTDIR support is there to silence portlint about the use of an absolute path (/boot/modules). Regards From owner-freebsd-ports@FreeBSD.ORG Wed Nov 5 18:02:52 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1CD01065673 for ; Wed, 5 Nov 2008 18:02:52 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from mail14.syd.optusnet.com.au (mail14.syd.optusnet.com.au [211.29.132.195]) by mx1.freebsd.org (Postfix) with ESMTP id 514988FC27 for ; Wed, 5 Nov 2008 18:02:52 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from server.vk2pj.dyndns.org (c122-106-215-175.belrs3.nsw.optusnet.com.au [122.106.215.175]) by mail14.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id mA5I2lQl026459 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 6 Nov 2008 05:02:48 +1100 X-Bogosity: Ham, spamicity=0.000000 Received: from server.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by server.vk2pj.dyndns.org (8.14.3/8.14.3) with ESMTP id mA5I2kSe051313; Thu, 6 Nov 2008 05:02:46 +1100 (EST) (envelope-from peter@server.vk2pj.dyndns.org) Received: (from peter@localhost) by server.vk2pj.dyndns.org (8.14.3/8.14.3/Submit) id mA5I2jKk051312; Thu, 6 Nov 2008 05:02:46 +1100 (EST) (envelope-from peter) Date: Thu, 6 Nov 2008 05:02:45 +1100 From: Peter Jeremy To: Jeremy Messenger Message-ID: <20081105180245.GA51239@server.vk2pj.dyndns.org> References: <20c4814a0811030712n4105c765p23983b55f729b25e@mail.gmail.com> <20081103192933.e4aeedef.ehaupt@FreeBSD.org> <3cb459ed0811031237l3adeef89t86a70030cca57fff@mail.gmail.com> <20081103223115.78fbbaef.ehaupt@FreeBSD.org> <3cb459ed0811031506g4b450865q34d33988a688c3@mail.gmail.com> <20081104002942.f136adec.ehaupt@FreeBSD.org> <20c4814a0811050113i1bed72abu84b16c7343f93c4f@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="y0ulUmNC+osPPQO6" Content-Disposition: inline In-Reply-To: X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.18 (2008-05-17) Cc: freebsd-ports@freebsd.org Subject: Re: Boost 1.37 released! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Nov 2008 18:02:52 -0000 --y0ulUmNC+osPPQO6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2008-Nov-05 09:52:12 -0600, Jeremy Messenger wrote: >On Wed, 05 Nov 2008 03:13:33 -0600, Flex wrote: >> Also please note that http://home.leo.org isn't accessible anymore. > >Yeah, two people have told me about that URL is dead. Too bad, I don't =20 >have this file anymore. Depending on how long it was up, it might have been grabbed by the Internet Archive Wayback Machine. It's not there right now but the FAQ says "it generally takes 6 months or more for pages to appear". That URL looks like the "member's area" of an ISP - it's also possible that LEO just renamed (rather than removed) the site. --=20 Peter Jeremy Please excuse any delays as the result of my ISP's inability to implement an MTA that is either RFC2821-compliant or matches their claimed behaviour. --y0ulUmNC+osPPQO6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkkR38UACgkQ/opHv/APuIfO7QCdGnxDRbieLGZEoi2guGcofa3k BOEAoLvVb7oxdRQ2CGtHqpzlkmXY4aYO =B3HW -----END PGP SIGNATURE----- --y0ulUmNC+osPPQO6-- From owner-freebsd-ports@FreeBSD.ORG Wed Nov 5 20:12:24 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 96C3D1065696 for ; Wed, 5 Nov 2008 20:12:24 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: from gv-out-0910.google.com (gv-out-0910.google.com [216.239.58.189]) by mx1.freebsd.org (Postfix) with ESMTP id 274548FC47 for ; Wed, 5 Nov 2008 20:12:23 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: by gv-out-0910.google.com with SMTP id n8so82728gve.39 for ; Wed, 05 Nov 2008 12:12:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=uPiCjMoWl2TIKtfguSoga9jO6Utf6tXaiiriKDN8ZfE=; b=WIlHpWlHGbunldghcYnrd2d1f0VQA/h5jx1pFUWnLXoiaPALTYqHJCK+mPunQRSrqn ZFPYaB6ioEc+rODOmE1mNf2uyVeByywZYeb5XePjTEkq4d3Ng99Zydvei2tPQH9mN723 LvNUfuK6Vz95Kna4upcI9NiL4g1G49jfnU0eU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=PPVUqZ2AAL/nKPi/xtY0s1Gl30XBXPwaFRoRCrdJO/bj2b1yH80S8mTfdw4Eh0DgjM UVJwNVpi0fTEJCtebPc9aaLY9RgB+6/zsqFe87zStJutAR9l3/axFyQy4TDjkdaUDeQc EEj+RZdCCnZ4BG7UrM3nWGjiZpyd5IZ3cUknw= Received: by 10.103.240.5 with SMTP id s5mr573118mur.133.1225914569686; Wed, 05 Nov 2008 11:49:29 -0800 (PST) Received: by 10.103.251.11 with HTTP; Wed, 5 Nov 2008 11:49:29 -0800 (PST) Message-ID: Date: Wed, 5 Nov 2008 15:49:29 -0400 From: "Scott Ullrich" To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Problems building ports - Error code 2 when attempting to cd X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Nov 2008 20:12:24 -0000 All, I have a strange port problem that I am trying to figure out. Hopefully someone can shed a light on what is happening here: ===> rrdtool-1.2.26_1 depends on file: /usr/local/bin/libtool - found (but building it anyway) ===> Verifying install for /usr/local/bin/libtool in /usr/ports/devel/libtool15 ===> Returning to build of rrdtool-1.2.26_1 ===> rrdtool-1.2.26_1 depends on shared library: freetype.9 - found (but building it anyway) ===> Verifying install for freetype.9 in /usr/ports/print/freetype2 cd: can't cd to /usr/ports/print/freetype2/work/freetype-2.3.7 *** Error code 2 1 error *** Error code 2 1 error But as you can see here, it does exist: freebsd-nexus-computers# ls /usr/ports/print/freetype2/work/freetype-2.3.7 ChangeLog ChangeLog.22 Makefile autogen.sh devel modules.cfg version.sed ChangeLog.20 Jamfile README builds docs objs vms_make.com ChangeLog.21 Jamrules README.CVS configure include src Does anyone have any idea what is happening here? This is happening randomly to a number of port builds and I am stumped. Thanks, Scott PS: please CC me on any replies, I am not subscribed to this particular list From owner-freebsd-ports@FreeBSD.ORG Wed Nov 5 20:24:26 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E8009106564A for ; Wed, 5 Nov 2008 20:24:26 +0000 (UTC) (envelope-from bomberboy@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.189]) by mx1.freebsd.org (Postfix) with ESMTP id 0F8A28FC1B for ; Wed, 5 Nov 2008 20:24:25 +0000 (UTC) (envelope-from bomberboy@gmail.com) Received: by mu-out-0910.google.com with SMTP id i2so129240mue.3 for ; Wed, 05 Nov 2008 12:24:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=Var2DVN4HHG22Bcd0Vfip8wdL5kN67DOuCAfbKpX5Ko=; b=n/Zm3XCLWmU691KPMX7JTVhzG1RAruqtZB3DbcdAQvO2PJiWrdFR4CuyUtG0H7SAE2 nptmwBbmMe+nYjflVzGSHq3/85YbSnAqpgXGemshL4w+7rOO196rQfENxeI+kcoseT9w ZG4Hjqr9feL6lPFpoJsHZEtLqC5plUQzGDF7k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=U2/yvPvw1JVIq6vZQaYZuCPJVGtKVS1pBgPhrQe0HhqEe+yG2itbPrgjFzJA6giEM+ umbi2mU1+5oUuwX5KRkYLYrXw/o7PPugo35Gzj1tCggdfwO683fF8UBFY4f94GBnd3ED vPB/DOnffvjbBeGNsjSA2wxSH6OQvHhEDM+Qo= Received: by 10.142.215.5 with SMTP id n5mr630904wfg.42.1225913691449; Wed, 05 Nov 2008 11:34:51 -0800 (PST) Received: by 10.143.90.10 with HTTP; Wed, 5 Nov 2008 11:34:51 -0800 (PST) Message-ID: <6e77fe4e0811051134l110b1aceu4b9b53dace370219@mail.gmail.com> Date: Wed, 5 Nov 2008 20:34:51 +0100 From: bomberboy To: freebsd-ports@freebsd.org In-Reply-To: <491173E4.1050809@bsdforen.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_2475_7729976.1225913691452" References: <491173E4.1050809@bsdforen.de> Subject: Re: Wacom driver X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Nov 2008 20:24:27 -0000 ------=_Part_2475_7729976.1225913691452 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Wed, Nov 5, 2008 at 11:22 AM, Dominic Fandrey wrote: Hello, > I have created a port of Bartosz Fabianowski's Wacom driver. > Since nobody has stepped forward to commit it, I thought I'd > inform this list, so that people can test it. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=128547 I tried compiling it my system but building the port fails for me. Two diffs are attached, one for the Makefile of the port itself and one for uwacom.c in the code of Bartosz Fabianowski. My system is running a recent current btw: # uname -a FreeBSD Tablet.lan 8.0-CURRENT FreeBSD 8.0-CURRENT #2: Tue Nov 4 15:27:47 CET 2008 root@Tablet.lan:/usr/obj/usr/src/sys/TABLET amd64 makefile.diff : The Makefile of the port tries to create a link to the linuxwacom archive in the work-dir of the port. However, this archive is located in /usr/ports/distfiles/xorg/driver/ in stead of just /usr/ports/distfiles/ (or is this something specific to current?) uwacom.diff: uwacom.c is missing the include Maybe this was indirectly included in a different header file in 6.x or 7.0? After these changes the compile of uwacom.c still fails with: ========= cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -std=c99 -nostdinc -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -c uwacom.c cc1: warnings being treated as errors uwacom.c: In function 'uwacom_init': uwacom.c:1072: warning: left shift count >= width of type *** Error code 1 Stop in /usr/ports/x11-drivers/xf86-input-wacom/work/uwacom. *** Error code 1 ========= Removing -Werror from the compile step silently ignores this warning, but I guess that's not the right way to deal with this :) I'm not familiar with the code at all and don't really know how to solve this, but maybe you do. Can't verify if it works though, I'm using it on a Tablet PC (Fujitsu T4220) for which the wacom device should show up as a serial device. (However, I'm still having some problems with that though) As a sidenote. The tablets which use a serial port (e.g. most tabletPCs according to the linuxwacom documentation) don't need the the usb-part if I'm correct. So maybe it would be a good idea to split the port into two parts? One just for the linuxwacom codebase, and one for the kernel module? (which then depends on the linuxwacom port) Kind regards, Bruno ------=_Part_2475_7729976.1225913691452 Content-Type: application/octet-stream; name=makefile.diff Content-Transfer-Encoding: base64 X-Attachment-Id: f_fn6cuf3w0 Content-Disposition: attachment; filename=makefile.diff LS0tIE1ha2VmaWxlLm9yaWcJMjAwOC0xMS0wNSAyMDoxMDo1Mi4wMDAwMDAwMDAgKzAxMDAKKysr IE1ha2VmaWxlCTIwMDgtMTEtMDQgMTc6MDY6MTYuMDAwMDAwMDAwICswMTAwCkBAIC0zNSw3ICsz NSw3IEBACiAKIGRvLWNvbmZpZ3VyZToKIAlAY2QgJHtXUktESVJ9L2xpbnV4d2Fjb20gXAotCQkm JiAke0xOfSAtcyAke0RJU1RESVJ9LyR7TElOVVhXQUNPTX0udGFyLmJ6MiBcCisJCSYmICR7TE59 IC1zICR7RElTVERJUn0veG9yZy9kcml2ZXIvJHtMSU5VWFdBQ09NfS50YXIuYnoyIFwKIAkJJiYg Li9ydW5fY29uZmlndXJlCiAKIGRvLWJ1aWxkOgo= ------=_Part_2475_7729976.1225913691452 Content-Type: application/octet-stream; name=uwacom.diff Content-Transfer-Encoding: base64 X-Attachment-Id: f_fn6cwbyl1 Content-Disposition: attachment; filename=uwacom.diff LS0tIHV3YWNvbS5jLm9yaWcJMjAwOC0xMS0wNSAyMDoxNTo1MC4wMDAwMDAwMDAgKzAxMDAKKysr IHV3YWNvbS5jCTIwMDgtMTEtMDUgMjA6MTY6MTIuMDAwMDAwMDAwICswMTAwCkBAIC04NSw2ICs4 NSw3IEBACiAjaW5jbHVkZSA8c3lzL3Vpby5oPgogI2luY2x1ZGUgPHN5cy9maWxpby5oPgogI2lu Y2x1ZGUgPHN5cy9wb2xsLmg+CisjaW5jbHVkZSA8c3lzL2NsaXN0Lmg+CiAKICNpbmNsdWRlIDxk ZXYvdXNiL3VzYi5oPgogI2luY2x1ZGUgPGRldi91c2IvdXNiZGkuaD4K ------=_Part_2475_7729976.1225913691452-- From owner-freebsd-ports@FreeBSD.ORG Wed Nov 5 22:19:09 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 20DD61065673 for ; Wed, 5 Nov 2008 22:19:09 +0000 (UTC) (envelope-from tingox@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.27]) by mx1.freebsd.org (Postfix) with ESMTP id C28DD8FC12 for ; Wed, 5 Nov 2008 22:19:08 +0000 (UTC) (envelope-from tingox@gmail.com) Received: by qw-out-2122.google.com with SMTP id 9so185723qwb.7 for ; Wed, 05 Nov 2008 14:19:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=BkimFRO6u49w/mg5uChAEkoDXjaxEvV8YyQjW+tn9HA=; b=Xs9GcmmcOu02fui7dQvTX7SPU1TQG7ZzF23AlyM/34+FA1bQEmkKc/83GZZOP7nuZm EZBAf8ZkpT9wjx2W6xg5gZ4NOcYbHLWpY3rUmyMDM2c22uwO/h2QGCwWRcSB3zqRaURz ZZpi2L94WHdQvF2A2EZWbR0pGopXyikf1NrQY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=XRXTBPK6lsFKZb9CxDFO8O+My8MA5MDXGw+hDcMXLUHJFo7vYBX1mE0zzA7+AhyFQ4 etoOXtu+aPwyPL47jXZOG6Kh0idF/H16OXd03BfRujFYKMpCa2DfhnxLYbLvIZSVC4j7 3xsGNnguHQxQ3zFURCv0+L9jx8Eu+RQjjT5tI= Received: by 10.214.12.21 with SMTP id 21mr1426003qal.221.1225923548052; Wed, 05 Nov 2008 14:19:08 -0800 (PST) Received: by 10.214.216.19 with HTTP; Wed, 5 Nov 2008 14:19:08 -0800 (PST) Message-ID: Date: Wed, 5 Nov 2008 23:19:08 +0100 From: "Torfinn Ingolfsen" To: freebsd-ports@freebsd.org In-Reply-To: <6e77fe4e0811051134l110b1aceu4b9b53dace370219@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <491173E4.1050809@bsdforen.de> <6e77fe4e0811051134l110b1aceu4b9b53dace370219@mail.gmail.com> Subject: Re: Wacom driver X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Nov 2008 22:19:09 -0000 Hello, On Wed, Nov 5, 2008 at 8:34 PM, bomberboy wrote: > My system is running a recent current btw: > # uname -a > FreeBSD Tablet.lan 8.0-CURRENT FreeBSD 8.0-CURRENT #2: Tue Nov 4 > 15:27:47 CET 2008 root@Tablet.lan:/usr/obj/usr/src/sys/TABLET > amd64 Under 7.0-stable / i386: root@kg-work2# uname -a FreeBSD kg-work2.kg4.no 7.0-STABLE FreeBSD 7.0-STABLE #2: Sun Oct 19 19:29:06 CEST 2008 root@kg-work2.kg4.no:/usr/obj/usr/src/sys/SX270 i386 > makefile.diff : The port compiles fine here with this diff. No need for the other diff. My Wacom CTF-420 is detected: root@kg-work2# usbdevs -v Controller /dev/usb0: addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), Intel(0x0000), rev 1.00 port 1 powered port 2 addr 2: low speed, power 40 mA, config 1, CTF-420 V2.0-0(0x0062), WACOM(0x056a), rev 2.00 from /var/log/messages: Nov 5 22:43:13 kg-work2 root: Unknown USB device: vendor 0x056a product 0x0062 bus uhub0 Nov 5 22:43:13 kg-work2 kernel: uwacom0: on uhub0 It works too (after I restated X), at least as a mouse (I don't know how to test the other functions). > uwacom.diff: > uwacom.c is missing the include > Maybe this was indirectly included in a different header file in 6.x or 7.0? I do not know, I ony know that I didn't need this on my machine. HTH -- Regards, Torfinn Ingolfsen From owner-freebsd-ports@FreeBSD.ORG Wed Nov 5 22:49:53 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 123E11065673 for ; Wed, 5 Nov 2008 22:49:53 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 63D488FC18 for ; Wed, 5 Nov 2008 22:49:51 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KxrC7-0008Oa-Ul for freebsd-ports@freebsd.org; Wed, 05 Nov 2008 22:49:48 +0000 Received: from 93-136-77-135.adsl.net.t-com.hr ([93.136.77.135]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Nov 2008 22:49:47 +0000 Received: from ivoras by 93-136-77-135.adsl.net.t-com.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Nov 2008 22:49:47 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Ivan Voras Date: Wed, 05 Nov 2008 23:49:29 +0100 Lines: 67 Message-ID: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigA645718765A0DE02EC5BF524" X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 93-136-77-135.adsl.net.t-com.hr User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) X-Enigmail-Version: 0.95.7 Sender: news Subject: On pkg_trans X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Nov 2008 22:49:53 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigA645718765A0DE02EC5BF524 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, I'll probably have some time in the next few days to work on pkg_trans again, but first I'd like to get some input on the whole thing. The last time I talked about it I've made code available but I've received no feedback. More information on pkg_trans can be found in the list archives or on these pages: http://wiki.freebsd.org/IvanVoras/PkgTransProposal http://ivoras.sharanet.org/blog/tree/2008-10-13.addition-to-freebsds-pack= age-infrastructure--pkg_trans.html Those pages also carry links to the code. I'm not a ports committer and I don't want to tell people who are how to work on their project but I think pkg_trans is important enough that it should require a policy decision - if it's accepted, pkg_trans should go into the base system. I know that there are utilities than can do some or all of what I've planned for pkg_trans but one important point of pkg_trans is that it should be integrated into the regular base package infrastructure, not requiring external utilities, runtimes or libraries. Some implementation notes: * I've avoided changes to the base utilities. A separate utility, pkg_trans, is called by the transaction-aware utilities * Client-side utilities are added to the pkg_install library (lib.h, etc.= ) * Transaction records are kept as text files. I think it would have been significantly better if sqlite was used but there was great opposition to importing sqlite into the base system the last time I brought it up so this is the last mention of it (in context of pkg_trans :) ) * If it's accepted, I'll maintain this addition to the utilities (of course, everyone's invited to contribute). I'll also be a regular user of these features - I created pkg_trans because I want the functionality on my systems. * For the pkg_trans to be effective, it requires slight modifications to the ports Makefile infrastructure (basically, the "install" and "deinstall" targets should be aware of transactions) and external ports utilities (like portupgrade), which I can't do myself. If there's interest in finishing pkg_trans, now's the time to discuss it = :) --------------enigA645718765A0DE02EC5BF524 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkkSIv4ACgkQldnAQVacBcitKACdGWSNLTULymJOUIBl4HrxZkcw fJIAn1eR33b2e0mFEYXKr+jyp/PE2S48 =uLsq -----END PGP SIGNATURE----- --------------enigA645718765A0DE02EC5BF524-- From owner-freebsd-ports@FreeBSD.ORG Thu Nov 6 02:01:38 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 19F8C1065670 for ; Thu, 6 Nov 2008 02:01:38 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from QMTA10.emeryville.ca.mail.comcast.net (qmta10.emeryville.ca.mail.comcast.net [76.96.30.17]) by mx1.freebsd.org (Postfix) with ESMTP id 5E78C8FC14 for ; Thu, 6 Nov 2008 02:01:37 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from OMTA03.emeryville.ca.mail.comcast.net ([76.96.30.27]) by QMTA10.emeryville.ca.mail.comcast.net with comcast id bdXY1a0010b6N64AAe1MxJ; Thu, 06 Nov 2008 02:01:25 +0000 Received: from koitsu.dyndns.org ([69.181.141.110]) by OMTA03.emeryville.ca.mail.comcast.net with comcast id be1J1a00Z2P6wsM8Pe1KF2; Thu, 06 Nov 2008 02:01:19 +0000 X-Authority-Analysis: v=1.0 c=1 a=N1g0ixgyDFEA:10 a=DRiyL2I94lkA:10 a=QycZ5dHgAAAA:8 a=N6o-uT5pdOX22p0X6PwA:9 a=oZmta2ZVK3aNBJ0lmi0A:7 a=zT2GxBX4ADzz1FwrtyUIb9fayVkA:4 a=gdoVd53v09wA:10 a=EoioJ0NPDVgA:10 a=ScHbXq0PWDYA:10 a=LY0hPdMaydYA:10 Received: by icarus.home.lan (Postfix, from userid 1000) id D0CC0C9439; Wed, 5 Nov 2008 18:01:18 -0800 (PST) Date: Wed, 5 Nov 2008 18:01:18 -0800 From: Jeremy Chadwick To: Scott Ullrich Message-ID: <20081106020118.GA26249@icarus.home.lan> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) Cc: freebsd-ports@freebsd.org Subject: Re: Problems building ports - Error code 2 when attempting to cd X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Nov 2008 02:01:38 -0000 On Wed, Nov 05, 2008 at 03:49:29PM -0400, Scott Ullrich wrote: > All, > > I have a strange port problem that I am trying to figure out. > Hopefully someone can shed a light on what is happening here: > > ===> rrdtool-1.2.26_1 depends on file: /usr/local/bin/libtool - found > (but building it anyway) > ===> Verifying install for /usr/local/bin/libtool in > /usr/ports/devel/libtool15 > ===> Returning to build of rrdtool-1.2.26_1 > ===> rrdtool-1.2.26_1 depends on shared library: freetype.9 - found > (but building it anyway) > ===> Verifying install for freetype.9 in /usr/ports/print/freetype2 > cd: can't cd to /usr/ports/print/freetype2/work/freetype-2.3.7 > *** Error code 2 > 1 error > *** Error code 2 > 1 error > > But as you can see here, it does exist: > > freebsd-nexus-computers# ls /usr/ports/print/freetype2/work/freetype-2.3.7 > ChangeLog ChangeLog.22 Makefile autogen.sh devel modules.cfg version.sed > ChangeLog.20 Jamfile README builds docs objs vms_make.com > ChangeLog.21 Jamrules README.CVS configure include src > > Does anyone have any idea what is happening here? This is happening > randomly to a number of port builds and I am stumped. Please provide the output from the following commands: mount ls -ld / /usr /usr/ports /usr/ports/print /usr/ports/print/freetype2 -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB | From owner-freebsd-ports@FreeBSD.ORG Thu Nov 6 02:04:21 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04EA1106564A for ; Thu, 6 Nov 2008 02:04:21 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.27]) by mx1.freebsd.org (Postfix) with ESMTP id 88A778FC12 for ; Thu, 6 Nov 2008 02:04:19 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: by ey-out-2122.google.com with SMTP id 6so149885eyi.7 for ; Wed, 05 Nov 2008 18:04:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=XE7ZHAnscFl6yfb4kg161P0eq9LEHVkiesTL+HQ66aU=; b=x0gzMUer/0XA1m3aRJqyOFgEAHF2uaBuwYoihS+iepgqxS5vhTCqXhgcM42m52tpo0 0uWjoAHYTJOsQTmsMTBwSJ7SAIMuGq0cE75hAEmh6dDlMRMTVUWMEn9ecWAWCrTAxaqY WvdL1PSpIFXX6pbOsKBvjfXfUsokbGxGpYkW0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=ism+o7tRg2lSGjxg0iq6VJ5dGmWj0GQNurfzwcZ6exMZGCLmRdH5DZlWGfHj+y40Me axJfaguo2clunHtbJBMn5IKZaYdBJyImG/cpxEfXwxnX1JmGIh3sBJP5Am7tvGbpZeLn XwM7kFmWkumB73/fixIXyoy0aDSMPxcAvML1U= Received: by 10.103.176.20 with SMTP id d20mr751206mup.27.1225937058791; Wed, 05 Nov 2008 18:04:18 -0800 (PST) Received: by 10.103.251.11 with HTTP; Wed, 5 Nov 2008 18:04:18 -0800 (PST) Message-ID: Date: Wed, 5 Nov 2008 21:04:18 -0500 From: "Scott Ullrich" To: "Jeremy Chadwick" In-Reply-To: <20081106020118.GA26249@icarus.home.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20081106020118.GA26249@icarus.home.lan> Cc: freebsd-ports@freebsd.org Subject: Re: Problems building ports - Error code 2 when attempting to cd X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Nov 2008 02:04:21 -0000 On Wed, Nov 5, 2008 at 9:01 PM, Jeremy Chadwick wrote: > Please provide the output from the following commands: > > mount > ls -ld / /usr /usr/ports /usr/ports/print /usr/ports/print/freetype2 Here is mount: /dev/da0s1a on / (ufs, local) devfs on /dev (devfs, local) /dev/da0s1d on /usr (ufs, local, soft-updates) devfs on /usr/jails/sullrich/dev (devfs, local) fdescfs on /usr/jails/sullrich/dev/fd (fdescfs) procfs on /usr/jails/sullrich/proc (procfs, local) devfs on /usr/jails/ermal/dev (devfs, local) fdescfs on /usr/jails/ermal/dev/fd (fdescfs) procfs on /usr/jails/ermal/proc (procfs, local) devfs on /usr/jails/billm/dev (devfs, local) fdescfs on /usr/jails/billm/dev/fd (fdescfs) procfs on /usr/jails/billm/proc (procfs, local) devfs on /usr/jails/ondemand/dev (devfs, local) fdescfs on /usr/jails/ondemand/dev/fd (fdescfs) procfs on /usr/jails/ondemand/proc (procfs, local) devfs on /usr/local/pfsense-fs/dev (devfs, local) (Note that it is a jail host and this build was running within a jail) freebsd-nexus-computers# ls -ld / /usr /usr/ports /usr/ports/print /usr/ports/print/freetype2 drwxr-xr-x 20 root wheel 512 Nov 2 18:47 / drwxr-xr-x 18 root wheel 512 Nov 5 14:20 /usr drwxr-xr-x 70 root wheel 1536 Nov 5 15:15 /usr/ports drwxr-xr-x 331 root wheel 7168 Nov 5 15:16 /usr/ports/print drwxr-xr-x 3 root wheel 512 Nov 5 15:16 /usr/ports/print/freetype2 They all exist. The error message is really strange. Anything else you can think to check? Scott From owner-freebsd-ports@FreeBSD.ORG Thu Nov 6 02:09:35 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 915861065670 for ; Thu, 6 Nov 2008 02:09:35 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from QMTA07.emeryville.ca.mail.comcast.net (qmta07.emeryville.ca.mail.comcast.net [76.96.30.64]) by mx1.freebsd.org (Postfix) with ESMTP id 66FC08FC1C for ; Thu, 6 Nov 2008 02:09:35 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from OMTA10.emeryville.ca.mail.comcast.net ([76.96.30.28]) by QMTA07.emeryville.ca.mail.comcast.net with comcast id baT11a0010cQ2SLA7e9bf1; Thu, 06 Nov 2008 02:09:35 +0000 Received: from koitsu.dyndns.org ([69.181.141.110]) by OMTA10.emeryville.ca.mail.comcast.net with comcast id be9W1a00H2P6wsM8We9W44; Thu, 06 Nov 2008 02:09:31 +0000 X-Authority-Analysis: v=1.0 c=1 a=N1g0ixgyDFEA:10 a=DRiyL2I94lkA:10 a=QycZ5dHgAAAA:8 a=VGSX0I61ua7tYidNQXsA:9 a=BnZmCek7lUd47w0kEKsA:7 a=hD-kQK74Jx4P4xa-6DescJQ1kmkA:4 a=EoioJ0NPDVgA:10 a=SV7veod9ZcQA:10 a=LY0hPdMaydYA:10 Received: by icarus.home.lan (Postfix, from userid 1000) id 6F726C9439; Wed, 5 Nov 2008 18:09:30 -0800 (PST) Date: Wed, 5 Nov 2008 18:09:30 -0800 From: Jeremy Chadwick To: Scott Ullrich Message-ID: <20081106020930.GA26497@icarus.home.lan> References: <20081106020118.GA26249@icarus.home.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) Cc: freebsd-ports@freebsd.org Subject: Re: Problems building ports - Error code 2 when attempting to cd X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Nov 2008 02:09:35 -0000 On Wed, Nov 05, 2008 at 09:04:18PM -0500, Scott Ullrich wrote: > On Wed, Nov 5, 2008 at 9:01 PM, Jeremy Chadwick wrote: > > Please provide the output from the following commands: > > > > mount > > ls -ld / /usr /usr/ports /usr/ports/print /usr/ports/print/freetype2 > > Here is mount: /dev/da0s1a on / (ufs, local) > devfs on /dev (devfs, local) > /dev/da0s1d on /usr (ufs, local, soft-updates) > devfs on /usr/jails/sullrich/dev (devfs, local) > fdescfs on /usr/jails/sullrich/dev/fd (fdescfs) > procfs on /usr/jails/sullrich/proc (procfs, local) > devfs on /usr/jails/ermal/dev (devfs, local) > fdescfs on /usr/jails/ermal/dev/fd (fdescfs) > procfs on /usr/jails/ermal/proc (procfs, local) > devfs on /usr/jails/billm/dev (devfs, local) > fdescfs on /usr/jails/billm/dev/fd (fdescfs) > procfs on /usr/jails/billm/proc (procfs, local) > devfs on /usr/jails/ondemand/dev (devfs, local) > fdescfs on /usr/jails/ondemand/dev/fd (fdescfs) > procfs on /usr/jails/ondemand/proc (procfs, local) > devfs on /usr/local/pfsense-fs/dev (devfs, local) > > (Note that it is a jail host and this build was running within a jail) > > freebsd-nexus-computers# ls -ld / /usr /usr/ports /usr/ports/print > /usr/ports/print/freetype2 > drwxr-xr-x 20 root wheel 512 Nov 2 18:47 / > drwxr-xr-x 18 root wheel 512 Nov 5 14:20 /usr > drwxr-xr-x 70 root wheel 1536 Nov 5 15:15 /usr/ports > drwxr-xr-x 331 root wheel 7168 Nov 5 15:16 /usr/ports/print > drwxr-xr-x 3 root wheel 512 Nov 5 15:16 /usr/ports/print/freetype2 > > They all exist. The error message is really strange. > > Anything else you can think to check? Does the problem happen outside of the jail? Other than that, I have no ideas. -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB | From owner-freebsd-ports@FreeBSD.ORG Thu Nov 6 02:11:53 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94FD71065680 for ; Thu, 6 Nov 2008 02:11:53 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.26]) by mx1.freebsd.org (Postfix) with ESMTP id 232458FC0A for ; Thu, 6 Nov 2008 02:11:52 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: by ey-out-2122.google.com with SMTP id 6so150603eyi.7 for ; Wed, 05 Nov 2008 18:11:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=EtSscEcGZnnNluC64u3FROQSq/MsODfmnq7lMybKRYY=; b=fK1FREpzT+RDIavl5ZkwOEH0CFUjncbQ6uyIRrji27lGf1489f6Nf140MTttrVyvvv n141lrddY7FLpJKU3GfeIxj+QY7xqF8ar/K/GaW8AbeLVyYBaJFfwoYrxfRk9eq4SzLo YDD2Q9GxNrcP6TtbHIU5pIONcxi2GXVPzg5z4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=spr/vmmz/gmJ47JWb9gw9TAt0KLy9XcJGV+lA2Qi7udvtvZUBrD/z61vXgwvPD3qco TB5lfMROFtmQadXvUhcKsHMciwfsDM7x0qMsINp1u15yOgO4yX3vc7aRwrnnzMDjwRrj dVWCqweyoTCEQC4q3OsU3857C3a4f9yRWuFhM= Received: by 10.103.93.18 with SMTP id v18mr754079mul.43.1225937511724; Wed, 05 Nov 2008 18:11:51 -0800 (PST) Received: by 10.103.251.11 with HTTP; Wed, 5 Nov 2008 18:11:51 -0800 (PST) Message-ID: Date: Wed, 5 Nov 2008 21:11:51 -0500 From: "Scott Ullrich" To: "Jeremy Chadwick" In-Reply-To: <20081106020930.GA26497@icarus.home.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20081106020118.GA26249@icarus.home.lan> <20081106020930.GA26497@icarus.home.lan> Cc: freebsd-ports@freebsd.org Subject: Re: Problems building ports - Error code 2 when attempting to cd X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Nov 2008 02:11:53 -0000 On Wed, Nov 5, 2008 at 9:09 PM, Jeremy Chadwick wrote: > Does the problem happen outside of the jail? Unfortunately it does from time to time even with -j1 > Other than that, I have no ideas. Thanks for trying. This is one of those situations where I am out of ideas as well. Scott From owner-freebsd-ports@FreeBSD.ORG Thu Nov 6 04:09:03 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3585C1065676; Thu, 6 Nov 2008 04:09:03 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.187]) by mx1.freebsd.org (Postfix) with ESMTP id 8F9E08FC18; Thu, 6 Nov 2008 04:09:01 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: by fk-out-0910.google.com with SMTP id k31so380226fkk.11 for ; Wed, 05 Nov 2008 20:09:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=vY5Ui2Fx5UIDQwL+ow/bDM80sMNKYZ+uM8UqMAs65H8=; b=fTafRlZ/q72WVDEPqdWcY7XockiHoeMy+uSZqY0+oIr4awkXuDn2k27HFN3X5ceaRo qIPDg45oJ0/U6uuGAXW4C+EyhflyR36yaWIbuc6nOof8RLDmHjxPHw5GBaD8Kb9ebgln DB49SajxanH5g2fEQ0Hk5/reoN8V59BvNZkds= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=GI2aOV9aLR6+FGaySgtfNNkG6cl5xuR8SIUS7ly8797nYO5PaO/HPOw2Q7WC/ha1lh jWr1yeB1BN+fzftP9eb0QUNiCtf94jo2CC4pJJPxOGt8wCJtg3anDKW8GVoG3GVW1NbY 7jBUU5ICc81ySJn15vedT82spEMPesX1y9zJc= Received: by 10.103.240.5 with SMTP id s5mr797705mur.133.1225944540951; Wed, 05 Nov 2008 20:09:00 -0800 (PST) Received: by 10.103.251.11 with HTTP; Wed, 5 Nov 2008 20:09:00 -0800 (PST) Message-ID: Date: Wed, 5 Nov 2008 23:09:00 -0500 From: "Scott Ullrich" To: "Diane Bruce" In-Reply-To: <20081106034951.GA83583@night.db.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20081106020118.GA26249@icarus.home.lan> <20081106034951.GA83583@night.db.net> Cc: Jeremy Chadwick , freebsd-ports@freebsd.org Subject: Re: Problems building ports - Error code 2 when attempting to cd X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Nov 2008 04:09:03 -0000 Sorry, forgot reply-all. On Wed, Nov 5, 2008 at 10:49 PM, Diane Bruce wrote: > Look for this variable set somewhere. ALWAYS_BUILD_DEPENDS I enabled this in a last ditch effort to get around the problem. It instructs dependencies to rebuild even if the ports tree thinks it is not necessary. From what I gather it only adds additional time when rebuilding the port. > This message "but building it anyway" is odd. looking in /usr/ports/Mk , > I'd like to know why ALWAYS_BUILD_DEPENDS is set. > That can't be right. What are you typing to do the make? The problem occurs regardless of if this is defined or not. The script being used is: http://cvs.pfsense.org/cgi-bin/cvsweb.cgi/tools/pfPorts/Makefile.RELENG_1?rev=1.66;content-type=text%2Fplain Don't let the filename fool you, its a simple shell script that was originally a sub-port make file quite a while back and we have not repo moved the file to reflect its new purpose. I did notice something else odd, even after the cd command fails, the port starts back over and somehow it finishes building which seems a bit strange (regardless if ALWAYS_BUILD_DEPENDS is defined). Scott From owner-freebsd-ports@FreeBSD.ORG Thu Nov 6 04:10:04 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 315461065672; Thu, 6 Nov 2008 04:10:04 +0000 (UTC) (envelope-from db@db.net) Received: from diana.db.net (diana.db.net [204.228.224.242]) by mx1.freebsd.org (Postfix) with ESMTP id 0FB198FC13; Thu, 6 Nov 2008 04:10:03 +0000 (UTC) (envelope-from db@db.net) Received: from diana.db.net ([204.228.224.242] helo=localhost ident=mailnull) by diana.db.net with esmtp (Exim 4.66 (FreeBSD)) (envelope-from ) id 1KxvsY-000GgE-NY; Wed, 05 Nov 2008 20:49:54 -0700 Received: from diana.db.net ([127.0.0.1] helo=localhost) (envelope-from ) id 1KxvsV-000M8B-Qc; Wed, 05 Nov 2008 22:49:51 -0500 Date: Wed, 5 Nov 2008 22:49:51 -0500 From: Diane Bruce To: Scott Ullrich Message-ID: <20081106034951.GA83583@night.db.net> References: <20081106020118.GA26249@icarus.home.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: Jeremy Chadwick , freebsd-ports@freebsd.org Subject: Re: Problems building ports - Error code 2 when attempting to cd X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Nov 2008 04:10:04 -0000 On Wed, Nov 05, 2008 at 09:04:18PM -0500, Scott Ullrich wrote: ... > Anything else you can think to check? Look for this variable set somewhere. ALWAYS_BUILD_DEPENDS > ===> rrdtool-1.2.26_1 depends on shared library: freetype.9 - found > (but building it anyway) This message "but building it anyway" is odd. looking in /usr/ports/Mk , I'd like to know why ALWAYS_BUILD_DEPENDS is set. That can't be right. What are you typing to do the make? -- - db@FreeBSD.org db@db.net http://www.db.net/~db From owner-freebsd-ports@FreeBSD.ORG Thu Nov 6 05:15:05 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 42150106568D for ; Thu, 6 Nov 2008 05:15:05 +0000 (UTC) (envelope-from christer.edwards@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.175]) by mx1.freebsd.org (Postfix) with ESMTP id 131AC8FC16 for ; Thu, 6 Nov 2008 05:15:04 +0000 (UTC) (envelope-from christer.edwards@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so427540wfg.7 for ; Wed, 05 Nov 2008 21:15:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:mime-version:content-type:content-disposition:user-agent; bh=c2Up9zHYWqYeCxq/sE80O2VFdr7G4WNPD7OQfXMK3uU=; b=ed0TsH7DQG+zD2ByXbfQEVsGuR0JF0ePfPY7unXdAYlSxEH4ukNKmLREzimaLhmJS3 /K9Oqx2tkhQk9FKyDfKRiKANhfj87ZXzlm+k5OwSM3F222rOlquD2xAp0MSpRPTi7k1A Db2P9/NzcLFkoh11+lTPXfSOT8Ip65PM4cMB8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; b=N2fd0qT7hzA8oW+g5BGSY2WAVVj4lX5exYcRy2g9xFt4G1hDTnlikc3XuAcqT9wajX atqvqTZB3Lbb4VhH96WKN+TS6rg+cxIvu5wKEPlGlvYFsBW6EMDTvddSfSSFWpIdq2H4 4Fn7q5TosXIs0XPe0QUKTSK63sl0f150+b1Zs= Received: by 10.142.165.14 with SMTP id n14mr230582wfe.24.1225947095057; Wed, 05 Nov 2008 20:51:35 -0800 (PST) Received: from parkman.zelut.org (kuyaedz.dsl.xmission.com [166.70.56.51]) by mx.google.com with ESMTPS id 22sm1551398wfi.14.2008.11.05.20.51.33 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 05 Nov 2008 20:51:34 -0800 (PST) Date: Wed, 5 Nov 2008 21:49:54 -0700 From: Christer Edwards To: freebsd-ports@freebsd.org Message-ID: <20081106044954.GI89992@parkman.zelut.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="MPkR1dXiUZqK+927" Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) Subject: port request - listadmin (mailman admin utility) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Nov 2008 05:15:05 -0000 --MPkR1dXiUZqK+927 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I don't know if this is exactly the right place to ask, but I'd like to request a port. Previously, on debian, I administered a number of mailman lists using a CLI tool "listadmin". After migrating my servers to FreeBSD 7 I'm unable to find that port. http://freshmeat.net/projects/listadmin/ Thank You, Christer --MPkR1dXiUZqK+927 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iQEcBAEBAgAGBQJJEndwAAoJEJfgcHkNCE4T/GoIAKqrtIfT+QGliR6+WV+Na1L5 zJOc6rdj2SNCru5TqIysUrBXAiM1vMIi+76cjZGJK5jwiBZXFQBJ2LKCeJ0bOJch sNbQmPsCBWw7mquJkZr7n4tMLw7wmEmSWTAirCbMzJh66CDG5TemWxSyPQ4AaJD+ h/JH7SN5xwMpYOOALBh2/4xMhN+Co3/0MqoNo1ncq8Gqs8cafze+Jx/QAf37B7ug KglZPI9ZY2IvsUc/21ZwmWqEImTnDPXsFUpxpTn3DdApKwaE6zhydGhfcrsazdDj rnSOnHKQzn4KlDsvPQ3T/fcXiHv1fVa72a9uQ2wzRHes2T4TafNgJXQZoCeYH+w= =aqb4 -----END PGP SIGNATURE----- --MPkR1dXiUZqK+927-- From owner-freebsd-ports@FreeBSD.ORG Thu Nov 6 06:24:29 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 510D3106567B; Thu, 6 Nov 2008 06:24:29 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id 08C478FC20; Thu, 6 Nov 2008 06:24:28 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from bb.ipt.ru ([194.62.233.89]) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1KxyI7-0005So-79; Thu, 06 Nov 2008 09:24:27 +0300 To: "Scott Ullrich" References: <20081106020118.GA26249@icarus.home.lan> <20081106020930.GA26497@icarus.home.lan> From: Boris Samorodov Date: Thu, 06 Nov 2008 09:24:16 +0300 In-Reply-To: (Scott Ullrich's message of "Wed\, 5 Nov 2008 21\:11\:51 -0500") Message-ID: <84295007@bb.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: Jeremy Chadwick , freebsd-ports@freebsd.org Subject: Re: Problems building ports - Error code 2 when attempting to cd X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Nov 2008 06:24:29 -0000 "Scott Ullrich" writes: > On Wed, Nov 5, 2008 at 9:09 PM, Jeremy Chadwick wrote: >> Does the problem happen outside of the jail? > Unfortunately it does from time to time even with -j1 According to make(1) "-j1" is not the same as if "-j" is not defined. I'd try either remove "-j1" or add "-B" option: ----- −B Try to be backwards compatible by executing a single shell per command and by executing the commands to make the sources of a dependency line in sequence. This is turned on by default unless −j is used. −j max_jobs Specify the maximum number of jobs that make may have running at any one time. Turns compatibility mode off, unless the −B flag is also specified. ----- HTH & WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-ports@FreeBSD.ORG Thu Nov 6 10:30:17 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA1581065677 for ; Thu, 6 Nov 2008 10:30:17 +0000 (UTC) (envelope-from bomberboy@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.233]) by mx1.freebsd.org (Postfix) with ESMTP id AD6A18FC23 for ; Thu, 6 Nov 2008 10:30:17 +0000 (UTC) (envelope-from bomberboy@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so519051rvf.43 for ; Thu, 06 Nov 2008 02:30:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=GVvjC5MTkf7r71WZ1X7v9n5bOtNCLmLzS/HRc0VXveg=; b=s/+vsVVnyP0p5h0+3Om0XoYjtOi5W9HPm+gHpChZRC/VS6umM1yuRfA1/ODQOQFP8l Hm6OeTLBMfUEeV3U89JhFINipK18MgUNmS3a7r64jXsJ4UyTyR0sDLEkt4ODAz95zB8J KjCy0YhNEn0vu1XLxU2pGEsyZugd0WBWmWa3M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=rQYDU/NDDXF/hqnOOjJXdcb56fPMLCJ0BCUcPSxuBtaoDFPT5wtuKyOnr0MY5CeuQb N9XC8GUi1Y58d5DYNRBlRZ7GgfoF4IPUITYW+9N1R/aeNb8+jG7T5HH3gcLTcRPIjLkR 5jCVzX43lqaGKFl1fNkytbDaUoeN8oXlkl/yQ= Received: by 10.142.177.7 with SMTP id z7mr375667wfe.25.1225967417466; Thu, 06 Nov 2008 02:30:17 -0800 (PST) Received: by 10.143.90.10 with HTTP; Thu, 6 Nov 2008 02:30:17 -0800 (PST) Message-ID: <6e77fe4e0811060230k185fa241w1be0b1a1307ec1c5@mail.gmail.com> Date: Thu, 6 Nov 2008 11:30:17 +0100 From: bomberboy To: freebsd-ports@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <491173E4.1050809@bsdforen.de> <6e77fe4e0811051134l110b1aceu4b9b53dace370219@mail.gmail.com> Subject: Re: Wacom driver X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Nov 2008 10:30:17 -0000 On Wed, Nov 5, 2008 at 11:19 PM, Torfinn Ingolfsen wrote: > On Wed, Nov 5, 2008 at 8:34 PM, bomberboy wrote: >> My system is running a recent current btw: >> # uname -a >> FreeBSD Tablet.lan 8.0-CURRENT FreeBSD 8.0-CURRENT #2: Tue Nov 4 >> 15:27:47 CET 2008 root@Tablet.lan:/usr/obj/usr/src/sys/TABLET >> amd64 I've got it to work here as well on a Fujitsu T4220 Tablet PC. Mind you, on this laptop the wacom tablet comes up as a serial device, and not a USB device. So I can't confirm if the uwacom module works. Just the serial part which was already supported by the linuxwacom project. uart4: <16550 or compatible> at port 0x220-0x227 irq 4 on isa0 uart4: [FILTER] To get it recognized I had to add the appropriate entries to /boot/device.hints hint.uart.4.at="isa" hint.uart.4.port="0x220" hint.uart.4.irq="4" Figuring out the port and irq entries was the magic part :) Regards, Bruno From owner-freebsd-ports@FreeBSD.ORG Thu Nov 6 13:29:30 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E402A1065680 for ; Thu, 6 Nov 2008 13:29:30 +0000 (UTC) (envelope-from gesbbb@yahoo.com) Received: from smtp101.prem.mail.ac4.yahoo.com (smtp101.prem.mail.ac4.yahoo.com [76.13.13.40]) by mx1.freebsd.org (Postfix) with SMTP id 7A9E78FC27 for ; Thu, 6 Nov 2008 13:29:30 +0000 (UTC) (envelope-from gesbbb@yahoo.com) Received: (qmail 5772 invoked from network); 6 Nov 2008 13:29:29 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-YMail-OSG:X-Yahoo-Newman-Property:Date:From:To:Subject:Message-ID:In-Reply-To:References:Reply-To:Organization:X-Mailer:Face:X-Face:Mime-Version:Content-Type; b=5Snz68lsmCVLDXwMrNWIBvm/OBGpez5CMaOZrNxA2AkLIkp3j74yrwp8o8fE6wpVmwPfZzZO6SlXPOT9GnpjmQow9gUgFECFCyrVELRQSr1dcEm4VFc6CHtDv8tVwefYY8DJucnLs0vNfKb0uocYu42X7dahpbnhAulgVrh0u8g= ; Received: from unknown (HELO scorpio) (gesbbb@67.189.239.8 with login) by smtp101.prem.mail.ac4.yahoo.com with SMTP; 6 Nov 2008 13:29:29 -0000 X-YMail-OSG: paqUW8UVM1k9Su3pxJTcjCzG1oYOZqbiAsz.6hROyDGwii8SMlFwyIRcSqf_3vC5kjRWae0rubBAIfCKe2ZST8KXSfl09mM5OY0sZ146fz2ckOHQ5l4sDInxZvBp.AA0eti6WNkMoMPiEi8p9ip9XXHXgW2DF58qb4l60l.PbwkTs9o_nVAk6NrRkg-- X-Yahoo-Newman-Property: ymail-3 Date: Thu, 6 Nov 2008 08:29:15 -0500 From: Jerry To: freebsd-ports@freebsd.org Message-ID: <20081106082915.43511e87@scorpio> In-Reply-To: <20081106044954.GI89992@parkman.zelut.org> References: <20081106044954.GI89992@parkman.zelut.org> Organization: seibercom.net X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.11; i386-portbld-freebsd6.3) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAGFBMVEX+/v7++v6YOTrq8PCcuIX989UvOSj++v0BNCbpAAAAB3RJTUUHsQwfFzs7RBhzUQAAAhJJREFUOI1dU8GOqzAMNKIoV1bvwD1i0ysqrHplIdBrVSX7ATSbd03VVvn9tQNtQy0hjAdn7LED4AAcPtWm9RV+MPSfxhBLx9ajd6X/ngB6/mTwnRSZua7i7Ca+0ctZKo4Qmz+JY13X6I3nFZBxIYW1PbgfQ5RP8g0XlltEWGf3cV03joYpRnFbvYDKbXjZlXyyhEZA4lI+cN3NaVXE4VKjSwTExO10eTEkkJVqIAD5z0nUBQJluQDRSQjcrBiHAJxZlAH5CUMBMC7OcJ4LMQNnxhZ1HYPscMc6J4UlWRMNwzOpCcAHKSICd1EDn83abdREIbXsHkD1OinP1aCUCOEVRaa1lMcvywUWdYgk13JQUpYNKmvXQ8Kw5ML9YI5h8SakctBc7E/IYuLhYd/zZIk+1gM1vNweQBvHE0j+oYah3sMqAytQYlZk6+ANaaawJdu3OFzYGMZ3iGpa3qMlq9ZH0VZTgrCtw/ngdYkEIIpSbP1bWQAdFdX9vocBdkH2qVjVmuMu3gI5rjs814EUdrCZgWlPaxZZ3RiLFUtr+ud0PXwp2dnQSNXgePt6AZpBj6UMJ7VQkzN4utVeaSW1Dhn/kblGrKeMvNGnzwX4zuEDarYz1KdPtR60Gul0Gued+515SJXhCsl+Tx/3kY/UDvicPll9mfu50t3tvQ/thZpJYgeuwdSKNJ6tCD98MCgoxLDaPxbwqqwPWaWiAAAAAElFTkSuQmCC X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/.2I+D9Z/N3ywFWlReOmv+qR"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Subject: Re: port request - listadmin (mailman admin utility) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Nov 2008 13:29:31 -0000 --Sig_/.2I+D9Z/N3ywFWlReOmv+qR Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Wed, 5 Nov 2008 21:49:54 -0700 Christer Edwards wrote: >I don't know if this is exactly the right place to ask, but I'd like to >request a port. Previously, on debian, I administered a number of >mailman lists using a CLI tool "listadmin". After migrating my servers >to FreeBSD 7 I'm unable to find that port. > >http://freshmeat.net/projects/listadmin/ There doesn't appear to be a native FreeBSD port for it. Perhaps you might consider becoming a port maintainer for this program. It appears to be a simple Perl based application. --=20 Jerry gesbbb@yahoo.com Flon's Law: There is not now, and never will be, a language in which it is the least bit difficult to write bad programs. --Sig_/.2I+D9Z/N3ywFWlReOmv+qR Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkkS8TYACgkQBvaKIJWWCO0vgACfWiT1+Fqo5AVnX2+z33cknvp+ mhoAniEzuqo+jY86h3Bx075CK4gStS7m =jmSn -----END PGP SIGNATURE----- --Sig_/.2I+D9Z/N3ywFWlReOmv+qR-- From owner-freebsd-ports@FreeBSD.ORG Thu Nov 6 14:41:05 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB1541065670 for ; Thu, 6 Nov 2008 14:41:05 +0000 (UTC) (envelope-from hideo@lastamericanempire.com) Received: from darwin.lastamericanempire.com (lastamericanempire.com [66.134.56.226]) by mx1.freebsd.org (Postfix) with ESMTP id B998D8FC24 for ; Thu, 6 Nov 2008 14:41:05 +0000 (UTC) (envelope-from hideo@lastamericanempire.com) Received: by darwin.lastamericanempire.com (Postfix, from userid 1001) id 7E4571D70E; Thu, 6 Nov 2008 07:22:17 -0700 (MST) Date: Thu, 6 Nov 2008 07:22:17 -0700 From: hideo To: Christer Edwards Message-ID: <20081106142217.GA70716@lastamericanempire.com> Mail-Followup-To: Christer Edwards , freebsd-ports@freebsd.org References: <20081106044954.GI89992@parkman.zelut.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="MGYHOYXEY6WxJCY8" Content-Disposition: inline In-Reply-To: <20081106044954.GI89992@parkman.zelut.org> User-Agent: Mutt/1.5.18 (2008-05-17) X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ports@freebsd.org Subject: Re: port request - listadmin (mailman admin utility) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Nov 2008 14:41:06 -0000 --MGYHOYXEY6WxJCY8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Christer Edwards (Wed 11/05/08 21:49): > I don't know if this is exactly the right place to ask, but I'd like to > request a port. Previously, on debian, I administered a number of > mailman lists using a CLI tool "listadmin". After migrating my servers > to FreeBSD 7 I'm unable to find that port. > > http://freshmeat.net/projects/listadmin/ > > Thank You, > Christer Christer, Since you're familiar with the program, give the attached port a shot. If it works as expected I'll submit it, or frankly you can if you'd like to maintain it. Zach --MGYHOYXEY6WxJCY8-- From owner-freebsd-ports@FreeBSD.ORG Thu Nov 6 17:58:10 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09F42106564A; Thu, 6 Nov 2008 17:58:10 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: from qb-out-0506.google.com (qb-out-0506.google.com [72.14.204.235]) by mx1.freebsd.org (Postfix) with ESMTP id 9C80D8FC23; Thu, 6 Nov 2008 17:58:09 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: by qb-out-0506.google.com with SMTP id f30so470021qba.35 for ; Thu, 06 Nov 2008 09:58:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=VentB+l9HFx1tqPtAd0QAKvj0yfAHr/yBRsPWyjQ5qM=; b=qc8xvOTrFL6vbZ6uiW+BH6jMLl7uy461wF0wo6Y+UzIC2EkoIGW0WpQGIR5S01/nqq T4f/L0mXcvaPuFgJqalUi0Be6WWXKx/EdyboqQWNhFdth/yahEtws2T9FnYypVijL0Fb A5vTokNg0ugJkpi7+FFn6wPzbmcIKo4daJTUM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=Zb5KAdn73aQVwD+9HiKwn8lq9gL64gF+ZzoWw2xXSVbMb2JuDq3KMHHZo+asoeCke0 /c7Mxk1uxyALUO1V/YP0Aac3/GruD+vSiLTYePhmBviOJWdUYjUMOZBXTy8zC1pX0VjH m5XNLKodzy6uHYuntryErIb54Ym7Qk2gnJrbY= Received: by 10.103.217.5 with SMTP id u5mr1242944muq.118.1225994288275; Thu, 06 Nov 2008 09:58:08 -0800 (PST) Received: by 10.103.251.11 with HTTP; Thu, 6 Nov 2008 09:58:08 -0800 (PST) Message-ID: Date: Thu, 6 Nov 2008 12:58:08 -0500 From: "Scott Ullrich" To: "Boris Samorodov" In-Reply-To: <84295007@bb.ipt.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20081106020118.GA26249@icarus.home.lan> <20081106020930.GA26497@icarus.home.lan> <84295007@bb.ipt.ru> Cc: Jeremy Chadwick , freebsd-ports@freebsd.org Subject: Re: Problems building ports - Error code 2 when attempting to cd X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Nov 2008 17:58:10 -0000 On 11/6/08, Boris Samorodov wrote: > According to make(1) "-j1" is not the same as if "-j" is not defined. > I'd try either remove "-j1" or add "-B" option: > ----- > $B!](BB Try to be backwards compatible by executing a single shell per > command and by executing the commands to make the sources of a > dependency line in sequence. This is turned on by default unless > $B!](Bj is used. > $B!](Bj max_jobs > Specify the maximum number of jobs that make may have running at > any one time. Turns compatibility mode off, unless the $B!](BB flag > is also specified. Thanks Boris, that appears to have solved the problem!! Scott From owner-freebsd-ports@FreeBSD.ORG Thu Nov 6 18:08:13 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CBE34106567A for ; Thu, 6 Nov 2008 18:08:13 +0000 (UTC) (envelope-from Cy.Schubert@komquats.com) Received: from idcmail-mo2no.shaw.ca (idcmail-mo2no.shaw.ca [64.59.134.9]) by mx1.freebsd.org (Postfix) with ESMTP id 7B18C8FC0A for ; Thu, 6 Nov 2008 18:08:13 +0000 (UTC) (envelope-from Cy.Schubert@komquats.com) Received: from pd6ml1no-ssvc.prod.shaw.ca ([10.0.153.160]) by pd5mo1no-svcs.prod.shaw.ca with ESMTP; 06 Nov 2008 11:08:12 -0700 X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.0 c=0 a=bUSJBQJcm90lIRI9LigA:9 a=WwEt5aN9o_2MpLN-kZwuoU7UmMUA:4 a=40EnbplkAAAA:8 a=u11ie8Lgm7tkhhmnE9IA:9 a=mLEVz1uAOBzpEKQ8fIUA:7 a=FD2Ik9LNPIL5mditB66fUJsdpV8A:4 a=SV7veod9ZcQA:10 a=cdPdZJXOOJnQMjyz0cQA:9 a=WXw_1A4JpVtGwCOPfA4A:7 a=gmgvB2aCrOSJDTPmZZD6kcff-DcA:4 a=6I5d2MoRAAAA:8 a=vZoGgzP0pyKfTN_ogUkA:9 a=T-iBp5MhkxDicRaErLQIqer8SmgA:4 a=V7tsTZBp22UA:10 a=wAGQQ9Az6v0A:10 Received: from s01060002b31a8191.gv.shawcable.net (HELO spqr.komquats.com) ([24.68.166.226]) by pd6ml1no-dmz.prod.shaw.ca with ESMTP; 06 Nov 2008 11:08:11 -0700 Received: from cwsys.cwsent.com (cwsys [10.1.1.1]) by spqr.komquats.com (Postfix) with ESMTP id C7290410FC; Thu, 6 Nov 2008 10:08:10 -0800 (PST) Received: from cwsys (localhost [127.0.0.1]) by cwsys.cwsent.com (8.14.3/8.14.3) with ESMTP id mA6I8AuT050024; Thu, 6 Nov 2008 10:08:10 -0800 (PST) (envelope-from Cy.Schubert@komquats.com) Message-Id: <200811061808.mA6I8AuT050024@cwsys.cwsent.com> X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.2 From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.komquats.com/ To: ports@freebsd.org, security@freebsd.org Mime-Version: 1.0 Content-Type: multipart/mixed ; boundary="==_Exmh_1225994696_28220" Date: Thu, 06 Nov 2008 10:08:10 -0800 Sender: Cy.Schubert@komquats.com Cc: Subject: Fwbuilder Port Upgrade X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Cy Schubert List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Nov 2008 18:08:14 -0000 This is a multipart MIME message. --==_Exmh_1225994696_28220 Content-Type: text/plain; charset=us-ascii I've been discussing fwbuilder/libfwbuilder with the developer of this fine software. 3.0.2 is about to be released in one to two weeks (he recommended not upgrading the port from 3.0.0 to 3.0.1 and he recommended not creating a development version of the port). I have a patch to the port to bring it u p to 3.0.2 using build 638 of his development branch. If anyone wants to get a jump on the ports, here are some patches to upgrade fwbuilder and libfwbuilder to 3.0.2. The port will be committed when 3.0.2 is released. Enclosed are the patches. --==_Exmh_1225994696_28220 Content-Type: text/plain ; name="libfwbuilder.diff"; charset=us-ascii Content-Description: libfwbuilder.diff Content-Disposition: attachment; filename="libfwbuilder.diff" Index: Makefile =================================================================== RCS file: /home/pcvs/ports/security/libfwbuilder/Makefile,v retrieving revision 1.49 diff -u -r1.49 Makefile --- Makefile 30 Sep 2008 20:05:11 -0000 1.49 +++ Makefile 6 Nov 2008 17:58:05 -0000 @@ -5,10 +5,11 @@ # $FreeBSD: ports/security/libfwbuilder/Makefile,v 1.49 2008/09/30 20:05:11 cy Exp $ PORTNAME= libfwbuilder -PORTVERSION= 3.0.0 +PORTVERSION= 3.0.2 CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= fwbuilder +# MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +# MASTER_SITE_SUBDIR= fwbuilder +MASTER_SITES= http://www.fwbuilder.org/nightly_builds/fwbuilder-3.0/build-638/ MAINTAINER= cy@FreeBSD.org COMMENT= Firewall Builder API @@ -45,8 +46,8 @@ PLIST_SUB+= PORTVERSION="${PORTVERSION}" post-install: - ${RM} ${PREFIX}/lib/libfwbuilder.so.8.0 - ${RM} ${PREFIX}/lib/libfwcompiler.so.8.0 + ${RM} ${PREFIX}/lib/libfwbuilder.so.8.1 + ${RM} ${PREFIX}/lib/libfwcompiler.so.8.1 .if !defined(NOPORTDOCS) PORTDOCS= * Index: distinfo =================================================================== RCS file: /home/pcvs/ports/security/libfwbuilder/distinfo,v retrieving revision 1.23 diff -u -r1.23 distinfo --- distinfo 2 Sep 2008 21:32:26 -0000 1.23 +++ distinfo 6 Nov 2008 17:58:05 -0000 @@ -1,3 +1,3 @@ -MD5 (libfwbuilder-3.0.0.tar.gz) = 993aa8d0838bf7f915ad3dbfcc03d161 -SHA256 (libfwbuilder-3.0.0.tar.gz) = 949982c6af3b7d075ca79551f2bb8559cb591a524d3e0a9f25b1656b65c77402 -SIZE (libfwbuilder-3.0.0.tar.gz) = 537382 +MD5 (libfwbuilder-3.0.2.tar.gz) = 64e9e2992cc1bbfa8be8fecdb9a83e3a +SHA256 (libfwbuilder-3.0.2.tar.gz) = bbbe4f75174a0d3604b817a423c13d900d1c7ee51deb3629aa61b248f68b72fb +SIZE (libfwbuilder-3.0.2.tar.gz) = 529281 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/security/libfwbuilder/pkg-plist,v retrieving revision 1.22 diff -u -r1.22 pkg-plist --- pkg-plist 2 Sep 2008 21:32:26 -0000 1.22 +++ pkg-plist 6 Nov 2008 17:58:05 -0000 @@ -71,10 +71,10 @@ include/fwb-3/fwbuilder/libfwbuilder-version.h include/fwb-3/fwbuilder/physAddress.h include/fwb-3/fwbuilder/snmp.h -lib/libfwcompiler.so.8.0.0 +lib/libfwcompiler.so.8.1.0 lib/libfwcompiler.so.8 lib/libfwcompiler.so -lib/libfwbuilder.so.8.0.0 +lib/libfwbuilder.so.8.1.0 lib/libfwbuilder.so.8 lib/libfwbuilder.so share/libfwbuilder-%%BUILD_VERSION%%/migration/FWObjectDatabase_0.9.5.xslt --==_Exmh_1225994696_28220 Content-Type: text/plain ; name="fwbuilder.diff"; charset=us-ascii Content-Description: fwbuilder.diff Content-Disposition: attachment; filename="fwbuilder.diff" ? fwbuilder.diff Index: Makefile =================================================================== RCS file: /home/pcvs/ports/security/fwbuilder/Makefile,v retrieving revision 1.54 diff -u -r1.54 Makefile --- Makefile 18 Oct 2008 00:02:32 -0000 1.54 +++ Makefile 6 Nov 2008 17:57:52 -0000 @@ -6,10 +6,11 @@ # PORTNAME= fwbuilder -PORTVERSION= 3.0.0 +PORTVERSION= 3.0.2 CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}/fwbuilder/ -MASTER_SITE_SUBDIR= fwbuilder +# MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}/fwbuilder/ +# MASTER_SITE_SUBDIR= fwbuilder +MASTER_SITES= http://www.fwbuilder.org/nightly_builds/fwbuilder-3.0/build-638/ MAINTAINER= cy@FreeBSD.org COMMENT= Firewall Builder GUI and policy compilers Index: distinfo =================================================================== RCS file: /home/pcvs/ports/security/fwbuilder/distinfo,v retrieving revision 1.24 diff -u -r1.24 distinfo --- distinfo 2 Sep 2008 21:32:25 -0000 1.24 +++ distinfo 6 Nov 2008 17:57:52 -0000 @@ -1,3 +1,3 @@ -MD5 (fwbuilder-3.0.0.tar.gz) = f1032f4ebc8263224d7e829a204e8d5e -SHA256 (fwbuilder-3.0.0.tar.gz) = 03036d8a56bb729589ffe9fc4800a491e13d55b8f177fee78e7ee43305a93185 -SIZE (fwbuilder-3.0.0.tar.gz) = 2130909 +MD5 (fwbuilder-3.0.2.tar.gz) = 14ffbd1faedb3cea665e64843cf4e31b +SHA256 (fwbuilder-3.0.2.tar.gz) = 6355546b426924ce8496059a8ed176a6e5f7d396818746e315c6625c6da0b429 +SIZE (fwbuilder-3.0.2.tar.gz) = 2312674 Index: files/patch-src-gui-ipfAdvancedDialog.cpp =================================================================== RCS file: /home/pcvs/ports/security/fwbuilder/files/patch-src-gui-ipfAdvancedDialog.cpp,v retrieving revision 1.3 diff -u -r1.3 patch-src-gui-ipfAdvancedDialog.cpp --- files/patch-src-gui-ipfAdvancedDialog.cpp 2 Sep 2008 21:32:25 -0000 1.3 +++ files/patch-src-gui-ipfAdvancedDialog.cpp 6 Nov 2008 17:57:52 -0000 @@ -1,11 +1,11 @@ ---- src/gui/ipfAdvancedDialog.cpp.orig 2008-09-01 00:45:50.000000000 -0700 -+++ src/gui/ipfAdvancedDialog.cpp 2008-09-02 11:23:23.533839864 -0700 +--- src/gui/ipfAdvancedDialog.cpp.orig 2008-11-01 12:37:14.000000000 -0700 ++++ src/gui/ipfAdvancedDialog.cpp 2008-11-06 09:52:08.000000000 -0800 @@ -97,6 +97,8 @@ - data.registerOption( m_dialog->ipf_nat_irc_proxy ,fwopt, "ipf_nat_irc_proxy"); - data.registerOption( m_dialog->ipf_nat_ftp_proxy ,fwopt, "ipf_nat_ftp_proxy"); - data.registerOption( m_dialog->ipf_nat_rcmd_proxy ,fwopt, "ipf_nat_rcmd_proxy"); -+ data.registerOption( m_dialog->ipf_nat_krcmd_proxy ,fwopt, "ipf_nat_krcmd_proxy"); -+ data.registerOption( m_dialog->ipf_nat_ekshell_proxy ,fwopt, "ipf_nat_ekshell_proxy"); - data.registerOption( m_dialog->ipf_fw_dir ,fwopt, "firewall_dir" ); - data.registerOption( m_dialog->ipf_user ,fwopt, "admUser" ); - data.registerOption( m_dialog->altAddress ,fwopt, "altAddress" ); + data.registerOption( m_dialog->ipf_nat_irc_proxy,fwopt, "ipf_nat_irc_proxy"); + data.registerOption( m_dialog->ipf_nat_ftp_proxy,fwopt, "ipf_nat_ftp_proxy"); + data.registerOption( m_dialog->ipf_nat_rcmd_proxy,fwopt, "ipf_nat_rcmd_proxy"); ++ data.registerOption( m_dialog->ipf_nat_krcmd_proxy,fwopt, "ipf_nat_krcmd_proxy"); ++ data.registerOption( m_dialog->ipf_nat_ekshell_proxy,fwopt, "ipf_nat_ekshell_proxy"); + data.registerOption( m_dialog->ipf_fw_dir,fwopt, "firewall_dir" ); + data.registerOption( m_dialog->ipf_user,fwopt, "admUser" ); + data.registerOption( m_dialog->altAddress, fwopt, "altAddress"); --==_Exmh_1225994696_28220 Content-Type: text/plain; charset=us-ascii Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org e**(i*pi)+1=0 --==_Exmh_1225994696_28220-- From owner-freebsd-ports@FreeBSD.ORG Thu Nov 6 20:44:48 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E5DC5106568E for ; Thu, 6 Nov 2008 20:44:48 +0000 (UTC) (envelope-from bomberboy@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.29]) by mx1.freebsd.org (Postfix) with ESMTP id 9AA278FC17 for ; Thu, 6 Nov 2008 20:44:48 +0000 (UTC) (envelope-from bomberboy@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so338918yxb.13 for ; Thu, 06 Nov 2008 12:44:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=tQwFZSPPWA7d3b/l0Y0pDFF69jh97yke3fRHR9kqCss=; b=A0V/satnO8Vj2Ic9xODK4XS2BPSUfV8kcSToOTe4MPuZ35vgkTCS+IOC8YI0Oh1jZ3 B90tj796fv4z7MAd4zh0JvG4jqqIom7sYD5rZaMhWLob24s4F4VZlS42xkP2k+8ebwRY LVhgjlOa27wo/yU7GHW2rHF3MYWOKN4o2LiNY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=FECMfB6gvEV6CjhYl6JXCHiqGbJ1A1/ohXnSB59itrAeDP3vifBKqj4l84uHJe1OkL 8h0gTlSvUtIVvU93s0uFwJ17OEz7bYy159Ts8vVXp/4gfEsNO3hDnDveP+YzPXajiiSi J9xE7I9FTLzBqIwk0ulwR7AUdShN9oiZeZcGU= Received: by 10.142.142.14 with SMTP id p14mr643150wfd.17.1226004287400; Thu, 06 Nov 2008 12:44:47 -0800 (PST) Received: by 10.143.90.10 with HTTP; Thu, 6 Nov 2008 12:44:47 -0800 (PST) Message-ID: <6e77fe4e0811061244g37ac9101n5a8fa3c8aceaed9e@mail.gmail.com> Date: Thu, 6 Nov 2008 21:44:47 +0100 From: bomberboy To: freebsd-ports@freebsd.org In-Reply-To: <6e77fe4e0811051134l110b1aceu4b9b53dace370219@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <491173E4.1050809@bsdforen.de> <6e77fe4e0811051134l110b1aceu4b9b53dace370219@mail.gmail.com> Cc: kamikaze@bsdforen.de Subject: Re: Wacom driver X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Nov 2008 20:44:49 -0000 On Wed, Nov 5, 2008 at 8:34 PM, bomberboy wrote: > On Wed, Nov 5, 2008 at 11:22 AM, Dominic Fandrey wrote: > > Hello, > >> I have created a port of Bartosz Fabianowski's Wacom driver. >> Since nobody has stepped forward to commit it, I thought I'd >> inform this list, so that people can test it. >> >> http://www.freebsd.org/cgi/query-pr.cgi?pr=128547 Besides the other patches in my previous mail, it might also be interesting to include the wacom-tools that are part of linuxwacom and which are very useful for debugging when setting up your tablet. Furthermore is xsetwacom required if you want to rotate the screen on a TabletPC. In that case you want the waom-tablet to be rotated as well or you get strange effects ;-) These utilities can be found in the src/util folder and consist of: wacdump xidump xsetwacom I believe this would require the following additional install targets for the port Makefile: @${INSTALL_PROGRAM} ${WRKDIR}/linuxwacom/${LINUXWACOM}/src/util/wacdump ${PREFIX}/bin/wacdump @${INSTALL_PROGRAM} ${WRKDIR}/linuxwacom/${LINUXWACOM}/src/util/xidump ${PREFIX}/bin/xidump @${INSTALL_PROGRAM} ${WRKDIR}/linuxwacom/${LINUXWACOM}/src/util/xsetwacom ${PREFIX}/bin/xsetwacom Note, the above is untested. Regards, Bruno From owner-freebsd-ports@FreeBSD.ORG Thu Nov 6 21:06:45 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6D37106564A for ; Thu, 6 Nov 2008 21:06:45 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mail.bsdforen.de (bsdforen.de [212.204.60.79]) by mx1.freebsd.org (Postfix) with ESMTP id 946DB8FC28 for ; Thu, 6 Nov 2008 21:06:45 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mobileKamikaze.norad (pD9E9E4C9.dip.t-dialin.net [217.233.228.201]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bsdforen.de (Postfix) with ESMTP id 373828A000A; Thu, 6 Nov 2008 22:06:24 +0100 (CET) Message-ID: <49135C3E.7020300@bsdforen.de> Date: Thu, 06 Nov 2008 22:06:06 +0100 From: Dominic Fandrey User-Agent: Thunderbird 2.0.0.17 (X11/20080927) MIME-Version: 1.0 To: bomberboy References: <491173E4.1050809@bsdforen.de> <6e77fe4e0811051134l110b1aceu4b9b53dace370219@mail.gmail.com> <6e77fe4e0811061244g37ac9101n5a8fa3c8aceaed9e@mail.gmail.com> In-Reply-To: <6e77fe4e0811061244g37ac9101n5a8fa3c8aceaed9e@mail.gmail.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: Wacom driver X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Nov 2008 21:06:45 -0000 bomberboy wrote: > On Wed, Nov 5, 2008 at 8:34 PM, bomberboy wrote: >> On Wed, Nov 5, 2008 at 11:22 AM, Dominic Fandrey wrote: >> >> Hello, >> >>> I have created a port of Bartosz Fabianowski's Wacom driver. >>> Since nobody has stepped forward to commit it, I thought I'd >>> inform this list, so that people can test it. >>> >>> http://www.freebsd.org/cgi/query-pr.cgi?pr=128547 > > Besides the other patches in my previous mail, it might also be > interesting to include the wacom-tools that are part of linuxwacom and > which are very useful for debugging when setting up your tablet. > Furthermore is xsetwacom required if you want to rotate the screen on > a TabletPC. In that case you want the waom-tablet to be rotated as > well or you get strange effects ;-) > > These utilities can be found in the src/util folder and consist of: > wacdump > xidump > xsetwacom I'll have a look at these at the weekend, as well as the other problems you reported. I never needed to debug anything to get the tablet working, so I didn't even know these tools exist. > I believe this would require the following additional install targets > for the port Makefile: > > @${INSTALL_PROGRAM} > ${WRKDIR}/linuxwacom/${LINUXWACOM}/src/util/wacdump > ${PREFIX}/bin/wacdump > @${INSTALL_PROGRAM} ${WRKDIR}/linuxwacom/${LINUXWACOM}/src/util/xidump > ${PREFIX}/bin/xidump > @${INSTALL_PROGRAM} > ${WRKDIR}/linuxwacom/${LINUXWACOM}/src/util/xsetwacom > ${PREFIX}/bin/xsetwacom > > Note, the above is untested. > > > Regards, > Bruno From owner-freebsd-ports@FreeBSD.ORG Fri Nov 7 13:57:51 2008 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 295AD1065673; Fri, 7 Nov 2008 13:57:51 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 11A128FC12; Fri, 7 Nov 2008 13:57:49 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id PAA13086; Fri, 07 Nov 2008 15:42:56 +0200 (EET) (envelope-from avg@icyb.net.ua) Message-ID: <491445DF.8040105@icyb.net.ua> Date: Fri, 07 Nov 2008 15:42:55 +0200 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.17 (X11/20081106) MIME-Version: 1.0 To: freebsd-ports@FreeBSD.org, kde@FreeBSD.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Subject: kopete: incorrect conflict with kdenetwork-3.5.10 ? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Nov 2008 13:57:51 -0000 I have KDE 3.5.10 installed from ports, when I try to install kopete (0.12.8) it reports conflict with kdenetwork. I see that the port has this line: CONFLICTS=kdenetwork-[0-2]* kdenetwork-3.[0-4]* kdenetwork-3.5.[0-2]* I think that the intention was to conflict with 3.5.1 and 3.5.2, but now 3.5.10 also matched the pattern. -- Andriy Gapon From owner-freebsd-ports@FreeBSD.ORG Fri Nov 7 17:19:55 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE79C106564A for ; Fri, 7 Nov 2008 17:19:55 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from megatron.madpilot.net (megatron.madpilot.net [88.149.173.206]) by mx1.freebsd.org (Postfix) with ESMTP id 8B0B48FC16 for ; Fri, 7 Nov 2008 17:19:55 +0000 (UTC) (envelope-from mad@madpilot.net) Received: by megatron.madpilot.net (Postfix, from userid 1000) id 943E4130C39; Fri, 7 Nov 2008 18:03:17 +0100 (CET) Date: Fri, 7 Nov 2008 18:03:17 +0100 From: Guido Falsi To: freebsd-ports@freebsd.org Message-ID: <20081107170317.GA6878@megatron.madpilot.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operating-System: FreeBSD 7.1-PRERELEASE User-Agent: Mutt/1.5.18 (2008-05-17) Subject: help on strange plist problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Nov 2008 17:19:55 -0000 Hi, I sent an update to games/pokerth and became mantainer. Shortly after commit I received a warning from QAT pointing me to this log: http://t64.tecnik93.com/logs/7-STABLE-FTP/pokerth-0.6.2.log I noticed it's for AMD64, but I have none handy. I have tried reproducing the problem on my i386 machines(all 7.x) but here everything looks good. share/pokerth dir is cleaned up as it should. Could anyone give me information about this?could someone test on amd64? Maybe this is a false warning and I can ignore it? Thank you in advance for any help! -- Guido Falsi From owner-freebsd-ports@FreeBSD.ORG Fri Nov 7 17:20:26 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C597710656A3; Fri, 7 Nov 2008 17:20:26 +0000 (UTC) (envelope-from lists@nrd.fr) Received: from maiev.nerim.net (maiev.ipv6.nerim.net [IPv6:2001:7a8:1:1::89]) by mx1.freebsd.org (Postfix) with ESMTP id 4D6778FC1D; Fri, 7 Nov 2008 17:20:26 +0000 (UTC) (envelope-from lists@nrd.fr) Received: from amaiur (benat.pck.nerim.net [213.41.169.108]) by maiev.nerim.net (Postfix) with SMTP id 78FC8BA57E; Fri, 7 Nov 2008 18:12:50 +0100 (CET) Date: Fri, 7 Nov 2008 18:12:26 +0100 From: Benat Dagorret To: perl@FreeBSD.org Message-Id: <20081107181226.5002036b.lists@nrd.fr> X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.9; amd64-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: FreeBSD Port: p5-GD-SecurityImage-1.66,1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: lists@nrd.fr List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Nov 2008 17:20:26 -0000 Hello, I'm writing a webapp that uses the Catalyst::Plugin::Captcha module, which depends on GD::SecurityImage. As far as I understand the GD::SecurityImage documentation, using the ImageMagick backend is optional : the module needs to be loaded only if GD::SecurityImage is "required" by other modules. So, my question is whether it would be possible to include an option in the GD::SecurityImage Makefile to allow the user build the port without ImageMagick. Or am I missing a way to do that with the current port ? (I use FreeBSD RELEASE 7.0). Thanks for the great work to the FreeBSD developers and maintainers. Regards. -- Benat Dagorret From owner-freebsd-ports@FreeBSD.ORG Fri Nov 7 18:02:06 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F328E1065679 for ; Fri, 7 Nov 2008 18:02:06 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from mail1.sourcehosting.net (113901-app1.sourcehosting.net [72.32.213.11]) by mx1.freebsd.org (Postfix) with ESMTP id CFD638FC0C for ; Fri, 7 Nov 2008 18:02:06 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from 68-189-244-97.dhcp.oxfr.ma.charter.com ([68.189.244.97] helo=Gregory-Larkins-Computer.local) by mail1.sourcehosting.net with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1KyVel-000BE3-Vm; Fri, 07 Nov 2008 13:02:05 -0500 Received: from [127.0.0.1] (fireball.entropy.prv [192.168.1.12]) by Gregory-Larkins-Computer.local (Postfix) with ESMTP id DABA0271D4E9; Fri, 7 Nov 2008 13:02:03 -0500 (EST) Message-ID: <4914829B.5090108@FreeBSD.org> Date: Fri, 07 Nov 2008 13:02:03 -0500 From: Greg Larkin Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Guido Falsi References: <20081107170317.GA6878@megatron.madpilot.net> In-Reply-To: <20081107170317.GA6878@megatron.madpilot.net> X-Enigmail-Version: 0.95.7 OpenPGP: id=1C940290 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Score: -1.8 (-) Cc: freebsd-ports@freebsd.org Subject: Re: help on strange plist problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: glarkin@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Nov 2008 18:02:07 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Guido Falsi wrote: > Hi, > > I sent an update to games/pokerth and became mantainer. Shortly after > commit I received a warning from QAT pointing me to this log: > > http://t64.tecnik93.com/logs/7-STABLE-FTP/pokerth-0.6.2.log > > I noticed it's for AMD64, but I have none handy. I have tried > reproducing the problem on my i386 machines(all 7.x) but here > everything looks good. share/pokerth dir is cleaned up as it should. > > Could anyone give me information about this?could someone test on amd64? > > Maybe this is a false warning and I can ignore it? > > Thank you in advance for any help! > Hi Guido, Looking at the port Makefile, I see this: PLIST_FILES= bin/pokerth %%DATADIR%%/pokerth share/pixmaps/pokerth.png Those will be the only files deinstalled when the port is deinstalled. If the port installs a bunch of other files in ${DATADIR}, as reported by QAT, I don't believe they will be deinstalled. Are you positive that the ${DATADIR} directory is removed on the i386 platform? From the list of files reported by QAT, it makes sense to remove PLIST_FILES from the Makefile and create a pkg-plist file. I've had great success using the ports-mgmt/genplist port to automatically generate the pkg-plist file. Hope that helps, and post back here with any additional questions. Regards, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD4DBQFJFIKb0sRouByUApARAgnLAJ9QYWYsOZlhE2uf7UnTb6PFiyR/SACXVyeK p4wYTJynws2SLtlvmp2OxA== =ZckF -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Fri Nov 7 20:15:26 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6594B1065688 for ; Fri, 7 Nov 2008 20:15:26 +0000 (UTC) (envelope-from steven@hudson-trading.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.27]) by mx1.freebsd.org (Postfix) with ESMTP id 214358FC14 for ; Fri, 7 Nov 2008 20:15:25 +0000 (UTC) (envelope-from steven@hudson-trading.com) Received: by qw-out-2122.google.com with SMTP id 9so885820qwb.7 for ; Fri, 07 Nov 2008 12:15:25 -0800 (PST) Received: by 10.214.46.12 with SMTP id t12mr4628734qat.316.1226087651521; Fri, 07 Nov 2008 11:54:11 -0800 (PST) Received: from ?10.2.200.223? ([209.249.190.254]) by mx.google.com with ESMTPS id 5sm4174389ywl.4.2008.11.07.11.54.10 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 07 Nov 2008 11:54:10 -0800 (PST) Message-Id: From: Steven Kreuzer To: lists@nrd.fr In-Reply-To: <20081107181226.5002036b.lists@nrd.fr> Content-Type: multipart/mixed; boundary=Apple-Mail-12325-819829529 Mime-Version: 1.0 (Apple Message framework v929.2) Date: Fri, 7 Nov 2008 14:54:08 -0500 References: <20081107181226.5002036b.lists@nrd.fr> X-Mailer: Apple Mail (2.929.2) Sender: Steven Kreuzer Cc: ports@freebsd.org, perl@freebsd.org Subject: Re: FreeBSD Port: p5-GD-SecurityImage-1.66,1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Nov 2008 20:15:26 -0000 --Apple-Mail-12325-819829529 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit On Nov 7, 2008, at 12:12 PM, Benat Dagorret wrote: > > Hello, > > I'm writing a webapp that uses the Catalyst::Plugin::Captcha module, > which depends on GD::SecurityImage. > > As far as I understand the GD::SecurityImage documentation, using the > ImageMagick backend is optional : the module needs to be loaded only > if > GD::SecurityImage is "required" by other modules. > > So, my question is whether it would be possible to include an option > in > the GD::SecurityImage Makefile to allow the user build the port > without > ImageMagick. Or am I missing a way to do that with the current port ? > (I use FreeBSD RELEASE 7.0). > > Thanks for the great work to the FreeBSD developers and maintainers. > > Regards. > > -- > Benat Dagorret > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org > " Try out the attached patch and let me know how it works for you Steven Kreuzer http://www.exit2shell.com/~skreuzer --Apple-Mail-12325-819829529 Content-Disposition: attachment; filename=p5-GD-SecurityImage.patch Content-Type: application/octet-stream; x-unix-mode=0644; name="p5-GD-SecurityImage.patch" Content-Transfer-Encoding: 7bit Index: Makefile =================================================================== RCS file: /usr/share/cvs/freebsd/ports/security/p5-GD-SecurityImage/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile --- Makefile 12 Jun 2008 14:39:51 -0000 1.14 +++ Makefile 7 Nov 2008 19:52:43 -0000 @@ -16,7 +16,11 @@ COMMENT= Perl5 module for creating CAPTCHA security images BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \ - ${SITE_PERL}/${PERL_ARCH}/Image/Magick.pm:${PORTSDIR}/graphics/ImageMagick + +.if defined(WITH_IMAGEMAGICK) +BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Image/Magick.pm:${PORTSDIR}/graphics/ImageMagick +.endif + RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes --Apple-Mail-12325-819829529 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit --Apple-Mail-12325-819829529-- From owner-freebsd-ports@FreeBSD.ORG Fri Nov 7 21:00:08 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A2561065672 for ; Fri, 7 Nov 2008 21:00:08 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from megatron.madpilot.net (megatron.madpilot.net [88.149.173.206]) by mx1.freebsd.org (Postfix) with ESMTP id E99418FC1C for ; Fri, 7 Nov 2008 21:00:07 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from localhost (localhost [127.0.0.1]) by megatron.madpilot.net (Postfix) with ESMTP id 275A4130C39; Fri, 7 Nov 2008 22:00:07 +0100 (CET) X-Virus-Scanned: amavisd-new at madpilot.net Received: from megatron.madpilot.net ([127.0.0.1]) by localhost (megatron.madpilot.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6y6fXh5cq19o; Fri, 7 Nov 2008 22:00:04 +0100 (CET) Received: from anakin.madpilot.net (anakin.madpilot.net [172.24.42.10]) by megatron.madpilot.net (Postfix) with ESMTP; Fri, 7 Nov 2008 22:00:04 +0100 (CET) Message-ID: <4914AC54.4030902@madpilot.net> Date: Fri, 07 Nov 2008 22:00:04 +0100 From: Guido Falsi User-Agent: Thunderbird 2.0.0.17 (X11/20080927) MIME-Version: 1.0 To: glarkin@FreeBSD.org References: <20081107170317.GA6878@megatron.madpilot.net> <4914829B.5090108@FreeBSD.org> In-Reply-To: <4914829B.5090108@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: help on strange plist problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Nov 2008 21:00:08 -0000 Greg Larkin wrote: > > Looking at the port Makefile, I see this: > > PLIST_FILES= bin/pokerth %%DATADIR%%/pokerth share/pixmaps/pokerth.png > > Those will be the only files deinstalled when the port is deinstalled. > If the port installs a bunch of other files in ${DATADIR}, as reported > by QAT, I don't believe they will be deinstalled. > > Are you positive that the ${DATADIR} directory is removed on the i386 > platform? From the list of files reported by QAT, it makes sense to > remove PLIST_FILES from the Makefile and create a pkg-plist file. I'm positive about this for i386. I checked it twice at home and at work. I'll anyway make a static plist. Will submit a PR in the next few days. > > I've had great success using the ports-mgmt/genplist port to > automatically generate the pkg-plist file. > I'll try it, but in this case the plist will be quite easy to make. Just a bunch of files in a directory. I found the port already in this condition and I thought it was ok. Now That I know it has problems I'll fix those. -- Guido Falsi From owner-freebsd-ports@FreeBSD.ORG Fri Nov 7 23:00:45 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 02D4C1065680 for ; Fri, 7 Nov 2008 23:00:45 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.freebsd.org (Postfix) with ESMTP id B03268FC08 for ; Fri, 7 Nov 2008 23:00:44 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 89E002C50C77; Sat, 8 Nov 2008 00:45:23 +0200 (EET) Date: Sat, 8 Nov 2008 00:45:09 +0200 From: Ion-Mihai Tetcu To: Guido Falsi Message-ID: <20081108004509.23678d74@it.buh.tecnik93.com> In-Reply-To: <20081107170317.GA6878@megatron.madpilot.net> References: <20081107170317.GA6878@megatron.madpilot.net> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.11; i386-portbld-freebsd7.1) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/DlWr/teyZhJsaayapLZiJp_"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: freebsd-ports@freebsd.org Subject: Re: help on strange plist problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Nov 2008 23:00:45 -0000 --Sig_/DlWr/teyZhJsaayapLZiJp_ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Fri, 7 Nov 2008 18:03:17 +0100 Guido Falsi wrote: > Hi, >=20 > I sent an update to games/pokerth and became mantainer. Shortly after > commit I received a warning from QAT pointing me to this log: >=20 > http://t64.tecnik93.com/logs/7-STABLE-FTP/pokerth-0.6.2.log >=20 > I noticed it's for AMD64, but I have none handy.=20 It's for amd64 / 7-STABLE. QAT's testing process is verbosely described here: http://t32.tecnik93.com/FreeBSD/QA-Tindy/ > I have tried reproducing the problem on my i386 machines(all 7.x) but > here everything looks good. share/pokerth dir is cleaned up as it > should. >=20 > Could anyone give me information about this?could someone test on > amd64? Try building on i386 with -DNOPORT* (see the beginning of QAT's botmail) vars set. > Maybe this is a false warning and I can ignore it? Assuming this in 99.5% of the cases will get you a PointyHat botmail ;-) =20 > Thank you in advance for any help! I'm willing to work with you (or anyone else) for fixing QAT reported problems (time permitting). --=20 IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B --Sig_/DlWr/teyZhJsaayapLZiJp_ Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkkUxQIACgkQJ7GIuiH/oeVcowCeKnWc6HH8D11PwatOVG89Jp6w ETkAn0zMdva/+aw3vt2yMiRRIvjk83XM =ArbI -----END PGP SIGNATURE----- --Sig_/DlWr/teyZhJsaayapLZiJp_-- From owner-freebsd-ports@FreeBSD.ORG Fri Nov 7 23:27:06 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F07C1065678; Fri, 7 Nov 2008 23:27:06 +0000 (UTC) (envelope-from bengta@P142.sics.se) Received: from sink.sics.se (sink.sics.se [193.10.64.88]) by mx1.freebsd.org (Postfix) with ESMTP id 8B88D8FC16; Fri, 7 Nov 2008 23:27:05 +0000 (UTC) (envelope-from bengta@P142.sics.se) Received: from P142.sics.se (h150n1-u-d1.ias.bredband.telia.com [213.64.92.150]) by sink.sics.se (8.14.2/8.14.2) with ESMTP id mA7Mvvf1030229 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 7 Nov 2008 23:57:58 +0100 (CET) (envelope-from bengta@P142.sics.se) Received: from P142.sics.se (localhost [127.0.0.1]) by P142.sics.se (8.14.2/8.14.2) with ESMTP id mA7Mx2pK001039; Fri, 7 Nov 2008 23:59:02 +0100 (CET) (envelope-from bengta@P142.sics.se) Received: (from bengta@localhost) by P142.sics.se (8.14.2/8.14.2/Submit) id mA7Mx16v001038; Fri, 7 Nov 2008 23:59:01 +0100 (CET) (envelope-from bengta@P142.sics.se) To: ports@freebsd.org From: Bengt Ahlgren User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) Date: Fri, 07 Nov 2008 23:59:01 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: openoffice@freebsd.org Subject: editors/openoffice.org-2 does not build on 7.1-BETA2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Nov 2008 23:27:06 -0000 Hello! editors/openoffice.org-2 does not build from the to-be 7.1-REL ports tree (tagged RELEASE_7_1_0). The fix has been committed (ports/126308), but requires you to have a later ports tree, which is a bit unfortunate for the quality of the coming release. Can the fix _please_ be tagged with RELEASE_7_1_0? It is the file: ports/editors/openoffice.org-2/files/patch-i94800 Regards, Bengt