From owner-freebsd-ports@FreeBSD.ORG Sun Jun 26 00:40:13 2011 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 4FF3B106566B for ; Sun, 26 Jun 2011 00:40:13 +0000 (UTC) (envelope-from eric@shadowsun.net) Received: from mail.atlantawebhost.com (dns1.atlantawebhost.com [66.223.40.39]) by mx1.freebsd.org (Postfix) with ESMTP id E37A38FC12 for ; Sun, 26 Jun 2011 00:40:12 +0000 (UTC) Received: (qmail 4906 invoked from network); 25 Jun 2011 20:13:31 -0400 Received: from host-64-202-138-67.cybera.net (HELO Macintosh-21.local) (64.202.138.67) by mail.atlantawebhost.com with SMTP; 25 Jun 2011 20:13:31 -0400 Message-ID: <4E0679AA.20100@shadowsun.net> Date: Sat, 25 Jun 2011 20:13:30 -0400 From: Eric McCorkle User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: GHC Port on 9-CURRENT 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, 26 Jun 2011 00:40:13 -0000 The GHC (Glasgow Haskell Compiler) was marked broken by pointyhat sometime back in May, following its update to GHC 7.0.3_1. I'm not sure if anyone has looked at this, but it doesn't appear anyone has. Sorry if any of this is repeated. I tried building the port yesterday, with both GCC and Clang. The GCC build succeeds, and the compiler seems to work just fine (it has no trouble compiling and installing the haskell-platform port, as well as many of my own haskell programs). With Clang, an error occurs in one of the configure scripts, because Clang warns about unused command-line arguments, and the configure script assumes that to be a compiler error. You can deal with this by adding -Qunused-parameter to CFLAGS. With this, it builds the bootstrap and stage 1 compilers. However, the stage 1 compiler's parser appears to be broken, as it reports erroneous parse errors on the GHC compiler's source code (and probably for any haskell program, but it never gets a chance to). I'm not sure why this happens, but I will investigate more closely once I deal with some more important issues I'm investigating. In any case, the port builds fine with GCC. Perhaps it would be prudent to set CC=gcc and CXX=g++ in the makefile for the time being and mark the port as working again? -- Eric McCorkle Computer Science Ph.D Student, University of Massachusetts Research Intern, IBM Research From owner-freebsd-ports@FreeBSD.ORG Sun Jun 26 01:32:49 2011 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 0C353106566B; Sun, 26 Jun 2011 01:32:49 +0000 (UTC) (envelope-from pali.gabor@googlemail.com) Received: from mail-fx0-f44.google.com (mail-fx0-f44.google.com [209.85.161.44]) by mx1.freebsd.org (Postfix) with ESMTP id 657C08FC14; Sun, 26 Jun 2011 01:32:47 +0000 (UTC) Received: by fxe6 with SMTP id 6so715041fxe.17 for ; Sat, 25 Jun 2011 18:32:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:sender:message-id:date:from:organization :user-agent:mime-version:to:cc:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=O0s1kLWDnuMc+P1gDYBTtcxtuSWyUc1nk+WdyvHTvfc=; b=ZQdnSQKy61BNuKU6BlbkNiTDURzeJ8K4Xiytb4TSruBHD0clmFQt3ph57z8uG0KTar 8VLpbVdWA5zvu1jvTgZy6UT5RCCaOKyhqgduE9FakuAgx5y0n9CxqTK0vy7v6kNDuZZW Nk2BDqxhDczCVocdkoNUXjBJDivXbG6xzIfmo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=sender:message-id:date:from:organization:user-agent:mime-version:to :cc:subject:references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=taYd+0/qKDQPxTZp/3Kys/YrTcoAEEDVKcmFWbWaMbVA6TDfvGUz/0B9X5J/baYlIo zXsRqZ/MroE+2GSSdyQf6Eqyf077exXSisiNamBKqF7U/q40CP+zO92AGu+su5xC4HlW 7I7ZLgAHm1dKrcAF2WmnZ4NLr6UhP8R4NHeMY= Received: by 10.223.53.85 with SMTP id l21mr6697386fag.26.1309050491437; Sat, 25 Jun 2011 18:08:11 -0700 (PDT) Received: from [192.168.1.7] (catv-86-101-5-202.catv.broadband.hu [86.101.5.202]) by mx.google.com with ESMTPS id n13sm2580669fab.46.2011.06.25.18.08.10 (version=SSLv3 cipher=OTHER); Sat, 25 Jun 2011 18:08:10 -0700 (PDT) Sender: =?UTF-8?B?UMOBTEkgR8OhYm9yIErDoW5vcw==?= Message-ID: <4E06863F.7010104@FreeBSD.org> Date: Sun, 26 Jun 2011 03:07:11 +0200 From: Gabor PALI Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.9) Gecko/20100925 Thunderbird/3.1.4 MIME-Version: 1.0 To: Eric McCorkle References: <4E0679AA.20100@shadowsun.net> In-Reply-To: <4E0679AA.20100@shadowsun.net> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org, freebsd-ports@freebsd.org Subject: Re: GHC Port on 9-CURRENT 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, 26 Jun 2011 01:32:49 -0000 Hi Eric, On 06/26/11 02:13, Eric McCorkle wrote: > The GHC (Glasgow Haskell Compiler) was marked broken by pointyhat > sometime back in May, following its update to GHC 7.0.3_1. I'm not > sure if anyone has looked at this, but it doesn't appear anyone has. Yes, you are right, sorry, I have not had time to take a closer look at this, but there is a log [1] for it on pointyhat (that I could not also reproduce on a -CURRENT system). > The GCC build succeeds Sounds great. > With Clang, an error occurs in one of the configure scripts, because > Clang warns about unused command-line arguments, and the configure > script assumes that to be a compiler error. You can deal with this by > adding -Qunused-parameter to CFLAGS. Thanks for investigating this. > However, the stage 1 compiler's parser appears to be broken, as it > reports erroneous parse errors on the GHC compiler's source code (and > probably for any haskell program, but it never gets a chance to). I'm > not sure why this happens, but I will investigate more closely once I > deal with some more important issues I'm investigating. I would be happy to see the logs. > In any case, the port builds fine with GCC. Perhaps it would be > prudent to set CC=gcc and CXX=g++ in the makefile for the time being > and mark the port as working again? Yeah, that might be a solution, I will try it. [1] http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/a.9.20110516102328/ghc-7.0.3.log From owner-freebsd-ports@FreeBSD.ORG Sun Jun 26 03:36:52 2011 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 65BDD106564A; Sun, 26 Jun 2011 03:36:52 +0000 (UTC) (envelope-from f5bpyt@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 3A8928FC17; Sun, 26 Jun 2011 03:36:51 +0000 (UTC) Received: by pzk27 with SMTP id 27so3203932pzk.13 for ; Sat, 25 Jun 2011 20:36:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to:cc :content-type; bh=PuSPcRFKnsVK/SUl0xf1SOVGe2nFxHACWvClqYNudJA=; b=CJyOHqDYQqLXd+R06WdQOzTZmnfERkUvjXbXUX5HWY8St6teoshPURKlHePy6PU5D4 spaFFvMjoSIhAu4iZEGJKF0v9Z+aoCqAeRZS46zZxKP2mMyW9BaWsDxzqE9l+G7eavEs ltB44XyAgelokc5AEjnDP1rBQtTFV71JFCz30= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; b=rljbdXVH2BcfGFz4nB6kVRryNIC1G+6QgH+3qwly3aGuiZh6mOkUeVpnOXMPlbaXS8 3DTbY3VzSPeYwI/EEmLc2jgw7dHMj4gYS05KI1XEOyugIc3fC5lQPtMst0LkTECp//xd ars9BS5cR02YK9z6hptWDibQrY4XDwxWKjMf0= MIME-Version: 1.0 Received: by 10.143.153.8 with SMTP id f8mr904732wfo.184.1309057960072; Sat, 25 Jun 2011 20:12:40 -0700 (PDT) Received: by 10.142.128.20 with HTTP; Sat, 25 Jun 2011 20:12:40 -0700 (PDT) Date: Sun, 26 Jun 2011 11:12:40 +0800 Message-ID: From: Marcus To: wen@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Cc: ports@FreeBSD.org Subject: FreeBSD Port: ilias 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, 26 Jun 2011 03:36:52 -0000 http://www.freebsd.org/cgi/url.cgi?ports/www/ilias/pkg-descr WWW: http://www.ilias.de/ios/index-e.html Not Found The requested URL /ios/index-e.html was not found on this server. From owner-freebsd-ports@FreeBSD.ORG Sun Jun 26 03:54:29 2011 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 69C70106566C for ; Sun, 26 Jun 2011 03:54:29 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id D52B08FC15 for ; Sun, 26 Jun 2011 03:54:28 +0000 (UTC) Received: by pzk27 with SMTP id 27so3207762pzk.13 for ; Sat, 25 Jun 2011 20:54:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:reply-to:date:message-id:subject :from:to:cc:content-type; bh=T7h+uf+C2K8Fx23uL+hjF7J3U1QO346WCrzGruimICk=; b=wb9c2+f/jaw+FbZFjGmvbQzO/Wlo2Quf0yhCkhhQ54UTL3IAMMOxKPymCo3jZ3ZoWo e3t0ZEhOuO+DeDq4gl+MTdXkcL1UKUcLtapis6YUTgb4S/O/6PBPn8NVKlHXiVCsDMco 8Xn1tbzcQUGtKAayBxhAjx/hKRh0FF5s/QtjA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:cc :content-type; b=Yqn2hzHZALZn02d7Lp9c2eKRmAzWSZ7C7rNfzMJ1EhmQ26YHabrIixV2uKGAZ/AYFR 4waCbLThOChFUwcH3kOwcrfB7oRLgYaaUMjVvP371e33VzgrIcNsgSVwxgYdGOb1FTtb n21s+ioUcOqojYJsnvUnVyV9cPGHsm2+eeMsY= MIME-Version: 1.0 Received: by 10.68.24.102 with SMTP id t6mr2231541pbf.503.1309060468138; Sat, 25 Jun 2011 20:54:28 -0700 (PDT) Received: by 10.68.41.39 with HTTP; Sat, 25 Jun 2011 20:54:28 -0700 (PDT) Date: Sun, 26 Jun 2011 03:54:28 +0000 Message-ID: From: "b. f." To: freebsd-ports@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Cc: pgj@FreeBSD.org, Eric McCorkle Subject: Re: GHC Port on 9-CURRENT X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf1783@gmail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jun 2011 03:54:29 -0000 >In any case, the port builds fine with GCC. Perhaps it would be prudent >to set CC=gcc and CXX=g++ in the makefile for the time being and mark >the port as working again? Please don't hardcode the compilers: users may be using other compilers, or may still wish to experiment with clang, without having to patch the port or override the Makefile. Instead, if you feel it is necessary, print a warning, or set IGNORE=... if clang or another known bad compiler is chosen. b. From owner-freebsd-ports@FreeBSD.ORG Sun Jun 26 07:20:25 2011 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 9878F1065673; Sun, 26 Jun 2011 07:20:25 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 52A228FC12; Sun, 26 Jun 2011 07:20:25 +0000 (UTC) Received: by iwr19 with SMTP id 19so4683851iwr.13 for ; Sun, 26 Jun 2011 00:20:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:from :date:x-google-sender-auth:message-id:subject:to:cc:content-type; bh=lrBz0Z9c2Tk3Iiw6q7FqPlgb6AXBipkcuqhnkPwlc5g=; b=CpmlNnnJAeeQ8tqvUzSAOXKBlf23YMOyMbDtjUDDT8Pndaj/IiJEHszkxOPtyptQ1x sXT+Erecl1s/Z6ZlJCRBikni8T6MklX1FWmxHFnZdktNzuYqQVSoBUO06SWNIi5iJ/E+ JkHv2Vp6mcmX3Om4+Q+9l4/ZtzX5GtBIHFwG8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; b=eNb77wrDlPvv6Wi9K6ZF4S95lxk53sHb+y3YhUkceLcfswJQlK2dr7ZdwVaC0tQn9R XToZizkfztW/0u1ewci/FldRAo1+PIRFrfuuJt355zz8Kx7AtDjtmIiyLBzMaCBHRmx/ 4AM/qEzNGIFsW2NL7nIhgEAuh0SZRGevoUHkU= Received: by 10.231.116.92 with SMTP id l28mr4811040ibq.20.1309072824151; Sun, 26 Jun 2011 00:20:24 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.231.49.193 with HTTP; Sun, 26 Jun 2011 00:19:54 -0700 (PDT) In-Reply-To: References: From: Chris Rees Date: Sun, 26 Jun 2011 08:19:54 +0100 X-Google-Sender-Auth: nkLAr1IeTlzT-un3P-U07fPddPQ Message-ID: To: Marcus Content-Type: text/plain; charset=ISO-8859-1 Cc: wen@freebsd.org, ports@freebsd.org Subject: Re: FreeBSD Port: ilias 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, 26 Jun 2011 07:20:25 -0000 On 26 June 2011 04:12, Marcus wrote: > http://www.freebsd.org/cgi/url.cgi?ports/www/ilias/pkg-descr > > WWW: http://www.ilias.de/ios/index-e.html > > > Not Found > > The requested URL /ios/index-e.html was not found on this server. Hm. How about http://www.ilias.de/docu/ ? Wen, there's a patch at [1]. Chris [1] http://people.freebsd.org/~crees/patches/ilias-www.diff From owner-freebsd-ports@FreeBSD.ORG Sun Jun 26 07:34:17 2011 Return-Path: Delivered-To: ports@freebsd.org Received: from mx2.freebsd.org (mx2.freebsd.org [IPv6:2001:4f8:fff6::35]) by hub.freebsd.org (Postfix) with ESMTP id 7ECFD1065672 for ; Sun, 26 Jun 2011 07:34:17 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from 65-241-43-4.globalsuite.net (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx2.freebsd.org (Postfix) with ESMTP id 5324D14E573; Sun, 26 Jun 2011 07:34:17 +0000 (UTC) Message-ID: <4E06E0F9.9010909@FreeBSD.org> Date: Sun, 26 Jun 2011 00:34:17 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.18) Gecko/20110624 Thunderbird/3.1.11 MIME-Version: 1.0 To: perryh@pluto.rain.com References: <4e02a06e.y49ZMbfV/Hw1q8gi%perryh@pluto.rain.com> In-Reply-To: <4e02a06e.y49ZMbfV/Hw1q8gi%perryh@pluto.rain.com> X-Enigmail-Version: 1.1.2 OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: initializing portmaster's local-packagedir 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, 26 Jun 2011 07:34:17 -0000 On 06/22/2011 19:09, perryh@pluto.rain.com wrote: > Starting with a single directory containing a few hundred packages > (.tbz files), how would I go about converting it into the sort of > repository which portmaster could use as its --local-packagedir? You should be able to put them in $LOCAL_PACKAGEDIR/All but I haven't tested it. Doug -- Nothin' ever doesn't change, but nothin' changes much. -- OK Go Breadth of IT experience, and depth of knowledge in the DNS. Yours for the right price. :) http://SupersetSolutions.com/ From owner-freebsd-ports@FreeBSD.ORG Sun Jun 26 07:39:33 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx2.freebsd.org (mx2.freebsd.org [IPv6:2001:4f8:fff6::35]) by hub.freebsd.org (Postfix) with ESMTP id 9A3B3106564A for ; Sun, 26 Jun 2011 07:39:33 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from 65-241-43-4.globalsuite.net (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx2.freebsd.org (Postfix) with ESMTP id 6DE4614EBFA; Sun, 26 Jun 2011 07:39:33 +0000 (UTC) Message-ID: <4E06E235.5020004@FreeBSD.org> Date: Sun, 26 Jun 2011 00:39:33 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.18) Gecko/20110624 Thunderbird/3.1.11 MIME-Version: 1.0 To: Carl References: 4DC0742E.1050104@gmail.com <4E059769.2050805@telus.net> In-Reply-To: <4E059769.2050805@telus.net> X-Enigmail-Version: 1.1.2 OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: portmaster issue: "The value of DISTDIR cannot be empty" 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, 26 Jun 2011 07:39:33 -0000 On 06/25/2011 01:08, Carl wrote: > Well I'm not the OP, but I just experienced something very similar. This > arose when I was trying to deal with the combining of ports > print/amspsfnt and print/cmpsfont into print/font-amsfonts. As you can > see below, I had no problem upgrading print/amspsfnt, but the "DISTDIR > cannot be empty" error prevented doing the same for print/cmpsfont. > Although I admit to not showing some commands where I was hunting around > in the man page and looking at the portmaster script, I'm not aware of > doing anything significant other than what you see below, unless perhaps > I switched between one 'screen' window to another (ie. different shell > process). The fact that the problem was intermittent indicates something environmental. > It doesn't make sense to me, but as you can see it worked > after querying the value of DISTDIR. This should not make any difference. I'm sorry you were inconvenienced by this, but there is no data here that I can use to debug. Doug -- Nothin' ever doesn't change, but nothin' changes much. -- OK Go Breadth of IT experience, and depth of knowledge in the DNS. Yours for the right price. :) http://SupersetSolutions.com/ From owner-freebsd-ports@FreeBSD.ORG Sun Jun 26 08:16:27 2011 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 CD3861065672; Sun, 26 Jun 2011 08:16:27 +0000 (UTC) (envelope-from micro@heavennet.ru) Received: from mail-fx0-f44.google.com (mail-fx0-f44.google.com [209.85.161.44]) by mx1.freebsd.org (Postfix) with ESMTP id 809518FC14; Sun, 26 Jun 2011 08:16:26 +0000 (UTC) Received: by fxe6 with SMTP id 6so793375fxe.17 for ; Sun, 26 Jun 2011 01:16:25 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.5.212 with SMTP id 20mr7131637faw.40.1309076184377; Sun, 26 Jun 2011 01:16:24 -0700 (PDT) Received: by 10.223.109.202 with HTTP; Sun, 26 Jun 2011 01:16:24 -0700 (PDT) In-Reply-To: References: <20110622020048.GA83940@FreeBSD.org> <20110622064224.GB94185@FreeBSD.org> <20110622160233.8b6156e1.itetcu@FreeBSD.org> <20110622135941.GA99725@FreeBSD.org> <20110623033052.GA23118@FreeBSD.org> <20110623083351.GA51681@FreeBSD.org> <4E052ADA.8050200@freebsd.org> Date: Sun, 26 Jun 2011 12:16:24 +0400 Message-ID: From: "Ilya A. Arkhipov" To: Joe Marcus Clarke Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Chris Rees , ports@freebsd.org, Alexey Dokuchaev , Ion-Mihai Tetcu , kwm@freebsd.org Subject: Re: portlint(1) knobs order: let's make things more logical 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, 26 Jun 2011 08:16:27 -0000 25 =C9=C0=CE=D1 2011 =C7. 15:52 =D0=CF=CC=D8=DA=CF=D7=C1=D4=C5=CC=D8 Ilya A= . Arkhipov =CE=C1=D0=C9=D3=C1=CC: > > > 25 =C9=C0=CE=D1 2011 =C7. 4:24 =D0=CF=CC=D8=DA=CF=D7=C1=D4=C5=CC=D8 Joe M= arcus Clarke =CE=C1=D0=C9=D3=C1=CC: > > On 6/24/11 8:16 AM, Ilya A. Arkhipov wrote: >> > 23 =C9=C0=CE=D1 2011 =C7. 21:52 =D0=CF=CC=D8=DA=CF=D7=C1=D4=C5=CC=D8 I= lya A. Arkhipov > >=CE=C1=D0=C9=D3=C1=CC: >> > >> >> =F3=F3: to eitan@eitanadler.com >> > >> > >> > Hi danfe@, marcus@ and all >> > >> > What you say about this patch(in attach)? >> > >> > ps. sorry i can't test patch on my work >> >> Thanks. Can you submit this as a PR so I can track it. I have a >> portlint commit coming up soon. >> >> Joe >> >> -- >> Joe Marcus Clarke >> FreeBSD GNOME Team :: gnome@FreeBSD.org >> FreeNode / #freebsd-gnome >> http://www.FreeBSD.org/gnome >> > > All patch have error's... > if we use "&checkorder('LICENSE', $tmp, $file," that this block invariabl= e, > but there is no license at all. > Also if try: > print "OK: checking fourth section of $file (LICENSE).\n" > if ($verbose); > $tmp =3D $sections[$idx]; > > if ($tmp =3D~ /LICENSE/) { > > &checkorder('LICENSE', $tmp, $file, qw( > LICENSE LICENSE_COMB LICENSE_GROUPS LICENSE_NAME > > LICENSE_TEXT LICENSE_FILE LICENSE_PERMS > )); > $tmp may not contain license example: > 13 MAINTAINER=3D ports@FreeBSD.org > 14 COMMENT=3D Versatile softsynth implemented as a DSSI plugin > 15 > 16 BUILD_DEPENDS=3D ${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi= \ > 17 ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa > 18 LIB_DEPENDS=3D dssialsacompat.0:${PORTSDIR}/audio/libdssialsacomp= at \ > 19 lo.7:${PORTSDIR}/audio/liblo \ > 20 jack.0:${PORTSDIR}/audio/jack \ > 21 fftw3f.5:${PORTSDIR}/math/fftw3-float > 22 > 23 LICENSE=3D GPLv2 LGPL21 > > Any ideas.. > > > -- > Best regards. > Ilya A. Arkhipov > > Hi All, Please test this patch http://micro.heavennet.ru/ports/portlint/portlint.patch --=20 Best regards. Ilya A. Arkhipov From owner-freebsd-ports@FreeBSD.ORG Sun Jun 26 08:22:45 2011 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 E8A3B1065673; Sun, 26 Jun 2011 08:22:45 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 57D748FC08; Sun, 26 Jun 2011 08:22:45 +0000 (UTC) Received: by iyb11 with SMTP id 11so4717225iyb.13 for ; Sun, 26 Jun 2011 01:22:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=vl2wQSV5V9Bc5iiz+QXA6EqHTBR0j94SFQFsZf7LfOg=; b=yCwNbzo38P8c6LBtk2cQazdIxNAbzBz7q/4W284EhpzcCnEcr+ehkDcIQeawSIWXAJ dd1JgTRNA23efvouD06bTK1St7yO2fjRftfKTIsopxeL8ZPtJ0LZTJRZLR9itv95W7Aa GUOVw2dUFAQZioNuN41+KH3D/fKCZrQZIR3PI= 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; b=nx7S+9U31/eEpLRoe/NqTPfC0C6zqjjP9Q8GytYwIyAGwmnIfzlWj1RmV5UN9SqnR6 7pUu4JszlVQp5emSv19HZ3wVRt2rgEmi1OdYWD0DMLWoIV+2kaDoXrARZqubz1AZMuAf DyIaQSnr2pABWfKuG06yQu2D5FjSYHxSkoTos= MIME-Version: 1.0 Received: by 10.42.168.4 with SMTP id u4mr5790675icy.316.1309076564306; Sun, 26 Jun 2011 01:22:44 -0700 (PDT) Sender: utisoft@gmail.com Received: by 10.231.49.193 with HTTP; Sun, 26 Jun 2011 01:22:44 -0700 (PDT) Received: by 10.231.49.193 with HTTP; Sun, 26 Jun 2011 01:22:44 -0700 (PDT) In-Reply-To: References: <20110622020048.GA83940@FreeBSD.org> <20110622064224.GB94185@FreeBSD.org> <20110622160233.8b6156e1.itetcu@FreeBSD.org> <20110622135941.GA99725@FreeBSD.org> <20110623033052.GA23118@FreeBSD.org> <20110623083351.GA51681@FreeBSD.org> <4E052ADA.8050200@freebsd.org> Date: Sun, 26 Jun 2011 09:22:44 +0100 X-Google-Sender-Auth: Qqwa-vash4-moh2-vZlfEc_IhNU Message-ID: From: Chris Rees To: "Ilya A. Arkhipov" Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: kwm@freebsd.org, Alexey Dokuchaev , ports@freebsd.org, Chris Rees , Joe Marcus Clarke , Ion-Mihai Tetcu Subject: Re: portlint(1) knobs order: let's make things more logical 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, 26 Jun 2011 08:22:46 -0000 On 26 Jun 2011 09:16, "Ilya A. Arkhipov" wrote: > > 25 =C9=C0=CE=D1 2011 =C7. 15:52 =D0=CF=CC=D8=DA=CF=D7=C1=D4=C5=CC=D8 Ilya= A. Arkhipov =CE=C1=D0=C9=D3=C1=CC: > >> >> >> 25 =C9=C0=CE=D1 2011 =C7. 4:24 =D0=CF=CC=D8=DA=CF=D7=C1=D4=C5=CC=D8 Joe = Marcus Clarke =CE=C1=D0=C9=D3=C1=CC: >> >>> On 6/24/11 8:16 AM, Ilya A. Arkhipov wrote: >>> > 23 =C9=C0=CE=D1 2011 =C7. 21:52 =D0=CF=CC=D8=DA=CF=D7=C1=D4=C5=CC=D8 = Ilya A. Arkhipov < micro@heavennet.ru>=CE=C1=D0=C9=D3=C1=CC: >>> > >>> >> =F3=F3: to eitan@eitanadler.com >>> > >>> > >>> > Hi danfe@, marcus@ and all >>> > >>> > What you say about this patch(in attach)? >>> > >>> > ps. sorry i can't test patch on my work >>> >>> Thanks. Can you submit this as a PR so I can track it. I have a >>> portlint commit coming up soon. >>> >>> Joe >>> >>> -- >>> Joe Marcus Clarke >>> FreeBSD GNOME Team :: gnome@FreeBSD.org >>> FreeNode / #freebsd-gnome >>> http://www.FreeBSD.org/gnome >> >> >> All patch have error's... >> if we use "&checkorder('LICENSE', $tmp, $file," that this block invariable, but there is no license at all. >> Also if try: >> print "OK: checking fourth section of $file (LICENSE).\n" >> if ($verbose); >> $tmp =3D $sections[$idx]; >> >> if ($tmp =3D~ /LICENSE/) { >> >> &checkorder('LICENSE', $tmp, $file, qw( >> LICENSE LICENSE_COMB LICENSE_GROUPS LICENSE_NAME >> >> LICENSE_TEXT LICENSE_FILE LICENSE_PERMS >> )); >> $tmp may not contain license example: >> 13 MAINTAINER=3D ports@FreeBSD.org >> 14 COMMENT=3D Versatile softsynth implemented as a DSSI plugin >> 15 >> 16 BUILD_DEPENDS=3D ${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dss= i \ >> 17 ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa >> 18 LIB_DEPENDS=3D dssialsacompat.0:${PORTSDIR}/audio/libdssialsacom= pat \ >> 19 lo.7:${PORTSDIR}/audio/liblo \ >> 20 jack.0:${PORTSDIR}/audio/jack \ >> 21 fftw3f.5:${PORTSDIR}/math/fftw3-float >> 22 >> 23 LICENSE=3D GPLv2 LGPL21 >> >> Any ideas.. >> >> >> -- >> Best regards. >> Ilya A. Arkhipov >> > > Hi All, > > Please test this patch http://micro.heavennet.ru/ports/portlint/portlint.patch > > Did you send a PR? It'd be much easier for us to track. Chris From owner-freebsd-ports@FreeBSD.ORG Sun Jun 26 08:48:02 2011 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 491B71065670; Sun, 26 Jun 2011 08:48:02 +0000 (UTC) (envelope-from micro@heavennet.ru) Received: from mail-fx0-f44.google.com (mail-fx0-f44.google.com [209.85.161.44]) by mx1.freebsd.org (Postfix) with ESMTP id E46BA8FC13; Sun, 26 Jun 2011 08:48:00 +0000 (UTC) Received: by fxe6 with SMTP id 6so800753fxe.17 for ; Sun, 26 Jun 2011 01:47:59 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.71.201 with SMTP id i9mr5078787faj.97.1309078079520; Sun, 26 Jun 2011 01:47:59 -0700 (PDT) Received: by 10.223.109.202 with HTTP; Sun, 26 Jun 2011 01:47:59 -0700 (PDT) In-Reply-To: References: <20110622020048.GA83940@FreeBSD.org> <20110622064224.GB94185@FreeBSD.org> <20110622160233.8b6156e1.itetcu@FreeBSD.org> <20110622135941.GA99725@FreeBSD.org> <20110623033052.GA23118@FreeBSD.org> <20110623083351.GA51681@FreeBSD.org> <4E052ADA.8050200@freebsd.org> Date: Sun, 26 Jun 2011 12:47:59 +0400 Message-ID: From: "Ilya A. Arkhipov" To: Chris Rees Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@freebsd.org, kwm@freebsd.org, Alexey Dokuchaev , Ion-Mihai Tetcu , Joe Marcus Clarke Subject: Re: portlint(1) knobs order: let's make things more logical 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, 26 Jun 2011 08:48:02 -0000 26 =C9=C0=CE=D1 2011 =C7. 12:22 =D0=CF=CC=D8=DA=CF=D7=C1=D4=C5=CC=D8 Chris = Rees =CE=C1=D0=C9=D3=C1=CC: > > On 26 Jun 2011 09:16, "Ilya A. Arkhipov" wrote: > > > > 25 =C9=C0=CE=D1 2011 =C7. 15:52 =D0=CF=CC=D8=DA=CF=D7=C1=D4=C5=CC=D8 Il= ya A. Arkhipov > =CE=C1=D0=C9=D3=C1=CC: > > > >> > >> > >> 25 =C9=C0=CE=D1 2011 =C7. 4:24 =D0=CF=CC=D8=DA=CF=D7=C1=D4=C5=CC=D8 Jo= e Marcus Clarke > =CE=C1=D0=C9=D3=C1=CC: > >> > >>> On 6/24/11 8:16 AM, Ilya A. Arkhipov wrote: > >>> > 23 =C9=C0=CE=D1 2011 =C7. 21:52 =D0=CF=CC=D8=DA=CF=D7=C1=D4=C5=CC= =D8 Ilya A. Arkhipov < > micro@heavennet.ru>=CE=C1=D0=C9=D3=C1=CC: > >>> > > >>> >> =F3=F3: to eitan@eitanadler.com > >>> > > >>> > > >>> > Hi danfe@, marcus@ and all > >>> > > >>> > What you say about this patch(in attach)? > >>> > > >>> > ps. sorry i can't test patch on my work > >>> > >>> Thanks. Can you submit this as a PR so I can track it. I have a > >>> portlint commit coming up soon. > >>> > >>> Joe > >>> > >>> -- > >>> Joe Marcus Clarke > >>> FreeBSD GNOME Team :: gnome@FreeBSD.org > >>> FreeNode / #freebsd-gnome > >>> http://www.FreeBSD.org/gnome > >> > >> > >> All patch have error's... > >> if we use "&checkorder('LICENSE', $tmp, $file," that this block > invariable, but there is no license at all. > >> Also if try: > >> print "OK: checking fourth section of $file (LICENSE).\n" > >> if ($verbose); > >> $tmp =3D $sections[$idx]; > >> > >> if ($tmp =3D~ /LICENSE/) { > >> > >> &checkorder('LICENSE', $tmp, $file, qw( > >> LICENSE LICENSE_COMB LICENSE_GROUPS LICENSE_NAME > >> > >> LICENSE_TEXT LICENSE_FILE LICENSE_PERMS > >> )); > >> $tmp may not contain license example: > >> 13 MAINTAINER=3D ports@FreeBSD.org > >> 14 COMMENT=3D Versatile softsynth implemented as a DSSI plugin > >> 15 > >> 16 BUILD_DEPENDS=3D ${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/d= ssi > \ > >> 17 ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa > >> 18 LIB_DEPENDS=3D > dssialsacompat.0:${PORTSDIR}/audio/libdssialsacompat \ > >> 19 lo.7:${PORTSDIR}/audio/liblo \ > >> 20 jack.0:${PORTSDIR}/audio/jack \ > >> 21 fftw3f.5:${PORTSDIR}/math/fftw3-float > >> 22 > >> 23 LICENSE=3D GPLv2 LGPL21 > >> > >> Any ideas.. > >> > >> > >> -- > >> Best regards. > >> Ilya A. Arkhipov > >> > > > > Hi All, > > > > Please test this patch > http://micro.heavennet.ru/ports/portlint/portlint.patch > > > > > > Did you send a PR? It'd be much easier for us to track. > > Chris > PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=3D158306 --=20 Best regards. Ilya A. Arkhipov From owner-freebsd-ports@FreeBSD.ORG Sun Jun 26 09:50:38 2011 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 8A7A5106566B; Sun, 26 Jun 2011 09:50:38 +0000 (UTC) (envelope-from wenheping@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 2681A8FC08; Sun, 26 Jun 2011 09:50:37 +0000 (UTC) Received: by qwc9 with SMTP id 9so2604199qwc.13 for ; Sun, 26 Jun 2011 02:50:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=N17m2wUbLOTvHzPCj8ByDcqB8qPEzaXCXEF5ZZcORo0=; b=bLvzx67HlKCcQHevsc0ZdvZTKzaGKPPpklLJ+xFw6z1mU/Wem1hJrlb+TYX1HoXwCQ PWEDV14KnsOCLXE2WrBZAZaCEWbUzLRTny/DV4/kCf1NRUmzgW9rfgjbQPOKIDxTIwaG lXbwzzTIGMuUkBQ4rxPXlew1FGBv+XVHd5W/o= 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=yBJgDKnneaNGj6oy/Qu+Yr1WZx+7DVz+uDvmrb6XrA09i4OznWdyoV0PJ58fQoZFTq rfLS3fT6FyrKBa//AWwKndN/tFX2DeXEuR3N2sanOBIUQ8CUuGk0dI0LeYeqK4XHGZKe lnhiHy4YwPqDhbO0CPrm9Kb0Lno8srir8q3CE= MIME-Version: 1.0 Received: by 10.224.190.130 with SMTP id di2mr4024013qab.177.1309081836452; Sun, 26 Jun 2011 02:50:36 -0700 (PDT) Received: by 10.224.80.206 with HTTP; Sun, 26 Jun 2011 02:50:36 -0700 (PDT) In-Reply-To: References: Date: Sun, 26 Jun 2011 17:50:36 +0800 Message-ID: From: wen heping To: Chris Rees Content-Type: text/plain; charset=UTF-8 Cc: wen@freebsd.org, ports@freebsd.org, Marcus Subject: Re: FreeBSD Port: ilias 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, 26 Jun 2011 09:50:38 -0000 2011/6/26 Chris Rees : > On 26 June 2011 04:12, Marcus wrote: >> http://www.freebsd.org/cgi/url.cgi?ports/www/ilias/pkg-descr >> >> WWW: http://www.ilias.de/ios/index-e.html >> >> >> Not Found >> >> The requested URL /ios/index-e.html was not found on this server. > > Hm. > > How about http://www.ilias.de/docu/ ? I think http://www.ilias.de is enough, do you agree? wen > > Wen, there's a patch at [1]. > > Chris > > [1] http://people.freebsd.org/~crees/patches/ilias-www.diff > From owner-freebsd-ports@FreeBSD.ORG Sun Jun 26 10:06:12 2011 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 C5CD21065670; Sun, 26 Jun 2011 10:06:12 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6FC9C8FC08; Sun, 26 Jun 2011 10:06:12 +0000 (UTC) Received: by iwr19 with SMTP id 19so4749408iwr.13 for ; Sun, 26 Jun 2011 03:06:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=Z/oQ/TKAibRtuABgwNRn3bnx3zfPKWcDHIRG1aOTCeY=; b=s7dNwh8+sr/YnUqy1zJUSoRIAZgaucs8o0vltgS0+UvxCsyRzQxv72w2WSQyIw0Hb8 cDvBwOi04V2onFc8abPO5sNJgzhySdyLTLUb/BzqCZ8OEiC879BI02i47rWi6+M8UTJl Un1Bd+fM76fA0eRekElYoOrN2+HMTQcuYCr+k= 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; b=qlrKMyaGGZ2xky01y228k6vb4aMIeedKZj0UIDRDcIQLQRLvVeMXr50eUoFy/UG3xt rG+iIxfPgt1sE0fbyh70lXTTonKIxb50jpex+tTsD7o+6OA4XFX3HYth8lNom4MTuZIV SClLkeupYt+Ak486fEtdHywIgE7Sb3W9T3HCE= MIME-Version: 1.0 Received: by 10.231.116.92 with SMTP id l28mr4939567ibq.20.1309082771537; Sun, 26 Jun 2011 03:06:11 -0700 (PDT) Sender: utisoft@gmail.com Received: by 10.231.49.193 with HTTP; Sun, 26 Jun 2011 03:06:11 -0700 (PDT) Received: by 10.231.49.193 with HTTP; Sun, 26 Jun 2011 03:06:11 -0700 (PDT) In-Reply-To: References: Date: Sun, 26 Jun 2011 11:06:11 +0100 X-Google-Sender-Auth: DEOLtleve41BG2WYLnmGeM65cPc Message-ID: From: Chris Rees To: wen heping Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Chris Rees , ports@freebsd.org, wen@freebsd.org, Marcus Subject: Re: FreeBSD Port: ilias 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, 26 Jun 2011 10:06:13 -0000 On 26 Jun 2011 10:50, "wen heping" wrote: > > 2011/6/26 Chris Rees : > > On 26 June 2011 04:12, Marcus wrote: > >> http://www.freebsd.org/cgi/url.cgi?ports/www/ilias/pkg-descr > >> > >> WWW: http://www.ilias.de/ios/index-e.html > >> > >> > >> Not Found > >> > >> The requested URL /ios/index-e.html was not found on this server. > > > > Hm. > > > > How about http://www.ilias.de/docu/ ? > > I think http://www.ilias.de is enough, do you agree? > > wen > I'll defer to the maintainer's opinion ;) Chris From owner-freebsd-ports@FreeBSD.ORG Sun Jun 26 11:06:46 2011 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 C30601065672 for ; Sun, 26 Jun 2011 11:06:46 +0000 (UTC) (envelope-from lumiwa@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 868FE8FC16 for ; Sun, 26 Jun 2011 11:06:46 +0000 (UTC) Received: by iwr19 with SMTP id 19so4773494iwr.13 for ; Sun, 26 Jun 2011 04:06:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:subject:date:user-agent:cc:references :in-reply-to:mime-version:content-type:content-transfer-encoding :message-id; bh=/nQfWl79Kb+nFtkrVZdVD7tuKf7YnUPi4q21Hqd7ycs=; b=jVgLPJ5HodtQfpVhrZaGePI4ZpXNicWBD5i1ICv9tVl25A09Cz/PXuePHNBtnOddkZ gx4RL47gmHCUB7yFPDVKHv4Whb+xSdidDTdFaYQXWi4RPEBnXfdkSBszxHrO8jzENRlr PmW3ke0mGheY2rXjtnw4/X5zq/RWB3cVTs7Pw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; b=qRpDUVEpBfi0YG+y5zuYVdl55FYgGjITT/8mUhK2a+T8EJIKCwPRoxXKXIU7wKL6h2 kDgOh0tqXhxihzwx2qPEEzR/FT4II+NQT5cYXgEKABu92/dtNDYXoAvOE9cmfiwNkybj db2yoSxa3IFwJ/kV1LuBpq1rDDcN7cNGEQJYk= Received: by 10.43.50.9 with SMTP id vc9mr5774752icb.232.1309086405584; Sun, 26 Jun 2011 04:06:45 -0700 (PDT) Received: from athena.wi.rr.com (cpe-184-58-138-79.wi.res.rr.com [184.58.138.79]) by mx.google.com with ESMTPS id s2sm2460899ibe.52.2011.06.26.04.06.44 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 26 Jun 2011 04:06:45 -0700 (PDT) From: ajtiM To: Sergio de Almeida Lenzi Date: Sun, 26 Jun 2011 06:06:40 -0500 User-Agent: KMail/1.13.7 (FreeBSD/8.2-RELEASE-p1; KDE/4.6.4; i386; ; ) References: <201106231805.54355.lumiwa@gmail.com> <1308923866.22076.3.camel@z6000.lenzicasa> In-Reply-To: <1308923866.22076.3.camel@z6000.lenzicasa> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201106260606.41041.lumiwa@gmail.com> Cc: freebsd-ports@freebsd.org Subject: Re: mencoder 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, 26 Jun 2011 11:06:46 -0000 On Friday 24 June 2011 08:57:46 Sergio de Almeida Lenzi wrote: > The problem is that it is missing cflags in the module codec-cfg.c > a fix (dirty) in the mencoder makefile does the trick > > ======================================================== > --- Makefile.orig 2011-06-24 10:18:38.856768653 -0300 > +++ Makefile 2011-06-24 10:18:43.546211306 -0300 > @@ -170,6 +170,9 @@ > -e 's#HAVE_LOG2 1#HAVE_LOG2 0#g' \ > -e 's#HAVE_LOG2F 1#HAVE_LOG2F 0#g' \ > ${WRKSRC}/config.h > + @${REINPLACE_CMD} \ > + -e "s;-Iffmpeg;-Iffmpeg `pkg-config --cflags libass`;" ${WRKSRC} > + > > do-install: > @${INSTALL_PROGRAM} ${WRKSRC}/mencoder ${PREFIX}/bin > ======================================================== I solved a problem: I went into the work/mplayer-export-2011-03-29 directory, and ran: cc -O -DCODECS2HTML -I/usr/local/include -I. -Iffmpeg -o codec-cfg codec- cfg.c Than make make install. If I use a postmaster it didn't work. Mitja -------- http://jpgmag.com/people/lumiwa From owner-freebsd-ports@FreeBSD.ORG Sun Jun 26 17:27:08 2011 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 C386A106567C for ; Sun, 26 Jun 2011 17:27:08 +0000 (UTC) (envelope-from cmt@burggraben.net) Received: from smtp.burggraben.net (ns.exwg.net [88.198.69.35]) by mx1.freebsd.org (Postfix) with ESMTP id 746EF8FC0C for ; Sun, 26 Jun 2011 17:27:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.burggraben.net (Postfix) with ESMTP id A13F36003CF for ; Sun, 26 Jun 2011 19:27:06 +0200 (CEST) X-Spam-Scanned: by amavisd-new at exwg.net Received: from smtp.burggraben.net ([127.0.0.1]) by localhost (ns.burggraben.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JHuZcBCzK2GP for ; Sun, 26 Jun 2011 19:27:05 +0200 (CEST) Received: from elch.exwg.net (pC19F6063.dip.t-dialin.net [193.159.96.99]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "elch.exwg.net", Issuer "Christoph Moench-Tegeder" (verified OK)) by smtp.burggraben.net (Postfix) with ESMTPS for ; Sun, 26 Jun 2011 19:27:05 +0200 (CEST) Received: by elch.exwg.net (Postfix, from userid 1000) id 051E6AC840; Sun, 26 Jun 2011 19:27:05 +0200 (CEST) Date: Sun, 26 Jun 2011 19:27:05 +0200 From: Christoph Moench-Tegeder To: freebsd-ports@freebsd.org Message-ID: <20110626172704.GA1680@elch.exwg.net> References: <27281498.3448761308959243390.JavaMail.root@wmail59> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Subject: Re: multimedia/ffmpeg: error updating to 0.7.1,1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jun 2011 17:27:09 -0000 ## Torfinn Ingolfsen (tingox@gmail.com): > Hi, > More errors. > > On Sat, Jun 25, 2011 at 1:47 AM, Barbara wrote: > > > > I'm getting the following error (http://pastebin.com/fjggW0C4) trying to > > upgrade ffmpeg: > > On a 64-bit machine and os: > tingo@kg-v2$ uname -a > FreeBSD kg-v2.kg4.no 8.1-STABLE FreeBSD 8.1-STABLE #3: Thu Sep 16 > 22:18:48 CEST 2010 root@kg-v2.kg4.no:/usr/obj/usr/src/sys/GENERIC > amd64 > > I get this: > CC libavcodec/vp5.o > CC libavcodec/vp56.o > {standard input}: Assembler messages: > {standard input}:186: Error: `(%r8d,%eax)' is not a valid 64 bit > base/index expression Confirmed, as long as I use the default system compiler (gcc (GCC) 4.2.1 20070719 [FreeBSD]). When using gcc 4.5 (set USE_GCC=4.5+) from ports, I can build ffmpeg just fine on amd64 8.2-RELEASE, even with SSE3 etc. enabled. Regards, Christoph -- Spare Space From owner-freebsd-ports@FreeBSD.ORG Sun Jun 26 20:28:50 2011 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 8374E106566B for ; Sun, 26 Jun 2011 20:28:50 +0000 (UTC) (envelope-from troy@twisted.net) Received: from oz.twisted.net (oz.twisted.net [69.211.34.241]) by mx1.freebsd.org (Postfix) with ESMTP id 376688FC08 for ; Sun, 26 Jun 2011 20:28:49 +0000 (UTC) Received: from oz.twisted.net (localhost [127.0.0.1]) by oz.twisted.net (Postfix) with ESMTP id 6F4AE101D13C for ; Sun, 26 Jun 2011 15:09:42 -0500 (CDT) X-Virus-Scanned: amavisd-new at example.com Received: from oz.twisted.net ([127.0.0.1]) by oz.twisted.net (oz.twisted.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EjdTrh886GbQ for ; Sun, 26 Jun 2011 15:09:31 -0500 (CDT) Received: from [172.16.0.5] (sindrome.twisted.net [172.16.0.5]) by oz.twisted.net (Postfix) with ESMTP id C5A5A101D091 for ; Sun, 26 Jun 2011 15:09:31 -0500 (CDT) Message-ID: <4E07919C.1000100@twisted.net> Date: Sun, 26 Jun 2011 15:07:56 -0500 From: Troy User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:5.0) Gecko/20110620 Thunderbird/5.0b2 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <27281498.3448761308959243390.JavaMail.root@wmail59> <20110626172704.GA1680@elch.exwg.net> In-Reply-To: <20110626172704.GA1680@elch.exwg.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: multimedia/ffmpeg: error updating to 0.7.1,1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: troy@twisted.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jun 2011 20:28:50 -0000 On 6/26/2011 12:27 PM, Christoph Moench-Tegeder wrote: > Confirmed, as long as I use the default system compiler (gcc (GCC) > 4.2.1 20070719 [FreeBSD]). When using gcc 4.5 (set USE_GCC=4.5+) from > ports, I can build ffmpeg just fine on amd64 8.2-RELEASE, even with > SSE3 etc. enabled. I'm getting the following error when trying to compile ffmpeg. Any chance a check-in will be done to fix this? {standard input}: Assembler messages: {standard input}:186: Error: `(%r8d,%eax)' is not a valid 64 bit base/index expression {standard input}:231: Error: `(%r8d,%eax)' is not a valid 64 bit base/index expression {standard input}:276: Error: `(%r8d,%eax)' is not a valid 64 bit base/index expression {standard input}:330: Error: `(%r8d,%eax)' is not a valid 64 bit base/index expression {standard input}:436: Error: `(%r8d,%eax)' is not a valid 64 bit base/index expression {standard input}:585: Error: `(%r8d,%eax)' is not a valid 64 bit base/index expression {standard input}:680: Error: `(%r8d,%eax)' is not a valid 64 bit base/index expression {standard input}:725: Error: `(%r8d,%eax)' is not a valid 64 bit base/index expression {standard input}:859: Error: `(%r8d,%eax)' is not a valid 64 bit base/index expression {standard input}:898: Error: `(%esi,%edx)' is not a valid 64 bit base/index expression {standard input}:932: Error: `(%esi,%edx)' is not a valid 64 bit base/index expression {standard input}:972: Error: `(%esi,%edx)' is not a valid 64 bit base/index expression {standard input}:1023: Error: `(%r8d,%eax)' is not a valid 64 bit base/index expression {standard input}:3894: Error: `(%esi,%eax)' is not a valid 64 bit base/index expression {standard input}:4308: Error: `(%esi,%eax)' is not a valid 64 bit base/index expression {standard input}:4677: Error: `(%esi,%eax)' is not a valid 64 bit base/index expression {standard input}:4931: Error: `(%esi,%eax)' is not a valid 64 bit base/index expression {standard input}:5185: Error: `(%esi,%eax)' is not a valid 64 bit base/index expression {standard input}:5439: Error: `(%esi,%eax)' is not a valid 64 bit base/index expression {standard input}:5954: Error: `(%esi,%eax)' is not a valid 64 bit base/index expression gmake: *** [libavcodec/vp5.o] Error 1 gmake: *** Waiting for unfinished jobs.... {standard input}: Assembler messages: {standard input}:285: Error: `(%esi,%edx)' is not a valid 64 bit base/index expression {standard input}:498: Error: `(%r8d,%edx)' is not a valid 64 bit base/index expression {standard input}:559: Error: `(%r8d,%edx)' is not a valid 64 bit base/index expression {standard input}:650: Error: `(%esi,%eax)' is not a valid 64 bit base/index expression {standard input}:1683: Error: `(%esi,%eax)' is not a valid 64 bit base/index expression {standard input}:1857: Error: `(%esi,%eax)' is not a valid 64 bit base/index expression gmake: *** [libavcodec/vp56.o] Error 1 *** Error code 1 Stop in /usr/ports/multimedia/ffmpeg. *** Error code 1 Stop in /usr/ports/multimedia/ffmpeg. From owner-freebsd-ports@FreeBSD.ORG Sun Jun 26 20:47:30 2011 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 49166106566B for ; Sun, 26 Jun 2011 20:47:30 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp03.lnh.mail.rcn.net (smtp03.lnh.mail.rcn.net [207.172.157.103]) by mx1.freebsd.org (Postfix) with ESMTP id 022AE8FC14 for ; Sun, 26 Jun 2011 20:47:29 +0000 (UTC) Received: from mr16.lnh.mail.rcn.net ([207.172.157.36]) by smtp02.lnh.mail.rcn.net with ESMTP; 26 Jun 2011 16:47:28 -0400 Received: from smtp04.lnh.mail.rcn.net (smtp04.lnh.mail.rcn.net [207.172.157.104]) by mr16.lnh.mail.rcn.net (MOS 4.2.3-GA) with ESMTP id BDV36506; Sun, 26 Jun 2011 16:47:28 -0400 Received: from 209-6-91-204.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.91.204]) by smtp04.lnh.mail.rcn.net with ESMTP; 26 Jun 2011 16:47:28 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19975.39647.776946.753297@jerusalem.litteratus.org> Date: Sun, 26 Jun 2011 16:47:27 -0400 To: troy@twisted.net In-Reply-To: <4E07919C.1000100@twisted.net> References: <27281498.3448761308959243390.JavaMail.root@wmail59> <20110626172704.GA1680@elch.exwg.net> <4E07919C.1000100@twisted.net> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr16.lnh.mail.rcn.net) Cc: freebsd-ports@freebsd.org Subject: Re: multimedia/ffmpeg: error updating to 0.7.1,1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jun 2011 20:47:30 -0000 There was a problem with the latest update - maintainer missed a patch file. It has been corrected; please update and try again. If failure persists, please talk to the maintainer. Respectfully, Robert Huff From owner-freebsd-ports@FreeBSD.ORG Mon Jun 27 10:44:31 2011 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 C79DF106564A; Mon, 27 Jun 2011 10:44:31 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward13.mail.yandex.net (forward13.mail.yandex.net [95.108.130.120]) by mx1.freebsd.org (Postfix) with ESMTP id 77E7F8FC15; Mon, 27 Jun 2011 10:44:31 +0000 (UTC) Received: from smtp14.mail.yandex.net (smtp14.mail.yandex.net [95.108.131.192]) by forward13.mail.yandex.net (Yandex) with ESMTP id 8E660141E1C; Mon, 27 Jun 2011 14:44:29 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1309171469; bh=F/RmlyxHxY5/NZCrs3xqe3YR/KWKQHT5aOtQpd/dlK4=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=uSUaD99443OU2FVt3ULNkh7T7YDsxuaHsB8KlD7IXWilQJOb3Vs+kX5F1Pe8oGMCz TnpYCOVInsGoKGvPgnqTWUU0dngPciH3OavoN230IWhQ6a2ats6Qxq7tUO+0HlUKAN BvhHiiOsrszHOCPN9ts5fgmsFihEgJRCzXQVcoEE= Received: from smeshariki2.local (unknown [213.27.65.65]) by smtp14.mail.yandex.net (Yandex) with ESMTPSA id 3088419B8078; Mon, 27 Jun 2011 14:44:29 +0400 (MSD) Message-ID: <4E085E6D.2070009@yandex.ru> Date: Mon, 27 Jun 2011 14:41:49 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.9.2.18) Gecko/20110624 Thunderbird/3.1.11 MIME-Version: 1.0 To: gnixua@gmail.com References: <4DBFDA13.4080203@gmail.com> In-Reply-To: <4DBFDA13.4080203@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Yandex-Spam: 1 Cc: dougb@FreeBSD.org, freebsd-ports Subject: Re: portmaster issue: "The value of DISTDIR cannot be empty" 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, 27 Jun 2011 10:44:31 -0000 03.05.2011 14:33, Gritsuk Anton пишет: > > I tried to update this as usually. > # pkg_version -IvL= > libwps-0.2.0 < needs updating (index has 0.2.1) > > And I get error as below: > # portmaster libwps-0.2.0 > > ===>>> The value of DISTDIR cannot be empty > ===>>> Aborting update So it seems i got it. smeshariki2# mkdir /tmp/testdir smeshariki2# cd /tmp/testdir/ smeshariki2# rm -rf /tmp/testdir/ smeshariki2# pwd pwd: .: No such file or directory smeshariki2# portmaster p5-YAML-Tiny ===>>> The value of DISTDIR cannot be empty ===>>> Aborting update -- Regards, Ruslan From owner-freebsd-ports@FreeBSD.ORG Mon Jun 27 11:06:06 2011 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 1E24E1065670 for ; Mon, 27 Jun 2011 11:06:06 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0CE638FC0A for ; Mon, 27 Jun 2011 11:06:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p5RB66up071038 for ; Mon, 27 Jun 2011 11:06:06 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p5RB65V9071036 for freebsd-ports@FreeBSD.org; Mon, 27 Jun 2011 11:06:05 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 27 Jun 2011 11:06:05 GMT Message-Id: <201106271106.p5RB65V9071036@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, 27 Jun 2011 11:06:06 -0000 (Note: an HTML version of this report is available at http://www.freebsd.org/cgi/query-pr-summary.cgi?category=ports .) The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/158330 Port Update: www/mambo f ports/158328 [patch] graphics/libjpeg-turbo: enable compat with gra f ports/158318 [PATCH] www/py27-django-haystack: update to 1.2.4 o ports/158314 Maintainer Update: games/ninix-aya to 4.1.8 o ports/158309 New port: graphics/pinpoint - A tool for making hacker f ports/158305 math/scilab Error building the scilab manual file o ports/158304 openjdk 1.6 does not build on a machine without CMOV o ports/158296 pkg_add(1) does not search entire PKG_PATH for depende o ports/158294 Re: ports/140557: shells/44bsd-csh ESC file completion f ports/158285 [PATCH] www/libmicrohttpd: update to 0.9.12 o ports/158280 [PATCH] Update jre and jdk for latest Sun tzupdater to f ports/158265 fix for editors/xxe f ports/158262 [patch] mail/dcc-dccd update to 1.3.140 f ports/158243 [PATCH] sysutils/facter: update to 1.6.0 o ports/158237 [patch][maintainer-update] www/tomcat55: fix cronolog o ports/158204 [PATCH] java/jde: update to 2.4.0.1 f ports/158187 update ports/devel/log4cplus o ports/158179 some packages do not fully honor -P dir option in pkg_ o ports/158167 [NEW PORT] databases/percona-server: Multithreaded SQL f ports/158157 [UPDATE] update database/flamerobin to 0.9.2 f ports/158150 [PATCH] net-mgmt/fetchconfig: update to 0.21 o ports/158140 archivers/unadf patch o ports/158077 [PATCH] graphics/sswf: update to allow compilation wit o ports/158044 Multiple net/iaxmodem instances started o ports/158020 deprecate net-p2p/gift and dependent ports o ports/157979 security/py-fail2ban fails 2 ban since update of June, o ports/157949 [PATCH] devel/php5-Ice: update to 3.4.2 o ports/157948 [PATCH] devel/py27-Ice: update to 3.4.2 f ports/157947 [PATCH] devel/Ice: update to 3.4.2 f ports/157876 [patch] fix REQUIRE in net/gateway6 's rc.d script f ports/157807 security/sshguard-ipfw fails to work with -b option o ports/157791 audo/midimountain fails to copy all xpm files and fail o ports/157738 New port: net/py-ldaptor o ports/157719 [new port] net-mgmt/zenpack-CheckPing: Provides nagios o ports/157715 [new port] net-mgmt/zenpack-libvirt: Provides monitori o ports/157628 [patch] www/red5 remove user data while reinstalling u o ports/157542 [PATCH] Fix port: japanese/Wnn6 should use USERS= o ports/157505 [new port] net-mgmt/zenpack-DeviceSearch: Provides the o ports/157504 [new port] net-mgmt/zenpack-NetApp: Provides monitorin o ports/157503 [new port] net-mgmt/zenpack-InterfaceGraphs: Provides f ports/157494 lang/ezm3 fails to compile f ports/157458 lang/guile: configure: error: libltdl not found. See o ports/157426 New port: sysutils/fusefs-rar2fs Mount rar archives as o ports/157301 [New port] net-mgmt/zbxlog: Syslog server receives mes o ports/157282 [MAINTAINER PATCH] net/xrdp: effective login name is n o ports/157242 Updating port sysutils/swapexd for legacy compatibilit o ports/157212 japanese/font-alias: use shell instead of perl for pkg o ports/157197 [new port] net-mgmt/zenpack-deviceAdvDetail: Provides o ports/157196 [new port] net-mgmt/zenpack-DellMon: Provides addition o ports/157194 [new port] net-mgmt/zenpack-NtpMonitor: Monitors the o o ports/157191 [new port] net-mgmt/zenpack-MACReport: Lists MAC addre o ports/157190 [new port] net-mgmt/zenpack-GraphPortlet: Enables user o ports/157176 [patch] sysutils/heartbeat crashes when clock_t (signe o ports/157172 [NEW PORT] devel/libunistring: Unicode string library o ports/157149 [MAINTAINER] databases/tuning-primer: Resolve file fet o ports/157136 [new port] net-mgmt/zenpack-Domain: Provides expiratio o ports/157135 [new port] net-mgmt/zenpack-DellMonitor: Provides Zeno o ports/157133 [new port] net-mgmt/zenpack-ApacheMonitor: Provides pe f ports/157109 conflict between net/netpipes and sysutils/timelimit f ports/157107 conflict between mail/p5-Mail-SPF and mail/libspf2 f ports/157044 x11-toolkits/slgtk: fails to start f ports/157021 multimedia/mplayer: does not build with multimedia/lib o ports/157014 devel/jam: does not compile on FreeBSD 9.0 CURRENT/amd o ports/157000 fix port games/alephone-data o ports/156998 [patch] new version of graphics/xnview is available f ports/156988 net-mgmt/nagios: Please add IPv6 support o ports/156984 www/analog doesn't recognize Chrome browser type prope o ports/156934 fix port games/alephone-scenarios o ports/156926 security/openssh-portable port/pkg doesn't recognize i o ports/156896 Update of games/megaglest-data o ports/156895 Update for games/megaglest o ports/156876 update to comms/uarduno port for 9.0-CURRENT o ports/156870 [PATCH] x11-fonts/droid-fonts-ttf: Fix Checksums o ports/156834 New port: games/fairymax-devel latest version of games o ports/156833 games/fairymax: O-Flags option and preparing change in o ports/156791 New port: security/py-kerberos Python bindings for ker o ports/156776 net-mgmt/collectd in current ports will not build with f ports/156747 multimedia/mplayer: fix 24-bits OSS + some improvement o ports/156737 [patch] www/squid31: squid.in startup script fixes to f ports/156629 [patch] sysutils/puppet patch to use PACKAGEROOT inste o ports/156615 Please update sysutils/fusefs-ntfs o ports/156539 [NEW PORT] print/frescobaldi: A music score editor for o ports/156495 [NEW PORT] audio/mscore: MuseScore music notation prog o ports/156472 [new port] devel/ocaml-react - OCaml library for react f ports/156376 [PATCH] graphics/optipng: update to 0.6.5 o ports/156362 New port: games/rftg Race for the Galaxy AI o ports/156343 multimedia/xbmc 10.1_1 mp3 playback problem - CALSADir o ports/156313 [patch][new port] astro/gkrellsun2 (Gkrellm2 Plugin) o ports/156291 New port: audio/pure-audio - a digital audio interface o ports/156289 New port: graphics/pure-gl - Pure language interface t f ports/156252 New port: devel/radar Opensource tools to disasm, debu f ports/156171 port multimedia/mplayer patch-libao2-ao_oss.c is incor f ports/156143 New port: devel/arduino-mk: Build Arduino sketches fro o ports/156119 x11-fonts/font-manager: ignore a problem caused by the o ports/156103 new ports: lots of bindings for the Pure language (tex f ports/156075 [new port] graphics/openfst: library for constructing, f ports/156034 print/lyx-devel spell checking with enchant does not w o ports/156002 New port: sysutils/pefs-kmod kernel level stacked cryp f ports/155941 mwserv library support is not included in nepenthes.co f ports/155898 Update port devel/libthai o ports/155875 hungarian/hunspell misfiled under "ports/hungarian" o ports/155788 ports security/cfsd startup -- multiple problems f ports/155697 ports-mgmt/pkg_replace doesn't want to replace java/op o ports/155593 lang/mpd .16.1 ignores embedded cue sheets in FLAC fil f ports/155592 polish/ekg, after polish/libgadu update, contacts are f ports/155547 java/jboss5 port build failure o ports/155538 new port devel/radlib radlib developer library. Event- o ports/155456 security/openssh-portable fails to compile with LPK en f ports/155404 [PATCH] mail/mutt-devel: doesn't build in presence of f ports/155382 sysutils/xfce4-systemload-plugin: Memory size overflow f ports/155356 audio/xwave changed master site o ports/155344 New port: irc/inspircd12 f ports/155306 multimedia/openshot doesn't work o ports/155225 plz split antlr2 and antlr3 ports. not update antlr2 - o ports/155166 update deskutils/org-mode.el to 7.4 f ports/155143 /usr/ports/irc/unreal - Unreal IRCD runs as root by d f ports/155120 Update of port devel/php-libawl o ports/155116 new port: devel/antlr2-python-runtime, ANTLR v2 python f ports/155115 devel/doxygen: dependancy loop o ports/155070 NEW PORT: games/CastleVox - new fast strategy board ga o ports/155064 New port: devel/stringtemplate, a java lib for text fo a ports/155062 Port update: devel/antlr f ports/154973 [PATCH] security/ike: fix plist when QTGUI=off, respec f ports/154902 [patch] Port devel/libedit: added libedit.pc for gnome f ports/154765 [NEW PORT] games/ghost++: Warcraft 3 game hosting bot o ports/154730 security/openssh-portable is 5.2 o ports/154711 security/heimdal: kadmin: hdb_open: hdb_open failed in f ports/154682 net/iaxmodem: add rc script for running more than 1 ia o ports/154548 textproc/pootle: Pootle's rc.d script don't take into f ports/154546 update port: games/gemrb to version 0.6.3 f ports/154431 [patch] ports/Tools/scripts: python scripts use bad sh o ports/154401 New port: www/jetty7 - newer fork by Eclipse/Codehaus o ports/154285 [NEW PORT] java/netty: Java NIO client server framewor o ports/154254 [patch] asmail imap login broken with gmail at al. o ports/154238 [patch] net-p2p/amule-devel: update to r10436 f ports/154217 New port: ports-mgmt/portsreinstall o ports/154202 New port: security/scannedonly - A Samba VFS virus sca f ports/154194 net/freeswitch: update portversion and remove portrevi o ports/154031 New port: audio/shoutcast2: SHOUTcast Distributed Netw o ports/153926 New port net/freeswitch-snapshot f ports/153842 [patch] multimedia/mplayer: add VAAPI option o ports/153810 [PATCH] Fix usb_interrupt_read() in devel/libusb for f f ports/153733 [patch] emulators/visualboyadvance-m: problem with joy f ports/153715 net/freeradius: FreeRADIUS exiting with Signal 11 on F f ports/153645 Update ports: emulators/mame update to v0.141 f ports/153612 Update devel/arm-elf-binutils to version 2.17 f ports/153607 Update devel/djgpp-binutils to version 2.17 o ports/153473 [patch] mail/courier port upgrade from 0.63.0 to 0.65. o ports/153452 New port: science/py-ws2300 A driver for the LaCrosse f ports/153437 [patch] emulators/dgen-sdl: mark BROKEN on non-i386 ar o ports/153429 [patch] Fix explicite uses of unzip in ports f ports/153425 [PATCH] www/limesurvey: Added a switch to use PostgreS o ports/153422 [NEW PORT] databases/memcacheq-0.2.0: Simple queue ser f ports/153287 [PATCH] net-mgmt/ndpmon: [SUMMARIZE CHANGES] o ports/153263 [NEW PORT] databases/percona-server: Multithreaded SQL f ports/153148 change port: deskutils/x-tile A tiling application for o ports/153130 sysutils/k3b: problem with k3b and mounting ntfs with o ports/152982 [patch] net/nss_ldap, ignore option nss_initgroups_ign f ports/152915 russian/xmms v. 1.2.11_12 don't see cdinfo and tag's i o ports/152453 textproc/urlview port should install gecko.sh optional o ports/152376 New port: audio/lastfmsubmitd f ports/152304 sysutils/fcron: illegal instruction 4 o ports/152236 [patch] x11/slim: Enable pam support, add hald and dbu s ports/152195 [PATCH] deskutils/pinot update to xapian-core 1.2.3 f ports/152192 [PATCH] databases/xapian-bindings update to 1.2.3 o ports/152191 [PATCH] databases/xapian-core update to 1.2.3 o ports/152118 New port: deskutils/linux-tahometer A worktime trackin o ports/152109 New port: x11/keylaunch2 A fork of keylaunch that a f ports/152045 New port: www/links-hacked browser with tricks for tab f ports/151930 [PATCH] net-mgmt/netams links to libmysqlclient/libpq o ports/151837 [patch] sysutils/bsdstats : does honor BATCH when inst f ports/151783 mail/fetchmail: rc.d script broken in case of MDA use f ports/151774 [new port] sysutils/pprotectd o ports/151747 new port: emulators/wine-fbsd64: request for (a variat f ports/151689 dns/rbldnsd does not use preassigned UID/GIDs f ports/151637 Update port: security/maia Much needed updates for Per f ports/151467 New port: sysutils/autojump acts as a complement to cd f ports/151431 Update to include ZFS module in sysutils/grub2-1.98 o ports/151318 [repocopy][new port] x11-wm/stumpwm: rename to x11-wm/ f ports/151296 [patch] ports/sysutils/fusefs-kmod build fails: MNT_NF o ports/150883 Ports games/openastromenace won't compile on 64 bit f ports/150783 mail/qpopper: fails to configure ocasionally o ports/150542 [new port]: sysutils/createrepo o ports/150493 Update for: security/openssh-portable port from 5.2p1 o ports/150425 www/squid31: rc.d/squid's squid_fib setting ineffectiv o ports/150361 [patch] provide script to bind with nautilus for multi f ports/150316 new port: net/neatx o ports/150287 [patch] Segfault: games/spider crashes after 51 moves f ports/150235 sysutils/smartmontools build system bug o ports/150194 There is no startup script for databases/cassandra f ports/150169 www/havp: Assertion failed: file llvm/lib/System/Mutex o ports/150086 [NEW PORT] net-im/tkabber-plugins-devel: External Plug o ports/149987 [NEW PORT] mail/xpi-dispmua: Displays the icon of the f ports/149947 [NEW PORT] devel/smartCVS, a powerful graphical CVS cl o ports/149564 patch for various games/ adding appropriate LICENSEs t o ports/149538 sysutils/fusefs-ntfs panic on writte on 8.1 f ports/148871 bad packages: p5-XML-Parser-2.36_1 p5-XML-SAX-Expat-0. o ports/148605 security/ipsec-tools rc.d/racoon startup script fails o ports/148415 new port: devel/libsysinfo, GNU libc's sysinfo port fo f ports/148027 New port: graphics/ramenhdr, node based video composit f ports/147943 New port: net/radsecproxy Radsecproxy is a generic RAD o ports/147847 audio/zynaddsubfx mxml error when opening instruments s ports/147829 Improved net/ucarp startup script: multiple VHID and F s ports/147169 bsd.ruby.mk: Adding GEM_ARGS o ports/144597 security/openssh-portable fails to compile with KERBER f ports/143938 [NEW PORTS] textproc/linux-f10-ibus-qt et al.: Linux v o ports/143566 sysutils/diskcheckd runs constantly when using gmirror o ports/142824 [patch] security/openssh-portable: add VersionAddendum f ports/139203 sysutils/freebsd-snapshot more careful patch not depen o ports/137378 Advisory locks fail with ports/security/cfs on FreeBSD o ports/133563 security/cfs rc script needs "mntudp" option on 8-CURR o ports/127321 japanese/kon2-16dot: buffer overflow and mouse bugs o ports/122333 net/arping - patch to lookup for interface and src ip, s ports/57498 HEIMDAL_HOME should be defined in src or ports Makefil 214 problems total. From owner-freebsd-ports@FreeBSD.ORG Mon Jun 27 11:43:08 2011 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 21C9A106564A for ; Mon, 27 Jun 2011 11:43:08 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-ww0-f42.google.com (mail-ww0-f42.google.com [74.125.82.42]) by mx1.freebsd.org (Postfix) with ESMTP id AE8748FC16 for ; Mon, 27 Jun 2011 11:43:07 +0000 (UTC) Received: by wwg11 with SMTP id 11so2032008wwg.1 for ; Mon, 27 Jun 2011 04:43:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=fXyMoKVjN9c0cMZQF1qFi4YxAczyDVKtQ8dSav+G7DA=; b=sO4XTQ16mVgXN3mbkPPvUybu8KijDvL2L6nM81cCgyhXpAsL2DBC8AiIwspGN7Vlsa dL/whTwCtPDIEcQCQqkpWiWMOazejZadt0xGowvLjRuq2En9hOKpIdt3n3D0FIkzcY2m gu4TBY9Eh9fXAUbK+z3HrwA+F6ThoJN+ZRYLk= Received: by 10.216.1.200 with SMTP id 50mr51295wed.33.1309174986316; Mon, 27 Jun 2011 04:43:06 -0700 (PDT) Received: from Melon.malikania.fr (65.21.102.84.rev.sfr.net [84.102.21.65]) by mx.google.com with ESMTPS id fd16sm1562717wbb.20.2011.06.27.04.43.04 (version=SSLv3 cipher=OTHER); Mon, 27 Jun 2011 04:43:05 -0700 (PDT) Message-ID: <4E086CB2.1010503@gmail.com> Date: Mon, 27 Jun 2011 13:42:42 +0200 From: David Demelier User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.17) Gecko/20110508 Thunderbird/3.1.10 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Status of ${HAVE_GNOME:xxx} and dependencies 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, 27 Jun 2011 11:43:08 -0000 Hello there, There is something I don't understand well. I installed eclipse a long time ago because I needed it for a java project. As you may know eclipse use a lot of gnome dependencies and I usually install ports that don't require them. Now I deinstalled eclipse, and I realized that these libs such as gconf2, libgnome, libgnomeui are needed by a lot of application that had never required them before ! see : Information for gconf2-2.32.0_2: Required by: gnome-vfs-2.24.4 libcanberra-0.26 libgnome-2.32.0 libbonoboui-2.24.4 libgnome-keyring-2.32.0 libsoup-gnome-2.32.2 gnome-keyring-2.32.1 policykit-gnome-0.9.2_5 gnome-mount-0.8_7 gvfs-1.6.6_1 libgnomeui-2.24.4 firefox-4.0.1,1 gimp-app-2.6.11_2,1 gimp-2.6.11,2 thunderbird-3.1.10 inkscape-0.48.1_1 wxgtk2-common-2.8.12 wxgtk2-unicode-2.8.12 audacity-devel-1.3.13_1 libpurple-2.8.0 pidgin-2.8.0 pidgin-pidgimpd-1.1.1_5 I can see for example in the graphics/gimp-app/Makefile : .if defined(WITH_GVFS) || ${HAVE_GNOME:Mgvfs}!="" LIB_DEPENDS+= gnome-keyring.0:${PORTSDIR}/security/gnome-keyring USE_GNOME+= gvfs . if ${HAVE_GNOME:Mlibgnomeui}!="" USE_GNOME+= libgnomeui . endif .endif Then, if I disable the option WITH_GVFS (which is already done) but I have gnome-vfs installed it will pull the gnome-vfs dependency when I'll rebuild the port? I think this is what happened. I have probably rebuild this port and that's why it requires the new dependency. The user hasn't the power on this option if the gnome-vfs is installed then? Cheers. -- David Demelier From owner-freebsd-ports@FreeBSD.ORG Mon Jun 27 12:37:01 2011 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 084DF1065670; Mon, 27 Jun 2011 12:37:01 +0000 (UTC) (envelope-from ganael.laplanche@martymac.org) Received: from data.galacsys.net (webmail.galacsys.net [217.24.81.215]) by mx1.freebsd.org (Postfix) with ESMTP id C68808FC13; Mon, 27 Jun 2011 12:37:00 +0000 (UTC) Received: from martymac.org (webmail.galacsys.net [217.24.81.215]) by data.galacsys.net (Postfix) with ESMTP id 1BFBD171432; Mon, 27 Jun 2011 14:21:02 +0200 (CEST) From: "Ganael LAPLANCHE" To: Brooks Davis X-Openwebmail-Date: Mon, 27 Jun 2011 15:21:02 +0200 Message-Id: <20110627120319.M61058@martymac.org> In-Reply-To: <20110624083100.GA26944@lor.one-eyed-alien.net> References: <201106211009.32633.ganael.laplanche@martymac.org> <20110624083100.GA26944@lor.one-eyed-alien.net> X-Mailer: Open WebMail 2.01 20030425 X-OriginatingIP: 157.99.64.43 (ganael.laplanche@martymac.org) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Date: Mon, 27 Jun 2011 14:21:02 +0200 (CEST) Cc: freebsd-ports@freebsd.org Subject: Re: [CFT] Likewise-open preliminary 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: Mon, 27 Jun 2011 12:37:01 -0000 On Fri, 24 Jun 2011 03:31:00 -0500, Brooks Davis wrote Hi Brooks, > Have you tried asking Likewise for the ports they appear to be > using internally to build packages for FreeBSD? I have posted a message on likewise-open-dev@ but has not received an answer yet... I don't know if they use proper "ports" or just a set of script to generate packages. > While the normal Likewise install location in /opt/likewise is non- > standard, I suspect most likewise users hardcode it in their > scripts. I know I do. It seems generally useful to ease the > upgrade path from a likewise-open port to likewise-enterprise. You're right, but such a port could not be part of the official tree ; maybe that's why there is no Likewise port yet. Anyway, we are not the only ones to rewrite paths ; Ubuntu also seems to install everything in more standard ones : http://packages.ubuntu.com/natty/amd64/likewise-open/filelist It seems that you are using Likewise, have you given the port a try ? Best regards, -- Ganael LAPLANCHE http://www.martymac.org | http://contribs.martymac.org FreeBSD: martymac , http://www.FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Mon Jun 27 18:16:49 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx2.freebsd.org (mx2.freebsd.org [IPv6:2001:4f8:fff6::35]) by hub.freebsd.org (Postfix) with ESMTP id B9235106564A for ; Mon, 27 Jun 2011 18:16:49 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from 65-241-43-4.globalsuite.net (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx2.freebsd.org (Postfix) with ESMTP id 19388162757; Mon, 27 Jun 2011 18:16:48 +0000 (UTC) Message-ID: <4E08C910.4070800@FreeBSD.org> Date: Mon, 27 Jun 2011 11:16:48 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.18) Gecko/20110624 Thunderbird/3.1.11 MIME-Version: 1.0 To: Ruslan Mahmatkhanov References: <4DBFDA13.4080203@gmail.com> <4E085E6D.2070009@yandex.ru> In-Reply-To: <4E085E6D.2070009@yandex.ru> X-Enigmail-Version: 1.1.2 OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: gnixua@gmail.com, freebsd-ports Subject: Re: portmaster issue: "The value of DISTDIR cannot be empty" 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, 27 Jun 2011 18:16:49 -0000 On 06/27/2011 03:41, Ruslan Mahmatkhanov wrote: > 03.05.2011 14:33, Gritsuk Anton пишет: >> >> I tried to update this as usually. >> # pkg_version -IvL= >> libwps-0.2.0 < needs updating (index has 0.2.1) >> >> And I get error as below: >> # portmaster libwps-0.2.0 >> >> ===>>> The value of DISTDIR cannot be empty >> ===>>> Aborting update > > So it seems i got it. > > smeshariki2# mkdir /tmp/testdir > smeshariki2# cd /tmp/testdir/ > smeshariki2# rm -rf /tmp/testdir/ > smeshariki2# pwd > pwd: .: No such file or directory > smeshariki2# portmaster p5-YAML-Tiny > > ===>>> The value of DISTDIR cannot be empty > ===>>> Aborting update Um, yeah ... don't do that. :) -- Nothin' ever doesn't change, but nothin' changes much. -- OK Go Breadth of IT experience, and depth of knowledge in the DNS. Yours for the right price. :) http://SupersetSolutions.com/ From owner-freebsd-ports@FreeBSD.ORG Mon Jun 27 19:40:11 2011 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 B28631065695; Mon, 27 Jun 2011 19:40:11 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from amailer.gwdg.de (amailer.gwdg.de [134.76.10.18]) by mx1.freebsd.org (Postfix) with ESMTP id 73AD08FC18; Mon, 27 Jun 2011 19:40:09 +0000 (UTC) Received: from p5796f134.dip.t-dialin.net ([87.150.241.52] helo=krabat.raven.hur) by mailer.gwdg.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1QbHfE-0001pS-BG; Mon, 27 Jun 2011 21:40:08 +0200 Message-ID: <4E08DC97.4000406@gwdg.de> Date: Mon, 27 Jun 2011 21:40:07 +0200 From: Rainer Hurling User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; de-DE; rv:1.9.2.18) Gecko/20110622 Thunderbird/3.1.11 MIME-Version: 1.0 To: ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated: Id:rhurlin X-Spam-Level: - X-Virus-Scanned: (clean) by exiscan+sophie Cc: python@freebsd.org, "Rintoul, Beech" Subject: lang/python27 and threads option 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, 27 Jun 2011 19:40:11 -0000 (Crossposting to python@, because I am not sure which is the right list in this case. Sorry, if this is not OK) Yesterday math/saga got updated. Now there is a new option for python bindings to the SAGA GIS api. This worked well with version 2.7.1 of lang/python27 until yesterday. I tried to build math/saga after upgrading to Python version 2.7.2 from today, but it stops in the configure. As far as I understand the math/saga configure script has a problem with the 'consistency check of all components of python development environment', see config.log (line 1347). ----------------------------------------- configure:16297: checking consistency of all components of python development environment configure:16323: cc -o conftest -O2 -pipe -I/usr/local/include -fno-strict-aliasing -I/usr/local/include/python2.7 -L/usr/local/lib conftest.c -L/usr/local/lib/python2.7/config -lpython2.7 -Wl,--export-dynamic -lutil >&5 /usr/local/lib/libpython2.7.so: undefined reference to `pthread_create' ----------------------------------------- This does not happen, if Python 2.7.2 was build _without_ option 'THREADS'. Then SAGA GIS builds fine. Listing the dynamic object dependencies of the Python library, there is a vital difference between Python 2.7.1 and 2.7.2. Python 2.7.1, build _with_ option 'THREADS': ldd /usr/local/lib/libpython2.7.so /usr/local/lib/libpython2.7.so: libutil.so.9 => /lib/libutil.so.9 (0x413ac000) libm.so.5 => /lib/libm.so.5 (0x415bd000) libthr.so.3 => /lib/libthr.so.3 (0x417de000) libc.so.7 => /lib/libc.so.7 (0x4084a000) Python 2.7.2, build _with_ option 'THREADS': ldd /usr/local/lib/libpython2.7.so /usr/local/lib/libpython2.7.so: libutil.so.9 => /lib/libutil.so.9 (0x413ac000) libm.so.5 => /lib/libm.so.5 (0x415bd000) libc.so.7 => /lib/libc.so.7 (0x4084a000) It seems that Python does not include libthr.so.3 in version 2.7.2. Is this intentional? Is there any other way to use the threaded version of Python now? Any help would be really appreciated. Thanks in advance, Rainer Hurling From owner-freebsd-ports@FreeBSD.ORG Mon Jun 27 21:32:16 2011 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 06D90106564A for ; Mon, 27 Jun 2011 21:32:16 +0000 (UTC) (envelope-from mcdouga9@egr.msu.edu) Received: from mail.egr.msu.edu (dauterive.egr.msu.edu [35.9.37.168]) by mx1.freebsd.org (Postfix) with ESMTP id CD0768FC16 for ; Mon, 27 Jun 2011 21:32:15 +0000 (UTC) Received: from dauterive (localhost [127.0.0.1]) by mail.egr.msu.edu (Postfix) with ESMTP id 22B156FA5C for ; Mon, 27 Jun 2011 17:14:01 -0400 (EDT) X-Virus-Scanned: amavisd-new at egr.msu.edu Received: from mail.egr.msu.edu ([127.0.0.1]) by dauterive (dauterive.egr.msu.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sSTD-qsjpsu7 for ; Mon, 27 Jun 2011 17:14:01 -0400 (EDT) Received: from [35.9.44.65] (daemon.egr.msu.edu [35.9.44.65]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: mcdouga9) by mail.egr.msu.edu (Postfix) with ESMTPSA id E14AE6FA55 for ; Mon, 27 Jun 2011 17:14:00 -0400 (EDT) Message-ID: <4E08F294.3060002@egr.msu.edu> Date: Mon, 27 Jun 2011 17:13:56 -0400 From: Adam McDougall User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.18) Gecko/20110622 Thunderbird/3.1.11 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <20110620092211.GB91010@megatron.madpilot.net> <20110620101013.GC91010@megatron.madpilot.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: ports/157868: mail/mailman: Possible problem with MAIL_GID 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, 27 Jun 2011 21:32:16 -0000 On 06/20/11 07:00, Chris Rees wrote: > On 20 June 2011 11:10, Guido Falsi wrote: >> On Mon, Jun 20, 2011 at 10:30:58AM +0100, Chris Rees wrote: >>> On 20 June 2011 10:22, Guido Falsi wrote: >>>> On Sat, Jun 18, 2011 at 12:57:47PM +0000, Chris Rees wrote: Today I updated my ports and tried to upgrade my mailman install, but it failed because I use my own user and group: ===> Installing for mailman-2.1.14_5 ===> Generating temporary packing list ===> Checking if mail/mailman already installed ===> Creating users and/or groups. ** Cannot find any information about group `postlocal' in /usr/ports/GIDs. *** Error code 1 My local user will never be in /usr/ports/GIDs of course. I am using: # more /etc/make.conf #For Mailman MM_USERNAME=postlocal MM_USERID=2012 MM_GROUPNAME=postlocal MM_GROUPID=2012 MAIL_GID=postlocal Should I be doing something different? Please let me know if I can help. Thanks. From owner-freebsd-ports@FreeBSD.ORG Mon Jun 27 21:42:23 2011 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 4613C106566B for ; Mon, 27 Jun 2011 21:42:23 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 06BD38FC0A for ; Mon, 27 Jun 2011 21:42:22 +0000 (UTC) Received: by iwr19 with SMTP id 19so6205831iwr.13 for ; Mon, 27 Jun 2011 14:42:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=V0ZkxLFnxhMUOJ6IFXQo1zqInPSNTtnX/SH80tl5RIs=; b=I5cfJDsjOsbf+4vMIHpOwRdEnLTAoWDdorUj2PzT13iVDjdcWxU02R9EG34fjZcBB+ ovUIWn6U0laafjqvyFfcOXv7cujfa2LPrCO0rF5K8BZvMv+v95GPt87iCyGYh7Kl7YlB QkB0TiGDZoZFNYweXc38tQyOfQTv4ysTqHyjQ= 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; b=i4j+JyG4FzuFVYDqZq5QdLAZxMWq6UKQw9xvHIf1KqV9wb0z0uqO8uI8vOwLxQCWYA JyZusMu5P48x5gim0Ivbd4wyl2d0Y90NaPaRoeNOgwpJ6wFbSq7VcmaRrqXhBdJwsrRg cm4vbUt/rz12WYUusNaDgjZMXM0EtZTIvDeaw= MIME-Version: 1.0 Received: by 10.42.168.4 with SMTP id u4mr7870205icy.316.1309210942150; Mon, 27 Jun 2011 14:42:22 -0700 (PDT) Sender: utisoft@gmail.com Received: by 10.231.49.193 with HTTP; Mon, 27 Jun 2011 14:42:22 -0700 (PDT) Received: by 10.231.49.193 with HTTP; Mon, 27 Jun 2011 14:42:22 -0700 (PDT) In-Reply-To: <4E08F294.3060002@egr.msu.edu> References: <20110620092211.GB91010@megatron.madpilot.net> <20110620101013.GC91010@megatron.madpilot.net> <4E08F294.3060002@egr.msu.edu> Date: Mon, 27 Jun 2011 22:42:22 +0100 X-Google-Sender-Auth: f0PmNAQ3o1D7hEFCWJMWxD4atXg Message-ID: From: Chris Rees To: Adam McDougall Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ports@freebsd.org Subject: Re: ports/157868: mail/mailman: Possible problem with MAIL_GID 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, 27 Jun 2011 21:42:23 -0000 On 27 Jun 2011 22:32, "Adam McDougall" wrote: > > On 06/20/11 07:00, Chris Rees wrote: >> >> On 20 June 2011 11:10, Guido Falsi wrote: >>> >>> On Mon, Jun 20, 2011 at 10:30:58AM +0100, Chris Rees wrote: >>>> >>>> On 20 June 2011 10:22, Guido Falsi wrote: >>>>> >>>>> On Sat, Jun 18, 2011 at 12:57:47PM +0000, Chris Rees wrote: > > > Today I updated my ports and tried to upgrade my mailman install, but it failed because I use my own user and group: > > ===> Installing for mailman-2.1.14_5 > ===> Generating temporary packing list > ===> Checking if mail/mailman already installed > ===> Creating users and/or groups. > ** Cannot find any information about group `postlocal' in /usr/ports/GIDs. > *** Error code 1 > > My local user will never be in /usr/ports/GIDs of course. I am using: > # more /etc/make.conf > #For Mailman > MM_USERNAME=postlocal > MM_USERID=2012 > MM_GROUPNAME=postlocal > MM_GROUPID=2012 > MAIL_GID=postlocal > > Should I be doing something different? Please let me know if I can help. Thanks. > For now, comment out the USERS and GROUPS lines, and try again. I'll take a look at the users code, and try to get a fix in. Mind, Florent may object to such a fix on sanity grounds, but I'll see what I can do. Chris From owner-freebsd-ports@FreeBSD.ORG Mon Jun 27 22:23:51 2011 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 46EA71065672 for ; Mon, 27 Jun 2011 22:23:51 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (pancho.soaustin.net [76.74.250.40]) by mx1.freebsd.org (Postfix) with ESMTP id 254B18FC12 for ; Mon, 27 Jun 2011 22:23:50 +0000 (UTC) Received: by mail.soaustin.net (Postfix, from userid 502) id 927F45607A; Mon, 27 Jun 2011 17:23:50 -0500 (CDT) Date: Mon, 27 Jun 2011 17:23:50 -0500 From: Mark Linimon To: bf1783@gmail.com Message-ID: <20110627222350.GC8220@lonesome.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Cc: pgj@FreeBSD.org, Eric McCorkle , freebsd-ports@FreeBSD.org Subject: Re: GHC Port on 9-CURRENT 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, 27 Jun 2011 22:23:51 -0000 On Sun, Jun 26, 2011 at 03:54:28AM +0000, b. f. wrote: > Please don't hardcode the compilers +1. One of the Next Big Tasks is to be able to use a compiler other than the system default, for ports. Please don't make this work more painful than it will already be :-) mcl From owner-freebsd-ports@FreeBSD.ORG Mon Jun 27 22:44:41 2011 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 A375A1065677 for ; Mon, 27 Jun 2011 22:44:41 +0000 (UTC) (envelope-from lumiwa@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 5EAE18FC22 for ; Mon, 27 Jun 2011 22:44:41 +0000 (UTC) Received: by iwr19 with SMTP id 19so6254850iwr.13 for ; Mon, 27 Jun 2011 15:44:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:subject:date:user-agent:mime-version :content-type:content-transfer-encoding:message-id; bh=oPiZMR2VZtqQ3P0uG834RyTG3+tiRF4XRtZLFmUTk5g=; b=vJUd4gk45trDZ0OIdJoNzuJqvGpJBHj8yK+5lOJL1XuWwE4ve10b9GEGfEepMdZCHY JAx0jHpWo5qs8ev5a4suzj6PyM77GyqH2hUSahURKgQGBjkIOZ/VzAlihwmH++V7RwIL rtEJamCo2o6R0tq++dg9xD7blxhWpF/dLh6h8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:mime-version:content-type :content-transfer-encoding:message-id; b=sbmU+A/jGwVZZe6mN/get5A9OBP0DTv9JBdxAwI7ejSfWQkVMn/aKhsPkMkCZbFLNa 7pKlmQsTIk6W4Snrt98Y0dfTcyvIJJOLwy37nbOtQaNzAQBRZcelqniEA8PXwJuiFiL0 CZ9GQu29ee3C29SmftTPggujD4f2c5C/ezOc0= Received: by 10.42.174.193 with SMTP id w1mr7080699icz.454.1309214680257; Mon, 27 Jun 2011 15:44:40 -0700 (PDT) Received: from athena.wi.rr.com (cpe-184-58-138-79.wi.res.rr.com [184.58.138.79]) by mx.google.com with ESMTPS id 4sm3273538ibc.25.2011.06.27.15.44.37 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 27 Jun 2011 15:44:38 -0700 (PDT) From: ajtiM To: freebsd-ports@freebsd.org Date: Mon, 27 Jun 2011 17:44:28 -0500 User-Agent: KMail/1.13.7 (FreeBSD/8.2-RELEASE-p1; KDE/4.6.4; i386; ; ) MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201106271744.29013.lumiwa@gmail.com> Subject: eigen2 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, 27 Jun 2011 22:44:41 -0000 I tried to update eigen2 to eigen 2.0.16,1 aon FreeBSD 8.2 and I got: cd /usr/ports/math/eigen2 make ===> License check disabled, port has not defined LICENSE => 2.0.16.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/eigen. => Attempting to fetch http://bitbucket.org/eigen/eigen/get/2.0.16.tar.bz2 fetch: http://bitbucket.org/eigen/eigen/get/2.0.16.tar.bz2: Moved Permanently => Attempting to fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/eigen/2.0.16.tar.bz2 fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/eigen/2.0.16.tar.bz2: File unavailable (e.g., file not found, no access) => Couldn't fetch it - please try to retrieve this => port manually into /usr/ports/distfiles/eigen and try again. *** Error code 1 Stop in /usr/ports/math/eigen2. Thanks. Mitja -------- http://jpgmag.com/people/lumiwa From owner-freebsd-ports@FreeBSD.ORG Mon Jun 27 23:06:12 2011 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 6CFC3106579E for ; Mon, 27 Jun 2011 23:06:12 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from p578be941.dip0.t-ipconnect.de (p578be941.dip0.t-ipconnect.de [87.139.233.65]) by mx1.freebsd.org (Postfix) with ESMTP id EFAF28FC08 for ; Mon, 27 Jun 2011 23:06:08 +0000 (UTC) Received: from [192.168.0.100] (unknown [192.168.0.100]) (Authenticated sender: ohauer) by p578be941.dip0.t-ipconnect.de (Postfix) with ESMTPSA id 496DF206CB; Tue, 28 Jun 2011 00:48:30 +0200 (CEST) Message-ID: <4E0908BB.6090905@FreeBSD.org> Date: Tue, 28 Jun 2011 00:48:27 +0200 From: Olli Hauer User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: Adam McDougall References: <20110620092211.GB91010@megatron.madpilot.net> <20110620101013.GC91010@megatron.madpilot.net> <4E08F294.3060002@egr.msu.edu> In-Reply-To: <4E08F294.3060002@egr.msu.edu> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: ports/157868: mail/mailman: Possible problem with MAIL_GID X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ohauer@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2011 23:06:12 -0000 On 2011-06-27 23:13, Adam McDougall wrote: > On 06/20/11 07:00, Chris Rees wrote: >> On 20 June 2011 11:10, Guido Falsi wrote: >>> On Mon, Jun 20, 2011 at 10:30:58AM +0100, Chris Rees wrote: >>>> On 20 June 2011 10:22, Guido Falsi wrote: >>>>> On Sat, Jun 18, 2011 at 12:57:47PM +0000, Chris Rees wrote: > > Today I updated my ports and tried to upgrade my mailman install, but it failed > because I use my own user and group: > > ===> Installing for mailman-2.1.14_5 > ===> Generating temporary packing list > ===> Checking if mail/mailman already installed > ===> Creating users and/or groups. > ** Cannot find any information about group `postlocal' in /usr/ports/GIDs. > *** Error code 1 > > My local user will never be in /usr/ports/GIDs of course. I am using: > # more /etc/make.conf > #For Mailman > MM_USERNAME=postlocal > MM_USERID=2012 > MM_GROUPNAME=postlocal > MM_GROUPID=2012 > MAIL_GID=postlocal > > Should I be doing something different? Please let me know if I can help. Thanks. This can be solved only this way. Maybe use own description. $> cat /save/place/UIDs postlocal:*:2012:2012::0:0:Mailman User:/usr/local/mailman:/usr/sbin/nologin $> cat /save/place/GIDs postlocal:*2012: make install UID_FILES=/save/place/UIDs GID_FILES=/save/place/GIDs From owner-freebsd-ports@FreeBSD.ORG Mon Jun 27 23:13:08 2011 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 C3AC6106566C for ; Mon, 27 Jun 2011 23:13:08 +0000 (UTC) (envelope-from fluffy@fluffy.khv.ru) Received: from forward15.mail.yandex.net (forward15.mail.yandex.net [95.108.130.119]) by mx1.freebsd.org (Postfix) with ESMTP id 7924F8FC16 for ; Mon, 27 Jun 2011 23:13:08 +0000 (UTC) Received: from web133.yandex.ru (web133.yandex.ru [95.108.131.156]) by forward15.mail.yandex.net (Yandex) with ESMTP id 7AB659E1C22; Tue, 28 Jun 2011 02:57:31 +0400 (MSD) Received: from localhost (localhost.localdomain [127.0.0.1]) by web133.yandex.ru (Yandex) with ESMTP id 481B64378033; Tue, 28 Jun 2011 02:57:31 +0400 (MSD) X-Yandex-Spam: 1 Received: from ael-to-khstu-gw.ael.ru (ael-to-khstu-gw.ael.ru [62.76.207.10]) by web133.yandex.ru with HTTP; Tue, 28 Jun 2011 02:57:30 +0400 From: Dima Panov To: ajtiM In-Reply-To: <201106271744.29013.lumiwa@gmail.com> References: <201106271744.29013.lumiwa@gmail.com> MIME-Version: 1.0 Message-Id: <299001309215450@web133.yandex.ru> Date: Tue, 28 Jun 2011 09:57:30 +1100 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=koi8-r Cc: freebsd-ports@freebsd.org Subject: Re: eigen2 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, 27 Jun 2011 23:13:08 -0000 Hello! Default fetch flags doesn't allow redirected fetch from secured site. Fixed, try to update 28.06.2011, 09:44, "ajtiM" : > I tried to update eigen2 to eigen 2.0.16,1 aon FreeBSD 8.2 and I got: > cd /usr/ports/math/eigen2 > make > ===> šLicense check disabled, port has not defined LICENSE > => 2.0.16.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/eigen. > => Attempting to fetch http://bitbucket.org/eigen/eigen/get/2.0.16.tar.bz2 > fetch: http://bitbucket.org/eigen/eigen/get/2.0.16.tar.bz2: Moved Permanently > => Attempting to fetch > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/eigen/2.0.16.tar.bz2 > fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/eigen/2.0.16.tar.bz2: > File unavailable (e.g., file not found, no access) > => Couldn't fetch it - please try to retrieve this > => port manually into /usr/ports/distfiles/eigen and try again. > *** Error code 1 > > Stop in /usr/ports/math/eigen2. > > Thanks. > > Mitja > -------- > http://jpgmag.com/people/lumiwa > _______________________________________________ > 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" -- Dima Panov (fluffy@FreeBSD.org) KDE@FreeBSD team Facebook: http://www.facebook.com/fluffy.khv From owner-freebsd-ports@FreeBSD.ORG Tue Jun 28 01:10:08 2011 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 2BC0D106564A for ; Tue, 28 Jun 2011 01:10:08 +0000 (UTC) (envelope-from wenheping@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id BE7738FC13 for ; Tue, 28 Jun 2011 01:10:07 +0000 (UTC) Received: by qyk38 with SMTP id 38so3427350qyk.13 for ; Mon, 27 Jun 2011 18:10:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=6K64wILo+b5xxvM4pExpL6aLpqxABNEd39pY96z8rAA=; b=rFESmnUDM3tQKl77H58uyuWJ3qiyS2/T1/wyfqWXHiYuq6rjQDahTFWqwrUiAokn1T nTCgiMlxVDFcVIaL/4hB1oTDlPiqw3ZDizPthfH9cJWFFDssU+RrCzm1fRZEYbDaND0K 4mp1NI1nZ412LqE6Dx3awxfxDcHYB90UQNtxI= 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=hc3qTY12NJ72PXQocn3UdqSTiNC7Ovod5g2dBtziAhfCjecayBhDOWz8S0j9/VZbMb 4x+VPyiHG51+L6dgZOPi/Ao7GWuMxTYHKW2fG2PWgOu+LByHhtItrBNt2J70xTQm3dPi +1iKUeXzD6M9QfNNDErTczaHHeoUKyBxLtpkg= MIME-Version: 1.0 Received: by 10.224.190.130 with SMTP id di2mr5553708qab.177.1309223406687; Mon, 27 Jun 2011 18:10:06 -0700 (PDT) Received: by 10.224.80.206 with HTTP; Mon, 27 Jun 2011 18:10:06 -0700 (PDT) In-Reply-To: <4E08DC97.4000406@gwdg.de> References: <4E08DC97.4000406@gwdg.de> Date: Tue, 28 Jun 2011 09:10:06 +0800 Message-ID: From: wen heping To: Rainer Hurling Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: ports@freebsd.org, python@freebsd.org, "Rintoul, Beech" Subject: Re: lang/python27 and threads option 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, 28 Jun 2011 01:10:08 -0000 It is caused by building libpython without -pthread, I shall try to fix it. I am wondering why there is not a run error when "python -m threading" wen 2011/6/28 Rainer Hurling : > (Crossposting to python@, because I am not sure which is the right list i= n > this case. Sorry, if this is not OK) > > Yesterday math/saga got updated. Now there is a new option for python > bindings to the SAGA GIS api. This worked well with version 2.7.1 of > lang/python27 until yesterday. > > I tried to build math/saga after upgrading to Python version 2.7.2 from > today, but it stops in the configure. As far as I understand the math/sag= a > configure script has a problem with the 'consistency check of all compone= nts > of python development environment', see config.log (line 1347). > > ----------------------------------------- > configure:16297: checking consistency of all components of python > development environment > configure:16323: cc -o conftest -O2 -pipe -I/usr/local/include > -fno-strict-aliasing =C2=A0-I/usr/local/include/python2.7 =C2=A0-L/usr/lo= cal/lib > conftest.c =C2=A0-L/usr/local/lib/python2.7/config -lpython2.7 > -Wl,--export-dynamic =C2=A0-lutil >&5 > /usr/local/lib/libpython2.7.so: undefined reference to `pthread_create' > ----------------------------------------- > > This does not happen, if Python 2.7.2 was build _without_ option 'THREADS= '. > Then SAGA GIS builds fine. > > > Listing the dynamic object dependencies of the Python library, there is a > vital difference between Python 2.7.1 and 2.7.2. > > Python 2.7.1, build _with_ option 'THREADS': > ldd /usr/local/lib/libpython2.7.so > /usr/local/lib/libpython2.7.so: > =C2=A0 =C2=A0 =C2=A0 =C2=A0libutil.so.9 =3D> /lib/libutil.so.9 (0x413ac00= 0) > =C2=A0 =C2=A0 =C2=A0 =C2=A0libm.so.5 =3D> /lib/libm.so.5 (0x415bd000) > =C2=A0 =C2=A0 =C2=A0 =C2=A0libthr.so.3 =3D> /lib/libthr.so.3 (0x417de000) > =C2=A0 =C2=A0 =C2=A0 =C2=A0libc.so.7 =3D> /lib/libc.so.7 (0x4084a000) > > Python 2.7.2, build _with_ option 'THREADS': > ldd /usr/local/lib/libpython2.7.so > /usr/local/lib/libpython2.7.so: > =C2=A0 =C2=A0 =C2=A0 =C2=A0libutil.so.9 =3D> /lib/libutil.so.9 (0x413ac00= 0) > =C2=A0 =C2=A0 =C2=A0 =C2=A0libm.so.5 =3D> /lib/libm.so.5 (0x415bd000) > =C2=A0 =C2=A0 =C2=A0 =C2=A0libc.so.7 =3D> /lib/libc.so.7 (0x4084a000) > > It seems that Python does not include libthr.so.3 in version 2.7.2. Is th= is > intentional? Is there any other way to use the threaded version of Python > now? > > Any help would be really appreciated. > > Thanks in advance, > Rainer Hurling > _______________________________________________ > 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 Tue Jun 28 01:59:16 2011 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 C5AB9106566C; Tue, 28 Jun 2011 01:59:16 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mouf.net (mouf.net [204.109.58.86]) by mx1.freebsd.org (Postfix) with ESMTP id 678908FC1A; Tue, 28 Jun 2011 01:59:16 +0000 (UTC) Received: from meatwad.mouf.net (cpe-065-190-149-241.nc.res.rr.com [65.190.149.241]) (authenticated bits=0) by mouf.net (8.14.4/8.14.4) with ESMTP id p5S1eqJX001437 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT); Mon, 27 Jun 2011 21:40:54 -0400 (EDT) (envelope-from swills@FreeBSD.org) Message-ID: <4E093124.7020402@FreeBSD.org> Date: Mon, 27 Jun 2011 21:40:52 -0400 From: Steve Wills User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.17) Gecko/20110531 Thunderbird/3.1.10 MIME-Version: 1.0 To: "Philip M. Gollucci" References: <4D82C4FC.1050302@p6m7g8.com> In-Reply-To: <4D82C4FC.1050302@p6m7g8.com> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (mouf.net [204.109.58.86]); Mon, 27 Jun 2011 21:40:55 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.96.2 at mouf.net X-Virus-Status: Clean Cc: apache@FreeBSD.org, Olli Hauer , dev@httpd.apache.org, FreeBSD Ports , announce@apache.org, FreeBSD Ports Management Team , mod_perl Dev , announce@httpd.apache.org Subject: Re: www/apache22 - default APACHE_PORT for 8.3/9.0 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, 28 Jun 2011 01:59:16 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 03/17/11 22:35, Philip M. Gollucci wrote: > All, > > apache@ has been working diligently for the last 2yrs to realize > www/apache22 as the default. Now, we are at last nearing completion. We > look to pull the switch within the next month or so pending our final > -exp run by portmgr@. > I was really excited to see progress on this, do you think this will happen soon? Steve -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (FreeBSD) iQEcBAEBAgAGBQJOCTEkAAoJEPXPYrMgexuhScAIAKsHPXYbe3u/oKOhhJ6z/6P+ eeynZbgF+xMc7GzysJbvD4YejgxpwOnrJG75tNZdDFHH+jtabl+U4Cew9T+pQsUn YmbnOY3AV7egrVEczlS2IRp75DBdEyJBFPqq9C5cewOBGuT+iFpFlqcTOkUgQSdd 4+iwtox8aHNhefxUUa6IF4/2RjJ0JLuFjUsrzIfyQLy7P9gvgkavnHoaIm957v6j /mynk63n6w0rG/roCVPuOnFRrnrdVO4yzvvg3PqUO+QBtJi25QqgEfRcR51ha8SO uRFC1Nfn5fG+9LAu/zaBRDAwaoKl58j1rL13ZJD/32tEeNi0dVIQhcqDHC6x0rg= =BsMC -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Tue Jun 28 02:16:18 2011 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 3629F106564A; Tue, 28 Jun 2011 02:16:18 +0000 (UTC) (envelope-from wenheping@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id BE4628FC17; Tue, 28 Jun 2011 02:16:17 +0000 (UTC) Received: by qyk38 with SMTP id 38so3448858qyk.13 for ; Mon, 27 Jun 2011 19:16:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=8WxTjrA+XKu3TZtpNyrTH0xMdlMFMcMfSmGsJcnulZI=; b=BHEllSk2GXL8MohUcWLy38LwmpHV2O2WwtdDGU9IFLMukGhCBwe/GMyatYvMAsEhWc qWvDf3uJvNvxcKepnUFO7k9/KmjGA7jVk5vrOZhRvfx+ISRkklvpQFJZjIna8OjzL6uH iAz6EBP2ueL18BDelaGPYlLFYNTVbjBWH+tSk= 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=F/laNN7d+owRYWIMDCB3ll3HiUsz+MuIYclvjz7w5KuGCDr2zZ3R+skbCLUbRaMOkr hp2cDTf27jm6iPAYRqYaA3dUrP1G/8aYKC5ngfdmtR6FvD4gd7Ex4tCp8PvE5rKYpF0i VGXqHxfWRJXlQVRGyosHKMWVQCJaQ0/mIxWpg= MIME-Version: 1.0 Received: by 10.224.205.202 with SMTP id fr10mr5113666qab.327.1309227375950; Mon, 27 Jun 2011 19:16:15 -0700 (PDT) Received: by 10.224.80.206 with HTTP; Mon, 27 Jun 2011 19:16:15 -0700 (PDT) In-Reply-To: References: <4E08DC97.4000406@gwdg.de> Date: Tue, 28 Jun 2011 10:16:15 +0800 Message-ID: From: wen heping To: Rainer Hurling Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: ports@freebsd.org, python@freebsd.org, "Rintoul, Beech" Subject: Re: lang/python27 and threads option 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, 28 Jun 2011 02:16:18 -0000 Would you test removing files/patch-Makefile.pre.in ? wen 2011/6/28 wen heping : > It is caused by building libpython without -pthread, I shall try to fix i= t. > > I am wondering why there is not a run error when "python -m threading" > > wen > > 2011/6/28 Rainer Hurling : >> (Crossposting to python@, because I am not sure which is the right list = in >> this case. Sorry, if this is not OK) >> >> Yesterday math/saga got updated. Now there is a new option for python >> bindings to the SAGA GIS api. This worked well with version 2.7.1 of >> lang/python27 until yesterday. >> >> I tried to build math/saga after upgrading to Python version 2.7.2 from >> today, but it stops in the configure. As far as I understand the math/sa= ga >> configure script has a problem with the 'consistency check of all compon= ents >> of python development environment', see config.log (line 1347). >> >> ----------------------------------------- >> configure:16297: checking consistency of all components of python >> development environment >> configure:16323: cc -o conftest -O2 -pipe -I/usr/local/include >> -fno-strict-aliasing =C2=A0-I/usr/local/include/python2.7 =C2=A0-L/usr/l= ocal/lib >> conftest.c =C2=A0-L/usr/local/lib/python2.7/config -lpython2.7 >> -Wl,--export-dynamic =C2=A0-lutil >&5 >> /usr/local/lib/libpython2.7.so: undefined reference to `pthread_create' >> ----------------------------------------- >> >> This does not happen, if Python 2.7.2 was build _without_ option 'THREAD= S'. >> Then SAGA GIS builds fine. >> >> >> Listing the dynamic object dependencies of the Python library, there is = a >> vital difference between Python 2.7.1 and 2.7.2. >> >> Python 2.7.1, build _with_ option 'THREADS': >> ldd /usr/local/lib/libpython2.7.so >> /usr/local/lib/libpython2.7.so: >> =C2=A0 =C2=A0 =C2=A0 =C2=A0libutil.so.9 =3D> /lib/libutil.so.9 (0x413ac0= 00) >> =C2=A0 =C2=A0 =C2=A0 =C2=A0libm.so.5 =3D> /lib/libm.so.5 (0x415bd000) >> =C2=A0 =C2=A0 =C2=A0 =C2=A0libthr.so.3 =3D> /lib/libthr.so.3 (0x417de000= ) >> =C2=A0 =C2=A0 =C2=A0 =C2=A0libc.so.7 =3D> /lib/libc.so.7 (0x4084a000) >> >> Python 2.7.2, build _with_ option 'THREADS': >> ldd /usr/local/lib/libpython2.7.so >> /usr/local/lib/libpython2.7.so: >> =C2=A0 =C2=A0 =C2=A0 =C2=A0libutil.so.9 =3D> /lib/libutil.so.9 (0x413ac0= 00) >> =C2=A0 =C2=A0 =C2=A0 =C2=A0libm.so.5 =3D> /lib/libm.so.5 (0x415bd000) >> =C2=A0 =C2=A0 =C2=A0 =C2=A0libc.so.7 =3D> /lib/libc.so.7 (0x4084a000) >> >> It seems that Python does not include libthr.so.3 in version 2.7.2. Is t= his >> intentional? Is there any other way to use the threaded version of Pytho= n >> now? >> >> Any help would be really appreciated. >> >> Thanks in advance, >> Rainer Hurling >> _______________________________________________ >> 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 Tue Jun 28 03:50:04 2011 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 B0FAD1065672; Tue, 28 Jun 2011 03:50:04 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward11.mail.yandex.net (forward11.mail.yandex.net [95.108.130.93]) by mx1.freebsd.org (Postfix) with ESMTP id 54DBE8FC1A; Tue, 28 Jun 2011 03:50:04 +0000 (UTC) Received: from smtp11.mail.yandex.net (smtp11.mail.yandex.net [95.108.130.67]) by forward11.mail.yandex.net (Yandex) with ESMTP id 521ACE81E6A; Tue, 28 Jun 2011 07:50:02 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1309233002; bh=ga21ak8wenuLfLPYK2txBMb8TJs5y++8INWkIs08GAc=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=xATBQ39nhIltd3UxeCShd6AiTkPgdYmj4Y7Y4nc0OuaYtkHgJriXdKnOLUFt9tQVN SrUE42dWJx6ajhE/7M2JRTrX2ZHPtnfsSIogcw8C1kI/wkA/oReaFzcHvr1Vvsuckb sdfFoibvofTuZeSyDeTOZg8qXI09F+cKq1BQo2pw= Received: from smeshariki2.local (unknown [213.27.65.65]) by smtp11.mail.yandex.net (Yandex) with ESMTPSA id E70854CC0064; Tue, 28 Jun 2011 07:50:01 +0400 (MSD) Message-ID: <4E094EC9.2030603@yandex.ru> Date: Tue, 28 Jun 2011 07:47:21 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.9.2.18) Gecko/20110624 Thunderbird/3.1.11 MIME-Version: 1.0 To: Doug Barton References: <4DBFDA13.4080203@gmail.com> <4E085E6D.2070009@yandex.ru> <4E08C910.4070800@FreeBSD.org> In-Reply-To: <4E08C910.4070800@FreeBSD.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Yandex-Spam: 1 Cc: gnixua@gmail.com, freebsd-ports Subject: Re: portmaster issue: "The value of DISTDIR cannot be empty" 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, 28 Jun 2011 03:50:04 -0000 27.06.2011 22:16, Doug Barton пишет: > On 06/27/2011 03:41, Ruslan Mahmatkhanov wrote: >> 03.05.2011 14:33, Gritsuk Anton пишет: >>> >>> I tried to update this as usually. >>> # pkg_version -IvL= >>> libwps-0.2.0 < needs updating (index has 0.2.1) >>> >>> And I get error as below: >>> # portmaster libwps-0.2.0 >>> >>> ===>>> The value of DISTDIR cannot be empty >>> ===>>> Aborting update >> >> So it seems i got it. >> >> smeshariki2# mkdir /tmp/testdir >> smeshariki2# cd /tmp/testdir/ >> smeshariki2# rm -rf /tmp/testdir/ >> smeshariki2# pwd >> pwd: .: No such file or directory >> smeshariki2# portmaster p5-YAML-Tiny >> >> ===>>> The value of DISTDIR cannot be empty >> ===>>> Aborting update > > Um, yeah ... don't do that. :) Sorry, but i don't understand you :). I just localize the problem. It looks like a race in portmaster. As i understand it tries to do something in a directory (f.e. WORKDIR) or some temporary directory that it creates, that no longer exists. So this causes this error. Or you believe this is some user failure? -- Regards, Ruslan From owner-freebsd-ports@FreeBSD.ORG Tue Jun 28 04:47:58 2011 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 A42471065670; Tue, 28 Jun 2011 04:47:58 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from amailer.gwdg.de (amailer.gwdg.de [134.76.10.18]) by mx1.freebsd.org (Postfix) with ESMTP id 3A2F88FC14; Tue, 28 Jun 2011 04:47:58 +0000 (UTC) Received: from wald.nfv.gwdg.de ([134.76.242.31] helo=pc028.nfv) by mailer.gwdg.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1QbQDM-0007C0-1t; Tue, 28 Jun 2011 06:47:56 +0200 Message-ID: <4E095CFB.2020705@gwdg.de> Date: Tue, 28 Jun 2011 06:47:55 +0200 From: Rainer Hurling User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; de-DE; rv:1.9.2.18) Gecko/20110622 Thunderbird/3.1.11 MIME-Version: 1.0 To: wen heping References: <4E08DC97.4000406@gwdg.de> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated: Id:rhurlin X-Spam-Level: - X-Virus-Scanned: (clean) by exiscan+sophie Cc: ports@freebsd.org, python@freebsd.org, "Rintoul, Beech" Subject: Re: lang/python27 and threads option 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, 28 Jun 2011 04:47:58 -0000 Am 28.06.2011 04:16 (UTC+1) schrieb wen heping: > Would you test removing files/patch-Makefile.pre.in ? After removing files/patch-Makefile.pre.in and than building lang/python27 works for math/saga (with option PYTHON) again :-) Thanks a lot, Rainer > wen > > 2011/6/28 wen heping: >> It is caused by building libpython without -pthread, I shall try to fix it. >> >> I am wondering why there is not a run error when "python -m threading" >> >> wen >> >> 2011/6/28 Rainer Hurling: >>> (Crossposting to python@, because I am not sure which is the right list in >>> this case. Sorry, if this is not OK) >>> >>> Yesterday math/saga got updated. Now there is a new option for python >>> bindings to the SAGA GIS api. This worked well with version 2.7.1 of >>> lang/python27 until yesterday. >>> >>> I tried to build math/saga after upgrading to Python version 2.7.2 from >>> today, but it stops in the configure. As far as I understand the math/saga >>> configure script has a problem with the 'consistency check of all components >>> of python development environment', see config.log (line 1347). >>> >>> ----------------------------------------- >>> configure:16297: checking consistency of all components of python >>> development environment >>> configure:16323: cc -o conftest -O2 -pipe -I/usr/local/include >>> -fno-strict-aliasing -I/usr/local/include/python2.7 -L/usr/local/lib >>> conftest.c -L/usr/local/lib/python2.7/config -lpython2.7 >>> -Wl,--export-dynamic -lutil>&5 >>> /usr/local/lib/libpython2.7.so: undefined reference to `pthread_create' >>> ----------------------------------------- >>> >>> This does not happen, if Python 2.7.2 was build _without_ option 'THREADS'. >>> Then SAGA GIS builds fine. >>> >>> >>> Listing the dynamic object dependencies of the Python library, there is a >>> vital difference between Python 2.7.1 and 2.7.2. >>> >>> Python 2.7.1, build _with_ option 'THREADS': >>> ldd /usr/local/lib/libpython2.7.so >>> /usr/local/lib/libpython2.7.so: >>> libutil.so.9 => /lib/libutil.so.9 (0x413ac000) >>> libm.so.5 => /lib/libm.so.5 (0x415bd000) >>> libthr.so.3 => /lib/libthr.so.3 (0x417de000) >>> libc.so.7 => /lib/libc.so.7 (0x4084a000) >>> >>> Python 2.7.2, build _with_ option 'THREADS': >>> ldd /usr/local/lib/libpython2.7.so >>> /usr/local/lib/libpython2.7.so: >>> libutil.so.9 => /lib/libutil.so.9 (0x413ac000) >>> libm.so.5 => /lib/libm.so.5 (0x415bd000) >>> libc.so.7 => /lib/libc.so.7 (0x4084a000) >>> >>> It seems that Python does not include libthr.so.3 in version 2.7.2. Is this >>> intentional? Is there any other way to use the threaded version of Python >>> now? >>> >>> Any help would be really appreciated. >>> >>> Thanks in advance, >>> Rainer Hurling From owner-freebsd-ports@FreeBSD.ORG Tue Jun 28 17:23:43 2011 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 6F3941065670 for ; Tue, 28 Jun 2011 17:23:43 +0000 (UTC) (envelope-from luizgustavo@luizgustavo.pro.br) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 4D4B98FC08 for ; Tue, 28 Jun 2011 17:23:43 +0000 (UTC) Received: by pzk27 with SMTP id 27so382502pzk.13 for ; Tue, 28 Jun 2011 10:23:42 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.4.72 with SMTP id i8mr4079518pbi.269.1309280023056; Tue, 28 Jun 2011 09:53:43 -0700 (PDT) Received: by 10.68.42.70 with HTTP; Tue, 28 Jun 2011 09:53:43 -0700 (PDT) Date: Tue, 28 Jun 2011 13:53:43 -0300 Message-ID: From: "Luiz Gustavo S. Costa" To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: php5-5.3.6_1 with Segmentation fault (amd64) 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, 28 Jun 2011 17:23:43 -0000 Hey list ! exist some trouble with php and amd64 ? (last php from ports) [root@gringo] ~# pkg_info | grep php5-5 php5-5.3.6_1 PHP Scripting Language [root@gringo] ~# php -v Segmentation fault [root@gringo] ~# php-fpm -h Segmentation fault [root@gringo] ~# which php-fpm /usr/local/sbin/php-fpm [root@gringo] ~# file /usr/local/sbin/php-fpm /usr/local/sbin/php-fpm: ELF 64-bit LSB executable, x86-64, version 1 (FreeBSD), dynamically linked (uses shared libs), for FreeBSD 8.2, not stripped [root@gringo] ~# uname -a FreeBSD gringo.mundounix.com.br 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 --=20 =A0 /\ =A0 =A0 =A0 =A0 =A0 =A0 Luiz Gustavo S. Costa =A0/ =A0\ =A0 =A0 =A0 =A0 =A0 =A0Programmer at BSD Perimeter / =A0 =A0\ /\/\/\ =A0 =A0Visit the pfSense Project / =A0 =A0 =A0\ =A0 =A0\ \ =A0 http://www.pfsense.org --------------------------------------------------------------------- BSD da serra carioca, Teresopolis (visite: http://miud.in/Inv) Contatos: luizgustavo@luizgustavo.pro.br / lgcosta@pfsense.org Blog: http://www.luizgustavo.pro.br From owner-freebsd-ports@FreeBSD.ORG Tue Jun 28 17:26:02 2011 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 1BE6E106564A for ; Tue, 28 Jun 2011 17:26:02 +0000 (UTC) (envelope-from attos.janus@gmail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id D3D0E8FC17 for ; Tue, 28 Jun 2011 17:26:01 +0000 (UTC) Received: by gwb15 with SMTP id 15so219546gwb.13 for ; Tue, 28 Jun 2011 10:26:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=6H38OfyUW+z1EjrSskTbFr6dZop0yGoKPacnx7sx5yI=; b=sg4tY4opEtRsH/AK0wA7jb1MWDjUmdaZX6P8tB6gCjZPgriXodc5YUN7VrxRSt8WG6 vpxjBUoun6AHAER6d9rbU6vktuLycVudOiDt2Q6v3pgb34u8w2JrgIpx9EEhSOdo3bVI VjYYT9IXXZTNpqvI3cvGNKPgT2fwxEXS9zD8g= MIME-Version: 1.0 Received: by 10.101.196.7 with SMTP id y7mr4985926anp.154.1309280615481; Tue, 28 Jun 2011 10:03:35 -0700 (PDT) Received: by 10.100.31.2 with HTTP; Tue, 28 Jun 2011 10:03:35 -0700 (PDT) Date: Tue, 28 Jun 2011 13:03:35 -0400 Message-ID: From: Attos To: freebsd-ports Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: SQLite 3 PHP extensions issues after upgrading to PHP5 5.3.6_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, 28 Jun 2011 17:26:02 -0000 Hello, Just upgraded to php5-5.3.6_1 and the SQLITE 3 extensions (php5-pdo_sqlite-5.3.6_1 and php5-sqlite3-5.3.6_1) are causing PHP to core dump. I commented them from /usr/local/etc/php/extensions.ini and the segmentation faults disappear. Thanks. -- Attos Janus From owner-freebsd-ports@FreeBSD.ORG Tue Jun 28 17:37:28 2011 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 B3C0F106566C for ; Tue, 28 Jun 2011 17:37:28 +0000 (UTC) (envelope-from attos.janus@gmail.com) Received: from mail-yi0-f54.google.com (mail-yi0-f54.google.com [209.85.218.54]) by mx1.freebsd.org (Postfix) with ESMTP id 751198FC16 for ; Tue, 28 Jun 2011 17:37:28 +0000 (UTC) Received: by yic13 with SMTP id 13so236569yic.13 for ; Tue, 28 Jun 2011 10:37:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=WPFQj14ZeOoKl3Prx2yxr+Jk7x/1/tr82d3HfScNRXc=; b=PhERip5olfFs87g0GWxSfssjJojsCfyrsWR3TUKvn+XL9HmxCw2SJvD8XwiyhmVulE stQa/CaPobpuSHE97NQeGKJLHDiuWNbOJ6P66BjpagryEB+BckSyJ+TObioymFLqE1JP L12jCoURFsEJZOGrPJp+hErG1ktC2p2eU0swY= MIME-Version: 1.0 Received: by 10.101.196.7 with SMTP id y7mr5022463anp.154.1309282646245; Tue, 28 Jun 2011 10:37:26 -0700 (PDT) Received: by 10.100.31.2 with HTTP; Tue, 28 Jun 2011 10:37:26 -0700 (PDT) In-Reply-To: References: Date: Tue, 28 Jun 2011 13:37:26 -0400 Message-ID: From: Attos To: "Luiz Gustavo S. Costa" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ports@freebsd.org Subject: Re: php5-5.3.6_1 with Segmentation fault (amd64) 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, 28 Jun 2011 17:37:28 -0000 I found that the SQLite 3 extensions are causing some issues. Comment out the SQLite 3 extensions in /usr/loca/etc/php/extensions.ini if you can live without them. That did the trick for me. Re-installing SQLite or the extensions did not fix anything. On Tue, Jun 28, 2011 at 12:53 PM, Luiz Gustavo S. Costa < luizgustavo@luizgustavo.pro.br> wrote: > Hey list ! > > exist some trouble with php and amd64 ? (last php from ports) > > > [root@gringo] ~# pkg_info | grep php5-5 > php5-5.3.6_1 PHP Scripting Language > [root@gringo] ~# php -v > Segmentation fault > [root@gringo] ~# php-fpm -h > Segmentation fault > [root@gringo] ~# which php-fpm > /usr/local/sbin/php-fpm > [root@gringo] ~# file /usr/local/sbin/php-fpm > /usr/local/sbin/php-fpm: ELF 64-bit LSB executable, x86-64, version 1 > (FreeBSD), dynamically linked (uses shared libs), for FreeBSD 8.2, not > stripped > [root@gringo] ~# uname -a > FreeBSD gringo.mundounix.com.br 8.2-RELEASE FreeBSD 8.2-RELEASE #0: > Thu Feb 17 02:41:51 UTC 2011 > root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 > > > -- > /\ Luiz Gustavo S. Costa > / \ Programmer at BSD Perimeter > / \ /\/\/\ Visit the pfSense Project > / \ \ \ http://www.pfsense.org > --------------------------------------------------------------------- > BSD da serra carioca, Teresopolis (visite: http://miud.in/Inv) > Contatos: luizgustavo@luizgustavo.pro.br / lgcosta@pfsense.org > Blog: http://www.luizgustavo.pro.br > _______________________________________________ > 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" > -- Attos Janus From owner-freebsd-ports@FreeBSD.ORG Tue Jun 28 17:49:52 2011 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 290001065672 for ; Tue, 28 Jun 2011 17:49:52 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from p578be941.dip0.t-ipconnect.de (p578be941.dip0.t-ipconnect.de [87.139.233.65]) by mx1.freebsd.org (Postfix) with ESMTP id DA8EE8FC16 for ; Tue, 28 Jun 2011 17:49:51 +0000 (UTC) Received: from [192.168.0.100] (cde1100.uni.vrs [192.168.0.100]) (Authenticated sender: ohauer) by p578be941.dip0.t-ipconnect.de (Postfix) with ESMTPSA id A994B20284; Tue, 28 Jun 2011 19:49:46 +0200 (CEST) Message-ID: <4E0A1437.3070703@FreeBSD.org> Date: Tue, 28 Jun 2011 19:49:43 +0200 From: Olli Hauer User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: "Luiz Gustavo S. Costa" References: In-Reply-To: X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: php5-5.3.6_1 with Segmentation fault (amd64) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ohauer@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jun 2011 17:49:52 -0000 On 2011-06-28 18:53, Luiz Gustavo S. Costa wrote: > Hey list ! > > exist some trouble with php and amd64 ? (last php from ports) > > > [root@gringo] ~# pkg_info | grep php5-5 > php5-5.3.6_1 PHP Scripting Language > [root@gringo] ~# php -v > Segmentation fault > [root@gringo] ~# php-fpm -h > Segmentation fault > [root@gringo] ~# which php-fpm > /usr/local/sbin/php-fpm > [root@gringo] ~# file /usr/local/sbin/php-fpm > /usr/local/sbin/php-fpm: ELF 64-bit LSB executable, x86-64, version 1 > (FreeBSD), dynamically linked (uses shared libs), for FreeBSD 8.2, not > stripped > [root@gringo] ~# uname -a > FreeBSD gringo.mundounix.com.br 8.2-RELEASE FreeBSD 8.2-RELEASE #0: > Thu Feb 17 02:41:51 UTC 2011 > root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 > Please try this script http://people.freebsd.org/~ohauer/scripts/fixphpextorder.sh From owner-freebsd-ports@FreeBSD.ORG Tue Jun 28 17:56:18 2011 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 6632B106564A for ; Tue, 28 Jun 2011 17:56:18 +0000 (UTC) (envelope-from luizgustavo@luizgustavo.pro.br) Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 424F38FC0A for ; Tue, 28 Jun 2011 17:56:18 +0000 (UTC) Received: by pwi7 with SMTP id 7so438193pwi.13 for ; Tue, 28 Jun 2011 10:56:17 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.4.102 with SMTP id j6mr4223443pbj.68.1309283777699; Tue, 28 Jun 2011 10:56:17 -0700 (PDT) Received: by 10.68.42.70 with HTTP; Tue, 28 Jun 2011 10:56:17 -0700 (PDT) In-Reply-To: <4E0A1437.3070703@FreeBSD.org> References: <4E0A1437.3070703@FreeBSD.org> Date: Tue, 28 Jun 2011 14:56:17 -0300 Message-ID: From: "Luiz Gustavo S. Costa" To: ohauer@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org Subject: Re: php5-5.3.6_1 with Segmentation fault (amd64) 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, 28 Jun 2011 17:56:18 -0000 not working ... [root@gringo] ~# cd /tmp/ [root@gringo] /tmp# fetch http://people.freebsd.org/~ohauer/scripts/fixphpextorder.sh fixphpextorder.sh 100% of 2661 B 15 MBps [root@gringo] /tmp# sh fixphpextorder.sh =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D New INI is saved as /usr/local/etc/php/extensions.ini.new Additional extension(s) not known by fixphpextorder.sh are added to the end of new INI file. Please review the new INI, and replace it on your own! Do some Basic tests: php -V php -m php -i apachectl graceful ... If the segfault issue is not gone, or you cannot find the issue - ask on the ports@ mailing list or - open a PR: Synopsys: lang/php5 Segmentation fault. Additional try debugging with command: gdb php ./php.core http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/de= bugging.html [root@gringo] /tmp# php -v Segmentation fault [root@gringo] /tmp# php -V Segmentation fault [root@gringo] /tmp# php -m Segmentation fault 2011/6/28 Olli Hauer : > On 2011-06-28 18:53, Luiz Gustavo S. Costa wrote: >> Hey list ! >> >> exist some trouble with php and amd64 ? (last php from ports) >> >> >> [root@gringo] ~# pkg_info | grep php5-5 >> php5-5.3.6_1 =A0 =A0 =A0 =A0PHP Scripting Language >> [root@gringo] ~# php -v >> Segmentation fault >> [root@gringo] ~# php-fpm -h >> Segmentation fault >> [root@gringo] ~# which php-fpm >> /usr/local/sbin/php-fpm >> [root@gringo] ~# file /usr/local/sbin/php-fpm >> /usr/local/sbin/php-fpm: ELF 64-bit LSB executable, x86-64, version 1 >> (FreeBSD), dynamically linked (uses shared libs), for FreeBSD 8.2, not >> stripped >> [root@gringo] ~# uname -a >> FreeBSD gringo.mundounix.com.br 8.2-RELEASE FreeBSD 8.2-RELEASE #0: >> Thu Feb 17 02:41:51 UTC 2011 >> root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC =A0amd64 >> > > Please try this script > http://people.freebsd.org/~ohauer/scripts/fixphpextorder.sh > > --=20 =A0 /\ =A0 =A0 =A0 =A0 =A0 =A0 Luiz Gustavo S. Costa =A0/ =A0\ =A0 =A0 =A0 =A0 =A0 =A0Programmer at BSD Perimeter / =A0 =A0\ /\/\/\ =A0 =A0Visit the pfSense Project / =A0 =A0 =A0\ =A0 =A0\ \ =A0 http://www.pfsense.org --------------------------------------------------------------------- BSD da serra carioca, Teresopolis (visite: http://miud.in/Inv) Contatos: luizgustavo@luizgustavo.pro.br / lgcosta@pfsense.org Blog: http://www.luizgustavo.pro.br From owner-freebsd-ports@FreeBSD.ORG Tue Jun 28 18:00:05 2011 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 19C1D106564A; Tue, 28 Jun 2011 18:00:05 +0000 (UTC) (envelope-from tingox@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id A45E18FC1E; Tue, 28 Jun 2011 18:00:04 +0000 (UTC) Received: by vxg33 with SMTP id 33so483974vxg.13 for ; Tue, 28 Jun 2011 11:00:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=OYIJ2ICcaYqRbArEKPyO8IWNzarJM3uqUSHgj+qMmXU=; b=a+SoAmlUAWhXnBPaadyh8B0DTRZb2+hCcXJLNzvfVM82s/YiqNVYX8kZuNvXIYWF7P X15R9g+5aeF1cx0C9iw8UX1gd+MXEYhI/8PXck771zhHMJxmgDuSD6xkqSmoeWbKoY1T IDvVgWSxi9T74IaUqYGxl5bvWMhh7pvdPtghs= MIME-Version: 1.0 Received: by 10.52.94.137 with SMTP id dc9mr1891836vdb.262.1309284002977; Tue, 28 Jun 2011 11:00:02 -0700 (PDT) Received: by 10.52.182.230 with HTTP; Tue, 28 Jun 2011 11:00:02 -0700 (PDT) In-Reply-To: <19975.39647.776946.753297@jerusalem.litteratus.org> References: <27281498.3448761308959243390.JavaMail.root@wmail59> <20110626172704.GA1680@elch.exwg.net> <4E07919C.1000100@twisted.net> <19975.39647.776946.753297@jerusalem.litteratus.org> Date: Tue, 28 Jun 2011 20:00:02 +0200 Message-ID: From: Torfinn Ingolfsen To: FreeBSD Ports ML , mm@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: multimedia/ffmpeg: error updating to 0.7.1,1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jun 2011 18:00:05 -0000 Hi, On Sun, Jun 26, 2011 at 10:47 PM, Robert Huff wrote: > > =A0 =A0 =A0 =A0There was a problem with the latest update - maintainer mi= ssed > a patch file. > =A0 =A0 =A0 =A0It has been corrected; please update and try again. =A0If = failure > persists, please talk to the maintainer. It seems the problem is still there: tingo@kg-v2$ uname -a FreeBSD kg-v2.kg4.no 8.1-STABLE FreeBSD 8.1-STABLE #3: Thu Sep 16 22:18:48 CEST 2010 root@kg-v2.kg4.no:/usr/obj/usr/src/sys/GENERIC amd64 Last part of build output: CC libavcodec/vp5.o CC libavcodec/vp56.o {standard input}: Assembler messages: {standard input}:186: Error: `(%r8d,%eax)' is not a valid 64 bit base/index expression {standard input}:231: Error: `(%r8d,%eax)' is not a valid 64 bit base/index expression {standard input}:276: Error: `(%r8d,%eax)' is not a valid 64 bit base/index expression {standard input}:330: Error: `(%r8d,%eax)' is not a valid 64 bit base/index expression {standard input}:436: Error: `(%r8d,%eax)' is not a valid 64 bit base/index expression {standard input}:585: Error: `(%r8d,%eax)' is not a valid 64 bit base/index expression {standard input}:680: Error: `(%r8d,%eax)' is not a valid 64 bit base/index expression {standard input}:725: Error: `(%r8d,%eax)' is not a valid 64 bit base/index expression {standard input}:859: Error: `(%r8d,%eax)' is not a valid 64 bit base/index expression {standard input}:898: Error: `(%esi,%edx)' is not a valid 64 bit base/index expression {standard input}:932: Error: `(%esi,%edx)' is not a valid 64 bit base/index expression {standard input}:972: Error: `(%esi,%edx)' is not a valid 64 bit base/index expression {standard input}:1023: Error: `(%r8d,%eax)' is not a valid 64 bit base/index expression {standard input}:3894: Error: `(%esi,%eax)' is not a valid 64 bit base/index expression {standard input}:4308: Error: `(%esi,%eax)' is not a valid 64 bit base/index expression {standard input}:4677: Error: `(%esi,%eax)' is not a valid 64 bit base/index expression {standard input}:4931: Error: `(%esi,%eax)' is not a valid 64 bit base/index expression {standard input}:5185: Error: `(%esi,%eax)' is not a valid 64 bit base/index expression {standard input}:5439: Error: `(%esi,%eax)' is not a valid 64 bit base/index expression {standard input}:5954: Error: `(%esi,%eax)' is not a valid 64 bit base/index expression gmake: *** [libavcodec/vp5.o] Error 1 gmake: *** Waiting for unfinished jobs.... {standard input}: Assembler messages: {standard input}:285: Error: `(%esi,%edx)' is not a valid 64 bit base/index expression {standard input}:498: Error: `(%r8d,%edx)' is not a valid 64 bit base/index expression {standard input}:559: Error: `(%r8d,%edx)' is not a valid 64 bit base/index expression {standard input}:650: Error: `(%esi,%eax)' is not a valid 64 bit base/index expression {standard input}:1683: Error: `(%esi,%eax)' is not a valid 64 bit base/index expression {standard input}:1857: Error: `(%esi,%eax)' is not a valid 64 bit base/index expression gmake: *** [libavcodec/vp56.o] Error 1 *** Error code 1 Stop in /usr/ports/multimedia/ffmpeg. *** Error code 1 Stop in /usr/ports/multimedia/ffmpeg. This is ffmpeg-0.7.1_2,1 --=20 Regards, Torfinn Ingolfsen From owner-freebsd-ports@FreeBSD.ORG Tue Jun 28 18:10:26 2011 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 CE6711065672; Tue, 28 Jun 2011 18:10:26 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BB1A58FC13; Tue, 28 Jun 2011 18:10:26 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p5SIAOI3028703; Tue, 28 Jun 2011 18:10:24 GMT (envelope-from flo@FreeBSD.org) Message-ID: <4E0A1910.7020104@FreeBSD.org> Date: Tue, 28 Jun 2011 20:10:24 +0200 From: Florian Smeets User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0) Gecko/20110625 Thunderbird/5.0b2pre MIME-Version: 1.0 To: ohauer@FreeBSD.org References: <4E0A1437.3070703@FreeBSD.org> In-Reply-To: <4E0A1437.3070703@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "Luiz Gustavo S. Costa" , ale@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: php5-5.3.6_1 with Segmentation fault (amd64) 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, 28 Jun 2011 18:10:26 -0000 On 28.06.11 19:49, Olli Hauer wrote: > On 2011-06-28 18:53, Luiz Gustavo S. Costa wrote: >> Hey list ! >> >> exist some trouble with php and amd64 ? (last php from ports) >> >> >> [root@gringo] ~# pkg_info | grep php5-5 >> php5-5.3.6_1 PHP Scripting Language >> [root@gringo] ~# php -v >> Segmentation fault >> [root@gringo] ~# php-fpm -h >> Segmentation fault >> [root@gringo] ~# which php-fpm >> /usr/local/sbin/php-fpm >> [root@gringo] ~# file /usr/local/sbin/php-fpm >> /usr/local/sbin/php-fpm: ELF 64-bit LSB executable, x86-64, version 1 >> (FreeBSD), dynamically linked (uses shared libs), for FreeBSD 8.2, not >> stripped >> [root@gringo] ~# uname -a >> FreeBSD gringo.mundounix.com.br 8.2-RELEASE FreeBSD 8.2-RELEASE #0: >> Thu Feb 17 02:41:51 UTC 2011 >> root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >> > > Please try this script > http://people.freebsd.org/~ohauer/scripts/fixphpextorder.sh > Does anybody know any details about why it starts dumping cores when the order is wrong? I've been running into this for years, first with apache and mod_php later with php-fpm. It would be really great if we could get this fixed. I know the script and it fixes the problem most of the time, but that's IMHO not a real solution. Cheers, Florian From owner-freebsd-ports@FreeBSD.ORG Tue Jun 28 18:10:57 2011 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 55156106564A for ; Tue, 28 Jun 2011 18:10:57 +0000 (UTC) (envelope-from freebsdlists-ports@chillibear.com) Received: from mail.sundive.org (mail.sundive.org [212.13.197.214]) by mx1.freebsd.org (Postfix) with ESMTP id 1ACC68FC12 for ; Tue, 28 Jun 2011 18:10:56 +0000 (UTC) Received: from [87.113.139.133] (helo=[192.168.0.45]) by sundive.org with esmtpsa (TLSv1:DES-CBC3-SHA:168) (Exim 4.72 (FreeBSD)) (envelope-from ) id 1QbcNZ-000Dg5-Ak; Tue, 28 Jun 2011 18:47:19 +0100 User-Agent: Microsoft-Entourage/12.30.0.110427 Date: Tue, 28 Jun 2011 18:45:38 +0100 From: Eric To: freebsd-ports Message-ID: Thread-Topic: SQLite 3 PHP extensions issues after upgrading to PHP5 5.3.6_1 Thread-Index: Acw1uzDAUYyMJXhu1USVZOosp7zTAA== In-Reply-To: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit X-Spam_score: -2.9 X-Spam_score_int: -28 X-Spam_bar: -- X-Spam: No X-bounce-key: sundive.org-1; freebsdlists-ports@chillibear.com; 1309284749; 19d4079d; Cc: Attos Subject: Re: SQLite 3 PHP extensions issues after upgrading to PHP5 5.3.6_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, 28 Jun 2011 18:10:57 -0000 > From: Attos > Hello, > Just upgraded to php5-5.3.6_1 and the SQLITE 3 extensions > (php5-pdo_sqlite-5.3.6_1 and php5-sqlite3-5.3.6_1) are causing PHP to core > dump. > I commented them from /usr/local/etc/php/extensions.ini and the segmentation > faults disappear. I've always fount that re-ordering the entries in /usr/local/etc/php/ extensions.ini through trial and error tends to make the problem go away and allows one to use the extension without the faults. Jim Pingle posted a script ages ago on his blog[1] to do some rough and ready re-ordering, if you fancy giving that a try. Regards Eric [1] http://www.pingle.org/2007/09/22/php-crashes-extensions-workaround From owner-freebsd-ports@FreeBSD.ORG Tue Jun 28 18:17:15 2011 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 637AB106566B; Tue, 28 Jun 2011 18:17:15 +0000 (UTC) (envelope-from attos.janus@gmail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id EEACE8FC17; Tue, 28 Jun 2011 18:17:14 +0000 (UTC) Received: by gwb15 with SMTP id 15so245300gwb.13 for ; Tue, 28 Jun 2011 11:17:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Dd4ugc9emIotbUOFSgjrG9gMf3kdXfrqcwl5+BjFT0E=; b=AgNNgBpU4qxA9KLg4eP/wX+HcRiQ9bTMHMGnuwR6ZcSpfQdaSV94NAakoMeaTrGYbJ U/IScH9kqhRgJD6vT1TkLe7jX2nBxmZar5GUrGG82JoZZWkJwnCwefQeZWyHFthTwymh ZkrHviTw9KqGGKEHMnfB1JElRMtsUcGdiej3s= MIME-Version: 1.0 Received: by 10.101.145.37 with SMTP id x37mr8729603ann.22.1309285033925; Tue, 28 Jun 2011 11:17:13 -0700 (PDT) Received: by 10.100.31.2 with HTTP; Tue, 28 Jun 2011 11:17:13 -0700 (PDT) In-Reply-To: <4E0A1910.7020104@FreeBSD.org> References: <4E0A1437.3070703@FreeBSD.org> <4E0A1910.7020104@FreeBSD.org> Date: Tue, 28 Jun 2011 14:17:13 -0400 Message-ID: From: Attos To: Florian Smeets Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ohauer@freebsd.org, freebsd-ports@freebsd.org, ale@freebsd.org, "Luiz Gustavo S. Costa" Subject: Re: php5-5.3.6_1 with Segmentation fault (amd64) 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, 28 Jun 2011 18:17:15 -0000 I ran the script to recreate the extensions.ini but after adding the following extension: extension=sqlite3.so php seg faults again On Tue, Jun 28, 2011 at 2:10 PM, Florian Smeets wrote: > On 28.06.11 19:49, Olli Hauer wrote: > >> On 2011-06-28 18:53, Luiz Gustavo S. Costa wrote: >> >>> Hey list ! >>> >>> exist some trouble with php and amd64 ? (last php from ports) >>> >>> >>> [root@gringo] ~# pkg_info | grep php5-5 >>> php5-5.3.6_1 PHP Scripting Language >>> [root@gringo] ~# php -v >>> Segmentation fault >>> [root@gringo] ~# php-fpm -h >>> Segmentation fault >>> [root@gringo] ~# which php-fpm >>> /usr/local/sbin/php-fpm >>> [root@gringo] ~# file /usr/local/sbin/php-fpm >>> /usr/local/sbin/php-fpm: ELF 64-bit LSB executable, x86-64, version 1 >>> (FreeBSD), dynamically linked (uses shared libs), for FreeBSD 8.2, not >>> stripped >>> [root@gringo] ~# uname -a >>> FreeBSD gringo.mundounix.com.br 8.2-RELEASE FreeBSD 8.2-RELEASE #0: >>> Thu Feb 17 02:41:51 UTC 2011 >>> root@mason.cse.buffalo.edu:/**usr/obj/usr/src/sys/GENERIC amd64 >>> >>> >> Please try this script >> http://people.freebsd.org/~**ohauer/scripts/fixphpextorder.**sh >> >> > Does anybody know any details about why it starts dumping cores when the > order is wrong? I've been running into this for years, first with apache and > mod_php later with php-fpm. > > It would be really great if we could get this fixed. I know the script and > it fixes the problem most of the time, but that's IMHO not a real solution. > > Cheers, > Florian > > ______________________________**_________________ > 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 > " > -- Attos Janus From owner-freebsd-ports@FreeBSD.ORG Tue Jun 28 18:29:06 2011 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 B5812106564A; Tue, 28 Jun 2011 18:29:06 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from p578be941.dip0.t-ipconnect.de (p578be941.dip0.t-ipconnect.de [87.139.233.65]) by mx1.freebsd.org (Postfix) with ESMTP id 71C628FC0A; Tue, 28 Jun 2011 18:29:06 +0000 (UTC) Received: from [192.168.0.100] (cde1100.uni.vrs [192.168.0.100]) (Authenticated sender: ohauer) by p578be941.dip0.t-ipconnect.de (Postfix) with ESMTPSA id 5FC6620284; Tue, 28 Jun 2011 20:29:03 +0200 (CEST) Message-ID: <4E0A1D6E.1040903@FreeBSD.org> Date: Tue, 28 Jun 2011 20:29:02 +0200 From: Olli Hauer User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: Florian Smeets References: <4E0A1437.3070703@FreeBSD.org> <4E0A1910.7020104@FreeBSD.org> In-Reply-To: <4E0A1910.7020104@FreeBSD.org> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ohauer@FreeBSD.org, ale@FreeBSD.org, freebsd-ports@FreeBSD.org, "Luiz Gustavo S. Costa" Subject: Re: php5-5.3.6_1 with Segmentation fault (amd64) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ohauer@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jun 2011 18:29:06 -0000 On 2011-06-28 20:10, Florian Smeets wrote: > On 28.06.11 19:49, Olli Hauer wrote: >> On 2011-06-28 18:53, Luiz Gustavo S. Costa wrote: >>> Hey list ! >>> >>> exist some trouble with php and amd64 ? (last php from ports) >>> >>> >>> [root@gringo] ~# pkg_info | grep php5-5 >>> php5-5.3.6_1 PHP Scripting Language >>> [root@gringo] ~# php -v >>> Segmentation fault >>> [root@gringo] ~# php-fpm -h >>> Segmentation fault >>> [root@gringo] ~# which php-fpm >>> /usr/local/sbin/php-fpm >>> [root@gringo] ~# file /usr/local/sbin/php-fpm >>> /usr/local/sbin/php-fpm: ELF 64-bit LSB executable, x86-64, version 1 >>> (FreeBSD), dynamically linked (uses shared libs), for FreeBSD 8.2, not >>> stripped >>> [root@gringo] ~# uname -a >>> FreeBSD gringo.mundounix.com.br 8.2-RELEASE FreeBSD 8.2-RELEASE #0: >>> Thu Feb 17 02:41:51 UTC 2011 >>> root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >>> >> >> Please try this script >> http://people.freebsd.org/~ohauer/scripts/fixphpextorder.sh >> > > Does anybody know any details about why it starts dumping cores when the order > is wrong? I've been running into this for years, first with apache and mod_php > later with php-fpm. No not really, during my research I found notes about this issue for all platforms (BSD/Linux/Solaris ...) I guess in his case it's even a third party module, but we don't know since the php.ini was not provided. Maybe he can follow the last instruction in the script and fire up gdb. I suggest he tries what Attos suggest (without sqlite) or by starting with an empty php.ini and add module by module manually. > It would be really great if we could get this fixed. I know the script and it > fixes the problem most of the time, but that's IMHO not a real solution. > > Cheers, > Florian > From owner-freebsd-ports@FreeBSD.ORG Tue Jun 28 18:36:44 2011 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 24EE11065673; Tue, 28 Jun 2011 18:36:44 +0000 (UTC) (envelope-from attos.janus@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id A12E98FC0C; Tue, 28 Jun 2011 18:36:43 +0000 (UTC) Received: by gyf3 with SMTP id 3so266913gyf.13 for ; Tue, 28 Jun 2011 11:36:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Mu/TYHypckFYy9GxfZWcEJJVU4SetGibXW8m+fC0aHk=; b=iY0KMvYdKtiNwzGNe1u9aGFVtvXdaPtnYfPPLEsFJSjxChi93SJsaKgc1/8jKzZMPx qjVUTOetlk3wSRUDWs0OaGXgCyvnxwByyj2ujPdsvsvAMaST7hoZG9GBRw7CShxa7yi5 3QBCRVBXPqnWAzcotPZ0UxIoIGY2KH4RaXEGU= MIME-Version: 1.0 Received: by 10.101.171.1 with SMTP id y1mr8794216ano.110.1309286202889; Tue, 28 Jun 2011 11:36:42 -0700 (PDT) Received: by 10.100.31.2 with HTTP; Tue, 28 Jun 2011 11:36:42 -0700 (PDT) In-Reply-To: <4E0A1D6E.1040903@FreeBSD.org> References: <4E0A1437.3070703@FreeBSD.org> <4E0A1910.7020104@FreeBSD.org> <4E0A1D6E.1040903@FreeBSD.org> Date: Tue, 28 Jun 2011 14:36:42 -0400 Message-ID: From: Attos To: ohauer@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "Luiz Gustavo S. Costa" , Florian Smeets , freebsd-ports@freebsd.org, ale@freebsd.org Subject: Re: php5-5.3.6_1 with Segmentation fault (amd64) 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, 28 Jun 2011 18:36:44 -0000 Not an empty php.ini, but an empty /usr/local/etc/php/extensions.ini That's how I found about SQLite. Commented out all the extensions and the un-commented one-by-one. On Tue, Jun 28, 2011 at 2:29 PM, Olli Hauer wrote: > On 2011-06-28 20:10, Florian Smeets wrote: > > On 28.06.11 19:49, Olli Hauer wrote: > >> On 2011-06-28 18:53, Luiz Gustavo S. Costa wrote: > >>> Hey list ! > >>> > >>> exist some trouble with php and amd64 ? (last php from ports) > >>> > >>> > >>> [root@gringo] ~# pkg_info | grep php5-5 > >>> php5-5.3.6_1 PHP Scripting Language > >>> [root@gringo] ~# php -v > >>> Segmentation fault > >>> [root@gringo] ~# php-fpm -h > >>> Segmentation fault > >>> [root@gringo] ~# which php-fpm > >>> /usr/local/sbin/php-fpm > >>> [root@gringo] ~# file /usr/local/sbin/php-fpm > >>> /usr/local/sbin/php-fpm: ELF 64-bit LSB executable, x86-64, version 1 > >>> (FreeBSD), dynamically linked (uses shared libs), for FreeBSD 8.2, not > >>> stripped > >>> [root@gringo] ~# uname -a > >>> FreeBSD gringo.mundounix.com.br 8.2-RELEASE FreeBSD 8.2-RELEASE #0: > >>> Thu Feb 17 02:41:51 UTC 2011 > >>> root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 > >>> > >> > >> Please try this script > >> http://people.freebsd.org/~ohauer/scripts/fixphpextorder.sh > >> > > > > Does anybody know any details about why it starts dumping cores when the > order > > is wrong? I've been running into this for years, first with apache and > mod_php > > later with php-fpm. > > No not really, during my research I found notes about this issue for all > platforms > (BSD/Linux/Solaris ...) > > I guess in his case it's even a third party module, but we don't know since > the > php.ini was not provided. Maybe he can follow the last instruction in the > script > and fire up gdb. > > I suggest he tries what Attos suggest (without sqlite) or by starting with > an empty > php.ini and add module by module manually. > > > > > > It would be really great if we could get this fixed. I know the script > and it > > fixes the problem most of the time, but that's IMHO not a real solution. > > > > Cheers, > > Florian > > > _______________________________________________ > 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" > -- Attos Janus From owner-freebsd-ports@FreeBSD.ORG Tue Jun 28 18:38:33 2011 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 CA5FE1065672 for ; Tue, 28 Jun 2011 18:38:33 +0000 (UTC) (envelope-from attos.janus@gmail.com) Received: from mail-yi0-f54.google.com (mail-yi0-f54.google.com [209.85.218.54]) by mx1.freebsd.org (Postfix) with ESMTP id 8A0328FC08 for ; Tue, 28 Jun 2011 18:38:33 +0000 (UTC) Received: by yic13 with SMTP id 13so266962yic.13 for ; Tue, 28 Jun 2011 11:38:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=6uZ3FyHMCu+/jEQjs4c2dFMMImlqjrlHUfXQ8ANLaOs=; b=SC4Hva+mlw8ZZCknjXaDkmo0MT2+K/TjihTEtr8qupPQOe/AoI0FfEgn2f35lgaVRG lBH5c3UwbXtycIks2FjDdcbD6exJcqekUMP4A2NDn+0fs8momhzqkvA6KceE9r10fgis pvzqJYSLd6Qez7v34B8ctIpNitZRCMYat0lEU= MIME-Version: 1.0 Received: by 10.101.196.7 with SMTP id y7mr5085340anp.154.1309286312802; Tue, 28 Jun 2011 11:38:32 -0700 (PDT) Received: by 10.100.31.2 with HTTP; Tue, 28 Jun 2011 11:38:32 -0700 (PDT) In-Reply-To: References: Date: Tue, 28 Jun 2011 14:38:32 -0400 Message-ID: From: Attos To: Eric Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ports Subject: Re: SQLite 3 PHP extensions issues after upgrading to PHP5 5.3.6_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, 28 Jun 2011 18:38:34 -0000 Done that. Appending and moving around sqlite3.so did not fix it. Just commenting it out did the trick. On Tue, Jun 28, 2011 at 1:45 PM, Eric wrote: > > From: Attos > > Hello, > > Just upgraded to php5-5.3.6_1 and the SQLITE 3 extensions > > (php5-pdo_sqlite-5.3.6_1 and php5-sqlite3-5.3.6_1) are causing PHP to > core > > dump. > > I commented them from /usr/local/etc/php/extensions.ini and the > segmentation > > faults disappear. > > I've always fount that re-ordering the entries in /usr/local/etc/php/ > extensions.ini through trial and error tends to make the problem go away > and > allows one to use the extension without the faults. > > Jim Pingle posted a script ages ago on his blog[1] to do some rough and > ready re-ordering, if you fancy giving that a try. > > Regards > > Eric > > [1] http://www.pingle.org/2007/09/22/php-crashes-extensions-workaround > > > -- Attos Janus From owner-freebsd-ports@FreeBSD.ORG Tue Jun 28 18:46:34 2011 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 88B5D1065674; Tue, 28 Jun 2011 18:46:34 +0000 (UTC) (envelope-from zeising@daemonic.se) Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3]) by mx1.freebsd.org (Postfix) with ESMTP id 131378FC1D; Tue, 28 Jun 2011 18:46:32 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 2DDC240003; Tue, 28 Jun 2011 20:46:30 +0200 (CEST) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id 235BD40020; Tue, 28 Jun 2011 20:46:30 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bernadotte.lysator.liu.se X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=AWL autolearn=disabled version=3.3.1 X-Spam-Score: 0.1 Received: from mx.daemonic.se (mx.daemonic.se [IPv6:2001:470:dca9:0:1::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id E4F2340003; Tue, 28 Jun 2011 20:46:29 +0200 (CEST) Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2001:470:dca9:0:1::4]) by mx.daemonic.se (Postfix) with ESMTPS id CE0A1119C08; Tue, 28 Jun 2011 20:46:28 +0200 (CEST) Received: from [IPv6:2001:470:dca9:1::4] (vivi.daemonic.se [IPv6:2001:470:dca9:1::4]) by mail.daemonic.se (Postfix) with ESMTPSA id A79EB12B1E5; Tue, 28 Jun 2011 20:46:28 +0200 (CEST) Message-ID: <4E0A2172.7000800@daemonic.se> Date: Tue, 28 Jun 2011 20:46:10 +0200 From: Niclas Zeising User-Agent: Mutt/1.5.21 MIME-Version: 1.0 To: Gabor PALI References: <4E0679AA.20100@shadowsun.net> <4E06863F.7010104@FreeBSD.org> In-Reply-To: <4E06863F.7010104@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-current@freebsd.org, freebsd-ports@freebsd.org Subject: -Qunused-parameter and clang (was Re: GHC Port on 9-CURRENT) 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, 28 Jun 2011 18:46:34 -0000 Sorry for hijacking this thread, and cross posting. On 2011-06-26 03:07, Gabor PALI wrote: > > >> With Clang, an error occurs in one of the configure scripts, because >> Clang warns about unused command-line arguments, and the configure >> script assumes that to be a compiler error. You can deal with this by >> adding -Qunused-parameter to CFLAGS. > > Thanks for investigating this. > This should probably be made the default, at least for ports when clang is compiled, since the output generated when not using -Qunused-parameter confuses configure scripts, and stops at least FireFox 5 from compiling, that I know of. Regards! -- Niclas Zeising From owner-freebsd-ports@FreeBSD.ORG Tue Jun 28 18:55:27 2011 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 E73D71065670 for ; Tue, 28 Jun 2011 18:55:27 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3]) by mx1.freebsd.org (Postfix) with ESMTP id 9A8A08FC08 for ; Tue, 28 Jun 2011 18:55:27 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id EB60840003 for ; Tue, 28 Jun 2011 20:55:26 +0200 (CEST) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id E0C0840021; Tue, 28 Jun 2011 20:55:26 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bernadotte.lysator.liu.se X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=AWL,FREEMAIL_FROM, T_TO_NO_BRKTS_FREEMAIL autolearn=disabled version=3.3.1 X-Spam-Score: 0.0 Received: from mx.daemonic.se (mx.daemonic.se [IPv6:2001:470:dca9:0:1::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id CDC1240003 for ; Tue, 28 Jun 2011 20:53:22 +0200 (CEST) Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2001:470:dca9:0:1::4]) by mx.daemonic.se (Postfix) with ESMTPS id D31D4119C08 for ; Tue, 28 Jun 2011 20:52:27 +0200 (CEST) Received: from [IPv6:2001:470:dca9:1::4] (vivi.daemonic.se [IPv6:2001:470:dca9:1::4]) by mail.daemonic.se (Postfix) with ESMTPSA id BD8F712B1E5 for ; Tue, 28 Jun 2011 20:52:27 +0200 (CEST) Message-ID: <4E0A22EB.8020200@gmail.com> Date: Tue, 28 Jun 2011 20:52:27 +0200 From: Niclas Zeising User-Agent: Mutt/1.5.21 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <4E0679AA.20100@shadowsun.net> <4E06863F.7010104@FreeBSD.org> <4E0A2172.7000800@daemonic.se> In-Reply-To: <4E0A2172.7000800@daemonic.se> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: -Qunused-parameter and clang (was Re: GHC Port on 9-CURRENT) 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, 28 Jun 2011 18:55:28 -0000 On 2011-06-28 20:46, Niclas Zeising wrote: > Sorry for hijacking this thread, and cross posting. > > On 2011-06-26 03:07, Gabor PALI wrote: >> >> >>> With Clang, an error occurs in one of the configure scripts, because >>> Clang warns about unused command-line arguments, and the configure >>> script assumes that to be a compiler error. You can deal with this by >>> adding -Qunused-parameter to CFLAGS. >> >> Thanks for investigating this. >> > > This should probably be made the default, at least for ports when clang > is compiled, since the output generated when not using > -Qunused-parameter confuses configure scripts, and stops at least > FireFox 5 from compiling, that I know of. > > Regards! Hm. I'm thinging about -Qunused-arguments, nothing else! Sorry for the confusion! Regards! -- Niclas From owner-freebsd-ports@FreeBSD.ORG Tue Jun 28 19:05:38 2011 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 B086E106564A for ; Tue, 28 Jun 2011 19:05:38 +0000 (UTC) (envelope-from goksin.akdeniz@gmail.com) Received: from mail-fx0-f44.google.com (mail-fx0-f44.google.com [209.85.161.44]) by mx1.freebsd.org (Postfix) with ESMTP id 384F28FC1B for ; Tue, 28 Jun 2011 19:05:37 +0000 (UTC) Received: by fxe6 with SMTP id 6so451361fxe.17 for ; Tue, 28 Jun 2011 12:05:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :references:in-reply-to:x-enigmail-version:content-type; bh=TTkjOpJ4mkkwZ0xpV4e4K7M4dRa2aDSjvmD/t+ldjUI=; b=kmEpvDCSguXxhKMJENgWTfT8REZThFmZn1vWSMjnuR6PJwJbI8khk5N/NhtJss7VDN 8vm45P56dBaDGhwbTMF6dmJANkdNhaTkimYkHlIGY9ZPjAzWhC6MFZB/bDNthqWrQ8HY ymXmivlcjrF6I8UdrXVaKHM4v+iWT4BlaRFyo= Received: by 10.223.2.141 with SMTP id 13mr7378210faj.68.1309287937049; Tue, 28 Jun 2011 12:05:37 -0700 (PDT) Received: from tardis.elkotek ([78.169.15.203]) by mx.google.com with ESMTPS id w15sm311208faj.47.2011.06.28.12.05.35 (version=SSLv3 cipher=OTHER); Tue, 28 Jun 2011 12:05:36 -0700 (PDT) Message-ID: <4E0A25F9.3090209@gmail.com> Date: Tue, 28 Jun 2011 22:05:29 +0300 From: =?UTF-8?B?R8O2a8WfaW4gQWtkZW5peg==?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; tr-TR; rv:1.9.2.18) Gecko/20110622 Lightning/1.0b2 Thunderbird/3.1.11 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <27281498.3448761308959243390.JavaMail.root@wmail59> <20110626172704.GA1680@elch.exwg.net> <4E07919C.1000100@twisted.net> <19975.39647.776946.753297@jerusalem.litteratus.org> In-Reply-To: X-Enigmail-Version: 1.1.2 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigB64731530402135749B75550" Subject: Re: multimedia/ffmpeg: error updating to 0.7.1,1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: goksin.akdeniz@gmail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jun 2011 19:05:38 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigB64731530402135749B75550 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable >=20 > It seems the problem is still there: > tingo@kg-v2$ uname -a > FreeBSD kg-v2.kg4.no 8.1-STABLE FreeBSD 8.1-STABLE #3: Thu Sep 16 > 22:18:48 CEST 2010 root@kg-v2.kg4.no:/usr/obj/usr/src/sys/GENERIC > amd64 > Last part of build output: > CC libavcodec/vp5.o > CC libavcodec/vp56.o > {standard input}: Assembler messages: > {standard input}:186: Error: `(%r8d,%eax)' is not a valid 64 bit > base/index expression > {standard input}:231: Error: `(%r8d,%eax)' is not a valid 64 bit > base/index expression > {standard input}:276: Error: `(%r8d,%eax)' is not a valid 64 bit > base/index expression > {standard input}:330: Error: `(%r8d,%eax)' is not a valid 64 bit > base/index expression > {standard input}:436: Error: `(%r8d,%eax)' is not a valid 64 bit > base/index expression > {standard input}:585: Error: `(%r8d,%eax)' is not a valid 64 bit > base/index expression > {standard input}:680: Error: `(%r8d,%eax)' is not a valid 64 bit > base/index expression > {standard input}:725: Error: `(%r8d,%eax)' is not a valid 64 bit > base/index expression > {standard input}:859: Error: `(%r8d,%eax)' is not a valid 64 bit > base/index expression > {standard input}:898: Error: `(%esi,%edx)' is not a valid 64 bit > base/index expression > {standard input}:932: Error: `(%esi,%edx)' is not a valid 64 bit > base/index expression > {standard input}:972: Error: `(%esi,%edx)' is not a valid 64 bit > base/index expression > {standard input}:1023: Error: `(%r8d,%eax)' is not a valid 64 bit > base/index expression > {standard input}:3894: Error: `(%esi,%eax)' is not a valid 64 bit > base/index expression > {standard input}:4308: Error: `(%esi,%eax)' is not a valid 64 bit > base/index expression > {standard input}:4677: Error: `(%esi,%eax)' is not a valid 64 bit > base/index expression > {standard input}:4931: Error: `(%esi,%eax)' is not a valid 64 bit > base/index expression > {standard input}:5185: Error: `(%esi,%eax)' is not a valid 64 bit > base/index expression > {standard input}:5439: Error: `(%esi,%eax)' is not a valid 64 bit > base/index expression > {standard input}:5954: Error: `(%esi,%eax)' is not a valid 64 bit > base/index expression > gmake: *** [libavcodec/vp5.o] Error 1 > gmake: *** Waiting for unfinished jobs.... > {standard input}: Assembler messages: > {standard input}:285: Error: `(%esi,%edx)' is not a valid 64 bit > base/index expression > {standard input}:498: Error: `(%r8d,%edx)' is not a valid 64 bit > base/index expression > {standard input}:559: Error: `(%r8d,%edx)' is not a valid 64 bit > base/index expression > {standard input}:650: Error: `(%esi,%eax)' is not a valid 64 bit > base/index expression > {standard input}:1683: Error: `(%esi,%eax)' is not a valid 64 bit > base/index expression > {standard input}:1857: Error: `(%esi,%eax)' is not a valid 64 bit > base/index expression > gmake: *** [libavcodec/vp56.o] Error 1 > *** Error code 1 >=20 > Stop in /usr/ports/multimedia/ffmpeg. > *** Error code 1 >=20 > Stop in /usr/ports/multimedia/ffmpeg. >=20 > This is ffmpeg-0.7.1_2,1 >=20 Problem exists with 8.2-RELEASE-p2 amd64 FreeBSD tardis.elkotek 8.2-RELEASE-p2 FreeBSD 8.2-RELEASE-p2 #5: Sat May 28 14:54:10 EEST 2011 goksin@tardis.elkotek:/usr/obj/usr/src/sys/GENERIC amd64 --=20 G=C3=B6k=C5=9Fin Akdeniz (G=C3=B6k=C5=9Fin Akdeniz) Anahtar parmakizi =3D 3C37 C9DE 8478 E416 E24E 6A2A 2E32 21A9 F9E9 3830 [Son kullanma tarihi: 2012-06-07] --------------enigB64731530402135749B75550 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQIcBAEBAgAGBQJOCiX+AAoJEC4yIan56Tgw4XUP/1J6NSwGctkwWfI6stsnArif djTe5zKXKspW0MtGQUWGFyrHfPeG8LBFFzEilErssSxt/DhNSDbtLTdRqkCI//Ee 2jGHT0uWF3FS1KWDYq2plwJuNcSX+dOJ+FHIi+ImzK8dz6k0yKwdbVwRPcKrYd7x Y9PjexLmeeX3gwO+8YEdvqNcQajvvCKkz5+Hy3slGS8GzSPoq7EbNVshX8itaOAF fziHjcEQD2V1Ogz26H1YGJ1z4ErdRa2oxyqzl1Bs4fV7WvAYcIOxRFgd1KcqOhxz 8CrpLNhQuiCoueSUqRMcjObcHM4Dr6TSWh0CfgFsUMUoknNVPAiU98/ori/AeyjI OxTRmNHjNlSCRzJd7ZfXPMRxWJ35HNQO2lFKES3nb0y4ojYJqrXt2iTAd9Tzh99n rE+UThnKwNTb5xSjzf6/BR+VpeOHXhlgrnOg5hb0rTXD2GCm22dOkZE1RB+4Rafe rXGEEAViWS0jCMpqqcOU3pAIPiQKqvCjBFW4Ju/hK/5A+LFgg9pM5P6m0Mjhi//W E/7C84/hNtOadkcefrLIyADuUS1skf8buCr9+5biEOmWCFmPcaqGsGzxxAK6HnJE Fpq0ZcO41CtcmpYf1HrF+YLoV+Z6GOHviK6N8OfXL4a8iAz8X2P+Z8LkJ295TNjn eaHRGUpl6sKAzxMGcDge =y3c9 -----END PGP SIGNATURE----- --------------enigB64731530402135749B75550-- From owner-freebsd-ports@FreeBSD.ORG Tue Jun 28 19:18:31 2011 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 568571065674 for ; Tue, 28 Jun 2011 19:18:31 +0000 (UTC) (envelope-from prvs=11607a9d0c=killing@multiplay.co.uk) Received: from mail1.multiplay.co.uk (mail1.multiplay.co.uk [85.236.96.23]) by mx1.freebsd.org (Postfix) with ESMTP id D0D598FC25 for ; Tue, 28 Jun 2011 19:18:30 +0000 (UTC) X-MDAV-Processed: mail1.multiplay.co.uk, Tue, 28 Jun 2011 20:07:29 +0100 X-Spam-Processed: mail1.multiplay.co.uk, Tue, 28 Jun 2011 20:07:28 +0100 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on mail1.multiplay.co.uk X-Spam-Level: X-Spam-Status: No, score=-3.0 required=6.0 tests=URIBL_BLACK, USER_IN_WHITELIST shortcircuit=ham autolearn=disabled version=3.2.5 Received: from r2d2 ([188.220.16.49]) by mail1.multiplay.co.uk (mail1.multiplay.co.uk [85.236.96.23]) (MDaemon PRO v10.0.4) with ESMTP id md50013903631.msg for ; Tue, 28 Jun 2011 20:07:27 +0100 X-MDRemoteIP: 188.220.16.49 X-Return-Path: prvs=11607a9d0c=killing@multiplay.co.uk X-Envelope-From: killing@multiplay.co.uk X-MDaemon-Deliver-To: freebsd-ports@freebsd.org Message-ID: <36819C4DB6FB4B11B115F046D018D5C4@multiplay.co.uk> From: "Steven Hartland" To: "Luiz Gustavo S. Costa" , References: Date: Tue, 28 Jun 2011 20:07:49 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6090 Cc: Subject: Re: php5-5.3.6_1 with Segmentation fault (amd64) 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, 28 Jun 2011 19:18:31 -0000 Rebuild with threads enabled, will likely fix all your problems. Why the default is off I don't know but it conflicts with a number of the main libs used e.g. libxml hence causing segvs just as you described. Regards Steve ----- Original Message ----- From: "Luiz Gustavo S. Costa" To: Sent: Tuesday, June 28, 2011 5:53 PM Subject: php5-5.3.6_1 with Segmentation fault (amd64) Hey list ! exist some trouble with php and amd64 ? (last php from ports) [root@gringo] ~# pkg_info | grep php5-5 php5-5.3.6_1 PHP Scripting Language [root@gringo] ~# php -v Segmentation fault [root@gringo] ~# php-fpm -h Segmentation fault [root@gringo] ~# which php-fpm /usr/local/sbin/php-fpm [root@gringo] ~# file /usr/local/sbin/php-fpm /usr/local/sbin/php-fpm: ELF 64-bit LSB executable, x86-64, version 1 (FreeBSD), dynamically linked (uses shared libs), for FreeBSD 8.2, not stripped [root@gringo] ~# uname -a FreeBSD gringo.mundounix.com.br 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 -- /\ Luiz Gustavo S. Costa / \ Programmer at BSD Perimeter / \ /\/\/\ Visit the pfSense Project / \ \ \ http://www.pfsense.org --------------------------------------------------------------------- BSD da serra carioca, Teresopolis (visite: http://miud.in/Inv) Contatos: luizgustavo@luizgustavo.pro.br / lgcosta@pfsense.org Blog: http://www.luizgustavo.pro.br _______________________________________________ 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 e.mail is private and confidential between Multiplay (UK) Ltd. and the person or entity to whom it is addressed. In the event of misdirection, the recipient is prohibited from using, copying, printing or otherwise disseminating it or any information contained in it. In the event of misdirection, illegible or incomplete transmission please telephone +44 845 868 1337 or return the E.mail to postmaster@multiplay.co.uk. From owner-freebsd-ports@FreeBSD.ORG Tue Jun 28 19:20:02 2011 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 3C0D71065670; Tue, 28 Jun 2011 19:20:02 +0000 (UTC) (envelope-from inyaoo@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 05DE18FC16; Tue, 28 Jun 2011 19:20:01 +0000 (UTC) Received: by pzk27 with SMTP id 27so477449pzk.13 for ; Tue, 28 Jun 2011 12:20:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=vlOP6ue5fcpld+fkTAfchDy6JkpUarKeSvAu54IeONg=; b=tIylt2DzcWP80vJztTl9L7kkNDIKJ1L6nZfwLCMbdiaY1LdsDL4LYEJ+xbdmYD3AaS je4MM/GAa7COuGy/fFPPjmYRXlWymuQWYfyw1SPHQq0/g8QvzQMng9ABIqhD5H6ZfxfY /DWtK9mfimsVFmtNvMsPYqgnFidVnKlIzwN/0= Received: by 10.142.150.27 with SMTP id x27mr1688367wfd.72.1309288801459; Tue, 28 Jun 2011 12:20:01 -0700 (PDT) Received: from localhost (tor-exit-router42-readme.formlessnetworking.net [199.48.147.42]) by mx.google.com with ESMTPS id w24sm287993wfd.17.2011.06.28.12.19.57 (version=SSLv3 cipher=OTHER); Tue, 28 Jun 2011 12:19:59 -0700 (PDT) From: Pan Tsu To: Niclas Zeising References: <4E0679AA.20100@shadowsun.net> <4E06863F.7010104@FreeBSD.org> <4E0A2172.7000800@daemonic.se> Date: Tue, 28 Jun 2011 23:19:41 +0400 In-Reply-To: <4E0A2172.7000800@daemonic.se> (Niclas Zeising's message of "Tue, 28 Jun 2011 20:46:10 +0200") Message-ID: <86k4c5epbm.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: Gabor PALI , freebsd-current@freebsd.org, freebsd-ports@freebsd.org Subject: Re: -Qunused-parameter and clang (was Re: GHC Port on 9-CURRENT) 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, 28 Jun 2011 19:20:02 -0000 Niclas Zeising writes: > Sorry for hijacking this thread, and cross posting. > > On 2011-06-26 03:07, Gabor PALI wrote: >> >> >>> With Clang, an error occurs in one of the configure scripts, because >>> Clang warns about unused command-line arguments, and the configure >>> script assumes that to be a compiler error. You can deal with this by >>> adding -Qunused-parameter to CFLAGS. >> >> Thanks for investigating this. >> > > This should probably be made the default, at least for ports when clang > is compiled, since the output generated when not using > -Qunused-parameter confuses configure scripts, and stops at least > FireFox 5 from compiling, that I know of. Do you use ccache? Try without. For example, the combo confuses libtool http://docs.freebsd.org/cgi/mid.cgi?86d3i8b3dc.fsf From owner-freebsd-ports@FreeBSD.ORG Tue Jun 28 20:06:23 2011 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 965C4106564A; Tue, 28 Jun 2011 20:06:23 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3]) by mx1.freebsd.org (Postfix) with ESMTP id 216498FC22; Tue, 28 Jun 2011 20:06:23 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 4CDF240003; Tue, 28 Jun 2011 22:06:22 +0200 (CEST) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id 41FB140021; Tue, 28 Jun 2011 22:06:22 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bernadotte.lysator.liu.se X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=AWL,FREEMAIL_FROM autolearn=disabled version=3.3.1 X-Spam-Score: 0.0 Received: from mx.daemonic.se (mx.daemonic.se [IPv6:2001:470:dca9:0:1::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id EE9A740003; Tue, 28 Jun 2011 22:06:20 +0200 (CEST) Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2001:470:dca9:0:1::4]) by mx.daemonic.se (Postfix) with ESMTPS id AD79B119C08; Tue, 28 Jun 2011 22:06:20 +0200 (CEST) Received: from [IPv6:2001:470:dca9:1::4] (vivi.daemonic.se [IPv6:2001:470:dca9:1::4]) by mail.daemonic.se (Postfix) with ESMTPSA id 8461912B1E5; Tue, 28 Jun 2011 22:06:20 +0200 (CEST) Message-ID: <4E0A343C.6000008@gmail.com> Date: Tue, 28 Jun 2011 22:06:20 +0200 From: Niclas Zeising User-Agent: Mutt/1.5.21 MIME-Version: 1.0 To: Pan Tsu References: <4E0679AA.20100@shadowsun.net> <4E06863F.7010104@FreeBSD.org> <4E0A2172.7000800@daemonic.se> <86k4c5epbm.fsf@gmail.com> In-Reply-To: <86k4c5epbm.fsf@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: Gabor PALI , freebsd-current@freebsd.org, freebsd-ports@freebsd.org Subject: Re: -Qunused-parameter and clang (was Re: GHC Port on 9-CURRENT) 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, 28 Jun 2011 20:06:23 -0000 On 2011-06-28 21:19, Pan Tsu wrote: > Niclas Zeising writes: > >> Sorry for hijacking this thread, and cross posting. >> >> On 2011-06-26 03:07, Gabor PALI wrote: >>> >>> >>>> With Clang, an error occurs in one of the configure scripts, because >>>> Clang warns about unused command-line arguments, and the configure >>>> script assumes that to be a compiler error. You can deal with this by >>>> adding -Qunused-parameter to CFLAGS. >>> >>> Thanks for investigating this. >>> >> >> This should probably be made the default, at least for ports when clang >> is compiled, since the output generated when not using >> -Qunused-parameter confuses configure scripts, and stops at least >> FireFox 5 from compiling, that I know of. > > Do you use ccache? Try without. > > For example, the combo confuses libtool > It has nothing to do with cccache. The issue is that clang by default warns when passed flags (-std= -f -W etc.) that's not used during the compilation/linking. This can be silenced with -Qunused-arguments, and if not, it confuses configure scripts that believe this is an error in the code it uses to test for features. Regards! -- Niclas Zeising From owner-freebsd-ports@FreeBSD.ORG Tue Jun 28 20:52:47 2011 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 CB4E4106564A for ; Tue, 28 Jun 2011 20:52:47 +0000 (UTC) (envelope-from attos.janus@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 892B98FC15 for ; Tue, 28 Jun 2011 20:52:47 +0000 (UTC) Received: by gxk28 with SMTP id 28so317794gxk.13 for ; Tue, 28 Jun 2011 13:52:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=x6+zq1LeJgyPtWQ6+m/9gcgJne5Rngpt8rUPCUQ2Brk=; b=JuUANDxyVpq7irYnzvA2RkBFQcmer+Se9cfhvddl8EK5dRher5nVmxA/y6eW2Yta1b zB0NeqdaA42s7BhcNnIxkc1JX/0T/AZWHuFBf6Ml5BDQzIOZ9II4bSUoQp1TSPHc6Yf4 9ZJ3LUbPLemNTri5vwo9I6OnUlnU6Fx6jLeHY= MIME-Version: 1.0 Received: by 10.101.128.20 with SMTP id f20mr8599698ann.162.1309294365862; Tue, 28 Jun 2011 13:52:45 -0700 (PDT) Received: by 10.100.31.2 with HTTP; Tue, 28 Jun 2011 13:52:45 -0700 (PDT) In-Reply-To: <36819C4DB6FB4B11B115F046D018D5C4@multiplay.co.uk> References: <36819C4DB6FB4B11B115F046D018D5C4@multiplay.co.uk> Date: Tue, 28 Jun 2011 16:52:45 -0400 Message-ID: From: Attos To: Steven Hartland Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "Luiz Gustavo S. Costa" , freebsd-ports@freebsd.org Subject: Re: php5-5.3.6_1 with Segmentation fault (amd64) 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, 28 Jun 2011 20:52:47 -0000 Just re-compiled with threads enabled and enabled the SQLite 3 extension. No more segvs. Thanks On Tue, Jun 28, 2011 at 3:07 PM, Steven Hartland wrote: > Rebuild with threads enabled, will likely fix all your problems. > > Why the default is off I don't know but it conflicts with a > number of the main libs used e.g. libxml hence causing segvs > just as you described. > > Regards > Steve > ----- Original Message ----- From: "Luiz Gustavo S. Costa" < > luizgustavo@luizgustavo.pro.**br > > To: > Sent: Tuesday, June 28, 2011 5:53 PM > Subject: php5-5.3.6_1 with Segmentation fault (amd64) > > > > Hey list ! > > exist some trouble with php and amd64 ? (last php from ports) > > > [root@gringo] ~# pkg_info | grep php5-5 > php5-5.3.6_1 PHP Scripting Language > [root@gringo] ~# php -v > Segmentation fault > [root@gringo] ~# php-fpm -h > Segmentation fault > [root@gringo] ~# which php-fpm > /usr/local/sbin/php-fpm > [root@gringo] ~# file /usr/local/sbin/php-fpm > /usr/local/sbin/php-fpm: ELF 64-bit LSB executable, x86-64, version 1 > (FreeBSD), dynamically linked (uses shared libs), for FreeBSD 8.2, not > stripped > [root@gringo] ~# uname -a > FreeBSD gringo.mundounix.com.br 8.2-RELEASE FreeBSD 8.2-RELEASE #0: > Thu Feb 17 02:41:51 UTC 2011 > root@mason.cse.buffalo.edu:/**usr/obj/usr/src/sys/GENERIC amd64 > > > -- > /\ Luiz Gustavo S. Costa > / \ Programmer at BSD Perimeter > / \ /\/\/\ Visit the pfSense Project > / \ \ \ http://www.pfsense.org > ------------------------------**------------------------------**--------- > BSD da serra carioca, Teresopolis (visite: http://miud.in/Inv) > Contatos: luizgustavo@luizgustavo.pro.br / lgcosta@pfsense.org > Blog: http://www.luizgustavo.pro.br > ______________________________**_________________ > 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 e.mail is private and confidential between Multiplay (UK) Ltd. and the > person or entity to whom it is addressed. In the event of misdirection, the > recipient is prohibited from using, copying, printing or otherwise > disseminating it or any information contained in it. > In the event of misdirection, illegible or incomplete transmission please > telephone +44 845 868 1337 > or return the E.mail to postmaster@multiplay.co.uk. > > > ______________________________**_________________ > 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 > " > -- Attos Janus From owner-freebsd-ports@FreeBSD.ORG Tue Jun 28 21:10:01 2011 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 A01651065674 for ; Tue, 28 Jun 2011 21:10:01 +0000 (UTC) (envelope-from eric@shadowsun.net) Received: from mail.atlantawebhost.com (dns1.atlantawebhost.com [66.223.40.39]) by mx1.freebsd.org (Postfix) with ESMTP id 506138FC17 for ; Tue, 28 Jun 2011 21:10:01 +0000 (UTC) Received: (qmail 5279 invoked from network); 28 Jun 2011 17:10:00 -0400 Received: from yktgi01e0-s5.watson.ibm.com (HELO atom-edge.watson.ibm.com) (129.34.20.19) by mail.atlantawebhost.com with SMTP; 28 Jun 2011 17:10:00 -0400 Message-ID: <4E0A4328.3000103@shadowsun.net> Date: Tue, 28 Jun 2011 17:10:00 -0400 From: Eric McCorkle User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <4E0679AA.20100@shadowsun.net> <4E06863F.7010104@FreeBSD.org> <4E0A2172.7000800@daemonic.se> <86k4c5epbm.fsf@gmail.com> <4E0A343C.6000008@gmail.com> In-Reply-To: <4E0A343C.6000008@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: -Qunused-parameter and clang (was Re: GHC Port on 9-CURRENT) 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, 28 Jun 2011 21:10:01 -0000 On 6/28/11 4:06 PM, Niclas Zeising wrote: > On 2011-06-28 21:19, Pan Tsu wrote: >> Niclas Zeising writes: >> >>> Sorry for hijacking this thread, and cross posting. >>> >>> On 2011-06-26 03:07, Gabor PALI wrote: >>>> >>>> >>>>> With Clang, an error occurs in one of the configure scripts, because >>>>> Clang warns about unused command-line arguments, and the configure >>>>> script assumes that to be a compiler error. You can deal with this by >>>>> adding -Qunused-parameter to CFLAGS. >>>> >>>> Thanks for investigating this. >>>> >>> >>> This should probably be made the default, at least for ports when clang >>> is compiled, since the output generated when not using >>> -Qunused-parameter confuses configure scripts, and stops at least >>> FireFox 5 from compiling, that I know of. >> >> Do you use ccache? Try without. >> >> For example, the combo confuses libtool >> > > It has nothing to do with cccache. The issue is that clang by default > warns when passed flags (-std= -f -W etc.) that's not used during the > compilation/linking. This can be silenced with -Qunused-arguments, and > if not, it confuses configure scripts that believe this is an error in > the code it uses to test for features. > > Regards! Example: In the GHC port, the configure script tries to figure out whether the ISA supports PC-relative indexing. It does this by generating a simple program, which contains some asm containing PC-relative indexing, compiling it, and seeing if the compiler generates a warning. If clang warns about unused arguments, then the configure script assumes (falsely) that the ISA does not support PC-relative indexing, and generates bad assembly code, which causes trouble downstream. From owner-freebsd-ports@FreeBSD.ORG Tue Jun 28 21:33:33 2011 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 72B8C106566B for ; Tue, 28 Jun 2011 21:33:33 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3]) by mx1.freebsd.org (Postfix) with ESMTP id E79758FC08 for ; Tue, 28 Jun 2011 21:33:32 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 30C4840023 for ; Tue, 28 Jun 2011 23:33:32 +0200 (CEST) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id 263B940021; Tue, 28 Jun 2011 23:33:32 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bernadotte.lysator.liu.se X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=AWL,FREEMAIL_FROM autolearn=disabled version=3.3.1 X-Spam-Score: 0.0 Received: from mx.daemonic.se (mx.daemonic.se [IPv6:2001:470:dca9:0:1::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id EF63C40022; Tue, 28 Jun 2011 23:30:03 +0200 (CEST) Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2001:470:dca9:0:1::4]) by mx.daemonic.se (Postfix) with ESMTPS id B28D2119C08; Tue, 28 Jun 2011 23:28:46 +0200 (CEST) Received: from [IPv6:2001:470:dca9:1::4] (vivi.daemonic.se [IPv6:2001:470:dca9:1::4]) by mail.daemonic.se (Postfix) with ESMTPSA id 5DA3C12B1E5; Tue, 28 Jun 2011 23:28:45 +0200 (CEST) Message-ID: <4E0A477B.3060008@gmail.com> Date: Tue, 28 Jun 2011 23:28:27 +0200 From: Niclas Zeising User-Agent: Mutt/1.5.21 MIME-Version: 1.0 To: Eric McCorkle References: <4E0679AA.20100@shadowsun.net> <4E06863F.7010104@FreeBSD.org> <4E0A2172.7000800@daemonic.se> <86k4c5epbm.fsf@gmail.com> <4E0A343C.6000008@gmail.com> <4E0A4328.3000103@shadowsun.net> In-Reply-To: <4E0A4328.3000103@shadowsun.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-ports@freebsd.org Subject: -Qunused-arguments and clang 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, 28 Jun 2011 21:33:33 -0000 [Changing subject since previous was erroneous] On 2011-06-28 23:10, Eric McCorkle wrote: > On 6/28/11 4:06 PM, Niclas Zeising wrote: >> On 2011-06-28 21:19, Pan Tsu wrote: >>> Niclas Zeising writes: >>> >>>> Sorry for hijacking this thread, and cross posting. >>>> >>>> On 2011-06-26 03:07, Gabor PALI wrote: >>>>> >>>>> >>>>>> With Clang, an error occurs in one of the configure scripts, because >>>>>> Clang warns about unused command-line arguments, and the configure >>>>>> script assumes that to be a compiler error. You can deal with >>>>>> this by >>>>>> adding -Qunused-parameter to CFLAGS. >>>>> >>>>> Thanks for investigating this. >>>>> >>>> >>>> This should probably be made the default, at least for ports when clang >>>> is compiled, since the output generated when not using >>>> -Qunused-parameter confuses configure scripts, and stops at least >>>> FireFox 5 from compiling, that I know of. >>> >>> Do you use ccache? Try without. >>> >>> For example, the combo confuses libtool >>> >> >> It has nothing to do with cccache. The issue is that clang by default >> warns when passed flags (-std= -f -W etc.) that's not used during the >> compilation/linking. This can be silenced with -Qunused-arguments, and >> if not, it confuses configure scripts that believe this is an error in >> the code it uses to test for features. >> >> Regards! > > Example: In the GHC port, the configure script tries to figure out > whether the ISA supports PC-relative indexing. It does this by > generating a simple program, which contains some asm containing > PC-relative indexing, compiling it, and seeing if the compiler generates > a warning. If clang warns about unused arguments, then the configure > script assumes (falsely) that the ISA does not support PC-relative > indexing, and generates bad assembly code, which causes trouble downstream. Firefox 5 does similar things, but it's looking for pc relative addressing instead, which is supported on my test system, although without -Qunused-arguments the configure script thinks otherwise, and generates bad asm. I think that option should be added by default, since this is a big difference from gcc, and bound to cause trouble in several places. Regards! -- Niclas From owner-freebsd-ports@FreeBSD.ORG Tue Jun 28 22:17:31 2011 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 AA7A8106566B for ; Tue, 28 Jun 2011 22:17:31 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from p578be941.dip0.t-ipconnect.de (p578be941.dip0.t-ipconnect.de [87.139.233.65]) by mx1.freebsd.org (Postfix) with ESMTP id 6C2848FC08 for ; Tue, 28 Jun 2011 22:17:31 +0000 (UTC) Received: from [192.168.0.100] (cde1100.uni.vrs [192.168.0.100]) (Authenticated sender: ohauer) by p578be941.dip0.t-ipconnect.de (Postfix) with ESMTPSA id 9DE4D20284 for ; Wed, 29 Jun 2011 00:17:28 +0200 (CEST) Message-ID: <4E0A52F9.3080701@FreeBSD.org> Date: Wed, 29 Jun 2011 00:17:29 +0200 From: Olli Hauer User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: ports@FreeBSD.org X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: Subject: autotools issue maybe someone has a hint X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ohauer@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jun 2011 22:17:31 -0000 Hi maybe someone has a hint for an issue with autotools. On a amd64 system I run into the following issue on a port. 5 times "$> make clean configure" => 3 times fail => 2 times success The interesting part between fail and success on the system self and in tinderbox. --- _fail/httpd-2.2.19/config.log 2011-06-28 23:39:57.000000000 +0200 +++ _ok/httpd-2.2.19/config.log 2011-06-28 23:40:40.000000000 +0200 @@ -2,7 +2,7 @@ running configure, to aid debugging if configure makes a mistake. It was created by configure, which was -generated by GNU Autoconf 2.63. Invocation command line was +generated by GNU Autoconf 2.68. Invocation command line was -- olli From owner-freebsd-ports@FreeBSD.ORG Wed Jun 29 01:13:39 2011 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 0722F1065672; Wed, 29 Jun 2011 01:13:39 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mouf.net (mouf.net [204.109.58.86]) by mx1.freebsd.org (Postfix) with ESMTP id B616D8FC19; Wed, 29 Jun 2011 01:13:38 +0000 (UTC) Received: from meatwad.mouf.net (cpe-065-190-149-241.nc.res.rr.com [65.190.149.241]) (authenticated bits=0) by mouf.net (8.14.4/8.14.4) with ESMTP id p5T1DZLU010159 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT); Tue, 28 Jun 2011 21:13:36 -0400 (EDT) (envelope-from swills@FreeBSD.org) Message-ID: <4E0A7C3F.7040607@FreeBSD.org> Date: Tue, 28 Jun 2011 21:13:35 -0400 From: Steve Wills User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.17) Gecko/20110531 Thunderbird/3.1.10 MIME-Version: 1.0 To: ohauer@FreeBSD.org References: <4D82C4FC.1050302@p6m7g8.com> <4E093124.7020402@FreeBSD.org> <4E0A69E7.8020604@FreeBSD.org> In-Reply-To: <4E0A69E7.8020604@FreeBSD.org> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (mouf.net [204.109.58.86]); Tue, 28 Jun 2011 21:13:37 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.96.2 at mouf.net X-Virus-Status: Clean Cc: apache@FreeBSD.org, dev@httpd.apache.org, FreeBSD Ports , announce@apache.org, FreeBSD Ports Management Team , "Philip M. Gollucci" Subject: Re: www/apache22 - default APACHE_PORT for 8.3/9.0 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, 29 Jun 2011 01:13:39 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 06/28/11 19:55, Olli Hauer wrote: > > Hi Steve, > > from my perspective everything is fine for the change. > Maybe Philip has some additional tasks/time plannings? > > If not I will request an exp-run. > > I've placed a small overview of the last issues here. > http://people.freebsd.org/~ohauer/apache22_exp_run/ > > There are no show stoppers for me and only two outstanding > issues. > Thanks for the info. FWIW, www/p5-RTx-Statistics port can probably be removed, similar functionality is included in RT itself now and has been for a while: http://lists.bestpractical.com/pipermail/rt-users/2007-October/048538.html and I recall reading somewhere else (can't find it now) that the module isn't supported any more. Steve -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (FreeBSD) iQEcBAEBAgAGBQJOCnw+AAoJEPXPYrMgexuhsvoIAJmy0CCUl6Kq+M/afqVRLxQW /IYa3LlKj1GGX1qvP1/Nc65wcFRkhUCEdlaM7pPca0Em33B2k7dfUP4vL+ktPg91 zSfAImdTMflIgMue1Mu4ggg2d0nyhOm0MVR6Pk1mnCJLCQ3XBqeP02yHx7miQxMs u3EB4/cF42b3ywvDzW7AF0/C2JAxMbgaJ9uMnHGZF6EKuH6Uzch7fxqIQ5ahdDkx lH7HZuv7B+QmgyzFZflH7Muka7JOvyFAGi0zDU6Lxjl1uggJFLIbh17JvsvUod95 4adGIUiUwxDpT3FTPaznduiod6PXIigHSpPnIO2VOI54Fluijy7ZVFRmBpEYzAI= =wLeX -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Wed Jun 29 03:29:24 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from apollo.emma.line.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id 050EE1065670 for ; Wed, 29 Jun 2011 03:29:24 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by apollo.emma.line.org (Postfix) with ESMTP id 9D13D23D158 for ; Wed, 29 Jun 2011 05:29:05 +0200 (CEST) Message-ID: <4E0A9C01.20108@FreeBSD.org> Date: Wed, 29 Jun 2011 05:29:05 +0200 From: Matthias Andree User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110516 Mnenhy/0.8.3 Thunderbird/3.1.10 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <4E0A52F9.3080701@FreeBSD.org> In-Reply-To: <4E0A52F9.3080701@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: autotools issue maybe someone has a hint 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, 29 Jun 2011 03:29:24 -0000 Am 29.06.2011 00:17, schrieb Olli Hauer: > Hi maybe someone has a hint for an issue with autotools. > > On a amd64 system I run into the following issue on a port. > > 5 times "$> make clean configure" > => 3 times fail > => 2 times success > > The interesting part between fail and success on the system self > and in tinderbox. Does that mean that running autoconf 2.68 fixes the failures? If so, it might fix a race present in 2.63. Else try "make clean ; make configure" to avoid possible races. Does the port in question set MAKE_JOBS_SAFE, or do you set FORCE_MAKE_JOBS? (amd64 is often multicore these days...) From owner-freebsd-ports@FreeBSD.ORG Tue Jun 28 23:55:24 2011 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 408221065672; Tue, 28 Jun 2011 23:55:24 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from p578be941.dip0.t-ipconnect.de (p578be941.dip0.t-ipconnect.de [87.139.233.65]) by mx1.freebsd.org (Postfix) with ESMTP id B5C508FC0A; Tue, 28 Jun 2011 23:55:23 +0000 (UTC) Received: from [192.168.0.100] (cde1100.uni.vrs [192.168.0.100]) (Authenticated sender: ohauer) by p578be941.dip0.t-ipconnect.de (Postfix) with ESMTPSA id 294B320709; Wed, 29 Jun 2011 01:55:18 +0200 (CEST) Message-ID: <4E0A69E7.8020604@FreeBSD.org> Date: Wed, 29 Jun 2011 01:55:19 +0200 From: Olli Hauer User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: Steve Wills References: <4D82C4FC.1050302@p6m7g8.com> <4E093124.7020402@FreeBSD.org> In-Reply-To: <4E093124.7020402@FreeBSD.org> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Wed, 29 Jun 2011 03:55:22 +0000 Cc: apache@FreeBSD.org, Olli Hauer , dev@httpd.apache.org, FreeBSD Ports , announce@apache.org, FreeBSD Ports Management Team , "Philip M. Gollucci" , mod_perl Dev , announce@httpd.apache.org Subject: Re: www/apache22 - default APACHE_PORT for 8.3/9.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ohauer@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jun 2011 23:55:24 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2011-06-28 03:40, Steve Wills wrote: > On 03/17/11 22:35, Philip M. Gollucci wrote: >> All, > >> apache@ has been working diligently for the last 2yrs to realize >> www/apache22 as the default. Now, we are at last nearing completion. We >> look to pull the switch within the next month or so pending our final >> -exp run by portmgr@. > > > I was really excited to see progress on this, do you think this will > happen soon? > > Steve Hi Steve, from my perspective everything is fine for the change. Maybe Philip has some additional tasks/time plannings? If not I will request an exp-run. I've placed a small overview of the last issues here. http://people.freebsd.org/~ohauer/apache22_exp_run/ There are no show stoppers for me and only two outstanding issues. - -- Regards, olli -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (MingW32) iQEcBAEBAgAGBQJOCmnnAAoJEOVuBrNdAI8aqy8H/jvRzlomVTS1WxdT6wDm4XyI TRFy+15WraPsVDwG32dD87ZctwBAE2kBjKbSuXszegWC7X/nr0UJiSFRg1RDTi3x 0sgTeSk34JMdhXPjU1wHYn+x2f/X71gecZbbELnwVd0R8EP/SxceUJlX5HmfTywI 1mz8JCJfvoDJu6SsuLiMJE1B+upKzggIA/c9rteSg3iolSZD8BKlwgOMM04QMiMZ aojpnkAppC8wNI8rpG3EkhKaRey72PRWx+TJwbW0uho1gyXMzVzzkBaAuvAU1SHZ dsOyiqMEnhT35qxIhMd6UxwcGJDC/ZqWyK0kfH9oYAZlsOHR7M9KnRrbTLM9AL0= =YqRF -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Wed Jun 29 05:41:37 2011 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 8CE66106564A for ; Wed, 29 Jun 2011 05:41:37 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3fd3:cd67:fafa:3d78]) by mx1.freebsd.org (Postfix) with ESMTP id EB8AF8FC12 for ; Wed, 29 Jun 2011 05:41:36 +0000 (UTC) Received: from seedling.black-earth.co.uk (seedling.black-earth.co.uk [81.187.76.163]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.5/8.14.5) with ESMTP id p5T5fQsf089837 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Wed, 29 Jun 2011 06:41:32 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) X-DKIM: Sendmail DKIM Filter v2.8.3 smtp.infracaninophile.co.uk p5T5fQsf089837 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=infracaninophile.co.uk; s=201001-infracaninophile; t=1309326092; bh=qAP0MFL/2kHcnvmRNeLEsz2IPRNoOu4ON96tpmSzpYg=; h=Message-ID:Date:From:MIME-Version:To:Subject:References: In-Reply-To:Content-Type:Cc:Content-Type:Date:From:In-Reply-To: Message-ID:Mime-Version:References:To; z=Message-ID:=20<4E0ABB00.4060108@infracaninophile.co.uk>|Date:=20W ed,=2029=20Jun=202011=2006:41:20=20+0100|From:=20Matthew=20Seaman= 20|User-Agent:=20Mozilla/5.0=20(M acintosh=3B=20U=3B=20Intel=20Mac=20OS=20X=2010.6=3B=20en-US=3B=20r v:1.9.2.18)=20Gecko/20110616=20Thunderbird/3.1.11|MIME-Version:=20 1.0|To:=20freebsd-ports@freebsd.org|Subject:=20Re:=20www/apache22= 20-=20default=20APACHE_PORT=20for=208.3/9.0|References:=20<4D82C4F C.1050302@p6m7g8.com>=20<4E093124.7020402@FreeBSD.org>=09<4E0A69E7 .8020604@FreeBSD.org>=20<4E0A7C3F.7040607@FreeBSD.org>|In-Reply-To :=20<4E0A7C3F.7040607@FreeBSD.org>|X-Enigmail-Version:=201.1.1|Ope nPGP:=20id=3D60AE908C|Content-Type:=20multipart/signed=3B=20micalg =3Dpgp-sha1=3B=0D=0A=20protocol=3D"application/pgp-signature"=3B=0 D=0A=20boundary=3D"------------enigBECA98E63044C1ACE7B3F053"; b=a7zQFhb7kCWuab/m3Hxz/cG0BwjB4P0huJoOj1YAmqEt6z/WRei2bQp4upxvOhh5w UjDNrR1jB/PSnI9hD+O7u15kVpNmKlSNxJms7UYeH8aPAJspgFkpRG0efsWCBuF/EY id+vNC6VyK0TbgKLNm6D874Gap9tS/cUqf40FPws= Message-ID: <4E0ABB00.4060108@infracaninophile.co.uk> Date: Wed, 29 Jun 2011 06:41:20 +0100 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <4D82C4FC.1050302@p6m7g8.com> <4E093124.7020402@FreeBSD.org> <4E0A69E7.8020604@FreeBSD.org> <4E0A7C3F.7040607@FreeBSD.org> In-Reply-To: <4E0A7C3F.7040607@FreeBSD.org> X-Enigmail-Version: 1.1.1 OpenPGP: id=60AE908C Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigBECA98E63044C1ACE7B3F053" X-Virus-Scanned: clamav-milter 0.97 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-0.1 required=5.0 tests=BAYES_20,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,SPF_FAIL autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lucid-nonsense.infracaninophile.co.uk Subject: Re: www/apache22 - default APACHE_PORT for 8.3/9.0 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, 29 Jun 2011 05:41:37 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigBECA98E63044C1ACE7B3F053 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 29/06/2011 02:13, Steve Wills wrote: > FWIW, www/p5-RTx-Statistics port can probably be removed, similar > functionality is included in RT itself now and has been for a while: >=20 > http://lists.bestpractical.com/pipermail/rt-users/2007-October/048538.h= tml >=20 > and I recall reading somewhere else (can't find it now) that the module= > isn't supported any more. >=20 The www/rt36 port has outstanding security problems -- fixes are available, but on the whole, I think that whole branch is out of date now and should be deprecated. Means www/p5-RTx-Shredder and www/p5-RTx-RightsMatrix should also go, as they don't work with any more recent versions of RT. OTOH, they all work just fine with apache22... Is anyone working on a port of RT 4.0? If not, I should have some time over the weekend. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate JID: matthew@infracaninophile.co.uk Kent, CT11 9PW --------------enigBECA98E63044C1ACE7B3F053 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.16 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk4KuwYACgkQ8Mjk52CukIyyRQCgkJdFWfvu2KDsDtbPlKWCRIHz 1vEAnA/1JrV0vLmeFDgMoE9PNpL4O/bp =5u+U -----END PGP SIGNATURE----- --------------enigBECA98E63044C1ACE7B3F053-- From owner-freebsd-ports@FreeBSD.ORG Wed Jun 29 07:33:16 2011 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 518E3106566B for ; Wed, 29 Jun 2011 07:33:16 +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 87E1F8FC08 for ; Wed, 29 Jun 2011 07:33:14 +0000 (UTC) Received: (qmail 63461 invoked from network); 29 Jun 2011 07:33:12 -0000 Received: from unknown (HELO alex.andxor.it) (192.168.2.30) by andxor.it with SMTP; 29 Jun 2011 07:33:12 -0000 Message-ID: <4E0AD538.6060209@FreeBSD.org> Date: Wed, 29 Jun 2011 09:33:12 +0200 From: Alex Dupre User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; it; rv:1.9.1.19) Gecko/20110509 SeaMonkey/2.0.14 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <36819C4DB6FB4B11B115F046D018D5C4@multiplay.co.uk> In-Reply-To: <36819C4DB6FB4B11B115F046D018D5C4@multiplay.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: php5-5.3.6_1 with Segmentation fault (amd64) 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, 29 Jun 2011 07:33:16 -0000 Steven Hartland ha scritto: > Rebuild with threads enabled, will likely fix all your problems. That's correct. > Why the default is off I don't know but it conflicts with a > number of the main libs used e.g. libxml hence causing segvs > just as you described. The issue is very complex, it depends on many factors (FreeBSD version, calling program, extensions loaded, ports options, etc.). In short words, dlopening and dlclosing libthr is bad. The final and definitive solution would be a libc including libthr (if I'm not wrong there was a plan to do it). A less drastic solution would be to link to libthr every program that dlopen() uncontrolled libraries (i.e. apache, php, etc.). I've already proposed this change, but was considered too risky at that time. So, for now, you have to live with the LINKTHR php option that does its best to make all happy. -- Alex Dupre From owner-freebsd-ports@FreeBSD.ORG Wed Jun 29 08:24:22 2011 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 CF9FF106566C for ; Wed, 29 Jun 2011 08:24:22 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 650218FC14 for ; Wed, 29 Jun 2011 08:24:22 +0000 (UTC) Received: by wwe6 with SMTP id 6so977616wwe.31 for ; Wed, 29 Jun 2011 01:24:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=dFEZGF4jXHe9Uhtds5Napk2yJwnwX8KsbVDm9ToxceU=; b=ffT+bcz8JmSAip45SmiXIgFhpaB9KIELiZ9Xcz8wLwKqIJREJ3nKKLkEA+tNVjOLH7 M1MB7pPo6M3b4WP1a+yL4BEDus2wdVhtlg1aRXm9Z+FEKIUG56BUlthCPx7iUYATyO+m mHjouwMpk6yBD+BrVmyfS6ltobMGGNNzHKegY= Received: by 10.227.29.27 with SMTP id o27mr466585wbc.16.1309335861203; Wed, 29 Jun 2011 01:24:21 -0700 (PDT) Received: from Melon.malikania.fr (65.21.102.84.rev.sfr.net [84.102.21.65]) by mx.google.com with ESMTPS id o19sm728738wbh.21.2011.06.29.01.24.16 (version=SSLv3 cipher=OTHER); Wed, 29 Jun 2011 01:24:19 -0700 (PDT) Message-ID: <4E0AE118.8070303@gmail.com> Date: Wed, 29 Jun 2011 10:23:52 +0200 From: David Demelier User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.18) Gecko/20110627 Thunderbird/3.1.11 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <4E086CB2.1010503@gmail.com> In-Reply-To: <4E086CB2.1010503@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Status of ${HAVE_GNOME:xxx} and dependencies 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, 29 Jun 2011 08:24:22 -0000 On 27/06/2011 13:42, David Demelier wrote: > Hello there, > > There is something I don't understand well. I installed eclipse a long > time ago because I needed it for a java project. As you may know eclipse > use a lot of gnome dependencies and I usually install ports that don't > require them. > > Now I deinstalled eclipse, and I realized that these libs such as > gconf2, libgnome, libgnomeui are needed by a lot of application that had > never required them before ! see : > > Information for gconf2-2.32.0_2: > > Required by: > gnome-vfs-2.24.4 > libcanberra-0.26 > libgnome-2.32.0 > libbonoboui-2.24.4 > libgnome-keyring-2.32.0 > libsoup-gnome-2.32.2 > gnome-keyring-2.32.1 > policykit-gnome-0.9.2_5 > gnome-mount-0.8_7 > gvfs-1.6.6_1 > libgnomeui-2.24.4 > firefox-4.0.1,1 > gimp-app-2.6.11_2,1 > gimp-2.6.11,2 > thunderbird-3.1.10 > inkscape-0.48.1_1 > wxgtk2-common-2.8.12 > wxgtk2-unicode-2.8.12 > audacity-devel-1.3.13_1 > libpurple-2.8.0 > pidgin-2.8.0 > pidgin-pidgimpd-1.1.1_5 > > I can see for example in the graphics/gimp-app/Makefile : > > .if defined(WITH_GVFS) || ${HAVE_GNOME:Mgvfs}!="" > LIB_DEPENDS+= gnome-keyring.0:${PORTSDIR}/security/gnome-keyring > USE_GNOME+= gvfs > . if ${HAVE_GNOME:Mlibgnomeui}!="" > USE_GNOME+= libgnomeui > . endif > .endif > > Then, if I disable the option WITH_GVFS (which is already done) but I > have gnome-vfs installed it will pull the gnome-vfs dependency when I'll > rebuild the port? I think this is what happened. I have probably rebuild > this port and that's why it requires the new dependency. > > The user hasn't the power on this option if the gnome-vfs is installed > then? > > Cheers. > Ignore, I've just seen there is WITHOUT_GNOME that is checked before HAVE_GNOME and it was not used by portconf now everything is fixed. -- David Demelier From owner-freebsd-ports@FreeBSD.ORG Wed Jun 29 08:47:26 2011 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 54B491065687; Wed, 29 Jun 2011 08:47:26 +0000 (UTC) (envelope-from m.alberoni@cineca.it) Received: from avas-cineca-1.cineca.it (avas-cineca-1.cineca.com [130.186.81.102]) by mx1.freebsd.org (Postfix) with ESMTP id 334728FC13; Wed, 29 Jun 2011 08:47:24 +0000 (UTC) X-IronPort-AV: E=McAfee;i="5400,1158,6391"; a="25101406" Received: from newmail.cineca.it ([130.186.84.227]) by avas-cineca-1.cineca.it with ESMTP; 29 Jun 2011 10:47:22 +0200 Received: from [192.168.65.35] (pdl-19-17.nat.cineca.it [130.186.19.17]) by newmail.cineca.it (Postfix) with ESMTPSA id 710EA156804C; Wed, 29 Jun 2011 10:47:22 +0200 (CEST) Message-ID: <4E0AE6C9.4050405@cineca.it> From: Marco Alberoni Organization: CINECA User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.19) Gecko/20110502 Firefox/3.6.0 MIME-Version: 1.0 To: oliver@FreeBSD.org, gecko@FreeBSD.org, amdmi3@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 29 Jun 2011 10:47:22 +0200 (CEST) Cc: ports@FreeBSD.org Subject: FreeBSD Ports: sylpheed, gnash, seamonkey 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, 29 Jun 2011 08:47:26 -0000 Hello everybody, I usually use the applications Sylpheed, Gnash and Seamonkey, and for all of them there the FreeBSD port is not "synchronized" with the latest available version: are there any problems for their upgrade? May I help you in any way (even if I'm a sysadm and not a programmer)? Yours sincerely -- Marco Alberoni From owner-freebsd-ports@FreeBSD.ORG Wed Jun 29 09:24:59 2011 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 C49671065678; Wed, 29 Jun 2011 09:24:59 +0000 (UTC) (envelope-from amarat@ksu.ru) Received: from webmail.hitv.ru (mail.hitv.ru [217.66.16.37]) by mx1.freebsd.org (Postfix) with ESMTP id 1172A8FC17; Wed, 29 Jun 2011 09:24:58 +0000 (UTC) Received: from webmail.hitv.ru (localhost [127.0.0.1]) by webmail.hitv.ru (Postfix) with ESMTP id 0D0B54AC4C7; Wed, 29 Jun 2011 13:07:37 +0400 (MSD) Received: from zealot.ksu.ru (zealot.hitv.ru [83.151.8.230]) by webmail.hitv.ru (Postfix) with ESMTP id BD75D4AC44F; Wed, 29 Jun 2011 13:07:36 +0400 (MSD) Received: from zealot.ksu.ru (localhost.lnet [127.0.0.1]) by zealot.ksu.ru (8.14.4/8.14.4) with ESMTP id p5T990AG063159; Wed, 29 Jun 2011 13:09:00 +0400 (MSD) (envelope-from amarat@ksu.ru) Message-ID: <4E0AEBAC.8090701@ksu.ru> Date: Wed, 29 Jun 2011 13:09:00 +0400 From: "Marat N.Afanasyev" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:2.0.1) Gecko/20110611 Firefox/4.0.1 SeaMonkey/2.1 MIME-Version: 1.0 To: Marco Alberoni References: <4E0AE6C9.4050405@cineca.it> In-Reply-To: <4E0AE6C9.4050405@cineca.it> Content-Type: multipart/signed; protocol="application/pkcs7-signature"; micalg=sha1; boundary="------------ms010402090609070709020008" X-Virus-Scanned: ClamAV using ClamSMTP X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@freebsd.org, gecko@freebsd.org, amdmi3@freebsd.org, oliver@freebsd.org Subject: Re: FreeBSD Ports: sylpheed, gnash, seamonkey 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, 29 Jun 2011 09:24:59 -0000 This is a cryptographically signed message in MIME format. --------------ms010402090609070709020008 Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: quoted-printable Marco Alberoni wrote: > Hello everybody, I usually use the applications Sylpheed, Gnash and > Seamonkey, and for all of them there the FreeBSD port is not > "synchronized" with the latest available version: are there any problem= s > for their upgrade? May I help you in any way (even if I'm a sysadm and > not a programmer)? > > > Yours sincerely > you may either wait for commits or try to fetch experimental gecko tree=20 from https://trillian.chruetertee.ch/svn/freebsd-gecko and build them yourself --=20 SY, Marat --------------ms010402090609070709020008-- From owner-freebsd-ports@FreeBSD.ORG Wed Jun 29 09:28:55 2011 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 498F61065670 for ; Wed, 29 Jun 2011 09:28:55 +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 805B38FC1F for ; Wed, 29 Jun 2011 09:28:54 +0000 (UTC) Received: (qmail 88533 invoked from network); 29 Jun 2011 09:28:51 -0000 Received: from unknown (HELO alex.andxor.it) (192.168.2.30) by andxor.it with SMTP; 29 Jun 2011 09:28:51 -0000 Message-ID: <4E0AF053.3030608@FreeBSD.org> Date: Wed, 29 Jun 2011 11:28:51 +0200 From: Alex Dupre User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; it; rv:1.9.1.19) Gecko/20110509 SeaMonkey/2.0.14 MIME-Version: 1.0 To: Steven Hartland References: <36819C4DB6FB4B11B115F046D018D5C4@multiplay.co.uk> <4E0AD538.6060209@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: php5-5.3.6_1 with Segmentation fault (amd64) 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, 29 Jun 2011 09:28:55 -0000 Steven Hartland ha scritto: > Even core php requires libxml which is using libthr > so I would suggest LINKTHR needs to be set by default. That's false. I can assure you that I have all my php installations without LINKTHR, and I use complex php applications like roundcube. -- Alex Dupre From owner-freebsd-ports@FreeBSD.ORG Wed Jun 29 09:33:59 2011 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 7F072106564A for ; Wed, 29 Jun 2011 09:33:59 +0000 (UTC) (envelope-from prvs=116128a1d9=killing@multiplay.co.uk) Received: from mail1.multiplay.co.uk (mail1.multiplay.co.uk [85.236.96.23]) by mx1.freebsd.org (Postfix) with ESMTP id 05CAA8FC16 for ; Wed, 29 Jun 2011 09:33:58 +0000 (UTC) X-MDAV-Processed: mail1.multiplay.co.uk, Wed, 29 Jun 2011 10:21:51 +0100 X-Spam-Processed: mail1.multiplay.co.uk, Wed, 29 Jun 2011 10:21:51 +0100 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on mail1.multiplay.co.uk X-Spam-Level: X-Spam-Status: No, score=-5.0 required=6.0 tests=USER_IN_WHITELIST shortcircuit=ham autolearn=disabled version=3.2.5 Received: from r2d2 ([188.220.16.49]) by mail1.multiplay.co.uk (mail1.multiplay.co.uk [85.236.96.23]) (MDaemon PRO v10.0.4) with ESMTP id md50013915610.msg; Wed, 29 Jun 2011 10:21:50 +0100 X-MDRemoteIP: 188.220.16.49 X-Return-Path: prvs=116128a1d9=killing@multiplay.co.uk X-Envelope-From: killing@multiplay.co.uk Message-ID: From: "Steven Hartland" To: "Alex Dupre" , References: <36819C4DB6FB4B11B115F046D018D5C4@multiplay.co.uk> <4E0AD538.6060209@FreeBSD.org> Date: Wed, 29 Jun 2011 10:22:11 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6090 Cc: Subject: Re: php5-5.3.6_1 with Segmentation fault (amd64) 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, 29 Jun 2011 09:33:59 -0000 ----- Original Message ----- From: "Alex Dupre" > The issue is very complex, it depends on many factors (FreeBSD version, > calling program, extensions loaded, ports options, etc.). In short > words, dlopening and dlclosing libthr is bad. The final and definitive > solution would be a libc including libthr (if I'm not wrong there was a > plan to do it). A less drastic solution would be to link to libthr every > program that dlopen() uncontrolled libraries (i.e. apache, php, etc.). > I've already proposed this change, but was considered too risky at that > time. So, for now, you have to live with the LINKTHR php option that > does its best to make all happy. We'll I've not managed to get a working php from the default settings for a while now. Even core php requires libxml which is using libthr so I would suggest LINKTHR needs to be set by default. Regards Steve ================================================ This e.mail is private and confidential between Multiplay (UK) Ltd. and the person or entity to whom it is addressed. In the event of misdirection, the recipient is prohibited from using, copying, printing or otherwise disseminating it or any information contained in it. In the event of misdirection, illegible or incomplete transmission please telephone +44 845 868 1337 or return the E.mail to postmaster@multiplay.co.uk. From owner-freebsd-ports@FreeBSD.ORG Wed Jun 29 09:41:01 2011 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 2D9A3106566B for ; Wed, 29 Jun 2011 09:41:01 +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 652058FC17 for ; Wed, 29 Jun 2011 09:40:59 +0000 (UTC) Received: (qmail 93461 invoked from network); 29 Jun 2011 09:40:59 -0000 Received: from unknown (HELO alex.andxor.it) (192.168.2.30) by andxor.it with SMTP; 29 Jun 2011 09:40:59 -0000 Message-ID: <4E0AF32B.4050406@FreeBSD.org> Date: Wed, 29 Jun 2011 11:40:59 +0200 From: Alex Dupre User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; it; rv:1.9.1.19) Gecko/20110509 SeaMonkey/2.0.14 MIME-Version: 1.0 To: Frank Wall References: <36819C4DB6FB4B11B115F046D018D5C4@multiplay.co.uk> <4E0AD538.6060209@FreeBSD.org> <20110629093541.GV2064@pcfw2> In-Reply-To: <20110629093541.GV2064@pcfw2> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: php5-5.3.6_1 with Segmentation fault (amd64) 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, 29 Jun 2011 09:41:01 -0000 Frank Wall ha scritto: > Is this fix supposed to work with lang/php52 too? Of course, but you should update to a supported php release ;-) -- Alex Dupre From owner-freebsd-ports@FreeBSD.ORG Wed Jun 29 09:46:10 2011 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 CD3AD106564A for ; Wed, 29 Jun 2011 09:46:10 +0000 (UTC) (envelope-from fwall@inotronic.de) Received: from mail.inotronic.de (mail.inotronic.de [77.73.248.111]) by mx1.freebsd.org (Postfix) with ESMTP id 5F7F78FC17 for ; Wed, 29 Jun 2011 09:46:10 +0000 (UTC) Received: from phosphorus (mail [77.73.248.111]) by mail.inotronic.de (8.14.5/8.14.3) with ESMTP id p5T9a0la084835; Wed, 29 Jun 2011 11:36:00 +0200 (CEST) (envelope-from fwall@inotronic.de) X-Filter-Status: scanned by inotronic CheckMAIL Received: from boron.inotronic.de (boron.inotronic-intern.de [10.1.2.10]) by mail.inotronic.de (8.14.5/8.14.3) with ESMTP id p5T9ZfLL084829 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 29 Jun 2011 11:35:42 +0200 (CEST) (envelope-from fwall@inotronic.de) X-Receipient-To: Received: from pcfw2 (pcfw2.inotronic-intern.de [10.1.2.235]) by boron.inotronic.de (8.14.4/8.14.4) with ESMTP id p5T9Zfom013690; Wed, 29 Jun 2011 11:35:41 +0200 (CEST) (envelope-from fwall@inotronic.de) Date: Wed, 29 Jun 2011 11:35:41 +0200 From: Frank Wall To: Alex Dupre Message-ID: <20110629093541.GV2064@pcfw2> References: <36819C4DB6FB4B11B115F046D018D5C4@multiplay.co.uk> <4E0AD538.6060209@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4E0AD538.6060209@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-ports@freebsd.org Subject: Re: php5-5.3.6_1 with Segmentation fault (amd64) 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, 29 Jun 2011 09:46:10 -0000 On Wed, Jun 29, 2011 at 09:33:12AM +0200, Alex Dupre wrote: > > Steven Hartland ha scritto: > >Rebuild with threads enabled, will likely fix all your problems. > > That's correct. Is this fix supposed to work with lang/php52 too? If so I'd go and submit a patch for it to add WITH_LINKTHR. Thanks - Frank From owner-freebsd-ports@FreeBSD.ORG Wed Jun 29 09:49:00 2011 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 1EB1D106566C; Wed, 29 Jun 2011 09:49:00 +0000 (UTC) (envelope-from prvs=116128a1d9=killing@multiplay.co.uk) Received: from mail1.multiplay.co.uk (mail1.multiplay.co.uk [85.236.96.23]) by mx1.freebsd.org (Postfix) with ESMTP id 1A50F8FC16; Wed, 29 Jun 2011 09:48:58 +0000 (UTC) X-MDAV-Processed: mail1.multiplay.co.uk, Wed, 29 Jun 2011 10:48:19 +0100 X-Spam-Processed: mail1.multiplay.co.uk, Wed, 29 Jun 2011 10:48:19 +0100 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on mail1.multiplay.co.uk X-Spam-Level: X-Spam-Status: No, score=-5.0 required=6.0 tests=USER_IN_WHITELIST shortcircuit=ham autolearn=disabled version=3.2.5 Received: from r2d2 ([188.220.16.49]) by mail1.multiplay.co.uk (mail1.multiplay.co.uk [85.236.96.23]) (MDaemon PRO v10.0.4) with ESMTP id md50013915855.msg; Wed, 29 Jun 2011 10:48:18 +0100 X-MDRemoteIP: 188.220.16.49 X-Return-Path: prvs=116128a1d9=killing@multiplay.co.uk X-Envelope-From: killing@multiplay.co.uk Message-ID: <8341D531EE9E48349CD48AAB14331F23@multiplay.co.uk> From: "Steven Hartland" To: "Alex Dupre" References: <36819C4DB6FB4B11B115F046D018D5C4@multiplay.co.uk><4E0AD538.6060209@FreeBSD.org> <4E0AF053.3030608@FreeBSD.org> Date: Wed, 29 Jun 2011 10:48:40 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6090 Cc: freebsd-ports@freebsd.org Subject: Re: php5-5.3.6_1 with Segmentation fault (amd64) 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, 29 Jun 2011 09:49:00 -0000 ----- Original Message ----- From: "Alex Dupre" > Steven Hartland ha scritto: >> Even core php requires libxml which is using libthr >> so I would suggest LINKTHR needs to be set by default. > > That's false. I can assure you that I have all my php installations > without LINKTHR, and I use complex php applications like roundcube. Segv's on restart very regularly here and generally a php -m is also enough to cause it too. php + apache + php-extensions (standard selection) produces this here, that's on 8.2-RELEASE I agree you can run applications "seemingly" without issue, but apache does have unexplained handler crashes and a restart really seem to cause it problems recently. Regards Steve ================================================ This e.mail is private and confidential between Multiplay (UK) Ltd. and the person or entity to whom it is addressed. In the event of misdirection, the recipient is prohibited from using, copying, printing or otherwise disseminating it or any information contained in it. In the event of misdirection, illegible or incomplete transmission please telephone +44 845 868 1337 or return the E.mail to postmaster@multiplay.co.uk. From owner-freebsd-ports@FreeBSD.ORG Wed Jun 29 10:06:03 2011 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 5D256106566C; Wed, 29 Jun 2011 10:06:03 +0000 (UTC) (envelope-from fwall@inotronic.de) Received: from mail.inotronic.de (mail.inotronic.de [77.73.248.111]) by mx1.freebsd.org (Postfix) with ESMTP id E322C8FC16; Wed, 29 Jun 2011 10:06:02 +0000 (UTC) Received: from phosphorus (mail [77.73.248.111]) by mail.inotronic.de (8.14.5/8.14.3) with ESMTP id p5TA613Z087459; Wed, 29 Jun 2011 12:06:01 +0200 (CEST) (envelope-from fwall@inotronic.de) X-Filter-Status: scanned by inotronic CheckMAIL Received: from boron.inotronic.de (boron.inotronic-intern.de [10.1.2.10]) by mail.inotronic.de (8.14.5/8.14.3) with ESMTP id p5TA5ein087447 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 29 Jun 2011 12:05:40 +0200 (CEST) (envelope-from fwall@inotronic.de) X-Receipient-To: Received: from pcfw2 (pcfw2.inotronic-intern.de [10.1.2.235]) by boron.inotronic.de (8.14.4/8.14.4) with ESMTP id p5TA5euw014761; Wed, 29 Jun 2011 12:05:40 +0200 (CEST) (envelope-from fwall@inotronic.de) Date: Wed, 29 Jun 2011 12:05:40 +0200 From: Frank Wall To: Alex Dupre Message-ID: <20110629100540.GW2064@pcfw2> References: <36819C4DB6FB4B11B115F046D018D5C4@multiplay.co.uk> <4E0AD538.6060209@FreeBSD.org> <20110629093541.GV2064@pcfw2> <4E0AF32B.4050406@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4E0AF32B.4050406@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-ports@freebsd.org Subject: Re: php5-5.3.6_1 with Segmentation fault (amd64) 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, 29 Jun 2011 10:06:03 -0000 On Wed, Jun 29, 2011 at 11:40:59AM +0200, Alex Dupre wrote: > > Frank Wall ha scritto: > >Is this fix supposed to work with lang/php52 too? > > Of course, but you should update to a supported php release ;-) Submitted PR ports/158423. Let's see if it works for PHP 5.2. Actually I'm planning to update all servers to 5.3, but this is going to happen later this year. Bye - Frank From owner-freebsd-ports@FreeBSD.ORG Wed Jun 29 13:47:47 2011 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 4F9C7106566C for ; Wed, 29 Jun 2011 13:47:47 +0000 (UTC) (envelope-from luizgustavo@luizgustavo.pro.br) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 2EDE18FC15 for ; Wed, 29 Jun 2011 13:47:47 +0000 (UTC) Received: by pzk27 with SMTP id 27so1158356pzk.13 for ; Wed, 29 Jun 2011 06:47:46 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.4.102 with SMTP id j6mr1092613pbj.68.1309355266595; Wed, 29 Jun 2011 06:47:46 -0700 (PDT) Received: by 10.68.42.70 with HTTP; Wed, 29 Jun 2011 06:47:46 -0700 (PDT) In-Reply-To: References: <36819C4DB6FB4B11B115F046D018D5C4@multiplay.co.uk> Date: Wed, 29 Jun 2011 10:47:46 -0300 Message-ID: From: "Luiz Gustavo S. Costa" To: Attos Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Steven Hartland , freebsd-ports@freebsd.org Subject: Re: php5-5.3.6_1 with Segmentation fault (amd64) 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, 29 Jun 2011 13:47:47 -0000 Thanks to everyone !! I used this post how reference: http://forums.freebsd.org/showpost.php?p=3D17604&postcount=3D14 and everything was fine, no problem! Thank you to everyone who helped me 2011/6/28 Attos : > Just re-compiled with threads enabled and enabled the SQLite 3 extension. > No more segvs. > > Thanks > > On Tue, Jun 28, 2011 at 3:07 PM, Steven Hartland > wrote: >> >> Rebuild with threads enabled, will likely fix all your problems. >> >> Why the default is off I don't know but it conflicts with a >> number of the main libs used e.g. libxml hence causing segvs >> just as you described. >> >> =A0 Regards >> =A0 Steve >> ----- Original Message ----- From: "Luiz Gustavo S. Costa" >> >> To: >> Sent: Tuesday, June 28, 2011 5:53 PM >> Subject: php5-5.3.6_1 with Segmentation fault (amd64) >> >> >> Hey list ! >> >> exist some trouble with php and amd64 ? (last php from ports) >> >> >> [root@gringo] ~# pkg_info | grep php5-5 >> php5-5.3.6_1 =A0 =A0 =A0 =A0PHP Scripting Language >> [root@gringo] ~# php -v >> Segmentation fault >> [root@gringo] ~# php-fpm -h >> Segmentation fault >> [root@gringo] ~# which php-fpm >> /usr/local/sbin/php-fpm >> [root@gringo] ~# file /usr/local/sbin/php-fpm >> /usr/local/sbin/php-fpm: ELF 64-bit LSB executable, x86-64, version 1 >> (FreeBSD), dynamically linked (uses shared libs), for FreeBSD 8.2, not >> stripped >> [root@gringo] ~# uname -a >> FreeBSD gringo.mundounix.com.br 8.2-RELEASE FreeBSD 8.2-RELEASE #0: >> Thu Feb 17 02:41:51 UTC 2011 >> root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC =A0amd64 >> >> >> -- >> /\ Luiz Gustavo S. Costa >> / \ Programmer at BSD Perimeter >> / \ /\/\/\ Visit the pfSense Project >> / \ \ \ http://www.pfsense.org >> --------------------------------------------------------------------- >> BSD da serra carioca, Teresopolis (visite: http://miud.in/Inv) >> Contatos: luizgustavo@luizgustavo.pro.br / lgcosta@pfsense.org >> Blog: http://www.luizgustavo.pro.br >> _______________________________________________ >> 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" >> >> >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >> This e.mail is private and confidential between Multiplay (UK) Ltd. and >> the person or entity to whom it is addressed. In the event of misdirecti= on, >> the recipient is prohibited from using, copying, printing or otherwise >> disseminating it or any information contained in it. >> In the event of misdirection, illegible or incomplete transmission pleas= e >> telephone +44 845 868 1337 >> or return the E.mail to postmaster@multiplay.co.uk. >> >> _______________________________________________ >> 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" > > > > -- > Attos Janus > --=20 =A0 /\ =A0 =A0 =A0 =A0 =A0 =A0 Luiz Gustavo S. Costa =A0/ =A0\ =A0 =A0 =A0 =A0 =A0 =A0Programmer at BSD Perimeter / =A0 =A0\ /\/\/\ =A0 =A0Visit the pfSense Project / =A0 =A0 =A0\ =A0 =A0\ \ =A0 http://www.pfsense.org --------------------------------------------------------------------- BSD da serra carioca, Teresopolis (visite: http://miud.in/Inv) Contatos: luizgustavo@luizgustavo.pro.br / lgcosta@pfsense.org Blog: http://www.luizgustavo.pro.br From owner-freebsd-ports@FreeBSD.ORG Wed Jun 29 16:46:59 2011 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 C5D37106564A for ; Wed, 29 Jun 2011 16:46:59 +0000 (UTC) (envelope-from mezz.freebsd@gmail.com) Received: from mail-pz0-f44.google.com (mail-pz0-f44.google.com [209.85.210.44]) by mx1.freebsd.org (Postfix) with ESMTP id A28B08FC08 for ; Wed, 29 Jun 2011 16:46:59 +0000 (UTC) Received: by pzk5 with SMTP id 5so1620372pzk.17 for ; Wed, 29 Jun 2011 09:46:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=+FNgPAGlMqs9oqqEea8wdZvCQ9WTeJRlyykCsCHgnxA=; b=VI6qL6p6Bh3O1xsVPVlZNsVMfdpwBmdHIm7uAVshH0aj63JB9IBy0a6I2j2HJk1dMh DqAdMlDK0H6AvueL+6xG4EK8KDTMsL3O7Dsll+Ac+ghCpjcRUDpp+Z7j7uatUPV0nJNk agZ2jyxYrSQ9FAabbJGEw97uoDKoA//4UPZcI= MIME-Version: 1.0 Received: by 10.68.52.4 with SMTP id p4mr1333987pbo.127.1309364207619; Wed, 29 Jun 2011 09:16:47 -0700 (PDT) Received: by 10.68.58.230 with HTTP; Wed, 29 Jun 2011 09:16:47 -0700 (PDT) In-Reply-To: <4E0AE118.8070303@gmail.com> References: <4E086CB2.1010503@gmail.com> <4E0AE118.8070303@gmail.com> Date: Wed, 29 Jun 2011 11:16:47 -0500 Message-ID: From: Jeremy Messenger To: David Demelier Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-ports@freebsd.org Subject: Re: Status of ${HAVE_GNOME:xxx} and dependencies 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, 29 Jun 2011 16:46:59 -0000 On Wed, Jun 29, 2011 at 3:23 AM, David Demelier wrote: > On 27/06/2011 13:42, David Demelier wrote: >> >> Hello there, >> >> There is something I don't understand well. I installed eclipse a long >> time ago because I needed it for a java project. As you may know eclipse >> use a lot of gnome dependencies and I usually install ports that don't >> require them. >> >> Now I deinstalled eclipse, and I realized that these libs such as >> gconf2, libgnome, libgnomeui are needed by a lot of application that had >> never required them before ! see : >> >> Information for gconf2-2.32.0_2: >> >> Required by: >> gnome-vfs-2.24.4 >> libcanberra-0.26 >> libgnome-2.32.0 >> libbonoboui-2.24.4 >> libgnome-keyring-2.32.0 >> libsoup-gnome-2.32.2 >> gnome-keyring-2.32.1 >> policykit-gnome-0.9.2_5 >> gnome-mount-0.8_7 >> gvfs-1.6.6_1 >> libgnomeui-2.24.4 >> firefox-4.0.1,1 >> gimp-app-2.6.11_2,1 >> gimp-2.6.11,2 >> thunderbird-3.1.10 >> inkscape-0.48.1_1 >> wxgtk2-common-2.8.12 >> wxgtk2-unicode-2.8.12 >> audacity-devel-1.3.13_1 >> libpurple-2.8.0 >> pidgin-2.8.0 >> pidgin-pidgimpd-1.1.1_5 >> >> I can see for example in the graphics/gimp-app/Makefile : >> >> .if defined(WITH_GVFS) || ${HAVE_GNOME:Mgvfs}!="" >> LIB_DEPENDS+= gnome-keyring.0:${PORTSDIR}/security/gnome-keyring >> USE_GNOME+= gvfs >> . if ${HAVE_GNOME:Mlibgnomeui}!="" >> USE_GNOME+= libgnomeui >> . endif >> .endif >> >> Then, if I disable the option WITH_GVFS (which is already done) but I >> have gnome-vfs installed it will pull the gnome-vfs dependency when I'll >> rebuild the port? I think this is what happened. I have probably rebuild >> this port and that's why it requires the new dependency. >> >> The user hasn't the power on this option if the gnome-vfs is installed >> then? >> >> Cheers. >> > > Ignore, I've just seen there is WITHOUT_GNOME that is checked before With the ${HAVE_GNOME:xxx}, you can either do WITHOUT_GNOME=yes or WITHOUT_GNOME=xxx. > HAVE_GNOME and it was not used by portconf now everything is fixed. Umm... Probably not a real fixed, because your gimp might be still linked with gvfs. Because there was no --without-gvfs. It's clearly that it's bug. I have fixed it. It doesn't has ${HAVE_GNOME:gvfs} anymore as it's pointless when it's enable by default. All you have to do is WITHOUT_GVFS and it will depends on libcurl instead if you prefer. Cheers, Mezz > -- > David Demelier -- mezz.freebsd@gmail.com - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Wed Jun 29 18:09:00 2011 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 008EB106564A; Wed, 29 Jun 2011 18:09:00 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from EXHUB015-4.exch015.msoutlookonline.net (exhub015-4.exch015.msoutlookonline.net [207.5.72.96]) by mx1.freebsd.org (Postfix) with ESMTP id DDBBD8FC08; Wed, 29 Jun 2011 18:08:59 +0000 (UTC) Received: from philip.hq.rws (174.79.184.239) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.2.254.0; Wed, 29 Jun 2011 10:58:56 -0700 Message-ID: <4E0B67DE.9030306@p6m7g8.com> Date: Wed, 29 Jun 2011 17:58:54 +0000 From: "Philip M. Gollucci" Organization: P6M7G8 Inc. User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.16) Gecko/20110507 Thunderbird/3.0.11 MIME-Version: 1.0 To: Steve Wills References: <4D82C4FC.1050302@p6m7g8.com> <4E093124.7020402@FreeBSD.org> <4E0A69E7.8020604@FreeBSD.org> <4E0A7C3F.7040607@FreeBSD.org> In-Reply-To: <4E0A7C3F.7040607@FreeBSD.org> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: apache@freebsd.org, ohauer@freebsd.org, dev@httpd.apache.org, FreeBSD Ports , FreeBSD, Management Team , announce@apache.org Subject: Re: www/apache22 - default APACHE_PORT for 8.3/9.0 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, 29 Jun 2011 18:09:00 -0000 Don't open this. rt36 doesn't have it, you need to keep it until that port is removed. On 06/29/11 01:13, Steve Wills wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 06/28/11 19:55, Olli Hauer wrote: >> >> Hi Steve, >> >> from my perspective everything is fine for the change. >> Maybe Philip has some additional tasks/time plannings? >> >> If not I will request an exp-run. >> >> I've placed a small overview of the last issues here. >> http://people.freebsd.org/~ohauer/apache22_exp_run/ >> >> There are no show stoppers for me and only two outstanding >> issues. >> > > Thanks for the info. > > FWIW, www/p5-RTx-Statistics port can probably be removed, similar > functionality is included in RT itself now and has been for a while: > > http://lists.bestpractical.com/pipermail/rt-users/2007-October/048538.html > > and I recall reading somewhere else (can't find it now) that the module > isn't supported any more. > > Steve > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.17 (FreeBSD) > > iQEcBAEBAgAGBQJOCnw+AAoJEPXPYrMgexuhsvoIAJmy0CCUl6Kq+M/afqVRLxQW > /IYa3LlKj1GGX1qvP1/Nc65wcFRkhUCEdlaM7pPca0Em33B2k7dfUP4vL+ktPg91 > zSfAImdTMflIgMue1Mu4ggg2d0nyhOm0MVR6Pk1mnCJLCQ3XBqeP02yHx7miQxMs > u3EB4/cF42b3ywvDzW7AF0/C2JAxMbgaJ9uMnHGZF6EKuH6Uzch7fxqIQ5ahdDkx > lH7HZuv7B+QmgyzFZflH7Muka7JOvyFAGi0zDU6Lxjl1uggJFLIbh17JvsvUod95 > 4adGIUiUwxDpT3FTPaznduiod6PXIigHSpPnIO2VOI54Fluijy7ZVFRmBpEYzAI= > =wLeX > -----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" > -- ------------------------------------------------------------------------ 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 VP Infrastructure, Apache Software Foundation Committer, FreeBSD Foundation Consultant, P6M7G8 Inc. Sr. System Admin, Ridecharge Inc. 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 Wed Jun 29 18:24:53 2011 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 A73181065676 for ; Wed, 29 Jun 2011 18:24:53 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-ww0-f42.google.com (mail-ww0-f42.google.com [74.125.82.42]) by mx1.freebsd.org (Postfix) with ESMTP id 338568FC08 for ; Wed, 29 Jun 2011 18:24:52 +0000 (UTC) Received: by wwg11 with SMTP id 11so162742wwg.1 for ; Wed, 29 Jun 2011 11:24:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=8JHlIv83yo6Llp7ubG4wfhxQVfuseVmG4WQalONwsFQ=; b=D7nNwQag3CtMN01cD1yhvp4zQoNvHJmWG37gEljJJ1otVDwitEhGFIaPlIDHtpimWO G28ad6BvrnU2NnftdKxYAZx3nkRzGnXBN19DDljjxnXoUH0AJvE/5BgjBmx4zZ3QlbuA 7Skk/8vDP2Vo50rafI6rxJSOIltqqo7O71b6c= Received: by 10.227.62.208 with SMTP id y16mr996755wbh.80.1309371891868; Wed, 29 Jun 2011 11:24:51 -0700 (PDT) Received: from Melon.malikania.fr (65.21.102.84.rev.sfr.net [84.102.21.65]) by mx.google.com with ESMTPS id fu18sm1084644wbb.44.2011.06.29.11.24.49 (version=SSLv3 cipher=OTHER); Wed, 29 Jun 2011 11:24:50 -0700 (PDT) Message-ID: <4E0B6DD8.4090001@gmail.com> Date: Wed, 29 Jun 2011 20:24:24 +0200 From: David Demelier User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.18) Gecko/20110627 Thunderbird/3.1.11 MIME-Version: 1.0 To: mm@FreeBSD.org, freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: multimedia/ffmpeg fails to build X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jun 2011 18:24:53 -0000 Hello, It seems that your last commit fails to compile here on 8.2-STABLE : libavfilter/vf_libopencv.c:28:23: warning: opencv/cv.h: No such file or directory libavfilter/vf_libopencv.c:29:27: warning: opencv/cxcore.h: No such file or directory libavfilter/vf_libopencv.c:34: error: expected ')' before '*' token libavfilter/vf_libopencv.c:52: warning: type defaults to 'int' in declaration of 'IplImage' libavfilter/vf_libopencv.c:52: error: expected ';', ',' or ')' before '*' token libavfilter/vf_libopencv.c:74: error: expected declaration specifiers or '...' before 'IplImage' libavfilter/vf_libopencv.c:74: error: expected declaration specifiers or '...' before 'IplImage' libavfilter/vf_libopencv.c: In function 'smooth_init': libavfilter/vf_libopencv.c:98: error: 'CV_BLUR' undeclared (first use in this function) libavfilter/vf_libopencv.c:98: error: (Each undeclared identifier is reported only once libavfilter/vf_libopencv.c:98: error: for each function it appears in.) libavfilter/vf_libopencv.c:99: error: 'CV_BLUR_NO_SCALE' undeclared (first use in this function) libavfilter/vf_libopencv.c:100: error: 'CV_MEDIAN' undeclared (first use in this function) libavfilter/vf_libopencv.c:101: error: 'CV_GAUSSIAN' undeclared (first use in this function) libavfilter/vf_libopencv.c:102: error: 'CV_BILATERAL' undeclared (first use in this function) libavfilter/vf_libopencv.c: At top level: libavfilter/vf_libopencv.c:127: error: expected declaration specifiers or '...' before 'IplImage' libavfilter/vf_libopencv.c:127: error: expected declaration specifiers or '...' before 'IplImage' libavfilter/vf_libopencv.c: In function 'smooth_end_frame_filter': libavfilter/vf_libopencv.c:131: warning: implicit declaration of function 'cvSmooth' libavfilter/vf_libopencv.c:131: error: 'inimg' undeclared (first use in this function) libavfilter/vf_libopencv.c:131: error: 'outimg' undeclared (first use in this function) libavfilter/vf_libopencv.c: At top level: libavfilter/vf_libopencv.c:201: error: expected ')' before '*' token libavfilter/vf_libopencv.c:247: error: expected specifier-qualifier-list before 'IplConvKernel' libavfilter/vf_libopencv.c: In function 'dilate_init': libavfilter/vf_libopencv.c:263: warning: implicit declaration of function 'parse_iplconvkernel' libavfilter/vf_libopencv.c:263: error: 'DilateContext' has no member named 'kernel' libavfilter/vf_libopencv.c: In function 'dilate_uninit': libavfilter/vf_libopencv.c:284: warning: implicit declaration of function 'cvReleaseStructuringElement' libavfilter/vf_libopencv.c:284: error: 'DilateContext' has no member named 'kernel' libavfilter/vf_libopencv.c: At top level: libavfilter/vf_libopencv.c:287: error: expected declaration specifiers or '...' before 'IplImage' libavfilter/vf_libopencv.c:287: error: expected declaration specifiers or '...' before 'IplImage' libavfilter/vf_libopencv.c: In function 'dilate_end_frame_filter': libavfilter/vf_libopencv.c:291: warning: implicit declaration of function 'cvDilate' libavfilter/vf_libopencv.c:291: error: 'inimg' undeclared (first use in this function) libavfilter/vf_libopencv.c:291: error: 'outimg' undeclared (first use in this function) libavfilter/vf_libopencv.c:291: error: 'DilateContext' has no member named 'kernel' libavfilter/vf_libopencv.c: At top level: libavfilter/vf_libopencv.c:294: error: expected declaration specifiers or '...' before 'IplImage' libavfilter/vf_libopencv.c:294: error: expected declaration specifiers or '...' before 'IplImage' libavfilter/vf_libopencv.c: In function 'erode_end_frame_filter': libavfilter/vf_libopencv.c:298: warning: implicit declaration of function 'cvErode' libavfilter/vf_libopencv.c:298: error: 'inimg' undeclared (first use in this function) libavfilter/vf_libopencv.c:298: error: 'outimg' undeclared (first use in this function) libavfilter/vf_libopencv.c:298: error: 'DilateContext' has no member named 'kernel' libavfilter/vf_libopencv.c: At top level: libavfilter/vf_libopencv.c:306: error: expected declaration specifiers or '...' before 'IplImage' libavfilter/vf_libopencv.c:306: error: expected declaration specifiers or '...' before 'IplImage' libavfilter/vf_libopencv.c: In function 'end_frame': libavfilter/vf_libopencv.c:359: error: 'IplImage' undeclared (first use in this function) libavfilter/vf_libopencv.c:359: error: expected ';' before 'inimg' libavfilter/vf_libopencv.c:361: warning: implicit declaration of function 'fill_iplimage_from_picref' libavfilter/vf_libopencv.c:361: error: 'inimg' undeclared (first use in this function) libavfilter/vf_libopencv.c:362: error: 'outimg' undeclared (first use in this function) libavfilter/vf_libopencv.c:363: error: too many arguments to function 'ocv->end_frame_filter' libavfilter/vf_libopencv.c:364: warning: implicit declaration of function 'fill_picref_from_iplimage' gmake: *** [libavfilter/vf_libopencv.o] Error 1 gmake: *** Waiting for unfinished jobs.... *** Error code 1 Stop in /usr/ports/multimedia/ffmpeg. *** Error code 1 This is my options : ===> The following configuration options are available for ffmpeg-0.7.1_3,1: ALSA=off "Enable alsa input/output device" AMR_NB=off "AMR Narrow Band audio encoder (opencore)" AMR_WB=off "AMR Wide Band audio decoder (opencore)" CELT=off "Enable CELT/Opus decoding via libcelt" DIRAC=off "Dirac codec via libdirac" FAAC=off "FAAC mp4/aac audio encoder" FFSERVER=on "Build and install ffserver" FREETYPE=on "Text on top of video frames (freetype2)" FREI0R=off "Frei0r wrapper filter" GSM=off "GSM audio codec" LAME=off "LAME MP3 encoder" OPENCV=on "OpenCV video filtering support" OPENJPEG=off "JPEG 2000 decoder" OPTIMIZED_CFLAGS=off "Additional optimizations" RTMP=off "RTMP[E] support via librtmp" SCHROEDINGER=off "Dirac codec via libschroedinger" SDL=off "SDL support (build ffplay)" SPEEX=off "Speex audio decoder" THEORA=on "Theora encoder (implies OGG)" VAAPI=off "GPU acceleration support (libva)" VDPAU=off "Nvidia vdpau support" VO_AACENC=off "AAC audio encoder (vo-aacenc)" VO_AMRWBENC=off "AMR Wide Band audio encoder (vo-amrwbenc)" VORBIS=on "Vorbis encoder via libvorbis (implies OGG)" VP8=on "VP8 codec via libvpx" X264=on "H.264 encoder" XVID=on "Xvid encoder via xvidcore" Cheers, -- David Demelier From owner-freebsd-ports@FreeBSD.ORG Wed Jun 29 18:27:33 2011 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 188301065670 for ; Wed, 29 Jun 2011 18:27:33 +0000 (UTC) (envelope-from leslie@eskk.nu) Received: from mx1.bjare.net (mx1.bjare.net [212.31.160.3]) by mx1.freebsd.org (Postfix) with ESMTP id CA0498FC0C for ; Wed, 29 Jun 2011 18:27:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mx1.bjare.net (Postfix) with ESMTP id 2FE9D5E1A4 for ; Wed, 29 Jun 2011 20:27:40 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mx1.bjare.net X-Spam-Flag: NO X-Spam-Score: -2.447 X-Spam-Level: X-Spam-Status: No, score=-2.447 tagged_above=-999 required=5 tests=[AWL=0.153, BAYES_00=-2.599, SPF_PASS=-0.001] Received: from mx1.bjare.net ([127.0.0.1]) by localhost (mx1.bjare.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id jlfbFoenmo+1 for ; Wed, 29 Jun 2011 20:27:38 +0200 (CEST) X-BN-MX1: ja X-BN-MailInfo: BjareNet Received: from bljbsd01.no-ip.org (c-195-216-040-164.static.bjare.net [195.216.40.164]) by mx1.bjare.net (Postfix) with ESMTP id 5B5C35E1A8 for ; Wed, 29 Jun 2011 20:27:38 +0200 (CEST) Message-ID: <4E0B6EA4.2090603@eskk.nu> Date: Wed, 29 Jun 2011 20:27:48 +0200 From: Leslie Jensen User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; sv-SE; rv:1.9.2.18) Gecko/20110622 Thunderbird/3.1.11 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: multimedia/ffmpeg fails upgrade X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jun 2011 18:27:33 -0000 Hi list After latest ports upgrade the above port fails! multimedia/ffmpeg ---------------------------------------------------------- libavfilter/vf_libopencv.c:359: error: expected ';' before 'inimg' libavfilter/vf_libopencv.c:361: warning: implicit declaration of function 'fill_iplimage_from_picref' libavfilter/vf_libopencv.c:361: error: 'inimg' undeclared (first use in this function) libavfilter/vf_libopencv.c:362: error: 'outimg' undeclared (first use in this function) libavfilter/vf_libopencv.c:363: error: too many arguments to function 'ocv->end_frame_filter' libavfilter/vf_libopencv.c:364: warning: implicit declaration of function 'fill_picref_from_iplimage' gmake: *** [libavfilter/vf_libopencv.o] Fel 1 gmake: *** Inväntar oavslutade jobb... *** Error code 1 Stop in /usr/ports/multimedia/ffmpeg. *** Error code 1 Stop in /usr/ports/multimedia/ffmpeg. ===>>> make failed for multimedia/ffmpeg ===>>> Aborting update ---------------------------------------------------------- From owner-freebsd-ports@FreeBSD.ORG Wed Jun 29 20:24:51 2011 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 04EBB1065672; Wed, 29 Jun 2011 20:24:51 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id BEBC28FC13; Wed, 29 Jun 2011 20:24:50 +0000 (UTC) Received: by iyb11 with SMTP id 11so1877142iyb.13 for ; Wed, 29 Jun 2011 13:24:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:cc:content-type; bh=AECQakUnJRV328oj36bmpF6xC/mbHjSRUUWkqP2BQx0=; b=VQKCJidLwoJfouwKTGfmBKV7JoV20BEqQbdsGw0hhnhMmNwJNyaRhuJ2pErLqdwNtl WqAS5X3S/fmdXkDC8XWxy+8z7sbzW2swjY04q1t/hwhnuSq3PDvRemMLHbhMjSoyoAoV Q2c6vDUv8WhadzN8hbuSWYsD2NuBGQbB+NV8k= Received: by 10.231.44.65 with SMTP id z1mr996878ibe.95.1309379090095; Wed, 29 Jun 2011 13:24:50 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.231.49.193 with HTTP; Wed, 29 Jun 2011 13:24:20 -0700 (PDT) From: Chris Rees Date: Wed, 29 Jun 2011 21:24:20 +0100 X-Google-Sender-Auth: yAnA9WHzZmACUk_4f8UyGo5C7-w Message-ID: To: ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: ohauer@freebsd.org Subject: Call for testers -- CONF_FILES variable 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, 29 Jun 2011 20:24:51 -0000 Dear all, I've rewritten the CONF_FILES handling after talking to bapt@, and I've done away with the colon-separated tuples -- they're overcomplicated. The result is something like MAN and PORTDOCS (indeed most of the code is stolen from PORTDOCS). This means that shell globs, filenames and directories are specified in CONF_FILES, but the sample file is installed in the Makefile as .pkgconf. Examples for MailScanner [1] show how it can replace huge trees of config files, and for portscout [2] shows how it is used for just one file. Look at how much has been removed from the MailScanner plist and pkg-*install.in files -- there are three screens of unused functions that could also be chopped out now too! I'm asking people to (if they want) try out the new variable, and let me know what they like and don't like about it. Since bapt@ is sort of sponsoring this and isn't back for ~ two weeks it won't make it in before then at least, but some testing and feedback would be fantastic! http://people.freebsd.org/~crees/patches/bsd-port-mk-conf-files-plist-only-pkgconf.diff Chris [1] http://people.freebsd.org/~crees/patches/mailscanner-conf-files.diff [2] http://people.freebsd.org/~crees/patches/portscout-conf-files.diff P.S. Before people complain about the pkgconf suffix, that is for compatibility with pkgng, and no, .sample files are not going to be supported -- they'll need to be installed as .pkgconf. Sorry. From owner-freebsd-ports@FreeBSD.ORG Wed Jun 29 22:00:29 2011 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 B5871106564A; Wed, 29 Jun 2011 22:00:29 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from p578be941.dip0.t-ipconnect.de (p578be941.dip0.t-ipconnect.de [87.139.233.65]) by mx1.freebsd.org (Postfix) with ESMTP id 751AD8FC12; Wed, 29 Jun 2011 22:00:29 +0000 (UTC) Received: from [192.168.0.100] (cde1100.uni.vrs [192.168.0.100]) (Authenticated sender: ohauer) by p578be941.dip0.t-ipconnect.de (Postfix) with ESMTPSA id E6EF42071B; Thu, 30 Jun 2011 00:00:25 +0200 (CEST) Message-ID: <4E0BA075.9040109@FreeBSD.org> Date: Thu, 30 Jun 2011 00:00:21 +0200 From: Olli Hauer User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20110624 Thunderbird/5.0 MIME-Version: 1.0 To: Matthias Andree References: <4E0A52F9.3080701@FreeBSD.org> <4E0A9C01.20108@FreeBSD.org> In-Reply-To: <4E0A9C01.20108@FreeBSD.org> X-Enigmail-Version: 1.2 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: autotools issue maybe someone has a hint X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ohauer@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jun 2011 22:00:29 -0000 On 2011-06-29 05:29, Matthias Andree wrote: > Am 29.06.2011 00:17, schrieb Olli Hauer: >> Hi maybe someone has a hint for an issue with autotools. >> >> On a amd64 system I run into the following issue on a port. >> >> 5 times "$> make clean configure" >> => 3 times fail >> => 2 times success >> >> The interesting part between fail and success on the system self >> and in tinderbox. > > Does that mean that running autoconf 2.68 fixes the failures? > If so, it might fix a race present in 2.63. > > Else try "make clean ; make configure" to avoid possible races. I've tried several things, even this. At last the failure rate was fail=3/tries=5. > Does the port in question set MAKE_JOBS_SAFE, or do you set > FORCE_MAKE_JOBS? (amd64 is often multicore these days...) At last it was a simple solution. philip@ gave the hint that pav@ has found and fixed this already in the apache20 port. -LIBTOOLFILES= configure +LIBTOOLFILES= configure.in From owner-freebsd-ports@FreeBSD.ORG Wed Jun 29 22:31:43 2011 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 79A72106566B; Wed, 29 Jun 2011 22:31:43 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (pancho.soaustin.net [76.74.250.40]) by mx1.freebsd.org (Postfix) with ESMTP id 5D2A48FC0A; Wed, 29 Jun 2011 22:31:43 +0000 (UTC) Received: by mail.soaustin.net (Postfix, from userid 502) id DEB705615B; Wed, 29 Jun 2011 17:31:42 -0500 (CDT) Date: Wed, 29 Jun 2011 17:31:42 -0500 From: Mark Linimon To: Roman Divacky Message-ID: <20110629223142.GA16839@lonesome.com> References: <20110620153753.GA41541@freebsd.org> <20110620232126.GA1282@lonesome.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110620232126.GA1282@lonesome.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-ports@freebsd.org Subject: Re: [ANNOUNCE]: clang compiling ports 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, 29 Jun 2011 22:31:43 -0000 On Mon, Jun 20, 2011 at 06:21:26PM -0500, Mark Linimon wrote: > A permanent URL to this run is: > > http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.9-exp.20110616185105/ > > That will stick around even if we use amd64-9-exp for something else. I have updated the errorlog-classifier script and re-run the analysis. Most of the false positives for "process failed" being actually "inability to find C compiler" are now flagged as "assumes_gcc". The "linker_error" case has been expanded (again, while these can happen in regular runs, they are much more prevalent in the clang runs.) A few other cases have been tightened up as well. Of course, a large number of ports have been fixed since this run, so check CVS first before you send-pr. Thanks. mcl From owner-freebsd-ports@FreeBSD.ORG Wed Jun 29 23:26:14 2011 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 06EE21065670; Wed, 29 Jun 2011 23:26:14 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 352C98FC16; Wed, 29 Jun 2011 23:26:12 +0000 (UTC) Received: by ewy1 with SMTP id 1so874313ewy.13 for ; Wed, 29 Jun 2011 16:26:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=eLJIfteNvsDZk3lJynCJUIpFanwxU/0+YJWSMvkY8DA=; b=CGPEAzLl2RwofyQinbbBuN5W7jBEvW6o61V+p6AlofN0B75Cnc12eaAqpfYC3nrxOu xQkL+dkBBeEJPXyYI2rfO6SxrYklcx5zWY460PZNd3TrhZKWysyiuP7D5HJ0wKdkKCYf 8BwX9jX9l3lJ000UAV4w21Zgb8LDsdF8bEoU4= MIME-Version: 1.0 Received: by 10.213.19.78 with SMTP id z14mr531598eba.10.1309389971486; Wed, 29 Jun 2011 16:26:11 -0700 (PDT) Received: by 10.213.11.20 with HTTP; Wed, 29 Jun 2011 16:26:11 -0700 (PDT) In-Reply-To: References: Date: Wed, 29 Jun 2011 18:26:11 -0500 Message-ID: From: Scot Hetzel To: Chris Rees Content-Type: text/plain; charset=ISO-8859-1 Cc: ports@freebsd.org, ohauer@freebsd.org Subject: Re: Call for testers -- CONF_FILES variable 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, 29 Jun 2011 23:26:14 -0000 On Wed, Jun 29, 2011 at 3:24 PM, Chris Rees wrote: > Dear all, > > I've rewritten the CONF_FILES handling after talking to bapt@, and > I've done away with the > colon-separated tuples -- they're overcomplicated. > > The result is something like MAN and PORTDOCS (indeed most of the code > is stolen from PORTDOCS). > > This means that shell globs, filenames and directories are specified > in CONF_FILES, but the sample file is installed in the Makefile as > .pkgconf. > > Examples for MailScanner [1] show how it can replace huge trees of > config files, and for portscout [2] shows how it is used for just one > file. > > Look at how much has been removed from the MailScanner plist and > pkg-*install.in files -- there are three screens of unused functions > that could also be chopped out now too! > > I'm asking people to (if they want) try out the new variable, and let > me know what they like and don't like about it. > > Since bapt@ is sort of sponsoring this and isn't back for ~ two weeks > it won't make it in before then at least, but some testing and > feedback would be fantastic! > > http://people.freebsd.org/~crees/patches/bsd-port-mk-conf-files-plist-only-pkgconf.diff > I like this change, as it standardizes the use of config files. > > [1] http://people.freebsd.org/~crees/patches/mailscanner-conf-files.diff files/pkg-install.in - upgrade_lang_conf this should stay as it automates the upgrade from a old lang conf file to the new version. - change the .sample to .pkgconf in the upgrade_lang_conf and upgrade_mailscanner_conf functions. > [2] http://people.freebsd.org/~crees/patches/portscout-conf-files.diff > > P.S. Before people complain about the pkgconf suffix, that is for > compatibility with pkgng, and no, .sample files are not going to be > supported -- they'll need to be installed as .pkgconf. Sorry. > _______________________________________________ > 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 Thu Jun 30 01:05:03 2011 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 71ABF1065673; Thu, 30 Jun 2011 01:05:03 +0000 (UTC) (envelope-from mezz.freebsd@gmail.com) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id 431808FC0C; Thu, 30 Jun 2011 01:05:03 +0000 (UTC) Received: by pvg11 with SMTP id 11so1717586pvg.13 for ; Wed, 29 Jun 2011 18:05:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=89F66JSFXwRWai1BjX8g0wSNLiyCi02quz9UX3wEelI=; b=F9DufgMiAuXO+4QstbgTXYm0bxxT7eRcr+AlKjW4G7+9gulUkiy6m3fHWiPL1jMfYy z78jI7ef30pShrqiDPz4onIhfNddc7bwUrqIVV3AFgLvDI3GZ4I7lLUZU2LyVKfJ+DuH sICYCtAh9xhMjEczEXJ+vc0b1ZnykXUPcUcF4= MIME-Version: 1.0 Received: by 10.68.27.170 with SMTP id u10mr1805049pbg.529.1309394101030; Wed, 29 Jun 2011 17:35:01 -0700 (PDT) Received: by 10.68.58.230 with HTTP; Wed, 29 Jun 2011 17:35:01 -0700 (PDT) In-Reply-To: References: Date: Wed, 29 Jun 2011 19:35:01 -0500 Message-ID: From: Jeremy Messenger To: Chris Rees Content-Type: text/plain; charset=ISO-8859-1 Cc: ports@freebsd.org, ohauer@freebsd.org Subject: Re: Call for testers -- CONF_FILES variable 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, 30 Jun 2011 01:05:03 -0000 On Wed, Jun 29, 2011 at 3:24 PM, Chris Rees wrote: > Dear all, > > I've rewritten the CONF_FILES handling after talking to bapt@, and > I've done away with the > colon-separated tuples -- they're overcomplicated. > > The result is something like MAN and PORTDOCS (indeed most of the code > is stolen from PORTDOCS). > > This means that shell globs, filenames and directories are specified > in CONF_FILES, but the sample file is installed in the Makefile as > .pkgconf. I like the rest, but I do not like the name of .pkgconf. I think, the 'pkgconf' is best define for something related with FreeBSD rather than third-party product. The .sample or .default is best name and less confuse for the users, because the word said it all what it is. Cheers, Mezz > Examples for MailScanner [1] show how it can replace huge trees of > config files, and for portscout [2] shows how it is used for just one > file. > > Look at how much has been removed from the MailScanner plist and > pkg-*install.in files -- there are three screens of unused functions > that could also be chopped out now too! > > I'm asking people to (if they want) try out the new variable, and let > me know what they like and don't like about it. > > Since bapt@ is sort of sponsoring this and isn't back for ~ two weeks > it won't make it in before then at least, but some testing and > feedback would be fantastic! > > http://people.freebsd.org/~crees/patches/bsd-port-mk-conf-files-plist-only-pkgconf.diff > > Chris > > [1] http://people.freebsd.org/~crees/patches/mailscanner-conf-files.diff > [2] http://people.freebsd.org/~crees/patches/portscout-conf-files.diff > > P.S. Before people complain about the pkgconf suffix, that is for > compatibility with pkgng, and no, .sample files are not going to be > supported -- they'll need to be installed as .pkgconf. Sorry. -- mezz.freebsd@gmail.com - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Thu Jun 30 02:50:09 2011 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 3717B106566C for ; Thu, 30 Jun 2011 02:50:09 +0000 (UTC) (envelope-from secn3t@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 902638FC0C for ; Thu, 30 Jun 2011 02:50:08 +0000 (UTC) Received: by wwe6 with SMTP id 6so1797771wwe.31 for ; Wed, 29 Jun 2011 19:50:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:content-type; bh=7Wpq+N90LdHLhdcwn/AHo4I8W6OEokxfbGRECdF8FQw=; b=Sd0ARcIAa87W9KCakXniaVfstFhalKYZOGdzANDYs7LaxhiA+RZUT9fQ6M24bnaCAz jS3gaBEjKmNdRIl9Q3tu33c50MSf7yYUiYsqK2hRo8REAAPZ0NIL4x7sgrhbiOyfsR4m AfAINzklTEdHWabAScQnzl3sRMKeLnKRNkOgk= MIME-Version: 1.0 Received: by 10.217.6.197 with SMTP id y47mr2143130wes.55.1309400639565; Wed, 29 Jun 2011 19:23:59 -0700 (PDT) Received: by 10.216.52.146 with HTTP; Wed, 29 Jun 2011 19:23:59 -0700 (PDT) Date: Thu, 30 Jun 2011 12:23:59 +1000 Message-ID: From: xD 0x41 To: ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: [Adopting a port..or contributing... and a patch included for java on most recent of all jdk/jre) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: secn3t@gmail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2011 02:50:09 -0000 Hello ports-maintainers, my name is dru, I have already been once a member of and, successfully have had a port that was now known as the 'no backporting' 'port' , wich stops bad ports from being allowed to install :) , this was me and someone else....Also, was responsible for finding and defeating 2 VERY nasty and very basic to use local exploits... but this is in the very much past tence. At the moment, i run a successful computer repairs company and even a shell-company, i dont wven know why i run it, it is just for friends really... Whilst playing with java,and needing some binaries (javacc,javac,java) , well, i setout to install from orts, on a FreeBSD8.2 stable-release box. Ok, now, bsd does NOT like tio touch suns apps, wich is a HUGE prblem, because sun updates theyre apps, and nothing is being done on the ports side, wich is why i have wrote a tiny patch but, ultimately, if you wish for use of timezone updater, you MUST fix this port, or apply a patch like mine, however, you need to really keep uptop date with binaries here... this should be maintained ALOT better,and im offering help if needed.. Anyhow, here is a small patch i hacked up for the timezone bug, wich sits in ports/java , but it is crappy really that i had to resrt to this even to install the data... this apps, should be mirrored as a package, or, disguised as a freebsd package, as it does only need the binaries, i was going to install the whole thing, until i found the diablo packages...saved me alotof time...but still this same bug exists on all jdk and jre. I checked distfiles for the recent tzupdaer it had and, fuinnily enough it had an updated copy of the file without me needing to d/l it,but again, the problem exists in the makefiles... so this needs a proper patching..here is my rough patch/exampkle: diff -ruNa java.orig/diablo-jdk15/Makefile java/diablo-jdk15/Makefile --- java.orig/diablo-jdk15/Makefile2010-12-13 07:27:52.000000000 +0300 +++ java/diablo-jdk15/Makefile2011-03-04 19:32:38.000000000 +0300 @@ -7,7 +7,7 @@ PORTNAME=jdk PORTVERSION=${JDK_VERSION}.${RELEASE_VERSION}.${BUILD_VERSION} -PORTREVISION=22 +PORTREVISION=25 CATEGORIES=java devel MASTER_SITES=# PKGNAMEPREFIX=diablo- @@ -53,8 +53,8 @@ .if !defined(WITHOUT_TZUPDATE) EXTRACT_DEPENDS+=unzip:${PORTSDIR}/archivers/unzip -TZUPDATE_VERSION=1_3_34 -TZUPDATE_TZVERSION=2010o +TZUPDATE_VERSION=1_3_39 +TZUPDATE_TZVERSION=2011g TZUPDATEFILE=tzupdater-${TZUPDATE_VERSION}-${TZUPDATE_TZVERSION}.zip DISTFILES=${DISTNAME}${EXTRACT_SUFX} ${TZUPDATEFILE} EXTRACT_ONLY=${DISTNAME}${EXTRACT_SUFX} diff -ruNa java.orig/diablo-jdk15/distinfo java/diablo-jdk15/distinfo --- java.orig/diablo-jdk15/distinfo2010-12-13 07:27:52.000000000 +0300 +++ java/diablo-jdk15/distinfo2011-03-04 19:32:46.000000000 +0300 @@ -2,5 +2,5 @@ SIZE (diablo-caffe-freebsd6-amd64-1.5.0_07-b01.tar.bz2) = 46868094 SHA256 (diablo-caffe-freebsd6-i386-1.5.0_07-b01.tar.bz2) = b7e010658271bebadaa9ea1f410d7af27fcbc0f864a69feea5cd60c6683aa4c9 SIZE (diablo-caffe-freebsd6-i386-1.5.0_07-b01.tar.bz2) = 54347274 -SHA256 (tzupdater-1_3_34-2010o.zip) = 59fc0fa38638efc956085850fb1b8cfdaa1d657019cb42be41779fbfdfb1188d -SIZE (tzupdater-1_3_34-2010o.zip) = 256057 +SHA256 (tzupdater-1.3.39-2011g.zip) = +SIZE (tzupdater-1.3.39-2011g.zip) = 261004 diff -ruNa java.orig/diablo-jdk16/Makefile java/diablo-jdk16/Makefile --- java.orig/diablo-jdk16/Makefile2010-12-13 07:23:01.000000000 +0300 +++ java/diablo-jdk16/Makefile2011-03-04 19:30:44.000000000 +0300 @@ -7,7 +7,7 @@ PORTNAME=jdk PORTVERSION=${JDK_VERSION}.${RELEASE_VERSION}.${BUILD_VERSION} -PORTREVISION=12 +PORTREVISION=14 CATEGORIES=java devel MASTER_SITES=# PKGNAMEPREFIX=diablo- @@ -77,8 +77,8 @@ DISTFILES+=${POLICYFILE} .endif -TZUPDATE_VERSION=1_3_34 -TZUPDATE_TZVERSION=2010o +TZUPDATE_VERSION=1_3_39 +TZUPDATE_TZVERSION=2011g TZUPDATEFILE=tzupdater-${TZUPDATE_VERSION}-${TZUPDATE_TZVERSION}.zip .if !defined(WITHOUT_TZUPDATE) DISTFILES+=${TZUPDATEFILE} diff -ruNa java.orig/diablo-jdk16/distinfo java/diablo-jdk16/distinfo --- java.orig/diablo-jdk16/distinfo2010-12-13 07:23:01.000000000 +0300 +++ java/diablo-jdk16/distinfo2011-03-04 19:29:37.000000000 +0300 @@ -8,5 +8,5 @@ SIZE (diablo-caffe-freebsd7-i386-1.6.0_07-b02.tar.bz2) = 64093245 SHA256 (jce_policy-6.zip) = d0c2258c3364120b4dbf7dd1655c967eee7057ac6ae6334b5ea8ceb8bafb9262 SIZE (jce_policy-6.zip) = 9101 -SHA256 (tzupdater-1_3_34-2010o.zip) = 59fc0fa38638efc956085850fb1b8cfdaa1d657019cb42be41779fbfdfb1188d -SIZE (tzupdater-1_3_34-2010o.zip) = 256057 +SHA256 (tzupdater-1.3.39-2011g.zip) = +SIZE (tzupdater-1.3.39-2011g.zip) = 261004 diff -ruNa java.orig/diablo-jre15/Makefile java/diablo-jre15/Makefile --- java.orig/diablo-jre15/Makefile2010-12-13 07:27:53.000000000 +0300 +++ java/diablo-jre15/Makefile2011-03-04 19:33:01.000000000 +0300 @@ -7,7 +7,7 @@ PORTNAME=jre PORTVERSION=${JRE_VERSION}.${RELEASE_VERSION}.${BUILD_VERSION} -PORTREVISION=22 +PORTREVISION=25 CATEGORIES=java devel MASTER_SITES=# PKGNAMEPREFIX=diablo- @@ -53,8 +53,8 @@ .if defined(WITH_TZUPDATE) EXTRACT_DEPENDS+=unzip:${PORTSDIR}/archivers/unzip -TZUPDATE_VERSION=1_3_34 -TZUPDATE_TZVERSION=2010o +TZUPDATE_VERSION=1_3_39 +TZUPDATE_TZVERSION=2011g TZUPDATEFILE=tzupdater-${TZUPDATE_VERSION}-${TZUPDATE_TZVERSION}.zip DISTFILES=${DISTNAME}${EXTRACT_SUFX} ${TZUPDATEFILE} EXTRACT_ONLY=${DISTNAME}${EXTRACT_SUFX} diff -ruNa java.orig/diablo-jre15/distinfo java/diablo-jre15/distinfo --- java.orig/diablo-jre15/distinfo2010-12-13 07:27:53.000000000 +0300 +++ java/diablo-jre15/distinfo2011-03-04 19:33:12.000000000 +0300 @@ -2,5 +2,5 @@ SIZE (diablo-latte-freebsd6-amd64-1.5.0_07-b01.tar.bz2) = 20580050 SHA256 (diablo-latte-freebsd6-i386-1.5.0_07-b01.tar.bz2) = 4585f35124416de052c8be10f0f48536053ab5c33dc3b7d728bf6e84d9b42c14 SIZE (diablo-latte-freebsd6-i386-1.5.0_07-b01.tar.bz2) = 23104037 -SHA256 (tzupdater-1_3_34-2010o.zip) = 59fc0fa38638efc956085850fb1b8cfdaa1d657019cb42be41779fbfdfb1188d -SIZE (tzupdater-1_3_34-2010o.zip) = 256057 +SHA256 (tzupdater-1.3.39-2011g.zip) = +SIZE (tzupdater-1.3.39-2011g.zip) = 261004 diff -ruNa java.orig/diablo-jre16/Makefile java/diablo-jre16/Makefile --- java.orig/diablo-jre16/Makefile2010-12-13 07:23:01.000000000 +0300 +++ java/diablo-jre16/Makefile2011-03-04 19:31:50.000000000 +0300 @@ -7,7 +7,7 @@ PORTNAME=jre PORTVERSION=${JRE_VERSION}.${RELEASE_VERSION}.${BUILD_VERSION} -PORTREVISION=11 +PORTREVISION=14 CATEGORIES=java devel MASTER_SITES=# PKGNAMEPREFIX=diablo- @@ -78,8 +78,8 @@ DISTFILES+=${POLICYFILE} .endif -TZUPDATE_VERSION=1_3_34 -TZUPDATE_TZVERSION=2010o +TZUPDATE_VERSION=1_3_39 +TZUPDATE_TZVERSION=2011g TZUPDATEFILE=tzupdater-${TZUPDATE_VERSION}-${TZUPDATE_TZVERSION}.zip .if !defined(WITHOUT_TZUPDATE) DISTFILES+=${TZUPDATEFILE} diff -ruNa java.orig/diablo-jre16/distinfo java/diablo-jre16/distinfo --- java.orig/diablo-jre16/distinfo2010-12-13 07:23:01.000000000 +0300 +++ java/diablo-jre16/distinfo2011-03-04 19:32:07.000000000 +0300 @@ -8,5 +8,5 @@ SIZE (diablo-latte-freebsd7-i386-1.6.0_07-b02.tar.bz2) = 28718252 SHA256 (jce_policy-6.zip) = d0c2258c3364120b4dbf7dd1655c967eee7057ac6ae6334b5ea8ceb8bafb9262 SIZE (jce_policy-6.zip) = 9101 -SHA256 (tzupdater-1_3_34-2010o.zip) = 59fc0fa38638efc956085850fb1b8cfdaa1d657019cb42be41779fbfdfb1188d -SIZE (tzupdater-1_3_34-2010o.zip) = 256057 +SHA256 (tzupdater-1.3.39-2011g.zip) = +SIZE (tzupdater-1.3.39-2011g.zip) = 261004 diff -ruNa java.orig/jdk15/Makefile java/jdk15/Makefile --- java.orig/jdk15/Makefile2011-02-14 09:40:26.000000000 +0300 +++ java/jdk15/Makefile2011-03-04 19:33:49.000000000 +0300 @@ -7,7 +7,7 @@ PORTNAME=jdk PORTVERSION=${JDK_VERSION}.${JDK_UPDATE_VERSION}p${JDK_PATCHSET_VERSION} -PORTREVISION=10 +PORTREVISION=12 PORTEPOCH=1 CATEGORIES=java devel MASTER_SITES=# http://download.java.net/tiger/ @@ -58,8 +58,8 @@ JDK_BUILD_DATE=28_may_2008 LATEST_LINK=jdk15 -TZUPDATE_VERSION=1_3_34 -TZUPDATE_TZVERSION=2010o +TZUPDATE_VERSION=1_3_39 +TZUPDATE_TZVERSION=2011g .include diff -ruNa java.orig/jdk15/distinfo java/jdk15/distinfo --- java.orig/jdk15/distinfo2010-12-13 10:39:57.000000000 +0300 +++ java/jdk15/distinfo2011-03-04 19:33:58.000000000 +0300 @@ -6,5 +6,5 @@ SIZE (bsd-jdk15-patches-9.tar.bz2) = 802562 SHA256 (jce_policy-1_5_0.zip) = 4de78da737c6d66b74eb6caebf6bdb0648825a95e2909e815678a0d306bf6d8b SIZE (jce_policy-1_5_0.zip) = 8826 -SHA256 (tzupdater-1_3_34-2010o.zip) = 59fc0fa38638efc956085850fb1b8cfdaa1d657019cb42be41779fbfdfb1188d -SIZE (tzupdater-1_3_34-2010o.zip) = 256057 +SHA256 (tzupdater-1.3.39-2011g.zip) = +SIZE (tzupdater-1.3.39-2011g.zip) = 261004 diff -ruNa java.orig/jdk16/Makefile java/jdk16/Makefile --- java.orig/jdk16/Makefile2011-02-14 09:40:26.000000000 +0300 +++ java/jdk16/Makefile2011-03-04 19:34:12.000000000 +0300 @@ -7,7 +7,7 @@ PORTNAME=jdk PORTVERSION=${JDK_VERSION}.${JDK_UPDATE_VERSION}p${JDK_PATCHSET_VERSION} -PORTREVISION=21 +PORTREVISION=23 CATEGORIES=java devel MASTER_SITES=# http://download.java.net/jdk6/ # http://www.eyesbeyond.com/freebsddom/java/jdk16.html @@ -60,8 +60,8 @@ JDK_BUILD_DATE=24_sep_2007 LATEST_LINK=jdk16 -TZUPDATE_VERSION=1_3_34 -TZUPDATE_TZVERSION=2010o +TZUPDATE_VERSION=1_3_39 +TZUPDATE_TZVERSION=2011g .include diff -ruNa java.orig/jdk16/distinfo java/jdk16/distinfo --- java.orig/jdk16/distinfo2010-12-13 09:26:42.000000000 +0300 +++ java/jdk16/distinfo2011-03-04 19:34:19.000000000 +0300 @@ -8,5 +8,5 @@ SIZE (bsd-jdk16-patches-4.tar.bz2) = 960930 SHA256 (jce_policy-6.zip) = d0c2258c3364120b4dbf7dd1655c967eee7057ac6ae6334b5ea8ceb8bafb9262 SIZE (jce_policy-6.zip) = 9101 -SHA256 (tzupdater-1_3_34-2010o.zip) = 59fc0fa38638efc956085850fb1b8cfdaa1d657019cb42be41779fbfdfb1188d -SIZE (tzupdater-1_3_34-2010o.zip) = 256057 +SHA256 (tzupdater-1.3.39-2011g.zip) = +SIZE (tzupdater-1.3.39-2011g.zip) = 261004 NOTE: i left OUT sha256 cksum,as i did not have a tool handy to get the current info from the zip file, i was only able o update size...i hope this can be fixed by the actual ports maintainers... it is not much, and i believe orks as it is (blank)... cheers. Regards, dru / xd @ #haxnet@EFnet & #ax-shells owner From owner-freebsd-ports@FreeBSD.ORG Thu Jun 30 07:19:46 2011 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 A4A871065675; Thu, 30 Jun 2011 07:19:46 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 63C448FC18; Thu, 30 Jun 2011 07:19:46 +0000 (UTC) Received: by iyb11 with SMTP id 11so2315624iyb.13 for ; Thu, 30 Jun 2011 00:19:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=qSnWAI7JZfZ6XDP2yI+QzbByjDQK7cpKT5MNnvvcIno=; b=fJFPI1ZAbx3ltqlq6H6PQ4RZZMHEuLJLQ+T5SE6MiaBEeQbAQS1xrZYOsbiSorOXep hPRxcmR3AQ9d1Pissluv5zKwTd8ItsbrftQisSrXQY5vVNhnJkA7aAREJzCfwoKKXsD/ dnHNFUo9N8j4hY1JTvUtFkNNA48DtGdjqjzSY= Received: by 10.231.44.65 with SMTP id z1mr1475136ibe.95.1309418385067; Thu, 30 Jun 2011 00:19:45 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.231.49.193 with HTTP; Thu, 30 Jun 2011 00:19:15 -0700 (PDT) In-Reply-To: References: From: Chris Rees Date: Thu, 30 Jun 2011 08:19:15 +0100 X-Google-Sender-Auth: CBmeNOyZnm_ntlzHx0Jm2uaAdBE Message-ID: To: Scot Hetzel Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: ports@freebsd.org, ohauer@freebsd.org Subject: Re: Call for testers -- CONF_FILES variable 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, 30 Jun 2011 07:19:46 -0000 On 30 June 2011 00:26, Scot Hetzel wrote: > On Wed, Jun 29, 2011 at 3:24 PM, Chris Rees wrote: >> Dear all, >> >> I've rewritten the CONF_FILES handling after talking to bapt@, and >> I've done away with the >> colon-separated tuples -- they're overcomplicated. >> >> The result is something like MAN and PORTDOCS (indeed most of the code >> is stolen from PORTDOCS). >> >> This means that shell globs, filenames and directories are specified >> in CONF_FILES, but the sample file is installed in the Makefile as >> .pkgconf. >> >> Examples for MailScanner [1] show how it can replace huge trees of >> config files, and for portscout [2] shows how it is used for just one >> file. >> >> Look at how much has been removed from the MailScanner plist and >> pkg-*install.in files -- there are three screens of unused functions >> that could also be chopped out now too! >> >> I'm asking people to (if they want) try out the new variable, and let >> me know what they like and don't like about it. >> >> Since bapt@ is sort of sponsoring this and isn't back for ~ two weeks >> it won't make it in before then at least, but some testing and >> feedback would be fantastic! >> >> http://people.freebsd.org/~crees/patches/bsd-port-mk-conf-files-plist-on= ly-pkgconf.diff >> > I like this change, as it standardizes the use of config files. > >> >> [1] http://people.freebsd.org/~crees/patches/mailscanner-conf-files.diff > > files/pkg-install.in > =A0- upgrade_lang_conf this should stay as it automates the upgrade from > a old lang conf file to the new version. > - change the .sample to .pkgconf in the upgrade_lang_conf and > upgrade_mailscanner_conf functions. > Thanks for the feedback. Please bear in mind that I spent ~2 minutes chopping parts out of pkg-install with little regard for other functionality; I just wanted an example. Rest assured I'll do it 'properly' when I apply the patch for real. Chris From owner-freebsd-ports@FreeBSD.ORG Thu Jun 30 07:22:44 2011 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 26CE8106566B; Thu, 30 Jun 2011 07:22:44 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id DADC98FC12; Thu, 30 Jun 2011 07:22:43 +0000 (UTC) Received: by iwr19 with SMTP id 19so2329847iwr.13 for ; Thu, 30 Jun 2011 00:22:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=WpIe1hvQe0hDCyra5aS0eWLGbXaA28OGVXqWDRkDtzE=; b=ucWkuBvN0mHUUB184A50aWONZiyjk0GoPqkynAiQTVwPRBngy90U0x2/cNiBihdcg1 XGNNufgn6ppCy7iGJ8Ber9x50BN5D0bkuDHb4wOsMopfY7869owJYWFpJTXyjUZJLB0J OYz5v0edBPx7hdScFucIKRx0wMGnpAC7nsRHQ= Received: by 10.231.15.195 with SMTP id l3mr58070iba.70.1309418563112; Thu, 30 Jun 2011 00:22:43 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.231.49.193 with HTTP; Thu, 30 Jun 2011 00:22:13 -0700 (PDT) In-Reply-To: References: From: Chris Rees Date: Thu, 30 Jun 2011 08:22:13 +0100 X-Google-Sender-Auth: 2HeS76LuGfkqFKTEv97nTYtyHUk Message-ID: To: Jeremy Messenger Content-Type: text/plain; charset=ISO-8859-1 Cc: ports@freebsd.org, ohauer@freebsd.org Subject: Re: Call for testers -- CONF_FILES variable 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, 30 Jun 2011 07:22:44 -0000 On 30 June 2011 01:35, Jeremy Messenger wrote: > On Wed, Jun 29, 2011 at 3:24 PM, Chris Rees wrote: >> Dear all, >> >> I've rewritten the CONF_FILES handling after talking to bapt@, and >> I've done away with the >> colon-separated tuples -- they're overcomplicated. >> >> The result is something like MAN and PORTDOCS (indeed most of the code >> is stolen from PORTDOCS). >> >> This means that shell globs, filenames and directories are specified >> in CONF_FILES, but the sample file is installed in the Makefile as >> .pkgconf. > > I like the rest, but I do not like the name of .pkgconf. I think, the > 'pkgconf' is best define for something related with FreeBSD rather > than third-party product. The .sample or .default is best name and > less confuse for the users, because the word said it all what it is. Thanks for the feedback. I'm afraid any problems with the .pkgconf sample will have to be discussed with the pkgng team and bapt@ -- wasn't my choice either. Chris From owner-freebsd-ports@FreeBSD.ORG Thu Jun 30 08:19:06 2011 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 190391065672 for ; Thu, 30 Jun 2011 08:19:06 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id ECC038FC16 for ; Thu, 30 Jun 2011 08:19:05 +0000 (UTC) Received: by pvg11 with SMTP id 11so2030288pvg.13 for ; Thu, 30 Jun 2011 01:19:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:content-type; bh=RGEihIH+74Yx+8spif+T81nI08ckLZa3KU2JKbCng5k=; b=TIyPP8BSXxqVurCPtpzdb3YTCJJfS3pgbXRdJPm3rXrfqhB5jYJWaQC1LtAl5Hz5F2 yy+ONIbdNNizSs0HffdNWK7VpN2/t3ob98HtFZ35pUhTXspjJR160wmEbZF+7lRUpaIW IRQ8QgUX0TkmQz6wKzPqMqmHZH6No9VpQjEhY= MIME-Version: 1.0 Received: by 10.68.40.161 with SMTP id y1mr2222740pbk.156.1309421945244; Thu, 30 Jun 2011 01:19:05 -0700 (PDT) Received: by 10.68.64.104 with HTTP; Thu, 30 Jun 2011 01:19:05 -0700 (PDT) Date: Thu, 30 Jun 2011 08:19:05 +0000 Message-ID: From: "b. f." To: linimon@lonesome.com, freebsd-ports@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Re: [ANNOUNCE]: clang compiling ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf1783@gmail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2011 08:19:06 -0000 Mark Linimon wrote: > On Mon, Jun 20, 2011 at 06:21:26PM -0500, Mark Linimon wrote: > > A permanent URL to this run is: > > > > http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.9-exp.20110616185105/ > > > > That will stick around even if we use amd64-9-exp for something else. > > I have updated the errorlog-classifier script and re-run the analysis. > Most of the false positives for "process failed" being actually "inability > to find C compiler" are now flagged as "assumes_gcc". The "linker_error" > case has been expanded (again, while these can happen in regular runs, > they are much more prevalent in the clang runs.) A few other cases have > been tightened up as well. Is there a new link for the new results? Or did you use the link above? b. From owner-freebsd-ports@FreeBSD.ORG Thu Jun 30 08:21:56 2011 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 2D767106566B for ; Thu, 30 Jun 2011 08:21:56 +0000 (UTC) (envelope-from florent.thoumie@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id E3D788FC08 for ; Thu, 30 Jun 2011 08:21:55 +0000 (UTC) Received: by ywf7 with SMTP id 7so1031840ywf.13 for ; Thu, 30 Jun 2011 01:21:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=6sHS+NG2z1CT/Q2+ifZMxB46y3i8uj8X9mYWKCcKh7I=; b=qBsCz9iwKJUqqmU6oMgOzPCoA8iOuF1BVqrm6toApMka+TOlbSZeUeAWDTsDhETJPQ BrwVcdU9Psw1E4z89PIxrxXScIqEdO/eS2fqUhth8rx87zMQAgCsaKe8dln3YMspxdz7 spn6HXi5q2kmNqlcP2wVQyIYYlhJie+njD/3w= Received: by 10.100.202.17 with SMTP id z17mr1492440anf.142.1309422115097; Thu, 30 Jun 2011 01:21:55 -0700 (PDT) MIME-Version: 1.0 Sender: florent.thoumie@gmail.com Received: by 10.100.171.9 with HTTP; Thu, 30 Jun 2011 01:21:35 -0700 (PDT) In-Reply-To: References: From: Florent Thoumie Date: Thu, 30 Jun 2011 09:21:35 +0100 X-Google-Sender-Auth: BHUivsOJfGuts-xHPqqp9zPqJ1k Message-ID: To: bf1783@gmail.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: linimon@lonesome.com, freebsd-ports@freebsd.org Subject: Re: [ANNOUNCE]: clang compiling ports 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, 30 Jun 2011 08:21:56 -0000 On Thu, Jun 30, 2011 at 9:19 AM, b. f. wrote: > Mark Linimon wrote: >> On Mon, Jun 20, 2011 at 06:21:26PM -0500, Mark Linimon wrote: >> > A permanent URL to this run is: >> > >> > =A0 =A0 http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.9-exp= .20110616185105/ >> > >> > That will stick around even if we use amd64-9-exp for something else. >> >> I have updated the errorlog-classifier script and re-run the analysis. >> Most of the false positives for "process failed" being actually "inabili= ty >> to find C compiler" are now flagged as "assumes_gcc". =A0The "linker_err= or" >> case has been expanded (again, while these can happen in regular runs, >> they are much more prevalent in the clang runs.) =A0A few other cases ha= ve >> been tightened up as well. > > Is there a new link for the new results? Or did you use the link above? I'll start a new run and will report the results in a day or two. --=20 Florent Thoumie flz@FreeBSD.org FreeBSD Committer From owner-freebsd-ports@FreeBSD.ORG Thu Jun 30 09:23:24 2011 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 1F3F31065674 for ; Thu, 30 Jun 2011 09:23:24 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-ww0-f42.google.com (mail-ww0-f42.google.com [74.125.82.42]) by mx1.freebsd.org (Postfix) with ESMTP id AC3288FC13 for ; Thu, 30 Jun 2011 09:23:23 +0000 (UTC) Received: by wwg11 with SMTP id 11so618481wwg.1 for ; Thu, 30 Jun 2011 02:23:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=pNW2E+i3mT6T/XqXq0mSdgc7Ax1dV8x2ZBveibGdntA=; b=ChcS/Kbho8NA1yO0p/5HV40+4DYxP8dPvl3vFIzXszvDaZYhB9aMOAbk/loouVaauh AS9XXI2SloES8woSeWCpdSXlp9dqOsoehaQpBdh9GOaLMwJ65rmH/qsc1B2MP71MFkRJ x4JTFzY3+vlKVZiswiQG/y7XJGgUswbV2fHZw= Received: by 10.216.235.22 with SMTP id t22mr2418331weq.89.1309425802511; Thu, 30 Jun 2011 02:23:22 -0700 (PDT) Received: from Melon.malikania.fr (65.21.102.84.rev.sfr.net [84.102.21.65]) by mx.google.com with ESMTPS id fi5sm1479879wbb.56.2011.06.30.02.23.20 (version=SSLv3 cipher=OTHER); Thu, 30 Jun 2011 02:23:21 -0700 (PDT) Message-ID: <4E0C406E.80500@gmail.com> Date: Thu, 30 Jun 2011 11:22:54 +0200 From: David Demelier User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.18) Gecko/20110627 Thunderbird/3.1.11 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Dealing with sourceforge master dir 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, 30 Jun 2011 09:23:24 -0000 Hello, I'm trying to write a new port for the tiled application. It is hosted by sourceforge as you can see here : http://sourceforge.net/projects/tiled/ But the download fails since the distfile is not in the usual directories : => Attempting to fetch http://kent.dl.sourceforge.net/project/tiled/tiled/0.6.2/tiled-qt-0.6.2.tar.gz ... PORTNAME= tiled PORTVERSION= 0.6.2 CATEGORIES= devel DISTFILES= ${PORTNAME}-qt-${PORTVERSION}.tar.gz MASTER_SITE= SF This is the correct download page : http://sourceforge.net/projects/tiled/files/tiled-qt/0.6.2/tiled-qt-0.6.2.tar.gz/download How can I correct it? Cheers, -- David Demelier From owner-freebsd-ports@FreeBSD.ORG Thu Jun 30 09:35:30 2011 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 172FC106566C for ; Thu, 30 Jun 2011 09:35:30 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id D6CFF8FC23 for ; Thu, 30 Jun 2011 09:35:29 +0000 (UTC) Received: by iyb11 with SMTP id 11so2421730iyb.13 for ; Thu, 30 Jun 2011 02:35:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=yn2tRMmirk4SkNajlV+btwjYDXPbJf4bRvgJ+yX+HjY=; b=Hi/JOpEEMKdChKTU6Ph3oRxmmYhTer1d+msNz6feHkW/5PCmbPYw0Ml9ey2aHXyEF+ Q8Njm2Kf6gUzR/mnvAUrNYQIBugRhQ8sHLfA+qOTLnIlnqp137ctDLJT5kz06INt8eSb LJnkYJoNb3/9DxPvuNhEDXZd8+51gmBm/hsz0= Received: by 10.231.114.86 with SMTP id d22mr1593159ibq.45.1309426529088; Thu, 30 Jun 2011 02:35:29 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.231.49.193 with HTTP; Thu, 30 Jun 2011 02:34:59 -0700 (PDT) In-Reply-To: References: From: Chris Rees Date: Thu, 30 Jun 2011 10:34:59 +0100 X-Google-Sender-Auth: TV9HG3knXXW1k-DkDC4EiP6dQ2Y Message-ID: To: secn3t@gmail.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: ports@freebsd.org Subject: Re: [Adopting a port..or contributing... and a patch included for java on most recent of all jdk/jre) 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, 30 Jun 2011 09:35:30 -0000 On 30 June 2011 03:23, xD 0x41 wrote: > Hello ports-maintainers, > =A0 =A0my name is dru, I have already been once a member of and, successf= ully > have had a port that was now known as the 'no backporting' 'port' , wich > stops bad ports from being allowed to install :) , this was me and someon= e > else....Also, was responsible for finding and defeating 2 VERY nasty and > very basic to use local exploits... but this is in the very much past ten= ce. > > At the moment, i run a successful computer repairs company and even a > shell-company, i dont wven know why i run it, it is just for friends > really... Whilst playing with java,and needing some binaries > (javacc,javac,java) , well, i setout to install from orts, on a FreeBSD8.= 2 > stable-release box. > Ok, now, bsd does NOT like tio touch suns apps, wich is a HUGE prblem, > because sun updates theyre apps, and nothing is being done on the ports > side, wich is why i have wrote a tiny patch but, ultimately, if you wish = for > use of timezone updater, you MUST fix this port, or apply a patch like mi= ne, > however, you need to really keep uptop date with binaries here... this > should be maintained ALOT better,and im offering help if needed.. > > Anyhow, here is a small patch i hacked up for the timezone bug, wich sits= in > ports/java , but it is crappy really that i had to resrt to this even to > install the data... this apps, should be mirrored as a package, or, > disguised as a freebsd package, as it does only need the binaries, i was > going to install the whole thing, until i found the diablo packages...sav= ed > me alotof time...but still this same bug exists on all jdk and jre. > I checked distfiles for the recent tzupdaer it had and, fuinnily enough i= t > had an updated copy of the file without me needing to d/l it,but again, t= he > problem exists in the makefiles... so this needs a proper patching..here = is > my rough patch/exampkle: > Have you updated your ports tree? These have already been applied: [crees@zeus]~/workspace/ports/jdk15$ cvs annotate Makefile |grep TZUPDATE Annotations for Makefile *************** 1.121 (glewis 26-Feb-07): TZUPDATE "Update the time zone data" = on \ 1.142 (glewis 12-Jan-08): TZUPDATEFILE=3D tzupdater-${TZUPDATE_VERSION}-${TZUPDATE_TZVERSION}.zip 1.174 (glewis 29-Jun-11): TZUPDATE_VERSION=3D 1_3_39 1.174 (glewis 29-Jun-11): TZUPDATE_TZVERSION=3D 2011g 1.120 (glewis 24-Feb-07): .if defined(WITH_TZUPDATE) 1.120 (glewis 24-Feb-07): DISTFILES+=3D ${TZUPDATEFILE} 1.120 (glewis 24-Feb-07): EXTRACT_ONLY+=3D ${TZUPDATEFILE} 1.127 (glewis 09-Jun-07): .if !defined(PACKAGE_BUILDING) && (!exists(${DISTDIR}/${JRL_SRCFILE}) || !exists(${DISTDIR}/${JRL_BINFILE}) || (defined(WITH_POLICY) && !exists(${DISTDIR}/${POLICYFILE})) || (defined(WITH_TZUPDATE) && !exists(${DISTDIR}/${TZUPDATEFILE})) || !exists(${DISTDIR}/${PATCHSETFILE}))#{ 1.120 (glewis 24-Feb-07): .if defined(WITH_TZUPDATE) && !exists(${DISTDIR}/${TZUPDATEFILE})#{ 1.171 (glewis 25-Apr-11): \"JDK DST Timezone Update Tool - ${TZUPDATE_VERSION}\" to obtain the\n\ 1.120 (glewis 24-Feb-07): time zone update file, ${TZUPDATEFILE}.\= n\n 1.120 (glewis 24-Feb-07): .if defined(WITH_TZUPDATE) 1.147 (glewis 03-May-08): ${WRKDIR}/tzupdater-${TZUPDATE_VERSION:S/_/./g}-${TZUPDATE_TZVERSION}/tzu= pdater.jar -u -bc [crees@zeus]~/workspace/ports/jdk15$ Granted it was only yesterday though... Thank you for your efforts, and I'm sorry they're duplicated... If you see something like that in future, mail `make maintainer` in the port's directory and ask if they have any plans to fix it -- often that can save you some time! Chris From owner-freebsd-ports@FreeBSD.ORG Thu Jun 30 09:37:06 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from apollo.emma.line.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id 53D78106566B; Thu, 30 Jun 2011 09:37:06 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by apollo.emma.line.org (Postfix) with ESMTP id 8F1B123D157; Thu, 30 Jun 2011 11:37:05 +0200 (CEST) Message-ID: <4E0C43C1.7040109@FreeBSD.org> Date: Thu, 30 Jun 2011 11:37:05 +0200 From: Matthias Andree User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110516 Mnenhy/0.8.3 Thunderbird/3.1.10 MIME-Version: 1.0 To: secn3t@gmail.com References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: [Adopting a port..or contributing... and a patch included for java on most recent of all jdk/jre) 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, 30 Jun 2011 09:37:06 -0000 Am 30.06.2011 04:23, schrieb xD 0x41: > Anyhow, here is a small patch i hacked up for the timezone bug, wich sits in > ports/java , but it is crappy really that i had to resrt to this even to > install the data... this apps, should be mirrored as a package, or, > disguised as a freebsd package, as it does only need the binaries, i was > going to install the whole thing, until i found the diablo packages...saved > me alotof time...but still this same bug exists on all jdk and jre. > I checked distfiles for the recent tzupdaer it had and, fuinnily enough it > had an updated copy of the file without me needing to d/l it,but again, the > problem exists in the makefiles... so this needs a proper patching..here is > my rough patch/exampkle: [patches omitted] > NOTE: i left OUT sha256 cksum,as i did not have a tool handy to get the > current info from the zip file, i was only able o update size...i hope this > can be fixed by the actual ports maintainers... it is not much, and i > believe orks as it is (blank)... Hi xD, thank you for your contribution. As to the check sums, an sha256 command is in the base system, so the tool is the easiest part. However, it looks like A. this got already submitted http://www.freebsd.org/cgi/query-pr.cgi?pr=158280 and patched in the ports tree B. the patches' header lines got corrupted (date and file names run together without separating TAB or blanks). Be sure to *not ever copy and paste patches* or diffs, but attach them, or possibly with decent editors for text-based mailers (such as mutt + vim) "read" or "include" them verbatim, making sure they don't get reformatted (like TAB expanded, line wrapped, or similar). So *no need for action on your part* now. *For your next submission*, please keep the information below in mind so we can actually use your contribution: In a common work flow, you'd usually first update the ports tree (for instance, running "portsnap fetch update", or for the first time, "portsnap fetch extract"), do "make checksums" on the old port before touching the Makefile so that the other and/or old files are there and properly downloaded (except if all distfiles change, even if "all" means just one) To generate the sha256 for the files, all it takes is to download the new files, verify it's properly downloaded and untampered (best with GnuPG signatures if available), put it in /usr/ports/distfiles (or a subdirectory, if specified in the Makefile), and then "make makesums" will do the job. That also works outside the ports directory tree, if you copy the original port and work on the copy. Finally, to ease tracking of your contribution, and make sure it isn't lost, it's useful if you A. either use the port-tools to submit the patches with the "port submit" command as a "PR", B. or else at least Cc: the maintainers of the respective ports you're touching - "make maintainer" will print them, as will manually reading the Makefiles (or else looking at http://freshports.org/DIRECTORY/PORT with the last two components replaced). Details in http://www.freebsd.org/doc/en/books/porters-handbook/ Thank you again for your assistance. Best regards, Matthias Andree (ports maintainer and committer) From owner-freebsd-ports@FreeBSD.ORG Thu Jun 30 09:42:01 2011 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 DC8F7106564A for ; Thu, 30 Jun 2011 09:42:01 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id AB11D8FC18 for ; Thu, 30 Jun 2011 09:42:01 +0000 (UTC) Received: by iyb11 with SMTP id 11so2426963iyb.13 for ; Thu, 30 Jun 2011 02:42:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=B98rY91rkgZ0/DpXo2faETDF3k1hMaIjWszZI7dDD5c=; b=i+gN0xZ41G99GFKmOUgNGrjSs8zSVgYWJME2esMTdvNur8CjBoXSzB4sQh0pENkxwB Rja9zUpXxH0pkgCsZ6eDkrdaiMysX3rgznyuXD9HXmRc6VQZy0tc1xZPT1iM9s//uPYO j5zAwS8Ke638Hv04eauhgtPLFgc1w0UBvMBrk= Received: by 10.231.15.195 with SMTP id l3mr157497iba.70.1309426921107; Thu, 30 Jun 2011 02:42:01 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.231.49.193 with HTTP; Thu, 30 Jun 2011 02:41:31 -0700 (PDT) In-Reply-To: <4E0C406E.80500@gmail.com> References: <4E0C406E.80500@gmail.com> From: Chris Rees Date: Thu, 30 Jun 2011 10:41:31 +0100 X-Google-Sender-Auth: yGYNh_5_1romPOVHDhXt_WemlBo Message-ID: To: David Demelier Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org Subject: Re: Dealing with sourceforge master dir 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, 30 Jun 2011 09:42:01 -0000 On 30 June 2011 10:22, David Demelier wrote: > Hello, > > I'm trying to write a new port for the tiled application. It is hosted by > sourceforge as you can see here : > > http://sourceforge.net/projects/tiled/ > > But the download fails since the distfile is not in the usual directories= : > > =3D> Attempting to fetch > http://kent.dl.sourceforge.net/project/tiled/tiled/0.6.2/tiled-qt-0.6.2.t= ar.gz > ... > > PORTNAME=3D =A0 =A0 =A0 tiled > PORTVERSION=3D =A0 =A00.6.2 > CATEGORIES=3D =A0 =A0 devel > DISTFILES=3D =A0 =A0 =A0${PORTNAME}-qt-${PORTVERSION}.tar.gz > MASTER_SITE=3D =A0 =A0SF > > This is the correct download page : > > http://sourceforge.net/projects/tiled/files/tiled-qt/0.6.2/tiled-qt-0.6.2= .tar.gz/download > > How can I correct it? Try MASTER_SITES=3D SF/tiled/files/tiled-qt/0.6.2/ By the way, did you copy/paste this out of your Makefile? It should be MASTER_SITES plural. Chris From owner-freebsd-ports@FreeBSD.ORG Thu Jun 30 09:50:33 2011 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 90095106564A; Thu, 30 Jun 2011 09:50:33 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id B49C18FC23; Thu, 30 Jun 2011 09:50:32 +0000 (UTC) Received: by wyg24 with SMTP id 24so1945576wyg.13 for ; Thu, 30 Jun 2011 02:50:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=X3ad98QrXFTMbm0RsZqUi3ZotwpRaWjEZ3tDLSpqYeE=; b=JuSF6PYohoFnYLznjdrh2EcS4GSrkbDbB1uDyLRw5Pog1JHXKvkCIo4vxyTYKLyGuF xBt/2hv1PrLtHEc133Pqb1sWw7+IiLn8oLun6pOKN8ip0TPPyFBmiNG2jsvWSg366cN4 yWFSzqgGuT/kDyR+3WgcX/RVwaFqc/OXOF58E= Received: by 10.227.201.144 with SMTP id fa16mr1636264wbb.19.1309427431620; Thu, 30 Jun 2011 02:50:31 -0700 (PDT) Received: from Melon.malikania.fr (65.21.102.84.rev.sfr.net [84.102.21.65]) by mx.google.com with ESMTPS id fp5sm274886wbb.49.2011.06.30.02.50.30 (version=SSLv3 cipher=OTHER); Thu, 30 Jun 2011 02:50:30 -0700 (PDT) Message-ID: <4E0C46CB.10801@gmail.com> Date: Thu, 30 Jun 2011 11:50:03 +0200 From: David Demelier User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.18) Gecko/20110627 Thunderbird/3.1.11 MIME-Version: 1.0 To: Chris Rees References: <4E0C406E.80500@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: Dealing with sourceforge master dir 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, 30 Jun 2011 09:50:33 -0000 On 30/06/2011 11:41, Chris Rees wrote: > On 30 June 2011 10:22, David Demelier wrote: >> Hello, >> >> I'm trying to write a new port for the tiled application. It is hosted by >> sourceforge as you can see here : >> >> http://sourceforge.net/projects/tiled/ >> >> But the download fails since the distfile is not in the usual directories : >> >> => Attempting to fetch >> http://kent.dl.sourceforge.net/project/tiled/tiled/0.6.2/tiled-qt-0.6.2.tar.gz >> ... >> >> PORTNAME= tiled >> PORTVERSION= 0.6.2 >> CATEGORIES= devel >> DISTFILES= ${PORTNAME}-qt-${PORTVERSION}.tar.gz >> MASTER_SITE= SF >> >> This is the correct download page : >> >> http://sourceforge.net/projects/tiled/files/tiled-qt/0.6.2/tiled-qt-0.6.2.tar.gz/download >> >> How can I correct it? > > Try MASTER_SITES= SF/tiled/files/tiled-qt/0.6.2/ > > By the way, did you copy/paste this out of your Makefile? It should be > MASTER_SITES plural. > > Chris It was my fault when I recopied the content of Makefile but it was in plural. Your MASTER_SITES variable seems to locate correctly the file => Attempting to fetch http://waix.dl.sourceforge.net/project/tiled/files/tiled-qt/0.6.2/tiled-qt-0.6.2.tar.gz But it ends on Moved temporarly... => Attempting to fetch http://ufpr.dl.sourceforge.net/project/tiled/files/tiled-qt/0.6.2/tiled-qt-0.6.2.tar.gz fetch: http://ufpr.dl.sourceforge.net/project/tiled/files/tiled-qt/0.6.2/tiled-qt-0.6.2.tar.gz: Moved Temporarily => Attempting to fetch http://waix.dl.sourceforge.net/project/tiled/files/tiled-qt/0.6.2/tiled-qt-0.6.2.tar.gz fetch: http://waix.dl.sourceforge.net/project/tiled/files/tiled-qt/0.6.2/tiled-qt-0.6.2.tar.gz: Moved Temporarily Sourceforge downloads are very annoying. -- David Demelier From owner-freebsd-ports@FreeBSD.ORG Thu Jun 30 10:03:53 2011 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 DF3F1106564A; Thu, 30 Jun 2011 10:03:53 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep12.mx.upcmail.net (fep12.mx.upcmail.net [62.179.121.32]) by mx1.freebsd.org (Postfix) with ESMTP id BEA178FC08; Thu, 30 Jun 2011 10:03:52 +0000 (UTC) Received: from edge04.upcmail.net ([192.168.13.239]) by viefep12-int.chello.at (InterMail vM.8.01.02.02 201-2260-120-106-20100312) with ESMTP id <20110630100351.EJVL13854.viefep12-int.chello.at@edge04.upcmail.net>; Thu, 30 Jun 2011 12:03:51 +0200 Received: from [127.0.0.1] ([178.84.137.57]) by edge04.upcmail.net with edge id 2A3p1h02D1EUzH604A3qRR; Thu, 30 Jun 2011 12:03:51 +0200 X-SourceIP: 178.84.137.57 Message-ID: <4E0C4A00.6090401@rainbow-runner.nl> Date: Thu, 30 Jun 2011 12:03:44 +0200 From: Koop Mast User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: David Demelier References: <4E0C406E.80500@gmail.com> <4E0C46CB.10801@gmail.com> In-Reply-To: <4E0C46CB.10801@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 110629-0, 29-06-2011), Outbound message X-Antivirus-Status: Clean X-Cloudmark-Analysis: v=1.1 cv=tMVj8KYobzzX0EiRnC7vY2isLrCxFvdg4RrHWPZXwJ0= c=1 sm=0 a=vMBfdYSKmKkA:10 a=jwm4z0R_K8UA:10 a=8nJEP1OIZ-IA:10 a=pGLkceISAAAA:8 a=FP58Ms26AAAA:8 a=_5eF9AsT5oCzAtFvZpsA:9 a=wPNLvfGTeEIA:10 a=MSl-tDqOz04A:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Cc: Chris Rees , freebsd-ports@freebsd.org Subject: Re: Dealing with sourceforge master dir 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, 30 Jun 2011 10:03:54 -0000 On 30-6-2011 11:50, David Demelier wrote: > On 30/06/2011 11:41, Chris Rees wrote: >> On 30 June 2011 10:22, David Demelier wrote: >>> Hello, >>> >>> I'm trying to write a new port for the tiled application. It is >>> hosted by >>> sourceforge as you can see here : >>> >>> http://sourceforge.net/projects/tiled/ >>> >>> But the download fails since the distfile is not in the usual >>> directories : >>> >>> => Attempting to fetch >>> http://kent.dl.sourceforge.net/project/tiled/tiled/0.6.2/tiled-qt-0.6.2.tar.gz >>> >>> ... >>> >>> PORTNAME= tiled >>> PORTVERSION= 0.6.2 >>> CATEGORIES= devel >>> DISTFILES= ${PORTNAME}-qt-${PORTVERSION}.tar.gz >>> MASTER_SITE= SF >>> >>> This is the correct download page : >>> >>> http://sourceforge.net/projects/tiled/files/tiled-qt/0.6.2/tiled-qt-0.6.2.tar.gz/download >>> >>> >>> How can I correct it? >> >> Try MASTER_SITES= SF/tiled/files/tiled-qt/0.6.2/ >> >> By the way, did you copy/paste this out of your Makefile? It should be >> MASTER_SITES plural. >> >> Chris > > It was my fault when I recopied the content of Makefile but it was in > plural. Your MASTER_SITES variable seems to locate correctly the file > > => Attempting to fetch > http://waix.dl.sourceforge.net/project/tiled/files/tiled-qt/0.6.2/tiled-qt-0.6.2.tar.gz > > But it ends on Moved temporarly... > > => Attempting to fetch > http://ufpr.dl.sourceforge.net/project/tiled/files/tiled-qt/0.6.2/tiled-qt-0.6.2.tar.gz > fetch: > http://ufpr.dl.sourceforge.net/project/tiled/files/tiled-qt/0.6.2/tiled-qt-0.6.2.tar.gz: > Moved Temporarily > => Attempting to fetch > http://waix.dl.sourceforge.net/project/tiled/files/tiled-qt/0.6.2/tiled-qt-0.6.2.tar.gz > fetch: > http://waix.dl.sourceforge.net/project/tiled/files/tiled-qt/0.6.2/tiled-qt-0.6.2.tar.gz: > Moved Temporarily > > Sourceforge downloads are very annoying. > You should do "fetch -v sf-download-url-from-website" in a console and put the url it found the distfile on in your make file in the maner chris mentioned. It is a little bit more work but it works. -Koop From owner-freebsd-ports@FreeBSD.ORG Thu Jun 30 10:06:52 2011 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 6AA241065670; Thu, 30 Jun 2011 10:06:52 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from amailer.gwdg.de (amailer.gwdg.de [134.76.10.18]) by mx1.freebsd.org (Postfix) with ESMTP id A62C78FC08; Thu, 30 Jun 2011 10:06:51 +0000 (UTC) Received: from wald.nfv.gwdg.de ([134.76.242.31] helo=pc028.nfv) by mailer.gwdg.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1QcE93-0004zp-Q3; Thu, 30 Jun 2011 12:06:49 +0200 Message-ID: <4E0C4AB9.8070507@gwdg.de> Date: Thu, 30 Jun 2011 12:06:49 +0200 From: Rainer Hurling User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; de-DE; rv:1.9.2.18) Gecko/20110622 Thunderbird/3.1.11 MIME-Version: 1.0 To: David Demelier References: <4E0C406E.80500@gmail.com> <4E0C46CB.10801@gmail.com> In-Reply-To: <4E0C46CB.10801@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated: Id:rhurlin X-Spam-Level: - X-Virus-Scanned: (clean) by exiscan+sophie Cc: Chris Rees , freebsd-ports@freebsd.org Subject: Re: Dealing with sourceforge master dir 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, 30 Jun 2011 10:06:52 -0000 Am 30.06.2011 11:50 (UTC+1) schrieb David Demelier: > On 30/06/2011 11:41, Chris Rees wrote: >> On 30 June 2011 10:22, David Demelier wrote: >>> Hello, >>> >>> I'm trying to write a new port for the tiled application. It is >>> hosted by >>> sourceforge as you can see here : >>> >>> http://sourceforge.net/projects/tiled/ >>> >>> But the download fails since the distfile is not in the usual >>> directories : >>> >>> => Attempting to fetch >>> http://kent.dl.sourceforge.net/project/tiled/tiled/0.6.2/tiled-qt-0.6.2.tar.gz >>> >>> ... >>> >>> PORTNAME= tiled >>> PORTVERSION= 0.6.2 >>> CATEGORIES= devel >>> DISTFILES= ${PORTNAME}-qt-${PORTVERSION}.tar.gz >>> MASTER_SITE= SF >>> >>> This is the correct download page : >>> >>> http://sourceforge.net/projects/tiled/files/tiled-qt/0.6.2/tiled-qt-0.6.2.tar.gz/download >>> >>> >>> How can I correct it? >> >> Try MASTER_SITES= SF/tiled/files/tiled-qt/0.6.2/ MASTER_SITES= SF/tiled/tiled-qt/${PORTVERSION}/ should do it. Regards, Rainer Hurling >> By the way, did you copy/paste this out of your Makefile? It should be >> MASTER_SITES plural. >> >> Chris > > It was my fault when I recopied the content of Makefile but it was in > plural. Your MASTER_SITES variable seems to locate correctly the file > > => Attempting to fetch > http://waix.dl.sourceforge.net/project/tiled/files/tiled-qt/0.6.2/tiled-qt-0.6.2.tar.gz > > > But it ends on Moved temporarly... > > => Attempting to fetch > http://ufpr.dl.sourceforge.net/project/tiled/files/tiled-qt/0.6.2/tiled-qt-0.6.2.tar.gz > > fetch: > http://ufpr.dl.sourceforge.net/project/tiled/files/tiled-qt/0.6.2/tiled-qt-0.6.2.tar.gz: > Moved Temporarily > => Attempting to fetch > http://waix.dl.sourceforge.net/project/tiled/files/tiled-qt/0.6.2/tiled-qt-0.6.2.tar.gz > > fetch: > http://waix.dl.sourceforge.net/project/tiled/files/tiled-qt/0.6.2/tiled-qt-0.6.2.tar.gz: > Moved Temporarily > > Sourceforge downloads are very annoying. > From owner-freebsd-ports@FreeBSD.ORG Thu Jun 30 10:10:23 2011 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 0071B106566B; Thu, 30 Jun 2011 10:10:23 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 2D8258FC08; Thu, 30 Jun 2011 10:10:22 +0000 (UTC) Received: by wwe6 with SMTP id 6so2045638wwe.31 for ; Thu, 30 Jun 2011 03:10:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=jtziFddlhiZlYPC3ZiVUVMtujCk2IzhLyztJCl0jXoc=; b=QaEFw0VL8kBy1CBxZSnk8cbDGtCwvNjh02RI5yDG54L9MgRXGsu9G1l1R2AQwEwGwz 3jtOKCONNjhx+5oR6ofOK93QiqIOI/t2MXVa/UWbcsZdyPUL72QmfcyVnL5uT7sJWX9R /rIfCV/Ajr1NNX5Rgcmy45llUlzUMAsPD81uM= Received: by 10.227.207.15 with SMTP id fw15mr1685400wbb.66.1309428621250; Thu, 30 Jun 2011 03:10:21 -0700 (PDT) Received: from Melon.malikania.fr (65.21.102.84.rev.sfr.net [84.102.21.65]) by mx.google.com with ESMTPS id fe4sm1508342wbb.62.2011.06.30.03.10.19 (version=SSLv3 cipher=OTHER); Thu, 30 Jun 2011 03:10:19 -0700 (PDT) Message-ID: <4E0C4B70.8070902@gmail.com> Date: Thu, 30 Jun 2011 12:09:52 +0200 From: David Demelier User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.18) Gecko/20110627 Thunderbird/3.1.11 MIME-Version: 1.0 To: Rainer Hurling References: <4E0C406E.80500@gmail.com> <4E0C46CB.10801@gmail.com> <4E0C4AB9.8070507@gwdg.de> In-Reply-To: <4E0C4AB9.8070507@gwdg.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Chris Rees , freebsd-ports@freebsd.org Subject: Re: Dealing with sourceforge master dir 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, 30 Jun 2011 10:10:23 -0000 On 30/06/2011 12:06, Rainer Hurling wrote: > MASTER_SITES= SF/tiled/tiled-qt/${PORTVERSION}/ It works, Thanks! -- David Demelier From owner-freebsd-ports@FreeBSD.ORG Thu Jun 30 10:15:21 2011 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 EA7701065672 for ; Thu, 30 Jun 2011 10:15:21 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id B70FF8FC14 for ; Thu, 30 Jun 2011 10:15:21 +0000 (UTC) Received: by iwr19 with SMTP id 19so2466559iwr.13 for ; Thu, 30 Jun 2011 03:15:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=RPd/Ooce8tCf0YkvVgzL8GtB/eFPvVDhiX2a9C9/kuI=; b=LZ916pH/ABQx/T0Bo/7UmpZOV1uQSJ3DyWS6wrzrVEciVReUhsI3ptaYA9cnr6t+yU zwCDI9k1WuvrBSN/GiWzLg1R1eemIPUkyDoiU6uSMkoOsiP74ps7dh9/JiD/x+rOnP7a ivtIGDdwTVddgtSs8KApoEKgM8BMNv15EmhjQ= Received: by 10.231.44.65 with SMTP id z1mr1607805ibe.95.1309428921072; Thu, 30 Jun 2011 03:15:21 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.231.49.193 with HTTP; Thu, 30 Jun 2011 03:14:51 -0700 (PDT) In-Reply-To: <4E0C4B70.8070902@gmail.com> References: <4E0C406E.80500@gmail.com> <4E0C46CB.10801@gmail.com> <4E0C4AB9.8070507@gwdg.de> <4E0C4B70.8070902@gmail.com> From: Chris Rees Date: Thu, 30 Jun 2011 11:14:51 +0100 X-Google-Sender-Auth: hmDmnzRT7NAvu3V1662fMWuBr7o Message-ID: To: David Demelier Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Rainer Hurling , freebsd-ports@freebsd.org Subject: Re: Dealing with sourceforge master dir 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, 30 Jun 2011 10:15:22 -0000 On 30 June 2011 11:09, David Demelier wrote: > On 30/06/2011 12:06, Rainer Hurling wrote: >> >> MASTER_SITES=3D =A0 SF/tiled/tiled-qt/${PORTVERSION}/ > > It works, Thanks! > Er, yes, sorry. Never hardcode things into Makefiles where variables could = go! Also, see what kwm@ wrote above about following the redirects. Chris From owner-freebsd-ports@FreeBSD.ORG Thu Jun 30 10:45:08 2011 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 65DB01065756 for ; Thu, 30 Jun 2011 10:45:08 +0000 (UTC) (envelope-from lumiwa@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 1B9568FC08 for ; Thu, 30 Jun 2011 10:45:07 +0000 (UTC) Received: by iyb11 with SMTP id 11so2476999iyb.13 for ; Thu, 30 Jun 2011 03:45:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:cc:mime-version:content-type :content-transfer-encoding:message-id; bh=JxvBmEG7185z+uOj9GyaK2rQRKIpVpLdw+YIfxbeV9s=; b=DxSRKoPqOtLdK9/r5BRdAGNObNu8VXrVQ4Xc+RAqfZFHHHjWoOXIZ2nnWlYnQJk3X2 x4oU19Frc7nBxnXOycqnBYZQ8vy4lcEOtoiZVnom8uKCPrx5F5EdyktCMgSN6DntB6of 7biNwOp8pUhrRLs3wXrAuHvDx8AsXDmPB6gEk= Received: by 10.42.164.71 with SMTP id f7mr1978346icy.181.1309430707342; Thu, 30 Jun 2011 03:45:07 -0700 (PDT) Received: from athena.wi.rr.com (cpe-184-58-138-79.wi.res.rr.com [184.58.138.79]) by mx.google.com with ESMTPS id ly7sm2061549icb.12.2011.06.30.03.45.06 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 30 Jun 2011 03:45:06 -0700 (PDT) From: ajtiM To: freebsd-ports@freebsd.org Date: Thu, 30 Jun 2011 05:44:56 -0500 User-Agent: KMail/1.13.7 (FreeBSD/8.2-RELEASE-p1; KDE/4.6.4; i386; ; ) MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201106300544.56629.lumiwa@gmail.com> Cc: vd@freebsd.org Subject: vigra 1.7.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2011 10:45:08 -0000 Update to vigra 1.7.1 on FreeBSD 8.2-RELEASE-p1 #0: doesn't work on my computer: Configuring done -- Generating done CMake Warning: The variable, 'THREADS_HAVE_PTHREAD_ARG', specified manually, was not used during the generation. -- Build files have been written to: /usr/ports/graphics/vigra/work/vigra-1.7.1 ===> Building for vigra-1.7.1 Scanning dependencies of target vigraimpex [ 3%] Building CXX object src/impex/CMakeFiles/vigraimpex.dir/bmp.cxx.o [ 6%] Building CXX object src/impex/CMakeFiles/vigraimpex.dir/byteorder.cxx.o [ 9%] Building CXX object src/impex/CMakeFiles/vigraimpex.dir/codecmanager.cxx.o [ 12%] Building CXX object src/impex/CMakeFiles/vigraimpex.dir/gif.cxx.o [ 15%] Building CXX object src/impex/CMakeFiles/vigraimpex.dir/hdr.cxx.o [ 18%] Building CXX object src/impex/CMakeFiles/vigraimpex.dir/hdf5impex.cxx.o In file included from /usr/ports/graphics/vigra/work/vigra-1.7.1/src/impex/hdf5impex.cxx:38: /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/hdf5impex.hxx:442: error: expected ',' or '...' before '*' token /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/hdf5impex.hxx:442: error: ISO C++ forbids declaration of 'H5L_info_t' with no type /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/hdf5impex.hxx: In static member function 'static herr_t vigra::HDF5File::opFunc(hid_t, const char*, int)': /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/hdf5impex.hxx:445: error: 'H5O_info_t' was not declared in this scope /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/hdf5impex.hxx:445: error: expected `;' before 'infobuf' /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/hdf5impex.hxx:446: error: 'infobuf' was not declared in this scope /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/hdf5impex.hxx:446: error: 'H5Oget_info_by_name' was not declared in this scope /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/hdf5impex.hxx:449: error: 'H5O_TYPE_GROUP' was not declared in this scope /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/hdf5impex.hxx:451: error: 'operator_data' was not declared in this scope /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/hdf5impex.hxx:453: error: 'H5O_TYPE_DATASET' was not declared in this scope /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/hdf5impex.hxx:455: error: 'operator_data' was not declared in this scope /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/hdf5impex.hxx: In member function 'void vigra::HDF5File::cd(std::string)': /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/hdf5impex.hxx:524: error: 'H5Lexists' was not declared in this scope /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/hdf5impex.hxx:533: error: 'H5Lexists' was not declared in this scope /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/hdf5impex.hxx: In member function 'std::vector, std::allocator >, std::allocator, std::allocator > > > vigra::HDF5File::ls()': /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/hdf5impex.hxx:602: error: 'H5_INDEX_NAME' was not declared in this scope /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/hdf5impex.hxx:602: error: 'H5_ITER_NATIVE' was not declared in this scope /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/hdf5impex.hxx:602: error: 'H5Literate' was not declared in this scope /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/hdf5impex.hxx: In member function 'std::string vigra::HDF5File::getAttribute(std::string, std::string)': /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/hdf5impex.hxx:691: error: 'H5Lexists' was not declared in this scope /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/hdf5impex.hxx:704: error: 'H5Aopen_by_name' was not declared in this scope /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/hdf5impex.hxx: In member function 'hid_t vigra::HDF5File::getDatasetHandle_(std::string)': /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/hdf5impex.hxx:1174: error: 'H5Lexists' was not declared in this scope /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/hdf5impex.hxx:1193: error: 'H5Lexists' was not declared in this scope *** Error code 1 Stop in /usr/ports/graphics/vigra/work/vigra-1.7.1. *** Error code 1 Stop in /usr/ports/graphics/vigra/work/vigra-1.7.1. *** Error code 1 Stop in /usr/ports/graphics/vigra/work/vigra-1.7.1. *** Error code 1 Stop in /usr/ports/graphics/vigra. ===>>> make failed for graphics/vigra ===>>> Aborting update Terminated Terminated ===>>> You can restart from the point of failure with this command line: portmaster graphics/vigra Thanks in advance. Mitja -------- http://jpgmag.com/people/lumiwa From owner-freebsd-ports@FreeBSD.ORG Thu Jun 30 11:33:20 2011 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 7E3F5106564A; Thu, 30 Jun 2011 11:33:20 +0000 (UTC) (envelope-from gnixua@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id CB5998FC0C; Thu, 30 Jun 2011 11:33:19 +0000 (UTC) Received: by bwa20 with SMTP id 20so2546386bwa.13 for ; Thu, 30 Jun 2011 04:33:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=ChUxbj+RikxV2h6btlQG4rafPMh7Qv1RbiPsHnXuQC0=; b=f4bHpLquPIneJ9vWAOlCYmY5q4yXktAJoj3Ac7+/wi7If4pD8nfEwaNDvdjAbKCJ3G +4qaalsWVO8ecAtasuMjxjqzK6gxNsdN7wOv2K9XZVK3PEC1Fui6LD65h/j5Z4HR2F4v leweRN2l6mR9e/863bIIZSbm6vcuOxkAs0OTw= Received: by 10.204.17.17 with SMTP id q17mr1792841bka.94.1309431708057; Thu, 30 Jun 2011 04:01:48 -0700 (PDT) Received: from gx.laptop.net (pptp-dm2010060102.domashka.kiev.ua [94.45.36.125]) by mx.google.com with ESMTPS id k5sm1982554bka.17.2011.06.30.04.01.46 (version=SSLv3 cipher=OTHER); Thu, 30 Jun 2011 04:01:47 -0700 (PDT) Message-ID: <4E0C578C.2000808@gmail.com> Date: Thu, 30 Jun 2011 14:01:32 +0300 From: Gritsuk Anton User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.18) Gecko/20110622 Lightning/1.0b2 Thunderbird/3.1.11 MIME-Version: 1.0 To: ajtiM References: <201106300544.56629.lumiwa@gmail.com> In-Reply-To: <201106300544.56629.lumiwa@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: vd@freebsd.org, freebsd-ports@freebsd.org Subject: Re: vigra 1.7.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gnixua@gmail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2011 11:33:20 -0000 i have the same problem. On 30.06.2011 13:44, ajtiM wrote: > Update to vigra 1.7.1 on FreeBSD 8.2-RELEASE-p1 #0: doesn't work on my > computer: > > Configuring done > -- Generating done > CMake Warning: The variable, 'THREADS_HAVE_PTHREAD_ARG', specified manually, > was not used during the generation. > -- Build files have been written to: > /usr/ports/graphics/vigra/work/vigra-1.7.1 > ===> Building for vigra-1.7.1 > Scanning dependencies of target vigraimpex > [ 3%] Building CXX object src/impex/CMakeFiles/vigraimpex.dir/bmp.cxx.o > [ 6%] Building CXX object src/impex/CMakeFiles/vigraimpex.dir/byteorder.cxx.o > [ 9%] Building CXX object > src/impex/CMakeFiles/vigraimpex.dir/codecmanager.cxx.o > [ 12%] Building CXX object src/impex/CMakeFiles/vigraimpex.dir/gif.cxx.o > [ 15%] Building CXX object src/impex/CMakeFiles/vigraimpex.dir/hdr.cxx.o > [ 18%] Building CXX object src/impex/CMakeFiles/vigraimpex.dir/hdf5impex.cxx.o > In file included from > /usr/ports/graphics/vigra/work/vigra-1.7.1/src/impex/hdf5impex.cxx:38: > /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/hdf5impex.hxx:442: > error: expected ',' or '...' before '*' token > /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/hdf5impex.hxx:442: > error: ISO C++ forbids declaration of 'H5L_info_t' with no type > /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/hdf5impex.hxx: In > static member function 'static herr_t vigra::HDF5File::opFunc(hid_t, const > char*, int)': > /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/hdf5impex.hxx:445: > error: 'H5O_info_t' was not declared in this scope > /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/hdf5impex.hxx:445: > error: expected `;' before 'infobuf' > /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/hdf5impex.hxx:446: > error: 'infobuf' was not declared in this scope > /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/hdf5impex.hxx:446: > error: 'H5Oget_info_by_name' was not declared in this scope > /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/hdf5impex.hxx:449: > error: 'H5O_TYPE_GROUP' was not declared in this scope > /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/hdf5impex.hxx:451: > error: 'operator_data' was not declared in this scope > /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/hdf5impex.hxx:453: > error: 'H5O_TYPE_DATASET' was not declared in this scope > /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/hdf5impex.hxx:455: > error: 'operator_data' was not declared in this scope > /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/hdf5impex.hxx: In > member function 'void vigra::HDF5File::cd(std::string)': > /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/hdf5impex.hxx:524: > error: 'H5Lexists' was not declared in this scope > /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/hdf5impex.hxx:533: > error: 'H5Lexists' was not declared in this scope > /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/hdf5impex.hxx: In > member function 'std::vector, > std::allocator >, std::allocator std::char_traits, std::allocator > > > vigra::HDF5File::ls()': > /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/hdf5impex.hxx:602: > error: 'H5_INDEX_NAME' was not declared in this scope > /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/hdf5impex.hxx:602: > error: 'H5_ITER_NATIVE' was not declared in this scope > /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/hdf5impex.hxx:602: > error: 'H5Literate' was not declared in this scope > /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/hdf5impex.hxx: In > member function 'std::string vigra::HDF5File::getAttribute(std::string, > std::string)': > /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/hdf5impex.hxx:691: > error: 'H5Lexists' was not declared in this scope > /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/hdf5impex.hxx:704: > error: 'H5Aopen_by_name' was not declared in this scope > /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/hdf5impex.hxx: In > member function 'hid_t vigra::HDF5File::getDatasetHandle_(std::string)': > /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/hdf5impex.hxx:1174: > error: 'H5Lexists' was not declared in this scope > /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/hdf5impex.hxx:1193: > error: 'H5Lexists' was not declared in this scope > *** Error code 1 > > Stop in /usr/ports/graphics/vigra/work/vigra-1.7.1. > *** Error code 1 > > Stop in /usr/ports/graphics/vigra/work/vigra-1.7.1. > *** Error code 1 > > Stop in /usr/ports/graphics/vigra/work/vigra-1.7.1. > *** Error code 1 > > Stop in /usr/ports/graphics/vigra. > > ===>>> make failed for graphics/vigra > ===>>> Aborting update > > Terminated > Terminated > > ===>>> You can restart from the point of failure with this command line: > portmaster graphics/vigra > > Thanks in advance. > > Mitja > -------- > http://jpgmag.com/people/lumiwa > _______________________________________________ > 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" -- best regards, Anton From owner-freebsd-ports@FreeBSD.ORG Thu Jun 30 11:48:02 2011 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 706311065672; Thu, 30 Jun 2011 11:48:02 +0000 (UTC) (envelope-from jlaffaye.freebsd@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id CA10D8FC16; Thu, 30 Jun 2011 11:48:01 +0000 (UTC) Received: by wyg24 with SMTP id 24so2034224wyg.13 for ; Thu, 30 Jun 2011 04:48:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=BRdAeXMs6uOvX2uC5ajFCn9x/uEMNf1aqVqGw3oGlZs=; b=Ez5oRET1mNhgmMpWs6RnLni3aAGknK3XQ1C1u6ZT7ilhwCYTTXWbliaebIb4xqtV6P l86SEH6z1cioQTOISqrLiRyPXS7ADeOFQR/HGsOtPFLT4UQVBh7D1eRORulLF3xT6wKX MxQlOnEbMs65rREe1AjB/x8CDf+e3R2ieVeqI= Received: by 10.227.197.199 with SMTP id el7mr1672008wbb.32.1309432699218; Thu, 30 Jun 2011 04:18:19 -0700 (PDT) Received: from chulak.jlaffaye.net (cpc1-oxfd15-0-0-cust230.4-3.cable.virginmedia.com [82.24.248.231]) by mx.google.com with ESMTPS id et5sm1557158wbb.16.2011.06.30.04.18.18 (version=SSLv3 cipher=OTHER); Thu, 30 Jun 2011 04:18:18 -0700 (PDT) Sender: Julien Laffaye Message-ID: <4E0C5B7A.5060102@FreeBSD.org> Date: Thu, 30 Jun 2011 12:18:18 +0100 From: Julien Laffaye User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.18) Gecko/20110625 Thunderbird/3.1.11 MIME-Version: 1.0 To: Chris Rees References: In-Reply-To: X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Jeremy Messenger , ports@freebsd.org, ohauer@freebsd.org Subject: Re: Call for testers -- CONF_FILES variable 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, 30 Jun 2011 11:48:02 -0000 On 06/30/2011 08:22, Chris Rees wrote: >> >> I like the rest, but I do not like the name of .pkgconf. I think, the >> 'pkgconf' is best define for something related with FreeBSD rather >> than third-party product. The .sample or .default is best name and >> less confuse for the users, because the word said it all what it is. > > Thanks for the feedback. > > I'm afraid any problems with the .pkgconf sample will have to be > discussed with the pkgng team and bapt@ -- wasn't my choice either. > > Chris Yes, right now, pkgng uses the .pkgconf suffix to know that it is a configuration file. But now, we have a new format for the package manifest so _maybe_ (it has to be discussed with bapt) we can add an attribute to a file entry saying "I am a sample of a conf file". The hardest part for that would be to detect in the ports tree if we are using pkgng or the legacy pkg_install, and, depending on that, to generate the appropriate entry in the manifest / plist. From owner-freebsd-ports@FreeBSD.ORG Thu Jun 30 12:02:59 2011 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 CFA6F1065675; Thu, 30 Jun 2011 12:02:59 +0000 (UTC) (envelope-from vd@v5d.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BB9858FC21; Thu, 30 Jun 2011 12:02:59 +0000 (UTC) Received: from mail.v5d.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p5UC2w3M044669; Thu, 30 Jun 2011 12:02:59 GMT (envelope-from vd@v5d.org) Received: by mail.v5d.org (Postfix, from userid 1007) id 4C8C42E0CE; Thu, 30 Jun 2011 15:02:58 +0300 (EEST) Date: Thu, 30 Jun 2011 15:02:58 +0300 From: Vasil Dimov To: ajtiM Message-ID: <20110630120258.GA32795@hag.hw.v5d.org> References: <201106300544.56629.lumiwa@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="6TrnltStXW4iwmi0" Content-Disposition: inline In-Reply-To: <201106300544.56629.lumiwa@gmail.com> User-Agent: Mutt Cc: freebsd-ports@freebsd.org Subject: Re: vigra 1.7.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vd@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2011 12:02:59 -0000 --6TrnltStXW4iwmi0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jun 30, 2011 at 05:44:56 -0500, ajtiM wrote: > Update to vigra 1.7.1 on FreeBSD 8.2-RELEASE-p1 #0: doesn't work on my=20 > computer: [...] > [ 18%] Building CXX object src/impex/CMakeFiles/vigraimpex.dir/hdf5impex.= cxx.o =20 > In file included from=20 > /usr/ports/graphics/vigra/work/vigra-1.7.1/src/impex/hdf5impex.cxx:38: = =20 > /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/hdf5impex.hxx:44= 2:=20 > error: expected ',' or '...' before '*' token [...] Hi, I fixed this in http://lists.freebsd.org/pipermail/cvs-ports/2011-June/220020.html http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/158425 --=20 Vasil Dimov gro.DSBeerF@dv % A complex system that works is invariably found to have evolved from a simple system that works. --6TrnltStXW4iwmi0 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- iEYEARECAAYFAk4MZfIACgkQFw6SP/bBpCAO/gCeJ9xTUGtOs0+fYj08mmxp7ABs 4TYAn1QnVUynUvaS1VqWgacoh7K9HowX =sVJw -----END PGP SIGNATURE----- --6TrnltStXW4iwmi0-- From owner-freebsd-ports@FreeBSD.ORG Thu Jun 30 12:08:24 2011 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 1EB43106566B for ; Thu, 30 Jun 2011 12:08:24 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id F0F898FC0A for ; Thu, 30 Jun 2011 12:08:23 +0000 (UTC) Received: by pvg11 with SMTP id 11so2250906pvg.13 for ; Thu, 30 Jun 2011 05:08:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:content-type; bh=q3g/cmsJGjurXlhdeO5fFI2gamH0kD3sE0ns1vSh+aw=; b=vi+r+qhPP2Iy7H8dtcQSGHdhHpI81US5cq9fTP1c8vM1qWkMRQ4njWHA2AE5qX+ymw hBNikcOpxl3+Z7zbCtQGgnw6YJH4sVkJ+RmjTNtVMfQaEgn+GoW727tQMhzi3nZNyHug 4/PH9kTWt9/hdPStzBjUwDAtZ+l02sqWSw7FM= MIME-Version: 1.0 Received: by 10.68.40.161 with SMTP id y1mr2449762pbk.156.1309435703359; Thu, 30 Jun 2011 05:08:23 -0700 (PDT) Received: by 10.68.64.104 with HTTP; Thu, 30 Jun 2011 05:08:23 -0700 (PDT) Date: Thu, 30 Jun 2011 12:08:23 +0000 Message-ID: From: "b. f." To: freebsd-ports@FreeBSD.org, mandree@FreeBSD.org, secn3t@gmail.com Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Re: [Adopting a port..or contributing... and a patch included for java on most recent of all jdk/jre) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf1783@gmail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2011 12:08:24 -0000 > Am 30.06.2011 04:23, schrieb xD 0x41: > *For your next submission*, please keep the information below in mind so > we can actually use your contribution: > > In a common work flow, you'd usually first update the ports tree (for > instance, running "portsnap fetch update", or for the first time, > "portsnap fetch extract"), Some alternative updating methods (anonymous cvs, cvsup/csup, rsync, ctm, ftp) are in: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors.html >do "make checksums" on the old port before a typo, the target is "checksum", no trailing s (for reference, the targets are documented in the Makefiles in ports/Mk, and in the PORTS(7) manpage) > touching the Makefile so that the other and/or old files are there and > properly downloaded (except if all distfiles change, even if "all" means > just one) > > To generate the sha256 for the files, all it takes is to download the > new files, verify it's properly downloaded and untampered (best with > GnuPG signatures if available), put it in /usr/ports/distfiles (or a > subdirectory, if specified in the Makefile), and then "make makesums" a typo, the target is "makesum", no trailing s > will do the job. That also works outside the ports directory tree, if > you copy the original port and work on the copy. > > Finally, to ease tracking of your contribution, and make sure it isn't > lost, it's useful if you > > A. either use the port-tools to submit the patches with the "port > submit" command as a "PR", Note that "port" is a utility from the ports-mgmt/porttools port, which must be installed -- it is not in the base system or in ports/Tools. If you are going to use this, consider running "port test" on your patched port before proposing changes. b. From owner-freebsd-ports@FreeBSD.ORG Thu Jun 30 12:13:30 2011 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 8DAE8106566C; Thu, 30 Jun 2011 12:13:30 +0000 (UTC) (envelope-from gnixua@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id D6F228FC0C; Thu, 30 Jun 2011 12:13:29 +0000 (UTC) Received: by bwa20 with SMTP id 20so2583121bwa.13 for ; Thu, 30 Jun 2011 05:13:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type; bh=p0vHSyny+TxNO000IcuokYhhqtfTnT9Gys3og0KJ4nM=; b=s4fkys+abdpwK76eKiS3KlyrAtizXeMFJlZtGAazaV4E+XA8pSU6J9dV2duyHG82D6 /aBNBlJlC6HvMsMadQBNxvjQylYShjWp4keZFBhQT1tISRIbWWotmfIX/AT/rqq7T5hu vvfHRd3cVinUYmKhf/+bSM6Uv7RmVh+TRSwno= Received: by 10.204.122.210 with SMTP id m18mr1843489bkr.138.1309436008517; Thu, 30 Jun 2011 05:13:28 -0700 (PDT) Received: from gx.laptop.net (pptp-dm2010060102.domashka.kiev.ua [94.45.36.125]) by mx.google.com with ESMTPS id e6sm2035513bka.23.2011.06.30.05.13.26 (version=SSLv3 cipher=OTHER); Thu, 30 Jun 2011 05:13:27 -0700 (PDT) Message-ID: <4E0C6858.5020100@gmail.com> Date: Thu, 30 Jun 2011 15:13:12 +0300 From: Gritsuk Anton User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.18) Gecko/20110622 Lightning/1.0b2 Thunderbird/3.1.11 MIME-Version: 1.0 To: vd@freebsd.org References: <201106300544.56629.lumiwa@gmail.com> <20110630120258.GA32795@hag.hw.v5d.org> In-Reply-To: <20110630120258.GA32795@hag.hw.v5d.org> Content-Type: multipart/mixed; boundary="------------090405020209090609090207" Cc: ajtiM , freebsd-ports@freebsd.org Subject: Re: vigra 1.7.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gnixua@gmail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2011 12:13:30 -0000 This is a multi-part message in MIME format. --------------090405020209090609090207 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit It's not work for me. Why? See the attach file. On 30.06.2011 15:02, Vasil Dimov wrote: > Hi, > > I fixed this in > http://lists.freebsd.org/pipermail/cvs-ports/2011-June/220020.html > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/158425 > -- best regards, Anton --------------090405020209090609090207 Content-Type: application/octet-stream; name="vigra-1.7.1_failed" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="vigra-1.7.1_failed" U2NyaXB0IHN0YXJ0ZWQgb24gVGh1IEp1biAzMCAxNTowODo0NCAyMDExCg0KWW91IGhhdmUg bWFpbC4NCmd4IyANDQpneCMgcGtnX3ZlcnNpb24gLUl2TD0gfCBncmVwIHZpZ3JhDQ0Kdmln cmEtMS42LjBfMyAgICAgICAgICAgICAgICAgICAgICAgPCAgIG5lZWRzIHVwZGF0aW5nIChp bmRleCBoYXMgMS43LjEpDQpneCMgcG9ydG1hc3RlciAICBtbSwgbW0sIG1tLCBtbSwgbW0sI G1tLCBtbSwgbW0sIG1tLCBtbS3BvcnRzbmFwIGZldGNoIHVwZGF0ZQ0NCkxvb2tpbmcgdXAg cG9ydHNuYXAuRnJlZUJTRC5vcmcgbWlycm9ycy4uLiA1IG1pcnJvcnMgZm91bmQuDQpGZXRj aGluZyBzbmFwc2hvdCB0YWcgZnJvbSBwb3J0c25hcDIuRnJlZUJTRC5vcmcuLi4gZG9uZS4N CkxhdGVzdCBzbmFwc2hvdCBvbiBzZXJ2ZXIgbWF0Y2hlcyB3aGF0IHdlIGFscmVhZHkgaGF2 ZS4NCk5vIHVwZGF0ZXMgbmVlZGVkLg0KUG9ydHMgdHJlZSBpcyBhbHJlYWR5IHVwIHRvIGRh dGUuDQpneCMgbwgbW0twb3J0bWFzdGVyIHZpZ3JhLTEuNi4wXzMNDQoNCj09PT4+PiBDdXJy ZW50bHkgaW5zdGFsbGVkIHZlcnNpb246IHZpZ3JhLTEuNi4wXzMNCj09PT4+PiBQb3J0IGRp cmVjdG9yeTogL3Vzci9wb3J0cy9ncmFwaGljcy92aWdyYQ0KDQo9PT0+Pj4gR2F0aGVyaW5n IGRpc3RpbmZvIGxpc3QgZm9yIGluc3RhbGxlZCBwb3J0cw0KDQo9PT0+Pj4gTGF1bmNoaW5n ICdtYWtlIGNoZWNrc3VtJyBmb3IgZ3JhcGhpY3MvdmlncmEgaW4gYmFja2dyb3VuZA0KPT09 Pj4+IEdhdGhlcmluZyBkZXBlbmRlbmN5IGxpc3QgZm9yIGdyYXBoaWNzL3ZpZ3JhIGZyb20g cG9ydHMNCg0KPT09Pj4+IFRoZSBkZXBlbmRlbmN5IGZvciBzY2llbmNlL2hkZjUtMTgNCiAg ICAgICBzZWVtcyB0byBiZSBoYW5kbGVkIGJ5IGhkZjUtMS42LjlfMQ0KDQo9PT0+Pj4gSW5p dGlhbCBkZXBlbmRlbmN5IGNoZWNrIGNvbXBsZXRlIGZvciBncmFwaGljcy92aWdyYQ0KDQo9 PT0+Pj4gU3RhcnRpbmcgYnVpbGQgZm9yIGdyYXBoaWNzL3ZpZ3JhIDw8PD09PQ0KDQo9PT0+ Pj4gQWxsIGRlcGVuZGVuY2llcyBhcmUgdXAgdG8gZGF0ZQ0KDQo9PT0+ICBDbGVhbmluZyBm b3IgdmlncmEtMS43LjENCg0KPT09PiAgTGljZW5zZSBjaGVjayBkaXNhYmxlZCwgcG9ydCBo YXMgbm90IGRlZmluZWQgTElDRU5TRQ0KPT09PiAgRXh0cmFjdGluZyBmb3IgdmlncmEtMS43 LjENCj0+IFNIQTI1NiBDaGVja3N1bSBPSyBmb3IgdmlncmEtMS43LjEtc3JjLnRhci5nei4N Cj09PT4gIFBhdGNoaW5nIGZvciB2aWdyYS0xLjcuMQ0KPT09PiAgIHZpZ3JhLTEuNy4xIGRl cGVuZHMgb24gZmlsZTogL3Vzci9sb2NhbC9iaW4vY21ha2UgLSBmb3VuZA0KPT09PiAgIHZp Z3JhLTEuNy4xIGRlcGVuZHMgb24gc2hhcmVkIGxpYnJhcnk6IHRpZmYgLSBmb3VuZA0KPT09 PiAgIHZpZ3JhLTEuNy4xIGRlcGVuZHMgb24gc2hhcmVkIGxpYnJhcnk6IGpwZWcgLSBmb3Vu ZA0KPT09PiAgIHZpZ3JhLTEuNy4xIGRlcGVuZHMgb24gc2hhcmVkIGxpYnJhcnk6IHBuZyAt IGZvdW5kDQo9PT0+ICAgdmlncmEtMS43LjEgZGVwZW5kcyBvbiBzaGFyZWQgbGlicmFyeTog ZmZ0dzMgLSBmb3VuZA0KPT09PiAgIHZpZ3JhLTEuNy4xIGRlcGVuZHMgb24gc2hhcmVkIGxp YnJhcnk6IGhkZjUgLSBmb3VuZA0KPT09PiAgQ29uZmlndXJpbmcgZm9yIHZpZ3JhLTEuNy4x DQovYmluL21rZGlyIC1wIC91c3IvcG9ydHMvZ3JhcGhpY3MvdmlncmEvd29yay92aWdyYS0x LjcuMQ0KLS0gVGhlIEMgY29tcGlsZXIgaWRlbnRpZmljYXRpb24gaXMgR05VDQotLSBUaGUg Q1hYIGNvbXBpbGVyIGlkZW50aWZpY2F0aW9uIGlzIEdOVQ0KLS0gQ2hlY2sgZm9yIHdvcmtp bmcgQyBjb21waWxlcjogL3Vzci9iaW4vY2MNCi0tIENoZWNrIGZvciB3b3JraW5nIEMgY29t cGlsZXI6IC91c3IvYmluL2NjIC0tIHdvcmtzDQotLSBEZXRlY3RpbmcgQyBjb21waWxlciBB QkkgaW5mbw0KLS0gRGV0ZWN0aW5nIEMgY29tcGlsZXIgQUJJIGluZm8gLSBkb25lDQotLSBD aGVjayBmb3Igd29ya2luZyBDWFggY29tcGlsZXI6IC91c3IvYmluL2MrKw0KLS0gQ2hlY2sg Zm9yIHdvcmtpbmcgQ1hYIGNvbXBpbGVyOiAvdXNyL2Jpbi9jKysgLS0gd29ya3MNCi0tIERl dGVjdGluZyBDWFggY29tcGlsZXIgQUJJIGluZm8NCi0tIERldGVjdGluZyBDWFggY29tcGls ZXIgQUJJIGluZm8gLSBkb25lDQotLSBDb25maWd1cmluZyBWSUdSQSB2ZXJzaW9uIDEuNy4x DQotLSBTZWFyY2hpbmcgZm9yIFRJRkYNCi0tIEZvdW5kIFRJRkY6IC91c3IvbG9jYWwvbGli L2xpYnRpZmYuc28gDQotLSBTZWFyY2hpbmcgZm9yIEpQRUcNCi0tIEZvdW5kIEpQRUc6IC91 c3IvbG9jYWwvbGliL2xpYmpwZWcuc28gDQotLSBTZWFyY2hpbmcgZm9yIFBORw0KLS0gRm91 bmQgWkxJQjogL3Vzci9pbmNsdWRlIChmb3VuZCB2ZXJzaW9uICIxLjIuMyIpDQotLSBGb3Vu ZCBQTkc6IC91c3IvbG9jYWwvbGliL2xpYnBuZy5zbyANCi0tIFNlYXJjaGluZyBmb3IgRkZU VzMNCi0tIEZvdW5kIEZGVFczOiAvdXNyL2xvY2FsL2xpYi9saWJmZnR3My5zbyANCi0tIFNl YXJjaGluZyBmb3IgSERGNQ0KLS0gQ2hlY2tpbmcgSERGNSB2ZXJzaW9uIChhdCBsZWFzdCAx LjYpOiBvaw0KLS0gRm91bmQgSERGNTogL3Vzci9sb2NhbC9saWIvbGliaGRmNS5zbyANCi0t IEZvdW5kIERveHlnZW46IC91c3IvbG9jYWwvYmluL2RveHlnZW4gDQotLSBGb3VuZCBQeXRo b25JbnRlcnA6IC91c3IvbG9jYWwvYmluL3B5dGhvbjIuNyANCi0tIENoZWNraW5nIFZJR1JB TlVNUFlfREVQRU5ERU5DSUVTDQotLSBTZWFyY2hpbmcgZm9yIEJvb3N0DQotLSBDb3VsZCBO T1QgZmluZCBCb29zdA0KLS0gU2VhcmNoaW5nIGZvciBCb29zdCBpbiAvdXNyL2xvY2FsDQot LSBDb3VsZCBOT1QgZmluZCBCb29zdA0KLS0gRm91bmQgUHl0aG9uTGliczogL3Vzci9sb2Nh bC9saWIvbGlicHl0aG9uMi43LnNvIA0KLS0gU2VhcmNoaW5nIGZvciBQeXRob24gbnVtcHk6 IG9rDQotLSBTZWFyY2hpbmcgZm9yIFB5dGhvbiBub3NldGVzdHM6IG9rDQotLSBDb3VsZCBO T1QgZmluZCBzcGhpbnggZG9jdW1lbnRhdGlvbiBnZW5lcmF0b3INCi0tIENvdWxkIE5PVCBm aW5kIFZJR1JBTlVNUFlfREVQRU5ERU5DSUVTIChtaXNzaW5nOiAgQm9vc3RfUFlUSE9OX0ZP VU5EKSANCi0tIC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLQ0KLS0gVklHUkEgY29uZmlndXJhdGlvbiBpbmZvcm1hdGlvbjoNCi0t IC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLQ0KLS0gICBVc2luZyBUSUZGIGxpYnJhcmllczogL3Vzci9sb2NhbC9saWIvbGlidGlm Zi5zbw0KLS0gICBVc2luZyBKUEVHIGxpYnJhcmllczogL3Vzci9sb2NhbC9saWIvbGlianBl Zy5zbw0KLS0gICBVc2luZyBQTkcgIGxpYnJhcmllczogL3Vzci9sb2NhbC9saWIvbGlicG5n LnNvOy91c3IvbGliL2xpYnouc28NCi0tICAgVXNpbmcgRkZUVyBsaWJyYXJpZXM6IC91c3Iv bG9jYWwvbGliL2xpYmZmdHczLnNvDQotLSAgIFVzaW5nIEhERjUgbGlicmFyaWVzOiAvdXNy L2xvY2FsL2xpYi9saWJoZGY1LnNvOy91c3IvbG9jYWwvbGliL2xpYmhkZjVfaGwuc287L3Vz ci9saWIvbGliei5zbw0KLS0gICBWaWdyYW51bXB5IGRlcGVuZGVuY2llcyBub3QgZm91bmQg KHZpZ3JhbnVtcHkgZGlzYWJsZWQpDQotLSAtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0NCi0tICAgYmluYXJpZXMgd2lsbCBiZSBn ZW5lcmF0ZWQgaW46IC91c3IvcG9ydHMvZ3JhcGhpY3MvdmlncmEvd29yay92aWdyYS0xLjcu MQ0KLS0gICBtYW51YWxzIHdpbGwgYmUgZ2VuZXJhdGVkIGluOiAvdXNyL3BvcnRzL2dyYXBo aWNzL3ZpZ3JhL3dvcmsvdmlncmEtMS43LjEvZG9jDQotLSAtLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0NCi0tICAgaW5jbHVkZXMg d2lsbCBiZSBpbnN0YWxsZWQgYXQ6IC91c3IvbG9jYWwvaW5jbHVkZQ0KLS0gICBsaWJyYXJp ZXMgd2lsbCBiZSBpbnN0YWxsZWQgYXQ6IC91c3IvbG9jYWwvbGliDQotLSAgIGJpbmFyaWVz IHdpbGwgYmUgaW5zdGFsbGVkIGF0OiAvdXNyL2xvY2FsL2Jpbg0KLS0gICB2aWdyYSBtYW51 YWxzIHdpbGwgYmUgaW5zdGFsbGVkIGF0OiAvdXNyL2xvY2FsL3NoYXJlL2RvYy92aWdyYS92 aWdyYS9pbmRleC5odG1sDQotLSAgIHZpZ3JhbnVtcHkgd2lsbCBOT1QgYmUgaW5zdGFsbGVk DQotLSANCi0tIENvbnNpZGVyIHNldHRpbmcgREVQRU5ERU5DWV9TRUFSQ0hfUFJFRklYIHRv IGZpbmQgbWlzc2luZyBsaWJyYXJpZXMNCi0tIC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLQ0KLS0gQ29uZmlndXJpbmcgZG9uZQ0K LS0gR2VuZXJhdGluZyBkb25lDQpDTWFrZSBXYXJuaW5nOiBUaGUgdmFyaWFibGUsICdUSFJF QURTX0hBVkVfUFRIUkVBRF9BUkcnLCBzcGVjaWZpZWQgbWFudWFsbHksIHdhcyBub3QgdXNl ZCBkdXJpbmcgdGhlIGdlbmVyYXRpb24uDQotLSBCdWlsZCBmaWxlcyBoYXZlIGJlZW4gd3Jp dHRlbiB0bzogL3Vzci9wb3J0cy9ncmFwaGljcy92aWdyYS93b3JrL3ZpZ3JhLTEuNy4xDQo9 PT0+ICBCdWlsZGluZyBmb3IgdmlncmEtMS43LjENChtbMzVtG1sxbVNjYW5uaW5nIGRlcGVu ZGVuY2llcyBvZiB0YXJnZXQgdmlncmFpbXBleA0KG1swbVsgIDUlXSAbWzMybUJ1aWxkaW5n IENYWCBvYmplY3Qgc3JjL2ltcGV4L0NNYWtlRmlsZXMvdmlncmFpbXBleC5kaXIvYm1wLmN4 eC5vDQobWzBtWyAxMSVdIBtbMzJtQnVpbGRpbmcgQ1hYIG9iamVjdCBzcmMvaW1wZXgvQ01h a2VGaWxlcy92aWdyYWltcGV4LmRpci9ieXRlb3JkZXIuY3h4Lm8NChtbMG1bIDE2JV0gG1sz Mm1CdWlsZGluZyBDWFggb2JqZWN0IHNyYy9pbXBleC9DTWFrZUZpbGVzL3ZpZ3JhaW1wZXgu ZGlyL2NvZGVjbWFuYWdlci5jeHgubw0KG1swbVsgMjIlXSAbWzMybUJ1aWxkaW5nIENYWCBv YmplY3Qgc3JjL2ltcGV4L0NNYWtlRmlsZXMvdmlncmFpbXBleC5kaXIvZ2lmLmN4eC5vDQob WzBtWyAyNyVdIBtbMzJtQnVpbGRpbmcgQ1hYIG9iamVjdCBzcmMvaW1wZXgvQ01ha2VGaWxl cy92aWdyYWltcGV4LmRpci9oZHIuY3h4Lm8NChtbMG1bIDMzJV0gG1szMm1CdWlsZGluZyBD WFggb2JqZWN0IHNyYy9pbXBleC9DTWFrZUZpbGVzL3ZpZ3JhaW1wZXguZGlyL2hkZjVpbXBl eC5jeHgubw0KG1swbUluIGZpbGUgaW5jbHVkZWQgZnJvbSAvdXNyL3BvcnRzL2dyYXBoaWNz L3ZpZ3JhL3dvcmsvdmlncmEtMS43LjEvc3JjL2ltcGV4L2hkZjVpbXBleC5jeHg6Mzg6DQov dXNyL3BvcnRzL2dyYXBoaWNzL3ZpZ3JhL3dvcmsvdmlncmEtMS43LjEvaW5jbHVkZS92aWdy YS9oZGY1aW1wZXguaHh4OjQ0MjogZXJyb3I6IGV4cGVjdGVkICcsJyBvciAnLi4uJyBiZWZv cmUgJyonIHRva2VuDQovdXNyL3BvcnRzL2dyYXBoaWNzL3ZpZ3JhL3dvcmsvdmlncmEtMS43 LjEvaW5jbHVkZS92aWdyYS9oZGY1aW1wZXguaHh4OjQ0MjogZXJyb3I6IElTTyBDKysgZm9y YmlkcyBkZWNsYXJhdGlvbiBvZiAnSDVMX2luZm9fdCcgd2l0aCBubyB0eXBlDQovdXNyL3Bv cnRzL2dyYXBoaWNzL3ZpZ3JhL3dvcmsvdmlncmEtMS43LjEvaW5jbHVkZS92aWdyYS9oZGY1 aW1wZXguaHh4OiBJbiBzdGF0aWMgbWVtYmVyIGZ1bmN0aW9uICdzdGF0aWMgaGVycl90IHZp Z3JhOjpIREY1RmlsZTo6b3BGdW5jKGhpZF90LCBjb25zdCBjaGFyKiwgaW50KSc6DQovdXNy L3BvcnRzL2dyYXBoaWNzL3ZpZ3JhL3dvcmsvdmlncmEtMS43LjEvaW5jbHVkZS92aWdyYS9o ZGY1aW1wZXguaHh4OjQ0NTogZXJyb3I6ICdINU9faW5mb190JyB3YXMgbm90IGRlY2xhcmVk IGluIHRoaXMgc2NvcGUNCi91c3IvcG9ydHMvZ3JhcGhpY3MvdmlncmEvd29yay92aWdyYS0x LjcuMS9pbmNsdWRlL3ZpZ3JhL2hkZjVpbXBleC5oeHg6NDQ1OiBlcnJvcjogZXhwZWN0ZWQg YDsnIGJlZm9yZSAnaW5mb2J1ZicNCi91c3IvcG9ydHMvZ3JhcGhpY3MvdmlncmEvd29yay92 aWdyYS0xLjcuMS9pbmNsdWRlL3ZpZ3JhL2hkZjVpbXBleC5oeHg6NDQ2OiBlcnJvcjogJ2lu Zm9idWYnIHdhcyBub3QgZGVjbGFyZWQgaW4gdGhpcyBzY29wZQ0KL3Vzci9wb3J0cy9ncmFw aGljcy92aWdyYS93b3JrL3ZpZ3JhLTEuNy4xL2luY2x1ZGUvdmlncmEvaGRmNWltcGV4Lmh4 eDo0NDY6IGVycm9yOiAnSDVPZ2V0X2luZm9fYnlfbmFtZScgd2FzIG5vdCBkZWNsYXJlZCBp biB0aGlzIHNjb3BlDQovdXNyL3BvcnRzL2dyYXBoaWNzL3ZpZ3JhL3dvcmsvdmlncmEtMS43 LjEvaW5jbHVkZS92aWdyYS9oZGY1aW1wZXguaHh4OjQ0OTogZXJyb3I6ICdINU9fVFlQRV9H Uk9VUCcgd2FzIG5vdCBkZWNsYXJlZCBpbiB0aGlzIHNjb3BlDQovdXNyL3BvcnRzL2dyYXBo aWNzL3ZpZ3JhL3dvcmsvdmlncmEtMS43LjEvaW5jbHVkZS92aWdyYS9oZGY1aW1wZXguaHh4 OjQ1MTogZXJyb3I6ICdvcGVyYXRvcl9kYXRhJyB3YXMgbm90IGRlY2xhcmVkIGluIHRoaXMg c2NvcGUNCi91c3IvcG9ydHMvZ3JhcGhpY3MvdmlncmEvd29yay92aWdyYS0xLjcuMS9pbmNs dWRlL3ZpZ3JhL2hkZjVpbXBleC5oeHg6NDUzOiBlcnJvcjogJ0g1T19UWVBFX0RBVEFTRVQn IHdhcyBub3QgZGVjbGFyZWQgaW4gdGhpcyBzY29wZQ0KL3Vzci9wb3J0cy9ncmFwaGljcy92 aWdyYS93b3JrL3ZpZ3JhLTEuNy4xL2luY2x1ZGUvdmlncmEvaGRmNWltcGV4Lmh4eDo0NTU6 IGVycm9yOiAnb3BlcmF0b3JfZGF0YScgd2FzIG5vdCBkZWNsYXJlZCBpbiB0aGlzIHNjb3Bl DQovdXNyL3BvcnRzL2dyYXBoaWNzL3ZpZ3JhL3dvcmsvdmlncmEtMS43LjEvaW5jbHVkZS92 aWdyYS9oZGY1aW1wZXguaHh4OiBJbiBtZW1iZXIgZnVuY3Rpb24gJ3ZvaWQgdmlncmE6OkhE RjVGaWxlOjpjZChzdGQ6OnN0cmluZyknOg0KL3Vzci9wb3J0cy9ncmFwaGljcy92aWdyYS93 b3JrL3ZpZ3JhLTEuNy4xL2luY2x1ZGUvdmlncmEvaGRmNWltcGV4Lmh4eDo1MjQ6IGVycm9y OiAnSDVMZXhpc3RzJyB3YXMgbm90IGRlY2xhcmVkIGluIHRoaXMgc2NvcGUNCi91c3IvcG9y dHMvZ3JhcGhpY3MvdmlncmEvd29yay92aWdyYS0xLjcuMS9pbmNsdWRlL3ZpZ3JhL2hkZjVp bXBleC5oeHg6NTMzOiBlcnJvcjogJ0g1TGV4aXN0cycgd2FzIG5vdCBkZWNsYXJlZCBpbiB0 aGlzIHNjb3BlDQovdXNyL3BvcnRzL2dyYXBoaWNzL3ZpZ3JhL3dvcmsvdmlncmEtMS43LjEv aW5jbHVkZS92aWdyYS9oZGY1aW1wZXguaHh4OiBJbiBtZW1iZXIgZnVuY3Rpb24gJ3N0ZDo6 dmVjdG9yPHN0ZDo6YmFzaWNfc3RyaW5nPGNoYXIsIHN0ZDo6Y2hhcl90cmFpdHM8Y2hhcj4s IHN0ZDo6YWxsb2NhdG9yPGNoYXI+ID4sIHN0ZDo6YWxsb2NhdG9yPHN0ZDo6YmFzaWNfc3Ry aW5nPGNoYXIsIHN0ZDo6Y2hhcl90cmFpdHM8Y2hhcj4sIHN0ZDo6YWxsb2NhdG9yPGNoYXI+ ID4gPiA+IHZpZ3JhOjpIREY1RmlsZTo6bHMoKSc6DQovdXNyL3BvcnRzL2dyYXBoaWNzL3Zp Z3JhL3dvcmsvdmlncmEtMS43LjEvaW5jbHVkZS92aWdyYS9oZGY1aW1wZXguaHh4OjYwMjog ZXJyb3I6ICdINV9JTkRFWF9OQU1FJyB3YXMgbm90IGRlY2xhcmVkIGluIHRoaXMgc2NvcGUN Ci91c3IvcG9ydHMvZ3JhcGhpY3MvdmlncmEvd29yay92aWdyYS0xLjcuMS9pbmNsdWRlL3Zp Z3JhL2hkZjVpbXBleC5oeHg6NjAyOiBlcnJvcjogJ0g1X0lURVJfTkFUSVZFJyB3YXMgbm90 IGRlY2xhcmVkIGluIHRoaXMgc2NvcGUNCi91c3IvcG9ydHMvZ3JhcGhpY3MvdmlncmEvd29y ay92aWdyYS0xLjcuMS9pbmNsdWRlL3ZpZ3JhL2hkZjVpbXBleC5oeHg6NjAyOiBlcnJvcjog J0g1TGl0ZXJhdGUnIHdhcyBub3QgZGVjbGFyZWQgaW4gdGhpcyBzY29wZQ0KL3Vzci9wb3J0 cy9ncmFwaGljcy92aWdyYS93b3JrL3ZpZ3JhLTEuNy4xL2luY2x1ZGUvdmlncmEvaGRmNWlt cGV4Lmh4eDogSW4gbWVtYmVyIGZ1bmN0aW9uICdzdGQ6OnN0cmluZyB2aWdyYTo6SERGNUZp bGU6OmdldEF0dHJpYnV0ZShzdGQ6OnN0cmluZywgc3RkOjpzdHJpbmcpJzoNCi91c3IvcG9y dHMvZ3JhcGhpY3MvdmlncmEvd29yay92aWdyYS0xLjcuMS9pbmNsdWRlL3ZpZ3JhL2hkZjVp bXBleC5oeHg6NjkxOiBlcnJvcjogJ0g1TGV4aXN0cycgd2FzIG5vdCBkZWNsYXJlZCBpbiB0 aGlzIHNjb3BlDQovdXNyL3BvcnRzL2dyYXBoaWNzL3ZpZ3JhL3dvcmsvdmlncmEtMS43LjEv aW5jbHVkZS92aWdyYS9oZGY1aW1wZXguaHh4OjcwNDogZXJyb3I6ICdINUFvcGVuX2J5X25h bWUnIHdhcyBub3QgZGVjbGFyZWQgaW4gdGhpcyBzY29wZQ0KL3Vzci9wb3J0cy9ncmFwaGlj cy92aWdyYS93b3JrL3ZpZ3JhLTEuNy4xL2luY2x1ZGUvdmlncmEvaGRmNWltcGV4Lmh4eDog SW4gbWVtYmVyIGZ1bmN0aW9uICdoaWRfdCB2aWdyYTo6SERGNUZpbGU6OmdldERhdGFzZXRI YW5kbGVfKHN0ZDo6c3RyaW5nKSc6DQovdXNyL3BvcnRzL2dyYXBoaWNzL3ZpZ3JhL3dvcmsv dmlncmEtMS43LjEvaW5jbHVkZS92aWdyYS9oZGY1aW1wZXguaHh4OjExNzQ6IGVycm9yOiAn SDVMZXhpc3RzJyB3YXMgbm90IGRlY2xhcmVkIGluIHRoaXMgc2NvcGUNCi91c3IvcG9ydHMv Z3JhcGhpY3MvdmlncmEvd29yay92aWdyYS0xLjcuMS9pbmNsdWRlL3ZpZ3JhL2hkZjVpbXBl eC5oeHg6MTE5MzogZXJyb3I6ICdINUxleGlzdHMnIHdhcyBub3QgZGVjbGFyZWQgaW4gdGhp cyBzY29wZQ0KKioqIEVycm9yIGNvZGUgMQ0KDQpTdG9wIGluIC91c3IvcG9ydHMvZ3JhcGhp Y3MvdmlncmEvd29yay92aWdyYS0xLjcuMS4NCioqKiBFcnJvciBjb2RlIDENCg0KU3RvcCBp biAvdXNyL3BvcnRzL2dyYXBoaWNzL3ZpZ3JhL3dvcmsvdmlncmEtMS43LjEuDQoqKiogRXJy b3IgY29kZSAxDQoNClN0b3AgaW4gL3Vzci9wb3J0cy9ncmFwaGljcy92aWdyYS93b3JrL3Zp Z3JhLTEuNy4xLg0KKioqIEVycm9yIGNvZGUgMQ0KDQpTdG9wIGluIC91c3IvcG9ydHMvZ3Jh cGhpY3MvdmlncmEuDQoNCj09PT4+PiBtYWtlIGZhaWxlZCBmb3IgZ3JhcGhpY3MvdmlncmEN Cj09PT4+PiBBYm9ydGluZyB1cGRhdGUNCg0KVGVybWluYXRlZA0KDQo9PT0+Pj4gWW91IGNh biByZXN0YXJ0IGZyb20gdGhlIHBvaW50IG9mIGZhaWx1cmUgd2l0aCB0aGlzIGNvbW1hbmQg bGluZToNCiAgICAgICBwb3J0bWFzdGVyIDxmbGFncz4gZ3JhcGhpY3MvdmlncmEgDQoNCmd4 IyBeRAgIZXhpdA0KClNjcmlwdCBkb25lIG9uIFRodSBKdW4gMzAgMTU6MTE6MTYgMjAxMQo= --------------090405020209090609090207-- From owner-freebsd-ports@FreeBSD.ORG Thu Jun 30 13:09:22 2011 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 69C151065672; Thu, 30 Jun 2011 13:09:22 +0000 (UTC) (envelope-from villa.alberto@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id CA8818FC15; Thu, 30 Jun 2011 13:09:21 +0000 (UTC) Received: by wwe6 with SMTP id 6so2194621wwe.31 for ; Thu, 30 Jun 2011 06:09:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=npTeanLKJzQgW2m7/81ce9rwoZeGRQEg+AYR1+EQvGE=; b=NNcWOoSdpJjB/PxUKw/4EugNr1PCazt5dAC1cPTOskWcF3sxeEvDQKbOZXrW8o3FMB amJeVR79VXBgkDlZ9o8CAbl9I6IlX3oM7Xfo67l4RA96Yb7/O9VlwrhxsQMEfGlKd8JP VbPrjxaqfNf784QW3jBRq3/3u2CFFF7ZFHVwQ= Received: by 10.227.195.209 with SMTP id ed17mr1816999wbb.13.1309437782144; Thu, 30 Jun 2011 05:43:02 -0700 (PDT) MIME-Version: 1.0 Sender: villa.alberto@gmail.com Received: by 10.227.145.2 with HTTP; Thu, 30 Jun 2011 05:42:42 -0700 (PDT) In-Reply-To: <20110620153753.GA41541@freebsd.org> References: <20110620153753.GA41541@freebsd.org> From: Alberto Villa Date: Thu, 30 Jun 2011 14:42:42 +0200 X-Google-Sender-Auth: lIC8BSPerIS6WnRh-AQICNarxHY Message-ID: To: Roman Divacky Content-Type: text/plain; charset=ISO-8859-1 Cc: kde@freebsd.org, freebsd-ports@freebsd.org Subject: Re: [ANNOUNCE]: clang compiling ports 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, 30 Jun 2011 13:09:22 -0000 On Mon, Jun 20, 2011 at 5:37 PM, Roman Divacky wrote: > It would be great if you could skim over the list to see if some of the ports > you maintain are broken and possibly try to fix them. as of today, qt 4 builds successfully with clang :) > A small introduction into > the Clang+Ports can be read at: http://wiki.freebsd.org/PortsAndClang. i read that you have patches for bsd.qt.mk. we imported support for clang months ago, but if you still have any patches, please, send them to kde@freebsd.org > Thank you for helping us! thank you for the work on clang! -- Alberto Villa, FreeBSD committer http://people.FreeBSD.org/~avilla From owner-freebsd-ports@FreeBSD.ORG Thu Jun 30 13:19:50 2011 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 16DBA106566C; Thu, 30 Jun 2011 13:19:50 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep28.mx.upcmail.net (fep28.mx.upcmail.net [62.179.121.48]) by mx1.freebsd.org (Postfix) with ESMTP id AACFF8FC14; Thu, 30 Jun 2011 13:19:48 +0000 (UTC) Received: from edge02.upcmail.net ([192.168.13.237]) by viefep16-int.chello.at (InterMail vM.8.01.02.02 201-2260-120-106-20100312) with ESMTP id <20110630131841.OUCD29314.viefep16-int.chello.at@edge02.upcmail.net>; Thu, 30 Jun 2011 15:18:41 +0200 Received: from [127.0.0.1] ([178.84.137.57]) by edge02.upcmail.net with edge id 2DJT1h0411EUzH602DJVWb; Thu, 30 Jun 2011 15:18:41 +0200 X-SourceIP: 178.84.137.57 Message-ID: <4E0C779E.8010509@rainbow-runner.nl> Date: Thu, 30 Jun 2011 15:18:22 +0200 From: Koop Mast User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: Alberto Villa References: <20110620153753.GA41541@freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 110630-0, 30-06-2011), Outbound message X-Antivirus-Status: Clean X-Cloudmark-Analysis: v=1.1 cv=zlRBWuFCZaNL9+WHNm1pWLowY5Lx061w2zJBJiDkNAU= c=1 sm=0 a=vMBfdYSKmKkA:10 a=mnWVJiPhqcUA:10 a=8nJEP1OIZ-IA:10 a=6I5d2MoRAAAA:8 a=UOSq2OPXzenVCKezLEkA:9 a=wPNLvfGTeEIA:10 a=SV7veod9ZcQA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Cc: Roman Divacky , kde@freebsd.org, freebsd-ports@freebsd.org Subject: Re: [ANNOUNCE]: clang compiling ports 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, 30 Jun 2011 13:19:50 -0000 On 30-6-2011 14:42, Alberto Villa wrote: > On Mon, Jun 20, 2011 at 5:37 PM, Roman Divacky wrote: >> It would be great if you could skim over the list to see if some of the ports >> you maintain are broken and possibly try to fix them. > as of today, qt 4 builds successfully with clang :) > >> A small introduction into >> the Clang+Ports can be read at: http://wiki.freebsd.org/PortsAndClang. > i read that you have patches for bsd.qt.mk. we imported support for > clang months ago, but if you still have any patches, please, send them > to kde@freebsd.org I need to review the patches mentioned on the end of that wiki page. But I have currently a couple of deadlines I need to do work for, so that takes priority atm. If I find anything that is still needed, I will let the responsible people now. -Koop >> Thank you for helping us! > thank you for the work on clang! From owner-freebsd-ports@FreeBSD.ORG Thu Jun 30 13:27:58 2011 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 C72EC106566C for ; Thu, 30 Jun 2011 13:27:58 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (pancho.soaustin.net [76.74.250.40]) by mx1.freebsd.org (Postfix) with ESMTP id ABBC48FC16 for ; Thu, 30 Jun 2011 13:27:58 +0000 (UTC) Received: by mail.soaustin.net (Postfix, from userid 502) id DDD525615B; Thu, 30 Jun 2011 08:27:57 -0500 (CDT) Date: Thu, 30 Jun 2011 08:27:57 -0500 From: Mark Linimon To: bf1783@gmail.com Message-ID: <20110630132757.GA16422@lonesome.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-ports@FreeBSD.org Subject: Re: [ANNOUNCE]: clang compiling ports 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, 30 Jun 2011 13:27:58 -0000 On Thu, Jun 30, 2011 at 08:19:05AM +0000, b. f. wrote: > Is there a new link for the new results? Or did you use the link above? same link. mcl From owner-freebsd-ports@FreeBSD.ORG Thu Jun 30 13:45:29 2011 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 000FE1065673; Thu, 30 Jun 2011 13:45:28 +0000 (UTC) (envelope-from villa.alberto@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 235968FC08; Thu, 30 Jun 2011 13:45:27 +0000 (UTC) Received: by wyg24 with SMTP id 24so2135272wyg.13 for ; Thu, 30 Jun 2011 06:45:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=IH6fnKCjspFCz6dBf6jsRmMoKw3O0CZNj337PlcP9u0=; b=XFF7p68fU+9ZQnFdiSxGZHgk1OutpEc6MsfNIqoXcRLso07HSvn/90Ibx4R5UuSRDY Jvsbm91IQQMbDiTrfP/PZin7PGlGmXbQ+MxqZRcDe6s58T7aFJFQ90F39uF4kZ95VyFX cPdYK2UtoPlAonvK93CpIsQo79h4/1uO266PY= Received: by 10.227.195.209 with SMTP id ed17mr1881038wbb.13.1309441527115; Thu, 30 Jun 2011 06:45:27 -0700 (PDT) MIME-Version: 1.0 Sender: villa.alberto@gmail.com Received: by 10.227.145.2 with HTTP; Thu, 30 Jun 2011 06:45:07 -0700 (PDT) In-Reply-To: <4E0C779E.8010509@rainbow-runner.nl> References: <20110620153753.GA41541@freebsd.org> <4E0C779E.8010509@rainbow-runner.nl> From: Alberto Villa Date: Thu, 30 Jun 2011 15:45:07 +0200 X-Google-Sender-Auth: _ZWBOixrrRCkFVMEnz2oONUlq8k Message-ID: To: Koop Mast Content-Type: text/plain; charset=ISO-8859-1 Cc: Roman Divacky , kde@freebsd.org, freebsd-ports@freebsd.org Subject: Re: [ANNOUNCE]: clang compiling ports 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, 30 Jun 2011 13:45:29 -0000 On Thu, Jun 30, 2011 at 3:18 PM, Koop Mast wrote: > I need to review the patches mentioned on the end of that wiki page. But I > have currently a couple of deadlines I need to do work for, so that takes > priority atm. If I find anything that is still needed, I will let the > responsible people now. oh, found it. that patch is obsolete. qt4 is now able to build (theoretically) with any compiler from ports and base -- Alberto Villa, FreeBSD committer http://people.FreeBSD.org/~avilla From owner-freebsd-ports@FreeBSD.ORG Thu Jun 30 13:49:23 2011 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 2642A106566B; Thu, 30 Jun 2011 13:49:23 +0000 (UTC) (envelope-from gnixua@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 761DA8FC12; Thu, 30 Jun 2011 13:49:22 +0000 (UTC) Received: by bwa20 with SMTP id 20so2687890bwa.13 for ; Thu, 30 Jun 2011 06:49:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=h/3H4+AMdZK65i1QVuuZYtJke7EnLUHP1n5ikCRewNI=; b=hDDETNvGv4FNvRzNCJNgo3LkAo2CsPBHcWVbvaSnWRCbs5zCnKT0FPCLOhntI9uBcX inc3MPYYTUPNcRa/a+MU9xAE++u6ixOFGRcIX3DaPn20sDQfatRoIOKIYR69K28e4564 56cSi4i4rQ4DYn0u9cLyprzYg+3gg/o6iqZXQ= Received: by 10.204.41.199 with SMTP id p7mr1875020bke.209.1309441761138; Thu, 30 Jun 2011 06:49:21 -0700 (PDT) Received: from gx.laptop.net (pptp-dm2010060102.domashka.kiev.ua [94.45.36.125]) by mx.google.com with ESMTPS id n3sm2113421bka.16.2011.06.30.06.49.19 (version=SSLv3 cipher=OTHER); Thu, 30 Jun 2011 06:49:20 -0700 (PDT) Message-ID: <4E0C7ED1.6080701@gmail.com> Date: Thu, 30 Jun 2011 16:49:05 +0300 From: Gritsuk Anton User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.18) Gecko/20110622 Lightning/1.0b2 Thunderbird/3.1.11 MIME-Version: 1.0 To: Luca Pizzamiglio References: <201106300544.56629.lumiwa@gmail.com> <20110630120258.GA32795@hag.hw.v5d.org> <4E0C6858.5020100@gmail.com> <4E0C7A26.2000601@bally-wulff.de> In-Reply-To: <4E0C7A26.2000601@bally-wulff.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: vd@freebsd.org, ajtiM , freebsd-ports@freebsd.org Subject: Re: vigra 1.7.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gnixua@gmail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2011 13:49:23 -0000 Thanks. On 30.06.2011 16:29, Luca Pizzamiglio wrote: > you still have the wrong hdf5 library installed. > ===>>> The dependency for science/hdf5-18 > seems to be handled by hdf5-1.6.9_1 > > remove hdf5-1.6.9_1 with pkd_delete and restart portmaster graphic/vigra > > Bye > > On 06/30/11 14:13, Gritsuk Anton wrote: >> It's not work for me. Why? >> >> See the attach file. >> >> >> On 30.06.2011 15:02, Vasil Dimov wrote: >>> Hi, >>> >>> I fixed this in >>> http://lists.freebsd.org/pipermail/cvs-ports/2011-June/220020.html >>> http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/158425 >>> >> >> >> >> >> _______________________________________________ >> 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" > -- best regards, Anton From owner-freebsd-ports@FreeBSD.ORG Thu Jun 30 13:54:07 2011 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 940AC106568B; Thu, 30 Jun 2011 13:54:07 +0000 (UTC) (envelope-from l.pizzamiglio@bally-wulff.de) Received: from mail2.bally-wulff-berlin.de (mail2.bally-wulff-berlin.de [212.144.118.9]) by mx1.freebsd.org (Postfix) with ESMTP id 565768FC12; Thu, 30 Jun 2011 13:54:06 +0000 (UTC) Received: from bwex.bally-wulff.de (unknown [192.9.204.106]) by mail2.bally-wulff-berlin.de (Postfix) with ESMTP id EFC8B99052; Thu, 30 Jun 2011 15:29:13 +0200 (CEST) Received: from pizzamig.bally.de ([192.9.205.30]) by bwex.bally-wulff.de with Microsoft SMTPSVC(6.0.3790.4675); Thu, 30 Jun 2011 15:29:14 +0200 Message-ID: <4E0C7A26.2000601@bally-wulff.de> Date: Thu, 30 Jun 2011 15:29:10 +0200 From: Luca Pizzamiglio User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.18) Gecko/20110622 Thunderbird/3.1.11 MIME-Version: 1.0 To: gnixua@gmail.com References: <201106300544.56629.lumiwa@gmail.com> <20110630120258.GA32795@hag.hw.v5d.org> <4E0C6858.5020100@gmail.com> In-Reply-To: <4E0C6858.5020100@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 30 Jun 2011 13:29:14.0209 (UTC) FILETIME=[B4201510:01CC3729] Cc: vd@freebsd.org, ajtiM , freebsd-ports@freebsd.org Subject: Re: vigra 1.7.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2011 13:54:07 -0000 you still have the wrong hdf5 library installed. ===>>> The dependency for science/hdf5-18 seems to be handled by hdf5-1.6.9_1 remove hdf5-1.6.9_1 with pkd_delete and restart portmaster graphic/vigra Bye On 06/30/11 14:13, Gritsuk Anton wrote: > It's not work for me. Why? > > See the attach file. > > > On 30.06.2011 15:02, Vasil Dimov wrote: >> Hi, >> >> I fixed this in >> http://lists.freebsd.org/pipermail/cvs-ports/2011-June/220020.html >> http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/158425 >> > > > > > _______________________________________________ > 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 Thu Jun 30 15:12:36 2011 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 899FD106566B for ; Thu, 30 Jun 2011 15:12:36 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (mx0.zoral.com.ua [91.193.166.200]) by mx1.freebsd.org (Postfix) with ESMTP id 0BD988FC08 for ; Thu, 30 Jun 2011 15:12:35 +0000 (UTC) Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua [10.1.1.148]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id p5UFCWHS011771 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 30 Jun 2011 18:12:32 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.4/8.14.4) with ESMTP id p5UFCWR3095611; Thu, 30 Jun 2011 18:12:32 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.4/8.14.4/Submit) id p5UFCWaQ095609; Thu, 30 Jun 2011 18:12:32 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Thu, 30 Jun 2011 18:12:32 +0300 From: Kostik Belousov To: ports@freebsd.org Message-ID: <20110630151232.GU48734@deviant.kiev.zoral.com.ua> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+F0XGtU7TUtMcKbs" Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.2 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-3.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00, DNS_FROM_OPENWHOIS autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua Cc: pavelivolkov@googlemail.com, lev@freebsd.org Subject: sqlite3 3.7.7 and svn 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, 30 Jun 2011 15:12:36 -0000 --+F0XGtU7TUtMcKbs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable It seems that update from sqlite3 3.7.6.3 to 3.7.7 breaks svn, at least the svnsync does not work for me anymore. I am afraid to touch local checkouts since I have a useful work sitting in them. An attempt to svnsync sync results in not quite useful message svnsync: Error while replaying commit Ktracing svnsync shown the text like ( failure ( ( 200029 38:Couldn't perform atomic initialization 31:subv\ ersion/libsvn_subr/atomic.c 55 ) ( 200030 27:database schema has chang\ ed 31:subversion/libsvn_subr/sqlite.c 99 ) ) )=20 passed near /dev/null, that gave me a hint. Indeed, downgrade of the sqlite3 port to 3.7.6.3 allowed svnsync to process. This is amd64 stable/8 machine with subversion-freebsd-1.6.17_2. --+F0XGtU7TUtMcKbs Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (FreeBSD) iEYEARECAAYFAk4Mkl8ACgkQC3+MBN1Mb4i0xgCgwFjVFddvwC836BwRntRFSmhx UkwAn1FiTGo1vBRuuqil8OkHIc0Hee75 =h02N -----END PGP SIGNATURE----- --+F0XGtU7TUtMcKbs-- From owner-freebsd-ports@FreeBSD.ORG Thu Jun 30 16:02:43 2011 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 BE759106564A for ; Thu, 30 Jun 2011 16:02:43 +0000 (UTC) (envelope-from mezz.freebsd@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 94D638FC14 for ; Thu, 30 Jun 2011 16:02:43 +0000 (UTC) Received: by pzk27 with SMTP id 27so2566429pzk.13 for ; Thu, 30 Jun 2011 09:02:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=xurG80I5EEX7+g7NttHkJ73B0UWTEGcj1i9YrwPSik0=; b=yCO3e9dH+3ePduY3haQ3/OtvWc10SeYu/n+ub+7JuZYdumc1DdPoMbeGGkBJeTJIOn cbKWkmR+fcRARajY93DONCWLvBqjIWDyDwpiRWL8VVQx/wbQF8Vnq3xSJ99h9YBaWiEO G5cAX0se/OeFWPxrKr5dXhFmLT6BuY1rPTLuk= MIME-Version: 1.0 Received: by 10.68.17.164 with SMTP id p4mr2665529pbd.328.1309449762864; Thu, 30 Jun 2011 09:02:42 -0700 (PDT) Received: by 10.68.58.230 with HTTP; Thu, 30 Jun 2011 09:02:42 -0700 (PDT) In-Reply-To: <20110630151232.GU48734@deviant.kiev.zoral.com.ua> References: <20110630151232.GU48734@deviant.kiev.zoral.com.ua> Date: Thu, 30 Jun 2011 11:02:42 -0500 Message-ID: From: Jeremy Messenger To: Kostik Belousov Content-Type: text/plain; charset=ISO-8859-1 Cc: ports@freebsd.org, pavelivolkov@googlemail.com, lev@freebsd.org Subject: Re: sqlite3 3.7.7 and svn 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, 30 Jun 2011 16:02:43 -0000 On Thu, Jun 30, 2011 at 10:12 AM, Kostik Belousov wrote: > It seems that update from sqlite3 3.7.6.3 to 3.7.7 breaks svn, It has been fixed in 3.7.7.1, you can try to update (not in ports yet) and see if it works. http://svn.haxx.se/dev/archive-2011-06/index.shtml#858 http://svn.haxx.se/dev/archive-2011-06/index.shtml#872 Cheers, Mezz > at least the svnsync does not work for me anymore. I am afraid > to touch local checkouts since I have a useful work sitting in them. > > An attempt to svnsync sync results in not quite useful message > svnsync: Error while replaying commit > > Ktracing svnsync shown the text like > ( failure ( ( 200029 38:Couldn't perform atomic initialization 31:subv\ > ersion/libsvn_subr/atomic.c 55 ) ( 200030 27:database schema has chang\ > ed 31:subversion/libsvn_subr/sqlite.c 99 ) ) ) > passed near /dev/null, that gave me a hint. > > Indeed, downgrade of the sqlite3 port to 3.7.6.3 allowed svnsync to process. > > This is amd64 stable/8 machine with subversion-freebsd-1.6.17_2. -- mezz.freebsd@gmail.com - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Thu Jun 30 16:06:39 2011 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 A44A6106564A; Thu, 30 Jun 2011 16:06:39 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from mail1.sourcehosting.net (mail1.sourcehosting.net [74.205.51.45]) by mx1.freebsd.org (Postfix) with ESMTP id 7A0148FC1D; Thu, 30 Jun 2011 16:06:39 +0000 (UTC) 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.73 (FreeBSD)) (envelope-from ) id 1QcJ4p-000GPB-Dk; Thu, 30 Jun 2011 11:22:54 -0400 Received: from v104.entropy.prv (v104.entropy.prv [192.168.1.104]) by cube.entropy.prv (Postfix) with ESMTP id 9B52C4FC6287; Thu, 30 Jun 2011 11:28:10 -0400 (EDT) Message-ID: <4E0C960A.9060108@FreeBSD.org> Date: Thu, 30 Jun 2011 11:28:10 -0400 From: Greg Larkin Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.18) Gecko/20110616 Lightning/1.0b2 Thunderbird/3.1.11 MIME-Version: 1.0 To: Kostik Belousov References: <20110630151232.GU48734@deviant.kiev.zoral.com.ua> In-Reply-To: <20110630151232.GU48734@deviant.kiev.zoral.com.ua> X-Enigmail-Version: 1.1.1 OpenPGP: id=1C940290 X-SA-Exim-Connect-IP: 68.189.245.235 X-SA-Exim-Mail-From: glarkin@FreeBSD.org X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail1.sourcehosting.net X-Spam-Level: *** X-Spam-Status: No, score=3.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_PBL, RCVD_IN_RP_RNBL, RCVD_IN_SORBS_DUL, RDNS_DYNAMIC, TVD_RCVD_IP autolearn=no version=3.3.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SA-Exim-Version: 4.2 X-SA-Exim-Scanned: Yes (on mail1.sourcehosting.net) Cc: ports@freebsd.org, pavelivolkov@googlemail.com, lev@freebsd.org Subject: Re: sqlite3 3.7.7 and svn 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, 30 Jun 2011 16:06:39 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 6/30/11 11:12 AM, Kostik Belousov wrote: > It seems that update from sqlite3 3.7.6.3 to 3.7.7 breaks svn, > at least the svnsync does not work for me anymore. I am afraid > to touch local checkouts since I have a useful work sitting in them. > > An attempt to svnsync sync results in not quite useful message > svnsync: Error while replaying commit > > Ktracing svnsync shown the text like > ( failure ( ( 200029 38:Couldn't perform atomic initialization 31:subv\ > ersion/libsvn_subr/atomic.c 55 ) ( 200030 27:database schema has chang\ > ed 31:subversion/libsvn_subr/sqlite.c 99 ) ) ) > passed near /dev/null, that gave me a hint. > > Indeed, downgrade of the sqlite3 port to 3.7.6.3 allowed svnsync to process. > > This is amd64 stable/8 machine with subversion-freebsd-1.6.17_2. Looks like this bug has been getting some attention: http://svn.haxx.se/dev/archive-2011-06/0858.shtml http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg916031.html http://www.mail-archive.com/debian-bugs-closed@lists.debian.org/msg328104.html This release fixes the problem: http://www.sqlite.org/releaselog/3_7_7_1.html Regards, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. http://twitter.com/cpucycle/ - Follow you, follow me -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk4MlgoACgkQ0sRouByUApA8PwCbBC7TWcYNkj++uT9X71zIFBmE cVgAn3iE+IeCC/mjR5qM2O2xTsE5psCQ =qZlC -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Thu Jun 30 17:56:14 2011 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 D67A3106566B for ; Thu, 30 Jun 2011 17:56:14 +0000 (UTC) (envelope-from barbara.xxx1975@libero.it) Received: from outrelay02.libero.it (outrelay02.libero.it [212.52.84.102]) by mx1.freebsd.org (Postfix) with ESMTP id 5CD788FC1A for ; Thu, 30 Jun 2011 17:56:13 +0000 (UTC) X-CTCH-Spam: Unknown X-CTCH-RefID: str=0001.0A0B0201.4E0CB8BC.00D4,ss=1,re=0.000,fgs=0 X-libjamoibt: 1821 Received: from wmail53 (172.31.0.244) by outrelay02.libero.it (8.5.133) (authenticated as barbara.xxx1975@libero.it) id 4E09A78E004FE674; Thu, 30 Jun 2011 19:56:12 +0200 Message-ID: <16164119.5613411309456572432.JavaMail.defaultUser@defaultHost> Date: Thu, 30 Jun 2011 19:56:12 +0200 (CEST) From: Barbara To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain;charset="UTF-8" Content-Transfer-Encoding: 7bit X-SenderIP: 87.17.218.2 Cc: mezz@FreeBSD.org Subject: www/transmission-web: make patch fails X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Barbara List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2011 17:56:14 -0000 # make patch ===> License check disabled, port has not defined LICENSE ===> Extracting for transmission-web-2.32 => SHA256 Checksum OK for transmission-2.32.tar.xz. ===> Patching for transmission-web-2.32 ===> Applying FreeBSD patches for transmission-web-2.32 1 out of 1 hunks failed--saving rejects to gtk/tr-prefs.c.rej => Patch patch-gtk_tr-prefs.c failed to apply cleanly. => Patch(es) patch-fix_without_ipv6 applied cleanly. *** Error code 1 Stop in /usr/ports/www/transmission-web. From owner-freebsd-ports@FreeBSD.ORG Thu Jun 30 18:30:27 2011 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 060AC106564A for ; Thu, 30 Jun 2011 18:30:27 +0000 (UTC) (envelope-from gcr+freebsd-ports@tharned.org) Received: from roadkill.tharned.org (roadkill.tharned.org [75.145.12.185]) by mx1.freebsd.org (Postfix) with ESMTP id BA0448FC0C for ; Thu, 30 Jun 2011 18:30:26 +0000 (UTC) Received: from roadkill.tharned.org (11008@roadkill.tharned.org [75.145.12.185]) (authenticated bits=0) by roadkill.tharned.org (8.14.4/8.14.4) with ESMTP id p5UHtsHl012185 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 30 Jun 2011 12:55:55 -0500 (CDT) (envelope-from gcr+freebsd-ports@tharned.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tharned.org; s=2011; t=1309456555; bh=AZRu2q3W6++5V+f4GaT1TWFO1gxfwvbHymMaW2Yy+5I=; l=2801; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type; b=XkSw57bJjkeqINEcrOe01QxKxoLfGnUCwgjrfqtIlg/V7Mn/ZTBsXPnCFP7kIKsdP DDOYazh5aV/chx72sqqqEIpnPyjmw7AogafWJRpE4o6/FaPb6S5WAbnRh2LVQHcm+c WRRRShApzREjdsayi7ggGGqzNJpwXDGQ3VchbVLg= Date: Thu, 30 Jun 2011 12:55:54 -0500 (CDT) From: Greg Rivers To: freebsd-ports@freebsd.org Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (roadkill.tharned.org [75.145.12.185]); Thu, 30 Jun 2011 12:55:55 -0500 (CDT) Subject: graphics/kipi-plugins-kde4 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: Thu, 30 Jun 2011 18:30:27 -0000 ===> The following configuration options are available for kipi-plugins-1.8.0_4,1: GPOD=on "Enable Ipod Export plugin" OPENCV=on "Enable Red Eye Removal plugin" PIMLIBS=on "Enable Calendar plugin" ===> Use 'make config' to modify these settings ... [snip] [ 80%] Building CXX object kioexportimport/CMakeFiles/kipiplugin_kioexportimport.dir/KioExportWidget.o [ 80%] Building CXX object kioexportimport/CMakeFiles/kipiplugin_kioexportimport.dir/KioImportWindow.o In file included from /usr/local/share/opencv/../../include/qaction.h:43, from /usr/ports/graphics/kipi-plugins-kde4/work/kipi-plugins-1.8.0/kioexportimport/KioImportWindow.cpp:28: /usr/local/share/opencv/../../include/qiconset.h:52: error: function definition does not declare parameters /usr/local/share/opencv/../../include/qiconset.h:101: error: function definition does not declare parameters In file included from /usr/ports/graphics/kipi-plugins-kde4/work/kipi-plugins-1.8.0/kioexportimport/KioImportWindow.cpp:28: /usr/local/share/opencv/../../include/qaction.h:56: error: function definition does not declare parameters /usr/local/share/opencv/../../include/qaction.h:151: error: function definition does not declare parameters /usr/ports/graphics/kipi-plugins-kde4/work/kipi-plugins-1.8.0/kioexportimport/KioImportWindow.cpp: In constructor 'KIPIKioExportPlugin::KioImportWindow::KioImportWindow(QWidget*, KIPI::Interface*)': /usr/ports/graphics/kipi-plugins-kde4/work/kipi-plugins-1.8.0/kioexportimport/KioImportWindow.cpp:107: error: invalid use of incomplete type 'struct QAction' /usr/local/kde4/include/kicontheme.h:34: error: forward declaration of 'struct QAction' /usr/ports/graphics/kipi-plugins-kde4/work/kipi-plugins-1.8.0/kioexportimport/KioImportWindow.cpp:109: error: no matching function for call to 'KIPIKioExportPlugin::KioImportWindow::connect(QAction*&, const char [17], KIPIKioExportPlugin::KioImportWindow* const, const char [12])' /usr/local/include/qt4/QtCore/qobject.h:209: note: candidates are: static bool QObject::connect(const QObject*, const char*, const QObject*, const char*, Qt::ConnectionType) /usr/local/include/qt4/QtCore/qobject.h:314: note: bool QObject::connect(const QObject*, const char*, const char*, Qt::ConnectionType) const *** Error code 1 1 error *** Error code 2 Linking CXX shared module ../lib/kipiplugin_piwigoexport.so [ 80%] Built target kipiplugin_piwigoexport 1 error *** Error code 2 1 error *** Error code 1 Stop in /usr/ports/graphics/kipi-plugins-kde4. *** Error code 1 Stop in /usr/ports/graphics/kipi-plugins-kde4. Removing and reinstalling opencv-core and opencv did not help, and pkg_info -g on same shows no mismatched checksums or missing files. -- Greg Rivers From owner-freebsd-ports@FreeBSD.ORG Thu Jun 30 18:51:13 2011 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 EA41D1065676 for ; Thu, 30 Jun 2011 18:51:13 +0000 (UTC) (envelope-from timp87@gmail.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id C7E0D8FC08 for ; Thu, 30 Jun 2011 18:51:13 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1QcMKW-0007cK-T0 for freebsd-ports@freebsd.org; Thu, 30 Jun 2011 11:51:12 -0700 Date: Thu, 30 Jun 2011 11:51:12 -0700 (PDT) From: timp To: freebsd-ports@freebsd.org Message-ID: <1309459872892-4539776.post@n5.nabble.com> In-Reply-To: <16164119.5613411309456572432.JavaMail.defaultUser@defaultHost> References: <16164119.5613411309456572432.JavaMail.defaultUser@defaultHost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: www/transmission-web: make patch fails 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, 30 Jun 2011 18:51:14 -0000 I confirm [root@timp ~]# portmaster -ad ... ... ===>>> The following actions will be taken if you choose to proceed: Upgrade transmission-web-2.31 to transmission-web-2.32 Upgrade transmission-cli-2.31 to transmission-cli-2.32 Upgrade transmission-daemon-2.31 to transmission-daemon-2.32 ===>>> Proceed? y/n [y] ===>>> Starting build for for ports that need updating <<<=== ===>>> Launching child to install www/transmission-web ===>>> Port directory: /usr/ports/www/transmission-web ===>>> Starting check for build dependencies ===>>> Gathering dependency list for www/transmission-web from ports ===>>> No dependencies for www/transmission-web ===> Cleaning for transmission-web-2.32 ===> License check disabled, port has not defined LICENSE ===> Extracting for transmission-web-2.32 => SHA256 Checksum OK for transmission-2.32.tar.xz. ===> Patching for transmission-web-2.32 ===> Applying FreeBSD patches for transmission-web-2.32 1 out of 1 hunks failed--saving rejects to gtk/tr-prefs.c.rej => Patch patch-gtk_tr-prefs.c failed to apply cleanly. => Patch(es) patch-fix_without_ipv6 applied cleanly. *** Error code 1 Stop in /usr/ports/www/transmission-web. ===>>> make failed for www/transmission-web ===>>> Aborting update ===>>> Update for www/transmission-web failed ===>>> Aborting update ===>>> You can restart from the point of failure with this command line: portmaster www/transmission-web net-p2p/transmission-cli net-p2p/transmission-daemon -- View this message in context: http://freebsd.1045724.n5.nabble.com/www-transmission-web-make-patch-fails-tp4539679p4539776.html Sent from the freebsd-ports mailing list archive at Nabble.com. From owner-freebsd-ports@FreeBSD.ORG Thu Jun 30 18:54:07 2011 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 EF4861065672; Thu, 30 Jun 2011 18:54:07 +0000 (UTC) (envelope-from kljose@phs.ucdavis.edu) Received: from yuma.ucdavis.edu (epm200.ucdavis.edu [169.237.157.200]) by mx1.freebsd.org (Postfix) with ESMTP id D52A38FC12; Thu, 30 Jun 2011 18:54:07 +0000 (UTC) Received: from YUMA.ad.epm.ucdavis.edu ([169.237.157.200]) by YUMA ([169.237.157.200]) with mapi; Thu, 30 Jun 2011 11:44:06 -0700 From: Keith Jose To: "flo@FreeBSD.org" Date: Thu, 30 Jun 2011 11:44:02 -0700 Thread-Topic: FreeBSD Port: rt-3.8.10 Thread-Index: Acw3VZO6KnIYasIqSjSPk6lRCt89QQ== Message-ID: <7345EF83BDFD384CA49176C8ABD25EA94C80711E00@YUMA> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: yes X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=SHA1; boundary="----=_NextPart_000_005E_01CC371B.01D17290" MIME-Version: 1.0 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "ports@FreeBSD.org" Subject: FreeBSD Port: rt-3.8.10 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2011 18:54:08 -0000 ------=_NextPart_000_005E_01CC371B.01D17290 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi - are there plans to get RT-4.x into the ports tree? Thanks Keith ------=_NextPart_000_005E_01CC371B.01D17290-- From owner-freebsd-ports@FreeBSD.ORG Thu Jun 30 19:02:02 2011 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 191C01065673; Thu, 30 Jun 2011 19:02:02 +0000 (UTC) (envelope-from ron@zytrax.com) Received: from www.zytrax.com (host1.zytrax.com [210.23.9.16]) by mx1.freebsd.org (Postfix) with ESMTP id D32218FC16; Thu, 30 Jun 2011 19:02:01 +0000 (UTC) Received: from [192.168.1.64] (dsl-67-230-154-100.tor.primus.ca [67.230.154.100]) by www.zytrax.com (Postfix) with ESMTP id 1F0FB10AF5C; Thu, 30 Jun 2011 14:32:20 -0400 (EDT) Message-ID: <4E0CC45A.8010501@zytrax.com> Date: Thu, 30 Jun 2011 14:45:46 -0400 From: Ron Aitchison User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.18) Gecko/20110616 Lightning/1.0b2 Thunderbird/3.1.11 MIME-Version: 1.0 To: dinoex@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: FreeBSD Port: ap13-mod_ruby-1.3.0_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: Thu, 30 Jun 2011 19:02:02 -0000 I had a problem installing ruby for apache 1.3.42 on FBSD 8.1 RELEASE on an AMD64 processor. It failed in "make install" due to a failure to find regmatch_t definition (at lines 1071 and 1075 in httpd.h) using oniguruma.h from /usr/local/lib/ruby/1.8/amd64-freebsd8/oniguruma.h which supplies regex_t but not regmatch_t. I fixed my problem by simply copying the regmatch_t definition from a handy pcreposix.h file into the oniguruma.h file which I'm sure is not the "right" solution. I'm happy to supply any further info you require or to raise a bug report if you would prefer. Regards and thanks for your great work. -- Ron Aitchison www.zytrax.com ZYTRAX ron@zytrax.com tel: 514-315-4296 Suite 22 6201 Chemin Cote St. Luc Hampstead QC H3X 2H2 Canada Author: Pro DNS and BIND (Apress) ISBN 1-59059-494-0 From owner-freebsd-ports@FreeBSD.ORG Thu Jun 30 19:11:08 2011 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 927D41065674 for ; Thu, 30 Jun 2011 19:11:08 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 696988FC15; Thu, 30 Jun 2011 19:11:08 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p5UJB732035822; Thu, 30 Jun 2011 19:11:07 GMT (envelope-from flo@FreeBSD.org) Message-ID: <4E0CCA4B.1020405@FreeBSD.org> Date: Thu, 30 Jun 2011 21:11:07 +0200 From: Florian Smeets User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0) Gecko/20110625 Thunderbird/5.0b2pre MIME-Version: 1.0 To: Keith Jose References: <7345EF83BDFD384CA49176C8ABD25EA94C80711E00@YUMA> In-Reply-To: <7345EF83BDFD384CA49176C8ABD25EA94C80711E00@YUMA> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Cc: "ports@FreeBSD.org" Subject: Re: FreeBSD Port: rt-3.8.10 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2011 19:11:08 -0000 On 30.06.11 20:44, Keith Jose wrote: > Hi – are there plans to get RT-4.x into the ports tree? Hi, sorry but i do not have plans for 4.0, as i do not use RT anymore. I will further maintain rt38 but 4.0 seems to be quite a lot of work, for which i just don't have time. Cheers, Florian From owner-freebsd-ports@FreeBSD.ORG Thu Jun 30 19:44:37 2011 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 D76AA106566C; Thu, 30 Jun 2011 19:44:37 +0000 (UTC) (envelope-from mezz.freebsd@gmail.com) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id ACDEC8FC0C; Thu, 30 Jun 2011 19:44:37 +0000 (UTC) Received: by pvg11 with SMTP id 11so2779309pvg.13 for ; Thu, 30 Jun 2011 12:44:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=2snlnUfmF3iQsrkbIokC9IILJICqa61xRLNWjL43+7I=; b=PY/VkheZxqscp8n9xA9wvmttuXsrN7rf4DjtyeQfhWVvV8D4UrksyHgv6WT+JQSMJW oaZ91+l7v1kcUWD0BHTThg7+A0gjo3OnSxnF/CQbWKQ5aW2f/R6jhPA/5bhf/zqfpPLT zJKlI7G4zuvowVIjbHg07ZOBK317W1e0ogVeQ= MIME-Version: 1.0 Received: by 10.68.28.103 with SMTP id a7mr2822020pbh.395.1309463076900; Thu, 30 Jun 2011 12:44:36 -0700 (PDT) Received: by 10.68.58.230 with HTTP; Thu, 30 Jun 2011 12:44:36 -0700 (PDT) In-Reply-To: <16164119.5613411309456572432.JavaMail.defaultUser@defaultHost> References: <16164119.5613411309456572432.JavaMail.defaultUser@defaultHost> Date: Thu, 30 Jun 2011 14:44:36 -0500 Message-ID: From: Jeremy Messenger To: Barbara Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org, mezz@freebsd.org Subject: Re: www/transmission-web: make patch fails 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, 30 Jun 2011 19:44:37 -0000 On Thu, Jun 30, 2011 at 12:56 PM, Barbara wrote= : > # make patch > =3D=3D=3D> =A0License check disabled, port has not defined LICENSE > =3D=3D=3D> =A0Extracting for transmission-web-2.32 > =3D> SHA256 Checksum OK for transmission-2.32.tar.xz. > =3D=3D=3D> =A0Patching for transmission-web-2.32 > =3D=3D=3D> =A0Applying FreeBSD patches for transmission-web-2.32 > 1 out of 1 hunks failed--saving rejects to gtk/tr-prefs.c.rej > =3D> Patch patch-gtk_tr-prefs.c failed to apply cleanly. > =3D> Patch(es) patch-fix_without_ipv6 applied cleanly. > *** Error code 1 > > Stop in /usr/ports/www/transmission-web. Forgot to remove a patch, committed it. Cheers, Mezz --=20 mezz.freebsd@gmail.com - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Thu Jun 30 20:29:09 2011 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 33C0F106566B for ; Thu, 30 Jun 2011 20:29:09 +0000 (UTC) (envelope-from matt@conundrum.com) Received: from coke.conundrum.com (coke.conundrum.com [216.235.9.139]) by mx1.freebsd.org (Postfix) with ESMTP id 6D5798FC13 for ; Thu, 30 Jun 2011 20:29:07 +0000 (UTC) Received: from chani.conundrum.com (chani.conundrum.com [216.235.10.34]) by coke.conundrum.com (8.13.1/8.12.6) with ESMTP id p5UKSl7v094344; Thu, 30 Jun 2011 16:28:47 -0400 (EDT) (envelope-from matt@conundrum.com) From: Matthew Pounsett Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Thu, 30 Jun 2011 16:28:42 -0400 To: freebsd-ports@FreeBSD.org Message-Id: Mime-Version: 1.0 (Apple Message framework v1084) X-Mailer: Apple Mail (2.1084) Cc: Subject: sudo always_set_home permanently set? 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, 30 Jun 2011 20:29:09 -0000 I'm having an issue with the sudo port.. always_set_home seems to be on = by default (contrary to the documentation), and I can't get it to turn = off. I don't see any patches related to this in the port's files = directory, so I'm at a loss as to the cause. What am I missing? > sudo -V Sudo version 1.7.4p4 > sudo grep set_home /usr/local/etc/sudoers Defaults !always_set_home Defaults !set_home > sudo env | grep HOME HOME=3D/root From owner-freebsd-ports@FreeBSD.ORG Thu Jun 30 21:11:38 2011 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 D91051065674 for ; Thu, 30 Jun 2011 21:11:38 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from p578be941.dip0.t-ipconnect.de (p578be941.dip0.t-ipconnect.de [87.139.233.65]) by mx1.freebsd.org (Postfix) with ESMTP id 9872C8FC17 for ; Thu, 30 Jun 2011 21:11:38 +0000 (UTC) Received: from [192.168.0.100] (cde1100.uni.vrs [192.168.0.100]) (Authenticated sender: ohauer) by p578be941.dip0.t-ipconnect.de (Postfix) with ESMTPSA id EEC4A20722; Thu, 30 Jun 2011 23:11:32 +0200 (CEST) Message-ID: <4E0CE680.4010909@FreeBSD.org> Date: Thu, 30 Jun 2011 23:11:28 +0200 From: Olli Hauer User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20110624 Thunderbird/5.0 MIME-Version: 1.0 To: Matthew Pounsett References: In-Reply-To: X-Enigmail-Version: 1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@FreeBSD.org Subject: Re: sudo always_set_home permanently set? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ohauer@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2011 21:11:38 -0000 On 2011-06-30 22:28, Matthew Pounsett wrote: > > I'm having an issue with the sudo port.. always_set_home seems to be on by default (contrary to the documentation), and I can't get it to turn off. I don't see any patches related to this in the port's files directory, so I'm at a loss as to the cause. What am I missing? > >> sudo -V > Sudo version 1.7.4p4 > >> sudo grep set_home /usr/local/etc/sudoers > Defaults !always_set_home > Defaults !set_home > >> sudo env | grep HOME > HOME=/root First your sudo is a little bit outdated actual version is sudo-1.8.1_5. Make sure you have the following line in sudoers Defaults env_keep += "HOME" If you started with your sudoers long time ago compare it with the example file, there are many changes. From owner-freebsd-ports@FreeBSD.ORG Thu Jun 30 21:21:28 2011 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 36B5F106564A for ; Thu, 30 Jun 2011 21:21:28 +0000 (UTC) (envelope-from matt@conundrum.com) Received: from coke.conundrum.com (coke.conundrum.com [216.235.9.139]) by mx1.freebsd.org (Postfix) with ESMTP id DD4058FC0C for ; Thu, 30 Jun 2011 21:21:27 +0000 (UTC) Received: from chani.conundrum.com (chani.conundrum.com [216.235.10.34]) by coke.conundrum.com (8.13.1/8.12.6) with ESMTP id p5ULLCXu095297; Thu, 30 Jun 2011 17:21:13 -0400 (EDT) (envelope-from matt@conundrum.com) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Matthew Pounsett In-Reply-To: <4E0CE680.4010909@FreeBSD.org> Date: Thu, 30 Jun 2011 17:21:07 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: References: <4E0CE680.4010909@FreeBSD.org> To: ohauer@freebsd.org X-Mailer: Apple Mail (2.1084) Cc: freebsd-ports@freebsd.org Subject: Re: sudo always_set_home permanently set? 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, 30 Jun 2011 21:21:28 -0000 On 2011/06/30, at 17:11, Olli Hauer wrote: > First your sudo is a little bit outdated actual > version is sudo-1.8.1_5. It's not super old.. this ports tree is only a few months old I think. = But thanks, I'll look at the new version. > Make sure you have the following line in sudoers > Defaults env_keep +=3D "HOME" That's probably it, thanks. > If you started with your sudoers long time ago > compare it with the example file, there are many > changes. Nah, this is basically still the default one that came with 1.7.4p4 = aside from the Defaults changes I mentioned. Thanks again, Matt From owner-freebsd-ports@FreeBSD.ORG Fri Jul 1 03:22:02 2011 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx2.freebsd.org (mx2.freebsd.org [IPv6:2001:4f8:fff6::35]) by hub.freebsd.org (Postfix) with ESMTP id 4D0D6106564A; Fri, 1 Jul 2011 03:22:02 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from 65-241-43-4.globalsuite.net (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx2.freebsd.org (Postfix) with ESMTP id A5AE514DB94; Fri, 1 Jul 2011 03:22:01 +0000 (UTC) Message-ID: <4E0D3D59.40800@FreeBSD.org> Date: Thu, 30 Jun 2011 20:22:01 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.18) Gecko/20110624 Thunderbird/3.1.11 MIME-Version: 1.0 To: Stephen Montgomery-Smith References: <201106302103.p5UL3heP028971@repoman.freebsd.org> In-Reply-To: <201106302103.p5UL3heP028971@repoman.freebsd.org> X-Enigmail-Version: 1.1.2 OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Ports Subject: Re: cvs commit: ports UPDATING 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, 01 Jul 2011 03:22:02 -0000 On 06/30/2011 14:03, Stephen Montgomery-Smith wrote: > stephen 2011-06-30 21:03:43 UTC > > FreeBSD ports repository > > Modified files: > . UPDATING > Log: > - Tell octave-forge* users to completely remove old ports before reinstalling. This is not the first time this issue (ports doing the wrong thing if you try to build them while they are installed) has come up, and I've been thinking ... do we need something like a NO_REINSTALL flag that can be added to a port's Makefile to indicate the problem? I realize that in many cases the problem is better solved by fixing the real problem. However I think that there are likely situations like this where there is a legitimate problem that can only be overcome by removing the installed ports first. Is this idea worth pursuing? I have some ideas about how it should be implemented but I'm curious what others think about the concept first. Doug -- Nothin' ever doesn't change, but nothin' changes much. -- OK Go Breadth of IT experience, and depth of knowledge in the DNS. Yours for the right price. :) http://SupersetSolutions.com/ From owner-freebsd-ports@FreeBSD.ORG Fri Jul 1 03:57:16 2011 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 C4D08106564A; Fri, 1 Jul 2011 03:57:16 +0000 (UTC) (envelope-from stephen@missouri.edu) Received: from wilberforce.math.missouri.edu (wilberforce.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id 8D3B78FC13; Fri, 1 Jul 2011 03:57:16 +0000 (UTC) Received: from [127.0.0.1] (wilberforce.math.missouri.edu [128.206.184.213]) by wilberforce.math.missouri.edu (8.14.4/8.14.4) with ESMTP id p613vFdr029555; Thu, 30 Jun 2011 22:57:15 -0500 (CDT) (envelope-from stephen@missouri.edu) Message-ID: <4E0D459B.9070808@missouri.edu> Date: Thu, 30 Jun 2011 22:57:15 -0500 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110516 Thunderbird/3.1.10 MIME-Version: 1.0 To: Doug Barton References: <201106302103.p5UL3heP028971@repoman.freebsd.org> <4E0D3D59.40800@FreeBSD.org> In-Reply-To: <4E0D3D59.40800@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Stephen Montgomery-Smith , FreeBSD Ports Subject: Re: cvs commit: ports UPDATING 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, 01 Jul 2011 03:57:16 -0000 On 06/30/2011 10:22 PM, Doug Barton wrote: > On 06/30/2011 14:03, Stephen Montgomery-Smith wrote: >> stephen 2011-06-30 21:03:43 UTC >> >> FreeBSD ports repository >> >> Modified files: >> . UPDATING >> Log: >> - Tell octave-forge* users to completely remove old ports before reinstalling. > > This is not the first time this issue (ports doing the wrong thing if > you try to build them while they are installed) has come up, and I've > been thinking ... do we need something like a NO_REINSTALL flag that can > be added to a port's Makefile to indicate the problem? I realize that in > many cases the problem is better solved by fixing the real problem. > However I think that there are likely situations like this where there > is a legitimate problem that can only be overcome by removing the > installed ports first. > > Is this idea worth pursuing? I have some ideas about how it should be > implemented but I'm curious what others think about the concept first. > > > Doug Doug, I just wanted to say that you may have misunderstood my commit log, because of some personal email exchanges we have had. I have now repaired the octave-forge ports so that there is no need to have them use a NO_REINSTALL flag. However, this required me to redesign how the ports work. So my message in UPDATING was merely telling the users to deinstall all the octave forge ports ONE TIME, before rebuilding them. After deinstalling them and then reinstalling them, the octave-forge ports should afterwards be completely compatible with portmaster. So a NO_REINSTALL flag is not required for octave-forge*. (Not that other ports might need it.) Thanks, Stephen From owner-freebsd-ports@FreeBSD.ORG Fri Jul 1 04:41:47 2011 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 B70CF106564A; Fri, 1 Jul 2011 04:41:47 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 7246C8FC0A; Fri, 1 Jul 2011 04:41:47 +0000 (UTC) Received: by iyb11 with SMTP id 11so3429358iyb.13 for ; Thu, 30 Jun 2011 21:41:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=gcopUX/SsoaSBXSALyoVBRQGwWD6mkvyzKOPJsr0xHI=; b=YlyvbPw40aHPiC7y/mLo2w+GI8EsNsxBEUCcczTdfihrDnljfJGOkmBDikx4k1Ot8H b5LqCH82WzhgMY8dqCJIiM775Rjh1OjG4CSE3LTPjhfChyJ9XAF4E0G8JMUF8oPk/2IE /Q3H6AOIXfGHmIi+m1sidI5eaL/VnX5gz8YGo= Received: by 10.42.141.9 with SMTP id m9mr2723766icu.216.1309493898530; Thu, 30 Jun 2011 21:18:18 -0700 (PDT) Received: from schism.local (c-76-124-49-145.hsd1.pa.comcast.net [76.124.49.145]) by mx.google.com with ESMTPS id hw7sm2887909icc.15.2011.06.30.21.18.16 (version=SSLv3 cipher=OTHER); Thu, 30 Jun 2011 21:18:17 -0700 (PDT) Message-ID: <4E0D4A87.3060901@gmail.com> Date: Fri, 01 Jul 2011 00:18:15 -0400 From: Glen Barber User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: Doug Barton References: <201106302103.p5UL3heP028971@repoman.freebsd.org> <4E0D3D59.40800@FreeBSD.org> In-Reply-To: <4E0D3D59.40800@FreeBSD.org> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Ports Subject: Re: cvs commit: ports UPDATING 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, 01 Jul 2011 04:41:47 -0000 On 6/30/11 11:22 PM, Doug Barton wrote: > This is not the first time this issue (ports doing the wrong thing if > you try to build them while they are installed) has come up, and I've > been thinking ... do we need something like a NO_REINSTALL flag that can > be added to a port's Makefile to indicate the problem? I realize that in > many cases the problem is better solved by fixing the real problem. > However I think that there are likely situations like this where there > is a legitimate problem that can only be overcome by removing the > installed ports first. > I think it would be nice to have a "I_KNOW_I_HAVE_THIS_PORT_INSTALLED_ALREADY_BUT_UPGRADE_IT_ANYWAY" flag for situations that seem to be what caused this reply, unless I misunderstand the cause of the UPDATING entry. In either case, see below. More specifically, I think it would be nice if 'PACKAGE_SITE=$mylocaltinderbox pkg_add ' didn't complain that I already have a prerequisite packages, though lesser-versioned that is required for installed currently, while failing to upgrade the prerequisite package when I know it's necessary for the upgrade. Maybe I've missed various flags in various manual pages - I would be thrilled to be proven that this is the case. -- Glen Barber From owner-freebsd-ports@FreeBSD.ORG Fri Jul 1 04:46:06 2011 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx2.freebsd.org (mx2.freebsd.org [IPv6:2001:4f8:fff6::35]) by hub.freebsd.org (Postfix) with ESMTP id 5F86B106564A; Fri, 1 Jul 2011 04:46:06 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from 65-241-43-4.globalsuite.net (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx2.freebsd.org (Postfix) with ESMTP id 0328D150AEF; Fri, 1 Jul 2011 04:46:05 +0000 (UTC) Message-ID: <4E0D510D.7070305@FreeBSD.org> Date: Thu, 30 Jun 2011 21:46:05 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.18) Gecko/20110624 Thunderbird/3.1.11 MIME-Version: 1.0 To: Stephen Montgomery-Smith References: <201106302103.p5UL3heP028971@repoman.freebsd.org> <4E0D3D59.40800@FreeBSD.org> <4E0D459B.9070808@missouri.edu> In-Reply-To: <4E0D459B.9070808@missouri.edu> X-Enigmail-Version: 1.1.2 OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Stephen Montgomery-Smith , FreeBSD Ports Subject: Re: cvs commit: ports UPDATING 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, 01 Jul 2011 04:46:06 -0000 On 06/30/2011 20:57, Stephen Montgomery-Smith wrote: > On 06/30/2011 10:22 PM, Doug Barton wrote: >> On 06/30/2011 14:03, Stephen Montgomery-Smith wrote: >>> stephen 2011-06-30 21:03:43 UTC >>> >>> FreeBSD ports repository >>> >>> Modified files: >>> . UPDATING >>> Log: >>> - Tell octave-forge* users to completely remove old ports before >>> reinstalling. >> >> This is not the first time this issue (ports doing the wrong thing if >> you try to build them while they are installed) has come up, and I've >> been thinking ... do we need something like a NO_REINSTALL flag that can >> be added to a port's Makefile to indicate the problem? I realize that in >> many cases the problem is better solved by fixing the real problem. >> However I think that there are likely situations like this where there >> is a legitimate problem that can only be overcome by removing the >> installed ports first. >> >> Is this idea worth pursuing? I have some ideas about how it should be >> implemented but I'm curious what others think about the concept first. >> >> >> Doug > > Doug, > > I just wanted to say that you may have misunderstood my commit log, Wouldn't be the first time. :) > because of some personal email exchanges we have had. I have now > repaired the octave-forge ports so that there is no need to have them > use a NO_REINSTALL flag. Ok, that's awesome! > However, this required me to redesign how the > ports work. So my message in UPDATING was merely telling the users to > deinstall all the octave forge ports ONE TIME, before rebuilding them. > > After deinstalling them and then reinstalling them, the octave-forge > ports should afterwards be completely compatible with portmaster. > > So a NO_REINSTALL flag is not required for octave-forge*. Ok, so I guess we can store this idea for some time down the road when it's really needed. Doug -- Nothin' ever doesn't change, but nothin' changes much. -- OK Go Breadth of IT experience, and depth of knowledge in the DNS. Yours for the right price. :) http://SupersetSolutions.com/ From owner-freebsd-ports@FreeBSD.ORG Fri Jul 1 05:22:09 2011 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 9CBC610682ED for ; Fri, 1 Jul 2011 05:21:25 +0000 (UTC) (envelope-from stephen@missouri.edu) Received: from wilberforce.math.missouri.edu (wilberforce.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id 2DE4F8FC19 for ; Fri, 1 Jul 2011 05:21:24 +0000 (UTC) Received: from [127.0.0.1] (wilberforce.math.missouri.edu [128.206.184.213]) by wilberforce.math.missouri.edu (8.14.4/8.14.4) with ESMTP id p615LNxJ034888; Fri, 1 Jul 2011 00:21:24 -0500 (CDT) (envelope-from stephen@missouri.edu) Message-ID: <4E0D5953.2040905@missouri.edu> Date: Fri, 01 Jul 2011 00:21:23 -0500 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110516 Thunderbird/3.1.10 MIME-Version: 1.0 To: Glen Barber References: <201106302103.p5UL3heP028971@repoman.freebsd.org> <4E0D3D59.40800@FreeBSD.org> <4E0D4A87.3060901@gmail.com> In-Reply-To: <4E0D4A87.3060901@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Ports Subject: Re: cvs commit: ports UPDATING 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, 01 Jul 2011 05:22:10 -0000 On 06/30/2011 11:18 PM, Glen Barber wrote: > I think it would be nice to have a > "I_KNOW_I_HAVE_THIS_PORT_INSTALLED_ALREADY_BUT_UPGRADE_IT_ANYWAY" flag > for situations that seem to be what caused this reply, unless I > misunderstand the cause of the UPDATING entry. In either case, see below. The UPDATING entry was a different issue. > More specifically, I think it would be nice if > 'PACKAGE_SITE=$mylocaltinderbox pkg_add' didn't complain > that I already have a prerequisite packages, though lesser-versioned > that is required for installed currently, while failing to > upgrade the prerequisite package when I know it's necessary for the > upgrade. The trouble with this is that when you deinstall some prerequisite package, that other packages might also need that prerequisite package. So pkg_add would have to figure out that it needs to deinstall all the packages needing that prerequisite package, and then reinstall them. For example, you want to upgrade gnome2, which depends on libX11. But in upgrading libX11, pkg_add has to figure out that it also needs to deinstall openoffice, and then reinstall it. I would think that something like this could be done, but it would be a lot of work to write this program correctly. (But you might be satisfied that pkg_add does what portmaster does, which is to update the +REQUIRED_BY entries in all the appropriate places in /var/db/pkg. That probably wouldn't be too hard.) > Maybe I've missed various flags in various manual pages - I would be > thrilled to be proven that this is the case. What I do is to use a script like this: !/bin/sh for p in /var/db/pkg/*; do if [ -d $p ]; then \ p=`basename $p` if ! [ -e $mylocaltinderbox/All/$p.tbz ]; then echo $p fi fi done and then pipe the output of this script into xargs pkg_delete -r From owner-freebsd-ports@FreeBSD.ORG Fri Jul 1 06:12:26 2011 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 014AA106566C for ; Fri, 1 Jul 2011 06:12:26 +0000 (UTC) (envelope-from Thomas.Gellekum@gmx.de) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23]) by mx1.freebsd.org (Postfix) with SMTP id 4C5778FC14 for ; Fri, 1 Jul 2011 06:12:24 +0000 (UTC) Received: (qmail invoked by alias); 01 Jul 2011 05:45:43 -0000 Received: from xdsl-84-44-254-74.netcologne.de (EHLO siegel.tg.intern) [84.44.254.74] by mail.gmx.net (mp019) with SMTP; 01 Jul 2011 07:45:43 +0200 X-Authenticated: #18235045 X-Provags-ID: V01U2FsdGVkX1+swvtQ0nusjmyY/8y9GHTZVyrt4oqlYXWD06OlO4 KrP4ap8J4syIom Message-ID: <4E0D5F06.7050909@gmx.de> Date: Fri, 01 Jul 2011 07:45:42 +0200 From: Thomas Gellekum User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:5.0) Gecko/20110701 Thunderbird/5.0 MIME-Version: 1.0 To: Florian Smeets References: <201106301819.p5UIJml1000222@repoman.freebsd.org> In-Reply-To: <201106301819.p5UIJml1000222@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: ports@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports UPDATING ports/Mk bsd.gecko.mk ports/mail/thunderbird Makefile distinfo ports/mail/thunderbird/files liboggplay_oss patch-configure.in patch-directory-sdks-c-sdk-ldap-libraries-libldap-Makefile.in patch-directory-sdks-c-sdk-ldap-libraries-libprldap-Makefile.in patch-directory_xpcom_base_src_Makefile.in ... 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, 01 Jul 2011 06:12:26 -0000 On 06/30/11 20:19, Florian Smeets wrote: [...] > Log: > update thunderbird to 5.0 Are you guys also planning to update deskutils/lightning-thunderbird to 1.0b4? The old port no longer works with Thunderbird 5. tg From owner-freebsd-ports@FreeBSD.ORG Fri Jul 1 07:06:12 2011 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 20390106564A; Fri, 1 Jul 2011 07:06:12 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id D35A98FC18; Fri, 1 Jul 2011 07:06:11 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1QcXnm-0004cS-Uk>; Fri, 01 Jul 2011 09:06:11 +0200 Received: from telesto.geoinf.fu-berlin.de ([130.133.86.198]) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1QcXnm-000525-Sk>; Fri, 01 Jul 2011 09:06:10 +0200 Message-ID: <4E0D71E2.5060907@zedat.fu-berlin.de> Date: Fri, 01 Jul 2011 09:06:10 +0200 From: "O. Hartmann" Organization: Freie =?ISO-8859-1?Q?Universit=E4t_Berlin?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:5.0) Gecko/20110630 Thunderbird/5.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org, freebsd-questions@FreeBSD.ORG Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 130.133.86.198 Cc: Subject: devel/anjuta: creating project does not offer project's dialog. 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, 01 Jul 2011 07:06:12 -0000 Using Anjuta as my potentially IDE, I realize a weird behaviour since my last try years ago. Anjuta was supposed to show a dialog about when creating a new project. Documentation explicitely mention this. But in my case (a newly installed anjuta), selecting a C-project, GTK+, then ends up in the final requester "Summary". Confirmation does not even show any created files or something else. This happens with all potentially to be created projects. Importing a hand-installed GNU autotools backed up project works fine, superficially spoken. The boxes running Anjuta are all AMD64 and running most recent FreeBSD 9.0-CURRENT/amd64. Version of ports anjuta is reported to be 2.32, but webpage of the anjuta project reports 2.28. Am I missing something? And, for those actively developing, is there a good alternative to Anjuta (no KDevelop, since I do not like KDE and do not have KDE). Thanks, Oliver From owner-freebsd-ports@FreeBSD.ORG Fri Jul 1 07:16:37 2011 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 64FDA1065670; Fri, 1 Jul 2011 07:16:37 +0000 (UTC) (envelope-from vd@v5d.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1F6648FC13; Fri, 1 Jul 2011 07:16:37 +0000 (UTC) Received: from mail.v5d.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p617GZJ8007099; Fri, 1 Jul 2011 07:16:36 GMT (envelope-from vd@v5d.org) Received: by mail.v5d.org (Postfix, from userid 1007) id 8CBE12E0CE; Fri, 1 Jul 2011 10:16:35 +0300 (EEST) Date: Fri, 1 Jul 2011 10:16:35 +0300 From: Vasil Dimov To: Gritsuk Anton Message-ID: <20110701071635.GA50853@hag.hw.v5d.org> References: <201106300544.56629.lumiwa@gmail.com> <20110630120258.GA32795@hag.hw.v5d.org> <4E0C6858.5020100@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="J2SCkAp4GZ/dPZZf" Content-Disposition: inline In-Reply-To: <4E0C6858.5020100@gmail.com> User-Agent: Mutt Cc: ajtiM , freebsd-ports@freebsd.org Subject: Re: vigra 1.7.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vd@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jul 2011 07:16:37 -0000 --J2SCkAp4GZ/dPZZf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jun 30, 2011 at 15:13:12 +0300, Gritsuk Anton wrote: > It's not work for me. Why? >=20 > See the attach file. Hi, =3D=3D=3D>>> The dependency for science/hdf5-18^M = =20 seems to be handled by hdf5-1.6.9_1^M = =20 Since graphics/vigra asks for libhdf5 and that library is provided by both science/hdf5 and science/hdf5-18 portmaster considers that using science/hdf5 is ok, but it is not. I have changed the dependency to libhdf5.so.6, which is only provided by science/hdf5-18. --=20 Vasil Dimov gro.DSBeerF@dv % "In an open world without walls and fences, we wouldn't need Windows and Gates." -- anon --J2SCkAp4GZ/dPZZf Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- iEYEARECAAYFAk4NdFMACgkQFw6SP/bBpCCawwCgu9GNLt5uhIkvitO9CjPQJgMg ZC8An0OoY4qHKAQw65+o3Svb9JJFfqOV =CXlU -----END PGP SIGNATURE----- --J2SCkAp4GZ/dPZZf-- From owner-freebsd-ports@FreeBSD.ORG Fri Jul 1 07:21:53 2011 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 DD26B1065670; Fri, 1 Jul 2011 07:21:53 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 9D23C8FC0A; Fri, 1 Jul 2011 07:21:53 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1QcY2y-0007E7-G4>; Fri, 01 Jul 2011 09:21:52 +0200 Received: from telesto.geoinf.fu-berlin.de ([130.133.86.198]) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1QcY2y-0005z3-Dr>; Fri, 01 Jul 2011 09:21:52 +0200 Message-ID: <4E0D7590.7060403@zedat.fu-berlin.de> Date: Fri, 01 Jul 2011 09:21:52 +0200 From: "O. Hartmann" Organization: Freie =?ISO-8859-1?Q?Universit=E4t_Berlin?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:5.0) Gecko/20110630 Thunderbird/5.0 MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG, freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 130.133.86.198 Cc: Subject: devel/subversion: svn: Couldn't perform atomic initialization svn: database schema has changed 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, 01 Jul 2011 07:21:54 -0000 Since yesterday I receive on any try on a commit this error message from my subversion server: svn: Couldn't perform atomic initialization svn: database schema has changed svn: Your commit message was left in a temporary file: Searching for this error (which appeared after portsupdate via portmaster yesterday) reveal several postings saying this is due to a bug in SQLite 3.7.7/3.7.7-1, which has been fixed already in 3.7.7-2. As far as I realize, SQLite was part of an update these days, so I'm wondering if anybody else has been sumbled into the problem. Or is this problem caused by something else? I'm a bit like a dead man in the water since no commit to the server is possible anymore. At this very moment, I recompile sqlite and everything that depends on it, hoping it could only be triggered by some errornes portmaster thingis. Thanks in advance, Oliver From owner-freebsd-ports@FreeBSD.ORG Fri Jul 1 07:30:27 2011 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 0DA54106564A; Fri, 1 Jul 2011 07:30:27 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id A5AA68FC0C; Fri, 1 Jul 2011 07:30:26 +0000 (UTC) Received: by iwr19 with SMTP id 19so3539072iwr.13 for ; Fri, 01 Jul 2011 00:30:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; 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; bh=3IPxsjW1B2nABZnKbUZBdZfwurLwUVRmIbIu9Pdfo2A=; b=dZnDp9x9s5pTafdHyAUq0iux1YMBuVrTCyEHWpzCeSpvRNdE+2mzPN31qMDOQKnGCT Vk5hPv3LnzqtJtu1lY/weqMOPwHWv5DzzZlPpAG7rLzGpvYHw+xefYJiG8BKeVkUefN0 GkQoiLiXPrd9R/xLPiKouCFc3kaBmu8ujRNeA= MIME-Version: 1.0 Received: by 10.231.116.92 with SMTP id l28mr2651796ibq.20.1309505425933; Fri, 01 Jul 2011 00:30:25 -0700 (PDT) Sender: utisoft@gmail.com Received: by 10.231.49.193 with HTTP; Fri, 1 Jul 2011 00:30:25 -0700 (PDT) Received: by 10.231.49.193 with HTTP; Fri, 1 Jul 2011 00:30:25 -0700 (PDT) In-Reply-To: <4E0C5B7A.5060102@FreeBSD.org> References: <4E0C5B7A.5060102@FreeBSD.org> Date: Fri, 1 Jul 2011 08:30:25 +0100 X-Google-Sender-Auth: Qr1yT5dDY423SV7FMm7b9suLorA Message-ID: From: Chris Rees To: Julien Laffaye Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Jeremy Messenger , ohauer@freebsd.org, ports@freebsd.org, Chris Rees Subject: Re: Call for testers -- CONF_FILES variable 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, 01 Jul 2011 07:30:27 -0000 On 30 Jun 2011 12:18, "Julien Laffaye" wrote: > > On 06/30/2011 08:22, Chris Rees wrote: > >> > >> I like the rest, but I do not like the name of .pkgconf. I think, the > >> 'pkgconf' is best define for something related with FreeBSD rather > >> than third-party product. The .sample or .default is best name and > >> less confuse for the users, because the word said it all what it is. > > > > Thanks for the feedback. > > > > I'm afraid any problems with the .pkgconf sample will have to be > > discussed with the pkgng team and bapt@ -- wasn't my choice either. > > > > Chris > > Yes, right now, pkgng uses the .pkgconf suffix to know that it is a > configuration file. But now, we have a new format for the package > manifest so _maybe_ (it has to be discussed with bapt) we can add an > attribute to a file entry saying "I am a sample of a conf file". The > hardest part for that would be to detect in the ports tree if we are > using pkgng or the legacy pkg_install, and, depending on that, to > generate the appropriate entry in the manifest / plist. So perhaps that suffix should stay. I certainly don't relish the prospect otherwise of having to cull every unexec cmp in the entire ports tree.... Chris From owner-freebsd-ports@FreeBSD.ORG Fri Jul 1 07:49:14 2011 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 4E5EF106566C; Fri, 1 Jul 2011 07:49:14 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 0AF518FC12; Fri, 1 Jul 2011 07:49:13 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1QcYTR-0003OX-2y>; Fri, 01 Jul 2011 09:49:13 +0200 Received: from telesto.geoinf.fu-berlin.de ([130.133.86.198]) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1QcYTR-0007qG-14>; Fri, 01 Jul 2011 09:49:13 +0200 Message-ID: <4E0D7BF8.4040906@zedat.fu-berlin.de> Date: Fri, 01 Jul 2011 09:49:12 +0200 From: "O. Hartmann" Organization: Freie =?ISO-8859-1?Q?Universit=E4t_Berlin?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:5.0) Gecko/20110630 Thunderbird/5.0 MIME-Version: 1.0 To: Konstantin Tokarev References: <4E0D71E2.5060907@zedat.fu-berlin.de> <761431309505729@web143.yandex.ru> In-Reply-To: <761431309505729@web143.yandex.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 130.133.86.198 Cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: devel/anjuta: creating project does not offer project's dialog. 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, 01 Jul 2011 07:49:14 -0000 On 07/01/11 09:35, Konstantin Tokarev wrote: > > > 01.07.2011, 11:06, "O. Hartmann" >> And, for those actively developing, is there a good alternative to >> Anjuta (no KDevelop, since I do not like KDE and do not have KDE). Thanks, >> Oliver > > Depending on what you need you can try: > Geany > Vim > Eclipse > Qt Creator > > Actually, KDevelop does not require you to run KDE, it just needs KDE libraries. > Thanks for your fast response. My target is mostly C, not C++, so I had my difficulties with QTCreator. I'll give KDevelop a try again ... Regards, Oliver From owner-freebsd-ports@FreeBSD.ORG Fri Jul 1 07:52:15 2011 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 71BBC106566B; Fri, 1 Jul 2011 07:52:15 +0000 (UTC) (envelope-from annulen@yandex.ru) Received: from forward14.mail.yandex.net (forward14.mail.yandex.net [95.108.130.92]) by mx1.freebsd.org (Postfix) with ESMTP id 200E98FC0A; Fri, 1 Jul 2011 07:52:14 +0000 (UTC) Received: from web143.yandex.ru (web143.yandex.ru [95.108.130.11]) by forward14.mail.yandex.net (Yandex) with ESMTP id 3395C198088B; Fri, 1 Jul 2011 11:35:30 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1309505730; bh=sfhSVYVHfE1EG+3iTo+1lyt8oFASUiFa18/PhmPkiC0=; h=From:To:Cc:In-Reply-To:References:Subject:MIME-Version:Message-Id: Date:Content-Transfer-Encoding:Content-Type; b=gZiAnY/PekRwfU7djjnbcSfR475MUektoRbNv3poNRNLhhQbo2W0q0CPTcIyLscl5 s7oQTvvy3IykGTKpCvwyOHzw36HO5MxZdye3PNpIliejbQxMZaVMdXdvvBxIl+B7R7 zvRP3IJ1kqKW0FozwJH7hfEPIX4ax0augEy3gUes= Received: from localhost (localhost.localdomain [127.0.0.1]) by web143.yandex.ru (Yandex) with ESMTP id 146783980038; Fri, 1 Jul 2011 11:35:30 +0400 (MSD) X-Yandex-Spam: 1 Received: from [212.119.246.18] ([212.119.246.18]) by web143.yandex.ru with HTTP; Fri, 01 Jul 2011 11:35:29 +0400 From: Konstantin Tokarev To: O. Hartmann In-Reply-To: <4E0D71E2.5060907@zedat.fu-berlin.de> References: <4E0D71E2.5060907@zedat.fu-berlin.de> MIME-Version: 1.0 Message-Id: <761431309505729@web143.yandex.ru> Date: Fri, 01 Jul 2011 11:35:29 +0400 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain Cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: devel/anjuta: creating project does not offer project's dialog. 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, 01 Jul 2011 07:52:15 -0000 01.07.2011, 11:06, "O. Hartmann" > And, for those actively developing, is there a good alternative to > Anjuta (no KDevelop, since I do not like KDE and do not have KDE). Thanks, > Oliver Depending on what you need you can try: Geany Vim Eclipse Qt Creator Actually, KDevelop does not require you to run KDE, it just needs KDE libraries. -- Regards, Konstantin From owner-freebsd-ports@FreeBSD.ORG Fri Jul 1 08:10:52 2011 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 9E4B5106564A for ; Fri, 1 Jul 2011 08:10:52 +0000 (UTC) (envelope-from barbara.xxx1975@libero.it) Received: from outrelay01.libero.it (outrelay01.libero.it [212.52.84.101]) by mx1.freebsd.org (Postfix) with ESMTP id 2BA858FC12 for ; Fri, 1 Jul 2011 08:10:46 +0000 (UTC) X-CTCH-Spam: Unknown X-CTCH-RefID: str=0001.0A0B020D.4E0D8105.0030,ss=1,re=0.000,fgs=0 X-libjamoibt: 1821 Received: from wmail62 (172.31.0.59) by outrelay01.libero.it (8.5.133) (authenticated as barbara.xxx1975@libero.it) id 4DE4FF25022E4EBE for freebsd-ports@freebsd.org; Fri, 1 Jul 2011 10:10:45 +0200 Message-ID: <5388115.5541541309507845032.JavaMail.defaultUser@defaultHost> Date: Fri, 1 Jul 2011 10:10:45 +0200 (CEST) From: Barbara To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain;charset="UTF-8" Content-Transfer-Encoding: 7bit X-SenderIP: 87.3.232.110 Subject: Is anders@ still active as maintainer? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Barbara List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jul 2011 08:10:52 -0000 On March, four months ago, after a python upgrade, I sent a pr about multimedia/libkate (pr=155280) because the dependency of the port from python was missing. I tried repeatedly to contact the maintainer asking about the pr without luck. Without considering the fact that, looking at Makefile in cvsweb, it seems that he just did the first commit in 2008 and that there is a new version of libkate since 2010-08-10! So I also proposed to add a knob to *optionally disable* libkate in audio/vorbis-tools - using an option yet offered in vorbis-tools configure- which is the only port depending on libkate together with multimedia/ffmpeg2theora (which has been last touched by anders on 2008-08-04). The pr has been closed stating the if there is a problem with libkate it should be fixed, and I can mostly agree with that, but: - it seems that no one has tried to fixed it - in any case, one may want to have vorbis-tools and not necessarily libkate, which seems unmantained Regards Barbara From owner-freebsd-ports@FreeBSD.ORG Fri Jul 1 09:04:33 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from apollo.emma.line.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id D40A9106564A for ; Fri, 1 Jul 2011 09:04:32 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by apollo.emma.line.org (Postfix) with ESMTP id 093F623D164 for ; Fri, 1 Jul 2011 11:04:32 +0200 (CEST) Message-ID: <4E0D8D9F.3060507@FreeBSD.org> Date: Fri, 01 Jul 2011 11:04:31 +0200 From: Matthias Andree User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110516 Mnenhy/0.8.3 Thunderbird/3.1.10 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <201106302103.p5UL3heP028971@repoman.freebsd.org> <4E0D3D59.40800@FreeBSD.org> In-Reply-To: <4E0D3D59.40800@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: cvs commit: ports UPDATING 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, 01 Jul 2011 09:04:33 -0000 Am 01.07.2011 05:22, schrieb Doug Barton: > On 06/30/2011 14:03, Stephen Montgomery-Smith wrote: >> stephen 2011-06-30 21:03:43 UTC >> >> FreeBSD ports repository >> >> Modified files: >> . UPDATING >> Log: >> - Tell octave-forge* users to completely remove old ports before >> reinstalling. > > This is not the first time this issue (ports doing the wrong thing if > you try to build them while they are installed) has come up, and I've > been thinking ... do we need something like a NO_REINSTALL flag that can > be added to a port's Makefile to indicate the problem? I realize that in > many cases the problem is better solved by fixing the real problem. > However I think that there are likely situations like this where there > is a legitimate problem that can only be overcome by removing the > installed ports first. > > Is this idea worth pursuing? I have some ideas about how it should be > implemented but I'm curious what others think about the concept first. I don't think it's useful. IMO Ports failing to build if their ancestor is installed are buggy (usually they set wrong CPPFLAGS and LDFLAGS and pick up system-wide before local #includes) and should be fixed. I am concerned that such a flag would only be abused as a sort of "I don't mean to fix the port" marker. Stephen has (according to his replies here in this thread) done the right thing and fixed them. However, a simple NO_REINSTALL = yes with the meaning of "deinstall port ancestor before attempting a build" doesn't help: - if files have moved between ports. The former could only be fixed with a REINSTALL_PORTS_GROUP= origin1/port1 origin2/port2 ... or similar (not sure if pkgng would be a good starting point for that) - and/or if deinstall scripts break the system. In contrast to RPM-based systems, this is hardly ever a problem in FreeBSD, as the pkg* stuff doesn't install two versions in parallel if you update with rpm -U. And even if we had NO_REINSTALL, we'd at least need to be able to state a version range, because ports like this can usually remain installed if you just bump PORTREVISION to add a security patch or fix pkg-plist. Or have I misunderstood your proposal now? From owner-freebsd-ports@FreeBSD.ORG Fri Jul 1 09:56:28 2011 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 ECE3A106564A for ; Fri, 1 Jul 2011 09:56:28 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mail.server1.bsdforen.de (bsdforen.de [82.193.243.81]) by mx1.freebsd.org (Postfix) with ESMTP id 842BB8FC1A for ; Fri, 1 Jul 2011 09:56:27 +0000 (UTC) Received: from mobileKamikaze.norad (HSI-KBW-091-089-161-008.hsi2.kabel-badenwuerttemberg.de [91.89.161.8]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.server1.bsdforen.de (Postfix) with ESMTPSA id 02B537E888; Fri, 1 Jul 2011 11:56:26 +0200 (CEST) Message-ID: <4E0D99CA.50202@bsdforen.de> Date: Fri, 01 Jul 2011 11:56:26 +0200 From: Dominic Fandrey User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-GB; rv:1.9.1.16) Gecko/20101212 Thunderbird/3.0.11 MIME-Version: 1.0 To: Doug Barton References: <201106302103.p5UL3heP028971@repoman.freebsd.org> <4E0D3D59.40800@FreeBSD.org> In-Reply-To: <4E0D3D59.40800@FreeBSD.org> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=ascii Content-Transfer-Encoding: 7bit Cc: Stephen Montgomery-Smith , FreeBSD Ports Subject: Re: cvs commit: ports UPDATING 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, 01 Jul 2011 09:56:29 -0000 On 01/07/2011 05:22, Doug Barton wrote: > On 06/30/2011 14:03, Stephen Montgomery-Smith wrote: >> stephen 2011-06-30 21:03:43 UTC >> >> FreeBSD ports repository >> >> Modified files: >> . UPDATING >> Log: >> - Tell octave-forge* users to completely remove old ports before >> reinstalling. > > This is not the first time this issue (ports doing the wrong thing if > you try to build them while they are installed) has come up, and I've > been thinking ... do we need something like a NO_REINSTALL flag that can > be added to a port's Makefile to indicate the problem? ... I think kdelibs3 has taken care of this by conflicting with itself. -- A: Because it fouls the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail? From owner-freebsd-ports@FreeBSD.ORG Fri Jul 1 10:20:36 2011 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 6DF721065670; Fri, 1 Jul 2011 10:20:36 +0000 (UTC) (envelope-from annulen@yandex.ru) Received: from forward3.mail.yandex.net (forward3.mail.yandex.net [77.88.46.8]) by mx1.freebsd.org (Postfix) with ESMTP id 1D8BF8FC08; Fri, 1 Jul 2011 10:20:35 +0000 (UTC) Received: from web60.yandex.ru (web60.yandex.ru [77.88.46.51]) by forward3.mail.yandex.net (Yandex) with ESMTP id 0634EB4318F; Fri, 1 Jul 2011 14:20:34 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1309515634; bh=/xTOrKbiKeXDgI91+qQIsxVW6bojmLCKIvnRKheBMRw=; h=From:To:Cc:In-Reply-To:References:Subject:MIME-Version:Message-Id: Date:Content-Transfer-Encoding:Content-Type; b=DzKJvGgNenhtWKsFVYSWJ7IR9V6jOAVwXMany4JIGJ/nof8ik4AbdV2kPkCpFo7gp ufFQxjHOoP/UyQdWZjma7oXGi+nHCpKPHasFJf7+LZ7VP5BKqIyxlJlah3y5vWAJ9d le2qYxM47wrjJL8eSgKWZu5LuZOraX1dRmZ6xXdk= Received: from localhost (localhost.localdomain [127.0.0.1]) by web60.yandex.ru (Yandex) with ESMTP id D8FF22E0089; Fri, 1 Jul 2011 14:20:33 +0400 (MSD) X-Yandex-Spam: 1 Received: from [212.119.246.18] ([212.119.246.18]) by web60.yandex.ru with HTTP; Fri, 01 Jul 2011 14:20:33 +0400 From: Konstantin Tokarev To: O. Hartmann In-Reply-To: <4E0D7BF8.4040906@zedat.fu-berlin.de> References: <4E0D71E2.5060907@zedat.fu-berlin.de> <761431309505729@web143.yandex.ru> <4E0D7BF8.4040906@zedat.fu-berlin.de> MIME-Version: 1.0 Message-Id: <834931309515633@web60.yandex.ru> Date: Fri, 01 Jul 2011 14:20:33 +0400 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=koi8-r Cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: devel/anjuta: creating project does not offer project's dialog. 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, 01 Jul 2011 10:20:36 -0000 01.07.2011, 11:49, "O. Hartmann" : > On 07/01/11 09:35, Konstantin Tokarev wrote: > >> š01.07.2011, 11:06, "O. Hartmann" >>> šAnd, for those actively developing, is there a good alternative to >>> šAnjuta (no KDevelop, since I do not like KDE and do not have KDE). Thanks, >>> šOliver >> šDepending on what you need you can try: >> šGeany >> šVim >> šEclipse >> šQt Creator >> >> šActually, KDevelop does not require you to run KDE, it just needs KDE libraries. > > Thanks for your fast response. > My target is mostly C, not C++, so I had my difficulties with QTCreator. If so, vim (with proper .vimrc + bunch of plugins) can be ideal IDE for you. -- Regards, Konstantin From owner-freebsd-ports@FreeBSD.ORG Fri Jul 1 15:45:02 2011 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 63D091065670 for ; Fri, 1 Jul 2011 15:45:02 +0000 (UTC) (envelope-from stephen@missouri.edu) Received: from wilberforce.math.missouri.edu (wilberforce.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id 0DD758FC18 for ; Fri, 1 Jul 2011 15:45:01 +0000 (UTC) Received: from [128.206.184.213] (wilberforce.math.missouri.edu [128.206.184.213]) by wilberforce.math.missouri.edu (8.14.4/8.14.4) with ESMTP id p61Fj0R5074636; Fri, 1 Jul 2011 10:45:01 -0500 (CDT) (envelope-from stephen@missouri.edu) Message-ID: <4E0DEB7C.1080307@missouri.edu> Date: Fri, 01 Jul 2011 10:45:00 -0500 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.19) Gecko/20110611 SeaMonkey/2.0.14 MIME-Version: 1.0 To: Matthias Andree References: <201106302103.p5UL3heP028971@repoman.freebsd.org> <4E0D3D59.40800@FreeBSD.org> <4E0D8D9F.3060507@FreeBSD.org> In-Reply-To: <4E0D8D9F.3060507@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-ports@freebsd.org" Subject: Re: cvs commit: ports UPDATING 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, 01 Jul 2011 15:45:02 -0000 Matthias Andree wrote: > Am 01.07.2011 05:22, schrieb Doug Barton: >> On 06/30/2011 14:03, Stephen Montgomery-Smith wrote: >>> stephen 2011-06-30 21:03:43 UTC >>> >>> FreeBSD ports repository >>> >>> Modified files: >>> . UPDATING >>> Log: >>> - Tell octave-forge* users to completely remove old ports before >>> reinstalling. >> >> This is not the first time this issue (ports doing the wrong thing if >> you try to build them while they are installed) has come up, and I've >> been thinking ... do we need something like a NO_REINSTALL flag that can >> be added to a port's Makefile to indicate the problem? I realize that in >> many cases the problem is better solved by fixing the real problem. >> However I think that there are likely situations like this where there >> is a legitimate problem that can only be overcome by removing the >> installed ports first. >> >> Is this idea worth pursuing? I have some ideas about how it should be >> implemented but I'm curious what others think about the concept first. > > I don't think it's useful. IMO Ports failing to build if their ancestor > is installed are buggy (usually they set wrong CPPFLAGS and LDFLAGS and > pick up system-wide before local #includes) and should be fixed. I am > concerned that such a flag would only be abused as a sort of "I don't > mean to fix the port" marker. > > Stephen has (according to his replies here in this thread) done the > right thing and fixed them. > My problem was slightly different. I had a case where A depended upon B, and then if the user did "pkg_delete -f B" and then reinstalled B, then A would not work. Because of the particulars of my situation, it was not trivial to fix this. (The situation was a bit like B=print/teTeX-texmf and A=print/latex-pgf. In this situation, there is a script called mktexlsr which solves the problem. I had to create a similar script to mktexlsr, only in this case the script was a bit more complicated.) Also, I never use tools like portmaster. When I update, I do something like "pkg_delete -r B" and then reinstall A, knowing it will pick up B as a prerequisite. So I only became aware that my ports were problematic when I was contacted by a user who told me they weren't working with portmaster. I had always assumed that the "-f" option to pkg_delete was something to be avoided. But tools like portmaster use it as a matter of course, and my assumption was proved incorrect. Stephen From owner-freebsd-ports@FreeBSD.ORG Fri Jul 1 15:55:55 2011 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 0468B1065686 for ; Fri, 1 Jul 2011 15:55:55 +0000 (UTC) (envelope-from stephen@missouri.edu) Received: from wilberforce.math.missouri.edu (wilberforce.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id C2CBD8FC19 for ; Fri, 1 Jul 2011 15:55:54 +0000 (UTC) Received: from [128.206.184.213] (wilberforce.math.missouri.edu [128.206.184.213]) by wilberforce.math.missouri.edu (8.14.4/8.14.4) with ESMTP id p61FtrmI075335; Fri, 1 Jul 2011 10:55:53 -0500 (CDT) (envelope-from stephen@missouri.edu) Message-ID: <4E0DEE09.1010908@missouri.edu> Date: Fri, 01 Jul 2011 10:55:53 -0500 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.19) Gecko/20110611 SeaMonkey/2.0.14 MIME-Version: 1.0 To: Barbara References: <5388115.5541541309507845032.JavaMail.defaultUser@defaultHost> In-Reply-To: <5388115.5541541309507845032.JavaMail.defaultUser@defaultHost> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-ports@freebsd.org" Subject: Re: Is anders@ still active as maintainer? 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, 01 Jul 2011 15:55:55 -0000 Barbara wrote: > > On March, four months ago, after a python upgrade, I sent a pr about > multimedia/libkate (pr=155280) because the dependency of the port from python > was missing. > I tried repeatedly to contact the maintainer asking about the pr without luck. > Without considering the fact that, looking at Makefile in cvsweb, it seems > that he just did the first commit in 2008 and that there is a new version of > libkate since 2010-08-10! According to this web page: http://www.freebsd.org/doc/en/books/porters-handbook/makefile-maintainer.html it seems to me that you now have the right to have your changes committed without the maintainer's approval. > So I also proposed to add a knob to *optionally disable* libkate in > audio/vorbis-tools - using an option yet offered in vorbis-tools configure- > which is the only port depending on libkate together with > multimedia/ffmpeg2theora (which has been last touched by anders on 2008-08-04). > The pr has been closed stating the if there is a problem with libkate it > should be fixed, and I can mostly agree with that, but: > - it seems that no one has tried to fixed it > - in any case, one may want to have vorbis-tools and not necessarily libkate, > which seems unmantained Which PR was this? I understand your frustration because I have been through similar experiences. But recently I have been added as a committer. Since I empathize with you, I'll look into this and see what can be done. Stephen From owner-freebsd-ports@FreeBSD.ORG Fri Jul 1 17:01:42 2011 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 C62AC106566B for ; Fri, 1 Jul 2011 17:01:42 +0000 (UTC) (envelope-from barbara.xxx1975@libero.it) Received: from outrelay03.libero.it (outrelay03.libero.it [212.52.84.103]) by mx1.freebsd.org (Postfix) with ESMTP id 4A0F98FC13 for ; Fri, 1 Jul 2011 17:01:41 +0000 (UTC) X-CTCH-Spam: Unknown X-CTCH-RefID: str=0001.0A0B0209.4E0DFD72.012F,ss=1,re=0.000,fgs=0 X-libjamoibt: 1821 Received: from wmail45 (172.31.0.235) by outrelay03.libero.it (8.5.133) (authenticated as barbara.xxx1975@libero.it) id 4DE4FF1D01E0171C; Fri, 1 Jul 2011 19:01:38 +0200 Message-ID: <19669754.5927951309539698637.JavaMail.defaultUser@defaultHost> Date: Fri, 1 Jul 2011 19:01:38 +0200 (CEST) From: Barbara To: MIME-Version: 1.0 Content-Type: text/plain;charset="UTF-8" Content-Transfer-Encoding: 7bit X-SenderIP: 87.20.227.183 Cc: "freebsd-ports@freebsd.org" Subject: R: Re: Is anders@ still active as maintainer? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Barbara List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jul 2011 17:01:42 -0000 > >Barbara wrote: >> >> On March, four months ago, after a python upgrade, I sent a pr about >> multimedia/libkate (pr=155280) because the dependency of the port from python >> was missing. >> I tried repeatedly to contact the maintainer asking about the pr without luck. >> Without considering the fact that, looking at Makefile in cvsweb, it seems >> that he just did the first commit in 2008 and that there is a new version of >> libkate since 2010-08-10! > >According to this web page: > >http://www.freebsd.org/doc/en/books/porters-handbook/makefile-maintainer.html > >it seems to me that you now have the right to have your changes >committed without the maintainer's approval. > According to that page, he could also be replaced because more than three months have passed, but nothing happened. But no one took care of that. And this is worst than just don't have a pr committed. >> So I also proposed to add a knob to *optionally disable* libkate in >> audio/vorbis-tools - using an option yet offered in vorbis-tools configure- >> which is the only port depending on libkate together with >> multimedia/ffmpeg2theora (which has been last touched by anders on 2008-08- 04). >> The pr has been closed stating the if there is a problem with libkate it >> should be fixed, and I can mostly agree with that, but: >> - it seems that no one has tried to fixed it >> - in any case, one may want to have vorbis-tools and not necessarily libkate, >> which seems unmantained > >Which PR was this? > >I understand your frustration because I have been through similar >experiences. But recently I have been added as a committer. Since I >empathize with you, I'll look into this and see what can be done. > >Stephen > Thank you Stephen. Because of that frustration, today I filed a new pr for multimedia/libkate (158563) which supersedes the previous one, also updating the 11 months old libkate version. If you are asking about vorbis-tools, the pr is 156580 but, as I said, it has been rejected, even IMHO the reason is not correct, as I can ask for that again soon after the problems with libkate will be fixed, so what will be the reason then? But I don't want to be too polemic. Cheers Barbara From owner-freebsd-ports@FreeBSD.ORG Fri Jul 1 17:43:59 2011 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 585CC106564A for ; Fri, 1 Jul 2011 17:43:59 +0000 (UTC) (envelope-from luigi@onelab2.iet.unipi.it) Received: from onelab2.iet.unipi.it (onelab2.iet.unipi.it [131.114.59.238]) by mx1.freebsd.org (Postfix) with ESMTP id A953E8FC18 for ; Fri, 1 Jul 2011 17:43:58 +0000 (UTC) Received: by onelab2.iet.unipi.it (Postfix, from userid 275) id 57DE57300A; Fri, 1 Jul 2011 19:41:12 +0200 (CEST) Date: Fri, 1 Jul 2011 19:41:12 +0200 From: Luigi Rizzo To: net@freebsd.org Message-ID: <20110701174112.GA78060@onelab2.iet.unipi.it> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="PEIAKu/WMn1b1Hv9" Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Cc: ports@freebsd.org, Luigi Rizzo Subject: ports/net/click anyone ? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: net@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jul 2011 17:43:59 -0000 --PEIAKu/WMn1b1Hv9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline [Cc to ports@freebsd,org, but please followup at net@freebsd.org] anyone interested in taking over maintainership of ports/net/click ? We have 1.5.0 in the tree, which is old and partly broken. 1.8.0 builds almost without problems, and the two patches i am attaching give huge speedups for the userland version, especially if used together with netmap. To get an idea of what you can get on a single core i7-870 CPU with the stock version and with these patches: 1.8.0 With patches InfiniteSource -> Discard 515Kpps 18.56Mpps InfiniteSource -> Queue -> Discard 500Kpps 13.41Mpps pcap netmap FromDevice->Queue->ToDevice 420Kpps 3.97 Mpps --- Details ---- Click userland performance was never a priority given the high cost (until now) of packet I/O. But once packet i/o has become quite fast, it turns out that there are to other big offenders: - the C++ memory allocator is quite expensive, and replacing it with thread-local freelists (Packet objects and data buffers can be made all with the same size) gives huge savings -- 100ns per packet or more even on a fast machine; - everytime an element wants a timestamp, it calls a syscall (gettimeofday() or similar) which consumes another 400-800ns per call. There are many elements (e.g. InfiniteSource, Counter, etc.) which timestamp packets. Attached there are a couple of patches which address these problems: - patch-pcap makes FromDevice and ToDevice use libpcap properly, supporting I/O in bursts to amortize the syscall overhead; - patch-more + introduces a NOTS option for InfiniteSource to remove timestamps. This gives a 10x performance improvement in simple apps using InfiniteSource + replaces the allocator for Packet and data buffers with local freelists; not thread safe, but this is easy to introduce. This gives another 1.5-2x speed improvement after the 10x gained removing timestamps; + enables BURST operation in Discard, giving another 2x speed improvement Using netmap instead of pcap is another big win, as you can see the forwarding performance of a simple FromDevice->Queue->ToDevice chain goes up by 10x You can find netmap at http://info.iet.unipi.it/~luigi/netmap/ cheers luigi v --PEIAKu/WMn1b1Hv9 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch-pcap diff -ur ../../work/click-1.8.0/elements/userlevel/fromdevice.cc ./elements/userlevel/fromdevice.cc --- ../../work/click-1.8.0/elements/userlevel/fromdevice.cc 2010-02-28 21:03:33.000000000 +0100 +++ ./elements/userlevel/fromdevice.cc 2011-07-01 10:42:54.000000000 +0200 @@ -73,6 +73,7 @@ FromDevice::configure(Vector &conf, ErrorHandler *errh) { bool promisc = false, outbound = false, sniffer = true; + _burst = 1; _snaplen = 2046; _headroom = Packet::default_headroom; _headroom += (4 - (_headroom + 2) % 4) % 4; // default 4/2 alignment @@ -89,9 +90,11 @@ "BPF_FILTER", 0, cpString, &bpf_filter, "OUTBOUND", 0, cpBool, &outbound, "HEADROOM", 0, cpUnsigned, &_headroom, + "BURST", 0, cpUnsigned, &_burst, "ENCAP", cpkC, &has_encap, cpWord, &encap_type, cpEnd) < 0) return -1; + click_chatter("FromDevice(%s): burst: %d", _ifname.c_str(), _burst); if (_snaplen > 8190 || _snaplen < 14) return errh->error("SNAPLEN out of range"); if (_headroom > 8190) @@ -361,6 +364,8 @@ p->set_packet_type_anno(Packet::MULTICAST); } +if (p->data() == 0 || p->length() < 16 || p->length() > 1536) + click_chatter("send pkt %p len %d", p->data(), p->length()); // set annotations p->set_timestamp_anno(Timestamp::make_usec(pkthdr->ts.tv_sec, pkthdr->ts.tv_usec)); p->set_mac_header(p->data()); @@ -381,10 +386,11 @@ #if FROMDEVICE_PCAP if (_capture == CAPTURE_PCAP) { // Read and push() at most one packet. - int r = pcap_dispatch(_pcap, 1, FromDevice_get_packet, (u_char *) this); - if (r > 0) - _pcap_task.reschedule(); - else if (r < 0 && ++_pcap_complaints < 5) + int r = pcap_dispatch(_pcap, _burst, FromDevice_get_packet, (u_char *) this); + if (r > 0) { + _count += r; + _pcap_task.fast_reschedule(); + } else if (r < 0 && ++_pcap_complaints < 5) ErrorHandler::default_handler()->error("%{element}: %s", this, pcap_geterr(_pcap)); } #endif @@ -421,12 +427,13 @@ FromDevice::run_task(Task *) { // Read and push() at most one packet. - int r = pcap_dispatch(_pcap, 1, FromDevice_get_packet, (u_char *) this); - if (r > 0) - _pcap_task.fast_reschedule(); - else if (r < 0 && ++_pcap_complaints < 5) + int r = pcap_dispatch(_pcap, _burst, FromDevice_get_packet, (u_char *) this); + if (r > 0) { + _count += r; + _pcap_task.fast_reschedule(); // was fast_reschedule + } else if (r < 0 && ++_pcap_complaints < 5) ErrorHandler::default_handler()->error("%{element}: %s", this, pcap_geterr(_pcap)); - return r > 0; + return r == (int)_burst; } #endif diff -ur ../../work/click-1.8.0/elements/userlevel/fromdevice.hh ./elements/userlevel/fromdevice.hh --- ../../work/click-1.8.0/elements/userlevel/fromdevice.hh 2010-02-28 21:06:16.000000000 +0100 +++ ./elements/userlevel/fromdevice.hh 2011-06-29 23:36:10.000000000 +0200 @@ -160,6 +160,7 @@ void selected(int fd); #if FROMDEVICE_PCAP + inline pcap_t *pcap() const { return _pcap; } bool run_task(Task *); #endif @@ -202,6 +203,8 @@ unsigned _headroom; enum { CAPTURE_PCAP, CAPTURE_LINUX }; int _capture; + + unsigned _burst; #if FROMDEVICE_PCAP String _bpf_filter; #endif diff -ur ../../work/click-1.8.0/elements/userlevel/todevice.cc ./elements/userlevel/todevice.cc --- ../../work/click-1.8.0/elements/userlevel/todevice.cc 2009-09-03 22:36:30.000000000 +0200 +++ ./elements/userlevel/todevice.cc 2011-07-01 10:43:53.000000000 +0200 @@ -58,7 +58,7 @@ ToDevice::ToDevice() : _task(this), _timer(&_task), _fd(-1), _my_fd(false), _q(0), - _pulls(0) + _pulls(0), _count(0) { } @@ -70,13 +70,16 @@ ToDevice::configure(Vector &conf, ErrorHandler *errh) { + _burst = 1; if (cp_va_kparse(conf, this, errh, "DEVNAME", cpkP+cpkM, cpString, &_ifname, + "BURST", 0, cpUnsigned, &_burst, "DEBUG", 0, cpBool, &_debug, cpEnd) < 0) return -1; if (!_ifname) return errh->error("interface not set"); + click_chatter("ToDevice %s burst %d\n", _ifname.c_str(), _burst); return 0; } @@ -85,6 +88,9 @@ { _timer.initialize(this); _fd = -1; +#if TODEVICE_PCAP + _pcap = 0; +#endif #if TODEVICE_BSD_DEV_BPF @@ -117,6 +123,9 @@ FromDevice *fdev = (FromDevice *)e->cast("FromDevice"); if (fdev && fdev->ifname() == _ifname && fdev->fd() >= 0) { _fd = fdev->fd(); +# if TODEVICE_PCAP + _pcap = fdev->pcap(); +# endif _my_fd = false; } } @@ -170,14 +179,21 @@ bool ToDevice::run_task(Task *) { - Packet *p = _q; + unsigned count; + Packet *p = _q; // previously saved packet _q = 0; - if (!p) { - p = input(0).pull(); - _pulls++; - } + for (count = 0; count < _burst; count++) { + if (!p) { + p = input(0).pull(); + _pulls++; + if (!p) { + if (!_signal) + return false; + else + break; + } + } - if (p) { int retval; const char *syscall; @@ -187,6 +203,9 @@ #elif TODEVICE_SEND retval = send(_fd, p->data(), p->length(), 0); syscall = "send"; +#elif TODEVICE_INJECT + retval = ((uint32_t) pcap_inject(_pcap, p->data(), p->length()) == p->length() ? 0 : -1); + syscall = "pcap_inject"; #else retval = 0; #endif @@ -194,6 +213,7 @@ if (retval >= 0) { _backoff = 0; checked_output_push(0, p); + _count++; } else if (errno == ENOBUFS || errno == EAGAIN) { assert(!_q); @@ -215,15 +235,15 @@ return false; } else { - click_chatter("ToDevice(%s) %s: %s", _ifname.c_str(), syscall, strerror(errno)); + click_chatter("ToDevice(%s) count %d pkt %p p %p len 0x%x errno %d %s: %s", + _ifname.c_str(), count, p, p->data(), p->length(), errno, syscall, strerror(errno)); checked_output_push(1, p); } - } + p = 0; + } // end for - if (!p && !_signal) - return false; _task.fast_reschedule(); - return p != 0; + return true; // count == _burst; } void @@ -234,7 +254,7 @@ } -enum {H_DEBUG, H_SIGNAL, H_PULLS, H_Q}; +enum {H_DEBUG, H_SIGNAL, H_PULLS, H_Q, H_COUNT}; String ToDevice::read_param(Element *e, void *thunk) @@ -249,6 +269,8 @@ return String(td->_pulls); case H_Q: return String((bool) td->_q); + case H_COUNT: + return String(td->_count); default: return String(); } diff -ur ../../work/click-1.8.0/elements/userlevel/todevice.hh ./elements/userlevel/todevice.hh --- ../../work/click-1.8.0/elements/userlevel/todevice.hh 2009-09-03 22:36:30.000000000 +0200 +++ ./elements/userlevel/todevice.hh 2011-06-30 17:15:52.000000000 +0200 @@ -60,7 +60,10 @@ extern "C" { # include } -# if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__APPLE__) || defined(__NetBSD__) +# if defined(__FreeBSD__) +# define TODEVICE_PCAP 1 +# define TODEVICE_INJECT 1 +# elif defined(__OpenBSD__) || defined(__APPLE__) || defined(__NetBSD__) # define TODEVICE_BSD_DEV_BPF 1 # define TODEVICE_WRITE 1 # elif defined(__sun) @@ -100,6 +103,10 @@ String _ifname; int _fd; bool _my_fd; + unsigned _burst; +#ifdef TODEVICE_PCAP + pcap_t *_pcap; +#endif NotifierSignal _signal; @@ -108,6 +115,7 @@ bool _debug; bool _backoff; int _pulls; + unsigned _count; }; CLICK_ENDDECLS --PEIAKu/WMn1b1Hv9 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch-more diff -ur ../../work/click-1.8.0/elements/standard/discard.cc ./elements/standard/discard.cc --- ../../work/click-1.8.0/elements/standard/discard.cc 2009-12-18 18:44:25.000000000 +0100 +++ ./elements/standard/discard.cc 2011-06-29 23:36:10.000000000 +0200 @@ -23,7 +23,7 @@ CLICK_DECLS Discard::Discard() - : _task(this), _count(0), _active(true) + : _task(this), _count(0), _active(true), _burst(1) { } @@ -36,8 +36,11 @@ { if (cp_va_kparse(conf, this, errh, "ACTIVE", 0, cpBool, &_active, + "BURST", 0, cpInteger, &_burst, cpEnd) < 0) return -1; + if (_burst < 1 || _burst > 1000) + return errh->error("BURST must be 1..1000"); if (!_active && input_is_push(0)) return errh->error("ACTIVE is meaningless in push context"); return 0; @@ -63,12 +66,17 @@ bool Discard::run_task(Task *) { - Packet *p = input(0).pull(); - if (p) { - _count++; - p->kill(); - } else if (!_signal || !_active) - return false; + Packet *p = 0; + int i; + for (i = _burst; i > 0; i--) { + p = input(0).pull(); + if (p) { + _count++; + p->kill(); + } else if (!_signal || !_active) + return false; + if (!p) break; + } _task.fast_reschedule(); return p != 0; } diff -ur ../../work/click-1.8.0/elements/standard/discard.hh ./elements/standard/discard.hh --- ../../work/click-1.8.0/elements/standard/discard.hh 2009-12-18 18:44:25.000000000 +0100 +++ ./elements/standard/discard.hh 2011-06-29 23:36:10.000000000 +0200 @@ -76,6 +76,8 @@ bool _active; + int _burst; + enum { h_reset_counts = 0, h_active = 1 }; static int write_handler(const String &, Element *, void *, ErrorHandler *); diff -ur ../../work/click-1.8.0/elements/standard/infinitesource.cc ./elements/standard/infinitesource.cc --- ../../work/click-1.8.0/elements/standard/infinitesource.cc 2009-12-02 19:47:56.000000000 +0100 +++ ./elements/standard/infinitesource.cc 2011-06-29 23:36:10.000000000 +0200 @@ -28,7 +28,7 @@ CLICK_DECLS InfiniteSource::InfiniteSource() - : _packet(0), _task(this) + : _packet(0), _task(this), _nots(false) { } @@ -63,6 +63,7 @@ "BURST", cpkP, cpInteger, &burstsize, "ACTIVE", cpkP, cpBool, &active, "LENGTH", 0, cpInteger, &datasize, + "NOTS", 0, cpBool, &_nots, "DATASIZE", 0, cpInteger, &datasize, // deprecated "STOP", 0, cpBool, &stop, cpEnd) < 0) @@ -110,7 +111,8 @@ n = (_count > _limit ? 0 : _limit - _count); for (int i = 0; i < n; i++) { Packet *p = _packet->clone(); - p->timestamp_anno().assign_now(); + if (!_nots) + p->timestamp_anno().assign_now(); output(0).push(p); } _count += n; @@ -137,7 +139,8 @@ } _count++; Packet *p = _packet->clone(); - p->timestamp_anno().assign_now(); + if (!_nots) + p->timestamp_anno().assign_now(); return p; } diff -ur ../../work/click-1.8.0/elements/standard/infinitesource.hh ./elements/standard/infinitesource.hh --- ../../work/click-1.8.0/elements/standard/infinitesource.hh 2009-09-03 22:36:30.000000000 +0200 +++ ./elements/standard/infinitesource.hh 2011-06-29 23:36:10.000000000 +0200 @@ -119,6 +119,7 @@ int _datasize; bool _active; bool _stop; + bool _nots; Task _task; String _data; NotifierSignal _nonfull_signal; diff -ur ../../work/click-1.8.0/include/click/packet.hh ./include/click/packet.hh --- ../../work/click-1.8.0/include/click/packet.hh 2010-02-28 18:22:28.000000000 +0100 +++ ./include/click/packet.hh 2011-06-30 00:37:00.000000000 +0200 @@ -669,6 +669,30 @@ # endif #endif + static void *_p_freelist; + static int _p_freecount, _p_limit; + inline void *operator new(size_t len) { + if (!_p_freelist) { + //fprintf(stderr, "must allocate object\n"); + return malloc(len); + } else { + Packet *p = (Packet *)_p_freelist; + _p_freelist = *(void **)p; + _p_freecount--; + return p; + } + } + + inline void operator delete(void *p) { + if (_p_freecount >= _p_limit) { + free(p); + } else { + *(void **)p = _p_freelist; + _p_freelist = p; + _p_freecount++; + } + } + inline Packet(); Packet(const Packet &); ~Packet(); diff -ur ../../work/click-1.8.0/lib/packet.cc ./lib/packet.cc --- ../../work/click-1.8.0/lib/packet.cc 2010-02-28 18:22:28.000000000 +0100 +++ ./lib/packet.cc 2011-06-30 16:45:05.000000000 +0200 @@ -178,6 +178,15 @@ * Avoid writing buggy code like this! Use WritablePacket selectively, and * try to avoid calling WritablePacket::clone() when possible. */ +void *Packet::_p_freelist = 0; +int Packet::_p_freecount = 0; +int Packet::_p_limit = 10000; + +static void *_pb_freelist = 0; +static int _pb_freecount = 0; +static int _pb_limit = 10000; +static int _pb_alloc = 0; + Packet::~Packet() { // This is a convenient place to put static assertions. @@ -197,13 +206,21 @@ #if CLICK_LINUXMODULE panic("Packet destructor"); #else - if (_data_packet) + if (_data_packet) // XXX cloned _data_packet->kill(); # if CLICK_USERLEVEL else if (_head && _destructor) _destructor(_head, _end - _head); - else - delete[] _head; + else { + //fprintf(stderr, "free buffer %p\n", _head); + if (_pb_freecount > _pb_limit) { + free(_head); + } else { + *(void **)_head = _pb_freelist; + _pb_freelist = _head; + _pb_freecount++; + } + } # elif CLICK_BSDMODULE if (_m) m_freem(_m); @@ -217,6 +234,7 @@ inline WritablePacket * Packet::make(int, int, int) { + return static_cast(new Packet(6, 6, 6)); } @@ -229,7 +247,19 @@ n = min_buffer_length; } #if CLICK_USERLEVEL - unsigned char *d = new unsigned char[n]; + unsigned char *d; + if (n > 2047) { + // fprintf(stderr, "alloc size %d count %d\n", n, _pb_alloc++); + d = (unsigned char *)malloc(n); + } else if (!_pb_freelist) { + // if (_pb_alloc % 10000 == 0) + // fprintf(stderr, "cur alloc size %d count %d\n", n, _pb_alloc++); + d = (unsigned char *)malloc(2048); + } else { + d = (unsigned char *)_pb_freelist; + _pb_freelist = *(char **)_pb_freelist; + _pb_freecount--; + } if (!d) return false; _head = d; @@ -494,8 +524,14 @@ # if CLICK_USERLEVEL else if (_destructor) _destructor(old_head, old_end - old_head); - else - delete[] old_head; + else { + if (_pb_freecount > _pb_limit) { + free(old_head); + } else { + *(unsigned char **)_pb_freecount = old_head; + _pb_freecount++; + } + } _destructor = 0; # elif CLICK_BSDMODULE else --PEIAKu/WMn1b1Hv9-- From owner-freebsd-ports@FreeBSD.ORG Fri Jul 1 18:40:10 2011 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 979BE1065676 for ; Fri, 1 Jul 2011 18:40:10 +0000 (UTC) (envelope-from barbara.xxx1975@libero.it) Received: from outrelay02.libero.it (outrelay02.libero.it [212.52.84.102]) by mx1.freebsd.org (Postfix) with ESMTP id 19C498FC16 for ; Fri, 1 Jul 2011 18:40:09 +0000 (UTC) X-CTCH-Spam: Unknown X-CTCH-RefID: str=0001.0A0B0204.4E0E1486.0014,ss=1,re=0.000,fgs=0 X-libjamoibt: 1821 Received: from wmail55 (172.31.0.246) by outrelay02.libero.it (8.5.133) (authenticated as barbara.xxx1975@libero.it) id 4E09A78E006DF5BC; Fri, 1 Jul 2011 20:40:06 +0200 Message-ID: <13603356.5857181309545606021.JavaMail.defaultUser@defaultHost> Date: Fri, 1 Jul 2011 20:40:06 +0200 (CEST) From: Barbara To: MIME-Version: 1.0 Content-Type: text/plain;charset="UTF-8" Content-Transfer-Encoding: 7bit X-SenderIP: 87.17.223.11 Cc: freebsd-ports@freebsd.org Subject: R: Re: Is anders@ still active as maintainer? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Barbara List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jul 2011 18:40:10 -0000 >> >>Barbara wrote: >>> >>> On March, four months ago, after a python upgrade, I sent a pr about >>> multimedia/libkate (pr=155280) because the dependency of the port from >python >>> was missing. >>> I tried repeatedly to contact the maintainer asking about the pr without >luck. >>> Without considering the fact that, looking at Makefile in cvsweb, it seems >>> that he just did the first commit in 2008 and that there is a new version >of >>> libkate since 2010-08-10! >> >>According to this web page: >> >>http://www.freebsd.org/doc/en/books/porters-handbook/makefile-maintainer. html >> >>it seems to me that you now have the right to have your changes >>committed without the maintainer's approval. >> > >According to that page, he could also be replaced because more than three >months have passed, but nothing happened. >But no one took care of that. And this is worst than just don't have a pr >committed. > That's why it's worst. Look at my new pr... http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/158563 gosh From owner-freebsd-ports@FreeBSD.ORG Fri Jul 1 18:41:51 2011 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 AF07E106564A; Fri, 1 Jul 2011 18:41:51 +0000 (UTC) (envelope-from oliver.pntr@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 190818FC12; Fri, 1 Jul 2011 18:41:50 +0000 (UTC) Received: by wyg24 with SMTP id 24so3292580wyg.13 for ; Fri, 01 Jul 2011 11:41:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=vZjsW056mM5//JKbd07d//4snzBbJfRLq7UhKfaugjY=; b=khHRjgSnvTbYkbzhI5pyAIOBVXddUVBlyIGiP+2WD5UCBdOsc8dFzQbI/ri6Vq+x4x Vw3EZgPR4yxF4DP6TSF7NrobZVIJ7oW0T1+0nkGYMQYS2MpPfa0bOr1K7TutrGZrPaI4 Hm9T+ZI8JBOCWA7rxIKWzL19AeAYJhWpqYRA4= MIME-Version: 1.0 Received: by 10.227.172.13 with SMTP id j13mr3238679wbz.45.1309545710231; Fri, 01 Jul 2011 11:41:50 -0700 (PDT) Received: by 10.227.209.209 with HTTP; Fri, 1 Jul 2011 11:41:50 -0700 (PDT) Date: Fri, 1 Jul 2011 20:41:50 +0200 Message-ID: From: Oliver Pinter To: avilla@freeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Cc: ports@freebsd.org Subject: failed bsd.qt.mk fix... 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, 01 Jul 2011 18:41:51 -0000 awk: syntax error at source line 1 context is NR == 1 { gsub(/[()]/, "", >>> ) <<< awk: illegal statement at source line 1 "/usr/ports/Mk/bsd.qt.mk", line 115: warning: "cc --version 2> /dev/null | awk 'NR == 1 { gsub(/[()]/, "", ); print }'" returned non-zero status awk: syntax error at source line 1 context is NR == 1 { gsub(/[()]/, "", >>> ) <<< awk: illegal statement at source line 1 "/usr/ports/Mk/bsd.qt.mk", line 115: warning: "cc --version 2> /dev/null | awk 'NR == 1 { gsub(/[()]/, "", ); print }'" returned non-zero status awk: syntax error at source line 1 context is NR == 1 { gsub(/[()]/, "", >>> ) <<< awk: illegal statement at source line 1 "/usr/ports/Mk/bsd.qt.mk", line 115: warning: "cc --version 2> /dev/null | awk 'NR == 1 { gsub(/[()]/, "", ); print }'" returned non-zero status awk: syntax error at source line 1 context is NR == 1 { gsub(/[()]/, "", >>> ) <<< awk: illegal statement at source line 1 "/usr/ports/Mk/bsd.qt.mk", line 115: warning: "cc --version 2> /dev/null | awk 'NR == 1 { gsub(/[()]/, "", ); print }'" returned non-zero status awk: syntax error at source line 1 context is NR == 1 { gsub(/[()]/, "", >>> ) <<< awk: illegal statement at source line 1 "/usr/ports/Mk/bsd.qt.mk", line 115: warning: "cc --version 2> /dev/null | awk 'NR == 1 { gsub(/[()]/, "", ); print }'" returned non-zero status awk: syntax error at source line 1 context is NR == 1 { gsub(/[()]/, "", >>> ) <<< awk: illegal statement at source line 1 "/usr/ports/Mk/bsd.qt.mk", line 115: warning: "cc --version 2> /dev/null | awk 'NR == 1 { gsub(/[()]/, "", ); print }'" returned non-zero status awk: syntax error at source line 1 context is NR == 1 { gsub(/[()]/, "", >>> ) <<< awk: illegal statement at source line 1 "/usr/ports/devel/qmake4/../../Mk/bsd.qt.mk", line 115: warning: "cc --version 2> /dev/null | awk 'NR == 1 { gsub(/[()]/, "", ); print }'" returned non-zero status awk: syntax error at source line 1 context is NR == 1 { gsub(/[()]/, "", >>> ) <<< awk: illegal statement at source line 1 "/usr/ports/Mk/bsd.qt.mk", line 115: warning: "cc --version 2> /dev/null | awk 'NR == 1 { gsub(/[()]/, "", ); print }'" returned non-zero status awk: syntax error at source line 1 context is NR == 1 { gsub(/[()]/, "", >>> ) <<< awk: illegal statement at source line 1 "/usr/ports/Mk/bsd.qt.mk", line 115: warning: "cc --version 2> /dev/null | awk 'NR == 1 { gsub(/[()]/, "", ); print }'" returned non-zero status awk: syntax error at source line 1 context is NR == 1 { gsub(/[()]/, "", >>> ) <<< awk: illegal statement at source line 1 "/usr/ports/Mk/bsd.qt.mk", line 115: warning: "cc --version 2> /dev/null | awk 'NR == 1 { gsub(/[()]/, "", ); print }'" returned non-zero status awk: syntax error at source line 1 context is NR == 1 { gsub(/[()]/, "", >>> ) <<< awk: illegal statement at source line 1 "/usr/ports/Mk/bsd.qt.mk", line 115: warning: "cc --version 2> /dev/null | awk 'NR == 1 { gsub(/[()]/, "", ); print }'" returned non-zero status awk: syntax error at source line 1 context is NR == 1 { gsub(/[()]/, "", >>> ) <<< awk: illegal statement at source line 1 "/usr/ports/Mk/bsd.qt.mk", line 115: warning: "cc --version 2> /dev/null | awk 'NR == 1 { gsub(/[()]/, "", ); print }'" returned non-zero status ===> Cleaning for arora-0.11.0 awk: syntax error at source line 1 context is NR == 1 { gsub(/[()]/, "", >>> ) <<< awk: illegal statement at source line 1 "/usr/ports/Mk/bsd.qt.mk", line 115: warning: "cc --version 2> /dev/null | awk 'NR == 1 { gsub(/[()]/, "", ); print }'" returned non-zero status From owner-freebsd-ports@FreeBSD.ORG Fri Jul 1 18:48:50 2011 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 8A1071065672; Fri, 1 Jul 2011 18:48:50 +0000 (UTC) (envelope-from oliver.pntr@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id C26088FC0C; Fri, 1 Jul 2011 18:48:49 +0000 (UTC) Received: by wyg24 with SMTP id 24so3296896wyg.13 for ; Fri, 01 Jul 2011 11:48:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=k0m3c1oVtFxu63lyY2B4dS9PHCitQpiLj2t/WEIOLQQ=; b=ubm8joqkZmuJM0e1gFlB2SgpmTCav2DzMvk5qH01oCaSrO+W3ll/VgxiudIGX2AoOA vnGkavx/4ywJDImyPEoqLl1dq4XjtLEhgPs2jSYY/9JhFsnsENlIAwJZJf/tvPUS4G/n hudyjQBhGQ/76CN2wdaLponFOjnBlPaZ1TLuw= MIME-Version: 1.0 Received: by 10.227.206.14 with SMTP id fs14mr3293555wbb.30.1309546128842; Fri, 01 Jul 2011 11:48:48 -0700 (PDT) Received: by 10.227.209.209 with HTTP; Fri, 1 Jul 2011 11:48:48 -0700 (PDT) In-Reply-To: References: Date: Fri, 1 Jul 2011 20:48:48 +0200 Message-ID: From: Oliver Pinter To: avilla@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: ports@freebsd.org Subject: Re: failed bsd.qt.mk fix... 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, 01 Jul 2011 18:48:50 -0000 after reverting this: http://www.freebsd.org/cgi/cvsweb.cgi/ports/Mk/bsd.qt.mk.diff?r1=1.24;r2=1.25 everything look fine.. On 7/1/11, Oliver Pinter wrote: > awk: syntax error at source line 1 > context is > NR == 1 { gsub(/[()]/, "", >>> ) <<< > awk: illegal statement at source line 1 > "/usr/ports/Mk/bsd.qt.mk", line 115: warning: "cc --version 2> > /dev/null | awk 'NR == 1 { gsub(/[()]/, "", ); print }'" returned > non-zero status > awk: syntax error at source line 1 > context is > NR == 1 { gsub(/[()]/, "", >>> ) <<< > awk: illegal statement at source line 1 > "/usr/ports/Mk/bsd.qt.mk", line 115: warning: "cc --version 2> > /dev/null | awk 'NR == 1 { gsub(/[()]/, "", ); print }'" returned > non-zero status > awk: syntax error at source line 1 > context is > NR == 1 { gsub(/[()]/, "", >>> ) <<< > awk: illegal statement at source line 1 > "/usr/ports/Mk/bsd.qt.mk", line 115: warning: "cc --version 2> > /dev/null | awk 'NR == 1 { gsub(/[()]/, "", ); print }'" returned > non-zero status > awk: syntax error at source line 1 > context is > NR == 1 { gsub(/[()]/, "", >>> ) <<< > awk: illegal statement at source line 1 > "/usr/ports/Mk/bsd.qt.mk", line 115: warning: "cc --version 2> > /dev/null | awk 'NR == 1 { gsub(/[()]/, "", ); print }'" returned > non-zero status > awk: syntax error at source line 1 > context is > NR == 1 { gsub(/[()]/, "", >>> ) <<< > awk: illegal statement at source line 1 > "/usr/ports/Mk/bsd.qt.mk", line 115: warning: "cc --version 2> > /dev/null | awk 'NR == 1 { gsub(/[()]/, "", ); print }'" returned > non-zero status > awk: syntax error at source line 1 > context is > NR == 1 { gsub(/[()]/, "", >>> ) <<< > awk: illegal statement at source line 1 > "/usr/ports/Mk/bsd.qt.mk", line 115: warning: "cc --version 2> > /dev/null | awk 'NR == 1 { gsub(/[()]/, "", ); print }'" returned > non-zero status > awk: syntax error at source line 1 > context is > NR == 1 { gsub(/[()]/, "", >>> ) <<< > awk: illegal statement at source line 1 > "/usr/ports/devel/qmake4/../../Mk/bsd.qt.mk", line 115: warning: "cc > --version 2> /dev/null | awk 'NR == 1 { gsub(/[()]/, "", ); print }'" > returned non-zero status > awk: syntax error at source line 1 > context is > NR == 1 { gsub(/[()]/, "", >>> ) <<< > awk: illegal statement at source line 1 > "/usr/ports/Mk/bsd.qt.mk", line 115: warning: "cc --version 2> > /dev/null | awk 'NR == 1 { gsub(/[()]/, "", ); print }'" returned > non-zero status > awk: syntax error at source line 1 > context is > NR == 1 { gsub(/[()]/, "", >>> ) <<< > awk: illegal statement at source line 1 > "/usr/ports/Mk/bsd.qt.mk", line 115: warning: "cc --version 2> > /dev/null | awk 'NR == 1 { gsub(/[()]/, "", ); print }'" returned > non-zero status > awk: syntax error at source line 1 > context is > NR == 1 { gsub(/[()]/, "", >>> ) <<< > awk: illegal statement at source line 1 > "/usr/ports/Mk/bsd.qt.mk", line 115: warning: "cc --version 2> > /dev/null | awk 'NR == 1 { gsub(/[()]/, "", ); print }'" returned > non-zero status > awk: syntax error at source line 1 > context is > NR == 1 { gsub(/[()]/, "", >>> ) <<< > awk: illegal statement at source line 1 > "/usr/ports/Mk/bsd.qt.mk", line 115: warning: "cc --version 2> > /dev/null | awk 'NR == 1 { gsub(/[()]/, "", ); print }'" returned > non-zero status > awk: syntax error at source line 1 > context is > NR == 1 { gsub(/[()]/, "", >>> ) <<< > awk: illegal statement at source line 1 > "/usr/ports/Mk/bsd.qt.mk", line 115: warning: "cc --version 2> > /dev/null | awk 'NR == 1 { gsub(/[()]/, "", ); print }'" returned > non-zero status > ===> Cleaning for arora-0.11.0 > awk: syntax error at source line 1 > context is > NR == 1 { gsub(/[()]/, "", >>> ) <<< > awk: illegal statement at source line 1 > "/usr/ports/Mk/bsd.qt.mk", line 115: warning: "cc --version 2> > /dev/null | awk 'NR == 1 { gsub(/[()]/, "", ); print }'" returned > non-zero status > From owner-freebsd-ports@FreeBSD.ORG Fri Jul 1 18:54:36 2011 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 BA8F9106564A; Fri, 1 Jul 2011 18:54:36 +0000 (UTC) (envelope-from oliver.pntr@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 032328FC13; Fri, 1 Jul 2011 18:54:35 +0000 (UTC) Received: by wyg24 with SMTP id 24so3300614wyg.13 for ; Fri, 01 Jul 2011 11:54:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=V6VTbBMEURr5IRmLrxhnorPCRE3Fw72fNpyg+R5IwEg=; b=Atcu/uDTRgry7oR7MFFGFQlqIkQpMaKzBe2enWYDsW6PwZIJkxs2sGH83L/Xr+8GId iXlwJ2vhpMY6o2+KWITILikrP0RZq/6RnoDMW2K5hwJ4GNLyY70FQCaY+sBl6p6v1QwK kFFL/xEEbWHEBRdMsDURShlcpj1m79sVcGbw8= MIME-Version: 1.0 Received: by 10.227.172.13 with SMTP id j13mr3247318wbz.45.1309546475105; Fri, 01 Jul 2011 11:54:35 -0700 (PDT) Received: by 10.227.209.209 with HTTP; Fri, 1 Jul 2011 11:54:34 -0700 (PDT) In-Reply-To: References: Date: Fri, 1 Jul 2011 20:54:34 +0200 Message-ID: From: Oliver Pinter To: avilla@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: ports@freebsd.org Subject: Re: failed bsd.qt.mk fix... 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, 01 Jul 2011 18:54:36 -0000 On 7/1/11, Oliver Pinter wrote: > after reverting this: > http://www.freebsd.org/cgi/cvsweb.cgi/ports/Mk/bsd.qt.mk.diff?r1=1.24;r2=1.25 > everything look fine.. > > On 7/1/11, Oliver Pinter wrote: >> awk: syntax error at source line 1 >> context is >> NR == 1 { gsub(/[()]/, "", >>> ) <<< >> awk: illegal statement at source line 1 >> "/usr/ports/Mk/bsd.qt.mk", line 115: warning: "cc --version 2> >> /dev/null | awk 'NR == 1 { gsub(/[()]/, "", ); print }'" returned >> non-zero status >> awk: syntax error at source line 1 >> context is >> NR == 1 { gsub(/[()]/, "", >>> ) <<< >> awk: illegal statement at source line 1 >> "/usr/ports/Mk/bsd.qt.mk", line 115: warning: "cc --version 2> >> /dev/null | awk 'NR == 1 { gsub(/[()]/, "", ); print }'" returned >> non-zero status >> awk: syntax error at source line 1 >> context is >> NR == 1 { gsub(/[()]/, "", >>> ) <<< >> awk: illegal statement at source line 1 >> "/usr/ports/Mk/bsd.qt.mk", line 115: warning: "cc --version 2> >> /dev/null | awk 'NR == 1 { gsub(/[()]/, "", ); print }'" returned >> non-zero status >> awk: syntax error at source line 1 >> context is >> NR == 1 { gsub(/[()]/, "", >>> ) <<< >> awk: illegal statement at source line 1 >> "/usr/ports/Mk/bsd.qt.mk", line 115: warning: "cc --version 2> >> /dev/null | awk 'NR == 1 { gsub(/[()]/, "", ); print }'" returned >> non-zero status >> awk: syntax error at source line 1 >> context is >> NR == 1 { gsub(/[()]/, "", >>> ) <<< >> awk: illegal statement at source line 1 >> "/usr/ports/Mk/bsd.qt.mk", line 115: warning: "cc --version 2> >> /dev/null | awk 'NR == 1 { gsub(/[()]/, "", ); print }'" returned >> non-zero status >> awk: syntax error at source line 1 >> context is >> NR == 1 { gsub(/[()]/, "", >>> ) <<< >> awk: illegal statement at source line 1 >> "/usr/ports/Mk/bsd.qt.mk", line 115: warning: "cc --version 2> >> /dev/null | awk 'NR == 1 { gsub(/[()]/, "", ); print }'" returned >> non-zero status >> awk: syntax error at source line 1 >> context is >> NR == 1 { gsub(/[()]/, "", >>> ) <<< >> awk: illegal statement at source line 1 >> "/usr/ports/devel/qmake4/../../Mk/bsd.qt.mk", line 115: warning: "cc >> --version 2> /dev/null | awk 'NR == 1 { gsub(/[()]/, "", ); print }'" >> returned non-zero status >> awk: syntax error at source line 1 >> context is >> NR == 1 { gsub(/[()]/, "", >>> ) <<< >> awk: illegal statement at source line 1 >> "/usr/ports/Mk/bsd.qt.mk", line 115: warning: "cc --version 2> >> /dev/null | awk 'NR == 1 { gsub(/[()]/, "", ); print }'" returned >> non-zero status >> awk: syntax error at source line 1 >> context is >> NR == 1 { gsub(/[()]/, "", >>> ) <<< >> awk: illegal statement at source line 1 >> "/usr/ports/Mk/bsd.qt.mk", line 115: warning: "cc --version 2> >> /dev/null | awk 'NR == 1 { gsub(/[()]/, "", ); print }'" returned >> non-zero status >> awk: syntax error at source line 1 >> context is >> NR == 1 { gsub(/[()]/, "", >>> ) <<< >> awk: illegal statement at source line 1 >> "/usr/ports/Mk/bsd.qt.mk", line 115: warning: "cc --version 2> >> /dev/null | awk 'NR == 1 { gsub(/[()]/, "", ); print }'" returned >> non-zero status >> awk: syntax error at source line 1 >> context is >> NR == 1 { gsub(/[()]/, "", >>> ) <<< >> awk: illegal statement at source line 1 >> "/usr/ports/Mk/bsd.qt.mk", line 115: warning: "cc --version 2> >> /dev/null | awk 'NR == 1 { gsub(/[()]/, "", ); print }'" returned >> non-zero status >> awk: syntax error at source line 1 >> context is >> NR == 1 { gsub(/[()]/, "", >>> ) <<< >> awk: illegal statement at source line 1 >> "/usr/ports/Mk/bsd.qt.mk", line 115: warning: "cc --version 2> >> /dev/null | awk 'NR == 1 { gsub(/[()]/, "", ); print }'" returned >> non-zero status >> ===> Cleaning for arora-0.11.0 >> awk: syntax error at source line 1 >> context is >> NR == 1 { gsub(/[()]/, "", >>> ) <<< >> awk: illegal statement at source line 1 >> "/usr/ports/Mk/bsd.qt.mk", line 115: warning: "cc --version 2> >> /dev/null | awk 'NR == 1 { gsub(/[()]/, "", ); print }'" returned >> non-zero status >> > or use this patch: op@pandora-d ~> less /tmp/diff --- bsd.qt.mk 2011-07-01 20:53:32.000000000 +0200 +++ bsd.qt.mk-op 2011-07-01 20:52:48.000000000 +0200 @@ -112,7 +112,7 @@ # # Translate `c++` to its real name and select the appropriate mkspec. # -QMAKE_BASE_COMPILER!= cc --version 2> /dev/null | awk 'NR == 1 { gsub(/[()]/, "", $2); print $2 }' +QMAKE_BASE_COMPILER!= cc --version 2> /dev/null | awk 'NR == 1 { gsub(/[()]/, "", $$2); print $$2 }' .if ${QMAKE_BASE_COMPILER:L} == "gcc" QMAKE_BASE_COMPILER= g++ .endif From owner-freebsd-ports@FreeBSD.ORG Fri Jul 1 19:10:00 2011 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 DD600106566B for ; Fri, 1 Jul 2011 19:10:00 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 95D818FC0A for ; Fri, 1 Jul 2011 19:10:00 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) for freebsd-ports@freebsd.org with esmtp (envelope-from ) id <1Qcj6F-0006KP-Ev>; Fri, 01 Jul 2011 21:09:59 +0200 Received: from e178001058.adsl.alicedsl.de ([85.178.1.58] helo=thor.walstatt.dyndns.org) by inpost2.zedat.fu-berlin.de (Exim 4.69) for freebsd-ports@freebsd.org with esmtpsa (envelope-from ) id <1Qcj6F-00021Y-C9>; Fri, 01 Jul 2011 21:09:59 +0200 Message-ID: <4E0E1B87.2070406@zedat.fu-berlin.de> Date: Fri, 01 Jul 2011 21:09:59 +0200 From: "Hartmann, O." User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:5.0) Gecko/20110630 Thunderbird/5.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 85.178.1.58 Subject: /usr/ports/Mk/bsd.qt.mk", line 115: warning: "cc --version 2> /dev/null | awk 'NR == 1 { gsub(/[()]/, "", ); print }'" returned non-zero status 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, 01 Jul 2011 19:10:00 -0000 When performing a portmaster -av after today's update of the ports tree, I receive this error: ===>>> virtualbox-ose-4.0.10 awk: syntax error at source line 1 context is NR == 1 { gsub(/[()]/, "", >>> ) <<< awk: illegal statement at source line 1 "/usr/ports/Mk/bsd.qt.mk", line 115: warning: "cc --version 2> /dev/null | awk 'NR == 1 { gsub(/[()]/, "", ); print }'" returned non-zero status ===>>> vlc-1.1.10_3,3 awk: syntax error at source line 1 context is NR == 1 { gsub(/[()]/, "", >>> ) <<< awk: illegal statement at source line 1 "/usr/ports/Mk/bsd.qt.mk", line 115: warning: "cc --version 2> /dev/null | awk 'NR == 1 { gsub(/[()]/, "", ); print }'" returned non-zero status Oliver From owner-freebsd-ports@FreeBSD.ORG Fri Jul 1 19:31:38 2011 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 5CF3D1065672 for ; Fri, 1 Jul 2011 19:31:38 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id E19FA8FC13 for ; Fri, 1 Jul 2011 19:31:37 +0000 (UTC) Received: by eyg7 with SMTP id 7so1692174eyg.13 for ; Fri, 01 Jul 2011 12:31:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:message-id:date:from:organization:user-agent:mime-version:to :cc:subject:references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=YWOf3jByIngtyWDWM+lUqHYet2+4qyy0Oj+/7/uoBhg=; b=aie0n58oLtWJjiN8s2SN+nTlgzpbCQPvv154v4iVS7KUwnRz45naAERkxOLSxDgMkw pBoitOQ2Ohj6yjaKC7XLfhI13phsZ/XL5PinFAwvZLRoBqfvMUjBsELNgirWf6WltdkE tgOVod4tcLb3hQ5p+hm2sqYvpBVGaI1iyA0nY= Received: by 10.213.2.75 with SMTP id 11mr578654ebi.0.1309546820383; Fri, 01 Jul 2011 12:00:20 -0700 (PDT) Received: from [192.168.1.14] (ip18-43-209-87.adsl2.static.versatel.nl [87.209.43.18]) by mx.google.com with ESMTPS id s11sm2717924eef.1.2011.07.01.12.00.17 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 01 Jul 2011 12:00:18 -0700 (PDT) Sender: =?UTF-8?Q?Ren=C3=A9_Ladan?= Message-ID: <4E0E1937.8040808@freebsd.org> Date: Fri, 01 Jul 2011 21:00:07 +0200 From: Rene Ladan Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; nl-NL; rv:1.9.2.18) Gecko/20110622 Thunderbird/3.1.11 MIME-Version: 1.0 To: Oliver Pinter References: In-Reply-To: X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: avilla@freebsd.org, ports@freebsd.org Subject: Re: failed bsd.qt.mk fix... 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, 01 Jul 2011 19:31:38 -0000 Op 01-07-2011 20:54, Oliver Pinter schreef: > On 7/1/11, Oliver Pinter wrote: >> after reverting this: >> http://www.freebsd.org/cgi/cvsweb.cgi/ports/Mk/bsd.qt.mk.diff?r1=1.24;r2=1.25 >> everything look fine.. > > or use this patch: > > op@pandora-d ~> less /tmp/diff > --- bsd.qt.mk 2011-07-01 20:53:32.000000000 +0200 > +++ bsd.qt.mk-op 2011-07-01 20:52:48.000000000 +0200 > @@ -112,7 +112,7 @@ > # > # Translate `c++` to its real name and select the appropriate mkspec. > # > -QMAKE_BASE_COMPILER!= cc --version 2> /dev/null | awk 'NR == 1 { > gsub(/[()]/, "", $2); print $2 }' > +QMAKE_BASE_COMPILER!= cc --version 2> /dev/null | awk 'NR == 1 { > gsub(/[()]/, "", $$2); print $$2 }' > .if ${QMAKE_BASE_COMPILER:L} == "gcc" > QMAKE_BASE_COMPILER= g++ > .endif Wouldn't it be better to use ${CC} instead of cc in the above patch so that clang is also (a bit more) supported? -- http://www.rene-ladan.nl:8080/ GPG fingerprint = ADBC ECCD EB5F A6B4 549F 600D 8C9E 647A E564 2BFC (subkeys.pgp.net) From owner-freebsd-ports@FreeBSD.ORG Fri Jul 1 19:38:19 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx2.freebsd.org (mx2.freebsd.org [IPv6:2001:4f8:fff6::35]) by hub.freebsd.org (Postfix) with ESMTP id C62F0106564A; Fri, 1 Jul 2011 19:38:19 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from 65-241-43-4.globalsuite.net (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx2.freebsd.org (Postfix) with ESMTP id D2A5A14FC49; Fri, 1 Jul 2011 19:38:18 +0000 (UTC) Message-ID: <4E0E2229.30605@FreeBSD.org> Date: Fri, 01 Jul 2011 12:38:17 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.18) Gecko/20110624 Thunderbird/3.1.11 MIME-Version: 1.0 To: vd@freebsd.org References: <201106300544.56629.lumiwa@gmail.com> <20110630120258.GA32795@hag.hw.v5d.org> <4E0C6858.5020100@gmail.com> <20110701071635.GA50853@hag.hw.v5d.org> In-Reply-To: <20110701071635.GA50853@hag.hw.v5d.org> X-Enigmail-Version: 1.1.2 OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ajtiM , Gritsuk Anton , freebsd-ports@freebsd.org Subject: Re: vigra 1.7.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jul 2011 19:38:19 -0000 On 07/01/2011 00:16, Vasil Dimov wrote: > On Thu, Jun 30, 2011 at 15:13:12 +0300, Gritsuk Anton wrote: >> It's not work for me. Why? >> >> See the attach file. > > Hi, > > ===>>> The dependency for science/hdf5-18^M > seems to be handled by hdf5-1.6.9_1^M > > Since graphics/vigra asks for libhdf5 and that library is provided by > both science/hdf5 and science/hdf5-18 portmaster considers that using > science/hdf5 is ok, but it is not. > > I have changed the dependency to libhdf5.so.6, which is only provided by > science/hdf5-18. Unfortunately that won't help portmaster, since it uses CONFLICTS to determine alternate dependencies. I'd love to fix this, but time is short ... Doug -- Nothin' ever doesn't change, but nothin' changes much. -- OK Go Breadth of IT experience, and depth of knowledge in the DNS. Yours for the right price. :) http://SupersetSolutions.com/ From owner-freebsd-ports@FreeBSD.ORG Fri Jul 1 21:25:09 2011 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 7E893106564A; Fri, 1 Jul 2011 21:25:09 +0000 (UTC) (envelope-from oliver.pntr@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id DFC818FC0C; Fri, 1 Jul 2011 21:25:08 +0000 (UTC) Received: by wyg24 with SMTP id 24so3390167wyg.13 for ; Fri, 01 Jul 2011 14:25:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=oCTqIcwXJnmImzu6bWPNYpAdwbAVX3XnnKTxtNbMlSM=; b=goyDtlfewi73Eqg9RtAAJ1dJC9VNFDVOtq8mamPBh3GuckVKR9Yu/mibqtRD3OKa+L nFv8h7tCwlXJxgJP2f9E6SDY18o/BVxtOFOYy467FcO4VIZmVkGPxiRQ6Dt2AdGAmIQL NZOZwn45ZYhrdQW/bIHDMh2x2MCqvWX444kw8= MIME-Version: 1.0 Received: by 10.227.177.193 with SMTP id bj1mr3442814wbb.30.1309555506747; Fri, 01 Jul 2011 14:25:06 -0700 (PDT) Received: by 10.227.209.209 with HTTP; Fri, 1 Jul 2011 14:25:06 -0700 (PDT) In-Reply-To: <4E0E1937.8040808@freebsd.org> References: <4E0E1937.8040808@freebsd.org> Date: Fri, 1 Jul 2011 23:25:06 +0200 Message-ID: From: Oliver Pinter To: Rene Ladan Content-Type: text/plain; charset=ISO-8859-1 Cc: avilla@freebsd.org, ports@freebsd.org Subject: Re: failed bsd.qt.mk fix... 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, 01 Jul 2011 21:25:09 -0000 The original (commited patch in ports) is not my patch. I only wrote a fixup to make it usable, after avillas commit breaked the ports. On 7/1/11, Rene Ladan wrote: > Op 01-07-2011 20:54, Oliver Pinter schreef: >> On 7/1/11, Oliver Pinter wrote: >>> after reverting this: >>> http://www.freebsd.org/cgi/cvsweb.cgi/ports/Mk/bsd.qt.mk.diff?r1=1.24;r2=1.25 >>> everything look fine.. >> >> or use this patch: >> >> op@pandora-d ~> less /tmp/diff >> --- bsd.qt.mk 2011-07-01 20:53:32.000000000 +0200 >> +++ bsd.qt.mk-op 2011-07-01 20:52:48.000000000 +0200 >> @@ -112,7 +112,7 @@ >> # >> # Translate `c++` to its real name and select the appropriate mkspec. >> # >> -QMAKE_BASE_COMPILER!= cc --version 2> /dev/null | awk 'NR == 1 { >> gsub(/[()]/, "", $2); print $2 }' >> +QMAKE_BASE_COMPILER!= cc --version 2> /dev/null | awk 'NR == 1 { >> gsub(/[()]/, "", $$2); print $$2 }' >> .if ${QMAKE_BASE_COMPILER:L} == "gcc" >> QMAKE_BASE_COMPILER= g++ >> .endif > > Wouldn't it be better to use ${CC} instead of cc in the above patch so > that clang is also (a bit more) supported? > -- > http://www.rene-ladan.nl:8080/ > > GPG fingerprint = ADBC ECCD EB5F A6B4 549F 600D 8C9E 647A E564 2BFC > (subkeys.pgp.net) > The original (commited patch in ports) is not my patch. I only wrote a fixup to make it usable, after avillas commit breaked the ports. From owner-freebsd-ports@FreeBSD.ORG Fri Jul 1 23:35:25 2011 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 E34D51065757; Fri, 1 Jul 2011 23:35:24 +0000 (UTC) (envelope-from traveling08@cox.net) Received: from fed1rmfepi106.cox.net (fed1rmfepi106.cox.net [68.230.241.137]) by mx1.freebsd.org (Postfix) with ESMTP id BA54C8FC0A; Fri, 1 Jul 2011 23:35:24 +0000 (UTC) Received: from fed1rmimpo02.cox.net ([70.169.32.72]) by fed1rmfepo201.cox.net (InterMail vM.8.01.04.00 201-2260-137-20101110) with ESMTP id <20110701231648.XWFF16474.fed1rmfepo201.cox.net@fed1rmimpo02.cox.net>; Fri, 1 Jul 2011 19:16:48 -0400 Received: from dell64 ([72.220.91.219]) by fed1rmimpo02.cox.net with bizsmtp id 2nGn1h00s4jy6EY04nGnsH; Fri, 01 Jul 2011 19:16:48 -0400 X-CT-Score: 0.00 X-CT-RefID: str=0001.0A020205.4E0E5560.0027,ss=1,re=0.000,fgs=0 X-CT-Spam: 0 X-Authority-Analysis: v=1.1 cv=hI9nyJeSbmKqxioZqioOgH5yme7DSoXu/wIKsv0MO3s= c=1 sm=1 a=G8Uczd0VNMoA:10 a=IkcTkHD0fZMA:10 a=olICo1sKaMXbpqbYUd6B5g==:17 a=6I5d2MoRAAAA:8 a=V1dzOGp8RcFgA4WtH_sA:9 a=BZJRm9p6NRvu8n7sljIA:7 a=QEXdDO2ut3YA:10 a=SV7veod9ZcQA:10 a=olICo1sKaMXbpqbYUd6B5g==:117 X-CM-Score: 0.00 Authentication-Results: cox.net; none Date: Fri, 1 Jul 2011 16:16:42 -0700 From: Robert To: freebsd-ports@freebsd.org , obrien@FreeBSD.org Message-ID: <20110701161642.2dd6a743@dell64> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.1; amd64-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: Subject: ICAL fails to build X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jul 2011 23:35:25 -0000 Greetings=20 I am having trouble getting ICAL to build. uname -a FreeBSD dell64.shasta204.local 8.2-STABLE FreeBSD 8.2-STABLE #19: Fri Jul 1 06:36:42 PDT 2011 root@dell64.shasta204.local:/usr/obj/usr/src/sys/GENERIC amd64 I ran portsnap fetch update before starting. Here is what I have. Sorry about the length. [robert@dell64] /usr/ports/deskutils/ical> pkg_info | grep tcl tcl-8.5.10 Tool Command Language tcl-modules-8.5.10 Tcl common modules [robert@dell64] /usr/ports/deskutils/ical> sudo make =3D=3D=3D> ical-2.2_3 depends on shared library: tk84.1 - found =3D=3D=3D> Configuring for ical-2.2_3 loading cache ./config.cache checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel checking for ranlib... ranlib checking whether ln -s works... yes checking for Mail... /usr/bin/Mail checking for c++... c++ checking whether the C++ compiler (c++ -O2 -pipe -fno-strict-aliasing ) works... yes checking whether the C++ compiler (c++ -O2 -pipe -fno-strict-aliasing ) is a cross-compiler... no checking whether we are using GNU C++... yes checking whether c++ accepts -g... yes checking for POSIXized ISC... no checking Tcl/Tk installation checking for tclsh... /usr/local/bin/tclsh8.4 checking for tclConfig.sh... configure: error: I could not find tclConfig.sh. Please specify the directory that contains tclConfig.sh by running configure with the following option --with-tclconfig=3D Warning: Only Tcl versions 7.5 and later provide a tclConfig.sh file. Make sure you have a new enough version installed on your system. =3D=3D=3D> Script =E2=80=9Cconfigure=E2=80=9D failed unexpectedly. Please report the problem to obrien@FreeBSD.org [maintainer] and attach the =E2=80=9C/usr/ports/deskutils/ical/work/ical-2.2/config.log=E2=80=9D in= cluding the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an =E2=80=98ls /var/db/pkg=E2=80=99). *** Error code 1 Stop in /usr/ports/deskutils/ical. me: OK. I will find it. [robert@dell64] /usr/ports/deskutils/ical> sudo find /usr -name tclConfig.sh -print /usr/local/lib/tcl8.5/tclConfig.sh me: OK. That was easy [root@dell64] /usr/ports/deskutils/ical# cd work/ical-2.2/ [root@dell64] /usr/ports/deskutils/ical/work/ical-2.2# ./configure --with-tclsh=3D/usr/local/bin/tclsh8.5 --with-tclconfig=3D/usr/local/lib/tcl8.5/ --with-tkconfig=3D/usr/local/lib/tk8.4/ loading cache ./config.cache checking for a BSD compatible install... /usr/bin/install -c checking for ranlib... ranlib checking whether ln -s works... yes checking for Mail... /usr/bin/Mail checking for c++... c++ checking whether the C++ compiler (c++ ) works... yes checking whether the C++ compiler (c++ ) is a cross-compiler... no checking whether we are using GNU C++... yes checking whether c++ accepts -g... yes checking for POSIXized ISC... no checking for prefix by checking for wish... no checking Tcl/Tk installation checking for tclsh... /usr/local/bin/tclsh8.5 checking for tclConfig.sh... /usr/local/lib/tcl8.5//tclConfig.sh checking for tkConfig.sh... /usr/local/lib/tk8.4//tkConfig.sh checking for installed Tcl/Tk library files... ok checking how to run the C preprocessor... cc -E checking for up-to-date Tcl version in tcl.h... no me: I guess that worked but I am not sure about the last line. config.log and config.h are updated to the current time. [root@dell64] /usr/ports/deskutils/ical/work/ical-2.2# cd ../../ [root@dell64] /usr/ports/deskutils/ical# make install =3D=3D=3D> ical-2.2_3 depends on shared library: tk84.1 - found =3D=3D=3D> Configuring for ical-2.2_3 loading cache ./config.cache checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel checking for ranlib... ranlib checking whether ln -s works... yes checking for Mail... /usr/bin/Mail checking for c++... c++ checking whether the C++ compiler (c++ -O2 -pipe -fno-strict-aliasing ) works... yes checking whether the C++ compiler (c++ -O2 -pipe -fno-strict-aliasing ) is a cross-compiler... no checking whether we are using GNU C++... yes checking whether c++ accepts -g... yes checking for POSIXized ISC... no checking Tcl/Tk installation checking for tclsh... /usr/local/bin/tclsh8.4 checking for tclConfig.sh... configure: error: I could not find tclConfig.sh. Please specify the directory that contains tclConfig.sh by running configure with the following option --with-tclconfig=3D Warning: Only Tcl versions 7.5 and later provide a tclConfig.sh file. Make sure you have a new enough version installed on your system. =3D=3D=3D> Script =E2=80=9Cconfigure=E2=80=9D failed unexpectedly. Please report the problem to obrien@FreeBSD.org [maintainer] and attach the =E2=80=9C/usr/ports/deskutils/ical/work/ical-2.2/config.log=E2=80=9D in= cluding the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an =E2=80=98ls /var/db/pkg=E2=80=99). *** Error code 1 Stop in /usr/ports/deskutils/ical. me: Same old same old. The time at config.log and config.h is changed again. What am I doing wrong? TIA Robert From owner-freebsd-ports@FreeBSD.ORG Sat Jul 2 00:07:43 2011 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 5EEA4106564A; Sat, 2 Jul 2011 00:07:43 +0000 (UTC) (envelope-from villa.alberto@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id B31188FC13; Sat, 2 Jul 2011 00:07:42 +0000 (UTC) Received: by wwe6 with SMTP id 6so3586715wwe.31 for ; Fri, 01 Jul 2011 17:07:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:from:organization:to:subject:date:user-agent:cc:references :in-reply-to:mime-version:content-type:content-transfer-encoding :message-id; bh=uZ8kWHbegFh5/vN6TALxutaY6WxRCEaEH2hvjyZtUsQ=; b=hiwPI/4e1HVygJ23mohxgVt/YK/2iMeoyKHd96bZ9gCglKE4KaFNZbnIZ3SvMbpxLj IwbPprAOhG35Z60WRbwWAf/B3acvbIQQhA1V28PjatH6OUwu6MAysBWulc9BvMXRbXX3 Mk6DzLFBVwx937W9Lxk/oFQsT7dodq/hlZYu4= Received: by 10.216.233.92 with SMTP id o70mr569034weq.57.1309563367123; Fri, 01 Jul 2011 16:36:07 -0700 (PDT) Received: from woodstock.peanuts (host146-41-dynamic.248-95-r.retail.telecomitalia.it [95.248.41.146]) by mx.google.com with ESMTPS id o19sm2674578wbh.4.2011.07.01.16.36.05 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 01 Jul 2011 16:36:06 -0700 (PDT) Sender: Alberto Villa From: Alberto Villa Organization: The FreeBSD Project To: Rene Ladan Date: Sat, 2 Jul 2011 01:36:00 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.0-CURRENT; KDE/4.6.4; amd64; ; ) References: <4E0E1937.8040808@freebsd.org> In-Reply-To: <4E0E1937.8040808@freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart5304568.ZlPooP9pPX"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201107020136.03974.avilla@freebsd.org> Cc: ports@freebsd.org, Oliver Pinter Subject: Re: failed bsd.qt.mk fix... 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, 02 Jul 2011 00:07:43 -0000 --nextPart5304568.ZlPooP9pPX Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable On Friday 01 July 2011 21:00:07 Rene Ladan wrote: > Wouldn't it be better to use ${CC} instead of cc in the above patch so > that clang is also (a bit more) supported? no. please, read the whole logic to understand how it works. that check is= =20 done to support cc =3D=3D clang, which means that clang is completely=20 supported =2D-=20 Alberto Villa, FreeBSD committer http://people.FreeBSD.org/~avilla The soul would have no rainbow had the eyes no tears. --nextPart5304568.ZlPooP9pPX Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (FreeBSD) iJwEAAECAAYFAk4OWeMACgkQ3xiC6kQ1CovsaAQAmm13FRZ+22j6ekR8AMdYl37c wZ8qS3p7OEUm7rFoisfm914ZwinA0e05yYRa44xKFye1dXYmEhikamdpOV8DGYUf 9i/H4QKiLqF9YnlT6nCb08VEvfp2rzKYORnx3Pa761P8AlPTfAeEVxIqshlN+rDI O1yf5gWpS0OBz6hi+PU= =RPAm -----END PGP SIGNATURE----- --nextPart5304568.ZlPooP9pPX-- From owner-freebsd-ports@FreeBSD.ORG Sat Jul 2 00:23:21 2011 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 3D710106566C for ; Sat, 2 Jul 2011 00:23:21 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from tower.berklix.org (tower.berklix.org [83.236.223.114]) by mx1.freebsd.org (Postfix) with ESMTP id AC6078FC14 for ; Sat, 2 Jul 2011 00:23:20 +0000 (UTC) Received: from park.js.berklix.net (p5DCBF8AE.dip.t-dialin.net [93.203.248.174]) (authenticated bits=0) by tower.berklix.org (8.14.2/8.14.2) with ESMTP id p620NHgc089517; Sat, 2 Jul 2011 00:23:18 GMT (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (fire.js.berklix.net [192.168.91.41]) by park.js.berklix.net (8.13.8/8.13.8) with ESMTP id p620NC64042113; Sat, 2 Jul 2011 02:23:12 +0200 (CEST) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (localhost [127.0.0.1]) by fire.js.berklix.net (8.14.4/8.14.4) with ESMTP id p620Mo5W051453; Sat, 2 Jul 2011 00:23:07 GMT (envelope-from jhs@fire.js.berklix.net) Message-Id: <201107020023.p620Mo5W051453@fire.js.berklix.net> To: ports@freebsd.org From: "Julian H. Stacey" Organization: http://www.berklix.com BSD Linux Unix Consultancy, Munich Germany User-agent: EXMH on FreeBSD http://www.berklix.com/free/ X-URL: http://www.berklix.com/~jhs/cv/ Date: Sat, 02 Jul 2011 02:22:50 +0200 Sender: jhs@berklix.com Cc: "Julian H. Stacey" Subject: Any software tools known for XBRL & PDF V1.6 & 1.7 ? 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, 02 Jul 2011 00:23:21 -0000 Anyone know of public domain source that does XBRL format (&/or iXBRL) ? & PDF V1.6 & 1.7 ? What XBRL is: A newish format the British government now demand for all corporate annual financial returns (eg British CT600) Already supported by numerous commercial software vendors, see: http://ewf.companieshouse.gov.uk/xbrl http://www.hmrc.gov.uk/efiling/ctsoft_dev.htm XBRL (eXtensible Business Reporting Language) is XML based. iXBRL is in line XBRL, a standard for tagging XBRL within an HTML document. Presumably coming in to much wider international use ? I received PDF 1.6 & 1.7 files from companieshouse.gov.uk (that I suppose relate to, or contain XBRL), that contain financial data I'm supposed to edit & return. The only tool I know to do that is, a free download of latest binary Acrobat for Linux or MS-Windows, (so emulator needed too). I've found no source in FreeBSD ports that can handle 1.6 & 7 PDFs, Anyone know of source, whether ported to FreeBSD yet or not ? Tools I've built & tried (generaly 8.2 release ports/ & src/ ) editors/abiword # fails on PDF V1.6 editors/koffice-kde3 # koshell fails on PDF V1.6 editors/koffice-kde3 # kword fails on PDF V1.6 says: xpdf supports version 1.4 editors/pdfedit # PDF V1.6 & 7 Unknown compression method inflate stream graphics/epdfview # PDF V1.6 & 7 starts 1st page graphics/mupdf # PDF V1.6 & 7 starts wait page graphics/xpdf # fails on PDF V1.6 & 1.7 Unknown filter 'Crypt' print/acroread9 # PDF V1.6 & 7 gets a bit further then crashes print/ghostview # PDF V1.6 & 1.7 shows start print/gv # fails on PDF V1.6 & 1.7 print/kpdftool # Fails on PDF V1.6 & 7 print/pdfmod # PDF V1.6 & 7 fails print/pdftk # PDF V1.6 & 7 not tried, as CLI Cheers, Julian -- Julian Stacey, BSD Unix Linux C Sys Eng Consultants Munich http://berklix.com Reply below, not above; Indent with "> "; Cumulative like a play script. Format: Plain text. Not HTML, multipart/alternative, base64, quoted-printable. From owner-freebsd-ports@FreeBSD.ORG Sat Jul 2 01:27:08 2011 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 889B2106564A; Sat, 2 Jul 2011 01:27:08 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mouf.net (mouf.net [204.109.58.86]) by mx1.freebsd.org (Postfix) with ESMTP id 141238FC16; Sat, 2 Jul 2011 01:27:07 +0000 (UTC) Received: from meatwad.mouf.net (cpe-065-190-149-241.nc.res.rr.com [65.190.149.241]) (authenticated bits=0) by mouf.net (8.14.4/8.14.4) with ESMTP id p621R3kq034978 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT); Fri, 1 Jul 2011 21:27:04 -0400 (EDT) (envelope-from swills@FreeBSD.org) Message-ID: <4E0E73E7.8050901@FreeBSD.org> Date: Fri, 01 Jul 2011 21:27:03 -0400 From: Steve Wills User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.17) Gecko/20110531 Thunderbird/3.1.10 MIME-Version: 1.0 To: ruby@FreeBSD.org, FreeBSD Ports , murashin@gfd-dennou.org, ume@FreeBSD.org, gnome@FreeBSD.org X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (mouf.net [204.109.58.86]); Fri, 01 Jul 2011 21:27:05 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.96.2 at mouf.net X-Virus-Status: Clean Cc: Subject: upcoming ruby-gnome update X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jul 2011 01:27:08 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, The ruby-gnome stuff is due for an update. I've got a patch here: http://people.freebsd.org/~swills/ruby_gnome_0.90.9_update.diff.txt Not included in that diff is the removal of these ports: devel/ruby-gconf2 devel/ruby-gnomevfs devel/ruby-libglade2 graphics/ruby-libart2 print/ruby-gnomeprint www/ruby-gtkhtml2 x11-toolkits/ruby-gnomeprintui x11-toolkits/ruby-gtkglext x11-toolkits/ruby-panelapplet x11/ruby-gnome2 These are to be removed because these modules are no longer included in the upstream ruby-gnome distribution. Of those, these have dependencies: devel/ruby-gconf2 devel/ruby-libglade2 x11/ruby-gnome2 x11-toolkits/ruby-panelapplet Dependents include: audio/ruby-musicextras x11-themes/gnome-splashscreen-manager x11-themes/gnome-art science/gave japanese/gsuica deskutils/sshmenu What should happen with these dependencies? Technically I can go ahead and update the ruby-gnome dependencies, but that will break these ports. Based on what I know, at best they will have to be rewritten and at worst they will go away completely since the functionality they rely on won't be supported by Gnome any more. Thanks, Steve -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (FreeBSD) iQEcBAEBAgAGBQJODnPnAAoJEPXPYrMgexuhRuAH/Rv7WKrZBz7nKB9x/2XJxQZy 4P2pUaPWcOzP6tQtRGt6XLoVQ178tMZiDEADA14zRQEbEOVVXTN2LA56zUz6EFUS L4epgwdKeDuRMgtYSSZVZCrqgACusXFsAx9W4fe0la6O1iOTrmVBW8cYVyPHyIPR /qq/uBAY4hGwG0ps34CPcKWwRuJ0giBLE8zXAHnuFS1NADGS5eQbxO6zG9ByCtLO m4VHMSx4eOjfgj5SPwjAbY0cnAjPVQBy6XFa4Yi9ZcUKZ17iVkUBh+yygIC4B95D B13qznw350P8BRhVJKlEQoboRSu/XUuAAnf0M60jf0f5qJXep4/9PaqN4jydEyA= =elaY -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Sat Jul 2 01:55:43 2011 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 C92DA106564A for ; Sat, 2 Jul 2011 01:55:43 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id A74888FC14 for ; Sat, 2 Jul 2011 01:55:43 +0000 (UTC) Received: by pvg11 with SMTP id 11so4328865pvg.13 for ; Fri, 01 Jul 2011 18:55:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:content-type; bh=Ag8DmY0ZR+8y9luMUHebT3ovMsSe/DwjGZRTuKElG1c=; b=BD4OTs1JEQfIQAH1SIxlpn10VeGg5cZhGaWVXPxO6Ghumbo+SxasbOMM1VNMCzZuwL UNobCmaqN0eDjv9W5Pou6Ce3tXID4RfS/i4IB5UuM6jCJjPJu6VJ6DKsmdV6Yv7TioTr APaDkAXVmRB2x5bsoTde6MV1epvrUQHWpVXts= MIME-Version: 1.0 Received: by 10.68.20.68 with SMTP id l4mr4569927pbe.290.1309571742754; Fri, 01 Jul 2011 18:55:42 -0700 (PDT) Received: by 10.68.64.104 with HTTP; Fri, 1 Jul 2011 18:55:41 -0700 (PDT) Date: Sat, 2 Jul 2011 01:55:41 +0000 Message-ID: From: "b. f." To: "Julian H. Stacey" , freebsd-ports@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Re: Any software tools known for XBRL & PDF V1.6 & 1.7 ? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf1783@gmail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jul 2011 01:55:43 -0000 > Anyone know of public domain source that does XBRL format (&/or iXBRL) ? > & PDF V1.6 & 1.7 ? XBRL: http://arelle.org (python-based) http://www.xbrlapi.org/ (java-based) http://code.google.com/p/xbrlware/ (community edition; ruby-based) http://sourceforge.net/projects/inlinexbrl/ > I received PDF 1.6 & 1.7 files from companieshouse.gov.uk (that I > suppose relate to, or contain XBRL), that contain financial data > I'm supposed to edit & return. > What do your compatriots have to say about open-source options? > The only tool I know to do that is, a free download of latest binary > Acrobat for Linux or MS-Windows, (so emulator needed too). > > I've found no source in FreeBSD ports that can handle 1.6 & 7 PDFs, > Anyone know of source, whether ported to FreeBSD yet or not ? Which version of ghostscript did you use with some of the tools that you mentioned? print/ghostscript9 claims to support PDF <= 1.7, although it almost probably doesn't support every option/extension. Could you use it to transform the pdf to a format that could be edited or at least annotated (postscript, perhaps?) by one of the other tools, at least as an intermediate step? Or, have you tried a recent version of devel/itext?: http://sourceforge.net/projects/itext/files/ b. From owner-freebsd-ports@FreeBSD.ORG Sat Jul 2 03:04:14 2011 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 93C03106566B for ; Sat, 2 Jul 2011 03:04:14 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 4B5C78FC14 for ; Sat, 2 Jul 2011 03:04:13 +0000 (UTC) Received: by vws18 with SMTP id 18so3771366vws.13 for ; Fri, 01 Jul 2011 20:04:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=j+ilU8nut6XOTbYUU4RLuzhqrOs9pHMBPQM6vsDirn8=; b=OVcDB4gl8hy2f7r5DhubX3xyGrWhqHCfUBOkka8FcbR1n9o581vFMOU2n88Y3sUIvi AFWIUdyXbDu6SWq/g2MhcyQtBaBE5ET7ty+mRd3IqCLnaV6ZFCNRmxW+gzAKXR5dumtB 5MpXOH7M1TvDV+JzXUTvaBbkIIN9n2fLvPayg= MIME-Version: 1.0 Received: by 10.52.76.74 with SMTP id i10mr1752486vdw.128.1309575853153; Fri, 01 Jul 2011 20:04:13 -0700 (PDT) Received: by 10.52.114.164 with HTTP; Fri, 1 Jul 2011 20:04:12 -0700 (PDT) In-Reply-To: References: Date: Sat, 2 Jul 2011 03:04:12 +0000 Message-ID: From: "b. f." To: "Julian H. Stacey" , freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Re: Any software tools known for XBRL & PDF V1.6 & 1.7 ? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf1783@gmail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jul 2011 03:04:14 -0000 On 7/2/11, b. f. wrote: ved PDF 1.6 & 1.7 files from companieshouse.gov.uk (that I >> suppose relate to, or contain XBRL), that contain financial data >> I'm supposed to edit & return. ... >> The only tool I know to do that is, a free download of latest binary >> Acrobat for Linux or MS-Windows, (so emulator needed too). >> >> I've found no source in FreeBSD ports that can handle 1.6 & 7 PDFs, >> Anyone know of source, whether ported to FreeBSD yet or not ? > > Which version of ghostscript did you use with some of the tools that > you mentioned? print/ghostscript9 claims to support PDF <= 1.7, > although it almost probably doesn't support every option/extension. > Could you use it to transform the pdf to a format that could be edited > or at least annotated (postscript, perhaps?) by one of the other > tools, at least as an intermediate step? Or, have you tried a recent > version of devel/itext?: So, just as an experiment, I downloaded a random selection of PDF forms from: http://search2.hmrc.gov.uk/kb5/hmrc/forms/corporationtaxforms.page http://www.companieshouse.gov.uk/forms/formsOnline.shtml including some issued for 2011 (AA01, AD04, AR01, CH01, IN01, CT600, CT600b, CT600 Budget Insert of 2011, etc.). The sites advertise that Adobe Acrobat Reader 4.0 and up can be used, and all of the forms were PDF 1.3-1.6. I didn't have any trouble filling in the forms manually with print/flpsed (an fltk2 GUI for print/ghostscript9), using the flpsed's import/export pdf functions. I was also able to annotate PDF 1.7 forms from other sources using the same method. All of these were simple text forms. . b. From owner-freebsd-ports@FreeBSD.ORG Sat Jul 2 05:12:48 2011 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 85846106566B for ; Sat, 2 Jul 2011 05:12:48 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 1E1E68FC08 for ; Sat, 2 Jul 2011 05:12:47 +0000 (UTC) Received: by eyg7 with SMTP id 7so1790511eyg.13 for ; Fri, 01 Jul 2011 22:12:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=7SoYzZisY6ZgSZAcrm2nsKu5oA8rTvx9CD3MVGzPooA=; b=WGDMIMCIGYyFVIfATHh1Vb0T7jVveL703EibSnkmOjzGJhN43U9y5dx8Lomwxbvl+G lKluMpMdmGPExkYO55qZM+Z4xf59/DJWnlxkNq/M7EhDZ2oLc66O0Zm0CnBR1QJdMqwk LPgMdPH+ss8rVC9uayVr5b82DeaHZwGOLNCbs= MIME-Version: 1.0 Received: by 10.213.19.78 with SMTP id z14mr627237eba.10.1309583566629; Fri, 01 Jul 2011 22:12:46 -0700 (PDT) Received: by 10.213.11.20 with HTTP; Fri, 1 Jul 2011 22:12:46 -0700 (PDT) In-Reply-To: <20110701161642.2dd6a743@dell64> References: <20110701161642.2dd6a743@dell64> Date: Sat, 2 Jul 2011 00:12:46 -0500 Message-ID: From: Scot Hetzel To: Robert Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: "freebsd-ports@freebsd.org" Subject: Re: ICAL fails to build X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jul 2011 05:12:48 -0000 On Fri, Jul 1, 2011 at 6:16 PM, Robert wrote: > Greetings > > I am having trouble getting ICAL to build. > > uname -a > FreeBSD dell64.shasta204.local 8.2-STABLE FreeBSD 8.2-STABLE #19: Fri > Jul =A01 06:36:42 PDT 2011 > root@dell64.shasta204.local:/usr/obj/usr/src/sys/GENERIC =A0amd64 > > I ran portsnap fetch update before starting. Here is what I have. Sorry > about the length. > > [robert@dell64] /usr/ports/deskutils/ical> pkg_info | grep tcl > tcl-8.5.10 =A0 =A0 =A0 =A0 =A0Tool Command Language > tcl-modules-8.5.10 =A0Tcl common modules > [robert@dell64] /usr/ports/deskutils/ical> sudo make > =3D=3D=3D> =A0 ical-2.2_3 depends on shared library: tk84.1 - found > =3D=3D=3D> =A0Configuring for ical-2.2_3 > loading cache ./config.cache > checking for a BSD compatible install... /usr/bin/install -c -o root -g > wheel checking for ranlib... ranlib > checking whether ln -s works... yes > checking for Mail... /usr/bin/Mail > checking for c++... c++ > checking whether the C++ compiler (c++ -O2 -pipe -fno-strict-aliasing ) > works... yes checking whether the C++ compiler (c++ -O2 -pipe > -fno-strict-aliasing ) is a cross-compiler... no checking whether we > are using GNU C++... yes checking whether c++ accepts -g... yes > checking for POSIXized ISC... no > checking Tcl/Tk installation > checking for tclsh... /usr/local/bin/tclsh8.4 > checking for tclConfig.sh... configure: error: I could not find > tclConfig.sh. > > Please specify the directory that contains tclConfig.sh > by running configure with the following option > =A0 =A0 =A0 =A0--with-tclconfig=3D tclConfig.sh> > The port is only looking for tcl8.4. > me: OK. I will find it. > > [robert@dell64] /usr/ports/deskutils/ical> sudo find /usr -name > tclConfig.sh -print /usr/local/lib/tcl8.5/tclConfig.sh > me: OK. That was easy > But you have tcl8.5 installed > > What am I doing wrong? > You need to either install tcl8.4 or change the ports Makefile from: LIB_DEPENDS=3D tk84.1:${PORTSDIR}/x11-toolkits/tk84 GNU_CONFIGURE=3D yes CONFIGURE_ARGS=3D --with-tclconfig=3D${PREFIX}/lib/tcl8.4 \ --with-tclhdir=3D${PREFIX}/include/tcl8.4 \ --with-tclsh=3D${PREFIX}/bin/tclsh8.4 \ --with-tkconfig=3D${PREFIX}/lib/tk8.4 \ --with-tkhdir=3D${PREFIX}/include/tk8.4 to USE_TK=3DYES GNU_CONFIGURE=3D yes CONFIGURE_ARGS=3D --with-tclconfig=3D${TCL_LIBDIR} \ --with-tclhdir=3D${TCL_INCLUDEDIR} \ --with-tclsh=3D${TCLSH} \ --with-tkconfig=3D${TK_LIBDIR} \ --with-tkhdir=3D${TK_INCLUDEDIR} If this works, send a PR with a diff between the origninal and the modified Makefile. Scot From owner-freebsd-ports@FreeBSD.ORG Sat Jul 2 08:19:36 2011 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 21D781065679 for ; Sat, 2 Jul 2011 08:19:36 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0CC348FC19; Sat, 2 Jul 2011 08:19:36 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p628JYmm054281; Sat, 2 Jul 2011 08:19:35 GMT (envelope-from flo@FreeBSD.org) Message-ID: <4E0ED496.8080609@FreeBSD.org> Date: Sat, 02 Jul 2011 10:19:34 +0200 From: Florian Smeets User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0) Gecko/20110625 Thunderbird/5.0b2pre MIME-Version: 1.0 To: Thomas Gellekum References: <201106301819.p5UIJml1000222@repoman.freebsd.org> <4E0D5F06.7050909@gmx.de> In-Reply-To: <4E0D5F06.7050909@gmx.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: Re: cvs commit: ports UPDATING ports/Mk bsd.gecko.mk ports/mail/thunderbird Makefile distinfo ports/mail/thunderbird/files liboggplay_oss patch-configure.in patch-directory-sdks-c-sdk-ldap-libraries-libldap-Makefile.in patch-directory-sdks-c-sdk-ldap-libraries-libprldap-Makefile.in patch-directory_xpcom_base_src_Makefile.in ... 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, 02 Jul 2011 08:19:36 -0000 On 01.07.11 07:45, Thomas Gellekum wrote: > On 06/30/11 20:19, Florian Smeets wrote: > [...] >> Log: >> update thunderbird to 5.0 > > Are you guys also planning to update deskutils/lightning-thunderbird to > 1.0b4? The old port no longer works with Thunderbird 5. > Yes, but there is no source.tar.gz yet. Only the precompiled xpis for Linux, Mac and Windows. However it could be that we will need to roll our own distfile from the lightning SCM, but i need to check that. Cheers, Florian From owner-freebsd-ports@FreeBSD.ORG Sat Jul 2 08:27:19 2011 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 44DAE106564A for ; Sat, 2 Jul 2011 08:27:19 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id CEC558FC0A for ; Sat, 2 Jul 2011 08:27:18 +0000 (UTC) Received: by iyb11 with SMTP id 11so4563329iyb.13 for ; Sat, 02 Jul 2011 01:27:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=TtutFHK7F6Q+tBKh5gFAkdTHvJap7eQm1R5PRNvI1gI=; b=iNAfhsA1fHNZQAgxhwsiGdXDJex8YB7KC/PNV4xsPa5UdgFdswpbZZUisKqhN93cnL hZX0Z3G6zAyp2VmTAJAgmXpNOWLEluorqOSQqbKSEuGX2wOCuY84se7G4+8FlxbDXFws DKo+TmsOQAnXhFSbkQYYC1UWOnpuUZN4PeDUA= Received: by 10.42.168.4 with SMTP id u4mr4315306icy.316.1309595238172; Sat, 02 Jul 2011 01:27:18 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.231.49.193 with HTTP; Sat, 2 Jul 2011 01:26:48 -0700 (PDT) In-Reply-To: <13603356.5857181309545606021.JavaMail.defaultUser@defaultHost> References: <13603356.5857181309545606021.JavaMail.defaultUser@defaultHost> From: Chris Rees Date: Sat, 2 Jul 2011 09:26:48 +0100 X-Google-Sender-Auth: OhdrDHAVRf7MxwUpsYql-oIz8tU Message-ID: To: Barbara Content-Type: text/plain; charset=ISO-8859-1 Cc: stephen@missouri.edu, freebsd-ports@freebsd.org Subject: Re: Re: Is anders@ still active as maintainer? 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, 02 Jul 2011 08:27:19 -0000 On 1 July 2011 19:40, Barbara wrote: >>>Barbara wrote: >>>> On March, four months ago, after a python upgrade, I sent a pr about >>>> multimedia/libkate (pr=155280) because the dependency of the port from >>python >>>> was missing. >>>> I tried repeatedly to contact the maintainer asking about the pr without >>luck. >>>> Without considering the fact that, looking at Makefile in cvsweb, it seems >>>> that he just did the first commit in 2008 and that there is a new version >>of >>>> libkate since 2010-08-10! >>> >>>According to this web page: >>> >>>http://www.freebsd.org/doc/en/books/porters-handbook/makefile-maintainer. > html >>> >>>it seems to me that you now have the right to have your changes >>>committed without the maintainer's approval. >>> >> >>According to that page, he could also be replaced because more than three >>months have passed, but nothing happened. >>But no one took care of that. And this is worst than just don't have a pr >>committed. >> > > That's why it's worst. > Look at my new pr... > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/158563 > gosh > Hi Barbara, I'm sorry you've been waiting so long. I've just spoken with some portmgr members and the port has been reassigned. Thank you for persevering with improvements! Chris From owner-freebsd-ports@FreeBSD.ORG Sat Jul 2 08:46:05 2011 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 68CC1106564A for ; Sat, 2 Jul 2011 08:46:05 +0000 (UTC) (envelope-from Thomas.Gellekum@gmx.de) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23]) by mx1.freebsd.org (Postfix) with SMTP id B3F078FC17 for ; Sat, 2 Jul 2011 08:46:04 +0000 (UTC) Received: (qmail invoked by alias); 02 Jul 2011 08:46:03 -0000 Received: from xdsl-87-79-172-105.netcologne.de (EHLO siegel.tg.intern) [87.79.172.105] by mail.gmx.net (mp003) with SMTP; 02 Jul 2011 10:46:03 +0200 X-Authenticated: #18235045 X-Provags-ID: V01U2FsdGVkX19QHfhvZu1QFZWd6FW3ZRqQr66Eol7cOHgdQdUrC3 IaCjH5A3q5GTAA Message-ID: <4E0EDACA.60909@gmx.de> Date: Sat, 02 Jul 2011 10:46:02 +0200 From: Thomas Gellekum User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:5.0) Gecko/20110701 Thunderbird/5.0 MIME-Version: 1.0 To: Florian Smeets References: <201106301819.p5UIJml1000222@repoman.freebsd.org> <4E0D5F06.7050909@gmx.de> <4E0ED496.8080609@FreeBSD.org> In-Reply-To: <4E0ED496.8080609@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: ports@FreeBSD.org Subject: Re: cvs commit: ports UPDATING ports/Mk bsd.gecko.mk ports/mail/thunderbird Makefile distinfo ports/mail/thunderbird/files liboggplay_oss patch-configure.in patch-directory-sdks-c-sdk-ldap-libraries-libldap-Makefile.in patch-directory-sdks-c-sdk-ldap-libraries-libprldap-Makefile.in patch-directory_xpcom_base_src_Makefile.in ... 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, 02 Jul 2011 08:46:05 -0000 On 07/02/11 10:19, Florian Smeets wrote: > On 01.07.11 07:45, Thomas Gellekum wrote: >> On 06/30/11 20:19, Florian Smeets wrote: >> [...] >>> Log: >>> update thunderbird to 5.0 >> >> Are you guys also planning to update deskutils/lightning-thunderbird to >> 1.0b4? The old port no longer works with Thunderbird 5. >> > > Yes, but there is no source.tar.gz yet. Only the precompiled xpis for > Linux, Mac and Windows. > > However it could be that we will need to roll our own distfile from the > lightning SCM, but i need to check that. Ok, thanks. tg From owner-freebsd-ports@FreeBSD.ORG Sat Jul 2 08:47:30 2011 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 5960A1065670 for ; Sat, 2 Jul 2011 08:47:30 +0000 (UTC) (envelope-from douglaswth@gmail.com) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id 30A8D8FC16 for ; Sat, 2 Jul 2011 08:47:29 +0000 (UTC) Received: by pvg11 with SMTP id 11so4538784pvg.13 for ; Sat, 02 Jul 2011 01:47:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:openpgp:content-type :content-transfer-encoding; bh=QjqaQ89fGCxVFhNZRRAWWat/q678ApA9CuXBJ8u9OqE=; b=jtLU9SzVeWBaagC4sf3qKNR3ZO9wFkYk6GSjsrVBTEjoZhC2Kv8gvQugP2eMXb2AHU SVTFE9qjpjzBNGvU5aW68QlUQzHTzC78a4q628jRMgRBC1DWLWcbT59V0D3M5GTzyySV aC0EQ6XY4ejZLjGFOKVKXsMqCcb516PZLbIOc= Received: by 10.68.22.41 with SMTP id a9mr4862935pbf.506.1309594714152; Sat, 02 Jul 2011 01:18:34 -0700 (PDT) Received: from [192.168.2.120] ([76.91.0.190]) by mx.google.com with ESMTPS id n8sm2473660pbh.57.2011.07.02.01.18.32 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 02 Jul 2011 01:18:32 -0700 (PDT) Message-ID: <4E0ED448.7010605@gmail.com> Date: Sat, 02 Jul 2011 01:18:16 -0700 From: Douglas Thrift User-Agent: Mozilla/5.0 (Windows NT 6.0; rv:5.0) Gecko/20110624 Thunderbird/5.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <4E0D7590.7060403@zedat.fu-berlin.de> In-Reply-To: <4E0D7590.7060403@zedat.fu-berlin.de> X-Enigmail-Version: 1.2 OpenPGP: id=34176159 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: devel/subversion: svn: Couldn't perform atomic initialization svn: database schema has changed 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, 02 Jul 2011 08:47:30 -0000 On 7/1/2011 12:21 AM, O. Hartmann wrote: > Since yesterday I receive on any try on a commit this error message from > my subversion server: > > svn: Couldn't perform atomic initialization > svn: database schema has changed > svn: Your commit message was left in a temporary file: > > Searching for this error (which appeared after portsupdate via > portmaster yesterday) reveal several postings saying this is due to a > bug in SQLite 3.7.7/3.7.7-1, which has been fixed already in 3.7.7-2. > As far as I realize, SQLite was part of an update these days, so I'm > wondering if anybody else has been sumbled into the problem. > Or is this problem caused by something else? > > I'm a bit like a dead man in the water since no commit to the server is > possible anymore. At this very moment, I recompile sqlite and everything > that depends on it, hoping it could only be triggered by some errornes > portmaster thingis. > > Thanks in advance, > > Oliver > > _______________________________________________ > 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" Hello, I just ran into this tonight and after some searching around I found: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/158550 I'm guessing it will be committed soon, but I applied the patch and upgraded and everything seems to be working correctly. I hope this helps! -- Douglas William Thrift From owner-freebsd-ports@FreeBSD.ORG Sat Jul 2 08:53:14 2011 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 C404C106564A for ; Sat, 2 Jul 2011 08:53:14 +0000 (UTC) (envelope-from douglaswth@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 9E8628FC19 for ; Sat, 2 Jul 2011 08:53:14 +0000 (UTC) Received: by pzk27 with SMTP id 27so1348829pzk.13 for ; Sat, 02 Jul 2011 01:53:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :x-enigmail-version:openpgp:content-type:content-transfer-encoding; bh=U/KaDp+GH7r14lUJbVMOO0dCP4XeIoJFqQZui6ccJqk=; b=K3MJL79VTq71s9aaXr85sEGqt//CyFfcNnYjkjpDYIBG3TMiev5MVy9QoRe76zo9Pz n0oC7pyqwE8uN0cly/0OrpGF3QUcAzpvHLKZ1Obhp/0+ckOg//iywfHqWO9AzypoA/iV ArwAXiUjdzZghMths7PWJJcrPKFYDGJME+4ic= Received: by 10.142.55.1 with SMTP id d1mr1752933wfa.387.1309595119402; Sat, 02 Jul 2011 01:25:19 -0700 (PDT) Received: from [192.168.2.120] ([76.91.0.190]) by mx.google.com with ESMTPS id d1sm2483152pbj.8.2011.07.02.01.25.17 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 02 Jul 2011 01:25:18 -0700 (PDT) Message-ID: <4E0ED5DF.8070809@gmail.com> Date: Sat, 02 Jul 2011 01:25:03 -0700 From: Douglas Thrift User-Agent: Mozilla/5.0 (Windows NT 6.0; rv:5.0) Gecko/20110624 Thunderbird/5.0 MIME-Version: 1.0 To: ale@FreeBSD.org X-Enigmail-Version: 1.2 OpenPGP: id=34176159 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: FreeBSD Port: thunderbird-enigmail-1.1.2_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: Sat, 02 Jul 2011 08:53:14 -0000 Hello, Are there any plans to upgrade to Enigmail 1.2 which works with Thunderbird 5.0? Thanks! -- Douglas William Thrift From owner-freebsd-ports@FreeBSD.ORG Sat Jul 2 08:55:20 2011 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 02442106566C; Sat, 2 Jul 2011 08:55:20 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CD49B8FC13; Sat, 2 Jul 2011 08:55:19 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p628tIl7092391; Sat, 2 Jul 2011 08:55:18 GMT (envelope-from flo@FreeBSD.org) Message-ID: <4E0EDCF6.7090509@FreeBSD.org> Date: Sat, 02 Jul 2011 10:55:18 +0200 From: Florian Smeets User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0) Gecko/20110625 Thunderbird/5.0b2pre MIME-Version: 1.0 To: Douglas Thrift References: <4E0ED5DF.8070809@gmail.com> In-Reply-To: <4E0ED5DF.8070809@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, ale@FreeBSD.org Subject: Re: FreeBSD Port: thunderbird-enigmail-1.1.2_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: Sat, 02 Jul 2011 08:55:20 -0000 On 02.07.11 10:25, Douglas Thrift wrote: > Hello, > > Are there any plans to upgrade to Enigmail 1.2 which works with > Thunderbird 5.0? > Yes, ale and I are working on it. Cheers, Florian From owner-freebsd-ports@FreeBSD.ORG Sat Jul 2 13:42:43 2011 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 7D6E41065672 for ; Sat, 2 Jul 2011 13:42:43 +0000 (UTC) (envelope-from traveling08@cox.net) Received: from fed1rmfepo201.cox.net (fed1rmfepo201.cox.net [68.230.241.146]) by mx1.freebsd.org (Postfix) with ESMTP id 554498FC0A for ; Sat, 2 Jul 2011 13:42:43 +0000 (UTC) Received: from fed1rmimpo03.cox.net ([70.169.32.75]) by fed1rmfepo201.cox.net (InterMail vM.8.01.04.00 201-2260-137-20101110) with ESMTP id <20110702134243.PQRD16474.fed1rmfepo201.cox.net@fed1rmimpo03.cox.net>; Sat, 2 Jul 2011 09:42:43 -0400 Received: from viao-bsd ([72.220.91.219]) by fed1rmimpo03.cox.net with bizsmtp id 31ii1h00L4jy6EY041iipv; Sat, 02 Jul 2011 09:42:42 -0400 X-CT-Score: 0.00 X-CT-RefID: str=0001.0A020201.4E0F2052.0105,ss=1,re=0.000,fgs=0 X-CT-Spam: 0 X-Authority-Analysis: v=1.1 cv=Tga9Qrvq4UdK1WdVFPhw9uV6oTKk0gQVF54T/PWfzDk= c=1 sm=1 a=G8Uczd0VNMoA:10 a=8nJEP1OIZ-IA:10 a=olICo1sKaMXbpqbYUd6B5g==:17 a=pGLkceISAAAA:8 a=kviXuzpPAAAA:8 a=tobTF0NaRjHNZdEIw9UA:9 a=u7EEWS8-ztHeEXlTelcA:7 a=wPNLvfGTeEIA:10 a=MSl-tDqOz04A:10 a=4vB-4DCPJfMA:10 a=olICo1sKaMXbpqbYUd6B5g==:117 X-CM-Score: 0.00 Authentication-Results: cox.net; none Date: Sat, 2 Jul 2011 06:42:37 -0700 From: Robert To: Scot Hetzel Message-ID: <20110702064237.76c9c7f0@viao-bsd> In-Reply-To: References: <20110701161642.2dd6a743@dell64> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.1; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: "freebsd-ports@freebsd.org" Subject: Re: ICAL fails to build X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jul 2011 13:42:43 -0000 On Sat, 2 Jul 2011 00:12:46 -0500 Scot Hetzel wrote: > On Fri, Jul 1, 2011 at 6:16 PM, Robert wrote: > > Greetings > > > > I am having trouble getting ICAL to build. > > > > uname -a > > FreeBSD dell64.shasta204.local 8.2-STABLE FreeBSD 8.2-STABLE #19: > > Fri Jul =A01 06:36:42 PDT 2011 > > root@dell64.shasta204.local:/usr/obj/usr/src/sys/GENERIC =A0amd64 > > > > I ran portsnap fetch update before starting. Here is what I have. > > Sorry about the length. > > > > [robert@dell64] /usr/ports/deskutils/ical> pkg_info | grep tcl > > tcl-8.5.10 =A0 =A0 =A0 =A0 =A0Tool Command Language > > tcl-modules-8.5.10 =A0Tcl common modules > > [robert@dell64] /usr/ports/deskutils/ical> sudo make > > =3D=3D=3D> =A0 ical-2.2_3 depends on shared library: tk84.1 - found > > =3D=3D=3D> =A0Configuring for ical-2.2_3 > > loading cache ./config.cache > > checking for a BSD compatible install... /usr/bin/install -c -o > > root -g wheel checking for ranlib... ranlib > > checking whether ln -s works... yes > > checking for Mail... /usr/bin/Mail > > checking for c++... c++ > > checking whether the C++ compiler (c++ -O2 -pipe > > -fno-strict-aliasing ) works... yes checking whether the C++ > > compiler (c++ -O2 -pipe -fno-strict-aliasing ) is a > > cross-compiler... no checking whether we are using GNU C++... yes > > checking whether c++ accepts -g... yes checking for POSIXized > > ISC... no checking Tcl/Tk installation > > checking for tclsh... /usr/local/bin/tclsh8.4 > > checking for tclConfig.sh... configure: error: I could not find > > tclConfig.sh. > > > > Please specify the directory that contains tclConfig.sh > > by running configure with the following option > > =A0 =A0 =A0 =A0--with-tclconfig=3D > tclConfig.sh> > > >=20 > The port is only looking for tcl8.4. >=20 > > me: OK. I will find it. > > > > [robert@dell64] /usr/ports/deskutils/ical> sudo find /usr -name > > tclConfig.sh -print /usr/local/lib/tcl8.5/tclConfig.sh > > me: OK. That was easy > > > But you have tcl8.5 installed > > > > What am I doing wrong? > > >=20 > You need to either install tcl8.4=20 Removing tcl8.5 and installing tcl8.4 does work. I do not remember upgrading from 8.4 to 8.5 but it could have happened during some other port upgrade. ICAL was working until a few days ago.=20 I have another system running: FreeBSD vaio-bsd.shasta204.local 8.2-STABLE FreeBSD 8.2-STABLE #0: Sun Jun 26 14:29:59 PDT 2011 root@vaio-bsd.shasta204.local:/usr/obj/usr/src/sys/GENERIC i386 and it too had tcl8.5 installed and ICAL not working. I decided to test the changes below. > or change the ports Makefile from: >=20 > LIB_DEPENDS=3D tk84.1:${PORTSDIR}/x11-toolkits/tk84 >=20 > GNU_CONFIGURE=3D yes > CONFIGURE_ARGS=3D --with-tclconfig=3D${PREFIX}/lib/tcl8.4 \ > --with-tclhdir=3D${PREFIX}/include/tcl8.4 \ > --with-tclsh=3D${PREFIX}/bin/tclsh8.4 \ > --with-tkconfig=3D${PREFIX}/lib/tk8.4 \ > --with-tkhdir=3D${PREFIX}/include/tk8.4 >=20 > to >=20 > USE_TK=3DYES >=20 > GNU_CONFIGURE=3D yes > CONFIGURE_ARGS=3D --with-tclconfig=3D${TCL_LIBDIR} \ > --with-tclhdir=3D${TCL_INCLUDEDIR} \ > --with-tclsh=3D${TCLSH} \ > --with-tkconfig=3D${TK_LIBDIR} \ > --with-tkhdir=3D${TK_INCLUDEDIR} This did not work. The paths could not be found. I did some further experiments: LIB_DEPENDS=3D tk84.1:${PORTSDIR}/x11-toolkits/tk84 =20 GNU_CONFIGURE=3D yes CONFIGURE_ARGS=3D --with-tclconfig=3D${PREFIX}/lib/tcl8.5 \ --with-tclhdir=3D${PREFIX}/include/tcl8.5 \ --with-tclsh=3D${PREFIX}/bin/tclsh8.5 \ --with-tkconfig=3D${PREFIX}/lib/tk8.4 \ --with-tkhdir=3D${PREFIX}/include/tk8.4 Changing the tcl8.4 statements to 8.5 also failed but the make ran further and failed : main.C:80: warning: deprecated conversion from string constant to 'char*' I then deinstalled tk84 and installed tk85 and edited the Makefile to LIB_DEPENDS=3D tk85.1:${PORTSDIR}/x11-toolkits/tk84 GNU_CONFIGURE=3D yes CONFIGURE_ARGS=3D --with-tclconfig=3D${PREFIX}/lib/tcl8.5 \ --with-tclhdir=3D${PREFIX}/include/tcl8.5 \ --with-tclsh=3D${PREFIX}/bin/tclsh8.5 \ --with-tkconfig=3D${PREFIX}/lib/tk8.5 \ --with-tkhdir=3D${PREFIX}/include/tk8.5 It still complained about the conversion at line 80 in main.C but did build and ICAL does run. I do not understand all I know about this but I have one system running tcl84 and tk84 and another running tcl85 and tk85 successfully.=20 Robert From owner-freebsd-ports@FreeBSD.ORG Sat Jul 2 14:48:13 2011 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 512F0106567E for ; Sat, 2 Jul 2011 14:48:13 +0000 (UTC) (envelope-from cl000116@colombia.dattaweb.com) Received: from colombia.dattaweb.com (colombia.dattaweb.com [200.58.111.45]) by mx1.freebsd.org (Postfix) with ESMTP id 0D6968FC21 for ; Sat, 2 Jul 2011 14:48:13 +0000 (UTC) Received: from cl000116 by colombia.dattaweb.com with local (Exim 4.71) (envelope-from ) id 1Qd18k-0003UO-1U for freebsd-ports@freebsd.org; Sat, 02 Jul 2011 11:25:46 -0300 To: Freebsd Ports Date: Sat, 2 Jul 2011 11:25:46 -0300 From: centro medico revitalizare Message-ID: <182ad7b4d66b91102820de89dd678ade@kelanea.com.ar> X-Priority: 3 X-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4] X-Mailid: 9 X-Subid: 18838 MIME-Version: 1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - colombia.dattaweb.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [619 618] / [502 502] X-AntiAbuse: Sender Address Domain - colombia.dattaweb.com Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Primavera 2031 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: CMR List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jul 2011 14:48:13 -0000 F e l i z PRIMAVERA 2 0 3 1 drweschenfeller@gmail.com ( mailto:drweschenfeller@gmail.com ) rositapilotti02@gmail.com ( mailto:rositapilotti02@gmail.com ) CENTRO MEDICO REVITALIZARE® Resistencia Chaco Argentina Hola: queremos invitarte a la fiesta de PRIMAVERA del 2031 y a la de AÑO NUEVO 2032. Te sorprenderá, falta mucho todavía pero lo queremos hacer ahora para que sepas que vas a hacer con los 20 años que te quedan por delante y bien. Que tal, que te parece tener esas dos décadas y bien,con buen estado de salud y buen estado mental la de cosas que se pueden hacer, todo lo que se puede conocer o producir. Es como tener un plus y una nueva vida. Usamos técnicas antiage orthomelculares,quelación para limpieza arterial ,ozonoterapia , limpieza intersticial .Vacuna antiage 2011® Al mismo tiempo realizamos TERAPIAS METABOLICAS REPOLARIZANTES. Magnetoterapia pulsante y medicación con óxido nítrico. Implantes de factores de crecimientos y células madres autólogas por via endovenos. Si te interesa contacta con nosotros a los mails siguientes e vamos a decir como con gusto,drweschenfeller@gmail.com o rositapilotti02@gmail.com ( mailto:rositapilotti02@gmail.com ) y entrando a nuestra página de de revitalizare com podés suscribirte a nuestros fascículos de información y actualización. Queremos buscar entre todos como vivir nuestros primeros 100 años o los que sean pero muy bien!!! .Obvio si ya cumpliste los 100 esto todavía no es para vos. From owner-freebsd-ports@FreeBSD.ORG Sat Jul 2 15:47:24 2011 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 48955106564A for ; Sat, 2 Jul 2011 15:47:24 +0000 (UTC) (envelope-from mac226@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 06E128FC0C for ; Sat, 2 Jul 2011 15:47:23 +0000 (UTC) Received: by vxg33 with SMTP id 33so4049427vxg.13 for ; Sat, 02 Jul 2011 08:47:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:cc:mime-version:content-type :content-transfer-encoding:message-id; bh=PvL4P/abds3dbvHhP318htR8k5Dt6crC50gAPJk57DE=; b=fMz/AapoSCUs1gk6AOgt+ljpob06GDI+T9MDsgrV+HWNLPBbfd2l+7Abp1jMxcroQb lU6Bme9LVd0PgF6FsKO+ilVWmGDKuaDJweXHANer3m/ZPJ8tyxrBFmstRaREyYdT1ejj GZHB+eEo+wA77uArNfgEg+jzm22fZcGrTJYm0= Received: by 10.52.95.46 with SMTP id dh14mr6121685vdb.60.1309620098211; Sat, 02 Jul 2011 08:21:38 -0700 (PDT) Received: from maciej-thinkpad.localnet (c-24-3-188-177.hsd1.pa.comcast.net [24.3.188.177]) by mx.google.com with ESMTPS id f3sm2359907vbk.17.2011.07.02.08.21.36 (version=SSLv3 cipher=OTHER); Sat, 02 Jul 2011 08:21:37 -0700 (PDT) From: Mac To: john@pcbsd.org Date: Sat, 2 Jul 2011 11:21:35 -0400 User-Agent: KMail/1.13.6 (Linux/2.6.38-8-generic; KDE/4.6.2; x86_64; ; ) MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201107021121.35636.mac226@gmail.com> Cc: ports@freebsd.org Subject: FreeBSD Port: pianobar-2011.04.27 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, 02 Jul 2011 15:47:24 -0000 Hello, I was curious if 'Pithos' the pandora player will be ported or if pianobar will be it for now? Thank you