From owner-freebsd-ports@FreeBSD.ORG Sun Apr 18 04:13:30 2010 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 751BA106564A; Sun, 18 Apr 2010 04:13:30 +0000 (UTC) (envelope-from yuri.pankov@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 A34DA8FC19; Sun, 18 Apr 2010 04:13:29 +0000 (UTC) Received: by wyf28 with SMTP id 28so576767wyf.13 for ; Sat, 17 Apr 2010 21:13:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:received:message-id :subject:from:to:content-type; bh=1IdNv3LhbVUOeXGas/OGETpQLisaWqDzucjVf4ZCk2U=; b=pPyTE2bpM+jJJsCZXYBErNpCjXrPHuiWZmkmvBPOObQpwqhW7FWveHyTjw0YlCTYq2 vqx78/wfshfN0RIt+epJDJEaI4fp860xX9eapLnQp+8C7DYAuyVnt/Sg57uzpXuczwJk 7HJbU5geTSLZaX/7e+dyxNTNLhCAWNjIqIoWc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=L8k3l7iQSUzZfatrmKTsbsl3vDvjZxtlUBP1IPd2v3Gtwhd7PAXn4hXadziEyPWWmQ MWHG9KKimKRnFqL+WnqVsekOkCk1BUNhwufFxqwlZvrd1tTCh+WboByL6Ik70MzfPXy3 tPNMRmUCpMVzPwISJlTVjhegbZDFJFUnmPs0w= MIME-Version: 1.0 Received: by 10.216.233.162 with HTTP; Sat, 17 Apr 2010 21:13:28 -0700 (PDT) Date: Sun, 18 Apr 2010 08:13:28 +0400 Received: by 10.216.86.7 with SMTP id v7mr4633656wee.191.1271564008600; Sat, 17 Apr 2010 21:13:28 -0700 (PDT) Message-ID: From: Yuri Pankov To: ports@freebsd.org, ale@freebsd.org Content-Type: text/plain; charset=UTF-8 Cc: Subject: mysql55-client + cmake = fail X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Apr 2010 04:13:30 -0000 Hi, Building mysql55-client (at least) with cmake installed results in files being installed to /usr instead of PREFIX. This should be easy to fix disabling check for cmake in configure. Yuri From owner-freebsd-ports@FreeBSD.ORG Sun Apr 18 05:55:43 2010 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 4578B1065670 for ; Sun, 18 Apr 2010 05:55:43 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx23.fluidhosting.com [204.14.89.6]) by mx1.freebsd.org (Postfix) with ESMTP id CC6648FC13 for ; Sun, 18 Apr 2010 05:55:42 +0000 (UTC) Received: (qmail 1858 invoked by uid 399); 18 Apr 2010 05:55:40 -0000 Received: from localhost (HELO ?192.168.0.145?) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 18 Apr 2010 05:55:40 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Date: Sat, 17 Apr 2010 22:55:39 -0700 (PDT) From: Doug Barton To: obrien@freebsd.org In-Reply-To: <4BC6BD7B.4040904@FreeBSD.org> Message-ID: References: <20100412222300.GA72952@dragon.NUXI.org> <4BC6BD7B.4040904@FreeBSD.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-message-flag: Outlook -- Not just for spreading viruses anymore! X-OpenPGP-Key-ID: 0xD5B2F0FB Organization: http://SupersetSolutions.com/ OpenPGP: id=1A1ABC84 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: ports@freebsd.org Subject: Re: [PATCH] upgrade Bash port to version 4.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, 18 Apr 2010 05:55:43 -0000 On Thu, 15 Apr 2010, Doug Barton wrote: > On 04/12/10 15:23, David O'Brien wrote: >> Hi Folks, >> >> Bash 4.1 seems stable enough at PL5 to replace version 4.0 in >> '/usr/ports/shells/bash'. > > Agreed, I tested the PL5 with your patch and it seems fine. > > Please consider the attached patch as well, that adds OPTIONS generally > for the knobs already in the port, and a new option to use bash's > readline instead of the base version. Sorry, there was a logic error in the readline bit. Turns out if you actually try to use that configure option then compilation fails. Also, in spite of the --enable-static-link option the resultant binary is dynamically linked. I checked both a port build and building it by hand, same result. The current shells/bash (4.0) does not have this problem. Doug -- Improve the effectiveness of your Internet presence with a domain name makeover! http://SupersetSolutions.com/ Computers are useless. They can only give you answers. -- Pablo Picasso From owner-freebsd-ports@FreeBSD.ORG Sun Apr 18 06:02:57 2010 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 DB5AF1065672 for ; Sun, 18 Apr 2010 06:02:56 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx23.fluidhosting.com [204.14.89.6]) by mx1.freebsd.org (Postfix) with ESMTP id 899418FC08 for ; Sun, 18 Apr 2010 06:02:56 +0000 (UTC) Received: (qmail 11423 invoked by uid 399); 18 Apr 2010 06:02:55 -0000 Received: from localhost (HELO ?192.168.0.145?) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 18 Apr 2010 06:02:55 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Date: Sat, 17 Apr 2010 23:02:54 -0700 (PDT) From: Doug Barton To: riggs@rrr.de Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-message-flag: Outlook -- Not just for spreading viruses anymore! X-OpenPGP-Key-ID: 0xD5B2F0FB Organization: http://SupersetSolutions.com/ OpenPGP: id=1A1ABC84 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Cc: freebsd-ports@FreeBSD.org Subject: mplayer failing on -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, 18 Apr 2010 06:02:57 -0000 When I attempt to build mplayer with default OPTIONS I get the following: cc -O2 -pipe -g -fno-strict-aliasing -I./libavcodec -I./libavformat -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -I. -I. -I./libavutil -O2 -pipe -g -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H -I/usr/local/include/freetype2 -I.. -I../libavutil -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I../libavcodec -I../libavformat -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -I. -I.. -I../libavutil -O2 -pipe -g -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H -I/usr/local/include/freetype2 -I... -I.../libavutil -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -c -o dvb_tune.o dvb_tune.c dvb_tune.c:33:19: error: error.h: No such file or directory gmake[1]: *** [dvb_tune.o] Error 1 gmake[1]: Leaving directory `/usr/local/tmp/usr/local/ports/multimedia/mplayer/work/MPlayer-1.0rc2/stream' gmake: *** [stream/stream.a] Error 2 *** Error code 1 Simply removing that line from dvb_tune.c allows it to continue building, but then I run into this: cc -O2 -pipe -g -fno-strict-aliasing -I./libavcodec -I./libavformat -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -I. -I. -I./libavutil -O2 -pipe -g -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H -I/usr/local/include/freetype2 -I.. -I../libavutil -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I../libswscale -I../libavcodec -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE -I.. -I.. -I../libavutil -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -I. -I.. -I../libavutil -O2 -pipe -g -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H -I/usr/local/include/freetype2 -I... -I.../libavutil -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -c -o h264.o h264.c h264.c: In function 'decode_cabac_residual': h264.c:5350: warning: passing argument 4 of 'decode_significance_8x8_x86' discards qualifiers from pointer target type cabac.h: In function 'get_cabac_noinline': cabac.h:525: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm' cabac.h:525: error: 'asm' operand has impossible constraints gmake[1]: *** [h264.o] Error 1 gmake[1]: Leaving directory `/usr/local/tmp/usr/local/ports/multimedia/mplayer/work/MPlayer-1.0rc2/libavcodec' gmake: *** [libavcodec/libavcodec.a] Error 2 *** Error code 1 -- Improve the effectiveness of your Internet presence with a domain name makeover! http://SupersetSolutions.com/ Computers are useless. They can only give you answers. -- Pablo Picasso From owner-freebsd-ports@FreeBSD.ORG Sun Apr 18 06:48:33 2010 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 7F047106564A for ; Sun, 18 Apr 2010 06:48:33 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx23.fluidhosting.com [204.14.89.6]) by mx1.freebsd.org (Postfix) with ESMTP id 150E28FC20 for ; Sun, 18 Apr 2010 06:48:32 +0000 (UTC) Received: (qmail 4032 invoked by uid 399); 18 Apr 2010 06:48:32 -0000 Received: from localhost (HELO foreign.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 18 Apr 2010 06:48:32 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4BCAAB3F.5020407@FreeBSD.org> Date: Sat, 17 Apr 2010 23:48:31 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.9) Gecko/20100330 Thunderbird/3.0.4 MIME-Version: 1.0 To: jsa@wickedmachine.net X-Enigmail-Version: 1.0.1 OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@FreeBSD.org Subject: VLC does not support the audio or video format "XVID". X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Apr 2010 06:48:33 -0000 I recently updated -current, and all of my ports, and am now getting the following message when I try to watch an avi file encoded with xvid: No suitable decoder module: VLC does not support the audio or video format "XVID". Unfortunately there is no way for you to fix this. Recompiling vlc, xvid, and numerous other things didn't help. Any suggestions? Doug -- ... and that's just a little bit of history repeating. -- Propellerheads Improve the effectiveness of your Internet presence with a domain name makeover! http://SupersetSolutions.com/ From owner-freebsd-ports@FreeBSD.ORG Sun Apr 18 07:55:46 2010 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 5E90B106564A; Sun, 18 Apr 2010 07:55:45 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.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 8C93B8FC20; Sun, 18 Apr 2010 07:55:44 +0000 (UTC) Received: by wyf28 with SMTP id 28so612979wyf.13 for ; Sun, 18 Apr 2010 00:55:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type; bh=NO561Ej/hhtbG6tAxNMI5SciDPtdl17FsN9xomIWVXc=; b=jk5xDQMdYMRaWgQIst6dWpVCsPB+J2nspYHzkeJQJWM4CUn+Ynamhu6HW9N/Zjkk2J pRh/2IDYR738J0SU28I7kG9GdrxD9ulUnTEcqnrtCNVreVRmXT4KViZeElSQ/H1ArUe9 cWtzhVJPKzBv4BxS6rW6x0RtXaYZHt36nf9+s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=e7M4trLvADSriVtWaYr4HIvLaHOoFvyUEpg+U2Z+9weZUFj+DnXU1/uBDnYtSbJMx7 DnJ3FfAGPoO9WoDtKoFIpszVgAKspJvLsGrBRgxUSYZCpsk3eZcqw4KtDIuT6ysbyEmj cMu/qG2TxL+3EQkN8GZgiXcWYajiGmIJ3/mKU= MIME-Version: 1.0 Received: by 10.216.182.202 with HTTP; Sun, 18 Apr 2010 00:55:43 -0700 (PDT) In-Reply-To: References: Date: Sun, 18 Apr 2010 09:55:43 +0200 Received: by 10.216.163.67 with SMTP id z45mr4982583wek.26.1271577343317; Sun, 18 Apr 2010 00:55:43 -0700 (PDT) Message-ID: From: Thomas Zander To: Doug Barton Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-ports@freebsd.org Subject: Re: mplayer failing on -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, 18 Apr 2010 07:55:46 -0000 On Sun, Apr 18, 2010 at 08:02, Doug Barton wrote: > dvb_tune.c:33:19: error: error.h: No such file or directory A patch for this should have been already committed. Please see http://www.freebsd.org/cgi/query-pr.cgi?pr=145636 > cabac.h: In function 'get_cabac_noinline': > cabac.h:525: error: can't find a register in class 'GENERAL_REGS' while > reloading 'asm' > cabac.h:525: error: 'asm' operand has impossible constraints This is i386, right? The problem should go away if you activate optimized cflags in the options dialog. Can you verify that? Riggs From owner-freebsd-ports@FreeBSD.ORG Sun Apr 18 08:07:20 2010 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 CF08D106564A for ; Sun, 18 Apr 2010 08:07:20 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx23.fluidhosting.com [204.14.89.6]) by mx1.freebsd.org (Postfix) with ESMTP id 61BBB8FC28 for ; Sun, 18 Apr 2010 08:07:20 +0000 (UTC) Received: (qmail 14485 invoked by uid 399); 18 Apr 2010 08:07:18 -0000 Received: from localhost (HELO foreign.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 18 Apr 2010 08:07:18 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4BCABDAB.2010004@FreeBSD.org> Date: Sun, 18 Apr 2010 01:07:07 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.9) Gecko/20100330 Thunderbird/3.0.4 MIME-Version: 1.0 To: Thomas Zander References: In-Reply-To: X-Enigmail-Version: 1.0.1 OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: mplayer failing on -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, 18 Apr 2010 08:07:20 -0000 On 04/18/10 00:55, Thomas Zander wrote: > On Sun, Apr 18, 2010 at 08:02, Doug Barton wrote: > >> dvb_tune.c:33:19: error: error.h: No such file or directory > > A patch for this should have been already committed. Please see > http://www.freebsd.org/cgi/query-pr.cgi?pr=145636 There's no actual patch in that PR, although as I reported, if I remove the line I can continue on. >> cabac.h: In function 'get_cabac_noinline': >> cabac.h:525: error: can't find a register in class 'GENERAL_REGS' while >> reloading 'asm' >> cabac.h:525: error: 'asm' operand has impossible constraints > > This is i386, right? Right. > The problem should go away if you activate optimized cflags in the > options dialog. Can you verify that? Yes. As I said I'm using the default OPTIONS. Doug -- ... and that's just a little bit of history repeating. -- Propellerheads Improve the effectiveness of your Internet presence with a domain name makeover! http://SupersetSolutions.com/ From owner-freebsd-ports@FreeBSD.ORG Sun Apr 18 11:24:13 2010 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 058451065675; Sun, 18 Apr 2010 11:24:13 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: from mail-ww0-f54.google.com (mail-ww0-f54.google.com [74.125.82.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6A5BA8FC23; Sun, 18 Apr 2010 11:24:12 +0000 (UTC) Received: by wwa36 with SMTP id 36so2445082wwa.13 for ; Sun, 18 Apr 2010 04:24:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type; bh=BWVdZRyfiwQWIFa3xGgDgz/svRxG4TgsfNa8Kr9IqG0=; b=WfDPVQt9oHMmWgxEK9Kc7Bq4iSqYVmyCnzYBQlMrZIMSmakvVVXD6s4vEfUHTq0nG0 jKPJPRtXKjrbtI0L4CXZ82yxe0DN35/u6ZsiMBgT2rpsLMAmPXZJwoSfakxRh3jhO0MP zKL/2U4IUvAHIpD11UGU5wuxkYmyCywt8u/kw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=IIbE8+nUw/qlke72aPixos5eXcGhwZW3MLykHwUg3ytn41YUoaUEm9hNAt26HuZypy Brsv66URvw0IQ9qn4yKmTBewFBfzyG8u6PDDTtlDCQMOo1Q6vHviWmkCKov8IpKyBQXV 5cBT4p6Wyf4mcODpK7LZWyQMKS0eQh4lj0/sc= MIME-Version: 1.0 Received: by 10.216.182.202 with HTTP; Sun, 18 Apr 2010 04:24:11 -0700 (PDT) In-Reply-To: <4BCABDAB.2010004@FreeBSD.org> References: <4BCABDAB.2010004@FreeBSD.org> Date: Sun, 18 Apr 2010 13:24:11 +0200 Received: by 10.216.161.84 with SMTP id v62mr1278736wek.58.1271589851163; Sun, 18 Apr 2010 04:24:11 -0700 (PDT) Message-ID: From: Thomas Zander To: Doug Barton Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-ports@freebsd.org Subject: Re: mplayer failing on -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, 18 Apr 2010 11:24:13 -0000 On Sun, Apr 18, 2010 at 10:07, Doug Barton wrote: >> The problem should go away if you activate optimized cflags in the >> options dialog. Can you verify that? > > Yes. As I said I'm using the default OPTIONS. This issue will be addressed in the next large mplayer update, soon. Riggs From owner-freebsd-ports@FreeBSD.ORG Sun Apr 18 16:24:13 2010 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 A2942106566B for ; Sun, 18 Apr 2010 16:24:13 +0000 (UTC) (envelope-from ma.zoon@quicknet.nl) Received: from smtpq3.gn.mail.iss.as9143.net (smtpq3.gn.mail.iss.as9143.net [212.54.34.166]) by mx1.freebsd.org (Postfix) with ESMTP id 5FF478FC1C for ; Sun, 18 Apr 2010 16:24:12 +0000 (UTC) Received: from [212.54.34.142] (helo=smtp11.gn.mail.iss.as9143.net) by smtpq3.gn.mail.iss.as9143.net with esmtp (Exim 4.69) (envelope-from ) id 1O3X1W-0007s4-Tu for freebsd-ports@freebsd.org; Sun, 18 Apr 2010 18:07:06 +0200 Received: from 84-105-58-152.cable.quicknet.nl ([84.105.58.152] helo=PC01) by smtp11.gn.mail.iss.as9143.net with esmtp (Exim 4.69) (envelope-from ) id 1O3X1W-0004UP-Ed for freebsd-ports@freebsd.org; Sun, 18 Apr 2010 18:07:06 +0200 From: "Michael" To: Date: Sun, 18 Apr 2010 18:07:04 +0200 Message-ID: <000001cadf11$2ff5b3b0$8fe11b10$@quicknet.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 14.0 Thread-Index: AcrfERhSjgo2bZd/TZKGfPF7Bn+I9g== Content-Language: nl X-ZiggoSMTP-MailScanner-Information: Please contact the ISP for more information X-ZiggoSMTP-MailScanner-ID: 1O3X1W-0004UP-Ed X-ZiggoSMTP-MailScanner: Found to be clean X-ZiggoSMTP-MailScanner-SpamCheck: geen spam, SpamAssassin (niet cached, score=1.132, vereist 5, ALL_TRUSTED -1.80, BAYES_50 0.00, DOS_OUTLOOK_TO_MX 1.00, TVD_RCVD_IP 1.93) X-ZiggoSMTP-MailScanner-SpamScore: s X-ZiggoSMTP-MailScanner-From: ma.zoon@quicknet.nl X-Spam-Status: No Subject: RE: Update Samba (Gerard Seibert) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Apr 2010 16:24:13 -0000 Message: 2 Date: Sat, 17 Apr 2010 14:20:52 -0400 From: Gerard Seibert Subject: Update Samba To: freebsd-ports@freebsd.org Cc: timur@FreeBSD.org Message-ID: Content-Type: text/plain; charset=UTF-8 Does anyone happen to know when Samba will be updated to version "3.5.2"? -- Jerry FreeBSD-Ports.user@seibercom.net ******************* I like to know this as well. Regards, Michael From owner-freebsd-ports@FreeBSD.ORG Sun Apr 18 16:46:48 2010 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 1D1C4106564A for ; Sun, 18 Apr 2010 16:46:48 +0000 (UTC) (envelope-from mailman@mimimail12.com) Received: from mimimail12.com (mimimail12.com [207.210.122.178]) by mx1.freebsd.org (Postfix) with ESMTP id 825978FC13 for ; Sun, 18 Apr 2010 16:46:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; s=mimi; d=madmimi.com; h=Date:From:To:Message-Id:Subject:Mime-Version:Content-Type:List-Unsubscribe; bh=ngkFxzaF2WXgvXM+ki0sTg23Tlg=; b=aR+IYSuTwj25EZlX/ea2asnolz2NSrGmnZ1trSdRiwmnyHFd1UQ3h+LX+4Urp30LTf3DbnWL5NXd ewcm+tHe1P7n3Yk9NRn+M9uRsOgcJSl77PuvKl5FriSHf9YMdL0NNPTyKvT9/P5AJV1Be/MyUZ2j Dyy1/t5//enh8zZanpQ= Received: from mimimail12.com (75.127.77.162) by mimimail12.com (PowerMTA(TM) v3.5r15) id hpcrne0t3cg4 for ; Sun, 18 Apr 2010 12:31:29 -0400 (envelope-from ) Date: Sun, 18 Apr 2010 12:31:29 -0400 From: YNV Records To: freebsd-ports@freebsd.org Message-Id: <4bcb33e16d69b_2d946c46930131f3@worker4.gldl.railsmachina.com.tmail> Mime-Version: 1.0 Mimiaid: 958902686 Precendence: bulk Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: Quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Ynv Records Presents X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Apr 2010 16:46:48 -0000 Since 2003, the latino community, along with other races, have been enjoy= ing a different type of music thanks to D.R-FLOW. The Group , which is co= mprised of 2 very talented youths , Ezequiel Rodriguez and Manuel Vasquez= , represent Dominicans, in and out of the Dominican Republic in a big way= . Ever since the very beginnings of the group, these bright and talented yo= ung men have received the love and support of, not only the latino popula= tion, but also other races all over the world . Their music reaches from = the streets of New York, to the hearts of many in South America, Europe, = and beyond!!! They are well-recieved where ever they go because of the di= versity of their music, from hip-hop to r&b, fans get the opportunity to = take away a little bit of every genre of music known today. For More info Regarding Drops, jingle Interviews Or For bookings = 413-363-4388 Moe View this email on the web here: http://mim.io/e9d53?fe=3D1&pact=3D958902686 Unsubscribe: http://go.madmimi.com/opt_out?fe=3D1&pact=3D958902686&amx=3D224346261 You can also forward to a friend: http://go.madmimi.com/forward/958902686?amx=3D224346261 YNV Records | Boston Ma 02128 From owner-freebsd-ports@FreeBSD.ORG Sun Apr 18 17:03:15 2010 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 CFC0C1065670 for ; Sun, 18 Apr 2010 17:03:15 +0000 (UTC) (envelope-from mailman@mimimail12.com) Received: from mimimail12.com (mimimail12.com [207.210.122.178]) by mx1.freebsd.org (Postfix) with ESMTP id A64B58FC12 for ; Sun, 18 Apr 2010 17:03:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; s=mimi; d=madmimi.com; h=Date:From:To:Message-Id:Subject:Mime-Version:Content-Type:List-Unsubscribe; bh=cqWOC/Wn10KZVJiPJ12ZiKhvgaA=; b=A3ffSPgAE6b8n5lhb1ikmMBictTkLiQmAafVrZxVqXjv9a4VNfouz+I777uc46A4mU2khUZbfOJo bVKIOtoBTcWiPCpqcEQjcnw6SqNjnwAQvzZHHFUuB1gt5lwy5nWtPmvxwJhApbltv0Qp6KW5Blvh qDtaJLZbImg0499Ht0k= Received: from mimimail12.com (75.127.77.161) by mimimail12.com (PowerMTA(TM) v3.5r15) id hpctl60t3cg8 for ; Sun, 18 Apr 2010 12:35:00 -0400 (envelope-from ) Date: Sun, 18 Apr 2010 12:35:00 -0400 From: YNV Records To: ports@freebsd.org Message-Id: <4bcb34b4a64d7_679d142e130413fe@worker3.gldl.railsmachina.com.tmail> Mime-Version: 1.0 Mimiaid: 958914330 Precendence: bulk Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: Quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Ynv Records Presents X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Apr 2010 17:03:15 -0000 Since 2003, the latino community, along with other races, have been enjoy= ing a different type of music thanks to D.R-FLOW. The Group , which is co= mprised of 2 very talented youths , Ezequiel Rodriguez and Manuel Vasquez= , represent Dominicans, in and out of the Dominican Republic in a big way= . Ever since the very beginnings of the group, these bright and talented yo= ung men have received the love and support of, not only the latino popula= tion, but also other races all over the world . Their music reaches from = the streets of New York, to the hearts of many in South America, Europe, = and beyond!!! They are well-recieved where ever they go because of the di= versity of their music, from hip-hop to r&b, fans get the opportunity to = take away a little bit of every genre of music known today. For More info Regarding Drops, jingle Interviews Or For bookings = 413-363-4388 Moe View this email on the web here: http://mim.io/e9d53?fe=3D1&pact=3D958914330 Unsubscribe: http://go.madmimi.com/opt_out?fe=3D1&pact=3D958914330&amx=3D224346267 You can also forward to a friend: http://go.madmimi.com/forward/958914330?amx=3D224346267 YNV Records | Boston Ma 02128 From owner-freebsd-ports@FreeBSD.ORG Sun Apr 18 19:25:02 2010 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 60C14106566B; Sun, 18 Apr 2010 19:25:02 +0000 (UTC) (envelope-from kstewart@owt.com) Received: from smtp.owt.com (smtp.owt.com [64.146.239.50]) by mx1.freebsd.org (Postfix) with ESMTP id 370AE8FC13; Sun, 18 Apr 2010 19:25:01 +0000 (UTC) Received: from kstewart2.owt.com (kstewart2.owt.com [64.146.237.228]) (authenticated bits=0) by smtp.owt.com (8.13.8/8.13.8) with ESMTP id o3IJP0ib027784; Sun, 18 Apr 2010 12:25:01 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=owt.com; s=default; t=1271618701; bh=99lGwZdFctgW3eUhd8HVw3QTVJhW6d5mcQUvinwZtWw=; h=From:To:Subject:Date:Cc:References:In-Reply-To:MIME-Version: Content-Type:Content-Transfer-Encoding:Message-Id; b=pecCce6uMmV9G jmjGir4HsFuOJJBi5malPGOb1x5HXXtFZbTCHyTSsrj7GXTgT9iKE9ajuGWzqepUI3M lKjR4/zIM6LYV+4g/SNniKbCc48pGwBAVFV0pxy+GOKuwNkLECcdndPoYHDkrUJO+ZW WkojI+PDlCREn0GPRQSZjM4s= From: Kent Stewart To: "Ion-Mihai Tetcu" Date: Sun, 18 Apr 2010 12:25:00 -0700 User-Agent: KMail/1.9.10 References: <201004161157.45992.kstewart@owt.com> <20100417054810.7f117993@it.buh.tecnik93.com> In-Reply-To: <20100417054810.7f117993@it.buh.tecnik93.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <201004181225.00287.kstewart@owt.com> Cc: freebsd-ports@freebsd.org Subject: Re: Facile-1.1 PORTREVISION X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Apr 2010 19:25:02 -0000 On Friday 16 April 2010 07:48:10 pm Ion-Mihai Tetcu wrote: > On Fri, 16 Apr 2010 11:57:45 -0700 > > Kent Stewart wrote: > > I just encountered a problem with kdeedu-4. The response is use > > search Luke; however, facile needs to be rebuilt. It should be > > PORTREVISION so that a rebuild is forced. > > > > I have been waiting for the massive changes to settle down and only > > facile and mplayer have presented problems. > > What are this problems? When you try to compile kdeedu4, you get a conflict Error: Files /usr/local/lib/ocaml/facile/facile.cmxa > =A0 =A0 =A0 =A0and /usr/local/lib/ocaml/stdlib.cmxa > =A0 =A0 =A0 =A0make inconsistent assumptions over interface Buffer > *** Error code 2 This is caused by the presence an older compiled version of facile-1.1.=20 When you force the rebuild, kdeedu4 rebuilds successfully. I think it=20 should have been part of your massive upgrade and PORTREVISIONed to=20 force a rebuild. It still needs to be forced to rebuild. Kent =2D-=20 Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html From owner-freebsd-ports@FreeBSD.ORG Sun Apr 18 21:46:20 2010 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 A1F7B106566B for ; Sun, 18 Apr 2010 21:46:20 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx23.fluidhosting.com [204.14.89.6]) by mx1.freebsd.org (Postfix) with ESMTP id 4D62B8FC1D for ; Sun, 18 Apr 2010 21:46:19 +0000 (UTC) Received: (qmail 2667 invoked by uid 399); 18 Apr 2010 21:46:19 -0000 Received: from localhost (HELO foreign.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 18 Apr 2010 21:46:19 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4BCB7DA9.40105@FreeBSD.org> Date: Sun, 18 Apr 2010 14:46:17 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.9) Gecko/20100330 Thunderbird/3.0.4 MIME-Version: 1.0 To: jsa@wickedmachine.net References: <4BCAAB3F.5020407@FreeBSD.org> In-Reply-To: <4BCAAB3F.5020407@FreeBSD.org> X-Enigmail-Version: 1.0.1 OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Xin LI , freebsd-ports@FreeBSD.org Subject: Re: VLC does not support the audio or video format "XVID". X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Apr 2010 21:46:20 -0000 On 04/17/10 23:48, Doug Barton wrote: > I recently updated -current, and all of my ports, and am now getting the > following message when I try to watch an avi file encoded with xvid: > > No suitable decoder module: > VLC does not support the audio or video format "XVID". Unfortunately > there is no way for you to fix this. > > Recompiling vlc, xvid, and numerous other things didn't help. Any > suggestions? I have found the problem, it's zlib. In r206708-9 delphij updated zlib to version 1.2.4.3 and did some magic with the symbols. I just regressed my system to r206707 and now the same vlc does xvid just fine. When I booted the new -current yesterday (after the libz changes) I had to rebuild and reinstall openbox and libxml2 because the latter had some sort of unresolved symbol problem related to libz. When I regressed the system today and had to do the same thing I got this error: /usr/local/lib/libxml2.so: undefined reference to `gzopen@ZLIB_1.2.4.0' (Note, this libxml2 that generated this error was compiled against the NEW libz, so it's not the error that I was seeing previously.) In looking over the things in /usr/lib that may be related I see that gpac-libgpac-0.4.5_4,1 has the gzopen symbol, and I did not recompile that when I was trying to get vlc to work last night so it may be the magic bullet. My plan at this point is to re-upgrade to the latest -current, record the error I get from libxml2 when recompiling openbox, and then try recompiling stuff until I find the one that does the trick. Worst case scenario I do 'portmaster -f vlc' but that constitutes 175 ports, which would take a while. Doug -- ... and that's just a little bit of history repeating. -- Propellerheads Improve the effectiveness of your Internet presence with a domain name makeover! http://SupersetSolutions.com/ From owner-freebsd-ports@FreeBSD.ORG Sun Apr 18 23:30:47 2010 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 152861065676; Sun, 18 Apr 2010 23:30:47 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.26]) by mx1.freebsd.org (Postfix) with ESMTP id AD5C18FC14; Sun, 18 Apr 2010 23:30:46 +0000 (UTC) Received: by qw-out-2122.google.com with SMTP id 5so1385258qwi.7 for ; Sun, 18 Apr 2010 16:30:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type; bh=DvL4qTBNvBpsH2nEq2MnFRDF9xJ/+x9bXE26E1ky82w=; b=KEVQZQbUOkfOy5uw1bgK9DpUjR+tJAuOg47fQv4d4Sh4hFqyPwZWEdjris7ru7PYMP cxdMKytlD/VBhEfw5OCbIDuI0QuTAyGn11FwvxbRc3LYB4/eRsHJ/owoblBY2gNwJwFM rTzumNjYy5BhR2aMJ6TcF+UZIA4Bu02m3asdM= 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=E9cEOsfTDt63fOY9BkH4Uzae5AAeT1KkTRGJlPEVDkFFkFdx5ea2BGGagYVh1lVr9n g4cbIF0BeU77swcX91T+bA6r199eB+wVJEqWNHbQSLZJjBiAsFinehhOOvDGFj8GCST2 XOBL3MhPOU5/o+jOmALNlZfcrBdA9HovUu3TQ= MIME-Version: 1.0 Received: by 10.229.28.85 with HTTP; Sun, 18 Apr 2010 16:30:45 -0700 (PDT) In-Reply-To: <4BCB7DA9.40105@FreeBSD.org> References: <4BCAAB3F.5020407@FreeBSD.org> <4BCB7DA9.40105@FreeBSD.org> Date: Sun, 18 Apr 2010 16:30:45 -0700 Received: by 10.229.216.76 with SMTP id hh12mr1763916qcb.47.1271633445843; Sun, 18 Apr 2010 16:30:45 -0700 (PDT) Message-ID: From: Garrett Cooper To: Doug Barton Content-Type: text/plain; charset=ISO-8859-1 Cc: Xin LI , jsa@wickedmachine.net, freebsd-ports@freebsd.org Subject: Re: VLC does not support the audio or video format "XVID". X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Apr 2010 23:30:47 -0000 On Sun, Apr 18, 2010 at 2:46 PM, Doug Barton wrote: > On 04/17/10 23:48, Doug Barton wrote: >> I recently updated -current, and all of my ports, and am now getting the >> following message when I try to watch an avi file encoded with xvid: >> >> No suitable decoder module: >> VLC does not support the audio or video format "XVID". Unfortunately >> there is no way for you to fix this. >> >> Recompiling vlc, xvid, and numerous other things didn't help. Any >> suggestions? > > I have found the problem, it's zlib. In r206708-9 delphij updated zlib > to version 1.2.4.3 and did some magic with the symbols. I just regressed > my system to r206707 and now the same vlc does xvid just fine. > > When I booted the new -current yesterday (after the libz changes) I had > to rebuild and reinstall openbox and libxml2 because the latter had some > sort of unresolved symbol problem related to libz. When I regressed the > system today and had to do the same thing I got this error: > /usr/local/lib/libxml2.so: undefined reference to `gzopen@ZLIB_1.2.4.0' > > (Note, this libxml2 that generated this error was compiled against the > NEW libz, so it's not the error that I was seeing previously.) > > In looking over the things in /usr/lib that may be related I see that > gpac-libgpac-0.4.5_4,1 has the gzopen symbol, and I did not recompile > that when I was trying to get vlc to work last night so it may be the > magic bullet. > > My plan at this point is to re-upgrade to the latest -current, record > the error I get from libxml2 when recompiling openbox, and then try > recompiling stuff until I find the one that does the trick. Worst case > scenario I do 'portmaster -f vlc' but that constitutes 175 ports, which > would take a while. Yeah... that's what I thought it was. vlc does some interesting work initializing codecs I think where it disguises runtime linker issues, etc with pieces that tie into vlc. Not really happy about that, but after the issue with zlib was identified 2~3 weeks ago, it was easy to clean up... The other issues with zlib are pretty well known, and the overall upgrade as I and others mentioned a few weeks back is large as it's use is pervasive in 3rd party software. HTH, -Garrett From owner-freebsd-ports@FreeBSD.ORG Mon Apr 19 00:11:06 2010 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 6C0AD106564A for ; Mon, 19 Apr 2010 00:11:06 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx23.fluidhosting.com [204.14.89.6]) by mx1.freebsd.org (Postfix) with ESMTP id 16F848FC0C for ; Mon, 19 Apr 2010 00:11:05 +0000 (UTC) Received: (qmail 2672 invoked by uid 399); 19 Apr 2010 00:11:05 -0000 Received: from localhost (HELO foreign.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 19 Apr 2010 00:11:05 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4BCB9F97.1010401@FreeBSD.org> Date: Sun, 18 Apr 2010 17:11:03 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.9) Gecko/20100330 Thunderbird/3.0.4 MIME-Version: 1.0 To: Garrett Cooper References: <4BCAAB3F.5020407@FreeBSD.org> <4BCB7DA9.40105@FreeBSD.org> In-Reply-To: X-Enigmail-Version: 1.0.1 OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Xin LI , jsa@wickedmachine.net, freebsd-ports@freebsd.org Subject: Re: VLC does not support the audio or video format "XVID". X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Apr 2010 00:11:06 -0000 On 04/18/10 16:30, Garrett Cooper wrote: > On Sun, Apr 18, 2010 at 2:46 PM, Doug Barton wrote: > >> My plan at this point is to re-upgrade to the latest -current, record >> the error I get from libxml2 when recompiling openbox, and then try >> recompiling stuff until I find the one that does the trick. Worst case >> scenario I do 'portmaster -f vlc' but that constitutes 175 ports, which >> would take a while. > > Yeah... that's what I thought it was. So we each get a cookie. :) My plan worked, and after recompiling gpac-libgpac vlc can once again understand divx. The error I got when trying to rebuild openbox with an old libxlm2 (linked against the old libz) was: undefined reference to `gzopen@ZLIBprivate_1.0' Which makes sense because if I'm reading the change in r206709 right, that's exactly what happened (gzopen et al moved from the private interface to the public one). For delphij's sake I'm not sure if there is a "bug" here. For something with less subtle use of shared libs the solution would have been obvious. It's the fact that (as Garrett pointed out) vlc plays tricks that masked the real source of the problem. Regards, Doug -- ... and that's just a little bit of history repeating. -- Propellerheads Improve the effectiveness of your Internet presence with a domain name makeover! http://SupersetSolutions.com/ From owner-freebsd-ports@FreeBSD.ORG Mon Apr 19 03:52:49 2010 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 58161106564A; Mon, 19 Apr 2010 03:52:49 +0000 (UTC) (envelope-from tabthorpe@gmail.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 DE1108FC08; Mon, 19 Apr 2010 03:52:48 +0000 (UTC) Received: by vws1 with SMTP id 1so702306vws.13 for ; Sun, 18 Apr 2010 20:52:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:received:date:from:to :subject:message-id:mime-version:content-type:content-disposition :user-agent; bh=pv8Y9NGAZbBOFahEgFsRfs5vacZJU8bD0fE+WqjnBhA=; b=nnigM8oKV4iL6oFHmKE7VCc4kj5UlDTXmk70LPyz3xQSwGBr9IuyTJwMz5HOFX2Xg9 2W72vu6D8vm12ZSLnsfRZSDWQmXfYY9aqt7QT4Yk14qOLvlOpHmxSQU2KrdEnvn3Ib2S 9vahGEzA+MvzCU07gA8OPGcWMkmtmf0YAq6ik= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:from:to:bcc:subject:message-id:mime-version :content-type:content-disposition:user-agent; b=JG+dj8/8FJK8HNwHyHhqBr1HmmRjoKijVWN1qarBIFY20KA59M4FBnIOROnHw9ENCU DcsJrWkn7iPR3tmpE8AdZeJi/It7RjL+XwZR25IDVPA2YPfsFGwGSYDcpg3RTdLrQAB8 CYFHAZulr2ge1Bo4H+d9cyk8c92NP6bq0jZjQ= Received: by 10.220.122.28 with SMTP id j28mr3177378vcr.167.1271649167332; Sun, 18 Apr 2010 20:52:47 -0700 (PDT) Received: from tabthorpe@gmail.com (dynamic-216-211-68-220.tbaytel.net [216.211.68.220]) by mx.google.com with ESMTPS id s9sm8985438vcr.3.2010.04.18.20.52.44 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 18 Apr 2010 20:52:46 -0700 (PDT) Sender: Thomas Abthorpe Received: by tabthorpe@gmail.com (sSMTP sendmail emulation); Sun, 18 Apr 2010 23:52:43 -0400 Date: Sun, 18 Apr 2010 23:52:43 -0400 From: Thomas Abthorpe To: ports@FreeBSD.org Message-ID: <20100419035243.GA4554@goodking.goodking.ca> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="8t9RHnE3ZwKMSgU+" Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Subject: Responding to a challenge X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Apr 2010 03:52:49 -0000 --8t9RHnE3ZwKMSgU+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable edwin@ threw down this gauntlet when I accepted my recent hat, http://blogs.freebsdish.org/tabthorpe/2010/03/25/catching-up-on-recent-even= ts/comment-page-1/#comment-13022 I have responded. Sure it is lame, I am a porter, not a song writer! --- Something to Port with apologies to Queen Can anybody find me something to port? Each morning I get up looking at GNATS Can barely believe what I see Take a look on the mailing lists People, what are you doing to me? I have spent all these years closing PRs But I just can't get no relief! Somebody, somebody Can anybody find me something to port? I work hard, working on ports I work until my brain hurts At the end of the day, I queue up my last job And I try to get some sleep Until I realise I didn't sync my tree Oh, somebody, somebody Can anybody find me something to port? (He works hard) Everyday, I try and I try and I try But the PRs keep on coming in My family thinks I am crazy The say, "You do this for free?" The say I need a new hobby Got no common sense I got nobody who understands me Yeah, yeah, yeah, yeah Oh, somebody, somebody Can anybody find me something to port? Got not feel, keep losing more sleep I just keep drinking more tea I'm ok, I'm alright Ain't gonna let them beat me I just gotta get out of this jail(8) Someday I'm gonna be free! Find me something to port Can anybody find me something to port? --=20 Thomas Abthorpe | FreeBSD Committer tabthorpe@FreeBSD.org | http://people.freebsd.org/~tabthorpe --8t9RHnE3ZwKMSgU+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iEYEARECAAYFAkvL04cACgkQ5Gm/jNBp8qBdMwCfTetUZYBoPBn81HdJiUg8kJM6 vFIAn1LCV62OpNH4l/pPtaV5iqT3RPu0 =ouV5 -----END PGP SIGNATURE----- --8t9RHnE3ZwKMSgU+-- From owner-freebsd-ports@FreeBSD.ORG Mon Apr 19 05:11:01 2010 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 70E44106566C; Mon, 19 Apr 2010 05:11:01 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [IPv6:2001:470:a803::1]) by mx1.freebsd.org (Postfix) with ESMTP id D23618FC19; Mon, 19 Apr 2010 05:11:00 +0000 (UTC) Received: from mail.geekcn.org (tarsier.geekcn.org [211.166.10.233]) by tarsier.geekcn.org (Postfix) with ESMTP id A925FA57F1A; Mon, 19 Apr 2010 13:10:59 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([211.166.10.233]) by mail.geekcn.org (mail.geekcn.org [211.166.10.233]) (amavisd-new, port 10024) with LMTP id TlOf5Jt4RdVm; Mon, 19 Apr 2010 13:10:53 +0800 (CST) Received: from delta.delphij.net (c-69-181-249-146.hsd1.ca.comcast.net [69.181.249.146]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTPSA id 52812A57D40; Mon, 19 Apr 2010 13:10:52 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:reply-to:organization:user-agent: mime-version:to:cc:subject:references:in-reply-to: x-enigmail-version:openpgp:content-type:content-transfer-encoding; b=gA8knsM0U5cMidWfFHbNEXcd3N8Lw1110hpGc9EImQ5YcaPa4pG7m2ArWqusjXQW/ bcS/r1yFye+pYJFcSGRow== Message-ID: <4BCBE5D8.2050207@delphij.net> Date: Sun, 18 Apr 2010 22:10:48 -0700 From: Xin LI Organization: The Geek China Organization User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.9) Gecko/20100408 Thunderbird/3.0.4 ThunderBrowse/3.2.8.1 MIME-Version: 1.0 To: Doug Barton References: <4BCAAB3F.5020407@FreeBSD.org> <4BCB7DA9.40105@FreeBSD.org> <4BCB9F97.1010401@FreeBSD.org> In-Reply-To: <4BCB9F97.1010401@FreeBSD.org> X-Enigmail-Version: 1.0.1 OpenPGP: id=3FCA37C1; url=http://www.delphij.net/delphij.asc Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Garrett Cooper , jsa@wickedmachine.net, freebsd-ports@freebsd.org Subject: Re: VLC does not support the audio or video format "XVID". X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: d@delphij.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Apr 2010 05:11:01 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2010/04/18 17:11, Doug Barton wrote: > On 04/18/10 16:30, Garrett Cooper wrote: >> On Sun, Apr 18, 2010 at 2:46 PM, Doug Barton wrote: >> >>> My plan at this point is to re-upgrade to the latest -current, record >>> the error I get from libxml2 when recompiling openbox, and then try >>> recompiling stuff until I find the one that does the trick. Worst case >>> scenario I do 'portmaster -f vlc' but that constitutes 175 ports, which >>> would take a while. >> >> Yeah... that's what I thought it was. > > So we each get a cookie. :) My plan worked, and after recompiling > gpac-libgpac vlc can once again understand divx. The error I got when > trying to rebuild openbox with an old libxlm2 (linked against the old > libz) was: undefined reference to `gzopen@ZLIBprivate_1.0' > > Which makes sense because if I'm reading the change in r206709 right, > that's exactly what happened (gzopen et al moved from the private > interface to the public one). > > For delphij's sake I'm not sure if there is a "bug" here. For something > with less subtle use of shared libs the solution would have been > obvious. It's the fact that (as Garrett pointed out) vlc plays tricks > that masked the real source of the problem. Sorry for that. It looks like that the zlib author decided to drop usage of *64 functions on non-LFS64 platforms (in the past for instance gzopen() is #define'd as gzopen64()). To prevent future breakage, I think the only way to get around of this would be to move all potential "public" interfaces to the ZLIB_1.2.4.0 part. E.g. make sure that those exposed by zlib.h are always available in the same public namespace rather than only exposing the "available" ones. I'm working on an interface checker program to make sure that the "committed" interfaces won't change again. Cheers, - -- Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! Live free or die -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iQEcBAEBAgAGBQJLy+XYAAoJEATO+BI/yjfBcN0IANAhfgkH0g7iwKHepAan3xGa VYDaF0r1t5SEUfcBIt0qyHYaw1+P/wBMl9MNGRQLAwUWEZmL5ZGOyOu1hhTM2RHx tdQ6q8dRgk2g1xa04YYcZ62sNmlGVVcTmOfKGINcWMkIcDFWj8w9AegYvBslopq+ LHB2rxMSBdasbooJtkUiUH03gnP1zdnide1CfoP/2PfAJzx5/F4ITFhEFoSt0+eH lXDGSPGygggI/wwy+9vEryyajFrQsiRHWhwzkwNdNZizBQP6uNNPdPjdZEa+8/59 dptJNneLMYHzqxq5Fe/J4LNm1MKMMgpKX97HmZUyswljk05fH80xIAT27hkEiTM= =lScc -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Mon Apr 19 07:25:10 2010 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 61FB01065675; Mon, 19 Apr 2010 07:25:10 +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 188058FC18; Mon, 19 Apr 2010 07:25:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mx1.bjare.net (Postfix) with ESMTP id B84EE5E072; Mon, 19 Apr 2010 09:25:08 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mx1.bjare.net X-Spam-Flag: NO X-Spam-Score: -1.227 X-Spam-Level: X-Spam-Status: No, score=-1.227 tagged_above=-999 required=5 tests=[AWL=-0.824, BAYES_00=-2.599, MISSING_HEADERS=1.292, RCVD_IN_PBL=0.905, 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 ffy9TzFcngsX; Mon, 19 Apr 2010 09:25:06 +0200 (CEST) X-BN-MX1: ja X-BN-MailInfo: BjareNet Received: from [172.17.0.140] (c-195-216-040-164.static.bjare.net [195.216.40.164]) by mx1.bjare.net (Postfix) with ESMTP id DFDB85E087; Mon, 19 Apr 2010 09:25:06 +0200 (CEST) Message-ID: <4BCC0552.2000401@eskk.nu> Date: Mon, 19 Apr 2010 09:25:06 +0200 From: Leslie Jensen User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; sv-SE; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 References: <20100328163828.1f34e0e7@it.buh.tecnik93.com> <20100405213133.3b29591f@it.buh.tecnik93.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Ion-Mihai Tetcu , questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: [ HEADS UP ] Ports unstable for the next 10 days X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Apr 2010 07:25:10 -0000 It's now more than 10 days. Are ports stable now? Thanks /Leslie From owner-freebsd-ports@FreeBSD.ORG Mon Apr 19 07:28:21 2010 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 C7843106564A; Mon, 19 Apr 2010 07:28:21 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mail-qy0-f199.google.com (mail-qy0-f199.google.com [209.85.221.199]) by mx1.freebsd.org (Postfix) with ESMTP id 3EDAF8FC1B; Mon, 19 Apr 2010 07:28:21 +0000 (UTC) Received: by mail-qy0-f199.google.com with SMTP id 37so4054024qyk.8 for ; Mon, 19 Apr 2010 00:28:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type; bh=Llg62kkHk+ATmBOJptFJyGw3/9IK2XzCOKV42aHWI9E=; b=a+YE4oqCgYTX/lAdJzxgPE8JG6f6ML+L2HI6JBXb68/U8sR7IHasGxYbkxNyWnT+jW XnPD3xg7/YdUPzBuyVUtQDN2ND1/zE77Xo0cq7MPOTXS2MbwiPbuYM+IVbmD3hmP0aQA KZPajW0vsR/eXMpnYdIgOt0ZP17TmGM3aKTlw= 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=sQy0baGs+jhiIFNOB0VrVlQ0k42eqVcWZiwzcpIE89XznyIU0grtcKPFyoxSx0yq7d fg1tqFPHlmB3Ew0h/zGDByddgUe8y5DUekdG38a4oPLsdJRgs1UPYZjOHtDlKEAKAiRT hgj2mWeBh5IgHTZwcPt4FpwWjkMCGK/9ByWB0= MIME-Version: 1.0 Received: by 10.229.28.85 with HTTP; Mon, 19 Apr 2010 00:28:20 -0700 (PDT) In-Reply-To: <4BCC0552.2000401@eskk.nu> References: <20100328163828.1f34e0e7@it.buh.tecnik93.com> <20100405213133.3b29591f@it.buh.tecnik93.com> <4BCC0552.2000401@eskk.nu> Date: Mon, 19 Apr 2010 00:28:20 -0700 Received: by 10.229.190.213 with SMTP id dj21mr1529451qcb.66.1271662100919; Mon, 19 Apr 2010 00:28:20 -0700 (PDT) Message-ID: From: Garrett Cooper To: Leslie Jensen Content-Type: text/plain; charset=ISO-8859-1 Cc: Ion-Mihai Tetcu , questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: [ HEADS UP ] Ports unstable for the next 10 days X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Apr 2010 07:28:21 -0000 On Mon, Apr 19, 2010 at 12:25 AM, Leslie Jensen wrote: > > > It's now more than 10 days. Are ports stable now? http://ragingred.files.wordpress.com/2008/10/simpsons_are-we-there-yet.jpg In short, sorry... nope (there's still some ways to go on updating packages -- porters have hit some snags with updating graphics/png, zlib in base and lang/php5, mostly -- there's still xorg, gnome, and kde to go...). Honestly, apart from the zlib and png upgrades, there's been little churn though for me (XFCE4 user), and I still update without much issue on a periodic basis every week. HTH, -Garrett From owner-freebsd-ports@FreeBSD.ORG Mon Apr 19 07:32:11 2010 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 346AE1065673; Mon, 19 Apr 2010 07:32:11 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from worf.ds9.tecnik93.com (worf.ds9.tecnik93.com [81.196.207.130]) by mx1.freebsd.org (Postfix) with ESMTP id D93E58FC21; Mon, 19 Apr 2010 07:32:10 +0000 (UTC) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by worf.ds9.tecnik93.com (Postfix) with ESMTPSA id 8478422C50C1; Mon, 19 Apr 2010 10:32:09 +0300 (EEST) Date: Mon, 19 Apr 2010 10:32:08 +0300 From: Ion-Mihai Tetcu To: Leslie Jensen Message-ID: <20100419103208.17ae0ba4@it.buh.tecnik93.com> In-Reply-To: <4BCC0552.2000401@eskk.nu> References: <20100328163828.1f34e0e7@it.buh.tecnik93.com> <20100405213133.3b29591f@it.buh.tecnik93.com> <4BCC0552.2000401@eskk.nu> X-Mailer: Claws Mail 3.7.5 (GTK+ 2.18.7; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/3=AMw5t0.5wcL.Jq0yxEEud"; protocol="application/pgp-signature" Cc: questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: [ HEADS UP ] Ports unstable for the next 10 days X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Apr 2010 07:32:11 -0000 --Sig_/3=AMw5t0.5wcL.Jq0yxEEud Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Mon, 19 Apr 2010 09:25:06 +0200 Leslie Jensen wrote: >=20 >=20 > It's now more than 10 days. Are ports stable now? As written in my previous two or three mails on the subject, for now yes. Xorg is in the second phase of testing, and the rest are waitgin for it. I can't give a firm ETA yet. --=20 IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B --Sig_/3=AMw5t0.5wcL.Jq0yxEEud Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iEYEARECAAYFAkvMBvkACgkQJ7GIuiH/oeWSIwCfaCi0FInrxPXKsAqf8a3sDyca iIkAoJXhkY2qaVf4oHgugHqK/R+C5b9P =TJEa -----END PGP SIGNATURE----- --Sig_/3=AMw5t0.5wcL.Jq0yxEEud-- From owner-freebsd-ports@FreeBSD.ORG Mon Apr 19 07:35:41 2010 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 8A2C91065670; Mon, 19 Apr 2010 07:35:41 +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 177548FC12; Mon, 19 Apr 2010 07:35:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mx1.bjare.net (Postfix) with ESMTP id 3A05F5E238; Mon, 19 Apr 2010 09:35:40 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mx1.bjare.net X-Spam-Flag: NO X-Spam-Score: -1.874 X-Spam-Level: X-Spam-Status: No, score=-1.874 tagged_above=-999 required=5 tests=[AWL=-0.179, BAYES_00=-2.599, RCVD_IN_PBL=0.905, 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 PK55Vv+sZYx3; Mon, 19 Apr 2010 09:35:38 +0200 (CEST) X-BN-MX1: ja X-BN-MailInfo: BjareNet Received: from [172.17.0.140] (c-195-216-040-164.static.bjare.net [195.216.40.164]) by mx1.bjare.net (Postfix) with ESMTP id 39EE05E27B; Mon, 19 Apr 2010 09:35:38 +0200 (CEST) Message-ID: <4BCC07CA.7090609@eskk.nu> Date: Mon, 19 Apr 2010 09:35:38 +0200 From: Leslie Jensen User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; sv-SE; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: Garrett Cooper References: <20100328163828.1f34e0e7@it.buh.tecnik93.com> <20100405213133.3b29591f@it.buh.tecnik93.com> <4BCC0552.2000401@eskk.nu> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Ion-Mihai Tetcu , questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: [ HEADS UP ] Ports unstable for the next 10 days X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Apr 2010 07:35:42 -0000 Garrett Cooper skrev 2010-04-19 09:28: > On Mon, Apr 19, 2010 at 12:25 AM, Leslie Jensen wrote: >> >> >> It's now more than 10 days. Are ports stable now? > > http://ragingred.files.wordpress.com/2008/10/simpsons_are-we-there-yet.jpg > > In short, sorry... nope (there's still some ways to go on updating > packages -- porters have hit some snags with updating graphics/png, > zlib in base and lang/php5, mostly -- there's still xorg, gnome, and > kde to go...). > > Honestly, apart from the zlib and png upgrades, there's been little > churn though for me (XFCE4 user), and I still update without much > issue on a periodic basis every week. > > HTH, > -Garrett > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" Ok! Thank you. I'll keep on waiting then. I'm also using XFCE and it's running fine. After having been through a lot of rebuilding of ports and the problems that might turn up, I feel it's safer to wait until someone gives the go ahead :-) /Leslie From owner-freebsd-ports@FreeBSD.ORG Mon Apr 19 08:16:40 2010 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 DC6DC1065676 for ; Mon, 19 Apr 2010 08:16:40 +0000 (UTC) (envelope-from eitanadlerlist@gmail.com) Received: from mail-bw0-f214.google.com (mail-bw0-f214.google.com [209.85.218.214]) by mx1.freebsd.org (Postfix) with ESMTP id 681078FC21 for ; Mon, 19 Apr 2010 08:16:40 +0000 (UTC) Received: by bwz6 with SMTP id 6so3791592bwz.13 for ; Mon, 19 Apr 2010 01:16:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:received :message-id:subject:to:content-type; bh=h9C+HytBgDQdWu2qxYZADBPkg08tvYBTiTV9NxreLt0=; b=ZzjY87ODfD/9QKpM0eZQn8xmHSy1pUWFYV1cyyqYaGrwfCMOCsrQsKSaeNm+0fho43 vSnQjCN15OOsLTfXjGvjZd7YI25DYmJZfGNPq8YcNwM0bWFJ4MAQbwSMotlEOwUUi3vq Chb2Wr1t/3jfyeLUX9WzxRfJgaT59Zuuf54YI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=WSHavuhCkxIOOBgGsQm4ORktWAGw76uz8CH7anIP2TrRSt85cYzsic7VA6nEXF7fCl zjVjPnsUBd8vIHBR6x7Ts+SFbT1MbrKL+9lheNUmrBid9gkyaoqWdLiJT/6JRDvBy3PJ 6BYsClXe7L/B+tz4tRzTQ8DNjQHouVlwoTPkU= MIME-Version: 1.0 Received: by 10.239.150.76 with HTTP; Mon, 19 Apr 2010 01:16:19 -0700 (PDT) From: Eitan Adler Date: Mon, 19 Apr 2010 11:16:19 +0300 Received: by 10.239.141.65 with SMTP id b1mr450912hba.28.1271664999135; Mon, 19 Apr 2010 01:16:39 -0700 (PDT) Message-ID: To: ports@freebsd.org Content-Type: text/plain; charset=UTF-8 Cc: Subject: drop devel/allegro and devel/allegro-devel X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Apr 2010 08:16:40 -0000 Since I no longer use allegro and don't have time to update them I'd like to drop maintainership of allegro. If anyone would like to take them feel free... Note to the next maintainer: devel/allegro needs to be updated to 4.4.1.1 and devel/allegro-devel needs to be updated to 4.9.19. From owner-freebsd-ports@FreeBSD.ORG Mon Apr 19 11:06:05 2010 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 E4D92106566C for ; Mon, 19 Apr 2010 11:06:05 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D28CC8FC22 for ; Mon, 19 Apr 2010 11:06:05 +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 o3JB65D9033365 for ; Mon, 19 Apr 2010 11:06:05 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o3JB65Cf033363 for freebsd-ports@FreeBSD.org; Mon, 19 Apr 2010 11:06:05 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 19 Apr 2010 11:06:05 GMT Message-Id: <201004191106.o3JB65Cf033363@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, 19 Apr 2010 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/145824 New Ports: devel/{p4,p4d,p4p,p4ftpd,p4web} f ports/145823 [PATCH] update net-im/gajim to 0.13.4 o ports/145821 [MAINTAINER] net/p5-Net-Cassandra-Easy: update to 0.12 o ports/145819 [MAINTAINER] mail/ngmp: mask as broken o ports/145772 new ports - lang/php52 and others f ports/145769 final link of mail/fetchmail fails libhx509.so undefin o ports/145763 pkg_add doesn't fetch packages from other architecture f ports/145753 databases/mantis: failure in creating tables with Post o ports/145751 net/trafshow fails to compile f ports/145726 Update: x11/xlockmore to 5.30 f ports/145720 [PATCH] multimedia/vlc: plist incorrect WITHOUT_QT4 o ports/145697 sysutils/bacula-client: bacula-client-5.0.0 does not c o ports/145681 [patch] x11/evilvte version upgrade 0.4.6 f ports/145680 [patch] x11-wm/scrotwm version upgrade o ports/145673 [NEW PORT] mail/spmfilter: Spmfilter is a high-perform o ports/145668 net-mgmt/nagios-plugins ping6 broken f ports/145667 UPDATE: devel/bzr-gtk o ports/145661 [patch] audio/xmms2 : compilation error when configure o ports/145652 new ports: GIMP Help collection[2/3][3/3] misc/gimp-he o ports/145650 change-request: graphics/gimp-help | GIMP Help collect f ports/145646 [patch] fix www/moinmoin: incompatible shebang in moin o ports/145642 sysutils/bacula-client: bacula-client-5.0.0 does not c o ports/145636 compile error and patch for multimedia/mplayer o ports/145634 Change databases/mtop port maintainer o ports/145629 lang/php5-5.3.2 : information in /usr/ports/UPDATING m o ports/145598 [patch] Templates/BSD.local.dist o ports/145596 [MAINTAINER] www/commonist: update to 0.3.43, fix logi o ports/145595 [patch] www/uzbl fix calling of (optional) python scri o ports/145577 x11-wm/fvwm-crystal: Added a patch to avoid a problem o ports/145555 [PATCH] irc/irssi-fish refuses to build on csh o ports/145512 Update port math/libranlib to version 1.3 o ports/145449 [NEW PORT]: net-mgmt/mk-livestatus - Mathias Kettner's o ports/145381 repo copy games/tuxracer games/etuxracer o ports/145303 new port: security/p5-Crypt-T_e_a o ports/145302 New port: security/pam_jail A PAM module dropping user f ports/145288 editors/cle make fails o ports/145275 new port devel/shiboken - a part of PySide toolkit o ports/145274 new port devel/generatorrunner o ports/145273 new port devel/apiextractor o ports/145260 New Port: net/rabbitmq-c-devel o ports/145245 devel/libslang is still referenced by some other ports o ports/145242 New Port: net/rabbitmq-c o ports/145239 net-mgmt/collectd update to new version o ports/145221 ports/audacity-devel fails to compile o ports/145220 graphics/aalib: Fixed syntax waring in aalib.m4 o ports/145154 New port: devel/luafilesystem A library to access dire o ports/145107 [patch] net/csync2 improvements f ports/145094 [patch][repocopy] audio/linux-nerodigitalaudio: update o ports/145088 new port: devel/buildapp o ports/145076 I could not build devel/pwlib o ports/145050 Update ports emulator/sdlmame : Update to v0.137 and r o ports/145017 New port: databases/dm-validations. o ports/145015 net-im/prosody rc.d script doesn't stop the server whe o ports/145002 databases/postgresql-client : libpgport.a is missing a o ports/144993 databases/postgresql-odbc: contents of numeric fields o ports/144989 irc/inspircd will not compile if gnutls module is sele o ports/144988 [NEW PORT] net/monast: A monitoring and an operator pa o ports/144979 new port net-im/komclean o ports/144973 New port: devel/p5-App-Ack grep on steriods o ports/144964 x11-wm/echinus out-of-date o ports/144910 [new port] java/hgeclipse Mercurial VCS plugin for the o ports/144904 [PATCH] www/free-sa-devel: update to 2.0.0b3 f ports/144897 [UPDATE] Update mail/dovecot to 1.2.11 o ports/144878 www/tomcat55 uid is hardcoded to 80 f ports/144857 [patch] audio/abraca: update to 0.4.3 f ports/144850 [PATCH] databases/rrdtool: fix 'make deinstall' when N o ports/144849 [new port] java/eclipse-eclemma code coverage for ecli o ports/144846 New port: games/jfsw - JonoF's Shadow Warrior f ports/144833 print/hplip3: configure failed f ports/144832 [PATCH] net-mgmt/bsnmp-regex - Add option to use PCRE o ports/144831 [UPDATE] net-mgmt/mbrowse to 0.4.0 o ports/144812 sysutils/lsof: lsof-4.84A,5 does not compile on FreeBS o ports/144801 a problem of authorizing of ldap in net/freeradius2 f ports/144782 [PATCH] science/hdf5: update to 1.8.4 o ports/144774 mail/vm does not set up autoloads properly o ports/144768 new port: editors/fet - FET is free timetabling softwa o ports/144766 [patch] emulators/mupen64-rice fix build with gcc42 f ports/144745 [patch] print/hplip3: update to 3.10.2 f ports/144733 unbreak biology/dotter o ports/144728 Please repo copy lang/squeak to lang/squeak-dev f ports/144719 [PATCH] audio/mp3splt: update to 2.2.8, fix build when f ports/144718 [PATCH] audio/libmp3splt: update to 0.5.9, fix build w o ports/144706 New port: audio/linux-musicipserver f ports/144673 [PATCH] graphics/libmng: fit OPTIONS format, remove co o ports/144624 New port: x11-fonts/isabella, Font by John Stracke bas f ports/144617 [PATCH] net-mgmt/docsis: Fix build on systems where GC f ports/144597 security/openssh-portable fails to compile with KERBER f ports/144559 sysutils/eventlog patch to support FreeBSD-specific lo o ports/144555 graphics/mesagl: glutMainLoop() crashes when using VBO f ports/144523 Update port games/childsplay_plugins to 0.90 f ports/144522 Update port games/childsplay to 0.90.2 f ports/144510 [PORTS PATCH] sysutils/jfbterm f ports/144412 Update port: mail/tkrat2 (Use latest tcl/tk versions) o ports/144264 installing misc/compat5x (or other compats) is broken f ports/144247 security/pam_pwdfile: in openpam_load_module(): no /us o ports/144200 net-mgmt/net-snmp: Empty hrStorageTable in snmpd when f ports/144068 [PATCH] Update ports/mail/dbmail to version 2.2.15 f ports/144066 Upgrade net/asterisk16-addons to 1.6.2.0 o ports/144063 java/openjdk6 compilation failure f ports/144059 shells/scponly: setup_chroot.sh patch o ports/144036 audio/lmms: compile error in core/JournalingObject.cpp o ports/143989 new port: multimedia/sms1xxx-kmod f ports/143951 [PATCH] Add support for Xft fonts to x11/dmenu o ports/143938 [NEW PORTS] Linux versions of IBus (Intelligent Input o ports/143925 devel/urjtag: FreeBSD port of UrJTAG depends on obsole f ports/143680 Port fix: sysutils/k3b - re-enable libdvdcss o ports/143566 sysutils/diskcheckd runs constantly when using gmirror o ports/143423 sysutils/be_agent: be_agent > /usr and /var ara empty f ports/143412 [patch] net-mgmt/cricket doesn't work on amd64 f ports/143410 [PATCH] net-mgmt/netams: update to 3.4.5 o ports/143344 [PATCH] sysutils/dtc: unbreak port o ports/143276 print/hyperlatex 2.9 is not compatible with emacs 23.1 o ports/143200 port graphics/sane-backends (snapscan) doesn't like ne o ports/143195 [PATCH] net-p2p/javadc: use $SUB_FILES to adjust wrapp s ports/143024 [PATCH] sysutils/puppet: add possobility to rc script f ports/142996 print/hplip - HP LaserJet 2300L exists in models.dat, f ports/142891 sysutils/bsdsar: netstat output in 8.x breaks bsdsar o ports/142845 [PATCH] net-mgmt/argus3 and net-mgmt/argus3-clients up o ports/142790 databases/unixODBC: segmentation fault on isql -b o ports/142744 new port: x11/keyboardcast Broadcast keystrokes to mul o ports/142504 new port: net/gnu-dico - dict protocol server o ports/142275 [patch] sysutils/anacron should have better configurat o ports/142192 net-mgmt/net-snmp: memCached incorrect o ports/142093 [patch] audio/libmtp: Add device ID for Canon SX20IS o ports/142086 new port: databases/lib_mysqludf_xql, provides SQLXML f ports/142035 editors/emacs compulsory dependencies too wide o ports/141790 [new port] net-im/zephyr : enterprise-class IM system f ports/141775 x11/slim doesn't adhere keymap configuration o ports/141473 irc/kvirc-devel fails to start, missing library a ports/141440 [patch] add amd64 support for lang/gprolog f ports/141406 net-p2p/p5-Net-BitTorrent-File fails to parse .torrent f ports/141356 net-mgmt/netams 3.4.3 does not build on FreeBSD 8.0 am f ports/141341 Cannot install ports/net-im/libmsn a ports/141238 net-mgmt/net-snmp - net-mgmt/php[45]-snmp -- configur s ports/141140 [PATCH] www/p5-Mojo: update to 0.999913, take maintain f ports/141103 net/stone strange behavior on 8.0-RELEASE f ports/141022 New Port: astro/traveling_salesman f ports/141001 net/ssltunnel-server/ depends on /sbin/pppd o ports/140925 print/hplip3: patch to improve behaviour of hp-check f ports/140867 net-mgmt/nagios-plugins: check_icmp default packets si f ports/140829 www/tomcat55 rc.d script is broken and will not stop t f ports/140731 emulators/hatari does not build if emulators/rtc is in o ports/140557 ports shells/44bsd-csh ESC file completion and ^D (vie f ports/140546 The execution result of sysutils/scprotect is inapposi f ports/140471 security/nessus-libnasl fails to compile f ports/140470 security/nessus-libraries fails to compile o ports/140450 shells/scponly: chrooted scp-shell doesn't work o ports/140365 [patch] databases/firebird20-client coredumps f ports/140303 net-mgmt/docsis can not compile filters under amd64 pl o ports/140232 Resolve conflicts w/ devel/antlr & devel/pccts f ports/139867 mail/isoqlog catch segmentation fault under AMD64 f ports/139452 [patch] krb5 support in java/openjdk6 o ports/139435 print/cups-smb-backend: Add ability to use difference f ports/139203 sysutils/freebsd-snapshot more careful patch not depen f ports/139107 [patch] sysutils/jfbterm: convert to bsdmake f ports/139042 deskutils/blogtk: fails to start as the version in the f ports/138990 sysutils/nagios-statd reports /dev full o ports/138830 net/linux-nx-client TCP_NODELAY problem o ports/138806 New port: games/avp-demo ("Aliens versus predator" dem f ports/138602 audio/sphinxbase port update f ports/138476 [panic] sysutils/fusefs-kmod: Almost regular panic dur o ports/138438 graphics/sane-backends not working on FreeBSD-8 o ports/138348 patch to java/openjdk6 so that build works again o ports/138252 Compile Issue: databases/firebird20-client f ports/138195 www/wwwcount IPv6 and NFS lock enable o ports/138080 devel/gccxml fails to compile on powerpc f ports/137751 [new port] audio/jokosher: Multi-track non-linear audi f ports/137733 [NEW PORT] sysutils/scribeserver: Aggregating log data o ports/137541 lang/sml-mode.el: port for Emacs mode for SML needs up o ports/137378 Advisory locks fail with ports/security/cfs on FreeBSD o ports/137244 [x11-toolkits/plib] add support for linux-js f ports/136984 textproc/xerces-2 port no longer needs gcc_pic patch i f ports/136611 security/swatch: leaves zombies behind f ports/136439 [misc/cmatrix] install console font f ports/136108 new port: www/webistrano, web frontend to capistrano o ports/135541 [PATCH] math/p5-NetCDF cannot load module with netcdf- o ports/134593 [repocopy]: net-mgmt/net-snmp -> net-mgmt/net-snmp55 s ports/134485 net-mgmt/trafd 3.0.2.1 doesn't collect traffic f ports/134414 graphics/mesa-demos does not build on FreeBSD-7.2 i386 f ports/134264 audio/cmus - segmentation fault with ogg files s ports/134112 [MAINTAINER] net/asterisk16-addons: update to 1.6.1.0 o ports/133829 Wrong plist generated if nonstandard MANPREFIX and PRE a ports/133773 net/keepalived port update request f ports/133758 new net-mgmt/net-snmp does not count inactive memory a o ports/133563 security/cfs rc script needs "mntudp" option on 8-CURR o ports/132786 New port: sysutils/sispmctl Utility for controlling a s ports/131218 www/privoxy+ipv6: /etc/rc: WARNING: run_rc_command: ca o ports/129579 Consider upgrading korean/baekmukfonts-{bdf,ttf} to 2. o ports/128952 [NEW PORT] java/javadb: Sun's supported distribution o o ports/128250 net-mgmt/net-snmp: pf (packet filter) support o ports/127321 japanese/kon2-16dot: buffer overflow and mouse bugs o ports/127262 databases/firebird20-server: fbclient crashes php engi o ports/127181 audio/musicpd logs warning s ports/127087 mail/bincimap port does not include an rc.d file o ports/127017 sysutils/ntfsprogs - ntfsclone not working version 2.0 s ports/125324 editors/the (3.2) looses cursor when compiled with PDC s ports/124423 multimedia/mplayer detection of OSS Audio is faulty s ports/124404 net/pathchar coredumps o ports/117921 New port: multimedia/feng Feng is a multimedia streami s ports/117299 [new ports] www/webobjects(+) Apple WebObjects ports b o ports/116571 databases/firebird20-client fails to compile in a jail o ports/114611 [NEW PORT] net-p2p/freenet05: An anonymous censorship- o ports/111501 [NEW PORT] databases/ruby-oci8 o ports/108033 net/nss_ldap: ls(1) coredumps when nss/ldap is misconf o amd64/104311 ports/wine should be installable on amd64 o ports/101166 bittorrent-curses only works under English locales. 206 problems total. From owner-freebsd-ports@FreeBSD.ORG Mon Apr 19 11:22:33 2010 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 7F6121065672 for ; Mon, 19 Apr 2010 11:22:33 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.freebsd.org (Postfix) with ESMTP id 3F1EC8FC13 for ; Mon, 19 Apr 2010 11:22:32 +0000 (UTC) Received: from ncsc.bris.ac.uk ([137.222.10.41]) by dirg.bris.ac.uk with esmtp (Exim 4.69) (envelope-from ) id 1O3p3f-0004hK-NV; Mon, 19 Apr 2010 12:22:31 +0100 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncsc.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1O3p3f-0002hs-HS; Mon, 19 Apr 2010 12:22:31 +0100 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.4/8.14.4) with ESMTP id o3JBMUeP074623; Mon, 19 Apr 2010 12:22:30 +0100 (BST) (envelope-from mexas@bristol.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.4/8.14.4/Submit) id o3JBMUaa074622; Mon, 19 Apr 2010 12:22:30 +0100 (BST) (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-cluster241.men.bris.ac.uk: mexas set sender to mexas@bristol.ac.uk using -f Date: Mon, 19 Apr 2010 12:22:30 +0100 From: Anton Shterenlikht To: Thomas Abthorpe Message-ID: <20100419112228.GB70334@mech-cluster241.men.bris.ac.uk> References: <20100419035243.GA4554@goodking.goodking.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100419035243.GA4554@goodking.goodking.ca> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: ports@freebsd.org Subject: Re: Responding to a challenge X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Apr 2010 11:22:33 -0000 On Sun, Apr 18, 2010 at 11:52:43PM -0400, Thomas Abthorpe wrote: > edwin@ threw down this gauntlet when I accepted my recent hat, > http://blogs.freebsdish.org/tabthorpe/2010/03/25/catching-up-on-recent-events/comment-page-1/#comment-13022 > > I have responded. Sure it is lame, I am a porter, not a song writer! > > --- > > Something to Port > with apologies to Queen > > Can anybody find me something to port? > Each morning I get up looking at GNATS > Can barely believe what I see > Take a look on the mailing lists > People, what are you doing to me? > I have spent all these years closing PRs > But I just can't get no relief! > Somebody, somebody > Can anybody find me something to port? > > I work hard, working on ports > I work until my brain hurts > At the end of the day, I queue up my last job > And I try to get some sleep > Until I realise I didn't sync my tree > Oh, somebody, somebody > Can anybody find me something to port? > > (He works hard) > > Everyday, I try and I try and I try > But the PRs keep on coming in > My family thinks I am crazy > The say, "You do this for free?" > The say I need a new hobby > Got no common sense > I got nobody who understands me > Yeah, yeah, yeah, yeah > > Oh, somebody, somebody > Can anybody find me something to port? > > Got not feel, keep losing more sleep > I just keep drinking more tea > I'm ok, I'm alright > Ain't gonna let them beat me > I just gotta get out of this jail(8) > Someday I'm gonna be free! > > Find me something to port > Can anybody find me something to port? > > -- > Thomas Abthorpe | FreeBSD Committer > tabthorpe@FreeBSD.org | http://people.freebsd.org/~tabthorpe well done! I laughed a lot at yours and the previous songs. By the way, what is "bikeshed" in fbsd context? anton -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423 From owner-freebsd-ports@FreeBSD.ORG Mon Apr 19 12:01:24 2010 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 1059B106567F for ; Mon, 19 Apr 2010 12:01:24 +0000 (UTC) (envelope-from wooh@wooh.hu) Received: from mail.netidea.hu (netwarehouse.netidea.hu [195.228.254.126]) by mx1.freebsd.org (Postfix) with ESMTP id C0D0C8FC1C for ; Mon, 19 Apr 2010 12:01:23 +0000 (UTC) Received: from radon (localhost [127.0.0.1]) by mail.netidea.hu (Postfix) with ESMTP id 25863128FE8 for ; Mon, 19 Apr 2010 13:30:46 +0200 (CEST) X-Virus-Scanned: amavisd-new at netidea.hu Received: from mail.netidea.hu ([127.0.0.1]) by radon (mail.netidea.hu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SCtouhF1e1kW for ; Mon, 19 Apr 2010 13:30:45 +0200 (CEST) Received: from jamms-MacBook.local (catv-80-98-216-223.catv.broadband.hu [80.98.216.223]) by mail.netidea.hu (Postfix) with ESMTP id 91988128FEE for ; Mon, 19 Apr 2010 13:30:45 +0200 (CEST) Message-ID: <4BCC3FB6.3010602@wooh.hu> Date: Mon, 19 Apr 2010 13:34:14 +0200 From: Adam PAPAI User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: freebsd-ports@freebsd.org X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: pdo_mysql ? dumps if enabled (php5-pdo_mysql-5.3.2) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Apr 2010 12:01:24 -0000 I've upgraded to php5-5.3.2. After upgrading all php5 related ports, php started to dump. It caused by the php5-pdo_mysql-5.3.2. The gdb shows: #0 0x000000000055bc9a in zend_startup_module_ex () #1 0x0000000000562768 in zend_hash_apply () #2 0x000000000055ba80 in zend_startup_modules () #3 0x00000000004f40a8 in php_module_startup () #4 0x00000000005ed78d in php_cli_startup () #5 0x00000000005edf95 in main () #6 0x0000000000417c95 in _start () Should it be a ports bug or local problem? I've tested it on another machine and it dumps as well with the config above. What shall I do? My clients are getting nervous about their web pages, 'cos they're not really working without the pdo_mysql. (magento sites and piwik) Thanks in advance, -- Adam PAPAI From owner-freebsd-ports@FreeBSD.ORG Mon Apr 19 12:03:04 2010 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 03B7C106566C; Mon, 19 Apr 2010 12:03:04 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from mout1.freenet.de (mout1.freenet.de [IPv6:2001:748:100:40::2:3]) by mx1.freebsd.org (Postfix) with ESMTP id 8DCB78FC0C; Mon, 19 Apr 2010 12:03:03 +0000 (UTC) Received: from [195.4.92.12] (helo=2.mx.freenet.de) by mout1.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.72 #3) id 1O3pgr-00017X-6u; Mon, 19 Apr 2010 14:03:01 +0200 Received: from p57ae05d8.dip0.t-ipconnect.de ([87.174.5.216]:23453 helo=ernst.jennejohn.org) by 2.mx.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.72 #3) id 1O3pgq-00040g-Ta; Mon, 19 Apr 2010 14:03:01 +0200 Date: Mon, 19 Apr 2010 14:03:00 +0200 From: Gary Jennejohn To: Anton Shterenlikht Message-ID: <20100419140300.2cffdba6@ernst.jennejohn.org> In-Reply-To: <20100419112228.GB70334@mech-cluster241.men.bris.ac.uk> References: <20100419035243.GA4554@goodking.goodking.ca> <20100419112228.GB70334@mech-cluster241.men.bris.ac.uk> X-Mailer: Claws Mail 3.7.5 (GTK+ 2.18.7; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, Thomas Abthorpe Subject: Re: Responding to a challenge X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gary.jennejohn@freenet.de List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Apr 2010 12:03:04 -0000 On Mon, 19 Apr 2010 12:22:30 +0100 Anton Shterenlikht wrote: > By the way, what is "bikeshed" in fbsd context? > This was coined by phk@. Basically, it means people will send endless posts on minor issues because they feel they understand them. Important and/or complex issues generally get little response on the MLs. -- Gary Jennejohn From owner-freebsd-ports@FreeBSD.ORG Mon Apr 19 12:19:39 2010 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 B11781065670 for ; Mon, 19 Apr 2010 12:19:39 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward14.mail.yandex.net (forward14.mail.yandex.net [95.108.130.92]) by mx1.freebsd.org (Postfix) with ESMTP id 5F24C8FC12 for ; Mon, 19 Apr 2010 12:19:39 +0000 (UTC) Received: from smtp12.mail.yandex.net (smtp12.mail.yandex.net [95.108.131.191]) by forward14.mail.yandex.net (Yandex) with ESMTP id 839984E5099B; Mon, 19 Apr 2010 16:19:37 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1271679577; bh=kiGbotiDYGj1zUD7qVZjwfHmijqh845RSLosiudauDo=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=eJXcGFAIFvphdOFymeoLxM4GXAMULpQnRdPDkboSX9BnLwUS73uXNI5bgSGwhpiqj MqySckbTjV9CU954Q9/nzma0xJXa8aeGBL777t6mO+6KYITLngaf7hDNGWvpHGFnBn F3m+026NhSNOnfmv/hTRi39EKiW5G1+FltE3Bpss= Received: from smeshariki2.local (unknown [77.66.250.137]) by smtp12.mail.yandex.net (Yandex) with ESMTPSA id 4A35C13E8092; Mon, 19 Apr 2010 16:19:37 +0400 (MSD) Message-ID: <4BCC4A29.3060305@yandex.ru> Date: Mon, 19 Apr 2010 16:18:49 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.9.1.8) Gecko/20100303 Thunderbird/3.0.3 MIME-Version: 1.0 To: Adam PAPAI References: <4BCC3FB6.3010602@wooh.hu> In-Reply-To: <4BCC3FB6.3010602@wooh.hu> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Yandex-TimeMark: 1271679577 X-Yandex-Spam: 1 X-Yandex-Front: smtp12.mail.yandex.net Cc: freebsd-ports@freebsd.org Subject: Re: pdo_mysql ? dumps if enabled (php5-pdo_mysql-5.3.2) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Apr 2010 12:19:39 -0000 19.04.2010 15:34, Adam PAPAI п©п╦я┬п╣я┌: > I've upgraded to php5-5.3.2. http://www.magentocommerce.com/system-requirements I believe magento didn't supports 5.3 anyway, so you should revert it to 5.2. > > After upgrading all php5 related ports, php started to dump. > > It caused by the php5-pdo_mysql-5.3.2. > > The gdb shows: > > #0 0x000000000055bc9a in zend_startup_module_ex () > #1 0x0000000000562768 in zend_hash_apply () > #2 0x000000000055ba80 in zend_startup_modules () > #3 0x00000000004f40a8 in php_module_startup () > #4 0x00000000005ed78d in php_cli_startup () > #5 0x00000000005edf95 in main () > #6 0x0000000000417c95 in _start () > > Should it be a ports bug or local problem? I've tested it on another > machine and it dumps as well with the config above. > > What shall I do? My clients are getting nervous about their web pages, > 'cos they're not really working without the pdo_mysql. > > (magento sites and piwik) > > Thanks in advance, > -- Regards, Ruslan From owner-freebsd-ports@FreeBSD.ORG Mon Apr 19 13:02:23 2010 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 5166C1065670 for ; Mon, 19 Apr 2010 13:02:23 +0000 (UTC) (envelope-from cyberbotx@cyberbotx.com) Received: from qmta05.emeryville.ca.mail.comcast.net (qmta05.emeryville.ca.mail.comcast.net [76.96.30.48]) by mx1.freebsd.org (Postfix) with ESMTP id 3A9908FC14 for ; Mon, 19 Apr 2010 13:02:23 +0000 (UTC) Received: from omta01.emeryville.ca.mail.comcast.net ([76.96.30.11]) by qmta05.emeryville.ca.mail.comcast.net with comcast id 7QAu1e0020EPchoA5QpEhv; Mon, 19 Apr 2010 12:49:14 +0000 Received: from kirby.cyberbotx.com ([68.41.9.25]) by omta01.emeryville.ca.mail.comcast.net with comcast id 7QpB1e0070YQbD88MQpD4J; Mon, 19 Apr 2010 12:49:14 +0000 Message-ID: <4BCC5146.8020308@cyberbotx.com> Date: Mon, 19 Apr 2010 08:49:10 -0400 From: Naram Qashat User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.9) Gecko/20100401 Thunderbird/3.0.4 MIME-Version: 1.0 To: Eitan Adler References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: drop devel/allegro and devel/allegro-devel X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Apr 2010 13:02:23 -0000 On 04/19/10 04:16, Eitan Adler wrote: > Since I no longer use allegro and don't have time to update them I'd > like to drop maintainership of allegro. > > If anyone would like to take them feel free... > > Note to the next maintainer: devel/allegro needs to be updated to > 4.4.1.1 and devel/allegro-devel needs to be updated to 4.9.19. I'll take up maintaining both these ports. Naram Qashat From owner-freebsd-ports@FreeBSD.ORG Mon Apr 19 13:19:27 2010 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 B689D1065672 for ; Mon, 19 Apr 2010 13:19:27 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-ew0-f224.google.com (mail-ew0-f224.google.com [209.85.219.224]) by mx1.freebsd.org (Postfix) with ESMTP id 4388E8FC1C for ; Mon, 19 Apr 2010 13:19:26 +0000 (UTC) Received: by ewy24 with SMTP id 24so1351034ewy.33 for ; Mon, 19 Apr 2010 06:19:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=QVaxYoR8fktbrdfD9oDBffhaHtxkkEMXkYcrMlWundw=; b=fsuZ7UPnVrIKa8YBd7SoXnjAftlx2CkG1DyrLTdo59UepFjiK4MQS/oA3OwAsS/B0C bnC9dY4Fnnidq7T+6zrbOjxDbkUpR7XUea6gu4i9uZP072HQQHpqsvDiNwez6vRWIXbQ Op6JSF05Gi9CV1Wh7hR+w6PCG7Lh7br9fSQzk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=dpweiY4wMS966o98LB0pYaL467QZJwinK+ecOULMBqYk1CYbn0X9oi2JZLqz12/nrU +H8DRv9I5M0B35aA5UOpjx29iW/DF+g1nLGf5aKMEhImasCCJW/XZjNn3Yjt7bHLOpqL W06e4QjU/jn5JstQ0GdC7OQ5X9jzAkHAQ/n6o= Received: by 10.213.54.147 with SMTP id q19mr2339774ebg.46.1271683165954; Mon, 19 Apr 2010 06:19:25 -0700 (PDT) Received: from gumby.homeunix.com (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mx.google.com with ESMTPS id 15sm3730191ewy.0.2010.04.19.06.19.23 (version=SSLv3 cipher=RC4-MD5); Mon, 19 Apr 2010 06:19:24 -0700 (PDT) Date: Mon, 19 Apr 2010 14:19:21 +0100 From: RW To: ports@freebsd.org Message-ID: <20100419141921.098cca48@gumby.homeunix.com> In-Reply-To: <20100419140300.2cffdba6@ernst.jennejohn.org> References: <20100419035243.GA4554@goodking.goodking.ca> <20100419112228.GB70334@mech-cluster241.men.bris.ac.uk> <20100419140300.2cffdba6@ernst.jennejohn.org> X-Mailer: Claws Mail 3.7.5 (GTK+ 2.18.7; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: Re: Responding to a challenge X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Apr 2010 13:19:27 -0000 On Mon, 19 Apr 2010 14:03:00 +0200 Gary Jennejohn wrote: > On Mon, 19 Apr 2010 12:22:30 +0100 > Anton Shterenlikht wrote: > > > By the way, what is "bikeshed" in fbsd context? > > > > This was coined by phk@. > > Basically, it means people will send endless posts on minor issues > because they feel they understand them. Important and/or complex > issues generally get little response on the MLs. http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/misc.html#BIKESHED-PAINTING From owner-freebsd-ports@FreeBSD.ORG Mon Apr 19 16:01:17 2010 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 782E2106566B for ; Mon, 19 Apr 2010 16:01:17 +0000 (UTC) (envelope-from tingox@gmail.com) Received: from mail-bw0-f214.google.com (mail-bw0-f214.google.com [209.85.218.214]) by mx1.freebsd.org (Postfix) with ESMTP id 01D3F8FC1F for ; Mon, 19 Apr 2010 16:01:16 +0000 (UTC) Received: by bwz6 with SMTP id 6so4297189bwz.13 for ; Mon, 19 Apr 2010 09:01:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type; bh=haIMYpPUpBJdDYwVZFjjQhm3/1+Vp5QAYpGJgLQOGic=; b=a2irAHVPsoiK01r6FzeFO2aMthpn/FpN37qrMBRiMzKldaKTfGElsbrWsSB5AV3eTX yMM+BGtO1+Cv0E5rDe3svGp2Y5YmqbA3mqbM6NNNaFy2MS4ksQn5p76iKV+8cbGoxd3Z jjN2AMqaTkO5jGCCZmMr0UtB45dhzrx+lH4j4= 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 :content-type; b=GAvofKRE/GPF2zKUMQsTYPaA05E66w4Oo7Y0dyhPnl+6Lg1HFrSwjLDc9587jfMe6Q CfTGUvArVUOEipJwfAiMirbLUSwA3iH9jKkfAbVCkbZdkdZ7+ENTvWo2qb12fZ80gib4 tNOvE87WJ55dA+Y/f9F3SeOp2hpwvCApIZUHo= MIME-Version: 1.0 Received: by 10.223.117.204 with HTTP; Mon, 19 Apr 2010 08:57:32 -0700 (PDT) In-Reply-To: <20100419141921.098cca48@gumby.homeunix.com> References: <20100419035243.GA4554@goodking.goodking.ca> <20100419112228.GB70334@mech-cluster241.men.bris.ac.uk> <20100419140300.2cffdba6@ernst.jennejohn.org> <20100419141921.098cca48@gumby.homeunix.com> Date: Mon, 19 Apr 2010 17:57:32 +0200 Received: by 10.223.21.17 with SMTP id h17mr333395fab.45.1271692652402; Mon, 19 Apr 2010 08:57:32 -0700 (PDT) Message-ID: From: Torfinn Ingolfsen To: FreeBSD Ports ML Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Responding to a challenge X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Apr 2010 16:01:17 -0000 On Mon, Apr 19, 2010 at 3:19 PM, RW wrote: > On Mon, 19 Apr 2010 14:03:00 +0200 > Gary Jennejohn wrote: > > > On Mon, 19 Apr 2010 12:22:30 +0100 > > Anton Shterenlikht wrote: > > > > > By the way, what is "bikeshed" in fbsd context? > > > > > > > This was coined by phk@. > > > > Basically, it means people will send endless posts on minor issues > > because they feel they understand them. Important and/or complex > > issues generally get little response on the MLs. > > > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/misc.html#BIKESHED-PAINTING > and http://en.wikipedia.org/wiki/Parkinson%27s_Law_of_Triviality HTH -- Regards, Torfinn Ingolfsen From owner-freebsd-ports@FreeBSD.ORG Mon Apr 19 16:52:22 2010 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 C291E1065670 for ; Mon, 19 Apr 2010 16:52:22 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from mail1.sourcehosting.net (113901-app1.sourcehosting.net [72.32.213.11]) by mx1.freebsd.org (Postfix) with ESMTP id A15618FC1E for ; Mon, 19 Apr 2010 16:52:22 +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.69 (FreeBSD)) (envelope-from ) id 1O3uCn-0002sh-A3; Mon, 19 Apr 2010 12:52:21 -0400 Received: from [127.0.0.1] (fireball.entropy.prv [192.168.1.12]) by cube.entropy.prv (Postfix) with ESMTP id 8BBF63EA310E; Mon, 19 Apr 2010 12:52:17 -0400 (EDT) Message-ID: <4BCC8A40.30501@FreeBSD.org> Date: Mon, 19 Apr 2010 12:52:16 -0400 From: Greg Larkin Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: Doug Barton X-Enigmail-Version: 0.96.0 OpenPGP: id=1C940290 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Score: -0.4 (/) Cc: ports@freebsd.org Subject: portmaster, renamed ports, and DEPRECATED X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: glarkin@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Apr 2010 16:52:22 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Doug, I just tried to upgrade from math/libgmp4 to math/gmp after refreshing my ports tree. math/gmp has superseded math/libgmp4, so I used portmaster's -o option to upgrade from a new origin, e.g.: portmaster -o math/gmp math/libgmp4 I've done this in the past with no problem, but this time, the old port had already been marked DEPRECATED, and portmaster refused to continue the upgrade. I commented out the DEPRECATED variable in math/libgmp4/Makefile, and reran portmaster with no trouble. Would it be possible to detect when -o is being used for an upgrade and ignore DEPRECATED on the previous port? Thank you, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. http://twitter.com/sourcehosting/ - Follow me, follow you -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iD8DBQFLzIpA0sRouByUApARAk+qAKCJz2/Rnu89RORJseNiuaFO9zecowCghvJs /j5GAx0/uHO1Drtt3VxRfH0= =0zJW -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Mon Apr 19 16:59:57 2010 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 29CAB1065676; Mon, 19 Apr 2010 16:59:57 +0000 (UTC) (envelope-from db@db.net) Received: from diana.db.net (diana.db.net [66.113.102.10]) by mx1.freebsd.org (Postfix) with ESMTP id 03F658FC2E; Mon, 19 Apr 2010 16:59:56 +0000 (UTC) Received: from night.db.net (localhost [127.0.0.1]) by diana.db.net (Postfix) with ESMTP id 88A4A22857; Mon, 19 Apr 2010 10:40:52 -0600 (MDT) Received: by night.db.net (Postfix, from userid 100) id 6558333C2E; Mon, 19 Apr 2010 12:44:03 -0400 (EDT) Date: Mon, 19 Apr 2010 12:44:03 -0400 From: Diane Bruce To: Thomas Abthorpe Message-ID: <20100419164403.GA77123@night.db.net> References: <20100419035243.GA4554@goodking.goodking.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100419035243.GA4554@goodking.goodking.ca> User-Agent: Mutt/1.4.2.3i Cc: ports@FreeBSD.org Subject: Re: Responding to a challenge X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Apr 2010 16:59:57 -0000 On Sun, Apr 18, 2010 at 11:52:43PM -0400, Thomas Abthorpe wrote: > edwin@ threw down this gauntlet when I accepted my recent hat, > http://blogs.freebsdish.org/tabthorpe/2010/03/25/catching-up-on-recent-events/comment-page-1/#comment-13022 > > I have responded. Sure it is lame, I am a porter, not a song writer! Don't give up your day job. > -- > Thomas Abthorpe | FreeBSD Committer > tabthorpe@FreeBSD.org | http://people.freebsd.org/~tabthorpe - Diane -- - db@FreeBSD.org db@db.net http://www.db.net/~db From owner-freebsd-ports@FreeBSD.ORG Mon Apr 19 18:01:09 2010 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 064E3106566B for ; Mon, 19 Apr 2010 18:01:09 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx23.fluidhosting.com [204.14.89.6]) by mx1.freebsd.org (Postfix) with ESMTP id 8E3568FC13 for ; Mon, 19 Apr 2010 18:01:08 +0000 (UTC) Received: (qmail 25762 invoked by uid 399); 19 Apr 2010 18:01:05 -0000 Received: from localhost (HELO ?192.168.0.145?) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 19 Apr 2010 18:01:05 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4BCC9A5F.10705@FreeBSD.org> Date: Mon, 19 Apr 2010 11:01:03 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: glarkin@FreeBSD.org References: <4BCC8A40.30501@FreeBSD.org> In-Reply-To: <4BCC8A40.30501@FreeBSD.org> X-Enigmail-Version: 1.0.1 OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: portmaster, renamed ports, and DEPRECATED X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Apr 2010 18:01:09 -0000 On 4/19/2010 9:52 AM, Greg Larkin wrote: > Hi Doug, > > I just tried to upgrade from math/libgmp4 to math/gmp after refreshing > my ports tree. math/gmp has superseded math/libgmp4, so I used > portmaster's -o option to upgrade from a new origin, e.g.: > > portmaster -o math/gmp math/libgmp4 > > I've done this in the past with no problem, but this time, the old port > had already been marked DEPRECATED, and portmaster refused to continue > the upgrade. I commented out the DEPRECATED variable in > math/libgmp4/Makefile, and reran portmaster with no trouble. > > Would it be possible to detect when -o is being used for an upgrade and > ignore DEPRECATED on the previous port? I'll take a look at that, thanks for letting me know. Doug -- ... and that's just a little bit of history repeating. -- Propellerheads Improve the effectiveness of your Internet presence with a domain name makeover! http://SupersetSolutions.com/ From owner-freebsd-ports@FreeBSD.ORG Mon Apr 19 19:05:23 2010 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 B773C106567F for ; Mon, 19 Apr 2010 19:05:23 +0000 (UTC) (envelope-from ml@netfence.it) Received: from cp-out7.libero.it (cp-out7.libero.it [212.52.84.107]) by mx1.freebsd.org (Postfix) with ESMTP id 45DDA8FC1E for ; Mon, 19 Apr 2010 19:05:23 +0000 (UTC) Received: from soth.ventu (151.51.13.177) by cp-out7.libero.it (8.5.107) id 4BBC729A02794289; Mon, 19 Apr 2010 21:05:21 +0200 Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.4/8.14.3) with ESMTP id o3JJ5K6O014379; Mon, 19 Apr 2010 21:05:21 +0200 (CEST) (envelope-from ml@netfence.it) Message-ID: <4BCCA970.30102@netfence.it> Date: Mon, 19 Apr 2010 21:05:20 +0200 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; it-IT; rv:1.9.1.9) Gecko/20100402 Thunderbird/3.0.4 MIME-Version: 1.0 To: Thomas Zander References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Doug Barton , freebsd-ports@freebsd.org Subject: Re: mplayer failing on -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, 19 Apr 2010 19:05:23 -0000 On 04/18/10 09:55, Thomas Zander wrote: > On Sun, Apr 18, 2010 at 08:02, Doug Barton wrote: > >> dvb_tune.c:33:19: error: error.h: No such file or directory Same goes for me on 7.2/i386. > This is i386, right? Yep. > The problem should go away if you activate optimized cflags in the > options dialog. Can you verify that? It doesn't go away. bye & Thanks av. From owner-freebsd-ports@FreeBSD.ORG Mon Apr 19 19:37:04 2010 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 CC106106564A for ; Mon, 19 Apr 2010 19:37:04 +0000 (UTC) (envelope-from rjk@wintek.com) Received: from local.wintek.com (local.wintek.com [206.230.2.234]) by mx1.freebsd.org (Postfix) with ESMTP id 983F78FC17 for ; Mon, 19 Apr 2010 19:37:04 +0000 (UTC) Received: from rjk.wintek.local (172.28.1.248) by local.wintek.com (172.28.1.234) with Microsoft SMTP Server id 8.1.393.1; Mon, 19 Apr 2010 15:26:38 -0400 Message-ID: <4BCCAE6E.8040204@wintek.com> Date: Mon, 19 Apr 2010 15:26:38 -0400 From: Richard Kuhns Organization: Wintek Corporation User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.9) Gecko/20100415 Thunderbird/3.0.4 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Cc: ale@FreeBSD.org Subject: GHC won't build since gmp upgrade X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rjk@wintek.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Apr 2010 19:37:04 -0000 Hello, I just tried to build ghc. It downloaded and installed gmp-5.0.1, and then this happened: ===> Configuring for ghc-6.10.4_2 checking build system type... i386-unknown-freebsd8.0 checking host system type... i386-unknown-freebsd8.0 checking target system type... i386-unknown-freebsd8.0 Which we'll further canonicalise into: i386-unknown-freebsd checking for path to top of build tree... /libexec/ld-elf.so.1: Shared object "libgmp.so.8" not found, required by "pwd" configure: error: cannot determine current directory *** Error code 1 Stop in /usr/ports/lang/ghc. *** Error code 1 Stop in /usr/ports/lang/ghc. gmp was *not* installed before attempting the build of ghc. -- Richard Kuhns My Desk: 765-269-8541 Wintek Corporation Internet Support: 765-269-8503 427 N 6th Street STE C Consulting: 765-269-8504 Lafayette, IN 47901-2211 Accounting: 765-269-8502 From owner-freebsd-ports@FreeBSD.ORG Mon Apr 19 20:43:15 2010 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 034B81065670 for ; Mon, 19 Apr 2010 20:43:15 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-ww0-f54.google.com (mail-ww0-f54.google.com [74.125.82.54]) by mx1.freebsd.org (Postfix) with ESMTP id 8C91C8FC34 for ; Mon, 19 Apr 2010 20:43:14 +0000 (UTC) Received: by wwa36 with SMTP id 36so3316979wwa.13 for ; Mon, 19 Apr 2010 13:43:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:mime-version:content-type:content-disposition:user-agent; bh=gpCUoSOfEywnoZ8++qeeWb49+HZrkgAg6fM59PnKWTU=; b=VYsgoPoz/HaANvueoWs+arwAWHFv4ffwUexJ0FtNsK+nrYNDfuFQIrJowc8v5Yvd1k uGLOxOF8C/DSUbd17P3jOOasDQFoaHUgI1eOxf/sDp/7g8wrx55o9W4Oo4r4kaCDU1ly uML+KCLnFNitfx46rnKTAY0m7YzLfWqhoHGl4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; b=csJP5wVxSpfHs8PQtr7hAcwKvtGOMF2270ODq3pyJcylSeRitzJb4Y3BbdPgkI5/PW iWFC/PLmTkBsNbqCZmaVO4KyXFfJluNPgg+mJXjILQ9ezR7qG/o2g8Q3tDPLuLqiLFwW PVUWVpHljRp3ILuN4QlqfgyjMV3qXm/WVQIIY= Received: by 10.216.88.4 with SMTP id z4mr4127234wee.121.1271709792331; Mon, 19 Apr 2010 13:43:12 -0700 (PDT) Received: from Abricot.malikania.fr ([84.102.21.121]) by mx.google.com with ESMTPS id v59sm970680wec.15.2010.04.19.13.43.11 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 19 Apr 2010 13:43:11 -0700 (PDT) Date: Mon, 19 Apr 2010 22:43:24 +0200 From: Demelier David To: freebsd-ports@freebsd.org Message-ID: <20100419204323.GA24961@Abricot.malikania.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Subject: mplayer needs libcdio and libcdio isn't depending on X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Apr 2010 20:43:15 -0000 Hi freebsd-ports, When you install mplayer with libcdio support, if will build and install it, but libcdio has no depend and could be detected as leaf package. Then pkg_cleanup will ask you to remove it and if you remove it you canno't use mplayer anymore if it needs this lib. Is that behavior expected ? I means that libcdio shouldn't be needed by mplayer after the installation. King regards. -- Demelier David From owner-freebsd-ports@FreeBSD.ORG Mon Apr 19 21:38:54 2010 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 2F7431065673 for ; Mon, 19 Apr 2010 21:38:54 +0000 (UTC) (envelope-from jaculamodyun@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154]) by mx1.freebsd.org (Postfix) with ESMTP id 995498FC14 for ; Mon, 19 Apr 2010 21:38:53 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id 22so1436082fge.13 for ; Mon, 19 Apr 2010 14:38:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:received:received:date :from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :x-disclaimer:x-operating-system:x-editor:x-face:user-agent; bh=3p0l4bX6ftQgW22hHwInYJBc6SGQWCkO/5ftLK/Fgs4=; b=uS9GUfOreZXqhVZXXuZ8jtDiEnM4VtuxQyEQFTfIie+INa9gGmJbVbtXQojotmKwM3 okYYu4NTrSghdqeLgzpknL38FE+Yk7hYqCwsHXNGJW5spmBEi5k2qzQhH45r8BQqmD60 7G4FcVsfJ+2F3a8FBgpjWII2DWL2gRJjmrJRo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:from:to:cc:subject:message-id:mail-followup-to :references:mime-version:content-type:content-disposition :in-reply-to:x-disclaimer:x-operating-system:x-editor:x-face :user-agent; b=x3fim3C82kTQI3mAGViZ53dmJ0dCmIVDxoZ0sh8AKDlv4UfeUpPaNAh3XoDl1P/UXE 3HFg2vhBa+61wHHOSBONODIz6kjntX7S9Mu9t0A/+bp53ylS0cocHrvN2vWpjEBIh80Z +05eNgCyv7Uqjr4kfm3B8XFihu/Bk2P+cG2PA= Received: by 10.223.76.132 with SMTP id c4mr312748fak.106.1271707484782; Mon, 19 Apr 2010 13:04:44 -0700 (PDT) Received: from splork.wirewater.yow ([95.238.92.41]) by mx.google.com with ESMTPS id 19sm1326558fkr.9.2010.04.19.13.04.44 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 19 Apr 2010 13:04:44 -0700 (PDT) Sender: Jacula Modyun Received: from localhost.wirewater.yow [127.0.0.1] by splork.wirewater.yow (Sendmail: 8.14.3/8.14.3) with ESMTP id o3JK4dJO043726 ;Mon, 19 Apr 2010 20:04:39 GMT Received: by splork.wirewater.yow (Sendmail: 8.14.3/8.14.3/Submit) id o3JK4cwK043725 ; Mon, 19 Apr 2010 20:04:38 GMT Date: Mon, 19 Apr 2010 20:04:38 +0000 From: Jacula Modyun To: freebsd-ports@FreeBSD.org Message-ID: <4bccb75c.13125e0a.6715.fffff077@mx.google.com> Mail-Followup-To: freebsd-ports@freebsd.org, ale@freebsd.org, rjk@wintek.com References: <4BCCAE6E.8040204@wintek.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="LyciRD1jyfeSSjG0" Content-Disposition: inline In-Reply-To: <4BCCAE6E.8040204@wintek.com> X-Disclaimer: Freebsd...you are my daemon! X-Operating-System: FreeBSD 7.1-PRERELEASE X-Editor: VIM - Vi IMproved 7.2 X-Face: ak5rwz4-aUa>hPFZlcg,bXxn.(TN}e9DGFrKU\.i_'B[&5=pAd9o"j)5VSUYW:BRQG#^ 42Ev$Il|;Ztn=, C User-Agent: Mutt/1.5.18 (2008-05-17) Cc: rjk@wintek.com, ale@FreeBSD.org Subject: Re: GHC won't build since gmp 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: Mon, 19 Apr 2010 21:38:54 -0000 --LyciRD1jyfeSSjG0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Mon, Apr 19, 2010 at 03:26:38PM -0400, Richard Kuhns wr= ote: > Hello, >=20 > I just tried to build ghc. It downloaded and installed gmp-5.0.1, and the= n this=20 > happened: >=20 http://www.freebsd.org/cgi/cvsweb.cgi/ports/lang/ghc/Makefile For a brief period GHC will be broken. JM ------------------------------- http://www.autistici.org/jacula --LyciRD1jyfeSSjG0 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- iQIcBAEBCgAGBQJLzLdVAAoJENlCXyCLn0uLwaIP/Rv3Oqyc8YfTITpEgo2IkDre DjHBMGustnE/3BXfSM9WbXUP2mSK82/XF6lyuEJMLbHC/qs1022ZUK1KDkwNt0b6 lcLnOSaqn0QZc1L/zSYXHy8ARUdI5Z+PsuKKXqWEyMg9Jnc9fGnIiRVV5e/a//Ey 9klIHIGvRBTf2+ykFj19ah4lzJC2N7DnPdF17bYnx+wpkRhxizS9XzF1XmbI9AOd BeVlDS5OMgXqmR69F4Cj0dJykBrs2QtwhhusudIiLrzHc8uni3Yfp0kSRV9dWsY1 ySK+HGJx4lvWLwCQCHpNwsAkYzprDvyWOBEWs4Ya3TLQoty2nKDUU56VoFUMvAhB m3YIbe2UeTxvw1iOeyYljMzygSrWHMUV/u/41nQ1TOQOUavbzHf9aMWeJnyv+7KF g774SnO7hIOQ8HyKTKwvavK7g/NCqsDwt192B7+nDA/FKQ9Edti759PA4mCDyqVz zo3AVFiw46Q1jaytys9e93CFJr+687GLcRknxNShdg89j1gL7PnGM3wlSG1dECJs Y+dxflK6dhbYWu/FVg1tnVcelMv9M8ALHLlwZIs666tE5BeFlj8OqLyAh8mC3HSU adyvRlq49f8UnQuQBwSvo3i7ArvIYP4A1dUqUwl9OcaPcsoXq0GyTTFxAO2uZvTC ZQm1L9uWiRUqCfY7UwLn =T6iI -----END PGP SIGNATURE----- --LyciRD1jyfeSSjG0-- From owner-freebsd-ports@FreeBSD.ORG Mon Apr 19 22:21:08 2010 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 3E2671065670; Mon, 19 Apr 2010 22:21:08 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from worf.ds9.tecnik93.com (worf.ds9.tecnik93.com [81.196.207.130]) by mx1.freebsd.org (Postfix) with ESMTP id 61D408FC17; Mon, 19 Apr 2010 22:21:07 +0000 (UTC) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by worf.ds9.tecnik93.com (Postfix) with ESMTPSA id 820CA22C50DF; Tue, 20 Apr 2010 01:21:06 +0300 (EEST) Date: Tue, 20 Apr 2010 01:21:05 +0300 From: Ion-Mihai Tetcu To: Jacula Modyun Message-ID: <20100420012105.46c41c7a@it.buh.tecnik93.com> In-Reply-To: <4bccb75c.13125e0a.6715.fffff077@mx.google.com> References: <4BCCAE6E.8040204@wintek.com> <4bccb75c.13125e0a.6715.fffff077@mx.google.com> X-Mailer: Claws Mail 3.7.5 (GTK+ 2.18.7; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/bf5ZetIUV74tPsnXfNT+==/"; protocol="application/pgp-signature" Cc: rjk@wintek.com, ale@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: GHC won't build since gmp 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: Mon, 19 Apr 2010 22:21:08 -0000 --Sig_/bf5ZetIUV74tPsnXfNT+==/ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Mon, 19 Apr 2010 20:04:38 +0000 Jacula Modyun wrote: > Hi, >=20 > On Mon, Apr 19, 2010 at 03:26:38PM -0400, Richard Kuhns > wrote: >=20 > > Hello, > >=20 > > I just tried to build ghc. It downloaded and installed gmp-5.0.1, > > and then this happened: > >=20 >=20 > http://www.freebsd.org/cgi/cvsweb.cgi/ports/lang/ghc/Makefile In this case I marked the port broken so fast because after a summary investigation it was obvious the fix wasn't fast to produce, as a help (warning) to the users of the port taht they should not attempt to upgrade their installed and working gmp and ghc. It seems I haven't been fast enough for you :( > For a brief period GHC will be broken. As a workaround, try building the old gmp libs by hand and place them in /usr/local/lib/compat/pkg --=20 IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B --Sig_/bf5ZetIUV74tPsnXfNT+==/ Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iEYEARECAAYFAkvM11IACgkQJ7GIuiH/oeXtIACfaOXlez6QcWcGlcos8VjU0EH3 HJMAn21ex7NMoF1zt9I9Dt/bMtna7X2M =DJQg -----END PGP SIGNATURE----- --Sig_/bf5ZetIUV74tPsnXfNT+==/-- From owner-freebsd-ports@FreeBSD.ORG Mon Apr 19 22:24:41 2010 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 1FF2F106566B for ; Mon, 19 Apr 2010 22:24:41 +0000 (UTC) (envelope-from joe.bruni@bestwestern.com) Received: from phxopsxcn01.bwi.bestwestern.com (phxopsxcn01.bwi.bestwestern.com [206.201.174.25]) by mx1.freebsd.org (Postfix) with SMTP id 00E3C8FC1E for ; Mon, 19 Apr 2010 22:24:40 +0000 (UTC) Received: from bocxch403.bwi.bestwestern.com ([172.21.14.37]) by phxopsxcn01.bwi.bestwestern.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 19 Apr 2010 15:24:39 -0700 Received: from lethe.bwi.bestwestern.com ([172.21.110.20]) by bocxch403.bwi.bestwestern.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 19 Apr 2010 15:24:40 -0700 Content-Transfer-Encoding: quoted-printable From: Joseph Bruni Content-Type: text/plain; charset=us-ascii Message-Id: <6D11B548-883E-4060-9525-3FB6D5A653C2@bestwestern.com> Date: Mon, 19 Apr 2010 15:24:39 -0700 To: miwi@FreeBSD.org Mime-Version: 1.0 (Apple Message framework v1078) X-Mailer: Apple Mail (2.1078) X-OriginalArrivalTime: 19 Apr 2010 22:24:40.0167 (UTC) FILETIME=[1A2B7F70:01CAE00F] Cc: ports@FreeBSD.org Subject: FreeBSD Port: base-1.4.4 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Apr 2010 22:24:41 -0000 Hello, I was wondering if I could nudge you to update Base to 1.4.5. The = current 1.4.4 is no longer compatible with PHP 5.3.2 found in the ports = tree. /usr/ports/security/base Joe From owner-freebsd-ports@FreeBSD.ORG Mon Apr 19 23:14:36 2010 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 E50CE106566B; Mon, 19 Apr 2010 23:14:36 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from worf.ds9.tecnik93.com (worf.ds9.tecnik93.com [81.196.207.130]) by mx1.freebsd.org (Postfix) with ESMTP id 97CB38FC08; Mon, 19 Apr 2010 23:14:36 +0000 (UTC) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by worf.ds9.tecnik93.com (Postfix) with ESMTPSA id 7F6AB22C50C9; Tue, 20 Apr 2010 02:14:35 +0300 (EEST) Date: Tue, 20 Apr 2010 02:14:20 +0300 From: Ion-Mihai Tetcu To: Ion-Mihai Tetcu Message-ID: <20100420021420.22e22136@it.buh.tecnik93.com> In-Reply-To: <20100328163828.1f34e0e7@it.buh.tecnik93.com> References: <20100328163828.1f34e0e7@it.buh.tecnik93.com> X-Mailer: Claws Mail 3.7.5 (GTK+ 2.18.7; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/mwd84L/W4VAdm.WDKCG8lL."; protocol="application/pgp-signature" Cc: stable@freebsd.org, questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: [ HEADS UP ] Ports unstable for the next 10 days X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Apr 2010 23:14:37 -0000 --Sig_/mwd84L/W4VAdm.WDKCG8lL. Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable A switch to use newer GMP version has been committed. Unfortunately lang/ghc and dependent ports (and possibly lang/gnat-gcc44) were broken by this. The brokenness wasn't detected in our -exp run because of being masked by other issues. It will take a few days to fix lang/ghc. I'm still investigating lang/gnat-gcc44. As a workaround, keep your old gmp library in /usr/local/lib/compat/pkg; both portmaster and portupdate have an option for this. X11 is still in work, the other are waiting for it. --=20 IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B --Sig_/mwd84L/W4VAdm.WDKCG8lL. Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iEYEARECAAYFAkvM49oACgkQJ7GIuiH/oeW1CwCgpBrP0/W1OL6tUDw0hVTSdSxh YSkAn1s0IRsDr2gs8SERGR5PbVt0AeBV =N7re -----END PGP SIGNATURE----- --Sig_/mwd84L/W4VAdm.WDKCG8lL.-- From owner-freebsd-ports@FreeBSD.ORG Tue Apr 20 01:43:03 2010 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 E9941106564A for ; Tue, 20 Apr 2010 01:43:03 +0000 (UTC) (envelope-from svyatoslav.lempert@gmail.com) Received: from mail-iw0-f171.google.com (mail-iw0-f171.google.com [209.85.223.171]) by mx1.freebsd.org (Postfix) with ESMTP id A4BC58FC16 for ; Tue, 20 Apr 2010 01:43:03 +0000 (UTC) Received: by iwn1 with SMTP id 1so3868231iwn.27 for ; Mon, 19 Apr 2010 18:43:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:received :message-id:subject:to:content-type; bh=vdYaGXMQKT5rzKNjDC34EpRSfoV0YmlNYbitbTamtLc=; b=flbpaiu9RS1pLV57iiqBcW3E+t3tgPz5n+c2IHxvTMZ64TKRHQEmkZ4p6qjcUbtF1D 9NP6XJaqiBJiW5a9WmP7kyU5P5TtNeZpOERs5yVaN1yi48cUqHwU2zmnzDZpp4xpHTSB 2cqbPjqG/Qqvf8s5H6I6YQFiAbCeGOx56OxwU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=T4vUeRRz9Fr+RfzGjAJpHf+cGqSuzdqMuxKRoU+3JRaV9AyAsMD2YAS67pohFQgHE9 oJWDdwVopF4qBKLciqktEh2rmQf4BEG6XzZQ9Kgz5nmOOEjXpFEpdtvQi042/1QVeKWF ZDmD9mtzkdgyEOOFeMwbrgbQf2DUmytG+U4/0= MIME-Version: 1.0 Received: by 10.231.34.65 with HTTP; Mon, 19 Apr 2010 18:42:31 -0700 (PDT) From: Svyatoslav Lempert Date: Tue, 20 Apr 2010 10:42:31 +0900 Received: by 10.231.160.209 with SMTP id o17mr1711828ibx.20.1271727781942; Mon, 19 Apr 2010 18:43:01 -0700 (PDT) Message-ID: To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: databases/phppgadmin need update to 4.2.3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Apr 2010 01:43:04 -0000 Hello, phpPgAdmin 4.2.2 in ports does not work with PHP 5.3.2 and port version must be updated -- Svyatoslav From owner-freebsd-ports@FreeBSD.ORG Tue Apr 20 01:49:41 2010 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 35F18106566B for ; Tue, 20 Apr 2010 01:49:41 +0000 (UTC) (envelope-from wenheping@gmail.com) Received: from mail-yw0-f193.google.com (mail-yw0-f193.google.com [209.85.211.193]) by mx1.freebsd.org (Postfix) with ESMTP id DE1378FC12 for ; Tue, 20 Apr 2010 01:49:40 +0000 (UTC) Received: by ywh31 with SMTP id 31so2776985ywh.3 for ; Mon, 19 Apr 2010 18:49:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type; bh=MLbuVqqIySJGx+D/E2ChIuhI0GS/JWg/3CpuLVAMGa0=; b=eFhsfwOvoPjoIxhAdC9WnIZ+yEqaF4vValDwpj0+wIQkEx/ORF/sGJwR2zBKXJBQd2 EYCyuriVWIivugniqR3fw1rlaFZj++C6YSAFA9yV4wCNLUdE6Pw8wNzRHd0BAOj8+Zpa WhSVQVvLtQrtEs39VaWVzi96io3ovbeBR3gsM= 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=fBzFAlYc8gkZJABXQ/3M2nL4r5KNikSsNQkV/sp1Ctv1Ccz92ZxoJEDPeDKBC5EPkA O5PuDDXejQsJvITlz/ulp3TYTTGo/qD4kLdSSgZDi6bGXeDGMZN0HU3Eepk1HRECkFVR CDtfAIz/5iZxPAizaIT8+bMatbJVjcCdDYQl0= MIME-Version: 1.0 Received: by 10.150.215.5 with HTTP; Mon, 19 Apr 2010 18:49:39 -0700 (PDT) In-Reply-To: References: Date: Tue, 20 Apr 2010 09:49:39 +0800 Received: by 10.151.20.11 with SMTP id x11mr6471337ybi.216.1271728179689; Mon, 19 Apr 2010 18:49:39 -0700 (PDT) Message-ID: From: wen heping To: Svyatoslav Lempert Content-Type: text/plain; charset=ISO-8859-1 Cc: ports@freebsd.org Subject: Re: databases/phppgadmin need update to 4.2.3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Apr 2010 01:49:41 -0000 On Tue, Apr 20, 2010 at 9:42 AM, Svyatoslav Lempert wrote: > Hello, > > phpPgAdmin 4.2.2 in ports does not work with PHP 5.3.2 and port > version must be updated Better you file a PR to update it. wen > > -- > Svyatoslav > _______________________________________________ > 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 Apr 20 10:22:06 2010 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 837BD1065672; Tue, 20 Apr 2010 10:22:06 +0000 (UTC) (envelope-from ade@FreeBSD.org) Received: from panix.lovett.com (panix.lovett.com [166.84.7.128]) by mx1.freebsd.org (Postfix) with ESMTP id 5F8778FC25; Tue, 20 Apr 2010 10:22:06 +0000 (UTC) Received: from [96.39.161.134] (helo=[172.16.32.100]) by panix.lovett.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from ) id 1O4A85-0004gZ-Aq; Tue, 20 Apr 2010 09:52:29 +0000 Mime-Version: 1.0 (Apple Message framework v1078) Content-Type: text/plain; charset=us-ascii From: Ade Lovett In-Reply-To: <20100417001343.GA30272@dragon.NUXI.org> Date: Tue, 20 Apr 2010 02:52:17 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <0B9CBC3D-F01C-4AA0-B093-E001D193A219@FreeBSD.org> References: <20100417001343.GA30272@dragon.NUXI.org> To: obrien@freebsd.org X-Mailer: Apple Mail (2.1078) Cc: ports@freebsd.org Subject: Re: Missing packages for 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, 20 Apr 2010 10:22:06 -0000 On Apr 16, 2010, at 17:13 , David O'Brien wrote: > This has broken 'pkg_add -r'. Does anyone know when there will be > 9-CURRENT packages again? Presumably as and when 9-CURRENT becomes stable (sic) enough to be = chunked on the package building clusters for each of the architectures = we support, in addition to 6-STABLE, 7-STABLE, and 8-STABLE. Limited resources and all that. -aDe From owner-freebsd-ports@FreeBSD.ORG Tue Apr 20 14:25:55 2010 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 A61DE1065675 for ; Tue, 20 Apr 2010 14:25:55 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-ww0-f54.google.com (mail-ww0-f54.google.com [74.125.82.54]) by mx1.freebsd.org (Postfix) with ESMTP id 3BE7A8FC19 for ; Tue, 20 Apr 2010 14:25:54 +0000 (UTC) Received: by wwa36 with SMTP id 36so3812940wwa.13 for ; Tue, 20 Apr 2010 07:25:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:mime-version:content-type:content-disposition:user-agent; bh=IbGTzZpiZkAcceGkuy1iCaW6iTIV58bF6f4RJA2TMKY=; b=q1DoLt2b21wQwGUcH7IXxh11U9is12K3uklaVF6W0hlfI03yiW08Od2xDcIkJ8d1ww cZvS2y8mNL7UBAVyFiW6IGbitsYYg1gaoFzXY4feccSnlDpy79y+TZkEyWVA1UzO6tx+ aY5WaIhz+ndSgPMXhgRfxCVYm7LH5zhxr/lTM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; b=chFDqbrHtl//u+zYF3qyzexeZhynvqEnmPub29p27YcG13ooqYkRAFm5co8pIFS+hN BLIotjvgduj+h7qlnEviXiFBMm0XnApPw0nAZyGfuDfEusby2mKFWA+B1EGf8fC9cqY/ k/pE6eJoggZSo62uRkX1yOkeNKI45fE/dKeu0= Received: by 10.216.90.196 with SMTP id e46mr1619750wef.138.1271773554045; Tue, 20 Apr 2010 07:25:54 -0700 (PDT) Received: from Abricot.malikania.fr (121.21.102-84.rev.gaoland.net [84.102.21.121]) by mx.google.com with ESMTPS id g66sm1282094wej.13.2010.04.20.07.25.53 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 20 Apr 2010 07:25:53 -0700 (PDT) Date: Tue, 20 Apr 2010 16:26:12 +0200 From: Demelier David To: freebsd-ports@freebsd.org Message-ID: <20100420142612.GA1049@Abricot.malikania.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Subject: games/supertux fails to start. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Apr 2010 14:25:55 -0000 Hi freebsd-ports@, On my 8.0-STABLE amd64 games/supertux just fails to start. Couldn't read /proc/self/exe, using default path: /usr/local/share/supertux Datadir: /usr/local/share/supertux Warning: No joysticks are available. Error: Couldn't load musicfile /usr/local/share/supertux/music/SALCON.MOD zsh: abort (core dumped) supertux Is it same for you ? Cheers, -- Demelier David From owner-freebsd-ports@FreeBSD.ORG Tue Apr 20 14:52:26 2010 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 A55DE1065689 for ; Tue, 20 Apr 2010 14:52:26 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from mail1.sourcehosting.net (113901-app1.sourcehosting.net [72.32.213.11]) by mx1.freebsd.org (Postfix) with ESMTP id 7F85D8FC2A for ; Tue, 20 Apr 2010 14:52:26 +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.69 (FreeBSD)) (envelope-from ) id 1O4EoG-000BaP-SI; Tue, 20 Apr 2010 10:52:24 -0400 Received: from [127.0.0.1] (fireball.entropy.prv [192.168.1.12]) by cube.entropy.prv (Postfix) with ESMTP id 73B3B3EAEA2D; Tue, 20 Apr 2010 10:52:20 -0400 (EDT) Message-ID: <4BCDBFA9.4050401@FreeBSD.org> Date: Tue, 20 Apr 2010 10:52:25 -0400 From: Greg Larkin Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: Tsurutani Naoki References: <4BBE88EB.2000708@FreeBSD.org> <201004101333.AA01274@POLYMER5.scphys.kyoto-u.ac.jp> In-Reply-To: <201004101333.AA01274@POLYMER5.scphys.kyoto-u.ac.jp> X-Enigmail-Version: 0.96.0 OpenPGP: id=1C940290 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit X-Spam-Score: -0.4 (/) Cc: =?ISO-2022-JP?B?Sm91a29fTHVtaWobJEJnUxsoQnZp?= , Gerald Pfeifer , FreeBSD Ports ML Subject: Re: CFT: print/pdftk port compiled with Java compiler from gcc 4.5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: glarkin@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Apr 2010 14:52:26 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Tsurutani Naoki wrote: > Greg Larkin wrote: > [... original patching instructions deleted ...] > [... results of first patch set testing ...] > > 1. FreeBSD/amd64 8-STABLE : building OK, but failed to run. > % uname -a > FreeBSD h116.65.226.10.32118.vlan.kuins.net 8.0-STABLE FreeBSD 8.0-STABLE #22: Sat Feb 13 14:06:06 JST 2010 turutani@h116.65.226.10.32118.vlan.kuins.net:/usr/obj/usr/src/sys/POLYMER13 amd64 > % pdftk /usr/local/share/doc/OpenEXR/TechnicalIntroduction.pdf output out.pdf owner_pw foopass > /libexec/ld-elf.so.1: /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.11 required by /usr/local/bin/pdftk not found > [...] > > 3, 4. FreeBSD/i386 8-STABLE : just the same on amd64. > % uname -a > FreeBSD h120.65.226.10.32118.vlan.kuins.net 8.0-STABLE FreeBSD 8.0-STABLE #22: Sat Feb 13 14:53:25 JST 2010 turutani@h120.65.226.10.32118.vlan.kuins.net:/usr/local/work/usr/obj/usr/src/sys/POLYMER i386 > % pdftk /usr/local/share/doc/OpenEXR/TechnicalIntroduction.pdf output suzu.128.pdf owner_pw foopass > /libexec/ld-elf.so.1: /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.11 required by /usr/local/bin/pdftk not found > > > --- > Tsurutani Naoki > turutani@scphys.kyoto-u.ac.jp Hello Tsurutani, I have a new patch set for you to build pdftk with gcc 4.5. This one fixes the libstdc++ versioning problem by passing the -Wl,rpath argument to gcj (thank you, Gerald) so pdftk finds the correct shared library. You can find the patch files here: http://people.freebsd.org/~glarkin/diffs/gcc45%2bgcj-2.diff http://people.freebsd.org/~glarkin/diffs/pdftk%2bgcc45-2.diff To apply them, first update your ports tree to get the latest version of lang/gcc45 and fetch the patch files into /usr/ports. Then follow these steps: cd /usr/ports patch < gcc45+gcj-2.diff patch < pdftk+gcc45-2.diff cd lang/gcc45 && make deinstall install clean cd ../../print/pdftk find files -name patch-\*.orig -delete make deinstall install clean Let me know how that works for you, and if everything builds successfully, I'll commit the changes to the ports tree. Thank you, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. http://twitter.com/sourcehosting/ - Follow me, follow you -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iD8DBQFLzb+p0sRouByUApARAnOtAJ0TxJCPfuTSemZz1QEKU9UWBZcwuQCgo3+m PY3Sz2PDIyUmJFBtKLPiugg= =do8G -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Tue Apr 20 15:28:37 2010 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 95A0E106564A for ; Tue, 20 Apr 2010 15:28:37 +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 2A8048FC08 for ; Tue, 20 Apr 2010 15:28:36 +0000 (UTC) Received: by wye20 with SMTP id 20so225198wye.13 for ; Tue, 20 Apr 2010 08:28:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:mime-version:content-type:content-disposition:user-agent; bh=zdvrYc48llg5iB6HOaf7/6kkd94QBUY5as2x4oHnVxc=; b=GNZ/4VTEFBF5aF0PbEUYV4+hoZSJtwJDXs0AvDtSOZUWuKQc44Xg6wqdoKRaxdRKaH rCZ3vs7d3cvT85rH9c0lyP3Q4FcXqgHSK+UKaclTPq+8aLapyddK3twcqjnYK5YswQh/ 63hcCBPKWkxWTzKEqN6dNREueJWWN+FQ3tWWk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; b=SZW5QwcYjpsJ4i+y+BIIyxaP/reUnMBQ7Sfdui34qMjtMa6nxRHCVQ21cIjfqESMtg FRP4rJ8p+O4cKoW4MdHra2ohYQj2e07eciGwqR18VzKF68moOnWXVTLK0c6oKdd+jfEz 6tVX0+qE76R72TzUCyunaiBHka/b5SmQ/rxOc= Received: by 10.216.90.1 with SMTP id d1mr4217845wef.200.1271777315996; Tue, 20 Apr 2010 08:28:35 -0700 (PDT) Received: from Abricot.malikania.fr (121.21.102-84.rev.gaoland.net [84.102.21.121]) by mx.google.com with ESMTPS id e82sm1327389wej.16.2010.04.20.08.28.35 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 20 Apr 2010 08:28:35 -0700 (PDT) Date: Tue, 20 Apr 2010 17:28:54 +0200 From: Demelier David To: freebsd-ports@freebsd.org Message-ID: <20100420152854.GB1049@Abricot.malikania.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Subject: audio/sdl_mixer does not pull libmikmod as dependency X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Apr 2010 15:28:37 -0000 Hi, I was checking why supertux fails, and I noticed that libmikmod wasn't installed. I checked the sdl_mixer options and MIKMOD is activated. Why does make (missing|deinstall|install) does not pull libmikmod, flac, smpeg as sdl_mixer dependencies ? King regards. -- Demelier David From owner-freebsd-ports@FreeBSD.ORG Tue Apr 20 16:51:44 2010 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 C30A3106564A for ; Tue, 20 Apr 2010 16:51:44 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [80.67.18.13]) by mx1.freebsd.org (Postfix) with ESMTP id 7F6678FC13 for ; Tue, 20 Apr 2010 16:51:44 +0000 (UTC) Received: from [89.182.216.219] (helo=localhost) by smtprelay01.ispgateway.de with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1O4Gfm-0003Uc-5C; Tue, 20 Apr 2010 18:51:42 +0200 Date: Tue, 20 Apr 2010 18:54:38 +0200 From: Marcus von Appen To: Demelier David Message-ID: <20100420165438.GA1676@medusa.sysfault.org> References: <20100420152854.GB1049@Abricot.malikania.fr> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IS0zKkzwUGydFO0o" Content-Disposition: inline In-Reply-To: <20100420152854.GB1049@Abricot.malikania.fr> User-Agent: Mutt/1.5.20 (2009-06-14) X-Df-Sender: 320095 Cc: freebsd-ports@freebsd.org Subject: Re: audio/sdl_mixer does not pull libmikmod as dependency X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marcus von Appen List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Apr 2010 16:51:44 -0000 --IS0zKkzwUGydFO0o Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On, Tue Apr 20, 2010, Demelier David wrote: > Hi, >=20 > I was checking why supertux fails, and I noticed that libmikmod wasn't > installed. I checked the sdl_mixer options and MIKMOD is activated. >=20 > Why does make (missing|deinstall|install) does not pull libmikmod, flac, > smpeg as sdl_mixer dependencies ? Because I missed a '+=3D' in the LIB_DEPENDS for mikmod and flac, which caused them to be ignored under various circumstances. It has been fixed now, thanks for noticing :-). Regards Marcus --IS0zKkzwUGydFO0o Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iEYEARECAAYFAkvN3E4ACgkQi68/ErJnpkdnJwCfUHnwFbiaeRKA+60S0kJJtu1R O2kAoNIDAXIMupue4of4D8XkLozHfAr4 =Jx4p -----END PGP SIGNATURE----- --IS0zKkzwUGydFO0o-- From owner-freebsd-ports@FreeBSD.ORG Tue Apr 20 17:05:35 2010 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 9D106106567E for ; Tue, 20 Apr 2010 17:05:35 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-bw0-f228.google.com (mail-bw0-f228.google.com [209.85.218.228]) by mx1.freebsd.org (Postfix) with ESMTP id 534D38FC14 for ; Tue, 20 Apr 2010 17:05:33 +0000 (UTC) Received: by bwz28 with SMTP id 28so7275188bwz.14 for ; Tue, 20 Apr 2010 10:05:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type :content-transfer-encoding; bh=pIcRM7wQiEFHR4+g9zOCQE8AUw0ERPExzQKJTe9XVuI=; b=L+QucZO4lWHKaLdsqm8c/dnL1hSxE7QjcHXKHK+7hq9zwjvQGNBJePIeILiWLnAf1w VsABL/VuahRyYbSB4U3nZn1spAE0ucUfk5ZHpyrJRLr3Hb5E4dYKTO87XscDRkET5zdC qbCn+o2U3SGVIdK3uNPE6ctA0uX7YERNGFRQU= 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 :content-type:content-transfer-encoding; b=EaZKiP4YGCpS0fMLNtIE9oRFqxKNz2fLISmA6AiUje5Z+gonCc/2ITuUT1pFM9hXP/ LGyOk4xrU/K80H2waurE39BirhcIZ0o5U2EiJEuHtjgIXc4g+ayhXRrJpqG8GRmZdE0B YhkMW4UOmA2FbeF9f7Uz1Q9x53sn2vu/qxeug= MIME-Version: 1.0 Received: by 10.204.54.82 with HTTP; Tue, 20 Apr 2010 10:05:32 -0700 (PDT) In-Reply-To: <20100420142612.GA1049@Abricot.malikania.fr> References: <20100420142612.GA1049@Abricot.malikania.fr> Date: Tue, 20 Apr 2010 19:05:32 +0200 Received: by 10.204.136.208 with SMTP id s16mr1334656bkt.20.1271783132964; Tue, 20 Apr 2010 10:05:32 -0700 (PDT) Message-ID: From: David DEMELIER To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: games/supertux fails to start. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Apr 2010 17:05:35 -0000 2010/4/20 Demelier David : > Hi freebsd-ports@, > > =A0 On my 8.0-STABLE amd64 games/supertux just fails to start. > > =A0 Couldn't read /proc/self/exe, using default path: /usr/local/share/su= pertux > =A0 Datadir: /usr/local/share/supertux > =A0 Warning: No joysticks are available. > > =A0 Error: Couldn't load musicfile > =A0 /usr/local/share/supertux/music/SALCON.MOD > > =A0 zsh: abort (core dumped) =A0supertux > > =A0 Is it same for you ? > I think it solved by the audio/sdl_mixer fix. --=20 Demelier David From owner-freebsd-ports@FreeBSD.ORG Tue Apr 20 17:23:04 2010 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 CDD5B1065673 for ; Tue, 20 Apr 2010 17:23:04 +0000 (UTC) (envelope-from smcafee@collaborativefusion.com) Received: from mx00.pub.collaborativefusion.com (mx00.pub.collaborativefusion.com [206.210.89.199]) by mx1.freebsd.org (Postfix) with ESMTP id 801B98FC22 for ; Tue, 20 Apr 2010 17:23:04 +0000 (UTC) Received: from nightbird.ws.pitbpa0.priv.collaborativefusion.com (nightbird.ws.pitbpa0.priv.collaborativefusion.com [192.168.2.163]) (AUTH: LOGIN smcafee, SSL: TLSv1/SSLv3,256bits,AES256-SHA) by wingspan with esmtp; Tue, 20 Apr 2010 13:23:03 -0400 id 0003F423.000000004BCDE2F7.00013855 Message-ID: <4BCDE2F7.60008@collaborativefusion.com> Date: Tue, 20 Apr 2010 13:23:03 -0400 From: Sean McAfee User-Agent: Thunderbird 2.0.0.23 (X11/20100205) MIME-Version: 1.0 To: Svyatoslav Lempert References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: databases/phppgadmin need update to 4.2.3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Apr 2010 17:23:04 -0000 wen heping wrote: > On Tue, Apr 20, 2010 at 9:42 AM, Svyatoslav Lempert > wrote: >> Hello, >> >> phpPgAdmin 4.2.2 in ports does not work with PHP 5.3.2 and port >> version must be updated > > Better you file a PR to update it. > > wen I actually updated this earlier today on our local tree, so I've gone ahead and submitted the PR w/ the appropriate patch. http://www.freebsd.org/cgi/query-pr.cgi?pr=145888 (may take a few minutes to show up, I just go the email now.) -- Sean McAfee Senior Systems Engineer From owner-freebsd-ports@FreeBSD.ORG Tue Apr 20 17:39:22 2010 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 A9193106566C; Tue, 20 Apr 2010 17:39:22 +0000 (UTC) (envelope-from makc@issp.ac.ru) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) by mx1.freebsd.org (Postfix) with ESMTP id 0E44D8FC13; Tue, 20 Apr 2010 17:39:21 +0000 (UTC) Received: from [62.63.90.16] [62.63.90.16:44889] (HELO/EHLO luna.dio.ru, authenticated with PLAIN) by mail.issp.ac.ru with ESMTP/inet id o3KHcY4O051878 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Tue, 20 Apr 2010 21:38:35 +0400 (MSD) From: Max Brazhnikov Organization: ISSP RAS To: freebsd-ports@freebsd.org Date: Tue, 20 Apr 2010 21:39:17 +0400 User-Agent: KMail/1.13.2 (FreeBSD/8.0-STABLE; KDE/4.4.2; amd64; ; ) References: <20100419035243.GA4554@goodking.goodking.ca> In-Reply-To: <20100419035243.GA4554@goodking.goodking.ca> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201004202139.18204.makc@issp.ac.ru> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (mail.issp.ac.ru [77.236.34.3]); Tue, 20 Apr 2010 21:38:35 +0400 (MSD) Cc: Thomas Abthorpe Subject: Re: Responding to a challenge X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Apr 2010 17:39:22 -0000 On Sun, 18 Apr 2010 23:52:43 -0400, Thomas Abthorpe wrote: > edwin@ threw down this gauntlet when I accepted my recent hat, > http://blogs.freebsdish.org/tabthorpe/2010/03/25/catching-up-on-recent-even > ts/comment-page-1/#comment-13022 > > I have responded. Sure it is lame, I am a porter, not a song writer! Great! We are waiting for audio version now! :) Max From owner-freebsd-ports@FreeBSD.ORG Tue Apr 20 18:45:00 2010 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 01CDB106566C for ; Tue, 20 Apr 2010 18:45:00 +0000 (UTC) (envelope-from db@db.net) Received: from diana.db.net (diana.db.net [66.113.102.10]) by mx1.freebsd.org (Postfix) with ESMTP id DF15B8FC1F for ; Tue, 20 Apr 2010 18:44:59 +0000 (UTC) Received: from night.db.net (localhost [127.0.0.1]) by diana.db.net (Postfix) with ESMTP id 4895422857; Tue, 20 Apr 2010 12:22:45 -0600 (MDT) Received: by night.db.net (Postfix, from userid 100) id 3A59B33C2E; Tue, 20 Apr 2010 14:25:58 -0400 (EDT) Date: Tue, 20 Apr 2010 14:25:58 -0400 From: Diane Bruce To: Max Brazhnikov Message-ID: <20100420182558.GA94064@night.db.net> References: <20100419035243.GA4554@goodking.goodking.ca> <201004202139.18204.makc@issp.ac.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201004202139.18204.makc@issp.ac.ru> User-Agent: Mutt/1.4.2.3i Cc: freebsd-ports@freebsd.org, Thomas Abthorpe Subject: Re: Responding to a challenge X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Apr 2010 18:45:00 -0000 On Tue, Apr 20, 2010 at 09:39:17PM +0400, Max Brazhnikov wrote: > On Sun, 18 Apr 2010 23:52:43 -0400, Thomas Abthorpe wrote: > > edwin@ threw down this gauntlet when I accepted my recent hat, > > http://blogs.freebsdish.org/tabthorpe/2010/03/25/catching-up-on-recent-even > > ts/comment-page-1/#comment-13022 > > > > I have responded. Sure it is lame, I am a porter, not a song writer! > > Great! We are waiting for audio version now! :) How about you two sing a duet at BSDCAN? - Diane -- - db@FreeBSD.org db@db.net http://www.db.net/~db From owner-freebsd-ports@FreeBSD.ORG Tue Apr 20 19:05:27 2010 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 AA997106564A for ; Tue, 20 Apr 2010 19:05:27 +0000 (UTC) (envelope-from tabthorpe@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 77BBA8FC14 for ; Tue, 20 Apr 2010 19:05:27 +0000 (UTC) Received: by pvg3 with SMTP id 3so93146pvg.13 for ; Tue, 20 Apr 2010 12:05:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:date:from:to:cc :subject:message-id:in-reply-to:references:organization:x-mailer :mime-version:content-type:content-transfer-encoding; bh=UQBvw2yim9jA3JpfWL7b+Mv/hS+aSHirQsT+nG3W3iY=; b=uY3pl+WZnFEsi4akXTDIku0cgr2RdWonTGASHzNVPhAiWAPHz6YyacAlobCmi2DZcJ AH0ws2PXNEALV1+8HPg58TgsEMT12vQFJacDCNit6A6yro0hW6KkEOPqY+dXbO8SilfW 9BNhelO2dEpj1hKtAMKPIDF05TqN6nD2Hfny0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :organization:x-mailer:mime-version:content-type :content-transfer-encoding; b=n8Y2HW+IArap6AGeJadlBApzRmSwZOOP3gYw6hWAmNmxhcBsQ11pr6jN4rz3H5qgOx fpIgJvyn0wATGG83wy3v40w3ulqN2HLEIc7yVR0yJD4eKMNUcZqMlzCWrb1omsXg1Sdd b8qWpsmPzZqXZDHT9mHPFF4BdgKLn8m1zYe2o= Received: by 10.143.154.27 with SMTP id g27mr3089752wfo.333.1271790326747; Tue, 20 Apr 2010 12:05:26 -0700 (PDT) Received: from goodking.goodking.ca (dynamic-216-211-112-205.tbaytel.net [216.211.112.205]) by mx.google.com with ESMTPS id 22sm6009116iwn.8.2010.04.20.12.05.24 (version=SSLv3 cipher=RC4-MD5); Tue, 20 Apr 2010 12:05:24 -0700 (PDT) Sender: Thomas Abthorpe Date: Tue, 20 Apr 2010 15:05:22 -0400 From: Thomas Abthorpe To: Diane Bruce Message-ID: <20100420150522.3e6134ba@goodking.goodking.ca> In-Reply-To: <20100420182558.GA94064@night.db.net> References: <20100419035243.GA4554@goodking.goodking.ca> <201004202139.18204.makc@issp.ac.ru> <20100420182558.GA94064@night.db.net> Organization: FreeBSD.GoodKing.Ca X-Mailer: Claws Mail 3.7.5 (GTK+ 2.18.7; i386-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: base64 Cc: freebsd-ports@freebsd.org Subject: Re: Responding to a challenge X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Apr 2010 19:05:27 -0000 LS0tLS1CRUdJTiBQR1AgU0lHTkVEIE1FU1NBR0UtLS0tLQ0KSGFzaDogU0hBMQ0KDQpPbiBUdWUs IDIwIEFwciAyMDEwIDE0OjI1OjU4IC0wNDAwDQpEaWFuZSBCcnVjZSA8ZGJAZGIubmV0PiB3cm90 ZToNCg0KPiBPbiBUdWUsIEFwciAyMCwgMjAxMCBhdCAwOTozOToxN1BNICswNDAwLCBNYXggQnJh emhuaWtvdiB3cm90ZToNCj4gPiBPbiBTdW4sIDE4IEFwciAyMDEwIDIzOjUyOjQzIC0wNDAwLCBU aG9tYXMgQWJ0aG9ycGUgd3JvdGU6DQo+ID4gPiBlZHdpbkAgdGhyZXcgZG93biB0aGlzIGdhdW50 bGV0IHdoZW4gSSBhY2NlcHRlZCBteSByZWNlbnQgaGF0LA0KPiA+ID4gaHR0cDovL2Jsb2dzLmZy ZWVic2Rpc2gub3JnL3RhYnRob3JwZS8yMDEwLzAzLzI1L2NhdGNoaW5nLXVwLW9uLXJlY2VudC1l dmVuDQo+ID4gPiB0cy9jb21tZW50LXBhZ2UtMS8jY29tbWVudC0xMzAyMg0KPiA+ID4gDQo+ID4g PiBJIGhhdmUgcmVzcG9uZGVkLiAgU3VyZSBpdCBpcyBsYW1lLCBJIGFtIGEgcG9ydGVyLCBub3Qg YSBzb25nIHdyaXRlciENCj4gPiANCj4gPiBHcmVhdCEgV2UgYXJlIHdhaXRpbmcgZm9yIGF1ZGlv IHZlcnNpb24gbm93ISA6KQ0KPiANCj4gSG93IGFib3V0IHlvdSB0d28gc2luZyBhIGR1ZXQgYXQg QlNEQ0FOPw0KPiANCj4gLSBEaWFuZQ0KDQpTYWRseSBteSBiYW5kIGlzIHRyYXBwZWQgaW4gRXVy b3BlLCBhbmQgSSBhbSBwZXJzb25hbGx5IHVuYWJsZSB0byB0cmF2ZWwgYXQNCnRoaXMgdGltZSwg YW5kIHdpbGwgbm90IGJlIGF0IEJTRENhbiB0aGlzIHllYXIgOigNCg0KTWF5YmUgbmV4dCB5ZWFy IQ0KDQoNClRob21hcw0KDQotIC0tIA0KVGhvbWFzIEFidGhvcnBlCQl8IEZyZWVCU0QgQ29tbWl0 dGVyDQp0YWJ0aG9ycGVARnJlZUJTRC5vcmcJfCBodHRwOi8vcGVvcGxlLmZyZWVic2Qub3JnL350 YWJ0aG9ycGUNCi0tLS0tQkVHSU4gUEdQIFNJR05BVFVSRS0tLS0tDQpWZXJzaW9uOiBHbnVQRyB2 Mi4wLjE0IChGcmVlQlNEKQ0KDQppRVlFQVJFQ0FBWUZBa3ZOK3ZJQUNna1E1R20vak5CcDhxQjlp Z0NlSTZNakhkdEIvV0hEUUlsTG0vdkw4cDlpDQpPMG9BbjJjZTJzeVZ4OFpYZEZBK09kRXpCRHZN anRadg0KPTdzSVUNCi0tLS0tRU5EIFBHUCBTSUdOQVRVUkUtLS0tLQ0K From owner-freebsd-ports@FreeBSD.ORG Tue Apr 20 20:29:36 2010 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 E8797106566C for ; Tue, 20 Apr 2010 20:29:36 +0000 (UTC) (envelope-from msk@cloudmark.com) Received: from ht1-outbound.cloudmark.com (ht1-outbound.cloudmark.com [72.5.239.35]) by mx1.freebsd.org (Postfix) with ESMTP id D35688FC2A for ; Tue, 20 Apr 2010 20:29:36 +0000 (UTC) Received: from EXCH-C2.corp.cloudmark.com ([172.22.1.74]) by malice.corp.cloudmark.com ([172.22.1.71]) with mapi; Tue, 20 Apr 2010 13:29:35 -0700 From: "Murray S. Kucherawy" To: "umq@ueo.co.jp" Date: Tue, 20 Apr 2010 13:29:35 -0700 Thread-Topic: FreeBSD Port: opendkim-1.1.2_1 Thread-Index: AcrgyDEWA0U9l4s3R06N3/7nJ85lLw== Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "ports@FreeBSD.org" Subject: FreeBSD Port: opendkim-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: Tue, 20 Apr 2010 20:29:37 -0000 Hi, Any chance for an update to the mail/opendkim port? We're at v2.0.2 now; v= 2.0.3 is coming out end of this month with some minor bug fixes. Cheers, -MSK From owner-freebsd-ports@FreeBSD.ORG Tue Apr 20 20:29:59 2010 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 EC2FE1065673; Tue, 20 Apr 2010 20:29:59 +0000 (UTC) (envelope-from db@db.net) Received: from diana.db.net (diana.db.net [66.113.102.10]) by mx1.freebsd.org (Postfix) with ESMTP id D41648FC0A; Tue, 20 Apr 2010 20:29:59 +0000 (UTC) Received: from night.db.net (localhost [127.0.0.1]) by diana.db.net (Postfix) with ESMTP id D8CAF2285A; Tue, 20 Apr 2010 14:26:44 -0600 (MDT) Received: by night.db.net (Postfix, from userid 100) id AF11E33C2E; Tue, 20 Apr 2010 16:29:57 -0400 (EDT) Date: Tue, 20 Apr 2010 16:29:57 -0400 From: Diane Bruce To: Thomas Abthorpe Message-ID: <20100420202957.GA95496@night.db.net> References: <20100419035243.GA4554@goodking.goodking.ca> <201004202139.18204.makc@issp.ac.ru> <20100420182558.GA94064@night.db.net> <20100420150522.3e6134ba@goodking.goodking.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100420150522.3e6134ba@goodking.goodking.ca> User-Agent: Mutt/1.4.2.3i Cc: Diane Bruce , freebsd-ports@freebsd.org Subject: Re: Responding to a challenge X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Apr 2010 20:30:00 -0000 On Tue, Apr 20, 2010 at 03:05:22PM -0400, Thomas Abthorpe wrote: ... > > How about you two sing a duet at BSDCAN? > > > > - Diane > > Sadly my band is trapped in Europe, and I am personally unable to travel at > this time, and will not be at BSDCan this year :( Pity! I was going to suggest it would be worth a buck a piece for developers to witness you singing, all proceeds to the FreeBSD foundation. ;-) - Diane -- - db@FreeBSD.org db@db.net http://www.db.net/~db From owner-freebsd-ports@FreeBSD.ORG Wed Apr 21 02:32:29 2010 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 07DED106564A for ; Wed, 21 Apr 2010 02:32:29 +0000 (UTC) (envelope-from tabthorpe@gmail.com) Received: from mail-qy0-f181.google.com (mail-qy0-f181.google.com [209.85.221.181]) by mx1.freebsd.org (Postfix) with ESMTP id AE0718FC20 for ; Wed, 21 Apr 2010 02:32:28 +0000 (UTC) Received: by qyk11 with SMTP id 11so7478858qyk.13 for ; Tue, 20 Apr 2010 19:32:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:date:from:to:cc :subject:message-id:in-reply-to:references:organization:x-mailer :mime-version:content-type:content-transfer-encoding; bh=Lo65yPbzZ5aRCl8cwJxon8LF6IjI0hFWmGXSL2ibq5w=; b=s0DLH4MiBeEBBfJLRVuxTHMq0JnqSJP/EKh+/hfZkO0PN9MkSxhHm6N8tL9cpAuPjf UPNM2n32fjc/VXrenINUaiOQtDwC5Es0Acg4T1F9nH1otUJkKFbqFSekVby8X0liRxxS YcEa6ZH+s4TdMlJoTyob19lBv2wZvPUUsb6AM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :organization:x-mailer:mime-version:content-type :content-transfer-encoding; b=gDed0WUBVx0koJrqAqLqXJnmA5Y7UsTd6MdGreQn8Yb6FXN0Ps3MEGLjCUMKzxZy8m UJgFvpyknGEN0ql7UIe5M7u9BTEkJmTgN5mav/qK+99yb7YvHExHAcBDaQRPZ8qCaLCW /mNljOzQTvGCGuxppIDo6+XgjejBg0kpZJnpc= Received: by 10.229.217.196 with SMTP id hn4mr3856460qcb.94.1271817146862; Tue, 20 Apr 2010 19:32:26 -0700 (PDT) Received: from goodking.goodking.ca (216-26-220-52.dynamic.tbaytel.net [216.26.220.52]) by mx.google.com with ESMTPS id f5sm4357732qcg.2.2010.04.20.19.32.24 (version=SSLv3 cipher=RC4-MD5); Tue, 20 Apr 2010 19:32:25 -0700 (PDT) Sender: Thomas Abthorpe Date: Tue, 20 Apr 2010 22:32:22 -0400 From: Thomas Abthorpe To: Diane Bruce Message-ID: <20100420223222.0238fb5f@goodking.goodking.ca> In-Reply-To: <20100420202957.GA95496@night.db.net> References: <20100419035243.GA4554@goodking.goodking.ca> <201004202139.18204.makc@issp.ac.ru> <20100420182558.GA94064@night.db.net> <20100420150522.3e6134ba@goodking.goodking.ca> <20100420202957.GA95496@night.db.net> Organization: FreeBSD.GoodKing.Ca X-Mailer: Claws Mail 3.7.5 (GTK+ 2.18.7; i386-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: base64 Cc: freebsd-ports@FreeBSD.org Subject: Re: Responding to a challenge X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Apr 2010 02:32:29 -0000 LS0tLS1CRUdJTiBQR1AgU0lHTkVEIE1FU1NBR0UtLS0tLQ0KSGFzaDogU0hBMQ0KDQpPbiBUdWUs IDIwIEFwciAyMDEwIDE2OjI5OjU3IC0wNDAwDQpEaWFuZSBCcnVjZSA8ZGJAZGIubmV0PiB3cm90 ZToNCg0KPiBQaXR5ISBJIHdhcyBnb2luZyB0byBzdWdnZXN0IGl0IHdvdWxkIGJlIHdvcnRoIGEg YnVjayBhIHBpZWNlIGZvcg0KPiBkZXZlbG9wZXJzIHRvIHdpdG5lc3MgeW91IHNpbmdpbmcsIGFs bCBwcm9jZWVkcyB0byB0aGUgRnJlZUJTRA0KPiBmb3VuZGF0aW9uLiA7LSkNCg0KTXkgc2luZ2lu ZyB3b3VsZCBiZSBlYXN5IHRvIGVtdWxhdGUsIGJyaW5nIGEgY2hhaW4gc2F3LCBhbmQgZmlyZSBp dCB1cCEhIQ0KDQoNClRob21hcw0KDQotIC0tIA0KVGhvbWFzIEFidGhvcnBlCQl8IEZyZWVCU0Qg Q29tbWl0dGVyDQp0YWJ0aG9ycGVARnJlZUJTRC5vcmcJfCBodHRwOi8vcGVvcGxlLmZyZWVic2Qu b3JnL350YWJ0aG9ycGUNCi0tLS0tQkVHSU4gUEdQIFNJR05BVFVSRS0tLS0tDQpWZXJzaW9uOiBH bnVQRyB2Mi4wLjE0IChGcmVlQlNEKQ0KDQppRVlFQVJFQ0FBWUZBa3ZPWTdjQUNna1E1R20vak5C cDhxRHdqUUNmUmJJNjBkZDZhVXpoandiV0h6eVJlcWEyDQptM0FBbjJIUGQvZEU2UGF3MHg2eFQ2 S2xJTDUvMFp1Ng0KPU5xVngNCi0tLS0tRU5EIFBHUCBTSUdOQVRVUkUtLS0tLQ0K From owner-freebsd-ports@FreeBSD.ORG Wed Apr 21 03:19:21 2010 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 45A921065670 for ; Wed, 21 Apr 2010 03:19:21 +0000 (UTC) (envelope-from james.technew@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 F01678FC14 for ; Wed, 21 Apr 2010 03:19:20 +0000 (UTC) Received: by gwj18 with SMTP id 18so954608gwj.13 for ; Tue, 20 Apr 2010 20:19:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:received:message-id :subject:from:to:cc:content-type; bh=NkNekN+lN4/rNsNrPhnu9KZxyJIt/qyVEdJZ6x7fhjY=; b=jYJ4PlHxbN8E/0PfCTzIiUmFtvAAQO0WcNPQ+YPZ9UQiCm6kh5hhutTUR0QEowAsZ5 7WL7hnczXlkXojx08H0A96JRj876L4rggXeFliM3XqgVhl353yhOf9WRyAtjHTigUoaX P+Ku/88Ub5jQKr8vwN4B1z3ZAh1eKf43dPqIM= 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=Wh9JwZf2QZNDiKyslxqBSx8aVqoq10dHCcoae0L95Lz6D9Tn6xXbNyWiFcVBwcnL4P MVQzLVLvCgLJ4pnAfpGd5+6m1KlPU/6ZwsT1itbOjt/t8bsVNc6dMZC68DhAQBYFUmlR joUwJVUayrCYGIxe7hoMYAZHuuuy+icIQCcGg= MIME-Version: 1.0 Received: by 10.231.182.129 with HTTP; Tue, 20 Apr 2010 20:19:19 -0700 (PDT) Date: Wed, 21 Apr 2010 11:19:19 +0800 Received: by 10.150.119.20 with SMTP id r20mr8148047ybc.55.1271819959861; Tue, 20 Apr 2010 20:19:19 -0700 (PDT) Message-ID: From: James Chang To: valerio.daelli@gmail.com Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-ports Subject: About OSSEC-* in FreeBSD ports tree (/usr/ports/security/ossec-*) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Apr 2010 03:19:21 -0000 Dear Sir, I found the following ports in FreeBSD are maintained by you. 1./usr/ports/security/ossec-hids-client 2./usr/ports/security/ossec-hids-server 3./usr/ports/security/ossec-hids-local In Apr. 01,2010, the OSSEC has released v2.4 and an Web interface for OSSEC(http://www.ossec.net/files/ui/ossec-wui-0.3.tar.gz) Could you please update the OSSEC in FreeBSD port tree to version 2.4 ? Best Regards! James From owner-freebsd-ports@FreeBSD.ORG Wed Apr 21 03:27:26 2010 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 C6C811065670 for ; Wed, 21 Apr 2010 03:27:26 +0000 (UTC) (envelope-from james.technew@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 874BB8FC14 for ; Wed, 21 Apr 2010 03:27:26 +0000 (UTC) Received: by gwj18 with SMTP id 18so958206gwj.13 for ; Tue, 20 Apr 2010 20:27:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:received:message-id :subject:from:to:content-type; bh=yd/ZUO7UfHiIsBASJNfDNWJShGa+wTn2C9AVtDa3ywU=; b=BWn5603sxyPSwEngPhphqtAPJzuTZyNEnbt4AyrhYeY72rDLGL1UC3LMqWuURbSlA2 ZIfroT1h4nhPZeAWNZ92hwkOKh6omh7irqGMa+LDWqvTspGEFt8WOvRs86lrU5NMGAGW BtlXOlUwVCIV8lfPu8Cry3v/uGlHMlhMoYhLA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=qUsRPcBHc5TqYJV9FK7Em3+vJX/ZWLSN2R+PVLWTvDd7aS4WrpK7TxjanXTwZP/m4W +xnKcg7+3QxLTUMdY/d2KaA1HDny4nUUUUyDiNYPmk2/opCFUoX9sBpo/QAUuHx6boZq B0h6FUHhIu3VVJt9sfTKB+yM41KMFgd5Uh7TM= MIME-Version: 1.0 Received: by 10.231.182.129 with HTTP; Tue, 20 Apr 2010 20:27:25 -0700 (PDT) Date: Wed, 21 Apr 2010 11:27:25 +0800 Received: by 10.150.120.18 with SMTP id s18mr8189637ybc.269.1271820445852; Tue, 20 Apr 2010 20:27:25 -0700 (PDT) Message-ID: From: James Chang To: freebsd-ports Content-Type: text/plain; charset=ISO-8859-1 Subject: About snort_inline in FreeBSD port tree X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Apr 2010 03:27:26 -0000 Dear Sir, I found the snort_inline in FreeBSD Port Tree was maintained by you. Current version of snort_inline in FreeBSD port tree was 2.4.5_1, but in its official site, the latest version is 2.8.2.1-RC1 (stable version is 2.6.1.5) Could you please upgrade snort_inline in FreeBSD port tree to 2.8.2.1-RC1 or 2.6.1.5 ? Thnaks in advance! Best Regards! James From owner-freebsd-ports@FreeBSD.ORG Wed Apr 21 04:05:25 2010 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 23FFD106566B for ; Wed, 21 Apr 2010 04:05:25 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30]) by mx1.freebsd.org (Postfix) with ESMTP id 032E78FC1D for ; Wed, 21 Apr 2010 04:05:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by spartan.hamla.org (Postfix) with ESMTP id 98A84170F7; Wed, 21 Apr 2010 00:05:24 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tandon.net; h= user-agent:in-reply-to:content-disposition:content-type :content-type:mime-version:references:reply-to:message-id :subject:subject:from:from:date:date:received:received; s=aegis; t=1271822724; bh=NWutG//bM2ZPdgRZPo1pgsE2povqnYFLbiPQN23NHpc=; b= kzzToVBJPWwC18+bVkvOzLvkgG5fAgkH3w7BtLyraAOo2+q+B+lyAlw6w/nVqHcJ 4TuK6OB+/+vpqtaFFxE4N/mdhZpSbJL1CIqldNlIS0KbqKPHoCVcyNytG2ry+pTJ Y6FXkxVbLWIN95xI7DTjdKOSJcM+XydmugSjGKG+hDE= X-Virus-Scanned: by ClamAV at spartan.hamla.org Received: from spartan.hamla.org ([127.0.0.1]) by localhost (spartan.hamla.org [127.0.0.1]) (amavisd-new, port 10027) with LMTP id g8T9zrNmrHC9; Wed, 21 Apr 2010 00:05:24 -0400 (EDT) Received: from magic.hamla.org (cpe-69-201-179-80.nyc.res.rr.com [69.201.179.80]) by spartan.hamla.org (Postfix) with ESMTPSA id 1294817091; Wed, 21 Apr 2010 00:05:23 -0400 (EDT) Date: Wed, 21 Apr 2010 00:05:22 -0400 From: Sahil Tandon To: freebsd-ports@freebsd.org Message-ID: <20100421040521.GE4865@magic.hamla.org> References: <20100419204323.GA24961@Abricot.malikania.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100419204323.GA24961@Abricot.malikania.fr> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: riggs@rrr.de Subject: Re: mplayer needs libcdio and libcdio isn't depending on X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-ports@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Apr 2010 04:05:25 -0000 On Mon, 19 Apr 2010, Demelier David wrote: > When you install mplayer with libcdio support, if will build and > install it, but libcdio has no depend and could be detected as leaf > package. Then pkg_cleanup will ask you to remove it and if you remove > it you canno't use mplayer anymore if it needs this lib. > > Is that behavior expected ? I means that libcdio shouldn't be needed > by mplayer after the installation. I am not a user of multimedia/mplayer, but it seems that you believe sysutils/libcdio is required to *run* mplayer, whereas it is only listed as a *build* dependency. Is that a correct summary of your report? -- Sahil Tandon From owner-freebsd-ports@FreeBSD.ORG Wed Apr 21 09:39:20 2010 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 079E5106564A for ; Wed, 21 Apr 2010 09:39:20 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-bw0-f228.google.com (mail-bw0-f228.google.com [209.85.218.228]) by mx1.freebsd.org (Postfix) with ESMTP id 88D9A8FC2A for ; Wed, 21 Apr 2010 09:39:19 +0000 (UTC) Received: by bwz28 with SMTP id 28so7959606bwz.14 for ; Wed, 21 Apr 2010 02:39:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type :content-transfer-encoding; bh=29pmp97LFZQNanY9XY69V2i3MDK1LoekJWUCz121u10=; b=LKLnEpTCO0NubyPfYHtciqHqOvTSotoG+zrH1StWRmuOmNHCABQWtXy/SJXvOPcrh3 5MW+XUiXj2hhr3Afr1qKeKn/u8AHIgaRUYFrBPerOohIEnyAK17asOMC6g7Qi+yGuZ14 7oroCdcT+k+jJQz+hDL5MT9NqwQtsgT8B0ea4= 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 :content-type:content-transfer-encoding; b=YV+uBuT1q/+DFhhnVjwq0pC+hEUbl3YtkPiwuPftt/RcQZfSRRlrrs9AYgyFTnp2P9 HSzkvw/Y1ea1XfyQR5ANFeJgtuBwBfSTacPQOIGQqqDwBTxd5456152W9n56EZQDCncc s6Xow+4Vu4WyhEmGFfi7WWgH3QJGcYaAZj8kE= MIME-Version: 1.0 Received: by 10.204.54.82 with HTTP; Wed, 21 Apr 2010 02:39:18 -0700 (PDT) In-Reply-To: <20100421040521.GE4865@magic.hamla.org> References: <20100419204323.GA24961@Abricot.malikania.fr> <20100421040521.GE4865@magic.hamla.org> Date: Wed, 21 Apr 2010 11:39:18 +0200 Received: by 10.204.30.195 with SMTP id v3mr1040717bkc.3.1271842758381; Wed, 21 Apr 2010 02:39:18 -0700 (PDT) Message-ID: From: David DEMELIER To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: mplayer needs libcdio and libcdio isn't depending on X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Apr 2010 09:39:20 -0000 2010/4/21 Sahil Tandon : > On Mon, 19 Apr 2010, Demelier David wrote: > >> When you install mplayer with libcdio support, if will build and >> install it, but libcdio has no depend and could be detected as leaf >> package. Then pkg_cleanup will ask you to remove it and if you remove >> it you canno't use mplayer anymore if it needs this lib. >> >> Is that behavior expected ? I means that libcdio shouldn't be needed >> by mplayer after the installation. > > I am not a user of multimedia/mplayer, but it seems that you believe > sysutils/libcdio is required to *run* mplayer, whereas it is only listed > as a *build* dependency. =A0Is that a correct summary of your report? > Yes but it's needed as *run* dependency, remove it and try to play cd/dvd and every cdio related stuff, mplayer will fails on checking shared libraries libcdio.. Cheers. --=20 Demelier David From owner-freebsd-ports@FreeBSD.ORG Wed Apr 21 11:25:45 2010 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 4D48D106566B for ; Wed, 21 Apr 2010 11:25:45 +0000 (UTC) (envelope-from cjk32@cam.ac.uk) Received: from ppsw-43.csi.cam.ac.uk (ppsw-43.csi.cam.ac.uk [131.111.8.143]) by mx1.freebsd.org (Postfix) with ESMTP id 153B58FC1A for ; Wed, 21 Apr 2010 11:25:44 +0000 (UTC) X-Cam-AntiVirus: no malware found X-Cam-SpamDetails: not scanned X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ Received: from nat2.cjkey.org.uk ([88.97.163.221]:59887 helo=[192.168.2.59]) by ppsw-43.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.156]:465) with esmtpsa (PLAIN:cjk32) (TLSv1:DHE-RSA-AES256-SHA:256) id 1O4XmL-0000Ch-DV (Exim 4.70) for ports@freebsd.org (return-path ); Wed, 21 Apr 2010 12:07:37 +0100 Message-ID: <4BCEDC78.7050202@cam.ac.uk> Date: Wed, 21 Apr 2010 12:07:36 +0100 From: Christopher Key User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: ports@freebsd.org X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Compiling for i386 on amd64 using tinderbox X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Apr 2010 11:25:45 -0000 Hello, I've recently been experimenting with building ports for i386 and amd64 using tinderbox on an amd64 machine. Most ports aren't architecture specific, and just use the toolchain provided within the tinderbox jail, blindly producing i386/amd64 binaries as appropriate. However, some ports are architecture specific, e.g. those that have assembler optimised routines, and they cause problems when compiling for i386 on my amd64 machine. Generally, they detect their host environment using uname, and get amd64 back from the kernel. They then proceeed to build, passing amd64 code the the i386 assembler, and fail. I'm not sure what the best solution is to this problem. The purist approach would be to have tinderbox work harder to emulate the target environment, and patch uname to return the appropriate answer. An alternative solutions seems to be to try to get ports to prevent autodetection of the architecture, and use ARCH instead. This can be set in make.conf within the tinderbox jail, overriding the autodetection performed by the port build system. For most ports, the should be fairly straightforward. For example the only change needed in qt4-corelib is [1] Is this something that should be fixed? Do either of the above solutions make sense? It certainly seems desirable to be able to cross compile ports like this, both for testing and for producing packages. Kind regards, Christopher Key [1] --- devel/qt4-corelib/Makefile 2010-03-25 14:52:17.000000000 +0000 +++ devel/qt4-corelib/Makefile 2010-04-21 11:35:20.000000000 +0100 @@ -27,6 +27,7 @@ ALL_TARGET= first CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH +CONFIGURE_ARGS?= -arch ${ARCH:S/amd64/x86_64/} MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \ PATH=${WRKSRC}/bin:$$PATH From owner-freebsd-ports@FreeBSD.ORG Wed Apr 21 11:36:44 2010 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 A6EEE1065673 for ; Wed, 21 Apr 2010 11:36:44 +0000 (UTC) (envelope-from pali.gabor@googlemail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.155]) by mx1.freebsd.org (Postfix) with ESMTP id 302348FC15 for ; Wed, 21 Apr 2010 11:36:43 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id e12so2823812fga.13 for ; Wed, 21 Apr 2010 04:36:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:received:message-id:subject :from:to:cc:content-type; bh=JsA6VPVXhfcQs+/Qg5r6sWDqjhH+zh5bnrqx42mYHUo=; b=bSUabJYK4zTTimdDxiEjCDveWj/KrC72aZLFfrzrhJe2oArwPyaRgd+ZTSgMqkKTZB NFMXvNskKq9vxIYp5iPkasH3IIZ+iIWSvHmrtIj1eQ8qWw7zusFt26msAD7aCAO8U6Dv AyQCyU4FIuDlidDGBDWKzkgcMiX3bhw65oiPw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.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=ldsyoyrAbvr4dZvZTaeNZ5kaHhCxV69adpqE/QQr5JYbbleSKPXa62S2NZU6IXv3Z7 xCzI/GaDm8IAUxzh8FDr0wHHadXxYXXUp9YN8e7ivOb1nDMbx1b3Z2tIsEwpGdphx/qN x5SNHv4gtJBEUKOnPX+WgJGQkKFtfMJxC6W2k= MIME-Version: 1.0 Sender: pali.gabor@googlemail.com Received: by 10.223.110.75 with HTTP; Wed, 21 Apr 2010 04:35:15 -0700 (PDT) In-Reply-To: <4BCEDC78.7050202@cam.ac.uk> References: <4BCEDC78.7050202@cam.ac.uk> Date: Wed, 21 Apr 2010 13:35:15 +0200 X-Google-Sender-Auth: eb00eb587d5198c2 Received: by 10.223.21.23 with SMTP id h23mr784229fab.21.1271849715895; Wed, 21 Apr 2010 04:35:15 -0700 (PDT) Message-ID: From: Gabor PALI To: Christopher Key Content-Type: text/plain; charset=ISO-8859-1 Cc: ports@freebsd.org Subject: Re: Compiling for i386 on amd64 using tinderbox X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Apr 2010 11:36:44 -0000 Hej, On Wed, Apr 21, 2010 at 1:07 PM, Christopher Key wrote: > patch uname to return the appropriate answer I do not think you will need this since answers returned by uname(1) can be customized easily, just check its manual page to see how to do that. Cheers, :g From owner-freebsd-ports@FreeBSD.ORG Wed Apr 21 13:13:59 2010 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 CAC73106564A for ; Wed, 21 Apr 2010 13:13:59 +0000 (UTC) (envelope-from cjk32@cam.ac.uk) Received: from ppsw-33.csi.cam.ac.uk (ppsw-33.csi.cam.ac.uk [131.111.8.133]) by mx1.freebsd.org (Postfix) with ESMTP id 91F418FC23 for ; Wed, 21 Apr 2010 13:13:59 +0000 (UTC) X-Cam-AntiVirus: no malware found X-Cam-SpamDetails: not scanned X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ Received: from nat2.cjkey.org.uk ([88.97.163.221]:23189 helo=[192.168.2.59]) by ppsw-33.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.159]:465) with esmtpsa (PLAIN:cjk32) (TLSv1:DHE-RSA-AES256-SHA:256) id 1O4Zkc-0005Uv-Ai (Exim 4.70) (return-path ); Wed, 21 Apr 2010 14:13:58 +0100 Message-ID: <4BCEFA15.3020207@cam.ac.uk> Date: Wed, 21 Apr 2010 14:13:57 +0100 From: Christopher Key User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: ports@freebsd.org, pgj@FreeBSD.org References: <4BCEDC78.7050202@cam.ac.uk> In-Reply-To: <4BCEDC78.7050202@cam.ac.uk> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: Compiling for i386 on amd64 using tinderbox X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Apr 2010 13:13:59 -0000 > On Wed, Apr 21, 2010 at 1:07 PM, Christopher Key > wrote: > >/ patch uname to return the appropriate answer /> > I do not think you will need this since answers returned by uname(1) > can be customized easily, just check its manual page to see how to do > that. > / Thanks, Setting ARCH, UNAME_m and UNAME_n in ${tb}/scripts/etc/env/jail.* did the trick. I wonder if tinderbox should instead be setting these values automatically based upon the arch supplied to createJail. Chris / From owner-freebsd-ports@FreeBSD.ORG Wed Apr 21 13:34:52 2010 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 DD1901065672 for ; Wed, 21 Apr 2010 13:34:52 +0000 (UTC) (envelope-from pali.gabor@googlemail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.156]) by mx1.freebsd.org (Postfix) with ESMTP id 65B128FC27 for ; Wed, 21 Apr 2010 13:34:52 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id e12so2865853fga.13 for ; Wed, 21 Apr 2010 06:34:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:received:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=ONnXOrygz1A1DNWH/w04CggmGpUT5zQxbfnGEX1MDc8=; b=LajG8oJD6C5G3MkSQiHOI2SayQZP57k535vHKYBIzDOxr2rSZItFENyIgdKt0unm9H G2OM/W3r/T33twbI6t1WeYC72GqQiQTPttUlt+Ik+Hy4HkbuNaotJrqX4T9hqppM5l1y 5L15bePXb57/GrxHG9PTY2zePRZbcrHTKeFzQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=RtbRkz43a0tE/GUfDlh5mYZiB+6t9tqUc1Z+AuIYxq0JLbhNsG/dSBZQ/m8lhy8qjr zdo00++rP/byn5It8aRTg+Fc4BpITNcGNYWBc61QJZDm2iUcgldytBl1kA2cWFfTjlH6 wB/Hz8Rqxm+RLBbLTbHnF7EOAMBJb+r9DVEFs= MIME-Version: 1.0 Sender: pali.gabor@googlemail.com Received: by 10.223.110.75 with HTTP; Wed, 21 Apr 2010 06:34:04 -0700 (PDT) In-Reply-To: <4BCEFA15.3020207@cam.ac.uk> References: <4BCEDC78.7050202@cam.ac.uk> <4BCEFA15.3020207@cam.ac.uk> Date: Wed, 21 Apr 2010 15:34:04 +0200 X-Google-Sender-Auth: 3c692432ef795f82 Received: by 10.223.17.136 with SMTP id s8mr645456faa.41.1271856844333; Wed, 21 Apr 2010 06:34:04 -0700 (PDT) Message-ID: From: Gabor PALI To: Christopher Key Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: ports@freebsd.org Subject: Re: Compiling for i386 on amd64 using tinderbox X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Apr 2010 13:34:52 -0000 On Wed, Apr 21, 2010 at 3:13 PM, Christopher Key wrote: > Setting ARCH, UNAME_m and UNAME_n [..] did the trick. =A0I wonder if tind= erbox should instead be setting these values automatically [..] Ask/request it on the Tinderbox mailing list :) :g From owner-freebsd-ports@FreeBSD.ORG Wed Apr 21 15:21:13 2010 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 388591065672; Wed, 21 Apr 2010 15:21:13 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mx.critical.ch (cl-8.zrh-02.ch.sixxs.net [IPv6:2001:1620:f00:7::2]) by mx1.freebsd.org (Postfix) with ESMTP id BE4E78FC08; Wed, 21 Apr 2010 15:21:12 +0000 (UTC) Received: from wiggles.w.critical.ch (localhost [IPv6:::1]) by mx.critical.ch (8.14.3/8.14.3/critical-1.0) with SMTP id o3LFL7Yx031668; Wed, 21 Apr 2010 17:21:08 +0200 (CEST) (envelope-from ehaupt@FreeBSD.org) Date: Wed, 21 Apr 2010 17:20:19 +0200 From: Emanuel Haupt To: Gabor PALI Message-Id: <20100421172019.f9c8c70e.ehaupt@FreeBSD.org> In-Reply-To: References: <4BCEDC78.7050202@cam.ac.uk> <4BCEFA15.3020207@cam.ac.uk> X-Mailer: Sylpheed 3.0.1 (GTK+ 2.18.7; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: ports@FreeBSD.org, Christopher Key Subject: Re: Compiling for i386 on amd64 using tinderbox X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Apr 2010 15:21:13 -0000 Gabor PALI wrote: > On Wed, Apr 21, 2010 at 3:13 PM, Christopher Key > wrote: > > Setting ARCH, UNAME_m and UNAME_n [..] did the trick. =A0I wonder if > > tinderbox should instead be setting these values automatically [..] >=20 > Ask/request it on the Tinderbox mailing list :) Or even better, send patches :-) Emanuel From owner-freebsd-ports@FreeBSD.ORG Wed Apr 21 17:19:00 2010 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 2C4A3106566C for ; Wed, 21 Apr 2010 17:19:00 +0000 (UTC) (envelope-from tabthorpe@gmail.com) Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id EAE478FC0A for ; Wed, 21 Apr 2010 17:18:59 +0000 (UTC) Received: by pwi9 with SMTP id 9so5436904pwi.13 for ; Wed, 21 Apr 2010 10:18:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:received:date:from:to :cc:subject:message-id:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=+h58hDdRibzB2+tlquYAhuZg4Yc5zRGGcvnUrXlkhDI=; b=Y1A5aqwkpqcofHc0kgiK7qSXxb8YmDBTsZnTocnNihJq2NzZemfP3FrWn2e7CZLJcU NCpOYuSw5D9iY5EM35TY1WBN7BVDkJ2vbXk4XQe30kyq4XFB8epz4qkPeYAzh6XPa3pt XvFdaVyRclBGrQHCqumC0fgVapaeECO6p+VAQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=iyJNgpVuQrsK2zLrlskDRTtAZuynTnxQywyHgO81EIMm05aF8lqlWZ7H/BSeYIk1fr xYnliBvt/4CQUmtAnDmUxlnC5uNc7Sd9hE/URUJfjY9xIcfwJApIw3HTRUWH5SVJnqjv jLsXdpFAGTQXN7EWAkSpTFao33Db0bmYeLniA= Received: by 10.141.188.32 with SMTP id q32mr7952599rvp.183.1271870339314; Wed, 21 Apr 2010 10:18:59 -0700 (PDT) Received: from tabthorpe@gmail.com (216-26-220-52.dynamic.tbaytel.net [216.26.220.52]) by mx.google.com with ESMTPS id 22sm6722465iwn.12.2010.04.21.10.18.54 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 21 Apr 2010 10:18:56 -0700 (PDT) Sender: Thomas Abthorpe Received: by tabthorpe@gmail.com (sSMTP sendmail emulation); Wed, 21 Apr 2010 13:18:53 -0400 Date: Wed, 21 Apr 2010 13:18:53 -0400 From: Thomas Abthorpe To: Naram Qashat Message-ID: <20100421171853.GA1634@goodking.goodking.ca> References: <4BCC5146.8020308@cyberbotx.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="4Ckj6UjgE2iN1+kY" Content-Disposition: inline In-Reply-To: <4BCC5146.8020308@cyberbotx.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: ports@freebsd.org, Eitan Adler Subject: Re: drop devel/allegro and devel/allegro-devel X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Apr 2010 17:19:00 -0000 --4Ckj6UjgE2iN1+kY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Apr 19, 2010 at 08:49:10AM -0400, Naram Qashat wrote: > On 04/19/10 04:16, Eitan Adler wrote: > > Since I no longer use allegro and don't have time to update them I'd > > like to drop maintainership of allegro. > > > > If anyone would like to take them feel free... > > > > Note to the next maintainer: devel/allegro needs to be updated to > > 4.4.1.1 and devel/allegro-devel needs to be updated to 4.9.19. >=20 > I'll take up maintaining both these ports. >=20 > Naram Qashat Transferred :) Thomas --=20 Thomas Abthorpe | FreeBSD Committer tabthorpe@FreeBSD.org | http://people.freebsd.org/~tabthorpe --4Ckj6UjgE2iN1+kY Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iEYEARECAAYFAkvPM3sACgkQ5Gm/jNBp8qDQNgCfcbdh9X+n4RUkdcqSse1JNV60 R+gAmgOY7UgaoXAqP6H45qRVJCxAtkN8 =gMyv -----END PGP SIGNATURE----- --4Ckj6UjgE2iN1+kY-- From owner-freebsd-ports@FreeBSD.ORG Wed Apr 21 20:07:48 2010 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 54EAD106566C; Wed, 21 Apr 2010 20:07:48 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from worf.ds9.tecnik93.com (worf.ds9.tecnik93.com [81.196.207.130]) by mx1.freebsd.org (Postfix) with ESMTP id AEEC58FC27; Wed, 21 Apr 2010 20:07:47 +0000 (UTC) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by worf.ds9.tecnik93.com (Postfix) with ESMTPSA id AF9A422C50DE; Wed, 21 Apr 2010 23:07:46 +0300 (EEST) Date: Wed, 21 Apr 2010 23:07:46 +0300 From: Ion-Mihai Tetcu To: Ion-Mihai Tetcu Message-ID: <20100421230746.71454b7d@it.buh.tecnik93.com> In-Reply-To: <20100420021420.22e22136@it.buh.tecnik93.com> References: <20100328163828.1f34e0e7@it.buh.tecnik93.com> <20100420021420.22e22136@it.buh.tecnik93.com> X-Mailer: Claws Mail 3.7.5 (GTK+ 2.18.7; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/ICxWFpLZ79rTTHCoY=FhSf."; protocol="application/pgp-signature" Cc: stable@freebsd.org, questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: [ HEADS UP ] Ports unstable for the next 10 days X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Apr 2010 20:07:48 -0000 --Sig_/ICxWFpLZ79rTTHCoY=FhSf. Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Tue, 20 Apr 2010 02:14:20 +0300 Ion-Mihai Tetcu wrote: > A switch to use newer GMP version has been committed. >=20 > Unfortunately lang/ghc and dependent ports (and possibly > lang/gnat-gcc44) were broken by this. The brokenness wasn't detected > in our -exp run because of being masked by other issues. A fix has been committed :) --=20 IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B --Sig_/ICxWFpLZ79rTTHCoY=FhSf. Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iEYEARECAAYFAkvPWxIACgkQJ7GIuiH/oeXf5wCggYy4rcXZzCK/D8kJpM7fA7yd vykAnR8/0sa9N79hMKMiCgwqmhyaHM9W =2Dcp -----END PGP SIGNATURE----- --Sig_/ICxWFpLZ79rTTHCoY=FhSf.-- From owner-freebsd-ports@FreeBSD.ORG Wed Apr 21 21:12:37 2010 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 99A1C106564A for ; Wed, 21 Apr 2010 21:12:37 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward15.mail.yandex.net (forward15.mail.yandex.net [95.108.130.119]) by mx1.freebsd.org (Postfix) with ESMTP id 4574A8FC13 for ; Wed, 21 Apr 2010 21:12:37 +0000 (UTC) Received: from smtp14.mail.yandex.net (smtp14.mail.yandex.net [95.108.131.192]) by forward15.mail.yandex.net (Yandex) with ESMTP id 988FD445937F; Thu, 22 Apr 2010 01:12:35 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1271884355; bh=shtfTwhRPPm3rDLxhl6EAGMNkq8F3Zc1YZFjXQ1p+Og=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:Content-Type: Content-Transfer-Encoding; b=ML6oAW+Ze2pO3smnEoEZuwSBx0bhxxI7RwBe0FJUEvG4lNMgw9R9YYdcb+XWuZL6k FZ7P/ADFe2K69xiEUvPqWxl1XLniqmcorNyr9MmBcmWSKP+k3eVfAcZWvgkZlvfN0J YAF1vE6Xn2MHGLa8u22MsQg42AE+/17h/ojExkKc= Received: from smeshariki2.local (unknown [77.66.250.137]) by smtp14.mail.yandex.net (Yandex) with ESMTPSA id 6497A19B8067; Thu, 22 Apr 2010 01:12:35 +0400 (MSD) Message-ID: <4BCF6A12.5030000@yandex.ru> Date: Thu, 22 Apr 2010 01:11:46 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.9.1.8) Gecko/20100303 Thunderbird/3.0.3 MIME-Version: 1.0 To: python@FreeBSD.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Yandex-TimeMark: 1271884355 X-Yandex-Spam: 1 X-Yandex-Front: smtp14.mail.yandex.net Cc: FreeBSD Ports Mailing List Subject: How to depend on package in EGG? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Apr 2010 21:12:37 -0000 Good day! I want add option in port's Makefile to depend on textproc/py-enchant. But how i can do it? It installs as python egg. .if defined(WITH_ENCHANT) RUN_DEPENDS+=${LOCALBASE}/????/enchant/__init__.py:${PORTSDIR}/textproc/py-enchant .endif What should i wrote instead ???? in left part of this RUN_DEPENDS string? Thanks in advance for answer. -- Regards, Ruslan From owner-freebsd-ports@FreeBSD.ORG Wed Apr 21 21:23:26 2010 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 B7C07106566B for ; Wed, 21 Apr 2010 21:23:26 +0000 (UTC) (envelope-from yanefbsd@gmail.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 56F5B8FC08 for ; Wed, 21 Apr 2010 21:23:26 +0000 (UTC) Received: by vws8 with SMTP id 8so815983vws.13 for ; Wed, 21 Apr 2010 14:23:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type; bh=qc0/cQSUqJE5rea+wZ/l2FgdcqQjUrAZw2qbDfIDwyw=; b=U2KIKiPPQoUQmT3ljTyilar6euNcwNagByironOVDnLKiD6KDo2dVPBO2RzPXRSL50 F/JUYS2Jzawg+CYBhkZvrtJk3vOC9vI0yTfTPRkcUK9YwXy9kwrAd+kSw6zj5GPCzRhv BZOHfNsaz4vT2d1UHMsPl5NpPINZMjsp4F07o= 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=D6nDPtVZDrX7ZHe/XFHfeIGYUOfryc9Plsf45JPxZSll7dm+LFzFVQ69Jv0NDIIucE rAR2fJRv6vR2RiSDH9GPvCJZ3Xr9lCyEoo/Xrkx1On2MzwHFsQdKyJJKS9+bF+Rq61wT sct7L3vXBvA5dhAGc0vGUpmIkoyPUEetJlDk0= MIME-Version: 1.0 Received: by 10.229.28.85 with HTTP; Wed, 21 Apr 2010 14:23:25 -0700 (PDT) In-Reply-To: <4BCF6A12.5030000@yandex.ru> References: <4BCF6A12.5030000@yandex.ru> Date: Wed, 21 Apr 2010 14:23:25 -0700 Received: by 10.229.228.83 with SMTP id jd19mr5302334qcb.72.1271885005276; Wed, 21 Apr 2010 14:23:25 -0700 (PDT) Message-ID: From: Garrett Cooper To: Ruslan Mahmatkhanov Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Ports Mailing List , python@freebsd.org Subject: Re: How to depend on package in EGG? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Apr 2010 21:23:26 -0000 On Wed, Apr 21, 2010 at 2:11 PM, Ruslan Mahmatkhanov wrote: > Good day! > > I want add option in port's Makefile to depend on textproc/py-enchant. > But how i can do it? It installs as python egg. > > .if defined(WITH_ENCHANT) > RUN_DEPENDS+=${LOCALBASE}/????/enchant/__init__.py:${PORTSDIR}/textproc/py-enchant > .endif > > What should i wrote instead ???? in left part of this RUN_DEPENDS string? > > Thanks in advance for answer. Depend on the .egg instead of the __init__.py file? -Garrett From owner-freebsd-ports@FreeBSD.ORG Wed Apr 21 22:15:19 2010 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 E53B81065676; Wed, 21 Apr 2010 22:15:19 +0000 (UTC) (envelope-from sterling@camdensoftware.com) Received: from wh2.interactivevillages.com (wh2.interactivevillages.com [75.125.250.34]) by mx1.freebsd.org (Postfix) with ESMTP id 876D78FC19; Wed, 21 Apr 2010 22:15:19 +0000 (UTC) Received: from 174-21-99-21.tukw.qwest.net ([174.21.99.21] helo=_HOSTNAME_) by wh2.interactivevillages.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1O4gqY-0004Ik-Fx; Wed, 21 Apr 2010 13:48:35 -0700 Received: by _HOSTNAME_ (sSMTP sendmail emulation); Wed, 21 Apr 2010 13:52:26 -0700 Date: Wed, 21 Apr 2010 13:52:26 -0700 From: Chip Camden Message-ID: <20100421205226.GA20692@libertas.local.camdensoftware.com> References: <20100328163828.1f34e0e7@it.buh.tecnik93.com> <20100420021420.22e22136@it.buh.tecnik93.com> <20100421230746.71454b7d@it.buh.tecnik93.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100421230746.71454b7d@it.buh.tecnik93.com> User-Agent: Mutt/1.4.2.3i X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - wh2.interactivevillages.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - camdensoftware.com Cc: stable@freebsd.org, questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: [ HEADS UP ] Ports unstable for the next 10 days X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Apr 2010 22:15:20 -0000 On Wed, Apr 21, 2010 at 11:07:46PM +0300, Ion-Mihai Tetcu wrote: > On Tue, 20 Apr 2010 02:14:20 +0300 > Ion-Mihai Tetcu wrote: > > > A switch to use newer GMP version has been committed. > > > > Unfortunately lang/ghc and dependent ports (and possibly > > lang/gnat-gcc44) were broken by this. The brokenness wasn't detected > > in our -exp run because of being masked by other issues. > > A fix has been committed :) > > -- > IOnut - Un^d^dregistered ;) FreeBSD "user" > "Intellectual Property" is nowhere near as valuable as "Intellect" > FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B lang/ghc is still marked IGNORE, unless I'm missing something. -- Sterling (Chip) Camden | camdensoftware.com | chipstips.com | chipsquips.com From owner-freebsd-ports@FreeBSD.ORG Wed Apr 21 22:23:50 2010 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 28326106566B for ; Wed, 21 Apr 2010 22:23:50 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from mail1.sourcehosting.net (113901-app1.sourcehosting.net [72.32.213.11]) by mx1.freebsd.org (Postfix) with ESMTP id 015F68FC29 for ; Wed, 21 Apr 2010 22:23:49 +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.69 (FreeBSD)) (envelope-from ) id 1O4iKf-000NjF-7P; Wed, 21 Apr 2010 18:23:48 -0400 Received: from [127.0.0.1] (fireball.entropy.prv [192.168.1.12]) by cube.entropy.prv (Postfix) with ESMTP id 8EFE13EBF2A5; Wed, 21 Apr 2010 18:23:44 -0400 (EDT) Message-ID: <4BCF7AF5.5000004@FreeBSD.org> Date: Wed, 21 Apr 2010 18:23:49 -0400 From: Greg Larkin Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: Ruslan Mahmatkhanov References: <4BCF6A12.5030000@yandex.ru> In-Reply-To: <4BCF6A12.5030000@yandex.ru> X-Enigmail-Version: 0.96.0 OpenPGP: id=1C940290 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Score: -0.4 (/) Cc: FreeBSD Ports Mailing List , python@FreeBSD.org Subject: Re: How to depend on package in EGG? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: glarkin@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Apr 2010 22:23:50 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ruslan Mahmatkhanov wrote: > Good day! > > I want add option in port's Makefile to depend on textproc/py-enchant. > But how i can do it? It installs as python egg. > > .if defined(WITH_ENCHANT) > RUN_DEPENDS+=${LOCALBASE}/????/enchant/__init__.py:${PORTSDIR}/textproc/py-enchant > > .endif > > What should i wrote instead ???? in left part of this RUN_DEPENDS string? > > Thanks in advance for answer. > Hi Ruslan, You can depend on the installed package name, instead of a file in the port like so: RUN_DEPENDS+= py-enchant>=0:${PORTSDIR}/textproc/py-enchant If you require a specific version, just change ">=0" to the minimum version like ">=1.4". Best regards, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. http://twitter.com/sourcehosting/ - Follow me, follow you -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iD8DBQFLz3r00sRouByUApARAmwKAJ915F035jUjUSj3Ap33RdyHyA3JJQCbBVa4 vk468ZZmDtRq9/IziUz3CMI= =R13m -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Wed Apr 21 23:45:16 2010 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 53436106566C for ; Wed, 21 Apr 2010 23:45:16 +0000 (UTC) (envelope-from rfarmer@predatorlabs.net) Received: from mail-gx0-f222.google.com (mail-gx0-f222.google.com [209.85.217.222]) by mx1.freebsd.org (Postfix) with ESMTP id 200228FC13 for ; Wed, 21 Apr 2010 23:45:15 +0000 (UTC) Received: by gxk22 with SMTP id 22so4205041gxk.4 for ; Wed, 21 Apr 2010 16:45:15 -0700 (PDT) MIME-Version: 1.0 Received: by 10.150.98.16 with HTTP; Wed, 21 Apr 2010 16:45:13 -0700 (PDT) X-Originating-IP: [128.95.133.173] Date: Wed, 21 Apr 2010 16:45:13 -0700 Received: by 10.151.129.12 with SMTP id g12mr9317811ybn.147.1271893513551; Wed, 21 Apr 2010 16:45:13 -0700 (PDT) Message-ID: From: Rob Farmer To: freebsd-ports Content-Type: text/plain; charset=ISO-8859-1 Subject: Dynamic plists X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Apr 2010 23:45:16 -0000 Hi, I maintain math/scilab and am preparing to update it. This port has a huge plist (slightly under 15000 lines), hundreds of which change depending on what options are selected. It is a bit of a pain to update. The porters handbook makes vague reference to dynamic plists - so I was wondering, would this be a good idea? And if so, what is the best way to make one? Thanks, -- Rob Farmer From owner-freebsd-ports@FreeBSD.ORG Thu Apr 22 01:01:16 2010 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 D73381065673 for ; Thu, 22 Apr 2010 01:01:16 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30]) by mx1.freebsd.org (Postfix) with ESMTP id AD4E08FC19 for ; Thu, 22 Apr 2010 01:01:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by spartan.hamla.org (Postfix) with ESMTP id 590AB170EF for ; Wed, 21 Apr 2010 21:01:16 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tandon.net; h= user-agent:in-reply-to:content-disposition:content-type :content-type:mime-version:references:reply-to:message-id :subject:subject:from:from:date:date:received:received; s=aegis; t=1271898076; bh=dn2OCxZgQBXn7dVhce66MeCKaNw4GLEHsWm8sbloyz0=; b= XxGklwYkxurtEfroclwy108usOFpK3Rl5dUB9FBNZBcpmI+6IBFSi9nrAMoFL751 ibVp5H2ug11Vgo8zijm1GvSOXWSn74NXiuQzHIvRgaNeG4gcacqTaLMydAHfs/uJ Manc5drjTkSzAescHU6CqnmJCfLumUYhHqgCxz2mCn0= X-Virus-Scanned: by ClamAV at spartan.hamla.org Received: from spartan.hamla.org ([127.0.0.1]) by localhost (spartan.hamla.org [127.0.0.1]) (amavisd-new, port 10027) with LMTP id NXdhe9al9g-D for ; Wed, 21 Apr 2010 21:01:16 -0400 (EDT) Received: from magic.hamla.org (cpe-69-201-179-80.nyc.res.rr.com [69.201.179.80]) by spartan.hamla.org (Postfix) with ESMTPSA id D0BC917042 for ; Wed, 21 Apr 2010 21:01:15 -0400 (EDT) Date: Wed, 21 Apr 2010 21:01:13 -0400 From: Sahil Tandon To: freebsd-ports@freebsd.org Message-ID: <20100422010113.GA5766@magic.hamla.org> 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) Subject: Re: Dynamic plists X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-ports@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Apr 2010 01:01:16 -0000 On Wed, 21 Apr 2010, Rob Farmer wrote: > I maintain math/scilab and am preparing to update it. This port has a > huge plist (slightly under 15000 lines), hundreds of which change > depending on what options are selected. It is a bit of a pain to > update. The porters handbook makes vague reference to dynamic plists - > so I was wondering, would this be a good idea? And if so, what is the > best way to make one? The reference is vague probably because static plists are generally preferred. :-) But you can start by studying ports that pipe to ${TMPPLIST}; grep through the tree to find them. Also be sure to review the "advanced pkg-plist practices" section of the Porter's Handbook. -- Sahil Tandon From owner-freebsd-ports@FreeBSD.ORG Thu Apr 22 01:42:39 2010 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 B0BEC106566B; Thu, 22 Apr 2010 01:42:39 +0000 (UTC) (envelope-from kline@thought.org) Received: from ethic.thought.org (plato.thought.org [209.180.213.209]) by mx1.freebsd.org (Postfix) with ESMTP id 7275E8FC0A; Thu, 22 Apr 2010 01:42:39 +0000 (UTC) Received: from thought.org (tao.thought.org [10.47.0.250]) (authenticated bits=0) by ethic.thought.org (8.14.3/8.14.3) with ESMTP id o3M1gZoC067029; Wed, 21 Apr 2010 18:42:35 -0700 (PDT) (envelope-from kline@thought.org) Received: by thought.org (nbSMTP-1.00) for uid 1002 kline@thought.org; Wed, 21 Apr 2010 18:42:34 -0700 (PDT) Date: Wed, 21 Apr 2010 18:42:34 -0700 From: Gary Kline To: FBSD Ports Mailing List , FreeBSD Mailing List Message-ID: <20100422014231.GA61478@thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: With 23 years of service to the Unix community. X-Spam-Status: No, score=-2.9 required=3.6 tests=ALL_TRUSTED,BAYES_00, T_RP_MATCHES_RCVD autolearn=ham version=3.3.0 X-Spam-Checker-Version: SpamAssassin 3.3.0 (2010-01-18) on ethic.thought.org Cc: Subject: festival forward? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Apr 2010 01:42:39 -0000 According to Alan Black there is a new beta release of the fest* suites. The festval group is asking fr "installation issues" when they go from 2.0.95b to 2.1. Seems like we've been at 1.95 for centuries. Any plans to update all this stuff...?? gary -- Gary Kline kline@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org The 7.83a release of Jottings: http://jottings.thought.org/index.php From owner-freebsd-ports@FreeBSD.ORG Thu Apr 22 04:47:21 2010 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 C53C2106564A for ; Thu, 22 Apr 2010 04:47:21 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward14.mail.yandex.net (forward14.mail.yandex.net [95.108.130.92]) by mx1.freebsd.org (Postfix) with ESMTP id 7171C8FC08 for ; Thu, 22 Apr 2010 04:47:21 +0000 (UTC) Received: from smtp11.mail.yandex.net (smtp11.mail.yandex.net [95.108.130.67]) by forward14.mail.yandex.net (Yandex) with ESMTP id 9302B4E50DB7 for ; Thu, 22 Apr 2010 08:47:19 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1271911639; bh=S/OJYQfqj2dMwpfeb8Vl6a5IZeNIhDNZlM3OdFc/rac=; h=Message-ID:Date:From:MIME-Version:To:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=mwe5yyKK5GAMvlpNp64i2DLSiZhZPol+QsEp+xYM68d/hExzaM48FtzA5DH2sNQJa y51sHy6zhqA5MclCtyVjSePLp0D9zTGvDs58OYUd/oXYDLT4otoRsmDMeLOemeBy6N 8YJPimTZJyODfO9sXjAyJGd/WBaDaJyCObumqqf8= Received: from smeshariki2.local (unknown [77.66.250.137]) by smtp11.mail.yandex.net (Yandex) with ESMTPSA id 6344944D8081 for ; Thu, 22 Apr 2010 08:47:19 +0400 (MSD) Message-ID: <4BCFD4A7.60105@yandex.ru> Date: Thu, 22 Apr 2010 08:46:31 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.9.1.8) Gecko/20100303 Thunderbird/3.0.3 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <4BCF6A12.5030000@yandex.ru> <4BCF7AF5.5000004@FreeBSD.org> In-Reply-To: <4BCF7AF5.5000004@FreeBSD.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Yandex-TimeMark: 1271911639 X-Yandex-Spam: 1 X-Yandex-Front: smtp11.mail.yandex.net Subject: Re: How to depend on package in EGG? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Apr 2010 04:47:21 -0000 22.04.2010 02:23, Greg Larkin п©п╦я┬п╣я┌: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Ruslan Mahmatkhanov wrote: >> Good day! >> >> I want add option in port's Makefile to depend on textproc/py-enchant. >> But how i can do it? It installs as python egg. >> >> .if defined(WITH_ENCHANT) >> RUN_DEPENDS+=${LOCALBASE}/????/enchant/__init__.py:${PORTSDIR}/textproc/py-enchant >> >> .endif >> >> What should i wrote instead ???? in left part of this RUN_DEPENDS string? >> >> Thanks in advance for answer. >> > > Hi Ruslan, > > You can depend on the installed package name, instead of a file in the > port like so: > > RUN_DEPENDS+= py-enchant>=0:${PORTSDIR}/textproc/py-enchant Thank you much, Greg! It's what i need. > > If you require a specific version, just change ">=0" to the minimum > version like ">=1.4". > > Best regards, > Greg > - -- > Greg Larkin > > http://www.FreeBSD.org/ - The Power To Serve > http://www.sourcehosting.net/ - Ready. Set. Code. > http://twitter.com/sourcehosting/ - Follow me, follow you > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.7 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > > iD8DBQFLz3r00sRouByUApARAmwKAJ915F035jUjUSj3Ap33RdyHyA3JJQCbBVa4 > vk468ZZmDtRq9/IziUz3CMI= > =R13m > -----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" > -- Regards, Ruslan From owner-freebsd-ports@FreeBSD.ORG Thu Apr 22 05:32:33 2010 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 31C211065670 for ; Thu, 22 Apr 2010 05:32:33 +0000 (UTC) (envelope-from makc@issp.ac.ru) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) by mx1.freebsd.org (Postfix) with ESMTP id 8C6088FC16 for ; Thu, 22 Apr 2010 05:32:32 +0000 (UTC) Received: from [80.73.162.185] [80.73.162.185:41968] (HELO/EHLO luna.dio.ru, authenticated with PLAIN) by mail.issp.ac.ru with ESMTP/inet id o3M5VjJs036044 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Thu, 22 Apr 2010 09:31:45 +0400 (MSD) From: Max Brazhnikov Organization: ISSP RAS To: freebsd-ports@freebsd.org Date: Thu, 22 Apr 2010 09:32:29 +0400 User-Agent: KMail/1.13.2 (FreeBSD/8.0-STABLE; KDE/4.4.2; amd64; ; ) References: <4BCF6A12.5030000@yandex.ru> <4BCF7AF5.5000004@FreeBSD.org> <4BCFD4A7.60105@yandex.ru> In-Reply-To: <4BCFD4A7.60105@yandex.ru> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <201004220932.29601.makc@issp.ac.ru> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (mail.issp.ac.ru [77.236.34.3]); Thu, 22 Apr 2010 09:31:45 +0400 (MSD) Cc: Ruslan Mahmatkhanov Subject: Re: How to depend on package in EGG? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Apr 2010 05:32:33 -0000 On Thu, 22 Apr 2010 08:46:31 +0400, Ruslan Mahmatkhanov wrote: > 22.04.2010 02:23, Greg Larkin =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > > You can depend on the installed package name, instead of a file in the > > port like so: > >=20 > > RUN_DEPENDS+=3D py-enchant>=3D0:${PORTSDIR}/textproc/py-enchant You have to use ${PYTHON_PKGNAMEPREFIX}enchant>=3D0 in this case. Max From owner-freebsd-ports@FreeBSD.ORG Thu Apr 22 05:40:00 2010 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 492E2106564A for ; Thu, 22 Apr 2010 05:40:00 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx23.fluidhosting.com [204.14.89.6]) by mx1.freebsd.org (Postfix) with ESMTP id CD04A8FC1F for ; Thu, 22 Apr 2010 05:39:59 +0000 (UTC) Received: (qmail 7722 invoked by uid 399); 22 Apr 2010 05:39:57 -0000 Received: from localhost (HELO ?192.168.0.145?) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 22 Apr 2010 05:39:57 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4BCFE12B.3020608@FreeBSD.org> Date: Wed, 21 Apr 2010 22:39:55 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: James Chang References: In-Reply-To: X-Enigmail-Version: 1.0.1 OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: nick@rogness.net, freebsd-ports Subject: Re: About snort_inline in FreeBSD port tree X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Apr 2010 05:40:00 -0000 On 4/20/2010 8:27 PM, James Chang wrote: > Dear Sir, > > I found the snort_inline in FreeBSD Port Tree was maintained by you. > Current version of snort_inline in FreeBSD port tree was 2.4.5_1, but > in its official site, the latest version is 2.8.2.1-RC1 (stable version is > 2.6.1.5) > > Could you please upgrade snort_inline in FreeBSD port tree to 2.8.2.1-RC1 > or 2.6.1.5 ? This port is maintained by "nick@rogness.net" whom I've cc'ed. You might want to consider giving this (and any other ports you're interested in) a go yourself: http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html Good luck, Doug -- ... and that's just a little bit of history repeating. -- Propellerheads Improve the effectiveness of your Internet presence with a domain name makeover! http://SupersetSolutions.com/ From owner-freebsd-ports@FreeBSD.ORG Thu Apr 22 06:09:09 2010 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 D2CF3106564A; Thu, 22 Apr 2010 06:09:09 +0000 (UTC) (envelope-from turutani@scphys.kyoto-u.ac.jp) Received: from smtp-auth.kuins.kyoto-u.ac.jp (smtp-auth.kuins.kyoto-u.ac.jp [133.3.248.237]) by mx1.freebsd.org (Postfix) with ESMTP id 9AA158FC21; Thu, 22 Apr 2010 06:09:09 +0000 (UTC) Received: from smtp-auth.kuins.kyoto-u.ac.jp (smtp-auth.kuins.kyoto-u.ac.jp [127.0.0.1]) by postfix.imss70 (Postfix) with ESMTP id 25F8F2EC006; Thu, 22 Apr 2010 15:09:08 +0900 (JST) Received: from POLYMER5.scphys.kyoto-u.ac.jp (wd187.BFL38.vectant.ne.jp [210.131.171.187]) by smtp-auth.kuins.kyoto-u.ac.jp (Postfix) with ESMTP id B732B2EC001; Thu, 22 Apr 2010 15:09:07 +0900 (JST) Message-Id: <201004220609.AA01285@POLYMER5.scphys.kyoto-u.ac.jp> From: Tsurutani Naoki Date: Thu, 22 Apr 2010 15:09:03 +0900 To: Gerald Pfeifer , glarkin@freebsd.org In-Reply-To: <4BC7C420.8070802@FreeBSD.org> References: <4BC7C420.8070802@FreeBSD.org> MIME-Version: 1.0 X-Mailer: AL-Mail32 Version 1.13 Content-Type: text/plain; charset=us-ascii Cc: Jouko_Lumij?vi , FreeBSD Ports ML Subject: Re: CFT: print/pdftk port compiled with Java compiler from gcc 4.5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Apr 2010 06:09:09 -0000 Thank you for your fix. pdftk can be built and executed with gcc42. however, it requires gcc42 when we run pdftk. we need some kinds of RUN_DEPENDS= ${LOCALBASE}/lib/gcc${CSUFF}/libgcj.so:${PORTSDIR}/lang/gcc${CSUFF} in print/pdftk/Makefile, I think. --- Tsurutani Naoki turutani@scphys.kyoto-u.ac.jp From owner-freebsd-ports@FreeBSD.ORG Thu Apr 22 06:18:31 2010 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 89A7B106566B for ; Thu, 22 Apr 2010 06:18:31 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mail.bsdforen.de (bsdforen.de [212.204.60.79]) by mx1.freebsd.org (Postfix) with ESMTP id 497158FC13 for ; Thu, 22 Apr 2010 06:18:30 +0000 (UTC) Received: from mobileKamikaze.norad (vpn-cl-166-114.rz.uni-karlsruhe.de [141.3.166.114]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bsdforen.de (Postfix) with ESMTP id EA92F8A1B72 for ; Thu, 22 Apr 2010 08:18:29 +0200 (CEST) Message-ID: <4BCFEA35.8070109@bsdforen.de> Date: Thu, 22 Apr 2010 08:18:29 +0200 From: Dominic Fandrey User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-GB; rv:1.9.1.9) Gecko/20100331 Thunderbird/3.0.4 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: In-Reply-To: X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: Dynamic plists X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Apr 2010 06:18:31 -0000 On 22/04/2010 01:45, Rob Farmer wrote: > I maintain math/scilab and am preparing to update it. This port has a > huge plist (slightly under 15000 lines), hundreds of which change > depending on what options are selected. It is a bit of a pain to > update. The porters handbook makes vague reference to dynamic plists - > so I was wondering, would this be a good idea? And if so, what is the > best way to make one? You normally base it on the output of ${FIND} -s PATH -type f ${FIND} -d PATH -type d | ${SED} 's,^,@dirrm ,' Of course there's normally more to it, but that's the basic principle. -- 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 Thu Apr 22 06:57:12 2010 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 1F1271065672 for ; Thu, 22 Apr 2010 06:57:12 +0000 (UTC) (envelope-from lars@e.0x20.net) Received: from mail.0x20.net (mail.0x20.net [217.69.67.217]) by mx1.freebsd.org (Postfix) with ESMTP id D57BD8FC1A for ; Thu, 22 Apr 2010 06:57:11 +0000 (UTC) Received: by mail.0x20.net (Postfix, from userid 1002) id E917B3A581; Thu, 22 Apr 2010 08:57:09 +0200 (CEST) Date: Thu, 22 Apr 2010 08:57:09 +0200 From: Lars Engels To: Dominic Fandrey Message-ID: <20100422065709.GA33521@e.0x20.net> References: <4BCFEA35.8070109@bsdforen.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="QnQ62SBZf/0gbjGf" Content-Disposition: inline In-Reply-To: <4BCFEA35.8070109@bsdforen.de> X-Editor: VIM - Vi IMproved 7.2 X-Operation-System: FreeBSD 5.5-RELEASE-p19 User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-ports@freebsd.org Subject: Re: Dynamic plists X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Apr 2010 06:57:12 -0000 --QnQ62SBZf/0gbjGf Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 22, 2010 at 08:18:29AM +0200, Dominic Fandrey wrote: > On 22/04/2010 01:45, Rob Farmer wrote: > > I maintain math/scilab and am preparing to update it. This port has a > > huge plist (slightly under 15000 lines), hundreds of which change > > depending on what options are selected. It is a bit of a pain to > > update. The porters handbook makes vague reference to dynamic plists - > > so I was wondering, would this be a good idea? And if so, what is the > > best way to make one? >=20 > You normally base it on the output of > ${FIND} -s PATH -type f > ${FIND} -d PATH -type d | ${SED} 's,^,@dirrm ,' >=20 > Of course there's normally more to it, but that's the basic principle. >=20 Or use auto-plist: http://www.marcuscom.com:8080/cgi-bin/cvsweb.cgi/portstools/auto-plist/ --QnQ62SBZf/0gbjGf Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEARECAAYFAkvP80UACgkQKc512sD3afgNVQCgrCyxG9flI5laSbyf+ooDofmA w+oAnAlCduZ9mOtu/t4iozFCTJFMMK/M =7Y6E -----END PGP SIGNATURE----- --QnQ62SBZf/0gbjGf-- From owner-freebsd-ports@FreeBSD.ORG Thu Apr 22 07:58:23 2010 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 94B0B106566B; Thu, 22 Apr 2010 07:58:23 +0000 (UTC) (envelope-from turutani@scphys.kyoto-u.ac.jp) Received: from smtp-auth.kuins.kyoto-u.ac.jp (smtp-auth.kuins.kyoto-u.ac.jp [133.3.248.237]) by mx1.freebsd.org (Postfix) with ESMTP id 5DA1B8FC13; Thu, 22 Apr 2010 07:58:23 +0000 (UTC) Received: from smtp-auth.kuins.kyoto-u.ac.jp (smtp-auth.kuins.kyoto-u.ac.jp [127.0.0.1]) by postfix.imss70 (Postfix) with ESMTP id E24A32EC006; Thu, 22 Apr 2010 16:58:21 +0900 (JST) Received: from POLYMER5.scphys.kyoto-u.ac.jp (wd187.BFL38.vectant.ne.jp [210.131.171.187]) by smtp-auth.kuins.kyoto-u.ac.jp (Postfix) with ESMTP id 8D48A2EC001; Thu, 22 Apr 2010 16:58:21 +0900 (JST) Message-Id: <201004220758.AA01286@POLYMER5.scphys.kyoto-u.ac.jp> From: Tsurutani Naoki Date: Thu, 22 Apr 2010 16:58:20 +0900 To: glarkin@freebsd.org In-Reply-To: <4BC4B712.2080109@FreeBSD.org> References: <4BC4B712.2080109@FreeBSD.org> MIME-Version: 1.0 X-Mailer: AL-Mail32 Version 1.13 Content-Type: text/plain; charset=us-ascii Cc: =?ISO-2022-JP?B?Sm91a29fTHVtaWobJEJnUxsoQnZp?= , Gerald Pfeifer , FreeBSD Ports ML Subject: Re: CFT: print/pdftk port compiled with Java compiler from gcc 4.5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Apr 2010 07:58:23 -0000 Greg Larkin wrote: > As far as I can tell, this error is caused by the LANG setting which > changes the line: > > if (value.startsWith("\"")) > > into something that results an unterminated string. I suppose the > backslash loses its meaning as an escape character. > > I found some references to the same error in Google, posted by folks > trying to compile software with different LANG settings. I haven't > found a general fix yet, but maybe it can be done by building a > character string from individual, unescaped characters, then converting > them to a java.lang.String object for use in the .startsWith() function. > > If you could submit a PR to support building with LANG=ja_JP.eucJP, I > would be very appreciative! Thank you for your reply. But I have no idea to avoid this... This trouble does not occur while building with gcc42 or any older building processes. Therefore I think this may be a bug of gcc45. Moving to gcc45, this may cause an error. In addition, run-time dependence to gcc library may be necessary as I said in another mail. From owner-freebsd-ports@FreeBSD.ORG Thu Apr 22 08:25:25 2010 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 0E318106566B for ; Thu, 22 Apr 2010 08:25:25 +0000 (UTC) (envelope-from ose11rose@gmail.com) Received: from avas8.indosat.net.id (avas8.indosat.net.id [202.155.90.9]) by mx1.freebsd.org (Postfix) with ESMTP id 0C6478FC1A for ; Thu, 22 Apr 2010 08:25:23 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AtUGAE+kz0tyOjSk/2dsb2JhbACBP4tYA4MHgQ+KcWMOrBQKiCcuiFKCeoIUBIMyiRI X-IronPort-AV: E=Sophos;i="4.52,255,1270400400"; d="scan'208,217";a="24473792" Received: from unknown (HELO BION11) ([114.58.52.164]) by avas7.indosat.net.id with ESMTP; 22 Apr 2010 15:20:03 +0700 MIME-Version: 1.0 From: "Absensi terbaik di Indonesia hanya 1,3 jt" To: freebsd-ports@freebsd.org X-Mailer: SendBlaster.1.6.0 Date: Thu, 22 Apr 2010 15:25:21 +0700 Message-ID: <346469605280368131389@BION-11> Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: LUAR BIASA!!! ABSENSI SIDIK JARI HANYA 1, 3 JUTA => LIFETIME WARANTY X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ose11rose@yahoo.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Apr 2010 08:25:25 -0000 =B7 ABSENSI SIDIK JARI TERBAIK DI INDONESIA =B7 Penyedia Solusi Pengamanan Sistem, Aplikasi dan Data Perusahaan Me= nggunakan Teknologi Sidik Jari Pertama di Indonesia (lebih aman daripada me= nggunakan password,unique ID,encryption,dll) Hanya 1,3JT GARANSI SPARE PART 3 TAHUN GARANSI SERVICE LIFETIME TINGGALKAN ABSENSI MANUAL ANDA BERALIHLAH MENGGUNAKAN ABSENSI SIDIK JARI Hub : Rosnita Fingerspot (021) 93229090/ (021) 62202861 Please visit us @ www.fingerspot .com PT BiomeTrik Citra Solusi From owner-freebsd-ports@FreeBSD.ORG Thu Apr 22 09:04:43 2010 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 A6041106564A; Thu, 22 Apr 2010 09:04:43 +0000 (UTC) (envelope-from pali.gabor@googlemail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.158]) by mx1.freebsd.org (Postfix) with ESMTP id 886FC8FC0A; Thu, 22 Apr 2010 09:04:39 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id e12so260929fga.13 for ; Thu, 22 Apr 2010 02:04:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:received:message-id:subject :from:to:cc:content-type; bh=H0ojKkdAfmogcM8DPQ4s74sUTd4nfnznAa4hR8WsGHI=; b=WSbsw6pacPyQK9NYixnJiFiirTavZDhA2GNxn5rstgfSjoEbqZ9Ry22hKgan3BLe1T dakuMthTCfS1ZkGHH83GpmOxC1DzDLX/RrkgBzEXDFe8jPvbE3fDH/CR1tKQZOG9km3+ cZdx+yXUk8lecD9zC2qDhCsQfihW20bBdovuw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.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=ENEExs9zSebLjV5CB2MjnYN0b0tcAeOqIULLACL7bi2T8/BOhIT4sp9oE9qWsv0IQe UrMVhRPb168ET08qLUT3bg8rUvfFXhcqPzhCEnzdHD5r40qe6BPjjNak2HCtvMUARvIc Dw70iOs7KPCdBQf5oigx/qJr9jybqCv+Cz+gY= MIME-Version: 1.0 Sender: pali.gabor@googlemail.com Received: by 10.223.110.75 with HTTP; Thu, 22 Apr 2010 01:24:35 -0700 (PDT) In-Reply-To: <20100421205226.GA20692@libertas.local.camdensoftware.com> References: <20100328163828.1f34e0e7@it.buh.tecnik93.com> <20100420021420.22e22136@it.buh.tecnik93.com> <20100421230746.71454b7d@it.buh.tecnik93.com> <20100421205226.GA20692@libertas.local.camdensoftware.com> Date: Thu, 22 Apr 2010 10:24:35 +0200 X-Google-Sender-Auth: 9ed02ade5659d098 Received: by 10.223.92.153 with SMTP id r25mr460044fam.76.1271924675070; Thu, 22 Apr 2010 01:24:35 -0700 (PDT) Message-ID: From: Gabor PALI To: Chip Camden Content-Type: text/plain; charset=ISO-8859-1 Cc: stable@freebsd.org, questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: [ HEADS UP ] Ports unstable for the next 10 days X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Apr 2010 09:04:43 -0000 On Wed, Apr 21, 2010 at 10:52 PM, Chip Camden wrote: > lang/ghc is still marked IGNORE, unless I'm missing something. Yes, if your system is older than 6.0 on i386 and older then 7.0 on amd64, it is still ignored, since we do not support those platforms. Otherwise it must be okay. Cheers, g. From owner-freebsd-ports@FreeBSD.ORG Thu Apr 22 09:30:11 2010 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 6F0A31065789 for ; Thu, 22 Apr 2010 09:30:11 +0000 (UTC) (envelope-from ml@netfence.it) Received: from cp-out8.libero.it (cp-out8.libero.it [212.52.84.108]) by mx1.freebsd.org (Postfix) with ESMTP id 08C058FC19 for ; Thu, 22 Apr 2010 09:30:10 +0000 (UTC) Received: from soth.ventu (151.51.13.177) by cp-out8.libero.it (8.5.107) id 4BCD96A10072890B for freebsd-ports@freebsd.org; Thu, 22 Apr 2010 11:30:09 +0200 Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.4/8.14.3) with ESMTP id o3M9U8WK044164 for ; Thu, 22 Apr 2010 11:30:08 +0200 (CEST) (envelope-from ml@netfence.it) Message-ID: <4BD01720.6020103@netfence.it> Date: Thu, 22 Apr 2010 11:30:08 +0200 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; it-IT; rv:1.9.1.9) Gecko/20100402 Thunderbird/3.0.4 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: GMP change X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Apr 2010 09:30:11 -0000 Hello. From UPDATING: > 20100419: > AFFECTS: users of math/libgmp4 > AUTHOR: ale@FreeBSD.org > > The default gmp version in FreeBSD is now 5.0.x. The port directory changed > from math/libgmp4 to math/gmp. An entry has been added in MOVED and all > depending ports have been bumped, so the update should be handled > correctly by common ports management tools, like portmaster and portupgrade. However: > # portupgrade -R kdeutils > [Gathering depends for misc/kdeutils3 ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ done] > [Exclude up-to-date packages .............................................................................................................................................................................................................................. done] > ---> Upgrading 'kdeutils-3.5.10_4' to 'kdeutils-3.5.10_5' (misc/kdeutils3) > ---> Building '/usr/ports/misc/kdeutils3' > ===> Cleaning for kdeutils-3.5.10_5 > ===> Extracting for kdeutils-3.5.10_5 > => MD5 Checksum OK for KDE/kdeutils-3.5.10.tar.bz2. > => SHA256 Checksum OK for KDE/kdeutils-3.5.10.tar.bz2. > ===> Patching for kdeutils-3.5.10_5 > ===> Applying FreeBSD patches for kdeutils-3.5.10_5 > /usr/bin/sed -i.bak -e 's|>tar<|>gtar<|g' /usr/local/local/storage/alamartmp/usr/ports/misc/kdeutils3/work/kdeutils-3.5.10/ark/ark.kcfg > /usr/bin/sed -i.bak -e 's|%%PYTHON_VER%%|2.6|g' -e 's|%%LTMAIN%%|/usr/local/share/libtool/config/ltmain.sh|g' -e 's|%%LIBTOOL%%|/usr/local/bin/libtool|g' /usr/local/local/storage/alamartmp/usr/ports/misc/kdeutils3/work/kdeutils-3.5.10/configure > ===> kdeutils-3.5.10_5 depends on file: /usr/local/bin/python2.6 - found > ===> kdeutils-3.5.10_5 depends on file: /usr/local/bin/moc - found > ===> kdeutils-3.5.10_5 depends on executable: gmake - found > ===> kdeutils-3.5.10_5 depends on package: libtool>=2.2 - found > ===> kdeutils-3.5.10_5 depends on shared library: gmp.10 - not found > ===> Verifying install for gmp.10 in /usr/ports/math/gmp > > ===> gmp-5.0.1 conflicts with installed package(s): > libgmp-4.3.2 > > They install files into the same place. > Please remove them first with pkg_delete(1). > *** Error code 1 > > Stop in /usr/ports/math/gmp. > *** Error code 1 > > Stop in /usr/ports/math/gmp. > *** Error code 1 > > Stop in /usr/ports/misc/kdeutils3. > ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade20100422-49524-vco75w-0 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=kdeutils-3.5.10_4 UPGRADE_PORT_VER=3.5.10_4 make > ** Fix the problem and try again. > ** Listing the failed packages (-:ignored / *:skipped / !:failed) > ! misc/kdeutils3 (kdeutils-3.5.10_4) (unknown build error) Since this machine is quite slow, I thought I'd ask for hints, before doing a days-long trial & error procedure :-) BTW: > # pkg_info -R libgmp\* > Information for libgmp-4.3.2: > > Required by: > gcc-4.3.5.20091227 > kdemultimedia-3.5.10_4 > kdeutils-3.5.10_4 > libao-0.8.8_1 > mpfr-2.4.2 > superkaramba-lwp-15.0_5 > vorbis-tools-1.2.0_6,3 bye & Thanks av. From owner-freebsd-ports@FreeBSD.ORG Thu Apr 22 09:34:59 2010 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 D7D241065675 for ; Thu, 22 Apr 2010 09:34:59 +0000 (UTC) (envelope-from wahjava.ml@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 89DA68FC24 for ; Thu, 22 Apr 2010 09:34:59 +0000 (UTC) Received: by pvg16 with SMTP id 16so271451pvg.13 for ; Thu, 22 Apr 2010 02:34:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:received:from:to:cc :subject:organization:references:x-face:x-uptime:x-url:x-openpgp-id :x-openpgp-fingerprint:x-os:x-mailer:x-mail-morse:x-attribution :organisation:date:in-reply-to:message-id:user-agent:face :mime-version:content-type; bh=4qaw51OeH/LJi78CYCZzsuCbKHW7JCGHK2/tAVYdOIM=; b=Hp0vBiNOAjytZaXCl6pvmf1oXYUzzg+9o64by9rlpv3yS7zpdu6Kjg8khVA5sUXXcM yvNYEvFIruFEh7qH44BDFR5VkGmCQW/SBp8a8Bd/HrDsJZIO0+o1dKxCkhLWt5X9H//X hQtojUUvamj42sLiS+EfPjWacBqxhcvRds26w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:to:cc:subject:organization:references:x-face:x-uptime :x-url:x-openpgp-id:x-openpgp-fingerprint:x-os:x-mailer:x-mail-morse :x-attribution:organisation:date:in-reply-to:message-id:user-agent :face:mime-version:content-type; b=TvuvfPtc6aLo0talEyhd7N6MeWD21vkZrkVFNj7BOvHkJBoIPdxPOVrymMa28rZ7PH nGohquA1UQPmJX5BbpnhMRWHs5tJQrkbELhQ2lZUEyufgfX+ElGCzBWrn8l3PgVyKyEM mJFQRQUdZHYCPEGuOcyaERwsbYlkFuiTMwaC4= Received: by 10.115.24.9 with SMTP id b9mr807881waj.83.1271928898328; Thu, 22 Apr 2010 02:34:58 -0700 (PDT) Received: from chateau.d.if ([122.177.109.70]) by mx.google.com with ESMTPS id k2sm3502038wae.19.2010.04.22.02.34.56 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 22 Apr 2010 02:34:57 -0700 (PDT) Sender: Ashish SHUKLA Received: from chateau.d.if (chateau.d.if [127.0.0.1]) by chateau.d.if (Postfix) with ESMTP id 537C43260D6; Thu, 22 Apr 2010 15:04:50 +0530 (IST) From: wahjava.ml@gmail.com (Ashish SHUKLA) To: Andrea Venturoli Organization: alt.religion.emacs References: <4BD01720.6020103@netfence.it> X-Face: )vGQ9yK7Y$Flebu1C>(B\gYBm)[$zfKM+p&TT[[JWl6:]S>cc$%-z7-`46Zf0B*syL.C]oCq[upTG~zuS0.$"_%)|Q@$hA=9{3l{%u^h3jJ^Zl; t7 X-Uptime: 15:03:11 up 56 min, 1 user, load average: 1.71, 1.20, 0.98 X-URL: http://762e5e74.wordpress.com/ X-OpenPGP-ID: E74FA4B0 X-OpenPGP-Fingerprint: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0 X-OS: GNU/Linux on Linux 2.6.33-ARCH kernel on x86_64 architecture X-Mailer: Gnus v5.13 X-Mail-Morse: .-- .- .... .--- .- ...- .- .--.-. --. -- .- .. .-.. .-.-.- -.-. --- -- X-Attribution: =?utf-8?B?4KSG4KS24KWA4KS3?= Organisation: alt.religion.emacs Date: Thu, 22 Apr 2010 15:04:49 +0530 In-Reply-To: <4BD01720.6020103@netfence.it> (Andrea Venturoli's message of "Thu, 22 Apr 2010 11:30:08 +0200") Message-ID: <864oj325l2.fsf@chateau.d.if> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (x86_64-unknown-linux-gnu) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAJ1BMVEWpqal/f39tbW1jY2Md HR2goKCenp6UlJROTk7////9/f35+fnT09ORJdieAAACVklEQVQ4jXXUP2vbQBQA8AvUTkgz5OzY Z0iGWhpS6BSrkECn0mvx0MEJ6AjtYrfoBCVDlD8naJYmNlRfwZq8+mkKlIZaGpJSYmP7Q/XkJDrJ Td8i/H68u3vHPaPufwLdf32AMA4A6GcAgvAamY1pOJiDIFqicTwLswDhfr3uxfFtkAY/GFHPMwzD 8zpnACmIOnE6js7rQb+v4NJrG9od0C+QgpHMy5jBewV+UDSMWiw1Y4fWfyV7+NGFzDsYa3pth9LJ Q4XvXxFHcJRvHOmygn5NAEabnDcQQguarnfoiwSCJ99jmKKcphsZONmWsDK9Ro7cvZOCtQdg8nje egLhc2LNlkLmsezzTFUUy5w18ocox/f0LaLgJy0zO75zk+9pp85GAj36xjqhdI0y3tq2m4dqqcWX zQWBTz8L1irvolXV4J+3q7eCDgVnttjNq6X8H+9KOZsuNk1uCzx8pSp+E9HImfJOTLdcGqo+YKnG EIovizkEn48V7BO+ch2DXcD4ENSpWiU+q8hjjbgTBZCXnZtyj0Ws4Q1Q0B2WXFtYZo65Bbyeeldw RS6qFueM80LlLA29YlVwGRYvFD+kwI/0O+A2PlpOP9GwslUVciHuYGechuBTp922YiDZCrghTknm XSyOM+D3aoRZlo0Jb42zY7DN4p2x4AeZ+QAYutx1sHwTHzMT5cMNduQ9yW3GczN4KZ86kb0c9O8T yXDeFqpl2fryPEAYGXIlezAPXYh2NgVr/gvdoHIuDwuPwOhcWE8f8mmICq41eATkn8x0kuRTIKcB wE9+/QUtiiAnYcaN7wAAAABJRU5ErkJggg== MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Cc: freebsd-ports@freebsd.org Subject: Re: GMP change X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Apr 2010 09:34:59 -0000 --=-=-= Content-Transfer-Encoding: quoted-printable Andrea Venturoli writes: > Hello. > From UPDATING: >> 20100419: >> AFFECTS: users of math/libgmp4 >> AUTHOR: ale@FreeBSD.org >>=20 >> The default gmp version in FreeBSD is now 5.0.x. The port directory chan= ged >> from math/libgmp4 to math/gmp. An entry has been added in MOVED and all >> depending ports have been bumped, so the update should be handled >> correctly by common ports management tools, like portmaster and portupgr= ade. Yeah, this was a bit confusing. I'd to deinstall math/libgmp4 and then installed math/gmp. And after that upgraded all ports. Ashish =2D-=20 They who can give up essential liberty to obtain a little temporary safety, deserve neither liberty nor safety. -- Benjamin Franklin, Memoirs of the life and writings of Benjamin Frankl= in --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (GNU/Linux) iQIcBAEBCgAGBQJL0Bg6AAoJEMdGz6nnT6Sw/pUQAIiW3d1pJFl35/GB0bGCdm9R PjOp00p1ONF9KmHJoGiLIGd9MBm7XwHmZVcWwKZdGHW3q60/hSucDmrLcUaL1yG7 m/AlaaYC+8ZCJGKVp9PjG+PjDIbEdcuR4EweIZxqcUT6MAxN9D/Y8HtH7cgtNDmG R789/hVJZ+/4+hjrM7ENlPdeLnFdPjPe8dVhqvxmm+WHQ9wChjHipbdgFuiseJOS cE55oYt592tulX/DAAtNfmx3OtqkzwmVTU69vHtWp58uWeXFQwMx4Vn/QMfOw+k5 yjzE/pw0zpEOgv2Tuhw2/VcNk+n79j+jZmkceOrP1JVjPtuLPYbUNPF7PbsFfs8Y M+/nt5x035pTGHqYtK6DANp2q5x3zw+vAagz2gHczZB+xRdLq4sfZzau52Pr44DL O+/azRnj536tHU1FG8L4wkuhnX1ySeFm34gjp76Xs/mJHZWNfbZoXGDoO0pMGm9l DuMo6LuVnLZZHavmf6D/3cxZXii0tsLPtGBLCrSans4dQfrtwxE9ffR+EqkT4K0y fxpCxzHR+HnTIocXFhF6wvNV8QwsP+Iohld03EvNWVJthxVAA+HbaXn+7V5pMQVQ p0p94uUuFqXG29pLpB9u/1iYBZjhjm7imPySyiDgvnr9GQLg6qIQ+jgw8a1hbKcv JTVzyLeJHnj6aDh9FYp9 =I3xI -----END PGP SIGNATURE----- --=-=-=-- From owner-freebsd-ports@FreeBSD.ORG Thu Apr 22 10:02:59 2010 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 8A4E9106566B for ; Thu, 22 Apr 2010 10:02:59 +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 1F7938FC19 for ; Thu, 22 Apr 2010 10:02:58 +0000 (UTC) Received: from bwex.bally-wulff.de (unknown [192.168.204.106]) by mail2.bally-wulff-berlin.de (Postfix) with ESMTP id 47C0A9906E; Thu, 22 Apr 2010 11:36:19 +0200 (CEST) Received: from [192.9.205.177] ([192.9.205.177]) by bwex.bally-wulff.de with Microsoft SMTPSVC(6.0.3790.3959); Thu, 22 Apr 2010 11:36:19 +0200 Message-ID: <4BD01891.7070804@bally-wulff.de> Date: Thu, 22 Apr 2010 11:36:17 +0200 From: Luca Pizzamiglio User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.9) Gecko/20100419 Thunderbird/3.0.4 MIME-Version: 1.0 To: Andrea Venturoli References: <4BD01720.6020103@netfence.it> In-Reply-To: <4BD01720.6020103@netfence.it> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-OriginalArrivalTime: 22 Apr 2010 09:36:19.0295 (UTC) FILETIME=[4325EEF0:01CAE1FF] Cc: freebsd-ports@freebsd.org Subject: Re: GMP change X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Apr 2010 10:02:59 -0000 Hallo Andrea, I've had the same problem using portupgrade and no clean solution found. This is the dirty trick I've used: pkg_delete -f libgmp4\* portupgrade -N math/gmp BTW, portupgrade with -o doesn't work because now the conflicts is checked "before" the building process and gmp building fails.. Best regards! Luca On 04/22/2010 11:30, Andrea Venturoli wrote: > Hello. > > From UPDATING: > >> 20100419: >> AFFECTS: users of math/libgmp4 >> AUTHOR: ale@FreeBSD.org >> >> The default gmp version in FreeBSD is now 5.0.x. The port directory >> changed >> from math/libgmp4 to math/gmp. An entry has been added in MOVED and all >> depending ports have been bumped, so the update should be handled >> correctly by common ports management tools, like portmaster and >> portupgrade. > > > > However: > >> # portupgrade -R kdeutils >> [Gathering depends for misc/kdeutils3 >> ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ >> done] >> [Exclude up-to-date packages >> .............................................................................................................................................................................................................................. >> done] >> ---> Upgrading 'kdeutils-3.5.10_4' to 'kdeutils-3.5.10_5' >> (misc/kdeutils3) >> ---> Building '/usr/ports/misc/kdeutils3' >> ===> Cleaning for kdeutils-3.5.10_5 >> ===> Extracting for kdeutils-3.5.10_5 >> => MD5 Checksum OK for KDE/kdeutils-3.5.10.tar.bz2. >> => SHA256 Checksum OK for KDE/kdeutils-3.5.10.tar.bz2. >> ===> Patching for kdeutils-3.5.10_5 >> ===> Applying FreeBSD patches for kdeutils-3.5.10_5 >> /usr/bin/sed -i.bak -e 's|>tar<|>gtar<|g' >> /usr/local/local/storage/alamartmp/usr/ports/misc/kdeutils3/work/kdeutils-3.5.10/ark/ark.kcfg >> >> /usr/bin/sed -i.bak -e 's|%%PYTHON_VER%%|2.6|g' -e >> 's|%%LTMAIN%%|/usr/local/share/libtool/config/ltmain.sh|g' -e >> 's|%%LIBTOOL%%|/usr/local/bin/libtool|g' >> /usr/local/local/storage/alamartmp/usr/ports/misc/kdeutils3/work/kdeutils-3.5.10/configure >> >> ===> kdeutils-3.5.10_5 depends on file: /usr/local/bin/python2.6 - found >> ===> kdeutils-3.5.10_5 depends on file: /usr/local/bin/moc - found >> ===> kdeutils-3.5.10_5 depends on executable: gmake - found >> ===> kdeutils-3.5.10_5 depends on package: libtool>=2.2 - found >> ===> kdeutils-3.5.10_5 depends on shared library: gmp.10 - not found >> ===> Verifying install for gmp.10 in /usr/ports/math/gmp >> >> ===> gmp-5.0.1 conflicts with installed package(s): >> libgmp-4.3.2 >> >> They install files into the same place. >> Please remove them first with pkg_delete(1). >> *** Error code 1 >> >> Stop in /usr/ports/math/gmp. >> *** Error code 1 >> >> Stop in /usr/ports/math/gmp. >> *** Error code 1 >> >> Stop in /usr/ports/misc/kdeutils3. >> ** Command failed [exit code 1]: /usr/bin/script -qa >> /tmp/portupgrade20100422-49524-vco75w-0 env UPGRADE_TOOL=portupgrade >> UPGRADE_PORT=kdeutils-3.5.10_4 UPGRADE_PORT_VER=3.5.10_4 make >> ** Fix the problem and try again. >> ** Listing the failed packages (-:ignored / *:skipped / !:failed) >> ! misc/kdeutils3 (kdeutils-3.5.10_4) (unknown build error) > > > > Since this machine is quite slow, I thought I'd ask for hints, before > doing a days-long trial & error procedure :-) > > BTW: > >> # pkg_info -R libgmp\* >> Information for libgmp-4.3.2: >> >> Required by: >> gcc-4.3.5.20091227 >> kdemultimedia-3.5.10_4 >> kdeutils-3.5.10_4 >> libao-0.8.8_1 >> mpfr-2.4.2 >> superkaramba-lwp-15.0_5 >> vorbis-tools-1.2.0_6,3 > > > > > bye & Thanks > av. > _______________________________________________ > 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" -- Mit herzlichen Grц╪ц÷en, Luca Pizzamiglio Systementwicklung From owner-freebsd-ports@FreeBSD.ORG Thu Apr 22 10:27:36 2010 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 030371065674 for ; Thu, 22 Apr 2010 10:27:36 +0000 (UTC) (envelope-from dennylin93@hs.ntnu.edu.tw) Received: from mail.hs.ntnu.edu.tw (mail.hs.ntnu.edu.tw [140.131.149.3]) by mx1.freebsd.org (Postfix) with ESMTP id C8D928FC17 for ; Thu, 22 Apr 2010 10:27:35 +0000 (UTC) Received: by mail.hs.ntnu.edu.tw (Postfix, from userid 1001) id 244214B7838; Thu, 22 Apr 2010 18:10:29 +0800 (CST) Date: Thu, 22 Apr 2010 18:10:29 +0800 From: Denny Lin To: Luca Pizzamiglio Message-ID: <20100422101028.GD57131@mail.hs.ntnu.edu.tw> References: <4BD01720.6020103@netfence.it> <4BD01891.7070804@bally-wulff.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <4BD01891.7070804@bally-wulff.de> User-Agent: Mutt/1.4.2.3i Cc: freebsd-ports@freebsd.org Subject: Re: GMP change X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Apr 2010 10:27:36 -0000 On Thu, Apr 22, 2010 at 11:36:17AM +0200, Luca Pizzamiglio wrote: > Hallo Andrea, > > I've had the same problem using portupgrade and no clean solution found. > > This is the dirty trick I've used: > > pkg_delete -f libgmp4\* > portupgrade -N math/gmp > > BTW, portupgrade with -o doesn't work because now the conflicts is > checked "before" the building process and gmp building fails.. See if this works: # env DISABLE_CONFLICTS=1 portmaster -o math/gmp math/libgmp4 -- Denny Lin From owner-freebsd-ports@FreeBSD.ORG Thu Apr 22 10:54:58 2010 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 8CCF1106566B for ; Thu, 22 Apr 2010 10:54:58 +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 4B0C88FC17 for ; Thu, 22 Apr 2010 10:54:58 +0000 (UTC) Received: from bwex.bally-wulff.de (unknown [192.168.204.106]) by mail2.bally-wulff-berlin.de (Postfix) with ESMTP id 25DD19906E; Thu, 22 Apr 2010 12:54:57 +0200 (CEST) Received: from [192.9.205.177] ([192.9.205.177]) by bwex.bally-wulff.de with Microsoft SMTPSVC(6.0.3790.3959); Thu, 22 Apr 2010 12:54:56 +0200 Message-ID: <4BD02B01.3070407@bally-wulff.de> Date: Thu, 22 Apr 2010 12:54:57 +0200 From: Luca Pizzamiglio User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.9) Gecko/20100419 Thunderbird/3.0.4 MIME-Version: 1.0 To: Denny Lin References: <4BD01720.6020103@netfence.it> <4BD01891.7070804@bally-wulff.de> <20100422101028.GD57131@mail.hs.ntnu.edu.tw> In-Reply-To: <20100422101028.GD57131@mail.hs.ntnu.edu.tw> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-OriginalArrivalTime: 22 Apr 2010 10:54:56.0777 (UTC) FILETIME=[3EFC8F90:01CAE20A] Cc: freebsd-ports@freebsd.org Subject: Re: GMP change X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Apr 2010 10:54:58 -0000 Hi Denny, your trick works! Thanks, but I think is not the best solution for all cases... If there are more conflicting ports, disabling the check is not a good idea... Best regards Luca On 04/22/2010 12:10, Denny Lin wrote: > On Thu, Apr 22, 2010 at 11:36:17AM +0200, Luca Pizzamiglio wrote: >> Hallo Andrea, >> >> I've had the same problem using portupgrade and no clean solution found. >> >> This is the dirty trick I've used: >> >> pkg_delete -f libgmp4\* >> portupgrade -N math/gmp >> >> BTW, portupgrade with -o doesn't work because now the conflicts is >> checked "before" the building process and gmp building fails.. > > See if this works: > # env DISABLE_CONFLICTS=1 portmaster -o math/gmp math/libgmp4 > -- Mit herzlichen Grц╪ц÷en, Luca Pizzamiglio Systementwicklung BALLY WULFF Entertainment GmbH Maybachufer 48-51 12045 Berlin Phone: +49(30)62002 149 From owner-freebsd-ports@FreeBSD.ORG Thu Apr 22 07:07:56 2010 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 75758106567C; Thu, 22 Apr 2010 07:07:56 +0000 (UTC) (envelope-from nick@rogness.net) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 293D98FC21; Thu, 22 Apr 2010 07:07:55 +0000 (UTC) Received: by gyh20 with SMTP id 20so4332767gyh.13 for ; Thu, 22 Apr 2010 00:07:55 -0700 (PDT) Received: by 10.101.180.6 with SMTP id h6mr23212717anp.65.1271918430804; Wed, 21 Apr 2010 23:40:30 -0700 (PDT) Received: from bda793.bisx.prod.on.blackberry (bda-67-223-65-98.bise.na.blackberry.com [67.223.65.98]) by mx.google.com with ESMTPS id y6sm75893772ana.15.2010.04.21.23.40.28 (version=SSLv3 cipher=RC4-MD5); Wed, 21 Apr 2010 23:40:29 -0700 (PDT) X-rim-org-msg-ref-id: 1880237725 Message-ID: <1880237725-1271918426-cardhu_decombobulator_blackberry.rim.net-1304989228-@bda2316.bisx.prod.on.blackberry> Content-Transfer-Encoding: base64 X-Priority: Normal Sensitivity: Normal Importance: Normal To: "Doug Barton" ,"James Chang" From: nick@rogness.net Date: Thu, 22 Apr 2010 06:40:43 +0000 Content-Type: text/plain MIME-Version: 1.0 X-Mailman-Approved-At: Thu, 22 Apr 2010 11:18:17 +0000 Cc: freebsd-ports Subject: Re: About snort_inline in FreeBSD port tree X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nick@rogness.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Apr 2010 07:07:56 -0000 SSBzdWJtaXR0ZWQgdGhlIHNlbmQtcHIgcGF0Y2ggZm9yIHN0YWJsZSBhIGxvbmcgdGltZSBhZ28u ICBJdCBtdXN0IG5vdCBoYXZlIGJlZW4gY29tbWl0dGVkPyAgSSB3aWxsIHJlc2VuZC4NCg0KTmlj aw0KDQotLS0tLS1PcmlnaW5hbCBNZXNzYWdlLS0tLS0tDQpGcm9tOiBEb3VnIEJhcnRvbg0KVG86 IEphbWVzIENoYW5nDQpDYzogZnJlZWJzZC1wb3J0cw0KQ2M6IG5pY2tAcm9nbmVzcy5uZXQNClN1 YmplY3Q6IFJlOiBBYm91dCBzbm9ydF9pbmxpbmUgaW4gRnJlZUJTRCBwb3J0IHRyZWUNClNlbnQ6 IEFwciAyMSwgMjAxMCAxMTozOSBQTQ0KDQpPbiA0LzIwLzIwMTAgODoyNyBQTSwgSmFtZXMgQ2hh bmcgd3JvdGU6DQo+IERlYXIgU2lyLA0KPiANCj4gICAgIEkgZm91bmQgdGhlIHNub3J0X2lubGlu ZSBpbiBGcmVlQlNEIFBvcnQgVHJlZSB3YXMgbWFpbnRhaW5lZCBieSB5b3UuDQo+IEN1cnJlbnQg dmVyc2lvbiBvZiBzbm9ydF9pbmxpbmUgaW4gRnJlZUJTRCBwb3J0IHRyZWUgd2FzIDIuNC41XzEs IGJ1dA0KPiBpbiBpdHMgb2ZmaWNpYWwgc2l0ZSwgdGhlIGxhdGVzdCB2ZXJzaW9uIGlzIDIuOC4y LjEtUkMxIChzdGFibGUgdmVyc2lvbiBpcw0KPiAyLjYuMS41KQ0KPiANCj4gICAgQ291bGQgeW91 IHBsZWFzZSB1cGdyYWRlIHNub3J0X2lubGluZSBpbiBGcmVlQlNEIHBvcnQgdHJlZSB0byAyLjgu Mi4xLVJDMQ0KPiBvciAyLjYuMS41ID8NCg0KVGhpcyBwb3J0IGlzIG1haW50YWluZWQgYnkgIm5p Y2tAcm9nbmVzcy5uZXQiIHdob20gSSd2ZSBjYydlZC4gWW91IG1pZ2h0DQp3YW50IHRvIGNvbnNp ZGVyIGdpdmluZyB0aGlzIChhbmQgYW55IG90aGVyIHBvcnRzIHlvdSdyZSBpbnRlcmVzdGVkIGlu KQ0KYSBnbyB5b3Vyc2VsZjoNCmh0dHA6Ly93d3cuZnJlZWJzZC5vcmcvZG9jL2VuX1VTLklTTzg4 NTktMS9ib29rcy9wb3J0ZXJzLWhhbmRib29rL2luZGV4Lmh0bWwNCg0KDQpHb29kIGx1Y2ssDQoN CkRvdWcNCg0KLS0gDQoNCgkuLi4gYW5kIHRoYXQncyBqdXN0IGEgbGl0dGxlIGJpdCBvZiBoaXN0 b3J5IHJlcGVhdGluZy4NCgkJCS0tIFByb3BlbGxlcmhlYWRzDQoNCglJbXByb3ZlIHRoZSBlZmZl Y3RpdmVuZXNzIG9mIHlvdXIgSW50ZXJuZXQgcHJlc2VuY2Ugd2l0aA0KCWEgZG9tYWluIG5hbWUg bWFrZW92ZXIhICAgIGh0dHA6Ly9TdXBlcnNldFNvbHV0aW9ucy5jb20vDQoNCg0KDQpTZW50IGZy b20gbXkgQmxhY2tCZXJyeSBTbWFydHBob25lIHByb3ZpZGVkIGJ5IEFsbHRlbA== From owner-freebsd-ports@FreeBSD.ORG Thu Apr 22 11:22:45 2010 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 71A7D1065677 for ; Thu, 22 Apr 2010 11:22:45 +0000 (UTC) (envelope-from ml@netfence.it) Received: from cp-out9.libero.it (cp-out9.libero.it [212.52.84.109]) by mx1.freebsd.org (Postfix) with ESMTP id 09BA88FC14 for ; Thu, 22 Apr 2010 11:22:44 +0000 (UTC) Received: from soth.ventu (151.51.13.177) by cp-out9.libero.it (8.5.107) id 4BC7480F016B43F4; Thu, 22 Apr 2010 13:22:43 +0200 Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.4/8.14.3) with ESMTP id o3MBMe1A001563; Thu, 22 Apr 2010 13:22:40 +0200 (CEST) (envelope-from ml@netfence.it) Message-ID: <4BD03180.10100@netfence.it> Date: Thu, 22 Apr 2010 13:22:40 +0200 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; it-IT; rv:1.9.1.9) Gecko/20100402 Thunderbird/3.0.4 MIME-Version: 1.0 To: Luca Pizzamiglio References: <4BD01720.6020103@netfence.it> <4BD01891.7070804@bally-wulff.de> In-Reply-To: <4BD01891.7070804@bally-wulff.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: GMP change X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Apr 2010 11:22:45 -0000 On 04/22/10 11:36, Luca Pizzamiglio wrote: > Hallo Andrea, > > I've had the same problem using portupgrade and no clean solution found. > > This is the dirty trick I've used: > > pkg_delete -f libgmp4\* > portupgrade -N math/gmp > > BTW, portupgrade with -o doesn't work because now the conflicts is > checked "before" the building process and gmp building fails.. > > Best regards! Thanks, I'm trying this. However, after pkg_delete, I did: # pkgdb -F ---> Checking the package registry database Stale dependency: gcc-4.3.5.20091227 -> libgmp-4.3.2 (math/libgmp4): -> Deleted. (irrelevant) Stale dependency: kdemultimedia-3.5.10_4 -> libgmp-4.3.2 (math/libgmp4): -> Deleted. (irrelevant) Stale dependency: kdeutils-3.5.10_4 -> libgmp-4.3.2 (math/libgmp4): -> Deleted. (irrelevant) Stale dependency: libao-0.8.8_1 -> libgmp-4.3.2 (math/libgmp4): -> Deleted. (irrelevant) Stale dependency: mpfr-2.4.2 -> libgmp-4.3.2 (math/libgmp4): -> Deleted. (irrelevant) Stale dependency: superkaramba-lwp-15.0_5 -> libgmp-4.3.2 (math/libgmp4): -> Deleted. (irrelevant) Stale dependency: vorbis-tools-1.2.0_6,3 -> libgmp-4.3.2 (math/libgmp4): -> Deleted. (irrelevant) Of course, when I later updated one of the above packages, gmp was found missing and got installed, but what really makes me wonder is pkgdb thinking all these dependencies are really irrelevant; this is some behaviour I also recently noticed in other situations and found it strange there too. Any pointer on how pkgdb decides that? bye & Thanks av. From owner-freebsd-ports@FreeBSD.ORG Thu Apr 22 15:12:32 2010 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 895F71065670 for ; Thu, 22 Apr 2010 15:12:32 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-ww0-f54.google.com (mail-ww0-f54.google.com [74.125.82.54]) by mx1.freebsd.org (Postfix) with ESMTP id 248908FC21 for ; Thu, 22 Apr 2010 15:12:31 +0000 (UTC) Received: by wwa36 with SMTP id 36so5513996wwa.13 for ; Thu, 22 Apr 2010 08:12:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:date:received :message-id:subject:from:to:cc:content-type; bh=+Uf95iXbPNOBi46LQv0yCrLTWjhZ/vi/9fCuPe3meSw=; b=J0hcxRkc0au4r2UCLGdiClhiEAnQ8Ni/wzXRl0ozPNOtiOHmWBg/u5EEIzHspUQWhs QJYsuyAEugFwirgm2o9BELyFw4IMPBb7vDkY4YEIVtXhQCILQbYEDxb4POfP1XYfpKed eJYiYF2WfHMso8w8zEwrwoejr1W6gJEkAFZBE= 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=Cs0660x9NMKF0aau5JE8hSulWrY1KTlOPO44UXJ/g44OiPrBZyt2tGhtq3z4EZQ5Vz yaaJWBkPa64hYCMQ7jDoEBVcVcAnddp3Oo0nOcX5kIQYU8lZRdT/TvKHYgKPzmpVhjA5 OFCvb9bfaPsjsdbjGq6LlgbvAUDpDoqoVKa4g= MIME-Version: 1.0 Received: by 10.216.229.165 with HTTP; Thu, 22 Apr 2010 08:12:30 -0700 (PDT) Date: Thu, 22 Apr 2010 11:12:30 -0400 Received: by 10.216.87.16 with SMTP id x16mr2349588wee.27.1271949150902; Thu, 22 Apr 2010 08:12:30 -0700 (PDT) Message-ID: From: "b. f." To: freebsd-ports@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Cc: rfarmer@predatorlabs.net Subject: Re: Dynamic plists 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, 22 Apr 2010 15:12:32 -0000 >On Wed, 21 Apr 2010, Rob Farmer wrote: > >> I maintain math/scilab and am preparing to update it. This port has a >> huge plist (slightly under 15000 lines), hundreds of which change >> depending on what options are selected. It is a bit of a pain to >> update. The porters handbook makes vague reference to dynamic plists - >> so I was wondering, would this be a good idea? And if so, what is the >> best way to make one? > >The reference is vague probably because static plists are generally >preferred. :-) But you can start by studying ports that pipe to >${TMPPLIST}; grep through the tree to find them. Also be sure to review >the "advanced pkg-plist practices" section of the Porter's Handbook. Some of these static plists are a bit unwieldy, but they make things a lot easier for users who want to reconstruct a corrupted /var/db/pkg, or for maintainers who are trying to search for possible CONFLICTS between ports, so I hope that you will continue to use one. There are some utilities in Ports to help maintain plists: ports-mgmt/genplist ports-mgmt/pkg_trackinst ports-mgmt/porttools Tools/scripts/plist etc. Regards, b. From owner-freebsd-ports@FreeBSD.ORG Thu Apr 22 15:48:03 2010 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 7EEAF1065689 for ; Thu, 22 Apr 2010 15:48:03 +0000 (UTC) (envelope-from rfarmer@predatorlabs.net) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 47B628FC22 for ; Thu, 22 Apr 2010 15:48:02 +0000 (UTC) Received: by gwj18 with SMTP id 18so1896915gwj.13 for ; Thu, 22 Apr 2010 08:48:02 -0700 (PDT) MIME-Version: 1.0 Received: by 10.150.98.16 with HTTP; Thu, 22 Apr 2010 08:48:01 -0700 (PDT) X-Originating-IP: [128.95.133.173] In-Reply-To: <4BCFEA35.8070109@bsdforen.de> References: <4BCFEA35.8070109@bsdforen.de> Date: Thu, 22 Apr 2010 08:48:01 -0700 Received: by 10.150.244.8 with SMTP id r8mr10241963ybh.206.1271951282462; Thu, 22 Apr 2010 08:48:02 -0700 (PDT) Message-ID: From: Rob Farmer To: Dominic Fandrey Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-ports@freebsd.org Subject: Re: Dynamic plists X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Apr 2010 15:48:03 -0000 On Wed, Apr 21, 2010 at 11:18 PM, Dominic Fandrey wrote: > On 22/04/2010 01:45, Rob Farmer wrote: >> I maintain math/scilab and am preparing to update it. This port has a >> huge plist (slightly under 15000 lines), hundreds of which change >> depending on what options are selected. It is a bit of a pain to >> update. The porters handbook makes vague reference to dynamic plists - >> so I was wondering, would this be a good idea? And if so, what is the >> best way to make one? > > You normally base it on the output of > ${FIND} -s PATH -type f > ${FIND} -d PATH -type d | ${SED} 's,^,@dirrm ,' What would PATH be? It seem to me from a quick look through the tree that the ports using dynamic plists are not following heir(7) but instead installing everything in a single directory, like /usr/local/jdk1.6.0/, and the plist can be generated by simply enumerating the contents of that directory. That's not the case here. The only workaround I saw for this was that the Mozilla ports seem to do an install in a "fake" directory in the workdir, look at that, and then copy that into /usr/local. I'm not sure I like the idea of doubling the amount of work required for the install phase just to save the maintainer a little time at upgrades, however. -- Rob Farmer > > Of course there's normally more to it, but that's the basic principle. > > > -- > 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? > _______________________________________________ > 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 Apr 22 15:48:56 2010 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 B02C8106564A for ; Thu, 22 Apr 2010 15:48:56 +0000 (UTC) (envelope-from rfarmer@predatorlabs.net) Received: from mail-yw0-f193.google.com (mail-yw0-f193.google.com [209.85.211.193]) by mx1.freebsd.org (Postfix) with ESMTP id 77E398FC21 for ; Thu, 22 Apr 2010 15:48:56 +0000 (UTC) Received: by ywh31 with SMTP id 31so4291349ywh.3 for ; Thu, 22 Apr 2010 08:48:55 -0700 (PDT) MIME-Version: 1.0 Received: by 10.150.98.16 with HTTP; Thu, 22 Apr 2010 08:48:55 -0700 (PDT) X-Originating-IP: [128.95.133.173] In-Reply-To: <20100422065709.GA33521@e.0x20.net> References: <4BCFEA35.8070109@bsdforen.de> <20100422065709.GA33521@e.0x20.net> Date: Thu, 22 Apr 2010 08:48:55 -0700 Received: by 10.150.120.7 with SMTP id s7mr1730745ybc.201.1271951335585; Thu, 22 Apr 2010 08:48:55 -0700 (PDT) Message-ID: From: Rob Farmer To: Lars Engels Content-Type: text/plain; charset=ISO-8859-1 Cc: Dominic Fandrey , freebsd-ports@freebsd.org Subject: Re: Dynamic plists X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Apr 2010 15:48:56 -0000 On Wed, Apr 21, 2010 at 11:57 PM, Lars Engels wrote: > On Thu, Apr 22, 2010 at 08:18:29AM +0200, Dominic Fandrey wrote: >> On 22/04/2010 01:45, Rob Farmer wrote: >> > I maintain math/scilab and am preparing to update it. This port has a >> > huge plist (slightly under 15000 lines), hundreds of which change >> > depending on what options are selected. It is a bit of a pain to >> > update. The porters handbook makes vague reference to dynamic plists - >> > so I was wondering, would this be a good idea? And if so, what is the >> > best way to make one? >> >> You normally base it on the output of >> ${FIND} -s PATH -type f >> ${FIND} -d PATH -type d | ${SED} 's,^,@dirrm ,' >> >> Of course there's normally more to it, but that's the basic principle. >> > > Or use auto-plist: > http://www.marcuscom.com:8080/cgi-bin/cvsweb.cgi/portstools/auto-plist/ > Seems to have the same limitation of genplist - it doesn't address the fact that the plist may change if OPTIONS change. -- Rob Farmer From owner-freebsd-ports@FreeBSD.ORG Thu Apr 22 16:24:46 2010 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 41496106566B for ; Thu, 22 Apr 2010 16:24:46 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx23.fluidhosting.com [204.14.89.6]) by mx1.freebsd.org (Postfix) with ESMTP id C63AA8FC24 for ; Thu, 22 Apr 2010 16:24:45 +0000 (UTC) Received: (qmail 21355 invoked by uid 399); 22 Apr 2010 16:24:44 -0000 Received: from localhost (HELO ?192.168.0.145?) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 22 Apr 2010 16:24:44 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4BD0784C.2040300@FreeBSD.org> Date: Thu, 22 Apr 2010 09:24:44 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: Denny Lin References: <4BD01720.6020103@netfence.it> <4BD01891.7070804@bally-wulff.de> <20100422101028.GD57131@mail.hs.ntnu.edu.tw> In-Reply-To: <20100422101028.GD57131@mail.hs.ntnu.edu.tw> X-Enigmail-Version: 1.0.1 OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org, Luca Pizzamiglio Subject: Re: GMP change X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Apr 2010 16:24:46 -0000 On 4/22/2010 3:10 AM, Denny Lin wrote: > See if this works: > # env DISABLE_CONFLICTS=1 portmaster -o math/gmp math/libgmp4 As of portmaster version 2.22 the DISABLE_CONFLICTS is already in the script for the -o option. FYI, Doug -- ... and that's just a little bit of history repeating. -- Propellerheads Improve the effectiveness of your Internet presence with a domain name makeover! http://SupersetSolutions.com/ From owner-freebsd-ports@FreeBSD.ORG Thu Apr 22 17:20:13 2010 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 BC29F106564A for ; Thu, 22 Apr 2010 17:20:13 +0000 (UTC) (envelope-from corky1951@comcast.net) Received: from qmta13.westchester.pa.mail.comcast.net (qmta13.westchester.pa.mail.comcast.net [76.96.59.243]) by mx1.freebsd.org (Postfix) with ESMTP id 59E8D8FC1C for ; Thu, 22 Apr 2010 17:20:13 +0000 (UTC) Received: from omta04.westchester.pa.mail.comcast.net ([76.96.62.35]) by qmta13.westchester.pa.mail.comcast.net with comcast id 8czK1e0060ldTLk5DhLD5V; Thu, 22 Apr 2010 17:20:13 +0000 Received: from comcast.net ([98.203.142.76]) by omta04.westchester.pa.mail.comcast.net with comcast id 8hLB1e0051f6R9u3QhLBMr; Thu, 22 Apr 2010 17:20:12 +0000 Received: by comcast.net (sSMTP sendmail emulation); Thu, 22 Apr 2010 10:20:09 -0700 Date: Thu, 22 Apr 2010 10:20:09 -0700 From: Charlie Kester To: freebsd-ports@freebsd.org Message-ID: <20100422172009.GA27597@comcast.net> Mail-Followup-To: freebsd-ports@freebsd.org References: <4BCFEA35.8070109@bsdforen.de> <20100422065709.GA33521@e.0x20.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: X-Mailer: Mutt 1.5.20 X-Composer: Vim 7.2 User-Agent: Mutt/1.5.20 (2009-06-14) Subject: Re: Dynamic plists X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Apr 2010 17:20:13 -0000 On Thu 22 Apr 2010 at 08:48:55 PDT Rob Farmer wrote: >On Wed, Apr 21, 2010 at 11:57 PM, Lars Engels wrote: >> On Thu, Apr 22, 2010 at 08:18:29AM +0200, Dominic Fandrey wrote: >>> On 22/04/2010 01:45, Rob Farmer wrote: >>> > I maintain math/scilab and am preparing to update it. This port has a >>> > huge plist (slightly under 15000 lines), hundreds of which change >>> > depending on what options are selected. It is a bit of a pain to >>> > update. The porters handbook makes vague reference to dynamic plists - >>> > so I was wondering, would this be a good idea? And if so, what is the >>> > best way to make one? >>> >>> You normally base it on the output of >>> ${FIND} -s PATH -type f >>> ${FIND} -d PATH -type d | ${SED} 's,^,@dirrm ,' >>> >>> Of course there's normally more to it, but that's the basic principle. >>> >> >> Or use auto-plist: >> http://www.marcuscom.com:8080/cgi-bin/cvsweb.cgi/portstools/auto-plist/ >> > >Seems to have the same limitation of genplist - it doesn't address the >fact that the plist may change if OPTIONS change. I feel your pain. But tools like genplist and auto-plist might get you part of the way to your solution. To get the rest of the way, you might need to write a custom maintenance script. Just thinking out loud here, but it seems you'll need to something similar to what mergemaster does: - enable all the options and use 'genplist create' to get a new plist - diff the previous portversion's plist and the new genplist - emit any lines that haven't changed - for lines that differ only in the presence of a PLIST_SUB variable at the beginning of the old line, emit the old line - ignore any lines which exist only in the old plist - for lines that are new, prompt for a decision on what to do (leave as is or preface with one of a predetermined set of PLIST_SUB variables) This doesn't automate the whole process, but at least it reduces the manual inspection and intervention to the plist lines that really need it. This is only a first stab at the problem, so the steps I outlined probably need to be refined and debugged. Or maybe I'm just being stupid. Wouldn't be the first time. :) From owner-freebsd-ports@FreeBSD.ORG Fri Apr 23 02:23:57 2010 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 E78E51065676 for ; Fri, 23 Apr 2010 02:23:56 +0000 (UTC) (envelope-from rfarmer@predatorlabs.net) Received: from mail-gx0-f211.google.com (mail-gx0-f211.google.com [209.85.217.211]) by mx1.freebsd.org (Postfix) with ESMTP id A1FEB8FC08 for ; Fri, 23 Apr 2010 02:23:56 +0000 (UTC) Received: by gxk3 with SMTP id 3so4444614gxk.13 for ; Thu, 22 Apr 2010 19:23:55 -0700 (PDT) MIME-Version: 1.0 Received: by 10.150.98.16 with HTTP; Thu, 22 Apr 2010 19:23:55 -0700 (PDT) X-Originating-IP: [128.95.133.173] In-Reply-To: <20100422172009.GA27597@comcast.net> References: <4BCFEA35.8070109@bsdforen.de> <20100422065709.GA33521@e.0x20.net> <20100422172009.GA27597@comcast.net> Date: Thu, 22 Apr 2010 19:23:55 -0700 Received: by 10.150.118.17 with SMTP id q17mr2998369ybc.218.1271989435698; Thu, 22 Apr 2010 19:23:55 -0700 (PDT) Message-ID: From: Rob Farmer To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: Dynamic plists X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 23 Apr 2010 02:23:57 -0000 On Thu, Apr 22, 2010 at 10:20 AM, Charlie Kester wr= ote: > On Thu 22 Apr 2010 at 08:48:55 PDT Rob Farmer wrote: >> >> On Wed, Apr 21, 2010 at 11:57 PM, Lars Engels >> wrote: >>> >>> On Thu, Apr 22, 2010 at 08:18:29AM +0200, Dominic Fandrey wrote: >>>> >>>> On 22/04/2010 01:45, Rob Farmer wrote: >>>> > I maintain math/scilab and am preparing to update it. This port has = a >>>> > huge plist (slightly under 15000 lines), hundreds of which change >>>> > depending on what options are selected. It is a bit of a pain to >>>> > update. The porters handbook makes vague reference to dynamic plists= - >>>> > so I was wondering, would this be a good idea? And if so, what is th= e >>>> > best way to make one? >>>> >>>> You normally base it on the output of >>>> ${FIND} -s PATH -type f >>>> ${FIND} -d PATH -type d | ${SED} 's,^,@dirrm ,' >>>> >>>> Of course there's normally more to it, but that's the basic principle. >>>> >>> >>> Or use auto-plist: >>> http://www.marcuscom.com:8080/cgi-bin/cvsweb.cgi/portstools/auto-plist/ >>> >> >> Seems to have the same limitation of genplist - it doesn't address the >> fact that the plist may change if OPTIONS change. > > I feel your pain. > But tools like genplist and auto-plist might get you part of the way to > your solution. =A0To get the rest of the way, you might need to write a > custom maintenance script. > > Just thinking out loud here, but it seems you'll need to something > similar to what mergemaster does: > > - enable all the options and use 'genplist create' to get a new plist > - diff the previous portversion's plist and the new genplist > - emit any lines that haven't changed > - for lines that differ only in the presence of a PLIST_SUB variable at > =A0the beginning of the old line, emit the old line > - ignore any lines which exist only in the old plist > - for lines that are new, prompt for a decision on what to do =A0(leave a= s > =A0is or preface with one of a predetermined set of PLIST_SUB variables) What I have been doing is running genplist with no options enabled, to get a base plist, then turning them on one at a time and rerunning genplist, placing the appropriate PLIST_SUB variable at the beginning of any new lines, and then testing with random sets of options in tinderbox. Basically, the point of my message was just wondering if there is a better way to be doing things. From the responses so far, it would appear not, so I'll stick with this. Thanks, --=20 Rob Farmer > > This doesn't automate the whole process, but at least it reduces the > manual inspection and intervention to the plist lines that really need > it. > This is only a first stab at the problem, so the steps I outlined > probably need to be refined and debugged. > > Or maybe I'm just being stupid. =A0Wouldn't be the first time. =A0:) > _______________________________________________ > 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 Fri Apr 23 02:28:27 2010 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 07F9F106564A for ; Fri, 23 Apr 2010 02:28:27 +0000 (UTC) (envelope-from wenheping@gmail.com) Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id CE1778FC13 for ; Fri, 23 Apr 2010 02:28:26 +0000 (UTC) Received: by pwi9 with SMTP id 9so6717176pwi.13 for ; Thu, 22 Apr 2010 19:28:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=vnD/L4rJ8/7BE5JnV3UzQRUB95IB8R7u1D45C5lveoQ=; b=qXwBIo6yQ1wzcyfugSiAWGi6eNPey6cQkMpO5TsUzTdr8cfm+JUFmqiQ7eaUSLy5VJ fbmDw/9rU6hHXVwwyiBhIpYHZ1mu0SOvg9Rv7xXwRZQYlv8ioj3ZERc6rqsrmUMWF0SB inKq/Wlbf5VV491UDjIRRUj/5uNk/4s61iqh0= 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=onqSdNCBHwCkDMGdbCNqfmq8NXQxH0fiRe63kIXOlpjDYKeCpNvR8IWjhX52JOyHuF 3/eg6aEP9EQZL3bNWDjHSUeCHU0sXJWq2tC77dKh8ali9eN6G56+/rVBWG0VzPK+f4Zp Q1FQLTLyIYN5J2QInk/jYR0MEwL5VDaqQq6f8= MIME-Version: 1.0 Received: by 10.142.140.13 with HTTP; Thu, 22 Apr 2010 19:28:25 -0700 (PDT) In-Reply-To: References: <4BCFEA35.8070109@bsdforen.de> <20100422065709.GA33521@e.0x20.net> <20100422172009.GA27597@comcast.net> Date: Fri, 23 Apr 2010 10:28:25 +0800 Received: by 10.142.60.21 with SMTP id i21mr5001923wfa.132.1271989705969; Thu, 22 Apr 2010 19:28:25 -0700 (PDT) Message-ID: From: wen heping To: Rob Farmer Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org Subject: Re: Dynamic plists X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 23 Apr 2010 02:28:27 -0000 Are you working on scilab-5.2.2 ? wen On Fri, Apr 23, 2010 at 10:23 AM, Rob Farmer wro= te: > On Thu, Apr 22, 2010 at 10:20 AM, Charlie Kester = wrote: >> On Thu 22 Apr 2010 at 08:48:55 PDT Rob Farmer wrote: >>> >>> On Wed, Apr 21, 2010 at 11:57 PM, Lars Engels >>> wrote: >>>> >>>> On Thu, Apr 22, 2010 at 08:18:29AM +0200, Dominic Fandrey wrote: >>>>> >>>>> On 22/04/2010 01:45, Rob Farmer wrote: >>>>> > I maintain math/scilab and am preparing to update it. This port has= a >>>>> > huge plist (slightly under 15000 lines), hundreds of which change >>>>> > depending on what options are selected. It is a bit of a pain to >>>>> > update. The porters handbook makes vague reference to dynamic plist= s - >>>>> > so I was wondering, would this be a good idea? And if so, what is t= he >>>>> > best way to make one? >>>>> >>>>> You normally base it on the output of >>>>> ${FIND} -s PATH -type f >>>>> ${FIND} -d PATH -type d | ${SED} 's,^,@dirrm ,' >>>>> >>>>> Of course there's normally more to it, but that's the basic principle= . >>>>> >>>> >>>> Or use auto-plist: >>>> http://www.marcuscom.com:8080/cgi-bin/cvsweb.cgi/portstools/auto-plist= / >>>> >>> >>> Seems to have the same limitation of genplist - it doesn't address the >>> fact that the plist may change if OPTIONS change. >> >> I feel your pain. >> But tools like genplist and auto-plist might get you part of the way to >> your solution. =A0To get the rest of the way, you might need to write a >> custom maintenance script. >> >> Just thinking out loud here, but it seems you'll need to something >> similar to what mergemaster does: >> >> - enable all the options and use 'genplist create' to get a new plist >> - diff the previous portversion's plist and the new genplist >> - emit any lines that haven't changed >> - for lines that differ only in the presence of a PLIST_SUB variable at >> =A0the beginning of the old line, emit the old line >> - ignore any lines which exist only in the old plist >> - for lines that are new, prompt for a decision on what to do =A0(leave = as >> =A0is or preface with one of a predetermined set of PLIST_SUB variables) > > What I have been doing is running genplist with no options enabled, to > get a base plist, then turning them on one at a time and rerunning > genplist, placing the appropriate PLIST_SUB variable at the beginning > of any new lines, and then testing with random sets of options in > tinderbox. > > Basically, the point of my message was just wondering if there is a > better way to be doing things. From the responses so far, it would > appear not, so I'll stick with this. > > Thanks, > -- > Rob Farmer > >> >> This doesn't automate the whole process, but at least it reduces the >> manual inspection and intervention to the plist lines that really need >> it. >> This is only a first stab at the problem, so the steps I outlined >> probably need to be refined and debugged. >> >> Or maybe I'm just being stupid. =A0Wouldn't be the first time. =A0:) >> _______________________________________________ >> freebsd-ports@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-ports >> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >> > _______________________________________________ > freebsd-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 Fri Apr 23 07:57:49 2010 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 9FACD106564A; Fri, 23 Apr 2010 07:57:49 +0000 (UTC) (envelope-from david@bdevel.com.au) Received: from firewall.bdevel.com.au (ppp236-120.static.internode.on.net [203.122.236.120]) by mx1.freebsd.org (Postfix) with ESMTP id 5711D8FC1A; Fri, 23 Apr 2010 07:57:48 +0000 (UTC) Received: from enterprise.bdevel.com.au (enterprise.bdevel.com.au [192.168.2.2]) by firewall.bdevel.com.au (Postfix) with ESMTP id C63A0455C39; Fri, 23 Apr 2010 15:02:52 +0930 (CST) Received: from [192.168.2.36] (unknown [192.168.2.36]) by enterprise.bdevel.com.au (Postfix) with ESMTP id A36A9C3847; Fri, 23 Apr 2010 15:02:52 +0930 (CST) Message-ID: <4BD13104.4010009@bdevel.com.au> Date: Fri, 23 Apr 2010 15:02:52 +0930 From: David Probst User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: gecko@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: FreeBSD Port: lightning-0.9_3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 23 Apr 2010 07:57:49 -0000 Hi, I was wondering if you could tell me if the FreeBSD 8.0 port for lightning 1.0+ to run with Thunderbird 3 is going to be available in the near future. Thank you. David Probst Business System Development From owner-freebsd-ports@FreeBSD.ORG Fri Apr 23 08:36:19 2010 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 7850C106564A for ; Fri, 23 Apr 2010 08:36:19 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from azh-com0.aspectra.com (azh-com0.aspectra.com [212.47.170.6]) by mx1.freebsd.org (Postfix) with ESMTP id 3D72B8FC27 for ; Fri, 23 Apr 2010 08:36:18 +0000 (UTC) Message-ID: <4BD15850.8090402@FreeBSD.org> Date: Fri, 23 Apr 2010 10:20:32 +0200 From: Beat Gaetzi User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.9) Gecko/20100330 Thunderbird/3.0.4 MIME-Version: 1.0 To: David Probst References: <4BD13104.4010009@bdevel.com.au> In-Reply-To: <4BD13104.4010009@bdevel.com.au> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 23 Apr 2010 08:20:40.0128 (UTC) FILETIME=[DC01C400:01CAE2BD] Cc: ports@FreeBSD.org, gecko@FreeBSD.org Subject: Re: FreeBSD Port: lightning-0.9_3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 23 Apr 2010 08:36:19 -0000 Hi, On 04/23/10 07:32, David Probst wrote: > I was wondering if you could tell me if the FreeBSD 8.0 port for > lightning 1.0+ to run with Thunderbird 3 is going to be available in the > near future. You could use the lightning port from our development repository: # svn co https://trillian.chruetertee.ch/svn/freebsd-gecko/branches/experimental/deskutils/lightning We will add the port to the portstree once lightning reaches 1.0. Beat From owner-freebsd-ports@FreeBSD.ORG Fri Apr 23 06:54:48 2010 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 99914106566C; Fri, 23 Apr 2010 06:54:46 +0000 (UTC) (envelope-from david@bdevel.com.au) Received: from firewall.bdevel.com.au (ppp236-120.static.internode.on.net [203.122.236.120]) by mx1.freebsd.org (Postfix) with ESMTP id 52DFB8FC22; Fri, 23 Apr 2010 06:54:46 +0000 (UTC) Received: from enterprise.bdevel.com.au (enterprise.bdevel.com.au [192.168.2.2]) by firewall.bdevel.com.au (Postfix) with ESMTP id B452B455C3C; Fri, 23 Apr 2010 15:05:22 +0930 (CST) Received: from [192.168.2.36] (unknown [192.168.2.36]) by enterprise.bdevel.com.au (Postfix) with ESMTP id 94BFAC3847; Fri, 23 Apr 2010 15:05:22 +0930 (CST) Message-ID: <4BD1319A.5020007@bdevel.com.au> Date: Fri, 23 Apr 2010 15:05:22 +0930 From: David Probst User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: gecko@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Fri, 23 Apr 2010 11:41:18 +0000 Cc: ports@FreeBSD.org Subject: FreeBSD Port: lightning-0.9_3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: david@bdevel.com.au List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Apr 2010 06:54:48 -0000 Hi, I was wondering if you could tell me if the FreeBSD 8.0 port for lightning 1.0+ to run with Thunderbird 3 is going to be available in the near future. Thank you. David Probst Business System Development From owner-freebsd-ports@FreeBSD.ORG Fri Apr 23 07:47:50 2010 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 714851065672; Fri, 23 Apr 2010 07:47:50 +0000 (UTC) (envelope-from david@bdevel.com.au) Received: from firewall.bdevel.com.au (ppp236-120.static.internode.on.net [203.122.236.120]) by mx1.freebsd.org (Postfix) with ESMTP id 281318FC12; Fri, 23 Apr 2010 07:47:49 +0000 (UTC) Received: from enterprise.bdevel.com.au (enterprise.bdevel.com.au [192.168.2.2]) by firewall.bdevel.com.au (Postfix) with ESMTP id CD89B455C32; Tue, 20 Apr 2010 12:57:24 +0930 (CST) Received: from [192.168.2.36] (unknown [192.168.2.36]) by enterprise.bdevel.com.au (Postfix) with ESMTP id B8785C3875; Tue, 20 Apr 2010 12:57:24 +0930 (CST) Message-ID: <4BCD1F1C.8020107@bdevel.com.au> Date: Tue, 20 Apr 2010 12:57:24 +0930 From: David Probst User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: gecko@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Fri, 23 Apr 2010 11:41:24 +0000 Cc: ports@FreeBSD.org Subject: FreeBSD Port: lightning-0.9_3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 23 Apr 2010 07:47:50 -0000 Hi, I was wondering if you could tell me if the FreeBSD 8.0 port for lightning 1.0 to run with Thunderbird 3 is going to be available in the near future. Thank you. David Probst Business System Development From owner-freebsd-ports@FreeBSD.ORG Fri Apr 23 14:14:06 2010 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 67202106566B; Fri, 23 Apr 2010 14:14:06 +0000 (UTC) (envelope-from jhellenthal@gmail.com) Received: from mail-qy0-f181.google.com (mail-qy0-f181.google.com [209.85.221.181]) by mx1.freebsd.org (Postfix) with ESMTP id 0402D8FC15; Fri, 23 Apr 2010 14:14:05 +0000 (UTC) Received: by qyk11 with SMTP id 11so11488744qyk.13 for ; Fri, 23 Apr 2010 07:14:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received: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=sxMibZnh7IuSyOvMt000cOjjPFz9WE22mpYFtR40Yo0=; b=bgloyFWjtgzPpZhzm3dwVqlRzjhdbx5t0Cf3+y7FeOxCO4ZZ/kWAeikunMWBds7d1U IPkbeY7hfBeepzZ4Dcy5b6XZEQosa+ARgV98FFWwl1tEDDI+XAPzzEsqyYlK9uomCUhL LT45xcqrHDpPiGbh3WgvawIt1fkNqB2jpjncQ= DomainKey-Signature: a=rsa-sha1; c=nofws; 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; b=Rw1wppVoHYtOVqWlJpdH7lT6HcaS+TBnhc/rCnNA8s3gBptDeBK+fugPOyNydyHuUv IguhFbGrOqT6QmXVZhzwNCFgaIootJ97PRqwl8XyPGem0KPRowTz6iizxhTWCqqjyhJf ncJerfb4Gi/gz13JWE3gEyRXhgHURB1KQPnBU= Received: by 10.224.55.65 with SMTP id t1mr16001qag.313.1272032044761; Fri, 23 Apr 2010 07:14:04 -0700 (PDT) Received: from centel.dataix.local (c-71-205-129-194.hsd1.mi.comcast.net [71.205.129.194]) by mx.google.com with ESMTPS id 7sm3921472qwb.44.2010.04.23.07.14.02 (version=SSLv3 cipher=RC4-MD5); Fri, 23 Apr 2010 07:14:03 -0700 (PDT) Sender: "J. Hellenthal" Message-ID: <4BD1AB29.7000405@dataix.net> Date: Fri, 23 Apr 2010 10:14:01 -0400 From: jhell User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.9) Gecko/20100331 Thunderbird/3.0.4 MIME-Version: 1.0 To: Andrea Venturoli References: <4BD01720.6020103@netfence.it> In-Reply-To: <4BD01720.6020103@netfence.it> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Doug Barton , freebsd-ports@freebsd.org Subject: Re: GMP change X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 23 Apr 2010 14:14:06 -0000 On 04/22/2010 05:30, Andrea Venturoli wrote: > Hello. > > From UPDATING: > >> 20100419: >> AFFECTS: users of math/libgmp4 >> AUTHOR: ale@FreeBSD.org >> >> The default gmp version in FreeBSD is now 5.0.x. The port directory >> changed >> from math/libgmp4 to math/gmp. An entry has been added in MOVED and all >> depending ports have been bumped, so the update should be handled >> correctly by common ports management tools, like portmaster and >> portupgrade. > > > > However: > >> # portupgrade -R kdeutils >> [Gathering depends for misc/kdeutils3 >> ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ >> done] >> [Exclude up-to-date packages >> .............................................................................................................................................................................................................................. >> done] >> ---> Upgrading 'kdeutils-3.5.10_4' to 'kdeutils-3.5.10_5' >> (misc/kdeutils3) >> ---> Building '/usr/ports/misc/kdeutils3' >> ===> Cleaning for kdeutils-3.5.10_5 >> ===> Extracting for kdeutils-3.5.10_5 >> => MD5 Checksum OK for KDE/kdeutils-3.5.10.tar.bz2. >> => SHA256 Checksum OK for KDE/kdeutils-3.5.10.tar.bz2. >> ===> Patching for kdeutils-3.5.10_5 >> ===> Applying FreeBSD patches for kdeutils-3.5.10_5 >> /usr/bin/sed -i.bak -e 's|>tar<|>gtar<|g' >> /usr/local/local/storage/alamartmp/usr/ports/misc/kdeutils3/work/kdeutils-3.5.10/ark/ark.kcfg >> >> /usr/bin/sed -i.bak -e 's|%%PYTHON_VER%%|2.6|g' -e >> 's|%%LTMAIN%%|/usr/local/share/libtool/config/ltmain.sh|g' -e >> 's|%%LIBTOOL%%|/usr/local/bin/libtool|g' >> /usr/local/local/storage/alamartmp/usr/ports/misc/kdeutils3/work/kdeutils-3.5.10/configure >> >> ===> kdeutils-3.5.10_5 depends on file: /usr/local/bin/python2.6 - >> found >> ===> kdeutils-3.5.10_5 depends on file: /usr/local/bin/moc - found >> ===> kdeutils-3.5.10_5 depends on executable: gmake - found >> ===> kdeutils-3.5.10_5 depends on package: libtool>=2.2 - found >> ===> kdeutils-3.5.10_5 depends on shared library: gmp.10 - not found >> ===> Verifying install for gmp.10 in /usr/ports/math/gmp >> >> ===> gmp-5.0.1 conflicts with installed package(s): >> libgmp-4.3.2 >> >> They install files into the same place. >> Please remove them first with pkg_delete(1). >> *** Error code 1 >> >> Stop in /usr/ports/math/gmp. >> *** Error code 1 >> >> Stop in /usr/ports/math/gmp. >> *** Error code 1 >> >> Stop in /usr/ports/misc/kdeutils3. >> ** Command failed [exit code 1]: /usr/bin/script -qa >> /tmp/portupgrade20100422-49524-vco75w-0 env UPGRADE_TOOL=portupgrade >> UPGRADE_PORT=kdeutils-3.5.10_4 UPGRADE_PORT_VER=3.5.10_4 make >> ** Fix the problem and try again. >> ** Listing the failed packages (-:ignored / *:skipped / !:failed) >> ! misc/kdeutils3 (kdeutils-3.5.10_4) (unknown build error) > > > > Since this machine is quite slow, I thought I'd ask for hints, before > doing a days-long trial & error procedure :-) > > BTW: > >> # pkg_info -R libgmp\* >> Information for libgmp-4.3.2: >> >> Required by: >> gcc-4.3.5.20091227 >> kdemultimedia-3.5.10_4 >> kdeutils-3.5.10_4 >> libao-0.8.8_1 >> mpfr-2.4.2 >> superkaramba-lwp-15.0_5 >> vorbis-tools-1.2.0_6,3 > > > > > bye & Thanks > av. 1. Comment out the CONFLICTS line in math/gmp/Makefile 2. run ( make ) 3. pkg_delete -d -f libgmp\* 4. run ( make install ) 5. add "libgmp.so.8 libgmp.so.10" to /etc/libmap.conf 6. upgrade the rest of your packages. 7. Use sysutils/libchk or something similar to check for broken binaries and upgrade them appropriately. 8. remove step [5] from /etc/libmap.conf 9. Uncomment the CONFLICTS line in math/gmp/Makefile from step [1] Step 5 will at least leave some of your binaries in operable condition until you get all of them upgraded. Of course you could skip that and copy libgmp.so.8 to some other lib directory and skip step 5 but I prefer personally not to do that because it effects the checks that sysutils/libchk does for unreferenced libs. Doug, You mentioned in your reply that portmaster already sets DISABLE_CONFLICTS=1 for -o in version 2.22. Does it also do this while the -r flag has been specified and thus enabling that while upgrading recursively ? or does it drop the DISABLE_CONFLICTS variable after the port that was specified after the -o flag has been upgraded ? Regards, -- jhell From owner-freebsd-ports@FreeBSD.ORG Fri Apr 23 18:13:39 2010 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 5B6581065672 for ; Fri, 23 Apr 2010 18:13:39 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-bw0-f227.google.com (mail-bw0-f227.google.com [209.85.218.227]) by mx1.freebsd.org (Postfix) with ESMTP id A5DE38FC12 for ; Fri, 23 Apr 2010 18:13:38 +0000 (UTC) Received: by bwz27 with SMTP id 27so1296638bwz.13 for ; Fri, 23 Apr 2010 11:13:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=92pyyj44TIaWiwqX8sCsXZyfk9U/Jp6fRDrlA+T/Ihg=; b=h6soecdPv7a8HVhAxlPxcmFOjuidJFkqHggEqUw5dLZWvGngnY+Hmk72FLt2Qyi/PG sFAKG9kELkY0Tz3cszpnGonyhBPs9T1dbkmtWVHdcd6jWtkIAxXrOm4ikpuBjjm2yHaz KoV6i/CxIP/YXtHb7t3rGdlycmeSTwEb+NNr0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=fhsa/eTMJ4xDsS4NMh+CkmmMa0TbGtzdawB/0bI9/FvtVQLGFql+yAUvQN2pRJrMc3 BQ9nQf8nPfpM04W7Fd3dV5jPMcKZUFZbDXFW0woq8dq9OZOYWLS0/TSbjVGYlm4WDMSf GSObRQiQcAVHOicmIgPfNLi0MyKy91CcrkcyA= MIME-Version: 1.0 Received: by 10.204.80.36 with SMTP id r36mr257103bkk.75.1272046417099; Fri, 23 Apr 2010 11:13:37 -0700 (PDT) Received: by 10.204.54.82 with HTTP; Fri, 23 Apr 2010 11:13:36 -0700 (PDT) Date: Fri, 23 Apr 2010 20:13:36 +0200 Message-ID: From: David DEMELIER To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: net/ekiga3 plist 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: Fri, 23 Apr 2010 18:13:39 -0000 Hi freebsd-ports, I just installed ekiga and tried to pkg_delete it, there is a lot of output when removing it. $ sudo pkg_delete ekiga3-3.2.6_2 Password: pkg_delete: file '/usr/local/lib/locale/zh_TW/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/zh_TW/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/zh_TW' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/zh_TW' pkg_delete: file '/usr/local/lib/locale/zh_HK/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/zh_HK/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/zh_HK' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/zh_HK' pkg_delete: file '/usr/local/lib/locale/zh_CN/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/zh_CN/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/zh_CN' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/zh_CN' pkg_delete: file '/usr/local/lib/locale/xh/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/xh/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/xh' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/xh' pkg_delete: file '/usr/local/lib/locale/wa/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/wa/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/wa' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/wa' pkg_delete: file '/usr/local/lib/locale/vi/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/vi/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/vi' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/vi' pkg_delete: file '/usr/local/lib/locale/uk/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/uk/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/uk' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/uk' pkg_delete: file '/usr/local/lib/locale/tr/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/tr/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/tr' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/tr' pkg_delete: file '/usr/local/lib/locale/th/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/th/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/th' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/th' pkg_delete: file '/usr/local/lib/locale/te/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/te/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/te' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/te' pkg_delete: file '/usr/local/lib/locale/ta/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/ta/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/ta' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/ta' pkg_delete: file '/usr/local/lib/locale/sv/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/sv/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/sv' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/sv' pkg_delete: file '/usr/local/lib/locale/sr@latin/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/sr@latin/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/sr@latin' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/sr@latin' pkg_delete: file '/usr/local/lib/locale/sr/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/sr/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/sr' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/sr' pkg_delete: file '/usr/local/lib/locale/sq/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/sq/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/sq' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/sq' pkg_delete: file '/usr/local/lib/locale/sl/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/sl/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/sl' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/sl' pkg_delete: file '/usr/local/lib/locale/sk/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/sk/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/sk' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/sk' pkg_delete: file '/usr/local/lib/locale/si/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/si/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/si' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/si' pkg_delete: file '/usr/local/lib/locale/rw/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/rw/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/rw' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/rw' pkg_delete: file '/usr/local/lib/locale/ru/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/ru/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/ru' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/ru' pkg_delete: file '/usr/local/lib/locale/ro/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/ro/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/ro' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/ro' pkg_delete: file '/usr/local/lib/locale/pt_BR/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/pt_BR/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/pt_BR' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/pt_BR' pkg_delete: file '/usr/local/lib/locale/pt/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/pt/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/pt' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/pt' pkg_delete: file '/usr/local/lib/locale/pl/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/pl/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/pl' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/pl' pkg_delete: file '/usr/local/lib/locale/pa/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/pa/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/pa' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/pa' pkg_delete: file '/usr/local/lib/locale/or/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/or/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/or' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/or' pkg_delete: file '/usr/local/lib/locale/oc/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/oc/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/oc' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/oc' pkg_delete: file '/usr/local/lib/locale/nn/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/nn/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/nn' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/nn' pkg_delete: file '/usr/local/lib/locale/nl/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/nl/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/nl' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/nl' pkg_delete: file '/usr/local/lib/locale/ne/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/ne/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/ne' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/ne' pkg_delete: file '/usr/local/lib/locale/nb/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/nb/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/nb' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/nb' pkg_delete: file '/usr/local/lib/locale/ms/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/ms/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/ms' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/ms' pkg_delete: file '/usr/local/lib/locale/mr/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/mr/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/mr' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/mr' pkg_delete: file '/usr/local/lib/locale/mn/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/mn/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/mn' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/mn' pkg_delete: file '/usr/local/lib/locale/ml/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/ml/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/ml' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/ml' pkg_delete: file '/usr/local/lib/locale/mk/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/mk/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/mk' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/mk' pkg_delete: file '/usr/local/lib/locale/mai/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/mai/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/mai' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/mai' pkg_delete: file '/usr/local/lib/locale/lv/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/lv/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/lv' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/lv' pkg_delete: file '/usr/local/lib/locale/lt/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/lt/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/lt' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/lt' pkg_delete: file '/usr/local/lib/locale/ku/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/ku/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/ku' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/ku' pkg_delete: file '/usr/local/lib/locale/ko/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/ko/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/ko' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/ko' pkg_delete: file '/usr/local/lib/locale/kn/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/kn/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/kn' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/kn' pkg_delete: file '/usr/local/lib/locale/ka/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/ka/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/ka' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/ka' pkg_delete: file '/usr/local/lib/locale/ja/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/ja/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/ja' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/ja' pkg_delete: file '/usr/local/lib/locale/it/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/it/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/it' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/it' pkg_delete: file '/usr/local/lib/locale/is/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/is/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/is' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/is' pkg_delete: file '/usr/local/lib/locale/id/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/id/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/id' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/id' pkg_delete: file '/usr/local/lib/locale/hu/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/hu/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/hu' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/hu' pkg_delete: file '/usr/local/lib/locale/hr/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/hr/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/hr' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/hr' pkg_delete: file '/usr/local/lib/locale/hi/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/hi/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/hi' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/hi' pkg_delete: file '/usr/local/lib/locale/he/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/he/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/he' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/he' pkg_delete: file '/usr/local/lib/locale/gu/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/gu/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/gu' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/gu' pkg_delete: file '/usr/local/lib/locale/gl/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/gl/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/gl' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/gl' pkg_delete: file '/usr/local/lib/locale/ga/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/ga/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/ga' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/ga' pkg_delete: file '/usr/local/lib/locale/fr/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/fr/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/fr' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/fr' pkg_delete: file '/usr/local/lib/locale/fi/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/fi/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/fi' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/fi' pkg_delete: file '/usr/local/lib/locale/fa/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/fa/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/fa' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/fa' pkg_delete: file '/usr/local/lib/locale/eu/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/eu/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/eu' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/eu' pkg_delete: file '/usr/local/lib/locale/et/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/et/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/et' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/et' pkg_delete: file '/usr/local/lib/locale/es/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/es/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/es' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/es' pkg_delete: file '/usr/local/lib/locale/eo/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/eo/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/eo' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/eo' pkg_delete: file '/usr/local/lib/locale/en_GB/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/en_GB/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/en_GB' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/en_GB' pkg_delete: file '/usr/local/lib/locale/en_CA/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/en_CA/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/en_CA' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/en_CA' pkg_delete: file '/usr/local/lib/locale/el/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/el/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/el' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/el' pkg_delete: file '/usr/local/lib/locale/dz/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/dz/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/dz' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/dz' pkg_delete: file '/usr/local/lib/locale/de/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/de/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/de' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/de' pkg_delete: file '/usr/local/lib/locale/da/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/da/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/da' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/da' pkg_delete: file '/usr/local/lib/locale/cy/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/cy/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/cy' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/cy' pkg_delete: file '/usr/local/lib/locale/cs/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/cs/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/cs' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/cs' pkg_delete: file '/usr/local/lib/locale/crh/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/crh/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/crh' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/crh' pkg_delete: file '/usr/local/lib/locale/ca@valencia/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/ca@valencia/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/ca@valencia' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/ca@valencia' pkg_delete: file '/usr/local/lib/locale/ca/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/ca/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/ca' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/ca' pkg_delete: file '/usr/local/lib/locale/bs/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/bs/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/bs' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/bs' pkg_delete: file '/usr/local/lib/locale/bn_IN/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/bn_IN/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/bn_IN' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/bn_IN' pkg_delete: file '/usr/local/lib/locale/bn/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/bn/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/bn' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/bn' pkg_delete: file '/usr/local/lib/locale/bg/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/bg/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/bg' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/bg' pkg_delete: file '/usr/local/lib/locale/be/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/be/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/be' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/be' pkg_delete: file '/usr/local/lib/locale/az/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/az/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/az' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/az' pkg_delete: file '/usr/local/lib/locale/as/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/as/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/as' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/as' pkg_delete: file '/usr/local/lib/locale/ar/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/ar/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/ar' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/ar' pkg_delete: file '/usr/local/lib/locale/am/LC_MESSAGES' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/am/LC_MESSAGES' pkg_delete: file '/usr/local/lib/locale/am' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale/am' pkg_delete: file '/usr/local/lib/locale' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/locale' pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) Is this behavior expected ? Cheers, -- Demelier David From owner-freebsd-ports@FreeBSD.ORG Fri Apr 23 18:21:02 2010 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 D18B01065745 for ; Fri, 23 Apr 2010 18:21:02 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout026.mac.com (asmtpout026.mac.com [17.148.16.101]) by mx1.freebsd.org (Postfix) with ESMTP id BDDCE8FC14 for ; Fri, 23 Apr 2010 18:21:02 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=us-ascii Received: from cswiger1.apple.com ([17.209.4.71]) by asmtp026.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0L1C00ILRDMP3W20@asmtp026.mac.com>; Fri, 23 Apr 2010 11:20:51 -0700 (PDT) X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=5.0.0-0908210000 definitions=main-1004230120 From: Chuck Swiger Date: Fri, 23 Apr 2010 11:20:49 -0700 Message-id: <6B89A132-4A20-462D-AA6E-43F0652AA10A@mac.com> To: ports@freebsd.org X-Mailer: Apple Mail (2.1078) Cc: freebsd-gnome@FreeBSD.org Subject: portupgrade of gtk-2.18.7_1 failing against cairo-xlib? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Apr 2010 18:21:02 -0000 Hi, all-- Upgrading x11-toolkits/gtk20 is failing for me with: ---> Upgrading 'gtk-2.18.7' to 'gtk-2.18.7_1' (x11-toolkits/gtk20) OK? [yes] ---> Build of x11-toolkits/gtk20 started at: Fri, 23 Apr 2010 13:55:32 -0400 ---> Building '/usr/ports/x11-toolkits/gtk20' ===> Cleaning for gtk-2.18.7_1 ===> Extracting for gtk-2.18.7_1 => MD5 Checksum OK for gnome2/gtk+-2.18.7.tar.bz2. => SHA256 Checksum OK for gnome2/gtk+-2.18.7.tar.bz2. ===> gtk-2.18.7_1 depends on file: /usr/local/bin/perl5.8.9 - found ===> Patching for gtk-2.18.7_1 ===> gtk-2.18.7_1 depends on file: /usr/local/bin/perl5.8.9 - found ===> gtk-2.18.7_1 depends on package: libtool>=2.2 - found ===> Applying FreeBSD patches for gtk-2.18.7_1 [ ... ] checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether gmake sets $(MAKE)... (cached) yes checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for BASE_DEPENDENCIES... yes checking for CAIRO_BACKEND... configure: error: Package requirements (cairo-xlib >= 1.6) were not met: gnome-config: not found No package 'cairo-xlib' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables CAIRO_BACKEND_CFLAGS and CAIRO_BACKEND_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. ===> Script "configure" failed unexpectedly. I do have: # pkg_info | grep cairo cairo-1.8.8_1,1 Vector graphics library with cross-device output support # locate cairo-xlib ...returns no hits, and gnomelogalyzer.sh does not provide useful suggestions, so additional data suggested is available here: http://freebsd-gnome.pastebin.com/XhYpCeHf (/usr/ports/x11-toolkits/gtk20/work/gtk+-2.18.7/config.log) http://freebsd-gnome.pastebin.com/FHLud0D8 (ls -1 /var/db/pkg) Regards, -- -Chuck From owner-freebsd-ports@FreeBSD.ORG Fri Apr 23 18:27:06 2010 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 25B101065677 for ; Fri, 23 Apr 2010 18:27:06 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id E07288FC18 for ; Fri, 23 Apr 2010 18:27:05 +0000 (UTC) Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 23 Apr 2010 14:27:04 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr02.lnh.mail.rcn.net (MOS 3.10.8-GA) with ESMTP id QRA79981; Fri, 23 Apr 2010 14:27:04 -0400 (EDT) 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 smtp01.lnh.mail.rcn.net with ESMTP; 23 Apr 2010 14:27:04 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19409.58999.623809.616876@jerusalem.litteratus.org> Date: Fri, 23 Apr 2010 14:27:03 -0400 To: ports@freebsd.org X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr02.lnh.mail.rcn.net) Cc: scheidell@secnap.net Subject: revisiting Spamassassin problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Apr 2010 18:27:06 -0000 Back in February there was a thread - "spamassassin problem with upgrade" - about spamd failing to start with this error: child process [76967] exited or timed out without signaling production of a PID file: exit 255 at /usr/local/bin/spamd line 2588. /usr/local/etc/rc.d/sa-spamd: WARNING: failed to start spamd The thread offered no definite solution except to downgrade. Is this still the case? Robert Huff From owner-freebsd-ports@FreeBSD.ORG Fri Apr 23 18:35:37 2010 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 D082B1065670 for ; Fri, 23 Apr 2010 18:35:37 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout029.mac.com (asmtpout029.mac.com [17.148.16.104]) by mx1.freebsd.org (Postfix) with ESMTP id BB91E8FC15 for ; Fri, 23 Apr 2010 18:35:37 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=us-ascii Received: from cswiger1.apple.com ([17.209.4.71]) by asmtp029.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0L1C00D1JEARGA10@asmtp029.mac.com> for ports@freebsd.org; Fri, 23 Apr 2010 11:35:22 -0700 (PDT) X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=5.0.0-0908210000 definitions=main-1004230124 From: Chuck Swiger In-reply-to: <19409.58999.623809.616876@jerusalem.litteratus.org> Date: Fri, 23 Apr 2010 11:35:15 -0700 Message-id: <598819A5-25FC-4B3D-AA8A-57B401502133@mac.com> References: <19409.58999.623809.616876@jerusalem.litteratus.org> To: Robert Huff X-Mailer: Apple Mail (2.1078) Cc: ports@freebsd.org, scheidell@secnap.net Subject: Re: revisiting Spamassassin problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Apr 2010 18:35:37 -0000 Hi-- On Apr 23, 2010, at 11:27 AM, Robert Huff wrote: > child process [76967] exited or timed out without signaling production of a PID file: exit 255 at /usr/local/bin/spamd line 2588. > /usr/local/etc/rc.d/sa-spamd: WARNING: failed to start spamd > > The thread offered no definite solution except to downgrade. > Is this still the case? Which version of SA are we talking about? spamd from p5-Mail-SpamAssassin-3.3.0_3 from ports seems to work fine here, although since I normally invoke SA only via amavisd as a plugin, I don't run spamd normally. If that's the version you are talking about, that line is around here: # bug 5379: spamd won't start if the temp preloading dir exists; # be sure to remove it just in case if (-d $tmpsadir) { rmdir( $tmpsadir ) or die "spamd: $tmpsadir not empty: $!"; } ...which suggests $TMPDIR might be set to something invalid? Regards, -- -Chuck From owner-freebsd-ports@FreeBSD.ORG Fri Apr 23 18:48:59 2010 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 59594106564A for ; Fri, 23 Apr 2010 18:48:59 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx23.fluidhosting.com [204.14.89.6]) by mx1.freebsd.org (Postfix) with ESMTP id 0727D8FC16 for ; Fri, 23 Apr 2010 18:48:58 +0000 (UTC) Received: (qmail 8000 invoked by uid 399); 23 Apr 2010 18:48:56 -0000 Received: from localhost (HELO foreign.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 23 Apr 2010 18:48:56 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4BD1EB96.20206@FreeBSD.org> Date: Fri, 23 Apr 2010 11:48:54 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.9) Gecko/20100330 Thunderbird/3.0.4 MIME-Version: 1.0 To: mnag@FreeBSD.org, freebsd-ports@FreeBSD.org X-Enigmail-Version: 1.0.1 OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: databases/sqlite3 build 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: Fri, 23 Apr 2010 18:48:59 -0000 cp ./src/alter.c ./src/analyze.c ./src/attach.c ./src/auth.c ./src/backup.c ./src/bitvec.c ./src/btmutex.c ./src/btree.c ./src/btree.h ./src/btreeInt.h ./src/build.c ./src/callback.c ./src/complete.c ./src/ctime.c ./src/date.c ./src/delete.c ./src/expr.c ./src/fault.c ./src/fkey.c ./src/func.c ./src/global.c ./src/hash.c ./src/hash.h ./src/hwtime.h ./src/insert.c ./src/journal.c ./src/legacy.c ./src/loadext.c ./src/main.c ./src/malloc.c ./src/mem0.c ./src/mem1.c ./src/mem2.c ./src/mem3.c ./src/mem5.c ./src/memjournal.c ./src/mutex.c ./src/mutex.h ./src/mutex_noop.c ./src/mutex_os2.c ./src/mutex_unix.c ./src/mutex_w32.c ./src/notify.c ./src/os.c ./src/os.h ./src/os_common.h ./src/os_os2.c ./src/os_unix.c ./src/os_win.c ./src/pager.c ./src/pager.h ./src/parse.y ./src/pcache.c ./src/pcache.h ./src/pcache1.c ./src/pragma.c ./src/prepare.c ./src/printf.c ./src/random.c ./src/resolve.c ./src/rowset.c ./src/select.c ./src/status.c ./src/shell.c ./src/sqlite.h.in ./src/sqlite3ext.h ./src/sqliteInt.h ./src/sqliteLimit.h ./src/table.c ./src/tclsqlite.c ./src/tokenize.c ./src/trigger.c ./src/utf.c ./src/update.c ./src/util.c ./src/vacuum.c ./src/vdbe.c ./src/vdbe.h ./src/vdbeapi.c ./src/vdbeaux.c ./src/vdbeblob.c ./src/vdbemem.c ./src/vdbetrace.c ./src/vdbeInt.h ./src/vtab.c ./src/walker.c ./src/where.c keywordhash.h opcodes.c opcodes.h parse.c parse.h config.h sqlite3.h ./ext/fts1/fts1.c ./ext/fts1/fts1.h ./ext/fts1/fts1_hash.c ./ext/fts1/fts1_hash.h ./ext/fts1/fts1_porter.c ./ext/fts1/fts1_tokenizer.h ./ext/fts1/fts1_tokenizer1.c ./ext/fts2/fts2.c ./ext/fts2/fts2.h ./ext/fts2/fts2_hash.c ./ext/fts2/fts2_hash.h ./ext/fts2/fts2_icu.c ./ext/fts2/fts2_porter.c ./ext/fts2/fts2_tokenizer.h ./ext/fts2/fts2_tokenizer.c ./ext/fts2/fts2_tokenizer1.c ./ext/fts3/fts3.c ./ext/fts3/fts3.h ./ext/fts3/fts3Int.h ./ext/fts3/fts3_expr.c ./ext/fts3/fts3_hash.c ./ext/fts3/fts3_hash.h ./ext/fts3/fts3_icu.c ./ext/fts3/fts3_porter.c ./ext/fts3/fts3_snippet.c ./ext/fts3/fts3_tokenizer.h ./ext/fts3/fts3_tokenizer.c ./ext/fts3/fts3_tokenizer1.c ./ext/fts3/fts3_write.c ./ext/icu/sqliteicu.h ./ext/icu/icu.c ./ext/rtree/rtree.h ./ext/rtree/rtree.c tsrc rm tsrc/sqlite.h.in tsrc/parse.y /usr/local/bin/tclsh8.5 ./tool/vdbe-compress.tcl vdbe.new mv vdbe.new tsrc/vdbe.c touch .target_source /usr/local/bin/tclsh8.5 ./tool/mksqlite3c.tcl can't find package msgcat 1.4 while executing "package require msgcat 1.4" ("uplevel" body line 2) invoked from within "uplevel \#0 { package require msgcat 1.4 if { $::tcl_platform(platform) eq {windows} } { if { [catch { package require registry 1.1 }] } { ..." (file "/usr/local/lib/tcl8.5/clock.tcl" line 23) invoked from within "source -encoding utf-8 [file join $TclLibDir clock.tcl]" (procedure "::tcl::clock::format" line 3) invoked from within "clock format [clock seconds] -format "%Y-%m-%d %H:%M:%S UTC" -gmt 1" invoked from within "set today [clock format [clock seconds] -format "%Y-%m-%d %H:%M:%S UTC" -gmt 1]" (file "./tool/mksqlite3c.tcl" line 49) gmake: *** [sqlite3.c] Error 1 *** Error code 1 -- ... and that's just a little bit of history repeating. -- Propellerheads Improve the effectiveness of your Internet presence with a domain name makeover! http://SupersetSolutions.com/ From owner-freebsd-ports@FreeBSD.ORG Fri Apr 23 18:52:42 2010 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 F3D48106566B for ; Fri, 23 Apr 2010 18:52:41 +0000 (UTC) (envelope-from smcafee@collaborativefusion.com) Received: from mx00.pub.collaborativefusion.com (mx00.pub.collaborativefusion.com [206.210.89.199]) by mx1.freebsd.org (Postfix) with ESMTP id A8DCD8FC0C for ; Fri, 23 Apr 2010 18:52:41 +0000 (UTC) Received: from nightbird.ws.pitbpa0.priv.collaborativefusion.com (nightbird.ws.pitbpa0.priv.collaborativefusion.com [192.168.2.163]) (AUTH: LOGIN smcafee, SSL: TLSv1/SSLv3,256bits,AES256-SHA) by wingspan with esmtp; Fri, 23 Apr 2010 14:52:40 -0400 id 0003F403.000000004BD1EC78.00009962 Message-ID: <4BD1EC78.402@collaborativefusion.com> Date: Fri, 23 Apr 2010 14:52:40 -0400 From: Sean McAfee User-Agent: Thunderbird 2.0.0.23 (X11/20100205) MIME-Version: 1.0 References: <4BD1EB96.20206@FreeBSD.org> In-Reply-To: <4BD1EB96.20206@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@FreeBSD.org Subject: Re: databases/sqlite3 build 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: Fri, 23 Apr 2010 18:52:42 -0000 Doug Barton wrote: > rm tsrc/sqlite.h.in tsrc/parse.y > /usr/local/bin/tclsh8.5 ./tool/vdbe-compress.tcl vdbe.new > mv vdbe.new tsrc/vdbe.c > touch .target_source > /usr/local/bin/tclsh8.5 ./tool/mksqlite3c.tcl > can't find package msgcat 1.4 > while executing > "package require msgcat 1.4" > ("uplevel" body line 2) > invoked from within > "uplevel \#0 { > package require msgcat 1.4 > if { $::tcl_platform(platform) eq {windows} } { > if { [catch { package require registry 1.1 }] } { > ..." > (file "/usr/local/lib/tcl8.5/clock.tcl" line 23) > invoked from within > "source -encoding utf-8 [file join $TclLibDir clock.tcl]" > (procedure "::tcl::clock::format" line 3) > invoked from within > "clock format [clock seconds] -format "%Y-%m-%d %H:%M:%S UTC" -gmt 1" > invoked from within > "set today [clock format [clock seconds] -format "%Y-%m-%d %H:%M:%S UTC" > -gmt 1]" > (file "./tool/mksqlite3c.tcl" line 49) > gmake: *** [sqlite3.c] Error 1 > *** Error code 1 > > I can confirm this behavior on multiple installs of 8.0Rp2 amd64. I don't use (or want) TCL, but tried to build it with TCL 8.4, 8.5, and 8.6 installed with no luck. I just gave up and pkg_add -r'ed it. -- Sean McAfee Senior Systems Engineer From owner-freebsd-ports@FreeBSD.ORG Fri Apr 23 18:58:21 2010 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 251B2106566C for ; Fri, 23 Apr 2010 18:58:21 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx23.fluidhosting.com [204.14.89.6]) by mx1.freebsd.org (Postfix) with ESMTP id A36D58FC0A for ; Fri, 23 Apr 2010 18:58:20 +0000 (UTC) Received: (qmail 21695 invoked by uid 399); 23 Apr 2010 18:58:19 -0000 Received: from localhost (HELO foreign.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 23 Apr 2010 18:58:19 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4BD1EDCA.7030506@FreeBSD.org> Date: Fri, 23 Apr 2010 11:58:18 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.9) Gecko/20100330 Thunderbird/3.0.4 MIME-Version: 1.0 To: Sean McAfee References: <4BD1EB96.20206@FreeBSD.org> <4BD1EC78.402@collaborativefusion.com> In-Reply-To: <4BD1EC78.402@collaborativefusion.com> X-Enigmail-Version: 1.0.1 OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@FreeBSD.org Subject: Re: databases/sqlite3 build 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: Fri, 23 Apr 2010 18:58:21 -0000 On 04/23/10 11:52, Sean McAfee wrote: > I can confirm this behavior on multiple installs of 8.0Rp2 amd64. I > don't use (or want) TCL, but tried to build it with TCL 8.4, 8.5, and > 8.6 installed with no luck. > > I just gave up and pkg_add -r'ed it. I run -current, so: ===>>> The newest available package (sqlite3-3.6.19) is older than the version in ports (sqlite3-3.6.23.1_1) I don't use tcl either, so I just let sqlite install the default as a dependency: tcl-8.5.8 Doug -- ... and that's just a little bit of history repeating. -- Propellerheads Improve the effectiveness of your Internet presence with a domain name makeover! http://SupersetSolutions.com/ From owner-freebsd-ports@FreeBSD.ORG Fri Apr 23 18:58:49 2010 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 9484B1065676 for ; Fri, 23 Apr 2010 18:58:49 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 574AE8FC0A for ; Fri, 23 Apr 2010 18:58:49 +0000 (UTC) Received: from mr08.lnh.mail.rcn.net ([207.172.157.28]) by smtp02.lnh.mail.rcn.net with ESMTP; 23 Apr 2010 14:58:49 -0400 Received: from mx04.lnh.mail.rcn.net (mx04.lnh.mail.rcn.net [207.172.157.54]) by mr08.lnh.mail.rcn.net (MOS 3.10.8-GA) with ESMTP id LOK10151; Fri, 23 Apr 2010 14:58:17 -0400 (EDT) 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; 23 Apr 2010 14:58:17 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19409.60873.250962.284980@jerusalem.litteratus.org> Date: Fri, 23 Apr 2010 14:58:17 -0400 To: Chuck Swiger In-Reply-To: <598819A5-25FC-4B3D-AA8A-57B401502133@mac.com> References: <19409.58999.623809.616876@jerusalem.litteratus.org> <598819A5-25FC-4B3D-AA8A-57B401502133@mac.com> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr08.lnh.mail.rcn.net) Cc: ports@freebsd.org, scheidell@secnap.net, Robert Huff Subject: Re: revisiting Spamassassin problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Apr 2010 18:58:49 -0000 Chuck Swiger writes: > > child process [76967] exited or timed out without signaling production of a PID file: exit 255 at /usr/local/bin/spamd line 2588. > > /usr/local/etc/rc.d/sa-spamd: WARNING: failed to start spamd > > > > The thread offered no definite solution except to downgrade. > > Is this still the case? > > Which version of SA are we talking about? huff@> dir /var/db/pkg/ | grep Spam drwxr-xr-x 2 root wheel 512 Apr 23 14:18 p5-Mail-SpamAssassin-3.3.1 Robert Huff From owner-freebsd-ports@FreeBSD.ORG Fri Apr 23 19:06:41 2010 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 3FBE9106564A for ; Fri, 23 Apr 2010 19:06:41 +0000 (UTC) (envelope-from jtrigg@spamcop.net) Received: from azure.heraldsnet.org (static-71-178-19-94.washdc.fios.verizon.net [71.178.19.94]) by mx1.freebsd.org (Postfix) with ESMTP id 1A8588FC12 for ; Fri, 23 Apr 2010 19:06:41 +0000 (UTC) Received: by static-71-178-19-94.washdc.fios.verizon.net (Postfix, from userid 1001) id 6FC7911431; Fri, 23 Apr 2010 14:49:04 -0400 (EDT) Date: Fri, 23 Apr 2010 14:49:04 -0400 From: Jim Trigg To: Robert Huff Message-ID: <20100423184904.GE9863@spamcop.net> Mail-Followup-To: Robert Huff , ports@freebsd.org, scheidell@secnap.net References: <19409.58999.623809.616876@jerusalem.litteratus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <19409.58999.623809.616876@jerusalem.litteratus.org> User-Agent: Mutt/1.4.2.3i Cc: ports@freebsd.org, scheidell@secnap.net Subject: Re: revisiting Spamassassin problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Apr 2010 19:06:41 -0000 On Fri, Apr 23, 2010 at 02:27:03PM -0400, Robert Huff wrote: > > Back in February there was a thread - "spamassassin problem > with upgrade" - about spamd failing to start with this error: > > child process [76967] exited or timed out without signaling production of > a PID file: exit 255 at /usr/local/bin/spamd line 2588. > /usr/local/etc/rc.d/sa-spamd: WARNING: failed to start spamd > > The thread offered no definite solution except to downgrade. > Is this still the case? When I've seen that, it's meant that I needed to run sa-update to rebuild the rule database (I think it is). Jim -- Jim Trigg, Lord High Everything Else O- /"\ \ / ASCII RIBBON CAMPAIGN Hostmaster, Huie Kin family website X HELP CURE HTML MAIL Verger, All Saints Church - Sharon Chapel / \ From owner-freebsd-ports@FreeBSD.ORG Fri Apr 23 19:13:26 2010 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 EBF85106566B for ; Fri, 23 Apr 2010 19:13:26 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from builder.freebsd.org (builder.freebsd.org [IPv6:2001:4f8:fff6::4b]) by mx1.freebsd.org (Postfix) with ESMTP id C43FE8FC13 for ; Fri, 23 Apr 2010 19:13:26 +0000 (UTC) Received: from builder.freebsd.org (localhost [127.0.0.1]) by builder.freebsd.org (8.14.3/8.14.3) with ESMTP id o3NJDQoL027121 for ; Fri, 23 Apr 2010 19:13:26 GMT (envelope-from erwin@builder.freebsd.org) Received: (from erwin@localhost) by builder.freebsd.org (8.14.3/8.14.3/Submit) id o3NJDQGQ027120 for ports@FreeBSD.org; Fri, 23 Apr 2010 19:13:26 GMT (envelope-from erwin) Date: Fri, 23 Apr 2010 19:13:26 GMT From: Erwin Lansing Message-Id: <201004231913.o3NJDQGQ027120@builder.freebsd.org> To: ports@FreeBSD.org Cc: Subject: INDEX build failed for 6.x X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Apr 2010 19:13:27 -0000 INDEX build failed with errors: Generating INDEX-6 - please wait..pkg_info: not found pkg_info: not found Done. make_index: php52-mysqli-5.2.12_2: no entry for /usr/ports/devel/php52-spl make_index: php52-mysqli-5.2.12_2: no entry for /usr/ports/devel/php52-spl make_index: php52-dom-5.2.12_2: no entry for /usr/ports/devel/php52-spl make_index: php52-dom-5.2.12_2: no entry for /usr/ports/devel/php52-spl Committers on the hook: brix dhn dinoex niels wxs Most recent CVS update was: U UIDs U Mk/bsd.php.mk U converters/Makefile U converters/php52-iconv/Makefile U converters/php52-mbstring/Makefile U converters/php52-mbstring/files/patch-config.m4 U converters/php52-mbstring/files/patch-oniguruma_regerror.c U databases/Makefile U databases/php52-dba/Makefile U databases/php52-dba/files/patch-config.m4 U databases/php52-dbase/Makefile U databases/php52-mssql/Makefile U databases/php52-mysql/Makefile U databases/php52-mysqli/Makefile U databases/php52-oci8/Makefile U databases/php52-oci8/files/patch-config.m4 U databases/php52-odbc/Makefile U databases/php52-odbc/files/patch-config.m4 U databases/php52-pdo/Makefile U databases/php52-pdo_dblib/Makefile U databases/php52-pdo_mysql/Makefile U databases/php52-pdo_oci/Makefile U databases/php52-pdo_oci/files/patch-config.m4 U databases/php52-pdo_odbc/Makefile U databases/php52-pdo_pgsql/Makefile U databases/php52-pdo_sqlite/Makefile U databases/php52-pdo_sqlite/files/patch-sqlite_statement.c U databases/php52-pgsql/Makefile U databases/php52-pgsql/files/patch-pgsql.c U devel/Makefile U devel/git/Makefile U devel/git/distinfo U devel/git/pkg-plist U devel/php52-gettext/Makefile U devel/php52-gettext/files/patch-config.m4 U devel/php52-json/Makefile U devel/php52-ncurses/Makefile U devel/php52-pcntl/Makefile U ftp/Makefile U ftp/php52-curl/Makefile U ftp/php52-ftp/Makefile U graphics/Makefile U graphics/php52-exif/Makefile U graphics/php52-gd/Makefile U graphics/php52-gd/files/patch-config.m4 U graphics/php52-gd/files/patch-libgd_gd_png.c U graphics/php52-ming/Makefile U irc/bitlbee/Makefile U irc/bitlbee/distinfo U irc/bitlbee/pkg-descr U irc/bitlbee/pkg-plist U irc/bitlbee/files/bitlbee.in U irc/bitlbee/files/pkg-message.in U lang/php52/Makefile.ext U mail/Makefile U mail/php52-imap/Makefile U math/Makefile U math/php52-gmp/Makefile U multimedia/smplayer/Makefile U multimedia/smplayer/distinfo U multimedia/smplayer/pkg-plist U multimedia/smplayer-themes/Makefile U multimedia/smplayer-themes/distinfo U multimedia/smplayer-themes/pkg-plist U net/Makefile U net/php52-ldap/Makefile U security/Makefile U security/php52-filter/Makefile U security/php52-filter/files/patch-config.m4 U security/php52-hash/Makefile U security/php52-mcrypt/Makefile U security/php52-mhash/Makefile U security/php52-openssl/Makefile U security/vuxml/vuln.xml U sysutils/Makefile U sysutils/php52-posix/Makefile U sysutils/php52-posix/files/patch-posix.c From owner-freebsd-ports@FreeBSD.ORG Fri Apr 23 19:16:56 2010 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 8256F106566B for ; Fri, 23 Apr 2010 19:16:56 +0000 (UTC) (envelope-from shuvaev@physik.uni-wuerzburg.de) Received: from mailrelay.rz.uni-wuerzburg.de (mailrelay.rz.uni-wuerzburg.de [132.187.3.28]) by mx1.freebsd.org (Postfix) with ESMTP id 2F9598FC17 for ; Fri, 23 Apr 2010 19:16:56 +0000 (UTC) Received: from virusscan.mail (localhost [127.0.0.1]) by mailrelay.mail (Postfix) with ESMTP id D0D265AEA3; Fri, 23 Apr 2010 21:16:54 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by virusscan.mail (Postfix) with ESMTP id CDD445AE9A; Fri, 23 Apr 2010 21:16:54 +0200 (CEST) X-Virus-Scanned: by amavisd-new at uni-wuerzburg.de Received: from mail.physik.uni-wuerzburg.de (wthp192.physik.uni-wuerzburg.de [132.187.40.192]) by mailmaster.uni-wuerzburg.de (Postfix) with ESMTP id ADFD65CFF7; Fri, 23 Apr 2010 21:16:54 +0200 (CEST) Received: from wep4035 ([132.187.37.35]) by mail.physik.uni-wuerzburg.de (Lotus Domino Release 8.5.1FP2) with ESMTP id 2010042321165328-51542 ; Fri, 23 Apr 2010 21:16:53 +0200 Received: by wep4035 (sSMTP sendmail emulation); Fri, 23 Apr 2010 21:16:53 +0200 Date: Fri, 23 Apr 2010 21:16:53 +0200 From: Alexey Shuvaev To: Doug Barton Message-ID: <20100423191653.GA59696@wep4035.physik.uni-wuerzburg.de> References: <4BD1EB96.20206@FreeBSD.org> <4BD1EC78.402@collaborativefusion.com> <4BD1EDCA.7030506@FreeBSD.org> MIME-Version: 1.0 In-Reply-To: <4BD1EDCA.7030506@FreeBSD.org> Organization: Universitaet Wuerzburg User-Agent: Mutt/1.5.20 (2009-06-14) X-MIMETrack: Itemize by SMTP Server on domino1/uni-wuerzburg(Release 8.5.1FP2|March 17, 2010) at 04/23/2010 09:16:54 PM, Serialize by Router on domino1/uni-wuerzburg(Release 8.5.1FP2|March 17, 2010) at 04/23/2010 09:16:54 PM, Serialize complete at 04/23/2010 09:16:54 PM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Cc: Sean McAfee , freebsd-ports@FreeBSD.org Subject: Re: databases/sqlite3 build 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: Fri, 23 Apr 2010 19:16:56 -0000 On Fri, Apr 23, 2010 at 11:58:18AM -0700, Doug Barton wrote: > On 04/23/10 11:52, Sean McAfee wrote: > > I can confirm this behavior on multiple installs of 8.0Rp2 amd64. I > > don't use (or want) TCL, but tried to build it with TCL 8.4, 8.5, and > > 8.6 installed with no luck. > > > > I just gave up and pkg_add -r'ed it. > > I run -current, so: > > ===>>> The newest available package (sqlite3-3.6.19) > is older than the version in ports (sqlite3-3.6.23.1_1) > > I don't use tcl either, so I just let sqlite install the default as a > dependency: tcl-8.5.8 > Not sure, if I ran into the same problem, but I recall that sqlite3 needs an option TCL_MODULES turned on in lang/tcl85. Or, better, try to install tcl-modules by hand and see, if it helps. If it does, should sqlite3 port directly depend on tcl-modules? The problem doesn't manifest itself on the package clusters as TCL_MODULES turned on by default. HTH, Alexey. From owner-freebsd-ports@FreeBSD.ORG Fri Apr 23 19:23:42 2010 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 441CF106564A for ; Fri, 23 Apr 2010 19:23:42 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 07F9A8FC15 for ; Fri, 23 Apr 2010 19:23:41 +0000 (UTC) Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 23 Apr 2010 15:23:42 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr02.lnh.mail.rcn.net (MOS 3.10.8-GA) with ESMTP id QRA88624; Fri, 23 Apr 2010 15:23:41 -0400 (EDT) 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 smtp01.lnh.mail.rcn.net with ESMTP; 23 Apr 2010 15:23:41 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19409.62396.701618.860484@jerusalem.litteratus.org> Date: Fri, 23 Apr 2010 15:23:40 -0400 To: Jim Trigg In-Reply-To: <20100423184904.GE9863@spamcop.net> References: <19409.58999.623809.616876@jerusalem.litteratus.org> <20100423184904.GE9863@spamcop.net> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr02.lnh.mail.rcn.net) Cc: ports@freebsd.org, scheidell@secnap.net, Robert Huff Subject: Re: revisiting Spamassassin problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Apr 2010 19:23:42 -0000 Jim Trigg writes: > > Back in February there was a thread - "spamassassin problem > > with upgrade" - about spamd failing to start with this error: > > > > child process [76967] exited or timed out without signaling production of > > a PID file: exit 255 at /usr/local/bin/spamd line 2588. > > /usr/local/etc/rc.d/sa-spamd: WARNING: failed to start spamd > > > > The thread offered no definite solution except to downgrade. > > Is this still the case? > > When I've seen that, it's meant that I needed to run sa-update to > rebuild the rule database (I think it is). I'm not sure why, but this seems to have done it. Thanks, and sorry for the noise. Respectfully, Robert Huff From owner-freebsd-ports@FreeBSD.ORG Fri Apr 23 19:53:42 2010 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 8BFD8106566B for ; Fri, 23 Apr 2010 19:53:42 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx23.fluidhosting.com [204.14.89.6]) by mx1.freebsd.org (Postfix) with ESMTP id 1B2E08FC14 for ; Fri, 23 Apr 2010 19:53:41 +0000 (UTC) Received: (qmail 3714 invoked by uid 399); 23 Apr 2010 19:53:41 -0000 Received: from localhost (HELO foreign.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 23 Apr 2010 19:53:41 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4BD1FAC3.2050502@FreeBSD.org> Date: Fri, 23 Apr 2010 12:53:39 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.9) Gecko/20100330 Thunderbird/3.0.4 MIME-Version: 1.0 To: Alexey Shuvaev References: <4BD1EB96.20206@FreeBSD.org> <4BD1EC78.402@collaborativefusion.com> <4BD1EDCA.7030506@FreeBSD.org> <20100423191653.GA59696@wep4035.physik.uni-wuerzburg.de> In-Reply-To: <20100423191653.GA59696@wep4035.physik.uni-wuerzburg.de> X-Enigmail-Version: 1.0.1 OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: mnag@FreeBSD.org, Sean McAfee , freebsd-ports@FreeBSD.org Subject: Re: databases/sqlite3 build 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: Fri, 23 Apr 2010 19:53:42 -0000 On 04/23/10 12:16, Alexey Shuvaev wrote: > Not sure, if I ran into the same problem, but I recall that sqlite3 needs > an option TCL_MODULES turned on in lang/tcl85. > Or, better, try to install tcl-modules by hand and see, if it helps. Yes, that solves it, thanks. When I am forced to install something like tcl for a build dependency I generally strip it down as much as possible, so I had unchecked the modules option. As you point out below, the option is enabled by default. > If it does, should sqlite3 port directly depend on tcl-modules? A cursory examination indicates that this would be a good solution. The maintainer has been restored to the cc line. > The problem doesn't manifest itself on the package clusters as > TCL_MODULES turned on by default. Thanks for your help, Doug -- ... and that's just a little bit of history repeating. -- Propellerheads Improve the effectiveness of your Internet presence with a domain name makeover! http://SupersetSolutions.com/ From owner-freebsd-ports@FreeBSD.ORG Fri Apr 23 20:04:32 2010 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 3F201106564A; Fri, 23 Apr 2010 20:04:32 +0000 (UTC) (envelope-from yanefbsd@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 B4B658FC0A; Fri, 23 Apr 2010 20:04:31 +0000 (UTC) Received: by gwj18 with SMTP id 18so2658823gwj.13 for ; Fri, 23 Apr 2010 13:04:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=2XH2zUwnGEp+ZOpBHnt5rwLEXPKKLRooXGUSXjzJksY=; b=hgGbk6v7fNk2+yNjjNYw6Ric2sJg+Z9P+YUSRng9tbeY7iS2z8FvltBFHBuko1dti6 N/hbavWIKqKmVmrdxeoUDX9PXO+tG0UMrlsCpEafiokXP1N563GuDVx7Ucqn9n76CbPH V4nceoyBe5gHk2ZOE++xUChuHKQeNeX4tXogg= 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=sL327Q4sk6TGs8eljgLWEhHja+wSW9gvqXmUZT0CFIUYU71palt3wSv5QnaGs644yl H+InmMkAD/kXF167hz9cgYhJ+SKjngolp7m3q3tBnFv3Zdx0tjhdVit7HsjXml0s3OPs qsKGOnwHpH7gujXjzJ1La7dGDyNpfpW4v6Yi4= MIME-Version: 1.0 Received: by 10.229.99.143 with SMTP id u15mr596210qcn.105.1272053070705; Fri, 23 Apr 2010 13:04:30 -0700 (PDT) Received: by 10.229.233.11 with HTTP; Fri, 23 Apr 2010 13:04:30 -0700 (PDT) In-Reply-To: <4BD1FAC3.2050502@FreeBSD.org> References: <4BD1EB96.20206@FreeBSD.org> <4BD1EC78.402@collaborativefusion.com> <4BD1EDCA.7030506@FreeBSD.org> <20100423191653.GA59696@wep4035.physik.uni-wuerzburg.de> <4BD1FAC3.2050502@FreeBSD.org> Date: Fri, 23 Apr 2010 13:04:30 -0700 Message-ID: From: Garrett Cooper To: Doug Barton Content-Type: text/plain; charset=ISO-8859-1 Cc: Alexey Shuvaev , mnag@freebsd.org, freebsd-ports@freebsd.org, Sean McAfee Subject: Re: databases/sqlite3 build 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: Fri, 23 Apr 2010 20:04:32 -0000 On Fri, Apr 23, 2010 at 12:53 PM, Doug Barton wrote: > On 04/23/10 12:16, Alexey Shuvaev wrote: >> Not sure, if I ran into the same problem, but I recall that sqlite3 needs >> an option TCL_MODULES turned on in lang/tcl85. >> Or, better, try to install tcl-modules by hand and see, if it helps. > > Yes, that solves it, thanks. When I am forced to install something like > tcl for a build dependency I generally strip it down as much as > possible, so I had unchecked the modules option. As you point out below, > the option is enabled by default. > >> If it does, should sqlite3 port directly depend on tcl-modules? > > A cursory examination indicates that this would be a good solution. The > maintainer has been restored to the cc line. > >> The problem doesn't manifest itself on the package clusters as >> TCL_MODULES turned on by default. devel/subversion requires sqlite by default, so I did an initial look at busting this build dependency a few weeks ago. There are some tcl modules used by sqlite so that isn't available in all cases, but it can be broken down when they're not compiled. If someone points me to the tcl script that breaks this assumption, I'll gladly whip up an awk, sed, or bourne shell script solution to remove this nasty dependency. Thanks, -Garrett From owner-freebsd-ports@FreeBSD.ORG Fri Apr 23 20:16:04 2010 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 916C71065675 for ; Fri, 23 Apr 2010 20:16:04 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx23.fluidhosting.com [204.14.89.6]) by mx1.freebsd.org (Postfix) with ESMTP id 1F0F38FC18 for ; Fri, 23 Apr 2010 20:16:03 +0000 (UTC) Received: (qmail 2300 invoked by uid 399); 23 Apr 2010 20:16:03 -0000 Received: from localhost (HELO foreign.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 23 Apr 2010 20:16:03 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4BD20001.1010200@FreeBSD.org> Date: Fri, 23 Apr 2010 13:16:01 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.9) Gecko/20100330 Thunderbird/3.0.4 MIME-Version: 1.0 To: Garrett Cooper References: <4BD1EB96.20206@FreeBSD.org> <4BD1EC78.402@collaborativefusion.com> <4BD1EDCA.7030506@FreeBSD.org> <20100423191653.GA59696@wep4035.physik.uni-wuerzburg.de> <4BD1FAC3.2050502@FreeBSD.org> In-Reply-To: X-Enigmail-Version: 1.0.1 OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Alexey Shuvaev , mnag@freebsd.org, freebsd-ports@freebsd.org, Sean McAfee Subject: Re: databases/sqlite3 build 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: Fri, 23 Apr 2010 20:16:04 -0000 On 04/23/10 13:04, Garrett Cooper wrote: > > devel/subversion requires sqlite by default I was mildly curious about this myself, but sqlite is required by enough other things on my system (for no reason that I can see, but whatever) that I didn't feel like pulling at that particular thread. Doug -- ... and that's just a little bit of history repeating. -- Propellerheads Improve the effectiveness of your Internet presence with a domain name makeover! http://SupersetSolutions.com/ From owner-freebsd-ports@FreeBSD.ORG Fri Apr 23 21:29:48 2010 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 300D71065673 for ; Fri, 23 Apr 2010 21:29:48 +0000 (UTC) (envelope-from om-lists-bsd@omx.ch) Received: from omicron.omnis.ch (omicron.omnis.ch [62.48.3.130]) by mx1.freebsd.org (Postfix) with SMTP id 795168FC18 for ; Fri, 23 Apr 2010 21:29:46 +0000 (UTC) Received: (qmail 41670 invoked from network); 23 Apr 2010 21:29:45 -0000 Received: from [192.168.0.40] ([195.134.148.35]) by omicron.omnis.ch ([62.48.3.130]) with ESMTP via TCP; 23 Apr 2010 21:29:45 -0000 From: Olivier Mueller To: doug schmidt In-Reply-To: References: <41411271948477@web128.yandex.ru> <1271963927.19773.34.camel@frosch.omx.ch> Content-Type: text/plain Date: Fri, 23 Apr 2010 23:29:44 +0200 Message-Id: <1272058184.12051.9.camel@frosch.omx.ch> Mime-Version: 1.0 X-Mailer: Evolution 2.24.1.1 Content-Transfer-Encoding: 7bit Cc: =?UTF-8?Q?=D0=90=D0=BD=D1=82=D0=BE=D0=BD_=D0=9A=D0=BB=D0=B5=D1=81?= =?UTF-8?Q?=D1=81?= , freebsd-questions@freebsd.org, FreeBSD-Ports Subject: Re: Is there PHP 5.2.x in ports? yes. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 23 Apr 2010 21:29:48 -0000 On Fri, 2010-04-23 at 15:34 -0400, doug schmidt wrote: > On Thu, Apr 22, 2010 at 3:18 PM, Olivier Mueller wrote: > > And if you are patient, some devs are planing to add a php52 port, there > > is even something in the PR DB : > > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/145772 (but I don't > > know how active they are, maybe asking on freebsd-ports would be > > better). > > lang/php52 has been added to the ports tree. wow, that was quick... cool! thanks for the information :) ( http://www.freebsd.org/cgi/ports.cgi?query=php52&stype=all&sektion=all ) regards, Olivier From owner-freebsd-ports@FreeBSD.ORG Fri Apr 23 21:47:54 2010 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 7C691106564A for ; Fri, 23 Apr 2010 21:47:54 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from builder.freebsd.org (builder.freebsd.org [IPv6:2001:4f8:fff6::4b]) by mx1.freebsd.org (Postfix) with ESMTP id 54F5B8FC12 for ; Fri, 23 Apr 2010 21:47:54 +0000 (UTC) Received: from builder.freebsd.org (localhost [127.0.0.1]) by builder.freebsd.org (8.14.3/8.14.3) with ESMTP id o3NLls04088658 for ; Fri, 23 Apr 2010 21:47:54 GMT (envelope-from erwin@builder.freebsd.org) Received: (from erwin@localhost) by builder.freebsd.org (8.14.3/8.14.3/Submit) id o3NLlsHs088657 for ports@FreeBSD.org; Fri, 23 Apr 2010 21:47:54 GMT (envelope-from erwin) Date: Fri, 23 Apr 2010 21:47:54 GMT From: Erwin Lansing Message-Id: <201004232147.o3NLlsHs088657@builder.freebsd.org> To: ports@FreeBSD.org Cc: Subject: INDEX build failed for 6.x X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Apr 2010 21:47:54 -0000 INDEX build failed with errors: Generating INDEX-6 - please wait..pkg_info: not found pkg_info: not found Done. make_index: php52-mysqli-5.2.12_2: no entry for /usr/ports/devel/php52-spl make_index: php52-mysqli-5.2.12_2: no entry for /usr/ports/devel/php52-spl make_index: php52-dom-5.2.12_2: no entry for /usr/ports/devel/php52-spl make_index: php52-dom-5.2.12_2: no entry for /usr/ports/devel/php52-spl Committers on the hook: brix dhn dinoex niels skv wxs Most recent CVS update was: U lang/rakudo/Makefile U lang/rakudo/distinfo From owner-freebsd-ports@FreeBSD.ORG Sat Apr 24 00:55:39 2010 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 4CBB8106566B for ; Sat, 24 Apr 2010 00:55:39 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from builder.freebsd.org (builder.freebsd.org [IPv6:2001:4f8:fff6::4b]) by mx1.freebsd.org (Postfix) with ESMTP id 246268FC1A for ; Sat, 24 Apr 2010 00:55:39 +0000 (UTC) Received: from builder.freebsd.org (localhost [127.0.0.1]) by builder.freebsd.org (8.14.3/8.14.3) with ESMTP id o3O0td5R051745 for ; Sat, 24 Apr 2010 00:55:39 GMT (envelope-from erwin@builder.freebsd.org) Received: (from erwin@localhost) by builder.freebsd.org (8.14.3/8.14.3/Submit) id o3O0td7s051742 for ports@FreeBSD.org; Sat, 24 Apr 2010 00:55:39 GMT (envelope-from erwin) Date: Sat, 24 Apr 2010 00:55:39 GMT From: Erwin Lansing Message-Id: <201004240055.o3O0td7s051742@builder.freebsd.org> To: ports@FreeBSD.org Cc: Subject: INDEX now builds successfully on 6.x X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Apr 2010 00:55:39 -0000 From owner-freebsd-ports@FreeBSD.ORG Sat Apr 24 01:21:59 2010 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 B0043106566B for ; Sat, 24 Apr 2010 01:21:59 +0000 (UTC) (envelope-from rfarmer@predatorlabs.net) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6B8BA8FC0A for ; Sat, 24 Apr 2010 01:21:59 +0000 (UTC) Received: by gyh20 with SMTP id 20so5444973gyh.13 for ; Fri, 23 Apr 2010 18:21:58 -0700 (PDT) MIME-Version: 1.0 Received: by 10.151.4.8 with SMTP id g8mr858915ybi.40.1272072118732; Fri, 23 Apr 2010 18:21:58 -0700 (PDT) Received: by 10.150.98.16 with HTTP; Fri, 23 Apr 2010 18:21:58 -0700 (PDT) X-Originating-IP: [128.95.133.173] In-Reply-To: References: <4BCFEA35.8070109@bsdforen.de> <20100422065709.GA33521@e.0x20.net> <20100422172009.GA27597@comcast.net> Date: Fri, 23 Apr 2010 18:21:58 -0700 Message-ID: From: Rob Farmer To: wen heping Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-ports@freebsd.org Subject: Re: Dynamic plists X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 24 Apr 2010 01:21:59 -0000 On Thu, Apr 22, 2010 at 7:28 PM, wen heping wrote: > Are you working on scilab-5.2.2 ? > > wen > Yes - it builds and I got the ocaml issues worked out too, I just need to do a little bit of testing and I should have something to submit later today or tomorrow. -- Rob Farmer From owner-freebsd-ports@FreeBSD.ORG Fri Apr 23 23:04:28 2010 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 C1AC8106564A for ; Fri, 23 Apr 2010 23:04:28 +0000 (UTC) (envelope-from antoniok.spb@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.157]) by mx1.freebsd.org (Postfix) with ESMTP id 486648FC12 for ; Fri, 23 Apr 2010 23:04:27 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id 22so386423fge.13 for ; Fri, 23 Apr 2010 16:04:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=i1jectd+8bJeAkUC5uy1EROnCl16NMg6kP3jH+AYRQ0=; b=LwP1ZMcjhny60K3HD61iLEO8ieZaMI4gk9ZhVyHFO2foS5WT0kB/xEnMR0IkN6Uw/q m0i2UPusNVo7iBV9YRtr/NHhWdBhgsRwVCJf47bB6X9jKxwShT0Nfxncz1P/IbSxmm1b RVyr5zJh4sCE+WuILYhKKKF0WYzEZvqJMNW5s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=vXbhab2jI6Qh2DhDVfJNrwRSLPsR9sG2pLFxoyVeX4HZDNc8VpnW1HtxAmKBXCzA0x 1z/p3Qkct4nkCpvvO9ul4mrCVloNQu9inXEkl23J7qp8ZwcphXh9YjnUPmFm5FgDTwHC i8rfsrB22ze5wVII676Mb5gPA4hrosSbZhtWE= Received: by 10.239.183.145 with SMTP id u17mr67031hbg.145.1272062298125; Fri, 23 Apr 2010 15:38:18 -0700 (PDT) MIME-Version: 1.0 Received: by 10.239.140.199 with HTTP; Fri, 23 Apr 2010 15:37:58 -0700 (PDT) In-Reply-To: <1272058184.12051.9.camel@frosch.omx.ch> References: <41411271948477@web128.yandex.ru> <1271963927.19773.34.camel@frosch.omx.ch> <1272058184.12051.9.camel@frosch.omx.ch> From: =?UTF-8?B?0JDQvdGC0L7QvSDQmtC70LXRgdGB?= Date: Sat, 24 Apr 2010 02:37:58 +0400 Message-ID: To: Olivier Mueller X-Mailman-Approved-At: Sat, 24 Apr 2010 02:17:17 +0000 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: =?UTF-8?B?0JDQvdGC0L7QvSDQmtC70LXRgdGB?= , freebsd-questions@freebsd.org, FreeBSD-Ports , doug schmidt Subject: Re: Is there PHP 5.2.x in ports? yes. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 23 Apr 2010 23:04:28 -0000 There are no archivers/php52-zlib. So, it is unavailable to install lang/php52 with lang/php5-extensions, having zlib extension choosen at make config. 2010/4/24 Olivier Mueller > On Fri, 2010-04-23 at 15:34 -0400, doug schmidt wrote: > > On Thu, Apr 22, 2010 at 3:18 PM, Olivier Mueller > wrote: > > > And if you are patient, some devs are planing to add a php52 port, > there > > > is even something in the PR DB : > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/145772 (but I don= 't > > > know how active they are, maybe asking on freebsd-ports would be > > > better). > > > > lang/php52 has been added to the ports tree. > > wow, that was quick... cool! thanks for the information :) > ( http://www.freebsd.org/cgi/ports.cgi?query=3Dphp52&stype=3Dall&sektion= =3Dall ) > > regards, > Olivier > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > --=20 =F3 =D5=D7=C1=D6=C5=CE=C9=C5=CD, =E1=CE=D4=CF=CE =EB=CC=C5=D3=D3, http://kless.spb.ru/ From owner-freebsd-ports@FreeBSD.ORG Sat Apr 24 05:43:52 2010 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 419AB106564A for ; Sat, 24 Apr 2010 05:43:52 +0000 (UTC) (envelope-from ari@ish.com.au) Received: from fish.ish.com.au (eth5921.nsw.adsl.internode.on.net [59.167.240.32]) by mx1.freebsd.org (Postfix) with ESMTP id F1C018FC08 for ; Sat, 24 Apr 2010 05:43:51 +0000 (UTC) Received: from [10.29.62.2] (port=54819 helo=Aris-MacBook-Pro.local) by fish.ish.com.au with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1O5Y9b-0007TJ-2l for freebsd-ports@freebsd.org; Sat, 24 Apr 2010 15:43:47 +1000 Message-ID: <4BD28512.2010506@ish.com.au> Date: Sat, 24 Apr 2010 15:43:46 +1000 From: Aristedes Maniatis User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.9) Gecko/20100317 Lightning/1.0b1 Thunderbird/3.0.4 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: portmaster and IGNOREME X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 24 Apr 2010 05:43:52 -0000 I have a package which is not built from a port (it is commercial software). I've put an +IGNOREME file in the package folder. But portmaster will not ignore it: #portmaster -a [snip...] ===>>> Proceed? y/n [y] ===>>> Starting build for for ports that need updating <<<=== ===>>> Launching child to update CGatePro-5.3.5 ===>>> No ORIGIN in /var/db/pkg/CGatePro-5.3.5/+CONTENTS ===>>> Aborting update ===>>> Update for CGatePro-5.3.5 failed ===>>> Aborting update Unless there is some clear documented reason, portmaster should ignore ports which are marked to be ignored. The documentation reads: If you do a regular update of the port, or if the -a option is being used you will be asked if you want to update the port anyway. I am not being asked, it just fails the entire port upgrade process, unless I use -ia and specifically exclude this package. I don't know enough about package files to know why ORIGIN is required, even for packages which aren't generated from the ports system. Ari -- --------------------------> Aristedes Maniatis ish http://www.ish.com.au Level 1, 30 Wilson Street Newtown 2042 Australia phone +61 2 9550 5001 fax +61 2 9550 4001 GPG fingerprint CBFB 84B4 738D 4E87 5E5C 5EFA EF6A 7D2E 3E49 102A From owner-freebsd-ports@FreeBSD.ORG Sat Apr 24 06:14:36 2010 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 E72B5106566C for ; Sat, 24 Apr 2010 06:14:36 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mail-qy0-f181.google.com (mail-qy0-f181.google.com [209.85.221.181]) by mx1.freebsd.org (Postfix) with ESMTP id A1B688FC15 for ; Sat, 24 Apr 2010 06:14:35 +0000 (UTC) Received: by qyk11 with SMTP id 11so12472800qyk.13 for ; Fri, 23 Apr 2010 23:14:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=0t7jJt06/H6PfgWArJgNl8JoqtA2Qi/iIAhurrxDyZc=; b=xoq2Z30CejaWDip7fGAy7L5DXNnynvf9uerV3f7n6VAgdFc1NnI4pKi1SvQOU41y1l vxN4XwSalQwbZdWhlLv8e3fy4ZKe+2stBtQcIuEI/Sa0QtTHX0A8koMn0a6lzg++r53d vEby2LbNb8+O6pswnOhg+UJ8oN72UwaLxXQu0= 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=VCGLTMxdzT5BgHDqOZw/CPza7G6cVuMaVohVbGODskSYMPstbTb8lU2pOaD0GWY6rn 3YeW5tqwme9A44Qlcvzps/2qccex2siUt7NvhSUqaqV6VeiWLZKgtHNqOo7IMIkBUr1o FaTHm15OrHUdiKASNs0xwmDJ5nKfj9pAhYPe0= MIME-Version: 1.0 Received: by 10.229.228.83 with SMTP id jd19mr1242188qcb.72.1272089675194; Fri, 23 Apr 2010 23:14:35 -0700 (PDT) Received: by 10.229.233.11 with HTTP; Fri, 23 Apr 2010 23:14:35 -0700 (PDT) In-Reply-To: <4BD28512.2010506@ish.com.au> References: <4BD28512.2010506@ish.com.au> Date: Fri, 23 Apr 2010 23:14:35 -0700 Message-ID: From: Garrett Cooper To: Aristedes Maniatis Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org Subject: Re: portmaster and IGNOREME X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 24 Apr 2010 06:14:37 -0000 On Fri, Apr 23, 2010 at 10:43 PM, Aristedes Maniatis wrote= : > I have a package which is not built from a port (it is commercial softwar= e). > I've put an +IGNOREME file in the package folder. But portmaster will not > ignore it: It's not ignoring it for -a (update). Kind of funny though why this functionality exists if pkg_install doesn't even check it. I've gotten a lot of noise similar to that related to homegrown packages I've dealt with at work when running pkg_add // pkg_create as it builds up package origins when it reads the contents of the plists -- not sure why a ports-ism made it into pkg_install though, but flz most likely knows why. > #portmaster -a > > [snip...] > > =3D=3D=3D>>> Proceed? y/n [y] > > =3D=3D=3D>>> Starting build for for ports that need updating <<<=3D=3D=3D > > =3D=3D=3D>>> Launching child to update CGatePro-5.3.5 > > =3D=3D=3D>>> No ORIGIN in /var/db/pkg/CGatePro-5.3.5/+CONTENTS > =3D=3D=3D>>> Aborting update > > =3D=3D=3D>>> Update for CGatePro-5.3.5 failed > =3D=3D=3D>>> Aborting update > > > Unless there is some clear documented reason, portmaster should ignore po= rts > which are marked to be ignored. The documentation reads: > > =A0 =A0 =A0 =A0If you do a regular update of the port, or if the > =A0 =A0 =A0 =A0-a option is being used you will be asked if you want to u= pdate > =A0 =A0 =A0 =A0the port anyway. > > I am not being asked, it just fails the entire port upgrade process, unle= ss > I use -ia and specifically exclude this package. I don't know enough abou= t > package files to know why ORIGIN is required, even for packages which are= n't > generated from the ports system. This I don't know (and is potentially a bug or a needed enhancement with portmaster). dougb would be able to fill you in on this. Cheers, -Garrett From owner-freebsd-ports@FreeBSD.ORG Sat Apr 24 07:28:52 2010 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 8D5AA106564A for ; Sat, 24 Apr 2010 07:28:52 +0000 (UTC) (envelope-from ml@sd2i.com) Received: from h8h1.sd2i.net (h8h1.sd2i.net [94.23.110.6]) by mx1.freebsd.org (Postfix) with ESMTP id 4B8FE8FC08 for ; Sat, 24 Apr 2010 07:28:52 +0000 (UTC) Received: from h8h1.sd2i.net (localhost [127.0.0.1]) by h8h1.sd2i.net (Postfix) with ESMTP id 954BC284DA for ; Sat, 24 Apr 2010 09:28:50 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sd2i.net; h=content-type :mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; s= selector1; bh=iyNTeY1Kd6MpG3uVMqg+KlzR9Ko=; b=TsYtBmhUqJLeCLlLXK /zTiiosQRSiu8sFKTrlpJhzGJgUu9INSkcJEQFTxw4fecomFZ98UajVjgfrA7nwU 722dsUoitrpMXiBMxWDfgp71KmiUQR8Vsi5+ODGrBs9tx3zB+vRzcY5rKMvVAuqh 6oYZp1owgaSKLOoVMh39y+lCk= Received: from [192.168.1.3] (unknown [212.147.81.218]) by h8h1.sd2i.net (Postfix) with ESMTPA id 3DF23284EF for ; Sat, 24 Apr 2010 09:28:50 +0200 (CEST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Apple Message framework v1078) From: ML In-Reply-To: Date: Sat, 24 Apr 2010 09:28:49 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: References: <41411271948477@web128.yandex.ru> <1271963927.19773.34.camel@frosch.omx.ch> <1272058184.12051.9.camel@frosch.omx.ch> To: FreeBSD-Ports X-Mailer: Apple Mail (2.1078) Subject: Re: Is there PHP 5.2.x in ports? yes. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 24 Apr 2010 07:28:52 -0000 Le 24 avr. 2010 =C3=A0 00:37, =D0=90=D0=BD=D1=82=D0=BE=D0=BD =D0=9A=D0=BB=D0= =B5=D1=81=D1=81 a =C3=A9crit : > There are no archivers/php52-zlib. > So, it is unavailable to install lang/php52 with lang/php5-extensions, > having zlib extension choosen at make config. >=20 > 2010/4/24 Olivier Mueller >=20 >> On Fri, 2010-04-23 at 15:34 -0400, doug schmidt wrote: >>> On Thu, Apr 22, 2010 at 3:18 PM, Olivier Mueller = >> wrote: >>>> And if you are patient, some devs are planing to add a php52 port, >> there >>>> is even something in the PR DB : >>>> http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/145772 (but I = don't >>>> know how active they are, maybe asking on freebsd-ports would be >>>> better). >>>=20 >>> lang/php52 has been added to the ports tree. >>=20 >> wow, that was quick... cool! thanks for the information :) >> ( = http://www.freebsd.org/cgi/ports.cgi?query=3Dphp52&stype=3Dall&sektion=3Da= ll ) I wonder what's the best way to switch from php5 tree to php52 tree ? - uninstall + reinstall all php5+pecl ports ? - use ALT_PKG in pkgtools.conf (I'm using portupgrade) ? - what else ? maybe some PHP_VERSION in make.conf ? I have some tens servers to upgrade and I'm looking for a script which I = can run on all of them. They are not identical (not same php/pecl = extensions), this is why I'm looking for some sort of automatic = solution. Thanks for any help. Regards. >=20 From owner-freebsd-ports@FreeBSD.ORG Sat Apr 24 14:51:23 2010 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 5461C106564A for ; Sat, 24 Apr 2010 14:51:23 +0000 (UTC) (envelope-from admin@lissyara.su) Received: from hosting.lissyara.su (hosting.lissyara.su [77.221.149.162]) by mx1.freebsd.org (Postfix) with ESMTP id 078358FC22 for ; Sat, 24 Apr 2010 14:51:22 +0000 (UTC) Received: from [77.41.96.17] (port=42282 helo=dc7700p.lissyara.su) by hosting.lissyara.su with esmtpa (Exim 4.71 (FreeBSD)) (envelope-from ) id 1O5ghU-000CTx-7c for freebsd-ports@freebsd.org; Sat, 24 Apr 2010 18:51:20 +0400 Message-ID: <4BD3055D.2050503@lissyara.su> Date: Sat, 24 Apr 2010 18:51:09 +0400 From: Alex Keda User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; ru-RU; rv:1.9.1.9) Gecko/20100403 Thunderbird/3.0.4 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <41411271948477@web128.yandex.ru> <1271963927.19773.34.camel@frosch.omx.ch> <1272058184.12051.9.camel@frosch.omx.ch> In-Reply-To: Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Description: if spam count > 60 - this is spam X-Spam-Count: 0 X-Descriptions: powered by www.lissyara.su X-Bounce-ID: hosting.lissyara.su Subject: Re: Is there PHP 5.2.x in ports? yes. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 24 Apr 2010 14:51:23 -0000 24.04.2010 02:37, Антон Клесс пишет: > There are no archivers/php52-zlib. > So, it is unavailable to install lang/php52 with lang/php5-extensions, > having zlib extension choosen at make config. now, is avalible from old tree unavalible only: devel/php52-geshi devel/php52-ice devel/php52-phing devel/php52-pinba converters/php52-bsdconv databases/php52-propel databases/php52-rrdtool graphics/php52-chartdirector graphics/php52-ffmpeqg japanese/php52-mecab From owner-freebsd-ports@FreeBSD.ORG Sat Apr 24 14:59:28 2010 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 E2021106566B for ; Sat, 24 Apr 2010 14:59:28 +0000 (UTC) (envelope-from antoniok.spb@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.155]) by mx1.freebsd.org (Postfix) with ESMTP id 6D89E8FC17 for ; Sat, 24 Apr 2010 14:59:28 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id 22so693559fge.13 for ; Sat, 24 Apr 2010 07:59:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=vYsgeVn0BquA+44Yqy/xMfuOBuAVX82LxR8QCtbukwk=; b=gVQ/DYXFA8SNJpfebEK2girYCyM+1MGBGbFZMT35h4RoGvg5oN7x3fPrTKp2M/+p8J XVX8xmfqrT0ZChVWOP4vG249SsuT/fG8GBOF5o6cI9AHHl/IS2a3oJRp3Eq6yr9/Y6dt 48hHT2ElATzDFjMLPh0GQai//m9rZo76cUmWY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=FzV93BcIReME8KrBqIVc0pJoIZ08i7h7EwMopdmimZoD+75y4GcDnWqAUrgpvI9DZs mZvOA5PbY0xN2ody7j9PWnpNcSgCwd7MEa+i0VQ3/+5iZrqdFZSalw/3IbyA2oaMcJzd GiaF95Qk1RTo06twjTbT5/kkDZ6AJhsLn7glU= Received: by 10.239.169.136 with SMTP id o8mr131938hbe.44.1272121165108; Sat, 24 Apr 2010 07:59:25 -0700 (PDT) MIME-Version: 1.0 Received: by 10.239.140.199 with HTTP; Sat, 24 Apr 2010 07:59:05 -0700 (PDT) In-Reply-To: <4BD3055D.2050503@lissyara.su> References: <41411271948477@web128.yandex.ru> <1271963927.19773.34.camel@frosch.omx.ch> <1272058184.12051.9.camel@frosch.omx.ch> <4BD3055D.2050503@lissyara.su> From: =?UTF-8?B?0JDQvdGC0L7QvSDQmtC70LXRgdGB?= Date: Sat, 24 Apr 2010 18:59:05 +0400 Message-ID: To: Alex Keda Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ports@freebsd.org Subject: Re: Is there PHP 5.2.x in ports? yes. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 24 Apr 2010 14:59:29 -0000 > > > now, is avalible > from old tree unavalible only: > > devel/php52-geshi > devel/php52-ice > devel/php52-phing > devel/php52-pinba > converters/php52-bsdconv > databases/php52-propel > databases/php52-rrdtool > graphics/php52-chartdirector > graphics/php52-ffmpeqg > japanese/php52-mecab > > Would it be lang/php52-extensions for that? lang/php5-extensions was changed when lang/php5 changed to version 5.3.2. or it makes no sense for installing lang/php52? From owner-freebsd-ports@FreeBSD.ORG Sat Apr 24 15:20:58 2010 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 D034E1065673 for ; Sat, 24 Apr 2010 15:20:58 +0000 (UTC) (envelope-from antoniok.spb@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153]) by mx1.freebsd.org (Postfix) with ESMTP id 5B2598FC2F for ; Sat, 24 Apr 2010 15:20:57 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id 22so701848fge.13 for ; Sat, 24 Apr 2010 08:20:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=BgfKvJiUA7iJcGAYi8hnoZFaQGaF4DmFcKUenf48Qts=; b=VeAWQbtDZR+Rc26GzNXW1F+lxgGtoqFiRYCZOmTnH2XvrJyAg+bDveKUmAlITrrUH1 XuUg9iSXOhZ0isBN8A9DN/CFfRsqgrD+MMmyQv7Rbz7QSxOprBlwN0OV3DCsLnabDvRl 7ZbasSC5Xy2rBc8ahskyUX+vNRm6UAh5ohtzU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=XibgsHtsvYdkXLu5WPb7i16y+yb7Kbv50wPlLhinh/2GlWuTZc84yhTmAI/fc7P0AN MEJPfpZ4Y3xr+VCbkSpIqlCycP9y37By3KBk/ou+p0pominYCybggur3dH0y5p4/a8Xq PERya9CtRylxdOur3K8T9N7hzH4jauO53WpCA= Received: by 10.239.172.132 with SMTP id a4mr131644hbf.70.1272122457138; Sat, 24 Apr 2010 08:20:57 -0700 (PDT) MIME-Version: 1.0 Received: by 10.239.140.199 with HTTP; Sat, 24 Apr 2010 08:20:37 -0700 (PDT) In-Reply-To: References: <41411271948477@web128.yandex.ru> <1271963927.19773.34.camel@frosch.omx.ch> <1272058184.12051.9.camel@frosch.omx.ch> <4BD3055D.2050503@lissyara.su> From: =?UTF-8?B?0JDQvdGC0L7QvSDQmtC70LXRgdGB?= Date: Sat, 24 Apr 2010 19:20:37 +0400 Message-ID: To: Alex Keda Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ports@freebsd.org Subject: Re: Is there PHP 5.2.x in ports? yes. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 24 Apr 2010 15:20:58 -0000 > > > Would it be lang/php52-extensions for that? > lang/php5-extensions was changed when lang/php5 changed to version 5.3.2. > > or it makes no sense for installing lang/php52? > Oh, it is already exists. I was look at yesterday's ports tree. I'm sorry. From owner-freebsd-ports@FreeBSD.ORG Sat Apr 24 18:36:16 2010 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 CA429106564A for ; Sat, 24 Apr 2010 18:36:16 +0000 (UTC) (envelope-from ml@netfence.it) Received: from cp-out8.libero.it (cp-out8.libero.it [212.52.84.108]) by mx1.freebsd.org (Postfix) with ESMTP id 1E79C8FC08 for ; Sat, 24 Apr 2010 18:36:15 +0000 (UTC) Received: from soth.ventu (151.51.8.163) by cp-out8.libero.it (8.5.107) id 4BCD96A100FA27F9; Sat, 24 Apr 2010 20:36:14 +0200 Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.4/8.14.3) with ESMTP id o3OIaDn1025387; Sat, 24 Apr 2010 20:36:13 +0200 (CEST) (envelope-from ml@netfence.it) Message-ID: <4BD33A1D.3080700@netfence.it> Date: Sat, 24 Apr 2010 20:36:13 +0200 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; it-IT; rv:1.9.1.9) Gecko/20100402 Thunderbird/3.0.4 MIME-Version: 1.0 To: freebsd-ports@freebsd.org, glewis@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: gnuplot crashes X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 24 Apr 2010 18:36:17 -0000 Hello. I'm a long time gnuplot users; since a while, I had the following error when doing the first plot: Gnuplot-wxt error Couldn't load a PNG image - file is corrupted or not enough memory. (And under Details): [00][00][00][00]: unknown critical chunk Couldn't load a PNG image - file is corrupted or not enough memory. [00][00][00][00]: unknown critical chunk Couldn't load a PNG image - file is corrupted or not enough memory. [00][00][00][00]: unknown critical chunk Couldn't load a PNG image - file is corrupted or not enough memory. [00][00][00][00]: unknown critical chunk Couldn't load a PNG image - file is corrupted or not enough memory. I always ignored it, since it gave no problems at all. However, since the last libpng upgrade, this turned into a crash: %gdb gnuplot GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-marcel-freebsd"...(no debugging symbols found)... (gdb) core gnuplot.core Core was generated by `gnuplot'. Program terminated with signal 6, Aborted. Reading symbols from /usr/local/lib/libplot.so.4...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libplot.so.4 Reading symbols from /lib/libreadline.so.7...(no debugging symbols found)...done. Loaded symbols for /lib/libreadline.so.7 Reading symbols from /lib/libncurses.so.7...(no debugging symbols found)...done. Loaded symbols for /lib/libncurses.so.7 Reading symbols from /lib/libz.so.4...(no debugging symbols found)...done. Loaded symbols for /lib/libz.so.4 Reading symbols from /usr/local/lib/libgd.so.4...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libgd.so.4 Reading symbols from /usr/local/lib/libpdf.so.8...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libpdf.so.8 Reading symbols from /usr/local/lib/libXaw7.so.7...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libXaw7.so.7 Reading symbols from /usr/local/lib/libXmu.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libXmu.so.6 Reading symbols from /usr/local/lib/libXt.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libXt.so.6 Reading symbols from /usr/local/lib/libXext.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libXext.so.6 Reading symbols from /usr/local/lib/libX11.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libX11.so.6 Reading symbols from /usr/local/lib/libwx_gtk2_richtext-2.8.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libwx_gtk2_richtext-2.8.so.0 Reading symbols from /usr/local/lib/libwx_gtk2_aui-2.8.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libwx_gtk2_aui-2.8.so.0 Reading symbols from /usr/local/lib/libwx_gtk2_xrc-2.8.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libwx_gtk2_xrc-2.8.so.0 Reading symbols from /usr/local/lib/libwx_gtk2_qa-2.8.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libwx_gtk2_qa-2.8.so.0 Reading symbols from /usr/local/lib/libwx_gtk2_html-2.8.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libwx_gtk2_html-2.8.so.0 Reading symbols from /usr/local/lib/libwx_gtk2_adv-2.8.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libwx_gtk2_adv-2.8.so.0 Reading symbols from /usr/local/lib/libwx_gtk2_core-2.8.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libwx_gtk2_core-2.8.so.0 Reading symbols from /usr/local/lib/libwx_base_xml-2.8.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libwx_base_xml-2.8.so.0 Reading symbols from /usr/local/lib/libwx_base_net-2.8.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libwx_base_net-2.8.so.0 Reading symbols from /usr/local/lib/libwx_base-2.8.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libwx_base-2.8.so.0 Reading symbols from /usr/local/lib/libpangocairo-1.0.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libpangocairo-1.0.so.0 Reading symbols from /usr/local/lib/libcairo.so.2...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libcairo.so.2 Reading symbols from /usr/local/lib/libpangoft2-1.0.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libpangoft2-1.0.so.0 Reading symbols from /usr/local/lib/libpango-1.0.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libpango-1.0.so.0 Reading symbols from /usr/local/lib/libfreetype.so.9...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libfreetype.so.9 Reading symbols from /usr/local/lib/libfontconfig.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libfontconfig.so.1 Reading symbols from /usr/local/lib/libgobject-2.0.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libgobject-2.0.so.0 Reading symbols from /usr/local/lib/libgmodule-2.0.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libgmodule-2.0.so.0 Reading symbols from /usr/local/lib/libglib-2.0.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libglib-2.0.so.0 Reading symbols from /usr/local/lib/libgtk-x11-2.0.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libgtk-x11-2.0.so.0 Reading symbols from /usr/local/lib/libgdk-x11-2.0.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libgdk-x11-2.0.so.0 Reading symbols from /usr/local/lib/libatk-1.0.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libatk-1.0.so.0 Reading symbols from /usr/local/lib/libgdk_pixbuf-2.0.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libgdk_pixbuf-2.0.so.0 Reading symbols from /usr/local/lib/libgio-2.0.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libgio-2.0.so.0 Reading symbols from /usr/local/lib/libXrender.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libXrender.so.1 Reading symbols from /usr/local/lib/libXinerama.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libXinerama.so.1 Reading symbols from /usr/local/lib/libXi.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libXi.so.6 Reading symbols from /usr/local/lib/libXrandr.so.2...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libXrandr.so.2 Reading symbols from /usr/local/lib/libXcursor.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libXcursor.so.1 Reading symbols from /usr/local/lib/libXcomposite.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libXcomposite.so.1 Reading symbols from /usr/local/lib/libXdamage.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libXdamage.so.1 Reading symbols from /usr/local/lib/libXfixes.so.3...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libXfixes.so.3 Reading symbols from /lib/libm.so.5...(no debugging symbols found)...done. Loaded symbols for /lib/libm.so.5 Reading symbols from /usr/lib/libstdc++.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libstdc++.so.6 Reading symbols from /lib/libgcc_s.so.1...(no debugging symbols found)...done. Loaded symbols for /lib/libgcc_s.so.1 Reading symbols from /lib/libthr.so.3...(no debugging symbols found)...done. Loaded symbols for /lib/libthr.so.3 Reading symbols from /lib/libc.so.7...(no debugging symbols found)...done. Loaded symbols for /lib/libc.so.7 Reading symbols from /usr/local/lib/libXm.so.3...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libXm.so.3 Reading symbols from /usr/local/lib/libSM.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libSM.so.6 Reading symbols from /usr/local/lib/libICE.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libICE.so.6 Reading symbols from /usr/local/lib/libXp.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libXp.so.6 Reading symbols from /usr/local/lib/libXpm.so.4...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libXpm.so.4 Reading symbols from /usr/local/lib/libxcb.so.2...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libxcb.so.2 Reading symbols from /usr/local/lib/libXau.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libXau.so.6 Reading symbols from /usr/local/lib/libXdmcp.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libXdmcp.so.6 Reading symbols from /usr/local/lib/libpthread-stubs.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libpthread-stubs.so.0 Reading symbols from /usr/lib/librpcsvc.so.4...(no debugging symbols found)...done. Loaded symbols for /usr/lib/librpcsvc.so.4 Reading symbols from /usr/local/lib/libpng.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libpng.so.6 Reading symbols from /usr/local/lib/libjpeg.so.11...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libjpeg.so.11 Reading symbols from /usr/local/lib/libgthread-2.0.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libgthread-2.0.so.0 Reading symbols from /usr/local/lib/libpangox-1.0.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libpangox-1.0.so.0 Reading symbols from /usr/local/lib/libXxf86vm.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libXxf86vm.so.1 Reading symbols from /usr/local/lib/libtiff.so.4...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libtiff.so.4 Reading symbols from /usr/local/lib/libiconv.so.3...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libiconv.so.3 Reading symbols from /usr/local/lib/libmspack.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libmspack.so.1 Reading symbols from /usr/local/lib/libexpat.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libexpat.so.6 Reading symbols from /usr/local/lib/libpixman-1.so.9...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libpixman-1.so.9 Reading symbols from /usr/local/lib/libxcb-render-util.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libxcb-render-util.so.0 Reading symbols from /usr/local/lib/libxcb-render.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libxcb-render.so.0 Reading symbols from /usr/local/lib/libintl.so.8...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libintl.so.8 Reading symbols from /usr/local/lib/libpcre.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libpcre.so.0 Reading symbols from /usr/local/lib/libjbig.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libjbig.so.1 Reading symbols from /usr/local/lib/nss_ldap.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/nss_ldap.so.1 Reading symbols from /usr/local/lib/libldap-2.3.so.2...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libldap-2.3.so.2 Reading symbols from /usr/local/lib/liblber-2.3.so.2...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/liblber-2.3.so.2 Reading symbols from /usr/lib/libcom_err.so.4...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libcom_err.so.4 Reading symbols from /usr/lib/libssl.so.5...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libssl.so.5 Reading symbols from /lib/libcrypto.so.5...(no debugging symbols found)...done. Loaded symbols for /lib/libcrypto.so.5 Reading symbols from /usr/local/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols found)...done. Loaded symbols for /libexec/ld-elf.so.1 #0 0x498aaea7 in kill () from /lib/libc.so.7 [New Thread 0x49e01040 (LWP 100161)] (gdb) bt #0 0x498aaea7 in kill () from /lib/libc.so.7 #1 0x497c7357 in raise () from /lib/libthr.so.3 #2 0x498a9a1a in abort () from /lib/libc.so.7 #3 0x49b71a2d in png_create_read_struct_2 () from /usr/local/lib/libpng.so.6 #4 0xbfbfd55c in ?? () #5 0x49b8855a in ?? () from /usr/local/lib/libpng.so.6 #6 0x49b8855f in ?? () from /usr/local/lib/libpng.so.6 #7 0x49b88569 in ?? () from /usr/local/lib/libpng.so.6 #8 0x49b88564 in ?? () from /usr/local/lib/libpng.so.6 #9 0x00000000 in ?? () #10 0xbfbfd55c in ?? () #11 0x48c48d40 in wxPNGHandler::LoadFile () from /usr/local/lib/libwx_gtk2_core-2.8.so.0 Previous frame inner to this frame (corrupt stack?) (gdb) "uname -a" gives FreeBSD bane.ventu 7.2-RELEASE-p7 FreeBSD 7.2-RELEASE-p7 #0: Sat Mar 20 19:33:34 CET 2010 root@bane.ventu:/usr/obj/usr/src/sys/BANE i386 and I also tried a "portupgrade -Rf gnuplot". The above happens on more than one machine. Removing wx-widgets option in "make config" solves this. Should I file a PR? bye & Thanks av. From owner-freebsd-ports@FreeBSD.ORG Sat Apr 24 20:10:48 2010 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 1C7D31065686 for ; Sat, 24 Apr 2010 20:10:48 +0000 (UTC) (envelope-from pj@smo.de) Received: from smtp-out24.ilk.net (smtp-out24.ilk.net [212.86.193.184]) by mx1.freebsd.org (Postfix) with ESMTP id 945488FC1D for ; Sat, 24 Apr 2010 20:10:47 +0000 (UTC) Received: from bologna.intern.smo.de (pool39.tdsl.ilk.net [212.86.201.39]) by smtp.ilk.net (Postfix) with ESMTP id C6119360DD; Sat, 24 Apr 2010 22:10:44 +0200 (CEST) Received: from herdubreid.intern.smo.de (herdubreid.intern.smo.de [192.168.153.208]) by bologna.intern.smo.de (8.13.8+Sun/8.13.8) with ESMTP id o3OKAdok022287; Sat, 24 Apr 2010 22:10:39 +0200 (CEST) Message-ID: <4BD35042.6030401@smo.de> Date: Sat, 24 Apr 2010 22:10:42 +0200 From: Philipp Ost User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.9) Gecko/20100413 SeaMonkey/2.0.4 MIME-Version: 1.0 To: Andrea Venturoli References: <4BD33A1D.3080700@netfence.it> In-Reply-To: <4BD33A1D.3080700@netfence.it> Content-Type: multipart/signed; protocol="application/pkcs7-signature"; micalg=sha1; boundary="------------ms040801000907030400020005" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: glewis@freebsd.org, freebsd-ports@freebsd.org Subject: Re: gnuplot crashes X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 24 Apr 2010 20:10:48 -0000 This is a cryptographically signed message in MIME format. --------------ms040801000907030400020005 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Andrea Venturoli wrote: > Hello. > I'm a long time gnuplot users; since a while, I had the following error= > when doing the first plot: > > Gnuplot-wxt error > Couldn't load a PNG image - file is corrupted or not enough memory. > (And under Details): > [00][00][00][00]: unknown critical chunk > Couldn't load a PNG image - file is corrupted or not enough memory. > [00][00][00][00]: unknown critical chunk > Couldn't load a PNG image - file is corrupted or not enough memory. > [00][00][00][00]: unknown critical chunk > Couldn't load a PNG image - file is corrupted or not enough memory. > [00][00][00][00]: unknown critical chunk > Couldn't load a PNG image - file is corrupted or not enough memory. I've never seen that sort of message here, but I can reproduce the exact = same behaviour you describe. What I did: gnuplot> set term x11 Terminal type set to 'x11' Options are '0' gnuplot> f(x) =3D sin(x) gnuplot> plot f(x) gnuplot> set term wxt Terminal type set to 'wxt' Options are '0' gnuplot> replot Abort(coredump) So it seems like WX is indeed to blame. [gdb output] > "uname -a" gives > FreeBSD bane.ventu 7.2-RELEASE-p7 FreeBSD 7.2-RELEASE-p7 #0: Sat Mar 20= > 19:33:34 CET 2010 root@bane.ventu:/usr/obj/usr/src/sys/BANE i386 I'm running 8.0-STABLE as of yesterday. gnuplot is at version 4.2.6. > Should I file a PR? I leave that up to you ;-) Kind regards, Philipp --------------ms040801000907030400020005-- From owner-freebsd-ports@FreeBSD.ORG Sat Apr 24 20:38:07 2010 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 867041065670 for ; Sat, 24 Apr 2010 20:38:07 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx23.fluidhosting.com [204.14.89.6]) by mx1.freebsd.org (Postfix) with ESMTP id 31FD08FC14 for ; Sat, 24 Apr 2010 20:38:06 +0000 (UTC) Received: (qmail 7176 invoked by uid 399); 24 Apr 2010 20:38:06 -0000 Received: from localhost (HELO foreign.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 24 Apr 2010 20:38:06 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4BD356AC.9080707@FreeBSD.org> Date: Sat, 24 Apr 2010 13:38:04 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.9) Gecko/20100330 Thunderbird/3.0.4 MIME-Version: 1.0 To: Aristedes Maniatis References: <4BD28512.2010506@ish.com.au> In-Reply-To: <4BD28512.2010506@ish.com.au> X-Enigmail-Version: 1.0.1 OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: portmaster and IGNOREME X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 24 Apr 2010 20:38:07 -0000 On 04/23/10 22:43, Aristedes Maniatis wrote: > I have a package which is not built from a port (it is commercial > software). I've put an +IGNOREME file in the package folder. But > portmaster will not ignore it: > > #portmaster -a > > [snip...] > > ===>>> Proceed? y/n [y] > > ===>>> Starting build for for ports that need updating <<<=== > > ===>>> Launching child to update CGatePro-5.3.5 > > ===>>> No ORIGIN in /var/db/pkg/CGatePro-5.3.5/+CONTENTS > ===>>> Aborting update > > ===>>> Update for CGatePro-5.3.5 failed > ===>>> Aborting update > > > > Unless there is some clear documented reason, portmaster should ignore > ports which are marked to be ignored. You're right, and I see the bug. There are actually a few places where the lack of ORIGIN leads to Bad Things happening where the +IGNOREME file isn't checked, so I'm going to work on a more general solution for this. Meanwhile you should be able to do 'portmaster -a -x CGatePro' and have it work as expected. > I don't know > enough about package files to know why ORIGIN is required, even for > packages which aren't generated from the ports system. In the general case lack of ORIGIN indicates that the pkg directory for that file is corrupt, which is a serious problem that requires user attention. Also, most 3rd party packages contain an ORIGIN of some sort, and portmaster does include code to handle "/usr/ports/foo/bar does not exist, but the pkg directory has an +IGNOREME file" gracefully for this exact reason. The case of "no ORIGIN at all but the pkg directory has an +IGNOREME file" is sufficiently rare that the bug has so far been unexposed. Congratulations! :) Doug -- ... and that's just a little bit of history repeating. -- Propellerheads Improve the effectiveness of your Internet presence with a domain name makeover! http://SupersetSolutions.com/ From owner-freebsd-ports@FreeBSD.ORG Sat Apr 24 20:39:44 2010 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 8DD6B106568F for ; Sat, 24 Apr 2010 20:39:44 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx23.fluidhosting.com [204.14.89.6]) by mx1.freebsd.org (Postfix) with ESMTP id 281B88FC20 for ; Sat, 24 Apr 2010 20:39:44 +0000 (UTC) Received: (qmail 8388 invoked by uid 399); 24 Apr 2010 20:39:43 -0000 Received: from localhost (HELO foreign.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 24 Apr 2010 20:39:43 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4BD3570E.8070303@FreeBSD.org> Date: Sat, 24 Apr 2010 13:39:42 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.9) Gecko/20100330 Thunderbird/3.0.4 MIME-Version: 1.0 To: Garrett Cooper References: <4BD28512.2010506@ish.com.au> In-Reply-To: X-Enigmail-Version: 1.0.1 OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org, Aristedes Maniatis Subject: Re: portmaster and IGNOREME X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 24 Apr 2010 20:39:44 -0000 On 04/23/10 23:14, Garrett Cooper wrote: > > Kind of funny though why this functionality exists if pkg_install > doesn't even check it. The +IGNOREME file was a portupgrade invention that portmaster users asked me to support. TMK the base ports tools have no knowledge of it. hth, Doug -- ... and that's just a little bit of history repeating. -- Propellerheads Improve the effectiveness of your Internet presence with a domain name makeover! http://SupersetSolutions.com/ From owner-freebsd-ports@FreeBSD.ORG Sat Apr 24 23:26:31 2010 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 DBC0F1065670 for ; Sat, 24 Apr 2010 23:26:31 +0000 (UTC) (envelope-from ari@ish.com.au) Received: from fish.ish.com.au (eth5921.nsw.adsl.internode.on.net [59.167.240.32]) by mx1.freebsd.org (Postfix) with ESMTP id 62FF08FC12 for ; Sat, 24 Apr 2010 23:26:31 +0000 (UTC) Received: from [10.29.62.2] (port=55674 helo=Aris-MacBook-Pro.local) by fish.ish.com.au with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1O5ojv-0001b0-0y; Sun, 25 Apr 2010 09:26:23 +1000 Message-ID: <4BD37E1E.7010207@ish.com.au> Date: Sun, 25 Apr 2010 09:26:22 +1000 From: Aristedes Maniatis User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.9) Gecko/20100317 Lightning/1.0b1 Thunderbird/3.0.4 MIME-Version: 1.0 To: Doug Barton References: <4BD28512.2010506@ish.com.au> <4BD356AC.9080707@FreeBSD.org> In-Reply-To: <4BD356AC.9080707@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: portmaster and IGNOREME X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 24 Apr 2010 23:26:31 -0000 On 25/04/10 6:38 AM, Doug Barton wrote: > On 04/23/10 22:43, Aristedes Maniatis wrote: >> > I have a package which is not built from a port (it is commercial >> > software). I've put an +IGNOREME file in the package folder. But >> > portmaster will not ignore it: >> > >> > #portmaster -a >> > >> > [snip...] >> > >> > ===>>> Proceed? y/n [y] >> > >> > ===>>> Starting build for for ports that need updating<<<=== >> > >> > ===>>> Launching child to update CGatePro-5.3.5 >> > >> > ===>>> No ORIGIN in /var/db/pkg/CGatePro-5.3.5/+CONTENTS >> > ===>>> Aborting update >> > >> > ===>>> Update for CGatePro-5.3.5 failed >> > ===>>> Aborting update I'd like to add one more point about this, which might be separate to the issue about +IGNOREME. portmaster -a compiles a list of all the ports it will upgrade or install and asks if you want to proceed. CGatePro is only examined AFTER that point. It does not appear in the list before the "Proceed? y/n" question. In this case, since it is a package and not a port, why does portmaster look at it at all? There is no useful information available about whether it can be upgraded (I'm not running with -P). I don't really want to have to put IGNOREME in that package... I only did that to try and make portmaster ignore something it should already be ignoring. Perhaps your improvements to ORIGIN handling will also deal with this. Thank you for a great tool. Regards Ari -- --------------------------> Aristedes Maniatis ish http://www.ish.com.au Level 1, 30 Wilson Street Newtown 2042 Australia phone +61 2 9550 5001 fax +61 2 9550 4001 GPG fingerprint CBFB 84B4 738D 4E87 5E5C 5EFA EF6A 7D2E 3E49 102A