From owner-freebsd-ports@FreeBSD.ORG Sun Jun 14 05:17:13 2009 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 DC15B1065670 for ; Sun, 14 Jun 2009 05:17:13 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.248]) by mx1.freebsd.org (Postfix) with ESMTP id 9828D8FC16 for ; Sun, 14 Jun 2009 05:17:13 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: by an-out-0708.google.com with SMTP id c3so1676780ana.13 for ; Sat, 13 Jun 2009 22:17:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=CTdMmtTm+r+tbTqwHKZHku15T+hsdzrtphXuoesku1Q=; b=AD4m43ASnCg5ncSnDNmir76auUWS6df+de9tktvou6IZOiYLc5T4YqKJe3Tic2iCu1 gUuj7tlwODKlGx7CDI0RI2xDnjVqbe5k4mM3PaSvaxhpBewUp9Pva7GOR7OA69GH09Hi KDnhz9NAPJXA9V/WhEuJcP5VveaJO+DfUU9Uw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=kSwZkQiB2ZmyEVI+OtKSUzrS2lpQunFBp4QgIsPwQxx7tw2JEFTxZQJL01+H4tlBsy ZpRK6IC0vp93u65uIPDZs4SgO5AfWX/HJhaFHz2shgZ97lDsBbZKaJPqsfA3ItBEr/4L mLmtSWexgsEwLw22/rVqvjz8eG63TvIbyCJMA= MIME-Version: 1.0 Received: by 10.231.34.134 with SMTP id l6mr2105858ibd.22.1244955354428; Sat, 13 Jun 2009 21:55:54 -0700 (PDT) Date: Sat, 13 Jun 2009 21:55:54 -0700 Message-ID: From: "b. f." To: freebsd-ports@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: danallen46@airwired.net Subject: Re: Stop in /usr/ports/lang/gcc43 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, 14 Jun 2009 05:17:14 -0000 >I am trying to upgrade Ruby, and build Firefox 3.0.11, and they both >want to build gcc43 because of gfortran. Really? Firefox needs >gfortran to build? I bet not. I bet not, too. I took a cursory look through my ports tree, and the recent changes, and I can't see how such a dependency was introduced. I think something is wrong with your system. Of course, if you were using www/firefox3-devel on FreeBSD 6.x, that's another matter -- there, you could get the dependency chain: audio/pulseaudio --> audio/libsamplerate --> math/fftw3 , the last of which had a new Fortran dependency introduced recently. But ruby? I can't think of how this happened. I don't see any recent change to firefox3 or nspr that could have led to this. >Anyway, when they try and build gcc43 (of May 31st) on my system, I >get into an infinite loop by the pkg system saying that gcc43 requires >gfortran to build, that gfortran is not present... the script finally >dies. >This happens even if I simply do this: cd /usr/ports/lang/gcc43 make >It dies there too. So now I cannot upgrade firefox, noway, nohow. Some care is taken to avoid introducing circular dependencies in Ports, so this shouldn't happen. It sounds to me as if you have mistakenly introduced a USE_FORTRAN=yes into your build environment somehow. What does: "env | grep FORTRAN" and "grep -e 'FORTRAN' /etc/make.conf" give you? How about "make -C /usr/ports/lang/gcc43 -V USE_FORTRAN" ? Normally, they should all be empty. >Interestingly enough I have gcc44 (with gfortran44!) on the system but >these dependencies do not consider that a substitute. If USE_FORTRAN=yes, the Ports build infrastructure will only try to find gfortran43. See /usr/ports/Mk/bsd.gcc.mk >I have cvsup'd the ports trees, done portsdb -uF, pkgdb -F, and >portupgrade -ar a billion times. It does not help. Everything was >fine yesterday, Jun 12th for me. The change came in with Firefox >3.0.11 and some /usr/ports/devel/nspr package that Firefox needs. >Something is messed up in the dependencies. Indeed. If you hadn't reported the problem with a simple 'make', but only when using portupgrade, I would have suspected a corrupt pkgdb, in which case I would have recommended rebuilding it with pkgdb -L. But something else seems to be wrong here. Maybe the information in /var/db/pkg is bad? You might try removing your ports tree, and then using a completely fresh tree obtained from a tarball or from portsnap, with a new INDEX. If this doesn't work, you could try removing and then rebuilding all of your ports. But check to see that you don't have a stray USE_FORTRAN in your environment, first. And when you do builds, run "make clean" or "portsclean -C" first, so that you're not restarting a stale build. b. From owner-freebsd-ports@FreeBSD.ORG Sun Jun 14 07:12:13 2009 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 EE9EE1065673 for ; Sun, 14 Jun 2009 07:12:13 +0000 (UTC) (envelope-from mail@ozzmosis.com) Received: from smtp.mel.people.net.au (smtp.mel.people.net.au [218.214.17.98]) by mx1.freebsd.org (Postfix) with SMTP id 7F8448FC19 for ; Sun, 14 Jun 2009 07:12:13 +0000 (UTC) (envelope-from mail@ozzmosis.com) Received: (qmail 16049 invoked from network); 14 Jun 2009 06:44:00 -0000 Received: from unknown (HELO smtp.phoenix) (218.215.186.65) by smtp.mel.people.net.au with SMTP; 14 Jun 2009 06:44:00 -0000 Received: by smtp.phoenix (Postfix, from userid 1001) id 9FBE7170DE; Sun, 14 Jun 2009 16:44:09 +1000 (EST) Date: Sun, 14 Jun 2009 16:44:09 +1000 From: andrew clarke To: araujo@FreeBSD.org Message-ID: <20090614064409.GA95015@ozzmosis.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.19 (2009-01-05) Cc: ports@FreeBSD.org Subject: www/youtube_dl build failure 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, 14 Jun 2009 07:12:14 -0000 On FreeBSD 7.2-REL: 16:40 ozzmosis@blizzard [/usr/ports/www/youtube_dl]sudo make ===> Vulnerability check disabled, database not found ===> Extracting for youtube_dl-2009.05.30_1 cannot open 2009.05.30/youtube-dl: No such file or directory *** Error code 2 Stop in /usr/ports/www/youtube_dl. Thanks, Regards Andrew From owner-freebsd-ports@FreeBSD.ORG Sun Jun 14 08:49:36 2009 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 F0C3B106566B for ; Sun, 14 Jun 2009 08:49:36 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from aegis.hamla.org (aegis.hamla.org [206.251.255.39]) by mx1.freebsd.org (Postfix) with ESMTP id CCB9C8FC18 for ; Sun, 14 Jun 2009 08:49:36 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from localhost (localhost [127.0.0.1]) by aegis.hamla.org (Postfix) with ESMTP id BC2535C4E for ; Sun, 14 Jun 2009 04:51:14 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tandon.net; h= user-agent:in-reply-to:content-disposition:content-type :mime-version:references:reply-to:message-id:subject:from:date :received:received:received:x-virus-scanned; s=aegis; t= 1244969474; bh=FmqDGZJ0KyQtONtq4jjGtymwWQkqLw3F+3UJgf9PEjs=; b=Z Cuv+XlR624dBXCXbGRHHCUU8uOt2Gufc4Pyr1vwzRUuAMawBqvXUA4rcGIWK3eBZ rX3JXCfOzdZbtCE2yryk/njOtg35nZQMfG3e2DhDqZlQtYOue5Lifi0bfkJCNWsQ +Yb1S0YUDwPMwBbmPo5sm/wDGm1G8mekGUjkvndndI= X-Virus-Scanned: by ClamAV at aegis.hamla.org Received: from aegis.hamla.org ([127.0.0.1]) by localhost (aegis.hamla.org [127.0.0.1]) (amavisd-new, port 10027) with LMTP id bBiHMgAtIyyS for ; Sun, 14 Jun 2009 04:51:14 -0400 (EDT) Received: from shepherd.hamla.org (cpe-68-174-170-210.nyc.res.rr.com [68.174.170.210]) by aegis.hamla.org (Postfix) with ESMTPSA id 796A35C4C for ; Sun, 14 Jun 2009 04:51:14 -0400 (EDT) Received: by shepherd.hamla.org (Postfix, from userid 501) id DDAD419D55C9; Sun, 14 Jun 2009 04:49:34 -0400 (EDT) Date: Sun, 14 Jun 2009 04:49:34 -0400 From: Sahil Tandon To: freebsd-ports@freebsd.org Message-ID: <20090614084934.GB13676@tandon.net> References: <20090614064409.GA95015@ozzmosis.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090614064409.GA95015@ozzmosis.com> User-Agent: Mutt/1.5.19 (2009-01-05) Subject: Re: www/youtube_dl build failure 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: Sun, 14 Jun 2009 08:49:37 -0000 On Sun, 14 Jun 2009, andrew clarke wrote: > 16:40 ozzmosis@blizzard [/usr/ports/www/youtube_dl]sudo make > ===> Vulnerability check disabled, database not found > ===> Extracting for youtube_dl-2009.05.30_1 > cannot open 2009.05.30/youtube-dl: No such file or directory > *** Error code 2 This is not a build failure; make(1) errors out during the extract phase. After the most recent update (committed just a few hours ago), the fetch target sees an old youtube-dl file in ${DISTDIR}, and does not download it into ${DISTDIR}/2009.05.30/youtube-dl, which is where the port is now looking for the file. Try deleting /usr/ports/distfiles/youtube-dl and make(1) again. -- Sahil Tandon From owner-freebsd-ports@FreeBSD.ORG Sun Jun 14 10:00:11 2009 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 582341065675 for ; Sun, 14 Jun 2009 10:00:11 +0000 (UTC) (envelope-from fenner@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2D7228FC12 for ; Sun, 14 Jun 2009 10:00:11 +0000 (UTC) (envelope-from fenner@FreeBSD.org) Received: from freefall.freebsd.org (fenner@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n5EA0Bf1073819 for ; Sun, 14 Jun 2009 10:00:11 GMT (envelope-from fenner@freefall.freebsd.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n5EA0ASU073818 for ports@freebsd.org; Sun, 14 Jun 2009 10:00:10 GMT (envelope-from fenner) Date: Sun, 14 Jun 2009 10:00:10 GMT From: Bill Fenner Message-Id: <200906141000.n5EA0ASU073818@freefall.freebsd.org> To: ports@freebsd.org Cc: Subject: Possibly unbuildable ports reminder 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, 14 Jun 2009 10:00:11 -0000 Dear porters, This is just a reminder to please periodically check the list of unbuildable ports at http://pointyhat.freebsd.org/errorlogs/ . A list by MAINTAINER is http://people.freebsd.org/~fenner/errorlogs/ so you can easily check the status of ports that you maintain. In addition, the list of ports with no MAINTAINER with build problems is http://people.freebsd.org/~fenner/errorlogs/ports@freebsd.org.html Since no one is responsible for these ports, the problem won't get fixed unless someone on this list takes the initiative. Thanks for your help! Bill "annoying port email" Fenner From owner-freebsd-ports@FreeBSD.ORG Sun Jun 14 17:01:39 2009 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 90778106566C for ; Sun, 14 Jun 2009 17:01:39 +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 6B6B58FC0A for ; Sun, 14 Jun 2009 17:01:39 +0000 (UTC) (envelope-from hideo@lastamericanempire.com) Received: by darwin.lastamericanempire.com (Postfix, from userid 1001) id C48981CFB4; Sun, 14 Jun 2009 10:43:29 -0600 (MDT) Date: Sun, 14 Jun 2009 10:43:29 -0600 From: hideo To: freebsd-ports@freebsd.org Message-ID: <20090614164329.GA30476@lastamericanempire.com> Mail-Followup-To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.19 (2009-01-05) Subject: Optionally depending on KDE4 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, 14 Jun 2009 17:01:40 -0000 Hi everyone, I'm trying to update audio/pacpl to the latest version which has dropped support for KDE3 and added support for KDE4. By "support" I mean it offers Konqueror and Dolphin service menu integration. How do I optionally pull in the KDE4 prefix and base, e.g. USE_KDE4=kdeprefix kdebase, as a dependency if either of these options are selected? Also, I notice that when these KDE4 options are set, everything the port installs goes in KD4_PREFIX, including config, data, doc, and shared files. Are users expected to know that KDE4 dependent ports have their config files, for example, in /usr/local/kde4/etc instead of /usr/local/etc? Thanks, Zach From owner-freebsd-ports@FreeBSD.ORG Sun Jun 14 19:05:12 2009 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 C5912106566C for ; Sun, 14 Jun 2009 19:05:12 +0000 (UTC) (envelope-from danallen46@airwired.net) Received: from mail.utahbroadband.com (mail.utahbroadband.com [204.14.20.91]) by mx1.freebsd.org (Postfix) with ESMTP id 8AD138FC18 for ; Sun, 14 Jun 2009 19:05:12 +0000 (UTC) (envelope-from danallen46@airwired.net) Received: (qmail 7868 invoked by uid 89); 14 Jun 2009 17:53:02 -0000 Received: from unknown (HELO ?192.168.0.18?) (danallen46@airwired.net@66.29.174.6) by mail.utahbroadband.com with ESMTPA; 14 Jun 2009 17:53:02 -0000 Message-Id: <5A5F688F-00A3-4F8A-BFB8-E6ACE95222A4@airwired.net> From: Dan Allen To: b. f. In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Date: Sun, 14 Jun 2009 13:05:10 -0600 References: X-Mailer: Apple Mail (2.935.3) Cc: freebsd-ports@FreeBSD.org Subject: Re: Stop in /usr/ports/lang/gcc43 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, 14 Jun 2009 19:05:13 -0000 On 13 Jun 2009, at 10:55 PM, b. f. wrote: > Some care is taken to avoid introducing circular dependencies in > Ports, so this > shouldn't happen. It sounds to me as if you have mistakenly > introduced a > USE_FORTRAN=yes into your build environment somehow. I DO have USE_FORTRAN=yes in /etc/make.conf. I will try things without that. Stay tuned... Thanks! Dan From owner-freebsd-ports@FreeBSD.ORG Sun Jun 14 19:42:37 2009 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 813681065670 for ; Sun, 14 Jun 2009 19:42:37 +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 EF52B8FC14 for ; Sun, 14 Jun 2009 19:42:36 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MFvb5-00084c-8B for freebsd-ports@freebsd.org; Sun, 14 Jun 2009 19:42:31 +0000 Received: from 200.41.broadband11.iol.cz ([90.178.41.200]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 14 Jun 2009 19:42:31 +0000 Received: from gamato by 200.41.broadband11.iol.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 14 Jun 2009 19:42:31 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: martinko Date: Sun, 14 Jun 2009 21:42:19 +0200 Lines: 12 Message-ID: References: <200906120720.36404.mel.flynn+fbsd.ports@mailing.thruhere.net> <4A32794E.8040709@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 200.41.broadband11.iol.cz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.18) Gecko/20081125 SeaMonkey/1.1.13 In-Reply-To: Sender: news Subject: Re: Virtualization software that can use existing vista installation 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, 14 Jun 2009 19:42:37 -0000 Freddie Cash wrote: > > You may be able to use the raw disk device with QEmu, but I've never tried > that or even looked into it. > Yes, you can use raw disk devices with QEMU. While it is difficult to run Windows installed on other partition within QEMU, it is perfectly possible to install Windows in QEMU and have it use attached raw disk device. M. From owner-freebsd-ports@FreeBSD.ORG Sun Jun 14 19:47:57 2009 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 B9D001065672 for ; Sun, 14 Jun 2009 19:47:57 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from mail.allbsd.org (unknown [IPv6:2001:2f0:104:e001::32]) by mx1.freebsd.org (Postfix) with ESMTP id 3DFE38FC20 for ; Sun, 14 Jun 2009 19:47:57 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from delta.allbsd.org (p3185-ipbf514funabasi.chiba.ocn.ne.jp [123.225.96.185]) (authenticated bits=128) by mail.allbsd.org (8.14.3/8.14.3) with ESMTP id n5EJlZEU061422; Mon, 15 Jun 2009 04:47:45 +0900 (JST) (envelope-from hrs@FreeBSD.org) Received: from localhost (alph.allbsd.org [192.168.0.10]) (authenticated bits=0) by delta.allbsd.org (8.13.4/8.13.4) with ESMTP id n5EJlJuw084304; Mon, 15 Jun 2009 04:47:20 +0900 (JST) (envelope-from hrs@FreeBSD.org) Date: Mon, 15 Jun 2009 04:46:42 +0900 (JST) Message-Id: <20090615.044642.89386640.hrs@allbsd.org> To: eculp@encontacto.net, roberthuff@rcn.com From: Hiroki Sato In-Reply-To: <20090611184440.64570233jo01snhk@econet.encontacto.net> References: <20090611184440.64570233jo01snhk@econet.encontacto.net> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 6.2.51 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Mon_Jun_15_04_46_42_2009_553)--" Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.93.3, clamav-milter version 0.93.3 on gatekeeper.allbsd.org X-Virus-Status: Clean X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0 (mail.allbsd.org [133.31.130.32]); Mon, 15 Jun 2009 04:47:47 +0900 (JST) Cc: freebsd-ports@FreeBSD.org Subject: Re: acroread9 crashes after maybe 10 seconds of operation. 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, 14 Jun 2009 19:47:58 -0000 ----Security_Multipart(Mon_Jun_15_04_46_42_2009_553)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit eculp wrote in <20090611184440.64570233jo01snhk@econet.encontacto.net>: ec> On my laptop running uptodate current and kernel although not rebooted ec> for 2 days. ec> ec> # uname -a ec> FreeBSD ed.local.net.mx 8.0-CURRENT FreeBSD 8.0-CURRENT #235: Tue Jun ec> 9 09:08:35 CDT 2009 ec> root@ed.local.net.mx:/usr/obj/usr/src/sys/ENCONTACTO i386 ec> ec> ec> Is anyone else seeing the following termination message after maybe 10 ec> seconds of acroread9 operation? ec> ec> # acroread9 ec> terminate called after throwing an instance of 'RSException' ec> ec> Maybe I should open a ticket? Can you add more detailed information on your environment? Packages you installed and compat.linux.osrelease sysctl are needed at the very least. Acrobat 9 works with compat.linux.osrelease=2.4.2 and linux_base-fc-4_13 on 7.2-RELEASE. On other environments it may or may not work. -- Hiroki ----Security_Multipart(Mon_Jun_15_04_46_42_2009_553)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEABECAAYFAko1U6IACgkQTyzT2CeTzy0GNQCfSujw9t+Rc1rS0z6vVhXSZt2E 04EAoKX7BSZiA9aNq88qH6o+mr3ojS4H =7zX8 -----END PGP SIGNATURE----- ----Security_Multipart(Mon_Jun_15_04_46_42_2009_553)---- From owner-freebsd-ports@FreeBSD.ORG Sun Jun 14 19:58:03 2009 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 90FC91065714; Sun, 14 Jun 2009 19:58:03 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 3B9108FC0A; Sun, 14 Jun 2009 19:58:03 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 14 Jun 2009 15:58:02 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr02.lnh.mail.rcn.net (MOS 3.10.5-GA) with ESMTP id PYX24797; Sun, 14 Jun 2009 15:58:02 -0400 (EDT) Received: from 209-6-22-188.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.22.188]) by smtp01.lnh.mail.rcn.net with ESMTP; 14 Jun 2009 15:58:02 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18997.22089.242834.29735@jerusalem.litteratus.org> Date: Sun, 14 Jun 2009 15:58:01 -0400 To: Hiroki Sato In-Reply-To: <20090615.044642.89386640.hrs@allbsd.org> References: <20090611184440.64570233jo01snhk@econet.encontacto.net> <20090615.044642.89386640.hrs@allbsd.org> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr02.lnh.mail.rcn.net) Cc: roberthuff@rcn.com, freebsd-ports@freebsd.org Subject: Re: acroread9 crashes after maybe 10 seconds of operation. 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, 14 Jun 2009 19:58:03 -0000 Hiroki Sato writes: > ec> Is anyone else seeing the following termination message after maybe 10 > ec> seconds of acroread9 operation? > > Can you add more detailed information on your environment? Packages > you installed and compat.linux.osrelease sysctl are needed at the > very least. compat.linux.osrelease: 2.6.16 linux_base-f8-8_11 > Acrobat 9 works with compat.linux.osrelease=2.4.2 and > linux_base-fc-4_13 on 7.2-RELEASE. On other environments it may > or may not work. Um. Are there plans to get it to work with something more recent? I was under the (uninformed) impression linux_base-fc-4 was, ah, workable but no longer favored. Respectfully, Robert Huff From owner-freebsd-ports@FreeBSD.ORG Sun Jun 14 21:23:35 2009 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 6510C106566B for ; Sun, 14 Jun 2009 21:23:35 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtai111.cox.net (eastrmmtai111.cox.net [68.230.240.30]) by mx1.freebsd.org (Postfix) with ESMTP id EEC708FC1C for ; Sun, 14 Jun 2009 21:23:34 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo02.cox.net ([68.1.16.120]) by eastrmmtao105.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20090614210310.DJJZ20726.eastrmmtao105.cox.net@eastrmimpo02.cox.net>; Sun, 14 Jun 2009 17:03:10 -0400 Received: from localhost ([68.103.37.153]) by eastrmimpo02.cox.net with bizsmtp id 3x391c0013JFCbG02x39wG; Sun, 14 Jun 2009 17:03:09 -0400 X-VR-Score: -200.00 X-Authority-Analysis: v=1.0 c=1 a=EZO7GMQUAAAA:8 a=kviXuzpPAAAA:8 a=6I5d2MoRAAAA:8 a=EqMTWjMhgg49qTsxaZ8A:9 a=Ec6RS9p1CDn51ssYg3_jAd3oMysA:4 a=1rXaml6zMYEA:10 a=4vB-4DCPJfMA:10 a=SV7veod9ZcQA:10 X-CM-Score: 0.00 Date: Sun, 14 Jun 2009 16:03:30 -0500 To: "Dan Allen" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 MIME-Version: 1.0 References: <5A5F688F-00A3-4F8A-BFB8-E6ACE95222A4@airwired.net> Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: <5A5F688F-00A3-4F8A-BFB8-E6ACE95222A4@airwired.net> User-Agent: Opera Mail/9.64 (Linux) Cc: "b. f." , freebsd-ports@freebsd.org Subject: Re: Stop in /usr/ports/lang/gcc43 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, 14 Jun 2009 21:23:35 -0000 On Sun, 14 Jun 2009 14:05:10 -0500, Dan Allen wrote: > > On 13 Jun 2009, at 10:55 PM, b. f. wrote: > >> Some care is taken to avoid introducing circular dependencies in Ports, >> so this >> shouldn't happen. It sounds to me as if you have mistakenly introduced >> a >> USE_FORTRAN=yes into your build environment somehow. > > I DO have USE_FORTRAN=yes in /etc/make.conf. I will try things without > that. The #1 rule is to never put the USE_* in make.conf. Cheers, Mezz > Stay tuned... > > Thanks! > > Dan -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Sun Jun 14 22:36:57 2009 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 21A06106566C for ; Sun, 14 Jun 2009 22:36:57 +0000 (UTC) (envelope-from danallen46@airwired.net) Received: from mail.utahbroadband.com (mail.utahbroadband.com [204.14.20.91]) by mx1.freebsd.org (Postfix) with ESMTP id D9DDC8FC1A for ; Sun, 14 Jun 2009 22:36:56 +0000 (UTC) (envelope-from danallen46@airwired.net) Received: (qmail 15627 invoked by uid 89); 14 Jun 2009 21:24:43 -0000 Received: from unknown (HELO ?192.168.0.18?) (danallen46@airwired.net@66.29.174.6) by mail.utahbroadband.com with ESMTPA; 14 Jun 2009 21:24:43 -0000 Message-Id: From: Dan Allen To: "Jeremy Messenger" In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Date: Sun, 14 Jun 2009 16:36:52 -0600 References: <5A5F688F-00A3-4F8A-BFB8-E6ACE95222A4@airwired.net> X-Mailer: Apple Mail (2.935.3) Cc: "b. f." , freebsd-ports@freebsd.org Subject: Re: Stop in /usr/ports/lang/gcc43 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, 14 Jun 2009 22:36:57 -0000 On 14 Jun 2009, at 3:03 PM, Jeremy Messenger wrote: > On Sun, 14 Jun 2009 14:05:10 -0500, Dan Allen > wrote: > >> >> On 13 Jun 2009, at 10:55 PM, b. f. wrote: >> >>> Some care is taken to avoid introducing circular dependencies in >>> Ports, so this >>> shouldn't happen. It sounds to me as if you have mistakenly >>> introduced a >>> USE_FORTRAN=yes into your build environment somehow. >> >> I DO have USE_FORTRAN=yes in /etc/make.conf. I will try things >> without that. > > The #1 rule is to never put the USE_* in make.conf. Okay, Firefox 3.0.11 is building. Hurray! I only put USE_FORTRAN=yes in /etc/make.conf because something somewhere said that is what I had to do in order to have Fortran built. It has been sitting in my make.conf a long time. I will avoid putting USE_* anymore. Thanks everyone! Dan From owner-freebsd-ports@FreeBSD.ORG Mon Jun 15 10:17:56 2009 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 02FBB1065674; Mon, 15 Jun 2009 10:17:56 +0000 (UTC) (envelope-from odhiambo@gmail.com) Received: from mail-bw0-f228.google.com (mail-bw0-f228.google.com [209.85.218.228]) by mx1.freebsd.org (Postfix) with ESMTP id EA2ED8FC0C; Mon, 15 Jun 2009 10:17:54 +0000 (UTC) (envelope-from odhiambo@gmail.com) Received: by bwz28 with SMTP id 28so489300bwz.43 for ; Mon, 15 Jun 2009 03:17:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=rlPRim0D1JLSuOMe6PHbl6DohBxUAkIIBraLh3KLX/A=; b=lcIW9JiUIAM8+31fUOu8x12W7FMHcl57T7k9CeazDxkVDBoM6lBZqW9pHCL4u2D9sU KGV4XfgFsqhWnX6ryoTlPZoQ4mttGJ3//T37h7AeEdx1jMlxlCXbi5Yyhng/CF6ZoWwF uFR1sZJNbPYXt57umHFFWxobo6Req4QW6biu4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=CDV1i6YOvLMAmTG8H8/jEMCv3S94xwuQMF4RdYRlf9ycyt9fvGEEi5LciAdhfwF3Kb 0xMfed+HlndyHnoWqOJrmGQgTbTP1CibeuMCbPdkeF05UskrvkWHDIiNOVCpi6IMD0H5 ffyyAP1zra9Rg4UyBSlrEYFQ5+X/jdeueaPBY= MIME-Version: 1.0 Received: by 10.223.110.4 with SMTP id l4mr4038173fap.47.1245061073536; Mon, 15 Jun 2009 03:17:53 -0700 (PDT) In-Reply-To: <4A325423.3000606@icyb.net.ua> References: <20090611194557.GC98175@bsdcrew.de> <4A325423.3000606@icyb.net.ua> Date: Mon, 15 Jun 2009 13:17:53 +0300 Message-ID: <991123400906150317y7edb560anf74c5c1eec0cc293@mail.gmail.com> From: =?UTF-8?B?T2RoaWFtYm8gIOODr+OCt+ODs+ODiOODsw==?= To: Andriy Gapon Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@freebsd.org, freebsd-emulation@freebsd.org, freebsd-current@freebsd.org, Martin Wilke Subject: Re: [Call For Testing] VirtualBox for FreeBSD! take 6 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, 15 Jun 2009 10:17:56 -0000 On Fri, Jun 12, 2009 at 4:12 PM, Andriy Gapon wrote: > on 11/06/2009 22:45 Martin Wilke said the following: > > Huhu, > > > > Yes we life and that's good :-). > > There should be a warning that this version won't start snapshots taken by > the > previous version. > My build is failing (for the first time ever since I started testing:) kmk[1]: Entering directory `/usr/home/wash/VBOX/virtualbox/work/virtualbox-2.2.51r20457' kmk[2]: Entering directory `/usr/home/wash/VBOX/virtualbox/work/virtualbox-2.2.51r20457' kBuild: Linking tstAPI /usr/local/lib/libssl.so.5: undefined reference to `d2i_X509_EXTENSIONS' /usr/local/lib/libssl.so.5: undefined reference to `ENGINE_get_ssl_client_cert_function' /usr/local/lib/libssl.so.5: undefined reference to `HMAC_CTX_set_flags' /usr/local/lib/libssl.so.5: undefined reference to `i2d_X509_EXTENSIONS' /usr/local/lib/libssl.so.5: undefined reference to `ENGINE_load_ssl_client_cert' /usr/local/lib/libssl.so.5: undefined reference to `EVP_idea_cbc' kmk[2]: *** [/usr/home/wash/VBOX/virtualbox/work/virtualbox-2.2.51r20457/out/freebsd.x86/release/obj/tstAPI/tstAPI] Error 1 The failing command: @g++ '-Wl,-rpath,/usr/local/lib/virtualbox' -m32 -o /usr/home/wash/VBOX/virtualbox/work/virtualbox-2.2.51r20457/out/freebsd.x86/release/obj/tstAPI/tstAPI /usr/home/wash/VBOX/virtualbox/work/virtualbox-2.2.51r20457/out/freebsd.x86/release/obj/tstAPI/tstAPI.o -L/usr/lib -L/usr/X11R6/lib -L/usr/local/lib /usr/home/wash/VBOX/virtualbox/work/virtualbox-2.2.51r20457/out/freebsd.x86/release/bin/VBoxRT.so /usr/home/wash/VBOX/virtualbox/work/virtualbox-2.2.51r20457/out/freebsd.x86/release/lib/VBoxCOM.a /usr/home/wash/VBOX/virtualbox/work/virtualbox-2.2.51r20457/out/freebsd.x86/release/bin/VBoxXPCOM.so kmk[2]: Leaving directory `/usr/home/wash/VBOX/virtualbox/work/virtualbox-2.2.51r20457' kmk[1]: *** [pass_binaries_this] Error 2 kmk[1]: Leaving directory `/usr/home/wash/VBOX/virtualbox/work/virtualbox-2.2.51r20457' kmk: *** [pass_binaries_order] Error 2 *** Error code 2 Stop in /usr/home/wash/VBOX/virtualbox. Not sure what is causing this. -- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254733744121/+254722743223 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ "If you have nothing good to say about someone, just shut up!." -- Lucky Dube From owner-freebsd-ports@FreeBSD.ORG Mon Jun 15 10:26:09 2009 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 2975C106566C; Mon, 15 Jun 2009 10:26:09 +0000 (UTC) (envelope-from miwi@bsdcrew.de) Received: from bsdcrew.de (duro.unixfreunde.de [85.214.90.4]) by mx1.freebsd.org (Postfix) with ESMTP id A9DA28FC13; Mon, 15 Jun 2009 10:26:08 +0000 (UTC) (envelope-from miwi@bsdcrew.de) Received: by bsdcrew.de (Postfix, from userid 1001) id 4E67A4AC60; Mon, 15 Jun 2009 12:26:07 +0200 (CEST) Date: Mon, 15 Jun 2009 12:26:07 +0200 From: Martin Wilke To: Odhiambo ??????????????? Message-ID: <20090615102607.GA45646@bsdcrew.de> References: <20090611194557.GC98175@bsdcrew.de> <4A325423.3000606@icyb.net.ua> <991123400906150317y7edb560anf74c5c1eec0cc293@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: <991123400906150317y7edb560anf74c5c1eec0cc293@mail.gmail.com> User-Agent: Mutt/1.5.19 (2009-01-05) Cc: ports@freebsd.org, freebsd-emulation@freebsd.org, freebsd-current@freebsd.org, Andriy Gapon Subject: Re: [Call For Testing] VirtualBox for FreeBSD! take 6 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, 15 Jun 2009 10:26:09 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The problem is use openssl from ports. You should deinstall that and rebuild. - - Martin On Mon, Jun 15, 2009 at 01:17:53PM +0300, Odhiambo ??????????????? wrote: > On Fri, Jun 12, 2009 at 4:12 PM, Andriy Gapon wrote: > > > on 11/06/2009 22:45 Martin Wilke said the following: > > > Huhu, > > > > > > Yes we life and that's good :-). > > > > There should be a warning that this version won't start snapshots taken by > > the > > previous version. > > > > > My build is failing (for the first time ever since I started testing:) > > kmk[1]: Entering directory > `/usr/home/wash/VBOX/virtualbox/work/virtualbox-2.2.51r20457' > kmk[2]: Entering directory > `/usr/home/wash/VBOX/virtualbox/work/virtualbox-2.2.51r20457' > kBuild: Linking tstAPI > /usr/local/lib/libssl.so.5: undefined reference to `d2i_X509_EXTENSIONS' > /usr/local/lib/libssl.so.5: undefined reference to > `ENGINE_get_ssl_client_cert_function' > /usr/local/lib/libssl.so.5: undefined reference to `HMAC_CTX_set_flags' > /usr/local/lib/libssl.so.5: undefined reference to `i2d_X509_EXTENSIONS' > /usr/local/lib/libssl.so.5: undefined reference to > `ENGINE_load_ssl_client_cert' > /usr/local/lib/libssl.so.5: undefined reference to `EVP_idea_cbc' > kmk[2]: *** > [/usr/home/wash/VBOX/virtualbox/work/virtualbox-2.2.51r20457/out/freebsd.x86/release/obj/tstAPI/tstAPI] > Error 1 > The failing command: > @g++ '-Wl,-rpath,/usr/local/lib/virtualbox' -m32 -o > /usr/home/wash/VBOX/virtualbox/work/virtualbox-2.2.51r20457/out/freebsd.x86/release/obj/tstAPI/tstAPI > /usr/home/wash/VBOX/virtualbox/work/virtualbox-2.2.51r20457/out/freebsd.x86/release/obj/tstAPI/tstAPI.o > -L/usr/lib -L/usr/X11R6/lib -L/usr/local/lib > /usr/home/wash/VBOX/virtualbox/work/virtualbox-2.2.51r20457/out/freebsd.x86/release/bin/VBoxRT.so > /usr/home/wash/VBOX/virtualbox/work/virtualbox-2.2.51r20457/out/freebsd.x86/release/lib/VBoxCOM.a > /usr/home/wash/VBOX/virtualbox/work/virtualbox-2.2.51r20457/out/freebsd.x86/release/bin/VBoxXPCOM.so > kmk[2]: Leaving directory > `/usr/home/wash/VBOX/virtualbox/work/virtualbox-2.2.51r20457' > kmk[1]: *** [pass_binaries_this] Error 2 > kmk[1]: Leaving directory > `/usr/home/wash/VBOX/virtualbox/work/virtualbox-2.2.51r20457' > kmk: *** [pass_binaries_order] Error 2 > *** Error code 2 > > Stop in /usr/home/wash/VBOX/virtualbox. > > > Not sure what is causing this. > > > -- > Best regards, > Odhiambo WASHINGTON, > Nairobi,KE > +254733744121/+254722743223 > _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ > "If you have nothing good to say about someone, just shut up!." > -- Lucky Dube - -- +-----------------------+-------------------------------+ | PGP : 0xB1E6FCE9 | Jabber : miwi(at)BSDCrew.de | | Skype : splash_111 | Mail : miwi(at)FreeBSD.org | +-----------------------+-------------------------------+ | Mess with the Best, Die like the Rest! | +-----------------------+-------------------------------+ -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iEYEARECAAYFAko2Ib4ACgkQdLJIhLHm/OkZZQCguicyAg5OlHyBD8fgdA9YSNQ0 Fe0AoI3JBdGvGmyp6lTsE3CguGCkxLeY =YVqR -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Mon Jun 15 10:30:44 2009 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 12CDC1065672; Mon, 15 Jun 2009 10:30:44 +0000 (UTC) (envelope-from odhiambo@gmail.com) Received: from mail-bw0-f228.google.com (mail-bw0-f228.google.com [209.85.218.228]) by mx1.freebsd.org (Postfix) with ESMTP id 0EDFD8FC08; Mon, 15 Jun 2009 10:30:42 +0000 (UTC) (envelope-from odhiambo@gmail.com) Received: by bwz28 with SMTP id 28so495349bwz.43 for ; Mon, 15 Jun 2009 03:30:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=QG0rIHmwVKlgiBvqLpb/Dk+GH9hCMzKMuCJLosfaZb0=; b=IJMX2sSoO06/R++R/EjnEQMJ9yZkRj169xrVQq6Wjgjyz1uZQ+9I5F1M3TMZCFGc2t kPV3HebvtDoGuM3az6BimIh1OV5Vg73TxPajxtHR/lHIYB9dFarvrLRgihx45ByTA8U4 H+ArqxhP+Y8tYGW7gXcAHI9YWH9dDV6pLkkbo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=B3U98Z1iWvpRwG0WuAh9jEC/dLQaByHqlZ2X3soM4yeqQGjHNMUtGxBa1WCqfh6K/Q 9tRKvTiB2oB7VwsAU5lANrnJRRQQRRS5bk12YBqfzO1AjxIm002zClh8eGuBNRn5s935 5XH8aA3v5Bwh33G90CN4iZNayvrlevCor+0VI= MIME-Version: 1.0 Received: by 10.223.106.148 with SMTP id x20mr3239254fao.68.1245061841838; Mon, 15 Jun 2009 03:30:41 -0700 (PDT) In-Reply-To: <20090615102607.GA45646@bsdcrew.de> References: <20090611194557.GC98175@bsdcrew.de> <4A325423.3000606@icyb.net.ua> <991123400906150317y7edb560anf74c5c1eec0cc293@mail.gmail.com> <20090615102607.GA45646@bsdcrew.de> Date: Mon, 15 Jun 2009 13:30:41 +0300 Message-ID: <991123400906150330k7f3aa11am97ea69c0d1be4768@mail.gmail.com> From: =?UTF-8?B?T2RoaWFtYm8gIOODr+OCt+ODs+ODiOODsw==?= To: Martin Wilke Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@freebsd.org, freebsd-emulation@freebsd.org, freebsd-current@freebsd.org, Andriy Gapon Subject: Re: [Call For Testing] VirtualBox for FreeBSD! take 6 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, 15 Jun 2009 10:30:44 -0000 On Mon, Jun 15, 2009 at 1:26 PM, Martin Wilke wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > The problem is use openssl from ports. You should deinstall that > and rebuild. That also means that I have to relink so many of my applications to openssl from BASE, right? Why did this version of virtualbox fail with the openssl from ports? All the others installed successfully? -- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254733744121/+254722743223 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ "If you have nothing good to say about someone, just shut up!." -- Lucky Dube From owner-freebsd-ports@FreeBSD.ORG Mon Jun 15 10:55:18 2009 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 8A611106564A for ; Mon, 15 Jun 2009 10:55:18 +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 492E18FC18 for ; Mon, 15 Jun 2009 10:55:17 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mobileKamikaze.norad (unknown [92.116.16.62]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bsdforen.de (Postfix) with ESMTP id 045E98A01DE; Mon, 15 Jun 2009 12:55:15 +0200 (CEST) Message-ID: <4A36288D.2080402@bsdforen.de> Date: Mon, 15 Jun 2009 12:55:09 +0200 From: Dominic Fandrey User-Agent: Thunderbird 2.0.0.21 (X11/20090408) MIME-Version: 1.0 To: Boris Samorodov References: <88733235@bb.ipt.ru> In-Reply-To: <88733235@bb.ipt.ru> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@FreeBSD.org Subject: Re: pkg_libchk: a missing library is not detected 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, 15 Jun 2009 10:55:18 -0000 Sorry for the late reply, this was auto-sorted into the ports@ mails and drowned there. Boris Samorodov wrote: > Hi! > > > Seems to me like a bug at pkg_libchk: > ----- > % eog > /libexec/ld-elf.so.1: Shared object "libgnome-desktop-2.so.7" not found, required by "eog" > % ldd `which eog` | grep found > libgnome-desktop-2.so.7 => not found (0x0) > % pkg_libchk -vc eog\* This just means that it's an indirect dependency, meaning that updating eog wouldn't do any good, but a dependency needs to be updated. pkg_libchk only displays direct library missings, so the result is not everything affected, but instead only everything that needs fixing. > % pkg_info -xI bsdadmin > bsdadminscripts-6.1.1 A collection of administration scripts > % > ----- > > BTW, the library libgnome-desktop-2.so.7 was replaced by a new one > libgnome-desktop-2.so.11 while updating: > ----- > 1244027909 - Wed Jun 3 15:18:29 MSD 2009 - DONE: Update to (x11/gnome-desktop) > ----- > > As I understand pkg_upgrade does not preserve old libraries at > /usr/local/lib/compat? That's true. I consider this common approach a security risk. I suggest running pkg_libchk -a and reinstalling the packages listed by it to fix that. Mostly dependent ports get version bumped if they depend on a library that was changed. Unfortunately this doesn't always happen. To ensure that you get the newest packages wipe /usr/ports/packages/All. > > > WBR From owner-freebsd-ports@FreeBSD.ORG Mon Jun 15 11:06:05 2009 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 8DECA1065672 for ; Mon, 15 Jun 2009 11:06:05 +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 714698FC19 for ; Mon, 15 Jun 2009 11:06:05 +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 n5FB652e075935 for ; Mon, 15 Jun 2009 11:06:05 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n5FB64Gk075931 for freebsd-ports@FreeBSD.org; Mon, 15 Jun 2009 11:06:04 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 15 Jun 2009 11:06:04 GMT Message-Id: <200906151106.n5FB64Gk075931@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, 15 Jun 2009 11:06:05 -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/135592 New Port: emulators/bsnes Snes Emulator BSnes o ports/135591 Update sysutils/archivemount port from 0.5.3 to 0.6.0 s ports/135544 [patch]net-im/qwit suffers from twitpocalypse f ports/135541 [PATCH] math/p5-NetCDF cannot load module with netcdf- o ports/135534 mail/postfix ignoring 'reject_authenticated_sender_log o ports/135508 New port: databases/py-postgresql, Python3.x adapter f o ports/135491 [new port] mail/milter-manager 1.0.1 f ports/135442 mkntfs from sysutils/ntfsprogs don't seems to work o ports/135322 Port graphics/linux_dri has incorrect packaging list c f ports/135311 mail/dovecot-antispam must be rebuilt if dovecot is up f ports/135300 update for ports/www/webcheck o ports/135161 finance/aqbanking update to 4.0.0 o ports/135019 sysutils/bubblemon-dockapp 1.46_6 memory usage meter i f ports/135018 Port multimedia/vlc fails to compile when WITHOUT_X11= f ports/134945 [UPDATE] update sysutils/linux-megacli f ports/134770 lang/spidermonkey misses installation of some header f f ports/134743 devel/Monotone and pthreaded dependencies o ports/134711 mail/postfix - repocopy of (old) postfix to postfix25 f ports/134639 devel/boost can't be made with parameteres -DWITH_PYT s ports/134485 net-mgmt/trafd 3.0.2.1 doesn't collect traffic o ports/134474 deskutils/wmpinboard segfaults on startup o ports/134443 [NEW PORT] multimedia/2ManDVD: Create your own video d s ports/134347 mail/spamd: spamlogd's whitelist expiration period is f ports/134271 mail/popd POP3 server dies handling messages with very f ports/134264 audio/cmus - segmentation fault with ogg files o ports/134112 [MAINTAINER] net/asterisk16-addons: update to 1.6.1.0 o ports/133928 New Port: multimedia/gdialog, A Project X addon to rea o ports/133822 New port for cad/linux-eagle5 (Eagle 5.5.0) o ports/133563 security/cfs rc script needs "mntudp" option on 8-CURR f ports/133451 www/plone3 build fails. Plone3 needs python-2.4 but li o ports/133421 [NEW PORT] java/eclipse-xsd: EMF-XSD Runtime f ports/133344 net/nss_ldap fails to compile if world was installed w o ports/133303 lang/visualworks cannot load Jun because of lacking TG o ports/133254 [bsd.fpc.mk] don't display bogus message for fpc-using o ports/133068 New port: audio/linux-genpuid f ports/133031 ports/net/igmpproxy "must be at least 2 Vif's where on o ports/132786 New port: sysutils/sispmctl Utility for controlling a o ports/132607 security/denyhosts: command_interpreter warnings in /v o ports/132391 multimedia/mplayer does not work with pulseaudio o ports/131580 port databases/frontbase upgraded to version 4.2.9 o ports/131526 lang/cmucl: CMUCL for FreeBSD 7 s ports/131218 www/privoxy+ipv6: /etc/rc: WARNING: run_rc_command: ca p ports/130779 [PATCH] emulators/dosbox enable directserial passthrou o ports/130719 www/nspluginwrapper installs plugins in the old direct o ports/130715 New Port:devel/binutils-2.19 o ports/130675 [NEW PORT] devel/ocfpcsc: Open Card Framework to PC/SC o ports/130541 new port: net/isc-dhcp41-server f ports/130209 www/typo3 upgrade removes configuration o ports/129677 /usr/ports/sysutils/aaccli Bad system call: 12 (core d o ports/129478 multimedia/acidrip: patch file to commit to ports o ports/129435 java/jakarta-commons-dbcp not BROKEN on jdk15 o ports/128603 [patch] textproc/flex has too small capacity o ports/127728 ports/games/freebsd-games doesn't build, and larn(6) s o ports/127321 japanese/kon2-16dot: buffer overflow and mouse bugs o ports/127181 audio/musicpd logs warning s ports/127087 mail/bincimap port does not include an rc.d file o ports/127017 sysutils/ntfsprogs - ntfsclone not working version 2.0 s ports/125324 editors/the (3.2) looses cursor when compiled with PDC f ports/124423 multimedia/mplayer detection of OSS Audio is faulty o ports/123927 devel/Boost and devel/boost-python ports naming genera o ports/123068 sysutils/bubblemon2 bubblemon-dockapp: error extractin f ports/121050 New port: sysutils/heartbeat2 Linux High-Availability o ports/115304 multimedia/gpac-mp4box cannot import files larger than o ports/114106 mail/postgrey does not properly shut down via rc.d scr o ports/111501 [NEW PORT] databases/ruby-oci8 o ports/108795 ports/icc: Proposed update to icc port for intel compi o amd64/104311 ports/wine should be installable on amd64 s ports/85513 Intel C++ compiler not 100% binary compatible with sys o bin/85011 /sbin/restore on 5.4 will not read Solaris-sparc dumps f ports/74752 make takes a little while before anything visible happ 70 problems total. From owner-freebsd-ports@FreeBSD.ORG Mon Jun 15 11:10:43 2009 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 D30F710656BB for ; Mon, 15 Jun 2009 11:10:43 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from dd12710.kasserver.com (dd12710.kasserver.com [85.13.134.233]) by mx1.freebsd.org (Postfix) with ESMTP id 880648FC15 for ; Mon, 15 Jun 2009 11:10:43 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from localhost.my.domain (cazador.sisis.de [193.31.11.193]) by dd12710.kasserver.com (Postfix) with ESMTP id D6854184ECCC0; Mon, 15 Jun 2009 12:45:17 +0200 (CEST) Received: (from guru@localhost) by localhost.my.domain (8.14.3/8.14.3/Submit) id n5FAjFKa004016; Mon, 15 Jun 2009 12:45:15 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: localhost.my.domain: guru set sender to guru@unixarea.de using -f Date: Mon, 15 Jun 2009 12:45:15 +0200 From: Matthias Apitz To: Odhiambo ??????????????? Message-ID: <20090615104515.GA3983@current.Sisis.de> References: <20090611194557.GC98175@bsdcrew.de> <4A325423.3000606@icyb.net.ua> <991123400906150317y7edb560anf74c5c1eec0cc293@mail.gmail.com> <20090615102607.GA45646@bsdcrew.de> <991123400906150330k7f3aa11am97ea69c0d1be4768@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <991123400906150330k7f3aa11am97ea69c0d1be4768@mail.gmail.com> User-Agent: Mutt/1.4.2.3i X-Operating-System: FreeBSD 8.0-CURRENT (i386) Cc: ports@freebsd.org, freebsd-emulation@freebsd.org, freebsd-current@freebsd.org, Andriy Gapon , Martin Wilke Subject: Re: [Call For Testing] VirtualBox for FreeBSD! take 6 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthias Apitz List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jun 2009 11:10:46 -0000 El día Monday, June 15, 2009 a las 01:30:41PM +0300, Odhiambo ??????????????? escribió: > On Mon, Jun 15, 2009 at 1:26 PM, Martin Wilke wrote: > > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > The problem is use openssl from ports. You should deinstall that > > and rebuild. > > > That also means that I have to relink so many of my applications to openssl > from BASE, right? > Why did this version of virtualbox fail with the openssl from ports? All the > others installed successfully? All, Would it be possible to discuss that software in *only* one mailing list, for example only in -emulation, and not cross posting this to three lists? thanks in advance matthias -- Matthias Apitz t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e - w http://www.unixarea.de/ People who hate Microsoft Windows use Linux but people who love UNIX use FreeBSD. From owner-freebsd-ports@FreeBSD.ORG Mon Jun 15 11:13:10 2009 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 D9A5B1065851 for ; Mon, 15 Jun 2009 11:13:10 +0000 (UTC) (envelope-from makc@issp.ac.ru) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) by mx1.freebsd.org (Postfix) with ESMTP id 3D2EC8FC12 for ; Mon, 15 Jun 2009 11:13:09 +0000 (UTC) (envelope-from makc@issp.ac.ru) Received: from lqc.issp.ac.ru [77.236.34.156:5312] (HELO/EHLO lqc.issp.ac.ru, authenticated with PLAIN) by mail.issp.ac.ru with ESMTP/inet id n5FATalm081447 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Mon, 15 Jun 2009 14:29:37 +0400 (MSD) From: Max Brazhnikov To: freebsd-ports@freebsd.org Date: Mon, 15 Jun 2009 14:28:24 +0400 User-Agent: KMail/1.11.4 (FreeBSD/7.2-STABLE; KDE/4.2.4; i386; ; ) References: <20090614164329.GA30476@lastamericanempire.com> In-Reply-To: <20090614164329.GA30476@lastamericanempire.com> Organization: ISSP RAS MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906151428.24262.makc@issp.ac.ru> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (mail.issp.ac.ru [77.236.34.3]); Mon, 15 Jun 2009 14:31:51 +0400 (MSD) X-Virus-Scanned: ClamAV 0.94.1/9467/Mon Jun 15 12:11:58 2009 on mail.issp.ac.ru X-Virus-Status: Clean Cc: Subject: Re: Optionally depending on KDE4 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, 15 Jun 2009 11:13:28 -0000 On Sun, 14 Jun 2009 10:43:29 -0600, hideo wrote: > Hi everyone, > > I'm trying to update audio/pacpl to the latest version which has > dropped support for KDE3 and added support for KDE4. By "support" > I mean it offers Konqueror and Dolphin service menu integration. > > How do I optionally pull in the KDE4 prefix and base, e.g. > USE_KDE4=kdeprefix kdebase, as a dependency if either of > these options are selected? It's described in handbook: http://www.freebsd.org/doc/en/books/porters-handbook/makefile- options.html#AEN2441 In your case the code may look as following: OPTIONS= KDE4 " Konqueror and Dolphin service menu integration" off .include .if defined(WITH_KDE4) USE_KDE4= kdeprefix kdebase PLIST_SUB+= KDE="" .else PLIST_SUB+= KDE="@comment " .endif .include > Also, I notice that when these KDE4 > options are set, everything the port installs goes in KD4_PREFIX, > including config, data, doc, and shared files. Are users expected > to know that KDE4 dependent ports have their config files, for example, > in /usr/local/kde4/etc instead of /usr/local/etc? I expect this is rhetoric question :) > Thanks, > Zach Max From owner-freebsd-ports@FreeBSD.ORG Mon Jun 15 11:55:01 2009 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 D0B3B1065670 for ; Mon, 15 Jun 2009 11:55:01 +0000 (UTC) (envelope-from mbeis@xs4all.nl) Received: from smtp-vbr12.xs4all.nl (smtp-vbr12.xs4all.nl [194.109.24.32]) by mx1.freebsd.org (Postfix) with ESMTP id 5F3F08FC13 for ; Mon, 15 Jun 2009 11:55:01 +0000 (UTC) (envelope-from mbeis@xs4all.nl) Received: from yokozuna.lan (213-84-73-82.adsl.xs4all.nl [80.101.78.208]) by smtp-vbr12.xs4all.nl (8.13.8/8.13.8) with ESMTP id n5FBdXxt044070 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 15 Jun 2009 13:39:33 +0200 (CEST) (envelope-from mbeis@xs4all.nl) Received: from yokozuna.lan (yokozuna.lan [127.0.0.1]) by yokozuna.lan (8.14.3/8.14.3) with ESMTP id n5FBdWgI085913 for ; Mon, 15 Jun 2009 13:39:32 +0200 (CEST) (envelope-from mbeis@xs4all.nl) Date: Mon, 15 Jun 2009 13:39:32 +0200 (CEST) From: Marco Beishuizen Sender: marco@yokozuna.lan To: freebsd-ports@freebsd.org In-Reply-To: <20090614084934.GB13676@tandon.net> Message-ID: References: <20090614064409.GA95015@ozzmosis.com> <20090614084934.GB13676@tandon.net> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by XS4ALL Virus Scanner Subject: Re: www/youtube_dl build failure X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marco Beishuizen List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jun 2009 11:55:02 -0000 On Sun, 14 Jun 2009, Sahil Tandon wrote: > On Sun, 14 Jun 2009, andrew clarke wrote: > >> 16:40 ozzmosis@blizzard [/usr/ports/www/youtube_dl]sudo make >> ===> Vulnerability check disabled, database not found >> ===> Extracting for youtube_dl-2009.05.30_1 >> cannot open 2009.05.30/youtube-dl: No such file or directory >> *** Error code 2 > > This is not a build failure; make(1) errors out during the extract phase. > After the most recent update (committed just a few hours ago), the fetch > target sees an old youtube-dl file in ${DISTDIR}, and does not download it > into ${DISTDIR}/2009.05.30/youtube-dl, which is where the port is now looking > for the file. Try deleting /usr/ports/distfiles/youtube-dl and make(1) > again. I have this same problem. Removing the directory doesn't solve the problem. /usr/ports/distfiles/youtube-dl doesn't exist because that isn't the correct directory, it's /usr/ports/distfiles/youtube_dl. -- MSDOS is not dead, it just smells that way. -- Henry Spencer From owner-freebsd-ports@FreeBSD.ORG Mon Jun 15 12:38:27 2009 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 E02631065670 for ; Mon, 15 Jun 2009 12:38:27 +0000 (UTC) (envelope-from bounce-jtcpkjskcwchdgpwkv@news.college.us.com) Received: from mail5.news.college.us.com (mail5.news.college.us.com [64.20.249.20]) by mx1.freebsd.org (Postfix) with ESMTP id A8C358FC12 for ; Mon, 15 Jun 2009 12:38:27 +0000 (UTC) (envelope-from bounce-jtcpkjskcwchdgpwkv@news.college.us.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; s=default; d=news.college.us.com; h=Message-ID:Date:From:Reply-To:To:Subject:Mime-Version:Content-Type:Content-Transfer-Encoding:List-Unsubscribe; i=CollegeNews@news.college.us.com; bh=z+OUxdX4dfSxNNdl6FvJ/JrCgfQ=; b=Ld5d+XdC6OaHjqQSSOIHYRasYIU6ng6s8KQfogRbWHMh6SxMIU2V4sxKQSzJXqxok8xq9KwSnkX6 v9yj2hBZ6w== DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns; s=default; d=news.college.us.com; b=M82Ne+VAHYgqDiEeHNXcRCEYxibVWI8FglDZ/AtDOT6hb+r5OuoMu69nG4ra9OteDzI0JYyCdGtQ OQRkMIobbw==; Received: by mail5.news.college.us.com id h6oose0c3dov for ; Mon, 15 Jun 2009 06:24:28 -0500 (envelope-from ) Message-ID: <31546101.1245068887108.JavaMail.root@news.college.us.com> Date: Mon, 15 Jun 2009 07:28:07 -0500 (CDT) From: College News To: " John" Content-Transfer-Encoding: quoted-printable X-VAN: esnhmrcrcbzswnwsvcczvhnw wnrhmnwnvwshmcbvchrhswtmrcn hnnvtzrcr x-campaignid: vantage165072 MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Culinary Arts training is now available in 55102 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: College News List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jun 2009 12:38:28 -0000 3D"A You are receiving this message because you s= ubmitted the email address ports@freebsd.org to receive information from = http://www.directscholar.com on Jun 09 2009 07:25AM. [1]Go here= to add us to your address book [2]View in Browser | [3]Unsubscribe" style=3D"color:#666= 666; text-decoration:none">Remove My Email =20 =20 =09=09=09[4] 3D"T= =09 =09 =09=09 =09=09=09[5] 3D""= =09 [6]Dear John: Are you creative? Do you have a passion for food? You can use your creativity to fuel a successful career in the Culina= ry Arts. All it takes is talent, a love for food, and the right training. T= hat's where Le Cordon Bleu Schools North America come in. Find out more about Le Cordon Bleu's cu= linary programs now. Whether it's a career in the Culinary Arts, Patis= serie and Baking, or Hospitality and Restaurant Management= you seek, Le Cordon Bleu Schools North America can help you get t= here! With over 100 years of teaching experience, and with more than a dozen cul= inary arts centers across the country, Le Cordon Bleu Schools North America= can give you the training you need to reach your dream career. Take the first step toward your culinary career today! Learn more about Le Cordon Bleu culinar= y programs now. =09 [7]3D"Learn [8]3D"" =09 =09 =09=09=09[9] 3D""= =09 This email was sent by: College.us.com 2711 N. Sepulveda Blvd. # 148, Manhattan Beach, CA 90266 You have subsc= ribed to receive information from us with ports@freebsd.org This email was sent to you because you requested we send you periodical inf= ormation about schools and colleges. To stop receiving email from Colle= ge.us.com, [10]Remove m= e or write us at the address listed above Please view our [11]Privacy Policy [njznlfhpd_njdhqnfqdrd.gif&o=] References 1. 3D"http://www.news.college.us.com/c= 2. 3D"http://www.news.college.u=/ 3. 3D"http://www.news.college.us.co=/ 4. 3D"http://www.news.college.us.com/vptfmkztz_= 5. 3D"http://www.news.college.us.com/zrvtrnsvw_= 6. 3D"http://www.news.college.us.com/aqv= 7. 3D"http://www.news.college.us.com/gbpthdjpd_= 8. 3D"http://www.news.college.us.com/mylfzwslz_njdhqnfqdrd_gbpsjqz= 9. 3D"http://www.news.college.us.com/ohnmcbgpv_= 10. 3D"http://www.news.college.us.com/gbpthdjlp_= 11. =3D"http://www.news.college.us.com/ueqpgfbjj_njdhqnfqdrd_tdcjhkbl.html"= From owner-freebsd-ports@FreeBSD.ORG Mon Jun 15 13:47:59 2009 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 AEC6910656A7 for ; Mon, 15 Jun 2009 13:47:59 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from aegis.hamla.org (aegis.hamla.org [206.251.255.39]) by mx1.freebsd.org (Postfix) with ESMTP id 8C5BE8FC15 for ; Mon, 15 Jun 2009 13:47:59 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from localhost (localhost [127.0.0.1]) by aegis.hamla.org (Postfix) with ESMTP id EAAC95C50; Mon, 15 Jun 2009 09:49:38 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tandon.net; h= date:subject:mime-version:x-mailer:content-transfer-encoding :content-type:in-reply-to:from:message-id:references:received :received:x-virus-scanned; s=aegis; t=1245073778; bh=WLm/dgpU9Fj Qk/qH+LzepVAaoWueXpBucwS5Ts1Crdo=; b=Wz8e0Mv6uKGjEIKTfJI0jE/7/NE XnUyBg/nCU6ePxzyVtiZbHGPN4D9QKltgQ9hjzt5GXPRucoPK5p13RN9BVHtJWzh YqGCqtt8FPheZl0XdCn5Vwd/pNknTHwWKC+H5USJ3KA0goZ+I92x9CTwy4GnSfMk lmwwMxi2wjvOEPd8= X-Virus-Scanned: by ClamAV at aegis.hamla.org Received: from aegis.hamla.org ([127.0.0.1]) by localhost (aegis.hamla.org [127.0.0.1]) (amavisd-new, port 10027) with LMTP id gPhj9ixgpC6S; Mon, 15 Jun 2009 09:49:38 -0400 (EDT) Received: from [10.157.67.45] (unknown [32.142.192.59]) by aegis.hamla.org (Postfix) with ESMTPSA id 581F95C4C; Mon, 15 Jun 2009 09:49:37 -0400 (EDT) References: <20090614064409.GA95015@ozzmosis.com> <20090614084934.GB13676@tandon.net> Message-Id: <9924961B-D964-44D9-853A-CEC16F2EE7DE@tandon.net> From: Sahil Tandon To: Marco Beishuizen In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Mailer: iPhone Mail (5H11) Mime-Version: 1.0 (iPhone Mail 5H11) Date: Mon, 15 Jun 2009 09:47:48 -0400 Cc: "freebsd-ports@freebsd.org" Subject: Re: www/youtube_dl build failure 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, 15 Jun 2009 13:48:00 -0000 On Jun 15, 2009, at 7:39 AM, Marco Beishuizen wrote: > On Sun, 14 Jun 2009, Sahil Tandon wrote: > >> On Sun, 14 Jun 2009, andrew clarke wrote: >> >>> 16:40 ozzmosis@blizzard [/usr/ports/www/youtube_dl]sudo make >>> ===> Vulnerability check disabled, database not found >>> ===> Extracting for youtube_dl-2009.05.30_1 >>> cannot open 2009.05.30/youtube-dl: No such file or directory >>> *** Error code 2 >> >> This is not a build failure; make(1) errors out during the extract >> phase. >> After the most recent update (committed just a few hours ago), the >> fetch >> target sees an old youtube-dl file in ${DISTDIR}, and does not >> download it >> into ${DISTDIR}/2009.05.30/youtube-dl, which is where the port is >> now looking >> for the file. Try deleting /usr/ports/distfiles/youtube-dl and >> make(1) >> again. > > I have this same problem. Removing the directory doesn't solve the > problem. /usr/ports/distfiles/youtube-dl doesn't exist because that > isn't the correct directory, it's /usr/ports/distfiles/youtube_dl. Typo on my part with regard to dash vs. underscore. And it is not a directory! Also, another commit was made after I tested the abovementioned 'workaround' and postes to this list, so maybe something different is now required. In the worse case just manually roll back the port's Makefile to what it was before the last two commits. It is not ideal or recommended but will do the trick if you're desperate to install. From owner-freebsd-ports@FreeBSD.ORG Mon Jun 15 15:00:52 2009 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 A2341106564A for ; Mon, 15 Jun 2009 15:00:52 +0000 (UTC) (envelope-from mbeis@xs4all.nl) Received: from smtp-vbr13.xs4all.nl (smtp-vbr13.xs4all.nl [194.109.24.33]) by mx1.freebsd.org (Postfix) with ESMTP id 37B2C8FC20 for ; Mon, 15 Jun 2009 15:00:52 +0000 (UTC) (envelope-from mbeis@xs4all.nl) Received: from yokozuna.lan (213-84-73-82.adsl.xs4all.nl [80.101.78.208]) by smtp-vbr13.xs4all.nl (8.13.8/8.13.8) with ESMTP id n5FF0emp076231 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 15 Jun 2009 17:00:41 +0200 (CEST) (envelope-from mbeis@xs4all.nl) Received: from yokozuna.lan (yokozuna.lan [127.0.0.1]) by yokozuna.lan (8.14.3/8.14.3) with ESMTP id n5FF0eHW009847; Mon, 15 Jun 2009 17:00:40 +0200 (CEST) (envelope-from mbeis@xs4all.nl) Date: Mon, 15 Jun 2009 17:00:40 +0200 (CEST) From: Marco Beishuizen Sender: marco@yokozuna.lan To: Sahil Tandon In-Reply-To: <9924961B-D964-44D9-853A-CEC16F2EE7DE@tandon.net> Message-ID: References: <20090614064409.GA95015@ozzmosis.com> <20090614084934.GB13676@tandon.net> <9924961B-D964-44D9-853A-CEC16F2EE7DE@tandon.net> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by XS4ALL Virus Scanner Cc: "freebsd-ports@freebsd.org" Subject: Re: www/youtube_dl build failure X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marco Beishuizen List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jun 2009 15:00:53 -0000 On Mon, 15 Jun 2009, Sahil Tandon wrote: > Typo on my part with regard to dash vs. underscore. And it is not a > directory! Also, another commit was made after I tested the abovementioned > 'workaround' and postes to this list, so maybe something different is now > required. In the worse case just manually roll back the port's Makefile to > what it was before the last two commits. It is not ideal or recommended but > will do the trick if you're desperate to > install. It seems that the file youtube-dl didn't get downloaded at all for some reason. I downloaded it manually from ftp.freebsd.org in /usr/ports/distfiles/ and then it installed just fine. Marco -- If an S and an I and an O and a U With an X at the end spell Su; And an E and a Y and an E spell I, Pray what is a speller to do? Then, if also an S and an I and a G And an HED spell side, There's nothing much left for a speller to do But to go commit siouxeyesighed. -- Charles Follen Adams, "An Orthographic Lament" From owner-freebsd-ports@FreeBSD.ORG Mon Jun 15 15:16:49 2009 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 17C45106564A for ; Mon, 15 Jun 2009 15:16:49 +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 DC8028FC12 for ; Mon, 15 Jun 2009 15:16:48 +0000 (UTC) (envelope-from hideo@lastamericanempire.com) Received: by darwin.lastamericanempire.com (Postfix, from userid 1001) id CDB601CD20; Mon, 15 Jun 2009 09:16:47 -0600 (MDT) Date: Mon, 15 Jun 2009 09:16:47 -0600 From: hideo To: Max Brazhnikov Message-ID: <20090615151647.GA40615@lastamericanempire.com> Mail-Followup-To: Max Brazhnikov , freebsd-ports@freebsd.org References: <20090614164329.GA30476@lastamericanempire.com> <200906151428.24262.makc@issp.ac.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200906151428.24262.makc@issp.ac.ru> User-Agent: Mutt/1.5.19 (2009-01-05) Cc: freebsd-ports@freebsd.org Subject: Re: Optionally depending on KDE4 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, 15 Jun 2009 15:16:49 -0000 Max Brazhnikov (Mon 06/15/09 14:28): > On Sun, 14 Jun 2009 10:43:29 -0600, hideo wrote: > > Hi everyone, > > > > I'm trying to update audio/pacpl to the latest version which has > > dropped support for KDE3 and added support for KDE4. By "support" > > I mean it offers Konqueror and Dolphin service menu integration. > > > > How do I optionally pull in the KDE4 prefix and base, e.g. > > USE_KDE4=kdeprefix kdebase, as a dependency if either of > > these options are selected? > > It's described in handbook: > http://www.freebsd.org/doc/en/books/porters-handbook/makefile- > options.html#AEN2441 > > In your case the code may look as following: > > OPTIONS= KDE4 " Konqueror and Dolphin service menu integration" off > > .include > > .if defined(WITH_KDE4) > USE_KDE4= kdeprefix kdebase > PLIST_SUB+= KDE="" > .else > PLIST_SUB+= KDE="@comment " > .endif > > .include Thanks Max. I had tried something similar but still had so it bombed. > > Also, I notice that when these KDE4 > > options are set, everything the port installs goes in KD4_PREFIX, > > including config, data, doc, and shared files. Are users expected > > to know that KDE4 dependent ports have their config files, for example, > > in /usr/local/kde4/etc instead of /usr/local/etc? > > I expect this is rhetoric question :) Not really but I think it was due to my misunderstanding of what kdeprefix did. By not adding that to USE_KDE4 I still have access to KDE4_PREFIX without everything getting installed there. The only thing I'm still trying to figure out is how to get the difference, if any, between LOCALBASE and KDE4_PREFIX for the PLIST_SUB on the KDE4 related options. If I put the following in pkg-plist %%DOLPHIN%%share/kde4/services/ServiceMenus/dolphin/pacpl.desktop %%KONQUEROR%%share/kde4/services/ServiceMenus/konqueror/pacpl.desktop when it comes time to deinstall it fails because the paths are obviously relative to LOCALBASE. However, I don't want to hardcode the difference in the paths, e.g. kde4, unless necessary, since it could change. It seems like the thing to do would be to remove LOCALBASE from KDE4_PREFIX and add that to PLIST_SUB, though I'm not quite sure how to do that. Am I thinking about this in the wrong way? > > Max Zach From owner-freebsd-ports@FreeBSD.ORG Mon Jun 15 18:09:21 2009 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 080B81065677 for ; Mon, 15 Jun 2009 18:09:21 +0000 (UTC) (envelope-from mel.flynn+fbsd.ports@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id C3C2C8FC20 for ; Mon, 15 Jun 2009 18:09:20 +0000 (UTC) (envelope-from mel.flynn+fbsd.ports@mailing.thruhere.net) Received: from smoochies.rachie.is-a-geek.net (mailhub.lan.rachie.is-a-geek.net [192.168.2.11]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 166B97E83F; Mon, 15 Jun 2009 10:09:20 -0800 (AKDT) From: Mel Flynn To: freebsd-ports@freebsd.org Date: Mon, 15 Jun 2009 10:09:18 -0800 User-Agent: KMail/1.11.4 (FreeBSD/8.0-CURRENT; KDE/4.2.4; i386; ; ) References: <88733235@bb.ipt.ru> <4A36288D.2080402@bsdforen.de> In-Reply-To: <4A36288D.2080402@bsdforen.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906151009.19181.mel.flynn+fbsd.ports@mailing.thruhere.net> Cc: Boris Samorodov , Dominic Fandrey Subject: Re: pkg_libchk: a missing library is not detected 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, 15 Jun 2009 18:09:21 -0000 On Monday 15 June 2009 02:55:09 Dominic Fandrey wrote: > Sorry for the late reply, this was auto-sorted into the ports@ mails > and drowned there. > > Boris Samorodov wrote: > > As I understand pkg_upgrade does not preserve old libraries at > > /usr/local/lib/compat? > > That's true. I consider this common approach a security risk. It is a service interruption to delete libraries that are still used and this can also lead to security problems. However, pkg_upgrade cannot ever hope to fix this problem, because the buildservers do not unconditionally rebuild packages that mention the upgraded port in LIB_DEPENDS, therefore it is better to leave these shared libraries around. > To ensure that you get the newest packages wipe > /usr/ports/packages/All. Erm, the download time associated with that approach doesn't really speed up things, nor does it guarantee that you will have working binaries if the port maintainer forgot to version bump a port. -- Mel From owner-freebsd-ports@FreeBSD.ORG Mon Jun 15 18:19:48 2009 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 64FE21065673 for ; Mon, 15 Jun 2009 18:19:48 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) by mx1.freebsd.org (Postfix) with ESMTP id EB8B98FC1B for ; Mon, 15 Jun 2009 18:19:47 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from 210-83.pptp.artx.ru [62.63.83.210:56262] (HELO/EHLO luna.dio.ru, authenticated with PLAIN) by mail.issp.ac.ru with ESMTP/inet id n5FI1hoa099656 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Mon, 15 Jun 2009 22:01:44 +0400 (MSD) From: Max Brazhnikov To: hideo Date: Mon, 15 Jun 2009 22:00:07 +0400 User-Agent: KMail/1.11.4 (FreeBSD/7.2-STABLE; KDE/4.2.4; i386; ; ) References: <20090614164329.GA30476@lastamericanempire.com> <200906151428.24262.makc@issp.ac.ru> <20090615151647.GA40615@lastamericanempire.com> In-Reply-To: <20090615151647.GA40615@lastamericanempire.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906152200.07706.makc@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (mail.issp.ac.ru [77.236.34.3]); Mon, 15 Jun 2009 22:01:44 +0400 (MSD) X-Virus-Scanned: ClamAV 0.94.1/9467/Mon Jun 15 12:11:58 2009 on mail.issp.ac.ru X-Virus-Status: Clean Cc: freebsd-ports@freebsd.org Subject: Re: Optionally depending on KDE4 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, 15 Jun 2009 18:19:48 -0000 On Mon, 15 Jun 2009 09:16:47 -0600, hideo wrote: > Max Brazhnikov (Mon 06/15/09 14:28): > > On Sun, 14 Jun 2009 10:43:29 -0600, hideo wrote: > > > Hi everyone, > > > > > > I'm trying to update audio/pacpl to the latest version which has > > > dropped support for KDE3 and added support for KDE4. By "support" > > > I mean it offers Konqueror and Dolphin service menu integration. > > > > > > How do I optionally pull in the KDE4 prefix and base, e.g. > > > USE_KDE4=kdeprefix kdebase, as a dependency if either of > > > these options are selected? > > > > It's described in handbook: > > http://www.freebsd.org/doc/en/books/porters-handbook/makefile- > > options.html#AEN2441 > > > > In your case the code may look as following: > > > > OPTIONS= KDE4 " Konqueror and Dolphin service menu integration" off > > > > .include > > > > .if defined(WITH_KDE4) > > USE_KDE4= kdeprefix kdebase > > PLIST_SUB+= KDE="" > > .else > > PLIST_SUB+= KDE="@comment " > > .endif > > > > .include > > Thanks Max. I had tried something similar but still had > so it bombed. > > > > Also, I notice that when these KDE4 > > > options are set, everything the port installs goes in KD4_PREFIX, > > > including config, data, doc, and shared files. Are users expected > > > to know that KDE4 dependent ports have their config files, for example, > > > in /usr/local/kde4/etc instead of /usr/local/etc? > > > > I expect this is rhetoric question :) > > Not really but I think it was due to my misunderstanding of what > kdeprefix did. By not adding that to USE_KDE4 I still have access to > KDE4_PREFIX without everything getting installed there. kdeprefix redefines PREFIX from its default value ${LOCALBASE} to ${KDE4_PREFIX} (which is ${LOCALBASE}/kde4 currently, however it will be changed to pure ${LOCALBASE} after removal kde3 from portstree). Whether a port should use kdeprefix it depends on how closely the port is tight to KDE4. Kde-dependent ports should go to KDE4_PREFIX mostly. If port does't use kde libraries (e.g. gtk based apps), but provides integration support for KDE4, then you may want to avoid kdeprefix. > The only thing I'm still trying to figure out is how to get the > difference, if any, between LOCALBASE and KDE4_PREFIX for the PLIST_SUB > on the KDE4 related options. If I put the following in pkg-plist > > %%DOLPHIN%%share/kde4/services/ServiceMenus/dolphin/pacpl.desktop > %%KONQUEROR%%share/kde4/services/ServiceMenus/konqueror/pacpl.desktop > > when it comes time to deinstall it fails because the paths are obviously > relative to LOCALBASE. However, I don't want to hardcode the difference > in the paths, e.g. kde4, unless necessary, since it could change. You can use @cwd directive in plist for this case: stuff/that/lives/in/localbase @cwd %%KDE4_PREFIX%% %%DOLPHIN%%share/kde4/services/ServiceMenus/dolphin/pacpl.desktop %%KONQUEROR%%share/kde4/services/ServiceMenus/konqueror/pacpl.desktop just add PLIST_SUB+= KDE4_PREFIX="${KDE4_PREFIX}" to Makefile. > It > seems like the thing to do would be to remove LOCALBASE from KDE4_PREFIX > and add that to PLIST_SUB, though I'm not quite sure how to do that. Am > I thinking about this in the wrong way? > > > Max > > Zach Send me PR when you are ready and I'll commit it for you, Max From owner-freebsd-ports@FreeBSD.ORG Mon Jun 15 19:33:15 2009 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 C829A106567A for ; Mon, 15 Jun 2009 19:33:15 +0000 (UTC) (envelope-from lordi@msdi.ca) Received: from spamfirewall.msdihosting.net (spamfirewall.msdsky.com [64.18.66.8]) by mx1.freebsd.org (Postfix) with ESMTP id 956CA8FC15 for ; Mon, 15 Jun 2009 19:33:15 +0000 (UTC) (envelope-from lordi@msdi.ca) X-ASG-Debug-ID: 1245094393-3e0201f80000-cQP66v X-Barracuda-URL: http://spamfirewall.msdihosting.net:80/cgi-bin/mark.cgi Received: from mail02.msdihosting.net (localhost [127.0.0.1]) by spamfirewall.msdihosting.net (Spam & Virus Firewall) with ESMTP id 85FAC12C9ED; Mon, 15 Jun 2009 15:33:13 -0400 (EDT) Received: from mail02.msdihosting.net (mail02.msdihosting.net [64.18.67.9]) by spamfirewall.msdihosting.net with ESMTP id 2wwkdVVtP8m1qxJL; Mon, 15 Jun 2009 15:33:13 -0400 (EDT) X-Barracuda-Envelope-From: lordi@msdi.ca Received: from dell390 ([96.22.241.188]) by mail02.msdihosting.net ((iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003))) with ASMTP id QRI44553; Mon, 15 Jun 2009 15:44:18 -0400 From: "Ian Lord" To: "'Alex Dupre'" References: <1C85B990B1204CCC835EA2850FE82C22@msdi.local> <4A32163B.3000308@FreeBSD.org> X-ASG-Orig-Subj: RE: FreeBSD Port: mysql-server5.4.x Date: Mon, 15 Jun 2009 15:32:51 -0400 Message-ID: <0AE299ED35B34221B6BBE9DF981BC9F8@msdi.local> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 11 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 Thread-index: AcnrPAa3qx9lgR8NT1OSnQ8Q4dysNgCs+G0A In-Reply-To: <4A32163B.3000308@FreeBSD.org> X-Barracuda-Connect: mail02.msdihosting.net[64.18.67.9] X-Barracuda-Start-Time: 1245094393 X-Barracuda-Virus-Scanned: by Barracuda Spam & Virus Firewall at msdihosting.net Cc: ports@FreeBSD.org Subject: RE: FreeBSD Port: mysql-server5.4.x 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, 15 Jun 2009 19:33:16 -0000 Hi Alex, Thanks for the reply. Let me know if I can do something to help you on it, I'd like to see = this soon so If I can help you with anything... Take care ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Ian Lord MSD Informatique 143 Rue des Fauvettes St-Colomban (Qu=E9bec) J5K 0E2 T=E9l: (514) 776-MSDI -> (514) 776-6734 Sans Frais: 1(877) 776-MSDI -> 1(877) 776-6734 http://www.msdi.ca =20 -----Original Message----- From: Alex Dupre [mailto:ale@FreeBSD.org]=20 Sent: 12 juin 2009 04:48 To: Ian Lord Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: mysql-server5.4.x Ian Lord ha scritto: >=20 > I would like to know if you are planning a port for mysql server 5.4 = soon. >=20 It's in my TODO list. --=20 Alex Dupre From owner-freebsd-ports@FreeBSD.ORG Mon Jun 15 20:21:05 2009 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 6DFEC106564A for ; Mon, 15 Jun 2009 20:21:05 +0000 (UTC) (envelope-from bounce-dbbgljwlbcbvzqgjbh@news.college.us.com) Received: from mail4.news.college.us.com (mail4.news.college.us.com [64.20.249.19]) by mx1.freebsd.org (Postfix) with ESMTP id 34C818FC08 for ; Mon, 15 Jun 2009 20:21:05 +0000 (UTC) (envelope-from bounce-dbbgljwlbcbvzqgjbh@news.college.us.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; s=default; d=news.college.us.com; h=Message-ID:Date:From:Reply-To:To:Subject:Mime-Version:Content-Type:Content-Transfer-Encoding:List-Unsubscribe; i=CollegeNews@news.college.us.com; bh=ELXAzvAp40o308d4RChGB6I6e1g=; b=hNIemRYPsIR/Ldoo2kJZidirQFuE/KCv+ygXy5WtVICQTzmb+hXuBC7XhKGJuykpGeMwTvEaeOkn w6KwmxaANQ== DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns; s=default; d=news.college.us.com; b=lyILXYBawbHj5h54YevjXDki4wIO6OfUHHCSTE++gy7usCH1pMZmk4mR9Z29otAbh5o+aB7x/B9u onp31/72QA==; Received: by mail4.news.college.us.com id h6qmeu0c3doh for ; Mon, 15 Jun 2009 14:59:45 -0500 (envelope-from ) Message-ID: <32315961.1245096030981.JavaMail.root@news.college.us.com> Date: Mon, 15 Jun 2009 15:00:30 -0500 (CDT) From: College News To: " John" Content-Transfer-Encoding: quoted-printable X-VAN: fwypvjymmrdlvfvlyjypvypvy vfmgqfvfyvlgqjryjgmglvdqrgf vjjmdpypdr x-campaignid: vantage165432 MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: 2009 class information now available in 55102 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: College News List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jun 2009 20:21:05 -0000 You are receiving this message because you submitted the email addr= ess ports@freebsd.org to receive information from http://www.directscholar.com on = Jun 09 2009 07:25AM. [1]Go here to = add us to your address book [2]View in Browser | [3][images=] [4][e=] <= /a> =20 [5]De= ar John: If you're looking for a way to make more money, gett= ing an Associate's, Bachelor's, or Master's degree is the= answer. People who hold degrees earn more than those who don't &ndas= h; plain and simple. It's easier than ever to = find a school that works for you. Check out our easy school search now! =09=09 =09=09 [6][edusee=] =09=09 =09=09 =09 [7] Schools are making it= more convenient than ever to earn your degree. Many offer day, evening, an= d weekend classes, so your life won't be interrupted by your educatio= n. You can also try online classes, which let you study from your home or o= ffice. Let us help you find the right school! Explore all your school and degree options now.<= /p> [8][eduseek=] [9][eduseek_05.jp=] [10][images=] =09 =09=09 =09=09=09 =09=09=09 This email was sent by: COLLEGE.US.COM 2711 N. Sepulveda Blvd. # 148, Manhattan Beach, CA 90266 You have subscribed to receive information from us with ports@freebsd.org =20 This email was sent to you because you requested we send you periodical= information about schools and colleges. To stop receiving email from COLLEGE.US.COM, [11]Remove me or write us at the address li= sted above Please view our [12]Privacy Policy [fwvqmfqvr_hgkbdptdkwk.gif&o=] References Visible links 1. 3D"http://www.news.college.us.com/bncmkgmkc_hgkbdptdkwk_dbzqgjb= 2. 3D"http://www.news.college.us.com/ihcdkfdkf_hgkbdptdkwk_pwkmz= 3. 3D"http://www.news.college.us.com/sfnhydhyb_= 4. 3D"http://www.news.college.us.=/ 5. 3D"http://www.news.college.us.com/eswmrnmrt_= 6. 3D"http://www.news.college.us.com/xdb= 7. 3D"http://www.news.=/ 8. 3D"http://www.news.college.us.com/czpbtfbtl_= 9. 3D"http://www.news.college.us.com/vptzcbztc_hgkbdptdkwk= 10. 3D"http://www.news.college.us.com/yhdvjqvdd_= 11. 3D"http://www=/ 12. 3D"http://ww=/ Hidden links: 13. 3D"http://www.news.college.us.com/kwvlmjlmb_hgkbdptdkwk_ihcbdtgf.= From owner-freebsd-ports@FreeBSD.ORG Tue Jun 16 03:26:04 2009 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 4D8C21065674 for ; Tue, 16 Jun 2009 03:26:04 +0000 (UTC) (envelope-from bennett@cs.niu.edu) Received: from mp.cs.niu.edu (mp.cs.niu.edu [131.156.145.41]) by mx1.freebsd.org (Postfix) with ESMTP id 22E378FC14 for ; Tue, 16 Jun 2009 03:26:03 +0000 (UTC) (envelope-from bennett@cs.niu.edu) Received: from mp.cs.niu.edu (bennett@localhost [127.0.0.1]) by mp.cs.niu.edu (8.14.3/8.14.3) with ESMTP id n5G3Px9O008121 for ; Mon, 15 Jun 2009 22:25:59 -0500 (CDT) Date: Mon, 15 Jun 2009 22:25:59 -0500 (CDT) From: Scott Bennett Message-Id: <200906160325.n5G3PxGP008120@mp.cs.niu.edu> To: freebsd-ports@freebsd.org Subject: [REPOST] problem upgrading perl 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, 16 Jun 2009 03:26:04 -0000 I got no responses when I posted this a few days ago, so I'm reposting it now. I'd really like to finish the perl upgrade process, so I could move on to installing/updating other ports safely, but could use some advice. -------------------------------------------------------------------- Following the instructions in /usr/ports/UPDATING for upgrading from lang/perl5.8 to lang/perl5.10 using portmaster, the first part seems to go well. The last line of that process is where the excerpt below begins. The second step, as you will see, fails with the error message shown. /usr/ports/UPDATING neglects to mention what to do next, and the process looks incomplete at this point. If someone could offer instructions for completing the process, I would be grateful. ===>>> Upgrade of perl-5.8.9_2 to perl-threaded-5.10.0_3 complete hellas# nice +18 portmaster -v -r perl\* ===>>> No ORIGIN in /var/db/pkg/perl-threaded-5.10.0_3/+CONTENTS:@comment ORIGIN:lang/perl5.10 /var/db/pkg/perltidy-20071205/+CONTENTS:@comment ORIGIN:devel/perltidy/+CONTENTS ===>>> Aborting update hellas# Please copy me in on any responses. I'm subscribed to the digest form of this list, so responses sent only to the list may take up to a day to be sent to me as part of the digest. Thanks in advance for any assistance in proceeding with the perl upgrade. Scott Bennett, Comm. ASMELG, CFIAG ********************************************************************** * Internet: bennett at cs.niu.edu * *--------------------------------------------------------------------* * "A well regulated and disciplined militia, is at all times a good * * objection to the introduction of that bane of all free governments * * -- a standing army." * * -- Gov. John Hancock, New York Journal, 28 January 1790 * ********************************************************************** From owner-freebsd-ports@FreeBSD.ORG Tue Jun 16 05:13:43 2009 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 EFDB71065672 for ; Tue, 16 Jun 2009 05:13:43 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.131.111.2]) by mx1.freebsd.org (Postfix) with ESMTP id AB26F8FC17 for ; Tue, 16 Jun 2009 05:13:43 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from acrux.dbai.tuwien.ac.at (acrux [128.131.111.60]) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTP id 804A339117; Tue, 16 Jun 2009 07:13:42 +0200 (CEST) Received: by acrux.dbai.tuwien.ac.at (Postfix, from userid 1203) id 949DD10059; Tue, 16 Jun 2009 07:13:42 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by acrux.dbai.tuwien.ac.at (Postfix) with ESMTP id 84CA31003D; Tue, 16 Jun 2009 07:13:42 +0200 (CEST) Date: Tue, 16 Jun 2009 07:13:42 +0200 (CEST) From: Gerald Pfeifer To: Jeremy Messenger In-Reply-To: Message-ID: References: User-Agent: Alpine 1.99 (LSU 1142 2008-08-13) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: ports@freebsd.org Subject: Re: Why not use normal CONFLICTS in lang/gcc43 instead of custom? 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, 16 Jun 2009 05:13:44 -0000 On Sat, 13 Jun 2009, Jeremy Messenger wrote: > I am trying to install x11/gnome2 last night and the build has gotten > stop at lang/gcc43, because of conflict with lang/gcc295. But wait, I > don't have lang/gcc295 install. I only have ccache installed that has > put 'gcc295' in /usr/local/libexec/ccache/ and this path is in the front > of my PATH. It caused lang/gcc43 to find it by mistake. I'm afraid you indeed ran into a false positive here, alas there is good news -- see below... > Puzzled me for you to not use the CONFLICTS, so why not use it? If you > really can't use CONFLICTS, then can you use the full path of gcc295? > Thanks. Originally I had CONFLICTS, but that does not work as you may think since it only gets active after the build, at which point the user will have run into the build failure. So, upon request by somone (in portmgr?) I added the current check. Using the full path will not work too well either with different LOCALBASEs though I guess one could check /usr/local, $PREFIX, and $LOCALBASE and consider that good enough. Now for the good news: lang/gcc295 is a living dead. It has not built for some eight, nine months and I have deprecated all dependencies (I think), and plan to yank this port finally now. (If anyone wants to start with that, I'm barely online for the next week, and it would be nice to see the process starting...) Gerald From owner-freebsd-ports@FreeBSD.ORG Tue Jun 16 07:42:07 2009 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 B908B106564A for ; Tue, 16 Jun 2009 07:42:07 +0000 (UTC) (envelope-from waynehuang.public@gmail.com) Received: from mail-gx0-f207.google.com (mail-gx0-f207.google.com [209.85.217.207]) by mx1.freebsd.org (Postfix) with ESMTP id 75E858FC0C for ; Tue, 16 Jun 2009 07:42:07 +0000 (UTC) (envelope-from waynehuang.public@gmail.com) Received: by gxk3 with SMTP id 3so6756969gxk.19 for ; Tue, 16 Jun 2009 00:42:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=L2rp2X23JoctSbqSaWclD+4uwhGEpbWMMJOW7n2xBzU=; b=CcZV0gvwvgELPt/7aB3gPRRhvFtGWCtPmIjfF66znAtISn2m9meoQLFUpHKNbEYi6L rUJgEL+baWYJEvc8qVXRzZGcv6QzFt3oHclHzmhftnODMiuFTxfieTtqRiQ/QrVdIies +IHk4VkP0L2DjGhyVQONCaDGdpU6AU4KQkoaY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=GqVv+6QPIujIFKKpJDmBijvHSuFatEEyG6x6XkQb7sq3dBOtVztAt5pP0CWAZAQrEy +DKPBs7XErt/BPNyQhTVfDGcO+DnLBt2fG01nU0uhWOmUzM4ZliodfqiHZJ7iJnovldi IwvmQwNVRZN2vAiypKIvAhGrYZ6NJSEsHaCBA= MIME-Version: 1.0 Received: by 10.151.132.13 with SMTP id j13mr14990141ybn.150.1245136291589; Tue, 16 Jun 2009 00:11:31 -0700 (PDT) Date: Tue, 16 Jun 2009 15:11:31 +0800 Message-ID: From: Wayne Huang To: ports@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: The mistake of blender-2.49 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, 16 Jun 2009 07:42:08 -0000 I update my ports in Jun. the distinfo of version 1.12 is below MD5 (blender-2.49.tar.gz) = a0f58391ca2554df83375eeaaa8a3fb3 SHA256 (blender-2.49.tar.gz) = 797a9c255b31e62ebc831952dba9149787f0b7c9ab8945948a619eae32d81a15 SIZE (blender-2.49.tar.gz) = 23030434 but, when I download the blender-2.49.tar.gz I found the distinfo is fault. (my url of blender is http://download.blender.org/source/blender-2.49.tar.gz) the md5 code,sha256 code and size of the source file is all fault. I don't know where can I report this,so I send the letter for you. yours Wayne From owner-freebsd-ports@FreeBSD.ORG Tue Jun 16 08:54:22 2009 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 CB114106564A for ; Tue, 16 Jun 2009 08:54:22 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.freebsd.org (Postfix) with SMTP id 1245B8FC12 for ; Tue, 16 Jun 2009 08:54:21 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: (qmail 32313 invoked from network); 16 Jun 2009 08:54:18 -0000 Received: from unknown (HELO ale.andxor.it) (192.168.2.5) by andxor.it with SMTP; 16 Jun 2009 08:54:18 -0000 Message-ID: <4A375DBA.4010305@FreeBSD.org> Date: Tue, 16 Jun 2009 10:54:18 +0200 From: Alex Dupre User-Agent: Thunderbird 2.0.0.21 (X11/20090408) MIME-Version: 1.0 To: Gerald Pfeifer References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, Jeremy Messenger Subject: Re: Why not use normal CONFLICTS in lang/gcc43 instead of custom? 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, 16 Jun 2009 08:54:23 -0000 > Using the full path will not work too well either with different LOCALBASEs > though I guess one could check /usr/local, $PREFIX, and $LOCALBASE and > consider that good enough. I think ${LOCALBASE}/bin/gcc295 would be enough. As you say, gcc295 is dying, while ccache is actively used. It's quite annoying to remove such check from the Makefile, while I doubt anyone is still going to compile gcc43 with gcc295 installed in a non-standard location. -- Alex Dupre From owner-freebsd-ports@FreeBSD.ORG Tue Jun 16 10:37:00 2009 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 E9E64106566C for ; Tue, 16 Jun 2009 10:37:00 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: from mail-fx0-f225.google.com (mail-fx0-f225.google.com [209.85.220.225]) by mx1.freebsd.org (Postfix) with ESMTP id 77D758FC13 for ; Tue, 16 Jun 2009 10:37:00 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: by fxm25 with SMTP id 25so687505fxm.43 for ; Tue, 16 Jun 2009 03:36:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=kvHImBHegpwBvw8RVpqNDD9EZaO060L4/Se0Ml9VPpE=; b=h5GM/Y2AJzjBJAu7Wl9s6chEYFpMEdgC/z07orfeNo1nBk2ubrOKKqaQPVs3Lb6L1u c5by+Uwnri1BvaaVvypZggIyO4tGoNrDkdZAX9qsDxfOOnC4GNfa4kdicCdmFYqXzcQg riuONsCE5bPjCVHz1YIoafrYwmpLJk75OoQ4A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=WI3Q+FcSY5Mfo+NxkKoQJKqRX8kyiq5hCDZeVlHpWK5W295Nr+P0ws4umTIhBJDdww B+NBaERynnK+dq/n/MalqemExv32AAX+0xv1XQRYFr7ysRCXbT6nKtrvwsrLv4pJ/eiX OexHNKoXWV4ZrT2tvF8yDmObZ9aSeiOGo7JWo= MIME-Version: 1.0 Received: by 10.204.116.8 with SMTP id k8mr8092395bkq.117.1245148618307; Tue, 16 Jun 2009 03:36:58 -0700 (PDT) In-Reply-To: References: Date: Tue, 16 Jun 2009 12:36:58 +0200 Message-ID: <14989d6e0906160336m55688168o96e7c512f865f1fc@mail.gmail.com> From: Christian Walther To: Wayne Huang Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: The mistake of blender-2.49 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, 16 Jun 2009 10:37:01 -0000 Hi, yes, I can second that. My guess is that the blender crew reviewed the bugs reported for Blender 2.49, and updated the source tarball without changing its version number. The review was to be held on June the 7th, according to the website. But there's no information of its outcome. >From what I gathered all known sites have a tarball of the same size: - public.planetmirror.com - mirror.cs.umn.edu - download.blender.org The tarball appears to be fine, though, no error is reported while untaring it, so this should be no case of a truncated upload. I'm currently trying to compile blender with NO_CHECKSUM=yes set. Regards Christian From owner-freebsd-ports@FreeBSD.ORG Tue Jun 16 10:43:05 2009 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 2A4EE106566B; Tue, 16 Jun 2009 10:43:05 +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 06D6C8FC12; Tue, 16 Jun 2009 10:43:03 +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 NAA04529; Tue, 16 Jun 2009 13:43:02 +0300 (EEST) (envelope-from avg@icyb.net.ua) Message-ID: <4A377735.4060600@icyb.net.ua> Date: Tue, 16 Jun 2009 13:43:01 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.21 (X11/20090406) MIME-Version: 1.0 References: <20090611194557.GC98175@bsdcrew.de> <4A325423.3000606@icyb.net.ua> <991123400906150317y7edb560anf74c5c1eec0cc293@mail.gmail.com> <20090615102607.GA45646@bsdcrew.de> <991123400906150330k7f3aa11am97ea69c0d1be4768@mail.gmail.com> <20090615104515.GA3983@current.Sisis.de> In-Reply-To: <20090615104515.GA3983@current.Sisis.de> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@freebsd.org, freebsd-ports@freebsd.org, Martin Wilke Subject: Re: [Call For Testing] VirtualBox for FreeBSD! take 6 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, 16 Jun 2009 10:43:05 -0000 BTW, it seems that the port doesn't do kldxref on /boot/modules after installation (or un-installation). Ditto for the package built from the port. Also, the package (unlike the port) can not install the kld module. It seem that this happens because of the leading / in %%KMODDIR%%. That is, plist (+CONTENTS) expands to: @cwd / /boot/modules/vboxdrv.ko But I think that it should be: @cwd / boot/modules/vboxdrv.ko -- Andriy Gapon From owner-freebsd-ports@FreeBSD.ORG Tue Jun 16 11:11:23 2009 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 393E0106564A for ; Tue, 16 Jun 2009 11:11:23 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from mail36.syd.optusnet.com.au (mail36.syd.optusnet.com.au [211.29.133.76]) by mx1.freebsd.org (Postfix) with ESMTP id A8C268FC15 for ; Tue, 16 Jun 2009 11:11:21 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from server.vk2pj.dyndns.org (c122-106-216-167.belrs3.nsw.optusnet.com.au [122.106.216.167]) by mail36.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id n5GBApn8013188 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 16 Jun 2009 21:10:58 +1000 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 n5GB7bxn050123; Tue, 16 Jun 2009 21:07:37 +1000 (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 n5GB7a5U050122; Tue, 16 Jun 2009 21:07:36 +1000 (EST) (envelope-from peter) Date: Tue, 16 Jun 2009 21:07:36 +1000 From: Peter Jeremy To: kamikaze@bsdforen.de Message-ID: <20090616110736.GA50094@server.vk2pj.dyndns.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0OAP2g/MAC+5xKAE" Content-Disposition: inline X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.19 (2009-01-05) Cc: ports@freebsd.org Subject: x11-drivers/input-wacom on FreeBSD 8 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, 16 Jun 2009 11:11:23 -0000 --0OAP2g/MAC+5xKAE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, Based on the "BROKEN" message and the kernel module, I presume that this port has not been adapted for USB2. Do you have any plans to upgrade this port to work with FreeBSD 8.x? --=20 Peter Jeremy --0OAP2g/MAC+5xKAE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iEYEARECAAYFAko3fPgACgkQ/opHv/APuIdPkQCdHzuN0SqNp+kAkQE48/J92AqD pKwAoIa37YKGn3iZTvzzqB2NX6M51Euh =rwGl -----END PGP SIGNATURE----- --0OAP2g/MAC+5xKAE-- From owner-freebsd-ports@FreeBSD.ORG Tue Jun 16 13:06:09 2009 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 849F7106566B for ; Tue, 16 Jun 2009 13:06:09 +0000 (UTC) (envelope-from bounce-rqwsngvnwmwjlzsgnz@news.college.us.com) Received: from mail4.news.college.us.com (mail4.news.college.us.com [64.20.249.19]) by mx1.freebsd.org (Postfix) with ESMTP id 4BB3B8FC15 for ; Tue, 16 Jun 2009 13:06:09 +0000 (UTC) (envelope-from bounce-rqwsngvnwmwjlzsgnz@news.college.us.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; s=default; d=news.college.us.com; h=Message-ID:Date:From:Reply-To:To:Subject:Mime-Version:Content-Type:Content-Transfer-Encoding:List-Unsubscribe; i=CollegeNews@news.college.us.com; bh=a1QImxjs9csCQQT06q2xE6Q60AE=; b=WyFJCM8ryBWCvH/CdjtTR0maoyKbEyMahRQoztcWuzmM1Z1TtEKyi1FAqnnVFH0zpv9t5wBMg1/j n1qEgWIP7w== DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns; s=default; d=news.college.us.com; b=IWlfinUIioZmPWy/DFJCz+BZ80nW1uomVyKQn00m3eW8K8adEcujohgAZ22y73hn3Bl4aoktCgI+ rkK5fmkC2w==; Received: by mail4.news.college.us.com id h6uc7q0c3do2 for ; Tue, 16 Jun 2009 07:44:46 -0500 (envelope-from ) Message-ID: <21166924.1245156328831.JavaMail.root@news.college.us.com> Date: Tue, 16 Jun 2009 07:45:28 -0500 (CDT) From: College News To: " John" Content-Transfer-Encoding: quoted-printable X-VAN: aqrzqkvzlyqmvyvmkjkrtvwjt vytrlyvywvmrlqjwqrtrmvkljqk vtjrzyvrkq x-campaignid: vantage165476 MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: New 2009 University of Phoenix programs near 55102 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: College News List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jun 2009 13:06:10 -0000 3D"A You are receiving t= his message because you submitted the email address ports@freebsd.org to receive information from http://www.directscholar.com on Jun 09 2009 07:25AM. [1]Go here to add us to your address= book [2]View in Browser | [3]Unsubscribe" style=3D"= color:#666666; text-decoration:none">Remove My Email This email was sent to you at ports@freebsd.org because you expressed interest in= receiving information about University of=20 Phoenix and/or its educational partners. [4]3D"Cant [5]3D"" [6]Dear = John: Perhaps you're new to college and seeking an associate's degree. Maybe you'= re ready to complete your bachelor's or advanced degree. Either way, Univer= sity of Phoenix is here to help. We offer a wide variety of degree programs that meet your needs and interes= ts as a working student in today's workplace. Explore real-world degree programs at Un= iversity of Phoenix. At University of Phoenix, you can choose a learning format that fits your l= ifestyle and learning style. Depending upon the degree program you select, = you can attend classes on campus or online. Some campuses offer a combined = campus-based and online learning format. Find a University of Phoenix degree prog= ram that fits your life today! [7]3D"" [8]3D"" If you do not wish to receive informative up= dates about University of Phoenix in the future, simply [9]click here.=20 University of Phoenix is a private institution of higher learning founded i= n Phoenix, Arizona, in 1976. The University is accredited by The Higher Lea= rning Commission and is a member of the North Central Association ([10]ncahlc.org). Axia College is a college of University of Phoenix. [11]Accreditation Thi= s email was sent by: College.us.com 2711 N. Sepulveda Blvd. # 148, Manhattan Beach, CA 90266 You have subscribed to receive information from us with ports@freebsd.org This email was sent to you because you requested we send you periodic= al information about schools and colleges. To stop receiving email from College.us.com, [12]Remove me or write us at the address li= sted above Please view our [13]Privacy Policy [jtdpwcscd_aqrlqjwqrtr.gif&o=] References 1. 3D"http://www.news.college.us.com/ohngvtbnb_aqrlqjwqrtr_c= 2. 3D"http://www.news.college.us.com/gbpjqkdph_aqrlqjwqrtr_gbpsjtz= 3. 3D"http://www.news.col=/ 4. 3D"http://www.news.college.us.com/pwkzqptnk_= 5. 3D"http://www.news.college.us.com/eswmrhvnn_aqrlqjwqrtr_czpnbqg= 6. 3D"http://www.news.college.us.com/czpbtdhfd_= 7. 3D"http://www.news.college.us.com/kwvlmbwjr_aqrlqjwqrtr_eswtmbc= 8. 3D"http://www.news.college.us.com/bncmkhpgm_aqrlqjwqrtr_kwvslrk= 9. 3D"http://w=/ 10. =3D"http://www.news.college.us.com/zrvsbmnfp_aqrlqjwqrtr_tdcjhzbj.html"= 11. 3D"http://www.news.college.us.com/jtdp= 12. 3D"http://www.ne=/ 13. 3D"http://www.news.college.us.com/bncmkhphk_= From owner-freebsd-ports@FreeBSD.ORG Tue Jun 16 13:07:44 2009 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 DACDF106564A for ; Tue, 16 Jun 2009 13:07:44 +0000 (UTC) (envelope-from chess@chessgriffin.com) Received: from fallback-in1.mxes.net (fallback-out1.mxes.net [216.86.168.190]) by mx1.freebsd.org (Postfix) with ESMTP id ADBA58FC15 for ; Tue, 16 Jun 2009 13:07:44 +0000 (UTC) (envelope-from chess@chessgriffin.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by fallback-in1.mxes.net (Postfix) with ESMTP id 3F55C164988 for ; Tue, 16 Jun 2009 08:56:06 -0400 (EDT) Received: from localhost (unknown [75.189.240.9]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTPSA id 30FF123E3F6 for ; Tue, 16 Jun 2009 08:56:05 -0400 (EDT) Date: Tue, 16 Jun 2009 08:56:04 -0400 From: Chess Griffin To: ports@freebsd.org Message-ID: <20090616125604.GA20021@localhost> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="opJtzjQTFsWo+cga" Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) Cc: Subject: dropping maintainership X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chess Griffin List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jun 2009 13:07:45 -0000 --opJtzjQTFsWo+cga Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello, Unfortunately, job and family demands are resulting in a lack of time to properly maintain the following ports, and thus I will need to drop their maintainership: audio/streamripper graphics/mypaint irc/bip multimedia/gpodder If anyone is interested in picking them up, please feel free to do so. Thanks. --=20 Chess Griffin --opJtzjQTFsWo+cga Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAko3lmQACgkQpPys/oTw17YzOACglRRAxm0dE/mrqqdFzcJ3UJde MsUAn07XdwOZSgubgxneZflATfMITkmH =WcPX -----END PGP SIGNATURE----- --opJtzjQTFsWo+cga-- From owner-freebsd-ports@FreeBSD.ORG Tue Jun 16 14:04:31 2009 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 694301065677 for ; Tue, 16 Jun 2009 14:04:31 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from aegis.hamla.org (aegis.hamla.org [206.251.255.39]) by mx1.freebsd.org (Postfix) with ESMTP id 487988FC12 for ; Tue, 16 Jun 2009 14:04:31 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from localhost (localhost [127.0.0.1]) by aegis.hamla.org (Postfix) with ESMTP id C00265C4E; Tue, 16 Jun 2009 09:50:43 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tandon.net; h= date:subject:mime-version:x-mailer:content-transfer-encoding :content-type:in-reply-to:from:message-id:references:received :received:x-virus-scanned; s=aegis; t=1245160243; bh=yBZe1tkpvFa btlATNHRhANFUJer2qV4wyvIGzpjRaRY=; b=hhxmu/bQE+9IuT+uJvfR0oUbT0p tonYvdJJn/8MpfA9mpSM/hUZ5KT+hfLBuaTX9BTKxndarhY5cS1OlSaBrthyAuai h+26RqO3WeHU3g4Vju+/MEjDEVWDbxYg4/wDY+8Qq5DZjxRT4phrm6fYJo9/ReCo NPg0qgpK2aBHFrac= X-Virus-Scanned: by ClamAV at aegis.hamla.org Received: from aegis.hamla.org ([127.0.0.1]) by localhost (aegis.hamla.org [127.0.0.1]) (amavisd-new, port 10027) with LMTP id BOihLO5P88gr; Tue, 16 Jun 2009 09:50:43 -0400 (EDT) Received: from [10.150.78.110] (unknown [32.139.189.123]) by aegis.hamla.org (Postfix) with ESMTPSA id 2B9995C4C; Tue, 16 Jun 2009 09:50:43 -0400 (EDT) References: <20090616125604.GA20021@localhost> Message-Id: <99AD777D-52B8-4AC2-8119-9AFDD5C41B0B@tandon.net> From: Sahil Tandon To: Chess Griffin In-Reply-To: <20090616125604.GA20021@localhost> Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Mailer: iPhone Mail (5H11) Mime-Version: 1.0 (iPhone Mail 5H11) Date: Tue, 16 Jun 2009 09:48:52 -0400 Cc: "ports@freebsd.org" Subject: Re: dropping maintainership 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, 16 Jun 2009 14:04:31 -0000 On Jun 16, 2009, at 8:56 AM, Chess Griffin wrote: > audio/streamripper > irc/bip I can take these two if not already claimed. From owner-freebsd-ports@FreeBSD.ORG Tue Jun 16 14:31:55 2009 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 4DE78106566C; Tue, 16 Jun 2009 14:31:55 +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 BF3C98FC0A; Tue, 16 Jun 2009 14:31:54 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo02.cox.net ([68.1.16.120]) by eastrmmtao103.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20090616143153.YTPB12338.eastrmmtao103.cox.net@eastrmimpo02.cox.net>; Tue, 16 Jun 2009 10:31:53 -0400 Received: from localhost ([68.103.37.153]) by eastrmimpo02.cox.net with bizsmtp id 4eXt1c0063JFCbG02eXttu; Tue, 16 Jun 2009 10:31:54 -0400 X-VR-Score: -200.00 X-Authority-Analysis: v=1.0 c=1 a=yncqinufF1QA:10 a=6I5d2MoRAAAA:8 a=kviXuzpPAAAA:8 a=hTjQREE7SrvhHKoQoRAA:9 a=MNGHOqcG2TYsP3Y9PlQA:7 a=-wqbAJM1znAdc0ryrf5BoIUiZvQA:4 a=SV7veod9ZcQA:10 a=4vB-4DCPJfMA:10 X-CM-Score: 0.00 Date: Tue, 16 Jun 2009 09:32:23 -0500 To: "Alex Dupre" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 MIME-Version: 1.0 References: <4A375DBA.4010305@FreeBSD.org> Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: <4A375DBA.4010305@FreeBSD.org> User-Agent: Opera Mail/9.64 (Linux) Cc: ports@freebsd.org, Gerald Pfeifer Subject: Re: Why not use normal CONFLICTS in lang/gcc43 instead of custom? 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, 16 Jun 2009 14:31:55 -0000 On Tue, 16 Jun 2009 03:54:18 -0500, Alex Dupre wrote: >> Using the full path will not work too well either with different >> LOCALBASEs >> though I guess one could check /usr/local, $PREFIX, and $LOCALBASE and >> consider that good enough. > > I think ${LOCALBASE}/bin/gcc295 would be enough. As you say, gcc295 is > dying, while ccache is actively used. It's quite annoying to remove such > check from the Makefile, while I doubt anyone is still going to compile > gcc43 with gcc295 installed in a non-standard location. Yes, I agree about that ${LOCALBASE}. Either put full path or remove gcc295 sound good to me. Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Tue Jun 16 14:38:01 2009 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 373C11065673; Tue, 16 Jun 2009 14:38:01 +0000 (UTC) (envelope-from rjk@wintek.com) Received: from mail.wintek.com (mail.wintek.com [199.233.104.86]) by mx1.freebsd.org (Postfix) with ESMTP id F27078FC20; Tue, 16 Jun 2009 14:38:00 +0000 (UTC) (envelope-from rjk@wintek.com) Received: from local.wintek.com (local.wintek.com [206.230.2.234]) by mail.wintek.com (8.14.3/8.14.3/Wintek) with ESMTP id n5GEc0IO096566; Tue, 16 Jun 2009 10:38:00 -0400 (EDT) (envelope-from rjk@wintek.com) Received: from rjk.wintek.local ([172.28.1.248]) by local.wintek.com with Microsoft SMTPSVC(6.0.3790.1830); Tue, 16 Jun 2009 10:37:54 -0400 Message-ID: <4A37AE42.8070400@wintek.com> Date: Tue, 16 Jun 2009 10:37:54 -0400 From: Richard Kuhns Organization: Wintek Corporation User-Agent: Thunderbird 2.0.0.21 (X11/20090407) MIME-Version: 1.0 To: Martin Wilke References: <20090611194557.GC98175@bsdcrew.de> In-Reply-To: <20090611194557.GC98175@bsdcrew.de> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 16 Jun 2009 14:37:54.0985 (UTC) FILETIME=[08F69990:01C9EE90] Cc: ports@freebsd.org, freebsd-emulation@freebsd.org Subject: VirtualBox regression in the ports tree X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rjk@wintek.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jun 2009 14:38:01 -0000 Martin Wilke wrote: ... > http://people.freebsd.org/~miwi/vbox/virtualbox_6.tgz > > Happy Testing! This worked perfectly when built and installed under 7.2-STABLE (i386) as of a couple of days ago. I just uninstalled it, and built and installed VirtualBox in the ports tree. My machine paniced when I tried to kldload vboxdrv (running X, so I couldn't see the message(s)). I loaded vboxdrv from the boot loader when rebooting; no problem there, but when I started a virtual machine the virtual console stayed black. The VM itself ran fine, however. I didn't have vboxdrv.ko loaded when doing any of the builds, by the way. I'm now going to try to revert to the previous installation. I'll be happy to run any tests requested; thanks again for all the work! - Rich -- Richard Kuhns Wintek Corporation E-mail: rjk@wintek.com 427 N 6th Street STE C Receptionist: 765-742-8428 Lafayette, IN 47901-2211 Direct Line: 765-269-8541 United States of America From owner-freebsd-ports@FreeBSD.ORG Tue Jun 16 14:41:56 2009 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 85834106564A for ; Tue, 16 Jun 2009 14:41:56 +0000 (UTC) (envelope-from thomas@goodking.ca) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.26]) by mx1.freebsd.org (Postfix) with ESMTP id 3FC5F8FC12 for ; Tue, 16 Jun 2009 14:41:56 +0000 (UTC) (envelope-from thomas@goodking.ca) Received: by qw-out-2122.google.com with SMTP id 3so2202048qwe.7 for ; Tue, 16 Jun 2009 07:41:55 -0700 (PDT) Received: by 10.220.81.69 with SMTP id w5mr5550877vck.23.1245161403523; Tue, 16 Jun 2009 07:10:03 -0700 (PDT) Received: from goodking.goodking.ca (dynamic-216-211-59-31.tbaytel.net [216.211.59.31]) by mx.google.com with ESMTPS id 26sm11217089yxe.109.2009.06.16.07.10.02 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 16 Jun 2009 07:10:02 -0700 (PDT) Sender: Thomas Abthorpe From: Thomas Abthorpe Organization: FreeBSD.GoodKing.Ca To: Sahil Tandon , Chess Griffin Date: Tue, 16 Jun 2009 10:09:45 -0400 User-Agent: KMail/1.9.10 References: <20090616125604.GA20021@localhost> <99AD777D-52B8-4AC2-8119-9AFDD5C41B0B@tandon.net> In-Reply-To: <99AD777D-52B8-4AC2-8119-9AFDD5C41B0B@tandon.net> X-Face: /|[9,PbEOB6g>?2^*Sc|"~6:Ro"O>Nv\Rfkv\42g)=?utf-8?q?TuAYG=26+bD=5CpCJTX31s=5Fp=7Bc7=5D5a=2ED=2E=0A=09Y?=@QddKu_I[XB8; euK=^[=L1I#]rgi[0jgz^4qCTwlj]3kJ)]vc}O"HrA14hN)=?utf-8?q?aXewJPTi=7C=0A=09Pt=7BS3=23Vw4x-?="/:& Cc: "ports@freebsd.org" Subject: Re: dropping maintainership 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, 16 Jun 2009 14:41:56 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On June 16, 2009 09:48:52 am Sahil Tandon wrote: > On Jun 16, 2009, at 8:56 AM, Chess Griffin > > wrote: > > audio/streamripper > > irc/bip > > I can take these two if not already claimed. > _______________________________________________ > 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" Sahil I see streamripper needs and update, claim that one via PR with update, and ping me, I will try claim it and transfer bip at the same time. Thomas - -- Thomas Abthorpe | FreeBSD Committer tabthorpe@FreeBSD.org | http://people.freebsd.org/~tabthorpe -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iEYEARECAAYFAko3p7UACgkQ5Gm/jNBp8qCQEwCeOCWU9nCJY52ZlM800LyPq1Ed 1hUAnjuIjqZwm2UmvDrCXFuosYXxqubb =y8An -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Tue Jun 16 15:20:37 2009 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 43BB91065672 for ; Tue, 16 Jun 2009 15:20:37 +0000 (UTC) (envelope-from avl@logvinov.com) Received: from mail-bw0-f227.google.com (mail-bw0-f227.google.com [209.85.218.227]) by mx1.freebsd.org (Postfix) with ESMTP id D062A8FC1C for ; Tue, 16 Jun 2009 15:20:36 +0000 (UTC) (envelope-from avl@logvinov.com) Received: by bwz27 with SMTP id 27so413126bwz.43 for ; Tue, 16 Jun 2009 08:20:35 -0700 (PDT) Received: by 10.204.59.145 with SMTP id l17mr8441356bkh.28.1245163639945; Tue, 16 Jun 2009 07:47:19 -0700 (PDT) Received: from incubus.bsd ([79.105.26.42]) by mx.google.com with ESMTPS id 13sm10747786fks.22.2009.06.16.07.47.18 (version=SSLv3 cipher=RC4-MD5); Tue, 16 Jun 2009 07:47:19 -0700 (PDT) Message-ID: <4A37B01F.9060907@logvinov.com> Date: Wed, 17 Jun 2009 00:45:51 +1000 From: Alexander Logvinov User-Agent: Thunderbird 2.0.0.21 (X11/20090412) MIME-Version: 1.0 To: ports@FreeBSD.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Subject: [CFT] GTK frontend for VirtualBox 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, 16 Jun 2009 15:20:37 -0000 Hello! For GTK lovers I've created a port for vboxgtk 0.4.1: http://www.logvinov.ru/files/dist/vboxgtk.tar . Sometimes it works. :) 2VBox Team: The latest 0.5.0-beta1 version of vboxgtk wants python bindings for the VirtualBox Python API support. Any chance to get it? -- Best regards, Alexander Logvinov From owner-freebsd-ports@FreeBSD.ORG Tue Jun 16 15:21:57 2009 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 0930C106564A for ; Tue, 16 Jun 2009 15:21:57 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from smtp.timeweb.ru (smtp.timeweb.ru [217.170.79.85]) by mx1.freebsd.org (Postfix) with ESMTP id BB12F8FC19 for ; Tue, 16 Jun 2009 15:21:56 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.69) (envelope-from ) id 1MGaU1-0002uP-5I; Tue, 16 Jun 2009 19:21:57 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 47096B86E; Tue, 16 Jun 2009 19:21:53 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id 3E9EC108840; Tue, 16 Jun 2009 19:21:53 +0400 (MSD) Date: Tue, 16 Jun 2009 19:21:53 +0400 From: Dmitry Marakasov To: Chess Griffin Message-ID: <20090616152153.GD34855@hades.panopticon> References: <20090616125604.GA20021@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20090616125604.GA20021@localhost> User-Agent: Mutt/1.5.19 (2009-01-05) Cc: ports@freebsd.org Subject: Re: dropping maintainership 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, 16 Jun 2009 15:21:57 -0000 * Chess Griffin (chess@chessgriffin.com) wrote: > audio/streamripper > graphics/mypaint > irc/bip > multimedia/gpodder > > If anyone is interested in picking them up, please feel free to do so. I've taken mypaint. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru From owner-freebsd-ports@FreeBSD.ORG Tue Jun 16 15:23:16 2009 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 84FD81065676 for ; Tue, 16 Jun 2009 15:23:16 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-bw0-f227.google.com (mail-bw0-f227.google.com [209.85.218.227]) by mx1.freebsd.org (Postfix) with ESMTP id 0ACB38FC2F for ; Tue, 16 Jun 2009 15:23:15 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: by bwz27 with SMTP id 27so415180bwz.43 for ; Tue, 16 Jun 2009 08:23:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=83eC4POMZnG94zXl+bemPip2F1cpbvf9dDqqnA0Y7z8=; b=sJFjDipxnT6qqbuHFZvgXCND+yGyUAowqwZoM8BqIHggS0eHH+UPz5UXddDjCI1cLX i+5zx3qK0jvNqGXYEbTNZ0EOYH6HSHO+Dj7e98AvDJ/2p77ZjivoirNoVcnn4iTXxHJw e/cc4NlK2YZh0qsF7SVlrfI8J26WLqbmMJ0OY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=whLoC7lgClVWKyaPXOH9KITo8QhxxUCsCVMj+qSAAqtMaismN4aIXIH2TCZRWqt+4I 0EAYGPadugEBRU4z5AR9QczovhNyweiHrS734kDiAO8XxtMVuoAH42K1s+e7yjkwkl9m 78NnDpBcY6dIVWey5/FGXRL1QMwCFO98+bQNE= MIME-Version: 1.0 Received: by 10.204.77.102 with SMTP id f38mr8294143bkk.62.1245165794193; Tue, 16 Jun 2009 08:23:14 -0700 (PDT) In-Reply-To: <4A37B01F.9060907@logvinov.com> References: <4A37B01F.9060907@logvinov.com> Date: Tue, 16 Jun 2009 11:23:14 -0400 Message-ID: <4ad871310906160823h40dd879evf8105b179c70538b@mail.gmail.com> From: Glen Barber To: Alexander Logvinov Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: ports@freebsd.org Subject: Re: [CFT] GTK frontend for VirtualBox 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, 16 Jun 2009 15:23:17 -0000 On Tue, Jun 16, 2009 at 10:45 AM, Alexander Logvinov wrot= e: > Hello! > > =A0For GTK lovers I've created a port for vboxgtk 0.4.1: Great! > http://www.logvinov.ru/files/dist/vboxgtk.tar . Sometimes it works. :) Heh. "Sometimes". :) > > =A02VBox Team: The latest 0.5.0-beta1 version of vboxgtk wants python > bindings for the VirtualBox Python API support. Any chance to get it? > --=20 Glen Barber From owner-freebsd-ports@FreeBSD.ORG Tue Jun 16 15:27:41 2009 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 D61F6106564A for ; Tue, 16 Jun 2009 15:27:41 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-bw0-f227.google.com (mail-bw0-f227.google.com [209.85.218.227]) by mx1.freebsd.org (Postfix) with ESMTP id 5CCB28FC15 for ; Tue, 16 Jun 2009 15:27:41 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: by bwz27 with SMTP id 27so418752bwz.43 for ; Tue, 16 Jun 2009 08:27:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=9C9D9aOpXJVvDnPXP01iBZ1unVFyOgS4gkrafZ6yuOg=; b=KtaU1XTTH6M2zPExacG+FRdXBpk5Oz26ToNx0pTWsK84s+oi88/ICLNdEXuDdMh3AK BfvUBy73yFesB26ioYlAk3k5yssd21JOCJbUblVukpv4W3JclAkjSO002d2CbiBOzYN3 lUi2o1+JUuOpe7IkdIhP+CSzgAd5HR+bdYnt0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=cHhzqGiQ24qxNbEyCGNJVl+EefQHCY4Fw32giUz0RuCGBOWn1CIP41kn/VUVh9XKKX 4MBZOARDitfaVrKZWPMrRJ45jN5vFe07D8UNytScQRf0FjawN5qm2UzS1SXfRsilqN1d jxFghvkFSg8uMppg5yoU1zkLKpfy8pot4LbY8= MIME-Version: 1.0 Received: by 10.204.52.72 with SMTP id h8mr8389630bkg.30.1245166060383; Tue, 16 Jun 2009 08:27:40 -0700 (PDT) In-Reply-To: <4A37AE42.8070400@wintek.com> References: <20090611194557.GC98175@bsdcrew.de> <4A37AE42.8070400@wintek.com> Date: Tue, 16 Jun 2009 11:27:40 -0400 Message-ID: <4ad871310906160827rfd07960tc992bdb7443a5ed5@mail.gmail.com> From: Glen Barber To: rjk@wintek.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: ports@freebsd.org Subject: Re: VirtualBox regression in the ports tree 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, 16 Jun 2009 15:27:42 -0000 On Tue, Jun 16, 2009 at 10:37 AM, Richard Kuhns wrote: > Martin Wilke wrote: > ... > >> =A0 =A0http://people.freebsd.org/~miwi/vbox/virtualbox_6.tgz >> >> =A0Happy Testing! > > This worked perfectly when built and installed under 7.2-STABLE (i386) as= of a > couple of days ago. > > I just uninstalled it, and built and installed VirtualBox in the ports tr= ee. My > machine paniced when I tried to kldload vboxdrv (running X, so I couldn't= see > the message(s)). Take a look in /var/crash for a 'vmcore.N' dump. If it exists, you can get debugging information by doing: cd /usr/obj/usr/src/sys/MYKERNEL kgdb kernel.debug /var/crash/vmcore.N (replacing 'N' with the latest crash file number). To get the backtrace, type 'bt' in kgdb. Full debugging information can be found at: http://www.freebsd.org/doc/en/books/developers-handbook/kerneldebug.html --=20 Glen Barber From owner-freebsd-ports@FreeBSD.ORG Tue Jun 16 15:34:55 2009 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 C5974106566C for ; Tue, 16 Jun 2009 15:34: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 83BBA8FC15 for ; Tue, 16 Jun 2009 15:34:55 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mobileKamikaze.norad (unknown [88.130.200.79]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bsdforen.de (Postfix) with ESMTP id E44A08A0185; Tue, 16 Jun 2009 17:34:50 +0200 (CEST) Message-ID: <4A37BB97.8080405@bsdforen.de> Date: Tue, 16 Jun 2009 17:34:47 +0200 From: Dominic Fandrey User-Agent: Thunderbird 2.0.0.21 (X11/20090408) MIME-Version: 1.0 To: Mel Flynn References: <88733235@bb.ipt.ru> <4A36288D.2080402@bsdforen.de> <200906151009.19181.mel.flynn+fbsd.ports@mailing.thruhere.net> In-Reply-To: <200906151009.19181.mel.flynn+fbsd.ports@mailing.thruhere.net> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Boris Samorodov , freebsd-ports@freebsd.org Subject: Re: pkg_libchk: a missing library is not detected 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, 16 Jun 2009 15:34:56 -0000 Mel Flynn wrote: > On Monday 15 June 2009 02:55:09 Dominic Fandrey wrote: >> Sorry for the late reply, this was auto-sorted into the ports@ mails >> and drowned there. >> >> Boris Samorodov wrote: > >>> As I understand pkg_upgrade does not preserve old libraries at >>> /usr/local/lib/compat? >> That's true. I consider this common approach a security risk. > > It is a service interruption to delete libraries that are still used and this > can also lead to security problems. > However, pkg_upgrade cannot ever hope to fix this problem, because the > buildservers do not unconditionally rebuild packages that mention the upgraded > port in LIB_DEPENDS, therefore it is better to leave these shared libraries > around. To me something not working seems to be less of a security problem than linking to a vulnerable library. >> To ensure that you get the newest packages wipe >> /usr/ports/packages/All. > > Erm, the download time associated with that approach doesn't really speed up > things, nor does it guarantee that you will have working binaries if the port > maintainer forgot to version bump a port. Well, you don't ever need them again after having them installed once, so I don't see the problem. And at least from pointyhead I've never head broken linking, even when the package was not version bumped, so I think there's some kind of human intervention, or I was lucky. Proper version bumping solves both problems, though and it is rarely forgotten lately. So the issue is much smaller, now than it would have been a couple of years ago. Also I do not see a way for my tool to handle this in any acceptable way. If you've got an idea, go ahead and tell me. I actually want to deal with as many problems as possible without user intervention. It's about making life easier, after all. From owner-freebsd-ports@FreeBSD.ORG Tue Jun 16 15:58:19 2009 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 7A1AF106566B for ; Tue, 16 Jun 2009 15:58:19 +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 3B0BE8FC0C for ; Tue, 16 Jun 2009 15:58:19 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mobileKamikaze.norad (unknown [88.130.200.79]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bsdforen.de (Postfix) with ESMTP id 19A7A8A0183; Tue, 16 Jun 2009 17:38:46 +0200 (CEST) Message-ID: <4A37BC82.4040903@bsdforen.de> Date: Tue, 16 Jun 2009 17:38:42 +0200 From: Dominic Fandrey User-Agent: Thunderbird 2.0.0.21 (X11/20090408) MIME-Version: 1.0 To: Peter Jeremy References: <20090616110736.GA50094@server.vk2pj.dyndns.org> In-Reply-To: <20090616110736.GA50094@server.vk2pj.dyndns.org> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: x11-drivers/input-wacom on FreeBSD 8 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, 16 Jun 2009 15:58:19 -0000 Peter Jeremy wrote: > Hi, > > Based on the "BROKEN" message and the kernel module, I presume that > this port has not been adapted for USB2. Do you have any plans to > upgrade this port to work with FreeBSD 8.x? > Bartosh told me he's working on it. But there is nothing like a date for this happening. Additionally the driver also cause problems with Xorg 7.4 for many people (even on RELENG_7), so there's a lot of work to be done on it. I suppose it would be nice if someone comfortable with USB stuff took a look at this. Bartosz told me he hasn't really had a look into the USB2 stuff, yet. He's working on RELENG_7 and the Xorg 7.4 stuff first it seems. From owner-freebsd-ports@FreeBSD.ORG Tue Jun 16 17:32:12 2009 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 2147F106566B for ; Tue, 16 Jun 2009 17:32:12 +0000 (UTC) (envelope-from phillip.gonzalez@metavante.com) Received: from metavante.com (bdmrib01.metavante.com [206.71.18.26]) by mx1.freebsd.org (Postfix) with ESMTP id DB3E98FC08 for ; Tue, 16 Jun 2009 17:32:11 +0000 (UTC) (envelope-from phillip.gonzalez@metavante.com) Received: from ([10.20.64.6]) by bdmrib01.metavante.com with ESMTP id 5502536.103656912; Tue, 16 Jun 2009 12:16:40 -0500 X-KeepSent: D36F526A:E6336145-862575D7:005E974C; type=4; name=$KeepSent To: udo.schweigert@siemens.com X-Mailer: Lotus Notes Release 8.0.2 HF88 September 24, 2008 Message-ID: From: Phillip.Gonzalez@Metavante.com Date: Tue, 16 Jun 2009 12:16:54 -0500 X-MIMETrack: Serialize by Router on PMROB01/SVR/METAVANTEEX(Release 8.0.1|February 07, 2008) at 06/16/2009 12:16:56 PM MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Cc: ports@FreeBSD.org Subject: FreeBSD Port: nessus-2.2.9_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, 16 Jun 2009 17:32:12 -0000 hi, i'm looking at the nessus port on one of my FreeBSD boxes(recently updated ports tree) and it looks like it's at version 2.2.9. has this port not been updated or am i missing something? thanks for your time, Phillip P Gonzalez Information Security Analyst Sr. Security Analysis and Testing Metavante Corporation tel: 414.357.3156 --------------------------------------------------------------------- This message contains confidential and proprietary information of the sender, and is intended only for the person(s) to whom it is addressed. Any use, distribution, copying or disclosure by any other person is strictly prohibited. If you have received this message in error, please notify the e-mail sender immediately, and delete the original message without making a copy. From owner-freebsd-ports@FreeBSD.ORG Tue Jun 16 17:32:15 2009 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 97AA6106564A for ; Tue, 16 Jun 2009 17:32:15 +0000 (UTC) (envelope-from bennett@cs.niu.edu) Received: from mp.cs.niu.edu (mp.cs.niu.edu [131.156.145.41]) by mx1.freebsd.org (Postfix) with ESMTP id 76AE38FC13 for ; Tue, 16 Jun 2009 17:32:15 +0000 (UTC) (envelope-from bennett@cs.niu.edu) Received: from mp.cs.niu.edu (bennett@localhost [127.0.0.1]) by mp.cs.niu.edu (8.14.3/8.14.3) with ESMTP id n5GHVPe1014839; Tue, 16 Jun 2009 12:31:25 -0500 (CDT) Date: Tue, 16 Jun 2009 12:31:25 -0500 (CDT) From: Scott Bennett Message-Id: <200906161731.n5GHVPHu014838@mp.cs.niu.edu> To: freebsd-ports@freebsd.org, kstewart@owt.com Cc: Subject: Re: [REPOST] problem upgrading perl 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, 16 Jun 2009 17:32:15 -0000 Thanks for sending me your response directly. The digest including your response has yet to appear. On Tue, 16 Jun 2009 04:41:49 -0700 Kent Stewart wrote: >On Monday 15 June 2009 08:25:59 pm you wrote: >> I got no responses when I posted this a few days ago, so I'm reposting >> it now. I'd really like to finish the perl upgrade process, so I could >> move on to installing/updating other ports safely, but could use some >> advice. >> -------------------------------------------------------------------- You ask below what part of upgrading perl with portupgrade I didn't understand in the note in /usr/ports/UPGRADING. Given that I had written-- and you quoted-- >> Following the instructions in /usr/ports/UPDATING for upgrading from ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >> lang/perl5.8 to lang/perl5.10 using portmaster, the first part seems to go ^^^^^^^^^^^^^^^^ I'm not sure I see your point. >> well. The last line of that process is where the excerpt below begins. The >> second step, as you will see, fails with the error message shown. >> /usr/ports/UPDATING neglects to mention what to do next, and the process >> looks incomplete at this point. If someone could offer instructions for >> completing the process, I would be grateful. >> >> ===>>> Upgrade of perl-5.8.9_2 to perl-threaded-5.10.0_3 complete >> >> hellas# nice +18 portmaster -v -r perl\* > >What part of > 2) Reinstall everything that depends on Perl: > portupgrade -fr perl >in /usr/ports/UPDATING didn't you understand :). See above. Having begun the process with portmaster, it seemed wise to finish it with portmaster. The note in /usr/ports/UPDATING says, 20090328: AFFECTS: users of lang/perl* AUTHOR: skv@FreeBSD.org lang/perl5.10 is out. If you want to switch to it from, for example lang/perl5.8, that is: Portupgrade users: 0) Fix pkgdb.db (for safety): pkgdb -Ff 1) Reinstall perl with new 5.10: portupgrade -o lang/perl5.10 -f perl-5.8.\* 2) Reinstall everything that depends on Perl: portupgrade -fr perl Portmaster users: portmaster -o lang/perl5.10 lang/perl5.8 portmaster -r perl\* So there are only two commands in the process, which seem pretty straightforward to understand, but perhaps I've missed something, in which case I'd appreciate someone pointing it out to me. > >There may be a couple of things causing problems but -v wouldn't force the I generally use -v because I prefer the extra information in the output. >upgrade, which is needed. There is a half page set of instructions in >UPDATING that tell you what to do with updating perl to version 5.10. I've included the instructions above. In my original posting, I wrote--and you quoted it, as you can see above--that I was following those instructions w.r.t. upgrading perl with portmaster. > >Go back and search for 20090328. It has the complete sequence of instructions >for both portmaster and portupgrade. There are a lot of people that want to >do the updates in a more historical manner but this perl update is a really >good example of why the new ways are so much better. Which new ways are you referring to? If they "are so much better", then why are they not mentioned in the note in /usr/ports/UPDATING? > >BTW, I also need to do it but there are a lot of ports that depend on perl and >they will all be rebuilt. > Exactly. If you (or anyone else) can suggest how to proceed from this point in dealing with the process's complaint about a missing ORIGIN, which you omitted, I would appreciate it. Scott Bennett, Comm. ASMELG, CFIAG ********************************************************************** * Internet: bennett at cs.niu.edu * *--------------------------------------------------------------------* * "A well regulated and disciplined militia, is at all times a good * * objection to the introduction of that bane of all free governments * * -- a standing army." * * -- Gov. John Hancock, New York Journal, 28 January 1790 * ********************************************************************** From owner-freebsd-ports@FreeBSD.ORG Tue Jun 16 18:07:29 2009 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 7460C1065670 for ; Tue, 16 Jun 2009 18:07:29 +0000 (UTC) (envelope-from shuvaev@physik.uni-wuerzburg.de) Received: from mailrelay.rz.uni-wuerzburg.de (mailrelay.rz.uni-wuerzburg.de [132.187.3.28]) by mx1.freebsd.org (Postfix) with ESMTP id EEE388FC08 for ; Tue, 16 Jun 2009 18:07:28 +0000 (UTC) (envelope-from shuvaev@physik.uni-wuerzburg.de) Received: from virusscan.mail (localhost [127.0.0.1]) by mailrelay.mail (Postfix) with ESMTP id 767AFA0757; Tue, 16 Jun 2009 20:07:27 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by virusscan.mail (Postfix) with ESMTP id 68856A0701; Tue, 16 Jun 2009 20:07:27 +0200 (CEST) Received: from mail.physik.uni-wuerzburg.de (wthp192.physik.uni-wuerzburg.de [132.187.40.192]) by mailmaster.uni-wuerzburg.de (Postfix) with ESMTP id 53726A06DA; Tue, 16 Jun 2009 20:07:27 +0200 (CEST) Received: from wep4035 ([132.187.37.35]) by mail.physik.uni-wuerzburg.de (Lotus Domino Release 8.0.2FP1HF244) with ESMTP id 2009061620072648-9262 ; Tue, 16 Jun 2009 20:07:26 +0200 Received: by wep4035 (sSMTP sendmail emulation); Tue, 16 Jun 2009 20:07:26 +0200 Date: Tue, 16 Jun 2009 20:07:26 +0200 From: Alexey Shuvaev To: Scott Bennett Message-ID: <20090616180726.GA945@wep4035.physik.uni-wuerzburg.de> References: <200906160325.n5G3PxGP008120@mp.cs.niu.edu> MIME-Version: 1.0 In-Reply-To: <200906160325.n5G3PxGP008120@mp.cs.niu.edu> Organization: Universitaet Wuerzburg User-Agent: Mutt/1.5.19 (2009-01-05) X-MIMETrack: Itemize by SMTP Server on domino1/uni-wuerzburg(Release 8.0.2FP1HF244 | April 7, 2009) at 06/16/2009 08:07:26 PM, Serialize by Router on domino1/uni-wuerzburg(Release 8.0.2FP1HF244 | April 7, 2009) at 06/16/2009 08:07:26 PM, Serialize complete at 06/16/2009 08:07:26 PM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Virus-Scanned: by amavisd-new at uni-wuerzburg.de Cc: freebsd-ports@freebsd.org Subject: Re: [REPOST] problem upgrading perl 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, 16 Jun 2009 18:07:29 -0000 On Mon, Jun 15, 2009 at 10:25:59PM -0500, Scott Bennett wrote: > I got no responses when I posted this a few days ago, so I'm reposting > it now. I'd really like to finish the perl upgrade process, so I could move > on to installing/updating other ports safely, but could use some advice. > -------------------------------------------------------------------- > Following the instructions in /usr/ports/UPDATING for upgrading from > lang/perl5.8 to lang/perl5.10 using portmaster, the first part seems to go > well. The last line of that process is where the excerpt below begins. > The second step, as you will see, fails with the error message shown. > /usr/ports/UPDATING neglects to mention what to do next, and the process > looks incomplete at this point. If someone could offer instructions for > completing the process, I would be grateful. > > ===>>> Upgrade of perl-5.8.9_2 to perl-threaded-5.10.0_3 complete > > hellas# nice +18 portmaster -v -r perl\* > > ===>>> No ORIGIN in /var/db/pkg/perl-threaded-5.10.0_3/+CONTENTS:@comment ORIGIN:lang/perl5.10 /var/db/pkg/perltidy-20071205/+CONTENTS:@comment ORIGIN:devel/perltidy/+CONTENTS > ===>>> Aborting update > The something is wrong with packages database in /var/db/pkg or portmaster doesn't like it. Please, show the output from the following commands to start: head /var/db/pkg/perl-threaded-5.10.0_3/+CONTENTS head /var/db/pkg/perltidy-20071205/+CONTENTS Mine is (no perltidy though): ~> head /var/db/pkg/perl-5.10.0_3/+CONTENTS @comment PKG_FORMAT_REVISION:1.1 @name perl-5.10.0_3 @comment ORIGIN:lang/perl5.10 @cwd /usr/local @conflicts perl-5.6.* @conflicts perl-5.8.* @conflicts perl-threaded-5.8.* man/man1/a2p.1.gz @comment MD5:41051bd143f495e113fa136ac0e9cb6f man/man1/c2ph.1.gz Hmmm... Looking at portmaster sources I've got one idea. Can you try more precise command to upgrade everything depending on perl? nice +18 portmaster -v -r perl-threaded-5.10.0_3 The point is that perl\* wildcard gives you both perl-threaded-XXX and perltidy-XXXX which might be bad idea. If this is the case I think UPDATING entry should be improved to use perl-\* wildcard. > hellas# > > Please copy me in on any responses. I'm subscribed to the digest form > of this list, so responses sent only to the list may take up to a day to be > sent to me as part of the digest. > Thanks in advance for any assistance in proceeding with the perl upgrade. > Just 0.02$, Alexey. From owner-freebsd-ports@FreeBSD.ORG Tue Jun 16 18:09:47 2009 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 B8ABF106566B for ; Tue, 16 Jun 2009 18:09:47 +0000 (UTC) (envelope-from udo.schweigert@siemens.com) Received: from goliath.siemens.de (goliath.siemens.de [192.35.17.28]) by mx1.freebsd.org (Postfix) with ESMTP id 289FA8FC13 for ; Tue, 16 Jun 2009 18:09:46 +0000 (UTC) (envelope-from udo.schweigert@siemens.com) Received: from mail1.siemens.de (localhost [127.0.0.1]) by goliath.siemens.de (8.12.11.20060308/8.12.11) with ESMTP id n5GHdCF5013938; Tue, 16 Jun 2009 19:39:12 +0200 Received: from mars.cert.siemens.com (mars.cert.siemens.com [139.25.19.9]) by mail1.siemens.de (8.12.11.20060308/8.12.11) with ESMTP id n5GHdCCW002543; Tue, 16 Jun 2009 19:39:12 +0200 Received: from alaska.cert.siemens.com (alaska.cert.siemens.com [139.25.19.64]) by mars.cert.siemens.com (8.14.3/8.14.3/$SiemensCERT: mail/cert.mc.pre,v 1.68 2006/12/29 07:12:05 mailadm Exp $) with ESMTP id n5GHdCAh012131; Tue, 16 Jun 2009 19:39:12 +0200 (CEST) (envelope-from ust@cert.siemens.de) Received: from alaska.cert.siemens.com (alaska.cert.siemens.com [139.25.19.64]) by alaska.cert.siemens.com (8.14.3/8.14.3/$Ust: hosts/alaska/mail/config.mc,v 1.20 2006/06/21 05:39:02 ust Exp $) with ESMTP id n5GHdC63009170; Tue, 16 Jun 2009 19:39:12 +0200 (CEST) (envelope-from ust@alaska.cert.siemens.com) Received: (from ust@localhost) by alaska.cert.siemens.com (8.14.3/8.14.3/$Ust: hosts/alaska/mail/submit.mc,v 1.6 2004/08/29 16:18:57 ust Exp $) id n5GHdCQb089805; Tue, 16 Jun 2009 19:39:12 +0200 (CEST) (envelope-from ust) Date: Tue, 16 Jun 2009 19:39:12 +0200 From: "Schweigert, Udo CERT" To: Phillip.Gonzalez@metavante.com Message-ID: <20090616173912.GA5531@alaska.cert.siemens.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD 7.2-RELEASE-p1 User-Agent: Mutt/1.5.19 (2009-01-05) Cc: udo.schweigert@siemens.com, ports@FreeBSD.org Subject: Re: FreeBSD Port: nessus-2.2.9_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, 16 Jun 2009 18:09:48 -0000 No, there are no further updates as 2.2.9 is the last open source version. Udo On Tue, Jun 16, 2009 at 12:16:54 -0500, Phillip.Gonzalez@metavante.com wrote: > > hi, > > i'm looking at the nessus port on one of my FreeBSD boxes(recently updated > ports tree) and it looks like it's at version 2.2.9. has this port not > been updated or am i missing something? > > thanks for your time, > > Phillip P Gonzalez > Information Security Analyst Sr. > Security Analysis and Testing > Metavante Corporation > tel: 414.357.3156 > > > --------------------------------------------------------------------- > This message contains confidential and proprietary information of the > sender, and is intended only for the person(s) to whom it is addressed. > Any use, distribution, copying or disclosure by any other person is > strictly prohibited. If you have received this message in error, please > notify the e-mail sender immediately, and delete the original message > without making a copy. > From owner-freebsd-ports@FreeBSD.ORG Tue Jun 16 18:15:22 2009 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 56EA61065676 for ; Tue, 16 Jun 2009 18:15:22 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from EXHUB015-3.exch015.msoutlookonline.net (exhub015-3.exch015.msoutlookonline.net [207.5.72.95]) by mx1.freebsd.org (Postfix) with ESMTP id 434F88FC14 for ; Tue, 16 Jun 2009 18:15:22 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from philip.hq.rws (76.161.175.34) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.1.358.0; Tue, 16 Jun 2009 11:15:22 -0700 Message-ID: <4A37E138.8050105@p6m7g8.com> Date: Tue, 16 Jun 2009 14:15:20 -0400 From: "Philip M. Gollucci" Organization: P6 Web Application User-Agent: Thunderbird 2.0.0.21 (X11/20090403) MIME-Version: 1.0 To: Scott Bennett References: <200906160325.n5G3PxGP008120@mp.cs.niu.edu> In-Reply-To: <200906160325.n5G3PxGP008120@mp.cs.niu.edu> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: [REPOST] problem upgrading perl 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, 16 Jun 2009 18:15:22 -0000 > ===>>> No ORIGIN in /var/db/pkg/perl-threaded-5.10.0_3/+CONTENTS:@comment ORIGIN:lang/perl5.10 /var/db/pkg/perltidy-20071205/+CONTENTS:@comment ORIGIN:devel/perltidy/+CONTENTS > ===>>> Aborting update Looks something in your /var/db/pkg got corrupted. Fix it or forcibly remove perltidy and rebuild it later. -- ------------------------------------------------------------------------ 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 Consultant - P6M7G8 Inc. http://p6m7g8.net Senior Sys Admin - RideCharge, Inc. http://ridecharge.com Contractor - PositiveEnergyUSA http://positiveenergyusa.com ASF Member - Apache Software Foundation http://apache.org FreeBSD Committer - FreeBSD Foundation http://freebsd.org Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. From owner-freebsd-ports@FreeBSD.ORG Tue Jun 16 18:46:43 2009 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 DF6451065670 for ; Tue, 16 Jun 2009 18:46:43 +0000 (UTC) (envelope-from prvs=411143b5b=pschmehl_lists@tx.rr.com) Received: from ip-relay-002.utdallas.edu (ip-relay-002.utdallas.edu [129.110.20.112]) by mx1.freebsd.org (Postfix) with ESMTP id B08988FC18 for ; Tue, 16 Jun 2009 18:46:43 +0000 (UTC) (envelope-from prvs=411143b5b=pschmehl_lists@tx.rr.com) X-Group: RELAYLIST X-IronPort-AV: E=Sophos;i="4.42,230,1243832400"; d="scan'208";a="12590102" Received: from smtp3.utdallas.edu ([129.110.20.110]) by ip-relay-002.utdallas.edu with ESMTP; 16 Jun 2009 13:17:52 -0500 Received: from utd65257.utdallas.edu (utd65257.utdallas.edu [129.110.3.28]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp3.utdallas.edu (Postfix) with ESMTPSA id 9E0E64E94D for ; Tue, 16 Jun 2009 13:17:52 -0500 (CDT) Date: Tue, 16 Jun 2009 18:17:52 +0000 From: Paul Schmehl To: FreeBSD Ports Message-ID: <63844F7221AE2C4DDB7D0388@utd65257.utdallas.edu> X-Mailer: Mulberry/4.0.6 (Linux/x86) X-Munged-Reply-To: Figure it out MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Nessus 4.0.1 for FreeBSD X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Paul Schmehl List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jun 2009 18:46:44 -0000 Has anyone downloaded this binary distro and gotten it working on FreeBSD? I tried it recently, with disasterous results. It not only didn't work, but it blew up my port install, which now refuses to update the plugins. If someone knows how to get 4.0.1 working on FreeBSD, I'd sure appreciate a brief tutorial. -- Paul Schmehl, Senior Infosec Analyst As if it wasn't already obvious, my opinions are my own and not those of my employer. ******************************************* Check the headers before clicking on Reply. From owner-freebsd-ports@FreeBSD.ORG Tue Jun 16 19:01:24 2009 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 6FF8C1065679 for ; Tue, 16 Jun 2009 19:01:24 +0000 (UTC) (envelope-from mel.flynn+fbsd.ports@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 2C1558FC23 for ; Tue, 16 Jun 2009 19:01:23 +0000 (UTC) (envelope-from mel.flynn+fbsd.ports@mailing.thruhere.net) Received: from smoochies.rachie.is-a-geek.net (mailhub.rachie.is-a-geek.net [192.168.2.11]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 16A047E837; Tue, 16 Jun 2009 11:01:23 -0800 (AKDT) From: Mel Flynn To: freebsd-ports@freebsd.org Date: Tue, 16 Jun 2009 11:01:21 -0800 User-Agent: KMail/1.11.4 (FreeBSD/8.0-CURRENT; KDE/4.2.4; i386; ; ) References: <88733235@bb.ipt.ru> <200906151009.19181.mel.flynn+fbsd.ports@mailing.thruhere.net> <4A37BB97.8080405@bsdforen.de> In-Reply-To: <4A37BB97.8080405@bsdforen.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906161101.22167.mel.flynn+fbsd.ports@mailing.thruhere.net> Cc: Boris Samorodov , Dominic Fandrey Subject: Re: pkg_libchk: a missing library is not detected 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, 16 Jun 2009 19:01:24 -0000 On Tuesday 16 June 2009 07:34:47 Dominic Fandrey wrote: > Mel Flynn wrote: > > On Monday 15 June 2009 02:55:09 Dominic Fandrey wrote: > >> Sorry for the late reply, this was auto-sorted into the ports@ mails > >> and drowned there. > >> > >> Boris Samorodov wrote: > >>> As I understand pkg_upgrade does not preserve old libraries at > >>> /usr/local/lib/compat? > >> > >> That's true. I consider this common approach a security risk. > > > > It is a service interruption to delete libraries that are still used and > > this can also lead to security problems. > > However, pkg_upgrade cannot ever hope to fix this problem, because the > > buildservers do not unconditionally rebuild packages that mention the > > upgraded port in LIB_DEPENDS, therefore it is better to leave these > > shared libraries around. > > To me something not working seems to be less of a security problem than > linking to a vulnerable library. Depends what is not working. If it's the monitoring software, do you still agree? Also, a library with a vulnerability does not always constitute an exploitable library for the way a running vital application uses it. Either way, I don't think you should unconditionally interrupt service, because you think yours is the right way. It should be optional and because of your own conviction, you could choose to make the default "security over service". > >> To ensure that you get the newest packages wipe > >> /usr/ports/packages/All. > > > > Erm, the download time associated with that approach doesn't really speed > > up things, nor does it guarantee that you will have working binaries if > > the port maintainer forgot to version bump a port. > > Well, you don't ever need them again after having them installed once, so I > don't see the problem. True I guess for most cases, but if that's true, then why remove them if you're not ever going to download them twice? > And at least from pointyhead I've never head > broken linking, even when the package was not version bumped, so I think > there's some kind of human intervention, or I was lucky. Luck. The app linking to the old library will have a dependency on the old version. pkg_add will find the origin, issue a warning about "app-1.0 needing lib-0.1 but lib-0.2 is installed" and proceed. app will not start, because of the missing library. > Proper version bumping solves both problems, though and it is rarely > forgotten lately. So the issue is much smaller, now than it would have been > a couple of years ago. Also I do not see a way for my tool to handle this > in any acceptable way. If you've got an idea, go ahead and tell me. I > actually want to deal with as many problems as possible without user > intervention. It's about making life easier, after all. You can't without the buildservers providing hashes for the packages (to detect if a package has been repacked) or in less good case checking lastmod time and size plus the buildservers rebuilding dependents. -- Mel From owner-freebsd-ports@FreeBSD.ORG Tue Jun 16 19:28:39 2009 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 46FBC106571F for ; Tue, 16 Jun 2009 19:28:39 +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 01AF68FC15 for ; Tue, 16 Jun 2009 19:28:38 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MGeKj-0001DX-49 for freebsd-ports@freebsd.org; Tue, 16 Jun 2009 19:28:37 +0000 Received: from 200.41.broadband11.iol.cz ([90.178.41.200]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 16 Jun 2009 19:28:37 +0000 Received: from gamato by 200.41.broadband11.iol.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 16 Jun 2009 19:28:37 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: martinko Date: Tue, 16 Jun 2009 21:28:25 +0200 Lines: 12 Message-ID: <4A37F259.8000102@users.sf.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 200.41.broadband11.iol.cz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.18) Gecko/20081125 SeaMonkey/1.1.13 Sender: news Subject: FreeBSD Port: devel/boost-python 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, 16 Jun 2009 19:28:40 -0000 Hallo, I've installed graphics/gimp which installed devel/boost. Now I'm trying to install x11/kdebase4* that want devel/boost-python which is in conflict with devel/boost. I don't think I've modified any port options, therefore I'm wondering why the ports fail to install. :-/ What should I do to remedy the situation pls ? Cheers, M. From owner-freebsd-ports@FreeBSD.ORG Tue Jun 16 20:16:15 2009 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 EB5281065672 for ; Tue, 16 Jun 2009 20:16:15 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with ESMTP id 8582E8FC08 for ; Tue, 16 Jun 2009 20:16:15 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 12244 invoked by uid 399); 16 Jun 2009 20:16:08 -0000 Received: from localhost (HELO ?10.9.1.117?) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 16 Jun 2009 20:16:08 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4A37FD86.400@FreeBSD.org> Date: Tue, 16 Jun 2009 13:16:06 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: Scott Bennett References: <200906160325.n5G3PxGP008120@mp.cs.niu.edu> In-Reply-To: <200906160325.n5G3PxGP008120@mp.cs.niu.edu> X-Enigmail-Version: 0.95.7 OpenPGP: id=D5B2F0FB Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: [REPOST] problem upgrading perl 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, 16 Jun 2009 20:16:16 -0000 Scott Bennett wrote: > I got no responses when I posted this a few days ago, so I'm reposting > it now. I'd really like to finish the perl upgrade process, so I could move > on to installing/updating other ports safely, but could use some advice. > -------------------------------------------------------------------- > Following the instructions in /usr/ports/UPDATING for upgrading from > lang/perl5.8 to lang/perl5.10 using portmaster, the first part seems to go > well. The last line of that process is where the excerpt below begins. > The second step, as you will see, fails with the error message shown. > /usr/ports/UPDATING neglects to mention what to do next, and the process > looks incomplete at this point. If someone could offer instructions for > completing the process, I would be grateful. > > ===>>> Upgrade of perl-5.8.9_2 to perl-threaded-5.10.0_3 complete > > hellas# nice +18 portmaster -v -r perl\* As someone else already pointed out, the -r option can only take one port, so if the glob matches more than one it won't work. Specifying the specific installed port from the directory in /var/db/pkg is the way to go. hope this helps, Doug From owner-freebsd-ports@FreeBSD.ORG Tue Jun 16 23:07:33 2009 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 339DE1065672 for ; Tue, 16 Jun 2009 23:07:33 +0000 (UTC) (envelope-from kitchetech@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.244]) by mx1.freebsd.org (Postfix) with ESMTP id DBACE8FC08 for ; Tue, 16 Jun 2009 23:07:32 +0000 (UTC) (envelope-from kitchetech@gmail.com) Received: by an-out-0708.google.com with SMTP id c3so2466874ana.13 for ; Tue, 16 Jun 2009 16:07:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=mMohgALvn2tfqKdkuBJ0YLfhT2nMhP4vbU3PFLMguQ4=; b=vFfkAFPENVlwmLxQjVDd3U7IHarJadIeM3b1VOHGANVjeGeKoZDmFyqliTderWEsSs zwe1Dz+OL+mQfB5bCHuO7iE6r2dcOkiAkdKQxRlfpuDRE1gsVD1fRWEbakcnJMyRYimo +fT1JQxahFFAgX4dCDscflXpbQanPDC8V4zx4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=pOnkD3ksJazE0HkaLrBi491iCZFF8B3O1q4smODO6u18GkfWMtw2oeBdRirNbHlogX IBbIWOFFA6fZQtPq2j5iysf1IR1f5SWBq/u5x7gOZiJl51OsNxxwa1PGPpEYNbHANHND aznf1TwUsNQdBka4mkXzWOShYX+D01TMJsTNI= MIME-Version: 1.0 Received: by 10.100.124.11 with SMTP id w11mr11239198anc.165.1245193652192; Tue, 16 Jun 2009 16:07:32 -0700 (PDT) In-Reply-To: <20090616173912.GA5531@alaska.cert.siemens.com> References: <20090616173912.GA5531@alaska.cert.siemens.com> From: matt donovan Date: Tue, 16 Jun 2009 19:07:12 -0400 Message-ID: <28283d910906161607q32f497a4y9d1621a6437bca27@mail.gmail.com> To: "Schweigert, Udo CERT" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@freebsd.org, Phillip.Gonzalez@metavante.com Subject: Re: FreeBSD Port: nessus-2.2.9_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, 16 Jun 2009 23:07:33 -0000 On Tue, Jun 16, 2009 at 1:39 PM, Schweigert, Udo CERT < Udo.Schweigert@siemens.com> wrote: > No, there are no further updates as 2.2.9 is the last open source version. > > Udo > > On Tue, Jun 16, 2009 at 12:16:54 -0500, Phillip.Gonzalez@metavante.comwrote: > > > > hi, > > > > i'm looking at the nessus port on one of my FreeBSD boxes(recently > updated > > ports tree) and it looks like it's at version 2.2.9. has this port not > > been updated or am i missing something? > > > > thanks for your time, > > > > Phillip P Gonzalez > > Information Security Analyst Sr. > > Security Analysis and Testing > > Metavante Corporation > > tel: 414.357.3156 > > > > > You have to go to the nessus website to grab the package now since it's no longer open source From owner-freebsd-ports@FreeBSD.ORG Tue Jun 16 23:08:56 2009 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 AAFD51065673 for ; Tue, 16 Jun 2009 23:08:56 +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 34BE48FC0C for ; Tue, 16 Jun 2009 23:08:56 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mobileKamikaze.norad (unknown [88.130.200.79]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bsdforen.de (Postfix) with ESMTP id 76BD28A0186; Wed, 17 Jun 2009 01:08:54 +0200 (CEST) Message-ID: <4A382604.9090206@bsdforen.de> Date: Wed, 17 Jun 2009 01:08:52 +0200 From: Dominic Fandrey User-Agent: Thunderbird 2.0.0.21 (X11/20090408) MIME-Version: 1.0 To: Mel Flynn References: <88733235@bb.ipt.ru> <200906151009.19181.mel.flynn+fbsd.ports@mailing.thruhere.net> <4A37BB97.8080405@bsdforen.de> <200906161101.22167.mel.flynn+fbsd.ports@mailing.thruhere.net> In-Reply-To: <200906161101.22167.mel.flynn+fbsd.ports@mailing.thruhere.net> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Boris Samorodov , freebsd-ports@freebsd.org Subject: Re: pkg_libchk: a missing library is not detected 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, 16 Jun 2009 23:08:56 -0000 Mel Flynn wrote: > On Tuesday 16 June 2009 07:34:47 Dominic Fandrey wrote: >> Mel Flynn wrote: >>> On Monday 15 June 2009 02:55:09 Dominic Fandrey wrote: >>>> Sorry for the late reply, this was auto-sorted into the ports@ mails >>>> and drowned there. >>>> >>>> Boris Samorodov wrote: >>>>> As I understand pkg_upgrade does not preserve old libraries at >>>>> /usr/local/lib/compat? >>>> That's true. I consider this common approach a security risk. >>> It is a service interruption to delete libraries that are still used and >>> this can also lead to security problems. >>> However, pkg_upgrade cannot ever hope to fix this problem, because the >>> buildservers do not unconditionally rebuild packages that mention the >>> upgraded port in LIB_DEPENDS, therefore it is better to leave these >>> shared libraries around. >> To me something not working seems to be less of a security problem than >> linking to a vulnerable library. > > Depends what is not working. If it's the monitoring software, do you still > agree? Yes I do. Virus scanners and personal firewalls have proven to be security hazards in the past. Any kind of monitoring is as likely to be a gateway to be exploited, especially considering that monitoring software normally has a lot of privileges. > Also, a library with a vulnerability does not always constitute an exploitable > library for the way a running vital application uses it. Do you have a convincing example? None comes to my mind. > Either way, I don't > think you should unconditionally interrupt service, because you think yours is > the right way. It should be optional and because of your own conviction, you > could choose to make the default "security over service". Provide an example where it make sense to keep a vulnerable library around and I will add the option to preserve libraries. >>>> To ensure that you get the newest packages wipe >>>> /usr/ports/packages/All. >>> Erm, the download time associated with that approach doesn't really speed >>> up things, nor does it guarantee that you will have working binaries if >>> the port maintainer forgot to version bump a port. >> Well, you don't ever need them again after having them installed once, so I >> don't see the problem. > > True I guess for most cases, but if that's true, then why remove them if > you're not ever going to download them twice? Because you want to download them again if they have been rebuilt without a version change. Something that actually seems to be happening on pointyhead. > >> And at least from pointyhead I've never head >> broken linking, even when the package was not version bumped, so I think >> there's some kind of human intervention, or I was lucky. > > Luck. The app linking to the old library will have a dependency on the old > version. pkg_add will find the origin, issue a warning about "app-1.0 needing > lib-0.1 but lib-0.2 is installed" and proceed. app will not start, because of > the missing library. I've never had this case. I've got the impression that pointyhead rebuilds all dependencies. > >> Proper version bumping solves both problems, though and it is rarely >> forgotten lately. So the issue is much smaller, now than it would have been >> a couple of years ago. Also I do not see a way for my tool to handle this >> in any acceptable way. If you've got an idea, go ahead and tell me. I >> actually want to deal with as many problems as possible without user >> intervention. It's about making life easier, after all. > > You can't without the buildservers providing hashes for the packages (to > detect if a package has been repacked) or in less good case checking lastmod > time and size plus the buildservers rebuilding dependents. We've got a PR for this kind of thing around (actually we only request hashes for the INDEX, one step at a time), but I doubt someone is interested in providing this feature. Maybe one day I'll create patches for pointyhead myself, but not before I have done everything that I want to do with pkg_upgrade. There's still so much to be done, it does not yet seem worthwile to invest time into getting to know some else's code, patching it and complaining long enough to get the patches committed. From owner-freebsd-ports@FreeBSD.ORG Tue Jun 16 23:15:04 2009 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 9BDF1106564A for ; Tue, 16 Jun 2009 23:15:04 +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 53A098FC0A for ; Tue, 16 Jun 2009 23:15:04 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mobileKamikaze.norad (unknown [88.130.200.79]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bsdforen.de (Postfix) with ESMTP id 2DC118A0186; Wed, 17 Jun 2009 01:15:03 +0200 (CEST) Message-ID: <4A382776.8020908@bsdforen.de> Date: Wed, 17 Jun 2009 01:15:02 +0200 From: Dominic Fandrey User-Agent: Thunderbird 2.0.0.21 (X11/20090408) MIME-Version: 1.0 To: Bill Fenner References: <200801281000.m0SA01rg008494@freefall.freebsd.org> In-Reply-To: <200801281000.m0SA01rg008494@freefall.freebsd.org> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: Re: Possibly unbuildable ports reminder 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, 16 Jun 2009 23:15:04 -0000 Bill Fenner wrote: > Dear porters, > > This is just a reminder to please periodically check the list of > unbuildable ports at http://pointyhat.freebsd.org/errorlogs/ . > A list by MAINTAINER is > > http://people.freebsd.org/~fenner/errorlogs/ > > so you can easily check the status of ports that you maintain. In > addition, the list of ports with no MAINTAINER with build problems is > > http://people.freebsd.org/~fenner/errorlogs/ports@freebsd.org.html > > Since no one is responsible for these ports, the problem won't get > fixed unless someone on this list takes the initiative. > > Thanks for your help! This is about my ports: http://people.freebsd.org/~fenner/errorlogs/kamikaze@bsdforen.de-date.html error no. 3: outdated, the port has long since been moved and updated error no. 2: cannot reproduce, I have a dim memory of an error like this, I think it got fixed a long time ago error no. 1: there's no error message in the log, it builds fine on my 7.2-stable/amd64 system From owner-freebsd-ports@FreeBSD.ORG Tue Jun 16 23:22:00 2009 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 015211065674 for ; Tue, 16 Jun 2009 23:22:00 +0000 (UTC) (envelope-from shuvaev@physik.uni-wuerzburg.de) Received: from mailrelay.rz.uni-wuerzburg.de (mailrelay.rz.uni-wuerzburg.de [132.187.3.28]) by mx1.freebsd.org (Postfix) with ESMTP id 79D6C8FC19 for ; Tue, 16 Jun 2009 23:21:59 +0000 (UTC) (envelope-from shuvaev@physik.uni-wuerzburg.de) Received: from virusscan.mail (localhost [127.0.0.1]) by mailrelay.mail (Postfix) with ESMTP id 957D11990D3; Wed, 17 Jun 2009 01:21:58 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by virusscan.mail (Postfix) with ESMTP id 88AC91990BC; Wed, 17 Jun 2009 01:21:58 +0200 (CEST) Received: from mail.physik.uni-wuerzburg.de (wthp192.physik.uni-wuerzburg.de [132.187.40.192]) by mailmaster.uni-wuerzburg.de (Postfix) with ESMTP id 71BB31990B6; Wed, 17 Jun 2009 01:21:58 +0200 (CEST) Received: from wep4035 ([132.187.37.35]) by mail.physik.uni-wuerzburg.de (Lotus Domino Release 8.0.2FP1HF244) with ESMTP id 2009061701215771-10031 ; Wed, 17 Jun 2009 01:21:57 +0200 Received: by wep4035 (sSMTP sendmail emulation); Wed, 17 Jun 2009 01:21:57 +0200 Date: Wed, 17 Jun 2009 01:21:57 +0200 From: Alexey Shuvaev To: matt donovan Message-ID: <20090616232157.GA4146@wep4035.physik.uni-wuerzburg.de> References: <20090616173912.GA5531@alaska.cert.siemens.com> <28283d910906161607q32f497a4y9d1621a6437bca27@mail.gmail.com> MIME-Version: 1.0 In-Reply-To: <28283d910906161607q32f497a4y9d1621a6437bca27@mail.gmail.com> Organization: Universitaet Wuerzburg User-Agent: Mutt/1.5.19 (2009-01-05) X-MIMETrack: Itemize by SMTP Server on domino1/uni-wuerzburg(Release 8.0.2FP1HF244 | April 7, 2009) at 06/17/2009 01:21:57 AM, Serialize by Router on domino1/uni-wuerzburg(Release 8.0.2FP1HF244 | April 7, 2009) at 06/17/2009 01:21:58 AM, Serialize complete at 06/17/2009 01:21:58 AM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Virus-Scanned: by amavisd-new at uni-wuerzburg.de Cc: "Schweigert, Udo CERT" , ports@freebsd.org, Phillip.Gonzalez@metavante.com Subject: Re: FreeBSD Port: nessus-2.2.9_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, 16 Jun 2009 23:22:00 -0000 On Tue, Jun 16, 2009 at 07:07:12PM -0400, matt donovan wrote: > On Tue, Jun 16, 2009 at 1:39 PM, Schweigert, Udo CERT < > Udo.Schweigert@siemens.com> wrote: > > > No, there are no further updates as 2.2.9 is the last open source version. > > > > Udo > > > > On Tue, Jun 16, 2009 at 12:16:54 -0500, Phillip.Gonzalez@metavante.comwrote: > > > > > > hi, > > > > > > i'm looking at the nessus port on one of my FreeBSD boxes(recently > > updated > > > ports tree) and it looks like it's at version 2.2.9. has this port not > > > been updated or am i missing something? > > > > > > thanks for your time, > > > > > > Phillip P Gonzalez > > > Information Security Analyst Sr. > > > Security Analysis and Testing > > > Metavante Corporation > > > tel: 414.357.3156 > > > > > > > > > > You have to go to the nessus website to grab the package now since it's no > longer open source > I don't use nessus myself but just checking their website I see 2.2.11 as the latest open source version. Just 0.02$, Alexey. From owner-freebsd-ports@FreeBSD.ORG Tue Jun 16 23:28:50 2009 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 1F7971065672 for ; Tue, 16 Jun 2009 23:28:50 +0000 (UTC) (envelope-from kitchetech@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 C7DC38FC08 for ; Tue, 16 Jun 2009 23:28:49 +0000 (UTC) (envelope-from kitchetech@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so2493348ywe.13 for ; Tue, 16 Jun 2009 16:28:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=OrgiQzSGcU5aHibF3zwyEBcMYhlRppsMRw9l1c/WyTA=; b=FmgQxDJKbvsiJQ2Srn8Fi91ev36bdy7DPiQV9GBAc9tO9OTkccbrHRNBhix42RXUsk PJc31jel+fbK/aH/q4beVRgJOaNcWmUCGKMczCmcpU6O1GmYbfxwFqH2SRFYy2zLCBG+ f/w70Z7nrLGZR1d4Q33KmUK1G2CMk51aEAbx4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=LnSEsI1VHupf15Nd9Trj/TKFwHpM954/Pi8BJ/A4Xk5u8O/byY2zoNZ3C3CQIQZ9+a 2VP6q7+rbVEphNDWX04bvO13mwUN7XE8ez0B5EBNPXVz7aQsEw7honY/knTyM6voQ1MM ZR6BD5pIooSoUxZypSfXIvBrHZOFbm+uQOQM8= MIME-Version: 1.0 Received: by 10.100.107.8 with SMTP id f8mr10823281anc.149.1245194929181; Tue, 16 Jun 2009 16:28:49 -0700 (PDT) In-Reply-To: <20090616232157.GA4146@wep4035.physik.uni-wuerzburg.de> References: <20090616173912.GA5531@alaska.cert.siemens.com> <28283d910906161607q32f497a4y9d1621a6437bca27@mail.gmail.com> <20090616232157.GA4146@wep4035.physik.uni-wuerzburg.de> From: matt donovan Date: Tue, 16 Jun 2009 19:28:29 -0400 Message-ID: <28283d910906161628x671d5f58m587327a2a89f1c7a@mail.gmail.com> To: Alexey Shuvaev Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "Schweigert, Udo CERT" , ports@freebsd.org, Phillip.Gonzalez@metavante.com Subject: Re: FreeBSD Port: nessus-2.2.9_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, 16 Jun 2009 23:28:50 -0000 On Tue, Jun 16, 2009 at 7:21 PM, Alexey Shuvaev < shuvaev@physik.uni-wuerzburg.de> wrote: > On Tue, Jun 16, 2009 at 07:07:12PM -0400, matt donovan wrote: > > On Tue, Jun 16, 2009 at 1:39 PM, Schweigert, Udo CERT < > > Udo.Schweigert@siemens.com> wrote: > > > > > No, there are no further updates as 2.2.9 is the last open source > version. > > > > > > Udo > > > > > > On Tue, Jun 16, 2009 at 12:16:54 -0500, > Phillip.Gonzalez@metavante.comwrote: > > > > > > > > hi, > > > > > > > > i'm looking at the nessus port on one of my FreeBSD boxes(recently > > > updated > > > > ports tree) and it looks like it's at version 2.2.9. has this port > not > > > > been updated or am i missing something? > > > > > > > > thanks for your time, > > > > > > > > Phillip P Gonzalez > > > > Information Security Analyst Sr. > > > > Security Analysis and Testing > > > > Metavante Corporation > > > > tel: 414.357.3156 > > > > > > > > > > > > > > > You have to go to the nessus website to grab the package now since it's > no > > longer open source > > > I don't use nessus myself but just checking their website I see 2.2.11 > as the latest open source version. > > Just 0.02$, > Alexey. yes which is out of date anyways might as well just grab the freebsd package From owner-freebsd-ports@FreeBSD.ORG Tue Jun 16 23:40:47 2009 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 5777B106564A for ; Tue, 16 Jun 2009 23:40:47 +0000 (UTC) (envelope-from prvs=411143b5b=pschmehl_lists@tx.rr.com) Received: from ip-relay-001.utdallas.edu (ip-relay-001.utdallas.edu [129.110.20.111]) by mx1.freebsd.org (Postfix) with ESMTP id 26F9F8FC14 for ; Tue, 16 Jun 2009 23:40:47 +0000 (UTC) (envelope-from prvs=411143b5b=pschmehl_lists@tx.rr.com) X-Group: RELAYLIST X-IronPort-AV: E=Sophos;i="4.42,232,1243832400"; d="scan'208";a="13729257" Received: from smtp3.utdallas.edu ([129.110.20.110]) by ip-relay-001.utdallas.edu with ESMTP; 16 Jun 2009 18:40:46 -0500 Received: from utd65257.utdallas.edu (utd65257.utdallas.edu [129.110.3.28]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp3.utdallas.edu (Postfix) with ESMTPSA id 89B794E6FE for ; Tue, 16 Jun 2009 18:40:46 -0500 (CDT) Date: Tue, 16 Jun 2009 23:40:46 +0000 From: Paul Schmehl To: FreeBSD Ports Message-ID: <9B9505B5D4381F303C13F1BD@utd65257.utdallas.edu> In-Reply-To: <63844F7221AE2C4DDB7D0388@utd65257.utdallas.edu> References: <63844F7221AE2C4DDB7D0388@utd65257.utdallas.edu> X-Mailer: Mulberry/4.0.6 (Linux/x86) X-Munged-Reply-To: Figure it out MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: Nessus 4.0.1 for FreeBSD X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Paul Schmehl List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jun 2009 23:40:47 -0000 --On Tuesday, June 16, 2009 13:17:52 -0500 Paul Schmehl wrote: > > Has anyone downloaded this binary distro and gotten it working on FreeBSD? I > tried it recently, with disasterous results. It not only didn't work, but it > blew up my port install, which now refuses to update the plugins. > > If someone knows how to get 4.0.1 working on FreeBSD, I'd sure appreciate a > brief tutorial. > Apparently persistence pays off. After installing (using pkg_add), and had to run nessusd -R twice to fix the plugins dbs so that the daemon would start and run properly. So anyone who's trying to do this, after registering and fetching the plugins, run nessusd -R twice (if it craters the first time, as it did for me) before starting the daemon. After that everything should work as expected. -- Paul Schmehl, Senior Infosec Analyst As if it wasn't already obvious, my opinions are my own and not those of my employer. ******************************************* Check the headers before clicking on Reply. From owner-freebsd-ports@FreeBSD.ORG Tue Jun 16 23:59:54 2009 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 5D6C110656C0 for ; Tue, 16 Jun 2009 23:59:54 +0000 (UTC) (envelope-from jchambers@ucla.edu) Received: from out-76.smtp.ucla.edu (smtp-15.smtp.ucla.edu [IPv6:2607:f010:3fe:102:101c:23ff:fed0:93ec]) by mx1.freebsd.org (Postfix) with ESMTP id 3E2A88FC14 for ; Tue, 16 Jun 2009 23:59:54 +0000 (UTC) (envelope-from jchambers@ucla.edu) Received: from mail.ucla.edu (mail.ucla.edu [169.232.46.158]) by smtp-15.smtp.ucla.edu (8.14.3/8.14.3) with ESMTP id n5GNxRES028039; Tue, 16 Jun 2009 16:59:27 -0700 Received: from computer-2.local ([149.142.36.207]) (authenticated bits=0) by mail.ucla.edu (8.14.3/8.14.3) with ESMTP id n5GNxR9g023839 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 16 Jun 2009 16:59:27 -0700 Message-ID: <4A3831DF.8090703@ucla.edu> Date: Tue, 16 Jun 2009 16:59:27 -0700 From: Jason Chambers Organization: UCLA User-Agent: Thunderbird 2.0.0.21 (Macintosh/20090302) MIME-Version: 1.0 To: Paul Schmehl References: <63844F7221AE2C4DDB7D0388@utd65257.utdallas.edu> <9B9505B5D4381F303C13F1BD@utd65257.utdallas.edu> In-Reply-To: <9B9505B5D4381F303C13F1BD@utd65257.utdallas.edu> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Probable-Spam: no X-Scanned-By: smtp.ucla.edu on 169.232.46.242 Cc: FreeBSD Ports Subject: Re: Nessus 4.0.1 for FreeBSD 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, 16 Jun 2009 23:59:54 -0000 Paul Schmehl wrote: > > Apparently persistence pays off. After installing (using pkg_add), and > had to run nessusd -R twice to fix the plugins dbs so that the daemon > would start and run properly. > > So anyone who's trying to do this, after registering and fetching the > plugins, run nessusd -R twice (if it craters the first time, as it did > for me) before starting the daemon. After that everything should work > as expected. Had this same problem as I'm sure everyone else does. I manually update plugins with nessus-update-plugins and find that after doing so you have to rerun the rebuild (nessusd -R) before restarting. Might be the case after you restart nessus with auto-update enabled?? Anyway, the forums at discussions.nessus.org are the best place for help. --Jason From owner-freebsd-ports@FreeBSD.ORG Wed Jun 17 00:03:05 2009 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 41B01106564A for ; Wed, 17 Jun 2009 00:03:05 +0000 (UTC) (envelope-from jchambers@ucla.edu) Received: from out-71.smtp.ucla.edu (smtp-14.smtp.ucla.edu [IPv6:2607:f010:3fe:102:101c:23ff:fed0:956f]) by mx1.freebsd.org (Postfix) with ESMTP id 2286F8FC12 for ; Wed, 17 Jun 2009 00:03:05 +0000 (UTC) (envelope-from jchambers@ucla.edu) Received: from mail.ucla.edu (mail.ucla.edu [169.232.46.158]) by smtp-14.smtp.ucla.edu (8.14.3/8.14.3) with ESMTP id n5H02Zwq025365; Tue, 16 Jun 2009 17:02:35 -0700 Received: from computer-2.local ([149.142.36.207]) (authenticated bits=0) by mail.ucla.edu (8.14.3/8.14.3) with ESMTP id n5H02ZT2024199 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 16 Jun 2009 17:02:35 -0700 Message-ID: <4A38329B.2030902@ucla.edu> Date: Tue, 16 Jun 2009 17:02:35 -0700 From: Jason Chambers Organization: UCLA User-Agent: Thunderbird 2.0.0.21 (Macintosh/20090302) MIME-Version: 1.0 To: Phillip.Gonzalez@Metavante.com References: In-Reply-To: X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Probable-Spam: no X-Scanned-By: smtp.ucla.edu on 169.232.46.250 Cc: udo.schweigert@siemens.com, ports@freebsd.org Subject: Re: FreeBSD Port: nessus-2.2.9_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: Wed, 17 Jun 2009 00:03:05 -0000 Phillip.Gonzalez@Metavante.com wrote: > hi, > > i'm looking at the nessus port on one of my FreeBSD boxes(recently updated > ports tree) and it looks like it's at version 2.2.9. has this port not > been updated or am i missing something? > Abandoned long ago and moved to a closed source version. OpenVAS is the current fork of nessus 2.x. ls -l /usr/ports/security |grep openvas --Jason From owner-freebsd-ports@FreeBSD.ORG Wed Jun 17 00:54:59 2009 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 401B710656F1 for ; Wed, 17 Jun 2009 00:54:59 +0000 (UTC) (envelope-from swhetzel@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 EC1168FC16 for ; Wed, 17 Jun 2009 00:54:58 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by qw-out-2122.google.com with SMTP id 3so2392006qwe.7 for ; Tue, 16 Jun 2009 17:54:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=x7ycumWv/KfroauL/3oFt0axmx23cxQWsGjehSr58fo=; b=M8ebNYZgwHTTRc5NNxkdYypKt45MDcC5m4WUM5SGe+asyabeAI39/ZauM6iA3iPRT8 KMhBARvbhyAtlqjOx4J23T6mqQp5tVj0OXFpcBpKgQIjsuYHI8xobWoRqTEpF10QRz1t HCwsAd+p2pOBzsuXurz/DKj3RCl6KVvYS1XYw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=rj5jDu6QAiJjviGMKvp2f/XBGVPadwuzCGB5w3Ui/uINmhJ4vDezF0NIOH0iqKEpSn fh3CWPUFUtkoGSTcCwLTB2o5i0fs23QDqg3fQ3BJNWoBpmrw1BIlA+q9H22fbEA4tHw2 3cW+gRFTr3xQ+jvVrqN2Pf7KYVaNie6MkQ/aE= MIME-Version: 1.0 Received: by 10.220.100.194 with SMTP id z2mr6462217vcn.68.1245198884116; Tue, 16 Jun 2009 17:34:44 -0700 (PDT) In-Reply-To: <4A37F259.8000102@users.sf.net> References: <4A37F259.8000102@users.sf.net> Date: Tue, 16 Jun 2009 19:34:43 -0500 Message-ID: <790a9fff0906161734l3408f419o36b2ff7940203fe3@mail.gmail.com> From: Scot Hetzel To: martinko Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: FreeBSD Port: devel/boost-python 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, 17 Jun 2009 00:54:59 -0000 2009/6/16 martinko : > Hallo, > > I've installed graphics/gimp which installed devel/boost. > Now I'm trying to install x11/kdebase4* that want devel/boost-python which > is in conflict with devel/boost. > I don't think I've modified any port options, therefore I'm wondering why > the ports fail to install. :-/ > What should I do to remedy the situation pls ? > Either uninstall graphics/gimp and devel/boost. First install devel/boost-python then graphics/gimp. Or use either portupgrade or pormaster to replace devel/boost with devel/boost-python: If using portupgrade: # portupgrade -o devel/boost-python devel/boost If using portmaster: # portmaster -o ldevel/boost-python devel/boost Scot From owner-freebsd-ports@FreeBSD.ORG Wed Jun 17 03:16:14 2009 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 3AC0F106566B for ; Wed, 17 Jun 2009 03:16:14 +0000 (UTC) (envelope-from root@mail.easycostarentals.com) Received: from mail.easycostarentals.com (mail.easycostarentals.com [74.3.128.71]) by mx1.freebsd.org (Postfix) with ESMTP id F2E8F8FC1A for ; Wed, 17 Jun 2009 03:16:13 +0000 (UTC) (envelope-from root@mail.easycostarentals.com) Received: from mail.easycostarentals.com (srv1 [127.0.0.1]) by mail.easycostarentals.com (8.13.8/8.13.8) with ESMTP id n5H3Esot023338 for ; Tue, 16 Jun 2009 21:14:54 -0600 Received: (from root@localhost) by mail.easycostarentals.com (8.13.8/8.13.8/Submit) id n5H3EsYP023280; Tue, 16 Jun 2009 21:14:54 -0600 Date: Tue, 16 Jun 2009 21:14:54 -0600 Message-Id: <200906170314.n5H3EsYP023280@mail.easycostarentals.com> To: ports@freebsd.org From: info@wiseinvestcr.com Cc: Subject: New Costa Rica Homes 129,000! 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, 17 Jun 2009 03:16:14 -0000 Close to airport, beaches, shopping and health care. Visit: http://wiseinvestcr.com/a4rio3 for more details. Excellent returns. Rich Group SA Calle 3, Avenida 11, 150 metros norte del Banco Nacional San Jose Centro, San Jose, Costa Rica 0 800 0150 6631/877-900-1188 unsubscribe: http://wiseinvestcr.com/unsubscribe From owner-freebsd-ports@FreeBSD.ORG Wed Jun 17 03:39:09 2009 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 80AEC106564A for ; Wed, 17 Jun 2009 03:39:09 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao101.cox.net (eastrmmtao101.cox.net [68.230.240.7]) by mx1.freebsd.org (Postfix) with ESMTP id 110FD8FC21 for ; Wed, 17 Jun 2009 03:39:08 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo03.cox.net ([68.1.16.126]) by eastrmmtao101.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20090617033909.GADA20709.eastrmmtao101.cox.net@eastrmimpo03.cox.net>; Tue, 16 Jun 2009 23:39:09 -0400 Received: from localhost ([68.103.37.153]) by eastrmimpo03.cox.net with bizsmtp id 4rf71c00M3JFCbG02rf8Nk; Tue, 16 Jun 2009 23:39:08 -0400 X-VR-Score: -260.00 X-Authority-Analysis: v=1.0 c=1 a=pGLkceISAAAA:8 a=2z1OXlWFAAAA:8 a=kviXuzpPAAAA:8 a=6I5d2MoRAAAA:8 a=63SW2tz79GbcNxfYUNEA:9 a=kiY2EWHMEltJcn2WBQJf8eRgCoUA:4 a=MSl-tDqOz04A:10 a=4vB-4DCPJfMA:10 a=SV7veod9ZcQA:10 X-CM-Score: 0.00 Date: Tue, 16 Jun 2009 22:39:40 -0500 To: "Scot Hetzel" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 MIME-Version: 1.0 References: <4A37F259.8000102@users.sf.net> <790a9fff0906161734l3408f419o36b2ff7940203fe3@mail.gmail.com> Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: <790a9fff0906161734l3408f419o36b2ff7940203fe3@mail.gmail.com> User-Agent: Opera Mail/9.64 (Linux) Cc: martinko , freebsd-ports@freebsd.org Subject: Re: FreeBSD Port: devel/boost-python 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, 17 Jun 2009 03:39:09 -0000 On Tue, 16 Jun 2009 19:34:43 -0500, Scot Hetzel wrote: > 2009/6/16 martinko : >> Hallo, >> >> I've installed graphics/gimp which installed devel/boost. >> Now I'm trying to install x11/kdebase4* that want devel/boost-python >> which >> is in conflict with devel/boost. >> I don't think I've modified any port options, therefore I'm wondering >> why >> the ports fail to install. :-/ >> What should I do to remedy the situation pls ? >> > > Either uninstall graphics/gimp and devel/boost. First install > devel/boost-python then graphics/gimp. You don't need to uninstall gimp. All you have to do is reinstall boost with python option. The fix is on way from boost maintainer and being test. Cheers, Mezz > Or use either portupgrade or pormaster to replace devel/boost with > devel/boost-python: > > If using portupgrade: > # portupgrade -o devel/boost-python devel/boost > > If using portmaster: > # portmaster -o ldevel/boost-python devel/boost > > Scot -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Wed Jun 17 04:06:03 2009 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 1E79C106566C for ; Wed, 17 Jun 2009 04:06:03 +0000 (UTC) (envelope-from jeffrey@goldmark.org) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id E95848FC14 for ; Wed, 17 Jun 2009 04:06:02 +0000 (UTC) (envelope-from jeffrey@goldmark.org) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id CA3AD3605AA for ; Tue, 16 Jun 2009 23:48:18 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Tue, 16 Jun 2009 23:48:18 -0400 X-Sasl-enc: 4AII7PjanWHzoBuIVQDGj2nY4Q8vW1fWPG1wL4hubFf6 1245210498 Received: from hagrid.ewd.goldmark.org (n114.ewd.goldmark.org [72.64.118.114]) by mail.messagingengine.com (Postfix) with ESMTPSA id 773E93CB63 for ; Tue, 16 Jun 2009 23:48:18 -0400 (EDT) Message-Id: <6F3DA1E9-877B-438D-BE2A-D9800C210AA7@goldmark.org> From: Jeffrey Goldberg To: FreeBSD Ports List Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Date: Tue, 16 Jun 2009 22:48:17 -0500 X-Mailer: Apple Mail (2.935.3) Cc: Subject: Safe to run squid_user=root ? 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, 17 Jun 2009 04:06:03 -0000 www/squid30 sets up an rc.d startup script that includes squid_user=${squid_user:-squid} This makes it impossible to get squid to listen on a port lower than 1024. If I specify squid_user=root in my rc.conf will I be doing something stupid? Does squid appropriately drop privileges after binding to a socket? The background for this is that I want to set up a proxy to listen on port 70 (yes that is gopher). There is a bit of a move afoot to set up proxies to allow people from Iran to get to sites like twitter and facebook which are currently being blocked by the Iranian government. They have just started blocking things to destination ports like 8080 and 3128. FreeBSD 7-STABLE, www/squid30 Cheers, -j -- Jeffrey Goldberg http://www.goldmark.org/jeff/ From owner-freebsd-ports@FreeBSD.ORG Wed Jun 17 04:45:36 2009 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 D0E09106564A for ; Wed, 17 Jun 2009 04:45:36 +0000 (UTC) (envelope-from bennett@cs.niu.edu) Received: from mp.cs.niu.edu (mp.cs.niu.edu [131.156.145.41]) by mx1.freebsd.org (Postfix) with ESMTP id 962C08FC0A for ; Wed, 17 Jun 2009 04:45:36 +0000 (UTC) (envelope-from bennett@cs.niu.edu) Received: from mp.cs.niu.edu (bennett@localhost [127.0.0.1]) by mp.cs.niu.edu (8.14.3/8.14.3) with ESMTP id n5H4isAO021637; Tue, 16 Jun 2009 23:44:54 -0500 (CDT) Date: Tue, 16 Jun 2009 23:44:54 -0500 (CDT) From: Scott Bennett Message-Id: <200906170444.n5H4isBg021636@mp.cs.niu.edu> To: freebsd-ports@freebsd.org, shuvaev@physik.uni-wuerzburg.de Cc: Subject: Re: [REPOST] problem upgrading perl 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, 17 Jun 2009 04:45:37 -0000 On Tue, 16 Jun 2009 20:07:26 +0200 Alexey Shuvaev wrote: >On Mon, Jun 15, 2009 at 10:25:59PM -0500, Scott Bennett wrote: >> I got no responses when I posted this a few days ago, so I'm reposting >> it now. I'd really like to finish the perl upgrade process, so I could move >> on to installing/updating other ports safely, but could use some advice. >> -------------------------------------------------------------------- >> Following the instructions in /usr/ports/UPDATING for upgrading from >> lang/perl5.8 to lang/perl5.10 using portmaster, the first part seems to go >> well. The last line of that process is where the excerpt below begins. >> The second step, as you will see, fails with the error message shown. >> /usr/ports/UPDATING neglects to mention what to do next, and the process >> looks incomplete at this point. If someone could offer instructions for >> completing the process, I would be grateful. >> >> ===>>> Upgrade of perl-5.8.9_2 to perl-threaded-5.10.0_3 complete >> >> hellas# nice +18 portmaster -v -r perl\* >> >> ===>>> No ORIGIN in /var/db/pkg/perl-threaded-5.10.0_3/+CONTENTS:@comment ORIGIN:lang/perl5.10 /var/db/pkg/perltidy-20071205/+CONTENTS:@comment ORIGIN:devel/perltidy/+CONTENTS >> ===>>> Aborting update >> >The something is wrong with packages database in /var/db/pkg or portmaster >doesn't like it. Please, show the output from the following commands to start: > >head /var/db/pkg/perl-threaded-5.10.0_3/+CONTENTS >head /var/db/pkg/perltidy-20071205/+CONTENTS > Script started on Tue Jun 16 22:48:33 2009 [hellas] 101 % head /var/db/pkg/perl-threaded-5.10.0_3/+CONTENTS @comment PKG_FORMAT_REVISION:1.1 @name perl-threaded-5.10.0_3 @comment ORIGIN:lang/perl5.10 @cwd /usr/local @pkgdep gdbm-1.8.3_3 @comment DEPORIGIN:databases/gdbm @conflicts perl-5.6.* @conflicts perl-5.8.* @conflicts perl-threaded-5.8.* man/man1/a2p.1.gz [hellas] 102 % head /var/db/pkg/perltidy-20071205/+CONTENTS @comment PKG_FORMAT_REVISION:1.1 @name perltidy-20071205 @comment ORIGIN:devel/perltidy @cwd /usr/local @pkgdep perl-threaded-5.10.0_3 @comment DEPORIGIN:lang/perl5.10 man/man1/perltidy.1.gz @comment MD5:5b629d5917cb885aa24509e40da51b9f lib/perl5/5.8.9/man/man3/Perl::Tidy.3.gz @comment MD5:dcedd0294434f2a88ad1caa048847ce0 [hellas] 103 % exit exit Script done on Tue Jun 16 22:49:49 2009 >Mine is (no perltidy though): >~> head /var/db/pkg/perl-5.10.0_3/+CONTENTS >@comment PKG_FORMAT_REVISION:1.1 >@name perl-5.10.0_3 >@comment ORIGIN:lang/perl5.10 >@cwd /usr/local >@conflicts perl-5.6.* >@conflicts perl-5.8.* >@conflicts perl-threaded-5.8.* >man/man1/a2p.1.gz >@comment MD5:41051bd143f495e113fa136ac0e9cb6f >man/man1/c2ph.1.gz > >Hmmm... Looking at portmaster sources I've got one idea. >Can you try more precise command to upgrade everything depending on perl? > >nice +18 portmaster -v -r perl-threaded-5.10.0_3 > >The point is that perl\* wildcard gives you both perl-threaded-XXX and >perltidy-XXXX which might be bad idea. Bingo!! Very nice call. It has now driven me to distraction with dialog boxes for configuration stuff for many ports/packages, and is now busily reinstalling perl intself. > >If this is the case I think UPDATING entry should be improved >to use perl-\* wildcard. I think you meant to *not* use the wildcard, and yes, /usr/ports/UPDATING is clearly wrong in this case and should be fixed. Thanks very much for solving this. I still have to deal with some problems with options on the various packages/ports to be updated, but I can proceed for now. Scott Bennett, Comm. ASMELG, CFIAG ********************************************************************** * Internet: bennett at cs.niu.edu * *--------------------------------------------------------------------* * "A well regulated and disciplined militia, is at all times a good * * objection to the introduction of that bane of all free governments * * -- a standing army." * * -- Gov. John Hancock, New York Journal, 28 January 1790 * ********************************************************************** From owner-freebsd-ports@FreeBSD.ORG Wed Jun 17 05:04:45 2009 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 D63171065670; Wed, 17 Jun 2009 05:04:45 +0000 (UTC) (envelope-from taguchi@iij.ad.jp) Received: from omgo.iij.ad.jp (mo30.iij.ad.jp [202.232.30.71]) by mx1.freebsd.org (Postfix) with ESMTP id 844838FC24; Wed, 17 Jun 2009 05:04:45 +0000 (UTC) (envelope-from taguchi@iij.ad.jp) DKIM-Signature: v=1;a=rsa-sha256;c=relaxed/simple;d=iij.ad.jp;h=Message-ID: Date:From:To:Cc:Subject:References:In-Reply-To:MIME-Version:Content-Type: Content-Transfer-Encoding;i=taguchi@iij.ad.jp;s=omgo1;t=1245214196;x= 1246423796; bh=qamxixBj19NBADf+gTtYACEbsVRH5iJ2fZJhVILANKI=; b=e5BUdXvORiAIij1f CuQMpT6LG3IU0iEr2tLxzo7CSw24OGn/ezEHmo+z80HbH86omEmT8e4a+unEKU1v1X+zIBYTFYBLO ufIgri4XfA0Lx5nHLFFUoyo0dLeRxH0ZQdKWctk+oL/dl6IjzV4FWDne5fPDFBIY1jl9gXlvGEVeT E=; Received: by omgo.iij.ad.jp (mo30) id n5H4nuNo005690; Wed, 17 Jun 2009 13:49:56 +0900 Received: by taguchi-d.tohoku.iiji.jp (Postfix, from userid 80) id EDBA41173C22; Wed, 17 Jun 2009 13:49:54 +0900 (JST) Received: from taguchi-d (taguchi-d [192.168.145.42]) by taguchi-d.tohoku.iiji.jp (Horde Framework) with HTTP; Wed, 17 Jun 2009 13:49:54 +0900 Message-ID: <20090617134954.131956w1zmh4czci@taguchi-d.tohoku.iiji.jp> X-Priority: 3 (Normal) Date: Wed, 17 Jun 2009 13:49:54 +0900 From: =?ISO-2022-JP?B?GyRCRUQ4fRsoQg==?= =?ISO-2022-JP?B?GyRCNSMbKEI=?= To: Martin Wilke References: <20090611194557.GC98175@bsdcrew.de> In-Reply-To: <20090611194557.GC98175@bsdcrew.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-2022-JP; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.3.3 / FreeBSD-7.2 Cc: ports@FreeBSD.org, freebsd-emulation@FreeBSD.org, freebsd-current@FreeBSD.org Subject: Re: [Call For Testing] VirtualBox for FreeBSD! take 6 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, 17 Jun 2009 05:04:46 -0000 Hi, I've test it on my FreeBSD-7.2p1 amd64 box. I got "2 VirtualBox processes"-probrem. but I'd kill 2nd process, then it works fine. So I'd tried to boot FreeBSD-7.2-RELEASE-amd64 installer DVD. loader work fine. but try to launch /stand/sysinstall, it does not work. it stopped ;-( installer's dialogue does not displaied. i386 version was work fine. Thanks. ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. From owner-freebsd-ports@FreeBSD.ORG Wed Jun 17 05:04:46 2009 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 D99441065673; Wed, 17 Jun 2009 05:04:45 +0000 (UTC) (envelope-from taguchi@iij.ad.jp) Received: from omgo.iij.ad.jp (mo30.iij.ad.jp [202.232.30.71]) by mx1.freebsd.org (Postfix) with ESMTP id 8A6138FC25; Wed, 17 Jun 2009 05:04:45 +0000 (UTC) (envelope-from taguchi@iij.ad.jp) DKIM-Signature: v=1;a=rsa-sha256;c=relaxed/simple;d=iij.ad.jp;h=Message-ID: Date:From:To:Cc:Subject:References:In-Reply-To:MIME-Version:Content-Type: Content-Transfer-Encoding;i=taguchi@iij.ad.jp;s=omgo1;t=1245214211;x= 1246423811; bh=gWOsgvqhndlG8BjASBontxtlVDc15ORPUqsxdmN2UuY=; b=Jy15lYA1vnoeJXDC B6cKTVlglxnPyc1i17gFedo0KOvjSay3J6clvDc5616T9TSKAaFwTr6may/8m9sseCpV6AYjtbDoa KaryUaIo1NH5W7057gW4iHtALCJMtu3h5HBpJmjRA9H1yMVoTSJyKg6+hN4uRJW2dQuEMLAyBoQnd M=; Received: by omgo.iij.ad.jp (mo30) id n5H4oBKP005727; Wed, 17 Jun 2009 13:50:11 +0900 Received: by taguchi-d.tohoku.iiji.jp (Postfix, from userid 80) id 14BD41173C22; Wed, 17 Jun 2009 13:50:11 +0900 (JST) Received: from taguchi-d (taguchi-d [192.168.145.42]) by taguchi-d.tohoku.iiji.jp (Horde Framework) with HTTP; Wed, 17 Jun 2009 13:50:11 +0900 Message-ID: <20090617135011.996334oa95kwtpfn@taguchi-d.tohoku.iiji.jp> X-Priority: 3 (Normal) Date: Wed, 17 Jun 2009 13:50:11 +0900 From: =?ISO-2022-JP?B?GyRCRUQ4fRsoQg==?= =?ISO-2022-JP?B?GyRCNSMbKEI=?= To: Martin Wilke References: <20090611194557.GC98175@bsdcrew.de> In-Reply-To: <20090611194557.GC98175@bsdcrew.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-2022-JP; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.3.3 / FreeBSD-7.2 Cc: ports@FreeBSD.org, freebsd-emulation@FreeBSD.org, freebsd-current@FreeBSD.org Subject: Re: [Call For Testing] VirtualBox for FreeBSD! take 6 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, 17 Jun 2009 05:04:47 -0000 Martin Wilke $B$5$s$O8@$o$l$^$7$?!'(B > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Huhu, > > Yes we life and that's good :-). > Changes: > > - Fix build error when compiling in debug mode on FreeBSD HEAD > - SemEvent?-r0drv/FreeBSD: Don't use tvtohz for an infinite timeout. > - Some FreeBSD relate typos > - Enable shared OpenGL service. Completely untested due to lack of > appropriate hardware but it compiles at least > - Add support for shared clipboards. Requires libXt > - FreeBSD: Implement preemption API for guest SMP and enable > it (slightly tested). Add neccessary RTMP* methods in userspace > for the frontends to detect the number of CPUs > - Runtime/semevent-r0drv-freebsd: Use a sleeping mutex > instead of a spinlock to fix the problems users are seeing > (assertions with debugging enabled) while still being able > to run on 100Hz hosts. No problems detected so far and Solaris > doesn't use a spin mutex in this code too so it shouldn't do > any harm (keeping fingers crossed)space for the frontends to > detect the number of CPUs > - Add support for curl > - Add VBoxSharedClipboard > > Ports Changes; > - Force guestadditions version to 2.2.4 > - Removed Qt3 include replacements (already upstream) > - Removed cosmetic X11 include path patch > > Please make SURE, your world and kernel is in sync and you've read > the pkg-messages. Also please unload the kernel module before > you update the port ;-). > > Many thx to all Vbox Devs, All supporters, my nice team! :-) > > http://people.freebsd.org/~miwi/vbox/virtualbox_6.tgz > > Happy Testing! > > - - Martin > > - -- > > +-----------------------+-------------------------------+ > | PGP : 0xB1E6FCE9 | Jabber : miwi(at)BSDCrew.de | > | Skype : splash_111 | Mail : miwi(at)FreeBSD.org | > +-----------------------+-------------------------------+ > | Mess with the Best, Die like the Rest! | > +-----------------------+-------------------------------+ > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.11 (FreeBSD) > > iEYEARECAAYFAkoxXvUACgkQdLJIhLHm/OmHHQCcCvJ6EKNehym1siBuQICX+7+l > i2sAn0InwBQW7jf+l/PqjIM/BR/g3qhi > =hDW+ > -----END PGP SIGNATURE----- > _______________________________________________ > 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" > ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. From owner-freebsd-ports@FreeBSD.ORG Wed Jun 17 05:16:40 2009 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 0AB2C1065713 for ; Wed, 17 Jun 2009 05:16:40 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from mail.allbsd.org (unknown [IPv6:2001:2f0:104:e001::32]) by mx1.freebsd.org (Postfix) with ESMTP id 864368FC0A for ; Wed, 17 Jun 2009 05:16:39 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from delta.allbsd.org (p3185-ipbf514funabasi.chiba.ocn.ne.jp [123.225.96.185]) (authenticated bits=128) by mail.allbsd.org (8.14.3/8.14.3) with ESMTP id n5H5GG6D014159; Wed, 17 Jun 2009 14:16:27 +0900 (JST) (envelope-from hrs@FreeBSD.org) Received: from localhost (alph.allbsd.org [192.168.0.10]) (authenticated bits=0) by delta.allbsd.org (8.13.4/8.13.4) with ESMTP id n5H5G3SJ089279; Wed, 17 Jun 2009 14:16:05 +0900 (JST) (envelope-from hrs@FreeBSD.org) Date: Wed, 17 Jun 2009 14:12:03 +0900 (JST) Message-Id: <20090617.141203.07900852.hrs@allbsd.org> To: roberthuff@rcn.com From: Hiroki Sato In-Reply-To: <18997.22089.242834.29735@jerusalem.litteratus.org> References: <20090611184440.64570233jo01snhk@econet.encontacto.net> <20090615.044642.89386640.hrs@allbsd.org> <18997.22089.242834.29735@jerusalem.litteratus.org> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 6.2.51 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Wed_Jun_17_14_12_03_2009_394)--" Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.93.3, clamav-milter version 0.93.3 on gatekeeper.allbsd.org X-Virus-Status: Clean X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0 (mail.allbsd.org [133.31.130.32]); Wed, 17 Jun 2009 14:16:29 +0900 (JST) Cc: freebsd-ports@FreeBSD.org Subject: Re: acroread9 crashes after maybe 10 seconds of operation. 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, 17 Jun 2009 05:16:40 -0000 ----Security_Multipart(Wed_Jun_17_14_12_03_2009_394)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Robert Huff wrote in <18997.22089.242834.29735@jerusalem.litteratus.org>: ro> Hiroki Sato writes: ro> ro> > ec> Is anyone else seeing the following termination message after maybe 10 ro> > ec> seconds of acroread9 operation? ro> > ro> > Can you add more detailed information on your environment? Packages ro> > you installed and compat.linux.osrelease sysctl are needed at the ro> > very least. ro> ro> compat.linux.osrelease: 2.6.16 ro> linux_base-f8-8_11 ro> ro> > Acrobat 9 works with compat.linux.osrelease=2.4.2 and ro> > linux_base-fc-4_13 on 7.2-RELEASE. On other environments it may ro> > or may not work. ro> ro> Um. ro> Are there plans to get it to work with something more recent? ro> I was under the (uninformed) impression linux_base-fc-4 was, ah, ro> workable but no longer favored. The ports collection still assumes fc4 as the default, so I think it is the primary target. Anyway, I will try other configurations including one in your report. I guess the issue is due to some incomplete (or not-fully-compatible) compat-layer implementations of features available in Linux 2.6.x. -- Hiroki ----Security_Multipart(Wed_Jun_17_14_12_03_2009_394)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEABECAAYFAko4eyMACgkQTyzT2CeTzy2VkACfeD600BbD58LNvkr1kSsYxfML Y0gAnjNAuH/9VqHdu3nl7mbVrZhheEEB =D85s -----END PGP SIGNATURE----- ----Security_Multipart(Wed_Jun_17_14_12_03_2009_394)---- From owner-freebsd-ports@FreeBSD.ORG Wed Jun 17 05:50:59 2009 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 8275D106564A for ; Wed, 17 Jun 2009 05:50:59 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: from mail-fx0-f225.google.com (mail-fx0-f225.google.com [209.85.220.225]) by mx1.freebsd.org (Postfix) with ESMTP id 1272D8FC16 for ; Wed, 17 Jun 2009 05:50:58 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: by fxm25 with SMTP id 25so64494fxm.43 for ; Tue, 16 Jun 2009 22:50:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=S/Dcju6A5e3RjnB5cdok7lQQnUNfXytYI4QiCLU7Qeg=; b=DmMQNqXjJi6cSJlVlt659JZAbcaZlR/As07OCPvVS8gZjL79CdQQ4p0aty+P0IqBM8 c2WCAX4TmRoJxXHaWLeRrAPM/ViLw5KiJXZurKGVBn3Ko3SneRdtfBy9dVk5bEhqnO+7 CQrVa34fOyhu0oOGwqyDpITmjj8agTUitLcz8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=keGlR7/LcG9vuseV85oi8X6f0IlrEBM6Dqc3wj0ydzKhNscQ3LsKuwDEl94KfWpWjL TbaN8+6qcCpUfBBrqGZl/nsPN1F9bk0LdrndMeryI29ggcyNQ6xYvm2em8ivhgtpx047 R5FuI6PKERgxOiW1xT4Saj17+ghNJKzftfksk= MIME-Version: 1.0 Received: by 10.204.63.208 with SMTP id c16mr9018385bki.131.1245216245110; Tue, 16 Jun 2009 22:24:05 -0700 (PDT) In-Reply-To: <6F3DA1E9-877B-438D-BE2A-D9800C210AA7@goldmark.org> References: <6F3DA1E9-877B-438D-BE2A-D9800C210AA7@goldmark.org> Date: Wed, 17 Jun 2009 07:24:05 +0200 Message-ID: <14989d6e0906162224hde9d093l9ecd42250775efe5@mail.gmail.com> From: Christian Walther To: Jeffrey Goldberg Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Ports List Subject: Re: Safe to run squid_user=root ? 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, 17 Jun 2009 05:50:59 -0000 2009/6/17 Jeffrey Goldberg : > www/squid30 sets up an rc.d startup script that includes > > =A0squid_user=3D${squid_user:-squid} > > This makes it impossible to get squid to listen on a port lower than 1024= . > > If I specify > > =A0squid_user=3Droot > > in my rc.conf will I be doing something stupid? =A0Does squid appropriate= ly > drop privileges after binding to a socket? I'm not sure if squid works if you configure it to listen to port 80. If it won't work, I see three possibilities: 1. use a jail and set squid_user=3Droot (maybe it won't hurt that much if someone hacks into the proxy) 2. Set up squid with its standard port, and use SSHs port forwarding feature. This might be done as root. E.g. squid listens to localhost:3128, and the port forwarding goes to $EXT_IP:70. 3. Use any other unprivileged port that is used by any protocol. There's a nice list at http://www.iana.org/assignments/port-numbers > The background for this is that I want to set up a proxy to listen on por= t > 70 (yes that is gopher). =A0There is a bit of a move afoot to set up prox= ies > to allow people from Iran to get to sites like twitter and facebook which > are currently being blocked by the Iranian government. =A0They have just > started blocking things to destination ports like 8080 and 3128. Yes, I heard and thinking about setting up a proxy, too. I'm just not sure that I want to have everyone on the net to be able to access it. I'm not sure if authentication is an option here, though. From owner-freebsd-ports@FreeBSD.ORG Wed Jun 17 06:42:42 2009 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 36C69106566B for ; Wed, 17 Jun 2009 06:42:42 +0000 (UTC) (envelope-from simplex@twopenguins.it) Received: from hazard.twopenguins.it (twopenguins.it [85.17.138.23]) by mx1.freebsd.org (Postfix) with ESMTP id 00BA98FC16 for ; Wed, 17 Jun 2009 06:42:41 +0000 (UTC) (envelope-from simplex@twopenguins.it) Received: from [192.168.15.3] (host104-187-dynamic.25-79-r.retail.telecomitalia.it [79.25.187.104]) by hazard.twopenguins.it (Postfix) with ESMTPSA id 359774054EA for ; Wed, 17 Jun 2009 08:24:27 +0200 (CEST) Message-ID: <4A388C26.3050900@twopenguins.it> Date: Wed, 17 Jun 2009 08:24:38 +0200 From: Andrea 'simplex' Zulato User-Agent: Thunderbird 2.0.0.21 (X11/20090302) MIME-Version: 1.0 To: freebsd-ports@freebsd.org X-Enigmail-Version: 0.95.7 OpenPGP: id=F4657EF5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Unrealircd problems with last patch 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, 17 Jun 2009 06:42:42 -0000 Hi, i've upgraded c-ares and Unreal from ports but Unreal won't work. It start without a problem but when someone try to connect to the server it crash with a core dump error: Jun 16 09:03:33 hazard kernel: pid 57652 (ircd), uid 0: exited on signal 11 (core dumped) I've tried to recompile unreal and c-ares whitout any result ("make install" finish without problems on both ports). If there's something that i could try, please tell me... I'm on a FreeBSD 7.2-RELEASE-p1 #0. Thanks From owner-freebsd-ports@FreeBSD.ORG Wed Jun 17 08:52:05 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from straylight.ringlet.net (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with SMTP id BDCDA1065670 for ; Wed, 17 Jun 2009 08:52:04 +0000 (UTC) (envelope-from roam@ringlet.net) Received: (qmail 27911 invoked by uid 1000); 17 Jun 2009 08:52:02 -0000 Date: Wed, 17 Jun 2009 11:52:02 +0300 From: Peter Pentchev To: Andrea 'simplex' Zulato Message-ID: <20090617085202.GA976@straylight.m.ringlet.net> References: <4A388C26.3050900@twopenguins.it> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tsOsTdHNUZQcU9Ye" Content-Disposition: inline In-Reply-To: <4A388C26.3050900@twopenguins.it> User-Agent: Mutt/1.5.19 (2009-01-05) X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: =?windows-1251?B?yOv8/yDA7eTw5eXi?= , Gerrit Beine , freebsd-ports@freebsd.org Subject: Re: Unrealircd problems with last patch 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, 17 Jun 2009 08:52:06 -0000 --tsOsTdHNUZQcU9Ye Content-Type: multipart/mixed; boundary="3MwIy2ne0vdjdPXF" Content-Disposition: inline --3MwIy2ne0vdjdPXF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jun 17, 2009 at 08:24:38AM +0200, Andrea 'simplex' Zulato wrote: > Hi, i've upgraded c-ares and Unreal from ports but Unreal won't work. > It start without a problem but when someone try to connect to the server > it crash with a core dump error: > Jun 16 09:03:33 hazard kernel: pid 57652 (ircd), uid 0: exited on signal > 11 (core dumped) > I've tried to recompile unreal and c-ares whitout any result ("make > install" finish without problems on both ports). > If there's something that i could try, please tell me... > I'm on a FreeBSD 7.2-RELEASE-p1 #0. Hi, I've CC'd Gerrit Beine (the actual maintainer of the irc/unreal port :) and Ilya Andreev, who reported the same problem to me yesterday. Some time ago, I sent my proposed c-ares update for testing to all the maintainers of ports that depend on c-ares directly. My patches made the ports compile, but I didn't have the proper setup to actually test them working, since I'm not quite familiar with the programs themselves. Thus, I asked the maintainers for help with testing, and after nobody replied for a week or so, I went ahead and commited the update. Now Ilya Andreev and you have both hit a problem with UnrealIRCd, and Ilya seems to have found a solution. Could you try putting the attached patch-res.c into the irc/unreal/files/ directory and rebuilding UnrealIRCd? If this patch helps, I could commit it if Gerrit Beine does not mind. G'luck, Peter --=20 Peter Pentchev roam@ringlet.net roam@space.bg roam@FreeBSD.org PGP key: http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 This inert sentence is my body, but my soul is alive, dancing in the sparks= of your brain. --3MwIy2ne0vdjdPXF-- --tsOsTdHNUZQcU9Ye Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iEYEARECAAYFAko4rrIACgkQ7Ri2jRYZRVPcRgCgmjCt6upaIV1g4aZ/Jlxy46Rt gp0An1GcdA5ZSrNK/oxsVmG/CCOrZA07 =Vq1X -----END PGP SIGNATURE----- --tsOsTdHNUZQcU9Ye-- From owner-freebsd-ports@FreeBSD.ORG Wed Jun 17 08:56:23 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from straylight.ringlet.net (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with SMTP id 3D2051065674 for ; Wed, 17 Jun 2009 08:56:21 +0000 (UTC) (envelope-from roam@ringlet.net) Received: (qmail 28079 invoked by uid 1000); 17 Jun 2009 08:55:46 -0000 Date: Wed, 17 Jun 2009 11:55:46 +0300 From: Peter Pentchev To: Andrea 'simplex' Zulato Message-ID: <20090617085546.GB976@straylight.m.ringlet.net> References: <4A388C26.3050900@twopenguins.it> <20090617085202.GA976@straylight.m.ringlet.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="FsscpQKzF/jJk6ya" Content-Disposition: inline In-Reply-To: <20090617085202.GA976@straylight.m.ringlet.net> User-Agent: Mutt/1.5.19 (2009-01-05) Cc: =?windows-1251?B?yOv8/yDA7eTw5eXi?= , freebsd-ports@freebsd.org, Gerrit Beine Subject: Re: Unrealircd problems with last patch 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, 17 Jun 2009 08:56:24 -0000 --FsscpQKzF/jJk6ya Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jun 17, 2009 at 11:52:02AM +0300, Peter Pentchev wrote: > On Wed, Jun 17, 2009 at 08:24:38AM +0200, Andrea 'simplex' Zulato wrote: > > Hi, i've upgraded c-ares and Unreal from ports but Unreal won't work. > > It start without a problem but when someone try to connect to the server > > it crash with a core dump error: > > Jun 16 09:03:33 hazard kernel: pid 57652 (ircd), uid 0: exited on signal > > 11 (core dumped) > > I've tried to recompile unreal and c-ares whitout any result ("make > > install" finish without problems on both ports). > > If there's something that i could try, please tell me... > > I'm on a FreeBSD 7.2-RELEASE-p1 #0. >=20 > Hi, >=20 > I've CC'd Gerrit Beine (the actual maintainer of the irc/unreal port :) > and Ilya Andreev, who reported the same problem to me yesterday. >=20 > Some time ago, I sent my proposed c-ares update for testing to all > the maintainers of ports that depend on c-ares directly. My patches > made the ports compile, but I didn't have the proper setup to actually > test them working, since I'm not quite familiar with the programs > themselves. Thus, I asked the maintainers for help with testing, and > after nobody replied for a week or so, I went ahead and commited the upda= te. >=20 > Now Ilya Andreev and you have both hit a problem with UnrealIRCd, > and Ilya seems to have found a solution. Could you try putting > the attached patch-res.c into the irc/unreal/files/ directory and > rebuilding UnrealIRCd? If this patch helps, I could commit it if > Gerrit Beine does not mind. Hmm, that's funny. I keep forgetting that sometimes mailing lists may strip attachments :) Here's the patch (sorry if you're receiving it twice) G'luck, Peter diff -u -r1.1.1.1.6.1.2.71.2.26 -r1.1.1.1.6.1.2.71.2.27 --- src/res.c 2009/02/01 16:43:33 1.1.1.1.6.1.2.71.2.26 +++ src/res.c 2009/05/13 10:28:06 1.1.1.1.6.1.2.71.2.27 @@ -722,21 +722,34 @@ } else if (*param =3D=3D 'i') /* INFORMATION */ { - struct ares_config_info inf; + struct ares_options inf; int i; + int optmask; =09 - ares_get_config(&inf, resolver_channel); + ares_save_options(resolver_channel, &inf, &optmask); =20 sendtxtnumeric(sptr, "****** DNS Configuration Information ******"); sendtxtnumeric(sptr, " c-ares version: %s",ares_version(NULL)); - sendtxtnumeric(sptr, " timeout: %d", inf.timeout); - sendtxtnumeric(sptr, " tries: %d", inf.tries); - sendtxtnumeric(sptr, " # of servers: %d", inf.numservers); - for (i =3D 0; i < inf.numservers; i++) - sendtxtnumeric(sptr, " server #%d: %s", i+1, inf.servers[i] ? inf.= servers[i] : "[???]"); - =09 - /* TODO: free or get memleak ! */ + + if(optmask & ARES_OPT_TIMEOUTMS) + sendtxtnumeric(sptr, " timeout: %d", inf.timeout); + if(optmask & ARES_OPT_TRIES) + sendtxtnumeric(sptr, " tries: %d", inf.tries); + if(optmask & ARES_OPT_SERVERS) + { + sendtxtnumeric(sptr, " # of servers: %d", inf.nservers); + for (i =3D 0; i < inf.nservers; i++) + sendtxtnumeric(sptr, " server #%d: %s", i+1, inet_ntoa(inf.server= s[i]));=09 + } + if(optmask & ARES_OPT_DOMAINS) + { + sendtxtnumeric(sptr, " # of search domains: %d", inf.ndomains); + for (i =3D 0; i < inf.ndomains; i++) + sendtxtnumeric(sptr, " domain #%d: %s", i+1, inf.domains[i]); + } sendtxtnumeric(sptr, "****** End of DNS Configuration Info ******"); + =09 + ares_destroy_options(&inf); } else /* STATISTICS */ { sendtxtnumeric(sptr, "DNS CACHE Stats:"); --=20 Peter Pentchev roam@ringlet.net roam@space.bg roam@FreeBSD.org PGP key: http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 I am the thought you are now thinking. --FsscpQKzF/jJk6ya Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iEYEARECAAYFAko4r5IACgkQ7Ri2jRYZRVO70ACbBTG0G+Esm4b6gT6o9Rttdk9h gI4AoMcAXsLKljqLGOYWb0UFdZW/TvTT =FcGH -----END PGP SIGNATURE----- --FsscpQKzF/jJk6ya-- From owner-freebsd-ports@FreeBSD.ORG Wed Jun 17 09:12:47 2009 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 EA671106564A for ; Wed, 17 Jun 2009 09:12:47 +0000 (UTC) (envelope-from decke@bluelife.at) Received: from mail.itac.at (mail.itac.at [213.47.211.116]) by mx1.freebsd.org (Postfix) with ESMTP id A52BD8FC15 for ; Wed, 17 Jun 2009 09:12:47 +0000 (UTC) (envelope-from decke@bluelife.at) Received: from localhost ([127.0.0.1] helo=webmail.itac.at) by mail.itac.at with esmtpa (Exim 4.63) (envelope-from ) id 1MGrCH-0002eo-0M; Wed, 17 Jun 2009 11:12:45 +0200 Received: from 83.64.253.201 (proxying for unknown) (SquirrelMail authenticated user decke@bluelife.at) by webmail.itac.at with HTTP; Wed, 17 Jun 2009 11:12:45 +0200 (CEST) Message-ID: In-Reply-To: <4A37B01F.9060907@logvinov.com> References: <4A37B01F.9060907@logvinov.com> Date: Wed, 17 Jun 2009 11:12:45 +0200 (CEST) From: Bernhard =?iso-8859-1?Q?Fr=F6hlich?= To: "Alexander Logvinov" 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: ports@freebsd.org Subject: Re: [CFT] GTK frontend for VirtualBox 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, 17 Jun 2009 09:12:48 -0000 On Tue, June 16, 2009 4:45 pm, Alexander Logvinov wrote: > Hello! > > For GTK lovers I've created a port for vboxgtk 0.4.1: > http://www.logvinov.ru/files/dist/vboxgtk.tar . Sometimes it works. :) > > 2VBox Team: The latest 0.5.0-beta1 version of vboxgtk wants python > bindings for the VirtualBox Python API support. Any chance to get it? Sure. I'll look into it but it can take some days. -- Bernhard Fröhlich http://www.bluelife.at/ From owner-freebsd-ports@FreeBSD.ORG Wed Jun 17 09:16:50 2009 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 69A11106566C for ; Wed, 17 Jun 2009 09:16:50 +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 985798FC14 for ; Wed, 17 Jun 2009 09:16: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 MAA23632 for ; Wed, 17 Jun 2009 12:16:47 +0300 (EEST) (envelope-from avg@icyb.net.ua) Message-ID: <4A38B47E.1070906@icyb.net.ua> Date: Wed, 17 Jun 2009 12:16:46 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.21 (X11/20090406) MIME-Version: 1.0 To: FreeBSD Ports X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: portupgrade/ruby issue? (Stale lock file was found. Removed.) 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, 17 Jun 2009 09:16:50 -0000 After recent massive ports update (I think ruby was touch and probably portupgrade too) I started getting seemingly sporadic "Stale lock file was found. Removed." messages. What's interesting is that those messages are produced on stdout, not stderr. Sporadic - because they appear when there are no parallel execution of any portupgrade tools (or any other package/port related tools). They appear in situations wheere they never appeared before. I see this on two stable/7 systems. -- Andriy Gapon From owner-freebsd-ports@FreeBSD.ORG Wed Jun 17 09:42:19 2009 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 72C3F106566C for ; Wed, 17 Jun 2009 09:42:19 +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 2BFCB8FC16 for ; Wed, 17 Jun 2009 09:42:19 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from [85.173.17.194] (helo=moosi) by services.ipt.ru with esmtpa (Exim 4.54 (FreeBSD)) id 1MGrex-0005t7-Sc; Wed, 17 Jun 2009 13:42:24 +0400 To: Dominic Fandrey References: <88733235@bb.ipt.ru> <200906151009.19181.mel.flynn+fbsd.ports@mailing.thruhere.net> <4A37BB97.8080405@bsdforen.de> <200906161101.22167.mel.flynn+fbsd.ports@mailing.thruhere.net> <4A382604.9090206@bsdforen.de> From: Boris Samorodov Date: Wed, 17 Jun 2009 13:43:05 +0400 In-Reply-To: <4A382604.9090206@bsdforen.de> (Dominic Fandrey's message of "Wed\, 17 Jun 2009 01\:08\:52 +0200") Message-ID: <13510422@ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Mel Flynn , freebsd-ports@freebsd.org Subject: Re: pkg_libchk: a missing library is not detected 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, 17 Jun 2009 09:42:19 -0000 Dominic Fandrey writes: >> Luck. The app linking to the old library will have a dependency on the old >> version. pkg_add will find the origin, issue a warning about "app-1.0 needing >> lib-0.1 but lib-0.2 is installed" and proceed. app will not start, because of >> the missing library. > > I've never had this case. I've got the impression that pointyhead rebuilds all > dependencies. Let me remind you the case with my original question: 1. Graphics/eog was broken (as you said) by indirect dependency. 2. Pkg_libchk didn't catch the case. Did it happen by design? WBR -- bsam From owner-freebsd-ports@FreeBSD.ORG Wed Jun 17 11:33:05 2009 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 9D52D1065673 for ; Wed, 17 Jun 2009 11:33:05 +0000 (UTC) (envelope-from tlott@gamesnet.de) Received: from spirit.gamesnet.de (spirit.gamesnet.de [87.230.101.86]) by mx1.freebsd.org (Postfix) with ESMTP id 563BA8FC16 for ; Wed, 17 Jun 2009 11:33:05 +0000 (UTC) (envelope-from tlott@gamesnet.de) Received: from localhost (localhost [127.0.0.1]) by spirit.gamesnet.de (Postfix) with ESMTP id DA8ED32C70A for ; Wed, 17 Jun 2009 13:32:32 +0200 (CEST) X-Virus-Scanned: amavisd-new at gamesnet.de Received: from spirit.gamesnet.de ([127.0.0.1]) by localhost (spirit.gamesnet.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id I5+ZkEl324Dr for ; Wed, 17 Jun 2009 13:32:32 +0200 (CEST) Received: from sub.han.vpn.gamesnet.de (sub.han.vpn.gamesnet.de [192.168.1.101]) by spirit.gamesnet.de (Postfix) with ESMTPSA id 36E1832C5B3 for ; Wed, 17 Jun 2009 13:32:32 +0200 (CEST) Date: Wed, 17 Jun 2009 13:32:31 +0200 From: Tobias lott To: FreeBSD Ports Message-ID: <20090617133231.3883776a@sub.han.vpn.gamesnet.de> In-Reply-To: <4A38B47E.1070906@icyb.net.ua> References: <4A38B47E.1070906@icyb.net.ua> X-Mailer: Claws Mail 3.7.1 (GTK+ 2.14.7; i386-portbld-freebsd7.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: portupgrade/ruby issue? (Stale lock file was found. Removed.) 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, 17 Jun 2009 11:33:06 -0000 On Wed, 17 Jun 2009 12:16:46 +0300 Andriy Gapon wrote: > > After recent massive ports update (I think ruby was touch and > probably portupgrade too) I started getting seemingly sporadic "Stale > lock file was found. Removed." messages. What's interesting is that > those messages are produced on stdout, not stderr. > > Sporadic - because they appear when there are no parallel execution > of any portupgrade tools (or any other package/port related tools). > They appear in situations wheere they never appeared before. > > I see this on two stable/7 systems. > Got the same on five 7-Stable Machines. -- Tobias Lott From owner-freebsd-ports@FreeBSD.ORG Wed Jun 17 11:38:03 2009 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 05944106567A for ; Wed, 17 Jun 2009 11:38:03 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-ew0-f212.google.com (mail-ew0-f212.google.com [209.85.219.212]) by mx1.freebsd.org (Postfix) with ESMTP id 898918FC0A for ; Wed, 17 Jun 2009 11:38:02 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: by ewy8 with SMTP id 8so326673ewy.43 for ; Wed, 17 Jun 2009 04:38:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=BLb9Pb9eiGdJknCgPMGejGAZBaqsIWhFBLoU/vS59NA=; b=rkgj3Fv6LpV0QxpfbHdNpgx2eUWSo6PoYFAotZsUm9yCAuN+RyqXwB+CjS+gUvY2im t5tqxWQVz/eteJjq2uL1Db4ZuBOfXKN8LITYqlDRi4t95nsjno0qnFdO4a8EuGmX871N wXZ2ER255VLuVPSQi2CTzmjTnPdo3IlVPSyTE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=KqV4RxiaSHP8Y4nwzK6SwKrdIk4zoQZYLJt2Bw2odZd1hsPXSLrXcMGgwLDLXiKpuE g+DKX8T55kWo5JuacXV/mFDOKCpLU+Z4Vl0Y+i6P8SgjhvdjarnK/kiC2JjKxYHwdrbd +ZNt75gpwh2GD/Vuj5PBRbrUeuZIeRzaEQYok= Received: by 10.210.34.2 with SMTP id h2mr71626ebh.39.1245238681541; Wed, 17 Jun 2009 04:38:01 -0700 (PDT) Received: from gumby.homeunix.com (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mx.google.com with ESMTPS id 24sm61810eyx.23.2009.06.17.04.38.00 (version=SSLv3 cipher=RC4-MD5); Wed, 17 Jun 2009 04:38:00 -0700 (PDT) Date: Wed, 17 Jun 2009 12:37:58 +0100 From: RW To: ports@freebsd.org Message-ID: <20090617123758.71143a96@gumby.homeunix.com> In-Reply-To: <6F3DA1E9-877B-438D-BE2A-D9800C210AA7@goldmark.org> References: <6F3DA1E9-877B-438D-BE2A-D9800C210AA7@goldmark.org> X-Mailer: Claws Mail 3.7.1 (GTK+ 2.16.2; i386-portbld-freebsd7.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: Re: Safe to run squid_user=root ? 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, 17 Jun 2009 11:38:03 -0000 On Tue, 16 Jun 2009 22:48:17 -0500 Jeffrey Goldberg wrote: > www/squid30 sets up an rc.d startup script that includes > > squid_user=${squid_user:-squid} > > This makes it impossible to get squid to listen on a port lower than > 1024. > > If I specify > > squid_user=root > > in my rc.conf will I be doing something stupid? Does squid > appropriately drop privileges after binding to a socket? I don't use squid 3.x but it does in squid 2.x, look for cache_effective_user and cache_effective_group in the default configuration file. From owner-freebsd-ports@FreeBSD.ORG Wed Jun 17 11:58:08 2009 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 404901065676 for ; Wed, 17 Jun 2009 11:58:08 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id F38718FC17 for ; Wed, 17 Jun 2009 11:58:07 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 17 Jun 2009 07:58:07 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr02.lnh.mail.rcn.net (MOS 3.10.5-GA) with ESMTP id PZB63305; Wed, 17 Jun 2009 07:57:45 -0400 (EDT) Received: from 209-6-22-188.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.22.188]) by smtp01.lnh.mail.rcn.net with ESMTP; 17 Jun 2009 07:57:46 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19000.55863.785195.669767@jerusalem.litteratus.org> Date: Wed, 17 Jun 2009 07:57:43 -0400 To: Tobias lott In-Reply-To: <20090617133231.3883776a@sub.han.vpn.gamesnet.de> References: <4A38B47E.1070906@icyb.net.ua> <20090617133231.3883776a@sub.han.vpn.gamesnet.de> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr02.lnh.mail.rcn.net) Cc: FreeBSD Ports Subject: Re: portupgrade/ruby issue? (Stale lock file was found. Removed.) 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, 17 Jun 2009 11:58:08 -0000 Tobias lott writes: > > After recent massive ports update (I think ruby was touch and > > probably portupgrade too) I started getting seemingly sporadic "Stale > > lock file was found. Removed." messages. What's interesting is that > > those messages are produced on stdout, not stderr. > > > > Sporadic - because they appear when there are no parallel execution > > of any portupgrade tools (or any other package/port related tools). > > They appear in situations wheere they never appeared before. > > > > I see this on two stable/7 systems. > > Got the same on five 7-Stable Machines. And on -Current from April. So, not a function of the OS version. Mine happens every time I run portupgrade/portversion, even when prior runs completed successfully. It seems harmless, but it would be Really Nice if it were fixed. Robert Huff From owner-freebsd-ports@FreeBSD.ORG Wed Jun 17 11:58:58 2009 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 B81151065676 for ; Wed, 17 Jun 2009 11:58:58 +0000 (UTC) (envelope-from sergey.dyatko@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.159]) by mx1.freebsd.org (Postfix) with ESMTP id 448FF8FC0A for ; Wed, 17 Jun 2009 11:58:57 +0000 (UTC) (envelope-from sergey.dyatko@gmail.com) Received: by fg-out-1718.google.com with SMTP id e12so827148fga.12 for ; Wed, 17 Jun 2009 04:58:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=3d+OT0PFLb38rNyb0d4bLusUK9e5dYUTzU15hbsLs4c=; b=YTTpyNNCP87/dYyKVI2Eb4L/0anFeResZrnMc6ZQVCCgVkaFbdUbRRqnUR98Pxndm6 TtSG+aON7dS2PMZsytagvS5YgfVX1rMc31fNtYP+ldbWtDv+P/Z5VvA8uaidbtH5YMp+ Ql1jquS5rnH0PxXWwJWK9Qr/GP/4P5s+m82nA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=LOTSwNM/aGm98OasG7SRV/B3hWYLCJ43Z974K70ksCaOLlvQMguc1DoVRjFYEVL5gH vVVvMNva52u2IgnGxzZcjKbG7okLNfgEu70oobQTQyGWhbmiSp72Jplytn/CxQS4Nfu6 XW/MKAmlFzTC2CLOwyP3dfqgUxAsGVx7BTsqY= Received: by 10.86.91.13 with SMTP id o13mr424913fgb.23.1245238525973; Wed, 17 Jun 2009 04:35:25 -0700 (PDT) Received: from notebook (minsk.agava.net [212.98.174.157]) by mx.google.com with ESMTPS id 4sm14154343fge.28.2009.06.17.04.35.24 (version=SSLv3 cipher=RC4-MD5); Wed, 17 Jun 2009 04:35:24 -0700 (PDT) Date: Wed, 17 Jun 2009 14:35:36 +0300 From: "Sergey V. Dyatko" To: Tobias lott Message-ID: <20090617143536.2d5552ab@notebook> In-Reply-To: <20090617133231.3883776a@sub.han.vpn.gamesnet.de> References: <4A38B47E.1070906@icyb.net.ua> <20090617133231.3883776a@sub.han.vpn.gamesnet.de> X-Mailer: Claws Mail 3.7.1 (GTK+ 2.16.2; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit Cc: FreeBSD Ports Subject: Re: portupgrade/ruby issue? (Stale lock file was found. Removed.) 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, 17 Jun 2009 11:58:59 -0000 ÷ Wed, 17 Jun 2009 13:32:31 +0200 Tobias lott ÐÉÛÅÔ: TL> TL> TL> On Wed, 17 Jun 2009 12:16:46 +0300 TL> Andriy Gapon wrote: TL> TL> > TL> > After recent massive ports update (I think ruby was touch and TL> > probably portupgrade too) I started getting seemingly sporadic TL> > "Stale lock file was found. Removed." messages. What's TL> > interesting is that those messages are produced on stdout, not TL> > stderr. TL> > TL> > Sporadic - because they appear when there are no parallel TL> > execution of any portupgrade tools (or any other package/port TL> > related tools). They appear in situations wheere they never TL> > appeared before. TL> > TL> > I see this on two stable/7 systems. TL> > TL> TL> Got the same on five 7-Stable Machines. TL> +2 -CURRENT -- wbr, tiger From owner-freebsd-ports@FreeBSD.ORG Wed Jun 17 12:00:09 2009 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 ABC7610656BD for ; Wed, 17 Jun 2009 12:00:09 +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 6846C8FC15 for ; Wed, 17 Jun 2009 12:00:09 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mobileKamikaze.norad (vpn-cl-160-212.rz.uni-karlsruhe.de [141.3.160.212]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bsdforen.de (Postfix) with ESMTP id 046438A019C; Wed, 17 Jun 2009 14:00:07 +0200 (CEST) Message-ID: <4A38DAC4.4080701@bsdforen.de> Date: Wed, 17 Jun 2009 14:00:04 +0200 From: Dominic Fandrey User-Agent: Thunderbird 2.0.0.21 (X11/20090408) MIME-Version: 1.0 To: Boris Samorodov References: <88733235@bb.ipt.ru> <200906151009.19181.mel.flynn+fbsd.ports@mailing.thruhere.net> <4A37BB97.8080405@bsdforen.de> <200906161101.22167.mel.flynn+fbsd.ports@mailing.thruhere.net> <4A382604.9090206@bsdforen.de> <13510422@ipt.ru> In-Reply-To: <13510422@ipt.ru> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Mel Flynn , freebsd-ports@freebsd.org Subject: Re: pkg_libchk: a missing library is not detected 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, 17 Jun 2009 12:00:10 -0000 Boris Samorodov wrote: > Dominic Fandrey writes: > >>> Luck. The app linking to the old library will have a dependency on the old >>> version. pkg_add will find the origin, issue a warning about "app-1.0 needing >>> lib-0.1 but lib-0.2 is installed" and proceed. app will not start, because of >>> the missing library. >> I've never had this case. I've got the impression that pointyhead rebuilds all >> dependencies. > > Let me remind you the case with my original question: > 1. Graphics/eog was broken (as you said) by indirect dependency. > 2. Pkg_libchk didn't catch the case. > > Did it happen by design? > > > WBR Are you certain that this was a direct dependency? Maybe just a dependency of graphics/eog was broken. From owner-freebsd-ports@FreeBSD.ORG Wed Jun 17 12:41:51 2009 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 032271065698 for ; Wed, 17 Jun 2009 12:41:51 +0000 (UTC) (envelope-from bounce-aqrlqjwqrtrmvklkyw@news.college.us.com) Received: from mail4.news.college.us.com (mail4.news.college.us.com [64.20.249.19]) by mx1.freebsd.org (Postfix) with ESMTP id BC0718FC1B for ; Wed, 17 Jun 2009 12:41:45 +0000 (UTC) (envelope-from bounce-aqrlqjwqrtrmvklkyw@news.college.us.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; s=default; d=news.college.us.com; h=Message-ID:Date:From:Reply-To:To:Subject:Mime-Version:Content-Type:Content-Transfer-Encoding:List-Unsubscribe; i=CollegeNews@news.college.us.com; bh=QTfg6qdN7wCuKKHbb162qjbZKy0=; b=I/p5n6FkjO9bkuiBSauWvfFQfQiSH664ws1UMrZ4RYKAe6w0bTv8af0lE2x6fFVSOS+aG3YrZbeD 4vqlIHxRUA== DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns; s=default; d=news.college.us.com; b=sJbgLxR2k+pd1Kl97hnO4QYDKd9ryPQlXETD5WF379/RC1YGBDIWskVOhZGcJEj6AjqU8z7jsGea mcjV1RoWJA==; Received: by mail4.news.college.us.com id h73i4g0c3do9 for ; Wed, 17 Jun 2009 07:30:29 -0500 (envelope-from ) Message-ID: <12165202.1245241882932.JavaMail.root@news.college.us.com> Date: Wed, 17 Jun 2009 07:31:22 -0500 (CDT) From: College News To: " John" Content-Transfer-Encoding: quoted-printable X-VAN: jtgtggpwvdchdvdhdjsjvctdt dvwcpvdvsdhcpkjskcwchdgpgvs sjpwkjdcv x-campaignid: vantage165628 MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Put your creativity and passion to work at Art Institute Online X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: College News List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jun 2009 12:41:51 -0000 3D"A =09 =09 [1]Train for a= creative career at The Art Institute of Pittsburgh - Online Division. Find An Online Program Now! [2]View in Browser |= [3]Unsubscribe" style=3D" font-family:Arial, Helvetica, sans-serif; f= ont-size:10px; color:#000; text-decoration:none">Remove My Email 3D"= [4]= 3D"Now =20 [5]D= ear John, You have the talent, the imagination, and the passion to excel in a creative career. All you need is the right place to start. Get the creative skills you need to turn your talent into an exciting career from the leader in online creative arts education. Learn m= ore about The Art Institute of Pittsburgh - Online Division now. The Art Institute of Pittsburgh - Online Division offers online associate's degrees, bachelor's degrees, and diplomas in a variety of creative fields, including: =20 [6]o Video Game Design= [7]o Animation [8]o Graphic Design [9]o Fashion [10]o Web Design [11]o And More! =20 [12]= Learn more about The Art Institute of Pittsburgh - Online Division now! =20 [13][v=] [14]3D"Learn [15]3D"Prepare [AI_=] *Program availability varies by subje= ct The Art Institute of Pittsburgh Main Campus: 420 Boulevard o= f the Allies, Pittsburgh, PA 15219 This email was sent by: College.us.com 2711 N. Sepulveda Blvd. # 148, Manhattan Beach, CA 90266 You have subscr= ibed to receive information from us with ports@freebsd.org This email was sent to you because you requested we send you periodical inf= ormation about schools and colleges. To stop receiving email from Colle= ge.us.com, [16]Remove m= e or write us at the address listed above Please view our [17]Privacy Policy < [jtdpwgwvg_sflhcbjclyl.gif&o=] References 1. file://localhost/tmp/3D"ht= 2. 3D"http://www.new=/ 3. 3D"http://www.news.college.us.com/dbzgcqczc_sflhcbjclyl_lrkwdw= 4. 3D"http://www.news.college.us.com/lrkdswskt_= 5. 3D"http://www.news.college.us.com/jt= 6. 3D"http://www.news.college.us.com/jtdpwgwdj_= 7. 3D"http://www.news.college.us.com/gbpjqsqpj_= 8. 3D"http://www.news.college.us.com/pwkzqmqkm_= 9. 3D"http://www.news.college.us.com/aqvltktvq_= 10. 3D"http://www.news.college.us.com/yhdvjwjdb_= 11. 3D"http://www.news.college.us.com/yhdvjwjdz_= 12. 3D"http://www.news.college.us.com/tdchkjklk_= 13. 3D"http://www.news.college.us.com/dbzgcq= 14. 3D"http://www.news.college.us.com/ohngvf= 15. 3D"http://www.news.college.=/ 16. 3D"http://www.news.college.us.com/sfnhysydb_= 17. =3D"http://www.news.college.us.com/eswmrtrnm_sflhcbjclyl_ueqwbwjf.html"= From owner-freebsd-ports@FreeBSD.ORG Wed Jun 17 13:07:04 2009 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 A31A41065673 for ; Wed, 17 Jun 2009 13:07:04 +0000 (UTC) (envelope-from freebsd-ports-local@be-well.ilk.org) Received: from mail2.sea5.speakeasy.net (mail2.sea5.speakeasy.net [69.17.117.4]) by mx1.freebsd.org (Postfix) with ESMTP id 781088FC18 for ; Wed, 17 Jun 2009 13:07:04 +0000 (UTC) (envelope-from freebsd-ports-local@be-well.ilk.org) Received: (qmail 7750 invoked from network); 17 Jun 2009 12:40:23 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail2.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 17 Jun 2009 12:40:23 -0000 Received: from lowell-desk.lan (lowell-desk.lan [172.30.250.6]) by be-well.ilk.org (Postfix) with ESMTP id 5CDA35084E; Wed, 17 Jun 2009 08:40:17 -0400 (EDT) Received: by lowell-desk.lan (Postfix, from userid 1147) id CC5D51CCC5; Wed, 17 Jun 2009 08:40:16 -0400 (EDT) To: Robert Huff References: <4A38B47E.1070906@icyb.net.ua> <20090617133231.3883776a@sub.han.vpn.gamesnet.de> <19000.55863.785195.669767@jerusalem.litteratus.org> From: Lowell Gilbert Date: Wed, 17 Jun 2009 08:40:16 -0400 In-Reply-To: <19000.55863.785195.669767@jerusalem.litteratus.org> (Robert Huff's message of "Wed\, 17 Jun 2009 07\:57\:43 -0400") Message-ID: <44tz2f9gpb.fsf@lowell-desk.lan> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Tobias lott , FreeBSD Ports , sem@freebsd.org Subject: Re: portupgrade/ruby issue? (Stale lock file was found. Removed.) 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, 17 Jun 2009 13:07:04 -0000 Robert Huff writes: > Tobias lott writes: > >> > After recent massive ports update (I think ruby was touch and >> > probably portupgrade too) I started getting seemingly sporadic "Stale >> > lock file was found. Removed." messages. What's interesting is that >> > those messages are produced on stdout, not stderr. >> > >> > Sporadic - because they appear when there are no parallel execution >> > of any portupgrade tools (or any other package/port related tools). >> > They appear in situations wheere they never appeared before. >> > >> > I see this on two stable/7 systems. >> >> Got the same on five 7-Stable Machines. > > And on -Current from April. So, not a function of the OS version. > Mine happens every time I run portupgrade/portversion, even > when prior runs completed successfully. > It seems harmless, but it would be Really Nice if it were > fixed. Not *completely* harmless; running separate portupgrade processes in parallel is pretty risky at the moment... From owner-freebsd-ports@FreeBSD.ORG Wed Jun 17 13:40:24 2009 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 A3993106564A; Wed, 17 Jun 2009 13:40:24 +0000 (UTC) (envelope-from miwi@bsdcrew.de) Received: from bsdcrew.de (duro.unixfreunde.de [85.214.90.4]) by mx1.freebsd.org (Postfix) with ESMTP id 648C18FC1F; Wed, 17 Jun 2009 13:40:24 +0000 (UTC) (envelope-from miwi@bsdcrew.de) Received: by bsdcrew.de (Postfix, from userid 1001) id A5AF44AC60; Wed, 17 Jun 2009 15:40:21 +0200 (CEST) Date: Wed, 17 Jun 2009 15:40:21 +0200 From: Martin Wilke To: gnome@FreeBSD.org Message-ID: <20090617134021.GA63233@bsdcrew.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline User-Agent: Mutt/1.5.19 (2009-01-05) Cc: ports@FreeBSD.org, gecko@FreeBSD.org Subject: Firefox 3.5 RC1 ready for testing! 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, 17 Jun 2009 13:40:25 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Firefox 3.5 RC1 ready for testing! Howdy, Yesterday FF3.5 RC1 was released! Unfortunately RC1 need a newer version of devel/nspr, we already updated devel/nspr and it seems to be work all fine. If you like to play with both updates you can try following patch [1]. I need to make a exp-run request for this update to make sure nothing will be failed. [1] http://miwi.homeunix.com/patches/ff3.5rc1.diff Please let us know if you see any problems. - - Martin - -- +-----------------------+-------------------------------+ | PGP : 0xB1E6FCE9 | Jabber : miwi(at)BSDCrew.de | | Skype : splash_111 | Mail : miwi(at)FreeBSD.org | +-----------------------+-------------------------------+ | Mess with the Best, Die like the Rest! | +-----------------------+-------------------------------+ -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iEYEARECAAYFAko48kUACgkQdLJIhLHm/OkrLQCgqpmdaV63yNtulDpgUMZ/fqEh Yo8AoN6DY0Pa0cckqOkmfVWdCo8c0lwT =iJJn -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Wed Jun 17 14:13:55 2009 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 AF4051065709 for ; Wed, 17 Jun 2009 14:13:55 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 6E4088FC0A for ; Wed, 17 Jun 2009 14:13:55 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 17 Jun 2009 10:13:55 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr02.lnh.mail.rcn.net (MOS 3.10.5-GA) with ESMTP id PZB87023; Wed, 17 Jun 2009 10:13:54 -0400 (EDT) Received: from 209-6-22-188.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.22.188]) by smtp01.lnh.mail.rcn.net with ESMTP; 17 Jun 2009 10:13:53 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19000.64032.525753.249900@jerusalem.litteratus.org> Date: Wed, 17 Jun 2009 10:13:52 -0400 To: FreeBSD Ports In-Reply-To: <44tz2f9gpb.fsf@lowell-desk.lan> References: <4A38B47E.1070906@icyb.net.ua> <20090617133231.3883776a@sub.han.vpn.gamesnet.de> <19000.55863.785195.669767@jerusalem.litteratus.org> <44tz2f9gpb.fsf@lowell-desk.lan> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr02.lnh.mail.rcn.net) Subject: Re: portupgrade/ruby issue? (Stale lock file was found. Removed.) 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, 17 Jun 2009 14:13:56 -0000 Lowell Gilbert writes: > >> > After recent massive ports update (I think ruby was touch and > >> > probably portupgrade too) I started getting seemingly sporadic "Stale > >> > lock file was found. Removed." messages. What's interesting is that > >> > those messages are produced on stdout, not stderr. > >> > >> Got the same on five 7-Stable Machines. > > > > And on -Current from April. So, not a function of the OS version. > > Mine happens every time I run portupgrade/portversion, even > > when prior runs completed successfully. > > It seems harmless, but it would be Really Nice if it were > > fixed. > > Not *completely* harmless; running separate portupgrade processes > in parallel is pretty risky at the moment... When was it officually cleared to do that? Last I knew it was "do at your own risk". Robert Huff From owner-freebsd-ports@FreeBSD.ORG Wed Jun 17 14:39:50 2009 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 34C461065678 for ; Wed, 17 Jun 2009 14:39:50 +0000 (UTC) (envelope-from freebsd-ports-local@be-well.ilk.org) Received: from mail5.sea5.speakeasy.net (mail5.sea5.speakeasy.net [69.17.117.7]) by mx1.freebsd.org (Postfix) with ESMTP id 0B8DC8FC2B for ; Wed, 17 Jun 2009 14:39:49 +0000 (UTC) (envelope-from freebsd-ports-local@be-well.ilk.org) Received: (qmail 24621 invoked from network); 17 Jun 2009 14:39:49 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail5.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 17 Jun 2009 14:39:48 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 850175084F; Wed, 17 Jun 2009 10:39:47 -0400 (EDT) To: Robert Huff References: <4A38B47E.1070906@icyb.net.ua> <20090617133231.3883776a@sub.han.vpn.gamesnet.de> <19000.55863.785195.669767@jerusalem.litteratus.org> <44tz2f9gpb.fsf@lowell-desk.lan> <19000.64032.525753.249900@jerusalem.litteratus.org> From: Lowell Gilbert Date: Wed, 17 Jun 2009 10:39:47 -0400 In-Reply-To: <19000.64032.525753.249900@jerusalem.litteratus.org> (Robert Huff's message of "Wed\, 17 Jun 2009 10\:13\:52 -0400") Message-ID: <447hzazzyk.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: FreeBSD Ports Subject: Re: portupgrade/ruby issue? (Stale lock file was found. Removed.) 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, 17 Jun 2009 14:39:50 -0000 Robert Huff writes: > Lowell Gilbert writes: >> >> > After recent massive ports update (I think ruby was touch and >> >> > probably portupgrade too) I started getting seemingly sporadic "Stale >> >> > lock file was found. Removed." messages. What's interesting is that >> >> > those messages are produced on stdout, not stderr. >> >> >> >> Got the same on five 7-Stable Machines. >> > >> > And on -Current from April. So, not a function of the OS version. >> > Mine happens every time I run portupgrade/portversion, even >> > when prior runs completed successfully. >> > It seems harmless, but it would be Really Nice if it were >> > fixed. >> >> Not *completely* harmless; running separate portupgrade processes >> in parallel is pretty risky at the moment... > > When was it officually cleared to do that? Last I knew it was > "do at your own risk". I don't think it was ever officially supported, but it was the purpose behind adding the lock files in the first place. I've never used it heavily, although I did put it through a fairly heavy wringer when it was under development. For "real" use, I've found it convenient when building an upgrade to a particularly large port (generally OpenOffice) while upgrading a large number of other ports as well. I don't worry about it being foolproof, because my build server has nothing fundamentally valuable on it. But at the moment, the locking seems to be completely broken, which raises it to a whole other level of risk that I can't be bothered to mess with. [Not that I generally care how long port builds take; that's computer time, not human time.] - Lowell From owner-freebsd-ports@FreeBSD.ORG Wed Jun 17 15:35:49 2009 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 BDDBE106564A for ; Wed, 17 Jun 2009 15:35:49 +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 77D7A8FC1C for ; Wed, 17 Jun 2009 15:35:49 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from [85.173.17.194] (helo=moosi) by services.ipt.ru with esmtpa (Exim 4.54 (FreeBSD)) id 1MGxAA-000AQZ-5H; Wed, 17 Jun 2009 19:34:58 +0400 To: Dominic Fandrey References: <88733235@bb.ipt.ru> <200906151009.19181.mel.flynn+fbsd.ports@mailing.thruhere.net> <4A37BB97.8080405@bsdforen.de> <200906161101.22167.mel.flynn+fbsd.ports@mailing.thruhere.net> <4A382604.9090206@bsdforen.de> <13510422@ipt.ru> <4A38DAC4.4080701@bsdforen.de> From: Boris Samorodov Date: Wed, 17 Jun 2009 19:35:38 +0400 In-Reply-To: <4A38DAC4.4080701@bsdforen.de> (Dominic Fandrey's message of "Wed\, 17 Jun 2009 14\:00\:04 +0200") Message-ID: <67109269@ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-ports@freebsd.org Subject: Re: pkg_libchk: a missing library is not detected 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, 17 Jun 2009 15:35:50 -0000 Dominic Fandrey writes: > Boris Samorodov wrote: >> Dominic Fandrey writes: >> >>>> Luck. The app linking to the old library will have a dependency on the old >>>> version. pkg_add will find the origin, issue a warning about "app-1.0 needing >>>> lib-0.1 but lib-0.2 is installed" and proceed. app will not start, because of >>>> the missing library. >>> I've never had this case. I've got the impression that pointyhead rebuilds all >>> dependencies. >> >> Let me remind you the case with my original question: >> 1. Graphics/eog was broken (as you said) by indirect dependency. >> 2. Pkg_libchk didn't catch the case. >> >> Did it happen by design? > > Are you certain that this was a direct dependency? Maybe just a dependency > of graphics/eog was broken. I didn't say it was a direct dependency. And the dependecy may be broken. Well, thanks for your help. Next time I'll try to have more info about a case. WBR -- bsam From owner-freebsd-ports@FreeBSD.ORG Wed Jun 17 15:37:50 2009 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 092D81065676; Wed, 17 Jun 2009 15:37:50 +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 D0A608FC18; Wed, 17 Jun 2009 15:37:49 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: by syn.atarininja.org (Postfix, from userid 1001) id 198F65C37; Wed, 17 Jun 2009 11:37:49 -0400 (EDT) Date: Wed, 17 Jun 2009 11:37:49 -0400 From: Wesley Shields To: Martin Wilke Message-ID: <20090617153749.GA12469@atarininja.org> References: <20090617134021.GA63233@bsdcrew.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090617134021.GA63233@bsdcrew.de> User-Agent: Mutt/1.5.19 (2009-01-05) Cc: gnome@FreeBSD.org, ports@FreeBSD.org, gecko@FreeBSD.org Subject: Re: Firefox 3.5 RC1 ready for testing! 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, 17 Jun 2009 15:37:50 -0000 On Wed, Jun 17, 2009 at 03:40:21PM +0200, Martin Wilke wrote: > Firefox 3.5 RC1 ready for testing! > > Howdy, > > Yesterday FF3.5 RC1 was released! Unfortunately > RC1 need a newer version of devel/nspr, we > already updated devel/nspr and it seems to be > work all fine. If you like to play with > both updates you can try following patch [1]. I > need to make a exp-run request for this > update to make sure nothing will be failed. > > [1] > http://miwi.homeunix.com/patches/ff3.5rc1.diff Built and installed fine. Was running fine until I viewed the demo link from http://hacks.mozilla.org/2009/06/3d-transforms-isocube/ at which point firefox crashed. I'll see if I can get any details about the crash. -- WXS From owner-freebsd-ports@FreeBSD.ORG Wed Jun 17 16:50:20 2009 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 8CACE1065673 for ; Wed, 17 Jun 2009 16:50:20 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from mail.allbsd.org (unknown [IPv6:2001:2f0:104:e001::32]) by mx1.freebsd.org (Postfix) with ESMTP id 104F18FC3A for ; Wed, 17 Jun 2009 16:50:19 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from delta.allbsd.org (p3185-ipbf514funabasi.chiba.ocn.ne.jp [123.225.96.185]) (authenticated bits=128) by mail.allbsd.org (8.14.3/8.14.3) with ESMTP id n5HGo6QC024152; Thu, 18 Jun 2009 01:50:17 +0900 (JST) (envelope-from hrs@FreeBSD.org) Received: from localhost (alph.allbsd.org [192.168.0.10]) (authenticated bits=0) by delta.allbsd.org (8.13.4/8.13.4) with ESMTP id n5HGns6A089835; Thu, 18 Jun 2009 01:49:56 +0900 (JST) (envelope-from hrs@FreeBSD.org) Date: Thu, 18 Jun 2009 01:49:40 +0900 (JST) Message-Id: <20090618.014940.08830882.hrs@allbsd.org> To: roberthuff@rcn.com From: Hiroki Sato In-Reply-To: <20090617.141203.07900852.hrs@allbsd.org> References: <20090615.044642.89386640.hrs@allbsd.org> <18997.22089.242834.29735@jerusalem.litteratus.org> <20090617.141203.07900852.hrs@allbsd.org> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 6.2.51 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Thu_Jun_18_01_49_40_2009_461)--" Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.93.3, clamav-milter version 0.93.3 on gatekeeper.allbsd.org X-Virus-Status: Clean X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0 (mail.allbsd.org [133.31.130.32]); Thu, 18 Jun 2009 01:50:18 +0900 (JST) Cc: freebsd-ports@FreeBSD.org Subject: Re: acroread9 crashes after maybe 10 seconds of operation. 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, 17 Jun 2009 16:50:21 -0000 ----Security_Multipart(Thu_Jun_18_01_49_40_2009_461)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hiroki Sato wrote in <20090617.141203.07900852.hrs@allbsd.org>: hr> Robert Huff wrote hr> in <18997.22089.242834.29735@jerusalem.litteratus.org>: hr> ro> Um. hr> ro> Are there plans to get it to work with something more recent? hr> ro> I was under the (uninformed) impression linux_base-fc-4 was, ah, hr> ro> workable but no longer favored. hr> hr> The ports collection still assumes fc4 as the default, so I think it hr> is the primary target. hr> hr> Anyway, I will try other configurations including one in your report. hr> I guess the issue is due to some incomplete (or not-fully-compatible) hr> compat-layer implementations of features available in Linux 2.6.x. I could reproduce the symptom (RSException), but this has also been reported on Linux: http://forums.adobe.com/message/1931692. The release note of 9.1.2 says it is solved but it remains as far as I can check. BTW, could you give it a try to set sysctl compat.linux.osrelease=2.4.2 and let me know if it works or not? -- Hiroki ----Security_Multipart(Thu_Jun_18_01_49_40_2009_461)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEABECAAYFAko5HqQACgkQTyzT2CeTzy08YgCfX4pmbC2IOJPCY6AtWo9UknAv zlAAnR/mOHPwmR5bAOq/ZW1xGRnjvBwB =i0uo -----END PGP SIGNATURE----- ----Security_Multipart(Thu_Jun_18_01_49_40_2009_461)---- From owner-freebsd-ports@FreeBSD.ORG Wed Jun 17 17:03:38 2009 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 917771065674 for ; Wed, 17 Jun 2009 17:03:38 +0000 (UTC) (envelope-from gesbbb@yahoo.com) Received: from smtp106.prem.mail.ac4.yahoo.com (smtp106.prem.mail.ac4.yahoo.com [76.13.13.45]) by mx1.freebsd.org (Postfix) with SMTP id 209568FC18 for ; Wed, 17 Jun 2009 17:03:38 +0000 (UTC) (envelope-from gesbbb@yahoo.com) Received: (qmail 30977 invoked from network); 17 Jun 2009 17:03:37 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Received:Received:Date:From:To:Subject:Message-ID:Reply-To:Organization:X-Mailer:Face:Mime-Version:Content-Type:Content-Transfer-Encoding:X-Virus-Scanned; b=hSKNASgU8iHhlLpibyAAQ0iu8SYcqnX58aCY/JNXfYBXRPoXRvD41ehaiT9M162GqKxWDdUrf0q5YCQs3dLeTOKQ5KZ1MTUncDJ4o98W8dmzQGbdcqk8cdjJ3b/9S7HnmcUjQWmDQCWoQVJVUAioa9Jv+MQxIc17G8iz2SJDklU= ; Received: from c-76-23-177-172.hsd1.ny.comcast.net (gesbbb@76.23.177.172 with login) by smtp106.prem.mail.ac4.yahoo.com with SMTP; 17 Jun 2009 10:03:37 -0700 PDT X-Yahoo-SMTP: yeAAMgKswBATCul4lSbCWspvTA-- X-YMail-OSG: 4dAaBgwVM1mmFndXjFZJ8RD0brlfG6IdwFkmOS732W_1JfgHHozJaPYmiubIGXnetViQ6t7lwB_YcPS..U4kl3QfiyXrtnKRJcBm6veSczeQeV9wvWO8y6wEiMtdkh1VYnVW76buE.s7FfaNF0INR62ROktwGEdWX4wyawxTVonQbnnDngLEP9rTge5ezOyY0_WJakU_cbtS9V3EByoN7mplI0Y2iZZAdK117ozn2afp2HwVyoGlNmp83_mq8R28b97EmLFwYUmk9D3URWC68GF3yEDfs2Hlovyk2UgsPwE1txaHY9JdeaWTDEkJyH0AimO8qDOfZKmRegfr1ASC5w-- X-Yahoo-Newman-Property: ymail-3 Received: from scorpio.seibercom.net (localhost [127.0.0.1]) (Authenticated sender: gesbbb) by scorpio.seibercom.net (Postfix) with ESMTPA id E386E229AC for ; Wed, 17 Jun 2009 13:03:36 -0400 (EDT) Received: from scorpio.seibercom.net (localhost [127.0.0.1]) (Authenticated sender: gesbbb) by scorpio.seibercom.net (Postfix) with ESMTPA id B0F4F2299E for ; Wed, 17 Jun 2009 13:03:36 -0400 (EDT) Date: Wed, 17 Jun 2009 13:03:36 -0400 From: Jerry To: freebsd-ports@freebsd.org Message-ID: <20090617130336.4b927021@scorpio.seibercom.net> Organization: seibercom.net X-Mailer: Claws Mail 3.7.1 (GTK+ 2.16.2; i386-portbld-freebsd7.2) 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 Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: Updating HPLIP port 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: Wed, 17 Jun 2009 17:03:38 -0000 Currently, the port version of HPLIP is 2.8.2, released on 02-09-2008. The current version is: 3.9.4b, released on 04-29-2009. It supports many additional features and corrects several bug in the older versions. http://hplipopensource.com/hplip-web/release_notes.html This is the tenth version released since the version presently in the ports tree. I have tried contacting the port maintainer, amistry@am-productions.biz however, he is probably busy since I have not heard from him. Is it possible that someone might be interested in updating this port. http://hplipopensource.com/hplip-web/downloads.html I tried it myself; however, it complains about a missing file. I probably need automake or something; however, my skills are not that sophisticated. Thanks! -- Jerry gesbbb@yahoo.com Matrimony isn't a word, it's a sentence. From owner-freebsd-ports@FreeBSD.ORG Wed Jun 17 17:28:45 2009 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 E655F106564A for ; Wed, 17 Jun 2009 17:28:45 +0000 (UTC) (envelope-from hiroto.kagotani@gmail.com) Received: from mail-pz0-f171.google.com (mail-pz0-f171.google.com [209.85.222.171]) by mx1.freebsd.org (Postfix) with ESMTP id BBA6B8FC20 for ; Wed, 17 Jun 2009 17:28:45 +0000 (UTC) (envelope-from hiroto.kagotani@gmail.com) Received: by pzk1 with SMTP id 1so486457pzk.3 for ; Wed, 17 Jun 2009 10:28:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=GlxVhSYw1RNwphUY/nQEsnGsPpOVLXEptnOQHkcrvVQ=; b=DffH9b0sMhm7FIMq8EV8k+E//5RQqZFE3S1afkQs2s/KOCXTQ7Ek3HKXoIJAh50C7Q vjlzj7A4fXcXvJMKvH/HOV1pnNuKdhJpS+6gjx4cSOJq8b0QTp2zAVb8V/dwXya9qJyp EQ/YWmNNVmgmPrjheqOH6QIgyTH0Z+WnE+RGk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=hr43+CsDqOBewmLOn+wLw8C8LhMnyPv+JZ2MiiApdsaXyfXBOKEkwn/xTBe29r+mgf s4YRw+1KA9UrXgvt9ftORzfp3bgm9S1faHnLw56VuAJYexRT35PMPj3VCYEp23hlOfn/ YjvnvW2GULh8M/cDrJbRITjtvlybBisvz948M= MIME-Version: 1.0 Received: by 10.142.51.4 with SMTP id y4mr392807wfy.155.1245258456468; Wed, 17 Jun 2009 10:07:36 -0700 (PDT) In-Reply-To: <4A38B47E.1070906@icyb.net.ua> References: <4A38B47E.1070906@icyb.net.ua> Date: Thu, 18 Jun 2009 02:07:36 +0900 Message-ID: From: Hiroto Kagotani To: Andriy Gapon Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Ports Subject: Re: portupgrade/ruby issue? (Stale lock file was found. Removed.) 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, 17 Jun 2009 17:28:46 -0000 2009/6/17 Andriy Gapon : > > After recent massive ports update (I think ruby was touch and probably portupgrade > too) I started getting seemingly sporadic "Stale lock file was found. Removed." > messages. It is probably caused by ruby-1.8.7's bug fogetting to call finalizers. This is filed as Bug #1556 (http://redmine.ruby-lang.org/issues/show/1556 ... japanese page; please translate it ;) Workaround for the case may be using at_exit instead of finalizers. My sample fix is: --- pkgdb.rb.orig 2009-04-14 16:56:38.000000000 +0900 +++ pkgdb.rb 2009-06-18 01:49:19.000000000 +0900 @@ -103,8 +103,8 @@ # end end - def PkgDB.finalizer - Proc.new { + def PkgDB.define_at_exit + at_exit { PkgDBTools.remove_lock(LOCK_FILE) } end @@ -113,7 +113,7 @@ @db = nil @lock_file = Process.euid == 0 ? LOCK_FILE : nil @db_version = DB_VERSION - ObjectSpace.define_finalizer(self, PkgDB.finalizer) + PkgDB.define_at_exit setup(*args) end --- portsdb.rb.orig 2009-04-14 16:56:38.000000000 +0900 +++ portsdb.rb 2009-06-18 01:49:04.000000000 +0900 @@ -153,8 +153,8 @@ end end - def PortsDB.finalizer - Proc.new { + def PortsDB.define_at_exit + at_exit { PkgDBTools.remove_lock(LOCK_FILE) } end @@ -163,7 +163,7 @@ @db = nil @lock_file = Process.euid == 0 ? LOCK_FILE : nil @db_version = DB_VERSION - ObjectSpace.define_finalizer(self, PortsDB.finalizer) + PortsDB.define_at_exit set_ports_dir(alt_ports_dir) set_db_dir(alt_db_dir) set_db_driver(alt_db_driver) -- Hiroto Kagotani From owner-freebsd-ports@FreeBSD.ORG Wed Jun 17 18:26:06 2009 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 B210E1065676 for ; Wed, 17 Jun 2009 18:26:06 +0000 (UTC) (envelope-from corky1951@comcast.net) Received: from QMTA03.westchester.pa.mail.comcast.net (qmta03.westchester.pa.mail.comcast.net [76.96.62.32]) by mx1.freebsd.org (Postfix) with ESMTP id 5FB998FC16 for ; Wed, 17 Jun 2009 18:26:06 +0000 (UTC) (envelope-from corky1951@comcast.net) Received: from OMTA06.westchester.pa.mail.comcast.net ([76.96.62.51]) by QMTA03.westchester.pa.mail.comcast.net with comcast id 4yuo1c00116LCl0536Crl7; Wed, 17 Jun 2009 18:12:51 +0000 Received: from comcast.net ([98.203.142.76]) by OMTA06.westchester.pa.mail.comcast.net with comcast id 56Cq1c0011f6R9u3S6Cq3f; Wed, 17 Jun 2009 18:12:51 +0000 Received: by comcast.net (sSMTP sendmail emulation); Wed, 17 Jun 2009 11:12:48 -0700 Date: Wed, 17 Jun 2009 11:12:48 -0700 From: Charlie Kester To: freebsd-ports@freebsd.org Message-ID: <20090617181248.GA96132@comcast.net> Mail-Followup-To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline X-Mailer: Mutt 1.5.20 X-Composer: VIM 7.2 User-Agent: Mutt/1.5.20 (2009-06-14) Subject: avoiding build dependency on docbook, etc. in new port 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, 17 Jun 2009 18:26:08 -0000 I'm porting some software that has a build dependency on docbook2man in order to generate its manpages from .docbook files. Testing the port in tinderbox takes a long time, most of it because of the need to build the docbook infrastructure. It seems a shame to use all that CPU time and install all those packages just to get ready to convert some manpages. What's the preferred approach in cases like this? Should I keep the build dependency on docbook2man et al, or should I put pregenerated copies of the manpages in the files directory of the port? From owner-freebsd-ports@FreeBSD.ORG Wed Jun 17 19:20:23 2009 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 D04921065673 for ; Wed, 17 Jun 2009 19:20:23 +0000 (UTC) (envelope-from root@mail.easycostarentals.com) Received: from mail.easycostarentals.com (mail.easycostarentals.com [74.3.128.71]) by mx1.freebsd.org (Postfix) with ESMTP id 948F48FC1D for ; Wed, 17 Jun 2009 19:20:23 +0000 (UTC) (envelope-from root@mail.easycostarentals.com) Received: from mail.easycostarentals.com (srv1 [127.0.0.1]) by mail.easycostarentals.com (8.13.8/8.13.8) with ESMTP id n5HJJ4EC016731 for ; Wed, 17 Jun 2009 13:19:04 -0600 Received: (from root@localhost) by mail.easycostarentals.com (8.13.8/8.13.8/Submit) id n5HJJ4vR016722; Wed, 17 Jun 2009 13:19:04 -0600 Date: Wed, 17 Jun 2009 13:19:04 -0600 Message-Id: <200906171919.n5HJJ4vR016722@mail.easycostarentals.com> To: ports@freebsd.org From: info@ucanaffordit.com Cc: Subject: 2 Costa Rican Gems! 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, 17 Jun 2009 19:20:24 -0000 Just 119,000 for a new 3-bedroom bungalow! Visit: http://ucanaffordit.com/luzsol for details. Just 159,000 for a new 2 bedroom on beach alley! Furnished! Visit: http://sandysunnycr.com/luzsol for more details. Buy now,values are rising once again in Costa Rica. RCI SA Avenida 7 Calle 14 200 metros norte del parqueo Ronald San Jose, Costa Rica 877-900-1188 unsubscribe: http://ucanaffordit.com/unsubscribe From owner-freebsd-ports@FreeBSD.ORG Wed Jun 17 20:04:34 2009 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 99BC6106566B; Wed, 17 Jun 2009 20:04:34 +0000 (UTC) (envelope-from xi@borderworlds.dk) Received: from kazon.borderworlds.dk (kazon.borderworlds.dk [213.239.213.48]) by mx1.freebsd.org (Postfix) with ESMTP id 57D5B8FC17; Wed, 17 Jun 2009 20:04:34 +0000 (UTC) (envelope-from xi@borderworlds.dk) Received: from talaxian.borderworlds.dk (localhost [127.0.0.1]) by kazon.borderworlds.dk (Postfix) with ESMTP id 30CEF17091; Wed, 17 Jun 2009 21:47:16 +0200 (CEST) Message-ID: <4A394843.7070306@borderworlds.dk> Date: Wed, 17 Jun 2009 21:47:15 +0200 From: Christian Laursen Organization: The Border Worlds User-Agent: Thunderbird 2.0.0.21 (X11/20090419) MIME-Version: 1.0 To: Wesley Shields References: <20090617134021.GA63233@bsdcrew.de> <20090617153749.GA12469@atarininja.org> In-Reply-To: <20090617153749.GA12469@atarininja.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: gnome@FreeBSD.org, ports@FreeBSD.org, gecko@FreeBSD.org, Martin Wilke Subject: Re: Firefox 3.5 RC1 ready for testing! 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, 17 Jun 2009 20:04:35 -0000 Wesley Shields wrote: > On Wed, Jun 17, 2009 at 03:40:21PM +0200, Martin Wilke wrote: >> Firefox 3.5 RC1 ready for testing! >> >> Howdy, >> >> Yesterday FF3.5 RC1 was released! Unfortunately >> RC1 need a newer version of devel/nspr, we >> already updated devel/nspr and it seems to be >> work all fine. If you like to play with >> both updates you can try following patch [1]. I >> need to make a exp-run request for this >> update to make sure nothing will be failed. >> >> [1] >> http://miwi.homeunix.com/patches/ff3.5rc1.diff > > Built and installed fine. Was running fine until I viewed the demo link > from http://hacks.mozilla.org/2009/06/3d-transforms-isocube/ at which > point firefox crashed. I'll see if I can get any details about the > crash. That happened here too. Casual browsing has caused no problems so far though. -- Christian Laursen From owner-freebsd-ports@FreeBSD.ORG Wed Jun 17 20:27:02 2009 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 AB28610656C2 for ; Wed, 17 Jun 2009 20:27:02 +0000 (UTC) (envelope-from bounce-czdbgqhgdtdcpnbgdn@news.college.us.com) Received: from mail4.news.college.us.com (mail4.news.college.us.com [64.20.249.19]) by mx1.freebsd.org (Postfix) with ESMTP id 723658FC08 for ; Wed, 17 Jun 2009 20:27:02 +0000 (UTC) (envelope-from bounce-czdbgqhgdtdcpnbgdn@news.college.us.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; s=default; d=news.college.us.com; h=Message-ID:Date:From:Reply-To:To:Subject:Mime-Version:Content-Type:Content-Transfer-Encoding:List-Unsubscribe; i=CollegeNews@news.college.us.com; bh=uySIU0gPR7SSeOeEHJKlZnjqBqU=; b=NqNDcijREGJPvhsIVYZGCfcYgIMAW7WuXkeqAxenhvM6qOob+r2Hah9FKj7tubd40K0RAIVsj9Vr LLbTXNvCTQ== DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns; s=default; d=news.college.us.com; b=H4yaS7IYNtUx1iDGh9loBBsHakCCZq5b4ChB9gyN5dx5YFEL6cyJbx3hHax/9oNdeQyqKHWA+FZD us5NEy92BQ==; Received: by mail4.news.college.us.com id h758ku0c3dob for ; Wed, 17 Jun 2009 15:05:34 -0500 (envelope-from ) Message-ID: <24825766.1245269185291.JavaMail.root@news.college.us.com> Date: Wed, 17 Jun 2009 15:06:25 -0500 (CDT) From: College News To: " John" Content-Transfer-Encoding: quoted-printable X-VAN: njffqdqnfqfkzpzkfhhddpqzr zprdhpzpfzkdhqnfqdrdkzbhqdb zqnpqrqhff x-campaignid: vantage165736 MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Earn More with an Online Degree X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: College News List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jun 2009 20:27:02 -0000 3D"COLLEGE.US.COM" You a= re receiving this message because you submitted the email address = ports@freebsd.org to receive information from http://www.directscholar.com on Jun 09 2009 07:25AM. [1]Go here to add us to your address= book =09 [2]View in Browser | [3]Unsubscribe" st= yle=3D"color:#666666; text-decoration:none">Remove My Email [4]<= img src=3D"http://college.us.com/e/feb_2008/images/generic_01.jpg" border= =3D"0"alt=3D"Can't see images? Use link above to view in browser."> [5][generic_0=] =20 =09 [6]Dear John: =09 =09Earn more money with a career-fo= cused online program from a top accredited online school. =09 Find a top school with an online pro= gram that fits your career goals here. We've compiled a list of well-respected, fully accredited online schools fo= r you to choose from -- so you can study on your schedule without givi= ng up work or personal obligations. These schools offer a variety of online certificate, associate's, bachelor= 's, and master's degree programs in a variety of high-demand fields includi= ng: o Business Administration o Criminal Justice o Hospitality, Travel and Tourism o Information Technology o Human Resources o Health Care o Paralegal Studies o And many more! Take your career -- and your salary -- to the next level toda= y! Learn more about our top online scho= ols now! [7][generic_04.=] =20 [8]<= img src=3D"http://college.us.com/e/feb_2008/images/generic_05.jpg" border= =3D"0"> Thi= s email was sent by: College.us.com 2711 N. Sepulveda Blvd. # 148, Manhattan Beach, CA 90266 You have subscribed to receive information from us with ports@freebsd.org This email was sent to you because you requested we send you periodic= al information about schools and colleges. To stop receiving email from College.us.com, [9]Remove me or write us at the address li= sted above Please view our [10]Privacy Policy [mylsvkfqf_kwblkrwkbmb.gif&o=] References 1. 3D"http://www.news.college.us.com/njzhrqnhn_kwblkrwkbmb_r= 2. 3D"http://www.news.college.us.com/mylsvkfss_kwblkrwkbmb_= 3. 3D"http://www.n=/ 4. 3D"http://www.news.college.us.com/hgsbwdpbd_= 5. 3D"http://www.news.college.us.=/ 6. 3D"http://www.news.college.us.com/tdchkbzhd_= 7. 3D"http://www.news.college.us.co=/ 8. 3D"http://www.news.college.us.com/vptzcgfjt_= 9. 3D"http://www.ne=/ 10. 3D"http://www.news.college.us.com/mylsvkfqm_= From owner-freebsd-ports@FreeBSD.ORG Wed Jun 17 21:02:15 2009 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 2CAFC1065687 for ; Wed, 17 Jun 2009 21:02:15 +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 093358FC12 for ; Wed, 17 Jun 2009 21:02:14 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from 68-189-245-235.dhcp.oxfr.ma.charter.com ([68.189.245.235] helo=cube.entropy.prv) by mail1.sourcehosting.net with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1MH1gQ-0007h4-8v; Wed, 17 Jun 2009 16:24:39 -0400 Received: from [127.0.0.1] (fireball.entropy.prv [192.168.1.12]) by cube.entropy.prv (Postfix) with ESMTP id B88FD300DE59; Wed, 17 Jun 2009 16:24:33 -0400 (EDT) Message-ID: <4A395100.7060509@FreeBSD.org> Date: Wed, 17 Jun 2009 16:24:32 -0400 From: Greg Larkin Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: freebsd-ports@freebsd.org, corky1951@comcast.net References: <20090617181248.GA96132@comcast.net> In-Reply-To: <20090617181248.GA96132@comcast.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: -0.6 (/) Cc: Subject: Re: avoiding build dependency on docbook, etc. in new port 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: Wed, 17 Jun 2009 21:02:15 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Charlie Kester wrote: > I'm porting some software that has a build dependency on docbook2man in > order to generate its manpages from .docbook files. > > Testing the port in tinderbox takes a long time, most of it because of > the need to build the docbook infrastructure. It seems a shame to use > all that CPU time and install all those packages just to get ready to > convert some manpages. > What's the preferred approach in cases like this? Should I keep the > build dependency on docbook2man et al, or should I put pregenerated > copies of the manpages in the files directory of the port? Hi Charlie, I feel your pain! I don't think there's any problem pre-generating the man page and keeping it in the port's files/ directory. On the other hand, I recently went through this experience and went a different route. YMMV! I took over maintainership for security/logcheck a while back, and it used docbook2man to create its one (!) man page. After a while, I got some requests to strip out that dependency. A user was kind enough to point me to docbook2X: http://docbook2x.sourceforge.net/ This is a much lighter-weight tool for converting docbook to manual pages, among other functions. I eventually added it to the ports tree and updated the logcheck port to use it. This worked well for me, but I started getting reports of mysterious build failures related to the docbook->man conversion process: http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2009-05/msg01466.html Since I couldn't figure out how to reproduce the problem here, a kind user granted me remote access to a machine that exhibited the problem. I finally figured out that docbook2x conflicts with docbook-4.1 and refuses to work correctly. The logcheck port now does some checks to determine which docbook->man conversion tool to use, instead of blindly installing docbook2x: http://www.freebsd.org/cgi/cvsweb.cgi/ports/security/logcheck/Makefile Cheers, 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 iD8DBQFKOVEA0sRouByUApARAoqdAKCtVoPrd4HYZ+7i0R9IpDwZT/h+XgCfdK0w J19UPAyWPAutPRQfrCEaiUA= =SJ89 -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Wed Jun 17 21:21:12 2009 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 E498610656CB; Wed, 17 Jun 2009 21:21:11 +0000 (UTC) (envelope-from cjones@pittstate.edu) Received: from mx2.pittstate.edu (mx2.pittstate.edu [198.182.243.11]) by mx1.freebsd.org (Postfix) with ESMTP id 9DBB48FC13; Wed, 17 Jun 2009 21:21:11 +0000 (UTC) (envelope-from cjones@pittstate.edu) Received: from mx2.pittstate.edu (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with SMTP id 508441E485CB; Wed, 17 Jun 2009 16:01:51 -0500 (CDT) Received: from mail.ois.pittstate.edu (mail.ois.pittstate.edu [198.182.240.22]) by mx2.pittstate.edu (Postfix) with ESMTP id 849CB1E485BB; Wed, 17 Jun 2009 16:01:50 -0500 (CDT) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.ois.pittstate.edu (Postfix) with ESMTP id 40E3E730002; Wed, 17 Jun 2009 16:01:15 -0500 (CDT) X-Virus-Scanned: amavisd-new at mail.ois.pittstate.edu Received: from mail.ois.pittstate.edu ([127.0.0.1]) by localhost (mail.ois.pittstate.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BGCqDvkRI7nk; Wed, 17 Jun 2009 16:01:14 -0500 (CDT) Received: from ois-cjones-mac.dyn.pittstate.edu (ois-cjones-mac.dyn.pittstate.edu [172.16.31.201]) by mail.ois.pittstate.edu (Postfix) with ESMTP id 536C6730001; Wed, 17 Jun 2009 16:01:14 -0500 (CDT) Message-ID: <4A395999.90203@pittstate.edu> Date: Wed, 17 Jun 2009 16:01:13 -0500 From: Chris Jones User-Agent: Thunderbird 2.0.0.21 (Macintosh/20090302) MIME-Version: 1.0 To: pgollucci@FreeBSD.org Content-Type: multipart/mixed; boundary="------------070907060300090005010901" X-PMX-Version: 5.5.5.374460, Antispam-Engine: 2.7.1.369594, Antispam-Data: 2009.6.17.204821 X-PMX-Spam: Gauge=IIIIIIII, Probability=8%, Report=' BODY_SIZE_2000_2999 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0, FROM_EDU_TLD 0, TO_NO_NAME 0, __BAT_BOUNDARY 0, __C230066_P5 0, __CT 0, __CTYPE_HAS_BOUNDARY 0, __CTYPE_MULTIPART 0, __CTYPE_MULTIPART_MIXED 0, __HAS_MSGID 0, __LINES_OF_YELLING 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __MOZILLA_MSGID 0, __SANE_MSGID 0, __TO_MALFORMED_2 0, __USER_AGENT 0' Cc: ports@FreeBSD.org Subject: FreeBSD Port: py25-fail2ban-0.8.3_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: Wed, 17 Jun 2009 21:21:12 -0000 This is a multi-part message in MIME format. --------------070907060300090005010901 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hello. As you know, many people are now using PF on their FreeBSD servers. I've made some changes to make it work with PF, and I think they are worth including in the port by default. I'm including the configuration needed to use Fail2Ban with PF on FreeBSD. Basically, you make a table in PF, and add to the table as the 'actionban' and remove the entry from the table as the 'actionunban'. Pretty simple. You can easily see a list of banned addresses using: sudo pfctl -t fail2ban -T show Thanks for the port of this great utility! - Chris -- Chris Jones CCNP, JNCIA-M Senior Systems Manager Pittsburg State University E-mail: cjones@pittstate.edu Phone: 1.620.235.4158 -- "The production of too many useful things results in too many useless people." -Karl Marx --------------070907060300090005010901 Content-Type: text/plain; name="fail2ban-pf-modifications.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="fail2ban-pf-modifications.txt" FAIL2BAN EDITS FOR PF ON FREEBSD Chris Jones - 2009.06.17 ============================================================ ./jail.conf: # PF jail [ssh-pf] enabled = true filter = sshd action = pf sendmail-whois[name=SSH, dest=email@domain.com] logpath = /var/log/auth.log ============================================================ ./action.d/pf.conf: [Definition] actionstart = actionstop = actioncheck = actionban = pfctl -t fail2ban -T add actionunban = pfctl -t fail2ban -T delete `pfctl -t fail2ban -T show 2>/dev/null | grep ` [Init] port = ssh localhost = 127.0.0.1 ============================================================ /etc/pf.conf: table persist block in on $ext_if from ============================================================ --------------070907060300090005010901-- From owner-freebsd-ports@FreeBSD.ORG Wed Jun 17 21:23:33 2009 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 D85A9106573A for ; Wed, 17 Jun 2009 21:23:33 +0000 (UTC) (envelope-from pgollucci@freebsd.org) Received: from EXHUB015-4.exch015.msoutlookonline.net (exhub015-4.exch015.msoutlookonline.net [207.5.72.96]) by mx1.freebsd.org (Postfix) with ESMTP id C51A08FC29 for ; Wed, 17 Jun 2009 21:23:33 +0000 (UTC) (envelope-from pgollucci@freebsd.org) Received: from philip.hq.rws (76.161.175.34) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.1.358.0; Wed, 17 Jun 2009 14:23:33 -0700 Message-ID: <4A395ED4.7080401@freebsd.org> Date: Wed, 17 Jun 2009 17:23:32 -0400 From: "Philip M. Gollucci" Organization: FreeBSD Foundation User-Agent: Thunderbird 2.0.0.21 (X11/20090403) MIME-Version: 1.0 To: Chris Jones References: <4A395999.90203@pittstate.edu> In-Reply-To: <4A395999.90203@pittstate.edu> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: py25-fail2ban-0.8.3_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: Wed, 17 Jun 2009 21:23:34 -0000 Chris Jones wrote: > Hello. > > As you know, many people are now using PF on their FreeBSD servers. I've > made some changes to make it work with PF, and I think they are worth > including in the port by default. > > I'm including the configuration needed to use Fail2Ban with PF on FreeBSD. > > Basically, you make a table in PF, and add to the table as the > 'actionban' and remove the entry from the table as the 'actionunban'. > Pretty simple. > > You can easily see a list of banned addresses using: > sudo pfctl -t fail2ban -T show > > Thanks for the port of this great utility! > > - Chris > Can you file a pr please ? From owner-freebsd-ports@FreeBSD.ORG Wed Jun 17 21:27:03 2009 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 C6CDA106566B; Wed, 17 Jun 2009 21:27:03 +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 7E7128FC14; Wed, 17 Jun 2009 21:27:03 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by server.mypc.hu (Postfix) with ESMTP id D347D14D8907; Wed, 17 Jun 2009 23:08:09 +0200 (CEST) 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 64EdEnwwAwZm; Wed, 17 Jun 2009 23:08:09 +0200 (CEST) Received: from [192.168.1.105] (catv-80-98-231-64.catv.broadband.hu [80.98.231.64]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.mypc.hu (Postfix) with ESMTPSA id D1EFB14D8903; Wed, 17 Jun 2009 23:08:08 +0200 (CEST) Message-ID: <4A395B33.1000604@FreeBSD.org> Date: Wed, 17 Jun 2009 23:08:03 +0200 From: Gabor Kovesdan User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: glarkin@FreeBSD.org References: <20090617181248.GA96132@comcast.net> <4A395100.7060509@FreeBSD.org> In-Reply-To: <4A395100.7060509@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: corky1951@comcast.net, freebsd-ports@freebsd.org Subject: Re: avoiding build dependency on docbook, etc. in new port 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, 17 Jun 2009 21:27:04 -0000 Greg Larkin escribió: > This is a much lighter-weight tool for converting docbook to manual > pages, among other functions. I eventually added it to the ports tree > and updated the logcheck port to use it. Another idea: generating man pages directly with XSLT stylesheets. Actually, these docbook2man and docbook2X do the same I think but they hide the details. To use the XSL stylesheets you need docbook-xsl and libxslt and calling xsltproc with the proper parameters. It's pretty easy. Cheers, -- Gabor Kovesdan FreeBSD Volunteer EMAIL: gabor@FreeBSD.org .:|:. gabor@kovesdan.org WEB: http://people.FreeBSD.org/~gabor .:|:. http://kovesdan.org From owner-freebsd-ports@FreeBSD.ORG Thu Jun 18 00:01:51 2009 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 2787F106566C for ; Thu, 18 Jun 2009 00:01:51 +0000 (UTC) (envelope-from corky1951@comcast.net) Received: from QMTA04.emeryville.ca.mail.comcast.net (qmta04.emeryville.ca.mail.comcast.net [76.96.30.40]) by mx1.freebsd.org (Postfix) with ESMTP id 0D5EB8FC15 for ; Thu, 18 Jun 2009 00:01:51 +0000 (UTC) (envelope-from corky1951@comcast.net) Received: from OMTA10.emeryville.ca.mail.comcast.net ([76.96.30.28]) by QMTA04.emeryville.ca.mail.comcast.net with comcast id 5A2n1c01y0cQ2SLA4BoiG5; Wed, 17 Jun 2009 23:48:42 +0000 Received: from comcast.net ([98.203.142.76]) by OMTA10.emeryville.ca.mail.comcast.net with comcast id 5Bog1c00D1f6R9u8WBohr6; Wed, 17 Jun 2009 23:48:42 +0000 Received: by comcast.net (sSMTP sendmail emulation); Wed, 17 Jun 2009 16:48:39 -0700 Date: Wed, 17 Jun 2009 16:48:39 -0700 From: Charlie Kester To: freebsd-ports@freebsd.org Message-ID: <20090617234839.GB96132@comcast.net> Mail-Followup-To: freebsd-ports@freebsd.org References: <20090617181248.GA96132@comcast.net> <4A395100.7060509@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <4A395100.7060509@FreeBSD.org> X-Mailer: Mutt 1.5.20 X-Composer: VIM 7.2 User-Agent: Mutt/1.5.20 (2009-06-14) Subject: Re: avoiding build dependency on docbook, etc. in new port 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, 18 Jun 2009 00:01:51 -0000 On Wed 17 Jun 2009 at 13:24:32 PDT Greg Larkin wrote: >-----BEGIN PGP SIGNED MESSAGE----- >Hash: SHA1 > >Charlie Kester wrote: >> I'm porting some software that has a build dependency on docbook2man in >> order to generate its manpages from .docbook files. >> >> Testing the port in tinderbox takes a long time, most of it because of >> the need to build the docbook infrastructure. It seems a shame to use >> all that CPU time and install all those packages just to get ready to >> convert some manpages. >> What's the preferred approach in cases like this? Should I keep the >> build dependency on docbook2man et al, or should I put pregenerated >> copies of the manpages in the files directory of the port? > >Hi Charlie, > >I feel your pain! I don't think there's any problem pre-generating the >man page and keeping it in the port's files/ directory. Actually, this is a suite of tools and there are eleven manpages. > >On the other hand, I recently went through this experience and went a >different route. YMMV! > >I took over maintainership for security/logcheck a while back, and it >used docbook2man to create its one (!) man page. After a while, I got >some requests to strip out that dependency. A user was kind enough to >point me to docbook2X: http://docbook2x.sourceforge.net/ > >This is a much lighter-weight tool for converting docbook to manual >pages, among other functions. I eventually added it to the ports tree >and updated the logcheck port to use it. Now I'm confused. When I used pkg_info to find out what package had installed docbook2man on my system, it said it was part of docbook2X-0.8.8_2. It was after I added textproc/docbook2X as a build dependency that I started seeing a bunch of docbook stuff getting installed in my tinderbox. From owner-freebsd-ports@FreeBSD.ORG Thu Jun 18 00:31:30 2009 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 4F562106566B for ; Thu, 18 Jun 2009 00:31:30 +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 29FB58FC19 for ; Thu, 18 Jun 2009 00:31:29 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from 68-189-245-235.dhcp.oxfr.ma.charter.com ([68.189.245.235] helo=cube.entropy.prv) by mail1.sourcehosting.net with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1MH5XH-000AUv-Na; Wed, 17 Jun 2009 20:31:29 -0400 Received: from [127.0.0.1] (fireball.entropy.prv [192.168.1.12]) by cube.entropy.prv (Postfix) with ESMTP id 14C7A300FEF9; Wed, 17 Jun 2009 20:31:23 -0400 (EDT) Message-ID: <4A398AD8.6020202@FreeBSD.org> Date: Wed, 17 Jun 2009 20:31:20 -0400 From: Greg Larkin Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: freebsd-ports@freebsd.org, corky1951@comcast.net References: <20090617181248.GA96132@comcast.net> <4A395100.7060509@FreeBSD.org> <20090617234839.GB96132@comcast.net> In-Reply-To: <20090617234839.GB96132@comcast.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: -0.6 (/) Cc: Subject: Re: avoiding build dependency on docbook, etc. in new port 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: Thu, 18 Jun 2009 00:31:30 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Charlie Kester wrote: > On Wed 17 Jun 2009 at 13:24:32 PDT Greg Larkin wrote: >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> Charlie Kester wrote: >>> I'm porting some software that has a build dependency on docbook2man in >>> order to generate its manpages from .docbook files. >>> >>> Testing the port in tinderbox takes a long time, most of it because of >>> the need to build the docbook infrastructure. It seems a shame to use >>> all that CPU time and install all those packages just to get ready to >>> convert some manpages. >>> What's the preferred approach in cases like this? Should I keep the >>> build dependency on docbook2man et al, or should I put pregenerated >>> copies of the manpages in the files directory of the port? >> >> Hi Charlie, >> >> I feel your pain! I don't think there's any problem pre-generating the >> man page and keeping it in the port's files/ directory. > > Actually, this is a suite of tools and there are eleven manpages. > >> >> On the other hand, I recently went through this experience and went a >> different route. YMMV! >> >> I took over maintainership for security/logcheck a while back, and it >> used docbook2man to create its one (!) man page. After a while, I got >> some requests to strip out that dependency. A user was kind enough to >> point me to docbook2X: http://docbook2x.sourceforge.net/ >> >> This is a much lighter-weight tool for converting docbook to manual >> pages, among other functions. I eventually added it to the ports tree >> and updated the logcheck port to use it. > > Now I'm confused. When I used pkg_info to find out what package had > installed docbook2man on my system, it said it was part of > docbook2X-0.8.8_2. It was after I added textproc/docbook2X as a build > dependency that I started seeing a bunch of docbook stuff getting > installed in my tinderbox. > Hi Charlie, My apologies - when you said that TB had to build a lot of packages to support docbook2man, I assumed that you were talking about the textproc/docbook-to-man port, not the actual docbook2man executable provided by textproc/docbook2X. Originally, textproc/docbook-to-man required 100+ dependencies to build. It's a much smaller number now, due to some recent changes in the xorg infrastructure: http://www.freebsd.org/cgi/cvsweb.cgi/ports/textproc/docbook-to-man/Makefile#rev1.15 You can see the difference here: fbsd70# cd /usr/ports/textproc/docbook-to-man && make USE_XLIB=yes all-depends-list | wc -l 114 fbsd70# cd /usr/ports/textproc/docbook-to-man && make all-depends-list | wc -l 28 fbsd70# USE_XLIB=yes used to be implied by USE_IMAKE=yes, but not any longer. Anyway, docbook2X has even fewer deps: fbsd70# cd /usr/ports/textproc/docbook2X && make all-depends-list | wc -l 20 fbsd70# To me, that doesn't seem like a lot compared to the 100+ I was dealing with before. But if it's still too many to deal with, Gabor's suggestion might be better. Cheers, 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 iD8DBQFKOYrY0sRouByUApARAlAUAKCY3JcCYDLnBeQAqtp9EbqVBmwf6gCgiiqH /SYoQjGRUr8fqrruW+incQg= =nPVF -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Thu Jun 18 01:27:52 2009 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 438B4106564A for ; Thu, 18 Jun 2009 01:27:52 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from ns2.bafirst.com (72-12-2-19.static.networktel.net [72.12.2.19]) by mx1.freebsd.org (Postfix) with ESMTP id D08848FC17 for ; Thu, 18 Jun 2009 01:27:51 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from casasponti.net ([201.155.7.3]) by ns2.bafirst.com with esmtp; Wed, 17 Jun 2009 20:27:49 -0500 id 000D5168.4A399816.00014DA2 Received: from HOME.encontacto.net ([189.129.19.77]) by casasponti.net with esmtp; Wed, 17 Jun 2009 20:27:48 -0500 id 00130D06.4A399814.00007A64 Received: from localhost (localhost [127.0.0.1]) (uid 80) by HOME.encontacto.net with local; Wed, 17 Jun 2009 20:27:48 -0500 id 0004AC1E.4A399814.0000EDC9 Received: from local69.local.net.mx (local69.local.net.mx [192.168.1.69]) by econet.encontacto.net (Horde Framework) with HTTP; Wed, 17 Jun 2009 20:27:48 -0500 Message-ID: <20090617202748.191851cucdzj5xk4@econet.encontacto.net> Date: Wed, 17 Jun 2009 20:27:48 -0500 From: eculp To: freebsd-ports MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (5.0-cvs) X-Remote-Browser: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.0.11) Gecko/2009061307 Firefox/3.0.4, Ant.com Toolbar 1.3 X-IMP-Server: 189.129.19.77 X-Originating-IP: 192.168.1.69 X-Originating-User: eculp@encontacto.net Subject: k3b seems to have aquired a 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: Thu, 18 Jun 2009 01:27:52 -0000 It has probably been a month since I have used k3b. k3b is a program that has worked for me for maybe 5 years or more without any problems. I just tried it on my laptop running up to date current (cvsup and build today) all ports up to date and using the kde menu I just got a the "splash k3b box" and nothing so I tried the command line and only get the following: /root # k3b kdecore (KAction): WARNING: KActionCollection::KActionCollection( QObject *parent, const char *name, KInstance *instance ) and then a new prompt. With ps -ax|grep k3b I see k3b running but nothing happens. A killall k3b kills the process and the splash graphic. Does anyone have any idea what this could be? Thanks, ed P.S. I did a portmaster sysutils/k3b and rebuilt but with the same results. My kde3 versions are all 3.10xx. KDE doesn't show any problems what so ever. From owner-freebsd-ports@FreeBSD.ORG Thu Jun 18 01:34:31 2009 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 E9691106566B for ; Thu, 18 Jun 2009 01:34:31 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.28]) by mx1.freebsd.org (Postfix) with ESMTP id A8A588FC0A for ; Thu, 18 Jun 2009 01:34:31 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: by yw-out-2324.google.com with SMTP id 9so329995ywe.13 for ; Wed, 17 Jun 2009 18:34:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=BtcR71oce5Is6KvGwq29nELZ9QqNd6YpPX/MnUoOniU=; b=Ac5Ia+0wp62uI4Ef88O2oEH5wBZs9Hj+/bRHc/Edh6DhDrkvYWHcOTX/gIrJJ1XNSY ASfliRDqmbt4bS4g8bDbmwYwC94duuZVVZh/Gs/VUme31HZHjqroppx5Pfso42sTLzn1 uYu9j2yTgjMNbxZKGtpC9EK5p2dv0r/rPxHAo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=r7OmFmqmI20/beB8KrZJamOmcVsVLjU+fGvpGfc4KRIV7ZO+uL5gpTUcs0P82eRQ57 4lt3o/h9/EScrh7mVXPeBjObk9+Sh5RUQmvjBqgfK0fE4ZhhUP7FJZYsqYGaayIQkA4G OHJv+a0nQITJ1HFQGcRL7GkI6ce+m/Shj4BPU= MIME-Version: 1.0 Received: by 10.231.10.136 with SMTP id p8mr309482ibp.14.1245288870754; Wed, 17 Jun 2009 18:34:30 -0700 (PDT) Date: Wed, 17 Jun 2009 18:34:30 -0700 Message-ID: From: "b. f." To: freebsd-ports@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: avoiding build dependency on docbook, etc. in new port 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, 18 Jun 2009 01:34:32 -0000 Greg Larkin wrote: >-----BEGIN PGP SIGNED MESSAGE----- >Hash: SHA1 > >Charlie Kester wrote: >> On Wed 17 Jun 2009 at 13:24:32 PDT Greg Larkin wrote: >>> -----BEGIN PGP SIGNED MESSAGE----- >>> Hash: SHA1 >>> >>> Charlie Kester wrote: >>>> I'm porting some software that has a build dependency on docbook2man in >>>> order to generate its manpages from .docbook files. >>>> >>>> Testing the port in tinderbox takes a long time, most of it because of >>>> the need to build the docbook infrastructure. It seems a shame to use >>>> all that CPU time and install all those packages just to get ready to >>>> convert some manpages. >>>> What's the preferred approach in cases like this? Should I keep the >>>> build dependency on docbook2man et al, or should I put pregenerated >>>> copies of the manpages in the files directory of the port? If they are too bulky for files/, you could always compress the manpages and add them via something like: .if !defined(NO_INSTALL_MANPAGES) DISTFILES+= thisportsmanpages.tar.gz .endif ... adding the appropriate target to install them, after placing thisportsmanpages.tar.gz on the FreeBSD or project servers. > >To me, that doesn't seem like a lot compared to the 100+ I was dealing >with before. But if it's still too many to deal with, Gabor's >suggestion might be better. As an example of the more economical approach that I think Gabor was suggesting, and which also respects NO_INSTALL_MANPAGES, see how pgj@ handled the manpage for devel/cppcheck (incl. files/patch-Makefile ). b. From owner-freebsd-ports@FreeBSD.ORG Thu Jun 18 08:02:20 2009 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 77857106566B for ; Thu, 18 Jun 2009 08:02:20 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from exhub015-1.exch015.msoutlookonline.net (exhub015-1.exch015.msoutlookonline.net [207.5.72.93]) by mx1.freebsd.org (Postfix) with ESMTP id 651268FC18 for ; Thu, 18 Jun 2009 08:02:20 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from philip.hq.rws (76.161.175.34) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.1.358.0; Thu, 18 Jun 2009 01:02:20 -0700 Message-ID: <4A39F48A.3020300@p6m7g8.com> Date: Thu, 18 Jun 2009 04:02:18 -0400 From: "Philip M. Gollucci" Organization: P6 Web Application User-Agent: Thunderbird 2.0.0.21 (X11/20090403) MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <20090617130336.4b927021@scorpio.seibercom.net> In-Reply-To: <20090617130336.4b927021@scorpio.seibercom.net> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Updating HPLIP port 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, 18 Jun 2009 08:02:20 -0000 Jerry wrote: > Currently, the port version of HPLIP is 2.8.2, released on 02-09-2008. > The current version is: 3.9.4b, released on 04-29-2009. It supports > many additional features and corrects several bug in the older versions. > > http://hplipopensource.com/hplip-web/release_notes.html > > This is the tenth version released since the version presently in the > ports tree. I have tried contacting the port maintainer, > amistry@am-productions.biz however, he is probably busy since I have > not heard from him. > > Is it possible that someone might be interested in updating this port. > > http://hplipopensource.com/hplip-web/downloads.html > > I tried it myself; however, it complains about a missing file. I > probably need automake or something; however, my skills are not that > sophisticated. > > Thanks! > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/134270 Tis on my plate. -- ------------------------------------------------------------------------ 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 Consultant - P6M7G8 Inc. http://p6m7g8.net Senior Sys Admin - RideCharge, Inc. http://ridecharge.com Contractor - PositiveEnergyUSA http://positiveenergyusa.com ASF Member - Apache Software Foundation http://apache.org FreeBSD Committer - FreeBSD Foundation http://freebsd.org Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. From owner-freebsd-ports@FreeBSD.ORG Thu Jun 18 09:13:01 2009 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 8BC651065670 for ; Thu, 18 Jun 2009 09:13:01 +0000 (UTC) (envelope-from callsys@medsecurity.se) Received: from csmtp3.one.com (csmtp3.one.com [195.47.247.213]) by mx1.freebsd.org (Postfix) with ESMTP id 0BFBF8FC16 for ; Thu, 18 Jun 2009 09:13:00 +0000 (UTC) (envelope-from callsys@medsecurity.se) Received: from MEDSYS-PC (hd5e27014.gavlegardarna.gavle.to [213.226.112.20]) by csmtp3.one.com (Postfix) with ESMTP id 4233E2413C94 for ; Thu, 18 Jun 2009 08:53:53 +0000 (UTC) From: "Callsys" To: "freebsd-ports" MIME-Version: 1.0 Organization: Media Security Sweden Date: Thu, 18 Jun 2009 10:53:47 +0200 Message-Id: <20090618085353.4233E2413C94@csmtp3.one.com> Content-Type: text/plain ; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Janne ( Restaurant&Cafe) Guest Paging Systems 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, 18 Jun 2009 09:13:02 -0000 Callsys Restaurant Waiter Call System for Table - Function Overview =20 Waiter Call System for Table - Function Overview was designed to help = restaurants manage incoming customers efficiently and distinctively. C= ustomers receive instant notification when their table is ready, makin= g them feel special and welcome. Freed from long lines, your restauran= t looks more inviting to people walking in, Customers are encouraged t= o wait without fears of missing their table, resulting in higher traff= ic, while overall restaurant traffic flows more smoothly, leading to f= aster table turns.=20 Waiter Call System for Table - Function Overview=20 If you are opening this kind of business, there are many customers, so= metimes, you will need service like ordering food or drinks. However, = you don't want to hire many waiters to serve them. Your needs is very = simple. You just want to be informed once your customer need service. = Usually, your customer might need at the same time, then you will need= remember their table numbers and go to serve them one by one. Waiter Call System for Table is very suitable for your business. This = system is very easy to operate and will not cost much money. Waiter Ca= ll System for Table can hold up to 250 waiter call buttons. It also ha= s memory chipset. When there are several customers calling services to= gether, Waiter Call System for Table will store their numbers into mem= ory and display them one by one. It can store up to 15 calling numbers= in the memory. You can use the controller to check the calling number= in the memory. This system is modulated by frequency. The signal can = be received over several floors or partitions. It can be transferred i= n 300M in the open area. It also can cycle display the calling numbers= in the memory. You do not need to check them manually. For the served= calling numbers, it can be deleted with the controller. Waiter Call S= ystem for Table is a wireless system which can be set up easily.=20 =20 For more information about our products in any language, please contac= t us with this numbers;=20 Stockholm: 076-02 69 010 Other areas in Sweden: 076-01 79 010 =20 info@callsys.se=20 www.callsys.se=20 MSN: janne@medsecurity.se 7/24 2009 - Media Security Sweden -=20 From owner-freebsd-ports@FreeBSD.ORG Thu Jun 18 11:19:40 2009 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 29761106564A for ; Thu, 18 Jun 2009 11:19:40 +0000 (UTC) (envelope-from mboguk@masterhost.ru) Received: from csmtp-2.masterhost.ru (csmtp1.masterhost.ru [83.222.22.203]) by mx1.freebsd.org (Postfix) with SMTP id A3C848FC16 for ; Thu, 18 Jun 2009 11:19:39 +0000 (UTC) (envelope-from mboguk@masterhost.ru) Received: (qmail 37099 invoked from network); 18 Jun 2009 10:52:56 -0000 Received: from unknown (HELO ?10.100.112.244?) (mboguk@masterhost.ru@87.242.97.5) by csmtp1.masterhost.ru with SMTP; 18 Jun 2009 10:52:56 -0000 Message-ID: <4A3A1C88.2020508@masterhost.ru> Date: Thu, 18 Jun 2009 14:52:56 +0400 From: Maxim Boguk User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: vivek@khera.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: Hello any change get freebsd port for slony 2.0.2 please? 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, 18 Jun 2009 11:19:40 -0000 Sorry for bothering you but any chance you can create slony 2.0.* version freebsd port? I need it for production and have not enough skill to write port myself. Thanks for help. -- SY, Maxim Boguk From owner-freebsd-ports@FreeBSD.ORG Thu Jun 18 11:29:19 2009 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 4E8391065677 for ; Thu, 18 Jun 2009 11:29:19 +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 494FF8FC21 for ; Thu, 18 Jun 2009 11:29:17 +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 OAA15826; Thu, 18 Jun 2009 14:29:16 +0300 (EEST) (envelope-from avg@icyb.net.ua) Message-ID: <4A3A250C.70400@icyb.net.ua> Date: Thu, 18 Jun 2009 14:29:16 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.21 (X11/20090406) MIME-Version: 1.0 To: acm@FreeBSD.org X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@FreeBSD.org Subject: print/foomatic-filters: foomatic-rip tries to execute /bin/bash 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, 18 Jun 2009 11:29:19 -0000 foomatic-rip tries to execute /bin/bash It seems that the patch might be hardcoded somewhere in the source. -- Andriy Gapon From owner-freebsd-ports@FreeBSD.ORG Thu Jun 18 12:18:07 2009 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 B9851106566B for ; Thu, 18 Jun 2009 12:18:07 +0000 (UTC) (envelope-from gesbbb@yahoo.com) Received: from smtp105.prem.mail.ac4.yahoo.com (smtp105.prem.mail.ac4.yahoo.com [76.13.13.44]) by mx1.freebsd.org (Postfix) with SMTP id 47D6D8FC1A for ; Thu, 18 Jun 2009 12:18:07 +0000 (UTC) (envelope-from gesbbb@yahoo.com) Received: (qmail 4676 invoked from network); 18 Jun 2009 12:18:06 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Received:Received:Date:From:To:Subject:Message-ID:In-Reply-To:References:Reply-To:Organization:X-Mailer:Face:Mime-Version:Content-Type:Content-Transfer-Encoding:X-Virus-Scanned; b=AMVj/wOIF3WqFsK5EHR682FC0VnX6PPKGpwbxbSutmmcVdO7YiXhsqFQDCRMm7DqjVURMGKABhnh9hPMyVAyWSE6QZN3R6MvFCbHu0UoqB7ap4lvuRJgdca7IHgiL1bNWwblVymvLn6zJ7zfprCRWEpuiAesBeNEovw/KoU48Xs= ; Received: from c-76-23-177-172.hsd1.ny.comcast.net (gesbbb@76.23.177.172 with login) by smtp105.prem.mail.ac4.yahoo.com with SMTP; 18 Jun 2009 05:18:06 -0700 PDT X-Yahoo-SMTP: yeAAMgKswBATCul4lSbCWspvTA-- X-YMail-OSG: w299F2gVM1lLf2J1RP08h9C1JOPehG1yXor3ru_Pqf.ik65yjDr1.FgTLYCVZOkZqRDnUVvEB4vJ6noQvBkNkZhLj4ftPweBXOQ_QAzMuq1LW6MXOIBgesU0NMvga0PcAn4o9nEaozXLOULb4LPo4PWdwwof53jwVZNyJVSloq7F7mtHOuiqIXl2wrqj2deT3rs3YSfx3LGfgJLIppxjLLN.YH39cP2UATHMNeLMkopNzoaqZW2NoHSecUbcIgr2W6Q8Yd0_kuyFpvhcVfsfLC5hTDiY5vuvuXJUHe6IK2cJT_gjBaGdee_85py5RKtHoX8v7bocTPMy9saMqlS0iKP4GKXh7oVefeBKRw-- X-Yahoo-Newman-Property: ymail-3 Received: from scorpio.seibercom.net (localhost [127.0.0.1]) (Authenticated sender: gesbbb@scorpio.seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPA id E0CF2229AD for ; Thu, 18 Jun 2009 08:18:05 -0400 (EDT) Received: from scorpio.seibercom.net (localhost [127.0.0.1]) (Authenticated sender: gesbbb@yahoo.com) by scorpio.seibercom.net (Postfix) with ESMTPA id A2FDE22825 for ; Thu, 18 Jun 2009 08:18:05 -0400 (EDT) Date: Thu, 18 Jun 2009 08:18:05 -0400 From: Jerry To: freebsd-ports@freebsd.org Message-ID: <20090618081805.0b3ab018@scorpio.seibercom.net> In-Reply-To: <4A39F48A.3020300@p6m7g8.com> References: <20090617130336.4b927021@scorpio.seibercom.net> <4A39F48A.3020300@p6m7g8.com> Organization: seibercom.net X-Mailer: Claws Mail 3.7.1 (GTK+ 2.16.2; i386-portbld-freebsd7.2) 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 Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: Updating HPLIP port 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, 18 Jun 2009 12:18:08 -0000 On Thu, 18 Jun 2009 04:02:18 -0400 "Philip M. Gollucci" wrote: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/134270 > > Tis on my plate. Thanks! I could not get it to build myself. There have been several posts from users who needed the new printers supported in the latest versions. I am sure that they will appreciate your efforts. -- Jerry gesbbb@yahoo.com You may be gone tomorrow, but that doesn't mean that you weren't here today. From owner-freebsd-ports@FreeBSD.ORG Thu Jun 18 12:49:24 2009 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 BFCFC106566B for ; Thu, 18 Jun 2009 12:49:24 +0000 (UTC) (envelope-from bounce-eshmcbvchrhswtmvwm@news.college.us.com) Received: from mail4.news.college.us.com (mail4.news.college.us.com [64.20.249.19]) by mx1.freebsd.org (Postfix) with ESMTP id 85D6B8FC08 for ; Thu, 18 Jun 2009 12:49:24 +0000 (UTC) (envelope-from bounce-eshmcbvchrhswtmvwm@news.college.us.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; s=default; d=news.college.us.com; h=Message-ID:Date:From:Reply-To:To:Subject:Mime-Version:Content-Type:Content-Transfer-Encoding:List-Unsubscribe; i=CollegeNews@news.college.us.com; bh=G8InZPbWLC+IDB9JkGsHBRJRhE0=; b=cML/erAEa5nx2aJmzaZAOYHxlDzHWLNK+ryowwUxtUdxy7Wzfs1ojm/h+2LwW9xLEBmGwITbh8QI o/1+QNZAyw== DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns; s=default; d=news.college.us.com; b=ZghH5PqsGB1q/s1l40C1U3d8EbMZThsAmjEId8mP/MZ6tVW4KbGdoHMtMWKWZAB9s4ptagh4rkmP 9r22Fs2Icg==; Received: by mail4.news.college.us.com id h78rom0c3doh for ; Thu, 18 Jun 2009 07:28:10 -0500 (envelope-from ) Message-ID: <10418003.1245328150032.JavaMail.root@news.college.us.com> Date: Thu, 18 Jun 2009 07:29:10 -0500 (CDT) From: College News To: "John" Content-Transfer-Encoding: quoted-printable X-VAN: eshnhhvwvvmswnwscvbrmvzzb wnrhmnwnvwshmcbvchrhswtmvwm wwrcbbrvcz x-campaignid: vantage165815 MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Online degrees that fit your life now available X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: College News List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jun 2009 12:49:25 -0000 [col=] You are receiving this message because you submitted the email addr= ess ports@freebsd.org to receive information from http://www.directscholar.com on = Jun 09 2009 07:25AM. [1]Go here to add us to= your address book =20 [2]View in Browser | [3]Unsubscribe" style=3D"color:#000000; text-decoration:none; font-fami= ly:Arial, Helvetica, sans-serif; font-size:11px"> Remove My Email =09=09 =09=09=09 3D"" =09=09 =09=09=09[4] [coll=] =09=09 3D"" =09=09 =09=09=09 3D"" =09 =09 =09=09 =09=09=09[5] [coll=] =09=09 [6]Your Degree on Your Schedule =09 =09=09 =09=09=09[7] 3D"" =09=09 =09=09 =09=09=09[8] 3D"" =09=09 = [9]Earn Your College Degree Online! =09=09=09[10] 3D"" =09 =09 =09=09 =09=09=09 3D"" =09 =09 =09=09 =09=09=09 3D"" =09=09 [11][col=] =09=09 [12]Dear John, =09=09 Looking for a way to fit a college education into your busy life? Look no = further than National American University Online. At National American University Online, our degree programs can be complet= ed 100% online. That means you can study on your schedule - without sacrifi= cing your personal or professional commitments. Learn about National American Uni= versity's online programs now. National American University Online currently offers a variety of online d= egree programs in: o Accounting o Business o Healthcare Administration o Information Technology o Nursing o And more! Whether it's an associate's, bachelor's, or master's degree you seek, Natio= nal American University Online can give you the quality education you seek = in a convenient online format that fits your life. Take your education to the next level today! Get more information on National A= merican University Online today! [13]3D"Learn =09=09=09[14] 3D"" =09 =09 =09=09 =09=09=09[15] [coll=] =09=09 =09 =09=09 =09=09=09[16] 3D"" =09=09 = [17]Associate's, Bachelor's, and Master's Degree Programs Now Available =09=09=09 3D"" =09 =09 =09=09 =09=09=09 3D"" =09 This email was sent by: COLLEGE.US.COM 2711 N. Sepulveda Blvd. # 148, Manhattan Beach, CA 90266 You have subscr= ibed to receive information from us with ports@freebsd.org This email was sent to you because you requested we send you periodical inf= ormation about schools and colleges. To stop receiving email from COLLE= GE.US.COM, [18]Remove me or = write us at the address listed above Please view our [19]Privacy Policy > [kwvlmwkqm_czdbgqhgdtd.gif&o=] References 1. 3D"http://www.news.college.us.com/fwvqmyjdr_czdbgqhgdtd.html" 2. 3D"http://www.news.college.us.com/ueqbcfdww_czdbgqhgdtd= 3. 3D"http://www.news.college.us.com/fwvqmyjdy_czdbgqhgdtd= 4. 3D"http://www.news.college.us.com/gbpjqdzzq_= 5. 3D"http://www.news.college.us.com/bncmkpvvg_= 6. 3D"http://www.news.college.us.com/czpbthggq_czdbgqhgdtd.html?_POS= 7. 3D"http://www.news.college.us.com/lrkdsgffw_= 8. 3D"http://www.news.college.us.com/bncmkpvvv_= 9. 3D"http://www.news.college.us.com/czpbthggl_czdbgqhgdtd.html?_P= 10. 3D"http://www.news.college.us.com/qslprwqwr_= 11. 3D"http://www.news.college.us.com/aqvltwqwv_= 12. 3D"http://www.news.college.us.com/yhdvjbfbq_czdbgqhgdtd.html?_POS= 13. 3D"http://www.news.college.us.com/kwvlmwkwb_czdbgqhgdtd= 14. 3D"http://www.news.college.us.com/mylsvwkwf_= 15. 3D"http://www.news.college.us.com/ihcdkpmpd_= 16. 3D"http://www.news.college.us.com/vptzckgkj_= 17. 3D"http://www.news.college.us.com/= 18. 3D"http://www.news.college.us.com/tdchkpbpp_= 19. 3D"http://=/ From owner-freebsd-ports@FreeBSD.ORG Thu Jun 18 13:51:31 2009 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 A3BBF106568A for ; Thu, 18 Jun 2009 13:51:31 +0000 (UTC) (envelope-from jtrigg@spamcop.net) Received: from azure.heraldsnet.org (static-71-178-19-90.washdc.fios.verizon.net [71.178.19.90]) by mx1.freebsd.org (Postfix) with ESMTP id 7D6528FC13 for ; Thu, 18 Jun 2009 13:51:31 +0000 (UTC) (envelope-from jtrigg@spamcop.net) Received: by static-71-178-19-94.washdc.fios.verizon.net (Postfix, from userid 1001) id 843FB11431; Thu, 18 Jun 2009 09:30:38 -0400 (EDT) Date: Thu, 18 Jun 2009 09:30:38 -0400 From: Jim Trigg To: Scott Bennett Message-ID: <20090618133038.GM671@spamcop.net> Mail-Followup-To: Scott Bennett , freebsd-ports@freebsd.org, shuvaev@physik.uni-wuerzburg.de References: <200906170444.n5H4isBg021636@mp.cs.niu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200906170444.n5H4isBg021636@mp.cs.niu.edu> User-Agent: Mutt/1.4.2.3i Cc: shuvaev@physik.uni-wuerzburg.de, freebsd-ports@freebsd.org Subject: Re: [REPOST] problem upgrading perl 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, 18 Jun 2009 13:51:32 -0000 On Tue, Jun 16, 2009 at 11:44:54PM -0500, Scott Bennett wrote: > On Tue, 16 Jun 2009 20:07:26 +0200 Alexey Shuvaev > wrote: > >Hmmm... Looking at portmaster sources I've got one idea. > >Can you try more precise command to upgrade everything depending on perl? > > > >nice +18 portmaster -v -r perl-threaded-5.10.0_3 > > > >The point is that perl\* wildcard gives you both perl-threaded-XXX and > >perltidy-XXXX which might be bad idea. > > Bingo!! Very nice call. It has now driven me to distraction with dialog > boxes for configuration stuff for many ports/packages, and is now busily > reinstalling perl intself. > > > >If this is the case I think UPDATING entry should be improved > >to use perl-\* wildcard. > > I think you meant to *not* use the wildcard, and yes, /usr/ports/UPDATING > is clearly wrong in this case and should be fixed. > Thanks very much for solving this. I still have to deal with some > problems with options on the various packages/ports to be updated, but I can > proceed for now. Actually, he was suggesting changing from perl\* to perl-\* so it would only match the perl port. Unfortunately, that won't work as there is at least one other port that will match that -- net/p5-perl-ldap (portname perl-ldap). So it should be revised to instruct users to use the exact portname in /var/db/pkg. Jim -- Jim Trigg, Lord High Everything Else O- /"\ \ / ASCII RIBBON CAMPAIGN Hostmaster, Huie Kin family website X HELP CURE HTML MAIL Verger, All Saints Church - Sharon Chapel / \ From owner-freebsd-ports@FreeBSD.ORG Thu Jun 18 14:07:13 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from straylight.ringlet.net (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with SMTP id D3596106571C for ; Thu, 18 Jun 2009 14:07:11 +0000 (UTC) (envelope-from roam@ringlet.net) Received: (qmail 90205 invoked by uid 1000); 18 Jun 2009 14:07:08 -0000 Date: Thu, 18 Jun 2009 17:07:08 +0300 From: Peter Pentchev To: Andrea 'simplex' Zulato Message-ID: <20090618140708.GA975@straylight.m.ringlet.net> References: <4A388C26.3050900@twopenguins.it> <20090617085202.GA976@straylight.m.ringlet.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IrhDeMKUP4DT/M7F" Content-Disposition: inline In-Reply-To: <20090617085202.GA976@straylight.m.ringlet.net> User-Agent: Mutt/1.5.19 (2009-01-05) X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: =?windows-1251?B?yOv8/yDA7eTw5eXi?= , freebsd-ports@freebsd.org, Gerrit Beine Subject: Re: Unrealircd problems with last patch 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, 18 Jun 2009 14:07:14 -0000 --IrhDeMKUP4DT/M7F Content-Type: multipart/mixed; boundary="SLDf9lqlvOQaIe6s" Content-Disposition: inline --SLDf9lqlvOQaIe6s Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jun 17, 2009 at 11:52:02AM +0300, Peter Pentchev wrote: > On Wed, Jun 17, 2009 at 08:24:38AM +0200, Andrea 'simplex' Zulato wrote: > > Hi, i've upgraded c-ares and Unreal from ports but Unreal won't work. > > It start without a problem but when someone try to connect to the server > > it crash with a core dump error: > > Jun 16 09:03:33 hazard kernel: pid 57652 (ircd), uid 0: exited on signal > > 11 (core dumped) > > I've tried to recompile unreal and c-ares whitout any result ("make > > install" finish without problems on both ports). > > If there's something that i could try, please tell me... > > I'm on a FreeBSD 7.2-RELEASE-p1 #0. >=20 > Hi, >=20 > I've CC'd Gerrit Beine (the actual maintainer of the irc/unreal port :) > and Ilya Andreev, who reported the same problem to me yesterday. >=20 > Some time ago, I sent my proposed c-ares update for testing to all > the maintainers of ports that depend on c-ares directly. My patches > made the ports compile, but I didn't have the proper setup to actually > test them working, since I'm not quite familiar with the programs > themselves. Thus, I asked the maintainers for help with testing, and > after nobody replied for a week or so, I went ahead and commited the upda= te. >=20 > Now Ilya Andreev and you have both hit a problem with UnrealIRCd, > and Ilya seems to have found a solution. Could you try putting > the attached patch-res.c into the irc/unreal/files/ directory and > rebuilding UnrealIRCd? If this patch helps, I could commit it if > Gerrit Beine does not mind. Actually, here's another patch from Ilya who wrote to me privately to say that the previous one didn't quite work. G'luck, Peter --=20 Peter Pentchev roam@ringlet.net roam@space.bg roam@FreeBSD.org PGP key: http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 This would easier understand fewer had omitted. --SLDf9lqlvOQaIe6s-- --IrhDeMKUP4DT/M7F Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iEYEARECAAYFAko6SgwACgkQ7Ri2jRYZRVOtqQCfc2MMo0zQ3pxNZn2ViFSWyApf TgEAnixbnbZaHSYrqMO6mnryTplfAVIW =lPZw -----END PGP SIGNATURE----- --IrhDeMKUP4DT/M7F-- From owner-freebsd-ports@FreeBSD.ORG Thu Jun 18 14:13:47 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from straylight.ringlet.net (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with SMTP id 2A9F21065670 for ; Thu, 18 Jun 2009 14:13:45 +0000 (UTC) (envelope-from roam@ringlet.net) Received: (qmail 90342 invoked by uid 1000); 18 Jun 2009 14:13:43 -0000 Date: Thu, 18 Jun 2009 17:13:43 +0300 From: Peter Pentchev To: Andrea 'simplex' Zulato Message-ID: <20090618141343.GB975@straylight.m.ringlet.net> References: <4A388C26.3050900@twopenguins.it> <20090617085202.GA976@straylight.m.ringlet.net> <20090618140708.GA975@straylight.m.ringlet.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gr/z0/N6AeWAPJVB" Content-Disposition: inline In-Reply-To: <20090618140708.GA975@straylight.m.ringlet.net> User-Agent: Mutt/1.5.19 (2009-01-05) Cc: =?windows-1251?B?yOv8/yDA7eTw5eXi?= , Gerrit Beine , freebsd-ports@freebsd.org Subject: Re: Unrealircd problems with last patch 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, 18 Jun 2009 14:13:48 -0000 --gr/z0/N6AeWAPJVB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jun 18, 2009 at 05:07:08PM +0300, Peter Pentchev wrote: > On Wed, Jun 17, 2009 at 11:52:02AM +0300, Peter Pentchev wrote: > > On Wed, Jun 17, 2009 at 08:24:38AM +0200, Andrea 'simplex' Zulato wrote: > > > Hi, i've upgraded c-ares and Unreal from ports but Unreal won't work. > > > It start without a problem but when someone try to connect to the ser= ver > > > it crash with a core dump error: > > > Jun 16 09:03:33 hazard kernel: pid 57652 (ircd), uid 0: exited on sig= nal > > > 11 (core dumped) > > > I've tried to recompile unreal and c-ares whitout any result ("make > > > install" finish without problems on both ports). > > > If there's something that i could try, please tell me... > > > I'm on a FreeBSD 7.2-RELEASE-p1 #0. > >=20 > > Hi, > >=20 > > I've CC'd Gerrit Beine (the actual maintainer of the irc/unreal port :) > > and Ilya Andreev, who reported the same problem to me yesterday. > >=20 > > Some time ago, I sent my proposed c-ares update for testing to all > > the maintainers of ports that depend on c-ares directly. My patches > > made the ports compile, but I didn't have the proper setup to actually > > test them working, since I'm not quite familiar with the programs > > themselves. Thus, I asked the maintainers for help with testing, and > > after nobody replied for a week or so, I went ahead and commited the up= date. > >=20 > > Now Ilya Andreev and you have both hit a problem with UnrealIRCd, > > and Ilya seems to have found a solution. Could you try putting > > the attached patch-res.c into the irc/unreal/files/ directory and > > rebuilding UnrealIRCd? If this patch helps, I could commit it if > > Gerrit Beine does not mind. >=20 > Actually, here's another patch from Ilya who wrote to me privately > to say that the previous one didn't quite work. And once again, with the patch inline this time, mainly for the benefit of the ports@ mailing list and other poor souls who might stumble upon this problem. G'luck, Peter --- src/res.c 2006-09-19 15:45:18.000000000 +0300 +++ src/res.c 2009-06-17 17:50:18.000000000 +0300 @@ -48,10 +48,15 @@ =20 #include =20 +/* Prevent crashes due to invalid prototype/ABI */ +#if ARES_VERSION < 0x010600 + #error "You have an old c-ares version on your system and/or Unreals c-ar= es failed to compile!" +#endif + /* Forward declerations */ -void unrealdns_cb_iptoname(void *arg, int status, struct hostent *he); -void unrealdns_cb_nametoip_verify(void *arg, int status, struct hostent *h= e); -void unrealdns_cb_nametoip_link(void *arg, int status, struct hostent *he); +void unrealdns_cb_iptoname(void *arg, int status, int timeouts, struct hos= tent *he); +void unrealdns_cb_nametoip_verify(void *arg, int status, int timeouts, str= uct hostent *he); +void unrealdns_cb_nametoip_link(void *arg, int status, int timeouts, struc= t hostent *he); void unrealdns_delasyncconnects(void); static unsigned int unrealdns_haship(void *binaryip, int length); static void unrealdns_addtocache(char *name, void *binaryip, int length); @@ -240,7 +245,7 @@ #endif } =20 -void unrealdns_cb_iptoname(void *arg, int status, struct hostent *he) +void unrealdns_cb_iptoname(void *arg, int status, int timeouts, struct hos= tent *he) { DNSReq *r =3D (DNSReq *)arg; DNSReq *newr; @@ -290,7 +295,7 @@ } =20 =20 -void unrealdns_cb_nametoip_verify(void *arg, int status, struct hostent *h= e) +void unrealdns_cb_nametoip_verify(void *arg, int status, int timeouts, str= uct hostent *he) { DNSReq *r =3D (DNSReq *)arg; aClient *acptr =3D r->cptr; @@ -363,7 +368,7 @@ unrealdns_freeandremovereq(r); } =20 -void unrealdns_cb_nametoip_link(void *arg, int status, struct hostent *he) +void unrealdns_cb_nametoip_link(void *arg, int status, int timeouts, struc= t hostent *he) { DNSReq *r =3D (DNSReq *)arg; int n; @@ -390,9 +395,11 @@ /* fatal error while resolving */ sendto_realops("Unable to resolve hostname '%s', when trying to connect = to server %s.", r->name, r->linkblock->servername); + r->linkblock->refcount--; unrealdns_freeandremovereq(r); return; } + r->linkblock->refcount--; =20 #ifdef INET6 if (((he->h_length !=3D 4) && (he->h_length !=3D 16)) || !he->h_addr_list= [0]) @@ -715,21 +722,34 @@ } else if (*param =3D=3D 'i') /* INFORMATION */ { - struct ares_config_info inf; + struct ares_options inf; int i; + int optmask; =09 - ares_get_config(&inf, resolver_channel); + ares_save_options(resolver_channel, &inf, &optmask); =20 sendtxtnumeric(sptr, "****** DNS Configuration Information ******"); sendtxtnumeric(sptr, " c-ares version: %s",ares_version(NULL)); - sendtxtnumeric(sptr, " timeout: %d", inf.timeout); - sendtxtnumeric(sptr, " tries: %d", inf.tries); - sendtxtnumeric(sptr, " # of servers: %d", inf.numservers); - for (i =3D 0; i < inf.numservers; i++) - sendtxtnumeric(sptr, " server #%d: %s", i+1, inf.servers[i] ? inf.= servers[i] : "[???]"); - =09 - /* TODO: free or get memleak ! */ + + if(optmask & ARES_OPT_TIMEOUTMS) + sendtxtnumeric(sptr, " timeout: %d", inf.timeout); + if(optmask & ARES_OPT_TRIES) + sendtxtnumeric(sptr, " tries: %d", inf.tries); + if(optmask & ARES_OPT_SERVERS) + { + sendtxtnumeric(sptr, " # of servers: %d", inf.nservers); + for (i =3D 0; i < inf.nservers; i++) + sendtxtnumeric(sptr, " server #%d: %s", i+1, inet_ntoa(inf.server= s[i]));=09 + } + if(optmask & ARES_OPT_DOMAINS) + { + sendtxtnumeric(sptr, " # of search domains: %d", inf.ndomains); + for (i =3D 0; i < inf.ndomains; i++) + sendtxtnumeric(sptr, " domain #%d: %s", i+1, inf.domains[i]); + } sendtxtnumeric(sptr, "****** End of DNS Configuration Info ******"); + =09 + ares_destroy_options(&inf); } else /* STATISTICS */ { sendtxtnumeric(sptr, "DNS CACHE Stats:"); --=20 Peter Pentchev roam@ringlet.net roam@space.bg roam@FreeBSD.org PGP key: http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 Hey, out there - is it *you* reading me, or is it someone else? --gr/z0/N6AeWAPJVB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iEYEARECAAYFAko6S5cACgkQ7Ri2jRYZRVOnRQCeJhhwwxfbk0jHpHmuXiBb056f 5DUAoKBgHXmv4ztE406PN6hYx0Helhyd =ivi5 -----END PGP SIGNATURE----- --gr/z0/N6AeWAPJVB-- From owner-freebsd-ports@FreeBSD.ORG Thu Jun 18 14:55:05 2009 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 223501065670 for ; Thu, 18 Jun 2009 14:55:05 +0000 (UTC) (envelope-from admin@aivus.name) Received: from mail-yx0-f200.google.com (mail-yx0-f200.google.com [209.85.210.200]) by mx1.freebsd.org (Postfix) with ESMTP id DB5A38FC1D for ; Thu, 18 Jun 2009 14:55:04 +0000 (UTC) (envelope-from admin@aivus.name) Received: by yxe38 with SMTP id 38so1556239yxe.3 for ; Thu, 18 Jun 2009 07:55:04 -0700 (PDT) MIME-Version: 1.0 Received: by 10.90.84.2 with SMTP id h2mr1170448agb.80.1245335315357; Thu, 18 Jun 2009 07:28:35 -0700 (PDT) In-Reply-To: <20090618141343.GB975@straylight.m.ringlet.net> References: <4A388C26.3050900@twopenguins.it> <20090617085202.GA976@straylight.m.ringlet.net> <20090618140708.GA975@straylight.m.ringlet.net> <20090618141343.GB975@straylight.m.ringlet.net> From: =?KOI8-R?B?6czY0SAoYWl2dXMp?= Date: Thu, 18 Jun 2009 17:28:15 +0300 Message-ID: <4e8b005e0906180728i5d0119a3hbcb531339ce8c40e@mail.gmail.com> To: Peter Pentchev Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Gerrit Beine , freebsd-ports@freebsd.org, Andrea 'simplex' Zulato Subject: Re: Unrealircd problems with last patch 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, 18 Jun 2009 14:55:05 -0000 Please use full patch. (For ports@) Here it's: --- src/res.c 2006-09-19 15:45:18.000000000 +0300 +++ src/res.c 2009-06-17 17:50:18.000000000 +0300 @@ -48,10 +48,15 @@ #include +/* Prevent crashes due to invalid prototype/ABI */ +#if ARES_VERSION < 0x010600 + #error "You have an old c-ares version on your system and/or Unreals c-ares failed to compile!" +#endif + /* Forward declerations */ -void unrealdns_cb_iptoname(void *arg, int status, struct hostent *he); -void unrealdns_cb_nametoip_verify(void *arg, int status, struct hostent *he); -void unrealdns_cb_nametoip_link(void *arg, int status, struct hostent *he); +void unrealdns_cb_iptoname(void *arg, int status, int timeouts, struct hostent *he); +void unrealdns_cb_nametoip_verify(void *arg, int status, int timeouts, struct hostent *he); +void unrealdns_cb_nametoip_link(void *arg, int status, int timeouts, struct hostent *he); void unrealdns_delasyncconnects(void); static unsigned int unrealdns_haship(void *binaryip, int length); static void unrealdns_addtocache(char *name, void *binaryip, int length); @@ -240,7 +245,7 @@ #endif } -void unrealdns_cb_iptoname(void *arg, int status, struct hostent *he) +void unrealdns_cb_iptoname(void *arg, int status, int timeouts, struct hostent *he) { DNSReq *r = (DNSReq *)arg; DNSReq *newr; @@ -290,7 +295,7 @@ } -void unrealdns_cb_nametoip_verify(void *arg, int status, struct hostent *he) +void unrealdns_cb_nametoip_verify(void *arg, int status, int timeouts, struct hostent *he) { DNSReq *r = (DNSReq *)arg; aClient *acptr = r->cptr; @@ -363,7 +368,7 @@ unrealdns_freeandremovereq(r); } -void unrealdns_cb_nametoip_link(void *arg, int status, struct hostent *he) +void unrealdns_cb_nametoip_link(void *arg, int status, int timeouts, struct hostent *he) { DNSReq *r = (DNSReq *)arg; int n; @@ -390,9 +395,11 @@ /* fatal error while resolving */ sendto_realops("Unable to resolve hostname '%s', when trying to connect to server %s.", r->name, r->linkblock->servername); + r->linkblock->refcount--; unrealdns_freeandremovereq(r); return; } + r->linkblock->refcount--; #ifdef INET6 if (((he->h_length != 4) && (he->h_length != 16)) || !he->h_addr_list[0]) @@ -715,21 +722,34 @@ } else if (*param == 'i') /* INFORMATION */ { - struct ares_config_info inf; + struct ares_options inf; int i; + int optmask; - ares_get_config(&inf, resolver_channel); + ares_save_options(resolver_channel, &inf, &optmask); sendtxtnumeric(sptr, "****** DNS Configuration Information ******"); sendtxtnumeric(sptr, " c-ares version: %s",ares_version(NULL)); - sendtxtnumeric(sptr, " timeout: %d", inf.timeout); - sendtxtnumeric(sptr, " tries: %d", inf.tries); - sendtxtnumeric(sptr, " # of servers: %d", inf.numservers); - for (i = 0; i < inf.numservers; i++) - sendtxtnumeric(sptr, " server #%d: %s", i+1, inf.servers[i] ? inf.servers[i] : "[???]"); - - /* TODO: free or get memleak ! */ + + if(optmask & ARES_OPT_TIMEOUTMS) + sendtxtnumeric(sptr, " timeout: %d", inf.timeout); + if(optmask & ARES_OPT_TRIES) + sendtxtnumeric(sptr, " tries: %d", inf.tries); + if(optmask & ARES_OPT_SERVERS) + { + sendtxtnumeric(sptr, " # of servers: %d", inf.nservers); + for (i = 0; i < inf.nservers; i++) + sendtxtnumeric(sptr, " server #%d: %s", i+1, inet_ntoa(inf.servers[i])); + } + if(optmask & ARES_OPT_DOMAINS) + { + sendtxtnumeric(sptr, " # of search domains: %d", inf.ndomains); + for (i = 0; i < inf.ndomains; i++) + sendtxtnumeric(sptr, " domain #%d: %s", i+1, inf.domains[i]); + } sendtxtnumeric(sptr, "****** End of DNS Configuration Info ******"); + + ares_destroy_options(&inf); } else /* STATISTICS */ { sendtxtnumeric(sptr, "DNS CACHE Stats:"); From owner-freebsd-ports@FreeBSD.ORG Thu Jun 18 15:14:52 2009 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 6F529106564A for ; Thu, 18 Jun 2009 15:14:52 +0000 (UTC) (envelope-from thomas@goodking.ca) Received: from mail-qy0-f173.google.com (mail-qy0-f173.google.com [209.85.221.173]) by mx1.freebsd.org (Postfix) with ESMTP id 2E5208FC20 for ; Thu, 18 Jun 2009 15:14:52 +0000 (UTC) (envelope-from thomas@goodking.ca) Received: by qyk3 with SMTP id 3so1459238qyk.3 for ; Thu, 18 Jun 2009 08:14:51 -0700 (PDT) Received: by 10.224.53.211 with SMTP id n19mr1412697qag.197.1245338091556; Thu, 18 Jun 2009 08:14:51 -0700 (PDT) Received: from goodking.goodking.ca (dynamic-216-211-59-31.tbaytel.net [216.211.59.31]) by mx.google.com with ESMTPS id 39sm3337806yxe.47.2009.06.18.08.14.47 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 18 Jun 2009 08:14:48 -0700 (PDT) Sender: Thomas Abthorpe From: Thomas Abthorpe Organization: FreeBSD.GoodKing.Ca To: ports@FreeBSD.org Date: Thu, 18 Jun 2009 11:14:43 -0400 User-Agent: KMail/1.9.10 X-Face: /|[9, PbEOB6g>?2^*Sc|"~6:Ro"O>Nv\Rfkv\42g)TuAYG&+bD\pCJTX31s_p{c7]5a.D. Y@QddKu_I[XB8; euK=^[=L1I#]rgi[0jgz^4qCTwlj]3kJ)]vc}O"HrA14hN)aXewJPTi| Pt{S3#Vw4x-"/:& Cc: Subject: [RFC] New category proposal, i18n 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, 18 Jun 2009 15:14:52 -0000 I would like to propose a new ports category, i18n, it would become the new home, physical or virtual, for ports that are i18n or l10n based. While researching the topic, I found the two terms, i18n and l10n, are often used interchangeably, and while either word could be used as the new category name, I chose i18 because it seems to keep in line with the efforts of freebsd-i18n team. Currently in the ports tree there are about 220 ports with i18n or l10n as part of their package name. Of these ports 159 are in the misc category, virtually all of which are related to KDE or Qt. Should this new category come to being, the self identified ports in misc would get relocated. All other ports would simply be extended with the new virtual category name. Taking off my KDE hat, this new category could obviously be used by anybody who is involved some sort of translation effort. As per the Porters Handbook, http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-categories.html#PROPOSING-CATEGORIES, I hereby open discussion on the matter. If there is enough interest, I will pursue the matter further with portmgr@ Thank you for you time, attention and feedback. Thomas -- Thomas Abthorpe | FreeBSD Committer tabthorpe@FreeBSD.org | http://people.freebsd.org/~tabthorpe From owner-freebsd-ports@FreeBSD.ORG Thu Jun 18 16:42:48 2009 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 18CF51065672; Thu, 18 Jun 2009 16:42:48 +0000 (UTC) (envelope-from w.r.pestman@tele2.nl) Received: from swip.net (mailfe10.swip.net [212.247.155.33]) by mx1.freebsd.org (Postfix) with ESMTP id 7EAE08FC0C; Thu, 18 Jun 2009 16:42:46 +0000 (UTC) (envelope-from w.r.pestman@tele2.nl) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=rg0GHfF1ntdIGkqeNd4Jng==:17 a=WuPZi1FLY1aN_gNn4aUA:9 a=pMlpF7DYPb4yCUyTkvTbGAL0hOgA:4 Received: from [87.212.212.149] (account cxu-97y-ejm@tele2.nl HELO vink.amerika.nl) by mailfe10.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 1091774290; Thu, 18 Jun 2009 17:42:43 +0200 Message-ID: <4A3A6073.2060407@tele2.nl> Date: Thu, 18 Jun 2009 17:42:43 +0200 From: Wiebe Pestman User-Agent: Thunderbird 2.0.0.19 (X11/20090207) MIME-Version: 1.0 To: kde@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: FreeBSD Port: kdebase-3.5.10_2 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, 18 Jun 2009 16:42:48 -0000 Dear FreeBSD team, I have just installed kdebase4. However, there is no startup script "startkde" in the directory /usr/local/, nor in its subdirectories. How to start kde? I have been googling on the web, but I am unable to find an answer there. Best regards from Holland, Wiebe Pestman From owner-freebsd-ports@FreeBSD.ORG Thu Jun 18 18:18:26 2009 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 78ABA106566C for ; Thu, 18 Jun 2009 18:18:26 +0000 (UTC) (envelope-from freebsd-ports-local@be-well.ilk.org) Received: from mail4.sea5.speakeasy.net (mail4.sea5.speakeasy.net [69.17.117.6]) by mx1.freebsd.org (Postfix) with ESMTP id 53DD08FC18 for ; Thu, 18 Jun 2009 18:18:26 +0000 (UTC) (envelope-from freebsd-ports-local@be-well.ilk.org) Received: (qmail 13815 invoked from network); 18 Jun 2009 18:18:26 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail4.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 18 Jun 2009 18:18:25 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 8E85A5084F; Thu, 18 Jun 2009 14:18:24 -0400 (EDT) To: Wiebe Pestman References: <4A3A6073.2060407@tele2.nl> From: Lowell Gilbert Date: Thu, 18 Jun 2009 14:18:24 -0400 In-Reply-To: <4A3A6073.2060407@tele2.nl> (Wiebe Pestman's message of "Thu\, 18 Jun 2009 17\:42\:43 +0200") Message-ID: <44ocsl4d8v.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: kdebase-3.5.10_2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ports@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jun 2009 18:18:26 -0000 Wiebe Pestman writes: > I have just installed kdebase4. However, there is no startup script > "startkde" in the directory /usr/local/, nor in its subdirectories. > How to start kde? I have been googling on the web, but I am unable > to find an answer there. I did a quick search through the x11 ports, and apparently for kde4, that program is installed by the kdebase4-workspace port. If you had installed x11/kde4, you would have gotten that. From owner-freebsd-ports@FreeBSD.ORG Thu Jun 18 18:28:31 2009 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 2522110656A8; Thu, 18 Jun 2009 18:28:31 +0000 (UTC) (envelope-from Mike.Cantu@VerizonWireless.com) Received: from venus.verizonwireless.com (venus.verizonwireless.com [162.115.163.70]) by mx1.freebsd.org (Postfix) with ESMTP id D0C8C8FC25; Thu, 18 Jun 2009 18:28:30 +0000 (UTC) (envelope-from Mike.Cantu@VerizonWireless.com) Received: from cairvexsmtp20.uswin.ad.vzwcorp.com ([10.10.173.32]) by venus.verizonwireless.com with ESMTP; 18 Jun 2009 10:52:03 -0700 Received: from cairvnexmb23.uswin.ad.vzwcorp.com ([10.8.0.169]) by cairvexsmtp20.uswin.ad.vzwcorp.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 18 Jun 2009 10:52:03 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Date: Thu, 18 Jun 2009 10:51:13 -0700 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: FreeBSD Port: mod_auth_xradius-0.4.6 Thread-Index: AcnwPV7Phg03cmyHShi7jp1szQs+7w== From: "Cantu, Mike" To: X-OriginalArrivalTime: 18 Jun 2009 17:52:03.0035 (UTC) FILETIME=[7C917AB0:01C9F03D] Message-Id: <20090618182830.D0C8C8FC25@mx1.freebsd.org> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@FreeBSD.org Subject: FreeBSD Port: mod_auth_xradius-0.4.6 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, 18 Jun 2009 18:28:31 -0000 Hello, I had an issue building the port with apr_memcache under the amd64 7.2-RELEASE. No matter what I tried, the configure phase would not "find" libapr_memcache. One of the tests would say "yes" but it would end up saying that the lib was not found. It didn't matter what I added to the make command when I ran it from the /usr/ports/www/mod_auth_xradius directory where I started (e.g. "make CONFIGURE_ARGS=3D--with-apr-memcache=3D/usr/local/lib" or even "make CONFIGURE_ARGS=3D--with-apr-memcache=3D/usr/local"). I found what I think was the problem on line 4404 of the file /usr/ports/www/mod_auth_xradius/work/mod_auth_xradius-0.4.6/configure configure was not able to "see" the installed lib when the original line 4404 was: amc_shlib=3D"${x}/libapr_memcache${shrext_cmds}" configure was able to "see" it when I changed line 4404 to: amc_shlib=3D"${x}/lib/libapr_memcache${shrext_cmds}" I don't know if it is a problem with the native mod_auth_xradius distribution, or the FreeBSD port of it. I don't even know if this is a real problem, but if it is real, I hope that this is the real fix so I can give something back to the FreeBSD ports effort. You guys do a GREAT job. Thank you for making the FreeBSD environment as slick and powerful as it is. Thanks, Mike The information contained in this message and any attachment may be proprietary, confidential, and privileged or subject to the work product doctrine and thus protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify me immediately by replying to this message and deleting it and all copies and backups thereof. Thank you. From owner-freebsd-ports@FreeBSD.ORG Thu Jun 18 18:41:59 2009 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 205DA106566C for ; Thu, 18 Jun 2009 18:41:59 +0000 (UTC) (envelope-from simplex@twopenguins.it) Received: from hazard.twopenguins.it (twopenguins.it [85.17.138.23]) by mx1.freebsd.org (Postfix) with ESMTP id AE12B8FC0C for ; Thu, 18 Jun 2009 18:41:58 +0000 (UTC) (envelope-from simplex@twopenguins.it) Received: from [192.168.15.3] (host104-187-dynamic.25-79-r.retail.telecomitalia.it [79.25.187.104]) by hazard.twopenguins.it (Postfix) with ESMTPSA id A5BB74055D5; Thu, 18 Jun 2009 20:41:56 +0200 (CEST) Message-ID: <4A3A8A85.7020204@twopenguins.it> Date: Thu, 18 Jun 2009 20:42:13 +0200 From: Andrea 'simplex' Zulato User-Agent: Thunderbird 2.0.0.21 (X11/20090302) MIME-Version: 1.0 To: Peter Pentchev References: <4A388C26.3050900@twopenguins.it> <20090617085202.GA976@straylight.m.ringlet.net> <20090618140708.GA975@straylight.m.ringlet.net> <20090618141343.GB975@straylight.m.ringlet.net> In-Reply-To: <20090618141343.GB975@straylight.m.ringlet.net> X-Enigmail-Version: 0.95.7 OpenPGP: id=F4657EF5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: admin@aivus.name, freebsd-ports@freebsd.org, gerrit.beine@gmx.de Subject: Re: Unrealircd problems with last patch 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, 18 Jun 2009 18:41:59 -0000 It worked for me. Now irc server is up again, thanks! Andrea Peter Pentchev wrote: > On Thu, Jun 18, 2009 at 05:07:08PM +0300, Peter Pentchev wrote: > >> On Wed, Jun 17, 2009 at 11:52:02AM +0300, Peter Pentchev wrote: >> >>> On Wed, Jun 17, 2009 at 08:24:38AM +0200, Andrea 'simplex' Zulato wrote: >>> >>>> Hi, i've upgraded c-ares and Unreal from ports but Unreal won't work. >>>> It start without a problem but when someone try to connect to the server >>>> it crash with a core dump error: >>>> Jun 16 09:03:33 hazard kernel: pid 57652 (ircd), uid 0: exited on signal >>>> 11 (core dumped) >>>> I've tried to recompile unreal and c-ares whitout any result ("make >>>> install" finish without problems on both ports). >>>> If there's something that i could try, please tell me... >>>> I'm on a FreeBSD 7.2-RELEASE-p1 #0. >>>> >>> Hi, >>> >>> I've CC'd Gerrit Beine (the actual maintainer of the irc/unreal port :) >>> and Ilya Andreev, who reported the same problem to me yesterday. >>> >>> Some time ago, I sent my proposed c-ares update for testing to all >>> the maintainers of ports that depend on c-ares directly. My patches >>> made the ports compile, but I didn't have the proper setup to actually >>> test them working, since I'm not quite familiar with the programs >>> themselves. Thus, I asked the maintainers for help with testing, and >>> after nobody replied for a week or so, I went ahead and commited the update. >>> >>> Now Ilya Andreev and you have both hit a problem with UnrealIRCd, >>> and Ilya seems to have found a solution. Could you try putting >>> the attached patch-res.c into the irc/unreal/files/ directory and >>> rebuilding UnrealIRCd? If this patch helps, I could commit it if >>> Gerrit Beine does not mind. >>> >> Actually, here's another patch from Ilya who wrote to me privately >> to say that the previous one didn't quite work. >> > > And once again, with the patch inline this time, mainly for the benefit > of the ports@ mailing list and other poor souls who might stumble upon > this problem. > > G'luck, > Peter > > --- src/res.c 2006-09-19 15:45:18.000000000 +0300 > +++ src/res.c 2009-06-17 17:50:18.000000000 +0300 > @@ -48,10 +48,15 @@ > > #include > > +/* Prevent crashes due to invalid prototype/ABI */ > +#if ARES_VERSION < 0x010600 > + #error "You have an old c-ares version on your system and/or Unreals c-ares failed to compile!" > +#endif > + > /* Forward declerations */ > -void unrealdns_cb_iptoname(void *arg, int status, struct hostent *he); > -void unrealdns_cb_nametoip_verify(void *arg, int status, struct hostent *he); > -void unrealdns_cb_nametoip_link(void *arg, int status, struct hostent *he); > +void unrealdns_cb_iptoname(void *arg, int status, int timeouts, struct hostent *he); > +void unrealdns_cb_nametoip_verify(void *arg, int status, int timeouts, struct hostent *he); > +void unrealdns_cb_nametoip_link(void *arg, int status, int timeouts, struct hostent *he); > void unrealdns_delasyncconnects(void); > static unsigned int unrealdns_haship(void *binaryip, int length); > static void unrealdns_addtocache(char *name, void *binaryip, int length); > @@ -240,7 +245,7 @@ > #endif > } > > -void unrealdns_cb_iptoname(void *arg, int status, struct hostent *he) > +void unrealdns_cb_iptoname(void *arg, int status, int timeouts, struct hostent *he) > { > DNSReq *r = (DNSReq *)arg; > DNSReq *newr; > @@ -290,7 +295,7 @@ > } > > > -void unrealdns_cb_nametoip_verify(void *arg, int status, struct hostent *he) > +void unrealdns_cb_nametoip_verify(void *arg, int status, int timeouts, struct hostent *he) > { > DNSReq *r = (DNSReq *)arg; > aClient *acptr = r->cptr; > @@ -363,7 +368,7 @@ > unrealdns_freeandremovereq(r); > } > > -void unrealdns_cb_nametoip_link(void *arg, int status, struct hostent *he) > +void unrealdns_cb_nametoip_link(void *arg, int status, int timeouts, struct hostent *he) > { > DNSReq *r = (DNSReq *)arg; > int n; > @@ -390,9 +395,11 @@ > /* fatal error while resolving */ > sendto_realops("Unable to resolve hostname '%s', when trying to connect to server %s.", > r->name, r->linkblock->servername); > + r->linkblock->refcount--; > unrealdns_freeandremovereq(r); > return; > } > + r->linkblock->refcount--; > > #ifdef INET6 > if (((he->h_length != 4) && (he->h_length != 16)) || !he->h_addr_list[0]) > @@ -715,21 +722,34 @@ > } else > if (*param == 'i') /* INFORMATION */ > { > - struct ares_config_info inf; > + struct ares_options inf; > int i; > + int optmask; > > - ares_get_config(&inf, resolver_channel); > + ares_save_options(resolver_channel, &inf, &optmask); > > sendtxtnumeric(sptr, "****** DNS Configuration Information ******"); > sendtxtnumeric(sptr, " c-ares version: %s",ares_version(NULL)); > - sendtxtnumeric(sptr, " timeout: %d", inf.timeout); > - sendtxtnumeric(sptr, " tries: %d", inf.tries); > - sendtxtnumeric(sptr, " # of servers: %d", inf.numservers); > - for (i = 0; i < inf.numservers; i++) > - sendtxtnumeric(sptr, " server #%d: %s", i+1, inf.servers[i] ? inf.servers[i] : "[???]"); > - > - /* TODO: free or get memleak ! */ > + > + if(optmask & ARES_OPT_TIMEOUTMS) > + sendtxtnumeric(sptr, " timeout: %d", inf.timeout); > + if(optmask & ARES_OPT_TRIES) > + sendtxtnumeric(sptr, " tries: %d", inf.tries); > + if(optmask & ARES_OPT_SERVERS) > + { > + sendtxtnumeric(sptr, " # of servers: %d", inf.nservers); > + for (i = 0; i < inf.nservers; i++) > + sendtxtnumeric(sptr, " server #%d: %s", i+1, inet_ntoa(inf.servers[i])); > + } > + if(optmask & ARES_OPT_DOMAINS) > + { > + sendtxtnumeric(sptr, " # of search domains: %d", inf.ndomains); > + for (i = 0; i < inf.ndomains; i++) > + sendtxtnumeric(sptr, " domain #%d: %s", i+1, inf.domains[i]); > + } > sendtxtnumeric(sptr, "****** End of DNS Configuration Info ******"); > + > + ares_destroy_options(&inf); > } else /* STATISTICS */ > { > sendtxtnumeric(sptr, "DNS CACHE Stats:"); > > From owner-freebsd-ports@FreeBSD.ORG Thu Jun 18 18:42:55 2009 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 034FA1065670 for ; Thu, 18 Jun 2009 18:42:55 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with ESMTP id 919EB8FC14 for ; Thu, 18 Jun 2009 18:42:54 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 1440 invoked by uid 399); 18 Jun 2009 18:42:53 -0000 Received: from localhost (HELO foreign.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 18 Jun 2009 18:42:53 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4A3A8AAB.7010307@FreeBSD.org> Date: Thu, 18 Jun 2009 11:42:51 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 2.0.0.21 (X11/20090423) MIME-Version: 1.0 To: Scott Bennett , freebsd-ports@freebsd.org, shuvaev@physik.uni-wuerzburg.de References: <200906170444.n5H4isBg021636@mp.cs.niu.edu> <20090618133038.GM671@spamcop.net> In-Reply-To: <20090618133038.GM671@spamcop.net> X-Enigmail-Version: 0.95.7 OpenPGP: id=D5B2F0FB Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: [REPOST] problem upgrading perl 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, 18 Jun 2009 18:42:55 -0000 Jim Trigg wrote: > Actually, he was suggesting changing from perl\* to perl-\* so it would > only match the perl port. FYI, the \* at the end is not needed, 'portmaster perl-' will work just fine. > Unfortunately, that won't work as there is at > least one other port that will match that -- net/p5-perl-ldap (portname > perl-ldap). It's generally a good idea to check your facts before posting to the list. Since the glob code goes by the directory names in /var/db/pkg, and since the prefix will be there in the directory name, this won't be an issue. In any case, I updated the instructions for this, and the other portmaster examples in /usr/ports/UPDATING a couple days ago so hopefully no one else will stumble over this. Doug -- This .signature sanitized for your protection From owner-freebsd-ports@FreeBSD.ORG Thu Jun 18 19:57:04 2009 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 2D6B210656B4 for ; Thu, 18 Jun 2009 19:57:04 +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 DA1BE8FC1D for ; Thu, 18 Jun 2009 19:57:03 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MHNjK-0005dg-Gl for freebsd-ports@freebsd.org; Thu, 18 Jun 2009 19:57:02 +0000 Received: from 200.41.broadband11.iol.cz ([90.178.41.200]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Jun 2009 19:57:02 +0000 Received: from gamato by 200.41.broadband11.iol.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Jun 2009 19:57:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: martinko Date: Thu, 18 Jun 2009 21:56:50 +0200 Lines: 39 Message-ID: References: <4A37F259.8000102@users.sf.net> <790a9fff0906161734l3408f419o36b2ff7940203fe3@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 200.41.broadband11.iol.cz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.18) Gecko/20081125 SeaMonkey/1.1.13 In-Reply-To: Sender: news Subject: Re: FreeBSD Port: devel/boost-python 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, 18 Jun 2009 19:57:04 -0000 Jeremy Messenger wrote: > On Tue, 16 Jun 2009 19:34:43 -0500, Scot Hetzel wrote: > >> 2009/6/16 martinko : >>> Hallo, >>> >>> I've installed graphics/gimp which installed devel/boost. >>> Now I'm trying to install x11/kdebase4* that want devel/boost-python >>> which >>> is in conflict with devel/boost. >>> I don't think I've modified any port options, therefore I'm wondering >>> why >>> the ports fail to install. :-/ >>> What should I do to remedy the situation pls ? >>> >> >> Either uninstall graphics/gimp and devel/boost. First install >> devel/boost-python then graphics/gimp. > > You don't need to uninstall gimp. All you have to do is reinstall boost > with python option. The fix is on way from boost maintainer and being test. > > Cheers, > Mezz > >> Or use either portupgrade or pormaster to replace devel/boost with >> devel/boost-python: >> >> If using portupgrade: >> # portupgrade -o devel/boost-python devel/boost >> >> If using portmaster: >> # portmaster -o ldevel/boost-python devel/boost >> >> Scot > > That helped, thank you guys. From owner-freebsd-ports@FreeBSD.ORG Thu Jun 18 20:03:40 2009 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 2FBFE106564A for ; Thu, 18 Jun 2009 20:03:40 +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 DD1D58FC17 for ; Thu, 18 Jun 2009 20:03:39 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MHNpg-0005uj-1v for freebsd-ports@freebsd.org; Thu, 18 Jun 2009 20:03:36 +0000 Received: from 200.41.broadband11.iol.cz ([90.178.41.200]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Jun 2009 20:03:36 +0000 Received: from gamato by 200.41.broadband11.iol.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Jun 2009 20:03:36 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: martinko Date: Thu, 18 Jun 2009 22:03:22 +0200 Lines: 15 Message-ID: References: <4A3A6073.2060407@tele2.nl> <44ocsl4d8v.fsf@be-well.ilk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 200.41.broadband11.iol.cz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.18) Gecko/20081125 SeaMonkey/1.1.13 In-Reply-To: <44ocsl4d8v.fsf@be-well.ilk.org> Sender: news Subject: Re: FreeBSD Port: kdebase-3.5.10_2 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, 18 Jun 2009 20:03:40 -0000 Lowell Gilbert wrote: > Wiebe Pestman writes: > >> I have just installed kdebase4. However, there is no startup script >> "startkde" in the directory /usr/local/, nor in its subdirectories. >> How to start kde? I have been googling on the web, but I am unable >> to find an answer there. > > I did a quick search through the x11 ports, and apparently for kde4, > that program is installed by the kdebase4-workspace port. If you had > installed x11/kde4, you would have gotten that. It's just been discussed on freebsd-kde@ and the result is that you want to install all three kdebase4* ports to have base/lite KDE4 installation (that is to say the analogy of old kdebase3). From owner-freebsd-ports@FreeBSD.ORG Fri Jun 19 06:50:15 2009 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 AA787106566C for ; Fri, 19 Jun 2009 06:50:15 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with ESMTP id 3E8CA8FC13 for ; Fri, 19 Jun 2009 06:50:15 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 13696 invoked by uid 399); 19 Jun 2009 06:50:13 -0000 Received: from localhost (HELO foreign.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 19 Jun 2009 06:50:13 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4A3B3524.7090606@FreeBSD.org> Date: Thu, 18 Jun 2009 23:50:12 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 2.0.0.21 (X11/20090423) MIME-Version: 1.0 To: Thomas Abthorpe References: <200906181114.43935.tabthorpe@freebsd.org> In-Reply-To: <200906181114.43935.tabthorpe@freebsd.org> X-Enigmail-Version: 0.95.7 OpenPGP: id=D5B2F0FB Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: Re: [RFC] New category proposal, i18n 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, 19 Jun 2009 06:50:15 -0000 Thomas Abthorpe wrote: > I would like to propose a new ports category, i18n, it would become the new > home, physical or virtual, for ports that are i18n or l10n based. > > While researching the topic, I found the two terms, i18n and l10n, are often > used interchangeably, and while either word could be used as the new category > name, I chose i18 because it seems to keep in line with the efforts of > freebsd-i18n team. While I (as an ignorant 'merican) would tend to agree with you that the terms are close in meaning, my experience is that the people who care about the differences _really_ care about them. Rather than have FreeBSD appear to take a position on the debate I would suggest that we use a term that is both neutral and more descriptive, like "localization" or something similar. That said I think that anything we can do to encourage localization as a goal we should do. > Currently in the ports tree there are about 220 ports with i18n or l10n as > part of their package name. Of these ports 159 are in the misc category, > virtually all of which are related to KDE or Qt. > > Should this new category come to being, the self identified ports in misc > would get relocated. All other ports would simply be extended with the new > virtual category name. You've probably already covered this, but are you making a distinction between ports that are used to _do_ localization-related tasks, and ports that are localized versions of existing ports? hth, Doug -- This .signature sanitized for your protection From owner-freebsd-ports@FreeBSD.ORG Fri Jun 19 07:07:57 2009 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 1EA87106566C; Fri, 19 Jun 2009 07:07:57 +0000 (UTC) (envelope-from johans@stack.nl) Received: from mx1.stack.nl (relay02.stack.nl [IPv6:2001:610:1108:5010::104]) by mx1.freebsd.org (Postfix) with ESMTP id CAF938FC08; Fri, 19 Jun 2009 07:07:56 +0000 (UTC) (envelope-from johans@stack.nl) Received: by mx1.stack.nl (Postfix, from userid 65534) id 9525A359948; Fri, 19 Jun 2009 09:07:55 +0200 (CEST) X-Spam-DCC: CTc-dcc2: scanner01.stack.nl 1031; Body=1 Fuz1=1 Fuz2=1 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on scanner01.stack.nl X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,NO_RELAYS autolearn=ham version=3.2.5 X-Spam-Relay-Country: _RELAYCOUNTRY_ Received: from mud.stack.nl (mud.stack.nl [IPv6:2001:610:1108:5011:230:48ff:fe12:2794]) by mx1.stack.nl (Postfix) with ESMTP id 9758B359943; Fri, 19 Jun 2009 09:07:53 +0200 (CEST) Received: by mud.stack.nl (Postfix, from userid 801) id 5C61711466; Fri, 19 Jun 2009 09:07:53 +0200 (CEST) Date: Fri, 19 Jun 2009 09:07:53 +0200 From: Johan van Selst To: Doug Barton Message-ID: <20090619070753.GA71673@mud.stack.nl> References: <200906181114.43935.tabthorpe@freebsd.org> <4A3B3524.7090606@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="Kj7319i9nmIyA2yE" Content-Disposition: inline In-Reply-To: <4A3B3524.7090606@FreeBSD.org> User-Agent: Mutt/1.5.19 (2009-01-14) Cc: ports@FreeBSD.org, Thomas Abthorpe Subject: Re: [RFC] New category proposal, i18n 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, 19 Jun 2009 07:07:57 -0000 --Kj7319i9nmIyA2yE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Doug Barton wrote: > > Should this new category come to being, the self identified ports in misc > > would get relocated. All other ports would simply be extended with the new > > virtual category name. > You've probably already covered this, but are you making a distinction > between ports that are used to _do_ localization-related tasks, and > ports that are localized versions of existing ports? I think that this is an important distinction; and personally I would expect only the previous ports to go into this category. That is, putting ports into categories primarily based on the functionality of a port. For example when looking for a port like firefox-i18n, I'd expect to find it in the www/ category, rather than an i18n/ subdir. But ports like gettext or other localization tools could be in the i18n category. Ciao, Johan --Kj7319i9nmIyA2yE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- iEYEAREIAAYFAko7OUkACgkQaOElK32lxTsimwCgxqWr9XwbGGsjniNc+dQxeits tHEAmgPcYofdOMO6nU1iJqYsTkY/2Fhx =evu/ -----END PGP SIGNATURE----- --Kj7319i9nmIyA2yE-- From owner-freebsd-ports@FreeBSD.ORG Fri Jun 19 07:40:18 2009 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 7B9451065673 for ; Fri, 19 Jun 2009 07:40:18 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from EXHUB015-4.exch015.msoutlookonline.net (exhub015-4.exch015.msoutlookonline.net [207.5.72.96]) by mx1.freebsd.org (Postfix) with ESMTP id 631B28FC16 for ; Fri, 19 Jun 2009 07:40:18 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from [172.28.1.203] (76.161.175.34) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.1.358.0; Fri, 19 Jun 2009 00:40:18 -0700 Message-ID: <4A3B40DE.2070806@FreeBSD.org> Date: Fri, 19 Jun 2009 03:40:14 -0400 From: "Philip M. Gollucci" Organization: FreeBSD User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: "Cantu, Mike" References: <20090618182830.D0C8C8FC25@mx1.freebsd.org> In-Reply-To: <20090618182830.D0C8C8FC25@mx1.freebsd.org> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, mwlucas@freebsd.org Subject: Re: FreeBSD Port: mod_auth_xradius-0.4.6 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, 19 Jun 2009 07:40:20 -0000 Cantu, Mike wrote: > Hello, > > I had an issue building the port with apr_memcache under the amd64 > 7.2-RELEASE. No matter what I tried, the configure phase would not > "find" libapr_memcache. One of the tests would say "yes" but it would > end up saying that the lib was not found. It didn't matter what I added > to the make command when I ran it from the > /usr/ports/www/mod_auth_xradius directory where I started (e.g. "make > CONFIGURE_ARGS=--with-apr-memcache=/usr/local/lib" or even "make > CONFIGURE_ARGS=--with-apr-memcache=/usr/local"). > > I found what I think was the problem on line 4404 of the file > /usr/ports/www/mod_auth_xradius/work/mod_auth_xradius-0.4.6/configure > > configure was not able to "see" the installed lib when the original line > 4404 was: > > amc_shlib="${x}/libapr_memcache${shrext_cmds}" > > configure was able to "see" it when I changed line 4404 to: > > amc_shlib="${x}/lib/libapr_memcache${shrext_cmds}" I'll take a look at it friday or monday. From owner-freebsd-ports@FreeBSD.ORG Fri Jun 19 09:38:11 2009 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 8E3BA106567C for ; Fri, 19 Jun 2009 09:38:11 +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 293F28FC25 for ; Fri, 19 Jun 2009 09:38:10 +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 n5J9bOqW014793 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 19 Jun 2009 11:37:25 +0200 Date: Fri, 19 Jun 2009 11:37:24 +0200 From: Albert Shih To: ports@freebsd.org Message-ID: <20090619093724.GH3582@obspm.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.19 (2009-01-05) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0 (blade2-ext.obspm.fr [145.238.186.20]); Fri, 19 Jun 2009 11:37:25 +0200 (CEST) X-Virus-Scanned: ClamAV 0.94.2/9486/Fri Jun 19 08:44:11 2009 on blade2-ext.obspm.fr X-Virus-Status: Clean Cc: obrien@cs.ucdavis.edu Subject: vim ports broken. 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, 19 Jun 2009 09:38:11 -0000 Hi all I think the vim ports is broken. When I try to compile I've got : [root@ vim]# make ===> Vulnerability check disabled, database not found => 7.2.041% doesn't seem to exist in /usr/ports/distfiles/vim. => Attempting to fetch from http://ftp.vim.org/pub/vim/patches/7.2/. fetch: http://ftp.vim.org/pub/vim/patches/7.2/7.2.041%: Bad Request => Attempting to fetch from http://mirrors.24-7-solutions.net/pub/vim/patches/7.2/. fetch: http://mirrors.24-7-solutions.net/pub/vim/patches/7.2/7.2.041%: Bad Request => Attempting to fetch from http://ftp.tw.vim.org/pub/vim/patches/7.2/. fetch: http://ftp.tw.vim.org/pub/vim/patches/7.2/7.2.041%: Bad Request => Attempting to fetch from http://vim.stu.edu.tw/patches/7.2/. fetch: http://vim.stu.edu.tw/patches/7.2/7.2.041%: Not Found => Attempting to fetch from http://gd.tuwien.ac.at/pub/vim/patches/7.2/. fetch: http://gd.tuwien.ac.at/pub/vim/patches/7.2/7.2.041%: Bad Request => Attempting to fetch from http://www.etsimo.uniovi.es/pub/vim/patches/7.2/. fetch: http://www.etsimo.uniovi.es/pub/vim/patches/7.2/7.2.041%: Bad Request => Attempting to fetch from http://www.pt.vim.org/pub/vim/patches/7.2/. fetch: http://www.pt.vim.org/pub/vim/patches/7.2/7.2.041%: Bad Request => Attempting to fetch from http://www.pangora.org/vim.org/pub/vim/patches/7.2/. I don't known the purpose of last line of # bits to remove BADPATCHES= 007 036 049 071 072 074 088 089 093 101 138 150 172 191 194 204 205 #.if !defined(WITH_LANG) #BADPATCHES+= #.endif .for p in ${BADPATCHES} PATCHFILES:= ${PATCHFILES:N7.2.${p}} .endfor PATCHFILES:= ${PATCHFILES:S/041/041%/} but it seem strange for me... Thanks the work. Regards. -- Albert SHIH SIO batiment 15 Observatoire de Paris Meudon 5 Place Jules Janssen 92195 Meudon Cedex Heure local/Local time: Ven 19 jui 2009 11:34:12 CEST From owner-freebsd-ports@FreeBSD.ORG Fri Jun 19 14:20:33 2009 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 283301065672 for ; Fri, 19 Jun 2009 14:20:33 +0000 (UTC) (envelope-from thomas@goodking.ca) Received: from mail-qy0-f173.google.com (mail-qy0-f173.google.com [209.85.221.173]) by mx1.freebsd.org (Postfix) with ESMTP id DA16B8FC08 for ; Fri, 19 Jun 2009 14:20:32 +0000 (UTC) (envelope-from thomas@goodking.ca) Received: by qyk3 with SMTP id 3so2325479qyk.3 for ; Fri, 19 Jun 2009 07:20:32 -0700 (PDT) Received: by 10.224.28.129 with SMTP id m1mr2519919qac.369.1245421231866; Fri, 19 Jun 2009 07:20:31 -0700 (PDT) Received: from goodking.goodking.ca (dynamic-216-211-59-31.tbaytel.net [216.211.59.31]) by mx.google.com with ESMTPS id 30sm5539512yxe.76.2009.06.19.07.20.29 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 19 Jun 2009 07:20:30 -0700 (PDT) Sender: Thomas Abthorpe From: Thomas Abthorpe Organization: FreeBSD.GoodKing.Ca To: Doug Barton Date: Fri, 19 Jun 2009 10:20:18 -0400 User-Agent: KMail/1.9.10 References: <200906181114.43935.tabthorpe@freebsd.org> <4A3B3524.7090606@FreeBSD.org> In-Reply-To: <4A3B3524.7090606@FreeBSD.org> X-Face: /|[9,PbEOB6g>?2^*Sc|"~6:Ro"O>Nv\Rfkv\42g)=?utf-8?q?TuAYG=26+bD=5CpCJTX31s=5Fp=7Bc7=5D5a=2ED=2E=0A=09Y?=@QddKu_I[XB8; euK=^[=L1I#]rgi[0jgz^4qCTwlj]3kJ)]vc}O"HrA14hN)=?utf-8?q?aXewJPTi=7C=0A=09Pt=7BS3=23Vw4x-?="/:& Cc: ports@freebsd.org Subject: Re: [RFC] New category proposal, i18n 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, 19 Jun 2009 14:20:33 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On June 19, 2009 02:50:12 am Doug Barton wrote: > Thomas Abthorpe wrote: > > I would like to propose a new ports category, i18n, it would become the > > new home, physical or virtual, for ports that are i18n or l10n based. > > > > While researching the topic, I found the two terms, i18n and l10n, are > > often used interchangeably, and while either word could be used as the > > new category name, I chose i18 because it seems to keep in line with the > > efforts of freebsd-i18n team. > > While I (as an ignorant 'merican) would tend to agree with you that > the terms are close in meaning, my experience is that the people who > care about the differences _really_ care about them. Rather than have > FreeBSD appear to take a position on the debate I would suggest that > we use a term that is both neutral and more descriptive, like > "localization" or something similar. It was my original thought to use localization as the category nane (and certainly something I would still hear arguments for), localization *is* l10n. While simply using internationalization seems misleading, the use of i18n carries a more direct conveyance. I posted an email to freebsd-i18n@ yesterday after posted this original message. I asked interested parties to weigh in on the matter. > > That said I think that anything we can do to encourage localization as > a goal we should do. > > > Currently in the ports tree there are about 220 ports with i18n or l10n > > as part of their package name. Of these ports 159 are in the misc > > category, virtually all of which are related to KDE or Qt. > > > > Should this new category come to being, the self identified ports in misc > > would get relocated. All other ports would simply be extended with the > > new virtual category name. > > You've probably already covered this, but are you making a distinction > between ports that are used to _do_ localization-related tasks, and > ports that are localized versions of existing ports? It is my intention for ports that do localization related work would remain in their existing category, and if appropriate we could add the new name to CATEGORIES. Identified i18n/l10n ports outside of the misc category, would remain in their substantive cateory, and be extended to include the new category name. For instance www/dillo-i18n www/drupal5-i18n www/firefox-i18n www/firefox3-i18n www/zope-i18nlayer would all remain in in www, then we would have the CATEGORIES include i18n (or whatever) > > > hth, > > Doug Thomas - -- Thomas Abthorpe | FreeBSD Committer tabthorpe@FreeBSD.org | http://people.freebsd.org/~tabthorpe -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.12 (FreeBSD) iEYEARECAAYFAko7nqgACgkQ5Gm/jNBp8qBEeQCggTKW1jN6tzA9nPgG3AbJnbAz RRcAmwVm/QrTWAqmzfqPIKT3TA3n5PuM =e1Ze -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Fri Jun 19 14:24:38 2009 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 ED447106564A for ; Fri, 19 Jun 2009 14:24:38 +0000 (UTC) (envelope-from thomas@goodking.ca) Received: from mail-qy0-f173.google.com (mail-qy0-f173.google.com [209.85.221.173]) by mx1.freebsd.org (Postfix) with ESMTP id A98308FC08 for ; Fri, 19 Jun 2009 14:24:38 +0000 (UTC) (envelope-from thomas@goodking.ca) Received: by qyk3 with SMTP id 3so2328729qyk.3 for ; Fri, 19 Jun 2009 07:24:38 -0700 (PDT) Received: by 10.224.2.135 with SMTP id 7mr465987qaj.206.1245421478060; Fri, 19 Jun 2009 07:24:38 -0700 (PDT) Received: from goodking.goodking.ca (dynamic-216-211-59-31.tbaytel.net [216.211.59.31]) by mx.google.com with ESMTPS id 30sm4090673yxe.144.2009.06.19.07.24.36 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 19 Jun 2009 07:24:36 -0700 (PDT) Sender: Thomas Abthorpe From: Thomas Abthorpe Organization: FreeBSD.GoodKing.Ca To: Johan van Selst Date: Fri, 19 Jun 2009 10:24:33 -0400 User-Agent: KMail/1.9.10 References: <200906181114.43935.tabthorpe@freebsd.org> <4A3B3524.7090606@FreeBSD.org> <20090619070753.GA71673@mud.stack.nl> In-Reply-To: <20090619070753.GA71673@mud.stack.nl> X-Face: /|[9,PbEOB6g>?2^*Sc|"~6:Ro"O>Nv\Rfkv\42g)=?utf-8?q?TuAYG=26+bD=5CpCJTX31s=5Fp=7Bc7=5D5a=2ED=2E=0A=09Y?=@QddKu_I[XB8; euK=^[=L1I#]rgi[0jgz^4qCTwlj]3kJ)]vc}O"HrA14hN)=?utf-8?q?aXewJPTi=7C=0A=09Pt=7BS3=23Vw4x-?="/:& Cc: ports@freebsd.org, Doug Barton Subject: Re: [RFC] New category proposal, i18n 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, 19 Jun 2009 14:24:39 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On June 19, 2009 03:07:53 am Johan van Selst wrote: > Doug Barton wrote: > > > Should this new category come to being, the self identified ports in > > > misc would get relocated. All other ports would simply be extended with > > > the new virtual category name. > > > > You've probably already covered this, but are you making a distinction > > between ports that are used to _do_ localization-related tasks, and > > ports that are localized versions of existing ports? > > I think that this is an important distinction; and personally I would > expect only the previous ports to go into this category. That is, > putting ports into categories primarily based on the functionality of a > port. For example when looking for a port like firefox-i18n, I'd expect > to find it in the www/ category, rather than an i18n/ subdir. But ports > like gettext or other localization tools could be in the i18n category. That is esseintally what I hope to achieve, i18n/l10n ports in misc get moved to this new category, all others keep their original home, and extend their CATEGORIES to include the new name. Similarly gettext and other related tools could have their CATEGORIES updated as well. > > > Ciao, > Johan Thomas - -- Thomas Abthorpe | FreeBSD Committer tabthorpe@FreeBSD.org | http://people.freebsd.org/~tabthorpe -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.12 (FreeBSD) iEYEARECAAYFAko7n6EACgkQ5Gm/jNBp8qDiFgCfVqyzIvkZpHBA9JoE+Tit69eI EW4AnRwka4FKyNBbuSe4zNBi8T4nfH5L =CpN6 -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Fri Jun 19 16:52:16 2009 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 093411065673; Fri, 19 Jun 2009 16:52:16 +0000 (UTC) (envelope-from chaoweilun@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.170]) by mx1.freebsd.org (Postfix) with ESMTP id 338278FC1D; Fri, 19 Jun 2009 16:52:15 +0000 (UTC) (envelope-from chaoweilun@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so655136wfg.7 for ; Fri, 19 Jun 2009 09:52:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=V4Bg6vjEmZJgBkgpnCC56FVaYNuz+mNVp+c7HALR8Dk=; b=EK19NWfplTBt2uTY9ZDLS5p3xr6b2HnfZGUK1uNlIxNQvFcYFAbD3RdMp0WUtl7lxc 7Vf8yO7QYOBy16QclqSsIXyxF2PVKJTn5BZxKC3qtqnKh1IkPHR74dL6GYQkikrg1OLV ghKMqoXt7lft48mSl/cHRQX+tvEAcHlr4zx2k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=MQcht7ZiURHyLSWKDMrq+MMzzeL4AN/8AcQB7vgHfvg1xf4Fi40Zc5WwlBTPAkpCFj c2QHMn6HPbzZdXyW3fuJvb2d9s6K70ENyfVlJRSde4mW1t0AwzySxUysMh9+1atqpC4q ovsYKti1YdVdX0dnw2R+7dJ331e3KuWqRedmA= MIME-Version: 1.0 Received: by 10.142.44.14 with SMTP id r14mr1454667wfr.270.1245428473776; Fri, 19 Jun 2009 09:21:13 -0700 (PDT) Date: Sat, 20 Jun 2009 00:21:10 +0800 Message-ID: <5f051d8e0906190921r27c3f978yb5bf145616177b05@mail.gmail.com> From: =?UTF-8?B?6LaZ5oOf5YCr?= To: foka@debian.org, ports@FreeBSD.org, miwi@FreeBSD.org Content-Type: multipart/mixed; boundary=000e0cd15744c5eaa3046cb5e9dd X-Mailman-Approved-At: Fri, 19 Jun 2009 18:58:20 +0000 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: cmexfonts-0.2 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, 19 Jun 2009 16:52:16 -0000 --000e0cd15744c5eaa3046cb5e9dd Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hello, In attachment there is the version 0.2 of cmexfonts. This version covers the same charset (big5p). but re-encodes the font from big5p to unicode. Regards, Wei-Lun Chao --000e0cd15744c5eaa3046cb5e9dd-- From owner-freebsd-ports@FreeBSD.ORG Fri Jun 19 20:34:32 2009 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 927DB1065676 for ; Fri, 19 Jun 2009 20:34:32 +0000 (UTC) (envelope-from demonichandextensions@hotmail.com) Received: from snt0-omc3-s22.snt0.hotmail.com (snt0-omc3-s22.snt0.hotmail.com [65.55.90.161]) by mx1.freebsd.org (Postfix) with ESMTP id 6139A8FC2B for ; Fri, 19 Jun 2009 20:34:32 +0000 (UTC) (envelope-from demonichandextensions@hotmail.com) Received: from SNT119-W4 ([65.55.90.137]) by snt0-omc3-s22.snt0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 19 Jun 2009 13:22:32 -0700 Message-ID: Content-Type: multipart/mixed; boundary="_6a204504-1f12-42b8-bec6-99b3be55e145_" X-Originating-IP: [67.59.9.34] From: Brad Davison To: Date: Fri, 19 Jun 2009 20:22:31 +0000 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 19 Jun 2009 20:22:32.0509 (UTC) FILETIME=[ACF79ED0:01C9F11B] X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: problem compiling audio/ardour 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, 19 Jun 2009 20:34:32 -0000 --_6a204504-1f12-42b8-bec6-99b3be55e145_ Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable I have tried several times now to get ardour installed on a few different s= ystems. The first was a station that already had hydrogen and a GUI instal= led- all audio was working OK (Jack=2C videos=2C etc.). The second was a f= resh install with just Xorg=2C Blackbox=2C and qjackctl installed. The las= t was a fresh system with absolutely nothing on it. All of which had the p= orts tree updated that day.=20 These are all 7.1-RELEASE systems=2C two were #6=2C the last was #0 running= on i386. I am getting the error (on all of them): libs/ardour/io.cc: In Member function 'void ARDOUR::IO::meter libs/ardour/io.cc:2538: error: no matching function for call to 'max(float&= =2Cdouble)' The complete compile is attached ardour.txt=20 I've been trying to get this working for a few days now=2C and I'm not sure= where to go with it. Thanks=2C Brad _________________________________________________________________ Lauren found her dream laptop. Find the PC that=92s right for you. http://www.microsoft.com/windows/choosepc/?ocid=3Dftp_val_wl_290= --_6a204504-1f12-42b8-bec6-99b3be55e145_ Content-Type: text/plain Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="ardour.txt" PT09PiAgQnVpbGRpbmcgZm9yIGFyZG91ci0yLjcuMV8xDQpzY29uczogUmVhZGluZyBTQ29uc2Ny aXB0IGZpbGVzIC4uLg0KQ2hlY2tpbmcgZm9yIHBrZy1jb25maWcgdmVyc2lvbiA+PSAwLjguMC4u LiAoY2FjaGVkKSB5ZXMNCkNoZWNraW5nIGZvciBscmRmLi4uIChjYWNoZWQpIHllcw0KQ2hlY2tp bmcgZm9yIGxpYmdub21lY2FudmFzLTIuMC4uLiAoY2FjaGVkKSB5ZXMNCkNoZWNraW5nIGZvciBn dGsrLTIuMC4uLiAoY2FjaGVkKSB5ZXMNCkNoZWNraW5nIGZvciBqYWNrLi4uIChjYWNoZWQpIHll cw0KQ2hlY2tpbmcgZm9yIHNhbXBsZXJhdGUuLi4gKGNhY2hlZCkgeWVzDQpDaGVja2luZyBmb3Ig Z3RocmVhZC0yLjAuLi4gKGNhY2hlZCkgeWVzDQpDaGVja2luZyBmb3IgbGlieG1sLTIuMC4uLiAo Y2FjaGVkKSB5ZXMNCkNoZWNraW5nIGZvciByYXB0b3IuLi4gKGNhY2hlZCkgeWVzDQpDaGVja2lu ZyBmb3IgZ2xpYi0yLjAuLi4gKGNhY2hlZCkgeWVzDQpDaGVja2luZyBmb3IgZmZ0dzNmLi4uKGNh Y2hlZCkgeWVzDQpDaGVja2luZyBmb3IgZmZ0dzMuLi4oY2FjaGVkKSB5ZXMNCkNoZWNraW5nIGZv ciBhdWJpby4uLihjYWNoZWQpIHllcw0KQ2hlY2tpbmcgZm9yIEMgaGVhZGVyIGZpbGUgZmZ0dzMu aC4uLiAoY2FjaGVkKSB5ZXMNCkZSRUVTT1VORCBzdXBwb3J0IGlzIG5vdCBlbmFibGVkLiAgQnVp bGQgd2l0aCAnc2NvbnMgRlJFRVNPVU5EPTEnIHRvIGVuYWJsZS4NCkxWMiBzdXBwb3J0IGlzIG5v dCBlbmFibGVkLiAgQnVpbGQgd2l0aCAnc2NvbnMgTFYyPTEnIHRvIGVuYWJsZS4NCldJSU1PVEUg bm90IGVuYWJsZWQuIEJ1aWxkIHdpdGggJ3Njb25zIFdJSU1PVEU9MScgdG8gZW5hYmxlIHN1cHBv cnQuDQpDb25ncmF0dWxhdGlvbnMsIHlvdSBoYXZlIGEgZnVuY3Rpb25pbmcgQysrIGNvbXBpbGVy Lg0Kc3lzdGVtIHRyaXBsZTogaTM4Ni11bmtub3duLWZyZWVic2Q3LjENCkNoZWNraW5nIGZvciBD IGhlYWRlciBmaWxlIGZmdHczLmguLi4gKGNhY2hlZCkgeWVzDQpDaGVja2luZyBmb3IgdXNiX2lu dGVycnVwdF93cml0ZSgpIGluIEMgbGlicmFyeSB1c2IuLi4gKGNhY2hlZCkgeWVzDQpDaGVja2lu ZyBmb3IgQyBoZWFkZXIgZmlsZSBsaW51eC9pbnB1dC5oLi4uIChjYWNoZWQpIG5vDQpDaGVja2lu ZyBmb3IgRkxBQ19fc2Vla2FibGVfc3RyZWFtX2RlY29kZXJfaW5pdCgpIGluIEMrKyBsaWJyYXJ5 IEZMQUMuLi4gKGNhY2hlZCkgbm8NCkNoZWNraW5nIGZvciBDKysgaGVhZGVyIGZpbGUgYm9vc3Qv c2hhcmVkX3B0ci5ocHAuLi4gKGNhY2hlZCkgeWVzDQpDaGVja2luZyBmb3IgbG9fc2VydmVyX25l dygpIGluIEMgbGlicmFyeSBsby4uLiAoY2FjaGVkKSB5ZXMNCkNoZWNraW5nIGZvciBkbWFsbG9j X3NodXRkb3duKCkgaW4gQyBsaWJyYXJ5IGRtYWxsb2N0aC4uLiAoY2FjaGVkKSBubw0KQ2hlY2tp bmcgZm9yIEMgaGVhZGVyIGZpbGUgYWxzYS9hc291bmRsaWIuaC4uLiAoY2FjaGVkKSBubw0KQ2hl Y2tpbmcgZm9yIEMgaGVhZGVyIGZpbGUgL1N5c3RlbS9MaWJyYXJ5L0ZyYW1ld29ya3MvQ29yZU1J REkuZnJhbWV3b3JrL0hlYWRlcnMvQ29yZU1JREkuaC4uLiAoY2FjaGVkKSBubw0KQ2hlY2tpbmcg Zm9yIGd0a21tLTIuNC4uLiAoY2FjaGVkKSB5ZXMNCkNoZWNraW5nIGZvciBzaWdjKystMi4wLi4u IChjYWNoZWQpIHllcw0KQ2hlY2tpbmcgZm9yIGxpYmdub21lY2FudmFzbW0tMi42Li4uIChjYWNo ZWQpIHllcw0KRGlzYWJsZWQgYnVpbGRpbmcgUG93ZXJtYXRlIGNvZGUgYmVjYXVzZSBsaW51eC9p bnB1dC5oIGNvdWxkIG5vdCBiZSBmb3VuZA0KQ2hlY2tpbmcgZm9yIGludGVybmF0aW9uYWxpemF0 aW9uIHN1cHBvcnQgLi4uDQpGb3VuZCB4Z2V0dGV4dA0KRm91bmQgbXNnbWVyZ2UNCkNoZWNraW5n IGZvciBDIGhlYWRlciBmaWxlIGxpYmludGwuaC4uLiAoY2FjaGVkKSB5ZXMNCkludGVybmF0aW9u YWwgdmVyc2lvbiB3aWxsIGJlIGJ1aWx0Lg0KQ2hlY2tpbmcgZm9yIEMgaGVhZGVyIGZpbGUgL1N5 c3RlbS9MaWJyYXJ5L0ZyYW1ld29ya3MvQ29yZUF1ZGlvLmZyYW1ld29yay9WZXJzaW9ucy9BL0hl YWRlcnMvQ29yZUF1ZGlvLmguLi4gKGNhY2hlZCkgbm8NCkNoZWNraW5nIGZvciBDIGZ1bmN0aW9u IHBvc2l4X21lbWFsaWduKCkuLi4gKGNhY2hlZCkgeWVzDQpDaGVja2luZyBmb3IgQyBmdW5jdGlv biBndGtfd2lkZ2V0X3NldF90b29sdGlwX3RleHQoKS4uLiAoY2FjaGVkKSB5ZXMNCkNoZWNraW5n IGZvciBDIGhlYWRlciBmaWxlIC9TeXN0ZW0vTGlicmFyeS9GcmFtZXdvcmtzL0NvcmVTZXJ2aWNl cy5mcmFtZXdvcmsvSGVhZGVycy9Db3JlU2VydmljZXMuaC4uLiAoY2FjaGVkKSBubw0KQ2hlY2tp bmcgZm9yIEMgZnVuY3Rpb24gZ2V0bW50ZW50KCkuLi4gKGNhY2hlZCkgbm8NCkNoZWNraW5nIGZv ciBDIGhlYWRlciBmaWxlIGV4ZWNpbmZvLmguLi4gKGNhY2hlZCkgbm8NCkNoZWNraW5nIGZvciBq YWNrX2NsaWVudF9vcGVuKCkuLi4oY2FjaGVkKSB5ZXMNCkNoZWNraW5nIGZvciBqYWNrX3JlY29t cHV0ZV90b3RhbF9sYXRlbmNpZXMoKS4uLihjYWNoZWQpIHllcw0KQ2hlY2tpbmcgZm9yIEphY2tW aWRlb0ZyYW1lT2Zmc2V0IGluIGphY2tfcG9zaXRpb25fYml0c190IGVudW0uLi4oY2FjaGVkKSB5 ZXMNCkNoZWNraW5nIGZvciBqYWNrX3BvcnRfZW5zdXJlX21vbml0b3JfaW5wdXQoKS4uLihjYWNo ZWQpIHllcw0KQ2hlY2tpbmcgZm9yIEMgaGVhZGVyIGZpbGUgd29yZGV4cC5oLi4uIChjYWNoZWQp IHllcw0KQ2hlY2tpbmcgZm9yIEMgaGVhZGVyIGZpbGUgc3lzL3Zmcy5oLi4uIChjYWNoZWQpIG5v DQpDaGVja2luZyBmb3IgQyBoZWFkZXIgZmlsZSAvU3lzdGVtL0xpYnJhcnkvRnJhbWV3b3Jrcy9D b3JlTUlESS5mcmFtZXdvcmsvSGVhZGVycy9Db3JlTUlESS5oLi4uIChjYWNoZWQpIG5vDQpDaGVj a2luZyBmb3IgQyBoZWFkZXIgZmlsZSAvU3lzdGVtL0xpYnJhcnkvRnJhbWV3b3Jrcy9BdWRpb1Rv b2xib3guZnJhbWV3b3JrL0hlYWRlcnMvRXh0ZW5kZWRBdWRpb0ZpbGUuaC4uLiAoY2FjaGVkKSBu bw0KQ2hlY2tpbmcgZm9yIEMgaGVhZGVyIGZpbGUgL1N5c3RlbS9MaWJyYXJ5L0ZyYW1ld29ya3Mv Q29yZUF1ZGlvLmZyYW1ld29yay9IZWFkZXJzL0NvcmVBdWRpby5oLi4uIChjYWNoZWQpIG5vDQpD aGVja2luZyBmb3IgQyBoZWFkZXIgZmlsZSAvU3lzdGVtL0xpYnJhcnkvRnJhbWV3b3Jrcy9BdWRp b1VuaXQuZnJhbWV3b3JrL0hlYWRlcnMvQXVkaW9Vbml0LmguLi4gKGNhY2hlZCkgbm8NCnNjb25z OiBkb25lIHJlYWRpbmcgU0NvbnNjcmlwdCBmaWxlcy4NCnNjb25zOiBCdWlsZGluZyB0YXJnZXRz IC4uLg0Kc2NvbnM6IGBhcmRvdXJfc3lzdGVtLnJjJyBpcyB1cCB0byBkYXRlLg0Kc2NvbnM6IGBs aWJzL2xpYnNuZGZpbGUvc3JjL3NuZGZpbGUuaCcgaXMgdXAgdG8gZGF0ZS4NCnNjb25zOiBgbGli cy9saWJzbmRmaWxlL2xpYnNuZGZpbGUtYXJkb3VyLnNvJyBpcyB1cCB0byBkYXRlLg0Kc2NvbnM6 IGBsaWJzL3BiZC9saWJwYmQuc28nIGlzIHVwIHRvIGRhdGUuDQpzY29uczogYGxpYnMvbWlkaSsr Mi9saWJtaWRpKysuc28nIGlzIHVwIHRvIGRhdGUuDQpnKysgLW8gbGlicy9hcmRvdXIvaW8ub3Mg LWMgLVdvdmVybG9hZGVkLXZpcnR1YWwgLURHVEtfTkVXX1RPT0xUSVBfQVBJIC1EUEFDS0FHRT1c ImxpYmFyZG91cjJcIiAtRExJQlNJR0NfRElTQUJMRV9ERVBSRUNBVEVEIC1EREFUQV9ESVI9XCIv dXNyL2xvY2FsL3NoYXJlXCIgLURNT0RVTEVfRElSPVwiL3Vzci9sb2NhbC9saWJcIiAtRFZBTVBf RElSPVwiL3Vzci9sb2NhbC9saWIvYXJkb3VyMi92YW1wXCIgLURDT05GSUdfRElSPVwiL3Vzci9s b2NhbC9ldGNcIiAtRExPQ0FMRURJUj1cIi91c3IvbG9jYWwvc2hhcmUvbG9jYWxlXCIgLURIQVZF X0pBQ0tfQ0xJRU5UX09QRU4gLURIQVZFX0pBQ0tfUkVDT01QVVRFX0xBVEVOQ0lFUyAtREhBVkVf SkFDS19WSURFT19TVVBQT1JUIC1ESEFWRV9KQUNLX1BPUlRfRU5TVVJFX01PTklUT1IgLURIQVZF X1dPUkRFWFAgLU8yIC1waXBlIC1JL3Vzci9sb2NhbC9pbmNsdWRlIC1PMyAtZm9taXQtZnJhbWUt cG9pbnRlciAtZmZhc3QtbWF0aCAtZnN0cmVuZ3RoLXJlZHVjZSAtZm5vLXN0cmljdC1hbGlhc2lu ZyAtREFSQ0hfWDg2IC1XYWxsIC1ESEFWRV9MSUJMTyAtSWxpYnMgLURFTkFCTEVfTkxTIC1EX1JF RU5UUkFOVCAtRF9MQVJHRUZJTEVfU09VUkNFIC1EX0xBUkdFRklMRTY0X1NPVVJDRSAtcHRocmVh ZCAtSWxpYnMgLXB0aHJlYWQgLURVU0VfUlVCQkVSQkFORCAtSS91c3IvbG9jYWwvaW5jbHVkZSAt ZlBJQyAtSWxpYnMvcGJkIC1JbGlicy9ydWJiZXJiYW5kIC1JbGlicy9saWJzbmRmaWxlL3NyYyAt SS91c3IvbG9jYWwvaW5jbHVkZS9saWJ4bWwyIC1JbGlicy9zdXJmYWNlcy9jb250cm9sX3Byb3Rv Y29sIC1JbGlicy9taWRpKysyIC1JL3Vzci9sb2NhbC9saWIvZ2xpYm1tLTIuNC9pbmNsdWRlIC1J L3Vzci9sb2NhbC9pbmNsdWRlL3NpZ2MrKy0yLjAgLUkvdXNyL2xvY2FsL2luY2x1ZGUvZ2xpYm1t LTIuNCAtSWxpYnMvYXJkb3VyIC1JbGlicy92YW1wLXNkayAtSS91c3IvbG9jYWwvbGliL3NpZ2Mr Ky0yLjAvaW5jbHVkZSAtSS91c3IvbG9jYWwvaW5jbHVkZSAtSS91c3IvbG9jYWwvbGliL2dsaWIt Mi4wL2luY2x1ZGUgLUkvdXNyL2xvY2FsL2luY2x1ZGUvZ2xpYi0yLjAgbGlicy9hcmRvdXIvaW8u Y2MNCnNjb25zOiBidWlsZGluZyB0ZXJtaW5hdGVkIGJlY2F1c2Ugb2YgZXJyb3JzLg0KKioqIEVy cm9yIGNvZGUgMg0KDQpTdG9wIGluIC91c3IvcG9ydHMvYXVkaW8vYXJkb3VyLg0KKioqIEVycm9y IGNvZGUgMQ0KDQpTdG9wIGluIC91c3IvcG9ydHMvYXVkaW8vYXJkb3VyLg0K --_6a204504-1f12-42b8-bec6-99b3be55e145_-- From owner-freebsd-ports@FreeBSD.ORG Fri Jun 19 21:14:18 2009 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 335C61065697 for ; Fri, 19 Jun 2009 21:14:18 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: from mail-fx0-f216.google.com (mail-fx0-f216.google.com [209.85.220.216]) by mx1.freebsd.org (Postfix) with ESMTP id A91F48FC12 for ; Fri, 19 Jun 2009 21:14:17 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: by fxm12 with SMTP id 12so537186fxm.43 for ; Fri, 19 Jun 2009 14:14:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=rtD1Bi2xH0c4V7/KyDNUkPNWHU5JAA3IBw85BDng+8o=; b=e5X/xZO99sy8FdYP2ujFswDNe6KO2KNolarLEV4rWoxsqMX7Yda+8d9xL0tipkk/oJ h1I67cYdw8G+j58Nd0CvC12eGzynzoZcYvrcqXQPPN8a/gM5bM2M5W4NJea4pFqudB4m 5vLg2nj2UrZd5/dnN57wtHuBM4gImhnpgiwlg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=Lu4ZCcHIs4Ze2DFF7t6mEJcASrhZlfGMf44na+FT3Zk+2aGm/d24svoDTLhD2fwHXX K7JbUGGgJeQhRVQ6mlVez9CpsLHaG3oY7KP4HPtSozXV1eqEgkiUA2Zn6HkgkGA7tKzH Cf3VKux5yFmdBMDaYeJ8CcoKnsXsH1RzUjxbk= MIME-Version: 1.0 Received: by 10.204.52.72 with SMTP id h8mr2997982bkg.30.1245446056648; Fri, 19 Jun 2009 14:14:16 -0700 (PDT) Date: Fri, 19 Jun 2009 23:14:16 +0200 Message-ID: <14989d6e0906191414p700d29fcgefba5ca2c5451ed0@mail.gmail.com> From: Christian Walther To: ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: net/forg: Doesn't work 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, 19 Jun 2009 21:14:18 -0000 Hi, I installed net/forg, but the port doesn't work. It seems to start successfully, but throws a TclError. Hitting the "go" button results in another exception that appears to be Tcl related, too. Trying to restart it results in another exception, and it returns 1. The exceptions follow. Regards Christian Walther hasking% forg /usr/local/lib/python2.5/xmllib.py:9: DeprecationWarning: The xmllib module is obsolete. Use xml.sax instead. warnings.warn("The xmllib module is obsolete. Use xml.sax instead.", DeprecationWarning) Bummer dude! You don't have the PIL installed on your machine! That means that the "Use PIL" option is going to be irrelevant for you. Starting the FORG Starting program with "gopher://gopher.floodgap.com:70/" Previously had 14 keys **** Couldn't parse options at /home/cptsalek/.forg/forgrc: [Errno 2] No such file or directory: '/home/cptsalek/.forg/forgrc' ****Couldn't load bookmarks at /home/cptsalek/.forg/bookmarks: [Errno 2] No such file or directory: '/home/cptsalek/.forg/bookmarks' ****Cannot load associations from /home/cptsalek/.forg/forg-associations: ADDING DEFAULT ASSOCIATIONS Exception in thread Download Thread: Traceback (most recent call last): File "/usr/local/lib/python2.5/threading.py", line 486, in __bootstrap_inner self.run() File "/usr/local/lib/python2.5/threading.py", line 446, in run self.__target(*self.__args, **self.__kwargs) File "/usr/local/lib/python2.5/site-packages/forg.py", line 285, in downloadResource self.changeContent(self.child) File "/usr/local/lib/python2.5/site-packages/forg.py", line 361, in changeContent newwid.pack_content() File "/usr/local/lib/python2.5/site-packages/GUIDirectory.py", line 147, in pack_content col=self.BLURB_COLUMN, sticky=W) File "/usr/local/lib/python2.5/lib-tk/Tkinter.py", line 1869, in grid_configure + self._options(cnf, kw)) TclError: ambiguous option "-col": must be -column, -columnspan, -in, -ipadx, -ipady, -padx, -pady, -row, -rowspan, or -sticky hasking% forg /usr/local/lib/python2.5/xmllib.py:9: DeprecationWarning: The xmllib module is obsolete. Use xml.sax instead. warnings.warn("The xmllib module is obsolete. Use xml.sax instead.", DeprecationWarning) Bummer dude! You don't have the PIL installed on your machine! That means that the "Use PIL" option is going to be irrelevant for you. Starting the FORG Starting program with "gopher://gopher.floodgap.com:70/" Previously had 14 keys **** Couldn't parse options at /home/cptsalek/.forg/forgrc: [Errno 2] No such file or directory: '/home/cptsalek/.forg/forgrc' ****Couldn't load bookmarks at /home/cptsalek/.forg/bookmarks: [Errno 2] No such file or directory: '/home/cptsalek/.forg/bookmarks' ****Cannot load associations from /home/cptsalek/.forg/forg-associations: ADDING DEFAULT ASSOCIATIONS Exception in thread Download Thread: Traceback (most recent call last): File "/usr/local/lib/python2.5/threading.py", line 486, in __bootstrap_inner self.run() File "/usr/local/lib/python2.5/threading.py", line 446, in run self.__target(*self.__args, **self.__kwargs) File "/usr/local/lib/python2.5/site-packages/forg.py", line 285, in downloadResource self.changeContent(self.child) File "/usr/local/lib/python2.5/site-packages/forg.py", line 361, in changeContent newwid.pack_content() File "/usr/local/lib/python2.5/site-packages/GUIDirectory.py", line 147, in pack_content col=self.BLURB_COLUMN, sticky=W) File "/usr/local/lib/python2.5/lib-tk/Tkinter.py", line 1869, in grid_configure + self._options(cnf, kw)) TclError: ambiguous option "-col": must be -column, -columnspan, -in, -ipadx, -ipady, -padx, -pady, -row, -rowspan, or -sticky ===> Uncaching "/home/cptsalek/.forg/cache/gopher.floodgap.com/1/gopherdir.idx" Exception in Tkinter callback Traceback (most recent call last): File "/usr/local/lib/python2.5/lib-tk/Tkinter.py", line 1414, in __call__ return self.func(*args) File "/usr/local/lib/python2.5/site-packages/TkGui.py", line 456, in go self.goElsewhere(res) File "/usr/local/lib/python2.5/site-packages/TkGui.py", line 459, in goElsewhere self.CONTENT_BOX.goElsewhere(resource, usecache, args) File "/usr/local/lib/python2.5/site-packages/forg.py", line 350, in goElsewhere self.changeContent(self.child) File "/usr/local/lib/python2.5/site-packages/forg.py", line 361, in changeContent newwid.pack_content() File "/usr/local/lib/python2.5/site-packages/GUIDirectory.py", line 147, in pack_content col=self.BLURB_COLUMN, sticky=W) File "/usr/local/lib/python2.5/lib-tk/Tkinter.py", line 1869, in grid_configure + self._options(cnf, kw)) TclError: ambiguous option "-col": must be -column, -columnspan, -in, -ipadx, -ipady, -padx, -pady, -row, -rowspan, or -sticky From owner-freebsd-ports@FreeBSD.ORG Fri Jun 19 22:06:41 2009 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 2274F106564A for ; Fri, 19 Jun 2009 22:06:41 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from asmtpout019.mac.com (asmtpout019.mac.com [17.148.16.94]) by mx1.freebsd.org (Postfix) with ESMTP id 11C3B8FC27 for ; Fri, 19 Jun 2009 22:06:41 +0000 (UTC) (envelope-from xcllnt@mac.com) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII; format=flowed Received: from macbook-pro.jnpr.net (natint3.juniper.net [66.129.224.36]) by asmtp019.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0KLI00KYL7Z41170@asmtp019.mac.com> for ports@FreeBSD.org; Fri, 19 Jun 2009 14:06:41 -0700 (PDT) Message-id: From: Marcel Moolenaar To: ports@FreeBSD.org Date: Fri, 19 Jun 2009 14:06:40 -0700 X-Mailer: Apple Mail (2.935.3) Cc: Subject: [patch] net/vnc: add support for ia64 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, 19 Jun 2009 22:06:41 -0000 See diff here: http://ns1.xcllnt.net/~marcel/vnc.diff This adds support for ia64 (with the caveat that VNC needs to be compiled at -O0). Any objections if I commit this? Related: tightvnc compiles but segfaults at runtime due to some initialization issue. I may look into that as well... -- Marcel Moolenaar xcllnt@mac.com From owner-freebsd-ports@FreeBSD.ORG Fri Jun 19 22:12:52 2009 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 CD04A1065677 for ; Fri, 19 Jun 2009 22:12:52 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from asmtpout015.mac.com (asmtpout015.mac.com [17.148.16.90]) by mx1.freebsd.org (Postfix) with ESMTP id BC1AB8FC18 for ; Fri, 19 Jun 2009 22:12:52 +0000 (UTC) (envelope-from xcllnt@mac.com) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII; format=flowed Received: from macbook-pro.jnpr.net (natint3.juniper.net [66.129.224.36]) by asmtp015.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0KLI00E2889FH680@asmtp015.mac.com> for ports@FreeBSD.org; Fri, 19 Jun 2009 14:12:51 -0700 (PDT) Message-id: <787F14CE-6AFB-48FC-A97D-ABBEC0F8B87F@mac.com> From: Marcel Moolenaar To: ports@FreeBSD.org Date: Fri, 19 Jun 2009 14:12:51 -0700 X-Mailer: Apple Mail (2.935.3) Cc: Subject: [patch] x11-servers/xorg-server: allow building on ia64 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, 19 Jun 2009 22:12:53 -0000 See diff here: http://ns1.xcllnt.net/~marcel/xorg-server.diff This allows building of xorg-server on ia64. It's not intended to make it usable at this time. For one, there's no console on ia64 that xorg supports :-) Any objections if I commit this? -- Marcel Moolenaar xcllnt@mac.com From owner-freebsd-ports@FreeBSD.ORG Fri Jun 19 22:37:28 2009 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 EC9C41065670 for ; Fri, 19 Jun 2009 22:37:28 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from gizmo.2hip.net (gizmo.2hip.net [64.74.207.195]) by mx1.freebsd.org (Postfix) with ESMTP id A59518FC2A for ; Fri, 19 Jun 2009 22:37:28 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from [192.168.1.4] (adsl-146-137-130.bna.bellsouth.net [70.146.137.130]) (authenticated bits=0) by gizmo.2hip.net (8.14.3/8.14.3) with ESMTP id n5JMbQSR038379 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 19 Jun 2009 18:37:26 -0400 (EDT) (envelope-from rnoland@FreeBSD.org) From: Robert Noland To: Marcel Moolenaar In-Reply-To: <787F14CE-6AFB-48FC-A97D-ABBEC0F8B87F@mac.com> References: <787F14CE-6AFB-48FC-A97D-ABBEC0F8B87F@mac.com> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-DO5DbBqtv/DXRLn9zfXD" Organization: FreeBSD Date: Fri, 19 Jun 2009 17:37:20 -0500 Message-Id: <1245451040.1724.2.camel@balrog.2hip.net> Mime-Version: 1.0 X-Mailer: Evolution 2.26.2 FreeBSD GNOME Team Port X-Spam-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_PBL, RDNS_DYNAMIC,SPF_SOFTFAIL autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on gizmo.2hip.net Cc: ports@FreeBSD.org Subject: Re: [patch] x11-servers/xorg-server: allow building on ia64 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, 19 Jun 2009 22:37:29 -0000 --=-DO5DbBqtv/DXRLn9zfXD Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2009-06-19 at 14:12 -0700, Marcel Moolenaar wrote: > See diff here: > http://ns1.xcllnt.net/~marcel/xorg-server.diff >=20 > This allows building of xorg-server on ia64. It's not intended > to make it usable at this time. For one, there's no console on > ia64 that xorg supports :-) >=20 > Any objections if I commit this? Looks fine to me, go ahead. robert. --=20 Robert Noland FreeBSD --=-DO5DbBqtv/DXRLn9zfXD Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iEYEABECAAYFAko8EyAACgkQM4TrQ4qfROM4tgCfYSVv6c42mXTZ6UEEh47IggTm SEIAn3+DzpKlpxAsNp6p4i3VmEc+IUrG =PWFk -----END PGP SIGNATURE----- --=-DO5DbBqtv/DXRLn9zfXD-- From owner-freebsd-ports@FreeBSD.ORG Fri Jun 19 22:59:30 2009 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 64647106564A for ; Fri, 19 Jun 2009 22:59:30 +0000 (UTC) (envelope-from kitchetech@gmail.com) Received: from mail-yx0-f200.google.com (mail-yx0-f200.google.com [209.85.210.200]) by mx1.freebsd.org (Postfix) with ESMTP id 06D3B8FC19 for ; Fri, 19 Jun 2009 22:59:29 +0000 (UTC) (envelope-from kitchetech@gmail.com) Received: by yxe38 with SMTP id 38so256652yxe.3 for ; Fri, 19 Jun 2009 15:59:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=JX1GMp3/w9GOJEJEaa4thrpah9i0XnK4n+0UZMZoU0I=; b=jwfno95E9w7xIGp0eVXhwbZU5hZh8Kir+mC164dlrdtabWmO8injU8gR47DIDRpb04 7YaSeyNJ4Uks02fXbBRAS6ym0dlqzhOFjuT+SiVJyimpYlBCSxOACm83pzML54X8bjQj 2d9JGy75Omon7V0RNGdzFHvxEPRuhFmSgeN24= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=on0qzJ5jYTwgI3jqyweAlA7eAHvZ/sz26CMKM1H4huzAy8snt9c5WCnSioq/Pettym 0lGxjYIVqtTRCn/O9HnC4II05WCCTH6UJakBEZOeG9TsmHtAKumTJ1Cfhgv2uGk5wM1U I3EbhR6+Dexj4BPlLgeFNxaM9fNaTc9blk3TQ= MIME-Version: 1.0 Received: by 10.100.4.8 with SMTP id 8mr4561704and.180.1245452367080; Fri, 19 Jun 2009 15:59:27 -0700 (PDT) In-Reply-To: <20090619093724.GH3582@obspm.fr> References: <20090619093724.GH3582@obspm.fr> From: matt donovan Date: Fri, 19 Jun 2009 18:59:07 -0400 Message-ID: <28283d910906191559j95c1a32t2a76f5bd766594ad@mail.gmail.com> To: Albert Shih Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@freebsd.org, obrien@cs.ucdavis.edu Subject: Re: vim ports broken. 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, 19 Jun 2009 22:59:30 -0000 On Fri, Jun 19, 2009 at 5:37 AM, Albert Shih wrote: > Hi all > > I think the vim ports is broken. > > When I try to compile I've got : > > [root@ vim]# make > ===> Vulnerability check disabled, database not found > => 7.2.041% doesn't seem to exist in /usr/ports/distfiles/vim. > => Attempting to fetch from http://ftp.vim.org/pub/vim/patches/7.2/. > fetch: http://ftp.vim.org/pub/vim/patches/7.2/7.2.041%: Bad Request > => Attempting to fetch from > http://mirrors.24-7-solutions.net/pub/vim/patches/7.2/. > fetch: http://mirrors.24-7-solutions.net/pub/vim/patches/7.2/7.2.041%: Bad > Request > => Attempting to fetch from http://ftp.tw.vim.org/pub/vim/patches/7.2/. > fetch: http://ftp.tw.vim.org/pub/vim/patches/7.2/7.2.041%: Bad Request > => Attempting to fetch from http://vim.stu.edu.tw/patches/7.2/. > fetch: http://vim.stu.edu.tw/patches/7.2/7.2.041%: Not Found > => Attempting to fetch from http://gd.tuwien.ac.at/pub/vim/patches/7.2/. > fetch: http://gd.tuwien.ac.at/pub/vim/patches/7.2/7.2.041%: Bad Request > => Attempting to fetch from > http://www.etsimo.uniovi.es/pub/vim/patches/7.2/. > fetch: http://www.etsimo.uniovi.es/pub/vim/patches/7.2/7.2.041%: Bad > Request > => Attempting to fetch from http://www.pt.vim.org/pub/vim/patches/7.2/. > fetch: http://www.pt.vim.org/pub/vim/patches/7.2/7.2.041%: Bad Request > => Attempting to fetch from > http://www.pangora.org/vim.org/pub/vim/patches/7.2/. > > I don't known the purpose of last line of > > # bits to remove > BADPATCHES= 007 036 049 071 072 074 088 089 093 101 138 150 172 > 191 194 > 204 205 > #.if !defined(WITH_LANG) > #BADPATCHES+= > #.endif > .for p in ${BADPATCHES} > PATCHFILES:= ${PATCHFILES:N7.2.${p}} > .endfor > PATCHFILES:= ${PATCHFILES:S/041/041%/} > > but it seem strange for me... > > Thanks the work. > > Regards. > > > > -- > Nope not broken just takes a long time to grab that patch since it pulls from FreeBSD ftp localdistfiles mirror under obrien From owner-freebsd-ports@FreeBSD.ORG Fri Jun 19 23:01:42 2009 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 B0EB9106566C for ; Fri, 19 Jun 2009 23:01:42 +0000 (UTC) (envelope-from kitchetech@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.247]) by mx1.freebsd.org (Postfix) with ESMTP id 4D94F8FC0A for ; Fri, 19 Jun 2009 23:01:42 +0000 (UTC) (envelope-from kitchetech@gmail.com) Received: by an-out-0708.google.com with SMTP id c3so907121ana.13 for ; Fri, 19 Jun 2009 16:01:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=pnHR1KJjJnl9RMErmDuL0WfhY2S8RM7jUReVyaSHTjQ=; b=COQ8S4oqbW/QfNt+W4RwVUnxxyNZcIhP36xgWZdb3mAALFQxEohycYdHJiEOlIf1Fb OhnMsKdS5C3uqcHRvB1nOA/gZOWnRb4dFO2PuQrQgvHIgGi2SARbVA7ckJmU69dZzOFO INIVVUCBsRwl03xFIS1NsvkfjuAy4aMBrizw8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=HcEVNqKPzz3ZajjK8Cz5Y34SPvadGecYbA5reVMAfoo7n1AGd1x9FqAt1v1B3dIZ6l fgn01HTKpJ7jVWWx1lJky8lhmRfoYiydS74AB9tyXF8TJPRwpkYneQzPhakDBFASPMUp vZVLzrq87SLd7ggilpVdptchB7cCSzbmd6YUk= MIME-Version: 1.0 Received: by 10.100.13.14 with SMTP id 14mr4660071anm.51.1245452500135; Fri, 19 Jun 2009 16:01:40 -0700 (PDT) In-Reply-To: <28283d910906191559j95c1a32t2a76f5bd766594ad@mail.gmail.com> References: <20090619093724.GH3582@obspm.fr> <28283d910906191559j95c1a32t2a76f5bd766594ad@mail.gmail.com> From: matt donovan Date: Fri, 19 Jun 2009 19:01:19 -0400 Message-ID: <28283d910906191601icea1a53m6017e9a3f7fda66f@mail.gmail.com> To: Albert Shih Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@freebsd.org, obrien@cs.ucdavis.edu Subject: Re: vim ports broken. 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, 19 Jun 2009 23:01:42 -0000 On Fri, Jun 19, 2009 at 6:59 PM, matt donovan wrote: > > > On Fri, Jun 19, 2009 at 5:37 AM, Albert Shih wrote: > >> Hi all >> >> I think the vim ports is broken. >> >> When I try to compile I've got : >> >> [root@ vim]# make >> ===> Vulnerability check disabled, database not found >> => 7.2.041% doesn't seem to exist in /usr/ports/distfiles/vim. >> => Attempting to fetch from http://ftp.vim.org/pub/vim/patches/7.2/. >> fetch: http://ftp.vim.org/pub/vim/patches/7.2/7.2.041%: Bad Request >> => Attempting to fetch from >> http://mirrors.24-7-solutions.net/pub/vim/patches/7.2/. >> fetch: http://mirrors.24-7-solutions.net/pub/vim/patches/7.2/7.2.041%: >> Bad >> Request >> => Attempting to fetch from http://ftp.tw.vim.org/pub/vim/patches/7.2/. >> fetch: http://ftp.tw.vim.org/pub/vim/patches/7.2/7.2.041%: Bad Request >> => Attempting to fetch from http://vim.stu.edu.tw/patches/7.2/. >> fetch: http://vim.stu.edu.tw/patches/7.2/7.2.041%: Not Found >> => Attempting to fetch from http://gd.tuwien.ac.at/pub/vim/patches/7.2/. >> fetch: http://gd.tuwien.ac.at/pub/vim/patches/7.2/7.2.041%: Bad Request >> => Attempting to fetch from >> http://www.etsimo.uniovi.es/pub/vim/patches/7.2/. >> fetch: http://www.etsimo.uniovi.es/pub/vim/patches/7.2/7.2.041%: Bad >> Request >> => Attempting to fetch from http://www.pt.vim.org/pub/vim/patches/7.2/. >> fetch: http://www.pt.vim.org/pub/vim/patches/7.2/7.2.041%: Bad Request >> => Attempting to fetch from >> http://www.pangora.org/vim.org/pub/vim/patches/7.2/. >> >> I don't known the purpose of last line of >> >> # bits to remove >> BADPATCHES= 007 036 049 071 072 074 088 089 093 101 138 150 172 >> 191 194 >> 204 205 >> #.if !defined(WITH_LANG) >> #BADPATCHES+= >> #.endif >> .for p in ${BADPATCHES} >> PATCHFILES:= ${PATCHFILES:N7.2.${p}} >> .endfor >> PATCHFILES:= ${PATCHFILES:S/041/041%/} >> >> but it seem strange for me... >> >> Thanks the work. >> >> Regards. >> > Here is the path to the patch file ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/obrien/7.2.041% From owner-freebsd-ports@FreeBSD.ORG Fri Jun 19 23:37:43 2009 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 52C70106564A for ; Fri, 19 Jun 2009 23:37:43 +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 0B6018FC15 for ; Fri, 19 Jun 2009 23:37:42 +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 2A2762C50CD6; Sat, 20 Jun 2009 02:38:14 +0300 (EEST) Date: Sat, 20 Jun 2009 02:38:11 +0300 From: Ion-Mihai Tetcu To: Marcel Moolenaar Message-ID: <20090620023811.5fb4b4c2@it.buh.tecnik93.com> In-Reply-To: References: X-Mailer: Claws Mail 3.7.1 (GTK+ 2.16.2; i386-portbld-freebsd7.1) Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/B89xlNBus.cA3.dXwXwTqGW"; protocol="application/pgp-signature" Cc: ports@FreeBSD.org Subject: Re: [patch] net/vnc: add support for ia64 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, 19 Jun 2009 23:37:43 -0000 --Sig_/B89xlNBus.cA3.dXwXwTqGW Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Fri, 19 Jun 2009 14:06:40 -0700 Marcel Moolenaar wrote: > See diff here: > http://ns1.xcllnt.net/~marcel/vnc.diff >=20 > This adds support for ia64 (with the caveat that VNC needs to > be compiled at -O0). >=20 > Any objections if I commit this? >=20 > Related: tightvnc compiles but segfaults at runtime due to > some initialization issue. I may look into that as well... I'll be away for 10 days, if you can fix the problem please go ahead and commit yourself. --=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_/B89xlNBus.cA3.dXwXwTqGW Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iEYEARECAAYFAko8IWMACgkQJ7GIuiH/oeV+5wCfc+4Awiq+TQQw06KOEHbtXLlh ffEAn39itiP2EwRAPQjd406iQbEzYXNB =6fIG -----END PGP SIGNATURE----- --Sig_/B89xlNBus.cA3.dXwXwTqGW-- From owner-freebsd-ports@FreeBSD.ORG Sat Jun 20 02:49:19 2009 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 407121065677 for ; Sat, 20 Jun 2009 02:49:19 +0000 (UTC) (envelope-from waynehuang.public@gmail.com) Received: from mail-gx0-f207.google.com (mail-gx0-f207.google.com [209.85.217.207]) by mx1.freebsd.org (Postfix) with ESMTP id E107F8FC13 for ; Sat, 20 Jun 2009 02:49:18 +0000 (UTC) (envelope-from waynehuang.public@gmail.com) Received: by gxk3 with SMTP id 3so3122714gxk.19 for ; Fri, 19 Jun 2009 19:49:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=Xh1SMMU8HZpU4+ENyqjwZaub5lEIgA+3XHbWA6WVc5I=; b=bLo55Q+ApRqpJaV9y6lJLmhnvut0WcLz5jD+KrteK6pb8NcurBOUlkM/MRQ220mNfV XTqnBTlwKkdg48rS41qTt7HoKdKBmoq1znZ3VZjQYMZFeqegPg1grlQhjlrIKdJtAAsQ XcWdw3uXzQ/x6ts78/LLQeBWXQsUwhyBI+L4c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=BH5i8ruhKDYNv9dym4Rkw6xGF7T4D+i0pTYbSi+xDgpVrvVkF8YnjZHZZ3zhumBjvJ x6/avVRi1ddmBpgDpq82q9ezd++CviXg9VMsZMIALtcNP2snDCfZVu1XfAo6I82vjrLG Sm6isHUBy2xjBF7mLV/H55l+aiMnleNUPXl1g= MIME-Version: 1.0 Received: by 10.150.144.9 with SMTP id r9mr6929912ybd.129.1245466158361; Fri, 19 Jun 2009 19:49:18 -0700 (PDT) Date: Sat, 20 Jun 2009 10:49:18 +0800 Message-ID: From: Wayne Huang To: ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Maybe it is the problem of sun-wtk 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: Sat, 20 Jun 2009 02:49:19 -0000 I install sun-wtk with ports. After that I run the ktoolbar command. But I couldn't make new project with the ktoolbar,before I use command "chmod +w /usr/local/sun-wtk/apps" I think it is all end of the fault.But when I run the Demo of wtk.I get a message from ktoolbar like below: "Couldn't load /usr/local/sun-wtk/bin/libzayit.so library: libXpm.so.4:cannot open shared object file: No such file or directory " So I coundn't run the emulation of WTK. Can you tell me how to handle that? I don't install Linux on my pc. Wait for your help. Wayne. From owner-freebsd-ports@FreeBSD.ORG Sat Jun 20 11:35:26 2009 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 76C66106566C for ; Sat, 20 Jun 2009 11:35:26 +0000 (UTC) (envelope-from demonichandextensions@hotmail.com) Received: from snt0-omc3-s2.snt0.hotmail.com (snt0-omc3-s2.snt0.hotmail.com [65.55.90.141]) by mx1.freebsd.org (Postfix) with ESMTP id 4743F8FC13 for ; Sat, 20 Jun 2009 11:35:26 +0000 (UTC) (envelope-from demonichandextensions@hotmail.com) Received: from SNT119-W5 ([65.55.90.135]) by snt0-omc3-s2.snt0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Sat, 20 Jun 2009 04:35:25 -0700 Message-ID: X-Originating-IP: [68.43.142.70] From: Brad Davison To: Date: Sat, 20 Jun 2009 11:35:26 +0000 Importance: Normal In-Reply-To: References: MIME-Version: 1.0 X-OriginalArrivalTime: 20 Jun 2009 11:35:25.0975 (UTC) FILETIME=[347F4270:01C9F19B] Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: RE: problem compiling audio/ardour 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: Sat, 20 Jun 2009 11:35:26 -0000 =20 > From: demonichandextensions@hotmail.com > To: freebsd-ports@freebsd.org > Date: Fri=2C 19 Jun 2009 20:22:31 +0000 > Subject: problem compiling audio/ardour >=20 >=20 > I have tried several times now to get ardour installed on a few different= systems. The first was a station that already had hydrogen and a GUI insta= lled- all audio was working OK (Jack=2C videos=2C etc.). The second was a f= resh install with just Xorg=2C Blackbox=2C and qjackctl installed. The last= was a fresh system with absolutely nothing on it. All of which had the por= ts tree updated that day.=20 >=20 > These are all 7.1-RELEASE systems=2C two were #6=2C the last was #0 runni= ng on i386. >=20 > I am getting the error (on all of them): >=20 > libs/ardour/io.cc: In Member function 'void ARDOUR::IO::meter >=20 >=20 > libs/ardour/io.cc:2538: error: no matching function for call to 'max(floa= t&=2Cdouble)' >=20 >=20 > The complete compile is attached > ardour.txt=20 >=20 > I've been trying to get this working for a few days now=2C and I'm not su= re where to go with it. >=20 > Thanks=2C > Brad >=20 > _________________________________________________________________ There is still a problem with 7.1 if someone wants to figure that out. How= ever=2C I source-upgraded the box to 7.2-RELEASE and it successfully compil= ed. =20 Thanks=2C Brad _________________________________________________________________ Hotmail=AE has ever-growing storage! Don=92t worry about storage limits. http://windowslive.com/Tutorial/Hotmail/Storage?ocid=3DTXT_TAGLM_WL_HM_Tuto= rial_Storage_062009= From owner-freebsd-ports@FreeBSD.ORG Sat Jun 20 15:26:51 2009 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 1786E106564A for ; Sat, 20 Jun 2009 15:26:51 +0000 (UTC) (envelope-from craig001@lerwick.hopto.org) Received: from lerwick.hopto.org (81-178-20-70.dsl.pipex.com [81.178.20.70]) by mx1.freebsd.org (Postfix) with ESMTP id 707118FC0C for ; Sat, 20 Jun 2009 15:26:50 +0000 (UTC) (envelope-from craig001@lerwick.hopto.org) Received: (qmail 47771 invoked by uid 98); 20 Jun 2009 16:30:16 +0100 Received: from 192.168.0.2 by polaris.lerwick.hopto.org (envelope-from , uid 82) with qmail-scanner-2.01 (clamdscan: 0.88.4/1789. hbedv: 7.1.1.11/6.35.1.178. f-prot: 4.6.6/3.16.14. spamassassin: 3.1.4. Clear:RC:1(192.168.0.2):. Processed in 3.713734 secs); 20 Jun 2009 15:30:16 -0000 Received: from unknown (HELO ?192.168.0.2?) (192.168.0.2) by lerwick.hopto.org with SMTP; 20 Jun 2009 16:30:12 +0100 From: Craig Butler To: Martin Wilke In-Reply-To: <20090611194557.GC98175@bsdcrew.de> References: <20090611194557.GC98175@bsdcrew.de> Content-Type: text/plain Date: Sat, 20 Jun 2009 16:25:53 +0100 Message-Id: <1245511553.10165.7.camel@main.lerwick.hopto.org> Mime-Version: 1.0 X-Mailer: Evolution 2.24.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, freebsd-emulation@FreeBSD.org, freebsd-current@FreeBSD.org Subject: Re: [Call For Testing] VirtualBox for FreeBSD! take 6 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: Sat, 20 Jun 2009 15:26:51 -0000 Hi All Is anyone else having difficulties running this as a normal user ? * running 7.2-RELEASE i386 * have added user to the vboxusers group. * confirmed by issuing groups command as user When I go to run VirtualBox it just hangs, if I run it within a truss session I get a warning saying; VirtualBox - Error in SUPR3HardenedMain Effective UID is not root I then tried to setuid the link and the binary, still getting the same result. Works ok if I su upto root tho... Although sometimes only when running with truss. Cheers Craig B On Thu, 2009-06-11 at 21:45 +0200, Martin Wilke wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Huhu, > > Yes we life and that's good :-). > Changes: > > - Fix build error when compiling in debug mode on FreeBSD HEAD > - SemEvent?-r0drv/FreeBSD: Don't use tvtohz for an infinite timeout. > - Some FreeBSD relate typos > - Enable shared OpenGL service. Completely untested due to lack of > appropriate hardware but it compiles at least > - Add support for shared clipboards. Requires libXt > - FreeBSD: Implement preemption API for guest SMP and enable > it (slightly tested). Add neccessary RTMP* methods in userspace > for the frontends to detect the number of CPUs > - Runtime/semevent-r0drv-freebsd: Use a sleeping mutex > instead of a spinlock to fix the problems users are seeing > (assertions with debugging enabled) while still being able > to run on 100Hz hosts. No problems detected so far and Solaris > doesn't use a spin mutex in this code too so it shouldn't do > any harm (keeping fingers crossed)space for the frontends to > detect the number of CPUs > - Add support for curl > - Add VBoxSharedClipboard > > Ports Changes; > - Force guestadditions version to 2.2.4 > - Removed Qt3 include replacements (already upstream) > - Removed cosmetic X11 include path patch > > Please make SURE, your world and kernel is in sync and you've read > the pkg-messages. Also please unload the kernel module before > you update the port ;-). > > Many thx to all Vbox Devs, All supporters, my nice team! :-) > > http://people.freebsd.org/~miwi/vbox/virtualbox_6.tgz > > Happy Testing! > > - - Martin > > - -- > > +-----------------------+-------------------------------+ > | PGP : 0xB1E6FCE9 | Jabber : miwi(at)BSDCrew.de | > | Skype : splash_111 | Mail : miwi(at)FreeBSD.org | > +-----------------------+-------------------------------+ > | Mess with the Best, Die like the Rest! | > +-----------------------+-------------------------------+ > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.11 (FreeBSD) > > iEYEARECAAYFAkoxXvUACgkQdLJIhLHm/OmHHQCcCvJ6EKNehym1siBuQICX+7+l > i2sAn0InwBQW7jf+l/PqjIM/BR/g3qhi > =hDW+ > -----END PGP SIGNATURE----- > _______________________________________________ > 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 Sat Jun 20 16:13:43 2009 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 B12E91065672 for ; Sat, 20 Jun 2009 16:13:43 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from aegis.hamla.org (aegis.hamla.org [206.251.255.39]) by mx1.freebsd.org (Postfix) with ESMTP id 8BAA98FC1E for ; Sat, 20 Jun 2009 16:13:43 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from localhost (localhost [127.0.0.1]) by aegis.hamla.org (Postfix) with ESMTP id 92EEC5C4E for ; Sat, 20 Jun 2009 12:15:27 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tandon.net; h= user-agent:in-reply-to:content-disposition:content-type :mime-version:references:reply-to:message-id:subject:from:date :received:received:received:x-virus-scanned; s=aegis; t= 1245514527; bh=cWky2AZieYB6uCb5kEuHw5q19j8ZC5DmlRNJhbg1STc=; b=s wPMP72aKitULiwmd854Dips88Xnlfk2o/x2w4snPpwmrtIBNt0mN1me22lZiNeHm qveoy/9JlrUsPGfUlFTh+5iSgALP0kIqyFqm3H1OhJRbJJp9wkPUenBDJW/GZuLI OCWWrADSEHAbbSEwD7MPwSPDXL3ULEJSlJTI+GlX/Q= X-Virus-Scanned: by ClamAV at aegis.hamla.org Received: from aegis.hamla.org ([127.0.0.1]) by localhost (aegis.hamla.org [127.0.0.1]) (amavisd-new, port 10027) with LMTP id bdoRBfB10Wq1 for ; Sat, 20 Jun 2009 12:15:27 -0400 (EDT) Received: from shepherd.hamla.org (cpe-68-174-170-210.nyc.res.rr.com [68.174.170.210]) by aegis.hamla.org (Postfix) with ESMTPSA id 4E8555C4C for ; Sat, 20 Jun 2009 12:15:27 -0400 (EDT) Received: by shepherd.hamla.org (Postfix, from userid 501) id 7173019E1BA4; Sat, 20 Jun 2009 12:13:41 -0400 (EDT) Date: Sat, 20 Jun 2009 12:13:41 -0400 From: Sahil Tandon To: freebsd-ports@freebsd.org Message-ID: <20090620161340.GA22258@tandon.net> References: <20090618182830.D0C8C8FC25@mx1.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090618182830.D0C8C8FC25@mx1.freebsd.org> User-Agent: Mutt/1.5.19 (2009-01-05) Subject: Re: FreeBSD Port: mod_auth_xradius-0.4.6 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: Sat, 20 Jun 2009 16:13:44 -0000 On Thu, 18 Jun 2009, Cantu, Mike wrote: > I had an issue building the port with apr_memcache under the amd64 > 7.2-RELEASE. No matter what I tried, the configure phase would not > "find" libapr_memcache. One of the tests would say "yes" but it would > end up saying that the lib was not found. It didn't matter what I added > to the make command when I ran it from the > /usr/ports/www/mod_auth_xradius directory where I started (e.g. "make > CONFIGURE_ARGS=--with-apr-memcache=/usr/local/lib" or even "make > CONFIGURE_ARGS=--with-apr-memcache=/usr/local"). > > I found what I think was the problem on line 4404 of the file > /usr/ports/www/mod_auth_xradius/work/mod_auth_xradius-0.4.6/configure > > configure was not able to "see" the installed lib when the original line > 4404 was: > > amc_shlib="${x}/libapr_memcache${shrext_cmds}" > > configure was able to "see" it when I changed line 4404 to: > > amc_shlib="${x}/lib/libapr_memcache${shrext_cmds}" Out of curiosity, what is the output of 'ldconfig -r | grep memcache' on your machine? -- Sahil Tandon From owner-freebsd-ports@FreeBSD.ORG Sat Jun 20 17:16:32 2009 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 76AA8106566C; Sat, 20 Jun 2009 17:16:32 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.29]) by mx1.freebsd.org (Postfix) with ESMTP id E68D98FC0C; Sat, 20 Jun 2009 17:16:31 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so1060064ywe.13 for ; Sat, 20 Jun 2009 10:16:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=J26OozqCNlNdzenMYwO1jF54y5PByjRlJsLT+URSdeA=; b=ktN+dm56ZDRV+OGMmajMYUrA+Q0BYYOFGB4QMEa/8Ja/2sbXeGDQ+HzkykHZrMXZCY V7NnFE4KnABIbvUzF9UszmsAWUHUdP3f/wDRiqugFQcSbxVy1UMHX/fAcmF1ocDaQJx9 OFeITaNWm0x5qnJ2ueVIlOB9P4s5b0Gp1gKcA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=XfdTCPa/EVH2ZNuSwfGtbdZcH8jvM+W2CWIw9uPyPnJvVNj3iqgrShiaqOy8Wy3iEK Se3v9uYYD/M3QBeE0ltWMV2z2/iajPXyir2K+EjBgeiVWNzCUCefMBmdvBcr75hRwFK6 Z3b+xU6XZwpr6gVMmlTVtLWxLAGfFRmdy9gGU= MIME-Version: 1.0 Sender: chmeeedalf@gmail.com Received: by 10.100.213.13 with SMTP id l13mr5538552ang.110.1245516698475; Sat, 20 Jun 2009 09:51:38 -0700 (PDT) In-Reply-To: <1245511553.10165.7.camel@main.lerwick.hopto.org> References: <20090611194557.GC98175@bsdcrew.de> <1245511553.10165.7.camel@main.lerwick.hopto.org> Date: Sat, 20 Jun 2009 12:51:38 -0400 X-Google-Sender-Auth: 7c9c96956c9fa902 Message-ID: From: Justin Hibbits To: Craig Butler Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: ports@freebsd.org, freebsd-emulation@freebsd.org, freebsd-current@freebsd.org, Martin Wilke Subject: Re: [Call For Testing] VirtualBox for FreeBSD! take 6 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: Sat, 20 Jun 2009 17:16:33 -0000 Hi Craig, Yes, I've had problems trying to run vbox, where it just hangs. I tried running it through ktrace, but it just stopped the trace after loading the libraries, nothing else. Haven't tried with truss, though, nor have I checked SUID or anything (wasn't motivated enough to look deep into it). This may be the same thing you're seeing. I'm also running 7.2-RELEASE i386. - Justin On Sat, Jun 20, 2009 at 11:25 AM, Craig Butler wrote: > Hi All > > Is anyone else having difficulties running this as a normal user ? > > * running 7.2-RELEASE i386 > * have added user to the vboxusers group. > * confirmed by issuing groups command as user > > When I go to run VirtualBox it just hangs, if I run it within a truss > session I get a warning saying; > > VirtualBox - Error in SUPR3HardenedMain > Effective UID is not root > > I then tried to setuid the link and the binary, still getting the same > result. > > Works ok if I su upto root tho... =A0Although sometimes only when running > with truss. > > Cheers > > Craig B > > > > On Thu, 2009-06-11 at 21:45 +0200, Martin Wilke wrote: >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> Huhu, >> >> Yes we life and that's good :-). >> Changes: >> >> =A0 - Fix build error when compiling in debug mode on FreeBSD HEAD >> =A0 - SemEvent?-r0drv/FreeBSD: Don't use tvtohz for an infinite timeout. >> =A0 - Some FreeBSD relate typos >> =A0 - Enable shared OpenGL service. Completely untested due to lack of >> =A0 =A0 appropriate hardware but it compiles at least >> =A0 - Add support for shared clipboards. Requires libXt >> =A0 - FreeBSD: Implement preemption API for guest SMP and enable >> =A0 =A0 it (slightly tested). Add neccessary RTMP* methods in userspace >> =A0 =A0 for the frontends to detect the number of CPUs >> =A0 - Runtime/semevent-r0drv-freebsd: Use a sleeping mutex >> =A0 =A0 instead of a spinlock to fix the problems users are seeing >> =A0 =A0 (assertions with debugging enabled) while still being able >> =A0 =A0 to run on 100Hz hosts. No problems detected so far and Solaris >> =A0 =A0 doesn't use a spin mutex in this code too so it shouldn't do >> =A0 =A0 any harm (keeping fingers crossed)space for the frontends to >> =A0 =A0 detect the number of CPUs >> =A0 - Add support for curl >> =A0 - Add VBoxSharedClipboard >> >> Ports Changes; >> =A0 - Force guestadditions version to 2.2.4 >> =A0 - Removed Qt3 include replacements (already upstream) >> =A0 - Removed cosmetic X11 include path patch >> >> Please make SURE, your world and kernel is in sync and you've read >> the pkg-messages. Also please unload the kernel module before >> you update the port ;-). >> >> Many thx to all Vbox Devs, All supporters, my nice team! :-) >> >> =A0 =A0http://people.freebsd.org/~miwi/vbox/virtualbox_6.tgz >> >> =A0Happy Testing! >> >> - - Martin >> >> - -- >> >> +-----------------------+-------------------------------+ >> | =A0PGP =A0 =A0: 0xB1E6FCE9 =A0| =A0Jabber : miwi(at)BSDCrew.de =A0| >> | =A0Skype =A0: splash_111 =A0| =A0Mail =A0 : miwi(at)FreeBSD.org | >> +-----------------------+-------------------------------+ >> | =A0 =A0 Mess with the Best, Die like the Rest! =A0 =A0 =A0 =A0 =A0| >> +-----------------------+-------------------------------+ >> -----BEGIN PGP SIGNATURE----- >> Version: GnuPG v2.0.11 (FreeBSD) >> >> iEYEARECAAYFAkoxXvUACgkQdLJIhLHm/OmHHQCcCvJ6EKNehym1siBuQICX+7+l >> i2sAn0InwBQW7jf+l/PqjIM/BR/g3qhi >> =3DhDW+ >> -----END PGP SIGNATURE----- >> _______________________________________________ >> 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" > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org= " >