From owner-freebsd-ports@FreeBSD.ORG Sun Apr 20 00:47:52 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C16D106566B for ; Sun, 20 Apr 2008 00:47:52 +0000 (UTC) (envelope-from michael.grunewald@laposte.net) Received: from postfix1-g20.free.fr (postfix1-g20.free.fr [212.27.60.42]) by mx1.freebsd.org (Postfix) with ESMTP id 0B62A8FC18 for ; Sun, 20 Apr 2008 00:47:52 +0000 (UTC) (envelope-from michael.grunewald@laposte.net) Received: from smtp5-g19.free.fr (smtp5-g19.free.fr [212.27.42.35]) by postfix1-g20.free.fr (Postfix) with ESMTP id 6BE25252224F for ; Sun, 20 Apr 2008 02:30:03 +0200 (CEST) Received: from smtp5-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp5-g19.free.fr (Postfix) with ESMTP id AA4313F7D5F for ; Sat, 19 Apr 2008 20:43:12 +0200 (CEST) Received: from Llea.celt.neu (ron34-3-82-236-236-194.fbx.proxad.net [82.236.236.194]) by smtp5-g19.free.fr (Postfix) with ESMTP id AD87D3366AA for ; Sat, 19 Apr 2008 15:18:51 +0200 (CEST) Message-ID: <4809F1D0.3070303@laposte.net> Date: Sat, 19 Apr 2008 15:21:20 +0200 From: =?ISO-8859-1?Q?Micha=EBl_Gr=FCnewald?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; fr-FR; rv:1.8.1.11) Gecko/20080212 SeaMonkey/1.1.7 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Distributing makefiles X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Apr 2008 00:47:52 -0000 Hi all, I am planning to distribute some of the makefiles I wrote on various platforms, including FreeBSD. I need the help of some insightful soul to take a few decisions: --- Where to install? I think /usr/local/share/mk is fine; --- How to install? Users should put a `.MAKEFLAGS: -I/usr/local/share/mk' statement in their /etc/make.conf, are ports scripts allowed to do this automagically? If yes what's the best way to do this? (an ed script?) --- Being system or not? BSD Make has two search pathes, the system one (whith <> style inclusion) and the other one (with "" style incusion). I think I shall consider my files non system, preserving the <> pathes for BSD. But ther may be some pros and cons I am not aware. Any comments welcome, -- cheers, Michaël From owner-freebsd-ports@FreeBSD.ORG Sun Apr 20 01:37:07 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 134FB106564A; Sun, 20 Apr 2008 01:37:07 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (thebighonker.lerctr.org [192.147.25.65]) by mx1.freebsd.org (Postfix) with ESMTP id E29E88FC0C; Sun, 20 Apr 2008 01:37:06 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from adsl-68-91-193-150.dsl.austtx.swbell.net ([68.91.193.150]:62727 helo=lerlaptop) by thebighonker.lerctr.org with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1JnOUG-0001bE-Ud; Sat, 19 Apr 2008 20:37:02 -0500 From: "Larry Rosenman" To: "'Conrad J. Sabatier'" References: <82f916c90804180434l2f87842ar6398ec09d3e45c3c@mail.gmail.com> <20080418124557.GA40620@eos.sc1.parodius.com> <82f916c90804180706k3717ccf3u97b5c401a735d58c@mail.gmail.com> <010b01c8a163$b95133c0$2bf39b40$@org> <20080419202533.766c45f9@serene.no-ip.org> In-Reply-To: <20080419202533.766c45f9@serene.no-ip.org> Date: Sat, 19 Apr 2008 20:36:55 -0500 Message-ID: <000001c8a287$07037190$150a54b0$@org> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AciihXXBb1ST+1kTQOmktM1T9HF4xQAAYDhQ Content-Language: en-us X-Spam-Score: -4.4 (----) X-LERCTR-Spam-Score: -4.4 (----) X-Spam-Report: SpamScore (-4.4/5.0) ALL_TRUSTED=-1.8,BAYES_00=-2.599 X-LERCTR-Spam-Report: SpamScore (-4.4/5.0) ALL_TRUSTED=-1.8,BAYES_00=-2.599 DomainKey-Status: no signature Cc: ports@freebsd.org, 'Jeremy Chadwick' , 'Kemian Dang' Subject: RE: Upgrading 'lsof-4.79K' to 'lsof-4.79,1' failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Apr 2008 01:37:07 -0000 Do you have a Current 8-Current? What is the date of your sources? -----Original Message----- From: Conrad J. Sabatier [mailto:conrads@cox.net] Sent: Saturday, April 19, 2008 8:26 PM To: Larry Rosenman Cc: 'Kemian Dang'; 'Jeremy Chadwick'; ports@freebsd.org Subject: Re: Upgrading 'lsof-4.79K' to 'lsof-4.79,1' failed On Fri, 18 Apr 2008 09:51:36 -0500 "Larry Rosenman" wrote: > You need to upgrade your system sources. The way the developers have > implemented some locking changes makes it hard for the lsof configure > script to do the right thing. > > Please upgrade to current RELENG_7, and all should be fine with the > 4.79,1 port. > > Thanks! > Larry Rosenman > sysutils/lsof maintainer. The lsof upgrade fails in a slightly different manner under 8-CURRENT: cc -pipe -Wno-error -fno-strict-aliasing -Wno-error -DHASEFFNLINK=i_effnlink -D HASF_VNODE -DHASCPUMASK_T -DHASSBSTATE -DHAS_KVM_VNODE -DHAS_UFS1_2 -DHAS_NO_SI_ UDEV -DHAS_SI_PRIV -DHAS_SYS_SX_H -DHAS_LOCKF_ENTRY -DFREEBSDV=8000 -DHASFDESCFS=2 -DHASPSEUDOFS -DHASNULLFS -DHASIPv6 -DHAS_STRFTIME -DLSOF_VSTR=\"8.0-CURRENT\ " -I/usr/src/sys -O2 -c dnode.c dnode.c: In function 'process_node': dnode.c:760: error: 'struct inode' has no member named 'i_lockf' dnode.c:761: error: 'struct inode' has no member named 'i_lockf' *** Error code 1 So...good to go with RELENG_7, but not HEAD? Hmmm. -- Science is the record of dead religions. -- Oscar Wilde From owner-freebsd-ports@FreeBSD.ORG Sun Apr 20 01:45:52 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 597E6106564A; Sun, 20 Apr 2008 01:45:52 +0000 (UTC) (envelope-from conrads@cox.net) Received: from eastrmmtao103.cox.net (eastrmmtao103.cox.net [68.230.240.9]) by mx1.freebsd.org (Postfix) with ESMTP id DB96F8FC16; Sun, 20 Apr 2008 01:45:51 +0000 (UTC) (envelope-from conrads@cox.net) Received: from eastrmimpo01.cox.net ([68.1.16.119]) by eastrmmtao103.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20080420014550.FDMI24465.eastrmmtao103.cox.net@eastrmimpo01.cox.net>; Sat, 19 Apr 2008 21:45:50 -0400 Received: from serene.no-ip.org ([72.204.149.54]) by eastrmimpo01.cox.net with bizsmtp id Fdlp1Z00M1AflDk02dlqCB; Sat, 19 Apr 2008 21:45:50 -0400 Received: from serene.no-ip.org (conrads@localhost [127.0.0.1]) by serene.no-ip.org (8.14.2/8.14.2) with ESMTP id m3K1jlfR057069; Sat, 19 Apr 2008 20:45:48 -0500 (CDT) (envelope-from conrads@cox.net) Date: Sat, 19 Apr 2008 20:45:47 -0500 From: "Conrad J. Sabatier" To: "Larry Rosenman" Message-ID: <20080419204547.63d6773a@serene.no-ip.org> In-Reply-To: <000001c8a287$07037190$150a54b0$@org> References: <82f916c90804180434l2f87842ar6398ec09d3e45c3c@mail.gmail.com> <20080418124557.GA40620@eos.sc1.parodius.com> <82f916c90804180706k3717ccf3u97b5c401a735d58c@mail.gmail.com> <010b01c8a163$b95133c0$2bf39b40$@org> <20080419202533.766c45f9@serene.no-ip.org> <000001c8a287$07037190$150a54b0$@org> X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.9; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, 'Jeremy Chadwick' , 'Kemian Dang' Subject: Re: Upgrading 'lsof-4.79K' to 'lsof-4.79,1' failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Apr 2008 01:45:52 -0000 On Sat, 19 Apr 2008 20:36:55 -0500 "Larry Rosenman" wrote: > Do you have a Current 8-Current? What is the date of your sources? It's a pretty current Current. :-) FreeBSD serene.no-ip.org 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Fri Apr 18 01:11:50 CDT 2008 root@serene.no-ip.org:/usr/obj/usr/src/sys/CUSTOM amd64 In the process now of upgrading sources again and rebuilding world/kernel. We'll see what happens. The version of lsof I have in ports is 4.79, the final "release" version (minus any of the versioning suffix letters). > -----Original Message----- > From: Conrad J. Sabatier [mailto:conrads@cox.net] > Sent: Saturday, April 19, 2008 8:26 PM > To: Larry Rosenman > Cc: 'Kemian Dang'; 'Jeremy Chadwick'; ports@freebsd.org > Subject: Re: Upgrading 'lsof-4.79K' to 'lsof-4.79,1' failed > > On Fri, 18 Apr 2008 09:51:36 -0500 > "Larry Rosenman" wrote: > > > You need to upgrade your system sources. The way the developers have > > implemented some locking changes makes it hard for the lsof configure > > script to do the right thing. > > > > Please upgrade to current RELENG_7, and all should be fine with the > > 4.79,1 port. > > > > Thanks! > > Larry Rosenman > > sysutils/lsof maintainer. > > The lsof upgrade fails in a slightly different manner under 8-CURRENT: > > cc -pipe -Wno-error -fno-strict-aliasing -Wno-error > -DHASEFFNLINK=i_effnlink -D HASF_VNODE -DHASCPUMASK_T -DHASSBSTATE > -DHAS_KVM_VNODE -DHAS_UFS1_2 -DHAS_NO_SI_ UDEV -DHAS_SI_PRIV > -DHAS_SYS_SX_H -DHAS_LOCKF_ENTRY -DFREEBSDV=8000 -DHASFDESCFS=2 > -DHASPSEUDOFS -DHASNULLFS -DHASIPv6 -DHAS_STRFTIME > -DLSOF_VSTR=\"8.0-CURRENT\ " -I/usr/src/sys -O2 -c dnode.c > dnode.c: In function 'process_node': > dnode.c:760: error: 'struct inode' has no member named 'i_lockf' > dnode.c:761: error: 'struct inode' has no member named 'i_lockf' > *** Error code 1 > > So...good to go with RELENG_7, but not HEAD? Hmmm. -- Man will never be free until the last king is strangled with the entrails of the last priest. -- Denis Diderot, French encyclopedist From owner-freebsd-ports@FreeBSD.ORG Sun Apr 20 01:51:07 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C62E9106566B; Sun, 20 Apr 2008 01:51:07 +0000 (UTC) (envelope-from conrads@cox.net) Received: from eastrmpop110.cox.net (eastrmpop110.cox.net [68.230.240.52]) by mx1.freebsd.org (Postfix) with ESMTP id 424038FC12; Sun, 20 Apr 2008 01:51:07 +0000 (UTC) (envelope-from conrads@cox.net) Received: from eastrmimpo03.cox.net ([68.1.16.126]) by eastrmmtao104.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20080420012535.YNRR27061.eastrmmtao104.cox.net@eastrmimpo03.cox.net>; Sat, 19 Apr 2008 21:25:35 -0400 Received: from serene.no-ip.org ([72.204.149.54]) by eastrmimpo03.cox.net with bizsmtp id FdRa1Z0061AflDk02dRawa; Sat, 19 Apr 2008 21:25:34 -0400 Received: from serene.no-ip.org (conrads@localhost [127.0.0.1]) by serene.no-ip.org (8.14.2/8.14.2) with ESMTP id m3K1PY4I056314; Sat, 19 Apr 2008 20:25:34 -0500 (CDT) (envelope-from conrads@cox.net) Date: Sat, 19 Apr 2008 20:25:33 -0500 From: "Conrad J. Sabatier" To: "Larry Rosenman" Message-ID: <20080419202533.766c45f9@serene.no-ip.org> In-Reply-To: <010b01c8a163$b95133c0$2bf39b40$@org> References: <82f916c90804180434l2f87842ar6398ec09d3e45c3c@mail.gmail.com> <20080418124557.GA40620@eos.sc1.parodius.com> <82f916c90804180706k3717ccf3u97b5c401a735d58c@mail.gmail.com> <010b01c8a163$b95133c0$2bf39b40$@org> X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.9; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, 'Jeremy Chadwick' , 'Kemian Dang' Subject: Re: Upgrading 'lsof-4.79K' to 'lsof-4.79,1' failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Apr 2008 01:51:07 -0000 On Fri, 18 Apr 2008 09:51:36 -0500 "Larry Rosenman" wrote: > You need to upgrade your system sources. The way the developers have > implemented some locking changes makes it hard for the lsof configure > script to do the right thing. > > Please upgrade to current RELENG_7, and all should be fine with the > 4.79,1 port. > > Thanks! > Larry Rosenman > sysutils/lsof maintainer. The lsof upgrade fails in a slightly different manner under 8-CURRENT: cc -pipe -Wno-error -fno-strict-aliasing -Wno-error -DHASEFFNLINK=i_effnlink -D HASF_VNODE -DHASCPUMASK_T -DHASSBSTATE -DHAS_KVM_VNODE -DHAS_UFS1_2 -DHAS_NO_SI_ UDEV -DHAS_SI_PRIV -DHAS_SYS_SX_H -DHAS_LOCKF_ENTRY -DFREEBSDV=8000 -DHASFDESCFS=2 -DHASPSEUDOFS -DHASNULLFS -DHASIPv6 -DHAS_STRFTIME -DLSOF_VSTR=\"8.0-CURRENT\ " -I/usr/src/sys -O2 -c dnode.c dnode.c: In function 'process_node': dnode.c:760: error: 'struct inode' has no member named 'i_lockf' dnode.c:761: error: 'struct inode' has no member named 'i_lockf' *** Error code 1 So...good to go with RELENG_7, but not HEAD? Hmmm. -- Science is the record of dead religions. -- Oscar Wilde From owner-freebsd-ports@FreeBSD.ORG Sun Apr 20 02:06:47 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD0D8106564A; Sun, 20 Apr 2008 02:06:47 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (thebighonker.lerctr.org [192.147.25.65]) by mx1.freebsd.org (Postfix) with ESMTP id B56B58FC14; Sun, 20 Apr 2008 02:06:47 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from adsl-68-91-193-150.dsl.austtx.swbell.net ([68.91.193.150]:63625 helo=lerlaptop) by thebighonker.lerctr.org with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1JnOx2-0001kU-HH; Sat, 19 Apr 2008 21:06:46 -0500 From: "Larry Rosenman" To: "'Conrad J. Sabatier'" References: <82f916c90804180434l2f87842ar6398ec09d3e45c3c@mail.gmail.com> <20080418124557.GA40620@eos.sc1.parodius.com> <82f916c90804180706k3717ccf3u97b5c401a735d58c@mail.gmail.com> <010b01c8a163$b95133c0$2bf39b40$@org> <20080419202533.766c45f9@serene.no-ip.org> <000001c8a287$07037190$150a54b0$@org> <20080419204547.63d6773a@serene.no-ip.org> In-Reply-To: <20080419204547.63d6773a@serene.no-ip.org> Date: Sat, 19 Apr 2008 21:06:40 -0500 Message-ID: <000001c8a28b$2e2994d0$8a7cbe70$@org> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AciiiEqLDvREIh7GSZm0yTgk4ThCHwAAtv4w Content-Language: en-us X-Spam-Score: -4.4 (----) X-LERCTR-Spam-Score: -4.4 (----) X-Spam-Report: SpamScore (-4.4/5.0) ALL_TRUSTED=-1.8,BAYES_00=-2.599 X-LERCTR-Spam-Report: SpamScore (-4.4/5.0) ALL_TRUSTED=-1.8,BAYES_00=-2.599 DomainKey-Status: no signature Cc: ports@freebsd.org, 'Jeremy Chadwick' , 'Kemian Dang' Subject: RE: Upgrading 'lsof-4.79K' to 'lsof-4.79,1' failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Apr 2008 02:06:47 -0000 Please do let me know. -----Original Message----- From: Conrad J. Sabatier [mailto:conrads@cox.net] Sent: Saturday, April 19, 2008 8:46 PM To: Larry Rosenman Cc: 'Kemian Dang'; 'Jeremy Chadwick'; ports@freebsd.org Subject: Re: Upgrading 'lsof-4.79K' to 'lsof-4.79,1' failed On Sat, 19 Apr 2008 20:36:55 -0500 "Larry Rosenman" wrote: > Do you have a Current 8-Current? What is the date of your sources? It's a pretty current Current. :-) FreeBSD serene.no-ip.org 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Fri Apr 18 01:11:50 CDT 2008 root@serene.no-ip.org:/usr/obj/usr/src/sys/CUSTOM amd64 In the process now of upgrading sources again and rebuilding world/kernel. We'll see what happens. The version of lsof I have in ports is 4.79, the final "release" version (minus any of the versioning suffix letters). > -----Original Message----- > From: Conrad J. Sabatier [mailto:conrads@cox.net] > Sent: Saturday, April 19, 2008 8:26 PM > To: Larry Rosenman > Cc: 'Kemian Dang'; 'Jeremy Chadwick'; ports@freebsd.org > Subject: Re: Upgrading 'lsof-4.79K' to 'lsof-4.79,1' failed > > On Fri, 18 Apr 2008 09:51:36 -0500 > "Larry Rosenman" wrote: > > > You need to upgrade your system sources. The way the developers have > > implemented some locking changes makes it hard for the lsof configure > > script to do the right thing. > > > > Please upgrade to current RELENG_7, and all should be fine with the > > 4.79,1 port. > > > > Thanks! > > Larry Rosenman > > sysutils/lsof maintainer. > > The lsof upgrade fails in a slightly different manner under 8-CURRENT: > > cc -pipe -Wno-error -fno-strict-aliasing -Wno-error > -DHASEFFNLINK=i_effnlink -D HASF_VNODE -DHASCPUMASK_T -DHASSBSTATE > -DHAS_KVM_VNODE -DHAS_UFS1_2 -DHAS_NO_SI_ UDEV -DHAS_SI_PRIV > -DHAS_SYS_SX_H -DHAS_LOCKF_ENTRY -DFREEBSDV=8000 -DHASFDESCFS=2 > -DHASPSEUDOFS -DHASNULLFS -DHASIPv6 -DHAS_STRFTIME > -DLSOF_VSTR=\"8.0-CURRENT\ " -I/usr/src/sys -O2 -c dnode.c > dnode.c: In function 'process_node': > dnode.c:760: error: 'struct inode' has no member named 'i_lockf' > dnode.c:761: error: 'struct inode' has no member named 'i_lockf' > *** Error code 1 > > So...good to go with RELENG_7, but not HEAD? Hmmm. -- Man will never be free until the last king is strangled with the entrails of the last priest. -- Denis Diderot, French encyclopedist From owner-freebsd-ports@FreeBSD.ORG Sun Apr 20 04:10:19 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 832911065709 for ; Sun, 20 Apr 2008 04:10:19 +0000 (UTC) (envelope-from redchin@gmail.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 0B9868FC1D for ; Sun, 20 Apr 2008 04:10:18 +0000 (UTC) (envelope-from redchin@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so1330362fgg.35 for ; Sat, 19 Apr 2008 21:10:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=lvWslQdor1GpSYiABBIUwRxNeeM4nSA8T5IuNWVnCX0=; b=F0M6oOwB7lpGA86iTAx/Rn0yQphfuL/tx1Xtm7jcvzNj/yRCGqaFNlT5LY2BMyfQegDOcZVLVJhy79PEXS4H0HUlMSwRkwQP38H1wX1Sl9MH4uvL3lEjIGsoVNPZWcQn+Pzz4xde38S0u/IR2qNJnuxuUkmPBp3AT227m6U0w5s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CVs+QbCm2MyJ5W91Lt3ZIrsgd4Qjb7a98kuCkFJqIKRjVCc93pmwm4G4SO6UWKchWC/2tY8maRp4VqY3EF0Mf7QG5b72NAGDO6rNrzpF5rSiOqKJxwEPRjL1xWGATs/bkOPx8QtzWKuP0Srm/2CKfwK/+gB7/9kD4JkOfQEzrVk= Received: by 10.82.180.10 with SMTP id c10mr7957912buf.9.1208663006401; Sat, 19 Apr 2008 20:43:26 -0700 (PDT) Received: by 10.82.160.9 with HTTP; Sat, 19 Apr 2008 20:43:26 -0700 (PDT) Message-ID: <1d3ed48c0804192043l7f7cbddwcf1b2d504617e28e@mail.gmail.com> Date: Sat, 19 Apr 2008 20:43:26 -0700 From: "Kevin Downey" To: "Michael Johnson" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: Ghirai , Dima Panov , marcuscom-devel , Renato Botelho , FreeBSD Ports , FreeBSD GNOME Users Subject: Re: Firefox 3.0b5 (for those of you who don't want to wait) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Apr 2008 04:10:19 -0000 On Sat, Apr 19, 2008 at 11:39 AM, Michael Johnson wrote: > We have put together a small striped down version of marcuscom ports ( > http://www.marcuscom.com:8080/cgi-bin/cvsweb.cgi/ports) that contains the > ever so wanted Firefox 3.0b5 and a few updated ports needed for Firefox > 3.0b5. > > ChangeLog > -> Update www/firefox-devel to 3.0b5 > -> Merge www/mozilla/Makefile.common and www/mozilla/bsd.gecko.mk into > Mk/bsd.gecko.mk. > -> Extend USE_GNOME=ltverhack to support defined lib versions > ie: USE_GNOME=ltverhack:9 will install libs as libname.so.9 > -> Update x11/pixman to 0.10.0 > --> Update graphics/cairo to 1.6.4 > ---> Update graphics/p5-Cairo to 1.053 > ---> Update graphics/cairomm to 1.6.0 > ----> Update graphics/poppler[-gtk|-qt|-qt4] to 0.8.0 > -----> Chase graphics/poppler in graphics/gimp-app, > graphics/epdfview > graphics/evince, sysutils/tracker-client > > == From README.txt == > Firefox 3.0b5 portkit for FreeBSD. > > Directions: > - Run 'sh marcusmerge.sh' (in the current directory) > - portupgrade -a or portmaster -a > - cd /usr/ports/www/firefox-devel && make install > > Unmerge: > Run 'sh unmerge.sh' (in the current directory) > > Problems? > > Please contact gnome@FreeBSD.org > and please do NOT file a bug report. > == End == > > Download : http://people.freebsd.org/~ahze/distfiles/firefox30kit.tar.bz2 > > MD5 (firefox30kit.tar.bz2) = 7fbcae1884cfe69126b21c5f5b20bda4 > -- > > Michael on behalf on the FreeBSD GNOME Team c++ -o nsObjectFrame.o -c -I../../dist/include/system_wrappers -include ../../config/gcc_hidden.h -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_COM_OBSOLETE -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES -DOSTYPE=\"FreeBSD7\" -DOSARCH=FreeBSD -D_IMPL_NS_LAYOUT -I. -I./../base -I./../forms -I./../tables -I./../xul/base/src -I./../../content/xul/content/src -I./../../content/base/src -I./../../content/html/content/src -I./../../dom/src/base -D_THREAD_SAFE -I/usr/local/include/cairo -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include/pixman-1 -D_THREAD_SAFE -I/usr/local/include/cairo -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I. -I. -I../../dist/include/xpcom -I../../dist/include/string -I../../dist/include/dom -I../../dist/include/content -I../../dist/include/thebes -I../../dist/include/gfx -I../../dist/include/widget -I../../dist/include/locale -I../../dist/include/view -I../../dist/include/necko -I../../dist/include/js -I../../dist/include/caps -I../../dist/include/pref -I../../dist/include/htmlparser -I../../dist/include/webshell -I../../dist/include/plugin -I../../dist/include/docshell -I../../dist/include/webbrwsr -I../../dist/include/oji -I../../dist/include/unicharutil -I../../dist/include/lwbrk -I../../dist/include/imglib2 -I../../dist/include/xpconnect -I../../dist/include/java -I../../dist/include/intl -I../../dist/include/thebes -I../../dist/include/cairo -I../../dist/include/accessibility -I../../dist/include -I../../dist/include/layout -I/usr/local/include/nspr -I/usr/local/include -I/usr/include -I../../dist/sdk/include -I/usr/local/include -fPIC -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include -I/usr/local/include -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-long-long -O2 -fno-strict-aliasing -pipe -march=prescott -O2 -fno-strict-aliasing -O2 -fno-strict-aliasing -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O2 -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/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/gtk-unix-print-2.0 -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include -I/usr/local/include -DMOZILLA_CLIENT -include ../../mozilla-config.h nsObjectFrame.cpp In file included from ../../dist/include/dom/nsIDOMClassInfo.h:45, from ./../../dom/src/base/nsDOMClassInfo.h:43, from nsObjectFrame.cpp:112: ../../dist/include/xpconnect/nsIXPCScriptable.h:163: error: 'JSTracer' has not been declared In file included from nsObjectFrame.cpp:112: ./../../dom/src/base/nsDOMClassInfo.h:107: error: 'JSTracer' has not been declared nsObjectFrame.cpp: In member function 'void nsObjectFrame::PrintPlugin(nsIRenderingContext&, const nsRect&)': nsObjectFrame.cpp:1159: warning: unused variable 'rv' gmake[4]: *** [nsObjectFrame.o] Error 1 gmake[4]: Leaving directory `/usr/ports/www/firefox-devel/work/mozilla/layout/generic' gmake[3]: *** [libs] Error 2 gmake[3]: Leaving directory `/usr/ports/www/firefox-devel/work/mozilla/layout' gmake[2]: *** [libs_tier_gecko] Error 2 gmake[2]: Leaving directory `/usr/ports/www/firefox-devel/work/mozilla' gmake[1]: *** [tier_gecko] Error 2 gmake[1]: Leaving directory `/usr/ports/www/firefox-devel/work/mozilla' gmake: *** [default] Error 2 *** Error code 2 Stop in /usr/ports/www/firefox-devel. *** Error code 1 Stop in /usr/ports/www/firefox-devel. -- The Mafia way is that we pursue larger goals under the guise of personal relationships. Fisheye From owner-freebsd-ports@FreeBSD.ORG Sun Apr 20 11:29:21 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C397106566C for ; Sun, 20 Apr 2008 11:29:21 +0000 (UTC) (envelope-from tijl@ulyssis.org) Received: from cavuit01.kulnet.kuleuven.be (cavuit01.kulnet.kuleuven.be [134.58.240.43]) by mx1.freebsd.org (Postfix) with ESMTP id 06ADE8FC38 for ; Sun, 20 Apr 2008 11:29:20 +0000 (UTC) (envelope-from tijl@ulyssis.org) Received: from smtps02.kuleuven.be (smtpshost02.kulnet.kuleuven.be [134.58.240.75]) by cavuit01.kulnet.kuleuven.be (Postfix) with ESMTP id 3B84A7B8054; Sun, 20 Apr 2008 13:29:15 +0200 (CEST) Received: from kalimero.kotnet.org (kalimero.kotnet.org [10.4.16.222]) by smtps02.kuleuven.be (Postfix) with ESMTP id 1629AF3862; Sun, 20 Apr 2008 13:29:15 +0200 (CEST) Received: from kalimero.kotnet.org (kalimero.kotnet.org [127.0.0.1]) by kalimero.kotnet.org (8.14.2/8.14.2) with ESMTP id m3KBTEEZ030805; Sun, 20 Apr 2008 13:29:15 +0200 (CEST) (envelope-from tijl@ulyssis.org) X-Kuleuven: This mail passed the K.U.Leuven mailcluster From: Tijl Coosemans To: "Sam Fourman Jr." Date: Sun, 20 Apr 2008 13:29:13 +0200 User-Agent: KMail/1.9.7 References: <11167f520804060054n5504ac91i30e0005538ab424f@mail.gmail.com> In-Reply-To: <11167f520804060054n5504ac91i30e0005538ab424f@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200804201329.14504.tijl@ulyssis.org> X-KULeuven-Information: Katholieke Universiteit Leuven X-KULeuven-Scanned: Found to be clean X-Spam-Status: not spam, SpamAssassin (not cached, score=-50, required 5, autolearn=disabled, KUL_SMTPS -50.00) X-KULeuven-Envelope-From: tijl@ulyssis.org Cc: freebsd-ports@freebsd.org Subject: Re: Wine wine-0.9.59 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Apr 2008 11:29:21 -0000 On Sunday 06 April 2008 09:54:18 Sam Fourman Jr. wrote: > I just upgraded to wine-0.9.59 from > http://bugs.winehq.org/show_bug.cgi?id=1798, and it seems when I start > World Of Warcraft, in full screen my app looses keyboard focus, and > the terminal window that I type wine wow.exe in has my keyboard focus. > > this never happened before in wine-0.9.57. I did some searching on > google is this related? http://bugs.winehq.org/show_bug.cgi?id=1798 , > in the wine notes for wine 0.9.58 it states that they fixed the > keyboard focus bug. but I seem to have caught the bug now. Does wine 0.9.60 still have the problem? From owner-freebsd-ports@FreeBSD.ORG Sun Apr 20 14:43:05 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B5291065673 for ; Sun, 20 Apr 2008 14:43:05 +0000 (UTC) (envelope-from phil@testequipmentconnection.org) Received: from mail.testequipmentconnection.net (mail.testequipmentconnection.net [65.169.170.194]) by mx1.freebsd.org (Postfix) with ESMTP id 6ED1A8FC14 for ; Sun, 20 Apr 2008 14:43:04 +0000 (UTC) (envelope-from phil@testequipmentconnection.org) Received: from PhilTEC (unknown [65.161.131.154]) (Authenticated sender: phil@testequipmentconnection.net) by mail.testequipmentconnection.net (Postfix) with ESMTP id C63A58A40A6 for ; Sun, 20 Apr 2008 09:09:25 -0400 (EDT) From: "Phil" To: freebsd-ports@freebsd.org MIME-Version: 1.0 Sender: Phil Date: Sun, 20 Apr 2008 09:07:19 -0500 X-Mailer: Eudora Message-Id: <20080420130925.C63A58A40A6@mail.testequipmentconnection.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Refurbished Wireless Test and Repair Values X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Apr 2008 14:43:05 -0000 We Sell Worldwide Rentals and Leasing Available Renting or leasing test equipment is today’s answer. Renting test equipment allows you to acquire test equipment without the investment of ownership. Renting test equipment is an ideal solution for companies that need additional test equipment on short notice or need test equipment for short periods of time. Rent test equipment for special projects, replace failed equipment, or evaluate test equipment before purchasing and avoid long lead times. Test Equipment Connection is expanding its rental inventory and investing in the newest and most popular test equipment. Our inventory is growing and changes daily. We offer over 28,000 test instruments from over 250 manufacturers. When you rent test equipment, rental payments are treated as operating expenses and not part of your capital equipment budget. Call or Email for a Quote Today Rental Quote Request Tight Capital Budget? - No Problem! Check Out These High Quality Refurbished Equipment Specials and Maximize Your Budget. Anritsu MT8220A/40/41 Sale $8,995 Anritsu S331B Sale $3,995 Anritsu S332C Sale $6,895 Anritsu ML2437A Sale $3,995 Agilent E6380A Sale $3,500 Agilent E4436B/Options Sale $15,900 Agilent 8712ET/1EC Sale $9,800 IFR COM120B Sale $9,290 HP 4284A Sale $9,990 HP 8560EC Sale $23,000 HP 8720D with options On Sale Call R&S FSH3 On Sale Call Over 15 Years of Sales, Service and Selection Rohde & Schwarz SME03 Sale $5,490 IFR 2945A Sale 9,495 Anritsu S332C Sale $6,895 Anritsu S331C Sale $5,495 Anritsu S331A Sale $2,995 Agilent 8753ES Sale $22,000 Tektronix TVS645 Sale $2,750 Agilent 89431A Sale $6,890 Test Equipment Connection is Actively Purchasing De-installed, Excess, New-Surplus, Off-Lease and Underutilized Equipment. Click Here for a Cash Offer R&S FSH6.26/B1/Z3 Sale $19,190 JDSU SDA5000 Sale $6,990 JDSU FST2802 Sale $8,490 JDSU FST-2310 Equipped for DS1, DS3, OC-3, & OC-12 Call JDSU ANT-5 Equipped for STM-1/-4 On Sale Call Tektronix TDS3032 Sale $3,000 Tektronix TDS3034 Sale $3,895 Tektronix TDS3054B Sale $8,490 HP 8561E Sale $11,980 Marconi 2031 Sale $3,895 Agilent E4436B w/options On Sale Call HP 8720ES/10/12/400 Sale $55,000 HP 54540C Sale $2,495 HP 8648C/1E6 Sale $7,290 Our technicians are fully trained and have extensive calibration and repair expertise on the widest variety of makes & models. We provide high quality repair and calibration services at competitive prices with responsive turn around times for evaluation, repair and calibration. N.I.S.T. traceable certificates in accordance with MIL-STD 45662A and ANSI/NSCL 540-1 can be provided with all repairs. In addition, ISO 9001-2000 UL registered calibrations and ISO/IEC 17025 calibrations accredited by A2LA are available for select items. No Capital Budget? - No Problem! We Repair and Calibrate So You Can Utilize The Equipment You Already Have. Free Evaluation Coupon Below! Click Here to View This Page on the Internet Toll Free USA & Canada 800-615-8378 Direct Worldwide 407-804-1184 email phil@testequipmentconnection.org 30 Skyline Drive Lake Mary, FL 32746 This email is sent in accordance with the US CAN-SPAM Act. *Removal* requests* can be sent to this address and will be honored and respected If you want to dis-continue this mailing click on the following email address or respond with *un-subscribe* in the subject line to: phil@testequipmentconnection.org From owner-freebsd-ports@FreeBSD.ORG Sun Apr 20 15:39:57 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A2F6106564A for ; Sun, 20 Apr 2008 15:39:57 +0000 (UTC) (envelope-from stas@ht-systems.ru) Received: from smtp.ht-systems.ru (mr0.ht-systems.ru [78.110.50.55]) by mx1.freebsd.org (Postfix) with ESMTP id DAA1C8FC1B for ; Sun, 20 Apr 2008 15:39:56 +0000 (UTC) (envelope-from stas@ht-systems.ru) Received: from [85.21.245.235] (helo=phonon.ht-systems.ru) by smtp.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1Jnbdz-0000XD-F5; Sun, 20 Apr 2008 19:39:55 +0400 Received: by phonon.ht-systems.ru (Postfix, from userid 1001) id 818AB7F0312; Sun, 20 Apr 2008 19:39:55 +0400 (MSD) Date: Sun, 20 Apr 2008 19:39:55 +0400 From: Stanislav Sedov To: Manfred Lotz Message-Id: <20080420193955.6b50000b.stas@FreeBSD.org> In-Reply-To: <4808F9F3.3040201@arcor.de> References: <480107AE.50304@arcor.de> <20080413130355.d04cfdc0.stas@FreeBSD.org> <4808F9F3.3040201@arcor.de> Organization: The FreeBSD Project X-XMPP: ssedov@jabber.ru X-Voice: +7 916 849 20 23 X-PGP-Fingerprin: F21E D6CC 5626 9609 6CE2 A385 2BF5 5993 EB26 9581 X-Mailer: carrier-pigeon Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: ocaml build failure (SOLVED) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Apr 2008 15:39:57 -0000 On Fri, 18 Apr 2008 21:43:47 +0200 Manfred Lotz mentioned: > Stanislav Sedov wrote: > > On Sat, 12 Apr 2008 21:04:14 +0200 > > Manfred Lotz mentioned: > > > > > >> When trying 'make install' for lang/ocaml 3-10.2 I get: > >> > >> > > > > Which platform is it? Can you attach the full build log? > > > > Thanks! > > > > > > I had CPUTYPE="pentium-m" in /etc/make.conf. After uncommenting CPUTYPE > ocaml-3.10.2 could be build. > Does CPUYTYPE set via ?= works for ocaml? I have CPUTYPE?=pentium-m in my make.conf and it builds fine. -- Stanislav Sedov ST4096-RIPE From owner-freebsd-ports@FreeBSD.ORG Sun Apr 20 16:26:38 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6C56106566B; Sun, 20 Apr 2008 16:26:38 +0000 (UTC) (envelope-from manfred.lotz@arcor.de) Received: from mail-in-10.arcor-online.net (mail-in-10.arcor-online.net [151.189.21.50]) by mx1.freebsd.org (Postfix) with ESMTP id 5B85F8FC0A; Sun, 20 Apr 2008 16:26:38 +0000 (UTC) (envelope-from manfred.lotz@arcor.de) Received: from mail-in-09-z2.arcor-online.net (mail-in-09-z2.arcor-online.net [151.189.8.21]) by mail-in-10.arcor-online.net (Postfix) with ESMTP id 7D5081F5159; Sun, 20 Apr 2008 18:26:36 +0200 (CEST) Received: from mail-in-01.arcor-online.net (mail-in-01.arcor-online.net [151.189.21.41]) by mail-in-09-z2.arcor-online.net (Postfix) with ESMTP id 6A1C028EDBE; Sun, 20 Apr 2008 18:26:36 +0200 (CEST) Received: from hermes.bsd.net (dslb-084-058-038-219.pools.arcor-ip.net [84.58.38.219]) (Authenticated sender: manfred.lotz@arcor.de) by mail-in-01.arcor-online.net (Postfix) with ESMTP id 097C2104B67; Sun, 20 Apr 2008 18:26:36 +0200 (CEST) Received: from hermes.bsd.net (localhost [127.0.0.1]) by hermes.bsd.net (Postfix) with ESMTP id D387DACC37; Sun, 20 Apr 2008 18:26:32 +0200 (CEST) Message-ID: <480B6EB8.7090206@arcor.de> Date: Sun, 20 Apr 2008 18:26:32 +0200 From: Manfred Lotz User-Agent: Thunderbird 2.0.0.12 (X11/20080319) MIME-Version: 1.0 To: Stanislav Sedov References: <480107AE.50304@arcor.de> <20080413130355.d04cfdc0.stas@FreeBSD.org> <4808F9F3.3040201@arcor.de> <20080420193955.6b50000b.stas@FreeBSD.org> In-Reply-To: <20080420193955.6b50000b.stas@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.92.1/6848/Sun Apr 20 16:54:16 2008 on mail-in-01.arcor-online.net X-Virus-Status: Clean Cc: ports@freebsd.org Subject: Re: ocaml build failure (SOLVED) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Apr 2008 16:26:38 -0000 Stanislav Sedov wrote: > On Fri, 18 Apr 2008 21:43:47 +0200 > Manfred Lotz mentioned: > > >> Stanislav Sedov wrote: >> >>> On Sat, 12 Apr 2008 21:04:14 +0200 >>> Manfred Lotz mentioned: >>> >>> >>> >>>> When trying 'make install' for lang/ocaml 3-10.2 I get: >>>> >>>> >>>> >>> Which platform is it? Can you attach the full build log? >>> >>> Thanks! >>> >>> >>> >> I had CPUTYPE="pentium-m" in /etc/make.conf. After uncommenting CPUTYPE >> ocaml-3.10.2 could be build. >> >> > > Does CPUYTYPE set via ?= works for ocaml? I have > CPUTYPE?=pentium-m in my make.conf and it builds fine. > > The same error as before when I have CPUTYPE?="pentium-m". But when I have CPUTYPE?=pentium-m the make for the ocaml port works fine. So the double quotes are the problem. -- Manfred From owner-freebsd-ports@FreeBSD.ORG Sun Apr 20 19:01:24 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 509121065671 for ; Sun, 20 Apr 2008 19:01:24 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.225]) by mx1.freebsd.org (Postfix) with ESMTP id 27BD28FC17 for ; Sun, 20 Apr 2008 19:01:23 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so959691rvf.43 for ; Sun, 20 Apr 2008 12:01:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=AhSjP2kup67hZQSC+mniwrMGMRiFiz+N+2aEaU+s6cA=; b=hhQtbJPEQ3+W26YMbzVaI5tqCNfVW9GCNcShFv76sIuEeW6YmCbjP7IWeHOrWZquol3BZv7pAlqC+EPfKrxfdle2c4rFmbC/4eZSDEQWkVvrnJLe0KwqsgpRdUdOla1M10fBboIls2ry1gmRZrrb08oy9TeLimQdoTMoWm8Q2CI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dsjm1dkuQaI62+rw6csDwjIBqXAiRTG+Gl1dlTKpCNYCJ2tPm+H+UbivnxID48sGcPlCCHWH+o/wW8SnxDJc0Yb/mlkcYPmdreGZZQuPYoMNkw3LDXLAWNdVTiztw1ExsG4hruyBlvEA32aN4xzsn8VajlJoO8D+602pTmV5lOk= Received: by 10.141.69.1 with SMTP id w1mr2791460rvk.147.1208718083761; Sun, 20 Apr 2008 12:01:23 -0700 (PDT) Received: by 10.141.186.2 with HTTP; Sun, 20 Apr 2008 12:01:23 -0700 (PDT) Message-ID: <11167f520804201201k905c40fy8f5c2e676b656b3d@mail.gmail.com> Date: Sun, 20 Apr 2008 14:01:23 -0500 From: "Sam Fourman Jr." To: "Tijl Coosemans" In-Reply-To: <200804201329.14504.tijl@ulyssis.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <11167f520804060054n5504ac91i30e0005538ab424f@mail.gmail.com> <200804201329.14504.tijl@ulyssis.org> Cc: freebsd-ports@freebsd.org Subject: Re: Wine wine-0.9.59 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Apr 2008 19:01:24 -0000 I will portsnap and find out Sam From owner-freebsd-ports@FreeBSD.ORG Sun Apr 20 19:33:53 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB814106566B for ; Sun, 20 Apr 2008 19:33:53 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.freebsd.org (Postfix) with ESMTP id 6D54F8FC16 for ; Sun, 20 Apr 2008 19:33:53 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 75CF72C50CE1; Sun, 20 Apr 2008 22:33:52 +0300 (EEST) Date: Sun, 20 Apr 2008 22:33:45 +0300 From: Ion-Mihai Tetcu To: sem@FreeBSD.org, ports@FreeBSD.org Message-ID: <20080420223345.0cdc1208@it.buh.tecnik93.com> X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/geHICY0WNdSDG/Icfrt_Dl_"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: Subject: portupgrade: build failled, installed port remove nevertheless X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Apr 2008 19:33:53 -0000 --Sig_/geHICY0WNdSDG/Icfrt_Dl_ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi, - portupgrade-2.4.3_2,2 - ports from a few minutes ago - FreeBSD 7.0-STABLE #22: Sat Apr 5 19:53:50 EEST 2008 - build failing in post-patch due to an unclosed REINPLACE_CMD expression (fixed in my last commit).=20 The port is removed (why? the build failed) and not reinstalled from the backup copy after the install fails. =20 ---> Upgrading 'opera-9.26.20080215' to 'opera-9.27.20080331' (www/opera) ---> Building '/usr/ports/www/opera' =3D=3D=3D> Cleaning for opera-9.27.20080331 =3D=3D=3D> Found saved configuration for opera-9.21.20070510_1 =3D=3D=3D> Extracting for opera-9.27.20080331 =3D> MD5 Checksum OK for opera-9.27-20080331.1-static-qt.i386.freebsd-en.ta= r.bz2. =3D> SHA256 Checksum OK for opera-9.27-20080331.1-static-qt.i386.freebsd-en= .tar.bz2. =3D=3D=3D> Patching for opera-9.27.20080331 =3D=3D=3D> Applying extra patch /usr/ports/www/opera/files/extra-patch-sym= hack =3D=3D=3D> Applying FreeBSD patches for opera-9.27.20080331 Syntax error: Unterminated quoted string *** Error code 2 Stop in /usr/ports/www/opera. *** Error code 1 Stop in /usr/ports/www/opera. ---> Backing up the old version ---> Uninstalling the old version ---> Deinstalling 'opera-9.26.20080215' [Updating the pkgdb in /var/db/pkg ... - 884 packages fo= und (-1 +0) (...) done] ---> Installing the new version via the port =3D=3D=3D> Patching for opera-9.27.20080331 =3D=3D=3D> Applying extra patch /usr/ports/www/opera/files/extra-patch-sym= hack Ignoring previously applied (or reversed) patch. 1 out of 1 hunks ignored--saving rejects to install.sh.rej *** Error code 1 Stop in /usr/ports/www/opera. *** Error code 1 Stop in /usr/ports/www/opera. *** Error code 1 Stop in /usr/ports/www/opera. =3D=3D=3D> Cleaning for opera-9.27.20080331 ---> Cleaning out obsolete shared libraries --=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_/geHICY0WNdSDG/Icfrt_Dl_ Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.8 (FreeBSD) iEYEARECAAYFAkgLmp8ACgkQBX6fi0k6KXvQgQCcDMbixxKcGUcpUFJAKh07tCt8 /qcAoIAlK9R8YOh3hsWbsrQsjsW+bJA0 =RYEe -----END PGP SIGNATURE----- --Sig_/geHICY0WNdSDG/Icfrt_Dl_-- From owner-freebsd-ports@FreeBSD.ORG Sun Apr 20 22:43:59 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75DF71065671 for ; Sun, 20 Apr 2008 22:43:59 +0000 (UTC) (envelope-from shuvaev@physik.uni-wuerzburg.de) Received: from mailrelay.rz.uni-wuerzburg.de (wrzx28.rz.uni-wuerzburg.de [132.187.3.28]) by mx1.freebsd.org (Postfix) with ESMTP id F031B8FC1A for ; Sun, 20 Apr 2008 22:43:58 +0000 (UTC) (envelope-from shuvaev@physik.uni-wuerzburg.de) Received: from virusscan.mail (localhost [127.0.0.1]) by mailrelay.mail (Postfix) with ESMTP id 369D019AEA6; Mon, 21 Apr 2008 00:15:47 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by virusscan.mail (Postfix) with ESMTP id 28A4D19AEA5; Mon, 21 Apr 2008 00:15:47 +0200 (CEST) Received: from mail.physik.uni-wuerzburg.de (wthp192.physik.uni-wuerzburg.de [132.187.40.192]) by mailmaster.uni-wuerzburg.de (Postfix) with ESMTP id EF43019AE64; Mon, 21 Apr 2008 00:15:45 +0200 (CEST) Received: from localhost.my.domain ([92.116.208.134]) by mail.physik.uni-wuerzburg.de (Lotus Domino Release 8.0.1HF110) with ESMTP id 2008042100154166-3706 ; Mon, 21 Apr 2008 00:15:41 +0200 Received: by localhost.my.domain (sSMTP sendmail emulation); Mon, 21 Apr 2008 00:17:39 +0200 Date: Mon, 21 Apr 2008 00:17:39 +0200 From: Alexey Shuvaev To: Da Rock Message-ID: <20080420221739.GA1016@localhost.my.domain> Mail-Followup-To: Da Rock , freebsd-ports@freebsd.org References: <1208632603.7272.55.camel@laptop2.herveybayaustralia.com.au> Mime-Version: 1.0 In-Reply-To: <1208632603.7272.55.camel@laptop2.herveybayaustralia.com.au> User-Agent: Mutt/1.4.2.3i Organization: Universitaet Wuerzburg X-MIMETrack: Itemize by SMTP Server on domino1/uni-wuerzburg(Release 8.0.1HF110 | April 11, 2008) at 04/21/2008 12:15:45 AM, Serialize by Router on domino1/uni-wuerzburg(Release 8.0.1HF110 | April 11, 2008) at 04/21/2008 12:15:46 AM, Serialize complete at 04/21/2008 12:15:46 AM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline; filename=gstscrpt X-Virus-Scanned: by amavisd-new at uni-wuerzburg.de Cc: freebsd-ports@freebsd.org Subject: Re: FBSD 7, Gnome2-lite port broken X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2008 22:43:59 -0000 On Sun, Apr 20, 2008 at 05:16:43AM +1000, Da Rock wrote: > I've tried checking as far as my knowledge will allow the reason for > this error, but its got me beat. I was installing the above port, and > the config screen came up for one of its dependencies surrounding > ghostscript I believe where it said "don't be stingy on the options > selected as another port might need it later". So I checked them all as > I probably will need them all at some point in the future. Also to note > here there was a majority already selected to begin with. > > Unfortunately, I can't find that screen again to uncheck some options, > and I think its ghostscript-gpl which is failing. It errors on not > finding vga.h and lvga.h files. So I installed all src's from > sysinstall, but NG. > It seems that you have checked lvga256 and vgalib options in ghostscript-gpl configuration dialog. This dialog is not the standart port's OPTIONS dialog and it doesn't remember the options you have choosen between builds. So, to fix the build: cd /usr/ports/print/ghostscript-gpl make clean make install Once you are in this dialog again, just go on with the defaults. BTW, can someone more experienced comment on reasons to have non-standard configure script? Possibly related: are there any non-trivial reasons to have ghostscript (rather significant for many other ports) maintained by ports@ ? Or are there just no volunteers? Alexey. From owner-freebsd-ports@FreeBSD.ORG Sun Apr 20 23:24:07 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AEDDE106564A for ; Sun, 20 Apr 2008 23:24:07 +0000 (UTC) (envelope-from rock_on_the_web@comcen.com.au) Received: from angel.comcen.com.au (angel.comcen.com.au [203.23.236.69]) by mx1.freebsd.org (Postfix) with ESMTP id 3E2E38FC17 for ; Sun, 20 Apr 2008 23:24:07 +0000 (UTC) (envelope-from rock_on_the_web@comcen.com.au) Received: from [192.168.0.198] (202-172-126-254.cpe.qld-1.comcen.com.au [202.172.126.254]) by angel.comcen.com.au (8.13.4/8.12.9) with ESMTP id m3KNN25t011558 for ; Mon, 21 Apr 2008 09:23:04 +1000 (EST) From: Da Rock To: freebsd-ports@freebsd.org In-Reply-To: <20080420221739.GA1016@localhost.my.domain> References: <1208632603.7272.55.camel@laptop2.herveybayaustralia.com.au> <20080420221739.GA1016@localhost.my.domain> Content-Type: text/plain Date: Mon, 21 Apr 2008 09:22:56 +1000 Message-Id: <1208733776.7272.60.camel@laptop2.herveybayaustralia.com.au> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 (2.12.3-3.fc8) Content-Transfer-Encoding: 7bit X-comcen-MailScanner-Information: Please contact the ISP for more information X-comcen-MailScanner: Found to be clean X-comcen-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-16.377, required 4, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.42, BAYES_00 -15.00) X-comcen-MailScanner-From: rock_on_the_web@comcen.com.au Subject: Re: FBSD 7, Gnome2-lite port broken X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2008 23:24:07 -0000 On Mon, 2008-04-21 at 00:17 +0200, Alexey Shuvaev wrote: > plain text document attachment (gstscrpt) > On Sun, Apr 20, 2008 at 05:16:43AM +1000, Da Rock wrote: > > I've tried checking as far as my knowledge will allow the reason for > > this error, but its got me beat. I was installing the above port, and > > the config screen came up for one of its dependencies surrounding > > ghostscript I believe where it said "don't be stingy on the options > > selected as another port might need it later". So I checked them all as > > I probably will need them all at some point in the future. Also to note > > here there was a majority already selected to begin with. > > > > Unfortunately, I can't find that screen again to uncheck some options, > > and I think its ghostscript-gpl which is failing. It errors on not > > finding vga.h and lvga.h files. So I installed all src's from > > sysinstall, but NG. > > > > It seems that you have checked lvga256 and vgalib options in > ghostscript-gpl configuration dialog. This dialog is not the > standart port's OPTIONS dialog and it doesn't remember the options you > have choosen between builds. So, to fix the build: > > cd /usr/ports/print/ghostscript-gpl > make clean > make install > > Once you are in this dialog again, just go on with the defaults. > > BTW, can someone more experienced comment on reasons to have non-standard > configure script? Possibly related: are there any non-trivial reasons > to have ghostscript (rather significant for many other ports) maintained > by ports@ ? Or are there just no volunteers? Thank god! I got that dialog again... Thanks for that bit of saving info. But I think the more important question here is why does it say go nuts with the options submitted (which you can't go back and make config) if there's these traps in there. Perhaps it should say don't change them unless you know what you're in for (or doing)? Cheers! From owner-freebsd-ports@FreeBSD.ORG Mon Apr 21 07:52:13 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2FFA106566C for ; Mon, 21 Apr 2008 07:52:13 +0000 (UTC) (envelope-from gozer@apache.org) Received: from minerva.ectoplasm.org (minerva.ectoplasm.org [66.34.202.202]) by mx1.freebsd.org (Postfix) with ESMTP id 924AA8FC18 for ; Mon, 21 Apr 2008 07:52:13 +0000 (UTC) (envelope-from gozer@apache.org) Received: from minerva.ectoplasm.org (localhost.localdomain [127.0.0.1]) by pmx.secure.ectoplasm.org (Postfix) with SMTP id 552245F530; Mon, 21 Apr 2008 00:52:13 -0700 (PDT) Received: from [192.168.140.200] (S01060000b48fdfe6.vc.shawcable.net [24.86.195.146]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by minerva.ectoplasm.org (Postfix) with ESMTP id CA9955F52C; Mon, 21 Apr 2008 00:52:11 -0700 (PDT) Message-ID: <480C476E.6080307@apache.org> Date: Mon, 21 Apr 2008 00:51:10 -0700 From: "Philippe M. Chiasson" Organization: Apache Software Foundation User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) MIME-Version: 1.0 To: "Philip M. Gollucci" References: <4806F933.5060306@apache.org> <4807D373.9000808@p6m7g8.com> <4807E48E.40305@apache.org> <4807E941.80009@p6m7g8.com> <480858F0.6040604@apache.org> <4809234D.3070001@p6m7g8.com> In-Reply-To: <4809234D.3070001@p6m7g8.com> X-Enigmail-Version: 0.95.6 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig17AC4187277ECA3156B94FCC" X-PMX-Version: 5.4.1.325704, Antispam-Engine: 2.6.0.325393, Antispam-Data: 2008.4.21.3725 X-PMX-Spam: Gauge=XXIIIIII, Probability=26%, Report='RELAY_IN_PBL_11 2.5, SXL_IP_DYNAMIC 0.5, BODY_SIZE_2000_2999 0, BODY_SIZE_5000_LESS 0, RDNS_POOLED 0, RDNS_SUSP 0, RDNS_SUSP_SPECIFIC 0, RELAY_IN_PBL 0, __BAT_BOUNDARY 0, __BOUNCE_CHALLENGE_SUBJ 0, __CP_URI_IN_BODY 0, __CT 0, __CTYPE_HAS_BOUNDARY 0, __CTYPE_MULTIPART 0, __HAS_MSGID 0, __MIME_VERSION 0, __RDNS_POOLED_2 0, __SANE_MSGID 0, __USER_AGENT 0' Cc: ports@freebsd.org, dev@perl.apache.org Subject: Re: [ANNOUNCE] mod_perl-2.0.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, 21 Apr 2008 07:52:13 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig17AC4187277ECA3156B94FCC Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Philip M. Gollucci wrote: > Philippe M. Chiasson wrote: > | Philip M. Gollucci wrote: > |> Philippe M. Chiasson wrote: > |> |> > |> > http://tinderbox-i386.p6m7g8.net/tb/errors/8.0-FreeBSD/mod_perl2-2.0.4,= 3.log >=20 > |> > |> > |> FWIW, also on 7.0 > |> > http://tinderbox-i386.p6m7g8.net/tb/errors/7.0-FreeBSD/mod_perl2-2.0.4,= 3.log >=20 > |> > |> | What's in xs/modperl_xs_typedefs.h:67 ? (it's generated, so I can > |> easily > |> | tell) > |> > |> ~From the 8-current tree: > |> http://p6m7g8.com/modperl_xs_typedefs.h > | > | I don't have a FreeBSD machine handy, so, Philip, is there any chance= you > | could try and figure out a little more about what's going on? > You do now, account info in offlist e-mail. >=20 > | > | Something is tripping up the compiler, so maybe > | apache/include/apr_thread_rwlock.h has something funky in there (or i= sn't > | even there) > My APR was compiled without Threads (/var/db/pkg/apr-nothr) Sounds like a problem with APR without threads. > I'll look at tweaking the detection. I think this patch to a bit of *magical* code should do the trick. Index: lib/ModPerl/BuildMM.pm =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- lib/ModPerl/BuildMM.pm (revision 648960) +++ lib/ModPerl/BuildMM.pm (working copy) @@ -359,7 +359,7 @@ $apr_config ||=3D $build->get_apr_config(); - if ($path =3D~ m/(Thread|Global)Mutex/) { + if ($path =3D~ m/(Thread|Global)(Mutex|RWLock)/) { return unless $apr_config->{HAS_THREADS}; } Feels like something that doesn't belong in there, but rather in the configuration somewhere in xs/maps... --=20 Philippe M. Chiasson GPG: F9BFE0C2480E7680 1AE53631CB32A107 88C3A5A5 http://gozer.ectoplasm.org/ m/gozer\@(apache|cpan|ectoplasm)\.org/ --------------enig17AC4187277ECA3156B94FCC Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFIDEduyzKhB4jDpaURAiUDAKC6q1xjF7wnzM/Sv0lnjCW8h+8AUgCeI3G5 p/CKFYLSFFLECkxT3mfQ+Y8= =DWnh -----END PGP SIGNATURE----- --------------enig17AC4187277ECA3156B94FCC-- From owner-freebsd-ports@FreeBSD.ORG Mon Apr 21 09:25:33 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E081E1065673 for ; Mon, 21 Apr 2008 09:25:32 +0000 (UTC) (envelope-from mefystofel@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.237]) by mx1.freebsd.org (Postfix) with ESMTP id 94A828FC1D for ; Mon, 21 Apr 2008 09:25:32 +0000 (UTC) (envelope-from mefystofel@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1373573wxd.7 for ; Mon, 21 Apr 2008 02:25:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=2mYCQ+mUx1cFQXzqcAaM4CAKCzLIyyq24BjWQMaRwys=; b=Jvq7BQAPm+vrtbhQb4sn/iHQYto3JMOXWzTJteSnoedVM4VWRLJF9sHcwIn35Iyruy675Ld+A3p+LHl8Z1m3j0xigIUPXH9YUgehieyTC+N3bWLU6+aFjW7dDc4y8hWw5g1N62DhOWOoqtBBTRSJfjxvJskkcfYZjC53EIkxtD8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=PEoSwSb0B8TGdj/02/jv/i30A8YN073xkBNBp6KviLaSOrxzOlZu8FF5lj10kEel6oMysILtbu2U0W5nQxhUAebF0I0HjtFBmGeLO7MyQ7dFeH1JQ3KtWqXQlO9VvpCA3Qr5ir62dsEwlTbE8RM4VeZCz2P9AAfjJhesjNup2Fc= Received: by 10.114.151.13 with SMTP id y13mr2602098wad.145.1208768402558; Mon, 21 Apr 2008 02:00:02 -0700 (PDT) Received: by 10.115.79.5 with HTTP; Mon, 21 Apr 2008 02:00:02 -0700 (PDT) Message-ID: Date: Mon, 21 Apr 2008 14:00:02 +0500 From: "Roman Serbski" To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: portupgrade and quotes inside pkgtools.conf X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Apr 2008 09:25:33 -0000 Hi list- I'm trying to upgrade apache22 installed from ports using portupgrade under FreeBSD 6.3-STABLE. %portupgrade --version portupgrade 2.4.3 Here is apache22 related information in pkgtools.conf: MAKE_ARGS = { 'www/apache22' => [ 'WITHOUT_IPV6=1', 'WITH_STATIC_MODULES="include rewrite auth vhost_alias"', 'WITH_SUEXEC=yes', 'SUEXEC_DOCROOT=/home', 'WITH_SSL_MODULES=yes', ], } It looks like I'm having problems with WITH_STATIC_MODULES="include rewrite auth vhost_alias" containing quotes (""). Here is the error I receive while executing 'portupgrade apache-2.2.4': ** Makefile possibly broken: www/apache22: Syntax error: Unterminated quoted string "/usr/ports/Mk/bsd.apache.mk", line 228: warning: "for module in auth_basic auth_digest authn_file authn_dbd authn_dbm authn_anon authn_default authn_alias authz_host authz_groupfile authz_user authz_dbm authz_owner authz_default cache disk_cache file_cache mem_cache dav dav_fs actions alias asis autoindex cern_meta cgi charset_lite dbd deflate dir dumpio env expires headers imagemap include info log_config logio mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias filter version ssl suexec ; do echo "include | /usr/bin/grep -wq ${module} 2> /dev/null ; if [ "${?}" = "0" ] ; then echo "--enable-${module}"; else echo "--enable-${module}=shared"; fi; done" returned non-zero status Syntax error: Unterminated quoted string "/usr/ports/Mk/bsd.apache.mk", line 254: warning: "for module in auth_basic auth_digest authn_file authn_dbd authn_dbm authn_anon authn_default authn_alias authz_host authz_groupfile authz_user authz_dbm authz_owner authz_default cache disk_cache file_cache mem_cache dav dav_fs actions alias asis autoindex cern_meta cgi charset_lite dbd deflate dir dumpio env expires headers imagemap include info log_config logio mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias filter version ssl suexec ; do echo "include | /usr/bin/grep -wq ${module} 2> /dev/null || echo ${module}; done" returned non-zero status apache-2.2.8 /usr/local/sbin/portupgrade:1433:in `get_pkgname': Makefile broken (MakefileBrokenError) from /usr/local/sbin/portupgrade:622:in `main' from /usr/local/sbin/portupgrade:613:in `each' from /usr/local/sbin/portupgrade:613:in `main' from /usr/local/sbin/portupgrade:588:in `catch' from /usr/local/sbin/portupgrade:588:in `main' from /usr/local/lib/ruby/1.8/optparse.rb:1254:in `call' from /usr/local/lib/ruby/1.8/optparse.rb:1254:in `order!' from /usr/local/lib/ruby/1.8/optparse.rb:1205:in `catch' from /usr/local/lib/ruby/1.8/optparse.rb:1205:in `order!' from /usr/local/lib/ruby/1.8/optparse.rb:1196:in `order' from /usr/local/sbin/portupgrade:565:in `main' from /usr/local/lib/ruby/1.8/optparse.rb:755:in `initialize' from /usr/local/sbin/portupgrade:229:in `new' from /usr/local/sbin/portupgrade:229:in `main' from /usr/local/sbin/portupgrade:2173 Removing quotes gives the following: ---> Upgrading 'apache-2.2.4' to 'apache-2.2.8' (www/apache22) ---> Building '/usr/ports/www/apache22' with make flags: WITHOUT_IPV6=1 WITH_STATIC_MODULES=include rewrite auth vhost_alias WITH_SUEXEC=yes SUEXEC_DOCROOT=/home WITH_SSL_MODULES=yes make: don't know how to make rewrite. Stop ** Listing the failed packages (-:ignored / *:skipped / !:failed) ! www/apache22 (apache-2.2.4) (clean error) Your advise would be greatly appreciated. Thank you. From owner-freebsd-ports@FreeBSD.ORG Mon Apr 21 10:15:18 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C92D106564A for ; Mon, 21 Apr 2008 10:15:18 +0000 (UTC) (envelope-from Johan@double-l.nl) Received: from smtp-vbr11.xs4all.nl (smtp-vbr11.xs4all.nl [194.109.24.31]) by mx1.freebsd.org (Postfix) with ESMTP id 2DE788FC20 for ; Mon, 21 Apr 2008 10:15:17 +0000 (UTC) (envelope-from Johan@double-l.nl) Received: from w2003s01.double-l.local (dpm.xs4all.nl [80.126.205.144]) by smtp-vbr11.xs4all.nl (8.13.8/8.13.8) with ESMTP id m3LAF8dk077824 for ; Mon, 21 Apr 2008 12:15:16 +0200 (CEST) (envelope-from Johan@double-l.nl) Content-class: urn:content-classes:message MIME-Version: 1.0 X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Mon, 21 Apr 2008 12:15:09 +0200 Message-ID: <57200BF94E69E54880C9BB1AF714BBCB5DDDB9@w2003s01.double-l.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Operation not permitted after Updating ports Thread-Index: AcijmJRVf7VP0a3LQ6+q9PJKIf6Lfg== From: "Johan Hendriks" To: X-Virus-Scanned: by XS4ALL Virus Scanner Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Operation not permitted after Updating ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2008 10:15:18 -0000 I have a small question After the update of a compat port i get the following errors after installing a port! =20 Updating the pkgdb ....... Operation not permitted - /usr/local/lib/compat/pkg/libc.so.5 Operation not permitted - /usr/local/lib/compat/pkg/libc_r.so.5 Operation not permitted - /usr/local/lib/compat/pkg/libcrypt.so.2 Operation not permitted - /usr/local/lib/compat/pkg/libthread.so.1 Operation not permitted - /usr/local/lib/compat/pkg/libthr.so.1 =20 I reinstalled the compat ports but the error still is there. =20 What can I do to resolve this. Regards, Johan Hendriks =20 =20 From owner-freebsd-ports@FreeBSD.ORG Mon Apr 21 10:41:07 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6994810656C0 for ; Mon, 21 Apr 2008 10:41:07 +0000 (UTC) (envelope-from infofarmer@FreeBSD.org) Received: from heka.cenkes.org (heka.cenkes.org [208.79.80.110]) by mx1.freebsd.org (Postfix) with ESMTP id 422D38FC35 for ; Mon, 21 Apr 2008 10:41:07 +0000 (UTC) (envelope-from infofarmer@FreeBSD.org) Received: from amilo.cenkes.org (ppp91-76-107-48.pppoe.mtu-net.ru [91.76.107.48]) (Authenticated sender: sat) by heka.cenkes.org (Postfix) with ESMTPSA id DAC11242F8BB; Mon, 21 Apr 2008 14:41:05 +0400 (MSD) Date: Mon, 21 Apr 2008 14:41:28 +0400 From: Andrew Pantyukhin To: Johan Hendriks Message-ID: <20080421104125.GB88801@amilo.cenkes.org> References: <57200BF94E69E54880C9BB1AF714BBCB5DDDB9@w2003s01.double-l.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <57200BF94E69E54880C9BB1AF714BBCB5DDDB9@w2003s01.double-l.local> X-OS: FreeBSD 8.0-CURRENT amd64 User-Agent: Mutt/1.5.17 (2007-11-01) Cc: freebsd-ports@freebsd.org Subject: Re: Operation not permitted after Updating ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: infofarmer@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2008 10:41:07 -0000 On Mon, Apr 21, 2008 at 12:15:09PM +0200, Johan Hendriks wrote: > I have a small question > > After the update of a compat port i get the following errors > after installing a port! > > > > Updating the pkgdb ....... > > Operation not permitted - /usr/local/lib/compat/pkg/libc.so.5 Try something like "chflags -R noschg /usr/local/lib/compat" From owner-freebsd-ports@FreeBSD.ORG Mon Apr 21 10:52:03 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 188291065675 for ; Mon, 21 Apr 2008 10:52:03 +0000 (UTC) (envelope-from jdc@parodius.com) Received: from mx01.sc1.parodius.com (mx01.sc1.parodius.com [72.20.106.3]) by mx1.freebsd.org (Postfix) with ESMTP id 08F128FC1D for ; Mon, 21 Apr 2008 10:52:02 +0000 (UTC) (envelope-from jdc@parodius.com) Received: by mx01.sc1.parodius.com (Postfix, from userid 1000) id C7BF21CC033; Mon, 21 Apr 2008 03:52:02 -0700 (PDT) Date: Mon, 21 Apr 2008 03:52:02 -0700 From: Jeremy Chadwick To: Johan Hendriks Message-ID: <20080421105202.GA87768@eos.sc1.parodius.com> References: <57200BF94E69E54880C9BB1AF714BBCB5DDDB9@w2003s01.double-l.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <57200BF94E69E54880C9BB1AF714BBCB5DDDB9@w2003s01.double-l.local> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: freebsd-ports@freebsd.org Subject: Re: Operation not permitted after Updating ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2008 10:52:03 -0000 On Mon, Apr 21, 2008 at 12:15:09PM +0200, Johan Hendriks wrote: > After the update of a compat port i get the following errors after > installing a port! > > Updating the pkgdb ....... > Operation not permitted - /usr/local/lib/compat/pkg/libc.so.5 > Operation not permitted - /usr/local/lib/compat/pkg/libc_r.so.5 > Operation not permitted - /usr/local/lib/compat/pkg/libcrypt.so.2 > Operation not permitted - /usr/local/lib/compat/pkg/libthread.so.1 > Operation not permitted - /usr/local/lib/compat/pkg/libthr.so.1 Probably caused by said libraries having the schg (immutable) flag set on them. Use the -o flag with /bin/ls to see if it's set. Use chflags(8) to remove it. Keep in mind that you won't be able to use chflags(8) to fix the files if the kern.securelevel sysctl is 1 or higher. -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB | From owner-freebsd-ports@FreeBSD.ORG Mon Apr 21 10:56:07 2008 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 922741065673 for ; Mon, 21 Apr 2008 10:56:07 +0000 (UTC) (envelope-from Johan@double-l.nl) Received: from smtp-vbr1.xs4all.nl (smtp-vbr1.xs4all.nl [194.109.24.21]) by mx1.freebsd.org (Postfix) with ESMTP id 1275B8FC26 for ; Mon, 21 Apr 2008 10:56:06 +0000 (UTC) (envelope-from Johan@double-l.nl) Received: from w2003s01.double-l.local (dpm.xs4all.nl [80.126.205.144]) by smtp-vbr1.xs4all.nl (8.13.8/8.13.8) with ESMTP id m3LAu4PS086960; Mon, 21 Apr 2008 12:56:04 +0200 (CEST) (envelope-from Johan@double-l.nl) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Mon, 21 Apr 2008 12:56:06 +0200 Message-ID: <57200BF94E69E54880C9BB1AF714BBCB5DDDBA@w2003s01.double-l.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Operation not permitted after Updating ports Thread-Index: AcijnJIioUcrdZw6RC26+bcprdCmjwAAZmUg References: <57200BF94E69E54880C9BB1AF714BBCB5DDDB9@w2003s01.double-l.local> <20080421104125.GB88801@amilo.cenkes.org> From: "Johan Hendriks" To: X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-ports@FreeBSD.org Subject: RE: Operation not permitted after Updating ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2008 10:56:07 -0000 >> I have a small question >>=20 >> After the update of a compat port i get the following errors >> after installing a port! >>=20 >> =20 >>=20 >> Updating the pkgdb ....... >>=20 >> Operation not permitted - /usr/local/lib/compat/pkg/libc.so.5 >Try something like "chflags -R noschg /usr/local/lib/compat" Thanks that did the trick Regards, Johan Hendriks From owner-freebsd-ports@FreeBSD.ORG Mon Apr 21 11:06:05 2008 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C823106566B for ; Mon, 21 Apr 2008 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 2A5FC8FC13 for ; Mon, 21 Apr 2008 11:06:05 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m3LB65Cg094220 for ; Mon, 21 Apr 2008 11:06:05 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m3LB64Ef094215 for freebsd-ports@FreeBSD.org; Mon, 21 Apr 2008 11:06:04 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 21 Apr 2008 11:06:04 GMT Message-Id: <200804211106.m3LB64Ef094215@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, 21 Apr 2008 11:06:05 -0000 Current FreeBSD problem reports 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. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The problem is understood and a solution is being sought. f - feedback Further work requires additional information from the originator or the community - possibly confirmation of the effectiveness of a proposed solution. p - patched A patch has been committed, but some issues (MFC and / or confirmation from originator) are still open. r - repocopy The resolution of the problem report is dependent on a repocopy operation within the CVS repository which is awaiting completion. s - suspended The problem is not being worked on, due to lack of information or resources. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested -- or when fixing the problem is abandoned. Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/106369 vpnd caused kernel panic with ppp mode o ports/106372 vpnd can't run with slip mode f ports/108077 www/linux-flashplugin9 crashes linux-firefox o ports/108413 [patch] net/vnc does not works. o ports/111832 ports/lang/drscheme doesn't compile: foreign.c f ports/112921 x11-wm/Beryl not loading focus and keybinding settings s ports/113144 print/ghostscript-gnu dumps core with several output d o ports/116378 xorg 7.3 on -stable breaks math/scilab f ports/116385 net/vnc using vnc.so crashes Xorg 7.3 when remote comp f ports/116586 net/isc-dhcp3-server does not work when compiled with f ports/116777 The math/scilab port fails in demos->signal->bode. f ports/116778 security/nmap ping-scan misses some hosts o ports/117025 multimedia/pwcbsd: Pwcbsd-1.4.0 + New USBStack not wor o ports/117128 security/ipsec-tools racoon.sh fails with /var on mfs o ports/118808 Fix to build ports/lang/drscheme on FreeBSD-7.0 o ports/118877 audio/streamripper does not detect song title from str o ports/120372 java/linux-sun-jdk16: linux-sun-jre1.6.0 plugin doesn' o ports/121473 graphics/gsnapshot crashes upon startup on FreeBSD-6.3 f ports/121830 net-mgmt/nagios-plugins: check_disk plugin works incor f ports/122083 www/mod_clamav refuses to build with apache22 installe o ports/122128 Class not found error during print/pdftk port installa o ports/122251 New port: graphics/sK1 An opensource vector graphics e f ports/122276 Compiled audio/musicpd segfaults on FreeBSD 7.0 o ports/122306 misc/compat5x port fails to extract if you're root o ports/122381 net-mgmt/collectd in FreeBSD 7.0 i386 and sparc64 segf f ports/122416 deskutils/kmatrix3d and deskutils/ksmoothdock don't in f ports/122791 [patch] net-mgmt/collectd - fix WITH_APACHE dependency o ports/122812 [Update] www/dokeos : update to 1.8.4 o ports/122832 print/ghostscript-gpl/Makefile contains two CONFLICTS f ports/122874 [patch] www/havp: update havp to latest 0.88 o ports/122886 New version of port textproc/ctpp2: 2.2.0 o ports/122903 Update port: net/iscsi-target o ports/122904 [patch] jdk15/javaws fails on amd64 f ports/122907 [patch] sysutils/fusefs-kmod dataloss on write shortly f ports/122911 ports/audio/sox: MP3 support broken f ports/122949 net-mgmt/kismet coredumps 36 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/85513 Intel C++ compiler not 100% binary compatible with sys o ports/95294 netpipe doesn't work on amd64 o ports/102544 ltmdm driver (comms/ltmdm) crashes system whene line r o ports/107354 net/icmpinfo: icmpinfo -vvv does not recocnize any ICM o ports/108795 ports/icc: Proposed update to icc port for intel compi o ports/110144 New port: math/Matlab7 o ports/110697 New port: ports-mgmt/pkg_deps o ports/114825 pam module security/pam_abl not working s ports/115216 ADA devel/florist exit_process program doesn't compile s ports/115217 Ada devel/florist socket program doesn't compile due t f ports/115304 multimedia/gpac-mp4box cannot import files larger than o ports/115308 multimedia/jahshaka fails to open GUI - ends with "pre f ports/115336 port multimedia/avifile on FreeBSD 7.0 not BROKEN with f ports/115722 New port:x11/tastymenu A K-Menu replacement for KDE 3. f ports/116058 Update: x11-themes/gtk-qt-engine to version 0.8 o ports/116226 x11-wm/compiz - emerald and compiz-fusion and scim are s ports/116323 net-im/jabber-users-agent bugs o ports/116485 games/vultures-eye gets a permission denied after typi f ports/116567 [PATCH] net/vnc: patch x0vncserver to not give the sel o ports/116683 [NEW PORT] audio/kirocker: KDE Kicker applet for Amaro f ports/116783 databases/db46 can not be built o ports/116974 net-p2p/azureus fails to operate correctly if IPV6 sup f ports/117173 graphics/opencv does not compile if ffmpeg option is c f ports/117298 port (/usr/ports/russian/xneur) update needed o ports/117299 [NEW PORTS] www/webobjects(+) Apple WebObjects ports b o ports/117327 devel/devhelp doesn't build with seamonkey f ports/117431 Update port: graphics/ipe Version 6.0pre28 of Ipe that s ports/117518 [PATCH] misc/ipbt - fix BROKEN size mismatch in distin o ports/117521 [new port] net/asterisk-res-bonjour Bonjour (Zeroconf) o ports/117703 New port: devel/asdlgen generate serializers for C,C++ o ports/117755 New port: security/libgcrypt-devel alpha version libgc f ports/117900 x11-wm/pekwm ports needs to be updated o ports/118033 [new port] devel/cvs-devel 1.12.13_8 f ports/118105 mail/spamd - spamd-setup with multiple files in spamd- o ports/118229 New port: security/fwknop fwknop,"FireWall KNock OPera f ports/118293 net/vnc Xvnc won't run without fonts.alias installed o ports/118368 New port: net/asterisk-agx AGX Extra Addons (including o ports/118386 New port: graphics/hugin-devel A GUI for Panorama Tool o ports/118438 New port: biology/njplot Phylogenetic tree drawing pro o ports/118460 New port: biology/muscle multiple alignment software o ports/118548 New port: biology/consed viewing and editing workbench f ports/118570 www/linux-flashplugin9 - v9.0r48 doesn't play youtube o ports/118906 [NEW PORT] graphics/2d-rewriter: Fractals generator ba f ports/118926 mail/spamd: issues with deletion and syncing from spam f ports/118960 cannot apply patches for port russian/xmms f ports/119015 games/alephone - TotalTextureEnhancementv61.zip unfetc o ports/119183 [NEW PORT] net/freeradius-client: FreeRADIUS Client li o ports/119236 New port: www/squidclamav, interface to perform antivi f ports/119319 www/tomcat55 rc.d script fails to stop tomcat o ports/119388 ports that require gcc 34 instead of gcc42 o ports/119425 New port: korean/ko.TeX Korean TeX macro and utilities o ports/119427 New port: korean/ko.TeX-fonts-extra Korean TeX extra f o ports/119428 New port: korean/ko.TeX-fonts-base Korean TeX base fon o ports/119556 [PATCH] textproc/xerces-c2: Update to 2.8.0 o ports/119640 [NEW PORT] devel/sml_tk: Typed and abstract Standard M f ports/119644 FreeBSD Port: archivers/xarchive failing to open files f ports/119745 www/linux-flashplugin7 - flashplayer does not work wit f ports/119843 security/xca 0.6.3 has gross compilation errors after o ports/120142 sysutils/wmcube-gdk does not work on CURRENT o ports/120181 weird tty permissions with x11/rxvt o ports/120184 New port: emulators/cpmtools27: Tools to access CP/M d o ports/120189 New port: emulators/xcpc: A portable Amstrad CPC 464/6 o ports/120311 New port: devel/aegis-devel developer version of devel f ports/120480 [patch] devel/quilt: RPM dependency should be optional o ports/120499 new port converters/fribidi: fribidi2 library f ports/120923 www/squidguard does not work unless its UID/GID are mo f ports/121043 Update port print/lilypond o ports/121050 New port: sysutils/heartbeat2 Linux High-Availability f ports/121071 graphics/ImageMagick version 6.3.8-9 compile failure ( o ports/121126 New port: science/caret Computerized Anatomical Recons f ports/121149 www/tomcat55 - www/tomcat* choaks on ip6 f ports/121154 port sysutils/915resolution marked i386 only; builds f s ports/121161 port update: www/phpgedview to 4.1.3 o ports/121194 math/arpack - Patch to use ARPACK++ on modern compiler f ports/121254 shells/ch: Bad ownership of installed files. o ports/121259 New port: net/openamq OpenAMQ is a complete AMQP messa o ports/121344 new port audio/akode-plugins-pulseaudio f ports/121355 net/isc-dhcp3-server mishandles OPTIONS f ports/121405 Update graphics/gmt to newer version (4.2.1) o ports/121629 New Port: net/netident A port for testing what netwo f ports/121673 Update port: www/zope-formulator to 1.11.3 f ports/121724 [UPDATE] Update multimedia/avidemux2 to 2.4.1 f ports/121731 science/hdf5: enable Fortran support o ports/121771 [patch] Add https support to sysutils/apt f ports/121827 sysutils/ezjail: config-attached image jail can not be f ports/121834 [patch] lang/lua: split AR into AR/ARFLAGS (for cross f ports/121836 [PATCH] sysutils/ezjail: amd64 install problem o ports/121882 /usr/ports/audio/mbrolavox/voices.conf uses extended c o ports/122027 net-mgmt-/zabbix - Fix several zabbix-server crashes o ports/122050 [New Port] port-mgmt/p5-FreeBSD-Ports-INDEXhash Thi f ports/122055 graphics/ImageMagick PerlMagick tests fail due to t/se o ports/122059 finance/ledgersmb port upgrade o ports/122102 New Port devel/tango - alternate library for the D pro o ports/122104 print/ghostscript-gpl build fails if FreeType bridge o o ports/122113 fail to start games/frozenbubble on 7-STABLE and fix f ports/122122 print/lyx crashes if devel/boost is compiled with thre o ports/122192 New port: shells/heirloom-sh: Portable version of Open o ports/122210 [PATCH] java/bsh: change main category, take maintaine f ports/122220 [PATCH]math/maxima: remove USE_XLIB, fix Tcl/Tk handli o ports/122253 [New port] devel/p5-libalarm: Perl module to allow mul f ports/122333 net/arping - patch to lookup for interface and src ip, o ports/122345 New port: games/blobby - Official continuation of the o ports/122375 New port: games/openjazz - Free re-implementation of t f ports/122390 misc/esniper version update f ports/122402 [PATCH] security/metasploit: Update to 3.1 [SUMMARIZE o ports/122411 Port fix: archivers/ppunpack - Remove quotes for RESTR f ports/122432 [PATCH] net-p2p/limewire: update to 4.16.6 o ports/122457 New port: Next-generation free software blogging platf f ports/122469 [patch] options for devel/viewvc f ports/122471 [patch] port devel/cvs2svn o ports/122488 [maintainer update] Update science/omnetpp to 3.3 o ports/122489 [NEW PORT] x11/terminator: Multiple GNOME terminals in o ports/122525 [PATCH] lang/see[-devel]: add locking for thread-safet f ports/122548 update textproc/libwpd f ports/122557 misc/esniper update request to 2.18.1 o ports/122559 [PATCH]:x11/xcb-proto: update to 1.1 f ports/122564 [PATCH]x11/libxcb: update to 1.1 o ports/122583 [PATCH]print/pdftk: update to 1.41 f ports/122586 Update to sysutils/logrotate o ports/122596 devel/python: Python hangs when importing pygtk o ports/122606 games/eduke32 : new snapshot o ports/122612 New port: www/mod_wsgi Python WSGI adapter module for o ports/122618 upgrade need for graphics/mapserver port o ports/122631 [NEW PORT] net-im/p5-Net-XMPP2: An implementation of t f ports/122669 [UPDATE] sysutils/jfbterm update to 0.5.0 o ports/122692 New port: games/cosmosmash - A clone of the Intellivis o ports/122701 New port: www/mod_wombat "Apache Lua module" o ports/122709 [NEW PORT] net/rubygem-net-netrc: Net::Netrc provides o ports/122732 [Maintainer] x11-toolkits/fltk2: update to r6090 f ports/122735 [patch] Port mail/postfixadmin - incorrect syntax in m o ports/122736 [patch] Update games/scorched3d to 41.3 f ports/122747 Update port: comms/bluegps maintainer email, extra tex f ports/122748 Update port: comms/bluez-firmware email maintainer, ty o ports/122777 [New port] sysutils/mdcp: allows copy from a disk devi f ports/122783 [PATCH] editors/emacs: update to 22.2 o ports/122784 [PATCH] net-im/tkabber-devel: update to 0.10.0.a.20080 o ports/122785 [PATCH] net-im/tkabber-plugins: update to 20080323 f ports/122786 [patch] rcng startup script for net/throttled o ports/122799 ports-mgmt/bpm: patch to fix segfault on index read o ports/122800 [Maintainer Update] games/crafty - bump version o ports/122806 New Port: devel/rubygem-rcov o ports/122810 New port: games/quackle: A scrabble-like word game uti o ports/122824 [new port] add news/husky-htick-devel port o ports/122825 [maintainer-update] databases/postgis: Upgrade to 1.3. o ports/122827 New port: graphics/pencil - A traditional 2D animatio o ports/122834 [maintainer update] dns/opendd: update to 0.7.9 f ports/122849 Update port: security/ocaml-ssl (new version 0.4.2) f ports/122850 Update port: devel/ocaml-camlp5 (install META file) o ports/122855 print/ghostscript-gpl does not save options f ports/122860 databases/phpMyAdmin installs in the wrong dir o ports/122868 [maintainer] mail/dkim-milter update to 2.5.4 o ports/122870 [Maintainer-update] multimedia/qdvdauthor 1.1.0 f ports/122890 Update port: www/ocaml-net (revision, added options) o ports/122891 maintainer update: multimedia/gxine o ports/122892 maintainer update: graphics/xaos f ports/122898 sparc64 )|[patch] net/iscsi-target o ports/122909 [NEW PORT] polish/qnapi o ports/122913 [NEW PORT] java/colt : Java package for scalable scien o ports/122914 Update port: net-im/openfire update to new version - o o ports/122916 update ports/deskutils/chmsee o ports/122919 New port: sysutils/ack - grep-like tool aimed at progr o ports/122929 Port fix: audio/ccaudio - Make it build again f ports/122932 Update Port: lang/munger => 4.148 o ports/122933 maintainer update: math/qtiplot-doc f ports/122939 graphics/jbigkit does not respect CC o ports/122940 mail/p5-Mail-SpamAssassin does not respect CC f ports/122941 security/chkrootkit does not respect CC f ports/122944 www/polipo does not respect CC o ports/122946 Update port: databases/opendbx Update to 1.2.5 (bugfix o ports/122948 [NEW PORT] dns/powerdns-devel: An advanced DNS server o ports/122953 [Update] www/wiliki : update to 0.6 171 problems total. From owner-freebsd-ports@FreeBSD.ORG Mon Apr 21 12:09:27 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E3E51065670; Mon, 21 Apr 2008 12:09:27 +0000 (UTC) (envelope-from conrads@cox.net) Received: from eastrmmtao106.cox.net (eastrmmtao106.cox.net [68.230.240.48]) by mx1.freebsd.org (Postfix) with ESMTP id 11F288FC14; Mon, 21 Apr 2008 12:09:26 +0000 (UTC) (envelope-from conrads@cox.net) Received: from eastrmimpo02.cox.net ([68.1.16.120]) by eastrmmtao106.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20080421120925.WHXD15722.eastrmmtao106.cox.net@eastrmimpo02.cox.net>; Mon, 21 Apr 2008 08:09:25 -0400 Received: from serene.no-ip.org ([72.204.149.54]) by eastrmimpo02.cox.net with bizsmtp id GC9R1Z00G1AflDk02C9Rto; Mon, 21 Apr 2008 08:09:26 -0400 Received: from serene.no-ip.org (conrads@localhost [127.0.0.1]) by serene.no-ip.org (8.14.2/8.14.2) with ESMTP id m3LC9PDp002217; Mon, 21 Apr 2008 07:09:25 -0500 (CDT) (envelope-from conrads@cox.net) Date: Mon, 21 Apr 2008 07:09:25 -0500 From: "Conrad J. Sabatier" To: "Larry Rosenman" Message-ID: <20080421070925.4924ff42@serene.no-ip.org> In-Reply-To: <000001c8a28b$2e2994d0$8a7cbe70$@org> References: <82f916c90804180434l2f87842ar6398ec09d3e45c3c@mail.gmail.com> <20080418124557.GA40620@eos.sc1.parodius.com> <82f916c90804180706k3717ccf3u97b5c401a735d58c@mail.gmail.com> <010b01c8a163$b95133c0$2bf39b40$@org> <20080419202533.766c45f9@serene.no-ip.org> <000001c8a287$07037190$150a54b0$@org> <20080419204547.63d6773a@serene.no-ip.org> <000001c8a28b$2e2994d0$8a7cbe70$@org> X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.9; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, 'Jeremy Chadwick' , 'Kemian Dang' Subject: Re: Upgrading 'lsof-4.79K' to 'lsof-4.79,1' failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Apr 2008 12:09:27 -0000 On Sat, 19 Apr 2008 21:06:40 -0500 "Larry Rosenman" wrote: > Please do let me know. Still no good. Same exact error with a CURRENT built just this morning (Mon, Apr. 21, 7:00 am CDT). I noticed some conditional compilation stuff in one of the files, based on the version of FreeBSD being used. Perhaps we need some more of that? Thanks! > > -----Original Message----- > From: Conrad J. Sabatier [mailto:conrads@cox.net] > Sent: Saturday, April 19, 2008 8:46 PM > To: Larry Rosenman > Cc: 'Kemian Dang'; 'Jeremy Chadwick'; ports@freebsd.org > Subject: Re: Upgrading 'lsof-4.79K' to 'lsof-4.79,1' failed > > On Sat, 19 Apr 2008 20:36:55 -0500 > "Larry Rosenman" wrote: > > > Do you have a Current 8-Current? What is the date of your sources? > > It's a pretty current Current. :-) > > FreeBSD serene.no-ip.org 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Fri Apr 18 > 01:11:50 CDT 2008 root@serene.no-ip.org:/usr/obj/usr/src/sys/CUSTOM > amd64 > > In the process now of upgrading sources again and rebuilding > world/kernel. We'll see what happens. > > The version of lsof I have in ports is 4.79, the final "release" > version (minus any of the versioning suffix letters). > > > -----Original Message----- > > From: Conrad J. Sabatier [mailto:conrads@cox.net] > > Sent: Saturday, April 19, 2008 8:26 PM > > To: Larry Rosenman > > Cc: 'Kemian Dang'; 'Jeremy Chadwick'; ports@freebsd.org > > Subject: Re: Upgrading 'lsof-4.79K' to 'lsof-4.79,1' failed > > > > On Fri, 18 Apr 2008 09:51:36 -0500 > > "Larry Rosenman" wrote: > > > > > You need to upgrade your system sources. The way the developers > > > have implemented some locking changes makes it hard for the lsof > > > configure script to do the right thing. > > > > > > Please upgrade to current RELENG_7, and all should be fine with the > > > 4.79,1 port. > > > > > > Thanks! > > > Larry Rosenman > > > sysutils/lsof maintainer. > > > > The lsof upgrade fails in a slightly different manner under 8-CURRENT: > > > > cc -pipe -Wno-error -fno-strict-aliasing -Wno-error > > -DHASEFFNLINK=i_effnlink -D HASF_VNODE -DHASCPUMASK_T -DHASSBSTATE > > -DHAS_KVM_VNODE -DHAS_UFS1_2 -DHAS_NO_SI_ UDEV -DHAS_SI_PRIV > > -DHAS_SYS_SX_H -DHAS_LOCKF_ENTRY -DFREEBSDV=8000 -DHASFDESCFS=2 > > -DHASPSEUDOFS -DHASNULLFS -DHASIPv6 -DHAS_STRFTIME > > -DLSOF_VSTR=\"8.0-CURRENT\ " -I/usr/src/sys -O2 -c dnode.c > > dnode.c: In function 'process_node': > > dnode.c:760: error: 'struct inode' has no member named 'i_lockf' > > dnode.c:761: error: 'struct inode' has no member named 'i_lockf' > > *** Error code 1 > > > > So...good to go with RELENG_7, but not HEAD? Hmmm. > -- Every man thinks God is on his side. The rich and powerful know he is. -- Jean Anouilh, French dramatist and playwright From owner-freebsd-ports@FreeBSD.ORG Mon Apr 21 13:20:35 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73E11106564A; Mon, 21 Apr 2008 13:20:35 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (thebighonker.lerctr.org [192.147.25.65]) by mx1.freebsd.org (Postfix) with ESMTP id 1C7C88FC20; Mon, 21 Apr 2008 13:20:35 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from 64.3.1.253.ptr.us.xo.net ([64.3.1.253]:18675 helo=LROSENMAN) by thebighonker.lerctr.org with esmtpa (Exim 4.69 (FreeBSD)) (envelope-from ) id 1JnvwW-000Cwn-91; Mon, 21 Apr 2008 08:20:29 -0500 From: "Larry Rosenman" To: "'Conrad J. Sabatier'" References: <82f916c90804180434l2f87842ar6398ec09d3e45c3c@mail.gmail.com> <20080418124557.GA40620@eos.sc1.parodius.com> <82f916c90804180706k3717ccf3u97b5c401a735d58c@mail.gmail.com> <010b01c8a163$b95133c0$2bf39b40$@org> <20080419202533.766c45f9@serene.no-ip.org> <000001c8a287$07037190$150a54b0$@org> <20080419204547.63d6773a@serene.no-ip.org> <000001c8a28b$2e2994d0$8a7cbe70$@org> <20080421070925.4924ff42@serene.no-ip.org> In-Reply-To: <20080421070925.4924ff42@serene.no-ip.org> Date: Mon, 21 Apr 2008 08:20:14 -0500 Message-ID: <000901c8a3b2$750b7350$5f2259f0$@org> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcijqJKi56WX+w1pQ/eb2r7UZx30igACdBrw Content-Language: en-us X-Spam-Score: -2.5 (--) X-LERCTR-Spam-Score: -2.5 (--) X-Spam-Report: SpamScore (-2.5/5.0) ALL_TRUSTED=-1.8, BAYES_00=-2.599, TVD_RCVD_IP=1.931 X-LERCTR-Spam-Report: SpamScore (-2.5/5.0) ALL_TRUSTED=-1.8, BAYES_00=-2.599, TVD_RCVD_IP=1.931 DomainKey-Status: no signature Cc: ports@freebsd.org, 'Jeremy Chadwick' , 'Kemian Dang' Subject: RE: Upgrading 'lsof-4.79K' to 'lsof-4.79,1' failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Apr 2008 13:20:35 -0000 I've sent a note to Vic Abell (lsof author) about this. Thanks for the report. -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 512-248-2683 E-Mail: ler@lerctr.org US Mail: 430 Valona Loop, Round Rock, TX 78681-3893 -----Original Message----- From: Conrad J. Sabatier [mailto:conrads@cox.net] Sent: Monday, April 21, 2008 7:09 AM To: Larry Rosenman Cc: 'Kemian Dang'; 'Jeremy Chadwick'; ports@freebsd.org Subject: Re: Upgrading 'lsof-4.79K' to 'lsof-4.79,1' failed On Sat, 19 Apr 2008 21:06:40 -0500 "Larry Rosenman" wrote: > Please do let me know. Still no good. Same exact error with a CURRENT built just this morning (Mon, Apr. 21, 7:00 am CDT). I noticed some conditional compilation stuff in one of the files, based on the version of FreeBSD being used. Perhaps we need some more of that? Thanks! > > -----Original Message----- > From: Conrad J. Sabatier [mailto:conrads@cox.net] > Sent: Saturday, April 19, 2008 8:46 PM > To: Larry Rosenman > Cc: 'Kemian Dang'; 'Jeremy Chadwick'; ports@freebsd.org > Subject: Re: Upgrading 'lsof-4.79K' to 'lsof-4.79,1' failed > > On Sat, 19 Apr 2008 20:36:55 -0500 > "Larry Rosenman" wrote: > > > Do you have a Current 8-Current? What is the date of your sources? > > It's a pretty current Current. :-) > > FreeBSD serene.no-ip.org 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Fri Apr 18 > 01:11:50 CDT 2008 root@serene.no-ip.org:/usr/obj/usr/src/sys/CUSTOM > amd64 > > In the process now of upgrading sources again and rebuilding > world/kernel. We'll see what happens. > > The version of lsof I have in ports is 4.79, the final "release" > version (minus any of the versioning suffix letters). > > > -----Original Message----- > > From: Conrad J. Sabatier [mailto:conrads@cox.net] > > Sent: Saturday, April 19, 2008 8:26 PM > > To: Larry Rosenman > > Cc: 'Kemian Dang'; 'Jeremy Chadwick'; ports@freebsd.org > > Subject: Re: Upgrading 'lsof-4.79K' to 'lsof-4.79,1' failed > > > > On Fri, 18 Apr 2008 09:51:36 -0500 > > "Larry Rosenman" wrote: > > > > > You need to upgrade your system sources. The way the developers > > > have implemented some locking changes makes it hard for the lsof > > > configure script to do the right thing. > > > > > > Please upgrade to current RELENG_7, and all should be fine with the > > > 4.79,1 port. > > > > > > Thanks! > > > Larry Rosenman > > > sysutils/lsof maintainer. > > > > The lsof upgrade fails in a slightly different manner under 8-CURRENT: > > > > cc -pipe -Wno-error -fno-strict-aliasing -Wno-error > > -DHASEFFNLINK=i_effnlink -D HASF_VNODE -DHASCPUMASK_T -DHASSBSTATE > > -DHAS_KVM_VNODE -DHAS_UFS1_2 -DHAS_NO_SI_ UDEV -DHAS_SI_PRIV > > -DHAS_SYS_SX_H -DHAS_LOCKF_ENTRY -DFREEBSDV=8000 -DHASFDESCFS=2 > > -DHASPSEUDOFS -DHASNULLFS -DHASIPv6 -DHAS_STRFTIME > > -DLSOF_VSTR=\"8.0-CURRENT\ " -I/usr/src/sys -O2 -c dnode.c > > dnode.c: In function 'process_node': > > dnode.c:760: error: 'struct inode' has no member named 'i_lockf' > > dnode.c:761: error: 'struct inode' has no member named 'i_lockf' > > *** Error code 1 > > > > So...good to go with RELENG_7, but not HEAD? Hmmm. > -- Every man thinks God is on his side. The rich and powerful know he is. -- Jean Anouilh, French dramatist and playwright From owner-freebsd-ports@FreeBSD.ORG Mon Apr 21 15:26:23 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11BA31065675 for ; Mon, 21 Apr 2008 15:26:23 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id C43848FC17 for ; Mon, 21 Apr 2008 15:26:22 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A57D3F.dip.t-dialin.net [84.165.125.63]) by redbull.bpaserver.net (Postfix) with ESMTP id E96412E0C2; Mon, 21 Apr 2008 17:08:22 +0200 (CEST) Received: from webmail.leidinger.net (webmail.leidinger.net [192.168.1.102]) by outgoing.leidinger.net (Postfix) with ESMTP id D43856EA65; Mon, 21 Apr 2008 17:08:18 +0200 (CEST) Received: (from www@localhost) by webmail.leidinger.net (8.14.2/8.13.8/Submit) id m3LF8HNe007868; Mon, 21 Apr 2008 17:08:17 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde Framework) with HTTP; Mon, 21 Apr 2008 17:08:16 +0200 Message-ID: <20080421170816.22123t7s4wh2nkkk@webmail.leidinger.net> X-Priority: 3 (Normal) Date: Mon, 21 Apr 2008 17:08:16 +0200 From: Alexander Leidinger To: mi@aldan.algebra.com MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.2-RC2) / FreeBSD-8.0 X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, ORDB-RBL, SpamAssassin (not cached, score=-13.9, required 6, BAYES_00 -15.00, MONOTONE_WORDS_15_2 1.00, RDNS_DYNAMIC 0.10) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: ports@FreeBSD.org Subject: Recent ImageMagick change breaks some configure scripts X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Apr 2008 15:26:23 -0000 Hi, the move of the place where the include directories are put breaks some configure scripts. Namely those which only have the possibility to specify the install prefix of the ImageMagick port. Those scripts will take install_location/include and install_location/lib automatically. This change now requires changes to such ports. As I'm in the process of porting some software which depends upon ImageMagick, I downgraded for the moment to the previous version of ImageMagick to be able to work further on porting the software. Please check if this change is really needed, as it's more easy to change the ImageMagick port than to fix each port which depends upon ImageMagick. Thanks, Alexander. -- NANCY!! Why is everything RED?! http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-freebsd-ports@FreeBSD.ORG Mon Apr 21 15:33:11 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB8A1106564A for ; Mon, 21 Apr 2008 15:33:11 +0000 (UTC) (envelope-from valerio.daelli@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.30]) by mx1.freebsd.org (Postfix) with ESMTP id 8EF3F8FC2B for ; Mon, 21 Apr 2008 15:33:11 +0000 (UTC) (envelope-from valerio.daelli@gmail.com) Received: by yw-out-2324.google.com with SMTP id 2so935194ywt.13 for ; Mon, 21 Apr 2008 08:32:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=tQlSEIN5pgriDSnD4NRYUElJCZy6pR0H7+zhwNAMxb0=; b=NlgcCZ1TraLiJL/6uwM6F/buNNtIKJQluibGCLZNtALvvw6v5n46/uFyt6c/05mx3smxvIxMQ8HNpnPnMF46YimVerjgAOGTCWPK6usBUZC3Zt28TMaVIIVXvfPlWqZjbncg5teaCr3Qkblg1dFsSfVNY5DDh6iKNWCOmdkNWV0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=XC7DDtuybKRrHiULRb9KZKt9Ca/QZ6huVI8DLTiqshBh7dk2+2A4w6OTGDNn1WgrbCiMnk+yb9Hc9GxTOT3CSJOkVM4mp4i3/Lgr8W8AZaCYkWi20DBlBeEpPu3cZe/Fo2T5nc8oGBuvNzWwsMedqa0BtwkZ/vIdT8T8z8DMzJA= Received: by 10.142.107.1 with SMTP id f1mr1735074wfc.10.1208790331063; Mon, 21 Apr 2008 08:05:31 -0700 (PDT) Received: by 10.143.123.2 with HTTP; Mon, 21 Apr 2008 08:05:31 -0700 (PDT) Message-ID: <27dbfc8c0804210805g3564f9a6mbb22380079f0f23c@mail.gmail.com> Date: Mon, 21 Apr 2008 17:05:31 +0200 From: "Valerio Daelli" To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Request to commit a patch: ports/110969 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Apr 2008 15:33:11 -0000 Hi last week someone posted a followup about net-snmp 5.4: he had a problem with an OID. I posted a patch on the same PR (ports/110969) and the person told me it fixed his problem. Could someone please commit this patch? (Even if the PR is closed). Thanks Valerio Daelli From owner-freebsd-ports@FreeBSD.ORG Mon Apr 21 16:52:15 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73614106564A for ; Mon, 21 Apr 2008 16:52:15 +0000 (UTC) (envelope-from mailnull@mips.inka.de) Received: from mail-in-12.arcor-online.net (mail-in-12.arcor-online.net [151.189.21.52]) by mx1.freebsd.org (Postfix) with ESMTP id 11C178FC0A for ; Mon, 21 Apr 2008 16:52:15 +0000 (UTC) (envelope-from mailnull@mips.inka.de) Received: from mail-in-04-z2.arcor-online.net (mail-in-04-z2.arcor-online.net [151.189.8.16]) by mail-in-12.arcor-online.net (Postfix) with ESMTP id 90A864C559 for ; Mon, 21 Apr 2008 17:38:19 +0200 (CEST) Received: from mail-in-12.arcor-online.net (mail-in-12.arcor-online.net [151.189.21.52]) by mail-in-04-z2.arcor-online.net (Postfix) with ESMTP id 5EFCDACF0B for ; Mon, 21 Apr 2008 17:38:19 +0200 (CEST) Received: from kemoauc.mips.inka.de (dslb-088-066-037-149.pools.arcor-ip.net [88.66.37.149]) by mail-in-12.arcor-online.net (Postfix) with ESMTP id ED0C7944A5 for ; Mon, 21 Apr 2008 17:38:13 +0200 (CEST) Received: from kemoauc.mips.inka.de (localhost [127.0.0.1]) by kemoauc.mips.inka.de (8.13.8/8.13.8) with ESMTP id m3LFcDNJ053776 for ; Mon, 21 Apr 2008 17:38:13 +0200 (CEST) (envelope-from mailnull@kemoauc.mips.inka.de) Received: (from mailnull@localhost) by kemoauc.mips.inka.de (8.13.8/8.13.8/Submit) id m3LFcDHV053775 for freebsd-ports@freebsd.org; Mon, 21 Apr 2008 17:38:13 +0200 (CEST) (envelope-from mailnull) From: naddy@mips.inka.de (Christian Weisgerber) Date: Mon, 21 Apr 2008 15:38:12 +0000 (UTC) Message-ID: References: <20080416110744.GA69178@zinovik.kspu.karelia.ru> <20080418045108.GE3158@k7.mavetju> Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-ports@freebsd.org X-Virus-Scanned: ClamAV 0.92.1/6864/Mon Apr 21 16:38:08 2008 on mail-in-12.arcor-online.net X-Virus-Status: Clean Subject: Re: OpenBSD's isakmpd port maintainership X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2008 16:52:15 -0000 Edwin Groothuis wrote: > > Seems that isakmpd (security/isakmpd) is outdated. I'm currently using > > it in my production environment. I would like to know does somebody > > working on bring isakmpd back sync'ed with current OpenBSD code base. > > Send patches, and poke me on #bsdports on Efnet. > I'm very interested in them. This would also open the door for porting ipsecctl(8). Hmmm. -- Christian "naddy" Weisgerber naddy@mips.inka.de From owner-freebsd-ports@FreeBSD.ORG Mon Apr 21 17:33:52 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F06601065671 for ; Mon, 21 Apr 2008 17:33:52 +0000 (UTC) (envelope-from mi@bonkers.video-collage.com) Received: from bonkers.video-collage.com (static-151-204-231-237.bos.east.verizon.net [151.204.231.237]) by mx1.freebsd.org (Postfix) with ESMTP id 9D97E8FC29 for ; Mon, 21 Apr 2008 17:33:52 +0000 (UTC) (envelope-from mi@bonkers.video-collage.com) Received: from bonkers.video-collage.com (localhost [127.0.0.1]) by bonkers.video-collage.com (8.14.2/8.14.2) with ESMTP id m3LH0d0B037297; Mon, 21 Apr 2008 13:00:39 -0400 (EDT) (envelope-from mi@bonkers.video-collage.com) Received: (from mi@localhost) by bonkers.video-collage.com (8.14.2/8.14.2/Submit) id m3LH0dOC037296; Mon, 21 Apr 2008 13:00:39 -0400 (EDT) (envelope-from mi) From: Mikhail Teterin Message-Id: <200804211700.m3LH0dOC037296@bonkers.video-collage.com> In-Reply-To: <20080421170816.22123t7s4wh2nkkk@webmail.leidinger.net> To: Alexander Leidinger Date: Mon, 21 Apr 2008 13:00:39 -0400 (EDT) X-Mailer: ELM [version 2.4ME+ PL124 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="US-ASCII" X-Virus-Scanned: ClamAV 0.88.7/6864/Mon Apr 21 10:38:08 2008 on bonkers.video-collage.com X-Virus-Status: Clean Cc: ports@FreeBSD.org Subject: Re: Recent ImageMagick change breaks some configure scripts X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Apr 2008 17:33:53 -0000 > the move of the place where the include directories are put breaks > some configure scripts. Namely those which only have the possibility > to specify the install prefix of the ImageMagick port. Those scripts > will take install_location/include and install_location/lib > automatically. This change now requires changes to such ports. > As I'm in the process of porting some software which depends upon > ImageMagick, I downgraded for the moment to the previous version of > ImageMagick to be able to work further on porting the software. Please > check if this change is really needed, as it's more easy to change the > ImageMagick port than to fix each port which depends upon ImageMagick. Not easily -- the ImageMagick developers want it this way now, and continuing to patch it for the old way will be difficult. It will also make it harder to use GraphicsMagick (which I recommend strongly) in ImageMagick's stead. The simple fact of the matter is, unfortunately, that ImageMagick crew simply DO NOT CARE for the backward compatibility issues. They change the APIs routinely and even arguments for their command-line utilities change from version to version without much regard... GraphicsMagick split away for this reasons. Yours, -mi From owner-freebsd-ports@FreeBSD.ORG Mon Apr 21 18:17:13 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16B931065670 for ; Mon, 21 Apr 2008 18:17:13 +0000 (UTC) (envelope-from xbqiao@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.29]) by mx1.freebsd.org (Postfix) with ESMTP id BC5BC8FC25 for ; Mon, 21 Apr 2008 18:17:12 +0000 (UTC) (envelope-from xbqiao@gmail.com) Received: by yw-out-2324.google.com with SMTP id 2so963983ywt.13 for ; Mon, 21 Apr 2008 11:17:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=plQ/eBs0JGt+/wvrcCJvQq/ggdQwUW9kLIGIwk/ROGA=; b=N1UtQibrEvD7xE0GHH7A0safqf3LceCjKAbtL/xT7/keb9BitC0ZtsdQjnj8CTo5eWU06X6FhWC5KrZGBe1mIhhqvZsnhEsg7evOsR5MOYOeFMO6jm6LQm53dSuoz1MHoIFFvyYKDy72rbouMifBXW+Z8/40e+1aTYGiqFLMIbk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=HKHK/odXefSucL/ohlwVx+Wn7DIN3N6VQ0G3ehwZcPxd1gtN3/3n3QV7Q6qjjSAvB2MLKjcHph9+6A0D7AdRYtvT/yqaxg+JwBZQn9b/xVMwHWNVBvifUPnWBxLp9TvC/67CK2xQlayZ6gKT0tr2qMMCkheI+I2aSnpGSQ+95fE= Received: by 10.142.68.9 with SMTP id q9mr1784294wfa.270.1208800202647; Mon, 21 Apr 2008 10:50:02 -0700 (PDT) Received: by 10.142.155.19 with HTTP; Mon, 21 Apr 2008 10:50:02 -0700 (PDT) Message-ID: Date: Tue, 22 Apr 2008 01:50:02 +0800 From: "Xuebin Qiao" To: ports@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: cmucl and sbcl keep crashing on FreeBSD 7.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2008 18:17:13 -0000 To whom may concern: I check port tree and know that this address is maintainer mailbox for sbcl port. I've sent similar mail to cmucl maintainer but had no reply yet. I've upgrade to freebsd 7.0 release for quite some times. However, I could not run cmucl and sbcl binary from port package. And the attempts to build from port tree were also failed. Prebuilt sbcl/cmucl core kept crashing every time when building port sources. And clisp compiler complained lots of undefined function names when building sbcl source. Weird, I saw freebsd site still provide binary port packages for cmucl and sbcl both under 7.0-release and 7-stable directories. And there are also many fb7.0 precompiled binaries at cmucl offical site for download. But none of them work for my fb7.0. Do I miss something? Could u give me some inputs about how to fix it? best regards qxb below is stack info shown in gdb when cmucl crashed: --------------------------------------------- Program terminated with signal 11, Segmentation fault. #0 0x67ffffff in ?? () (gdb) bt #0 0x67ffffff in ?? () #1 0x61790e5b in ?? () #2 0x48000000 in ?? () #3 0x20000000 in ?? () #4 0x00000007 in ?? () #5 0x00001012 in ?? () #6 0xffffffff in ?? () #7 0x00000000 in ?? () #8 0x00000000 in ?? () #9 0x61713000 in ?? () #10 0x00000170 in ?? () #11 0xbfbfe748 in ?? () #12 0x0ffff000 in ?? () #13 0x48000000 in ?? () #14 0x20000000 in ?? () #15 0x0805cef2 in ?? () #16 0xbfbfe738 in ?? () #17 0x080544ca in os_validate (addr=0x48000000, len=536870912) at ../../src/lisp/FreeBSD-os.c:129 Previous frame identical to this frame (corrupt stack?) -------------------------------------------- -- ... there have been two really clean, consistent models of programming so far: the C model and the Lisp model. These two seem points of high ground, with swampy lowlands between them. --Paul Graham From owner-freebsd-ports@FreeBSD.ORG Mon Apr 21 19:21:38 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7E771065670; Mon, 21 Apr 2008 19:21:38 +0000 (UTC) (envelope-from infofarmer@FreeBSD.org) Received: from heka.cenkes.org (heka.cenkes.org [208.79.80.110]) by mx1.freebsd.org (Postfix) with ESMTP id C4F508FC26; Mon, 21 Apr 2008 19:21:38 +0000 (UTC) (envelope-from infofarmer@FreeBSD.org) Received: from amilo.cenkes.org (ppp85-140-148-9.pppoe.mtu-net.ru [85.140.148.9]) (Authenticated sender: sat) by heka.cenkes.org (Postfix) with ESMTPSA id C388E242F856; Mon, 21 Apr 2008 23:05:44 +0400 (MSD) Date: Mon, 21 Apr 2008 23:05:42 +0400 From: Andrew Pantyukhin To: Brooks Davis Message-ID: <20080421190501.GG88801@amilo.cenkes.org> References: <200804151709.03452.mi+mill@aldan.algebra.com> <200804152151.07444.mi+mill@aldan.algebra.com> <20080416022153.GA56554@lor.one-eyed-alien.net> <200804152235.35820.mi+mill@aldan.algebra.com> <20080416030753.GA56826@lor.one-eyed-alien.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080416030753.GA56826@lor.one-eyed-alien.net> X-OS: FreeBSD 8.0-CURRENT amd64 User-Agent: Mutt/1.5.17 (2007-11-01) Cc: ports@freebsd.org, Mikhail Teterin Subject: Re: lzma (Re: HEADS UP: upgrading ImageMagick to 6.4.0-6) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: infofarmer@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2008 19:21:39 -0000 On Tue, Apr 15, 2008 at 10:07:54PM -0500, Brooks Davis wrote: > On Tue, Apr 15, 2008 at 10:35:30PM -0400, Mikhail Teterin wrote: > > ???????? 15 ??????? 2008 10:21 ??, Brooks Davis ?? ????????: > > > Sadly, the author's licensing terms will limit the adoption of lzma. > > > The BSD license is well established as the most restrictive acceptable > > > license for successful, widely adopted compression schemes. > > I wouldn't necessicairly be opposed to seeing support for tar.lzma files > in bsd.port.mk, but I don't think lzma has a signficant future if the > licensing policy remains as is (i.e. complex and not clearly defined in > the source files). == qouth lzma.txt == SPECIAL EXCEPTION #3: Igor Pavlov, as the author of this code, expressly permits you to use code of the following files: BranchTypes.h, LzmaTypes.h, LzmaTest.c, LzmaStateTest.c, LzmaAlone.cpp, LzmaAlone.cs, LzmaAlone.java as public domain code. ==================== Without a more careful look, it sounds like enough to integrate lzma in libarchive. From owner-freebsd-ports@FreeBSD.ORG Mon Apr 21 19:42:16 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A88B106566C; Mon, 21 Apr 2008 19:42:16 +0000 (UTC) (envelope-from brooks@lor.one-eyed-alien.net) Received: from lor.one-eyed-alien.net (cl-162.ewr-01.us.sixxs.net [IPv6:2001:4830:1200:a1::2]) by mx1.freebsd.org (Postfix) with ESMTP id 89A558FC29; Mon, 21 Apr 2008 19:42:15 +0000 (UTC) (envelope-from brooks@lor.one-eyed-alien.net) Received: from lor.one-eyed-alien.net (localhost [127.0.0.1]) by lor.one-eyed-alien.net (8.14.2/8.14.2) with ESMTP id m3LJgOWt021312; Mon, 21 Apr 2008 14:42:24 -0500 (CDT) (envelope-from brooks@lor.one-eyed-alien.net) Received: (from brooks@localhost) by lor.one-eyed-alien.net (8.14.2/8.14.2/Submit) id m3LJgOJW021311; Mon, 21 Apr 2008 14:42:24 -0500 (CDT) (envelope-from brooks) Date: Mon, 21 Apr 2008 14:42:24 -0500 From: Brooks Davis To: Andrew Pantyukhin Message-ID: <20080421194224.GA21205@lor.one-eyed-alien.net> References: <200804151709.03452.mi+mill@aldan.algebra.com> <200804152151.07444.mi+mill@aldan.algebra.com> <20080416022153.GA56554@lor.one-eyed-alien.net> <200804152235.35820.mi+mill@aldan.algebra.com> <20080416030753.GA56826@lor.one-eyed-alien.net> <20080421190501.GG88801@amilo.cenkes.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tThc/1wpZn/ma/RB" Content-Disposition: inline In-Reply-To: <20080421190501.GG88801@amilo.cenkes.org> User-Agent: Mutt/1.5.17 (2007-11-01) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (lor.one-eyed-alien.net [127.0.0.1]); Mon, 21 Apr 2008 14:42:24 -0500 (CDT) Cc: ports@FreeBSD.org, Mikhail Teterin , Brooks Davis Subject: Re: lzma (Re: HEADS UP: upgrading ImageMagick to 6.4.0-6) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2008 19:42:16 -0000 --tThc/1wpZn/ma/RB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Apr 21, 2008 at 11:05:42PM +0400, Andrew Pantyukhin wrote: > On Tue, Apr 15, 2008 at 10:07:54PM -0500, Brooks Davis wrote: > > On Tue, Apr 15, 2008 at 10:35:30PM -0400, Mikhail Teterin wrote: > > > ???????? 15 ??????? 2008 10:21 ??, Brooks Davis ?? ????????: > > > > Sadly, the author's licensing terms will limit the adoption of lzma. > > > > The BSD license is well established as the most restrictive accepta= ble > > > > license for successful, widely adopted compression schemes. > >=20 > > I wouldn't necessicairly be opposed to seeing support for tar.lzma files > > in bsd.port.mk, but I don't think lzma has a signficant future if the > > licensing policy remains as is (i.e. complex and not clearly defined in > > the source files). >=20 > =3D=3D qouth lzma.txt =3D=3D > SPECIAL EXCEPTION #3: Igor Pavlov, as the author of this code, > expressly permits > =20 > you to use code of the following files:=20 > BranchTypes.h, LzmaTypes.h, LzmaTest.c, LzmaStateTest.c, > LzmaAlone.cpp,=20 > LzmaAlone.cs, LzmaAlone.java > as public domain code.=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > Without a more careful look, it sounds like enough to integrate > lzma in libarchive. That's well hidden (DOC/lzam.txt in the tarball). Someone should produce some sort of lzma-lite distribution that only does the basics. Then this could be a practical option. -- Brooks --tThc/1wpZn/ma/RB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iD8DBQFIDO4fXY6L6fI4GtQRAgi2AJ9Dh80wh5eHJEwMqvtXPI89ACfvHQCfW7Vl qP6KQf2mWakKhs/1qCNwjIk= =5RNo -----END PGP SIGNATURE----- --tThc/1wpZn/ma/RB-- From owner-freebsd-ports@FreeBSD.ORG Mon Apr 21 22:05:43 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A5076106566C; Mon, 21 Apr 2008 22:05:43 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.delphij.net (delphij-pt.tunnel.tserv2.fmt.ipv6.he.net [IPv6:2001:470:1f03:2c9::2]) by mx1.freebsd.org (Postfix) with ESMTP id 287F18FC1E; Mon, 21 Apr 2008 22:05:43 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [202.108.54.204]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tarsier.delphij.net (Postfix) with ESMTPS id 4D88C28448; Tue, 22 Apr 2008 06:05:42 +0800 (CST) Received: from localhost (tarsier.geekcn.org [202.108.54.204]) by tarsier.geekcn.org (Postfix) with ESMTP id E867FEB47FC; Tue, 22 Apr 2008 06:05:41 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([202.108.54.204]) by localhost (mail.geekcn.org [202.108.54.204]) (amavisd-new, port 10024) with ESMTP id 9chw+VHPPT3b; Tue, 22 Apr 2008 06:05:36 +0800 (CST) Received: from charlie.delphij.net (71.5.7.139.ptr.us.xo.net [71.5.7.139]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTPSA id 358C5EB4606; Tue, 22 Apr 2008 06:05:35 +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; b=XCpy25fGFK/ZhRno1T9O4WRpsehiCunvXaemQJ+KkVpoFTmRAGJ9oUetO8hq7aDtG fdAaCihHB0UCgXSXTZieA== Message-ID: <480D0FAD.2050309@delphij.net> Date: Mon, 21 Apr 2008 15:05:33 -0700 From: Xin LI Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.12 (X11/20080421) MIME-Version: 1.0 To: cokane@FreeBSD.org References: <47CDD627.2020808@cokane.org> <20080305044953.GA14420@mail.irbisnet.ru> <47CFE32C.30100@FreeBSD.org> In-Reply-To: <47CFE32C.30100@FreeBSD.org> X-Enigmail-Version: 0.95.6 OpenPGP: id=18EDEBA0; url=http://www.delphij.net/delphij.asc Content-Type: multipart/mixed; boundary="------------060304030306040802000900" Cc: Marcin Cieslak , freebsd-ports@freebsd.org Subject: Re: Thunderbird, enigmail, and GCC 3.4 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, 21 Apr 2008 22:05:43 -0000 This is a multi-part message in MIME format. --------------060304030306040802000900 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Coleman, Finally I caught the issue for thunderbird. It was due to the difference between our floating point handling and Linux's counterpart. ~ The patch attached would fix the problem at thunderbird part. Unfortunately enigmail plugin compiled with gcc 4.x as shipped with FreeBSD 7.0+ would still crash with Signal 11, but with gcc 3.4 it would work fine. I have not yet figured out why this would happen... Cheers, - -- Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.8 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEUEARECAAYFAkgND6wACgkQi+vbBBjt66D0awCY4lzwwwmAaOLuoGEVo9OEHI8u ZwCfUi2KfOWUR3GFFCSiba6g5YK/sjg= =wLNg -----END PGP SIGNATURE----- --------------060304030306040802000900 Content-Type: text/plain; name="thunderbird.diff" Content-Transfer-Encoding: base64 Content-Disposition: inline; filename="thunderbird.diff" SW5kZXg6IE1ha2VmaWxlCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KUkNTIGZpbGU6IC9ob21lL25jdnMvcG9y dHMvbWFpbC90aHVuZGVyYmlyZC9NYWtlZmlsZSx2CnJldHJpZXZpbmcgcmV2aXNpb24gMS45 MApkaWZmIC11IC1wIC1yMS45MCBNYWtlZmlsZQotLS0gTWFrZWZpbGUJMTkgQXByIDIwMDgg MTc6NTE6NDYgLTAwMDAJMS45MAorKysgTWFrZWZpbGUJMjEgQXByIDIwMDggMjE6NTg6MTgg LTAwMDAKQEAgLTgsNyArOCw3IEBACiAKIFBPUlROQU1FPQl0aHVuZGVyYmlyZAogRElTVFZF UlNJT049CTIuMC4wLjEyCi1QT1JUUkVWSVNJT049CTIKK1BPUlRSRVZJU0lPTj0JMwogQ0FU RUdPUklFUz0JbWFpbCBpcHY2CiBNQVNURVJfU0lURVM9CSR7TUFTVEVSX1NJVEVfTU9aSUxM QV9FWFRFTkRFRH0KIE1BU1RFUl9TSVRFX1NVQkRJUj0JdGh1bmRlcmJpcmQvcmVsZWFzZXMv JHtESVNUVkVSU0lPTn0vc291cmNlCkluZGV4OiBmaWxlcy9wYXRjaC1Eb3VibGUuY3BwCj09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT0KUkNTIGZpbGU6IC9ob21lL25jdnMvcG9ydHMvbWFpbC90aHVuZGVyYmly ZC9maWxlcy9wYXRjaC1Eb3VibGUuY3BwLHYKcmV0cmlldmluZyByZXZpc2lvbiAxLjIKZGlm ZiAtdSAtcCAtcjEuMiBwYXRjaC1Eb3VibGUuY3BwCi0tLSBmaWxlcy9wYXRjaC1Eb3VibGUu Y3BwCTE2IE5vdiAyMDAzIDE4OjU1OjMzIC0wMDAwCTEuMgorKysgZmlsZXMvcGF0Y2gtRG91 YmxlLmNwcAkyMSBBcHIgMjAwOCAyMTowNTowNiAtMDAwMApAQCAtMSwyMCArMSwyMCBAQAot LS0tIGV4dGVuc2lvbnMvdHJhbnNmb3JtaWl4L3NvdXJjZS9iYXNlL0RvdWJsZS5jcHAub3Jp ZwlUaHUgSmFuIDMwIDA5OjI2OjQ2IDIwMDMKLSsrKyBleHRlbnNpb25zL3RyYW5zZm9ybWlp eC9zb3VyY2UvYmFzZS9Eb3VibGUuY3BwCVN1biBOb3YgMTYgMDE6NDY6NDIgMjAwMwotQEAg LTUxLDEwICs1MSwxMCBAQAorLS0tIGV4dGVuc2lvbnMvdHJhbnNmb3JtaWl4L3NvdXJjZS9i YXNlL0RvdWJsZS5jcHAub3JpZwkyMDA2LTA2LTIyIDEyOjEzOjAwLjAwMDAwMDAwMCAtMDcw MAorKysrIGV4dGVuc2lvbnMvdHJhbnNmb3JtaWl4L3NvdXJjZS9iYXNlL0RvdWJsZS5jcHAJ MjAwOC0wNC0yMSAxNDowNDozNy41NDA1NzA0NDggLTA3MDAKK0BAIC01MiwxMCArNTIsMTAg QEAKICAvL0EgdHJpY2sgdG8gaGFuZGxlIElFRUUgZmxvYXRpbmcgcG9pbnQgZXhjZXB0aW9u cyBvbiBGcmVlQlNEIC0gRS5ELgogICNpZmRlZiBfX0ZyZWVCU0RfXwogICNpbmNsdWRlIDxp ZWVlZnAuaD4KIC0jaWZkZWYgX19hbHBoYV9fCiAtZnBfZXhjZXB0X3QgYWxsbWFzayA9IEZQ X1hfSU5WfEZQX1hfT0ZMfEZQX1hfVUZMfEZQX1hfRFp8RlBfWF9JTVA7CiAtI2Vsc2UKLSsj aWYgZGVmaW5lZChfX2kzODZfXykKKysjaWYgZGVmaW5lZChfX2kzODZfXykgfHwgZGVmaW5l ZChfX2FtZDY0X18pCiAgZnBfZXhjZXB0X3QgYWxsbWFzayA9IEZQX1hfSU5WfEZQX1hfT0ZM fEZQX1hfVUZMfEZQX1hfRFp8RlBfWF9JTVB8RlBfWF9ETk1MOwogKyNlbHNlCiArZnBfZXhj ZXB0X3QgYWxsbWFzayA9IEZQX1hfSU5WfEZQX1hfT0ZMfEZQX1hfVUZMfEZQX1hfRFp8RlBf WF9JTVA7CiAgI2VuZGlmCiAgZnBfZXhjZXB0X3Qgb2xkbWFzayA9IGZwc2V0bWFzayh+YWxs bWFzayk7CiAgI2VuZGlmCi1AQCAtNzUsMjIgKzc1LDMxIEBACitAQCAtMTE1LDIyICsxMTUs MzEgQEAKICAjZGVmaW5lIFRYX0RPVUJMRV9ISTMyX0VYUE1BU0sgICAweDdmZjAwMDAwCiAg I2RlZmluZSBUWF9ET1VCTEVfSEkzMl9NQU5UTUFTSyAgMHgwMDBmZmZmZgogIAo= --------------060304030306040802000900-- From owner-freebsd-ports@FreeBSD.ORG Tue Apr 22 00:08:57 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B20A7106564A for ; Tue, 22 Apr 2008 00:08:57 +0000 (UTC) (envelope-from rburgan@up.net) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178]) by mx1.freebsd.org (Postfix) with ESMTP id 84CE58FC0A for ; Tue, 22 Apr 2008 00:08:57 +0000 (UTC) (envelope-from rburgan@up.net) Received: by py-out-1112.google.com with SMTP id u52so3043747pyb.10 for ; Mon, 21 Apr 2008 17:08:57 -0700 (PDT) Received: by 10.35.63.5 with SMTP id q5mr11730189pyk.38.1208821271124; Mon, 21 Apr 2008 16:41:11 -0700 (PDT) Received: from ?208.33.225.29? ( [208.33.225.29]) by mx.google.com with ESMTPS id f78sm13074356pyh.18.2008.04.21.16.41.08 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 21 Apr 2008 16:41:10 -0700 (PDT) Message-ID: <480D2613.3040702@up.net> Date: Mon, 21 Apr 2008 19:41:07 -0400 From: Roland Burgan User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: ports@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: FreeBSD Port: comms/acfax X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Apr 2008 00:08:57 -0000 What is considered the best Satellite Tracking program & predictor, in real time, for Ubuntu? Thanks, Roland, KB8XI rburgan@up.net From owner-freebsd-ports@FreeBSD.ORG Tue Apr 22 01:08:07 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4708B1065670 for ; Tue, 22 Apr 2008 01:08:07 +0000 (UTC) (envelope-from db@db.net) Received: from diana.db.net (diana.db.net [204.228.229.66]) by mx1.freebsd.org (Postfix) with ESMTP id 373F88FC15 for ; Tue, 22 Apr 2008 01:08:07 +0000 (UTC) (envelope-from db@db.net) Received: from diana.db.net ([204.228.229.66] helo=localhost ident=mailnull) by diana.db.net with esmtp (Exim 4.66 (FreeBSD)) (envelope-from ) id 1Jo6K4-000BFx-Tq; Mon, 21 Apr 2008 18:25:25 -0600 Received: from diana.db.net ([127.0.0.1] helo=localhost) (envelope-from ) id 1Jo6K3-000GbF-Vz; Mon, 21 Apr 2008 20:25:24 -0400 Date: Mon, 21 Apr 2008 20:25:23 -0400 From: Diane Bruce To: Roland Burgan Message-ID: <20080422002523.GA63042@night.db.net> References: <480D2613.3040702@up.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <480D2613.3040702@up.net> User-Agent: Mutt/1.4.2.3i Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: comms/acfax X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Apr 2008 01:08:07 -0000 On Mon, Apr 21, 2008 at 07:41:07PM -0400, Roland Burgan wrote: > What is considered the best Satellite Tracking program & predictor, in > real time, for Ubuntu? Why not run http://www.pcbsd.org instead and just install the PBI for gpredict or predict? It is a lot easier. - 73 Diane VA3DB (amsat coordinator) -- - db@FreeBSD.org db@db.net http://www.db.net/~db From owner-freebsd-ports@FreeBSD.ORG Tue Apr 22 01:58:16 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6D5C106566B; Tue, 22 Apr 2008 01:58:16 +0000 (UTC) (envelope-from chris@chrismaness.com) Received: from nlpi101.prodigy.net (nlpi101.prodigy.net [207.115.36.117]) by mx1.freebsd.org (Postfix) with ESMTP id 88D2C8FC2A; Tue, 22 Apr 2008 01:58:16 +0000 (UTC) (envelope-from chris@chrismaness.com) X-ORBL: [76.238.148.150] Received: from [192.168.1.2] (adsl-76-238-148-150.dsl.irvnca.sbcglobal.net [76.238.148.150]) by nlpi101.prodigy.net (8.13.8 out.dk.spool/8.13.8) with ESMTP id m3M1dkfa009266; Mon, 21 Apr 2008 20:39:47 -0500 Message-ID: <480D41E2.8010604@chrismaness.com> Date: Mon, 21 Apr 2008 18:39:46 -0700 From: Chris Maness User-Agent: Thunderbird 2.0.0.12 (X11/20080227) MIME-Version: 1.0 To: db@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: FreeBSD Port: fldigi-2.10 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2008 01:58:16 -0000 Hello, Diane, I am having trouble getting fldigi to compile. Also, the binary install core dumps (signal 11) on two different FreeBSD installs. This is on release 7.0. /usr/bin/ld: cannot find -lgio-2.0 gmake: *** [libgiofam.la] Error 1 *** Error code 2 Stop in /usr/ports/devel/gio-fam-backend. *** Error code 1 Stop in /usr/ports/net/avahi-app. *** Error code 1 Stop in /usr/ports/audio/pulseaudio. *** Error code 1 Stop in /usr/ports/audio/pulseaudio. *** Error code 1 Stop in /usr/ports/comms/fldigi. [root@muon /usr/ports/comms/fldigi]# Also, I have been able to get tlf working in console using screen. You might have already known this, but I just found out about it a couple of weeks ago. Maybe put a small notice about screen for vt100 compatibility in the install script. I had sent you an e-mail regarding the terminal issues a while back, but I guess that would be a good fix. The only issue I have found is that backspace still does not work under FreeBSD. Thanks, Chris Maness From owner-freebsd-ports@FreeBSD.ORG Tue Apr 22 02:58:52 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D631E1065671 for ; Tue, 22 Apr 2008 02:58:52 +0000 (UTC) (envelope-from alex-goncharov@comcast.net) Received: from QMTA06.westchester.pa.mail.comcast.net (qmta06.westchester.pa.mail.comcast.net [76.96.62.56]) by mx1.freebsd.org (Postfix) with ESMTP id 82B0F8FC14 for ; Tue, 22 Apr 2008 02:58:51 +0000 (UTC) (envelope-from alex-goncharov@comcast.net) Received: from OMTA03.westchester.pa.mail.comcast.net ([76.96.62.27]) by QMTA06.westchester.pa.mail.comcast.net with comcast id GJBC1Z0220bG4ec560U200; Tue, 22 Apr 2008 02:42:45 +0000 Received: from daland.home ([24.61.21.4]) by OMTA03.westchester.pa.mail.comcast.net with comcast id GSiW1Z00B05H7zL3P00000; Tue, 22 Apr 2008 02:42:31 +0000 X-Authority-Analysis: v=1.0 c=1 a=bO2zxXZWkmAA:10 a=11tMGPzdgykA:10 a=rITDv7nW5hcA:10 a=Y8vaKISqQ7EKEC3swO0A:9 a=_jiDNlMncHkTIj2yt6qqwhxqYA0A:4 a=si9q_4b84H0A:10 a=LpPNRiMgS-kA:10 a=mhQ4J5QMNLoA:10 Received: from algo by daland.home with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1Jo8Sk-0009o3-9m; Mon, 21 Apr 2008 22:42:30 -0400 From: Alex Goncharov To: "Xuebin Qiao" In-reply-to: (xbqiao@gmail.com) References: Message-Id: Sender: Alex Goncharov Date: Mon, 21 Apr 2008 22:42:30 -0400 Cc: ports@FreeBSD.org Subject: Re: cmucl and sbcl keep crashing on FreeBSD 7.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alex Goncharov List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2008 02:58:52 -0000 ,--- You/Xuebin (Tue, 22 Apr 2008 01:50:02 +0800) ----* | | To whom may concern: | | I check port tree and know that this address is maintainer mailbox for sbcl | port. I've sent similar mail to cmucl maintainer but had no reply | yet. If you look at the CMUCL version in ports, you will find it to be way old: 19c (which was probably the year 2003) -- i.e. the CMUCL "port" has not been maintained for quite a while. The FreeBSD distributions at CMUCL's site have been actively maintained and you will find both the 19e-pre2 and the 2008-04 snapshot there for all the latest FreeBSD versions (6.3, 7.0 and 8.0) there. | I've upgrade to freebsd 7.0 release for quite some times. However, I could | not run cmucl and sbcl binary from port package. And the attempts to build | from port tree were also failed. Prebuilt sbcl/cmucl core kept crashing | every time when building port sources. And clisp compiler complained lots of | undefined function names when building sbcl source. Right, you won't be able to build with old (pre 2007-12) CMUCLs on FreeBSD -- the issue was addressed in November 2007. | Weird, I saw freebsd site still provide binary port packages for cmucl and | sbcl both under 7.0-release and 7-stable directories. And there are also | many fb7.0 precompiled binaries at cmucl offical site for download. Things are kept current at the CMUCL site -- and that's the place to get the FreeBSD distributions at this time. -- Alex -- alex-goncharov@comcast.net -- /* * Between grand theft and a legal fee, there only stands a law degree. */ From owner-freebsd-ports@FreeBSD.ORG Tue Apr 22 05:34:33 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B53111065670; Tue, 22 Apr 2008 05:34:33 +0000 (UTC) (envelope-from db@db.net) Received: from diana.db.net (diana.db.net [204.228.229.66]) by mx1.freebsd.org (Postfix) with ESMTP id 9C71E8FC2B; Tue, 22 Apr 2008 05:34:33 +0000 (UTC) (envelope-from db@db.net) Received: from diana.db.net ([204.228.229.66] helo=localhost ident=mailnull) by diana.db.net with esmtp (Exim 4.66 (FreeBSD)) (envelope-from ) id 1JoB94-000D7f-Q6; Mon, 21 Apr 2008 23:34:22 -0600 Received: from diana.db.net ([127.0.0.1] helo=localhost) (envelope-from ) id 1JoB93-000LFF-Qo; Tue, 22 Apr 2008 01:34:21 -0400 Date: Tue, 22 Apr 2008 01:34:21 -0400 From: Diane Bruce To: Chris Maness Message-ID: <20080422053421.GA49306@night.db.net> References: <480D41E2.8010604@chrismaness.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <480D41E2.8010604@chrismaness.com> User-Agent: Mutt/1.4.2.3i Cc: ports@freebsd.org, db@freebsd.org Subject: Re: FreeBSD Port: fldigi-2.10 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2008 05:34:33 -0000 On Mon, Apr 21, 2008 at 06:39:46PM -0700, Chris Maness wrote: > Hello, Diane, > > I am having trouble getting fldigi to compile. Also, the binary install > core dumps (signal 11) on two different FreeBSD installs. This is on > release 7.0. hrmmm ugh fldigi-2.10 runs fine here on i386 FreeBSD 7.0. What architecture are you on? Does it happen to be amd64? I'll need to see a gdb bt if you can. > > /usr/bin/ld: cannot find -lgio-2.0 > gmake: *** [libgiofam.la] Error 1 > *** Error code 2 > > Stop in /usr/ports/devel/gio-fam-backend. > *** Error code 1 This problem is actually in devel/gio-fam-backend I have duplicated the problem. /usr/bin/ld: cannot find -lgio-2.0 gmake: *** [libgiofam.la] Error 1 *** Error code 2 But I am not sure how this could happen. Are your ports up to date? Basically gio-fam-backend has a dependancy on /usr/ports/devel/glib20 or should have. Unless glib20 port is installed first, libgiofam will fail. I've only taken a quick cursory look, but it appears this might be related to a commit to /usr/ports/Mk/bsd.gnome.mk # $FreeBSD: ports/Mk/bsd.gnome.mk,v 1.146 2008/03/24 15:59:55 marcus Exp $ In the meantime, cd /usr/ports/devel/glib20;make install then return to your fldigi build. > Also, I have been able to get tlf working in console using screen. You > might have already known this, but I just found out about it a couple of > weeks ago. Maybe put a small notice about screen for vt100 > compatibility in the install script. I had sent you an e-mail regarding > the terminal issues a while back, but I guess that would be a good fix. > The only issue I have found is that backspace still does not work under > FreeBSD. Yes, I remember your comment about that. I'll look at it again, thanks. - 73 Diane VA3DB -- - db@FreeBSD.org db@db.net http://www.db.net/~db From owner-freebsd-ports@FreeBSD.ORG Tue Apr 22 06:15:27 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E00071065684 for ; Tue, 22 Apr 2008 06:15:27 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from lab.alexdupre.com (cl-506.trn-01.it.sixxs.net [IPv6:2001:1418:100:1f9::2]) by mx1.freebsd.org (Postfix) with ESMTP id 230088FC4F for ; Tue, 22 Apr 2008 06:15:26 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: (qmail 65410 invoked from network); 22 Apr 2008 06:15:24 -0000 Received: from unknown (HELO athlon.alexdupre.com) (192.168.178.2) by lab.alexdupre.com with SMTP; 22 Apr 2008 06:15:24 -0000 Message-ID: <480D827C.6070308@FreeBSD.org> Date: Tue, 22 Apr 2008 08:15:24 +0200 From: Alex Dupre User-Agent: Thunderbird 2.0.0.12 (X11/20080311) MIME-Version: 1.0 To: d@delphij.net References: <47CDD627.2020808@cokane.org> <20080305044953.GA14420@mail.irbisnet.ru> <47CFE32C.30100@FreeBSD.org> <480D0FAD.2050309@delphij.net> In-Reply-To: <480D0FAD.2050309@delphij.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Marcin Cieslak , freebsd-ports@freebsd.org, cokane@FreeBSD.org Subject: Re: Thunderbird, enigmail, and GCC 3.4 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2008 06:15:28 -0000 Xin LI wrote: > Finally I caught the issue for thunderbird. It was due to the > difference between our floating point handling and Linux's counterpart. > ~ The patch attached would fix the problem at thunderbird part. Thanks Xin. > Unfortunately enigmail plugin compiled with gcc 4.x as shipped with > FreeBSD 7.0+ would still crash with Signal 11, but with gcc 3.4 it would > work fine. I have not yet figured out why this would happen... So you confirm me that the only broken combination is FreeBSD 7 + amd64 and the fix is to compile only enigmail with gcc 3.4, right? -- Alex Dupre From owner-freebsd-ports@FreeBSD.ORG Tue Apr 22 06:21:15 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 259C8106566C for ; Tue, 22 Apr 2008 06:21:15 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from lab.alexdupre.com (cl-506.trn-01.it.sixxs.net [IPv6:2001:1418:100:1f9::2]) by mx1.freebsd.org (Postfix) with ESMTP id 5C6858FC14 for ; Tue, 22 Apr 2008 06:21:14 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: (qmail 65711 invoked from network); 22 Apr 2008 06:21:13 -0000 Received: from unknown (HELO athlon.alexdupre.com) (192.168.178.2) by lab.alexdupre.com with SMTP; 22 Apr 2008 06:21:13 -0000 Message-ID: <480D83D8.1010404@FreeBSD.org> Date: Tue, 22 Apr 2008 08:21:12 +0200 From: Alex Dupre User-Agent: Thunderbird 2.0.0.12 (X11/20080311) MIME-Version: 1.0 To: Aryeh Friedman References: <47CDD627.2020808@cokane.org> <20080305044953.GA14420@mail.irbisnet.ru> <47CFE32C.30100@FreeBSD.org> <480D0FAD.2050309@delphij.net> <480D827C.6070308@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: Thunderbird, enigmail, and GCC 3.4 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2008 06:21:15 -0000 Aryeh Friedman wrote: > I can confirm on 8-CURRENT no combination of GCC/enigmail/thinderbird > works... don't know about 7 Have you recompiled thunderbird with the new patch before sending this message? And "no combination" doesn't mean anything, be specific on your platform and gcc compiler for enigmail and thunderbird. -- Alex Dupre From owner-freebsd-ports@FreeBSD.ORG Tue Apr 22 06:42:41 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2A911065674 for ; Tue, 22 Apr 2008 06:42:41 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.30]) by mx1.freebsd.org (Postfix) with ESMTP id 7A7DC8FC18 for ; Tue, 22 Apr 2008 06:42:41 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by yw-out-2324.google.com with SMTP id 2so1065156ywt.13 for ; Mon, 21 Apr 2008 23:42:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=DXlZAA8IDobx2fTM2FLm0SdjFeBjrMh62VvYxL44Isg=; b=UMJh6eyHPhy85bhTU1xTQJidG8K6HKs2+/dM1StoYspUbg+ygrhoUQHrrPiXRZQ19/LNLfO26oL39MQQ/FB5kmgUKxeFOyMUvDCXFJWkFDT64h4Dg1MPWM8ch27bTaV5UEfqZYOJx9yliIxr0HPfgVxXEWXDtQ1/2EtUke90rBE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=IR9tIN9Scm5loavvoJ/Ju9HdXW3yj1OVfYtwErdoNo0h2uKX8wpr69r7xnDJTGiG6zWRXluu+uwnGe7vZPFPqdCKG/QmpF4KLADhACn8K+fKbTsr5Rq/98nBs63Edf5zwYoNW4wcbS13eMIiAncYIAHFniQEqMYcfYjkJUIGuNg= Received: by 10.150.230.15 with SMTP id c15mr7798036ybh.218.1208845027862; Mon, 21 Apr 2008 23:17:07 -0700 (PDT) Received: by 10.151.84.21 with HTTP; Mon, 21 Apr 2008 23:17:07 -0700 (PDT) Message-ID: Date: Tue, 22 Apr 2008 02:17:07 -0400 From: "Aryeh Friedman" To: "Alex Dupre" , freebsd-ports@freebsd.org In-Reply-To: <480D827C.6070308@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47CDD627.2020808@cokane.org> <20080305044953.GA14420@mail.irbisnet.ru> <47CFE32C.30100@FreeBSD.org> <480D0FAD.2050309@delphij.net> <480D827C.6070308@FreeBSD.org> Cc: Subject: Re: Thunderbird, enigmail, and GCC 3.4 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2008 06:42:41 -0000 I can confirm on 8-CURRENT no combination of GCC/enigmail/thinderbird works... don't know about 7 On Tue, Apr 22, 2008 at 2:15 AM, Alex Dupre wrote: > Xin LI wrote: > > Finally I caught the issue for thunderbird. It was due to the > > difference between our floating point handling and Linux's counterpart. > > ~ The patch attached would fix the problem at thunderbird part. > > Thanks Xin. > > > > Unfortunately enigmail plugin compiled with gcc 4.x as shipped with > > FreeBSD 7.0+ would still crash with Signal 11, but with gcc 3.4 it would > > work fine. I have not yet figured out why this would happen... > > So you confirm me that the only broken combination is FreeBSD 7 + amd64 > and the fix is to compile only enigmail with gcc 3.4, right? > > -- > Alex Dupre > > > _______________________________________________ > 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 22 06:58:49 2008 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 486B2106566B; Tue, 22 Apr 2008 06:58:49 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mta3.srv.hcvlny.cv.net (mta3.srv.hcvlny.cv.net [167.206.4.198]) by mx1.freebsd.org (Postfix) with ESMTP id E19B28FC23; Tue, 22 Apr 2008 06:58:48 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from flosoft.no-ip.biz (ool-435559b8.dyn.optonline.net [67.85.89.184]) by mta3.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JZP005XLSPZUHR0@mta3.srv.hcvlny.cv.net>; Tue, 22 Apr 2008 02:58:48 -0400 (EDT) Received: from flosoft.no-ip.biz (localhost [127.0.0.1]) by flosoft.no-ip.biz (8.14.2/8.14.2) with ESMTP id m3M6wlxY076167; Tue, 22 Apr 2008 02:58:47 -0400 Date: Tue, 22 Apr 2008 02:58:42 -0400 From: "Aryeh M. Friedman" In-reply-to: <480D83D8.1010404@FreeBSD.org> To: Alex Dupre Message-id: <480D8CA2.9020209@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Enigmail-Version: 0.95.6 References: <47CDD627.2020808@cokane.org> <20080305044953.GA14420@mail.irbisnet.ru> <47CFE32C.30100@FreeBSD.org> <480D0FAD.2050309@delphij.net> <480D827C.6070308@FreeBSD.org> <480D83D8.1010404@FreeBSD.org> User-Agent: Thunderbird 2.0.0.12 (X11/20080422) Cc: freebsd-ports@FreeBSD.org Subject: Re: Thunderbird, enigmail, and GCC 3.4 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2008 06:58:49 -0000 Alex Dupre wrote: > Aryeh Friedman wrote: > >> I can confirm on 8-CURRENT no combination of GCC/enigmail/thinderbird >> works... don't know about 7 >> > > Have you recompiled thunderbird with the new patch before sending this > message? And "no combination" doesn't mean anything, be specific on your > platform and gcc compiler for enigmail and thunderbird. > Just recompiled and reinstalled the plug-in and still no go Config: USE-GCC=3.4 in both makefiles (tb and e-tb) OS 8-CURRENT AMD64 (updated about 3 hours ago) PGP config -- gnupg with pinentry-gtk2 From owner-freebsd-ports@FreeBSD.ORG Tue Apr 22 07:01:54 2008 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 514DD1065670; Tue, 22 Apr 2008 07:01:54 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mta1.srv.hcvlny.cv.net (mta1.srv.hcvlny.cv.net [167.206.4.196]) by mx1.freebsd.org (Postfix) with ESMTP id 5C8928FC2F; Tue, 22 Apr 2008 07:01:53 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from flosoft.no-ip.biz (ool-435559b8.dyn.optonline.net [67.85.89.184]) by mta1.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JZP0045GSV4ZO01@mta1.srv.hcvlny.cv.net>; Tue, 22 Apr 2008 03:01:52 -0400 (EDT) Received: from flosoft.no-ip.biz (localhost [127.0.0.1]) by flosoft.no-ip.biz (8.14.2/8.14.2) with ESMTP id m3M71qpb089915; Tue, 22 Apr 2008 03:01:52 -0400 Date: Tue, 22 Apr 2008 03:01:47 -0400 From: "Aryeh M. Friedman" In-reply-to: <480D8CA2.9020209@gmail.com> To: Alex Dupre Message-id: <480D8D5B.5080608@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Enigmail-Version: 0.95.6 References: <47CDD627.2020808@cokane.org> <20080305044953.GA14420@mail.irbisnet.ru> <47CFE32C.30100@FreeBSD.org> <480D0FAD.2050309@delphij.net> <480D827C.6070308@FreeBSD.org> <480D83D8.1010404@FreeBSD.org> <480D8CA2.9020209@gmail.com> User-Agent: Thunderbird 2.0.0.12 (X11/20080422) Cc: freebsd-ports@FreeBSD.org Subject: Re: Thunderbird, enigmail, and GCC 3.4 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2008 07:01:54 -0000 Aryeh M. Friedman wrote: > Alex Dupre wrote: >> Aryeh Friedman wrote: >> >>> I can confirm on 8-CURRENT no combination of GCC/enigmail/thinderbird >>> works... don't know about 7 >>> >> >> Have you recompiled thunderbird with the new patch before sending this >> message? And "no combination" doesn't mean anything, be specific on your >> platform and gcc compiler for enigmail and thunderbird. >> > > Just recompiled and reinstalled the plug-in and still no go > > > Config: > > USE-GCC=3.4 in both makefiles (tb and e-tb) > > OS 8-CURRENT AMD64 (updated about 3 hours ago) > > PGP config -- gnupg with pinentry-gtk2 > Forgot to mention definition of not working is em can't access gnupg in any config (auto or manual) From owner-freebsd-ports@FreeBSD.ORG Tue Apr 22 07:23:33 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6DB7106566B; Tue, 22 Apr 2008 07:23:33 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.delphij.net (delphij-pt.tunnel.tserv2.fmt.ipv6.he.net [IPv6:2001:470:1f03:2c9::2]) by mx1.freebsd.org (Postfix) with ESMTP id 6A0FC8FC33; Tue, 22 Apr 2008 07:23:32 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [202.108.54.204]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tarsier.delphij.net (Postfix) with ESMTPS id 8186728449; Tue, 22 Apr 2008 15:23:30 +0800 (CST) Received: from localhost (tarsier.geekcn.org [202.108.54.204]) by tarsier.geekcn.org (Postfix) with ESMTP id 3E1FBEB4BF8; Tue, 22 Apr 2008 15:23:30 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([202.108.54.204]) by localhost (mail.geekcn.org [202.108.54.204]) (amavisd-new, port 10024) with ESMTP id eP2vnua01ZZO; Tue, 22 Apr 2008 15:23:25 +0800 (CST) Received: from charlie.delphij.net (c-69-181-135-56.hsd1.ca.comcast.net [69.181.135.56]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTPSA id EE1E3EB40F5; Tue, 22 Apr 2008 15:23:19 +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=oAhERK/l3D/ddHJ6eyW9Y4Qq6eGx0BmieZerX/JpWQiVgExrOxiYzmG9Qv8TdAQZq qvLjXKiVeNPqmEyKjlxtA== Message-ID: <480D9264.4070102@delphij.net> Date: Tue, 22 Apr 2008 00:23:16 -0700 From: Xin LI Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.12 (X11/20080421) MIME-Version: 1.0 To: Alex Dupre References: <47CDD627.2020808@cokane.org> <20080305044953.GA14420@mail.irbisnet.ru> <47CFE32C.30100@FreeBSD.org> <480D0FAD.2050309@delphij.net> <480D827C.6070308@FreeBSD.org> In-Reply-To: <480D827C.6070308@FreeBSD.org> X-Enigmail-Version: 0.95.6 OpenPGP: id=18EDEBA0; url=http://www.delphij.net/delphij.asc Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Marcin Cieslak , d@delphij.net, freebsd-ports@freebsd.org, cokane@FreeBSD.org Subject: Re: Thunderbird, enigmail, and GCC 3.4 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: Tue, 22 Apr 2008 07:23:33 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Alex Dupre wrote: | Xin LI wrote: |> Finally I caught the issue for thunderbird. It was due to the |> difference between our floating point handling and Linux's counterpart. |> ~ The patch attached would fix the problem at thunderbird part. | | Thanks Xin. | |> Unfortunately enigmail plugin compiled with gcc 4.x as shipped with |> FreeBSD 7.0+ would still crash with Signal 11, but with gcc 3.4 it would |> work fine. I have not yet figured out why this would happen... | | So you confirm me that the only broken combination is FreeBSD 7 + amd64 | and the fix is to compile only enigmail with gcc 3.4, right? Yes, compiling enigmail with gcc 3.4 is sufficient to eliminate the signal 11 for me. I am not sure if it is because some code generation issue in gcc, or bug in enigmail itself (presumably no, the access violation is triggered in perfectly fine code). I have taken some time to give it a shoot but got some "events" this afternoon so I did not dig further. Cheers, - -- Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.8 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkgNkmQACgkQi+vbBBjt66CXBwCeL+3+SYiXwJSPjeLRp8mBxITX vFQAoJsAjk9tYUzkiUVC/tLG32E2iXDO =E9o8 -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Tue Apr 22 07:27:23 2008 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB91F106564A; Tue, 22 Apr 2008 07:27:23 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.delphij.net (delphij-pt.tunnel.tserv2.fmt.ipv6.he.net [IPv6:2001:470:1f03:2c9::2]) by mx1.freebsd.org (Postfix) with ESMTP id 844928FC25; Tue, 22 Apr 2008 07:27:22 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [202.108.54.204]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tarsier.delphij.net (Postfix) with ESMTPS id 93AD128449; Tue, 22 Apr 2008 15:27:21 +0800 (CST) Received: from localhost (tarsier.geekcn.org [202.108.54.204]) by tarsier.geekcn.org (Postfix) with ESMTP id 57DACEB4C00; Tue, 22 Apr 2008 15:27:21 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([202.108.54.204]) by localhost (mail.geekcn.org [202.108.54.204]) (amavisd-new, port 10024) with ESMTP id boQL-s59UuEB; Tue, 22 Apr 2008 15:27:12 +0800 (CST) Received: from charlie.delphij.net (c-69-181-135-56.hsd1.ca.comcast.net [69.181.135.56]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTPSA id 02F46EB40F5; Tue, 22 Apr 2008 15:27:09 +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=hs6PWcDZJUiITOBN8oPcnrdE6q0PXHJUsfD/gUrJoQ8S6J5mqWTsCxkyMs3tclyHO sp2BMZlBqywlIlr5eUZbQ== Message-ID: <480D9348.5080306@delphij.net> Date: Tue, 22 Apr 2008 00:27:04 -0700 From: Xin LI Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.12 (X11/20080421) MIME-Version: 1.0 To: "Aryeh M. Friedman" References: <47CDD627.2020808@cokane.org> <20080305044953.GA14420@mail.irbisnet.ru> <47CFE32C.30100@FreeBSD.org> <480D0FAD.2050309@delphij.net> <480D827C.6070308@FreeBSD.org> <480D83D8.1010404@FreeBSD.org> <480D8CA2.9020209@gmail.com> <480D8D5B.5080608@gmail.com> In-Reply-To: <480D8D5B.5080608@gmail.com> X-Enigmail-Version: 0.95.6 OpenPGP: id=18EDEBA0; url=http://www.delphij.net/delphij.asc Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@FreeBSD.org, Alex Dupre Subject: Re: Thunderbird, enigmail, and GCC 3.4 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: Tue, 22 Apr 2008 07:27:23 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Aryeh M. Friedman wrote: | Aryeh M. Friedman wrote: |> Alex Dupre wrote: |>> Aryeh Friedman wrote: |>> |>>> I can confirm on 8-CURRENT no combination of GCC/enigmail/thinderbird |>>> works... don't know about 7 |>>> |>> |>> Have you recompiled thunderbird with the new patch before sending this |>> message? And "no combination" doesn't mean anything, be specific on your |>> platform and gcc compiler for enigmail and thunderbird. |>> |> |> Just recompiled and reinstalled the plug-in and still no go |> |> |> Config: |> |> USE-GCC=3.4 in both makefiles (tb and e-tb) |> |> OS 8-CURRENT AMD64 (updated about 3 hours ago) |> |> PGP config -- gnupg with pinentry-gtk2 |> | Forgot to mention definition of not working is em can't access gnupg in | any config (auto or manual) Would you please show me output from 'ident /usr/ports/mail/thunderbird/Makefile'? Cheers, - -- Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.8 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkgNk0gACgkQi+vbBBjt66AAVgCfc/qOsqcKocAhMWEh1zLFekQR BfQAoJ2+IeiubPvqx5aNzmzC8FX59Dth =KX3+ -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Tue Apr 22 07:29:57 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4204106564A; Tue, 22 Apr 2008 07:29:57 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.delphij.net (delphij-pt.tunnel.tserv2.fmt.ipv6.he.net [IPv6:2001:470:1f03:2c9::2]) by mx1.freebsd.org (Postfix) with ESMTP id 5A8CC8FC18; Tue, 22 Apr 2008 07:29:56 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [202.108.54.204]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tarsier.delphij.net (Postfix) with ESMTPS id 903A828449; Tue, 22 Apr 2008 15:29:54 +0800 (CST) Received: from localhost (tarsier.geekcn.org [202.108.54.204]) by tarsier.geekcn.org (Postfix) with ESMTP id 60DFBEB4C05; Tue, 22 Apr 2008 15:29:54 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([202.108.54.204]) by localhost (mail.geekcn.org [202.108.54.204]) (amavisd-new, port 10024) with ESMTP id FRH+EdiyPCix; Tue, 22 Apr 2008 15:29:45 +0800 (CST) Received: from charlie.delphij.net (c-69-181-135-56.hsd1.ca.comcast.net [69.181.135.56]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTPSA id 6F9B6EB4C00; Tue, 22 Apr 2008 15:29:43 +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=fIC0r9I9Smvn9HaVI9GLUWuEZFek20pzgPOBBlKoia6MDK56bdHbTamO/hQ9fS2VK LNjFiYomGczTDfDmfJ/hQ== Message-ID: <480D93DE.3030701@delphij.net> Date: Tue, 22 Apr 2008 00:29:34 -0700 From: Xin LI Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.12 (X11/20080421) MIME-Version: 1.0 To: Alex Dupre References: <47CDD627.2020808@cokane.org> <20080305044953.GA14420@mail.irbisnet.ru> <47CFE32C.30100@FreeBSD.org> <480D0FAD.2050309@delphij.net> <480D827C.6070308@FreeBSD.org> In-Reply-To: <480D827C.6070308@FreeBSD.org> X-Enigmail-Version: 0.95.6 OpenPGP: id=18EDEBA0; url=http://www.delphij.net/delphij.asc Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Marcin Cieslak , d@delphij.net, freebsd-ports@freebsd.org, cokane@FreeBSD.org Subject: Re: Thunderbird, enigmail, and GCC 3.4 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: Tue, 22 Apr 2008 07:29:57 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Alex Dupre wrote: | So you confirm me that the only broken combination is FreeBSD 7 + amd64 | and the fix is to compile only enigmail with gcc 3.4, right? Ah, to be more exact, I have *only* tested on FreeBSD 8+amd64: thunderbird is compiled with system gcc; thunderbird-enigmime is compiled with USE_GCC=3.4. Note, thunderbird is newest version I have committed: ~ $FreeBSD: ports/mail/thunderbird/Makefile,v 1.91 2008/04/22 05:32:58 delphij Exp $ Cheers, - -- Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.8 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkgNk90ACgkQi+vbBBjt66AIfQCghte+hl988eb+CDRBpqtYGZot 4J4An0QWI+uutUS30XldXZYIslYdLWeI =u+qg -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Tue Apr 22 07:33:03 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 243FB106564A for ; Tue, 22 Apr 2008 07:33:03 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id CD6A68FC15 for ; Tue, 22 Apr 2008 07:33:02 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A562B9.dip.t-dialin.net [84.165.98.185]) by redbull.bpaserver.net (Postfix) with ESMTP id D88C92E0DC; Tue, 22 Apr 2008 09:32:58 +0200 (CEST) Received: from webmail.leidinger.net (webmail.leidinger.net [192.168.1.102]) by outgoing.leidinger.net (Postfix) with ESMTP id 2F9097F300; Tue, 22 Apr 2008 09:32:56 +0200 (CEST) Received: (from www@localhost) by webmail.leidinger.net (8.14.2/8.13.8/Submit) id m3M7WtEs063011; Tue, 22 Apr 2008 09:32:55 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde Framework) with HTTP; Tue, 22 Apr 2008 09:32:55 +0200 Message-ID: <20080422093255.55013fdj82lbm2g4@webmail.leidinger.net> X-Priority: 3 (Normal) Date: Tue, 22 Apr 2008 09:32:55 +0200 From: Alexander Leidinger To: Mikhail Teterin References: <200804211700.m3LH0dOC037296@bonkers.video-collage.com> In-Reply-To: <200804211700.m3LH0dOC037296@bonkers.video-collage.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.2-RC2) / FreeBSD-8.0 X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, ORDB-RBL, SpamAssassin (not cached, score=-14.9, required 6, BAYES_00 -15.00, RDNS_DYNAMIC 0.10) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: ports@FreeBSD.org Subject: Re: Recent ImageMagick change breaks some configure scripts X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Apr 2008 07:33:03 -0000 Quoting Mikhail Teterin (from Mon, 21 =20 Apr 2008 13:00:39 -0400 (EDT)): >> the move of the place where the include directories are put breaks >> some configure scripts. Namely those which only have the possibility >> to specify the install prefix of the ImageMagick port. Those scripts >> will take install_location/include and install_location/lib >> automatically. This change now requires changes to such ports. > >> As I'm in the process of porting some software which depends upon >> ImageMagick, I downgraded for the moment to the previous version of >> ImageMagick to be able to work further on porting the software. Please >> check if this change is really needed, as it's more easy to change the >> ImageMagick port than to fix each port which depends upon ImageMagick. > > Not easily -- the ImageMagick developers want it this way now, and > continuing to patch it for the old way will be difficult. That's a good reason to have it not like before... > It will also make it harder to use GraphicsMagick (which I recommend > strongly) in ImageMagick's stead. I will have a look. Thanks for describing the issue. It may be a good =20 idea to mention the change of the include path in UPDATING or CHANGES... Bye, Alexander. --=20 Business will be either better or worse. =09=09-- Calvin Coolidge http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID =3D B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID =3D 72077137 From owner-freebsd-ports@FreeBSD.ORG Tue Apr 22 07:40:52 2008 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A9B2106567D; Tue, 22 Apr 2008 07:40:52 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mta1.srv.hcvlny.cv.net (mta1.srv.hcvlny.cv.net [167.206.4.196]) by mx1.freebsd.org (Postfix) with ESMTP id ED7F98FC13; Tue, 22 Apr 2008 07:40:51 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from flosoft.no-ip.biz (ool-435559b8.dyn.optonline.net [67.85.89.184]) by mta1.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JZP001D5UNH4J61@mta1.srv.hcvlny.cv.net>; Tue, 22 Apr 2008 03:40:29 -0400 (EDT) Received: from flosoft.no-ip.biz (localhost [127.0.0.1]) by flosoft.no-ip.biz (8.14.2/8.14.2) with ESMTP id m3M7eS69090083; Tue, 22 Apr 2008 03:40:29 -0400 Date: Tue, 22 Apr 2008 03:40:23 -0400 From: "Aryeh M. Friedman" In-reply-to: <480D9348.5080306@delphij.net> To: d@delphij.net Message-id: <480D9667.3020503@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Enigmail-Version: 0.95.6 References: <47CDD627.2020808@cokane.org> <20080305044953.GA14420@mail.irbisnet.ru> <47CFE32C.30100@FreeBSD.org> <480D0FAD.2050309@delphij.net> <480D827C.6070308@FreeBSD.org> <480D83D8.1010404@FreeBSD.org> <480D8CA2.9020209@gmail.com> <480D8D5B.5080608@gmail.com> <480D9348.5080306@delphij.net> User-Agent: Thunderbird 2.0.0.12 (X11/20080422) Cc: freebsd-ports@FreeBSD.org, Alex Dupre Subject: Re: Thunderbird, enigmail, and GCC 3.4 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2008 07:40:52 -0000 Xin LI wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Aryeh M. Friedman wrote: > | Aryeh M. Friedman wrote: > |> Alex Dupre wrote: > |>> Aryeh Friedman wrote: > |>> > |>>> I can confirm on 8-CURRENT no combination of > GCC/enigmail/thinderbird > |>>> works... don't know about 7 > |>>> > |>> > |>> Have you recompiled thunderbird with the new patch before sending > this > |>> message? And "no combination" doesn't mean anything, be specific > on your > |>> platform and gcc compiler for enigmail and thunderbird. > |>> > |> > |> Just recompiled and reinstalled the plug-in and still no go > |> > |> > |> Config: > |> > |> USE-GCC=3.4 in both makefiles (tb and e-tb) > |> > |> OS 8-CURRENT AMD64 (updated about 3 hours ago) > |> > |> PGP config -- gnupg with pinentry-gtk2 > |> > | Forgot to mention definition of not working is em can't access gnupg in > | any config (auto or manual) > > Would you please show me output from 'ident > /usr/ports/mail/thunderbird/Makefile'? $FreeBSD: ports/mail/thunderbird/Makefile,v 1.90 2008/04/19 17:51:46 miwi Exp $ $MCom: ports/mail/thunderbird/Makefile,v 1.28 2008/01/10 17:58:39 mezz Exp $ > > Cheers, > - -- > Xin LI http://www.delphij.net/ > FreeBSD - The Power to Serve! > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.8 (FreeBSD) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iEYEARECAAYFAkgNk0gACgkQi+vbBBjt66AAVgCfc/qOsqcKocAhMWEh1zLFekQR > BfQAoJ2+IeiubPvqx5aNzmzC8FX59Dth > =KX3+ > -----END PGP SIGNATURE----- > From owner-freebsd-ports@FreeBSD.ORG Tue Apr 22 07:48:30 2008 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B180106566C for ; Tue, 22 Apr 2008 07:48:30 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.freebsd.org (Postfix) with SMTP id 4A3FF8FC19 for ; Tue, 22 Apr 2008 07:48:28 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: (qmail 16193 invoked from network); 22 Apr 2008 07:48:26 -0000 Received: from unknown (HELO ale.andxor.it) (192.168.2.5) by andxor.it with SMTP; 22 Apr 2008 07:48:26 -0000 Message-ID: <480D9849.8070609@FreeBSD.org> Date: Tue, 22 Apr 2008 09:48:25 +0200 From: Alex Dupre User-Agent: Thunderbird 2.0.0.12 (X11/20080326) MIME-Version: 1.0 To: "Aryeh M. Friedman" References: <47CDD627.2020808@cokane.org> <20080305044953.GA14420@mail.irbisnet.ru> <47CFE32C.30100@FreeBSD.org> <480D0FAD.2050309@delphij.net> <480D827C.6070308@FreeBSD.org> <480D83D8.1010404@FreeBSD.org> <480D8CA2.9020209@gmail.com> <480D8D5B.5080608@gmail.com> <480D9348.5080306@delphij.net> <480D9667.3020503@gmail.com> In-Reply-To: <480D9667.3020503@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: d@delphij.net, freebsd-ports@FreeBSD.org Subject: Re: Thunderbird, enigmail, and GCC 3.4 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2008 07:48:30 -0000 Aryeh M. Friedman ha scritto: >> Would you please show me output from 'ident >> /usr/ports/mail/thunderbird/Makefile'? > > $FreeBSD: ports/mail/thunderbird/Makefile,v 1.90 2008/04/19 17:51:46 > miwi Exp $ So, or you have manually applied the patch, or you don't have the latest fixed thunderbird port. -- Alex Dupre From owner-freebsd-ports@FreeBSD.ORG Tue Apr 22 07:51:35 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 786BC106564A for ; Tue, 22 Apr 2008 07:51:35 +0000 (UTC) (envelope-from mi+kde@aldan.algebra.com) Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by mx1.freebsd.org (Postfix) with ESMTP id 21A858FC1C for ; Tue, 22 Apr 2008 07:51:34 +0000 (UTC) (envelope-from mi+kde@aldan.algebra.com) Received: from aldan.algebra.com (localhost [127.0.0.1]) by aldan.algebra.com (8.14.2/8.14.1) with ESMTP id m3M7pX94007874 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 22 Apr 2008 03:51:34 -0400 (EDT) (envelope-from mi+kde@aldan.algebra.com) Received: from localhost (localhost [[UNIX: localhost]]) by aldan.algebra.com (8.14.2/8.14.1/Submit) id m3M7pXWL007873; Tue, 22 Apr 2008 03:51:33 -0400 (EDT) (envelope-from mi+kde@aldan.algebra.com) From: Mikhail Teterin To: Alexander Leidinger Date: Tue, 22 Apr 2008 03:51:33 -0400 User-Agent: KMail/1.9.9 References: <200804211700.m3LH0dOC037296@bonkers.video-collage.com> <20080422093255.55013fdj82lbm2g4@webmail.leidinger.net> In-Reply-To: <20080422093255.55013fdj82lbm2g4@webmail.leidinger.net> X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7whJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" Cc: ports@freebsd.org Subject: Re: Recent ImageMagick change breaks some configure scripts X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Apr 2008 07:51:35 -0000 On =D7=A6=D7=D4=CF=D2=CF=CB 22 =CB=D7=A6=D4=C5=CE=D8 2008, Alexander Leidin= ger wrote: =3D It may be a good =9A =3D idea to mention the change of the include path in UPDATING or CHANGES... I did mention it in the e-mail to all maintainer of the depending ports... = No=20 one noticed :-) -mi From owner-freebsd-ports@FreeBSD.ORG Tue Apr 22 07:56:24 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 150AD1065671 for ; Tue, 22 Apr 2008 07:56:24 +0000 (UTC) (envelope-from vanhu@zeninc.net) Received: from smtp.zeninc.net (smtp.zeninc.net [80.67.176.25]) by mx1.freebsd.org (Postfix) with ESMTP id C8B088FC16 for ; Tue, 22 Apr 2008 07:56:23 +0000 (UTC) (envelope-from vanhu@zeninc.net) Received: by smtp.zeninc.net (smtpd, from userid 1000) id 4E66E3F78; Tue, 22 Apr 2008 09:23:45 +0200 (CEST) Date: Tue, 22 Apr 2008 09:23:45 +0200 From: VANHULLEBUS Yvan To: Christian Weisgerber Message-ID: <20080422072344.GA19873@zen.inc> References: <20080416110744.GA69178@zinovik.kspu.karelia.ru> <20080418045108.GE3158@k7.mavetju> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: All mail clients suck. This one just sucks less. Cc: freebsd-ports@freebsd.org Subject: Re: OpenBSD's isakmpd port maintainership X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2008 07:56:24 -0000 On Mon, Apr 21, 2008 at 03:38:12PM +0000, Christian Weisgerber wrote: > Edwin Groothuis wrote: > > > > Seems that isakmpd (security/isakmpd) is outdated. I'm currently using > > > it in my production environment. I would like to know does somebody > > > working on bring isakmpd back sync'ed with current OpenBSD code base. > > > > Send patches, and poke me on #bsdports on Efnet. > > I'm very interested in them. > > This would also open the door for porting ipsecctl(8). > Hmmm. Hi. For anyone who would like to work on Isakmpd's support on FreeBSD, please note that some work has been done in the kernel to support extensions (NAT-T, etc...) for ipsec-tools. It may be interesting to make isakmpd work with such extensions (which may have not been implemented the same way as in OpenBSD), I can help you and give you informations on that if you want. Yvan. -- NETASQ http://www.netasq.com From owner-freebsd-ports@FreeBSD.ORG Tue Apr 22 08:07:01 2008 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1DF2B106566B; Tue, 22 Apr 2008 08:07:01 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mta4.srv.hcvlny.cv.net (mta4.srv.hcvlny.cv.net [167.206.4.199]) by mx1.freebsd.org (Postfix) with ESMTP id D2CAE8FC1F; Tue, 22 Apr 2008 08:07:00 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from flosoft.no-ip.biz (ool-435559b8.dyn.optonline.net [67.85.89.184]) by mta4.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JZP0042NVVNVWB1@mta4.srv.hcvlny.cv.net>; Tue, 22 Apr 2008 04:07:00 -0400 (EDT) Received: from flosoft.no-ip.biz (localhost [127.0.0.1]) by flosoft.no-ip.biz (8.14.2/8.14.2) with ESMTP id m3M86wos000157; Tue, 22 Apr 2008 04:06:58 -0400 Date: Tue, 22 Apr 2008 04:06:53 -0400 From: "Aryeh M. Friedman" In-reply-to: <480D9849.8070609@FreeBSD.org> To: Alex Dupre Message-id: <480D9C9D.8020709@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Enigmail-Version: 0.95.6 References: <47CDD627.2020808@cokane.org> <20080305044953.GA14420@mail.irbisnet.ru> <47CFE32C.30100@FreeBSD.org> <480D0FAD.2050309@delphij.net> <480D827C.6070308@FreeBSD.org> <480D83D8.1010404@FreeBSD.org> <480D8CA2.9020209@gmail.com> <480D8D5B.5080608@gmail.com> <480D9348.5080306@delphij.net> <480D9667.3020503@gmail.com> <480D9849.8070609@FreeBSD.org> User-Agent: Thunderbird 2.0.0.12 (X11/20080422) Cc: d@delphij.net, freebsd-ports@FreeBSD.org Subject: Re: Thunderbird, enigmail, and GCC 3.4 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2008 08:07:01 -0000 Alex Dupre wrote: > Aryeh M. Friedman ha scritto: >>> Would you please show me output from 'ident >>> /usr/ports/mail/thunderbird/Makefile'? >> >> $FreeBSD: ports/mail/thunderbird/Makefile,v 1.90 2008/04/19 >> 17:51:46 miwi Exp $ > > So, or you have manually applied the patch, or you don't have the > latest fixed thunderbird port. > That makes zero sense because I did a csup immediatly before the recompile From owner-freebsd-ports@FreeBSD.ORG Tue Apr 22 08:09:15 2008 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21AE11065676 for ; Tue, 22 Apr 2008 08:09:15 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.freebsd.org (Postfix) with SMTP id 4E8BB8FC28 for ; Tue, 22 Apr 2008 08:09:13 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: (qmail 26488 invoked from network); 22 Apr 2008 08:09:12 -0000 Received: from unknown (HELO ale.andxor.it) (192.168.2.5) by andxor.it with SMTP; 22 Apr 2008 08:09:12 -0000 Message-ID: <480D9D28.3070400@FreeBSD.org> Date: Tue, 22 Apr 2008 10:09:12 +0200 From: Alex Dupre User-Agent: Thunderbird 2.0.0.12 (X11/20080326) MIME-Version: 1.0 To: "Aryeh M. Friedman" References: <47CDD627.2020808@cokane.org> <20080305044953.GA14420@mail.irbisnet.ru> <47CFE32C.30100@FreeBSD.org> <480D0FAD.2050309@delphij.net> <480D827C.6070308@FreeBSD.org> <480D83D8.1010404@FreeBSD.org> <480D8CA2.9020209@gmail.com> <480D8D5B.5080608@gmail.com> <480D9348.5080306@delphij.net> <480D9667.3020503@gmail.com> <480D9849.8070609@FreeBSD.org> <480D9C9D.8020709@gmail.com> In-Reply-To: <480D9C9D.8020709@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: d@delphij.net, freebsd-ports@FreeBSD.org Subject: Re: Thunderbird, enigmail, and GCC 3.4 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2008 08:09:15 -0000 Aryeh M. Friedman ha scritto: > That makes zero sense because I did a csup immediatly before the recompile The mirrors are not synced in real-time with master repos. Re-csup and be sure to have the 1.91 revision. -- Alex Dupre From owner-freebsd-ports@FreeBSD.ORG Tue Apr 22 08:54:45 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 20D23106564A for ; Tue, 22 Apr 2008 08:54:45 +0000 (UTC) (envelope-from clint@0lsen.net) Received: from QMTA07.emeryville.ca.mail.comcast.net (qmta07.emeryville.ca.mail.comcast.net [76.96.30.64]) by mx1.freebsd.org (Postfix) with ESMTP id 035F78FC1F for ; Tue, 22 Apr 2008 08:54:44 +0000 (UTC) (envelope-from clint@0lsen.net) Received: from OMTA01.emeryville.ca.mail.comcast.net ([76.96.30.11]) by QMTA07.emeryville.ca.mail.comcast.net with comcast id GYqY1Z0040EPchoA700E00; Tue, 22 Apr 2008 08:53:05 +0000 Received: from belle.0lsen.net ([24.20.125.79]) by OMTA01.emeryville.ca.mail.comcast.net with comcast id GYui1Z0061iu3g88M00000; Tue, 22 Apr 2008 08:54:43 +0000 X-Authority-Analysis: v=1.0 c=1 a=b0-cIbm_4EUA:10 a=Ryt_i0wGOBZlfs7tI-UA:9 a=H3WpqZfrUU-hEILkDF8BU5vVxtMA:4 a=XF7b4UCPwd8A:10 Received: by belle.0lsen.net (Postfix, from userid 1001) id 64B3B78CD8; Tue, 22 Apr 2008 01:54:42 -0700 (PDT) Date: Tue, 22 Apr 2008 01:54:42 -0700 From: Clint Olsen To: ports@freebsd.org Message-ID: <20080422085442.GM92120@0lsen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Organization: NULlsen Network X-Disclaimer: Mutt Bites! Cc: Subject: My ports has linux-flashplugin9 9.0r115 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Apr 2008 08:54:45 -0000 This distfile is no longer available. I see references on gnats for newer versions. Is this because I'm using 6.2-RELEASE? Thanks, -Clint From owner-freebsd-ports@FreeBSD.ORG Tue Apr 22 10:34:44 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 741A91065670; Tue, 22 Apr 2008 10:34:44 +0000 (UTC) (envelope-from infofarmer@FreeBSD.org) Received: from heka.cenkes.org (heka.cenkes.org [208.79.80.110]) by mx1.freebsd.org (Postfix) with ESMTP id 3AD6C8FC12; Tue, 22 Apr 2008 10:34:44 +0000 (UTC) (envelope-from infofarmer@FreeBSD.org) Received: from amilo.cenkes.org (ppp85-140-148-9.pppoe.mtu-net.ru [85.140.148.9]) (Authenticated sender: sat) by heka.cenkes.org (Postfix) with ESMTPSA id 9C170242F886; Tue, 22 Apr 2008 14:34:41 +0400 (MSD) Date: Tue, 22 Apr 2008 14:34:39 +0400 From: Andrew Pantyukhin To: Brooks Davis Message-ID: <20080422103434.GE54610@amilo.cenkes.org> References: <200804151709.03452.mi+mill@aldan.algebra.com> <200804152151.07444.mi+mill@aldan.algebra.com> <20080416022153.GA56554@lor.one-eyed-alien.net> <200804152235.35820.mi+mill@aldan.algebra.com> <20080416030753.GA56826@lor.one-eyed-alien.net> <20080421190501.GG88801@amilo.cenkes.org> <20080421194224.GA21205@lor.one-eyed-alien.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080421194224.GA21205@lor.one-eyed-alien.net> X-OS: FreeBSD 8.0-CURRENT amd64 User-Agent: Mutt/1.5.17 (2007-11-01) Cc: ports@FreeBSD.org, Mikhail Teterin Subject: Re: lzma (Re: HEADS UP: upgrading ImageMagick to 6.4.0-6) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: infofarmer@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2008 10:34:44 -0000 On Mon, Apr 21, 2008 at 02:42:24PM -0500, Brooks Davis wrote: > That's well hidden (DOC/lzam.txt in the tarball). Someone > should produce some sort of lzma-lite distribution that only > does the basics. Then this could be a practical option. Unfortunately, a closer look dispelled the hope. The public-domained files only show how to use the GPL'ed ones. I had a conversation with the author, who is worried about incompatible formats being spawned if he releases lzma from under LGPL. He might change his mind in the future, though. So I guess we'll have to stick to using lzma from ports for now. From owner-freebsd-ports@FreeBSD.ORG Tue Apr 22 11:04:41 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1EDBF106564A for ; Tue, 22 Apr 2008 11:04:41 +0000 (UTC) (envelope-from florent.thoumie@gmail.com) Received: from rn-out-0910.google.com (rn-out-0910.google.com [64.233.170.187]) by mx1.freebsd.org (Postfix) with ESMTP id B63688FC23 for ; Tue, 22 Apr 2008 11:04:40 +0000 (UTC) (envelope-from florent.thoumie@gmail.com) Received: by rn-out-0910.google.com with SMTP id j40so671666rnf.12 for ; Tue, 22 Apr 2008 04:04:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=8HsZVVd4JLwn/gdLZBfLofpPmyF/yAkU6vqxcEqp25g=; b=ank8hf1/3IgYTUiUzg3FlDut2QqI9LGDmFfVz/u79PdorMXD0Go2N+PrCwDm2U3NSPPWa7/2cT0F2pzT0NqmbpTITIbXtkDl2NjDGifXJIxWKWC6ImKxZY9mlSU5Z702orR5vv52kaPes/CvZHmbzrOaxj/mc5cBUhjUHjISVq0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=AfAh8Ui0p7yBOzfcGAHdC/jImPFSjuB9PrJvhJdl8EqFAAccRB39hnuFfxHMD4p/225HXBMEQofMSIsbFOroPdO8ddTnbOwNSqhoE0vc2zMZ4gqQ80z+3xOop4rjLvYq3ONWsGIfxeR7ONuQ8sVPg6b4dsYiUVouUmmjshFdBn0= Received: by 10.142.44.11 with SMTP id r11mr25797wfr.22.1208862279559; Tue, 22 Apr 2008 04:04:39 -0700 (PDT) Received: by 10.142.232.5 with HTTP; Tue, 22 Apr 2008 04:04:39 -0700 (PDT) Message-ID: Date: Tue, 22 Apr 2008 12:04:39 +0100 From: "Florent Thoumie" Sender: florent.thoumie@gmail.com To: infofarmer@freebsd.org In-Reply-To: <20080422103434.GE54610@amilo.cenkes.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200804151709.03452.mi+mill@aldan.algebra.com> <200804152151.07444.mi+mill@aldan.algebra.com> <20080416022153.GA56554@lor.one-eyed-alien.net> <200804152235.35820.mi+mill@aldan.algebra.com> <20080416030753.GA56826@lor.one-eyed-alien.net> <20080421190501.GG88801@amilo.cenkes.org> <20080421194224.GA21205@lor.one-eyed-alien.net> <20080422103434.GE54610@amilo.cenkes.org> X-Google-Sender-Auth: ae617a1c51d931a7 Cc: ports@freebsd.org, Mikhail Teterin , Brooks Davis Subject: Re: lzma (Re: HEADS UP: upgrading ImageMagick to 6.4.0-6) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2008 11:04:41 -0000 On Tue, Apr 22, 2008 at 11:34 AM, Andrew Pantyukhin wrote: > On Mon, Apr 21, 2008 at 02:42:24PM -0500, Brooks Davis wrote: > > That's well hidden (DOC/lzam.txt in the tarball). Someone > > should produce some sort of lzma-lite distribution that only > > does the basics. Then this could be a practical option. > > Unfortunately, a closer look dispelled the hope. The > public-domained files only show how to use the GPL'ed ones. I had > a conversation with the author, who is worried about incompatible > formats being spawned if he releases lzma from under LGPL. He > might change his mind in the future, though. > > So I guess we'll have to stick to using lzma from ports for now. Maybe releasing the extracting code under public domain? -- Florent Thoumie flz@FreeBSD.org FreeBSD Committer From owner-freebsd-ports@FreeBSD.ORG Tue Apr 22 11:39:19 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3DAA01065671; Tue, 22 Apr 2008 11:39:19 +0000 (UTC) (envelope-from infofarmer@FreeBSD.org) Received: from heka.cenkes.org (heka.cenkes.org [208.79.80.110]) by mx1.freebsd.org (Postfix) with ESMTP id 00F198FC12; Tue, 22 Apr 2008 11:39:18 +0000 (UTC) (envelope-from infofarmer@FreeBSD.org) Received: from amilo.cenkes.org (ppp85-140-148-9.pppoe.mtu-net.ru [85.140.148.9]) (Authenticated sender: sat) by heka.cenkes.org (Postfix) with ESMTPSA id BE214242F842; Tue, 22 Apr 2008 15:39:16 +0400 (MSD) Date: Tue, 22 Apr 2008 15:39:14 +0400 From: Andrew Pantyukhin To: Florent Thoumie Message-ID: <20080422113908.GG54610@amilo.cenkes.org> References: <200804151709.03452.mi+mill@aldan.algebra.com> <200804152151.07444.mi+mill@aldan.algebra.com> <20080416022153.GA56554@lor.one-eyed-alien.net> <200804152235.35820.mi+mill@aldan.algebra.com> <20080416030753.GA56826@lor.one-eyed-alien.net> <20080421190501.GG88801@amilo.cenkes.org> <20080421194224.GA21205@lor.one-eyed-alien.net> <20080422103434.GE54610@amilo.cenkes.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-OS: FreeBSD 8.0-CURRENT amd64 User-Agent: Mutt/1.5.17 (2007-11-01) Cc: ports@freebsd.org, Mikhail Teterin , Brooks Davis Subject: Re: lzma (Re: HEADS UP: upgrading ImageMagick to 6.4.0-6) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: infofarmer@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2008 11:39:19 -0000 On Tue, Apr 22, 2008 at 12:04:39PM +0100, Florent Thoumie wrote: > On Tue, Apr 22, 2008 at 11:34 AM, Andrew Pantyukhin > wrote: > > On Mon, Apr 21, 2008 at 02:42:24PM -0500, Brooks Davis wrote: > > > That's well hidden (DOC/lzam.txt in the tarball). Someone > > > should produce some sort of lzma-lite distribution that only > > > does the basics. Then this could be a practical option. > > > > Unfortunately, a closer look dispelled the hope. The > > public-domained files only show how to use the GPL'ed ones. I had > > a conversation with the author, who is worried about incompatible > > formats being spawned if he releases lzma from under LGPL. He > > might change his mind in the future, though. > > > > So I guess we'll have to stick to using lzma from ports for now. > > Maybe releasing the extracting code under public domain? It doesn't provide the necessary "protection" since the compressing code need not be distributed by whoever profits from incompatibilities. From owner-freebsd-ports@FreeBSD.ORG Tue Apr 22 13:09:12 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 831271065673 for ; Tue, 22 Apr 2008 13:09:12 +0000 (UTC) (envelope-from cokane@freebsd.org) Received: from QMTA03.emeryville.ca.mail.comcast.net (qmta03.emeryville.ca.mail.comcast.net [76.96.30.32]) by mx1.freebsd.org (Postfix) with ESMTP id 488AA8FC33 for ; Tue, 22 Apr 2008 13:09:11 +0000 (UTC) (envelope-from cokane@freebsd.org) Received: from OMTA13.emeryville.ca.mail.comcast.net ([76.96.30.52]) by QMTA03.emeryville.ca.mail.comcast.net with comcast id Gbmm1Z00217UAYkA307200; Tue, 22 Apr 2008 12:50:19 +0000 Received: from discordia ([24.60.135.75]) by OMTA13.emeryville.ca.mail.comcast.net with comcast id Gct81Z0051dmTCQ8Z00000; Tue, 22 Apr 2008 12:53:10 +0000 X-Authority-Analysis: v=1.0 c=1 a=hOSlzImftxMA:10 a=SWg00rOMAAAA:8 a=xe8BsctaAAAA:8 a=xFg3n7baQ2KmC5iEUfwA:9 a=0_vGz5FJMnC0A6lBu_0A:7 a=5TbdEeGyKx3nrLi9JH6uPRGCAH0A:4 a=3_5TX_vZOqAA:10 a=LY0hPdMaydYA:10 a=H-Yapdl1zL2Of3JgDtMA:9 a=1qetyR4MqCOVvqkruLJVPyIsr4AA:4 a=rPt6xJ-oxjAA:10 Received: by discordia (Postfix, from userid 103) id 565721DB2F9; Tue, 22 Apr 2008 08:53:08 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.1.8-gr1 (2007-02-13) on discordia X-Spam-Level: X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.8-gr1 Received: from [172.20.1.3] (erwin.int.cokane.org [172.20.1.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by discordia (Postfix) with ESMTP id 25D5A1DB2F9; Tue, 22 Apr 2008 08:52:50 -0400 (EDT) From: Coleman Kane To: d@delphij.net In-Reply-To: <480D0FAD.2050309@delphij.net> References: <47CDD627.2020808@cokane.org> <20080305044953.GA14420@mail.irbisnet.ru> <47CFE32C.30100@FreeBSD.org> <480D0FAD.2050309@delphij.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-pv/NhX+F3tmsxch8kf9y" Organization: FreeBSD Project Date: Tue, 22 Apr 2008 08:52:20 -0400 Message-Id: <1208868740.3060.9.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.22.1 FreeBSD GNOME Team Port Cc: Marcin Cieslak , freebsd-ports@freebsd.org Subject: Re: Thunderbird, enigmail, and GCC 3.4 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2008 13:09:12 -0000 --=-pv/NhX+F3tmsxch8kf9y Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2008-04-21 at 15:05 -0700, Xin LI wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 >=20 > Hi, Coleman, >=20 > Finally I caught the issue for thunderbird. It was due to the > difference between our floating point handling and Linux's counterpart. > ~ The patch attached would fix the problem at thunderbird part. >=20 > Unfortunately enigmail plugin compiled with gcc 4.x as shipped with > FreeBSD 7.0+ would still crash with Signal 11, but with gcc 3.4 it would > work fine. I have not yet figured out why this would happen... >=20 > Cheers, > - -- > Xin LI http://www.delphij.net/ > FreeBSD - The Power to Serve! > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.8 (FreeBSD) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org >=20 > iEUEARECAAYFAkgND6wACgkQi+vbBBjt66D0awCY4lzwwwmAaOLuoGEVo9OEHI8u > ZwCfUi2KfOWUR3GFFCSiba6g5YK/sjg=3D > =3DwLNg > -----END PGP SIGNATURE----- > plain text document attachment (thunderbird.diff) > Index: Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /home/ncvs/ports/mail/thunderbird/Makefile,v > retrieving revision 1.90 > diff -u -p -r1.90 Makefile > --- Makefile 19 Apr 2008 17:51:46 -0000 1.90 > +++ Makefile 21 Apr 2008 21:58:18 -0000 > @@ -8,7 +8,7 @@ > =20 > PORTNAME=3D thunderbird > DISTVERSION=3D 2.0.0.12 > -PORTREVISION=3D 2 > +PORTREVISION=3D 3 > CATEGORIES=3D mail ipv6 > MASTER_SITES=3D ${MASTER_SITE_MOZILLA_EXTENDED} > MASTER_SITE_SUBDIR=3D thunderbird/releases/${DISTVERSION}/source > Index: files/patch-Double.cpp > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /home/ncvs/ports/mail/thunderbird/files/patch-Double.cpp,v > retrieving revision 1.2 > diff -u -p -r1.2 patch-Double.cpp > --- files/patch-Double.cpp 16 Nov 2003 18:55:33 -0000 1.2 > +++ files/patch-Double.cpp 21 Apr 2008 21:05:06 -0000 > @@ -1,20 +1,20 @@ > ---- extensions/transformiix/source/base/Double.cpp.orig Thu Jan 30 09:26= :46 2003 > -+++ extensions/transformiix/source/base/Double.cpp Sun Nov 16 01:46:42 2= 003 > -@@ -51,10 +51,10 @@ > +--- extensions/transformiix/source/base/Double.cpp.orig 2006-06-22 12:13= :00.000000000 -0700 > ++++ extensions/transformiix/source/base/Double.cpp 2008-04-21 14:04:37.5= 40570448 -0700 > +@@ -52,10 +52,10 @@ > //A trick to handle IEEE floating point exceptions on FreeBSD - E.D. > #ifdef __FreeBSD__ > #include > -#ifdef __alpha__ > -fp_except_t allmask =3D FP_X_INV|FP_X_OFL|FP_X_UFL|FP_X_DZ|FP_X_IMP; > -#else > -+#if defined(__i386__) > ++#if defined(__i386__) || defined(__amd64__) > fp_except_t allmask =3D FP_X_INV|FP_X_OFL|FP_X_UFL|FP_X_DZ|FP_X_IMP|FP_= X_DNML; > +#else > +fp_except_t allmask =3D FP_X_INV|FP_X_OFL|FP_X_UFL|FP_X_DZ|FP_X_IMP; > #endif > fp_except_t oldmask =3D fpsetmask(~allmask); > #endif > -@@ -75,22 +75,31 @@ > +@@ -115,22 +115,31 @@ > #define TX_DOUBLE_HI32_EXPMASK 0x7ff00000 > #define TX_DOUBLE_HI32_MANTMASK 0x000fffff Hi Xin Li, I am only now coming into this (and it seems that a significant number of people have already reported on it). I can confirm that I've tried TB and Enigmail from ports, and ever since around the time that 2.0.0.12 was brought in, I cannot get enigmail to work no matter what combination of USE_GCC I have between mail/thunderbird and mail/enigmail-thunderbird. I am using 8.0-CURRENT as of about four days ago (just after sos@ imported the last of the sys/dev/ata fixes). Since that time, I have managed to bring in some fixes to devel/glib20 that fix the shared-object module loading that used to make evolution take 10 minutes to start up (seriously!). In addition, I sent some fixes over to the seahorse crowd (and committed them to our seahorse port) to fix breakage when using seahorse-agent w/ GnuPG. This allowed me to finally use Evolution+GnuPG together. I'll try the patch below on enigmail w/ TB to see if it fixes the breakage in enigmail-tb for me now... but I may take a couple days time getting reports back to you. --=20 Coleman Kane --=-pv/NhX+F3tmsxch8kf9y Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iEYEABECAAYFAkgN33oACgkQcMSxQcXat5cu3ACeKWgHHVnzmSzpNdZKMB3avW2J sl8AnjdZt4ATlFna8PVHxxmokXcEY9zy =VN1C -----END PGP SIGNATURE----- --=-pv/NhX+F3tmsxch8kf9y-- From owner-freebsd-ports@FreeBSD.ORG Tue Apr 22 13:56:59 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C707A106566C; Tue, 22 Apr 2008 13:56:59 +0000 (UTC) (envelope-from brooks@lor.one-eyed-alien.net) Received: from lor.one-eyed-alien.net (cl-162.ewr-01.us.sixxs.net [IPv6:2001:4830:1200:a1::2]) by mx1.freebsd.org (Postfix) with ESMTP id 2B6998FC1C; Tue, 22 Apr 2008 13:56:59 +0000 (UTC) (envelope-from brooks@lor.one-eyed-alien.net) Received: from lor.one-eyed-alien.net (localhost [127.0.0.1]) by lor.one-eyed-alien.net (8.14.2/8.14.2) with ESMTP id m3MDv9Ej031412; Tue, 22 Apr 2008 08:57:09 -0500 (CDT) (envelope-from brooks@lor.one-eyed-alien.net) Received: (from brooks@localhost) by lor.one-eyed-alien.net (8.14.2/8.14.2/Submit) id m3MDv8Xj031411; Tue, 22 Apr 2008 08:57:08 -0500 (CDT) (envelope-from brooks) Date: Tue, 22 Apr 2008 08:57:08 -0500 From: Brooks Davis To: Andrew Pantyukhin Message-ID: <20080422135708.GB22905@lor.one-eyed-alien.net> References: <200804151709.03452.mi+mill@aldan.algebra.com> <200804152151.07444.mi+mill@aldan.algebra.com> <20080416022153.GA56554@lor.one-eyed-alien.net> <200804152235.35820.mi+mill@aldan.algebra.com> <20080416030753.GA56826@lor.one-eyed-alien.net> <20080421190501.GG88801@amilo.cenkes.org> <20080421194224.GA21205@lor.one-eyed-alien.net> <20080422103434.GE54610@amilo.cenkes.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IrhDeMKUP4DT/M7F" Content-Disposition: inline In-Reply-To: <20080422103434.GE54610@amilo.cenkes.org> User-Agent: Mutt/1.5.17 (2007-11-01) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (lor.one-eyed-alien.net [127.0.0.1]); Tue, 22 Apr 2008 08:57:09 -0500 (CDT) Cc: ports@FreeBSD.org, Mikhail Teterin Subject: Re: lzma (Re: HEADS UP: upgrading ImageMagick to 6.4.0-6) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2008 13:56:59 -0000 --IrhDeMKUP4DT/M7F Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Apr 22, 2008 at 02:34:39PM +0400, Andrew Pantyukhin wrote: > On Mon, Apr 21, 2008 at 02:42:24PM -0500, Brooks Davis wrote: > > That's well hidden (DOC/lzam.txt in the tarball). Someone > > should produce some sort of lzma-lite distribution that only > > does the basics. Then this could be a practical option. >=20 > Unfortunately, a closer look dispelled the hope. The > public-domained files only show how to use the GPL'ed ones. I had > a conversation with the author, who is worried about incompatible > formats being spawned if he releases lzma from under LGPL. He > might change his mind in the future, though. Too bad. :( FWIW, I don't see any significant, incompatible competitors to bzip2 or ogg vorbis (for example). -- Brooks --IrhDeMKUP4DT/M7F Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iD8DBQFIDe60XY6L6fI4GtQRAkuRAKCPZ891jyvS4IdP2aO7rfW3s76Z2gCfexcB H6PRZqaUmN0c4W4jbiK9o2U= =A0r6 -----END PGP SIGNATURE----- --IrhDeMKUP4DT/M7F-- From owner-freebsd-ports@FreeBSD.ORG Tue Apr 22 14:33:43 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1030A1065670; Tue, 22 Apr 2008 14:33:43 +0000 (UTC) (envelope-from infofarmer@FreeBSD.org) Received: from heka.cenkes.org (heka.cenkes.org [208.79.80.110]) by mx1.freebsd.org (Postfix) with ESMTP id C13A58FC13; Tue, 22 Apr 2008 14:33:42 +0000 (UTC) (envelope-from infofarmer@FreeBSD.org) Received: from amilo.cenkes.org (ppp85-140-148-9.pppoe.mtu-net.ru [85.140.148.9]) (Authenticated sender: sat) by heka.cenkes.org (Postfix) with ESMTPSA id 82D1C242F88A; Tue, 22 Apr 2008 18:33:41 +0400 (MSD) Date: Tue, 22 Apr 2008 18:33:42 +0400 From: Andrew Pantyukhin To: Brooks Davis Message-ID: <20080422143338.GH54610@amilo.cenkes.org> References: <200804151709.03452.mi+mill@aldan.algebra.com> <200804152151.07444.mi+mill@aldan.algebra.com> <20080416022153.GA56554@lor.one-eyed-alien.net> <200804152235.35820.mi+mill@aldan.algebra.com> <20080416030753.GA56826@lor.one-eyed-alien.net> <20080421190501.GG88801@amilo.cenkes.org> <20080421194224.GA21205@lor.one-eyed-alien.net> <20080422103434.GE54610@amilo.cenkes.org> <20080422135708.GB22905@lor.one-eyed-alien.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080422135708.GB22905@lor.one-eyed-alien.net> X-OS: FreeBSD 8.0-CURRENT amd64 User-Agent: Mutt/1.5.17 (2007-11-01) Cc: ports@FreeBSD.org, Mikhail Teterin Subject: Re: lzma (Re: HEADS UP: upgrading ImageMagick to 6.4.0-6) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: infofarmer@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2008 14:33:43 -0000 On Tue, Apr 22, 2008 at 08:57:08AM -0500, Brooks Davis wrote: > On Tue, Apr 22, 2008 at 02:34:39PM +0400, Andrew Pantyukhin wrote: > > On Mon, Apr 21, 2008 at 02:42:24PM -0500, Brooks Davis wrote: > > > That's well hidden (DOC/lzam.txt in the tarball). Someone > > > should produce some sort of lzma-lite distribution that only > > > does the basics. Then this could be a practical option. > > > > Unfortunately, a closer look dispelled the hope. The > > public-domained files only show how to use the GPL'ed ones. I had > > a conversation with the author, who is worried about incompatible > > formats being spawned if he releases lzma from under LGPL. He > > might change his mind in the future, though. > > Too bad. :( FWIW, I don't see any significant, incompatible competitors > to bzip2 or ogg vorbis (for example). It seems that GPL infects not only software, but minds also, with pure FUD. From owner-freebsd-ports@FreeBSD.ORG Tue Apr 22 14:36:54 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3254D106566C; Tue, 22 Apr 2008 14:36:54 +0000 (UTC) (envelope-from mteterin@mlp.com) Received: from outbound-mail.mlp.com (outbound-mail.mlp.com [204.212.175.37]) by mx1.freebsd.org (Postfix) with ESMTP id 855FA8FC1B; Tue, 22 Apr 2008 14:36:53 +0000 (UTC) (envelope-from mteterin@mlp.com) Received: from misha (Not Verified[10.5.105.98]) by outbound-mail.mlp.com with MailMarshal (v6, 1, 5, 586) id ; Tue, 22 Apr 2008 10:21:51 -0400 From: Mikhail Teterin To: infofarmer@freebsd.org Date: Tue, 22 Apr 2008 10:21:45 -0400 User-Agent: KMail/1.7.1 References: <200804151709.03452.mi+mill@aldan.algebra.com> <20080421194224.GA21205@lor.one-eyed-alien.net> <20080422103434.GE54610@amilo.cenkes.org> In-Reply-To: <20080422103434.GE54610@amilo.cenkes.org> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-u" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200804221021.45834.mteterin@mlp.com> Cc: ports@freebsd.org, naddy@freebsd.org, Brooks Davis Subject: Re: lzma (Re: HEADS UP: upgrading ImageMagick to 6.4.0-6) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2008 14:36:54 -0000 =D7=A6=D7=D4=CF=D2=CF=CB 22 =CB=D7=A6=D4=C5=CE=D8 2008 06:34 =C4=CF, Andr= ew Pantyukhin =F7=C9 =CE=C1=D0=C9=D3=C1=CC=C9: > So I guess we'll have to stick to using lzma from ports for now. Well, we lived with bzip2 from ports for quite a while... The real problem with lzma right now is that lzmautils (already marked as= =20 incompatible with lzma) installs its own lzma executable, with incompatib= le=20 command-line arguments :-( Maybe, instead of marking the ports as mutually incompatible, one of them= =20 could be modified to install executables under different names?.. =20-mi ###################################################################### The information contained in this communication is confidential and may contain information that is privileged or exempt from disclosure under applicable law. If you are not a named addressee, please notify the sender immediately and delete this email from your system. If you have received this communication, and are not a named recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. ###################################################################### From owner-freebsd-ports@FreeBSD.ORG Tue Apr 22 15:00:34 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A430010656C0; Tue, 22 Apr 2008 15:00:34 +0000 (UTC) (envelope-from infofarmer@FreeBSD.org) Received: from heka.cenkes.org (heka.cenkes.org [208.79.80.110]) by mx1.freebsd.org (Postfix) with ESMTP id 60F5C8FC1A; Tue, 22 Apr 2008 15:00:34 +0000 (UTC) (envelope-from infofarmer@FreeBSD.org) Received: from amilo.cenkes.org (ppp85-140-148-9.pppoe.mtu-net.ru [85.140.148.9]) (Authenticated sender: sat) by heka.cenkes.org (Postfix) with ESMTPSA id 1C97B242F88A; Tue, 22 Apr 2008 19:00:32 +0400 (MSD) Date: Tue, 22 Apr 2008 19:00:35 +0400 From: Andrew Pantyukhin To: Mikhail Teterin Message-ID: <20080422150030.GI54610@amilo.cenkes.org> References: <200804151709.03452.mi+mill@aldan.algebra.com> <20080421194224.GA21205@lor.one-eyed-alien.net> <20080422103434.GE54610@amilo.cenkes.org> <200804221021.45834.mteterin@mlp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <200804221021.45834.mteterin@mlp.com> X-OS: FreeBSD 8.0-CURRENT amd64 User-Agent: Mutt/1.5.17 (2007-11-01) Cc: ports@freebsd.org, naddy@freebsd.org, Brooks Davis Subject: Re: lzma (Re: HEADS UP: upgrading ImageMagick to 6.4.0-6) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: infofarmer@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2008 15:00:34 -0000 On Tue, Apr 22, 2008 at 10:21:45AM -0400, Mikhail Teterin wrote: > =D0=B2=D1=96=D0=B2=D1=82=D0=BE=D1=80=D0=BE=D0=BA 22 =D0=BA=D0=B2=D1=96=D1= =82=D0=B5=D0=BD=D1=8C 2008 06:34 =D0=B4=D0=BE, Andrew Pantyukhin =D0=92=D0= =B8 =D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0=BB=D0=B8: > > So I guess we'll have to stick to using lzma from ports for now. >=20 > Well, we lived with bzip2 from ports for quite a while... >=20 > The real problem with lzma right now is that lzmautils (already marked as= =20 > incompatible with lzma) installs its own lzma executable, with incompatib= le=20 > command-line arguments :-( >=20 > Maybe, instead of marking the ports as mutually incompatible, one of them= =20 > could be modified to install executables under different names?.. We had a talk with naddy about it, but since there are people using archivers/lzma with whatever syntax it has, in scripted environments, I'm inclined not to surprise them very much. I think a wrapper can be added to lzmautils for full backwards-compatibility, I may look at it later. Also, the lzmautils website claims it's of alpha-quality, so I'm also hesitant to rely on it completely. At any rate, I think having a reference implementation of lzma util in ports is a good thing. OTOH, changing lzmautils' lzma to another name would probably confuse gtar (I'm not sure though). From owner-freebsd-ports@FreeBSD.ORG Tue Apr 22 15:03:44 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1BCE0106567E; Tue, 22 Apr 2008 15:03:44 +0000 (UTC) (envelope-from mteterin@mlp.com) Received: from outbound-mail.mlp.com (outbound-mail.mlp.com [204.212.175.37]) by mx1.freebsd.org (Postfix) with ESMTP id 6D89F8FC19; Tue, 22 Apr 2008 15:03:43 +0000 (UTC) (envelope-from mteterin@mlp.com) Received: from misha (Not Verified[10.5.105.98]) by outbound-mail.mlp.com with MailMarshal (v6, 1, 5, 586) id ; Tue, 22 Apr 2008 11:03:42 -0400 From: Mikhail Teterin To: infofarmer@freebsd.org Date: Tue, 22 Apr 2008 11:03:32 -0400 User-Agent: KMail/1.7.1 References: <200804151709.03452.mi+mill@aldan.algebra.com> <200804221021.45834.mteterin@mlp.com> <20080422150030.GI54610@amilo.cenkes.org> In-Reply-To: <20080422150030.GI54610@amilo.cenkes.org> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-u" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200804221103.32569.mteterin@mlp.com> Cc: ports@freebsd.org, naddy@freebsd.org, Brooks Davis Subject: Re: lzma (Re: HEADS UP: upgrading ImageMagick to 6.4.0-6) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2008 15:03:44 -0000 =D7=A6=D7=D4=CF=D2=CF=CB 22 =CB=D7=A6=D4=C5=CE=D8 2008 11:00 =C4=CF, Andr= ew Pantyukhin =F7=C9 =CE=C1=D0=C9=D3=C1=CC=C9: > Also, the lzmautils website claims it's of alpha-quality, so I'm > also hesitant to rely on it completely. At any rate, I think > having a reference implementation of lzma util in ports is a good > thing. OTOH, changing lzmautils' lzma to another name would > probably confuse gtar (I'm not sure though). Well, we can patch gtar to call glzma or some such... =20-mi ###################################################################### The information contained in this communication is confidential and may contain information that is privileged or exempt from disclosure under applicable law. If you are not a named addressee, please notify the sender immediately and delete this email from your system. If you have received this communication, and are not a named recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. ###################################################################### From owner-freebsd-ports@FreeBSD.ORG Tue Apr 22 15:59:10 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8EF91106566B; Tue, 22 Apr 2008 15:59:10 +0000 (UTC) (envelope-from chris@chrismaness.com) Received: from nlpi087.prodigy.net (nlpi087.prodigy.net [207.115.36.103]) by mx1.freebsd.org (Postfix) with ESMTP id 47EB18FC19; Tue, 22 Apr 2008 15:59:09 +0000 (UTC) (envelope-from chris@chrismaness.com) X-ORBL: [76.238.148.145] Received: from adsl-76-238-148-145.dsl.irvnca.sbcglobal.net (adsl-76-238-148-145.dsl.irvnca.sbcglobal.net [76.238.148.145]) by nlpi087.prodigy.net (8.13.8 out.dk.spool/8.13.8) with ESMTP id m3MFwo0s019868; Tue, 22 Apr 2008 10:58:50 -0500 Date: Tue, 22 Apr 2008 08:58:49 -0700 (PDT) From: Chris Maness X-X-Sender: chris@ns1.kq6up.org To: Diane Bruce In-Reply-To: <20080422053421.GA49306@night.db.net> Message-ID: References: <480D41E2.8010604@chrismaness.com> <20080422053421.GA49306@night.db.net> User-Agent: Alpine 1.10 (BSF 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: ports@freebsd.org, db@freebsd.org Subject: Re: FreeBSD Port: fldigi-2.10 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2008 15:59:10 -0000 Chris Maness (909) 223-9179 http://www.chrismaness.com On Tue, 22 Apr 2008, Diane Bruce wrote: > On Mon, Apr 21, 2008 at 06:39:46PM -0700, Chris Maness wrote: >> Hello, Diane, >> >> I am having trouble getting fldigi to compile. Also, the binary install >> core dumps (signal 11) on two different FreeBSD installs. This is on >> release 7.0. > > hrmmm ugh fldigi-2.10 runs fine here on i386 FreeBSD 7.0. What architecture > are you on? Does it happen to be amd64? I'll need to see a gdb bt if you > can. > >> >> /usr/bin/ld: cannot find -lgio-2.0 >> gmake: *** [libgiofam.la] Error 1 >> *** Error code 2 >> >> Stop in /usr/ports/devel/gio-fam-backend. >> *** Error code 1 > > This problem is actually in devel/gio-fam-backend > > I have duplicated the problem. > > /usr/bin/ld: cannot find -lgio-2.0 > gmake: *** [libgiofam.la] Error 1 > *** Error code 2 > > But I am not sure how this could happen. Are your ports up to date? > > Basically gio-fam-backend has a dependancy on /usr/ports/devel/glib20 > or should have. Unless glib20 port is installed first, libgiofam will fail. > I've only taken a quick cursory look, but it appears this might be > related to a commit to /usr/ports/Mk/bsd.gnome.mk > > # $FreeBSD: ports/Mk/bsd.gnome.mk,v 1.146 2008/03/24 15:59:55 marcus Exp $ > > In the meantime, cd /usr/ports/devel/glib20;make install > then return to your fldigi build. I am running a fresh install on a PIII (i686). There is a problem with the binary install version too. It segfaults when loaded. I am trying again after rebuilding my ports and it is already past pulse audio, so that looks hopeful. > >> Also, I have been able to get tlf working in console using screen. You >> might have already known this, but I just found out about it a couple of >> weeks ago. Maybe put a small notice about screen for vt100 >> compatibility in the install script. I had sent you an e-mail regarding >> the terminal issues a while back, but I guess that would be a good fix. >> The only issue I have found is that backspace still does not work under >> FreeBSD. > > Yes, I remember your comment about that. I'll look at it again, thanks. > > - 73 Diane VA3DB > -- > - db@FreeBSD.org db@db.net http://www.db.net/~db > Thanks Diane, I was hopping to use TLF on FBSD for field day. Also, do you know of a rtty ap that is capable of FSK in linux/BSD? It looks like everything is based on sound card AFSK which is terrible for contesting. I have been looking at hamcomm31 this is ancient dos stuff, but it runs good under dosbox. I have not had a chance to test the direct com port access under FreeBSD for dosbox. It looks like a neat little program if direct access works. From owner-freebsd-ports@FreeBSD.ORG Tue Apr 22 17:33:53 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 56FE0106566C; Tue, 22 Apr 2008 17:33:53 +0000 (UTC) (envelope-from chris@chrismaness.com) Received: from nlpi101.prodigy.net (nlpi101.prodigy.net [207.115.36.117]) by mx1.freebsd.org (Postfix) with ESMTP id F10DB8FC17; Tue, 22 Apr 2008 17:33:52 +0000 (UTC) (envelope-from chris@chrismaness.com) X-ORBL: [76.238.148.145] Received: from adsl-76-238-148-145.dsl.irvnca.sbcglobal.net (adsl-76-238-148-145.dsl.irvnca.sbcglobal.net [76.238.148.145]) by nlpi101.prodigy.net (8.13.8 out.dk.spool/8.13.8) with ESMTP id m3MHXb4S007257; Tue, 22 Apr 2008 12:33:38 -0500 Date: Tue, 22 Apr 2008 10:33:37 -0700 (PDT) From: Chris Maness X-X-Sender: chris@ns1.kq6up.org To: Diane Bruce In-Reply-To: <20080422053421.GA49306@night.db.net> Message-ID: References: <480D41E2.8010604@chrismaness.com> <20080422053421.GA49306@night.db.net> User-Agent: Alpine 1.10 (BSF 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: ports@freebsd.org, db@freebsd.org, w1hkj@w1hkj.com Subject: Re: FreeBSD Port: fldigi-2.10 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2008 17:33:53 -0000 Here is what I got after rebuilding. Chris Maness KQ6UP (909) 223-9179 http://www.chrismaness.com Version information: fldigi 2.10 System: FreeBSD muon.kq6up.org 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 Built on Tue Apr 22 10:20:44 PDT 2008 by root@muon.kq6up.org with: gcc version 4.2.1 20070719 [FreeBSD] CFLAGS=-I. -I./include -I./irrxml -DNDEBUG -pthread -I/usr/local/include/portaudio2 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -O2 -fno-strict-aliasing -pipe -I/usr/local/include -I/usr/local/include -I/usr/local/include -D_REENTRANT -I/usr/local/include -I/usr/local/include -pipe -Wall -O2 -ffast-math -fexceptions -finline-functions -O2 -fno-strict-aliasing -pipe LDFLAGS=-pthread -L/usr/local/lib/portaudio2 -lportaudio -lm -L/usr/local/lib -lm -Wl,-rpath,/usr/local/lib -pthread -lfltk_images -lpng -lz -ljpeg -lfltk -lXft -lpthread -lXext -lX11 -L/usr/local/lib -lsndfile -L/usr/local/lib -lsamplerate -pthread -L/usr/local/lib -lpulse-simple -lpulse -L/usr/local/lib -lhamlib -lm Libraries: FLTK 1.1.7 Hamlib version 1.2.6.1 PortAudio V19-devel 1899 libsndfile-1.0.17 Abort trap: 6 (core dumped) From owner-freebsd-ports@FreeBSD.ORG Tue Apr 22 18:03:50 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 405E3106564A; Tue, 22 Apr 2008 18:03:50 +0000 (UTC) (envelope-from db@db.net) Received: from diana.db.net (diana.db.net [204.228.229.66]) by mx1.freebsd.org (Postfix) with ESMTP id 157FD8FC14; Tue, 22 Apr 2008 18:03:49 +0000 (UTC) (envelope-from db@db.net) Received: from diana.db.net ([204.228.229.66] helo=localhost ident=mailnull) by diana.db.net with esmtp (Exim 4.66 (FreeBSD)) (envelope-from ) id 1JoMq7-000LQo-4p; Tue, 22 Apr 2008 12:03:35 -0600 Received: from diana.db.net ([127.0.0.1] helo=localhost) (envelope-from ) id 1JoMq3-000KKB-7d; Tue, 22 Apr 2008 14:03:31 -0400 Date: Tue, 22 Apr 2008 14:03:30 -0400 From: Diane Bruce To: Chris Maness Message-ID: <20080422180330.GA76411@night.db.net> References: <480D41E2.8010604@chrismaness.com> <20080422053421.GA49306@night.db.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: ports@freebsd.org, db@freebsd.org, Diane Bruce , w1hkj@w1hkj.com Subject: Re: FreeBSD Port: fldigi-2.10 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2008 18:03:50 -0000 On Tue, Apr 22, 2008 at 10:33:37AM -0700, Chris Maness wrote: > > Here is what I got after rebuilding. > ... > Hamlib version 1.2.6.1 > PortAudio V19-devel 1899 > libsndfile-1.0.17 > Abort trap: 6 (core dumped) At this point, it sounds like a hardware problem. Check your RAM. - 73 Diane VA3DB -- - db@FreeBSD.org db@db.net http://www.db.net/~db From owner-freebsd-ports@FreeBSD.ORG Tue Apr 22 18:09:48 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 561981065674; Tue, 22 Apr 2008 18:09:48 +0000 (UTC) (envelope-from chris@chrismaness.com) Received: from nlpi101.prodigy.net (nlpi101.prodigy.net [207.115.36.117]) by mx1.freebsd.org (Postfix) with ESMTP id BD8718FC17; Tue, 22 Apr 2008 18:09:47 +0000 (UTC) (envelope-from chris@chrismaness.com) X-ORBL: [76.238.148.145] Received: from adsl-76-238-148-145.dsl.irvnca.sbcglobal.net (adsl-76-238-148-145.dsl.irvnca.sbcglobal.net [76.238.148.145]) by nlpi101.prodigy.net (8.13.8 out.dk.spool/8.13.8) with ESMTP id m3MI9VDu009244; Tue, 22 Apr 2008 13:09:32 -0500 Date: Tue, 22 Apr 2008 11:09:30 -0700 (PDT) From: Chris Maness X-X-Sender: chris@ns1.kq6up.org To: Diane Bruce In-Reply-To: <20080422180330.GA76411@night.db.net> Message-ID: References: <480D41E2.8010604@chrismaness.com> <20080422053421.GA49306@night.db.net> <20080422180330.GA76411@night.db.net> User-Agent: Alpine 1.10 (BSF 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: ports@freebsd.org, db@freebsd.org, w1hkj@w1hkj.com Subject: Re: FreeBSD Port: fldigi-2.10 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2008 18:09:48 -0000 Chris Maness (909) 223-9179 http://www.chrismaness.com On Tue, 22 Apr 2008, Diane Bruce wrote: > On Tue, Apr 22, 2008 at 10:33:37AM -0700, Chris Maness wrote: >> >> Here is what I got after rebuilding. >> > ... >> Hamlib version 1.2.6.1 >> PortAudio V19-devel 1899 >> libsndfile-1.0.17 >> Abort trap: 6 (core dumped) > > At this point, it sounds like a hardware problem. Check your RAM. > > - 73 Diane VA3DB > -- > - db@FreeBSD.org db@db.net http://www.db.net/~db > How much ram does your 386 have? I have 256Mb running TWM and xorg only. From owner-freebsd-ports@FreeBSD.ORG Tue Apr 22 18:27:04 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D26A1106564A; Tue, 22 Apr 2008 18:27:04 +0000 (UTC) (envelope-from chris@chrismaness.com) Received: from nlpi101.prodigy.net (nlpi101.prodigy.net [207.115.36.117]) by mx1.freebsd.org (Postfix) with ESMTP id 769658FC22; Tue, 22 Apr 2008 18:27:04 +0000 (UTC) (envelope-from chris@chrismaness.com) X-ORBL: [76.238.148.145] Received: from adsl-76-238-148-145.dsl.irvnca.sbcglobal.net (adsl-76-238-148-145.dsl.irvnca.sbcglobal.net [76.238.148.145]) by nlpi101.prodigy.net (8.13.8 out.dk.spool/8.13.8) with ESMTP id m3MIQj0r009546; Tue, 22 Apr 2008 13:26:49 -0500 Date: Tue, 22 Apr 2008 11:26:45 -0700 (PDT) From: Chris Maness X-X-Sender: chris@ns1.kq6up.org To: Diane Bruce In-Reply-To: <20080422180330.GA76411@night.db.net> Message-ID: References: <480D41E2.8010604@chrismaness.com> <20080422053421.GA49306@night.db.net> <20080422180330.GA76411@night.db.net> User-Agent: Alpine 1.10 (BSF 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: ports@freebsd.org, db@freebsd.org, w1hkj@w1hkj.com Subject: Re: FreeBSD Port: fldigi-2.10 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2008 18:27:04 -0000 Chris Maness (909) 223-9179 http://www.chrismaness.com On Tue, 22 Apr 2008, Diane Bruce wrote: > On Tue, Apr 22, 2008 at 10:33:37AM -0700, Chris Maness wrote: >> >> Here is what I got after rebuilding. >> > ... >> Hamlib version 1.2.6.1 >> PortAudio V19-devel 1899 >> libsndfile-1.0.17 >> Abort trap: 6 (core dumped) > > At this point, it sounds like a hardware problem. Check your RAM. > > - 73 Diane VA3DB > -- > - db@FreeBSD.org db@db.net http://www.db.net/~db > I guess I only have 128Mb. I probably need to slap another stick in. From owner-freebsd-ports@FreeBSD.ORG Tue Apr 22 19:46:50 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA7C7106564A for ; Tue, 22 Apr 2008 19:46:50 +0000 (UTC) (envelope-from mailnull@mips.inka.de) Received: from mail-in-13.arcor-online.net (mail-in-13.arcor-online.net [151.189.21.53]) by mx1.freebsd.org (Postfix) with ESMTP id 99B278FC1F for ; Tue, 22 Apr 2008 19:46:50 +0000 (UTC) (envelope-from mailnull@mips.inka.de) Received: from mail-in-04-z2.arcor-online.net (mail-in-04-z2.arcor-online.net [151.189.8.16]) by mail-in-13.arcor-online.net (Postfix) with ESMTP id CA3011E508D for ; Tue, 22 Apr 2008 21:46:48 +0200 (CEST) Received: from mail-in-17.arcor-online.net (mail-in-17.arcor-online.net [151.189.21.57]) by mail-in-04-z2.arcor-online.net (Postfix) with ESMTP id B0C08AC4AD for ; Tue, 22 Apr 2008 21:46:48 +0200 (CEST) Received: from kemoauc.mips.inka.de (dslb-088-066-039-230.pools.arcor-ip.net [88.66.39.230]) by mail-in-17.arcor-online.net (Postfix) with ESMTP id 9280D2BC022 for ; Tue, 22 Apr 2008 21:46:48 +0200 (CEST) Received: from kemoauc.mips.inka.de (localhost [127.0.0.1]) by kemoauc.mips.inka.de (8.13.8/8.13.8) with ESMTP id m3MJkj9H054591 for ; Tue, 22 Apr 2008 21:46:45 +0200 (CEST) (envelope-from mailnull@kemoauc.mips.inka.de) Received: (from mailnull@localhost) by kemoauc.mips.inka.de (8.13.8/8.13.8/Submit) id m3MJkjRK054590 for freebsd-ports@freebsd.org; Tue, 22 Apr 2008 21:46:45 +0200 (CEST) (envelope-from mailnull) From: naddy@mips.inka.de (Christian Weisgerber) Date: Tue, 22 Apr 2008 19:46:44 +0000 (UTC) Message-ID: References: <200804151709.03452.mi+mill@aldan.algebra.com> <20080421194224.GA21205@lor.one-eyed-alien.net> <20080422103434.GE54610@amilo.cenkes.org> <200804221021.45834.mteterin@mlp.com> Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-ports@freebsd.org X-Virus-Scanned: ClamAV 0.92.1/6883/Tue Apr 22 20:58:25 2008 on mail-in-17.arcor-online.net X-Virus-Status: Clean Subject: Re: lzma (Re: HEADS UP: upgrading ImageMagick to 6.4.0-6) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2008 19:46:51 -0000 Mikhail Teterin wrote: > The real problem with lzma right now is that lzmautils (already marked as > incompatible with lzma) installs its own lzma executable, with incompatible > command-line arguments :-( I would have preferred for what is now lzmautils to actually replace the lzma port, but Andrew wasn't happy with that. The LZMA Utils program follows the usual command line syntax for a Unix compressor, in agreement with compress/gzip/bzip2. I think this is the right way to go, and more importantly, I expect the Linux herd to move into that direction. GNU tar already includes support for lzma and it expects the one from LZMA Utils. > Maybe, instead of marking the ports as mutually incompatible, one of them > could be modified to install executables under different names?.. Sure. The question is, which program do people expect when they type "lzma" and which one should be renamed? -- Christian "naddy" Weisgerber naddy@mips.inka.de From owner-freebsd-ports@FreeBSD.ORG Tue Apr 22 19:58:17 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 020161065674 for ; Tue, 22 Apr 2008 19:58:17 +0000 (UTC) (envelope-from masoom.shaikh@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 4549A8FC23 for ; Tue, 22 Apr 2008 19:58:16 +0000 (UTC) (envelope-from masoom.shaikh@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so2501114fgg.35 for ; Tue, 22 Apr 2008 12:58:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=7YpRf+4ZNgNaRVW0k3PXHoSkJ3OzLrP/u4UzEhaA0/s=; b=qu3wgTLA5gxve/KZQbQSMKtzezGkd3f8SU/Mqavt/ZcY4t6GmjJkK2qdOeLtJ67LdOxUMClv4oCloeWSWiSDdJSPwQh3uhnyfNQ6PXIBm+yrAq2twI9ztnKKcuDkY6SGDc8IDoVaLrhytDpjvcSGpZD6vXGk831MMmmIwNrjXSg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=Cojla+N1hjeLeewiagNSk+Tj4/FIgqegxjxw6/M4eVDs+B1gA2tWF2KMXFfXHGoOBQuefEERtgF6F2Jgx/5QzO8Yzot/Yq13Pt5DIgNdOaLZMRXP5E7rSHhWr+eAorr3emlxjrgatnl/aRGeA1KwToMHtPnutWv2JvFu+5SNstA= Received: by 10.86.51.2 with SMTP id y2mr1285779fgy.15.1208894292723; Tue, 22 Apr 2008 12:58:12 -0700 (PDT) Received: by 10.86.51.15 with HTTP; Tue, 22 Apr 2008 12:58:12 -0700 (PDT) Message-ID: Date: Wed, 23 Apr 2008 01:28:12 +0530 From: Masoom To: ports@freebsd.org In-Reply-To: MIME-Version: 1.0 References: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: bsdkaffee@gmail.com Subject: Re: ruby-qt3, ruby-kde3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Apr 2008 19:58:17 -0000 I am pasting modified script to use KDE3.5.8 in the hope of it being usefull, the original being at the link indicated below ---ruby-qt-kde.share begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # ruby-kde3 # ruby-kde3/pkg-descr # ruby-kde3/pkg-plist # ruby-kde3/Makefile # ruby-kde3/distinfo # ruby-qt3 # ruby-qt3/Makefile # ruby-qt3/pkg-descr # ruby-qt3/pkg-plist # ruby-qt3/distinfo # echo c - ruby-kde3 mkdir -p ruby-kde3 > /dev/null 2>&1 echo x - ruby-kde3/pkg-descr sed 's/^X//' >ruby-kde3/pkg-descr << 'END-of-ruby-kde3/pkg-descr' Ruby bindings for KDE, also known as Korundum. WWW: http://developer.kde.org/language-bindings/ruby/index.html END-of-ruby-kde3/pkg-descr echo x - ruby-kde3/pkg-plist sed 's/^X//' >ruby-kde3/pkg-plist << 'END-of-ruby-kde3/pkg-plist' bin/krubyinit bin/rbkconfig_compiler bin/rbkdeapi bin/rbkdesh %%RUBY_SITEARCHLIBDIR%%/korundum.a %%RUBY_SITEARCHLIBDIR%%/korundum.la %%RUBY_SITEARCHLIBDIR%%/korundum.so %%RUBY_SITEARCHLIBDIR%%/korundum.so.0 %%RUBY_SITELIBDIR%%/Korundum.rb %%RUBY_SITELIBDIR%%/KDE/korundum.rb at dirrm %%RUBY_SITELIBDIR%%/KDE END-of-ruby-kde3/pkg-plist echo x - ruby-kde3/Makefile sed 's/^X//' >ruby-kde3/Makefile << 'END-of-ruby-kde3/Makefile' # Ports collection makefile for: ruby-kde3 # Date created: Tue, February 14, 2006 # Whom: Jason E. Hale # # $FreeBSD$ # PORTNAME= kde PORTVERSION= 3.5.8 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= kdebindings-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= bsdkaffee at gmail.com COMMENT= Ruby bindings for KDE (Korundum) LIB_DEPENDS= smokekde:${PORTSDIR}/x11-toolkits/libsmokekde USE_BZIP2= yes USE_GMAKE= yes USE_AUTOTOOLS= automake:110 libtool:15 USE_KDELIBS_VER= 3 USE_RUBY= yes CONFIGURE_ARGS= --without-java CONFIGURE_ENV= DO_NOT_COMPILE="$DO_NOT_COMPILE dcopc dcopjava \ dcopperl dcoppython kdejava kjsembed python \ qtjava qtsharp smoke xparts" RUBY_SHEBANG_FILES= ${WRKSRC}/qtruby/bin/rbqtapi \ ${WRKSRC}/qtruby/bin/rbqtsh pre-configure: @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} @cd ${WRKSRC}/korundum && ${REINPLACE_CMD} \ -e 's|$$(top_builddir)/smoke/kde/libsmokekde.la|-lsmokekde|' \ bin/Makefile.am rubylib/korundum/Makefile.am @cd ${WRKSRC}/qtruby/bin && \ ${CP} rbqtapi ${WRKSRC}/korundum/bin/rbkdeapi && \ ${CP} rbqtsh ${WRKSRC}/korundum/bin/rbkdesh @${REINPLACE_CMD} -e 's|install-exec-local:|bin_SCRIPTS = rbkdeapi rbkdesh|' \ -e '10,13d' ${WRKSRC}/korundum/bin/Makefile.am @${REINPLACE_CMD} -e 's|bin||' ${WRKSRC}/qtruby/Makefile.am @${REINPLACE_CMD} -e 's|designer||' ${WRKSRC}/qtruby/rubylib/Makefile.am @${REINPLACE_CMD} -e '8,13d' ${WRKSRC}/qtruby/rubylib/qtruby/Makefile.am .include END-of-ruby-kde3/Makefile echo x - ruby-kde3/distinfo sed 's/^X//' >ruby-kde3/distinfo << 'END-of-ruby-kde3/distinfo' MD5 (KDE/kdebindings-3.5.8.tar.bz2) = 4325d22ac70d3945609bd952c19e793b SHA256 (KDE/kdebindings-3.5.8.tar.bz2) = ee6b6cc43c3e645e3b0d6a9fa239c5b725f66aee1d11fccc1cb4fc5e494d9e8a SIZE (KDE/kdebindings-3.5.8.tar.bz2) = 5724504 END-of-ruby-kde3/distinfo echo c - ruby-qt3 mkdir -p ruby-qt3 > /dev/null 2>&1 echo x - ruby-qt3/Makefile sed 's/^X//' >ruby-qt3/Makefile << 'END-of-ruby-qt3/Makefile' # Ports collection makefile for: ruby-qt3 # Date created: Tue, February 14, 2006 # Whom: Jason E. Hale # # $FreeBSD$ # PORTNAME= qt PORTVERSION= 3.5.8 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= kdebindings-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= bsdkaffee at gmail.com COMMENT= Ruby bindings for the Qt toolkit LIB_DEPENDS= smokeqt:${PORTSDIR}/x11-toolkits/libsmokeqt USE_BZIP2= yes USE_GMAKE= yes USE_AUTOTOOLS= automake:110 USE_RUBY= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --without-java CONFIGURE_ENV= DO_NOT_COMPILE="$DO_NOT_COMPILE dcopc dcopjava \ dcopperl dcoppython kdejava kjsembed korundum python \ qtjava qtsharp smoke xparts" RUBY_SHEBANG_FILES= ${WRKSRC}/qtruby/bin/rbqtapi \ ${WRKSRC}/qtruby/bin/rbqtsh pre-configure: @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} @cd ${WRKSRC}/qtruby && ${REINPLACE_CMD} \ -e 's|$$(top_builddir)/smoke/qt/libsmokeqt.la|-lsmokeqt|g' \ bin/Makefile.am rubylib/qtruby/Makefile.am .include END-of-ruby-qt3/Makefile echo x - ruby-qt3/pkg-descr sed 's/^X//' >ruby-qt3/pkg-descr << 'END-of-ruby-qt3/pkg-descr' Ruby bindings for the Qt toolkit. WWW: http://developer.kde.org/language-bindings/ruby/index.html END-of-ruby-qt3/pkg-descr echo x - ruby-qt3/pkg-plist sed 's/^X//' >ruby-qt3/pkg-plist << 'END-of-ruby-qt3/pkg-plist' bin/qtrubyinit bin/rbqtapi bin/rbqtsh bin/rbuic %%RUBY_SITEARCHLIBDIR%%/qtruby.la %%RUBY_SITEARCHLIBDIR%%/qtruby.so %%RUBY_SITEARCHLIBDIR%%/qtruby.so.0 %%RUBY_SITEARCHLIBDIR%%/qui.la %%RUBY_SITEARCHLIBDIR%%/qui.so %%RUBY_SITEARCHLIBDIR%%/qui.so.0 %%RUBY_SITELIBDIR%%/Qt.rb %%RUBY_SITELIBDIR%%/Qt/qtruby.rb at dirrm %%RUBY_SITELIBDIR%%/Qt END-of-ruby-qt3/pkg-plist echo x - ruby-qt3/distinfo sed 's/^X//' >ruby-qt3/distinfo << 'END-of-ruby-qt3/distinfo' MD5 (KDE/kdebindings-3.5.8.tar.bz2) = 4325d22ac70d3945609bd952c19e793b SHA256 (KDE/kdebindings-3.5.8.tar.bz2) = ee6b6cc43c3e645e3b0d6a9fa239c5b725f66aee1d11fccc1cb4fc5e494d9e8a SIZE (KDE/kdebindings-3.5.8.tar.bz2) = 5724504 END-of-ruby-qt3/distinfo exit ---ruby-qt-kde.share ends here --- On Wed, Apr 23, 2008 at 1:05 AM, Masoom wrote: > Hello, > > was searching for Ruby-KDE bindings and found this > > > http://lists.freebsd.org/pipermail/freebsd-ports-bugs/2006-March/081655.html > > but there is nothing such in latest ports!! comments ? > > Masoom Shaikh > From owner-freebsd-ports@FreeBSD.ORG Tue Apr 22 20:01:01 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E50C5106566C for ; Tue, 22 Apr 2008 20:01:01 +0000 (UTC) (envelope-from mailnull@mips.inka.de) Received: from mail-in-04.arcor-online.net (mail-in-04.arcor-online.net [151.189.21.44]) by mx1.freebsd.org (Postfix) with ESMTP id 6505C8FC13 for ; Tue, 22 Apr 2008 20:01:01 +0000 (UTC) (envelope-from mailnull@mips.inka.de) Received: from mail-in-19-z2.arcor-online.net (mail-in-19-z2.arcor-online.net [151.189.8.36]) by mail-in-04.arcor-online.net (Postfix) with ESMTP id D2F4E17F632 for ; Tue, 22 Apr 2008 22:00:59 +0200 (CEST) Received: from mail-in-17.arcor-online.net (mail-in-17.arcor-online.net [151.189.21.57]) by mail-in-19-z2.arcor-online.net (Postfix) with ESMTP id BBAD96BFB2 for ; Tue, 22 Apr 2008 22:00:59 +0200 (CEST) Received: from kemoauc.mips.inka.de (dslb-088-066-039-230.pools.arcor-ip.net [88.66.39.230]) by mail-in-17.arcor-online.net (Postfix) with ESMTP id 995732BBE8E for ; Tue, 22 Apr 2008 22:00:59 +0200 (CEST) Received: from kemoauc.mips.inka.de (localhost [127.0.0.1]) by kemoauc.mips.inka.de (8.13.8/8.13.8) with ESMTP id m3MK0wjT054982 for ; Tue, 22 Apr 2008 22:00:58 +0200 (CEST) (envelope-from mailnull@kemoauc.mips.inka.de) Received: (from mailnull@localhost) by kemoauc.mips.inka.de (8.13.8/8.13.8/Submit) id m3MK0woO054981 for freebsd-ports@freebsd.org; Tue, 22 Apr 2008 22:00:58 +0200 (CEST) (envelope-from mailnull) From: naddy@mips.inka.de (Christian Weisgerber) Date: Tue, 22 Apr 2008 20:00:57 +0000 (UTC) Message-ID: References: <200804151709.03452.mi+mill@aldan.algebra.com> <20080422103434.GE54610@amilo.cenkes.org> <200804221021.45834.mteterin@mlp.com> <20080422150030.GI54610@amilo.cenkes.org> Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-ports@freebsd.org X-Virus-Scanned: ClamAV 0.92.1/6883/Tue Apr 22 20:58:25 2008 on mail-in-17.arcor-online.net X-Virus-Status: Clean Subject: Re: lzma (Re: HEADS UP: upgrading ImageMagick to 6.4.0-6) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2008 20:01:02 -0000 Andrew Pantyukhin wrote: > We had a talk with naddy about it, but since there are people > using archivers/lzma with whatever syntax it has, in scripted > environments, I'm inclined not to surprise them very much. I > think a wrapper can be added to lzmautils for full > backwards-compatibility, I may look at it later. > > Also, the lzmautils website claims it's of alpha-quality, so I'm > also hesitant to rely on it completely. Yes. The plan is to reorganize the code into a full liblzma and a lzma frontend program, just like libz/gzip and libbz2/bzip2. Importantly, they also intend to change the file format, probably by wrapping it into a container that has a fixed signature at the start and allows for integrity checking. So far this is still vaporware, but if it comes to pass, I expect we will shortly see .tar.lzma (.tlz) archives in the new format and the SDK lzma will probably not be able to handle them. > OTOH, changing lzmautils' lzma to another name would probably > confuse gtar (I'm not sure though). This could be easily patched. However, I expect other operating systems, particularly Linux, to standardize on LZMA Utils for _the_ lzma program, and I don't want FreeBSD to be the odd man out there. -- Christian "naddy" Weisgerber naddy@mips.inka.de From owner-freebsd-ports@FreeBSD.ORG Tue Apr 22 20:04:11 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C582B106564A for ; Tue, 22 Apr 2008 20:04:11 +0000 (UTC) (envelope-from masoom.shaikh@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.156]) by mx1.freebsd.org (Postfix) with ESMTP id 55EC88FC1B for ; Tue, 22 Apr 2008 20:04:10 +0000 (UTC) (envelope-from masoom.shaikh@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so2502878fgg.35 for ; Tue, 22 Apr 2008 13:04:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=Ptr0drzI9beRfcsryl+2WG47xG7njNAJlo1GgaOKNRc=; b=UDep0alHUbqAyXNVJMUTJ58bxtf63kpyNEko7mu6VO6qxFEe+p9Vx4GzgK3KtJUHeUeFKL37m7dt9FaaADxmOqkfe2UAPValMHSRzbmtX2+Q2cTnEI0xduQCi9dtPuB1CBCkGDfNzkouk+1830zyrm9esvZw59yyHDAnv41pQJE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=ii9klBH/s5tb/P5wsNGhI3a/EqjywfZ8bX0TnT/jjK4Sn3jXYntxAIM3jcp5zQ3xgQN2b43GiFlHhEVwfpSwyowgkHgGofxMnMiJZGCulN/rj3tv3HEK99yeJXN8/eiHEfAJcrsc9zl2yLcLAawFCEiRaMB1gjUpvB3Mmxjg/iw= Received: by 10.86.59.18 with SMTP id h18mr1210623fga.41.1208892932295; Tue, 22 Apr 2008 12:35:32 -0700 (PDT) Received: by 10.86.51.15 with HTTP; Tue, 22 Apr 2008 12:35:32 -0700 (PDT) Message-ID: Date: Wed, 23 Apr 2008 01:05:32 +0530 From: Masoom To: ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: ruby-qt3, ruby-kde3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Apr 2008 20:04:11 -0000 Hello, was searching for Ruby-KDE bindings and found this http://lists.freebsd.org/pipermail/freebsd-ports-bugs/2006-March/081655.html but there is nothing such in latest ports!! comments ? Masoom Shaikh From owner-freebsd-ports@FreeBSD.ORG Tue Apr 22 20:05:27 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2F671065670 for ; Tue, 22 Apr 2008 20:05:27 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from hosted.kievnet.com (hosted.kievnet.com [193.138.144.10]) by mx1.freebsd.org (Postfix) with ESMTP id 9E2B68FC19 for ; Tue, 22 Apr 2008 20:05:27 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from localhost ([127.0.0.1] helo=edge.pp.kiev.ua) by hosted.kievnet.com with esmtpa (Exim 4.62) (envelope-from ) id 1JoOMo-000MA5-4j for freebsd-ports@freebsd.org; Tue, 22 Apr 2008 22:41:26 +0300 Message-ID: <480E3F5E.3060501@icyb.net.ua> Date: Tue, 22 Apr 2008 22:41:18 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.12 (X11/20080320) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: purely package-based/oriented solution X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Apr 2008 20:05:28 -0000 Sorry if this is something obvious or a FAQ. Is there a tool for purely package-based management of third-party software? That is, something that meets the following criteria: 1. doesn't require ports tree 2. works similarly to package installation in FreeBSD installer 3. can properly handle upgrading packages (including dependencies) 4. can check remote package repositories and, based on timestamp or INDEX, can find new versions for installed packages 5. can verify that all dependencies would be met before downloading all packages in full (e.g. based on INDEX data or can download initial blocks of packages, so that package metadata could be extracted and examined). -- Andriy Gapon From owner-freebsd-ports@FreeBSD.ORG Tue Apr 22 22:37:08 2008 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43843106564A for ; Tue, 22 Apr 2008 22:37:08 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from raven.customer.vol.cz (raven.customer.vol.cz [195.250.144.108]) by mx1.freebsd.org (Postfix) with ESMTP id C0B418FC20 for ; Tue, 22 Apr 2008 22:37:07 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from [192.168.0.23] (rb5dg130.net.upc.cz [89.176.238.130]) (authenticated bits=0) by raven.customer.vol.cz (8.14.1/8.14.1) with ESMTP id m3MMb27i062468; Wed, 23 Apr 2008 00:37:04 +0200 (CEST) (envelope-from pav@FreeBSD.org) From: Pav Lucistnik To: Andriy Gapon In-Reply-To: <480E3F5E.3060501@icyb.net.ua> References: <480E3F5E.3060501@icyb.net.ua> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-HdiNTDAnEgWnn1xaS+Wo" Date: Wed, 23 Apr 2008 00:37:02 +0200 Message-Id: <1208903822.1548.62.camel@ikaros.oook.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.22.1 FreeBSD GNOME Team Port X-Spam-Score: -2.569 () AWL,BAYES_00 X-Scanned-By: MIMEDefang 2.64 on 195.250.144.108 X-Milter: Spamilter (Reciever: raven.customer.vol.cz; Sender-ip: 89.176.238.130; Sender-helo: [192.168.0.23]; ) Cc: freebsd-ports@FreeBSD.org Subject: Re: purely package-based/oriented solution X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2008 22:37:08 -0000 --=-HdiNTDAnEgWnn1xaS+Wo Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Andriy Gapon p=ED=B9e v =FAt 22. 04. 2008 v 22:41 +0300: > Sorry if this is something obvious or a FAQ. >=20 > Is there a tool for purely package-based management of third-party softwa= re? > That is, something that meets the following criteria: > 1. doesn't require ports tree > 2. works similarly to package installation in FreeBSD installer > 3. can properly handle upgrading packages (including dependencies) > 4. can check remote package repositories and, based on timestamp or > INDEX, can find new versions for installed packages > 5. can verify that all dependencies would be met before downloading all > packages in full (e.g. based on INDEX data or can download initial > blocks of packages, so that package metadata could be extracted and > examined). portupgrade should be able to do 1-4, I don't know if 5 too. --=20 Pav Lucistnik A)bort, R)etry, H)it with big hammer --=-HdiNTDAnEgWnn1xaS+Wo Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?UTF-8?Q?digit=C3=A1ln=C4=9B?= =?ISO-8859-1?Q?_podepsan=E1?= =?UTF-8?Q?_=C4=8D=C3=A1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iEYEABECAAYFAkgOaI4ACgkQntdYP8FOsoLMuQCeM//xzrQDNrrbJuozdwfAaAFz MF8AnRz6EHZ7cqxmyI1Xuyn4l0z6afLt =ILC4 -----END PGP SIGNATURE----- --=-HdiNTDAnEgWnn1xaS+Wo-- From owner-freebsd-ports@FreeBSD.ORG Wed Apr 23 00:13:42 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85B79106564A; Wed, 23 Apr 2008 00:13:42 +0000 (UTC) (envelope-from rich@pencil.math.missouri.edu) Received: from pencil.math.missouri.edu (pencil.math.missouri.edu [128.206.184.195]) by mx1.freebsd.org (Postfix) with ESMTP id 53EC78FC1F; Wed, 23 Apr 2008 00:13:41 +0000 (UTC) (envelope-from rich@pencil.math.missouri.edu) Received: from pencil.math.missouri.edu (localhost [127.0.0.1]) by pencil.math.missouri.edu (8.13.8/8.13.8) with ESMTP id m3MNZ3YU082373; Tue, 22 Apr 2008 18:35:03 -0500 (CDT) (envelope-from rich@pencil.math.missouri.edu) Received: (from rich@localhost) by pencil.math.missouri.edu (8.13.8/8.13.8/Submit) id m3MNYwEf082369; Tue, 22 Apr 2008 18:34:58 -0500 (CDT) (envelope-from rich) Date: Tue, 22 Apr 2008 18:34:58 -0500 From: Rich Winkel To: Mikhail Teterin Message-ID: <20080422233458.GA81527@pencil.math.missouri.edu> References: <20080414120018.E732B106567F@hub.freebsd.org> <200804140931.22851@aldan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200804140931.22851@aldan> User-Agent: Mutt/1.4.2.3i Cc: ports@freebsd.org, java@freebsd.org, Kim H?jgaard-Hansen Subject: Re: error building java/jdk15 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 23 Apr 2008 00:13:42 -0000 On Mon, Apr 14, 2008 at 09:31:22AM -0400, Mikhail Teterin wrote: > It is trying to build JDK-1.5 using 1.4.2 and failing. I would've recommended > installing linux-sun-jdk15, but that will not work any more either: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=122513 > > You have to use diablo-jdk15 to build native JDK ports... I ran into the same problem. So I installed diablo-jdk15 and tried to build jdk15 under 7.0-RELEASE. But it seems diablo-jdk15 needs libraries (libc.so.6, libpthread.so.2) which aren't present in 7.0. What to do?? Thanks!! Rich From owner-freebsd-ports@FreeBSD.ORG Wed Apr 23 02:05:14 2008 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9171F106564A; Wed, 23 Apr 2008 02:05:14 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mta5.srv.hcvlny.cv.net (mta5.srv.hcvlny.cv.net [167.206.4.200]) by mx1.freebsd.org (Postfix) with ESMTP id 586398FC20; Wed, 23 Apr 2008 02:05:14 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from flosoft.no-ip.biz (ool-435559b8.dyn.optonline.net [67.85.89.184]) by mta5.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JZR0014M9SPH480@mta5.srv.hcvlny.cv.net>; Tue, 22 Apr 2008 22:05:13 -0400 (EDT) Received: from flosoft.no-ip.biz (localhost [127.0.0.1]) by flosoft.no-ip.biz (8.14.2/8.14.2) with ESMTP id m3N25ClR048633; Tue, 22 Apr 2008 22:05:12 -0400 Date: Tue, 22 Apr 2008 22:05:07 -0400 From: "Aryeh M. Friedman" In-reply-to: <480D9D28.3070400@FreeBSD.org> To: Alex Dupre Message-id: <480E9953.4070609@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Enigmail-Version: 0.95.6 References: <47CDD627.2020808@cokane.org> <20080305044953.GA14420@mail.irbisnet.ru> <47CFE32C.30100@FreeBSD.org> <480D0FAD.2050309@delphij.net> <480D827C.6070308@FreeBSD.org> <480D83D8.1010404@FreeBSD.org> <480D8CA2.9020209@gmail.com> <480D8D5B.5080608@gmail.com> <480D9348.5080306@delphij.net> <480D9667.3020503@gmail.com> <480D9849.8070609@FreeBSD.org> <480D9C9D.8020709@gmail.com> <480D9D28.3070400@FreeBSD.org> User-Agent: Thunderbird 2.0.0.12 (X11/20080422) Cc: d@delphij.net, freebsd-ports@FreeBSD.org Subject: Re: Thunderbird, enigmail, and GCC 3.4 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2008 02:05:14 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Alex Dupre wrote: | Aryeh M. Friedman ha scritto: |> That makes zero sense because I did a csup immediatly before the recompile | | The mirrors are not synced in real-time with master repos. Re-csup and be sure to have the 1.91 revision. | Sorry for taking so long in getting back but the patch appears to fix it. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.8 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkgOmVIACgkQk8GFzCrQm4ByEACgujkVog7g7T/Me8qbdwX9loDU jw8AoJR8TikixyMV6EUPHdhRB0b2KvaP =7D9M -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Wed Apr 23 04:08:53 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D43EE1065672 for ; Wed, 23 Apr 2008 04:08:53 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.231]) by mx1.freebsd.org (Postfix) with ESMTP id BEBED8FC18 for ; Wed, 23 Apr 2008 04:08:53 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so1561108rvf.43 for ; Tue, 22 Apr 2008 21:08:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=zRZGQ0B0oZOSMu1sdhxd10lMWgeKgyVMtZYLfqjk7sk=; b=Qx7uBw7S8jLzlCs75Va0UO83cuk4JzzAQm9utLRGiM3ly7dhG0egJtFD8Be4Ym/3Hniw6S/Q/3sRtY19tRV7y+nWJhPbhb/pKSkX70p2YOtYSp1P0gC4RahS4QfT85b0XiLkOCek5yyZskiXJYXrK/kEqEaLpywalVcFkhRQmWY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=VCiB93hHTFQyKFDyqfWFPf79spFk7O2W7MdJ5rd8Pjqhq4isyLwUayze/7sHFs0VCg7lizHzp3XYQmgAALPYaXIlFe6th0BxOBZ2pqL8KhngZFGBqy6Rdvg5C3vfZlExrxi6qhW7TuhZc9lUK4gZ4i7GstljqhFdXPeEj58w1wg= Received: by 10.141.5.3 with SMTP id h3mr302349rvi.138.1208922009901; Tue, 22 Apr 2008 20:40:09 -0700 (PDT) Received: by 10.141.186.2 with HTTP; Tue, 22 Apr 2008 20:40:09 -0700 (PDT) Message-ID: <11167f520804222040s2a327a74xffe3c2635fbbac3@mail.gmail.com> Date: Tue, 22 Apr 2008 22:40:09 -0500 From: "Sam Fourman Jr." To: "Rich Winkel" In-Reply-To: <20080422233458.GA81527@pencil.math.missouri.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080414120018.E732B106567F@hub.freebsd.org> <200804140931.22851@aldan> <20080422233458.GA81527@pencil.math.missouri.edu> Cc: ports@freebsd.org, java@freebsd.org, Kim H?jgaard-Hansen , Mikhail Teterin Subject: Re: error building java/jdk15 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 23 Apr 2008 04:08:53 -0000 I wonder if someone has a work around for this, I have been unable to use my web java apps in FreeBSD 7.0 they worked fine in PC-BSD 1.4 (FreeBSD 6.2) thank you for your help Sam Fourman Jr. From owner-freebsd-ports@FreeBSD.ORG Wed Apr 23 07:36:46 2008 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0866E106566B; Wed, 23 Apr 2008 07:36:46 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from hosted.kievnet.com (hosted.kievnet.com [193.138.144.10]) by mx1.freebsd.org (Postfix) with ESMTP id C99538FC13; Wed, 23 Apr 2008 07:36:45 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from localhost ([127.0.0.1] helo=edge.pp.kiev.ua) by hosted.kievnet.com with esmtpa (Exim 4.62) (envelope-from ) id 1JoZX2-000IDW-Ua; Wed, 23 Apr 2008 10:36:44 +0300 Message-ID: <480EE70C.2010900@icyb.net.ua> Date: Wed, 23 Apr 2008 10:36:44 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.12 (X11/20080320) MIME-Version: 1.0 To: pav@FreeBSD.org References: <480E3F5E.3060501@icyb.net.ua> <1208903822.1548.62.camel@ikaros.oook.cz> In-Reply-To: <1208903822.1548.62.camel@ikaros.oook.cz> Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 8bit Cc: freebsd-ports@FreeBSD.org Subject: Re: purely package-based/oriented solution X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 23 Apr 2008 07:36:46 -0000 on 23/04/2008 01:37 Pav Lucistnik said the following: > Andriy Gapon pí¹e v út 22. 04. 2008 v 22:41 +0300: >> Sorry if this is something obvious or a FAQ. >> >> Is there a tool for purely package-based management of third-party software? >> That is, something that meets the following criteria: >> 1. doesn't require ports tree >> 2. works similarly to package installation in FreeBSD installer >> 3. can properly handle upgrading packages (including dependencies) >> 4. can check remote package repositories and, based on timestamp or >> INDEX, can find new versions for installed packages >> 5. can verify that all dependencies would be met before downloading all >> packages in full (e.g. based on INDEX data or can download initial >> blocks of packages, so that package metadata could be extracted and >> examined). > > portupgrade should be able to do 1-4, I don't know if 5 too. > I have an impression that portupgrade doesn't consult INDEX file in package repository to get package versions, instead it looks at local ports tree (or its INDEX) to find outdated packages and then tries to fetch new versions (according to the ports) from the remote repository and if that fails it tries to fetch complete package files from Latest and then checks if downloaded version is newer than installed version. Again, this is my impression. -- Andriy Gapon From owner-freebsd-ports@FreeBSD.ORG Wed Apr 23 12:53:38 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1BA18106564A for ; Wed, 23 Apr 2008 12:53:38 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from falcon.cybervisiontech.com (falcon.cybervisiontech.com [217.20.163.9]) by mx1.freebsd.org (Postfix) with ESMTP id 7FE678FC1B for ; Wed, 23 Apr 2008 12:53:37 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from localhost (localhost [127.0.0.1]) by falcon.cybervisiontech.com (Postfix) with ESMTP id 90AB57440FD for ; Wed, 23 Apr 2008 15:53:35 +0300 (EEST) X-Virus-Scanned: Debian amavisd-new at falcon.cybervisiontech.com Received: from falcon.cybervisiontech.com ([127.0.0.1]) by localhost (falcon.cybervisiontech.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qNx8b6hhkvin for ; Wed, 23 Apr 2008 15:53:35 +0300 (EEST) Received: from [10.2.1.87] (gateway.cybervisiontech.com.ua [88.81.251.18]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by falcon.cybervisiontech.com (Postfix) with ESMTP id 44D5C7440FC for ; Wed, 23 Apr 2008 15:53:35 +0300 (EEST) Message-ID: <480F314E.8030200@icyb.net.ua> Date: Wed, 23 Apr 2008 15:53:34 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.12 (X11/20080311) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: xmlto-0.0.18_1 => xmlto-0.0.20: build failure X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2008 12:53:38 -0000 ===> Building for xmlto-0.0.20 make all-am depbase=`echo xmlif/xmlif.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -pipe -march=athlon64 -MT xmlif/xmlif.o -MD -MP -MF $depbase.Tpo -c -o xmlif/xmlif.o xmlif/xmlif.c && mv -f $depbase.Tpo $depbase.Po cc -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -pipe -march=athlon64 -o xmlif/xmlif xmlif/xmlif.o for xml in xmlif.xml xmlto.xml; do FORMAT_DIR=./format /usr/local/bin/bash ./xmlto -o man/man1 man ./doc/$xml ; done || ( RC=$?; cat ./FAQ; exit $RC ) Note: meta source : No productname or alternative xmlif Note: meta source : No refmiscinfo@class=source xmlif Note: meta version: No productnumber or alternative xmlif Note: meta version: No refmiscinfo@class=version xmlif Note: meta manual : No ancestor with title xmlif Note: meta manual : No refmiscinfo@class=manual xmlif Note: Writing xmlif.1 Note: meta version: No productnumber or alternative xmlto Note: meta version: No refmiscinfo@class=version xmlto Note: Writing xmlto.1 Q: I'm trying to build xmlto on my Debian box, but it doesn't work. A: If you get `Attempt to load network entity' errors when building xmlto, your system does not have the required support for XML Catalogs (http://www.oasis-open.org/committees/entity/spec-2001-08-06.html). In particular, Debian has no support for these. Try the Fedora Project . *** Error code 1 Stop in /usr/ports/textproc/xmlto/work/xmlto-0.0.20. *** Error code 1 $ pkg_info -r -R -x xmlto Information for xmlto-0.0.18_1: Depends on: Dependency: xmlcatmgr-2.2 Dependency: sdocbook-xml-1.1,1 Dependency: pkg-config-0.23_1 Dependency: libiconv-1.11_1 Dependency: gettext-0.16.1_3 Dependency: libxml2-2.6.31 Dependency: libgpg-error-1.6 Dependency: libgcrypt-1.4.0 Dependency: libxslt-1.1.22_1 Dependency: getopt-1.1.4 Dependency: docbook-xml-4.2_1 Dependency: docbook-xsl-1.71.1_2 Dependency: bash-3.2.33 -- Andriy Gapon From owner-freebsd-ports@FreeBSD.ORG Wed Apr 23 13:11:10 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 668E2106566B for ; Wed, 23 Apr 2008 13:11:10 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from falcon.cybervisiontech.com (falcon.cybervisiontech.com [217.20.163.9]) by mx1.freebsd.org (Postfix) with ESMTP id 070928FC0C for ; Wed, 23 Apr 2008 13:11:09 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from localhost (localhost [127.0.0.1]) by falcon.cybervisiontech.com (Postfix) with ESMTP id E512A43E640; Wed, 23 Apr 2008 16:11:08 +0300 (EEST) X-Virus-Scanned: Debian amavisd-new at falcon.cybervisiontech.com Received: from falcon.cybervisiontech.com ([127.0.0.1]) by localhost (falcon.cybervisiontech.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sgf2sWI9RWVD; Wed, 23 Apr 2008 16:11:08 +0300 (EEST) Received: from [10.2.1.87] (gateway.cybervisiontech.com.ua [88.81.251.18]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by falcon.cybervisiontech.com (Postfix) with ESMTP id 7FEDA43D3CC; Wed, 23 Apr 2008 16:11:08 +0300 (EEST) Message-ID: <480F356B.7010204@icyb.net.ua> Date: Wed, 23 Apr 2008 16:11:07 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.12 (X11/20080311) MIME-Version: 1.0 To: stas@FreeBSD.org, freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Subject: djvulibre-3.5.20 => djvulibre-3.5.20_1: 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: Wed, 23 Apr 2008 13:11:10 -0000 creating djview /bin/sh ../../libtool --tag=disable-static --mode=compile cc -I/usr/local/include -I/usr/local/include -I/usr/local/include -D_GETOPT_H -I/usr/local/include -DHAVE_CONFIG_H -DNDEBUG -Wall -Wno-non-virtual-dtor -I. -I../.. -I../../gui/shared/res -I../../gui/npsdk -I/usr/X11R6/include -c nsdejavu.c -o nsdejavu.lo mkdir .libs cc -I/usr/local/include -I/usr/local/include -I/usr/local/include -D_GETOPT_H -I/usr/local/include -DHAVE_CONFIG_H -DNDEBUG -Wall -Wno-non-virtual-dtor -I. -I../.. -I../../gui/shared/res -I../../gui/npsdk -I/usr/X11R6/include -c nsdejavu.c -fPIC -DPIC -o .libs/nsdejavu.o cc1: warning: command line option "-Wno-non-virtual-dtor" is valid for C++/ObjC++ but not for C /bin/sh ../../libtool --tag=disable-static --mode=link cc -I/usr/local/include -I/usr/local/include -I/usr/local/include -D_GETOPT_H -I/usr/local/include -DHAVE_CONFIG_H -DNDEBUG -Wall -Wno-non-virtual-dtor -I. -I../.. -I../../gui/shared/res -I../../gui/npsdk -I/usr/X11R6/include nsdejavu.lo -no-undefined -L/lib -R/lib -lSM -lICE -lXt -lXext -lX11 -rpath /usr/local/lib/djvulibre/plugins -module -o nsdejavu.la cc -shared .libs/nsdejavu.o -Wl,--rpath -Wl,/lib -L/lib -lSM -lICE -lXt -lXext -lX11 -Wl,-soname -Wl,nsdejavu.so.0 -o .libs/nsdejavu.so.0 /usr/bin/ld: cannot find -lSM *** Error code 1 Stop in /usr/ports/graphics/djvulibre/work/djvulibre-3.5.20/gui/nsdejavu. *** Error code 1 /usr/local/lib/libSM.so.6 exists, but -L/usr/local/lib doesn't seem to present in the compiler/linker flags above. I am build with X11 support, of course. -- Andriy Gapon From owner-freebsd-ports@FreeBSD.ORG Wed Apr 23 13:35:57 2008 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C70F1065674; Wed, 23 Apr 2008 13:35:57 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from falcon.cybervisiontech.com (falcon.cybervisiontech.com [217.20.163.9]) by mx1.freebsd.org (Postfix) with ESMTP id A2DD18FC15; Wed, 23 Apr 2008 13:35:56 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from localhost (localhost [127.0.0.1]) by falcon.cybervisiontech.com (Postfix) with ESMTP id 208D3744001; Wed, 23 Apr 2008 16:35:55 +0300 (EEST) X-Virus-Scanned: Debian amavisd-new at falcon.cybervisiontech.com Received: from falcon.cybervisiontech.com ([127.0.0.1]) by localhost (falcon.cybervisiontech.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xwpVNfTCoUk1; Wed, 23 Apr 2008 16:35:55 +0300 (EEST) Received: from [10.2.1.87] (gateway.cybervisiontech.com.ua [88.81.251.18]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by falcon.cybervisiontech.com (Postfix) with ESMTP id AE2F843CB96; Wed, 23 Apr 2008 16:35:54 +0300 (EEST) Message-ID: <480F3B39.3090702@icyb.net.ua> Date: Wed, 23 Apr 2008 16:35:53 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.12 (X11/20080311) MIME-Version: 1.0 To: pav@FreeBSD.org References: <480E3F5E.3060501@icyb.net.ua> <1208903822.1548.62.camel@ikaros.oook.cz> In-Reply-To: <1208903822.1548.62.camel@ikaros.oook.cz> Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 8bit Cc: freebsd-ports@FreeBSD.org Subject: Re: purely package-based/oriented solution X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 23 Apr 2008 13:35:57 -0000 on 23/04/2008 01:37 Pav Lucistnik said the following: > Andriy Gapon pí¹e v út 22. 04. 2008 v 22:41 +0300: >> Sorry if this is something obvious or a FAQ. >> >> Is there a tool for purely package-based management of third-party software? >> That is, something that meets the following criteria: >> 1. doesn't require ports tree >> 2. works similarly to package installation in FreeBSD installer >> 3. can properly handle upgrading packages (including dependencies) >> 4. can check remote package repositories and, based on timestamp or >> INDEX, can find new versions for installed packages >> 5. can verify that all dependencies would be met before downloading all >> packages in full (e.g. based on INDEX data or can download initial >> blocks of packages, so that package metadata could be extracted and >> examined). > > portupgrade should be able to do 1-4, I don't know if 5 too. > BTW, strange thing: $ portupgrade -a -PP ... ** Port marked as IGNORE: devel/linux_kdump: does not build with the default linux base, use the package instead What's this about? :-) I do say to use packages only. -- Andriy Gapon From owner-freebsd-ports@FreeBSD.ORG Wed Apr 23 13:39:21 2008 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8378A106566C for ; Wed, 23 Apr 2008 13:39:21 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from nat-application.b1.lan.prg.vol.cz (nat-application.b1.lan.prg.vol.cz [195.122.204.152]) by mx1.freebsd.org (Postfix) with ESMTP id CA5BA8FC14 for ; Wed, 23 Apr 2008 13:39:20 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from pav.hide.vol.cz (localhost [127.0.0.1]) by nat-application.b1.lan.prg.vol.cz (8.14.2/8.14.2) with ESMTP id m3NDdI8k072730; Wed, 23 Apr 2008 15:39:18 +0200 (CEST) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by pav.hide.vol.cz (8.14.2/8.14.2/Submit) id m3NDdHeV072728; Wed, 23 Apr 2008 15:39:17 +0200 (CEST) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: pav.hide.vol.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: Andriy Gapon In-Reply-To: <480F3B39.3090702@icyb.net.ua> References: <480E3F5E.3060501@icyb.net.ua> <1208903822.1548.62.camel@ikaros.oook.cz> <480F3B39.3090702@icyb.net.ua> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-4ymc+RtRA4thC1DHEKR+" Date: Wed, 23 Apr 2008 15:39:17 +0200 Message-Id: <1208957957.58820.28.camel@pav.hide.vol.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.22.1 FreeBSD GNOME Team Port Cc: freebsd-ports@FreeBSD.org Subject: Re: purely package-based/oriented solution X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2008 13:39:21 -0000 --=-4ymc+RtRA4thC1DHEKR+ Content-Type: text/plain; charset=ISO8859-2 Content-Transfer-Encoding: quoted-printable Andriy Gapon p=ED=B9e v st 23. 04. 2008 v 16:35 +0300: > on 23/04/2008 01:37 Pav Lucistnik said the following: > > Andriy Gapon p=ED=B9e v =FAt 22. 04. 2008 v 22:41 +0300: > >> Sorry if this is something obvious or a FAQ. > >> > >> Is there a tool for purely package-based management of third-party sof= tware? > >> That is, something that meets the following criteria: > >> 1. doesn't require ports tree > >> 2. works similarly to package installation in FreeBSD installer > >> 3. can properly handle upgrading packages (including dependencies) > >> 4. can check remote package repositories and, based on timestamp or > >> INDEX, can find new versions for installed packages > >> 5. can verify that all dependencies would be met before downloading al= l > >> packages in full (e.g. based on INDEX data or can download initial > >> blocks of packages, so that package metadata could be extracted and > >> examined). > >=20 > > portupgrade should be able to do 1-4, I don't know if 5 too. > >=20 >=20 > BTW, strange thing: > $ portupgrade -a -PP > ... > ** Port marked as IGNORE: devel/linux_kdump: > does not build with the default linux base, use the package inste= ad >=20 > What's this about? :-) I do say to use packages only. Guess portupgrade still looks at the ports tree. What happens if you try to rm -rf /usr/ports first? --=20 Pav Lucistnik EMACS: Eight Megabytes And Continually Swapping --=-4ymc+RtRA4thC1DHEKR+ Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?UTF-8?Q?digit=C3=A1ln=C4=9B?= =?ISO-8859-1?Q?_podepsan=E1?= =?UTF-8?Q?_=C4=8D=C3=A1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iEYEABECAAYFAkgPPAUACgkQntdYP8FOsoLfZQCdHYjQ9w8FTIj2roHPZiuW/6bo eBkAoMbzOeNjIlBnpcc6tP9hgitkAHtw =hvp9 -----END PGP SIGNATURE----- --=-4ymc+RtRA4thC1DHEKR+-- From owner-freebsd-ports@FreeBSD.ORG Wed Apr 23 14:03:08 2008 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0CD81065676; Wed, 23 Apr 2008 14:03:08 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from falcon.cybervisiontech.com (falcon.cybervisiontech.com [217.20.163.9]) by mx1.freebsd.org (Postfix) with ESMTP id 494458FC35; Wed, 23 Apr 2008 14:03:08 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from localhost (localhost [127.0.0.1]) by falcon.cybervisiontech.com (Postfix) with ESMTP id 64717744015; Wed, 23 Apr 2008 17:03:06 +0300 (EEST) X-Virus-Scanned: Debian amavisd-new at falcon.cybervisiontech.com Received: from falcon.cybervisiontech.com ([127.0.0.1]) by localhost (falcon.cybervisiontech.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QPEU9kYDXeWT; Wed, 23 Apr 2008 17:03:06 +0300 (EEST) Received: from [10.2.1.87] (gateway.cybervisiontech.com.ua [88.81.251.18]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by falcon.cybervisiontech.com (Postfix) with ESMTP id 0BABC744001; Wed, 23 Apr 2008 17:03:05 +0300 (EEST) Message-ID: <480F4198.2030708@icyb.net.ua> Date: Wed, 23 Apr 2008 17:03:04 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.12 (X11/20080311) MIME-Version: 1.0 To: pav@FreeBSD.org References: <480E3F5E.3060501@icyb.net.ua> <1208903822.1548.62.camel@ikaros.oook.cz> <480F3B39.3090702@icyb.net.ua> <1208957957.58820.28.camel@pav.hide.vol.cz> In-Reply-To: <1208957957.58820.28.camel@pav.hide.vol.cz> Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 8bit Cc: freebsd-ports@FreeBSD.org Subject: Re: purely package-based/oriented solution X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 23 Apr 2008 14:03:09 -0000 on 23/04/2008 16:39 Pav Lucistnik said the following: > Andriy Gapon pí¹e v st 23. 04. 2008 v 16:35 +0300: >> on 23/04/2008 01:37 Pav Lucistnik said the following: >>> Andriy Gapon pí¹e v út 22. 04. 2008 v 22:41 +0300: >>>> Sorry if this is something obvious or a FAQ. >>>> >>>> Is there a tool for purely package-based management of third-party software? >>>> That is, something that meets the following criteria: >>>> 1. doesn't require ports tree >>>> 2. works similarly to package installation in FreeBSD installer >>>> 3. can properly handle upgrading packages (including dependencies) >>>> 4. can check remote package repositories and, based on timestamp or >>>> INDEX, can find new versions for installed packages >>>> 5. can verify that all dependencies would be met before downloading all >>>> packages in full (e.g. based on INDEX data or can download initial >>>> blocks of packages, so that package metadata could be extracted and >>>> examined). >>> portupgrade should be able to do 1-4, I don't know if 5 too. >>> >> BTW, strange thing: >> $ portupgrade -a -PP >> ... >> ** Port marked as IGNORE: devel/linux_kdump: >> does not build with the default linux base, use the package instead >> >> What's this about? :-) I do say to use packages only. > > Guess portupgrade still looks at the ports tree. What happens if you try > to rm -rf /usr/ports first? Well, I want to keep them. I.e. I am actually looking for a tool that would be agnostic of ports, but I still want to keep ports for things that I'd rather customize myself. But for the sake of experiment I will try mv-ing ports of the way and see what happens. -- Andriy Gapon From owner-freebsd-ports@FreeBSD.ORG Wed Apr 23 14:40:29 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4479106564A for ; Wed, 23 Apr 2008 14:40:29 +0000 (UTC) (envelope-from miwi@bsdcrew.de) Received: from bsdcrew.de (duro.unixfreunde.de [85.214.90.4]) by mx1.freebsd.org (Postfix) with ESMTP id 3C5898FC26 for ; Wed, 23 Apr 2008 14:40:29 +0000 (UTC) (envelope-from miwi@bsdcrew.de) Received: by bsdcrew.de (Postfix, from userid 1001) id 646DB4AC8D; Wed, 23 Apr 2008 16:40:26 +0200 (CEST) Date: Wed, 23 Apr 2008 16:40:26 +0200 From: Martin Wilke To: Andriy Gapon Message-ID: <20080423144026.GA28297@bsdcrew.de> References: <480F356B.7010204@icyb.net.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: <480F356B.7010204@icyb.net.ua> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: stas@FreeBSD.org, freebsd-ports@freebsd.org Subject: Re: djvulibre-3.5.20 => djvulibre-3.5.20_1: 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: Wed, 23 Apr 2008 14:40:29 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wed, Apr 23, 2008 at 04:11:07PM +0300, Andriy Gapon wrote: > creating djview > /bin/sh ../../libtool --tag=disable-static --mode=compile cc > -I/usr/local/include -I/usr/local/include -I/usr/local/include > -D_GETOPT_H -I/usr/local/include -DHAVE_CONFIG_H -DNDEBUG -Wall > -Wno-non-virtual-dtor -I. -I../.. -I../../gui/shared/res > -I../../gui/npsdk -I/usr/X11R6/include -c nsdejavu.c -o nsdejavu.lo > mkdir .libs > cc -I/usr/local/include -I/usr/local/include -I/usr/local/include > -D_GETOPT_H -I/usr/local/include -DHAVE_CONFIG_H -DNDEBUG -Wall > -Wno-non-virtual-dtor -I. -I../.. -I../../gui/shared/res > -I../../gui/npsdk -I/usr/X11R6/include -c nsdejavu.c -fPIC -DPIC -o > .libs/nsdejavu.o > cc1: warning: command line option "-Wno-non-virtual-dtor" is valid for > C++/ObjC++ but not for C > /bin/sh ../../libtool --tag=disable-static --mode=link cc > -I/usr/local/include -I/usr/local/include -I/usr/local/include > -D_GETOPT_H -I/usr/local/include -DHAVE_CONFIG_H -DNDEBUG -Wall > -Wno-non-virtual-dtor -I. -I../.. -I../../gui/shared/res > -I../../gui/npsdk -I/usr/X11R6/include nsdejavu.lo -no-undefined -L/lib > -R/lib -lSM -lICE -lXt -lXext -lX11 -rpath > /usr/local/lib/djvulibre/plugins -module -o nsdejavu.la > cc -shared .libs/nsdejavu.o -Wl,--rpath -Wl,/lib -L/lib -lSM -lICE > -lXt -lXext -lX11 -Wl,-soname -Wl,nsdejavu.so.0 -o .libs/nsdejavu.so.0 > /usr/bin/ld: cannot find -lSM > *** Error code 1 > > Stop in /usr/ports/graphics/djvulibre/work/djvulibre-3.5.20/gui/nsdejavu. > *** Error code 1 > > /usr/local/lib/libSM.so.6 exists, but -L/usr/local/lib doesn't seem to > present in the compiler/linker flags above. > I am build with X11 support, of course. Yes, please try this patch. http://miwi.homeunix.com/djvu.diff - - Martin > > -- > Andriy Gapon > _______________________________________________ > 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" > - -- +-----------------------+-------------------------------+ | PGP : 0x05682353 | Jabber : miwi(at)BSDCrew.de | | ICQ : 169139903 | Mail : miwi(at)FreeBSD.org | +-----------------------+-------------------------------+ | Mess with the Best, Die like the Rest! | +-----------------------+-------------------------------+ -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFID0pZFwpycAVoI1MRAgqbAKCnDa4o/zvd/p/7QSOA1uC0geqb/QCfeN99 WtDOIMj8ZZkTM+FDG1qm4Yk= =muc8 -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Wed Apr 23 17:07:45 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BAF24106566C for ; Wed, 23 Apr 2008 17:07:45 +0000 (UTC) (envelope-from kimrhh@gmail.com) Received: from cicero-fbr1.cybercity.dk (cicero-fbr1.cybercity.dk [212.242.40.5]) by mx1.freebsd.org (Postfix) with ESMTP id 6722A8FC1B for ; Wed, 23 Apr 2008 17:07:45 +0000 (UTC) (envelope-from kimrhh@gmail.com) Received: from smtp1.cybercity.dk (smtp1.cybercity.dk [212.242.43.251]) by cicero-fbr1.cybercity.dk (Postfix) with ESMTP id 2E9423D23F8 for ; Wed, 23 Apr 2008 18:31:37 +0200 (CEST) Received: from [10.0.0.12] (port321.ds1-abc.adsl.cybercity.dk [217.157.139.74]) by smtp1.cybercity.dk (Postfix) with ESMTP id 3FAB3586889 for ; Wed, 23 Apr 2008 18:31:36 +0200 (CEST) Message-ID: <480F6467.4040208@gmail.com> Date: Wed, 23 Apr 2008 18:31:35 +0200 From: =?ISO-8859-1?Q?Kim_H=F8jgaard-Hansen?= User-Agent: Thunderbird 2.0.0.12 (X11/20080302) MIME-Version: 1.0 To: ports@freebsd.org References: <20080414120018.E732B106567F@hub.freebsd.org> <200804140931.22851@aldan> <20080422233458.GA81527@pencil.math.missouri.edu> In-Reply-To: <20080422233458.GA81527@pencil.math.missouri.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: error building java/jdk15 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 23 Apr 2008 17:07:45 -0000 Rich Winkel skrev: > On Mon, Apr 14, 2008 at 09:31:22AM -0400, Mikhail Teterin wrote: > >> It is trying to build JDK-1.5 using 1.4.2 and failing. I would've recommended >> installing linux-sun-jdk15, but that will not work any more either: >> >> http://www.freebsd.org/cgi/query-pr.cgi?pr=122513 >> >> You have to use diablo-jdk15 to build native JDK ports... >> > > I ran into the same problem. So I installed diablo-jdk15 and tried to > build jdk15 under 7.0-RELEASE. But it seems diablo-jdk15 needs > libraries (libc.so.6, libpthread.so.2) which aren't present in 7.0. > > What to do?? > > Thanks!! > Rich > > i think those are provided by lthe linux emulations port(s) /Kim From owner-freebsd-ports@FreeBSD.ORG Wed Apr 23 17:07:53 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6988810656F1; Wed, 23 Apr 2008 17:07:53 +0000 (UTC) (envelope-from kimrhh@gmail.com) Received: from cicero-fbr1.cybercity.dk (cicero-fbr1.cybercity.dk [212.242.40.5]) by mx1.freebsd.org (Postfix) with ESMTP id 16A668FC1C; Wed, 23 Apr 2008 17:07:52 +0000 (UTC) (envelope-from kimrhh@gmail.com) Received: from smtp1.cybercity.dk (smtp1.cybercity.dk [212.242.43.251]) by cicero-fbr1.cybercity.dk (Postfix) with ESMTP id 996A43D2219; Wed, 23 Apr 2008 18:29:45 +0200 (CEST) Received: from [10.0.0.12] (port321.ds1-abc.adsl.cybercity.dk [217.157.139.74]) by smtp1.cybercity.dk (Postfix) with ESMTP id 47F49586817; Wed, 23 Apr 2008 18:29:43 +0200 (CEST) Message-ID: <480F63F6.5040508@gmail.com> Date: Wed, 23 Apr 2008 18:29:42 +0200 From: =?ISO-8859-1?Q?Kim_H=F8jgaard-Hansen?= User-Agent: Thunderbird 2.0.0.12 (X11/20080302) MIME-Version: 1.0 To: ports@freebsd.org References: <20080414120018.E732B106567F@hub.freebsd.org> <200804140931.22851@aldan> <20080422233458.GA81527@pencil.math.missouri.edu> <11167f520804222040s2a327a74xffe3c2635fbbac3@mail.gmail.com> In-Reply-To: <11167f520804222040s2a327a74xffe3c2635fbbac3@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: java@freebsd.org Subject: Re: error building java/jdk15 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 23 Apr 2008 17:07:53 -0000 Sam Fourman Jr. skrev: > I wonder if someone has a work around for this, I have been unable to > use my web java apps in FreeBSD 7.0 they worked fine in PC-BSD 1.4 > (FreeBSD 6.2) > > thank you for your help > > Sam Fourman Jr. > actually I solved it by pkg_delete linux_java14 or what it's called :) and then installing the diablo JDK. MATLAB needs the linux one to work, so I installed that afterwards... not sure how pretty that is, since it seems the javac binary is provided by both environments or something like that. /Kim From owner-freebsd-ports@FreeBSD.ORG Wed Apr 23 17:21:38 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0AB101065674 for ; Wed, 23 Apr 2008 17:21:38 +0000 (UTC) (envelope-from cokane@freebsd.org) Received: from QMTA05.westchester.pa.mail.comcast.net (qmta05.westchester.pa.mail.comcast.net [76.96.62.48]) by mx1.freebsd.org (Postfix) with ESMTP id 7262E8FC17 for ; Wed, 23 Apr 2008 17:21:37 +0000 (UTC) (envelope-from cokane@freebsd.org) Received: from OMTA11.westchester.pa.mail.comcast.net ([76.96.62.36]) by QMTA05.westchester.pa.mail.comcast.net with comcast id H4Ew1Z0060mv7h05504Q00; Wed, 23 Apr 2008 17:21:28 +0000 Received: from discordia ([24.60.135.75]) by OMTA11.westchester.pa.mail.comcast.net with comcast id H5Mb1Z00M1dmTCQ3X00000; Wed, 23 Apr 2008 17:21:36 +0000 X-Authority-Analysis: v=1.0 c=1 a=sxI4813CpNYA:10 a=FtkM3lpymWoA:10 a=oHaR5-jjUysq49ZJbawA:9 a=N3Hu2Du06vYACDdO-4MIHZbzttgA:4 a=50e4U0PicR4A:10 a=MVILZ3b8q2dBY9GUfIkA:9 a=c90ALAE95Rft4Ed42rsA:7 a=D6pMQ5HCPYbDcuAyV0wE9g99EBYA:4 a=NfA2RSpTaHsA:10 a=gjb52fOrf26pNem8f0sA:9 a=QjTXm5B9gxuLQvw9Uukmnh3uRRAA:4 a=rPt6xJ-oxjAA:10 Received: by discordia (Postfix, from userid 103) id A83DA16B55D; Wed, 23 Apr 2008 13:21:35 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.1.8-gr1 (2007-02-13) on discordia X-Spam-Level: X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.8-gr1 Received: from [172.20.1.3] (erwin.int.cokane.org [172.20.1.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by discordia (Postfix) with ESMTP id 2324E16B55B for ; Wed, 23 Apr 2008 13:21:29 -0400 (EDT) From: Coleman Kane To: ports@FreeBSD.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-5W0uV6zS6Wrw0FvO2U0S" Organization: FreeBSD Project Date: Wed, 23 Apr 2008 13:20:47 -0400 Message-Id: <1208971247.6154.16.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.22.1 FreeBSD GNOME Team Port Cc: Subject: Update to net/gnome-netstatus to support new wlan system in -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: Wed, 23 Apr 2008 17:21:38 -0000 --=-5W0uV6zS6Wrw0FvO2U0S Content-Type: multipart/mixed; boundary="=-zP3jfycIcDY3UQqg7nwf" --=-zP3jfycIcDY3UQqg7nwf Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi, I put together some changes to the net/gnome-netstatus applet to allow it to detect and work with the new wlan interface system that was just introduced in CURRENT. This new code doesn't identify non-wlanN interfaces as wifi anymore. I think it may need some help in getting signal-strength detection properly using the if_ndis driver. Mine keeps telling me that the signal strength is always 100% no matter where I walk in my apt. --=20 Coleman Kane --=-zP3jfycIcDY3UQqg7nwf Content-Disposition: attachment; filename=port-net_gnome-netstatus-wlan.diff Content-Transfer-Encoding: base64 Content-Type: text/x-patch; name=port-net_gnome-netstatus-wlan.diff; charset=UTF-8 ZGlmZiAtLWdpdCBhL25ldC9nbm9tZS1uZXRzdGF0dXMvTWFrZWZpbGUgYi9uZXQvZ25vbWUtbmV0 c3RhdHVzL01ha2VmaWxlDQppbmRleCAyZTZjM2YwLi4wOGJlODMyIDEwMDY0NA0KLS0tIGEvbmV0 L2dub21lLW5ldHN0YXR1cy9NYWtlZmlsZQ0KKysrIGIvbmV0L2dub21lLW5ldHN0YXR1cy9NYWtl ZmlsZQ0KQEAgLTgsNyArOCw3IEBADQogDQogUE9SVE5BTUU9CWdub21lLW5ldHN0YXR1cw0KIFBP UlRWRVJTSU9OPQkyLjEyLjENCi1QT1JUUkVWSVNJT049CTUNCitQT1JUUkVWSVNJT049CTYNCiBD QVRFR09SSUVTPQluZXQgZ25vbWUNCiBNQVNURVJfU0lURVM9CSR7TUFTVEVSX1NJVEVfR05PTUV9 DQogTUFTVEVSX1NJVEVfU1VCRElSPQlzb3VyY2VzLyR7UE9SVE5BTUV9LyR7UE9SVFZFUlNJT046 Qy9eKFswLTldK1wuWzAtOV0rKS4qL1wxL30NCmRpZmYgLS1naXQgYS9uZXQvZ25vbWUtbmV0c3Rh dHVzL2ZpbGVzL3BhdGNoLXNyY19uZXRzdGF0dXMtc3lzZGVwcy5jIGIvbmV0L2dub21lLW5ldHN0 YXR1cy9maWxlcy9wYXRjaC1zcmNfbmV0c3RhdHVzLXN5c2RlcHMuYw0KaW5kZXggNWZmY2QzMi4u ZGNhMTkwMyAxMDA2NDQNCi0tLSBhL25ldC9nbm9tZS1uZXRzdGF0dXMvZmlsZXMvcGF0Y2gtc3Jj X25ldHN0YXR1cy1zeXNkZXBzLmMNCisrKyBiL25ldC9nbm9tZS1uZXRzdGF0dXMvZmlsZXMvcGF0 Y2gtc3JjX25ldHN0YXR1cy1zeXNkZXBzLmMNCkBAIC0xLDUgKzEsNSBAQA0KIC0tLSBzcmMvbmV0 c3RhdHVzLXN5c2RlcHMuYy5vcmlnCTIwMDctMDItMTMgMDQ6Mzk6MTkuMDAwMDAwMDAwIC0wNTAw DQotKysrIHNyYy9uZXRzdGF0dXMtc3lzZGVwcy5jCTIwMDctMDctMjkgMTM6MTQ6MzQuMDAwMDAw MDAwIC0wNDAwDQorKysrIHNyYy9uZXRzdGF0dXMtc3lzZGVwcy5jCTIwMDgtMDQtMjMgMTM6MDc6 MjQuMDAwMDAwMDAwIC0wNDAwDQogQEAgLTM3LDEzICszNywyNiBAQA0KICANCiAgI2lmZGVmIF9f RnJlZUJTRF9fDQpAQCAtMTU3LDcgKzE1NywxMiBAQA0KICANCiAgY2hhciAqDQogIG5ldHN0YXR1 c19zeXNkZXBzX3JlYWRfaWZhY2Vfd2lyZWxlc3NfZGV0YWlscyAoY29uc3QgY2hhciAqaWZhY2Us DQotQEAgLTU0OCwyMSArNjMzLDQ0IEBAIG5ldHN0YXR1c19zeXNkZXBzX3JlYWRfaWZhY2Vfd2ly ZWxlc3NfZGUNCitAQCAtNTQ0LDI1ICs2MjksNTIgQEAgbmV0c3RhdHVzX3N5c2RlcHNfcmVhZF9p ZmFjZV93aXJlbGVzc19kZQ0KKyAgIGlmIChzaWduYWxfc3RyZW5ndGgpDQorICAgICAqc2lnbmFs X3N0cmVuZ3RoID0gMDsNCisgDQorKyNpZiBfX0ZyZWVCU0RfdmVyc2lvbiA8IDgwMDAzNg0KKyAg IGlmIChnX3N0cm5jYXNlY21wIChpZmFjZSwgImFuIiwgICAyKSAmJg0KICAgICAgICBnX3N0cm5j YXNlY21wIChpZmFjZSwgIndpIiwgICAyKSAmJg0KICAgICAgICBnX3N0cm5jYXNlY21wIChpZmFj ZSwgImF0aCIsICAzKSAmJg0KICAgICAgICBnX3N0cm5jYXNlY21wIChpZmFjZSwgIm5kaXMiLCA0 KSAmJg0KQEAgLTE2OCw2ICsxNzMsOSBAQA0KICsgICAgICBnX3N0cm5jYXNlY21wIChpZmFjZSwg InJ1bSIsICAzKSAmJg0KICsgICAgICBnX3N0cm5jYXNlY21wIChpZmFjZSwgInJheSIsICAzKSAm Jg0KICAgICAgICBnX3N0cm5jYXNlY21wIChpZmFjZSwgImFjeCIsICAzKSkNCisrI2Vsc2UNCisr ICBpZiAoZ19zdHJuY2FzZWNtcCAoaWZhY2UsICJ3bGFuIiwgNCkpDQorKyNlbmRpZg0KICAgICAg cmV0dXJuIGVycm9yX21lc3NhZ2U7DQogIA0KICsjaWYgX19GcmVlQlNEX3ZlcnNpb24gPCA3MDAw NDYNCg== --=-zP3jfycIcDY3UQqg7nwf-- --=-5W0uV6zS6Wrw0FvO2U0S Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iEYEABECAAYFAkgPb+0ACgkQcMSxQcXat5f2CQCdGivV8v1SkMsgLpmrIG19TCZD vsIAn02VljyaA3CGyCEo5QhEgLYqO1yC =v917 -----END PGP SIGNATURE----- --=-5W0uV6zS6Wrw0FvO2U0S-- From owner-freebsd-ports@FreeBSD.ORG Wed Apr 23 19:19:22 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 189D51065680; Wed, 23 Apr 2008 19:19:22 +0000 (UTC) (envelope-from rich@pencil.math.missouri.edu) Received: from pencil.math.missouri.edu (pencil.math.missouri.edu [128.206.184.195]) by mx1.freebsd.org (Postfix) with ESMTP id A0F228FC24; Wed, 23 Apr 2008 19:19:21 +0000 (UTC) (envelope-from rich@pencil.math.missouri.edu) Received: from pencil.math.missouri.edu (localhost [127.0.0.1]) by pencil.math.missouri.edu (8.13.8/8.13.8) with ESMTP id m3NJJDOA092100; Wed, 23 Apr 2008 14:19:13 -0500 (CDT) (envelope-from rich@pencil.math.missouri.edu) Received: (from rich@localhost) by pencil.math.missouri.edu (8.13.8/8.13.8/Submit) id m3NJJC2R092099; Wed, 23 Apr 2008 14:19:12 -0500 (CDT) (envelope-from rich) Date: Wed, 23 Apr 2008 14:19:12 -0500 From: Rich Winkel To: Joakim Fogelberg Message-ID: <20080423191912.GN78426@pencil.math.missouri.edu> References: <20080414120018.E732B106567F@hub.freebsd.org> <200804140931.22851@aldan> <20080422233458.GA81527@pencil.math.missouri.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: ports@freebsd.org, Rich Winkel , Kim H?jgaard-Hansen , Mikhail Teterin , java@freebsd.org Subject: Re: error building java/jdk15 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 23 Apr 2008 19:19:22 -0000 On Wed, Apr 23, 2008 at 09:16:00PM +0200, Joakim Fogelberg wrote: > Install misc/compat6x ? Thanks, I did that but didn't think it had installed the needed libs. I'm sure it will work now. Many thanks!! Rich From owner-freebsd-ports@FreeBSD.ORG Wed Apr 23 19:40:24 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 414BE1065685 for ; Wed, 23 Apr 2008 19:40:24 +0000 (UTC) (envelope-from joafog.lists@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.236]) by mx1.freebsd.org (Postfix) with ESMTP id DACC98FC0A for ; Wed, 23 Apr 2008 19:40:23 +0000 (UTC) (envelope-from joafog.lists@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so2567519wxd.7 for ; Wed, 23 Apr 2008 12:40:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=z6z2YzQJ3IkdEk4xSnNqVtxDoOjEwkICIw3caThVGYY=; b=qpZnhOBj/bboDIwI1Wf76oqi08ANHrXY1DcJpJisQbpH1Tf2T7lChFgdqhowgP8ddSl6NO89XXZvsyCingxgqRqjELgyQ1N7fD5YmpRFs8oyLreiYFZat7lgbUHH31qF7iWqous9oce5s+UTM1Z5xcGziG3k0mtFFtxJwXVJNdQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=oz43PO8eeevOucTL4lV9SIHFjzfdtOY0/N7WNxj44YO8ANlE5IEYmpRF7wKdSgunl9yLvPUJkokwkda+CUdrZ73plUR7onxbBwUghKC3mp4mnHN5ZK52dj2P8Tu68gu6E2befaaRIX2OAxXzzEa8ybBju1RYJnG4WTzahS5bfvI= Received: by 10.100.38.3 with SMTP id l3mr3417668anl.134.1208978160491; Wed, 23 Apr 2008 12:16:00 -0700 (PDT) Received: by 10.100.195.1 with HTTP; Wed, 23 Apr 2008 12:16:00 -0700 (PDT) Message-ID: Date: Wed, 23 Apr 2008 21:16:00 +0200 From: "Joakim Fogelberg" To: "Rich Winkel" In-Reply-To: <20080422233458.GA81527@pencil.math.missouri.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080414120018.E732B106567F@hub.freebsd.org> <200804140931.22851@aldan> <20080422233458.GA81527@pencil.math.missouri.edu> Cc: ports@freebsd.org, java@freebsd.org, Kim H?jgaard-Hansen , Mikhail Teterin Subject: Re: error building java/jdk15 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 23 Apr 2008 19:40:24 -0000 On Wed, Apr 23, 2008 at 1:34 AM, Rich Winkel wrote: > On Mon, Apr 14, 2008 at 09:31:22AM -0400, Mikhail Teterin wrote: > > It is trying to build JDK-1.5 using 1.4.2 and failing. I would've recommended > > installing linux-sun-jdk15, but that will not work any more either: > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=122513 > > > > You have to use diablo-jdk15 to build native JDK ports... > > I ran into the same problem. So I installed diablo-jdk15 and tried to > build jdk15 under 7.0-RELEASE. But it seems diablo-jdk15 needs > libraries (libc.so.6, libpthread.so.2) which aren't present in 7.0. > > What to do?? > Install misc/compat6x ? -- Joakim Fogelberg From owner-freebsd-ports@FreeBSD.ORG Wed Apr 23 20:45:18 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 988B81065672 for ; Wed, 23 Apr 2008 20:45:18 +0000 (UTC) (envelope-from toti@freebsd.is) Received: from gamla.freebsd.is (gamla.freebsd.is [157.157.138.19]) by mx1.freebsd.org (Postfix) with ESMTP id 088B18FC14 for ; Wed, 23 Apr 2008 20:45:17 +0000 (UTC) (envelope-from toti@freebsd.is) MailScanner-NULL-Check: 1209587526.17918@R9jzJLI4OvrDas36W2LCRA Received: from gamla.freebsd.is (localhost.localdomain [127.0.0.1]) by gamla.freebsd.is (8.14.2/8.14.2) with ESMTP id m3NKW4Sg018333 for ; Wed, 23 Apr 2008 20:32:05 GMT (envelope-from toti@freebsd.is) Received: from 192.168.255.2 (SquirrelMail authenticated user toti) by gamla.freebsd.is with HTTP; Wed, 23 Apr 2008 20:32:05 -0000 (UTC) Message-ID: <1261.192.168.255.2.1208982725.squirrel@gamla.freebsd.is> Date: Wed, 23 Apr 2008 20:32:05 -0000 (UTC) From: =?iso-8859-1?Q?=DE=F3r=F0ur_=CDvarsson?= To: ports@FreeBSD.org User-Agent: SquirrelMail/1.4.9a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-freebsd-MailScanner-Information: Please contact the ISP for more information X-MailScanner-ID: m3NKW4Sg018333 X-freebsd-MailScanner: Found to be clean X-freebsd-MailScanner-From: toti@freebsd.is X-Spam-Status: No Cc: Subject: Newer versions of mapserver X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 23 Apr 2008 20:45:18 -0000 I noticed there are newer versions of mapserver available, I belive version 5 is development and 4 is stable, but both should be available in ports tree. The only patch for current port should work for version 5.0.1 if pointing to correct file. Thanks, Thordur -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. From owner-freebsd-ports@FreeBSD.ORG Wed Apr 23 22:56:43 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B2BAC106564A for ; Wed, 23 Apr 2008 22:56:43 +0000 (UTC) (envelope-from unixmania@gmail.com) Received: from el-out-1112.google.com (el-out-1112.google.com [209.85.162.176]) by mx1.freebsd.org (Postfix) with ESMTP id 721D78FC12 for ; Wed, 23 Apr 2008 22:56:43 +0000 (UTC) (envelope-from unixmania@gmail.com) Received: by el-out-1112.google.com with SMTP id m34so1311812ele.8 for ; Wed, 23 Apr 2008 15:56:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=3pRi9htVc9oLnatKtmdk6QQWNME/nT6PS3FIx9GUfq0=; b=BlsIOUI0lY9IB2VHcj0f8tp0YV/FhffvcgWAcEGCVTAgern/YIB5WlD12zyXvNJGXesZwcF/o5u7AwAIC/0V7xZ4GfGMaUcc2WOOh+U4l7+pS3J6OuXrIWOWUaxWvKYobRni5DPDa/VGFHu5AsYrcRA6FmmXqIuZR+Fnk2mnpio= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=C30Xh4DfRZX5x9pdV9e1ZWioZ/5vTpYbKkH2VlwD9WrbhsOcajTAL0mUtj2N78xl6ktnoX7eA5V9sD16BkNR5ERzyGkweYe0MWDdRnsfPHdQ07eYywI4NavvQReEGox6QJ0KNPL+Ck7WRjtFEeJltXF3TrGVxYmryORoqrgrum4= Received: by 10.100.166.9 with SMTP id o9mr3835375ane.91.1208989745204; Wed, 23 Apr 2008 15:29:05 -0700 (PDT) Received: by 10.66.219.8 with HTTP; Wed, 23 Apr 2008 15:29:05 -0700 (PDT) Message-ID: Date: Wed, 23 Apr 2008 19:29:05 -0300 From: "Carlos A. M. dos Santos" To: "FreeBSD Ports List" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: graphics/gnash: is somebody working on upgrading to 0.8.1? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2008 22:56:43 -0000 Otherwise I will attempt to do it. -- Carlos A. M. dos Santos From owner-freebsd-ports@FreeBSD.ORG Thu Apr 24 00:09:22 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E5311065688 for ; Thu, 24 Apr 2008 00:09:22 +0000 (UTC) (envelope-from shild@sbcglobal.net) Received: from flpi185.prodigy.net (flpi185.sbcis.sbc.com [207.115.20.187]) by mx1.freebsd.org (Postfix) with ESMTP id F292A8FC21 for ; Thu, 24 Apr 2008 00:09:21 +0000 (UTC) (envelope-from shild@sbcglobal.net) X-ORBL: [68.75.165.252] Received: from fbsd1.dyndns.org (adsl-68-75-165-252.dsl.emhril.ameritech.net [68.75.165.252]) by flpi185.prodigy.net (8.13.8 out.dk.spool/8.13.8) with ESMTP id m3NNroBb008536; Wed, 23 Apr 2008 16:53:50 -0700 Received: from fbsd1.dyndns.org (localhost.dyndns.org [127.0.0.1]) by fbsd1.dyndns.org (8.14.2/8.14.2) with ESMTP id m3NNpxau075168; Wed, 23 Apr 2008 18:52:01 -0500 (CDT) (envelope-from shild@sbcglobal.net) Received: (from shildret@localhost) by fbsd1.dyndns.org (8.14.2/8.14.2/Submit) id m3NNpxSv075167; Wed, 23 Apr 2008 18:51:59 -0500 (CDT) (envelope-from shild@sbcglobal.net) X-Authentication-Warning: fbsd1.dyndns.org: shildret set sender to shild@sbcglobal.net using -f From: "Scott T. Hildreth" To: "Carlos A. M. dos Santos" In-Reply-To: References: Date: Wed, 23 Apr 2008 18:51:58 -0500 Message-Id: <1208994718.50375.9.camel@fbsd1.dyndns.org> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 FreeBSD GNOME Team Port Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Ports List Subject: Re: graphics/gnash: is somebody working on upgrading to 0.8.1? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: shild@sbcglobal.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2008 00:09:22 -0000 It is 0.8.1, has been for awhile. Maybe your ports aren't updated. On Wed, 2008-04-23 at 19:29 -0300, Carlos A. M. dos Santos wrote: > Otherwise I will attempt to do it. > From owner-freebsd-ports@FreeBSD.ORG Thu Apr 24 00:22:47 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D6411065676 for ; Thu, 24 Apr 2008 00:22:47 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from cp65.agava.net (cp65.agava.net [89.108.66.215]) by mx1.freebsd.org (Postfix) with ESMTP id 548368FC24 for ; Thu, 24 Apr 2008 00:22:47 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from [213.148.20.85] (helo=hive.panopticon) by cp65.agava.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63 (FreeBSD)) (envelope-from ) id 1JopJr-0007q1-H3; Thu, 24 Apr 2008 04:28:11 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 8E6BD619C; Thu, 24 Apr 2008 04:22:27 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id 652D51702F; Thu, 24 Apr 2008 04:22:40 +0400 (MSD) Date: Thu, 24 Apr 2008 04:22:39 +0400 From: Dmitry Marakasov To: "Carlos A. M. dos Santos" Message-ID: <20080424002239.GA29854@hades.panopticon> Mail-Followup-To: "Carlos A. M. dos Santos" , FreeBSD Ports List References: MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cp65.agava.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - amdmi3.ru X-Source: X-Source-Args: X-Source-Dir: Cc: FreeBSD Ports List Subject: Re: graphics/gnash: is somebody working on upgrading to 0.8.1? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2008 00:22:47 -0000 * Carlos A. M. dos Santos (unixmania@gmail.com) wrote: > Otherwise I will attempt to do it. 0.8.2 you mean? I am, hopefully i'll submit it before the end of week. -- Dmitry A. Marakasov | jabber: amdmi3@jabber.ru amdmi3@amdmi3.ru | http://www.amdmi3.ru From owner-freebsd-ports@FreeBSD.ORG Thu Apr 24 00:47:38 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB5FD106567C for ; Thu, 24 Apr 2008 00:47:38 +0000 (UTC) (envelope-from unixmania@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.freebsd.org (Postfix) with ESMTP id 65C148FC12 for ; Thu, 24 Apr 2008 00:47:38 +0000 (UTC) (envelope-from unixmania@gmail.com) Received: by ug-out-1314.google.com with SMTP id y2so623135uge.37 for ; Wed, 23 Apr 2008 17:47:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=9g0J+UW1urAKLDSizJJ/cIMHGLGTAo0Gk7a5tMqZXlw=; b=pciMqr5D6ILdncClgT2yIMugoad0Q2HhH2//4jrMVSj5ORzIoCvgDRB5WmEHkf6VQvIKTZB0DGVNcdTo3yED5K6kGyFeDRNCkMAhyWLHIst85PI6ECeJVoLoDHjk/FteqlI6UrZb2o42oTj45TmqSRPSs6alRR5Dgq72fT2mpcE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Into0totZvkf4kEw2XL4G/LUrYJDrDC0Yg9TxVuI5zA8R/5XBK980mNoVEhvKXRDBzZnuOovSEC02xOa2UhJo7X4ISmZuypncpHk5+iN6Vpq8EU21ZuMS5kzxhrgWTDbL+TDe1qWuuYE2Ook+wH8uXlm26zwY9FpJ+0N5epSCWM= Received: by 10.67.116.15 with SMTP id t15mr9219454ugm.21.1208998057286; Wed, 23 Apr 2008 17:47:37 -0700 (PDT) Received: by 10.66.219.8 with HTTP; Wed, 23 Apr 2008 17:47:37 -0700 (PDT) Message-ID: Date: Wed, 23 Apr 2008 21:47:37 -0300 From: "Carlos A. M. dos Santos" To: "Carlos A. M. dos Santos" , "FreeBSD Ports List" In-Reply-To: <20080424002239.GA29854@hades.panopticon> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080424002239.GA29854@hades.panopticon> Cc: Subject: Re: graphics/gnash: is somebody working on upgrading to 0.8.1? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2008 00:47:38 -0000 On Wed, Apr 23, 2008 at 9:22 PM, Dmitry Marakasov wrote: > * Carlos A. M. dos Santos (unixmania@gmail.com) wrote: > > > Otherwise I will attempt to do it. > 0.8.2 you mean? I am, hopefully i'll submit it before the end of week. Yes, I meant 0.8.2. :-) Thanks for the good news. Feel free to call if you need a beta tester. -- Carlos A. M. dos Santos From owner-freebsd-ports@FreeBSD.ORG Thu Apr 24 00:49:18 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92EFC106564A; Thu, 24 Apr 2008 00:49:18 +0000 (UTC) (envelope-from db@db.net) Received: from diana.db.net (diana.db.net [204.228.229.66]) by mx1.freebsd.org (Postfix) with ESMTP id 7C0048FC16; Thu, 24 Apr 2008 00:49:18 +0000 (UTC) (envelope-from db@db.net) Received: from diana.db.net ([204.228.229.66] helo=localhost ident=mailnull) by diana.db.net with esmtp (Exim 4.66 (FreeBSD)) (envelope-from ) id 1JopeH-0006VG-IA; Wed, 23 Apr 2008 18:49:17 -0600 Received: from diana.db.net ([127.0.0.1] helo=localhost) (envelope-from ) id 1JopeG-000ATY-Gy; Wed, 23 Apr 2008 20:49:16 -0400 Date: Wed, 23 Apr 2008 20:49:16 -0400 From: Diane Bruce To: Chris Maness Message-ID: <20080424004916.GA40188@night.db.net> References: <480D41E2.8010604@chrismaness.com> <20080422053421.GA49306@night.db.net> <20080422180330.GA76411@night.db.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: ports@freebsd.org, db@freebsd.org, Diane Bruce , w1hkj@w1hkj.com Subject: Re: FreeBSD Port: fldigi-2.10 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2008 00:49:18 -0000 On Tue, Apr 22, 2008 at 11:26:45AM -0700, Chris Maness wrote: Resolved. It never occured to me Chris was missing a soundcard. This is the assert trap from portaudio2. ;-) It's a very cryptic message. - Diane (VA3DB) -- - db@FreeBSD.org db@db.net http://www.db.net/~db From owner-freebsd-ports@FreeBSD.ORG Thu Apr 24 03:36:01 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B62BA106564A; Thu, 24 Apr 2008 03:36:01 +0000 (UTC) (envelope-from chris@chrismaness.com) Received: from nlpi087.prodigy.net (nlpi087.prodigy.net [207.115.36.103]) by mx1.freebsd.org (Postfix) with ESMTP id 7B93A8FC1A; Thu, 24 Apr 2008 03:36:01 +0000 (UTC) (envelope-from chris@chrismaness.com) X-ORBL: [76.238.148.145] Received: from adsl-76-238-148-145.dsl.irvnca.sbcglobal.net (adsl-76-238-148-145.dsl.irvnca.sbcglobal.net [76.238.148.145]) by nlpi087.prodigy.net (8.13.8 out.dk.spool/8.13.8) with ESMTP id m3O3Zmqx024947; Wed, 23 Apr 2008 22:35:49 -0500 Date: Wed, 23 Apr 2008 20:35:48 -0700 (PDT) From: Chris Maness X-X-Sender: chris@ns1.kq6up.org To: Diane Bruce In-Reply-To: <20080424004916.GA40188@night.db.net> Message-ID: References: <480D41E2.8010604@chrismaness.com> <20080422053421.GA49306@night.db.net> <20080422180330.GA76411@night.db.net> <20080424004916.GA40188@night.db.net> User-Agent: Alpine 1.10 (BSF 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: ports@freebsd.org, db@freebsd.org, w1hkj@w1hkj.com Subject: Re: FreeBSD Port: fldigi-2.10 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2008 03:36:01 -0000 On Wed, 23 Apr 2008, Diane Bruce wrote: > On Tue, Apr 22, 2008 at 11:26:45AM -0700, Chris Maness wrote: > > Resolved. > > It never occured to me Chris was missing a soundcard. This is the > assert trap from portaudio2. ;-) It's a very cryptic message. > > - Diane (VA3DB) > -- > - db@FreeBSD.org db@db.net http://www.db.net/~db > Sorry, I should have mentioned it. Chris From owner-freebsd-ports@FreeBSD.ORG Thu Apr 24 04:21:17 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5A9A106566C for ; Thu, 24 Apr 2008 04:21:17 +0000 (UTC) (envelope-from hochinghsien@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.freebsd.org (Postfix) with ESMTP id 7F1898FC0A for ; Thu, 24 Apr 2008 04:21:17 +0000 (UTC) (envelope-from hochinghsien@gmail.com) Received: by ug-out-1314.google.com with SMTP id y2so657191uge.37 for ; Wed, 23 Apr 2008 21:21:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; bh=vs9So4MVBCojeHUtpI7gYVRx2x/dN2vwuyJW5V2Z52Q=; b=DnISDG4dUpZtLFPXUVx+9Ml8Hz/qwqRs7P4imKfo+U2bVqCOBHsFxbSOQHIhkxgcW0ab42Cj93WxYpsJsU7D7PIPE0cB6zdhFsKti09oJPD0HOG1O4UQedHqYcURUOMabHtlvtY/haeqHhiseZWj7/VVAh+O4V4RMG3NqXBPsXo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=En/MLsLnF7z0G9kx3VfA1V57ezrl6BUVWIy0f+zSb9rGkRIXbg8ND+Ng3Jc435fMqYxYJkU7oHCZQ449edl2ChE+VhtpnqYYZlMqlrvpSyPtHsqEo/CT3BO4PHkpSw3w8RpTqK+VkYiL9Qq72hzDtWUh2b1sdAZgaG/hYaSJ/ME= Received: by 10.66.245.2 with SMTP id s2mr9435502ugh.16.1209009434423; Wed, 23 Apr 2008 20:57:14 -0700 (PDT) Received: by 10.67.15.7 with HTTP; Wed, 23 Apr 2008 20:57:14 -0700 (PDT) Message-ID: Date: Thu, 24 Apr 2008 11:57:14 +0800 From: "Ching Hsien Ho" Sender: hochinghsien@gmail.com To: lbr@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: e3ae19e451e4ff52 Cc: ports@FreeBSD.org Subject: FreeBSD Port: p5-libwww-5.805 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 24 Apr 2008 04:21:17 -0000 Dear Why don't you update this port for long time? From owner-freebsd-ports@FreeBSD.ORG Thu Apr 24 06:02:39 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B54DA106566C; Thu, 24 Apr 2008 06:02:39 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id 7C3728FC17; Thu, 24 Apr 2008 06:02:39 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A5496E.dip.t-dialin.net [84.165.73.110]) by redbull.bpaserver.net (Postfix) with ESMTP id 1E9702E0BC; Thu, 24 Apr 2008 08:02:33 +0200 (CEST) Received: from webmail.leidinger.net (webmail.leidinger.net [192.168.1.102]) by outgoing.leidinger.net (Postfix) with ESMTP id 0664FA5E6F; Thu, 24 Apr 2008 08:02:30 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=Leidinger.net; s=outgoing-alex; t=1209016950; bh=h65ReA20FYuxGs5ayrKHRuO2zDth9fYSn TMLVIE2TWc=; h=Message-ID:Date:From:To:Cc:Subject:References: In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=iW5kk1dtPKct/6H98gcJ2Zzm0n9D9u3ES4AKmaxWu72uLbgtGsL8T8lyo74gofszG zKNLbX3YPSdvRKhmkx69tumw/VGvMnTQfrNmJ9lyd0XDW/80tBgiv2cw0y2HjMhsYj5 xiomcLcNvYnB6ln/gemJvKP0as9vV3AedF9Fu25AhhkVHmZ+/Vi/by/G70yyofaNvfu d2B8rM+S6X7Ehu+bgLM2/WYTbKIw0FkzfC+g517dGWcf0iVr98gsrld4FOKL9o8PK7a 6as3wLGGu9j8zHqpvouQMNbYIIolFJT4v2kCx8TySHEUaaxZiU/IPC6eesgVJKNgBjO 7wGH2PlmA== Received: (from www@localhost) by webmail.leidinger.net (8.14.2/8.13.8/Submit) id m3O62TlI069265; Thu, 24 Apr 2008 08:02:29 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde Framework) with HTTP; Thu, 24 Apr 2008 08:02:29 +0200 Message-ID: <20080424080229.114632lxyo7mbi4g@webmail.leidinger.net> X-Priority: 3 (Normal) Date: Thu, 24 Apr 2008 08:02:29 +0200 From: Alexander Leidinger To: pav@FreeBSD.org References: <480E3F5E.3060501@icyb.net.ua> <1208903822.1548.62.camel@ikaros.oook.cz> <480F3B39.3090702@icyb.net.ua> <1208957957.58820.28.camel@pav.hide.vol.cz> In-Reply-To: <1208957957.58820.28.camel@pav.hide.vol.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.2-RC2) / FreeBSD-8.0 X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, ORDB-RBL, SpamAssassin (not cached, score=-13.404, required 6, BAYES_00 -15.00, DKIM_SIGNED 0.00, DKIM_VERIFIED -0.00, J_CHICKENPOX_12 0.60, MIME_QP_LONG_LINE 1.40, RDNS_DYNAMIC 0.10, SMILEY -0.50) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: Andriy Gapon , freebsd-ports@FreeBSD.org Subject: Re: purely package-based/oriented solution X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 24 Apr 2008 06:02:39 -0000 Quoting Pav Lucistnik (from Wed, 23 Apr 2008 =20 15:39:17 +0200): > Andriy Gapon p=C3=AD=C5=A1e v st 23. 04. 2008 v 16:35 +0300: >> BTW, strange thing: >> $ portupgrade -a -PP >> ... >> ** Port marked as IGNORE: devel/linux_kdump: >> does not build with the default linux base, use the package inste= ad >> >> What's this about? :-) I do say to use packages only. > > Guess portupgrade still looks at the ports tree. What happens if you try > to rm -rf /usr/ports first? If someone knows a better way of handling this (using something else =20 than IGNORE, with the same effect to people trying to build it from =20 ports but with a better behavior when used with portupgrade -PP), I'am =20 all ears (a better way of fixing this would be to include preparsed =20 linux stuff, but there are more important things on my TODO list...). Bye, Alexander. --=20 An aphorism is never exactly true; it is either a half-truth or one-and-a-half truths. =09=09-- Karl Kraus http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID =3D B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID =3D 72077137 From owner-freebsd-ports@FreeBSD.ORG Thu Apr 24 06:43:54 2008 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88D001065673; Thu, 24 Apr 2008 06:43:54 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from hosted.kievnet.com (hosted.kievnet.com [193.138.144.10]) by mx1.freebsd.org (Postfix) with ESMTP id 5F68C8FC15; Thu, 24 Apr 2008 06:43:54 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from localhost ([127.0.0.1] helo=edge.pp.kiev.ua) by hosted.kievnet.com with esmtpa (Exim 4.62) (envelope-from ) id 1JovBQ-000Gsp-FI; Thu, 24 Apr 2008 09:43:52 +0300 Message-ID: <48102C23.5070209@icyb.net.ua> Date: Thu, 24 Apr 2008 09:43:47 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.12 (X11/20080320) MIME-Version: 1.0 To: pav@FreeBSD.org References: <480E3F5E.3060501@icyb.net.ua> <1208903822.1548.62.camel@ikaros.oook.cz> <480F3B39.3090702@icyb.net.ua> <1208957957.58820.28.camel@pav.hide.vol.cz> <480F4198.2030708@icyb.net.ua> In-Reply-To: <480F4198.2030708@icyb.net.ua> Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@FreeBSD.org Subject: Re: purely package-based/oriented solution X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 24 Apr 2008 06:43:54 -0000 on 23/04/2008 17:03 Andriy Gapon said the following: > but I still want to keep ports for things that I'd rather customize myself. > But for the sake of experiment I will try mv-ing ports of the way and > see what happens. For the record: portupgrade (even with -PP) doesn't work at all without ports. -- Andriy Gapon From owner-freebsd-ports@FreeBSD.ORG Thu Apr 24 06:46:40 2008 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D3ED106566B; Thu, 24 Apr 2008 06:46:40 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from hosted.kievnet.com (hosted.kievnet.com [193.138.144.10]) by mx1.freebsd.org (Postfix) with ESMTP id 4C58B8FC1F; Thu, 24 Apr 2008 06:46:40 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from localhost ([127.0.0.1] helo=edge.pp.kiev.ua) by hosted.kievnet.com with esmtpa (Exim 4.62) (envelope-from ) id 1JovE7-000HAg-7V; Thu, 24 Apr 2008 09:46:39 +0300 Message-ID: <48102CCE.6020004@icyb.net.ua> Date: Thu, 24 Apr 2008 09:46:38 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.12 (X11/20080320) MIME-Version: 1.0 To: Alexander Leidinger References: <480E3F5E.3060501@icyb.net.ua> <1208903822.1548.62.camel@ikaros.oook.cz> <480F3B39.3090702@icyb.net.ua> <1208957957.58820.28.camel@pav.hide.vol.cz> <20080424080229.114632lxyo7mbi4g@webmail.leidinger.net> In-Reply-To: <20080424080229.114632lxyo7mbi4g@webmail.leidinger.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: pav@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: purely package-based/oriented solution X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 24 Apr 2008 06:46:40 -0000 on 24/04/2008 09:02 Alexander Leidinger said the following: > Quoting Pav Lucistnik (from Wed, 23 Apr 2008 > 15:39:17 +0200): > >> Andriy Gapon píše v st 23. 04. 2008 v 16:35 +0300: > >>> BTW, strange thing: >>> $ portupgrade -a -PP >>> ... >>> ** Port marked as IGNORE: devel/linux_kdump: >>> does not build with the default linux base, use the package instead >>> >>> What's this about? :-) I do say to use packages only. >> Guess portupgrade still looks at the ports tree. What happens if you try >> to rm -rf /usr/ports first? > > If someone knows a better way of handling this (using something else > than IGNORE, with the same effect to people trying to build it from > ports but with a better behavior when used with portupgrade -PP), I'am > all ears (a better way of fixing this would be to include preparsed > linux stuff, but there are more important things on my TODO list...). Alexander, I am not completely sure what your question was. My concern is: why on -PP mode portupgrade needs ports at all? Why not just go to package repository and check what you've got there. I do not demand that portupgrade be tailored to my needs, I am just saying that it doesn't meet them. ... maybe if I rename it to pkgupgrade :-) -- Andriy Gapon From owner-freebsd-ports@FreeBSD.ORG Thu Apr 24 07:11:47 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C28911065676 for ; Thu, 24 Apr 2008 07:11:47 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from hosted.kievnet.com (hosted.kievnet.com [193.138.144.10]) by mx1.freebsd.org (Postfix) with ESMTP id 9C7978FC12 for ; Thu, 24 Apr 2008 07:11:47 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from localhost ([127.0.0.1] helo=edge.pp.kiev.ua) by hosted.kievnet.com with esmtpa (Exim 4.62) (envelope-from ) id 1JovcP-000KDY-Me; Thu, 24 Apr 2008 10:11:45 +0300 Message-ID: <481032B1.2040907@icyb.net.ua> Date: Thu, 24 Apr 2008 10:11:45 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.12 (X11/20080320) MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <480E3F5E.3060501@icyb.net.ua> In-Reply-To: <480E3F5E.3060501@icyb.net.ua> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Andy Kosela , Michel Talon Subject: Re: purely package-based/oriented solution X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 24 Apr 2008 07:11:47 -0000 on 22/04/2008 22:41 Andriy Gapon said the following: > Sorry if this is something obvious or a FAQ. > > Is there a tool for purely package-based management of third-party software? > That is, something that meets the following criteria: > 1. doesn't require ports tree > 2. works similarly to package installation in FreeBSD installer > 3. can properly handle upgrading packages (including dependencies) > 4. can check remote package repositories and, based on timestamp or > INDEX, can find new versions for installed packages > 5. can verify that all dependencies would be met before downloading all > packages in full (e.g. based on INDEX data or can download initial > blocks of packages, so that package metadata could be extracted and > examined). > Results so far: 1. One tool that I found in ports was bpkg, its description and manual page sounded promising. But after I saw the following line in its code I decided to not even try it: pkg_delete -fa && pkg_add -r $all 2. Michel Talon has kindly let me know about his tool name pkgupgrade (in python). I must say that this is a tool that satisfied all my technical requirements, it worked very well, quite fast and very safely. It generates a script to perform an actual update and creates necessary backups and records. Then you can review the logs and the script and proceed. I think this tool should be added to ports. I will definitely keep using it. But on some levels I am still not completely satisfied. This is mostly about UI. I have to do some development on RedHat's OSes and there I came to be familiar with yum: http://en.wikipedia.org/wiki/Yellow_dog_Updater,_Modified It is really no brainer to use for everyday tasks: yum install xxx yum update xxx yum update <--- for all But underneath it has smarts and safety nets. -- Andriy Gapon From owner-freebsd-ports@FreeBSD.ORG Thu Apr 24 07:27:20 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0CAD61065677; Thu, 24 Apr 2008 07:27:20 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id B4C488FC12; Thu, 24 Apr 2008 07:27:19 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A5496E.dip.t-dialin.net [84.165.73.110]) by redbull.bpaserver.net (Postfix) with ESMTP id 7F8252E05C; Thu, 24 Apr 2008 09:27:14 +0200 (CEST) Received: from webmail.leidinger.net (webmail.leidinger.net [192.168.1.102]) by outgoing.leidinger.net (Postfix) with ESMTP id 0EAA7A8137; Thu, 24 Apr 2008 09:27:12 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=Leidinger.net; s=outgoing-alex; t=1209022032; bh=+zA8ni2kUXJ0MQE4R04zLjIuIisoi9YV7 vz6iR0swfY=; h=Message-ID:Date:From:To:Cc:Subject:References: In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=H/UelapvntNCoQZltyheCaf48eLf+YPh/00Af9bbvhfn22dJKSc2oEi/ozExhGEQW jb7k1zXoR42UO+aCAyGeFij5zwExAoSunPQsbzoD1/7g3tj3R4b0kMA1mVZ3Toun6e3 jQ7smH08Fc+6UIJG4B1nWjEukt+Nvz49PUxBQfLRqF5Sr5oxtFXKwqMZhTwjdNDWHRl t2O5o2ibaDB23KiGG+z/HL9FaFYbM2i/9309YiC9n1NpHXuo6AnVX/TCnNXmElNhN9p jsyOKM9IajBC9gDm6QJW5/t7ejv4SkKsnXcDHGrCxMBPNBp9yvcE2PctqgMj0/jTAvK p2VtyMzmQ== Received: (from www@localhost) by webmail.leidinger.net (8.14.2/8.13.8/Submit) id m3O7RB6j083287; Thu, 24 Apr 2008 09:27:11 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde Framework) with HTTP; Thu, 24 Apr 2008 09:27:11 +0200 Message-ID: <20080424092711.10703q81vign1hkw@webmail.leidinger.net> X-Priority: 3 (Normal) Date: Thu, 24 Apr 2008 09:27:11 +0200 From: Alexander Leidinger To: Andriy Gapon References: <480E3F5E.3060501@icyb.net.ua> <1208903822.1548.62.camel@ikaros.oook.cz> <480F3B39.3090702@icyb.net.ua> <1208957957.58820.28.camel@pav.hide.vol.cz> <20080424080229.114632lxyo7mbi4g@webmail.leidinger.net> <48102CCE.6020004@icyb.net.ua> In-Reply-To: <48102CCE.6020004@icyb.net.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.2-RC2) / FreeBSD-8.0 X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, ORDB-RBL, SpamAssassin (not cached, score=-13.404, required 6, BAYES_00 -15.00, DKIM_SIGNED 0.00, DKIM_VERIFIED -0.00, J_CHICKENPOX_12 0.60, MIME_QP_LONG_LINE 1.40, RDNS_DYNAMIC 0.10, SMILEY -0.50) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: pav@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: purely package-based/oriented solution X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 24 Apr 2008 07:27:20 -0000 Quoting Andriy Gapon (from Thu, 24 Apr 2008 09:46:38 +0300= ): > on 24/04/2008 09:02 Alexander Leidinger said the following: >> Quoting Pav Lucistnik (from Wed, 23 Apr 2008 >> 15:39:17 +0200): >> >>> Andriy Gapon p=C3=AD=C5=A1e v st 23. 04. 2008 v 16:35 +0300: >> >>>> BTW, strange thing: >>>> $ portupgrade -a -PP >>>> ... >>>> ** Port marked as IGNORE: devel/linux_kdump: >>>> does not build with the default linux base, use the =20 >>>> package instead >>>> >>>> What's this about? :-) I do say to use packages only. >>> Guess portupgrade still looks at the ports tree. What happens if you try >>> to rm -rf /usr/ports first? >> >> If someone knows a better way of handling this (using something else >> than IGNORE, with the same effect to people trying to build it from >> ports but with a better behavior when used with portupgrade -PP), I'am >> all ears (a better way of fixing this would be to include preparsed >> linux stuff, but there are more important things on my TODO list...). > > Alexander, > > I am not completely sure what your question was. portupgrade moans because linux_kdump contains IGNORE. If someone =20 knows something with a similar behavior as above which could =20 replace/extend IGNORE, portupgrade may behave better. > My concern is: why on -PP mode portupgrade needs ports at all? Why not > just go to package repository and check what you've got there. You could do a feature request which would switch portupgrade to this =20 behavior if a special command line switch is given (maybe -PPP). > I do not demand that portupgrade be tailored to my needs, I am just > saying that it doesn't meet them. And there's nothing written in stone that it can not be changed to =20 suit your needs too... Bye, Alexander. --=20 When I demanded of my friend what viands he preferred, He quoth: "A large cold bottle, and a small hot bird!" =09=09-- Eugene Field, "The Bottle and the Bird" http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID =3D B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID =3D 72077137 From owner-freebsd-ports@FreeBSD.ORG Thu Apr 24 07:30:00 2008 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2FB74106566C for ; Thu, 24 Apr 2008 07:30:00 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from nat-application.b1.lan.prg.vol.cz (nat-application.b1.lan.prg.vol.cz [195.122.204.152]) by mx1.freebsd.org (Postfix) with ESMTP id B2FE08FC2E for ; Thu, 24 Apr 2008 07:29:59 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from pav.hide.vol.cz (localhost [127.0.0.1]) by nat-application.b1.lan.prg.vol.cz (8.14.2/8.14.2) with ESMTP id m3O7Tv5w033182; Thu, 24 Apr 2008 09:29:57 +0200 (CEST) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by pav.hide.vol.cz (8.14.2/8.14.2/Submit) id m3O7TvUX033181; Thu, 24 Apr 2008 09:29:57 +0200 (CEST) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: pav.hide.vol.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: Andriy Gapon In-Reply-To: <48102C23.5070209@icyb.net.ua> References: <480E3F5E.3060501@icyb.net.ua> <1208903822.1548.62.camel@ikaros.oook.cz> <480F3B39.3090702@icyb.net.ua> <1208957957.58820.28.camel@pav.hide.vol.cz> <480F4198.2030708@icyb.net.ua> <48102C23.5070209@icyb.net.ua> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-E5kkk5gCVcxFlo0MpyFX" Date: Thu, 24 Apr 2008 09:29:57 +0200 Message-Id: <1209022197.31706.8.camel@pav.hide.vol.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.22.1 FreeBSD GNOME Team Port Cc: freebsd-ports@FreeBSD.org Subject: Re: purely package-based/oriented solution X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2008 07:30:00 -0000 --=-E5kkk5gCVcxFlo0MpyFX Content-Type: text/plain; charset=ISO8859-2 Content-Transfer-Encoding: quoted-printable Andriy Gapon p=ED=B9e v =E8t 24. 04. 2008 v 09:43 +0300: > on 23/04/2008 17:03 Andriy Gapon said the following: > > but I still want to keep ports for things that I'd rather customize mys= elf. > > But for the sake of experiment I will try mv-ing ports of the way and > > see what happens. >=20 > For the record: portupgrade (even with -PP) doesn't work at all without > ports. Gah, uncool. --=20 Pav Lucistnik 42.7 percent of all statistics are made up on the spot. --=-E5kkk5gCVcxFlo0MpyFX Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?UTF-8?Q?digit=C3=A1ln=C4=9B?= =?ISO-8859-1?Q?_podepsan=E1?= =?UTF-8?Q?_=C4=8D=C3=A1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iEYEABECAAYFAkgQNvUACgkQntdYP8FOsoIwqACgsaW6q7kEmZiUSycXXT1PK8nM /qkAnRelYd5nNtQWHLXc0t8z/B6zXrDS =Mbju -----END PGP SIGNATURE----- --=-E5kkk5gCVcxFlo0MpyFX-- From owner-freebsd-ports@FreeBSD.ORG Thu Apr 24 08:43:59 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 534571065675 for ; Thu, 24 Apr 2008 08:43:59 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.freebsd.org (Postfix) with ESMTP id 272A98FC2C for ; Thu, 24 Apr 2008 08:43:59 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: by py-out-1112.google.com with SMTP id u52so4852503pyb.10 for ; Thu, 24 Apr 2008 01:43:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=5+jZDCiNG2HF7yXWuIeTAnfi5MegypncLcqvjT9Jy7A=; b=VYEYzO7p0Vd2YseS3OREq5d4jqQBijJhJYkrqgYPP/l0he+Gf3vGYeqicb8FmtTGTa1kVjxVPutzemQM2H81LrqQCfw93L2s/2mqF1La1YXcHNXWQU0Q2iJnCkd7i1NvAOdjPQC8YChZUwLLCkuWs3s588kyewp5ocpRE8Y8iHY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Y59MjVxtFV0bpgKtSZwgNbCHsejqRPGx2GSejpvDiND+gKXg1OYHbtvC3K3QmkMKRyceSZalVzVjxHWF+AxLsaMdRTlLg8BAKDIvMxjYLcTPhIGTKO7mPjRgmJY40SSybyZkb7VMAoTky6tbykWvXJXLDZqQcGDzQOZZxh1U6+w= Received: by 10.141.79.12 with SMTP id g12mr1109771rvl.182.1209026637537; Thu, 24 Apr 2008 01:43:57 -0700 (PDT) Received: by 10.141.186.2 with HTTP; Thu, 24 Apr 2008 01:43:57 -0700 (PDT) Message-ID: <11167f520804240143w13a77174wcd0beff43fa3e598@mail.gmail.com> Date: Thu, 24 Apr 2008 03:43:57 -0500 From: "Sam Fourman Jr." To: "Larry Rosenman" In-Reply-To: <000901c8a3b2$750b7350$5f2259f0$@org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <82f916c90804180434l2f87842ar6398ec09d3e45c3c@mail.gmail.com> <20080418124557.GA40620@eos.sc1.parodius.com> <82f916c90804180706k3717ccf3u97b5c401a735d58c@mail.gmail.com> <010b01c8a163$b95133c0$2bf39b40$@org> <20080419202533.766c45f9@serene.no-ip.org> <000001c8a287$07037190$150a54b0$@org> <20080419204547.63d6773a@serene.no-ip.org> <000001c8a28b$2e2994d0$8a7cbe70$@org> <20080421070925.4924ff42@serene.no-ip.org> <000901c8a3b2$750b7350$5f2259f0$@org> Cc: ports@freebsd.org, "Conrad J. Sabatier" , Jeremy Chadwick , Kemian Dang Subject: Re: Upgrading 'lsof-4.79K' to 'lsof-4.79,1' failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 24 Apr 2008 08:43:59 -0000 do I just need to update my sources and build a kernel or do I need to buildworld? I hope it is just a build kernel because I get stuck on merge master after build world, I don't understand the questions it asks Thank you for your help Sam Fourman Jr. From owner-freebsd-ports@FreeBSD.ORG Thu Apr 24 09:11:15 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54BB11065681 for ; Thu, 24 Apr 2008 09:11:15 +0000 (UTC) (envelope-from lbr@nerdheaven.dk) Received: from tux.nerdheaven.dk (tux.nerdheaven.dk [193.88.12.43]) by mx1.freebsd.org (Postfix) with ESMTP id 38CFE8FC0A for ; Thu, 24 Apr 2008 09:11:15 +0000 (UTC) (envelope-from lbr@nerdheaven.dk) Received: from localhost (localhost [127.0.0.1]) by tux.nerdheaven.dk (Postfix) with ESMTP id 0D4A03FF4D; Thu, 24 Apr 2008 10:53:41 +0200 (CEST) Received: from tux.nerdheaven.dk ([127.0.0.1]) by localhost (tux.nerdheaven.dk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 90588-05; Thu, 24 Apr 2008 10:53:40 +0200 (CEST) Received: by tux.nerdheaven.dk (Postfix, from userid 1021) id 8A7DE3FF57; Thu, 24 Apr 2008 10:53:40 +0200 (CEST) Date: Thu, 24 Apr 2008 10:53:40 +0200 From: Lars Balker Rasmussen To: Ching Hsien Ho Message-ID: <20080424085340.GR72862@tux.nerdheaven.dk> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: by amavisd-new at nerdheaven.dk Cc: ports@freebsd.org Subject: Re: FreeBSD Port: p5-libwww-5.805 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 24 Apr 2008 09:11:15 -0000 On Thu, Apr 24, 2008 at 11:57:14AM +0800, Ching Hsien Ho wrote: > Why don't you update this port for long time? Because my check-updated-modules script was retarded and didn't understand that p5-libwww is called libwww-perl on cpan. Fixing, and will be updating asap. -- Lars Balker Rasmussen Consult::Perl From owner-freebsd-ports@FreeBSD.ORG Thu Apr 24 09:40:51 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7746E106566C for ; Thu, 24 Apr 2008 09:40:51 +0000 (UTC) (envelope-from andy.kosela@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.176]) by mx1.freebsd.org (Postfix) with ESMTP id 6C4A58FC0A for ; Thu, 24 Apr 2008 09:40:51 +0000 (UTC) (envelope-from andy.kosela@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so4934327waf.3 for ; Thu, 24 Apr 2008 02:40:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=CZZprA1KvZVQOAjPcfwy5a5jZnibFoms6OJEjYbLKTo=; b=fybsPSS2NRPiLXXjKpz7E2LzJfWJ3PbLcCdUpvWl5frYNEDT7hf08BVe2mGlsdITzugDnQhQHTPZUhuZOGebSU1shsxZefeqQPsEDNor9zqroleFBG/YTfpS0ogjVKbOx4WQdUN4j6XT2nIEB4fgtY9Q9gD9qRB6UMlTu770tqI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MOjmaIQzdhtqcQPQSEyjM11JnQdRR98DSc6T5ibFpX66hkwEHown0daACfFAJtlKCvgks7mpEnYIpY1fH+36YHfm9aR6n54QRaUJK1Wg5fPEYpFMEvPb9wWu1zxpgEyQMsxuZ0gctonsEMjOF7ZGSeUUf6uQ2oWpq/V95Lwb6WA= Received: by 10.114.190.6 with SMTP id n6mr1444877waf.131.1209028482742; Thu, 24 Apr 2008 02:14:42 -0700 (PDT) Received: by 10.114.12.1 with HTTP; Thu, 24 Apr 2008 02:14:42 -0700 (PDT) Message-ID: <3cc535c80804240214k2b3059f7xeee9eee22574ed24@mail.gmail.com> Date: Thu, 24 Apr 2008 11:14:42 +0200 From: "Andy Kosela" To: "Andriy Gapon" In-Reply-To: <481032B1.2040907@icyb.net.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <480E3F5E.3060501@icyb.net.ua> <481032B1.2040907@icyb.net.ua> Cc: Michel Talon , freebsd-ports@freebsd.org Subject: Re: purely package-based/oriented solution X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 24 Apr 2008 09:40:51 -0000 On Thu, Apr 24, 2008 at 9:11 AM, Andriy Gapon wrote: > on 22/04/2008 22:41 Andriy Gapon said the following: > > Sorry if this is something obvious or a FAQ. > > > > Is there a tool for purely package-based management of third-party software? > > That is, something that meets the following criteria: > > 1. doesn't require ports tree > > 2. works similarly to package installation in FreeBSD installer > > 3. can properly handle upgrading packages (including dependencies) > > 4. can check remote package repositories and, based on timestamp or > > INDEX, can find new versions for installed packages > > 5. can verify that all dependencies would be met before downloading all > > packages in full (e.g. based on INDEX data or can download initial > > blocks of packages, so that package metadata could be extracted and > > examined). > > > > Results so far: > 1. One tool that I found in ports was bpkg, its description and manual > page sounded promising. > But after I saw the following line in its code I decided to not even try it: > pkg_delete -fa && pkg_add -r $all > >From my own experience the most stable and reliable as well as the most simple method for upgrading all packages is still the old "wipe them all first and install from scratch", especially when using binary only packages and recently you just upgraded to the new FreeBSD RELEASE version. I used nearly all package managers in the past: 'portupgrade', 'portmaster' etc. and all of them had some peculiarities which I did not like, and especially portupgrade gave me some headaches in the past, so I decided to write a simple wrapper shell script around the base, rock solid package tools pkg_add, pkg_delete etc. On the other note on production systems I usually do not upgrade ALL packages using any "automated" scripts as usually all of them fail sooner or later :) Cleanly upgrading third party packages is still not one of the FreeBSD's strong points. On the positive note though, because someone mentioned 'yum' you still can't cleanly upgrade RedHat/CentOS between major version upgrades.. like RHEL 4 to RHEL 5. The only recommended method is still to install from scratch. regards, -- Andy Kosela Master Accredited Systems Engineer - HP SAN Architect Storage Administrator Lublin City Office, Department of Information Technology (IT) email: akosela@lublin.eu From owner-freebsd-ports@FreeBSD.ORG Thu Apr 24 10:04:35 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 644201065677 for ; Thu, 24 Apr 2008 10:04:35 +0000 (UTC) (envelope-from bc@default.co.yu) Received: from smtp1.default.co.yu (anarki.default.co.yu [87.237.201.134]) by mx1.freebsd.org (Postfix) with SMTP id D93A38FC26 for ; Thu, 24 Apr 2008 10:04:34 +0000 (UTC) (envelope-from bc@default.co.yu) Received: (qmail 74232 invoked by uid 89); 24 Apr 2008 09:37:52 -0000 Received: from unknown (HELO ?10.5.7.109?) (bc@default.co.yu@213.198.198.156) by smtp1.default.co.yu with SMTP; 24 Apr 2008 09:37:52 -0000 Message-ID: <481054E5.2050201@default.co.yu> Date: Thu, 24 Apr 2008 11:37:41 +0200 From: =?UTF-8?B?Qm9nZGFuIMSGdWxpYnJr?= Organization: Default Inc. User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: Shaun Amott References: <1206621386.26175.27.camel@bigapple.omnis.ch> <20080330231002.GA16562@charon.picobyte.net> In-Reply-To: <20080330231002.GA16562@charon.picobyte.net> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Olivier Mueller , freebsd-ports@freebsd.org Subject: Re: ejabberd 2.0.0 ? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2008 10:04:35 -0000 Shaun Amott wrote: > On Thu, Mar 27, 2008 at 01:36:26PM +0100, Olivier Mueller wrote: >> Hello, >> >> Are there any plans to update the port with the latest ejabberd (2.0.0) >> version? Latest release was about 1 month ago: >> http://www.process-one.net/en/news/article/ejabberd_200_has_been_released/ >> Otherwise I'll just try to install it "by hand" :) >> > > Yes, I've been working on an update. Some dependency failed when I was > building it previously it and I didn't get around to trying again. > Hi there, is there any news on this topic? Another month has passed and yet no 2.0 in ports. What kind of dependency failure you've been experiencing? I have successfuly built 2.0 by hand without any probs. 7.0-R is on that box. I have 1.x version in production, and I can help out with testing. -- Best regards, Bogdan Culibrk bc@default.co.yu http://default.co.yu/~bc From owner-freebsd-ports@FreeBSD.ORG Thu Apr 24 10:22:24 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B2F29106564A for ; Thu, 24 Apr 2008 10:22:24 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from falcon.cybervisiontech.com (falcon.cybervisiontech.com [217.20.163.9]) by mx1.freebsd.org (Postfix) with ESMTP id 4B69E8FC13 for ; Thu, 24 Apr 2008 10:22:24 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from localhost (localhost [127.0.0.1]) by falcon.cybervisiontech.com (Postfix) with ESMTP id 4A82A7440E8; Thu, 24 Apr 2008 13:22:22 +0300 (EEST) X-Virus-Scanned: Debian amavisd-new at falcon.cybervisiontech.com Received: from falcon.cybervisiontech.com ([127.0.0.1]) by localhost (falcon.cybervisiontech.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SYtHafg1dOZh; Thu, 24 Apr 2008 13:22:22 +0300 (EEST) Received: from [10.2.1.87] (gateway.cybervisiontech.com.ua [88.81.251.18]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by falcon.cybervisiontech.com (Postfix) with ESMTP id BB77F7440D2; Thu, 24 Apr 2008 13:22:21 +0300 (EEST) Message-ID: <48105F5C.8090300@icyb.net.ua> Date: Thu, 24 Apr 2008 13:22:20 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.12 (X11/20080311) MIME-Version: 1.0 To: Andy Kosela References: <480E3F5E.3060501@icyb.net.ua> <481032B1.2040907@icyb.net.ua> <3cc535c80804240214k2b3059f7xeee9eee22574ed24@mail.gmail.com> In-Reply-To: <3cc535c80804240214k2b3059f7xeee9eee22574ed24@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Michel Talon , freebsd-ports@freebsd.org Subject: Re: purely package-based/oriented solution X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 24 Apr 2008 10:22:24 -0000 on 24/04/2008 12:14 Andy Kosela said the following: > On Thu, Apr 24, 2008 at 9:11 AM, Andriy Gapon wrote: >> on 22/04/2008 22:41 Andriy Gapon said the following: >> > Sorry if this is something obvious or a FAQ. >> > >> > Is there a tool for purely package-based management of third-party software? >> > That is, something that meets the following criteria: >> > 1. doesn't require ports tree >> > 2. works similarly to package installation in FreeBSD installer >> > 3. can properly handle upgrading packages (including dependencies) >> > 4. can check remote package repositories and, based on timestamp or >> > INDEX, can find new versions for installed packages >> > 5. can verify that all dependencies would be met before downloading all >> > packages in full (e.g. based on INDEX data or can download initial >> > blocks of packages, so that package metadata could be extracted and >> > examined). >> > >> >> Results so far: >> 1. One tool that I found in ports was bpkg, its description and manual >> page sounded promising. >> But after I saw the following line in its code I decided to not even try it: >> pkg_delete -fa && pkg_add -r $all >> > >>From my own experience the most stable and reliable as well as the > most simple method > for upgrading all packages is still the old "wipe them all first and > install from scratch", especially when > using binary only packages and recently you just upgraded to the new > FreeBSD RELEASE version. > I used nearly all package managers in the past: 'portupgrade', > 'portmaster' etc. and all of them had > some peculiarities which I did not like, and especially portupgrade > gave me some headaches in the past, so I > decided to write a simple wrapper shell script around the base, rock > solid package tools pkg_add, pkg_delete etc. > On the other note on production systems I usually do not upgrade ALL > packages using any "automated" scripts > as usually all of them fail sooner or later :) > Cleanly upgrading third party packages is still not one of the > FreeBSD's strong points. On the positive note though, because > someone mentioned 'yum' you still can't cleanly upgrade RedHat/CentOS > between major version upgrades.. like RHEL 4 to RHEL 5. > The only recommended method is still to install from scratch. Andy, I agree with everything you said. It is just that that particular simple way of upgrading all packages is not very safe (should I say "very unsafe"?). What happens if script for some reason dies, especially near '&&' point - you are left with no packages at all. If you haven't saved manually your list of packages prior to running bpkg even that wouldn't be saved. The script doesn't automatically account for local/"thirdparty" packages or packages installed from ports with restrictions - those packages will not be available from standard package repository. Your tool is quite good when you know what you are doing, but it can be dangerous otherwise. And manual page doesn't warn about that. P.S. I've recently upgraded FC6 to F7 using yum update/upgrade, however I did have to do rpm magic several times. -- Andriy Gapon From owner-freebsd-ports@FreeBSD.ORG Thu Apr 24 14:48:33 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7834106564A for ; Thu, 24 Apr 2008 14:48:33 +0000 (UTC) (envelope-from vivek@khera.org) Received: from yertle.kcilink.com (thingy.kcilink.com [74.92.149.59]) by mx1.freebsd.org (Postfix) with ESMTP id A67C38FC17 for ; Thu, 24 Apr 2008 14:48:33 +0000 (UTC) (envelope-from vivek@khera.org) Received: from host-121.int.kcilink.com (host-121.int.kcilink.com [192.168.7.121]) by yertle.kcilink.com (Postfix) with ESMTP id F28DE8A0AD for ; Thu, 24 Apr 2008 10:33:27 -0400 (EDT) Message-Id: <6AE05C6C-AC37-43F1-8ACC-513853A75C8E@khera.org> From: Vivek Khera To: ports@freebsd.org In-Reply-To: <20080424085340.GR72862@tux.nerdheaven.dk> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Thu, 24 Apr 2008 10:33:27 -0400 References: <20080424085340.GR72862@tux.nerdheaven.dk> X-Mailer: Apple Mail (2.919.2) Cc: Subject: Re: FreeBSD Port: p5-libwww-5.805 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 24 Apr 2008 14:48:33 -0000 On Apr 24, 2008, at 4:53 AM, Lars Balker Rasmussen wrote: > Because my check-updated-modules script was retarded and didn't > understand > that p5-libwww is called libwww-perl on cpan. Fixing, and will be Is this script something you can share? I maintain about 10 perl modules for ports and it would be nice to be able to run a script nightly to find the updated versions automatically. Thanks! From owner-freebsd-ports@FreeBSD.ORG Thu Apr 24 15:00:09 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A96D1065677 for ; Thu, 24 Apr 2008 15:00:09 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: from syn.atarininja.org (syn.csh.rit.edu [129.21.60.158]) by mx1.freebsd.org (Postfix) with ESMTP id 9557B8FC13 for ; Thu, 24 Apr 2008 15:00:09 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: by syn.atarininja.org (Postfix, from userid 1001) id 2F4DA5C5C; Thu, 24 Apr 2008 11:02:51 -0400 (EDT) Date: Thu, 24 Apr 2008 11:02:51 -0400 From: Wesley Shields To: Vivek Khera Message-ID: <20080424150251.GB23691@atarininja.org> References: <20080424085340.GR72862@tux.nerdheaven.dk> <6AE05C6C-AC37-43F1-8ACC-513853A75C8E@khera.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6AE05C6C-AC37-43F1-8ACC-513853A75C8E@khera.org> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: ports@freebsd.org Subject: Re: FreeBSD Port: p5-libwww-5.805 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 24 Apr 2008 15:00:09 -0000 On Thu, Apr 24, 2008 at 10:33:27AM -0400, Vivek Khera wrote: > > On Apr 24, 2008, at 4:53 AM, Lars Balker Rasmussen wrote: > >> Because my check-updated-modules script was retarded and didn't understand >> that p5-libwww is called libwww-perl on cpan. Fixing, and will be > > Is this script something you can share? I maintain about 10 perl modules > for ports and it would be nice to be able to run a script nightly to find > the updated versions automatically. Thanks! It may be overkill but in the past I have run ports-mgmt/portscout to check for updated versions of ports. I have not run it looking for perl modules though, but I know at least one other person who is running it on a fairly large scale. -- WXS From owner-freebsd-ports@FreeBSD.ORG Thu Apr 24 16:06:59 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0484D10656C0 for ; Thu, 24 Apr 2008 16:06:59 +0000 (UTC) (envelope-from vivek@khera.org) Received: from yertle.kcilink.com (thingy.kcilink.com [74.92.149.59]) by mx1.freebsd.org (Postfix) with ESMTP id D361F8FC1C for ; Thu, 24 Apr 2008 16:06:58 +0000 (UTC) (envelope-from vivek@khera.org) Received: from host-121.int.kcilink.com (host-121.int.kcilink.com [192.168.7.121]) by yertle.kcilink.com (Postfix) with ESMTP id EBD2D8A03A for ; Thu, 24 Apr 2008 12:06:57 -0400 (EDT) Message-Id: <53DA1CF1-16F4-45B1-97A0-010FD0884134@khera.org> From: Vivek Khera To: ports@freebsd.org In-Reply-To: <20080424150251.GB23691@atarininja.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Thu, 24 Apr 2008 12:06:57 -0400 References: <20080424085340.GR72862@tux.nerdheaven.dk> <6AE05C6C-AC37-43F1-8ACC-513853A75C8E@khera.org> <20080424150251.GB23691@atarininja.org> X-Mailer: Apple Mail (2.919.2) Cc: Subject: Re: FreeBSD Port: p5-libwww-5.805 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 24 Apr 2008 16:06:59 -0000 On Apr 24, 2008, at 11:02 AM, Wesley Shields wrote: > It may be overkill but in the past I have run ports-mgmt/portscout to > check for updated versions of ports. I have not run it looking for > perl That does seem overkill! Thanks for the pointer. From owner-freebsd-ports@FreeBSD.ORG Thu Apr 24 17:36:05 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5BCA4106566B for ; Thu, 24 Apr 2008 17:36:05 +0000 (UTC) (envelope-from hideo@lastamericanempire.com) Received: from darwin.lastamericanempire.com (lastamericanempire.com [66.134.56.226]) by mx1.freebsd.org (Postfix) with ESMTP id 3DFC08FC13 for ; Thu, 24 Apr 2008 17:36:05 +0000 (UTC) (envelope-from hideo@lastamericanempire.com) Received: by darwin.lastamericanempire.com (Postfix, from userid 1001) id DCC471CC4F; Thu, 24 Apr 2008 11:18:33 -0600 (MDT) Date: Thu, 24 Apr 2008 11:18:33 -0600 From: hideo To: Vivek Khera Message-ID: <20080424171833.GA17801@lastamericanempire.com> Mail-Followup-To: Vivek Khera , ports@freebsd.org References: <20080424085340.GR72862@tux.nerdheaven.dk> <6AE05C6C-AC37-43F1-8ACC-513853A75C8E@khera.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="UugvWAfsgieZRqgk" Content-Disposition: inline In-Reply-To: <6AE05C6C-AC37-43F1-8ACC-513853A75C8E@khera.org> User-Agent: Mutt/1.5.17 (2007-11-01) X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@freebsd.org Subject: Re: FreeBSD Port: p5-libwww-5.805 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 24 Apr 2008 17:36:05 -0000 --UugvWAfsgieZRqgk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Vivek Khera (Thu 04/24/08 10:33): > > On Apr 24, 2008, at 4:53 AM, Lars Balker Rasmussen wrote: > >> Because my check-updated-modules script was retarded and didn't understand >> that p5-libwww is called libwww-perl on cpan. Fixing, and will be > > Is this script something you can share? I maintain about 10 perl modules > for ports and it would be nice to be able to run a script nightly to find > the updated versions automatically. Thanks! I run a script daily to check for updates for perl ports I maintain. You're welcome to use it. Unfortunately, I don't have anything robust in it that tranlates from ports to CPAN nomenclature. However, it would be trivial to add a hash lookup in the script for ports like libwww. It may fail in other ways with strange naming conventions that I just haven't come across. YMMV. Zach --UugvWAfsgieZRqgk-- From owner-freebsd-ports@FreeBSD.ORG Thu Apr 24 18:06:39 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E79A106564A for ; Thu, 24 Apr 2008 18:06:39 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: from syn.atarininja.org (syn.csh.rit.edu [129.21.60.158]) by mx1.freebsd.org (Postfix) with ESMTP id 234358FC19 for ; Thu, 24 Apr 2008 18:06:39 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: by syn.atarininja.org (Postfix, from userid 1001) id C0AA65C5D; Thu, 24 Apr 2008 14:09:21 -0400 (EDT) Date: Thu, 24 Apr 2008 14:09:21 -0400 From: Wesley Shields To: Vivek Khera Message-ID: <20080424180921.GD23691@atarininja.org> References: <20080424085340.GR72862@tux.nerdheaven.dk> <6AE05C6C-AC37-43F1-8ACC-513853A75C8E@khera.org> <20080424150251.GB23691@atarininja.org> <53DA1CF1-16F4-45B1-97A0-010FD0884134@khera.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <53DA1CF1-16F4-45B1-97A0-010FD0884134@khera.org> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: ports@freebsd.org Subject: Re: FreeBSD Port: p5-libwww-5.805 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 24 Apr 2008 18:06:39 -0000 On Thu, Apr 24, 2008 at 12:06:57PM -0400, Vivek Khera wrote: > > On Apr 24, 2008, at 11:02 AM, Wesley Shields wrote: > >> It may be overkill but in the past I have run ports-mgmt/portscout to >> check for updated versions of ports. I have not run it looking for perl > > That does seem overkill! Thanks for the pointer. There is also ports-mgmt/newportsversioncheck but I have never used it. No idea if it's as robust as portscout or not but it may be more lightweight. -- WXS From owner-freebsd-ports@FreeBSD.ORG Thu Apr 24 18:25:50 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 763AB106566C; Thu, 24 Apr 2008 18:25:50 +0000 (UTC) (envelope-from bgabert@guardianchem.ca) Received: from mail.guardianchem.ca (mail.guardianchem.ca [64.56.145.210]) by mx1.freebsd.org (Postfix) with ESMTP id 5E2058FC15; Thu, 24 Apr 2008 18:25:50 +0000 (UTC) (envelope-from bgabert@guardianchem.ca) Received: from localhost (localhost [127.0.0.1]) by mail.guardianchem.ca (Postfix) with ESMTP id 288EE172B4; Thu, 24 Apr 2008 12:10:20 -0600 (MDT) X-Virus-Scanned: amavisd-new at guardianchem.ca Received: from mail.guardianchem.ca ([127.0.0.1]) by localhost (mail.guardianchem.ca [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id k6+GeuWEjQwk; Thu, 24 Apr 2008 12:10:05 -0600 (MDT) Received: from GUARDIAN01.GuardianChem.local (unknown [10.0.0.2]) by mail.guardianchem.ca (Postfix) with ESMTP id 796DF170AF; Thu, 24 Apr 2008 12:10:05 -0600 (MDT) Received: from GUARDIAN01.GuardianChem.local ([10.0.0.2]) by GUARDIAN01.GuardianChem.local ([10.0.0.2]) with mapi; Thu, 24 Apr 2008 12:10:04 -0600 From: Brandon Gabert To: "'anders@FreeBSD.org'" Date: Thu, 24 Apr 2008 12:10:03 -0600 Thread-Topic: FreeBSD Port: pound-2.4.1 Thread-Index: AcimNmtRn44z7I6cTrWyoylFsTx/mw== Message-ID: <23BC30854C51444C8B454A73509E80041485F9BB4D@GUARDIAN01.GuardianChem.local> 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: pound-2.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: Thu, 24 Apr 2008 18:25:50 -0000 Hello, I've been using pound for quite a while, first thank you for maintai= ning this port. After portupgrading to the latest version, it seems to be sending a 302 to = all requests I expect it to proxy https://mail.guardianchem.ca/owa to my BE= server at http://10.0.0.2/owa, in IE I just get a Internet Explorer cannot= display the webpage, however in FF I can see that its changed the url to h= ttps://mail.guardianchem.caowa After compiling Version 2.3.2 from the authors source this problem does not= exist (and it was working until I portupgrade today) I am not sure if there is a better way to get this information to you or as= k the community. Thanks and hope that helps Brandon Gabert IT Specialist Guardian Chemicals Inc. 780.998.3771 x203 From owner-freebsd-ports@FreeBSD.ORG Thu Apr 24 18:43:46 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88020106566C for ; Thu, 24 Apr 2008 18:43:46 +0000 (UTC) (envelope-from miwi@bsdcrew.de) Received: from bsdcrew.de (duro.unixfreunde.de [85.214.90.4]) by mx1.freebsd.org (Postfix) with ESMTP id 5F5C78FC1D for ; Thu, 24 Apr 2008 18:43:46 +0000 (UTC) (envelope-from miwi@bsdcrew.de) Received: by bsdcrew.de (Postfix, from userid 1001) id D76D64AC8D; Thu, 24 Apr 2008 20:43:41 +0200 (CEST) Date: Thu, 24 Apr 2008 20:43:41 +0200 From: Martin Wilke To: Wesley Shields Message-ID: <20080424184341.GA19923@bsdcrew.de> References: <20080424085340.GR72862@tux.nerdheaven.dk> <6AE05C6C-AC37-43F1-8ACC-513853A75C8E@khera.org> <20080424150251.GB23691@atarininja.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: <20080424150251.GB23691@atarininja.org> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: ports@freebsd.org, Vivek Khera Subject: Re: FreeBSD Port: p5-libwww-5.805 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 24 Apr 2008 18:43:46 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thu, Apr 24, 2008 at 11:02:51AM -0400, Wesley Shields wrote: > On Thu, Apr 24, 2008 at 10:33:27AM -0400, Vivek Khera wrote: > > > > On Apr 24, 2008, at 4:53 AM, Lars Balker Rasmussen wrote: > > > >> Because my check-updated-modules script was retarded and didn't understand > >> that p5-libwww is called libwww-perl on cpan. Fixing, and will be > > > > Is this script something you can share? I maintain about 10 perl modules > > for ports and it would be nice to be able to run a script nightly to find > > the updated versions automatically. Thanks! > > It may be overkill but in the past I have run ports-mgmt/portscout to > check for updated versions of ports. I have not run it looking for perl > modules though, but I know at least one other person who is running it > on a fairly large scale. I use the portscout under http://head.miwibox.org/portscout/ with daily update. If you like, I can add you to the mailing list. When there is an update you automatically get a mail. - - Martin > > -- WXS > _______________________________________________ > 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" > - -- +-----------------------+-------------------------------+ | PGP : 0x05682353 | Jabber : miwi(at)BSDCrew.de | | ICQ : 169139903 | Mail : miwi(at)FreeBSD.org | +-----------------------+-------------------------------+ | Mess with the Best, Die like the Rest! | +-----------------------+-------------------------------+ -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFIENTdFwpycAVoI1MRAmtgAJ469ZvxjfnChxpAjrGZf0+qNkRuzgCfZUYu tCY8rKCHuPXIkwcR4h4WNDE= =s3I0 -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Thu Apr 24 19:13:50 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 990A2106566B for ; Thu, 24 Apr 2008 19:13:50 +0000 (UTC) (envelope-from petar@morrison.andev.ch) Received: from morrison.andev.ch (morrison.andev.ch [78.47.142.202]) by mx1.freebsd.org (Postfix) with ESMTP id 2EC618FC23 for ; Thu, 24 Apr 2008 19:13:49 +0000 (UTC) (envelope-from petar@morrison.andev.ch) Received: by morrison.andev.ch (Postfix, from userid 1000) id 3204C5DB30; Thu, 24 Apr 2008 21:01:46 +0200 (CEST) Date: Thu, 24 Apr 2008 21:00:41 +0200 From: Petar Bogdanovic To: freebsd-ports@freebsd.org Message-ID: <20080424190041.GB5131@pintail.smokva.net> Mail-Followup-To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.17 (2007-11-01) Subject: rmdir: (...) Directory not empty X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2008 19:13:50 -0000 Hi, I just started using ports, did a `make package-recursive' on shells/bash and got this: (...) ===> Compressing manual pages for bash-3.2.33 ===> Registering installation for bash-3.2.33 ===> Building package for bash-3.2.33 Creating package /var/tmp/ports/packages/All/bash-3.2.33.tbz Registering depends: gettext-0.16.1_3 libiconv-1.11_1. Registering conflicts: bash-[0-24-9].*. Creating bzip'd tar ball in '/var/tmp/ports/packages/All/bash-3.2.33.tbz' Creating package /var/tmp/ports/packages/All/gettext-0.16.1_3.tbz Registering depends: libiconv-1.11_1. Creating bzip'd tar ball in '/var/tmp/ports/packages/All/gettext-0.16.1_3.tbz' rmdir: /var/tmp/ports/work/usr/ports/devel/gettext/work: Directory not empty *** Error code 1 (ignored) Creating package /var/tmp/ports/packages/All/libtool-1.5.24.tbz Registering depends:. Creating bzip'd tar ball in '/var/tmp/ports/packages/All/libtool-1.5.24.tbz' rmdir: /var/tmp/ports/work/usr/ports/devel/libtool15/work: Directory not empty *** Error code 1 (ignored) Creating package /var/tmp/ports/packages/All/libiconv-1.11_1.tbz Registering depends:. Creating bzip'd tar ball in '/var/tmp/ports/packages/All/libiconv-1.11_1.tbz' rmdir: /var/tmp/ports/work/usr/ports/converters/libiconv/work: Directory not empty *** Error code 1 (ignored) There is nothing wrong with the result (bash + deps got installed and packaged) but I'd still like to know why this errors came up. My make.conf looks like this: # ports # #PREFIX = /usr/pkg #PORTSDIR = /usr/ports WRKDIRPREFIX = /var/tmp/ports/work DISTDIR = /var/tmp/ports/dist PACKAGES = /var/tmp/ports/packages Thanks, Petar From owner-freebsd-ports@FreeBSD.ORG Fri Apr 25 17:39:44 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 064D11065679; Fri, 25 Apr 2008 17:39:44 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from EXHUB015-4.exch015.msoutlookonline.net (exhub015-4.exch015.msoutlookonline.net [207.5.72.96]) by mx1.freebsd.org (Postfix) with ESMTP id D34978FC22; Fri, 25 Apr 2008 17:39:43 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from philip.hq.rws (74.93.213.161) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.1.240.5; Fri, 25 Apr 2008 10:39:43 -0700 Message-ID: <4812175A.1000508@p6m7g8.com> Date: Fri, 25 Apr 2008 13:39:38 -0400 From: "Philip M. Gollucci" Organization: P6M7G8 Consulting User-Agent: Thunderbird 2.0.0.12 (X11/20080414) MIME-Version: 1.0 To: pav@freebsd.org References: <480E3F5E.3060501@icyb.net.ua> <1208903822.1548.62.camel@ikaros.oook.cz> In-Reply-To: <1208903822.1548.62.camel@ikaros.oook.cz> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset="ISO-8859-2"; format=flowed Content-Transfer-Encoding: 8bit Cc: Andriy Gapon , freebsd-ports@freebsd.org Subject: Re: purely package-based/oriented solution X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 25 Apr 2008 17:39:44 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Pav Lucistnik wrote: | Andriy Gapon pí¹e v út 22. 04. 2008 v 22:41 +0300: |> Sorry if this is something obvious or a FAQ. |> |> Is there a tool for purely package-based management of third-party software? |> That is, something that meets the following criteria: |> 1. doesn't require ports tree |> 2. works similarly to package installation in FreeBSD installer |> 3. can properly handle upgrading packages (including dependencies) |> 4. can check remote package repositories and, based on timestamp or |> INDEX, can find new versions for installed packages |> 5. can verify that all dependencies would be met before downloading all |> packages in full (e.g. based on INDEX data or can download initial |> blocks of packages, so that package metadata could be extracted and |> examined). | | portupgrade should be able to do 1-4, I don't know if 5 too. | Have you ever even run portupgrade without /usr/ports ? $ sudo umount /usr/ports $ sudo PACKAGESITE=ftp://ftp.p6m7g8.net/pub/FreeBSD/ports/i386/packages-8-current/Latest/ PACKAGES=/tmp portupgrade -abPPr cd: can't cd to /usr/ports/ports-mgmt/portupgrade ** Port directory not found: www/apache22 ** Port directory not found: devel/apr ** Port directory not found: shells/bash ** Port directory not found: ftp/curl ** Port directory not found: databases/db41 ** Port directory not found: textproc/expat2 ** Port directory not found: net/isc-dhcp3-server ** Port directory not found: converters/libiconv ** Port directory not found: databases/mysql51-client ** Port directory not found: www/neon ** Port directory not found: security/p5-Digest-HMAC ** Port directory not found: security/p5-Digest-SHA1 ** Port directory not found: math/p5-Math-BigInt ** Port directory not found: dns/p5-Net-DNS ** Port directory not found: net-mgmt/p5-Net-IP ** Port directory not found: devel/pcre ** Port directory not found: lang/perl5.8 ..... Errors a plenty. - -- - ------------------------------------------------------------------------ Philip M. Gollucci (philip@ridecharge.com) o:703.549.2050x206 Senior System Admin - Riderway, Inc. http://riderway.com / http://ridecharge.com 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.8 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFIEhdadbiP+9ubjBwRAnrtAJ4l+OPCybkrinh42BP4ZFDgHrZDFgCeJ+Oc pihMVkEq9KxPMnXoEtrsIxo= =c/Ix -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Fri Apr 25 19:16:53 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6459A1065670 for ; Fri, 25 Apr 2008 19:16:53 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id E23628FC0C for ; Fri, 25 Apr 2008 19:16:52 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JpTPa-0003fq-2y for freebsd-ports@freebsd.org; Fri, 25 Apr 2008 19:16:46 +0000 Received: from p4fe5d3df.dip.t-dialin.net ([79.229.211.223]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 25 Apr 2008 19:16:46 +0000 Received: from jumper99 by p4fe5d3df.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 25 Apr 2008 19:16:46 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: "Helmut Schneider" Date: Fri, 25 Apr 2008 21:16:30 +0200 Lines: 68 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: p4fe5d3df.dip.t-dialin.net X-MSMail-Priority: Normal X-Newsreader: vi with a tiny GUI... X-MimeOLE: Huh, what?! Sender: news Subject: mailman2.1.x and python2.5 in a jail X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 25 Apr 2008 19:16:53 -0000 Hi, I'm trying to setup mailman and python2.5 in a jail for a long time. With python2.4 it works like a charm but not with python2.5. Maybe someone here has a clue what's wrong. I asked 6 months ago at the mailman mailing list but without success: http://www.mail-archive.com/mailman-users@python.org/msg46480.html, Removing python2.4 from the system does not solve the problem. #!/bin/sh export JAIL="/home/python25" mkdir -p $JAIL/usr/local/lib $JAIL/usr/local/bin $JAIL/lib $JAIL/usr/lib $JAIL/libexec cp -rp /usr/local/mailman $JAIL/usr/local/ cp -rp /usr/local/lib/python2.4 $JAIL/usr/local/lib/ cp -rp /usr/local/lib/python2.5 $JAIL/usr/local/lib/ cp -p /usr/local/bin/python2.4 $JAIL/usr/local/bin/ cp -p /usr/local/bin/python2.5 $JAIL/usr/local/bin/ With the help of 'ldd /usr/local/bin/python2.4' and 'ldd /usr/local/bin/python2.5': cp -p /lib/libutil.so.7 $JAIL/lib/ cp -p /usr/lib/libstdc++.so.6 $JAIL/usr/lib/ cp -p /lib/libm.so.5 $JAIL/lib/ cp -p /lib/libgcc_s.so.1 $JAIL/lib/ cp -p /lib/libthr.so.3 $JAIL/lib/ cp -p /lib/libc.so.7 $JAIL/lib/ cp -p /lib/libutil.so.7 $JAIL/lib/ cp -p /lib/libm.so.5 $JAIL/lib/ cp -p /lib/libthr.so.3 $JAIL/lib/ cp -p /lib/libc.so.7 $JAIL/lib/ cp -p /libexec/ld-elf.so.1 $JAIL/libexec/ If I start e.g. mailmanclt from jail I get this: [root@BSDHelmut ~]# chroot -u root /home/python25/ /usr/local/mailman/bin/mailmanctl Traceback (most recent call last): File "/usr/local/mailman/bin/mailmanctl", line 107, in from Mailman import Utils File "/usr/local/mailman/Mailman/Utils.py", line 32, in import sha File "/usr/local/lib/python2.5/sha.py", line 6, in from hashlib import sha1 as sha File "/usr/local/lib/python2.5/hashlib.py", line 133, in md5 = __get_builtin_constructor('md5') File "/usr/local/lib/python2.5/hashlib.py", line 60, in __get_builtin_constructor import _md5 ImportError: No module named _md5 [root@BSDHelmut ~]# When I edit '/home/python25/usr/local/mailman/bin/mailmanctl' and change the first line '#! /usr/local/bin/python2.5' to '#! /usr/local/bin/python2.4' everything works fine. I appreciate any ideas. Thanks, Helmut -- No Swen today, my love has gone away My mailbox stands for lorn, a symbol of the dawn From owner-freebsd-ports@FreeBSD.ORG Fri Apr 25 19:59:41 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 994231065672 for ; Fri, 25 Apr 2008 19:59:41 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: from acme.spoerlein.net (cl-43.dus-01.de.sixxs.net [IPv6:2a01:198:200:2a::2]) by mx1.freebsd.org (Postfix) with ESMTP id DE9C88FC1A for ; Fri, 25 Apr 2008 19:59:40 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: from roadrunner.spoerlein.net (e180129002.adsl.alicedsl.de [85.180.129.2]) by acme.spoerlein.net (8.14.2/8.14.2) with ESMTP id m3PJxbAI029656 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 25 Apr 2008 21:59:39 +0200 (CEST) (envelope-from uspoerlein@gmail.com) Received: from roadrunner.spoerlein.net (localhost [127.0.0.1]) by roadrunner.spoerlein.net (8.14.2/8.14.2) with ESMTP id m3PJxYuM049098 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 25 Apr 2008 21:59:34 +0200 (CEST) (envelope-from uspoerlein@gmail.com) Received: (from uqs@localhost) by roadrunner.spoerlein.net (8.14.2/8.14.2/Submit) id m3PJxXsc049097; Fri, 25 Apr 2008 21:59:33 +0200 (CEST) (envelope-from uspoerlein@gmail.com) Date: Fri, 25 Apr 2008 21:59:33 +0200 From: Ulrich Spoerlein To: ports@freebsd.org Message-ID: <20080425195933.GB1674@roadrunner.spoerlein.net> Mail-Followup-To: ports@freebsd.org, jw@innerewut.de MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.17 (2007-11-01) Cc: jw@innerewut.de Subject: Rubygems and trouble with rdoc node renumbering X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 25 Apr 2008 19:59:41 -0000 Hi all, I'm trying to update rubygem-rgl and the rdoc part is giving me a headache, as the rdoc will obviously use readdir() only to walk the directory tree *but* gives each of its HTML pages a unique number. The upshot is, that my pkg-plist is changing every time I install the port. That's a big problem since the rdoc is also run on do-install and I'm not sure I could generate the pkg-plist dynamically *after* that step. How are other people solving this problem? Cheers, Ulrich Spoerlein -- It is better to remain silent and be thought a fool, than to speak, and remove all doubt. From owner-freebsd-ports@FreeBSD.ORG Fri Apr 25 22:18:28 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40B87106564A for ; Fri, 25 Apr 2008 22:18:28 +0000 (UTC) (envelope-from brix@FreeBSD.org) Received: from solow.pil.dk (relay.pil.dk [195.41.47.164]) by mx1.freebsd.org (Postfix) with ESMTP id 0AD628FC15 for ; Fri, 25 Apr 2008 22:18:27 +0000 (UTC) (envelope-from brix@FreeBSD.org) Received: from tirith.brixandersen.dk (0x55534f5f.adsl.cybercity.dk [85.83.79.95]) by solow.pil.dk (Postfix) with ESMTP id 441DB1CC122; Sat, 26 Apr 2008 00:18:26 +0200 (CEST) Received: by tirith.brixandersen.dk (Postfix, from userid 1001) id 7C56F11420; Sat, 26 Apr 2008 00:18:25 +0200 (CEST) Date: Sat, 26 Apr 2008 00:18:25 +0200 From: Henrik Brix Andersen To: ports@freebsd.org, jw@innerewut.de Message-ID: <20080425221824.GE70297@tirith.brixandersen.dk> References: <20080425195933.GB1674@roadrunner.spoerlein.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="azLHFNyN32YCQGCU" Content-Disposition: inline In-Reply-To: <20080425195933.GB1674@roadrunner.spoerlein.net> X-PGP-Key: http://www.brixandersen.dk/files/HenrikBrixAndersen.asc User-Agent: Mutt/1.5.17 (2007-11-01) Cc: Subject: Re: Rubygems and trouble with rdoc node renumbering X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 25 Apr 2008 22:18:28 -0000 --azLHFNyN32YCQGCU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Apr 25, 2008 at 09:59:33PM +0200, Ulrich Spoerlein wrote: > I'm trying to update rubygem-rgl and the rdoc part is giving me a > headache, as the rdoc will obviously use readdir() only to walk the > directory tree *but* gives each of its HTML pages a unique number. >=20 > The upshot is, that my pkg-plist is changing every time I install the > port. That's a big problem since the rdoc is also run on do-install and > I'm not sure I could generate the pkg-plist dynamically *after* that > step. Just out of curiousity - what type of filesystem is WRKDIRPREFIX pointed at? ZFS? Brix --=20 Henrik Brix Andersen --azLHFNyN32YCQGCU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) Comment: GnuPG signed iEYEARECAAYFAkgSWLAACgkQv+Q4flTiePilggCfT6g/hEeBPiO7py2ricfpLJpM Rk8An1L9GxGwPXaao1F752AcoCOF4If6 =mgtp -----END PGP SIGNATURE----- --azLHFNyN32YCQGCU-- From owner-freebsd-ports@FreeBSD.ORG Fri Apr 25 23:39:07 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A79C106564A for ; Fri, 25 Apr 2008 23:39:07 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from raven.customer.vol.cz (raven.customer.vol.cz [195.250.144.108]) by mx1.freebsd.org (Postfix) with ESMTP id A710B8FC2B for ; Fri, 25 Apr 2008 23:39:06 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from [192.168.0.23] (rb5dg130.net.upc.cz [89.176.238.130]) (authenticated bits=0) by raven.customer.vol.cz (8.14.1/8.14.1) with ESMTP id m3PNd1Eq033113; Sat, 26 Apr 2008 01:39:02 +0200 (CEST) (envelope-from pav@FreeBSD.org) From: Pav Lucistnik To: ports@FreeBSD.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-SkP0JHK/YmV4KMycn6XD" Date: Sat, 26 Apr 2008 01:39:00 +0200 Message-Id: <1209166740.90447.42.camel@ikaros.oook.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.22.1 FreeBSD GNOME Team Port X-Spam-Score: -2.568 () AWL,BAYES_00 X-Scanned-By: MIMEDefang 2.64 on 195.250.144.108 X-Milter: Spamilter (Reciever: raven.customer.vol.cz; Sender-ip: 89.176.238.130; Sender-helo: [192.168.0.23]; ) Cc: mi@FreeBSD.org Subject: help requested with fixing after ImageMagick update X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2008 23:39:07 -0000 --=-SkP0JHK/YmV4KMycn6XD Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi folks, we had a rather intrusive ImageMagick update recently, which left some ports broken. Since it's quite a task for a single guy to fix them all, I'd like to ask you folks to help out with this. This is a list of known breakages: science/gnudatalanguage textproc/htmltolatex graphics/kallery graphics/php-magickwand lang/q graphics/reallyslick graphics/ruby-rmagick --=20 Pav Lucistnik Eat when you are hungry, sleep when you are tired. Chase butterflies when you want some fun. --=-SkP0JHK/YmV4KMycn6XD Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?UTF-8?Q?digit=C3=A1ln=C4=9B?= =?ISO-8859-1?Q?_podepsan=E1?= =?UTF-8?Q?_=C4=8D=C3=A1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iEYEABECAAYFAkgSa5QACgkQntdYP8FOsoL9yACfTO8xIghl5kbfITyapvYMoVGq 5zMAoKmOUB9KRDko85Aayf/VCQaIwdSn =7mYq -----END PGP SIGNATURE----- --=-SkP0JHK/YmV4KMycn6XD-- From owner-freebsd-ports@FreeBSD.ORG Sat Apr 26 01:59:24 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94D12106564A for ; Sat, 26 Apr 2008 01:59:24 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: from syn.atarininja.org (syn.csh.rit.edu [129.21.60.158]) by mx1.freebsd.org (Postfix) with ESMTP id 710918FC14 for ; Sat, 26 Apr 2008 01:59:24 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: by syn.atarininja.org (Postfix, from userid 1001) id B17965C38; Fri, 25 Apr 2008 22:02:16 -0400 (EDT) Date: Fri, 25 Apr 2008 22:02:16 -0400 From: Wesley Shields To: ports@FreeBSD.org Message-ID: <20080426020216.GM23691@atarininja.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="17pEHd4RhPHOinZp" Content-Disposition: inline User-Agent: Mutt/1.5.17 (2007-11-01) Cc: Subject: long descriptions in OPTIONS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 26 Apr 2008 01:59:24 -0000 --17pEHd4RhPHOinZp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Based upon an idea in an earlier thread on this list[1] I came up with two ways of adding an extended description to our existing OPTIONS framework. 1: Extend the OPTIONS to be 4 fields instead of the current 3 fields. The 4th field would be the long description - providing more detailed information about what this option does or supports. In order to distinguish between a port with 4 OPTIONS without the long description (12 fields) and a port with 3 OPTIONS with the long description (also 12 fields) the patch requires the port to turn on a knob (OPTIONS_DESC) when using the long field. The idea is that over time this will become the default and can eventually be removed. 2: Leave OPTIONS as is but support a DESC_FOO variable for each OPTION. This variable would be the long description field, and if it doesn't exist a default message indicating such would be displayed. Both of these methods are displayed to the user when '?' or F1 is pressed during the dialog screen. In the case of (1) the extra dialog is only shown if the port supports it. In the case of (2) the extra dialog is always available since we have a default message to display. I suppose a third way would be to use a default message when the knob is not set for (1), which would probably simplify things slightly. Personally, I prefer (1) but I'm open to suggestions on how to improve either of them, or an entirely new idea all together. I'd like to submit these as PRs eventually, so please do try to keep the bikesheds to a minimum. :) I've attached both ideas in case people want to try the implementation. The first one is a few weeks old now and will likely require slight massaging to apply. -- WXS [1]: http://lists.freebsd.org/pipermail/freebsd-ports/2008-March/047656.html --17pEHd4RhPHOinZp Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="options-desc.diff" Index: bsd.port.mk =================================================================== RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v retrieving revision 1.591 diff -u -u -r1.591 bsd.port.mk --- bsd.port.mk 11 Mar 2008 23:45:04 -0000 1.591 +++ bsd.port.mk 1 Apr 2008 17:04:57 -0000 @@ -1229,6 +1229,7 @@ .else UNIQUENAME?= ${PKGNAMEPREFIX}${PORTNAME} .endif +OPTIONSDESCFILE?= ${PORT_DBDIR}/${UNIQUENAME}/options.descr OPTIONSFILE?= ${PORT_DBDIR}/${UNIQUENAME}/options _OPTIONSFILE!= ${ECHO_CMD} "${OPTIONSFILE}" .if defined(OPTIONS) @@ -5781,6 +5782,7 @@ . ${_OPTIONSFILE}; \ fi; \ set -- ${OPTIONS} XXX; \ + TMPOPTIONSDESCFILE=$$(mktemp -t portoptionsdescr); \ while [ $$# -gt 3 ]; do \ OPTIONSLIST="$${OPTIONSLIST} $$1"; \ defaultval=$$3; \ @@ -5796,14 +5798,24 @@ val=$$3; \ fi; \ DEFOPTIONS="$${DEFOPTIONS} $$1 \"$$2\" $${val}"; \ - shift 3; \ + if [ -n "${OPTIONS_DESC}" ]; then \ + ${ECHO_CMD} "$$1: $$4" | fmt >> $${TMPOPTIONSDESCFILE}; \ + shift 4; \ + else \ + shift 3; \ + fi; \ done; \ TMPOPTIONSFILE=$$(mktemp -t portoptions); \ - trap "${RM} -f $${TMPOPTIONSFILE}; exit 1" 1 2 3 5 10 13 15; \ - ${SH} -c "${DIALOG} --checklist \"Options for ${PKGNAME:C/-([^-]+)$/ \1/}\" 21 70 15 $${DEFOPTIONS} 2> $${TMPOPTIONSFILE}"; \ + trap "${RM} -f $${TMPOPTIONSFILE}; ${RM} -f $${TMPOPTIONSDESCFILE}; exit 1" 1 2 3 5 10 13 15; \ + if [ -n "${OPTIONS_DESC}" ]; then \ + ${SH} -c "${DIALOG} --hfile $${TMPOPTIONSDESCFILE} --hline \"Press ? for a detailed description\" --checklist \"Options for ${PKGNAME:C/-([^-]+)$/ \1/}\" 21 70 15 $${DEFOPTIONS} 2> $${TMPOPTIONSFILE}"; \ + else \ + ${SH} -c "${DIALOG} --checklist \"Options for ${PKGNAME:C/-([^-]+)$/ \1/}\" 21 70 15 $${DEFOPTIONS} 2> $${TMPOPTIONSFILE}"; \ + fi; \ status=$$?; \ if [ $${status} -ne 0 ] ; then \ ${RM} -f $${TMPOPTIONSFILE}; \ + ${RM} -f $${TMPOPTIONSDESCFILE}; \ ${ECHO_MSG} "===> Options unchanged"; \ exit 0; \ fi; \ @@ -5830,11 +5842,18 @@ if [ `${ID} -u` != 0 -a "x${INSTALL_AS_USER}" = "x" ]; then \ ${ECHO_MSG} "===> Switching to root credentials to write ${_OPTIONSFILE}"; \ ${SU_CMD} "${CAT} $${TMPOPTIONSFILE} > ${_OPTIONSFILE}"; \ + if [ -n "${OPTIONS_DESC}" ]; then \ + ${SU_CMD} "${CAT} $${TMPOPTIONSDESCFILE} > ${OPTIONSDESCFILE}"; \ + fi; \ ${ECHO_MSG} "===> Returning to user credentials"; \ else \ ${CAT} $${TMPOPTIONSFILE} > ${_OPTIONSFILE}; \ + if [ -n "${OPTIONS_DESC}" ]; then \ + ${CAT} $${TMPOPTIONSDESCFILE} > ${OPTIONSDESCFILE}; \ + fi; \ fi; \ - ${RM} -f $${TMPOPTIONSFILE} + ${RM} -f $${TMPOPTIONSFILE}; \ + ${RM} -f $${TMPOPTIONSDESCFILE} .endif .endif @@ -5868,7 +5887,11 @@ if [ "$${val}" = "missing" ]; then \ OPTIONS_INVALID=yes; \ fi; \ - shift 3; \ + if [ -n "${OPTIONS_DESC}" ]; then \ + shift 4; \ + else \ + shift 3; \ + fi; \ done; \ if [ "$${OPTIONS_INVALID}" = "yes" ]; then \ cd ${.CURDIR} && ${MAKE} config; \ @@ -5900,8 +5923,13 @@ else \ val="$$3 (default)"; \ fi; \ - ${ECHO_MSG} " $$1=$${val} \"$$2\""; \ - shift 3; \ + if [ -n "${OPTIONS_DESC}" ]; then \ + ${ECHO_CMD} " $$1=$${val} \"$$2\" ($$4)" | fmt; \ + shift 4; \ + else \ + ${ECHO_MSG} " $$1=$${val} \"$$2\""; \ + shift 3; \ + fi; \ done @${ECHO_MSG} "===> Use 'make config' to modify these settings" .endif @@ -5909,16 +5937,17 @@ .if !target(rmconfig) rmconfig: -.if defined(OPTIONS) && exists(${_OPTIONSFILE}) +.if defined(OPTIONS) && (exists(${_OPTIONSFILE}) || exists(${OPTIONSDESCFILE})) -@${ECHO_MSG} "===> Removing user-configured options for ${PKGNAME}"; \ optionsdir=${_OPTIONSFILE}; optionsdir=$${optionsdir%/*}; \ if [ `${ID} -u` != 0 -a "x${INSTALL_AS_USER}" = "x" ]; then \ ${ECHO_MSG} "===> Switching to root credentials to remove ${_OPTIONSFILE} and $${optionsdir}"; \ - ${SU_CMD} "${RM} -f ${_OPTIONSFILE} ; \ + ${SU_CMD} "${RM} -f ${_OPTIONSFILE} ${OPTIONSDESCFILE}; \ ${RMDIR} $${optionsdir}"; \ ${ECHO_MSG} "===> Returning to user credentials"; \ else \ ${RM} -f ${_OPTIONSFILE}; \ + ${RM} -f ${OPTIONSDESCFILE}; \ ${RMDIR} $${optionsdir}; \ fi .else --17pEHd4RhPHOinZp Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="options-desc-2.diff" Index: bsd.port.mk =================================================================== RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v retrieving revision 1.592 diff -u -u -r1.592 bsd.port.mk --- bsd.port.mk 14 Apr 2008 16:46:41 -0000 1.592 +++ bsd.port.mk 25 Apr 2008 23:01:35 -0000 @@ -1234,6 +1234,7 @@ .else UNIQUENAME?= ${PKGNAMEPREFIX}${PORTNAME} .endif +OPTIONSDESCFILE?= ${PORT_DBDIR}/${UNIQUENAME}/options.descr OPTIONSFILE?= ${PORT_DBDIR}/${UNIQUENAME}/options _OPTIONSFILE!= ${ECHO_CMD} "${OPTIONSFILE}" .if defined(OPTIONS) @@ -5783,6 +5784,7 @@ . ${_OPTIONSFILE}; \ fi; \ set -- ${OPTIONS} XXX; \ + TMPOPTIONSDESCFILE=$$(mktemp -t portoptionsdescr); \ while [ $$# -gt 3 ]; do \ OPTIONSLIST="$${OPTIONSLIST} $$1"; \ defaultval=$$3; \ @@ -5798,14 +5800,21 @@ val=$$3; \ fi; \ DEFOPTIONS="$${DEFOPTIONS} $$1 \"$$2\" $${val}"; \ + LONGDESC=$$(cd ${.CURDIR} && ${MAKE} ${__softMAKEFLAGS} -V DESC_$$1); \ + if [ "x$${LONGDESC}" = "x" ]; then \ + ${ECHO_CMD} "$$1: No long description specified. Contact the maintainer to fix this." | fmt >> $${TMPOPTIONSDESCFILE}; \ + else \ + ${ECHO_CMD} $$1: $${LONGDESC} | fmt >> $${TMPOPTIONSDESCFILE}; \ + fi; \ shift 3; \ done; \ TMPOPTIONSFILE=$$(mktemp -t portoptions); \ trap "${RM} -f $${TMPOPTIONSFILE}; exit 1" 1 2 3 5 10 13 15; \ - ${SH} -c "${DIALOG} --checklist \"Options for ${PKGNAME:C/-([^-]+)$/ \1/}\" 21 70 15 $${DEFOPTIONS} 2> $${TMPOPTIONSFILE}"; \ + ${SH} -c "${DIALOG} --hfile $${TMPOPTIONSDESCFILE} --hline \"Press ? for a detailed description\" --checklist \"Options for ${PKGNAME:C/-([^-]+)$/ \1/}\" 21 70 15 $${DEFOPTIONS} 2> $${TMPOPTIONSFILE}"; \ status=$$?; \ if [ $${status} -ne 0 ] ; then \ ${RM} -f $${TMPOPTIONSFILE}; \ + ${RM} -f $${TMPOPTIONSDESCFILE}; \ ${ECHO_MSG} "===> Options unchanged"; \ exit 0; \ fi; \ @@ -5832,11 +5841,14 @@ if [ `${ID} -u` != 0 -a "x${INSTALL_AS_USER}" = "x" ]; then \ ${ECHO_MSG} "===> Switching to root credentials to write ${_OPTIONSFILE}"; \ ${SU_CMD} "${CAT} $${TMPOPTIONSFILE} > ${_OPTIONSFILE}"; \ + ${SU_CMD} "${CAT} $${TMPOPTIONSDESCFILE} > ${OPTIONSDESCFILE}"; \ ${ECHO_MSG} "===> Returning to user credentials"; \ else \ ${CAT} $${TMPOPTIONSFILE} > ${_OPTIONSFILE}; \ + ${CAT} $${TMPOPTIONSDESCFILE} > ${OPTIONSDESCFILE}; \ fi; \ - ${RM} -f $${TMPOPTIONSFILE} + ${RM} -f $${TMPOPTIONSFILE}; \ + ${RM} -f $${TMPOPTIONSDESCFILE} .endif .endif @@ -5916,11 +5928,12 @@ optionsdir=${_OPTIONSFILE}; optionsdir=$${optionsdir%/*}; \ if [ `${ID} -u` != 0 -a "x${INSTALL_AS_USER}" = "x" ]; then \ ${ECHO_MSG} "===> Switching to root credentials to remove ${_OPTIONSFILE} and $${optionsdir}"; \ - ${SU_CMD} "${RM} -f ${_OPTIONSFILE} ; \ + ${SU_CMD} "${RM} -f ${_OPTIONSFILE} ${OPTIONSDESCFILE}; \ ${RMDIR} $${optionsdir}"; \ ${ECHO_MSG} "===> Returning to user credentials"; \ else \ ${RM} -f ${_OPTIONSFILE}; \ + ${RM} -f ${OPTIONSDESCFILE}; \ ${RMDIR} $${optionsdir}; \ fi .else --17pEHd4RhPHOinZp-- From owner-freebsd-ports@FreeBSD.ORG Sat Apr 26 04:42:39 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11A331065672 for ; Sat, 26 Apr 2008 04:42:39 +0000 (UTC) (envelope-from e.schuele@computer.org) Received: from smtpauth22.prod.mesa1.secureserver.net (smtpauth22.prod.mesa1.secureserver.net [64.202.165.44]) by mx1.freebsd.org (Postfix) with SMTP id E5C618FC1C for ; Sat, 26 Apr 2008 04:42:38 +0000 (UTC) (envelope-from e.schuele@computer.org) Received: (qmail 17331 invoked from network); 26 Apr 2008 04:15:57 -0000 Received: from unknown (71.170.249.190) by smtpauth22.prod.mesa1.secureserver.net (64.202.165.44) with ESMTP; 26 Apr 2008 04:15:57 -0000 Message-ID: <4812AC7C.5050202@computer.org> Date: Fri, 25 Apr 2008 23:15:56 -0500 From: Eric Schuele User-Agent: Thunderbird 2.0.0.12 (X11/20080425) MIME-Version: 1.0 To: ports X-Enigmail-Version: 0.95.2 OpenPGP: url=http://www.ravenlock.us/keys/pub_schuele.pgp Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig042CBCF5BC16E665F302C5BD" Cc: Subject: Trouble building guile 1.8.4 (segfault in gen-scmconfig) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 26 Apr 2008 04:42:39 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig042CBCF5BC16E665F302C5BD Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hello, I'm having little luck building guile 1.8.4 on 7.0-STABLE. Been failing for some time. I've sat quietly for a bit thinking someone might mention/fix it but I've seen no activity. So I thought I'd mention it. Here is what I'm seeing: cc -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 -Wall -Wmissing-prototypes -Werror -o gen-scmconfig gen-scmconfig.o -L/usr/local/lib -llthread /usr/local/lib/libgmp.so -lcrypt -lm /usr/local/lib/libltdl.so -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib rm -f scmconfig.h.tmp cat ./scmconfig.h.top > scmconfig.h.tmp =2E/gen-scmconfig >> scmconfig.h.tmp Segmentation fault (core dumped) gmake[2]: *** [scmconfig.h] Error 139 gmake[2]: Leaving directory `/usr/ports/lang/guile/work/guile-1.8.4/libguile' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/lang/guile/work/guile-1.8.4' gmake: *** [all] Error 2 *** Error code 2 I then built with debug and get a bt of gen-scmconfig like so: #0 0x2804d179 in _rtld_error () from /libexec/ld-elf.so.1 #1 0x2804b4c4 in ___tls_get_addr () from /libexec/ld-elf.so.1 #2 0x28168152 in malloc () from /lib/libc.so.7 #3 0x28089658 in _pthread_mutex_destroy () from /usr/local/lib/liblthread.so.6 #4 0x28089702 in _pthread_mutex_trylock () from /usr/local/lib/liblthread.so.6 #5 0x28168194 in malloc () from /lib/libc.so.7 #6 0x28089658 in _pthread_mutex_destroy () from /usr/local/lib/liblthread.so.6 #7 0x28089702 in _pthread_mutex_trylock () from /usr/local/lib/liblthread.so.6 #8 0x28168194 in malloc () from /lib/libc.so.7 #9 0x28089658 in _pthread_mutex_destroy () from /usr/local/lib/liblthread.so.6 #10 0x28089702 in _pthread_mutex_trylock () from /usr/local/lib/liblthread.so.6 #11 0x28168194 in malloc () from /lib/libc.so.7 [snip] #96 0x28089658 in _pthread_mutex_destroy () from /usr/local/lib/liblthread.so.6 #97 0x28089702 in _pthread_mutex_trylock () from /usr/local/lib/liblthread.so.6 #98 0x28168194 in malloc () from /lib/libc.so.7 #99 0x28089658 in _pthread_mutex_destroy () from /usr/local/lib/liblthread.so.6 #100 0x28089702 in _pthread_mutex_trylock () from /usr/local/lib/liblthread.so.6 #101 0x28168194 in malloc () from /lib/libc.so.7 #102 0x28089658 in _pthread_mutex_destroy () from /usr/local/lib/liblthread.so.6 #103 0x28089702 in _pthread_mutex_trylock () from /usr/local/lib/liblthread.so.6 #104 0x28168194 in malloc () from /lib/libc.so.7 #105 0x28089658 in _pthread_mutex_destroy () from /usr/local/lib/liblthread.so.6 #106 0x28089702 in _pthread_mutex_trylock () from /usr/local/lib/liblthread.so.6 =2E.... #10000 I stopped bothering to scroll. Anyone else seeing this? Thoughts? Thanks in advance. --=20 Regards, Eric --------------enig042CBCF5BC16E665F302C5BD Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.8 (FreeBSD) iEYEARECAAYFAkgSrHwACgkQngSDRM3IXUqchgCgkjVkXDEZgMwK0ozHducJKyHt 9LQAn3p1vNpyDHKVzXielwdanxdq3kTz =VE0W -----END PGP SIGNATURE----- --------------enig042CBCF5BC16E665F302C5BD-- From owner-freebsd-ports@FreeBSD.ORG Sat Apr 26 08:19:27 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1131106564A; Sat, 26 Apr 2008 08:19:27 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: from acme.spoerlein.net (cl-43.dus-01.de.sixxs.net [IPv6:2a01:198:200:2a::2]) by mx1.freebsd.org (Postfix) with ESMTP id 347208FC17; Sat, 26 Apr 2008 08:19:27 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: from roadrunner.spoerlein.net (e180142204.adsl.alicedsl.de [85.180.142.204]) by acme.spoerlein.net (8.14.2/8.14.2) with ESMTP id m3Q8JNDU036652 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 26 Apr 2008 10:19:25 +0200 (CEST) (envelope-from uspoerlein@gmail.com) Received: from roadrunner.spoerlein.net (localhost [127.0.0.1]) by roadrunner.spoerlein.net (8.14.2/8.14.2) with ESMTP id m3Q8JIYD002441 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 26 Apr 2008 10:19:18 +0200 (CEST) (envelope-from uspoerlein@gmail.com) Received: (from uqs@localhost) by roadrunner.spoerlein.net (8.14.2/8.14.2/Submit) id m3Q8JH06002440; Sat, 26 Apr 2008 10:19:17 +0200 (CEST) (envelope-from uspoerlein@gmail.com) Date: Sat, 26 Apr 2008 10:19:17 +0200 From: Ulrich Spoerlein To: Henrik Brix Andersen Message-ID: <20080426081917.GA1694@roadrunner.spoerlein.net> Mail-Followup-To: Henrik Brix Andersen , ports@freebsd.org References: <20080425195933.GB1674@roadrunner.spoerlein.net> <20080425221824.GE70297@tirith.brixandersen.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080425221824.GE70297@tirith.brixandersen.dk> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: ports@FreeBSD.org Subject: Re: Rubygems and trouble with rdoc node renumbering X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 26 Apr 2008 08:19:27 -0000 On Sat, 26.04.2008 at 00:18:25 +0200, Henrik Brix Andersen wrote: > On Fri, Apr 25, 2008 at 09:59:33PM +0200, Ulrich Spoerlein wrote: > > I'm trying to update rubygem-rgl and the rdoc part is giving me a > > headache, as the rdoc will obviously use readdir() only to walk the > > directory tree *but* gives each of its HTML pages a unique number. > > > > The upshot is, that my pkg-plist is changing every time I install the > > port. That's a big problem since the rdoc is also run on do-install and > > I'm not sure I could generate the pkg-plist dynamically *after* that > > step. > > Just out of curiousity - what type of filesystem is WRKDIRPREFIX > pointed at? ZFS? Heh, well, that's exactly what I thought about, 5 minutes after sending that email! Yes, I'm running /usr and the WRKDIRPREFIX on ZFS. I haven't compared, if it is responsible for shuffling around the order in which directories are written (or read). Anyway, this means that almost all rdoc ports will break their pkg-plist when you compile/create them on an ZFS system. I will test with UFS today and also run some other rdoc-using ports on my ZFS to see if this is general problem or only specific to my port. Cheers, Ulrich Spoerlein -- It is better to remain silent and be thought a fool, than to speak, and remove all doubt. From owner-freebsd-ports@FreeBSD.ORG Sat Apr 26 09:39:42 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 755B91065674 for ; Sat, 26 Apr 2008 09:39:42 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.238]) by mx1.freebsd.org (Postfix) with ESMTP id 4F0A68FC15 for ; Sat, 26 Apr 2008 09:39:42 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so2600187rvf.43 for ; Sat, 26 Apr 2008 02:39:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=hEMcRVI1WXqRPRgig5TSJmZEagA8f1fjp9QLxxuV/R4=; b=rPHfhYJLlYt2eIrpUkJC5sKvYohQIVKwImv34CstY4edCEdNjIMXruHlB30lqdREM+jqQbaS6PYGGIcTuydrFG4pwvxWdVjwWMZCnlm/7q5Nlm/cXp72R5RB+0/84MqFr95/srTjppdvPzZ1hklkK4cbmTWhsueU6oXUwiuXVHk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Vu14JieX+khjFbECF3Rs5SFBw/pk16eg3gVWhFvZdPCv0qSnQRw/+V1j2bD0T+RYqYjt+VRmuUVZQAL7WHLXaD6+3DJo58gfxchZ8/CaG2r0vM18UNcHCTaTReRg+Uc/DtubvQsM+17jazSoZTcnkD/DOlNToq6xv8E4YLVYUFg= Received: by 10.140.135.19 with SMTP id i19mr1263491rvd.15.1209201066910; Sat, 26 Apr 2008 02:11:06 -0700 (PDT) Received: by 10.140.191.11 with HTTP; Sat, 26 Apr 2008 02:11:06 -0700 (PDT) Message-ID: <790a9fff0804260211v514de80cq3379dee0aa97f0aa@mail.gmail.com> Date: Sat, 26 Apr 2008 04:11:06 -0500 From: "Scot Hetzel" To: "Wesley Shields" In-Reply-To: <20080426020216.GM23691@atarininja.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20080426020216.GM23691@atarininja.org> Cc: ports@freebsd.org Subject: Re: long descriptions in OPTIONS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 26 Apr 2008 09:39:42 -0000 On 4/25/08, Wesley Shields wrote: > Based upon an idea in an earlier thread on this list[1] I came up with > two ways of adding an extended description to our existing OPTIONS > framework. > > 1: Extend the OPTIONS to be 4 fields instead of the current 3 fields. > The 4th field would be the long description - providing more detailed > information about what this option does or supports. In order to > distinguish between a port with 4 OPTIONS without the long description > (12 fields) and a port with 3 OPTIONS with the long description (also 12 > fields) the patch requires the port to turn on a knob (OPTIONS_DESC) > when using the long field. The idea is that over time this will become > the default and can eventually be removed. > > 2: Leave OPTIONS as is but support a DESC_FOO variable for each OPTION. > This variable would be the long description field, and if it doesn't > exist a default message indicating such would be displayed. > > Both of these methods are displayed to the user when '?' or F1 is > pressed during the dialog screen. In the case of (1) the extra dialog > is only shown if the port supports it. In the case of (2) the extra > dialog is always available since we have a default message to display. > I suppose a third way would be to use a default message when the knob is > not set for (1), which would probably simplify things slightly. > Couple of suggestions: - OPTION_DESC (choice 1) or DESC_FOO (choice 2) not defined, then use field 2 as the long description along with "[NO EXTENDED DESCRIPTION DEFINED]" appended. - Remove "Contact the maintainer to fix this" from choice 2, as some maintainers may resent being contacted by users to add extended descriptions to their ports. - Use OPTION_DESC_FOO instead of DESC_FOO (choice 2). - add support for ${PORTSDIR}/MK/bsd.optiondescription.mk, This file holds a list of standard extended option descriptions, for example: _STD_DESC_A4SIZE=3D "Sets the default paper size used by ${PORTNAME} - A4 (210 mm =D7 297 mm) or Letter (8=BD in =D7 11 in, 215.9 mm =D7 279.4 mm)= " The following code, should accomplish the above for choice 2: LONGDESC=3D$$(cd ${.CURDIR} && ${MAKE} ${__softMAKEFLAGS} -V OPTION_DESC_$$= 1); \ if [ "x$${LONGDESC}" =3D "x" ] ; then \ LONGDESC=3D$$(cd ${.CURDIR} && ${MAKE} ${__softMAKEFLAGS} -V _STD_DESC_$${1}); \ if [ "x$${LONGDESC}" =3D "x" ]; then \ LONGDESC=3D"$$2 [NO EXTENDED DESCRIPTION DEFINED]" ; \ fi ; \ fi ; \ ${ECHO_CMD} $$1: $${LONGDESC} | fmt >> $${TMPOPTIONDESCFILE}; \ ${ECHO_CMD} >> $${TMPOPTIONDESCFILE}; \ Scot From owner-freebsd-ports@FreeBSD.ORG Sat Apr 26 10:40:12 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CEA16106567B for ; Sat, 26 Apr 2008 10:40:12 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from hs-out-0708.google.com (hs-out-0708.google.com [64.233.178.251]) by mx1.freebsd.org (Postfix) with ESMTP id 830E08FC44 for ; Sat, 26 Apr 2008 10:40:12 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: by hs-out-0708.google.com with SMTP id m63so3372072hsc.11 for ; Sat, 26 Apr 2008 03:40:11 -0700 (PDT) Received: by 10.90.66.5 with SMTP id o5mr7218644aga.93.1209206411660; Sat, 26 Apr 2008 03:40:11 -0700 (PDT) Received: from scorpio ( [67.189.233.182]) by mx.google.com with ESMTPS id 9sm3777338agc.33.2008.04.26.03.40.10 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 26 Apr 2008 03:40:11 -0700 (PDT) Date: Sat, 26 Apr 2008 06:39:55 -0400 From: Gerard To: freebsd-ports@freebsd.org Message-ID: <20080426063955.6e8117eb@scorpio> In-Reply-To: <1209166740.90447.42.camel@ikaros.oook.cz> References: <1209166740.90447.42.camel@ikaros.oook.cz> Organization: seibercom.net X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.9; i386-portbld-freebsd6.3) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAIVBMVEWrAACyAB7aACGPTU0wMjHQgn9vPj1vABUwAA/QAyWPAB3Ut3lMAAAAB3RJTUUHsQwfFzs7RBhzUQAAAlZJREFUOI110zFv00AUAOBXL1Y91QilqidzS9SupwQpO9DdMqjdUJSCOjkN5Fm3Md2pUwlicKckoF5zv5L3np2kFPGURPZ9957fnS/gsLboHCIa+UjQIDh0Fp9HTUDTDQS/HzQGkg4qAPNkOgCgRQK7hOQWq4MsmHAENBcgRg+Ili4sHjRNFk6au7iutoACJ03zY9yo09gJJFSdL5xZqEbrhVIZA+ASKoaEoDlG3CzUmVsrgSVDbqfq2KRHfqP6daRyBiCIcvfx3pyUF0e46LlIKR4EBLpyXz9VP8vyLp59YMhjAUVg8ZBgAbRtBGoHtataiOsnQFHb6rApL3h9lu8FDHXwyEDxPcFbuk2kKwraXbNhuF+ika1uwYRHHE4Zeu+8CSG0IM+Yn09TqvTSoZFn8LZwF1i7bynFb+pbuoo6sLWzDJ8JXtB9QuA7cKs0zc4JVAcxbwHDbZo+8HHpIGqBtsKuMqrkpTR00LcYarfKHK/oGXD7GX07IEr2EP6CHP6FfAe0Xf8DE35pzePcbk6jS4bcfrm61lqPHt76LVSURDAbDwnGkzdSCrZAJ7goi/eDSVF4PhygBHiLzWRSUgwuvbwGGqwoi2A+KQdlWZSXvurACMRzXRa6mJRX/oYGqRgE/lH9uR5wqWLo11SfJwdOUzllcOihl+W1wCvZgWnXzUB5kYq3cKOkfwG+6o8Fite8PK5E0NaatXC9fYQAp/SkK72rxCANv5KVjyRhC5waqTNKGa4lId8Bp6hMj5b7BKDTy/81ktOmiSR3D/yqICLgN6raSn8AvNo9lO4L1VIAAAAASUVORK5CYII= X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q User-Agent: Claws Mail 3.3.1 (GTK+ 2.12.8; i386-portbld-freebsd6.3) X-Operating-System: FreeBSD-6.3 Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/6gTKVDW+UMEpic7UFfCD8Uv"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Subject: Re: help requested with fixing after ImageMagick update X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2008 10:40:13 -0000 --Sig_/6gTKVDW+UMEpic7UFfCD8Uv Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Sat, 26 Apr 2008 01:39:00 +0200 Pav Lucistnik wrote: > Hi folks, >=20 > we had a rather intrusive ImageMagick update recently, which left some > ports broken. Since it's quite a task for a single guy to fix them > all, I'd like to ask you folks to help out with this. >=20 > This is a list of known breakages: >=20 > science/gnudatalanguage > textproc/htmltolatex > graphics/kallery > graphics/php-magickwand > lang/q > graphics/reallyslick > graphics/ruby-rmagick Usually, I have no major problems updating ports. I use 'portupgrade' as my usually ports maintenance tool. However, in case like this I prefer 'portmanager'. It seems to correct problems with dependencies much better than 'portupgrade'. I would recommend that you do something like this: 1) If portmanager is not installed, install it. 2) Update your ports tree 3) Run: portmanager -u -l -p -y That should update all of your ports and force a rebuild of any port using an old or out dated dependency. It will also create a log file in: '/var/log/portmanager.log'. This usually works for me. Good luck! --=20 Gerard gerard@seibercom.net Most people in this society who aren't actively mad are, at best, reformed or potential lunatics. Susan Sontag --Sig_/6gTKVDW+UMEpic7UFfCD8Uv Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.8 (FreeBSD) iEYEARECAAYFAkgTBoQACgkQ6DWTaTcTwMmbFACg4x4nGfLkV9tSmsyO3Lu4YQUQ QKQAn3Ab1yDw/Be0orc+hLK84yfZmqZ6 =CN6R -----END PGP SIGNATURE----- --Sig_/6gTKVDW+UMEpic7UFfCD8Uv-- From owner-freebsd-ports@FreeBSD.ORG Sat Apr 26 11:13:43 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0FEBB1065673 for ; Sat, 26 Apr 2008 11:13:43 +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 C0EDA8FC15 for ; Sat, 26 Apr 2008 11:13:42 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mobileKamikaze.norad (unknown [92.116.88.96]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bsdforen.de (Postfix) with ESMTP id D27FD8A0858 for ; Sat, 26 Apr 2008 13:13:36 +0200 (CEST) Message-ID: <48130E54.2080400@bsdforen.de> Date: Sat, 26 Apr 2008 13:13:24 +0200 From: Dominic Fandrey User-Agent: Thunderbird 2.0.0.12 (X11/20080422) MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <1209166740.90447.42.camel@ikaros.oook.cz> <20080426063955.6e8117eb@scorpio> In-Reply-To: <20080426063955.6e8117eb@scorpio> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: help requested with fixing after ImageMagick update X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2008 11:13:43 -0000 Gerard wrote: > On Sat, 26 Apr 2008 01:39:00 +0200 > Pav Lucistnik wrote: > >> Hi folks, >> >> we had a rather intrusive ImageMagick update recently, which left some >> ports broken. Since it's quite a task for a single guy to fix them >> all, I'd like to ask you folks to help out with this. >> >> This is a list of known breakages: >> >> science/gnudatalanguage >> textproc/htmltolatex >> graphics/kallery >> graphics/php-magickwand >> lang/q >> graphics/reallyslick >> graphics/ruby-rmagick > > > Usually, I have no major problems updating ports. I use 'portupgrade' > as my usually ports maintenance tool. However, in case like this I > prefer 'portmanager'. It seems to correct problems with dependencies > much better than 'portupgrade'. I would recommend that you do something > like this: > > 1) If portmanager is not installed, install it. > 2) Update your ports tree > 3) Run: portmanager -u -l -p -y > > That should update all of your ports and force a rebuild of any port > using an old or out dated dependency. It will also create a log file > in: '/var/log/portmanager.log'. This usually works for me. > > Good luck! Portmanager cannot work around changed library names either. The ports have to be fixed. From owner-freebsd-ports@FreeBSD.ORG Sat Apr 26 13:57:42 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84CA71065677 for ; Sat, 26 Apr 2008 13:57:42 +0000 (UTC) (envelope-from weaseal@gmail.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 183138FC1D for ; Sat, 26 Apr 2008 13:57:41 +0000 (UTC) (envelope-from weaseal@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so4586494fgg.35 for ; Sat, 26 Apr 2008 06:57:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; bh=vxw1rtd0Ok9N37fKk9Un0Rg0qPdrfD9V8aCU3ROi+TI=; b=rf4CLmLN+5rB4r73yppwI/kVU+NOHuqbxZChFoXVStat1/MbDHgGzpq9kYiSH50p7wSptTweOp6B1Z+P3+Ysj8uU50eVi7a4XJnr4uRDztaluj1hF4KRI0fqj2wzVk2HAgG8/6dV4vIymleAdqUM16s5MypYSx2MVcg+sim3dNE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=DAzr650c6Z4AU1IbNtfq/8fz1xwZb8gRB+/jkMLc66uL327hYssCL5+1wyAgWFslMcQ4V+vzCWbQAdUEj1bQiA2Cn7HEQIm+HIPVb98bPEzHrD3JdAFP2YX7Cq47YxlVqbifVCoasnAIbYBAxmEl/AkUG6XaOt6OTd4lLrbrfJU= Received: by 10.86.82.6 with SMTP id f6mr3392344fgb.69.1209216577839; Sat, 26 Apr 2008 06:29:37 -0700 (PDT) Received: from ?89.41.81.117? ( [89.41.81.117]) by mx.google.com with ESMTPS id d13sm5962068fka.7.2008.04.26.06.29.32 (version=SSLv3 cipher=RC4-MD5); Sat, 26 Apr 2008 06:29:37 -0700 (PDT) Message-ID: <48132E31.8080204@gmail.com> Date: Sat, 26 Apr 2008 16:29:21 +0300 From: Walter Venable User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Building new port, don't want to run as root X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2008 13:57:42 -0000 Hi all, I'm working on a patch to upgrade a port I maintain, however the new version (smartly) refuses to be run by root. I fished through the Porter's Handbook a bit but was unable to find anything in particular on running the port as another user. Can anyone point me in the right direction? Thanks... From owner-freebsd-ports@FreeBSD.ORG Sat Apr 26 16:50:04 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3E131065683 for ; Sat, 26 Apr 2008 16:50:04 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 827CF8FC17 for ; Sat, 26 Apr 2008 16:50:04 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1Jpnb8-0001I0-Bq for freebsd-ports@freebsd.org; Sat, 26 Apr 2008 16:50:02 +0000 Received: from ool-435466c1.dyn.optonline.net ([67.84.102.193]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 26 Apr 2008 16:50:02 +0000 Received: from lxv by ool-435466c1.dyn.optonline.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 26 Apr 2008 16:50:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Alex Vasylenko Date: Sat, 26 Apr 2008 11:32:09 -0400 Lines: 32 Message-ID: <48134AF9.9030105@omut.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: ool-435466c1.dyn.optonline.net User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) In-Reply-To: Sender: news Subject: Re: mailman2.1.x and python2.5 in a jail X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 26 Apr 2008 16:50:04 -0000 Helmut Schneider wrote: > [root@BSDHelmut ~]# chroot -u root /home/python25/ > /usr/local/mailman/bin/mailmanctl > Traceback (most recent call last): > File "/usr/local/mailman/bin/mailmanctl", line 107, in > from Mailman import Utils > File "/usr/local/mailman/Mailman/Utils.py", line 32, in > import sha > File "/usr/local/lib/python2.5/sha.py", line 6, in > from hashlib import sha1 as sha > File "/usr/local/lib/python2.5/hashlib.py", line 133, in > md5 = __get_builtin_constructor('md5') > File "/usr/local/lib/python2.5/hashlib.py", line 60, in > __get_builtin_constructor > import _md5 > ImportError: No module named _md5 > [root@BSDHelmut ~]# you would need all libraries required by /usr/local/lib/python2.5/lib-dynload/*.so available in the jail too. $ ldd /usr/local/lib/python2.5/lib-dynload/*.so | grep -v ^/ | cut -d ' ' -f 3 | sort -u /lib/libcrypt.so.3 /lib/libcrypto.so.4 /lib/libm.so.4 /lib/libncurses.so.6 /lib/libreadline.so.6 /lib/libz.so.3 /usr/lib/libbz2.so.2 /usr/lib/libpanel.so.3 /usr/lib/libssl.so.4 From owner-freebsd-ports@FreeBSD.ORG Sat Apr 26 17:50:35 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F9081065674; Sat, 26 Apr 2008 17:50:35 +0000 (UTC) (envelope-from hans@lambermont.dyndns.org) Received: from lambermont.dyndns.org (lambermont.dyndns.org [82.95.221.39]) by mx1.freebsd.org (Postfix) with ESMTP id 341C88FC27; Sat, 26 Apr 2008 17:50:34 +0000 (UTC) (envelope-from hans@lambermont.dyndns.org) Received: from leia.lambermont.dyndns.org (leia.lambermont.dyndns.org [192.168.100.17]) by lambermont.dyndns.org (Postfix) with ESMTP id 776E21CC42; Sat, 26 Apr 2008 19:33:41 +0200 (CEST) Received: by leia.lambermont.dyndns.org (Postfix, from userid 1001) id 78B2F22DDF0; Sat, 26 Apr 2008 19:33:35 +0200 (CEST) Date: Sat, 26 Apr 2008 19:33:35 +0200 To: naddy@FreeBSD.org, freebsd-ports@freebsd.org Message-ID: <20080426173335.GB35418@leia.lambermont.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i From: hans@lambermont.dyndns.org (Hans Lambermont) Cc: Subject: lzma: invalid option -- s X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 26 Apr 2008 17:50:35 -0000 This might be interesting to multiple ports: 7.0-R, fresh portsnap. # portmaster -bad ... ===>>> Gathering dependency list for graphics/ImageMagick from ports ===>>> Starting dependency check ===>>> The dependency for archivers/lzma seems to be handled by lzmautils-4.32.5 ... ===> Extracting for ImageMagick-nox11-6.4.0.7 => MD5 Checksum OK for ImageMagick-6.4.0-7.tar.lzma. => SHA256 Checksum OK for ImageMagick-6.4.0-7.tar.lzma. ===> ImageMagick-nox11-6.4.0.7 depends on executable: lzma - found ===> ImageMagick-nox11-6.4.0.7 depends on file: /usr/local/bin/perl5.8.8 - found /usr/local/bin/lzma: invalid option -- s ^^^^^^^^^^^^^^^^^^^^^^^^^ Replacing lzmautils-4.32.5 with archivers/lzma fixes this. regards, Hans Lambermont From owner-freebsd-ports@FreeBSD.ORG Sat Apr 26 20:45:26 2008 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04DEA1065677 for ; Sat, 26 Apr 2008 20:45:26 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from mail09.syd.optusnet.com.au (mail09.syd.optusnet.com.au [211.29.132.190]) by mx1.freebsd.org (Postfix) with ESMTP id 71F998FC1F for ; Sat, 26 Apr 2008 20:45:25 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from server.vk2pj.dyndns.org (c220-239-20-82.belrs4.nsw.optusnet.com.au [220.239.20.82]) by mail09.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id m3QKjMLD032451 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 27 Apr 2008 06:45:23 +1000 Received: from server.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by server.vk2pj.dyndns.org (8.14.2/8.14.1) with ESMTP id m3QKjMtt063556; Sun, 27 Apr 2008 06:45:22 +1000 (EST) (envelope-from peter@server.vk2pj.dyndns.org) Received: (from peter@localhost) by server.vk2pj.dyndns.org (8.14.2/8.14.2/Submit) id m3QKjMUo063555; Sun, 27 Apr 2008 06:45:22 +1000 (EST) (envelope-from peter) Date: Sun, 27 Apr 2008 06:45:22 +1000 From: Peter Jeremy To: nork@FreeBSD.org Message-ID: <20080426204522.GF74083@server.vk2pj.dyndns.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Q68bSM7Ycu6FN28Q" Content-Disposition: inline X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.17 (2007-11-01) Cc: freebsd-ports@FreeBSD.org Subject: www/linuxpluginwrapper on FreeBSD 7.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, 26 Apr 2008 20:45:26 -0000 --Q68bSM7Ycu6FN28Q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable G'day, I notice that linuxpluginwrapper is marked as IGNORE on FreeBSD 7.x (and later) because it does not support ELF symbol versioning. Can you please advise what is involved in correcting this and whether you have any plans to update this port. --=20 Peter Jeremy Please excuse any delays as the result of my ISP's inability to implement an MTA that is either RFC2821-compliant or matches their claimed behaviour. --Q68bSM7Ycu6FN28Q Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.8 (FreeBSD) iEYEARECAAYFAkgTlGIACgkQ/opHv/APuIf2VQCfQEiYK5HguQdKxbkZF+zs4lhu a0YAoKJT8ttsINYDe0UmcajgsFI1O8ut =cqiJ -----END PGP SIGNATURE----- --Q68bSM7Ycu6FN28Q-- From owner-freebsd-ports@FreeBSD.ORG Sat Apr 26 21:01:13 2008 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4778F106567E for ; Sat, 26 Apr 2008 21:01:13 +0000 (UTC) (envelope-from miwi@bsdcrew.de) Received: from bsdcrew.de (duro.unixfreunde.de [85.214.90.4]) by mx1.freebsd.org (Postfix) with ESMTP id 098C18FC1C for ; Sat, 26 Apr 2008 21:01:12 +0000 (UTC) (envelope-from miwi@bsdcrew.de) Received: by bsdcrew.de (Postfix, from userid 1001) id F39644AC96; Sat, 26 Apr 2008 23:01:07 +0200 (CEST) Date: Sat, 26 Apr 2008 23:01:07 +0200 From: Martin Wilke To: Peter Jeremy Message-ID: <20080426210107.GA72487@bsdcrew.de> References: <20080426204522.GF74083@server.vk2pj.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: <20080426204522.GF74083@server.vk2pj.dyndns.org> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: nork@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: www/linuxpluginwrapper on FreeBSD 7.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, 26 Apr 2008 21:01:13 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sun, Apr 27, 2008 at 06:45:22AM +1000, Peter Jeremy wrote: > G'day, > > I notice that linuxpluginwrapper is marked as IGNORE on FreeBSD 7.x > (and later) because it does not support ELF symbol versioning. Can > you please advise what is involved in correcting this and whether > you have any plans to update this port. Please use www/nspluginwrapper. - - Martin > > -- > Peter Jeremy > Please excuse any delays as the result of my ISP's inability to implement > an MTA that is either RFC2821-compliant or matches their claimed behaviour. - -- +-----------------------+-------------------------------+ | PGP : 0x05682353 | Jabber : miwi(at)BSDCrew.de | | ICQ : 169139903 | Mail : miwi(at)FreeBSD.org | +-----------------------+-------------------------------+ | Mess with the Best, Die like the Rest! | +-----------------------+-------------------------------+ -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFIE5gSFwpycAVoI1MRArcxAJ0dBYeFsNViMU1U5+vcLWXI1ZGOUwCfRN37 7jv8Xj1pbQPYQkOVilx1RKM= =sIlR -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Sat Apr 26 21:10:15 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C96F41065681 for ; Sat, 26 Apr 2008 21:10:15 +0000 (UTC) (envelope-from wahjava@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.177]) by mx1.freebsd.org (Postfix) with ESMTP id 8597D8FC1E for ; Sat, 26 Apr 2008 21:10:15 +0000 (UTC) (envelope-from wahjava@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so6364310waf.3 for ; Sat, 26 Apr 2008 14:10:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:organization:user-agent:x-face:x-pgp-fp:x-pgp:x-mailer:x-attribution:pgp:face:date:message-id:mime-version:content-type:sender; bh=+2CrM6G47Rdgv9FJEn1ru0fulSESeqn4FLLAxgld5yg=; b=L+n1rBlp3j0EAM4JvZ1uK2YzVJD9dlzOYyQ/KaF8RX5F1knhK/pyK/W0cZyz96VWgCgBQ7UMWNMknumf5ZFMPOpMUYluqRdaMV0jv8XwuDD2g4UTO095QxMMoW/n/AR0elS3vEu4lnhhcGCKwGvA3lq212jBOjhZ5OdWTcOgbSE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:organization:user-agent:x-face:x-pgp-fp:x-pgp:x-mailer:x-attribution:pgp:face:date:message-id:mime-version:content-type:sender; b=bXWRQaDT5H6q9xQ80flJNGx5iIhfFMjp/feLtx1Nc4Jwn9sc4DPEhGE6LuUN9vQ9b3FenJMhDTkTWnAFHg4uBDP0XIzZTOAu2H1Y27XJxO0Dvy6bW45PnjLm6f/wCcdOb9UjHa5aUV/Vs9jL2RRRS6sZoNVCkbQmJelaYSXTMyQ= Received: by 10.115.18.3 with SMTP id v3mr4726212wai.180.1209244214164; Sat, 26 Apr 2008 14:10:14 -0700 (PDT) Received: from chateau.d.lf ( [122.162.237.169]) by mx.google.com with ESMTPS id n37sm9095211wag.24.2008.04.26.14.10.11 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 26 Apr 2008 14:10:13 -0700 (PDT) From: wahjava.ml@gmail.com (Ashish Shukla =?utf-8?B?4KSG4KS24KWA4KS3IA==?= =?utf-8?B?4KS24KWB4KSV4KWN4KSy?=) To: bms@freebsd.org Organization: /\/0/\/3 User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/23.0.60 (gnu/linux) X-Face: "\:nMpJ)EA!j>2nEu-[(+&o:N+CtL^AS\, Jv*LO5qBr#W2.\=d MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Sender: =?UTF-8?B?4KSG4KS24KWA4KS3IOCktuClgeCkleCljeCksiBBc2hpc2ggU2h1a2xh?= Cc: FreeBSD Ports Mailing List Subject: dns/nss_mdns: getaddrinfo() doesn't return IPv6 address on getaddrinfo() X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 26 Apr 2008 21:10:15 -0000 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, Whenever I execute getaddrinfo() function from libc with a 'hostname.local' address as an argument and AF_INET6 as ai.ai_family, I get an IPv4 address, even when 'avahi-resolve-host-name -6 hostname.local' returns an IPv6 address. I've written a test program getaddrinfo.c[1] which does a getaddrinfo() function call and prints the result on the terminal. Following is the patch to port dns/nss_mdns which will fix this issue: =2D--->8---->8----- diff -urN /usr/ports/dns/nss_mdns/Makefile nss_mdns/Makefile =2D-- /usr/ports/dns/nss_mdns/Makefile 2008-01-03 17:53:37.000000000 +0530 +++ nss_mdns/Makefile 2008-04-27 01:22:10.000000000 +0530 @@ -7,7 +7,7 @@ =20 PORTNAME=3D nss_mdns PORTVERSION=3D 0.9 =2DPORTREVISION=3D 5 +PORTREVISION=3D 6 CATEGORIES=3D dns ipv6 MASTER_SITES=3D http://0pointer.de/lennart/projects/nss-mdns/ DISTNAME=3D nss-mdns-${PORTVERSION} diff -urN /usr/ports/dns/nss_mdns/files/patch-src__bsdnss.c nss_mdns/files/= patch-src__bsdnss.c =2D-- /usr/ports/dns/nss_mdns/files/patch-src__bsdnss.c 2007-04-12 16:13:15= .000000000 +0530 +++ nss_mdns/files/patch-src__bsdnss.c 2008-04-27 01:19:18.000000000 +0530 @@ -197,7 +197,7 @@ + * 2. Map hostent to addrinfo. + * 3. Hand-off buffer to libc. + */ =2D+ status =3D _nss_mdns_gethostbyname_r(name, hp, buffer, mbuflen, ++ status =3D _nss_mdns_gethostbyname2_r(name, pai->ai_family, hp, buffer, = mbuflen, + &_errno, &_h_errno); + status =3D __nss_compat_result(status, _errno); + =2D---8<----8<---- If required I'll submit a PR for this. References: [1] - http://pastebin.com/f20d45049 Thanks =2D-=20 Ashish Shukla =E0=A4=86=E0=A4=B6=E0=A5=80=E0=A4=B7 =E0=A4=B6=E0=A5=81=E0=A4= =95=E0=A5=8D=E0=A4=B2 http://wahjava.wordpress.com/ =C2=B7-- =C2=B7- =C2=B7=C2=B7=C2=B7=C2=B7 =C2=B7--- =C2=B7- =C2=B7=C2=B7=C2= =B7- =C2=B7- =C2=B7--=C2=B7-=C2=B7 --=C2=B7 -- =C2=B7- =C2=B7=C2=B7 =C2=B7-= =C2=B7=C2=B7 =C2=B7-=C2=B7-=C2=B7- -=C2=B7-=C2=B7 --- -- --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFIE5o8Hy+EEHYuXnQRAnrCAJ9V/SAWi2zUqstERbcOono9GD5+MgCgiMsv V38bmRY9PKMvCG9bNlh54cc= =x3KL -----END PGP SIGNATURE----- --=-=-=-- From owner-freebsd-ports@FreeBSD.ORG Sat Apr 26 22:23:55 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D23181065674; Sat, 26 Apr 2008 22:23:55 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from mail04.syd.optusnet.com.au (mail04.syd.optusnet.com.au [211.29.132.185]) by mx1.freebsd.org (Postfix) with ESMTP id 643A28FC18; Sat, 26 Apr 2008 22:23:55 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from server.vk2pj.dyndns.org (c220-239-20-82.belrs4.nsw.optusnet.com.au [220.239.20.82]) by mail04.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id m3QMNqhT017971 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 27 Apr 2008 08:23:53 +1000 Received: from server.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by server.vk2pj.dyndns.org (8.14.2/8.14.1) with ESMTP id m3QMNqQI070170; Sun, 27 Apr 2008 08:23:52 +1000 (EST) (envelope-from peter@server.vk2pj.dyndns.org) Received: (from peter@localhost) by server.vk2pj.dyndns.org (8.14.2/8.14.2/Submit) id m3QMNqjB070169; Sun, 27 Apr 2008 08:23:52 +1000 (EST) (envelope-from peter) Date: Sun, 27 Apr 2008 08:23:52 +1000 From: Peter Jeremy To: Martin Wilke Message-ID: <20080426222352.GB74083@server.vk2pj.dyndns.org> References: <20080426204522.GF74083@server.vk2pj.dyndns.org> <20080426210107.GA72487@bsdcrew.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="l76fUT7nc3MelDdI" Content-Disposition: inline In-Reply-To: <20080426210107.GA72487@bsdcrew.de> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.17 (2007-11-01) Cc: nork@freebsd.org, freebsd-ports@freebsd.org Subject: Re: www/linuxpluginwrapper on FreeBSD 7.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, 26 Apr 2008 22:23:55 -0000 --l76fUT7nc3MelDdI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Apr 26, 2008 at 11:01:07PM +0200, Martin Wilke wrote: >On Sun, Apr 27, 2008 at 06:45:22AM +1000, Peter Jeremy wrote: >> I notice that linuxpluginwrapper is marked as IGNORE on FreeBSD 7.x >> (and later) because it does not support ELF symbol versioning. Can >> you please advise what is involved in correcting this and whether >> you have any plans to update this port. > >Please use www/nspluginwrapper. As far as I can tell, nspluginwrapper only builds/installs libxpcom.so and npwrapper.so. Based on the description, this port is solely designed to support Netscape plugins. linuxpluginwrapper provides more general plugin support. I my case, I needs pips.so to support print/pips-scx3500_3600s - this doesn't appear to be possible using nspluginwrapper. --=20 Peter Jeremy Please excuse any delays as the result of my ISP's inability to implement an MTA that is either RFC2821-compliant or matches their claimed behaviour. --l76fUT7nc3MelDdI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.8 (FreeBSD) iEYEARECAAYFAkgTq3cACgkQ/opHv/APuIdphQCeOxttxijsbC/j4A38Z6XrJVtv ST8AoJhfA4WalJBMRzg0pAmpdQtPngh5 =IDRw -----END PGP SIGNATURE----- --l76fUT7nc3MelDdI--