From owner-freebsd-ports@FreeBSD.ORG Sun Dec 16 06:00:58 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 63B1916A41B; Sun, 16 Dec 2007 06:00:58 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (lefty.soaustin.net [66.135.55.46]) by mx1.freebsd.org (Postfix) with ESMTP id 53C5E13C468; Sun, 16 Dec 2007 06:00:58 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id EE34A8C0FB; Sun, 16 Dec 2007 00:00:57 -0600 (CST) Date: Sun, 16 Dec 2007 00:00:57 -0600 To: aryeh.friedman@gmail.com Message-ID: <20071216060057.GA23941@soaustin.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.13 (2006-08-11) From: linimon@lonesome.com (Mark Linimon) Cc: ade@FreeBSD.org, freebsd-ports@freebsd.org Subject: Re: Limitations of Ports System X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Dec 2007 06:00:58 -0000 > Side note the more we discuss this the more obvious it becomes to me > it has to be in some OO lang and since C++ is the only one in the base > system it kind of forces C++ to be the implementation lang. You may want to take a look at some of the work OpenBSD has done recently; I believe they are working towards treating ports as first-class objects. mcl From owner-freebsd-ports@FreeBSD.ORG Sun Dec 16 06:38:46 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7C9616A418 for ; Sun, 16 Dec 2007 06:38:46 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.179]) by mx1.freebsd.org (Postfix) with ESMTP id 962FF13C44B for ; Sun, 16 Dec 2007 06:38:46 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: by wa-out-1112.google.com with SMTP id k17so2605171waf.3 for ; Sat, 15 Dec 2007 22:38:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=CSPnDacABiUalatDxZRi5s+20TSW0/LrdbjxFD7Lekw=; b=JJ1d8fyETrIEvFgu7LqJunOuW3ZqBdCWweWvnszz1v3vIjfkIN9SeWm5CjBDvwUSVLIi5TyUiPXCcg4qvuzweP3yljnq98EzVj+AuH+Z80ZaNIP1cYF7OATFrtVp2LSV5DrfoubL+HQOBc9LKjIuLn0dYt90h/xXd8uJjaxMjFY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.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=RiNyhMLIUUzdPX9yzw6J37YHU/0uvgEMaxjwJJRYiIkz9TlmNNwIeHV55Fc38abxo6DL9+2o7KtsI+KXeEyMwxOYn+uIx16NHhfoFL/fLBCy9U4VExIL5VuS2gkRnE8idRfGS11U2Wz0XZe/9YmxF2DIIuhPBXDEmkBiOqZ3/aE= Received: by 10.114.75.1 with SMTP id x1mr1563005waa.137.1197787126175; Sat, 15 Dec 2007 22:38:46 -0800 (PST) Received: by 10.115.60.16 with HTTP; Sat, 15 Dec 2007 22:38:46 -0800 (PST) Message-ID: <786602c60712152238s68cb11bbw8a82935bfbe32a94@mail.gmail.com> Date: Sun, 16 Dec 2007 14:38:46 +0800 From: "Thomas Zander" To: "Dominic Fandrey" In-Reply-To: <4761A24C.4080308@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4761A24C.4080308@gmx.de> Cc: freebsd-ports@freebsd.org Subject: Re: multimedia/mplayer doesn't build (default 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: Sun, 16 Dec 2007 06:38:46 -0000 Hi, On 14/12/2007, Dominic Fandrey wrote: > ad_libvorbis.c:238: error: too few arguments to function 'vorbis_synthesis' > gmake[1]: *** [ad_libvorbis.o] Error 1 > gmake[1]: Leaving directory Can't reproduce this error here. Given you are using default options, mplayer will get its includes from for vorbis from LOCALBASE. The current libvorbis installation from the ports tree (libvorbis-1.2.0_1,3) contains a codec.h that perfectly matches the argument list in ad_libvorbis.c:238. Do you have this libvorbis port installed correctly? You can also use mplayer's internal vorbis lib by selecting TREMOR in the options menu. Riggs From owner-freebsd-ports@FreeBSD.ORG Sun Dec 16 06:44:29 2007 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 8DB1616A469 for ; Sun, 16 Dec 2007 06:44:29 +0000 (UTC) (envelope-from conrads@cox.net) Received: from eastrmmtai113.cox.net (eastrmmtai113.cox.net [68.230.240.32]) by mx1.freebsd.org (Postfix) with ESMTP id 1B9B513C4EC for ; Sun, 16 Dec 2007 06:44:28 +0000 (UTC) (envelope-from conrads@cox.net) Received: from eastrmimpo03.cox.net ([68.1.16.126]) by eastrmmtao101.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20071216061930.ITZG6098.eastrmmtao101.cox.net@eastrmimpo03.cox.net>; Sun, 16 Dec 2007 01:19:30 -0500 Received: from serene.no-ip.org ([72.200.38.131]) by eastrmimpo03.cox.net with bizsmtp id RJBS1Y0022pmqFc0000000; Sun, 16 Dec 2007 01:11:26 -0500 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 lBG6J4b0012912; Sun, 16 Dec 2007 00:19:28 -0600 (CST) (envelope-from conrads@cox.net) Date: Sun, 16 Dec 2007 00:19:04 -0600 From: "Conrad J. Sabatier" To: "Scot Hetzel" Message-ID: <20071216001904.61bdc803@serene.no-ip.org> In-Reply-To: <790a9fff0712131609s3a7af7b8r3d468b088ed3f703@mail.gmail.com> References: <790a9fff0712131609s3a7af7b8r3d468b088ed3f703@mail.gmail.com> X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.1; amd64-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, Bernard Nowakowski Subject: Re: make index doesn't work X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Dec 2007 06:44:29 -0000 On Thu, 13 Dec 2007 18:09:07 -0600 "Scot Hetzel" wrote: > On 12/13/07, Bernard Nowakowski > wrote: > > Hi, > > > > I've been trying to find a solution to my problem via Google or > > freebsd-ports' group archive but maybe you can help. > > > > The problem is: I run cvsup, go into /usr/ports and type make > > index. After some minutes I get the following error message: > > "/usr/ports/Mk/bsd.gnome.mk", line 643: Malformed conditional > > (${_USE_GNOME_ALL:Mpango}=="") > > "/usr/ports/Mk/bsd.port.mk", line 6147: if-less endif > > make: fatal errors encountered -- cannot continue > > ===> graphics/graphviz failed > > *** Error code 1 > > 1 error > > > I also had this problem when using pkg_version, what i did was to: > > cd /usr/ports/graphics/graphviz > make rmconfig > > Then when I ran pkg_version a second time it did't give this error. Thanks for that tip! By the way, just curious: was this just a lucky shot-in-the-dark, or was there something specific that led you to this solution? :-) -- Conrad J. Sabatier From owner-freebsd-ports@FreeBSD.ORG Sun Dec 16 07:26:42 2007 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 1BAB216A417 for ; Sun, 16 Dec 2007 07:26:42 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154]) by mx1.freebsd.org (Postfix) with ESMTP id 9E9E413C4E5 for ; Sun, 16 Dec 2007 07:26:41 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so166658fgg.35 for ; Sat, 15 Dec 2007 23:26:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=zc04JrhjGwtsLlFfG5Bb7t5oL/N3H3T74/49VL9JdDE=; b=odI4JCc252aWNOx7ALHe0USD8JqcdFy2K8mfN4B2AwV52TokNysIOlvCof5+PJxvaulFjZi3YTvaNOIDdH43PId4Dkw2slaGPEZnDMwQWjCTLUyeC++jsF2pjr67R6jGCwHIuZl4pQbt6b6YdvjH+OAZKKwBnV1pEjXvFahp2NM= 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=vF4cfSJAUt8IjLHxAanRY+hXwHThypFmerpjEMFt83U3I6QVj+Lptq0YB+veKy4o+NSQ9TiU2y9GSuy8xDl+HfihZza0pW3CKvKmxNE6+6zq6OOL5honN4SQzbhVvcZIIqSM81eCWI39MNjUXpQ4J1+7RHhlrXHy5hrzgZ5jARY= Received: by 10.86.50.8 with SMTP id x8mr5029178fgx.30.1197790000434; Sat, 15 Dec 2007 23:26:40 -0800 (PST) Received: by 10.86.3.20 with HTTP; Sat, 15 Dec 2007 23:26:40 -0800 (PST) Message-ID: <790a9fff0712152326p20e8551fu6ccbe19e35916184@mail.gmail.com> Date: Sun, 16 Dec 2007 01:26:40 -0600 From: "Scot Hetzel" To: "Conrad J. Sabatier" In-Reply-To: <20071216001904.61bdc803@serene.no-ip.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <790a9fff0712131609s3a7af7b8r3d468b088ed3f703@mail.gmail.com> <20071216001904.61bdc803@serene.no-ip.org> Cc: ports@freebsd.org, Bernard Nowakowski Subject: Re: make index doesn't work X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Dec 2007 07:26:42 -0000 On 12/16/07, Conrad J. Sabatier wrote: > On Thu, 13 Dec 2007 18:09:07 -0600 > "Scot Hetzel" wrote: > > On 12/13/07, Bernard Nowakowski > > wrote: > > > The problem is: I run cvsup, go into /usr/ports and type make > > > index. After some minutes I get the following error message: > > > "/usr/ports/Mk/bsd.gnome.mk", line 643: Malformed conditional > > > (${_USE_GNOME_ALL:Mpango}=="") > > > "/usr/ports/Mk/bsd.port.mk", line 6147: if-less endif > > > make: fatal errors encountered -- cannot continue > > > ===> graphics/graphviz failed > > > *** Error code 1 > > > 1 error > > > > > I also had this problem when using pkg_version, what i did was to: > > > > cd /usr/ports/graphics/graphviz > > make rmconfig > > > > Then when I ran pkg_version a second time it did't give this error. > > Thanks for that tip! > > By the way, just curious: was this just a lucky shot-in-the-dark, or > was there something specific that led you to this solution? :-) > I reviewed the changes between the previous revision and current revision of the Makefile, and then figured that it wouldn't hurt to try it. Scot From owner-freebsd-ports@FreeBSD.ORG Sun Dec 16 09:04:16 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 133B016A417 for ; Sun, 16 Dec 2007 09:04:16 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by mx1.freebsd.org (Postfix) with ESMTP id B296713C43E for ; Sun, 16 Dec 2007 09:04:15 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so2675628pyb.3 for ; Sun, 16 Dec 2007 01:04:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; bh=19FRA9FBsHz4PbSnBaRTUk9bSxgGtUGrg/Eh1kYBvg0=; b=weL9RgO/1apW3cVplhNKK7YbiGv8qC0+00qXbrM14I9YCVTgOZpqHzWvEVlhBFAqaFsW13otJtOPtfge9ST9fDc2UO06/dQlQcU2/VjtXVNbayrHDmXYk9LkvxKpvU+jHcSDCmPkw1CqRNbA0/7BlwqFF1Q5yXls6R+REof5J8g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=OCZuLdoYVxHN9PzeZo2JNwjBmPBXvLtt8PAUa/LDV23aMmsjk1Zc+XdJ7zZn7bWPj5cFIBtTIbOgAr5gUlwe02olI1wi6mvRZC1HbvvAmBfFUR4McA80jB9pp15GsCj/o0m1USHR6I53eGa7MmmvXlRd7ywBlgTribjvYE97tjk= Received: by 10.65.219.20 with SMTP id w20mr11792434qbq.5.1197795854502; Sun, 16 Dec 2007 01:04:14 -0800 (PST) Received: from ?192.168.2.2? ( [67.85.89.184]) by mx.google.com with ESMTPS id a29sm3113564qbd.2007.12.16.01.04.13 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 16 Dec 2007 01:04:13 -0800 (PST) Message-ID: <4764EA0C.1010006@gmail.com> Date: Sun, 16 Dec 2007 04:04:12 -0500 From: "Aryeh M. Friedman" User-Agent: Thunderbird 2.0.0.9 (X11/20071214) MIME-Version: 1.0 To: Mark Linimon References: <20071216060057.GA23941@soaustin.net> In-Reply-To: <20071216060057.GA23941@soaustin.net> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ade@FreeBSD.org, freebsd-ports@freebsd.org Subject: Re: Limitations of Ports System X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Dec 2007 09:04:16 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Mark Linimon wrote: >> Side note the more we discuss this the more obvious it becomes to me >> it has to be in some OO lang and since C++ is the only one in the base >> system it kind of forces C++ to be the implementation lang. > > You may want to take a look at some of the work OpenBSD has done > recently; I believe they are working towards treating ports as > first-class objects. Actually that is one of the key reasons for C++ vs. C is if we treat a port as a first class object it becomes pretty trivial to manipulate it in a DAG without having to worry about any nasty details until we build it. - -- Aryeh M. Friedman FloSoft Systems http://www.flosoft-systems.com Developer, not business, friendly -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHZOoMzIOMjAek4JIRAlhEAJ0SSDnFWD184hMGHFjEtrT6DqPv3gCdEzD/ ak3puLnBhSL6ZjZtZOBGYRU= =hBcQ -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Sun Dec 16 09:17:59 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 569D316A417 for ; Sun, 16 Dec 2007 09:17:59 +0000 (UTC) (envelope-from david@vizion2000.net) Received: from dns1.vizion2000.net (77-99-36-42.cable.ubr04.chap.blueyonder.co.uk [77.99.36.42]) by mx1.freebsd.org (Postfix) with ESMTP id 0EFCC13C442 for ; Sun, 16 Dec 2007 09:17:58 +0000 (UTC) (envelope-from david@vizion2000.net) Received: by dns1.vizion2000.net (Postfix, from userid 1007) id 1086D1CC3D; Sun, 16 Dec 2007 01:33:56 -0800 (PST) From: David Southwell Organization: Voice and Vision To: freebsd-ports@freebsd.org Date: Sun, 16 Dec 2007 01:33:55 -0800 User-Agent: KMail/1.9.7 References: <475F7390.9090509@gmail.com> <4763FB0F.6070504@FreeBSD.org> <47644708.9090905@gmail.com> In-Reply-To: <47644708.9090905@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200712160133.55785.david@vizion2000.net> Subject: Re: Limitations of Ports System X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Dec 2007 09:17:59 -0000 On Saturday 15 December 2007 13:28:40 Aryeh M. Friedman wrote: > > you do not maintain any ports > > Incorrect I have one that is currently officially pending in the > backlog created by the freeze (the PR is sitting their waiting). > Also as soon that port is done and any errors I may of made as it > being my first port I have 2 more to be added and on a fairly regular > basis see adding to that list. Good of you to post the information however undeserving the person to whom you replied was of it. I see no need to defend against people who lack the maturity to behave collegially. David From owner-freebsd-ports@FreeBSD.ORG Sun Dec 16 09:43:18 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5316916A418 for ; Sun, 16 Dec 2007 09:43:18 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 8E7F313C459 for ; Sun, 16 Dec 2007 09:43:17 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 16 Dec 2007 09:43:16 -0000 Received: from nat-wh-1.rz.uni-karlsruhe.de (EHLO homeKamikaze.norad) [129.13.72.169] by mail.gmx.net (mp058) with SMTP; 16 Dec 2007 10:43:16 +0100 X-Authenticated: #5465401 X-Provags-ID: V01U2FsdGVkX19i5NVko0tiBCGV2RVffEd0IQF/KJEYsxZRN3BeeI C59w7HEbZ41aFs Message-ID: <4764F331.2000307@gmx.de> Date: Sun, 16 Dec 2007 10:43:13 +0100 From: Dominic Fandrey User-Agent: Thunderbird 2.0.0.9 (X11/20071203) MIME-Version: 1.0 To: Thomas Zander References: <4761A24C.4080308@gmx.de> <786602c60712152238s68cb11bbw8a82935bfbe32a94@mail.gmail.com> In-Reply-To: <786602c60712152238s68cb11bbw8a82935bfbe32a94@mail.gmail.com> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: freebsd-ports@freebsd.org Subject: Re: multimedia/mplayer doesn't build (default 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: Sun, 16 Dec 2007 09:43:18 -0000 Thomas Zander wrote: > Hi, > > On 14/12/2007, Dominic Fandrey wrote: > >> ad_libvorbis.c:238: error: too few arguments to function 'vorbis_synthesis' >> gmake[1]: *** [ad_libvorbis.o] Error 1 >> gmake[1]: Leaving directory > > Can't reproduce this error here. Given you are using default options, > mplayer will get its includes from for vorbis from LOCALBASE. The > current libvorbis installation from the ports tree > (libvorbis-1.2.0_1,3) contains a codec.h that perfectly matches the > argument list in ad_libvorbis.c:238. > Do you have this libvorbis port installed correctly? > You can also use mplayer's internal vorbis lib by selecting TREMOR in > the options menu. > > Riggs > Apart from mplayer and mencoder all my ports are up to date. I even did a # portupgrade -fuR mplayer in my desperation (the old version of mplayer has problems with fullscreen mode, since a couple of dependencies were updated). I tried tremor before I did the portupgrade -fuR and it also didn't compile. I'm trying tremor again, now. I'll let you know about the outcome. From owner-freebsd-ports@FreeBSD.ORG Sun Dec 16 09:46:14 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E17A16A420 for ; Sun, 16 Dec 2007 09:46:14 +0000 (UTC) (envelope-from null@pozo.com) Received: from pozo.com (pozo.com [216.101.162.50]) by mx1.freebsd.org (Postfix) with ESMTP id 0D84F13C468 for ; Sun, 16 Dec 2007 09:46:13 +0000 (UTC) (envelope-from null@pozo.com) Received: from T41p.pozo.com (t41p.pozo.com [192.168.0.4]) (authenticated bits=0) by pozo.com (8.14.2/8.14.2) with ESMTP id lBG9Vdxp043994 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 16 Dec 2007 01:31:40 -0800 (PST) (envelope-from null@pozo.com) Message-Id: <200712160931.lBG9Vdxp043994@pozo.com> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Sun, 16 Dec 2007 01:31:39 -0800 To: "Thomas Zander" , "Dominic Fandrey" From: Manfred Antar In-Reply-To: <786602c60712152238s68cb11bbw8a82935bfbe32a94@mail.gmail.co m> References: <4761A24C.4080308@gmx.de> <786602c60712152238s68cb11bbw8a82935bfbe32a94@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: freebsd-ports@freebsd.org Subject: Re: multimedia/mplayer doesn't build (default 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: Sun, 16 Dec 2007 09:46:14 -0000 At 10:38 PM 12/15/2007, Thomas Zander wrote: >Hi, > >On 14/12/2007, Dominic Fandrey wrote: > >> ad_libvorbis.c:238: error: too few arguments to function 'vorbis_synthesis' >> gmake[1]: *** [ad_libvorbis.o] Error 1 >> gmake[1]: Leaving directory > >Can't reproduce this error here. Given you are using default options, >mplayer will get its includes from for vorbis from LOCALBASE. The >current libvorbis installation from the ports tree >(libvorbis-1.2.0_1,3) contains a codec.h that perfectly matches the >argument list in ad_libvorbis.c:238. >Do you have this libvorbis port installed correctly? >You can also use mplayer's internal vorbis lib by selecting TREMOR in >the options menu. > >Riggs >_______________________________________________ >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" I get the same error here on CURRENT. Did a reinstall of libvorbis-1.2.0_1,3 and still no go. If you add #include to work/MPlayer-1.0rc2/libmpcodecs/ad_libvorbis.c it will build past that and later fail at: l/lib/glib-2.0/include -I/usr/local/include/freetype2 -c -o demux_ogg.o demux_ogg.c demux_ogg.c: In function 'demux_ogg_add_sub': demux_ogg.c:166: warning: initialization from incompatible pointer type demux_ogg.c: In function 'demux_ogg_read_packet': demux_ogg.c:244: warning: initialization from incompatible pointer type demux_ogg.c:250: error: invalid operands to binary & demux_ogg.c:302: error: invalid operands to binary != demux_ogg.c:305: error: invalid operands to binary & demux_ogg.c:309: error: invalid operands to binary & demux_ogg.c:310: error: invalid operands to binary & demux_ogg.c:311: warning: assignment from incompatible pointer type demux_ogg.c:316: error: invalid operands to binary & demux_ogg.c:323: error: invalid operands to binary | demux_ogg.c: In function 'demux_ogg_add_packet': demux_ogg.c:463: error: invalid operands to binary & demux_ogg.c:486: error: invalid operands to binary - demux_ogg.c:487: error: invalid operands to binary - demux_ogg.c: In function 'demux_ogg_scan_stream': demux_ogg.c:547: warning: initialization makes pointer from integer without a cast demux_ogg.c:603: warning: initialization makes pointer from integer without a cast demux_ogg.c: In function 'fixup_vorbis_wf': demux_ogg.c:677: warning: passing argument 2 of 'ds_get_packet' from incompatible pointer type demux_ogg.c: In function 'demux_ogg_open': demux_ogg.c:792: warning: assignment makes pointer from integer without a cast demux_ogg.c:832: warning: passing argument 1 of 'strncmp' from incompatible pointer type demux_ogg.c:839: warning: passing argument 1 of 'strncmp' from incompatible pointer type demux_ogg.c:907: warning: passing argument 1 of 'strncmp' from incompatible pointer type demux_ogg.c:915: warning: passing argument 1 of 'strncmp' from incompatible pointer type demux_ogg.c:928: warning: passing argument 1 of 'strncmp' from incompatible pointer type demux_ogg.c:936: error: aggregate value used where an integer was expected demux_ogg.c:936: error: aggregate value used where an integer was expected demux_ogg.c:936: error: aggregate value used where an integer was expected demux_ogg.c:936: error: aggregate value used where an integer was expected demux_ogg.c:979: error: invalid operands to binary & demux_ogg.c: In function 'demux_ogg_fill_buffer': demux_ogg.c:1191: warning: assignment makes pointer from integer without a cast demux_ogg.c: In function 'init_avi_with_ogg': demux_ogg.c:1281: warning: assignment makes pointer from integer without a cast demux_ogg.c: In function 'demux_ogg_seek': demux_ogg.c:1436: warning: initialization makes pointer from integer without a cast gmake[1]: *** [demux_ogg.o] Error 1 ================================== || null@pozo.com || || Ph. (415) 681-6235 || ================================== From owner-freebsd-ports@FreeBSD.ORG Sun Dec 16 09:54:46 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2008816A417 for ; Sun, 16 Dec 2007 09:54:46 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 6BD8413C455 for ; Sun, 16 Dec 2007 09:54:45 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 16 Dec 2007 09:54:44 -0000 Received: from nat-wh-1.rz.uni-karlsruhe.de (EHLO homeKamikaze.norad) [129.13.72.169] by mail.gmx.net (mp016) with SMTP; 16 Dec 2007 10:54:44 +0100 X-Authenticated: #5465401 X-Provags-ID: V01U2FsdGVkX19N4gk0E3JNVvaG5oDKWFMDXa9m2fVz4noNgwT6O0 C/hD3na4w9FI8c Message-ID: <4764F5E2.4090602@gmx.de> Date: Sun, 16 Dec 2007 10:54:42 +0100 From: Dominic Fandrey User-Agent: Thunderbird 2.0.0.9 (X11/20071203) MIME-Version: 1.0 To: Thomas Zander References: <4761A24C.4080308@gmx.de> <786602c60712152238s68cb11bbw8a82935bfbe32a94@mail.gmail.com> <4764F331.2000307@gmx.de> In-Reply-To: <4764F331.2000307@gmx.de> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: freebsd-ports@freebsd.org Subject: Re: multimedia/mplayer doesn't build (default 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: Sun, 16 Dec 2007 09:54:46 -0000 Dominic Fandrey wrote: > Thomas Zander wrote: >> Hi, >> >> You can also use mplayer's internal vorbis lib by selecting TREMOR in >> the options menu. > I tried tremor before I did the portupgrade -fuR and it also didn't compile. > I'm trying tremor again, now. I'll let you know about the outcome. Tremor isn't helping: cc -O2 -pipe -march=pentium4 -O3 -ffast-math -fomit-frame-pointer -I./libavcodec -I./libavformat -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -I. -I. -I./libavutil -O2 -pipe -march=pentium4 -O3 -ffast-math -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I../libavcodec -I../libavformat -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -I. -I.. -I../libavutil -O2 -pipe -march=pentium4 -O3 -ffast-math -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -c -o demux_ogg.o demux_ogg.c demux_lavf.c: In function 'lavf_check_preferred_file': demux_ogg.c: In function 'demux_ogg_add_sub':demux_lavf.c:242: warning: initialization from incompatible pointer type demux_ogg.c:166: warning: initialization from incompatible pointer type demux_ogg.c: In function 'demux_ogg_read_packet': demux_ogg.c:244: warning: initialization from incompatible pointer type demux_ogg.c:250: error: invalid operands to binary & demux_ogg.c:302: error: invalid operands to binary != demux_ogg.c:305: error: invalid operands to binary & demux_ogg.c:309: error: invalid operands to binary & demux_ogg.c:310: error: invalid operands to binary & demux_ogg.c:311: warning: assignment from incompatible pointer type demux_ogg.c:316: error: invalid operands to binary & demux_ogg.c:323: error: invalid operands to binary | demux_ogg.c: In function 'demux_ogg_add_packet': demux_ogg.c:463: error: invalid operands to binary & demux_ogg.c:486: error: invalid operands to binary - demux_ogg.c:487: error: invalid operands to binary - demux_ogg.c: In function 'demux_ogg_scan_stream': demux_ogg.c:547: warning: initialization makes pointer from integer without a cast demux_ogg.c:603: warning: initialization makes pointer from integer without a cast demux_ogg.c: In function 'fixup_vorbis_wf': demux_ogg.c:677: warning: passing argument 2 of 'ds_get_packet' from incompatible pointer type demux_ogg.c: In function 'demux_ogg_open': demux_ogg.c:792: warning: assignment makes pointer from integer without a cast demux_ogg.c:832: warning: passing argument 1 of 'strncmp' from incompatible pointer type demux_ogg.c:839: warning: passing argument 1 of 'strncmp' from incompatible pointer type demux_ogg.c:907: warning: passing argument 1 of 'strncmp' from incompatible pointer type demux_ogg.c:915: warning: passing argument 1 of 'strncmp' from incompatible pointer type demux_ogg.c:928: warning: passing argument 1 of 'strncmp' from incompatible pointer type demux_ogg.c:936: error: aggregate value used where an integer was expected demux_ogg.c:936: error: aggregate value used where an integer was expected demux_ogg.c:936: error: aggregate value used where an integer was expected demux_ogg.c:936: error: aggregate value used where an integer was expected demux_ogg.c:979: error: invalid operands to binary & demux_ogg.c: In function 'demux_ogg_fill_buffer': demux_ogg.c:1191: warning: assignment makes pointer from integer without a cast demux_ogg.c: In function 'init_avi_with_ogg': demux_ogg.c:1281: warning: assignment makes pointer from integer without a cast demux_ogg.c: In function 'demux_ogg_seek': demux_ogg.c:1436: warning: initialization makes pointer from integer without a cast gmake[1]: *** [demux_ogg.o] Error 1 gmake[1]: *** Waiting for unfinished jobs.... gmake[1]: Leaving directory `/usr/obj/homeKamikaze.norad/usr/ports/multimedia/mplayer/work/MPlayer-1.0rc2/libmpdemux' gmake: *** [libmpdemux/libmpdemux.a] Error 2 *** Error code 2 Stop in /usr/ports/multimedia/mplayer. *** Error code 1 Stop in /usr/ports/multimedia/mplayer. From owner-freebsd-ports@FreeBSD.ORG Sun Dec 16 13:01:45 2007 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 330EF16A46B for ; Sun, 16 Dec 2007 13:01:45 +0000 (UTC) (envelope-from barner@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 61AE713C45A for ; Sun, 16 Dec 2007 13:01:44 +0000 (UTC) (envelope-from barner@gmx.de) Received: (qmail invoked by alias); 16 Dec 2007 12:35:03 -0000 Received: from ppp-88-217-49-213.dynamic.mnet-online.de (EHLO dose.local.invalid) [88.217.49.213] by mail.gmx.net (mp004) with SMTP; 16 Dec 2007 13:35:03 +0100 X-Authenticated: #147403 X-Provags-ID: V01U2FsdGVkX1/GnlgXAvfGSpUwdJGINu91B21fPCgNeSeSYTcUEy OTvftmVTvywkbS Received: by dose.local.invalid (Postfix, from userid 1000) id 1920BC65E; Sun, 16 Dec 2007 13:38:50 +0100 (CET) Date: Sun, 16 Dec 2007 13:38:49 +0100 From: Simon Barner To: cpghost Message-ID: <20071216123849.GA1787@dose.local.invalid> References: <20071214211657.GA24213@epia-2.farid-hajji.net> <20071215102730.fb2d6a5d.ehaupt@FreeBSD.org> <20071215135415.GA56791@epia-2.farid-hajji.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="jI8keyz6grp/JLjh" Content-Disposition: inline In-Reply-To: <20071215135415.GA56791@epia-2.farid-hajji.net> User-Agent: Mutt/1.5.16 (2007-06-09) X-Y-GMX-Trusted: 0 Cc: questions@FreeBSD.org, freebsd-ports@FreeBSD.org, Emanuel Haupt Subject: Re: devel/boost -- where is tools/build/v2? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Dec 2007 13:01:45 -0000 --jI8keyz6grp/JLjh Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello, > 1. I didn't set NOPORTDOCS in /etc/make.conf, yet there's nothing there > besides some html files. >=20 > 2. /usr/ports/devel/boost-python/work/boost_1_34_1/tools/build/v2/tools > for example contains plenty of .jam files that are needed by bjam to > run. Those are *not* copied over. A few html files are put in doc/, > but not the real stuff (which belongs elsewhere, see 3.). You are right, the bjam scripts are currently not installed. I will prepare a patch and send it to you for testing. >=20 > 3. Those files are NOT doc files: they are needed by bjam. > Their "right" place should be something like, say, > /usr/local/lib/boost/tools/... --=20 Best regards / Viele Gr=FC=DFe, barner@FreeBSD.= org Simon Barner barner@gmx.de --jI8keyz6grp/JLjh Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFHZRxZCkn+/eutqCoRArziAJ9Vsny4WgigfGUdiemH+gAVHLhL3QCffMju G/DPc5PeaTttPxH4LS84j5s= =4bE3 -----END PGP SIGNATURE----- --jI8keyz6grp/JLjh-- From owner-freebsd-ports@FreeBSD.ORG Sun Dec 16 13:22:15 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C74216A417 for ; Sun, 16 Dec 2007 13:22:15 +0000 (UTC) (envelope-from david@vizion2000.net) Received: from dns1.vizion2000.net (77-99-36-42.cable.ubr04.chap.blueyonder.co.uk [77.99.36.42]) by mx1.freebsd.org (Postfix) with ESMTP id C742813C457 for ; Sun, 16 Dec 2007 13:22:14 +0000 (UTC) (envelope-from david@vizion2000.net) Received: by dns1.vizion2000.net (Postfix, from userid 1007) id A0FD91CC3D; Sun, 16 Dec 2007 05:38:12 -0800 (PST) From: David Southwell Organization: Voice and Vision To: freebsd-ports@freebsd.org Date: Sun, 16 Dec 2007 05:38:12 -0800 User-Agent: KMail/1.9.7 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200712160538.12380.david@vizion2000.net> Subject: graphics/graphviz: invalid package name error X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Dec 2007 13:22:15 -0000 from portupgrade -a Reports: ** Port marked as IGNORE: graphics/graphviz: "/usr/ports/Mk/bsd.port.mk", line 6147: if-less endif ** Proceeding anyway since NO_IGNORE is defined ** Invalid package name: graphics/graphviz: "/usr/ports/Mk/bsd.gnome.mk", line 643: Malformed conditional (${_USE_GNOME_ALL:Mpango}==""): Must not contain whitespace. ** Listing the failed packages (*:skipped / !:failed) ! graphics/graphviz (graphviz-2.14.1_2) (invalid package name) David Southwell From owner-freebsd-ports@FreeBSD.ORG Sun Dec 16 14:00:14 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E988016A41A for ; Sun, 16 Dec 2007 14:00:14 +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 A3AAE13C458 for ; Sun, 16 Dec 2007 14:00:14 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: by syn.atarininja.org (Postfix, from userid 1001) id DCBB05C34; Sun, 16 Dec 2007 09:05:09 -0500 (EST) Date: Sun, 16 Dec 2007 09:05:09 -0500 From: Wesley Shields To: David Southwell Message-ID: <20071216140509.GD59185@atarininja.org> References: <200712160538.12380.david@vizion2000.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200712160538.12380.david@vizion2000.net> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-ports@freebsd.org Subject: Re: graphics/graphviz: invalid package name error X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Dec 2007 14:00:15 -0000 On Sun, Dec 16, 2007 at 05:38:12AM -0800, David Southwell wrote: > from portupgrade -a > Reports: > > ** Port marked as IGNORE: graphics/graphviz: > "/usr/ports/Mk/bsd.port.mk", line 6147: if-less endif > ** Proceeding anyway since NO_IGNORE is defined > ** Invalid package name: graphics/graphviz: "/usr/ports/Mk/bsd.gnome.mk", line > 643: Malformed conditional (${_USE_GNOME_ALL:Mpango}==""): Must not contain > whitespace. > ** Listing the failed packages (*:skipped / !:failed) > ! graphics/graphviz (graphviz-2.14.1_2) (invalid package name) Please see the archives. I believe a make rmconfig for this particular port will solve it. -- WXS From owner-freebsd-ports@FreeBSD.ORG Sun Dec 16 14:00:46 2007 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B65BB16A418; Sun, 16 Dec 2007 14:00:46 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from mail.allbsd.org (unknown [IPv6:2001:2f0:104:e002::2]) by mx1.freebsd.org (Postfix) with ESMTP id 0DBA413C46A; Sun, 16 Dec 2007 14:00:45 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from delta.allbsd.org (p3097-ipbf709funabasi.chiba.ocn.ne.jp [122.25.242.97]) (authenticated bits=128) by mail.allbsd.org (8.13.8/8.13.8) with ESMTP id lBGE0Llr091911; Sun, 16 Dec 2007 23:00:32 +0900 (JST) (envelope-from hrs@FreeBSD.org) Received: from localhost (alph.allbsd.org [192.168.0.10]) (authenticated bits=0) by delta.allbsd.org (8.13.4/8.13.4) with ESMTP id lBGE03tV029926; Sun, 16 Dec 2007 23:00:07 +0900 (JST) (envelope-from hrs@FreeBSD.org) Date: Sun, 16 Dec 2007 22:59:55 +0900 (JST) Message-Id: <20071216.225955.111308887.hrs@allbsd.org> To: nikola.lecic@anthesphoria.net From: Hiroki Sato In-Reply-To: <200712150123.lBF1N35T038677@anthesphoria.net> References: <20071214025230.361715eb@anthesphoria.net> <200712150123.lBF1N35T038677@anthesphoria.net> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 5.2 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Sun_Dec_16_22_59_56_2007_279)--" Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.91.2, clamav-milter version 0.91.2 on gatekeeper.allbsd.org X-Virus-Status: Clean X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (mail.allbsd.org [133.31.130.32]); Sun, 16 Dec 2007 23:00:36 +0900 (JST) Cc: albert.shih@obspm.fr, dougb@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: TeTeX and TeXLive X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Dec 2007 14:00:46 -0000 ----Security_Multipart(Sun_Dec_16_22_59_56_2007_279)-- Content-Type: Text/Plain; charset=utf-8 Content-Transfer-Encoding: base64 Tmlrb2xhIExlxI1pxIcgPG5pa29sYS5sZWNpY0BhbnRoZXNwaG9yaWEubmV0PiB3cm90ZQ0KICBp biA8MjAwNzEyMTUwMTIzLmxCRjFOMzVUMDM4Njc3QGFudGhlc3Bob3JpYS5uZXQ+Og0KDQpuaT4g T24gRnJpLCAxNCBEZWMgMjAwNyAwNzo0MzowMA0Kbmk+IERvdWcgQmFydG9uIDxkb3VnYkBGcmVl QlNELm9yZz4gd3JvdGU6DQpuaT4gDQpuaT4gPiBPbiBGcmksIDE0IERlYyAyMDA3LCBOaWtvbGEg TGXEjWnEhyB3cm90ZToNCm5pPiBbLi4uXQ0Kbmk+ID4gPiBJIG11c3QgYWRkIHRoYXQgSSB0cmll ZCB0d28gdGltZXMgdG8gY29udGFjdCB0d28gRnJlZUJTRCBkZXZlbG9wZXJzDQpuaT4gPiA+IHdo bw0Kbmk+ID4gPiAoYWNjb3JkaW5nIHRvIHRoZSBwdWJsaWMgc291cmNlcykgc2VlbWVkIHRvIGJl IGludGVyZXN0ZWQgaW4gdGhpczsNCm5pPiA+ID4gbmV2ZXIgZ290IGEgc2luZ2xlIHdvcmQgb2Yg cmVwbHkuIEhhdmluZyBpbiBtaW5kIHRoYXQgSSBvZmZlcmVkIGENCm5pPiA+ID4gaGVscCwgc29t ZSBleHBlcmllbmNlIGFuZCBtYWludGFpbmluZy90ZXN0aW5nIGF2YWlsYWJpbGl0eSwgSSBjYW4n dA0Kbmk+ID4gPiB1bmRlcnN0YW5kIHRoaXMuIEl0J3MgdmVyeSBkaXNjb3VyYWdpbmcuDQpuaT4g Pg0Kbmk+ID4gcGxlYXNlIGZlZWwgZnJlZSB0byB0YWtlIHRoYXQgYXMgYSBzaWduIHRoYXQgeW91 IHNob3VsZCB0YWtlIHRoZSBiYWxsDQpuaT4gPiBhbmQgcnVuIHdpdGggaXQuIDopDQpuaT4gDQpu aT4gV2VsbCwgYWNjb3JkaW5nIHRvDQpuaT4gDQpuaT4gICBodHRwOi8vbGlzdHMuZnJlZWJzZC5v cmcvcGlwZXJtYWlsL2ZyZWVic2QtcG9ydHMvMjAwNy1NYXkvMDQwNTExLmh0bWwNCm5pPiANCm5p PiBwb3J0aW5nIG9mIFRlWExpdmUgaGFzIGFscmVhZHkgYmVlbiB1bmRlcnRha2VuLiA6LSkgVGhl IHByb2JsZW0gaXMNCm5pPiB0aGF0IGl0J3Mgbm90IHBvc3NpYmxlIHRvIGdldCBhbnkgZnVydGhl ciBpbmZvcm1hdGlvbiBvbiB0aGlzIHdvcmsuDQpuaT4gDQpuaT4gQnV0IGFueXdheSwgSSBkb24n dCB0aGluayBJIGNhbiBkbyBpdCBhbG9uZSwgb2YgY291cnNlLiBJIGNvdWxkDQpuaT4gcHJvYmFi bHkgY3JlYXRlIHBvcnQocyksIGJ1dCB0aGUgYmlnZ2VzdCBjaGFsbGVuZ2UgaXMgdGhhdCBzbyBt YW55DQpuaT4gb3RoZXIgcG9ydHMgZGVwZW5kIG9uIHRlVGVYLCBhbmQgcmUtY29uZmlndXJpbmcg YWxsIGRlcGVuZGVuY2llcw0Kbmk+IG9idmlvdXNseSByZXF1aXJlcyBodWdlIGV4cGVyaWVuY2Us IGNvbXB1dGVyIGhvcnNlcG93ZXIgYW5kDQpuaT4gZGV2ZWxvcGVycycgaGFuZHMuIFRoZXJlZm9y ZSBhIGhlbHAgd2FzIG9mZmVyZWQgYW5kIHNoYXJpbmcgZnV0dXJlDQpuaT4gbWFpbnRhaW5pbmcg bG9hZCBhcyB3ZWxsOg0Kbmk+IA0Kbmk+IGh0dHA6Ly9saXN0cy5mcmVlYnNkLm9yZy9waXBlcm1h aWwvZnJlZWJzZC1wb3J0cy8yMDA3LUp1bHkvMDQyNzI5Lmh0bWwNCm5pPiBodHRwOi8vbGlzdHMu ZnJlZWJzZC5vcmcvcGlwZXJtYWlsL2ZyZWVic2QtcG9ydHMvMjAwNy1BdWd1c3QvMDQzNDUzLmh0 bWwNCm5pPiANCm5pPiBTbywgb25jZSBhZ2FpbjoNCm5pPiANCm5pPiAqIElmIGFueSBGcmVlQlNE IGRldmVsb3BlciBpcyBjdXJyZW50bHkgd29ya2luZyBvbiBUZVhMaXZlIHBvcnQsDQpuaT4gICBw bGVhc2UsIGNhbiB3ZSB1c2VycyBrbm93IHNvbWV0aGluZyBhYm91dCBpdD8NCm5pPiAqIElmIG5v dCwgaXMgYW55IEZyZWVCU0QgZGV2ZWxvcGVyIHdpbGxpbmcgdG8gbGVhZCB0aGF0IHByb2plY3Qs DQpuaT4gICBwdWJsaWNseSBkaXNjdXNzIHBvcnQncyBpbmZyYXN0cnVjdHVyZS9jb25jZXB0LCBh bmQgdGhlbiBnaXZlIHVzDQpuaT4gICAod2hvIGFyZSBoYXBweSB0byBoZWxwIDotKSkgc29tZSB0 YXNrcz8NCm5pPiAqIE9yIHNvbWUgdXNlciBzaG91bGQgc3RhcnQgcG9ydGluZyAoYW5kIGRpc2N1 c3MgaW5mcmFzdHJ1Y3R1cmUNCm5pPiAgIGZpcnN0PykgYW5kIHRoZW4gZGV2ZWxvcGVycyB3aWxs IGp1bXAgaW4/DQoNCiBJIGhhdmUgdHJpZWQgdG8gY3JlYXRlIFRlWExpdmUgcG9ydCBhbmQgaGF2 ZSBzb21lIHdvcmtpbmcgcmVzdWx0cywNCiBidXQgSSBjYW5ub3QgY29tbWl0IGl0IGJlY2F1c2Ug dGhlIGZvbGxvd2luZyBpc3N1ZXMgc3RpbGwgcmVtYWluOg0KDQogMS4gQ29tcGF0aWJpbGl0eSB3 aXRoIG90aGVyIHBhY2thZ2VzIHdoaWNoIHVzZXMgVGVYLiAgU29tZSBkZXBlbmQgb24NCiAgICBv bGQgdGVUZVggc3RydWN0dXJlLCBzb21lIGRlcGVuZCBvbiBoYXJkLWNvZGVkIGRpcmVjdG9yeQ0K ICAgIHN0cnVjdHVyZSwgYW5kIHNvIG9uLiAgdGVUZVggaW4gdGhlIGN1cnJlbnQgcG9ydHMgdHJl ZSBoYXMgdmFyaW91cw0KICAgIGdsdWVzIGZvciBzdWNoIHNvZnR3YXJlIHdoaWNoIGFyZSBub3Qg aW50ZWdyYXRlZCBpbnRvIHRlVGVYIHlldC4NCg0KIDIuIEZpbmVyLWdyYWluZWQgcGFja2FnZSBt YW5hZ2VtZW50IGlzIG5lZWRlZC4gIENyZWF0aW5nIGEgVGVYTGl2ZQ0KICAgIHBvcnQgYXMgIm9u ZSB2ZXJ5IGxhcmdlIHBhY2thZ2UiIGlzIHBvc3NpYmxlIGJ1dCBJIGRvIG5vdCB0aGluayBpdA0K ICAgIHdvdWxkIHdvcmsgd2VsbC4gIFRoZXJlIGFyZSBtYW55IHBlb3BsZSB3aG8gZG8gbm90IHdh bnQgdG8gaW5zdGFsbA0KICAgIHN1Y2ggYSBsYXJnZSBwYWNrYWdlIChUZVhMaXZlIG5lZWRzID41 MDBNQiBkaXNrIHNwYWNlKSBmb3IgYQ0KICAgIHNpbXBsZSB1c2UsIGFuZCB3aG8gY2FuIGluc3Rh bGwgaXQgYnV0IHdhbnQgdG8gdXBkYXRlIHNvbWUNCiAgICBzcGVjaWZpYyBtYWNybyBwYWNrYWdl cyBhZnRlciB0aGF0LiAgQWxzbywgSSB3YW50IHRvIHNvbHZlIGENCiAgICBzaXR1YXRpb24gdGhh dCB3ZSBoYXZlIHByaW50L3RleCBhbmQgcHJpbnQvdGVUZVggc2VwYXJhdGVseS4NCg0KIEFjdHVh bGx5LCAxLiBoYXMgYmVlbiBhbG1vc3Qgc29sdmVkIGJ5IGFkZGluZyBzaW1pbGFyIGhhY2tzLCBi dXQNCiAyLiBpcyBzdGlsbCBhIG1vb3QgcG9pbnQuICBNeSBmaXJzdCBwcm90b3R5cGUgY29uc2lz dGVkIG9mIHR3byBvcg0KIHRocmVlIHBvcnRzIGJhc2VkIG9uIHRoZSAibGFyZ2UgcGFja2FnZSIg bW9kZWwgbGlrZSB0aGUgY3VycmVudA0KIHRlVGVYLCBidXQgSSBub3RpY2VkIGl0IHdhcyB0b28g bGFyZ2UgYW5kIGRpZmZpY3VsdCB0byBjb21taXQuDQogQW5vdGhlciBwcm90b3R5cGUgaXMgYmFz ZWQgb24gZmluZXItZ3JhaW5lZCBwYWNrYWdlcy0tLWl0IGhhcw0KIHBvcnRzL3RleCBmb3IgVGVY IHJlbGF0ZWQgcG9ydHMuICBUaGUgbnVtYmVyIG9mIHBhY2thZ2VzIHdoaWNoDQogZXh0cmFjdGVk IGZyb20gVGVYTGl2ZSBkaXN0cmlidXRpb24gYW5kIGNyZWF0ZWQgYXMgcG9ydHMgaXMgMTIzMiAo aW4NCiBteSBsb2NhbCB0cmVlKS4gIEFuZCB0aGVuIEkgY3JlYXRlZCBtZXRhLXBvcnRzIHRoYXQg aW5zdGFsbHMNCiBwcmVkZWZpbmVkIHBhY2thZ2Ugc2V0cyBjYWxsZWQgImNvcmUiLCAiYmFzaWMi LCAibGF0ZXgiLCBhbmQgImZ1bGwiDQogZm9yIGV4YW1wbGUuICAiY29yZSIgbWVhbnMgUGxhaW4g VGVYICsgTUVUQUZPTlQgKyBzb21lIERWSXdhcmUsDQogImxhdGV4IiBtZWFucyBMYVRlWCBtYWNy byBzZXQsICJiYXNpYyIgbWVhbnMgY29yZStsYXRleCwgYW5kICJmdWxsIg0KIGluY2x1ZGVzIGFs bCBvdGhlciBwYWNrYWdlcyAodGhpcyBjYW4gYmUgYnJva2VuIGRvd24gbW9yZSBmaW5lbHkpLg0K IEFuZCBwb3J0cyB0aGF0IHVzZSBUZVggbmVlZHMgYSBsaW5lIGxpa2UgIlVTRV9URVg9YmFzaWMi IGluIHRoZQ0KIE1ha2VmaWxlIGFzIEdOT01FLXJlbGF0ZWQgcG9ydHMgZG8uICBJIHRoaW5rIHRo aXMgaXMgdGhlIHdheSB3ZSBoYXZlDQogdG8gcHVyc3VlIG9uIGEgbG9uZy10ZXJtIGJhc2lzLg0K DQogSW4gc2hvcnQsIG1vZHVsYXJpemF0aW9uIG9mIFRlWExpdmUgZGlzdHJpYnV0aW9uIGlzIG5l ZWRlZCBmb3Igc3VjaCBhDQogd2F5LiAgQXQgZmlyc3QgSSB0aG91Z2h0IGl0IGlzIG5vdCBkaWZm aWN1bHQgYmVjYXVzZSBwYWNrYWdlDQogbWFuYWdlbWVudCBpbmZvcm1hdGlvbiB3YXMgaW5jbHVk ZWQgaW4gdGhlIFRlWExpdmUgZGlzdHJpYnV0aW9uIChpbg0KIFhNTCksIGJ1dCBJIG5vdGljZWQg dGhhdCBpdCB3YXMgdG90YWxseSBicm9rZW4uICBTbyBJIGFtIGluIHRoZQ0KIG1pZGRsZSBvZiBm aXhpbmcgdGhlIGluZm9ybWF0aW9uLg0KDQogVGhpcyBpcyBhIHByb2dyZXNzIHJlcG9ydCBmcm9t IHRoZSBjdXJyZW50IHRlVGVYIG1haW50YWluZXIgd2hvIGlzDQogdHJ5aW5nIHRvIHVwZGF0ZSBU ZVggaW4gdGhlIHBvcnRzIHRyZWUgdG8gVGVYTGl2ZS4gIEFzIEkgZXhwbGFpbmVkLA0KIGlmIHdl IGdvIHdpdGggdGhlIGZpbmVyLWdyYWluZWQgcGFja2FnZSBtb2RlbCwgb3ZlciAxMDAwIHBvcnRz IGhhdmUNCiB0byBiZSBhZGRlZCBhdCBhIHRpbWUsIHNvIHRlc3RpbmcgdGhlbSBzaG91bGQgYmUg ZG9uZSBpbiBhIHNlcGFyYXRlDQogdHJlZSBhdCBsZWFzdC4gIEkgaG9wZSBJIHdpbGwgYmUgYWJs ZSB0byBzZXQgdXAgYSBwdWJsaWMgdHJlZSBmb3INCiB0ZXN0aW5nIGFuZCBjb2xsYWJvcmF0aXZl IHdvcmsgdGhpcyBtb250aC4uLg0KDQogQW55IGNvbW1lbnRzIGFyZSB3ZWxjb21lLiAgVGhhbmtz Lg0KDQotLSANCnwgSGlyb2tpIFNBVE8NCg== ----Security_Multipart(Sun_Dec_16_22_59_56_2007_279)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBHZS9cTyzT2CeTzy0RAnGoAKC+lM8I+wYhRMs1fUWR0cHGihuu8ACfboGA iPeARF+zyRUzKnAW7w+nxWA= =cWap -----END PGP SIGNATURE----- ----Security_Multipart(Sun_Dec_16_22_59_56_2007_279)---- From owner-freebsd-ports@FreeBSD.ORG Sun Dec 16 15:21:46 2007 Return-Path: Delivered-To: FreeBSD-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2E6C16A418; Sun, 16 Dec 2007 15:21:44 +0000 (UTC) (envelope-from nikola.lecic@anthesphoria.net) Received: from anthesphoria.net (anthesphoria.net [200.46.204.219]) by mx1.freebsd.org (Postfix) with ESMTP id 0B04C13C442; Sun, 16 Dec 2007 15:21:43 +0000 (UTC) (envelope-from nikola.lecic@anthesphoria.net) X-Bogosity: No, tests=bogofilter X-DKIM: Sendmail DKIM Filter v2.3.2 anthesphoria.net lBGFLZTm085622 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=anthesphoria.net; s=phero; t=1197818504; bh=NU+QSIZ87JriGpc7RjkfH8NsbrPFr4k8WfhOrCI7h Ak=; l=5470; h=X-Bogosity:Date:From:To:Cc:Subject:Message-ID: In-Reply-To:References:X-Mailer:X-Face:X-Operating-System: Mime-Version:Content-Type:Content-Transfer-Encoding; b=n6JstOhuNgO ENRF4kCC8cHSsZDKIn9eRWlLmUXK7PtPKTMzPwPeOJGKkrRkfy26qm+xLUGm7KGl324 cpFV63Nr2pdv1ZlV5hy9+hZ962oDpqTr7qo8vLKGZptBmqEQVtjH7W7F2NxhTozh1xl D6ew42w4hrv7Gme1PtEf2tjZ8o= Received: from anthesphoria.net (adsl-202-214.eunet.yu [213.198.202.214]) (authenticated bits=0) by anthesphoria.net (8.14.1/8.14.1) with ESMTP id lBGFLZTm085622 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 16 Dec 2007 16:21:38 +0100 (CET) (envelope-from nikola.lecic@anthesphoria.net) Date: Sun, 16 Dec 2007 16:22:23 +0100 From: Nikola =?UTF-8?B?TGXEjWnEhw==?= To: Hiroki Sato , dougb@FreeBSD.org, albert.shih@obspm.fr Message-ID: <20071216162223.4c67df57@anthesphoria.net> In-Reply-To: <20071216.225955.111308887.hrs@allbsd.org> References: <20071214025230.361715eb@anthesphoria.net> <200712150123.lBF1N35T038677@anthesphoria.net> <20071216.225955.111308887.hrs@allbsd.org> X-Mailer: Claws Mail 3.1.0 (GTK+ 2.12.1; i386-portbld-freebsd6.2) X-Face: pbl6-.[$G'Fi(Ogs2xlXP-V6{3||$Y[LOYs&~GJoikj'cVjcFC[V7du;;0~6nO= [Vi2?uU1Pq~,=Adj@,T:|"`$AF~il]J.Nz#2pU',Y7.{B;m/?{#sO^Dvo$rnmY6] X-Operating-System: FreeBSD 6.2-RELEASE-p8 Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD-ports@FreeBSD.org Subject: Re: TeTeX and TeXLive X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Dec 2007 15:21:46 -0000 On Sun, 16 Dec 2007 22:59:55 +0900 (JST) Hiroki Sato wrote: =20 [...] > I have tried to create TeXLive port and have some working results, > but I cannot commit it because the following issues still remain: Hiroki, thank you for your reply. Please find some comments and questions below. > 1. Compatibility with other packages which uses TeX. Some depend on > old teTeX structure, some depend on hard-coded directory > structure, and so on. teTeX in the current ports tree has various > glues for such software which are not integrated into teTeX yet. >=20 > 2. Finer-grained package management is needed. Creating a TeXLive > port as "one very large package" is possible but I do not think it > would work well. There are many people who do not want to install > such a large package (TeXLive needs >500MB disk space) for a > simple use, and who can install it but want to update some > specific macro packages after that. Also, I want to solve a > situation that we have print/tex and print/teTeX separately. Great to hear that you are working on highly fine-grained version (OpenBSD TeXLive port actually consists of 3 huge chunks + documentation). [...] > Another prototype is based on finer-grained packages---it has > ports/tex for TeX related ports. The number of packages which > extracted from TeXLive distribution and created as ports is 1232 (in > my local tree). And then I created meta-ports that installs > predefined package sets called "core", "basic", "latex", and "full" > for example. "core" means Plain TeX + METAFONT + some DVIware, > "latex" means LaTeX macro set, "basic" means core+latex, and "full" > includes all other packages (this can be broken down more finely). > > And ports that use TeX needs a line like "USE_TEX=3Dbasic" in the > Makefile as GNOME-related ports do. I think this is the way we have > to pursue on a long-term basis. > > In short, modularization of TeXLive distribution is needed for such a > way. At first I thought it is not difficult because package > management information was included in the TeXLive distribution (in > XML), but I noticed that it was totally broken. So I am in the > middle of fixing the information. I'm curious to hear more about your ideas related to this partition of "full" part: what USE_TEX actually does? Invokes parts of TeXLive install scripts? For example, if I want to install Omega -- is it one port or meta-port? -- how the integration happens? (And BTW, what source are you using for your work? 2007 release or current SVN version?) > This is a progress report from the current teTeX maintainer who is > trying to update TeX in the ports tree to TeXLive. As I explained, > if we go with the finer-grained package model, over 1000 ports have > to be added at a time, so testing them should be done in a separate > tree at least. I hope I will be able to set up a public tree for > testing and collaborative work this month... (a) They have so many micro-packages, but as for a lot of software included, TeXLive behaves like a distro: projects are nearly independent. For example, TeXLive source can be compiled with ~100 --without-AAAs. Among these AAAs are large projects such as bibTeX, Aleph/Omega, pdfTeX, pdfeTeX, XeTeX... Can a single separate port be created for each addition of this kind? This leads to the following question I'm particularly interested in: (b) Update of independent projects. I shall take XeTeX as example: XeTeX-0.996 that is included in TeXLive2007 is very old. New devel version (0.997) exists for a long time and users are very interested in it because it's very stable and contains some amazing features (Graphite support, Unicode math typesetting, etc.). XeTeX-devel can be compiled against existing TexLive2007, but it asks for some experience, more than average TeX user has. That's the space for FreeBSD port: a possibility to have ports such as print/xetex-devel would be great because some users don't want to wait 2008 to update it through new TeXLive. This goes for many other projects which are actively developed. In the case of XeTeX, this means that we could have: print/xetex (TeXLive core rebuilt with --with-xetex) print/xetex-devel (third-party XeTeX source, with independent install scripts specially tweaked for FreeBSD port if necessary) devel/libgraphite (currently used by XeTeX-devel only, but usable for many other non-TeX projects, therefore ported and maintained intependently) Of course, these -devel ports would be a challenge for maintainers, but it would be great to have some kind of infrastructural relationship between print/BBB (officially in TeXLive) and BBB-devel ports. What do you think about some kind of support like this for replacing of old parts of "full" part with new versions and how does your working version behave regarding this? (BTW, I've recently started creation of print/xetex port which should have been backed by teTeX. So, it's better to stop that work :-)) --=20 Nikola Le=C4=8Di=C4=87 :: =D0=9D=D0=B8=D0=BA=D0=BE=D0=BB=D0=B0 =D0=9B=D0=B5= =D1=87=D0=B8=D1=9B From owner-freebsd-ports@FreeBSD.ORG Sun Dec 16 16:06:36 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2237C16A468 for ; Sun, 16 Dec 2007 16:06:36 +0000 (UTC) (envelope-from freysman@comcast.net) Received: from comcast-smtp-02.tampflrdc.rr.com (comcast-smtp-02.tampflrdc.rr.com [65.32.5.157]) by mx1.freebsd.org (Postfix) with ESMTP id CC33313C46B for ; Sun, 16 Dec 2007 16:06:35 +0000 (UTC) (envelope-from freysman@comcast.net) Received: from [192.168.1.105] (c-98-199-18-87.hsd1.tx.comcast.net [98.199.18.87]) by comcast-smtp-02.tampflrdc.rr.com (8.13.6/8.13.6) with ESMTP id lBGFGYjT026266 for ; Sun, 16 Dec 2007 10:16:35 -0500 (EST) From: David J Brooks Organization: KC5WNK To: freebsd-ports@freebsd.org Date: Sun, 16 Dec 2007 09:16:38 -0600 User-Agent: KMail/1.9.7 References: <475F7390.9090509@gmail.com> <47644708.9090905@gmail.com> <200712160133.55785.david@vizion2000.net> In-Reply-To: <200712160133.55785.david@vizion2000.net> X-Face: +\{75whsIB]=i--WqkV^U>!y`<~%(FUd, DQs, &e1yLt==9%It?7#?n>%Splqb, =?utf-8?q?=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=0A=09lDIEu=25W?= =?utf-8?q?sB7o+6k2n=606Q5Fl?=, vJei{$-.KlHPHu/.~VuE=C[}lQmL}>V1t\yTn2iTwCfM`% MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200712160916.38718.freysman@comcast.net> X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Re: Limitations of Ports System X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Dec 2007 16:06:36 -0000 On Saturday 15 December 2007 01:25:11 pm David Southwell wrote: > My intention is not to offend but to draw attention to the need to remain on > topic and not to argue ad personam. On Sunday 16 December 2007 03:33:55 am David Southwell wrote: > Good of you to post the information however undeserving the person to whom > you replied was of it. I see no need to defend against people who lack the > maturity to behave collegially. -- Dancing space potatoes? You bet! From owner-freebsd-ports@FreeBSD.ORG Sun Dec 16 16:06:40 2007 Return-Path: Delivered-To: FreeBSD-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90DBC16A46E; Sun, 16 Dec 2007 16:06:40 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from mail.allbsd.org (unknown [IPv6:2001:2f0:104:e002::2]) by mx1.freebsd.org (Postfix) with ESMTP id 0537D13C4E1; Sun, 16 Dec 2007 16:06:39 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from delta.allbsd.org (p3097-ipbf709funabasi.chiba.ocn.ne.jp [122.25.242.97]) (authenticated bits=128) by mail.allbsd.org (8.13.8/8.13.8) with ESMTP id lBGG6IfH093503; Mon, 17 Dec 2007 01:06:29 +0900 (JST) (envelope-from hrs@FreeBSD.org) Received: from localhost (alph.allbsd.org [192.168.0.10]) (authenticated bits=0) by delta.allbsd.org (8.13.4/8.13.4) with ESMTP id lBGG63PF030091; Mon, 17 Dec 2007 01:06:06 +0900 (JST) (envelope-from hrs@FreeBSD.org) Date: Mon, 17 Dec 2007 01:04:47 +0900 (JST) Message-Id: <20071217.010447.235225025.hrs@allbsd.org> To: nikola.lecic@anthesphoria.net From: Hiroki Sato In-Reply-To: <20071216162223.4c67df57@anthesphoria.net> References: <200712150123.lBF1N35T038677@anthesphoria.net> <20071216.225955.111308887.hrs@allbsd.org> <20071216162223.4c67df57@anthesphoria.net> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 5.2 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Mon_Dec_17_01_04_47_2007_058)--" Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.91.2, clamav-milter version 0.91.2 on gatekeeper.allbsd.org X-Virus-Status: Clean X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (mail.allbsd.org [133.31.130.32]); Mon, 17 Dec 2007 01:06:30 +0900 (JST) Cc: albert.shih@obspm.fr, dougb@FreeBSD.org, FreeBSD-ports@FreeBSD.org Subject: Re: TeTeX and TeXLive X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Dec 2007 16:06:40 -0000 ----Security_Multipart(Mon_Dec_17_01_04_47_2007_058)-- Content-Type: Text/Plain; charset=utf-8 Content-Transfer-Encoding: base64 Tmlrb2xhIExlxI1pxIcgPG5pa29sYS5sZWNpY0BhbnRoZXNwaG9yaWEubmV0PiB3cm90ZQ0KICBp biA8MjAwNzEyMTYxNjIyMjMuNGM2N2RmNTdAYW50aGVzcGhvcmlhLm5ldD46DQoNCm5pPiBJJ20g Y3VyaW91cyB0byBoZWFyIG1vcmUgYWJvdXQgeW91ciBpZGVhcyByZWxhdGVkIHRvIHRoaXMgcGFy dGl0aW9uIG9mDQpuaT4gImZ1bGwiIHBhcnQ6IHdoYXQgVVNFX1RFWCBhY3R1YWxseSBkb2VzPyBJ bnZva2VzIHBhcnRzIG9mIFRlWExpdmUNCm5pPiBpbnN0YWxsIHNjcmlwdHM/IEZvciBleGFtcGxl LCBpZiBJIHdhbnQgdG8gaW5zdGFsbCBPbWVnYSAtLSBpcyBpdCBvbmUNCm5pPiBwb3J0IG9yIG1l dGEtcG9ydD8gLS0gaG93IHRoZSBpbnRlZ3JhdGlvbiBoYXBwZW5zPw0KDQogImNvcmUiIG9yICJm dWxsIiBpbiBVU0VfVEVYIHNwZWNpZmllcyB0aGUgcG9ydCdzIGRlcGVuZGVuY3kgaW4gYW4NCiBl YXNpZXIgd2F5LCBhbmQgbWFpbmx5IGZvciBUZVgtcmVsYXRlZCBwb3J0cyBtYWludGFpbmVyLiAg T21lZ2Egd2lsbA0KIGJlIGEgcG9ydCB3aGljaCBoYXMgYSBVU0VfVEVYPWZvbyBsaW5lLCBhbmQg d2hlbiB5b3UgaW5zdGFsbCB0aGUNCiBPbWVnYSBwb3J0LCBuZWNlc3NhcnkgKG1pbmltdW0pIHBh Y2thZ2VzIHdpbGwgYWxzbyBiZSBpbnN0YWxsZWQgYnkNCiB0aGUgbGluZS4gIA0KDQpuaT4gKEFu ZCBCVFcsIHdoYXQgc291cmNlIGFyZSB5b3UgdXNpbmcgZm9yIHlvdXIgd29yaz8gMjAwNyByZWxl YXNlIG9yDQpuaT4gY3VycmVudCBTVk4gdmVyc2lvbj8pDQoNCiBCb3RoLiAgQmFzaWNhbGx5IEkg YW0gdXNpbmcgdGhlIDIwMDcgcmVsZWFzZSBhbmQgaW1wb3J0aW5nIGJ1ZyBmaXhlcw0KIGZyb20g dGhlIGN1cnJlbnQgU1ZOIHJlcG8uDQoNCm5pPiAoYSkgVGhleSBoYXZlIHNvIG1hbnkgbWljcm8t cGFja2FnZXMsIGJ1dCBhcyBmb3IgYSBsb3Qgb2Ygc29mdHdhcmUNCm5pPiAgICAgaW5jbHVkZWQs IFRlWExpdmUgYmVoYXZlcyBsaWtlIGEgZGlzdHJvOiBwcm9qZWN0cyBhcmUgbmVhcmx5DQpuaT4g ICAgIGluZGVwZW5kZW50LiBGb3IgZXhhbXBsZSwgVGVYTGl2ZSBzb3VyY2UgY2FuIGJlIGNvbXBp bGVkIHdpdGggfjEwMA0Kbmk+ICAgICAtLXdpdGhvdXQtQUFBcy4gQW1vbmcgdGhlc2UgQUFBcyBh cmUgbGFyZ2UgcHJvamVjdHMgc3VjaCBhcw0Kbmk+ICAgICBiaWJUZVgsIEFsZXBoL09tZWdhLCBw ZGZUZVgsIHBkZmVUZVgsIFhlVGVYLi4uIENhbiBhIHNpbmdsZSBzZXBhcmF0ZQ0Kbmk+ICAgICBw b3J0IGJlIGNyZWF0ZWQgZm9yIGVhY2ggYWRkaXRpb24gb2YgdGhpcyBraW5kPw0KDQogSSB0aGlu ayBpdCBpcyBiZXR0ZXIgdG8gY3JlYXRlIGEgc2VwYXJhdGUgcG9ydCBmb3IgZWFjaCBzb2Z0d2Fy ZSwgYW5kDQogaXQgaXMgcG9zc2libGUuICBJbiBwcmludC90ZVRlWC1iYXNlLCBkdml3YXJlIChk dmlwc2sgYW5kIHhkdmlrKSBpcw0KIGRpc2FibGVkIGR1cmluZyB0aGUgYnVpbGRpbmcgc3RhZ2Us IGFuZCBwcmludC9kdmlwc2stdGV0ZXggaXMgdXNlZCBhcw0KIGEgZGVwZW5kZW5jeSwgZm9yIGV4 YW1wbGUuDQoNCm5pPiAoYikgVXBkYXRlIG9mIGluZGVwZW5kZW50IHByb2plY3RzLiBJIHNoYWxs IHRha2UgWGVUZVggYXMgZXhhbXBsZToNCm5pPiAgICAgWGVUZVgtMC45OTYgdGhhdCBpcyBpbmNs dWRlZCBpbiBUZVhMaXZlMjAwNyBpcyB2ZXJ5IG9sZC4gTmV3IGRldmVsDQpuaT4gICAgIHZlcnNp b24gKDAuOTk3KSBleGlzdHMgZm9yIGEgbG9uZyB0aW1lIGFuZCB1c2VycyBhcmUgdmVyeQ0Kbmk+ ICAgICBpbnRlcmVzdGVkIGluIGl0IGJlY2F1c2UgaXQncyB2ZXJ5IHN0YWJsZSBhbmQgY29udGFp bnMgc29tZSBhbWF6aW5nDQpuaT4gICAgIGZlYXR1cmVzIChHcmFwaGl0ZSBzdXBwb3J0LCBVbmlj b2RlIG1hdGggdHlwZXNldHRpbmcsIGV0Yy4pLg0Kbmk+IA0Kbmk+ICAgICBYZVRlWC1kZXZlbCBj YW4gYmUgY29tcGlsZWQgYWdhaW5zdCBleGlzdGluZyBUZXhMaXZlMjAwNywgYnV0IGl0DQpuaT4g ICAgIGFza3MgZm9yIHNvbWUgZXhwZXJpZW5jZSwgbW9yZSB0aGFuIGF2ZXJhZ2UgVGVYIHVzZXIg aGFzLiBUaGF0J3MgdGhlDQpuaT4gICAgIHNwYWNlIGZvciBGcmVlQlNEIHBvcnQ6IGEgcG9zc2li aWxpdHkgdG8gaGF2ZSBwb3J0cyBzdWNoIGFzDQpuaT4gICAgIHByaW50L3hldGV4LWRldmVsIHdv dWxkIGJlIGdyZWF0IGJlY2F1c2Ugc29tZSB1c2VycyBkb24ndCB3YW50IHRvDQpuaT4gICAgIHdh aXQgMjAwOCB0byB1cGRhdGUgaXQgdGhyb3VnaCBuZXcgVGVYTGl2ZS4gVGhpcyBnb2VzIGZvciBt YW55IG90aGVyDQpuaT4gICAgIHByb2plY3RzIHdoaWNoIGFyZSBhY3RpdmVseSBkZXZlbG9wZWQu IEluIHRoZSBjYXNlIG9mIFhlVGVYLCB0aGlzDQpuaT4gICAgIG1lYW5zIHRoYXQgd2UgY291bGQg aGF2ZToNCm5pPiANCm5pPiAgICAgICBwcmludC94ZXRleCAgICAgICAoVGVYTGl2ZSBjb3JlIHJl YnVpbHQgd2l0aCAtLXdpdGgteGV0ZXgpDQpuaT4gICAgICAgcHJpbnQveGV0ZXgtZGV2ZWwgKHRo aXJkLXBhcnR5IFhlVGVYIHNvdXJjZSwgd2l0aCBpbmRlcGVuZGVudA0Kbmk+ICAgICAgICAgICAg ICAgICAgICAgICAgICBpbnN0YWxsIHNjcmlwdHMgc3BlY2lhbGx5IHR3ZWFrZWQgZm9yDQpuaT4g ICAgICAgICAgICAgICAgICAgICAgICAgIEZyZWVCU0QgcG9ydCBpZiBuZWNlc3NhcnkpDQpuaT4g ICAgICAgZGV2ZWwvbGliZ3JhcGhpdGUgKGN1cnJlbnRseSB1c2VkIGJ5IFhlVGVYLWRldmVsIG9u bHksIGJ1dA0Kbmk+ICAgICAgICAgICAgICAgICAgICAgICAgICB1c2FibGUgZm9yIG1hbnkgb3Ro ZXIgbm9uLVRlWCBwcm9qZWN0cywNCm5pPiAgICAgICAgICAgICAgICAgICAgICAgICAgdGhlcmVm b3JlIHBvcnRlZCBhbmQgbWFpbnRhaW5lZCBpbnRlcGVuZGVudGx5KQ0Kbmk+IA0Kbmk+ICAgICBP ZiBjb3Vyc2UsIHRoZXNlIC1kZXZlbCBwb3J0cyB3b3VsZCBiZSBhIGNoYWxsZW5nZSBmb3IgbWFp bnRhaW5lcnMsDQpuaT4gICAgIGJ1dCBpdCB3b3VsZCBiZSBncmVhdCB0byBoYXZlIHNvbWUga2lu ZCBvZiBpbmZyYXN0cnVjdHVyYWwNCm5pPiAgICAgcmVsYXRpb25zaGlwIGJldHdlZW4gcHJpbnQv QkJCIChvZmZpY2lhbGx5IGluIFRlWExpdmUpIGFuZA0Kbmk+ICAgICBCQkItZGV2ZWwgcG9ydHMu DQpuaT4gDQpuaT4gICAgIFdoYXQgZG8geW91IHRoaW5rIGFib3V0IHNvbWUga2luZCBvZiBzdXBw b3J0IGxpa2UgdGhpcyBmb3IgcmVwbGFjaW5nDQpuaT4gICAgIG9mIG9sZCBwYXJ0cyBvZiAiZnVs bCIgcGFydCB3aXRoIG5ldyB2ZXJzaW9ucyBhbmQgaG93IGRvZXMgeW91cg0Kbmk+ICAgICB3b3Jr aW5nIHZlcnNpb24gYmVoYXZlIHJlZ2FyZGluZyB0aGlzPw0KDQogWWVzLCByZXBsYWNpbmcgYSBw YXJ0IG9mIFRlWExpdmUgaGFzIHRvIGJlIHN1cHBvcnRlZC4gIE9uZSBvZiB0aGUNCiByZWFzb25z IHdoeSBhIHNlcGFyYXRlIHBvcnQgcHJpbnQvZHZpcHNrLXRldGV4IGlzIGNyZWF0ZWQgaXMgYWxt b3N0DQogdGhlIHNhbWUuICBBcyBsb25nIGFzIGl0IHdvcmtzIGNvcnJlY3RseSwgdGhlcmUgaXMg bm8gcHJvYmxlbSB0aGF0DQogbmV3ZXIgdmVyc2lvbiBpcyBpbnN0YWxsZWQgYXMgYSBkZXBlbmRl bmN5IG9mIFRlWExpdmUgcG9ydCBpbiB0aGUNCiBGcmVlQlNEIHBvcnRzIHRyZWUsIEkgdGhpbmsu DQoNCiBBbHRob3VnaCBteSBpZGVhIGlzIG5vdCBmaXhlZCB5ZXQsIGluIHRoZSBwcmV2aW91c2x5 IGV4cGxhaW5lZA0KIGZyYW1ld29yaywgd2hpY2ggcGFja2FnZSBpcyBpbnN0YWxsZWQgY2FuIGJl IGNvbnRyb2xsZWQgYnkgdXNpbmcgYQ0KIGtub2Igc3VjaCBhcyBURVg9dGV4bGl2ZTIwMDdvbmx5 ICgicHVyZSBUZVhMaXZlMjAwNyIpIG9yIFRFWD10ZXhsaXZlDQogKCJUZVhMaXZlMjAwNyArIHVw ZGF0ZWQgc29mdHdhcmUiKS4gIFRoaXMga25vYiBpcyBmb3IgdXNlcnMsIG5vdCBmb3INCiBwb3J0 IG1haW50YWluZXJzIGxpa2UgVVNFX1RFWC4NCg0KLS0gDQp8IEhpcm9raSBTQVRPDQoNCg== ----Security_Multipart(Mon_Dec_17_01_04_47_2007_058)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBHZUyfTyzT2CeTzy0RAuDxAJ4tr0CQrQ7uVfFg9iUCBakRxlIBjgCfYSVp y6QN5BVO0KPn4ynm3E+gYI0= =TB9j -----END PGP SIGNATURE----- ----Security_Multipart(Mon_Dec_17_01_04_47_2007_058)---- From owner-freebsd-ports@FreeBSD.ORG Sun Dec 16 17:16:56 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D71D016A420 for ; Sun, 16 Dec 2007 17:16:56 +0000 (UTC) (envelope-from david@vizion2000.net) Received: from dns1.vizion2000.net (77-99-36-42.cable.ubr04.chap.blueyonder.co.uk [77.99.36.42]) by mx1.freebsd.org (Postfix) with ESMTP id 94F4113C4D1 for ; Sun, 16 Dec 2007 17:16:56 +0000 (UTC) (envelope-from david@vizion2000.net) Received: by dns1.vizion2000.net (Postfix, from userid 1007) id E71EE1CC40; Sun, 16 Dec 2007 09:32:55 -0800 (PST) From: David Southwell Organization: Voice and Vision To: freebsd-ports@freebsd.org Date: Sun, 16 Dec 2007 09:32:55 -0800 User-Agent: KMail/1.9.7 References: <200712160538.12380.david@vizion2000.net> <20071216140509.GD59185@atarininja.org> In-Reply-To: <20071216140509.GD59185@atarininja.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200712160932.55701.david@vizion2000.net> Subject: Re: graphics/graphviz: invalid package name error X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Dec 2007 17:16:56 -0000 On Sunday 16 December 2007 06:05:09 Wesley Shields wrote: > On Sun, Dec 16, 2007 at 05:38:12AM -0800, David Southwell wrote: > > from portupgrade -a > > Reports: > > > > ** Port marked as IGNORE: graphics/graphviz: > > "/usr/ports/Mk/bsd.port.mk", line 6147: if-less endif > > ** Proceeding anyway since NO_IGNORE is defined > > ** Invalid package name: graphics/graphviz: "/usr/ports/Mk/bsd.gnome.mk", > > line 643: Malformed conditional (${_USE_GNOME_ALL:Mpango}==""): Must not > > contain whitespace. > > ** Listing the failed packages (*:skipped / !:failed) > > ! graphics/graphviz (graphviz-2.14.1_2) (invalid package name) > > Please see the archives. > > I believe a make rmconfig for this particular port will solve it. > > -- WXS Thanks Wes .. Which archive? I did check in UPDATING but saw nothing there. Thanks again. David From owner-freebsd-ports@FreeBSD.ORG Sun Dec 16 17:25:01 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 555A716A417 for ; Sun, 16 Dec 2007 17:25:01 +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 29D5113C4E5 for ; Sun, 16 Dec 2007 17:25:01 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: by syn.atarininja.org (Postfix, from userid 1001) id 00A7B5C2E; Sun, 16 Dec 2007 12:29:56 -0500 (EST) Date: Sun, 16 Dec 2007 12:29:56 -0500 From: Wesley Shields To: David Southwell Message-ID: <20071216172956.GE59185@atarininja.org> References: <200712160538.12380.david@vizion2000.net> <20071216140509.GD59185@atarininja.org> <200712160932.55701.david@vizion2000.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200712160932.55701.david@vizion2000.net> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-ports@freebsd.org Subject: Re: graphics/graphviz: invalid package name error X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Dec 2007 17:25:01 -0000 On Sun, Dec 16, 2007 at 09:32:55AM -0800, David Southwell wrote: > On Sunday 16 December 2007 06:05:09 Wesley Shields wrote: > > On Sun, Dec 16, 2007 at 05:38:12AM -0800, David Southwell wrote: > > > from portupgrade -a > > > Reports: > > > > > > ** Port marked as IGNORE: graphics/graphviz: > > > "/usr/ports/Mk/bsd.port.mk", line 6147: if-less endif > > > ** Proceeding anyway since NO_IGNORE is defined > > > ** Invalid package name: graphics/graphviz: "/usr/ports/Mk/bsd.gnome.mk", > > > line 643: Malformed conditional (${_USE_GNOME_ALL:Mpango}==""): Must not > > > contain whitespace. > > > ** Listing the failed packages (*:skipped / !:failed) > > > ! graphics/graphviz (graphviz-2.14.1_2) (invalid package name) > > > > Please see the archives. > > > > I believe a make rmconfig for this particular port will solve it. > > > > -- WXS > Thanks Wes .. > Which archive? > I did check in UPDATING but saw nothing there. The archives of this list. It's come up a few times in the last few days. -- WXS From owner-freebsd-ports@FreeBSD.ORG Sun Dec 16 18:38:02 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8EFA116A41B for ; Sun, 16 Dec 2007 18:38:02 +0000 (UTC) (envelope-from timothyk@wallnet.com) Received: from mta2.srv.hcvlny.cv.net (mta2.srv.hcvlny.cv.net [167.206.4.197]) by mx1.freebsd.org (Postfix) with ESMTP id 584AB13C45A for ; Sun, 16 Dec 2007 18:38:02 +0000 (UTC) (envelope-from timothyk@wallnet.com) Received: from www.smsd.tv (ool-18bb7953.dyn.optonline.net [24.187.121.83]) by mta2.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JT500F37MDDW380@mta2.srv.hcvlny.cv.net> for freebsd-ports@freebsd.org; Sun, 16 Dec 2007 13:08:01 -0500 (EST) Received: from access.smsd.tv ([10.10.10.10]) by www.smsd.tv (8.14.2/8.14.2) with ESMTP id lBGI81IL057564; Sun, 16 Dec 2007 13:08:01 -0500 (EST envelope-from timothyk@wallnet.com) Date: Sun, 16 Dec 2007 13:07:57 -0500 From: Tim Kellers In-reply-to: <4764F5E2.4090602@gmx.de> To: Dominic Fandrey Message-id: <4765697D.3060702@wallnet.com> MIME-version: 1.0 Content-type: text/plain; charset=UTF-8; format=flowed Content-transfer-encoding: 7BIT References: <4761A24C.4080308@gmx.de> <786602c60712152238s68cb11bbw8a82935bfbe32a94@mail.gmail.com> <4764F331.2000307@gmx.de> <4764F5E2.4090602@gmx.de> User-Agent: Thunderbird 2.0.0.9 (X11/20071127) Cc: Thomas Zander , freebsd-ports@freebsd.org Subject: Re: multimedia/mplayer doesn't build (default 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: Sun, 16 Dec 2007 18:38:02 -0000 Dominic Fandrey wrote: > Dominic Fandrey wrote: > >> Thomas Zander wrote: >> >>> Hi, >>> >>> You can also use mplayer's internal vorbis lib by selecting TREMOR in >>> the options menu. >>> >> I tried tremor before I did the portupgrade -fuR and it also didn't compile. >> I'm trying tremor again, now. I'll let you know about the outcome. >> > > Tremor isn't helping: > > cc -O2 -pipe -march=pentium4 -O3 -ffast-math -fomit-frame-pointer > -I./libavcodec -I./libavformat -Wdisabled-optimization -Wno-pointer-sign > -Wdeclaration-after-statement -I. -I. -I./libavutil -O2 -pipe -march=pentium4 > -O3 -ffast-math -fomit-frame-pointer -D_LARGEFILE_SOURCE > -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H > -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include > -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT > -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD_SAFE > -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include > -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo > -I/usr/local/include/pango-1.0 -I/usr/local/include > -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include > -I/usr/local/include/freetype2 -I../libavcodec -I../libavformat > -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -I. > -I.. -I../libavutil -O2 -pipe -march=pentium4 -O3 -ffast-math > -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H -I/usr/local/include/freetype2 > -I/usr/local/include -I/usr/local/include -I/usr/local/include/SDL > -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 > -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/gtk-2.0 > -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 > -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include > -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include > -I/usr/local/include/freetype2 -c -o demux_ogg.o demux_ogg.c > demux_lavf.c: In function 'lavf_check_preferred_file': > demux_ogg.c: In function 'demux_ogg_add_sub':demux_lavf.c:242: warning: > initialization from incompatible pointer type > > demux_ogg.c:166: warning: initialization from incompatible pointer type > demux_ogg.c: In function 'demux_ogg_read_packet': > demux_ogg.c:244: warning: initialization from incompatible pointer type > demux_ogg.c:250: error: invalid operands to binary & > demux_ogg.c:302: error: invalid operands to binary != > demux_ogg.c:305: error: invalid operands to binary & > demux_ogg.c:309: error: invalid operands to binary & > demux_ogg.c:310: error: invalid operands to binary & > demux_ogg.c:311: warning: assignment from incompatible pointer type > demux_ogg.c:316: error: invalid operands to binary & > demux_ogg.c:323: error: invalid operands to binary | > demux_ogg.c: In function 'demux_ogg_add_packet': > demux_ogg.c:463: error: invalid operands to binary & > demux_ogg.c:486: error: invalid operands to binary - > demux_ogg.c:487: error: invalid operands to binary - > demux_ogg.c: In function 'demux_ogg_scan_stream': > demux_ogg.c:547: warning: initialization makes pointer from integer without a cast > demux_ogg.c:603: warning: initialization makes pointer from integer without a cast > demux_ogg.c: In function 'fixup_vorbis_wf': > demux_ogg.c:677: warning: passing argument 2 of 'ds_get_packet' from > incompatible pointer type > demux_ogg.c: In function 'demux_ogg_open': > demux_ogg.c:792: warning: assignment makes pointer from integer without a cast > demux_ogg.c:832: warning: passing argument 1 of 'strncmp' from incompatible > pointer type > demux_ogg.c:839: warning: passing argument 1 of 'strncmp' from incompatible > pointer type > demux_ogg.c:907: warning: passing argument 1 of 'strncmp' from incompatible > pointer type > demux_ogg.c:915: warning: passing argument 1 of 'strncmp' from incompatible > pointer type > demux_ogg.c:928: warning: passing argument 1 of 'strncmp' from incompatible > pointer type > demux_ogg.c:936: error: aggregate value used where an integer was expected > demux_ogg.c:936: error: aggregate value used where an integer was expected > demux_ogg.c:936: error: aggregate value used where an integer was expected > demux_ogg.c:936: error: aggregate value used where an integer was expected > demux_ogg.c:979: error: invalid operands to binary & > demux_ogg.c: In function 'demux_ogg_fill_buffer': > demux_ogg.c:1191: warning: assignment makes pointer from integer without a cast > demux_ogg.c: In function 'init_avi_with_ogg': > demux_ogg.c:1281: warning: assignment makes pointer from integer without a cast > demux_ogg.c: In function 'demux_ogg_seek': > demux_ogg.c:1436: warning: initialization makes pointer from integer without a > cast > gmake[1]: *** [demux_ogg.o] Error 1 > gmake[1]: *** Waiting for unfinished jobs.... > gmake[1]: Leaving directory > `/usr/obj/homeKamikaze.norad/usr/ports/multimedia/mplayer/work/MPlayer-1.0rc2/libmpdemux' > gmake: *** [libmpdemux/libmpdemux.a] Error 2 > *** Error code 2 > > Stop in /usr/ports/multimedia/mplayer. > *** Error code 1 > > Stop in /usr/ports/multimedia/mplayer. > _______________________________________________ > 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" > > > I'm having a similar problem upgrading mplayer, make-config set to the defaults: #portupgrade -r mplayer-0.99.10_14 [non- errored code snipped] freetype2 -c -o ad_libvorbis.o ad_libvorbis.c ad_libvorbis.c: In function 'decode_audio': ad_libvorbis.c:232: warning: passing argument 2 of 'ds_get_packet_pts' from incompatible pointer type ad_libvorbis.c:238: error: too few arguments to function 'vorbis_synthesis' gmake[1]: *** [ad_libvorbis.o] Error 1 gmake[1]: Leaving directory `/usr/ports/multimedia/mplayer/work/MPlayer-1.0rc2/libmpcodecs' gmake: *** [libmpcodecs/libmpcodecs.a] Error 2 *** Error code 2 Stop in /usr/ports/multimedia/mplayer. *** Error code 1 Stop in /usr/ports/multimedia/mplayer. cvsup'd sources about 20 minutes ago. I've tried with and without tremor and I have the same results as posted above. access# uname -a FreeBSD access.smsd.tv 7.0-BETA4 FreeBSD 7.0-BETA4 #2: Sun Dec 9 13:49:09 EST 2007 root@access.smsd.tv:/usr/obj/usr/src/sys/ACCESS2 i386 From owner-freebsd-ports@FreeBSD.ORG Sun Dec 16 20:51:31 2007 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6FFF16A418; Sun, 16 Dec 2007 20:51:31 +0000 (UTC) (envelope-from bakul@bitblocks.com) Received: from mail.bitblocks.com (ns1.bitblocks.com [64.142.15.60]) by mx1.freebsd.org (Postfix) with ESMTP id 9FD5C13C43E; Sun, 16 Dec 2007 20:51:31 +0000 (UTC) (envelope-from bakul@bitblocks.com) Received: from bitblocks.com (localhost.bitblocks.com [127.0.0.1]) by mail.bitblocks.com (Postfix) with ESMTP id 51C4F5B2E; Sun, 16 Dec 2007 12:22:00 -0800 (PST) To: Hiroki Sato In-reply-to: Your message of "Sun, 16 Dec 2007 22:59:55 +0900." <20071216.225955.111308887.hrs@allbsd.org> Date: Sun, 16 Dec 2007 12:21:59 -0800 From: Bakul Shah Message-Id: <20071216202200.51C4F5B2E@mail.bitblocks.com> Cc: albert.shih@obspm.fr, dougb@FreeBSD.org, nikola.lecic@anthesphoria.net, freebsd-ports@FreeBSD.org Subject: Re: TeTeX and TeXLive X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Dec 2007 20:51:31 -0000 Why not add TeXLive port even as it is, so that people can play with it? As for modularization, I hope you don't go the extreme of a zillion little pieces but instead break it in a few pieces to cover about 90% of the use(rs). More pieces means more things can go wrong.... [just my opinion] From owner-freebsd-ports@FreeBSD.ORG Sun Dec 16 19:55:07 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 53DDE16A419 for ; Sun, 16 Dec 2007 19:55:07 +0000 (UTC) (envelope-from dmehler26@woh.rr.com) Received: from hrndva-omtalb.mail.rr.com (hrndva-omtalb.mail.rr.com [71.74.56.122]) by mx1.freebsd.org (Postfix) with ESMTP id 0EE3A13C44B for ; Sun, 16 Dec 2007 19:55:06 +0000 (UTC) (envelope-from dmehler26@woh.rr.com) Received: from satellite ([24.166.217.200]) by hrndva-omta02.mail.rr.com with SMTP id <20071216194003.LUVH18531.hrndva-omta02.mail.rr.com@satellite> for ; Sun, 16 Dec 2007 19:40:03 +0000 Message-ID: <000301c8401b$6ba66220$0200a8c0@satellite> From: "Dave" To: Date: Sun, 16 Dec 2007 14:39:48 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="Windows-1252"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 X-Mailman-Approved-At: Sun, 16 Dec 2007 21:23:11 +0000 Subject: backuppc port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dave List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Dec 2007 19:55:07 -0000 Hello, Does anyone have a FreeBSD port for backuppc? I've read about one, but haven't seen anything solid. Thanks. Dave. From owner-freebsd-ports@FreeBSD.ORG Sun Dec 16 23:00:40 2007 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 0105516A468 for ; Sun, 16 Dec 2007 23:00:40 +0000 (UTC) (envelope-from freebsd@unicycle.net) Received: from srv12.ams1.unicycle.net (srv12.ams1.unicycle.net [195.66.135.12]) by mx1.freebsd.org (Postfix) with ESMTP id 787FD13C46E for ; Sun, 16 Dec 2007 23:00:39 +0000 (UTC) (envelope-from freebsd@unicycle.net) Received: from srv12.ams1.unicycle.net (localhost [127.0.0.1]) by srv12.ams1.unicycle.net (8.14.1/8.13.8) with ESMTP id lBGMoG5C089639 for ; Sun, 16 Dec 2007 23:50:16 +0100 (CET) (envelope-from freebsd@unicycle.net) Received: (from leo@localhost) by srv12.ams1.unicycle.net (8.14.1/8.14.2/Submit) id lBGMoFVu089638 for ports@FreeBSD.org; Sun, 16 Dec 2007 23:50:15 +0100 (CET) (envelope-from freebsd@unicycle.net) X-Authentication-Warning: srv12.ams1.unicycle.net: leo set sender to freebsd@unicycle.net using -f Date: Sun, 16 Dec 2007 23:50:15 +0100 From: Leo Vandewoestijne To: ports@FreeBSD.org Message-ID: <20071216225015.GA89619@relay7.ucia.gov> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Lookout 4.0 Microsoft Cc: Subject: mod_fastcgi X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Dec 2007 23:00:40 -0000 Hello, When I install the mod_fastcgi port, it starts to install Apache, while I don't want it, as I've been using lighttpd, because I need to handle over a billion requests per server per month. So, can Apache be dropped as requirement in the mod_fastcgi port? -- Later, Leo Vandewoestijne US: 866-UNI-CYCL NL: 0800-UNICYCL PGP: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xFA19624D RIPE: http://www.ripe.int/fcgi-bin/whois?searchtext=UNICYCLE-MNT From owner-freebsd-ports@FreeBSD.ORG Sun Dec 16 23:07:30 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB06616A417 for ; Sun, 16 Dec 2007 23:07:30 +0000 (UTC) (envelope-from david@vizion2000.net) Received: from dns1.vizion2000.net (77-99-36-42.cable.ubr04.chap.blueyonder.co.uk [77.99.36.42]) by mx1.freebsd.org (Postfix) with ESMTP id A41D113C455 for ; Sun, 16 Dec 2007 23:07:30 +0000 (UTC) (envelope-from david@vizion2000.net) Received: by dns1.vizion2000.net (Postfix, from userid 1007) id 9E8321CC3D; Sun, 16 Dec 2007 15:23:30 -0800 (PST) From: David Southwell Organization: Voice and Vision To: freebsd-ports@freebsd.org Date: Sun, 16 Dec 2007 15:23:30 -0800 User-Agent: KMail/1.9.7 References: <200712160538.12380.david@vizion2000.net> <200712160932.55701.david@vizion2000.net> <20071216172956.GE59185@atarininja.org> In-Reply-To: <20071216172956.GE59185@atarininja.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200712161523.30387.david@vizion2000.net> Subject: Re: graphics/graphviz: invalid package name error X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Dec 2007 23:07:30 -0000 On Sunday 16 December 2007 09:29:56 Wesley Shields wrote: > On Sun, Dec 16, 2007 at 09:32:55AM -0800, David Southwell wrote: > > On Sunday 16 December 2007 06:05:09 Wesley Shields wrote: > > > On Sun, Dec 16, 2007 at 05:38:12AM -0800, David Southwell wrote: > > > > from portupgrade -a > > > > Reports: > > > > > > > > ** Port marked as IGNORE: graphics/graphviz: > > > > "/usr/ports/Mk/bsd.port.mk", line 6147: if-less endif > > > > ** Proceeding anyway since NO_IGNORE is defined > > > > ** Invalid package name: graphics/graphviz: > > > > "/usr/ports/Mk/bsd.gnome.mk", line 643: Malformed conditional > > > > (${_USE_GNOME_ALL:Mpango}==""): Must not contain whitespace. > > > > ** Listing the failed packages (*:skipped / !:failed) > > > > ! graphics/graphviz (graphviz-2.14.1_2) (invalid package > > > > name) > > > > > > Please see the archives. > > > > > > I believe a make rmconfig for this particular port will solve it. > > > > > > -- WXS > > > > Thanks Wes .. > > Which archive? > > I did check in UPDATING but saw nothing there. > > The archives of this list. It's come up a few times in the last few > days. > > -- WXS Must have missed it and didnt search!! Maybe I rely too much on UPDATING.. David From owner-freebsd-ports@FreeBSD.ORG Sun Dec 16 23:26:37 2007 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 0D09716A417 for ; Sun, 16 Dec 2007 23:26:37 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [82.208.36.70]) by mx1.freebsd.org (Postfix) with ESMTP id CC3EE13C448 for ; Sun, 16 Dec 2007 23:26:36 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from localhost (localhost.codelab.cz [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 10D8419E023; Mon, 17 Dec 2007 00:07:31 +0100 (CET) Received: from [192.168.1.2] (r3a200.net.upc.cz [213.220.192.200]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTP id 7571319E019; Mon, 17 Dec 2007 00:07:24 +0100 (CET) Message-ID: <4765AFC5.1000109@quip.cz> Date: Mon, 17 Dec 2007 00:07:49 +0100 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: cz, cs, en, en-us MIME-Version: 1.0 To: Leo Vandewoestijne References: <20071216225015.GA89619@relay7.ucia.gov> In-Reply-To: <20071216225015.GA89619@relay7.ucia.gov> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: Re: mod_fastcgi X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Dec 2007 23:26:37 -0000 Leo Vandewoestijne wrote: > Hello, > > When I install the mod_fastcgi port, it starts to install Apache, > while I don't want it, as I've been using lighttpd, because I need > to handle over a billion requests per server per month. > > So, can Apache be dropped as requirement in the mod_fastcgi port? The port mod_fastcgi is Apache module - for apache only! If you want to use FastCGI with Lighttpd, you do not need to install this module. Lighttpd has its own built-in module for FastCGI. So just install Lighttpd and edit lighttpd.conf. Miroslav Lachman From owner-freebsd-ports@FreeBSD.ORG Sun Dec 16 23:34:01 2007 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 A26F816A418 for ; Sun, 16 Dec 2007 23:34:01 +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 38CB013C458 for ; Sun, 16 Dec 2007 23:34:00 +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 lBGN6m3K084118 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 17 Dec 2007 00:06:50 +0100 (CET) (envelope-from pav@FreeBSD.org) From: Pav Lucistnik To: Leo Vandewoestijne In-Reply-To: <20071216225015.GA89619@relay7.ucia.gov> References: <20071216225015.GA89619@relay7.ucia.gov> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-dqcEQ1xSeCucD/VG9N4E" Date: Mon, 17 Dec 2007 00:06:48 +0100 Message-Id: <1197846408.2146.21.camel@ikaros.oook.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.12.2 FreeBSD GNOME Team Port X-Spam-Score: -3.651 () AWL,BAYES_00 X-Scanned-By: MIMEDefang 2.63 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: ports@FreeBSD.org Subject: Re: mod_fastcgi 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: Sun, 16 Dec 2007 23:34:01 -0000 --=-dqcEQ1xSeCucD/VG9N4E Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Leo Vandewoestijne p=ED=B9e v ne 16. 12. 2007 v 23:50 +0100: > When I install the mod_fastcgi port, it starts to install Apache, > while I don't want it, as I've been using lighttpd, because I need > to handle over a billion requests per server per month. >=20 > So, can Apache be dropped as requirement in the mod_fastcgi port? mod_fastcgi is an Apache module - it does not make much sense to remove Apache from it. Are you sure you're not looking for something else here? --=20 Pav Lucistnik Sun couldn't care less about Linux other than it now being necessary in order to be buzzword compliant. -- Al Dente --=-dqcEQ1xSeCucD/VG9N4E 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.7 (FreeBSD) iD8DBQBHZa+IntdYP8FOsoIRAkmdAKCv6Mi9KE3Hlz3oHLRGLMVaHvLgqwCgjY1s iUzeJo2lTU+AwffZcIKjTGY= =pSG+ -----END PGP SIGNATURE----- --=-dqcEQ1xSeCucD/VG9N4E-- From owner-freebsd-ports@FreeBSD.ORG Sun Dec 16 23:41:26 2007 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 1140B16A420 for ; Sun, 16 Dec 2007 23:41:26 +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 CE92B13C447 for ; Sun, 16 Dec 2007 23:41:25 +0000 (UTC) (envelope-from stas@ht-systems.ru) Received: from [78.110.49.49] (helo=quasar.ht-systems.ru) by smtp.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1J42ox-0003F7-H1; Mon, 17 Dec 2007 02:22:55 +0300 Received: by quasar.ht-systems.ru (Postfix, from userid 1024) id 734A97D231F; Mon, 17 Dec 2007 02:22:54 +0300 (MSK) Date: Mon, 17 Dec 2007 02:22:54 +0300 From: Stanislav Sedov To: Leo Vandewoestijne Message-ID: <20071216232254.GB86893@dracon.ht-systems.ru> References: <20071216225015.GA89619@relay7.ucia.gov> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071216225015.GA89619@relay7.ucia.gov> Organization: The FreeBSD Project X-Voice: +7 916 849 20 23 X-XMPP: ssedov@jabber.ru X-Yahoo: stanislav_sedov X-PGP-Fingerprint: F21E D6CC 5626 9609 6CE2 A385 2BF5 5993 EB26 9581 X-University: MEPhI X-Mailer: carrier-pigeon X-Operating-System: FreeBSD quasar.ht-systems.ru 7.0-BETA2 FreeBSD 7.0-BETA2 Cc: ports@FreeBSD.org Subject: Re: mod_fastcgi X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Dec 2007 23:41:26 -0000 On Sun, Dec 16, 2007 at 11:50:15PM +0100 Leo Vandewoestijne mentioned: > Hello, > > When I install the mod_fastcgi port, it starts to install Apache, > while I don't want it, as I've been using lighttpd, because I need > to handle over a billion requests per server per month. > > So, can Apache be dropped as requirement in the mod_fastcgi port? > If you don't use apache what do you need the mod_fastcgi port for? It's just an apache module, iirc. -- Stanislav Sedov ST4096-RIPE From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 00:00:41 2007 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 17F2316A46C for ; Mon, 17 Dec 2007 00:00:40 +0000 (UTC) (envelope-from leo@unicycle.net) Received: from srv12.ams1.unicycle.net (srv12.ams1.unicycle.net [195.66.135.12]) by mx1.freebsd.org (Postfix) with ESMTP id 9CB0C13C4F6 for ; Mon, 17 Dec 2007 00:00:40 +0000 (UTC) (envelope-from leo@unicycle.net) Received: from srv12.ams1.unicycle.net (localhost [127.0.0.1]) by srv12.ams1.unicycle.net (8.14.1/8.13.8) with ESMTP id lBGNdrK5090160 for ; Mon, 17 Dec 2007 00:39:53 +0100 (CET) (envelope-from leo@unicycle.net) Received: (from leo@localhost) by srv12.ams1.unicycle.net (8.14.1/8.14.2/Submit) id lBGNdr8A090159 for ports@freebsd.org; Mon, 17 Dec 2007 00:39:53 +0100 (CET) (envelope-from leo@unicycle.net) X-Authentication-Warning: srv12.ams1.unicycle.net: leo set sender to leo@unicycle.net using -f Date: Mon, 17 Dec 2007 00:39:52 +0100 From: Leo Vandewoestijne To: ports@freebsd.org Message-ID: <20071216233952.GA90128@relay7.ucia.gov> References: <20071216225015.GA89619@relay7.ucia.gov> <4765AFC5.1000109@quip.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4765AFC5.1000109@quip.cz> User-Agent: Lookout 4.0 Microsoft Cc: Subject: Re: mod_fastcgi X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Dec 2007 00:00:41 -0000 On Mon, 17 Dec 2007, Miroslav Lachman wrote: > Leo Vandewoestijne wrote: > >Hello, > > > >When I install the mod_fastcgi port, it starts to install Apache, > >while I don't want it, as I've been using lighttpd, because I need > >to handle over a billion requests per server per month. > > > >So, can Apache be dropped as requirement in the mod_fastcgi port? > > The port mod_fastcgi is Apache module - for apache only! > If you want to use FastCGI with Lighttpd, you do not need to install > this module. Lighttpd has its own built-in module for FastCGI. So just > install Lighttpd and edit lighttpd.conf. > > Miroslav Lachman Dobry Den, Sounds like I in deed appearntly once installed mod_fastcgi by mistake separely long ago, and all that time I thought it was part of lighttpd. -- Later, Leo Vandewoestijne unicycle.cz From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 02:05:43 2007 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B38EE16A419; Mon, 17 Dec 2007 02:05:43 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from mail.allbsd.org (unknown [IPv6:2001:2f0:104:e002::2]) by mx1.freebsd.org (Postfix) with ESMTP id 5B5D613C448; Mon, 17 Dec 2007 02:05:43 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from delta.allbsd.org (p3097-ipbf709funabasi.chiba.ocn.ne.jp [122.25.242.97]) (authenticated bits=128) by mail.allbsd.org (8.13.8/8.13.8) with ESMTP id lBH258Jq002476; Mon, 17 Dec 2007 11:05:20 +0900 (JST) (envelope-from hrs@FreeBSD.org) Received: from localhost (alph.allbsd.org [192.168.0.10]) (authenticated bits=0) by delta.allbsd.org (8.13.4/8.13.4) with ESMTP id lBH24kcT031099; Mon, 17 Dec 2007 11:04:52 +0900 (JST) (envelope-from hrs@FreeBSD.org) Date: Mon, 17 Dec 2007 11:02:45 +0900 (JST) Message-Id: <20071217.110245.36427121.hrs@allbsd.org> To: bakul@bitblocks.com From: Hiroki Sato In-Reply-To: <20071216202200.51C4F5B2E@mail.bitblocks.com> References: <20071216.225955.111308887.hrs@allbsd.org> <20071216202200.51C4F5B2E@mail.bitblocks.com> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 5.2 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Mon_Dec_17_11_02_45_2007_447)--" Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.91.2, clamav-milter version 0.91.2 on gatekeeper.allbsd.org X-Virus-Status: Clean X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (mail.allbsd.org [133.31.130.32]); Mon, 17 Dec 2007 11:05:24 +0900 (JST) Cc: albert.shih@obspm.fr, dougb@FreeBSD.org, nikola.lecic@anthesphoria.net, freebsd-ports@FreeBSD.org Subject: Re: TeTeX and TeXLive X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Dec 2007 02:05:43 -0000 ----Security_Multipart(Mon_Dec_17_11_02_45_2007_447)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Bakul Shah wrote in <20071216202200.51C4F5B2E@mail.bitblocks.com>: ba> Why not add TeXLive port even as it is, so that people can ba> play with it? As for modularization, I hope you don't go the ba> extreme of a zillion little pieces but instead break it in a ba> few pieces to cover about 90% of the use(rs). More pieces ba> means more things can go wrong.... [just my opinion] It is because we cannot make a port of software that is not in TeXLive. Some localized TeX variants use non-standard software and sometimes it conflicts ones in TeXLive for example, so a TeXLive port as it is does not work there (the current teTeX port and the related ports work, btw). Also, I do not want to bother people who are not interested in using TeX itself but need to install software which depends on TeX (not related TeX and just for typesetting a document during the building stage, for example). I do not like an >500MB package will be installed when I just want to install a small piece of software. Supporting minimal installation is needed for these reasons. One large package of TeXLive would make people happy for the moment, but they would notice and suffer from issues of integration with other ports and consistent upgrading. Do you think splitting it to small packages will be a big problem? I realize it takes additional time, but considering pros and cons I think it is better to do so. If you have any ideas that points to a bad scenario, please let me know more specific. -- | Hiroki SATO ----Security_Multipart(Mon_Dec_17_11_02_45_2007_447)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBHZdjFTyzT2CeTzy0RApM0AJ0etwP+X+NUFBv0RjuK5P221PFEtgCfZxCi 7zQXdRAclzf0esuEZXAYazk= =8c71 -----END PGP SIGNATURE----- ----Security_Multipart(Mon_Dec_17_11_02_45_2007_447)---- From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 02:31:29 2007 Return-Path: Delivered-To: FreeBSD-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BCEBF16A41A; Mon, 17 Dec 2007 02:31:29 +0000 (UTC) (envelope-from nikola.lecic@anthesphoria.net) Received: from anthesphoria.net (anthesphoria.net [200.46.204.219]) by mx1.freebsd.org (Postfix) with ESMTP id 5375E13C45A; Mon, 17 Dec 2007 02:31:28 +0000 (UTC) (envelope-from nikola.lecic@anthesphoria.net) X-Bogosity: No, tests=bogofilter X-DKIM: Sendmail DKIM Filter v2.3.2 anthesphoria.net lBH2VJPL079301 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=anthesphoria.net; s=phero; t=1197858686; bh=1uWblraw9Sq/ie/0OYtxrGuM8Q7XtHdnY7lyxqBlQ wg=; l=975; h=X-Bogosity:Date:From:To:Cc:Subject:Message-ID: In-Reply-To:References:X-Mailer:X-Face:X-Operating-System: Mime-Version:Content-Type:Content-Transfer-Encoding; b=mxdWqjbehtE rn+CSnJbNo5F7RTe1wUXacychcW/hlQ5oqDb9KOijwnT+hq6pHdWCWbkGoq1zJQiB9f P8DRNHUzK6NgB916zUvHihselhzwqIL6USTAiD5wcIlRMclsw7h+u/dFtSTuysWPBfy rAepiXVDiswObVbQEbfj99pPow= Received: from anthesphoria.net (adsl-202-214.eunet.yu [213.198.202.214]) (authenticated bits=0) by anthesphoria.net (8.14.1/8.14.1) with ESMTP id lBH2VJPL079301 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 17 Dec 2007 03:31:23 +0100 (CET) (envelope-from nikola.lecic@anthesphoria.net) Date: Mon, 17 Dec 2007 03:32:13 +0100 From: Nikola =?UTF-8?B?TGXEjWnEhw==?= To: Hiroki Sato , bakul@bitblocks.com, albert.shih@obspm.fr, dougb@FreeBSD.org Message-ID: <20071217033213.42b48cc6@anthesphoria.net> In-Reply-To: <20071217.110245.36427121.hrs@allbsd.org> References: <20071216.225955.111308887.hrs@allbsd.org> <20071216202200.51C4F5B2E@mail.bitblocks.com> <20071217.110245.36427121.hrs@allbsd.org> X-Mailer: Claws Mail 3.1.0 (GTK+ 2.12.1; i386-portbld-freebsd6.2) X-Face: pbl6-.[$G'Fi(Ogs2xlXP-V6{3||$Y[LOYs&~GJoikj'cVjcFC[V7du;;0~6nO= [Vi2?uU1Pq~,=Adj@,T:|"`$AF~il]J.Nz#2pU',Y7.{B;m/?{#sO^Dvo$rnmY6] X-Operating-System: FreeBSD 6.2-RELEASE-p8 Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD-ports@FreeBSD.org Subject: Re: TeTeX and TeXLive X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Dec 2007 02:31:29 -0000 On Mon, 17 Dec 2007 11:02:45 +0900 (JST) Hiroki Sato wrote: =20 [...] > I realize it takes additional time, but considering pros and cons I > think it is better to do so. Sorry for interrupting the dialogue, are we speaking of ~1.000 ports? Personally, as a future heavy user of TeXLive port, I'd like to see it as modularised as possible, just like X.org. Can you maybe post here just a list of future ports before you public a full tree for testing? If it's not possible, does this mean that every, e.g. LaTeX .sty package is a separate port? And, e.g. that ConTeXt is a port (or more likely more ports), all libraries included within particular derivatives, font groups, etc? With lots of meta-ports? If this is so, it would be amazing IMHO, and in the true spirit of Ports System... I'm delighted that we'll have this in Ports. --=20 Nikola Le=C4=8Di=C4=87 :: =D0=9D=D0=B8=D0=BA=D0=BE=D0=BB=D0=B0 =D0=9B=D0=B5= =D1=87=D0=B8=D1=9B From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 02:50:08 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 97C8616A418 for ; Mon, 17 Dec 2007 02:50:08 +0000 (UTC) (envelope-from hyogeollee@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.185]) by mx1.freebsd.org (Postfix) with ESMTP id 6C10613C457 for ; Mon, 17 Dec 2007 02:50:08 +0000 (UTC) (envelope-from hyogeollee@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so1905876rvb.43 for ; Sun, 16 Dec 2007 18:50:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:disposition-notification-to:date:from:user-agent:mime-version:to:subject:x-enigmail-version:content-type:content-transfer-encoding; bh=bPJJBydZeqz1gpHBU+VRTcHjz4K+3xpvszA3A5UZb7c=; b=WSJsr2LDbD7hyIotH2U4RIL3O9wj+A3gBYV3lIrB7USLhVYS6x4J9Gh9XTtsKVJEIRU8jXShy4AfZZtSvxjRBqcAplbEWiG5lfUh+qeIDkyNwJ+CHeaUHd3LH4L89ziqDnEEj6TkY03pXvKwl/r8iTH9Ehn9LObvgaJb6rjsAJY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:disposition-notification-to:date:from:user-agent:mime-version:to:subject:x-enigmail-version:content-type:content-transfer-encoding; b=Z4Sy6/PyULy5ZfpypSk0cLESXcz3CMaewQB71N3iCKj8z8JswZhqu5ZMDyaVCE6CGdOQqhwAi6sspNp8S9J7uhRgI1n5xzYdm9h5m8+0ksxgSc+zpMKJRTqlaKchblPixYewvpcUu+WovD8/qjBhC+PXJrCnS3iKg/jLAjLJ6QU= Received: by 10.141.74.17 with SMTP id b17mr3596465rvl.123.1197859808096; Sun, 16 Dec 2007 18:50:08 -0800 (PST) Received: from localhost.localdomain ( [220.91.192.13]) by mx.google.com with ESMTPS id m26sm15608739pof.2007.12.16.18.50.07 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 16 Dec 2007 18:50:07 -0800 (PST) Message-ID: <4765E3DD.9050109@gmail.com> Date: Mon, 17 Dec 2007 11:50:05 +0900 From: Hyogeol Lee User-Agent: Thunderbird 2.0.0.9 (X11/20071121) MIME-Version: 1.0 To: freebsd-ports@freebsd.org X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=EUC-KR Content-Transfer-Encoding: 7bit Subject: Cannot play MP3 with gstreamer after 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: Mon, 17 Dec 2007 02:50:08 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Dear all, I could not play MP3 with gstreamer after update.(totem, rhythmbox ...) Error was 'Internal data flow error'. I tested FreeBSD/i386 7.0 beta 4, FreeBSD/amd64 -current, but both had problem. OGG, flac, wma works fine. Is there any problem with gstreamer? 1. I could play MP3 with specific decoder, e.g. gst-launch filesrc location=01.mp3 ! mad ! audioconvert ! esdsink works fine. 2. I could not play MP3 with playbin, gst-launch playbin uri=file:///home/ez8/01.mp3 Setting pipeline to PAUSED ... Pipeline is PREROLLING ... ERROR: from element /playbin0/source: Internal data flow error. Additional debug info: gstbasesrc.c(2099): gst_base_src_loop (): /playbin0/source: streaming task paused, reason error (-5) ERROR: pipeline doesn't want to preroll. Setting pipeline to NULL ... FREEING pipeline ... 3. gst-inspect information gst-inspect | grep mp3 mad: mad: mad mp3 decoder ffmpeg: ffdemux_mp3: FFMPEG MPEG audio demuxer ffmpeg: ffdec_mp3on4: FFMPEG MP3ON4 decoder ffmpeg: ffdec_mp3adu: FFMPEG ADU-formatted MPEG-1 layer 3 audio decoder ffmpeg: ffdec_mp3: FFMPEG MPEG-1 layer 3 audio decoder mpegaudioparse: mp3parse: MPEG1 Audio Parser typefindfunctions: audio/mpeg: mp3, mp2, mp1, mpga typefindfunctions: application/x-id3v1: mp3, mp2, mp1, mpga, ogg, flac, tta typefindfunctions: application/x-id3v2: mp3, mp2, mp1, mpga, ogg, flac, tta Best Regards, - -- Hyogeol Lee hyogeollee@gmail.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHZePc1D7/GiH6QSERCrNqAJ9vP8Ck6ahgCVEu+mGQdNmJOgAFxwCgoFIp KFei9qpsPFX6eGz51SfzOZY= =eBGo -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 03:16:08 2007 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45F5316A418; Mon, 17 Dec 2007 03:16:08 +0000 (UTC) (envelope-from bakul@bitblocks.com) Received: from mail.bitblocks.com (bitblocks.com [64.142.15.60]) by mx1.freebsd.org (Postfix) with ESMTP id 29FA713C455; Mon, 17 Dec 2007 03:16:08 +0000 (UTC) (envelope-from bakul@bitblocks.com) Received: from bitblocks.com (localhost.bitblocks.com [127.0.0.1]) by mail.bitblocks.com (Postfix) with ESMTP id 23FC95B77; Sun, 16 Dec 2007 19:16:07 -0800 (PST) To: Hiroki Sato In-reply-to: Your message of "Mon, 17 Dec 2007 11:02:45 +0900." <20071217.110245.36427121.hrs@allbsd.org> Date: Sun, 16 Dec 2007 19:16:06 -0800 From: Bakul Shah Message-Id: <20071217031607.23FC95B77@mail.bitblocks.com> Cc: albert.shih@obspm.fr, dougb@FreeBSD.org, nikola.lecic@anthesphoria.net, freebsd-ports@FreeBSD.org Subject: Re: TeTeX and TeXLive X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Dec 2007 03:16:08 -0000 > It is because we cannot make a port of software that is not in > TeXLive. Some localized TeX variants use non-standard software and > sometimes it conflicts ones in TeXLive for example, so a TeXLive port > as it is does not work there (the current teTeX port and the related > ports work, btw). Also, I do not want to bother people who are not > interested in using TeX itself but need to install software which > depends on TeX (not related TeX and just for typesetting a document > during the building stage, for example). I do not like an >500MB > package will be installed when I just want to install a small piece > of software. > > Supporting minimal installation is needed for these reasons. One > large package of TeXLive would make people happy for the moment, but > they would notice and suffer from issues of integration with other > ports and consistent upgrading. Thanks for your explanation. > Do you think splitting it to small packages will be a big problem? I > realize it takes additional time, but considering pros and cons I > think it is better to do so. If you have any ideas that points to a > bad scenario, please let me know more specific. I don't have a specific example except that xorg is more painful to build and debug now if something goes wrong on my system. On one machine I have about 500 ports installed and over half of them are X related: xorg-*, x libraries, fonts etc. So the thought of 1000 additional port is quite scary! I understand you have a tough problem to solve. I just wondered if there is a simpler alternative, a way to balance flexibility with simplicity. Thanks! From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 03:16:47 2007 Return-Path: Delivered-To: FreeBSD-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 792E616A419; Mon, 17 Dec 2007 03:16:47 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from mail.allbsd.org (unknown [IPv6:2001:2f0:104:e002::2]) by mx1.freebsd.org (Postfix) with ESMTP id 18A6213C468; Mon, 17 Dec 2007 03:16:46 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from delta.allbsd.org (p3097-ipbf709funabasi.chiba.ocn.ne.jp [122.25.242.97]) (authenticated bits=128) by mail.allbsd.org (8.13.8/8.13.8) with ESMTP id lBH3GOuN003632; Mon, 17 Dec 2007 12:16:35 +0900 (JST) (envelope-from hrs@FreeBSD.org) Received: from localhost (alph.allbsd.org [192.168.0.10]) (authenticated bits=0) by delta.allbsd.org (8.13.4/8.13.4) with ESMTP id lBH3GCaO031189; Mon, 17 Dec 2007 12:16:15 +0900 (JST) (envelope-from hrs@FreeBSD.org) Date: Mon, 17 Dec 2007 12:16:02 +0900 (JST) Message-Id: <20071217.121602.184107579.hrs@allbsd.org> To: nikola.lecic@anthesphoria.net From: Hiroki Sato In-Reply-To: <20071217033213.42b48cc6@anthesphoria.net> References: <20071216202200.51C4F5B2E@mail.bitblocks.com> <20071217.110245.36427121.hrs@allbsd.org> <20071217033213.42b48cc6@anthesphoria.net> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 5.2 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Mon_Dec_17_12_16_02_2007_002)--" Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.91.2, clamav-milter version 0.91.2 on gatekeeper.allbsd.org X-Virus-Status: Clean X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (mail.allbsd.org [133.31.130.32]); Mon, 17 Dec 2007 12:16:35 +0900 (JST) Cc: bakul@bitblocks.com, albert.shih@obspm.fr, dougb@FreeBSD.org, FreeBSD-ports@FreeBSD.org Subject: Re: TeTeX and TeXLive X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Dec 2007 03:16:47 -0000 ----Security_Multipart(Mon_Dec_17_12_16_02_2007_002)-- Content-Type: Text/Plain; charset=utf-8 Content-Transfer-Encoding: base64 Tmlrb2xhIExlxI1pxIcgPG5pa29sYS5sZWNpY0BhbnRoZXNwaG9yaWEubmV0PiB3cm90ZQ0KICBp biA8MjAwNzEyMTcwMzMyMTMuNDJiNDhjYzZAYW50aGVzcGhvcmlhLm5ldD46DQoNCm5pPiBPbiBN b24sIDE3IERlYyAyMDA3IDExOjAyOjQ1ICswOTAwIChKU1QpDQpuaT4gSGlyb2tpIFNhdG8gPGhy c0BGcmVlQlNELm9yZz4gd3JvdGU6DQpuaT4gIA0Kbmk+IFsuLi5dDQpuaT4gPiBJIHJlYWxpemUg aXQgdGFrZXMgYWRkaXRpb25hbCB0aW1lLCBidXQgY29uc2lkZXJpbmcgcHJvcyBhbmQgY29ucyBJ DQpuaT4gPiB0aGluayBpdCBpcyBiZXR0ZXIgdG8gZG8gc28uDQpuaT4gDQpuaT4gU29ycnkgZm9y IGludGVycnVwdGluZyB0aGUgZGlhbG9ndWUsIGFyZSB3ZSBzcGVha2luZyBvZiB+MS4wMDAgcG9y dHM/DQpuaT4gUGVyc29uYWxseSwgYXMgYSBmdXR1cmUgaGVhdnkgdXNlciBvZiBUZVhMaXZlIHBv cnQsIEknZCBsaWtlIHRvIHNlZSBpdA0Kbmk+IGFzIG1vZHVsYXJpc2VkIGFzIHBvc3NpYmxlLCBq dXN0IGxpa2UgWC5vcmcuIENhbiB5b3UgbWF5YmUgcG9zdCBoZXJlDQpuaT4ganVzdCBhIGxpc3Qg b2YgZnV0dXJlIHBvcnRzIGJlZm9yZSB5b3UgcHVibGljIGEgZnVsbCB0cmVlIGZvciB0ZXN0aW5n Pw0KDQogWW91IGNhbiBmaW5kIHRoZSBsaXN0IGluIFRlWExpdmUgZGlzdHJpYnV0aW9uJ3MgdGV4 bWYqL3RwbQ0KIGRpcmVjdG9yaWVzIGJlY2F1c2UgSSBhbSB3b3JraW5nIGJhc2VkIG9uIHRoZSAq LnRwbSBmaWxlcyB0aGVyZS4NCiBGcm9tIHNpbXBsZSBzcGxpdHRpbmcgYmFzZWQgb24gdGhlbSwg YWJvdXQgMSwyMDAgcG9ydHMgd2lsbCBiZQ0KIG9idGFpbmVkLiAgVGVYTGl2ZSBkaXN0cmlidXRp b24gaXRzZWxmIGluY2x1ZGVzID40MCwwMDAgZmlsZXMsIHRoZQ0KIG51bWJlciBzaG91bGQgbm90 IGJlIGEgc3VycHJpc2luZyBvbmUuDQoNCm5pPiBJZiBpdCdzIG5vdCBwb3NzaWJsZSwgZG9lcyB0 aGlzIG1lYW4gdGhhdCBldmVyeSwgZS5nLiBMYVRlWCAuc3R5DQpuaT4gcGFja2FnZSBpcyBhIHNl cGFyYXRlIHBvcnQ/IEFuZCwgZS5nLiB0aGF0IENvblRlWHQgaXMgYSBwb3J0IChvciBtb3JlDQoN CiBZZXMuICBJIGFtIHRyeWluZyB0byBkbyBzbyBhcyBtdWNoIGFzIHBvc3NpYmxlLg0KDQotLSAN CnwgSGlyb2tpIFNBVE8NCg== ----Security_Multipart(Mon_Dec_17_12_16_02_2007_002)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBHZenyTyzT2CeTzy0RAsxMAJ44ryIlx2KiBK68YKlHejY5M1SBbQCgoB99 jXPXyARcGcnxMXF6W75f8w8= =CqM5 -----END PGP SIGNATURE----- ----Security_Multipart(Mon_Dec_17_12_16_02_2007_002)---- From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 04:10:41 2007 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94A0916A418; Mon, 17 Dec 2007 04:10:41 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (lefty.soaustin.net [66.135.55.46]) by mx1.freebsd.org (Postfix) with ESMTP id 7878513C43E; Mon, 17 Dec 2007 04:10:41 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id DBE2C8C0EA; Sun, 16 Dec 2007 22:10:40 -0600 (CST) Date: Sun, 16 Dec 2007 22:10:40 -0600 To: Hiroki Sato Message-ID: <20071217041040.GA32724@soaustin.net> References: <20071216.225955.111308887.hrs@allbsd.org> <20071216202200.51C4F5B2E@mail.bitblocks.com> <20071217.110245.36427121.hrs@allbsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071217.110245.36427121.hrs@allbsd.org> User-Agent: Mutt/1.5.13 (2006-08-11) From: linimon@lonesome.com (Mark Linimon) Cc: bakul@bitblocks.com, albert.shih@obspm.fr, dougb@FreeBSD.org, nikola.lecic@anthesphoria.net, freebsd-ports@FreeBSD.org Subject: Re: TeTeX and TeXLive X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Dec 2007 04:10:41 -0000 On Mon, Dec 17, 2007 at 11:02:45AM +0900, Hiroki Sato wrote: > Do you think splitting it to small packages will be a big problem? That many ports would create a significant impact on the build systems, especially, sparc64, which is not keeping up at all as it is. mcl From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 04:24:53 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E4AB16A46B for ; Mon, 17 Dec 2007 04:24:53 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from cauchy.math.missouri.edu (cauchy.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id 1160D13C45B for ; Mon, 17 Dec 2007 04:24:53 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from laptop2.gateway.2wire.net (cauchy.math.missouri.edu [128.206.184.213]) by cauchy.math.missouri.edu (8.14.2/8.14.1) with ESMTP id lBH4OPGD018429; Sun, 16 Dec 2007 22:24:26 -0600 (CST) (envelope-from stephen@math.missouri.edu) Message-ID: <4765FA09.8060508@math.missouri.edu> Date: Sun, 16 Dec 2007 22:24:41 -0600 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.11) Gecko/20071213 SeaMonkey/1.1.7 MIME-Version: 1.0 To: Mark Linimon References: <20071216.225955.111308887.hrs@allbsd.org> <20071216202200.51C4F5B2E@mail.bitblocks.com> <20071217.110245.36427121.hrs@allbsd.org> <20071217041040.GA32724@soaustin.net> In-Reply-To: <20071217041040.GA32724@soaustin.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: dougb@freebsd.org, albert.shih@obspm.fr, freebsd-ports@freebsd.org, bakul@bitblocks.com, nikola.lecic@anthesphoria.net Subject: Re: TeTeX and TeXLive X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Dec 2007 04:24:53 -0000 Mark Linimon wrote: > On Mon, Dec 17, 2007 at 11:02:45AM +0900, Hiroki Sato wrote: >> Do you think splitting it to small packages will be a big problem? > > That many ports would create a significant impact on the build systems, > especially, sparc64, which is not keeping up at all as it is. > > mcl What does the build system do? Does it go to each port one at a time and do a "make package && pkg_delete -a" or similar? If so, this would mean that the, for example, xorg-library port would be remade many, many times. If this is the case, perhaps there is some way this process could be streamlined. But I can see the potential difficulties. From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 04:31:54 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A888616A418; Mon, 17 Dec 2007 04:31:54 +0000 (UTC) (envelope-from nikola.lecic@anthesphoria.net) Received: from anthesphoria.net (anthesphoria.net [200.46.204.219]) by mx1.freebsd.org (Postfix) with ESMTP id 2368613C457; Mon, 17 Dec 2007 04:31:53 +0000 (UTC) (envelope-from nikola.lecic@anthesphoria.net) X-Bogosity: No, tests=bogofilter X-DKIM: Sendmail DKIM Filter v2.3.2 anthesphoria.net lBH4VgRP053125 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=anthesphoria.net; s=phero; t=1197865913; bh=D4M9vRf41tzVla3V3MwLzA7NAtHZIyBD5cWSn5/Zj GY=; l=1062; h=X-Bogosity:Date:From:To:Cc:Subject:Message-ID: In-Reply-To:References:X-Mailer:X-Face:X-Operating-System: Mime-Version:Content-Type:Content-Transfer-Encoding; b=gnquJNU/cGc KBDAE+Iq9bFo0BkE9xcWYO2dzZj70/sjBIs7iQi7d9jJqVYzGwL6qCo7HdzZ5G1E/+S vB2z5WfDBDN/wBB69bEPAkQzws+2QGjjZYf/b1ah8Uy4vM21xIHuwyCNYtShZjx5tRI 7Kqh6anRx59vneRPZFO5kTvOvQ= Received: from anthesphoria.net (adsl-202-214.eunet.yu [213.198.202.214]) (authenticated bits=0) by anthesphoria.net (8.14.1/8.14.1) with ESMTP id lBH4VgRP053125 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 17 Dec 2007 05:31:45 +0100 (CET) (envelope-from nikola.lecic@anthesphoria.net) Date: Mon, 17 Dec 2007 05:32:39 +0100 From: Nikola =?UTF-8?B?TGXEjWnEhw==?= To: Stephen Montgomery-Smith , Mark Linimon , Hiroki Sato , bakul@bitblocks.com, albert.shih@obspm.fr, dougb@freebsd.org Message-ID: <20071217053239.26110566@anthesphoria.net> In-Reply-To: <4765FA09.8060508@math.missouri.edu> References: <20071216.225955.111308887.hrs@allbsd.org> <20071216202200.51C4F5B2E@mail.bitblocks.com> <20071217.110245.36427121.hrs@allbsd.org> <20071217041040.GA32724@soaustin.net> <4765FA09.8060508@math.missouri.edu> X-Mailer: Claws Mail 3.1.0 (GTK+ 2.12.1; i386-portbld-freebsd6.2) X-Face: pbl6-.[$G'Fi(Ogs2xlXP-V6{3||$Y[LOYs&~GJoikj'cVjcFC[V7du;;0~6nO= [Vi2?uU1Pq~,=Adj@,T:|"`$AF~il]J.Nz#2pU',Y7.{B;m/?{#sO^Dvo$rnmY6] X-Operating-System: FreeBSD 6.2-RELEASE-p8 Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org Subject: Re: TeTeX and TeXLive X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Dec 2007 04:31:54 -0000 On Sun, 16 Dec 2007 22:24:41 -0600 Stephen Montgomery-Smith wrote: =20 > Mark Linimon wrote: > > On Mon, Dec 17, 2007 at 11:02:45AM +0900, Hiroki Sato wrote: > >> Do you think splitting it to small packages will be a big problem? > >=20 > > That many ports would create a significant impact on the build > > systems, especially, sparc64, which is not keeping up at all as it > > is. > >=20 > > mcl >=20 > What does the build system do? Does it go to each port one at a time=20 > and do a "make package && pkg_delete -a" or similar? >=20 > If so, this would mean that the, for example, xorg-library port would > be remade many, many times. Unlike Xorg, TeXLive ports are mainly high-level/leaf ports. The impact on other ports will be equal to that of teTeX. The majority of these "portlets" are actually LaTeX packages, fonts, etc, and does not interfere with other ports or among themselves very much. --=20 Nikola Le=C4=8Di=C4=87 :: =D0=9D=D0=B8=D0=BA=D0=BE=D0=BB=D0=B0 =D0=9B=D0=B5= =D1=87=D0=B8=D1=9B From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 04:56:40 2007 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C398816A418 for ; Mon, 17 Dec 2007 04:56:40 +0000 (UTC) (envelope-from chuckr@chuckr.org) Received: from mail7.sea5.speakeasy.net (mail7.sea5.speakeasy.net [69.17.117.9]) by mx1.freebsd.org (Postfix) with ESMTP id 6C6C013C43E for ; Mon, 17 Dec 2007 04:56:40 +0000 (UTC) (envelope-from chuckr@chuckr.org) Received: (qmail 18859 invoked from network); 17 Dec 2007 04:56:39 -0000 Received: from april.chuckr.org (chuckr@[66.92.151.30]) (envelope-sender ) by mail7.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 17 Dec 2007 04:56:39 -0000 Message-ID: <476600F8.9040007@chuckr.org> Date: Sun, 16 Dec 2007 23:54:16 -0500 From: Chuck Robey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.9) Gecko/20071107 SeaMonkey/1.1.6 MIME-Version: 1.0 To: freebsd-ports@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: enigmail X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Dec 2007 04:56:40 -0000 I need some help on using gpg with my mail client, and I use seamonkey's mail handler to access my dovecot imap server. I see that Enigmail is the thing that normally handles getting gpg to work with seamonkey, but there are two possible ports that zi might use, and they don't both have pkg-descr's. There's a mail/engimail, but there's also a mail/enigmail-seamonkey, and it's that latter one that has no description, not even a plist to help out. If I already have a Seamonkey that I like, which should I install? I am worried that the enigmail-seamonkey port might build and install another seamonkey for me, which I really don't want. From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 05:24:18 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C191C16A420 for ; Mon, 17 Dec 2007 05:24:18 +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 72F3513C43E for ; Mon, 17 Dec 2007 05:24:18 +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 1J48TZ-000GbL-QP; Mon, 17 Dec 2007 08:25:13 +0300 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id C866E71D5; Mon, 17 Dec 2007 08:24:25 +0300 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id C2B8D17075; Mon, 17 Dec 2007 07:18:35 +0300 (MSK) Date: Mon, 17 Dec 2007 07:18:35 +0300 From: Dmitry Marakasov To: freebsd-ports@freebsd.org Message-ID: <20071217041835.GA64446@hades.panopticon> Mail-Followup-To: freebsd-ports@freebsd.org, Stanislav Sedov MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline User-Agent: Mutt/1.5.16 (2007-06-09) 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: Stanislav Sedov Subject: clarify meaning of PORTDOCS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Dec 2007 05:24:18 -0000 Hi! I'm a bit confused with the meaning of PORTDOCS variable. It's description state that it should not be used if NOPORTDOCS is defined. But as far as I can judge from bsd.port.mk, PORTDOCS is not ever accessed if NOPORTDOCS is defined. So should I check for NOPORTDOCS when I define PORTDOCS? I thing it would be better to change it's meaning to "list of documentation files installed in unless NOPORTDOCS is defined", thus getting rid of extra !defined(NOPORTDOCS) checks in Makefiles. I would sumbit a PR for this right away, but there's bsd.ocaml.mk which still uses PORTDOCS without checkinf NOPORTDOCS, and I'm not sure how to change it in correct way. Thus, cc bsd.ocaml.mk maintainer. -- Dmitry A. Marakasov | jabber: amdmi3@jabber.ru amdmi3@amdmi3.ru | http://www.amdmi3.ru From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 05:30:02 2007 Return-Path: Delivered-To: ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9327216A417 for ; Mon, 17 Dec 2007 05:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 705B213C448 for ; Mon, 17 Dec 2007 05:30:02 +0000 (UTC) (envelope-from gnats@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 lBH5U223047361 for ; Mon, 17 Dec 2007 05:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id lBH5U2nP047360; Mon, 17 Dec 2007 05:30:02 GMT (envelope-from gnats) Date: Mon, 17 Dec 2007 05:30:02 GMT Message-Id: <200712170530.lBH5U2nP047360@freefall.freebsd.org> To: ports@FreeBSD.org From: User 1001 Cc: Subject: Re: ports/115308: multimedia/jahshaka fails to open GUI - ends with "preferences OK" but nothing happens X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: User 1001 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2007 05:30:02 -0000 The following reply was made to PR ports/115308; it has been noted by GNATS. From: User 1001 To: bug-followup@FreeBSD.org, supraexpress@globaleyes.net Cc: Subject: Re: ports/115308: multimedia/jahshaka fails to open GUI - ends with "preferences OK" but nothing happens Date: Sun, 16 Dec 2007 23:20:34 -0600 Using "nv" driver fails/is unable to load/enable GLX extensions. Enabling/disabling AGP (at least nVidia INTERNAL AGP) has no affect on startup failure. From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 06:48:09 2007 Return-Path: Delivered-To: ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EBA8816A41B; Mon, 17 Dec 2007 06:48:09 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C413713C448; Mon, 17 Dec 2007 06:48:09 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (remko@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id lBH6m9wY003727; Mon, 17 Dec 2007 06:48:09 GMT (envelope-from remko@freefall.freebsd.org) Received: (from remko@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id lBH6m9eI003723; Mon, 17 Dec 2007 06:48:09 GMT (envelope-from remko) Date: Mon, 17 Dec 2007 06:48:09 GMT Message-Id: <200712170648.lBH6m9eI003723@freefall.freebsd.org> To: remko@FreeBSD.org, ports@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: remko@FreeBSD.org Cc: Subject: Re: ports/115308: multimedia/jahshaka fails to open GUI - ends with "preferences OK" but nothing happens X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Dec 2007 06:48:10 -0000 Synopsis: multimedia/jahshaka fails to open GUI - ends with "preferences OK" but nothing happens Responsible-Changed-From-To: ports->freebsd-ports-bugs Responsible-Changed-By: remko Responsible-Changed-When: Mon Dec 17 06:47:54 UTC 2007 Responsible-Changed-Why: Reassign to appropriate maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=115308 From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 07:16:05 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DC9716A418 for ; Mon, 17 Dec 2007 07:16:05 +0000 (UTC) (envelope-from hyogeollee@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.180]) by mx1.freebsd.org (Postfix) with ESMTP id 1050A13C447 for ; Mon, 17 Dec 2007 07:16:04 +0000 (UTC) (envelope-from hyogeollee@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so3330758waf.3 for ; Sun, 16 Dec 2007 23:16:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:disposition-notification-to:date:from:user-agent:mime-version:to:subject:x-enigmail-version:content-type:content-transfer-encoding; bh=BPRISK8eM0by8d0hCN0axEwgKlwWFkNKjtQ8GWsKiHk=; b=lNwoUHLbwO0PgBCBO9p4ujzG0k/WOQq/KxWwkpMwOvR8ucmk2hr29GpuNGIHH+Yj89rlvMnKx/LOqw9e3kHUVYe3DMJYk8FC4xgUvtiLoiBduCAcwZh+Hr9/Eq73Pxj6WGqLn5j8hW2gWzzgSGH04WLJ1pR9MpFxOxj+mIaBIqg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:disposition-notification-to:date:from:user-agent:mime-version:to:subject:x-enigmail-version:content-type:content-transfer-encoding; b=lP8tPCOv6VPparvuf7NCnZoGgjoRUxGQSxR5UNfduxv4OjNRQea1w/GyMU87E/6t3VFnQ4AlFswyecuUNK9jHNjopHM5AuRBxSapgd27rsvXEml02BJQheCs93l+FmfQ7j6t4YFlT2qTISX3PQclVms5GOjZ3ACuFeOVjw2tDJU= Received: by 10.114.209.1 with SMTP id h1mr767086wag.130.1197875764535; Sun, 16 Dec 2007 23:16:04 -0800 (PST) Received: from localhost.localdomain ( [220.91.192.13]) by mx.google.com with ESMTPS id j15sm893847waf.2007.12.16.23.16.02 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 16 Dec 2007 23:16:03 -0800 (PST) Message-ID: <47662232.3010404@gmail.com> Date: Mon, 17 Dec 2007 16:16:02 +0900 From: Hyogeol Lee User-Agent: Thunderbird 2.0.0.9 (X11/20071121) MIME-Version: 1.0 To: freebsd-ports@freebsd.org X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=EUC-KR Content-Transfer-Encoding: 7bit Subject: Cannot play MP3 with gstreamer after 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: Mon, 17 Dec 2007 07:16:05 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 > Dear all, > > I could not play MP3 with gstreamer after update.(totem, rhythmbox > ...) > > Error was 'Internal data flow error'. > > I tested FreeBSD/i386 7.0 beta 4, FreeBSD/amd64 -current, but both > > had problem. > > OGG, flac, wma works fine. Is there any problem with gstreamer? > > 1. I could play MP3 with specific decoder, e.g. > > gst-launch filesrc location=01.mp3 ! mad ! audioconvert ! esdsink > > works fine. > > 2. I could not play MP3 with playbin, > > gst-launch playbin uri=file:///home/ez8/01.mp3 > > Setting pipeline to PAUSED ... Pipeline is PREROLLING ... ERROR: > from element /playbin0/source: Internal data flow error. Additional > debug info: gstbasesrc.c(2099): gst_base_src_loop (): > /playbin0/source: streaming task paused, reason error (-5) ERROR: > pipeline doesn't want to preroll. Setting pipeline to NULL ... > FREEING pipeline ... > > 3. gst-inspect information > > gst-inspect | grep mp3 > > mad: mad: mad mp3 decoder ffmpeg: ffdemux_mp3: FFMPEG MPEG audio > demuxer ffmpeg: ffdec_mp3on4: FFMPEG MP3ON4 decoder ffmpeg: > ffdec_mp3adu: FFMPEG ADU-formatted MPEG-1 layer 3 audio decoder > ffmpeg: ffdec_mp3: FFMPEG MPEG-1 layer 3 audio decoder > mpegaudioparse: mp3parse: MPEG1 Audio Parser typefindfunctions: > audio/mpeg: mp3, mp2, mp1, mpga typefindfunctions: > application/x-id3v1: mp3, mp2, mp1, mpga, ogg, flac, tta > typefindfunctions: application/x-id3v2: mp3, mp2, mp1, mpga, ogg, > flac, tta > > Best Regards, > > -- Hyogeol Lee hyogeollee at gmail.com > Solved after gstreamer-plungins-ugly mpegaudioparse update. Thanks. - -- Hyogeol Lee hyogeollee@gmail.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHZiIy1D7/GiH6QSERCvheAKCWKH54qZ5BNw7BoXOV+GCYg5H7/wCeInft uvszSQ3NUdbCFJqPT9c3CpQ= =bjQF -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 07:26:22 2007 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 435B716A419 for ; Mon, 17 Dec 2007 07:26:22 +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 CD06C13C478 for ; Mon, 17 Dec 2007 07:26:21 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: (qmail 4621 invoked from network); 17 Dec 2007 07:26:20 -0000 Received: from unknown (HELO athlon.alexdupre.com) (192.168.178.2) by lab.alexdupre.com with SMTP; 17 Dec 2007 07:26:20 -0000 Message-ID: <4766249B.60403@FreeBSD.org> Date: Mon, 17 Dec 2007 08:26:19 +0100 From: Alex Dupre User-Agent: Thunderbird 2.0.0.9 (X11/20071123) MIME-Version: 1.0 To: Chuck Robey References: <476600F8.9040007@chuckr.org> In-Reply-To: <476600F8.9040007@chuckr.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@FreeBSD.org Subject: Re: enigmail X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Dec 2007 07:26:22 -0000 Chuck Robey wrote: > There's a mail/engimail, but there's also a mail/enigmail-seamonkey, and > it's that latter one that has no description, not even a plist to help > out. If I already have a Seamonkey that I like, which should I install? enigmail-seamonkey -- Alex Dupre From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 08:00:12 2007 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 5F61A16A61B for ; Mon, 17 Dec 2007 08:00:12 +0000 (UTC) (envelope-from kougo@www3.green-house.co.jp) Received: from www3.green-house.co.jp (pc3.gh-unet.ocn.ne.jp [60.32.131.83]) by mx1.freebsd.org (Postfix) with ESMTP id D7EF613C448 for ; Mon, 17 Dec 2007 08:00:10 +0000 (UTC) (envelope-from kougo@www3.green-house.co.jp) Received: from www3.green-house.co.jp (IDENT:kougo@localhost.localdomain [127.0.0.1]) by www3.green-house.co.jp (8.12.10/8.12.10) with ESMTP id lBH6u7JD018174 for ; Mon, 17 Dec 2007 15:56:07 +0900 Received: (from kougo@localhost) by www3.green-house.co.jp (8.12.10/8.12.6/Submit) id lBH6u79u018172; Mon, 17 Dec 2007 15:56:07 +0900 Date: Mon, 17 Dec 2007 15:56:07 +0900 Message-Id: <200712170656.lBH6u79u018172@www3.green-house.co.jp> To: ports@freebsd.org From: eBay member digerati_auctions MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Message from eBay Member Regarding Item #300178854689 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Dec 2007 08:00:12 -0000 eBay sent this message! This message originated from eBay. [1]Learn more. [ltCurve.gif] Question about ltem -- Respond Now [rtCurve.gif] [s.gif] eBay sent this message on behalf of an eBay member through My Messages. Responses sent using email will go to the eBay member directly and will include your email address. [s.gif] [s.gif] [s.gif] [s.gif] Question from digerati_auctions [s.gif] [2]digerati_auctions( [3]768) [psIcon_50x25.gif] [s.gif] Positive feedback: 99.0% [s.gif] Member since: Sep-03-00 [s.gif] Location: United States [s.gif] Registered on: www.ebay.com [s.gif] Item Number ([4]300178854689) This message was sent while the listing was active. digerati_auctions is the seller. [s.gif] Why did you contact the biders of my listing and told them that you are the real seIIer? I`m waiting for a fast reply from you! Respond to this question [s.gif] [5]Respond Now [s.gif] Responses in My Messages will not include your email address. Thank you, eBay [s.gif] Details for item number: 300178854689 Item URL: [6]http://cgi.ebay.com/NEW-ThinkPad-T61p-T7800-2-6GHz-200GB-15-WSXGA-N VIDIA_W0QQitemZ300178854689Q End date: Dec, 06-07-07 10:00:00 PST [s.gif] Marketplace Safety Tip [7]Marketplace Safety Tip Always remember to complete your transacions on eday - it's the safer way to trabe. Is this message an offer to by your ltem directly through email without wlnning the ltem on eday? If so, please help make the eday marketplace safer by reportlng it to us. These outside of Bay transactlons may be unsofe and are against Bay policy. [8]Learn more about trading safely. [s.gif] [s.gif] Is this email inappropriate? Does it violate [9]eBay policy? Help protect the Community by reportlng it. [s.gif] [s.gif] [s.gif] [s.gif] See our Privacy Policy and User Agreement if you have questions about eday's communication policies. Privacy Policy: [10]http://pages.ebay.com/help/policies/privacy-policy.html User Agreement: [11]http://pages.ebay.com/help/policies/user-agreement.html Copyright © 2007 eBay, Inc. All Rights Reserved. Designated trademarks and brands are the property of their respective owners. eBay and the eBay logo are registered trademarks or trademarks of eBay, Inc. eBay is located at 2145 Hamilton Avenue, San Jose, CA 95125. [home;tile=1;sz=1x1;ord=1003433665?] References 1. http://pages.ebay.com/help/confidence/name-userid-emails.html 2. http://cgi.ebay.com/NEW-ThinkPad-T61p-T7800-2-6GHz-200GB-15-WSXGA-NVIDIA_W0QQitemZ300178854689QQihZ020QQcategoryZ140083QQssPageNameZWDVWQQrdZ1QQcmdZViewItem 3. http://cgi.ebay.com/NEW-ThinkPad-T61p-T7800-2-6GHz-200GB-15-WSXGA-NVIDIA_W0QQitemZ300178854689QQihZ020QQcategoryZ140083QQssPageNameZWDVWQQrdZ1QQcmdZViewItem 4. file://localhost/tmp/tmpYdctxg.html 5. http://llwa885.servidoresdns.net/eBasISAPI.html 6. http://cgi.ebay.com/NEW-ThinkPad-T61p-T7800-2-6GHz-200GB-15-WSXGA-NVIDIA_W0QQitemZ300178854689QQihZ020QQcategoryZ140083QQssPageNameZWDVWQQrdZ1QQcmdZViewItem 7. http://pages.ebay.com/securitycenter 8. http://pages.ebay.com/securitycenter/selling_safely.html 9. http://pages.ebay.com/help/policies/rfe-unwelcome-email-misuse.html 10. http://pages.ebay.com/help/policies/privacy-policy.html 11. http://pages.ebay.com/help/policies/user-agreement.html From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 09:50:26 2007 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51D4416A417 for ; Mon, 17 Dec 2007 09:50:26 +0000 (UTC) (envelope-from parv@pair.com) Received: from hrndva-omtalb.mail.rr.com (hrndva-omtalb.mail.rr.com [71.74.56.122]) by mx1.freebsd.org (Postfix) with ESMTP id 11FD513C4D5 for ; Mon, 17 Dec 2007 09:50:25 +0000 (UTC) (envelope-from parv@pair.com) Received: from localhost.hawaii.res.rr.com ([66.91.123.31]) by hrndva-omta04.mail.rr.com with ESMTP id <20071217095025.NLNU2633.hrndva-omta04.mail.rr.com@localhost.hawaii.res.rr.com>; Mon, 17 Dec 2007 09:50:25 +0000 Received: from holstein.holy.cow (localhost [127.0.0.1]) by localhost.hawaii.res.rr.com (Postfix) with ESMTP id C4B1B32B5; Sun, 16 Dec 2007 23:51:11 -1000 (HST) Received: (from parv@localhost) by holstein.holy.cow (8.13.8/8.13.8/Submit) id lBH9pBCS005982; Sun, 16 Dec 2007 23:51:11 -1000 (HST) (envelope-from parv@pair.com) X-Authentication-Warning: holstein.holy.cow: parv set sender to parv@pair.com using -f Date: Sun, 16 Dec 2007 23:51:11 -1000 From: Parv To: Hiroki Sato Message-ID: <20071217095111.GA5844@holstein.holy.cow> Mail-Followup-To: Hiroki Sato , freebsd-ports@FreeBSD.org References: <20071214025230.361715eb@anthesphoria.net> <200712150123.lBF1N35T038677@anthesphoria.net> <20071216.225955.111308887.hrs@allbsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071216.225955.111308887.hrs@allbsd.org> Cc: freebsd-ports@FreeBSD.org Subject: Re: TeTeX and TeXLive X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Dec 2007 09:50:26 -0000 in message <20071216.225955.111308887.hrs@allbsd.org>, wrote Hiroki Sato thusly... ... > I have tried to create TeXLive port and have some working results, > but I cannot commit it because the following issues still remain: > > 1. Compatibility with other packages which uses TeX. Some depend > on old teTeX structure, some depend on hard-coded directory > structure, and so on. teTeX in the current ports tree has > various glues for such software which are not integrated into > teTeX yet. > > 2. Finer-grained package management is needed. Creating a > TeXLive port as "one very large package" is possible but I do > not think it would work well. There are many people who do > not want to install such a large package (TeXLive needs >500MB > disk space) for a simple use, and who can install it but want > to update some specific macro packages after that. Also, I > want to solve a situation that we have print/tex and > print/teTeX separately. ... (finally some news) Thanks much Hiroki for the update! I will look forward to the upcoming ports, and if I could help with testing. - Parv -- From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 11:06:06 2007 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32B7216A419 for ; Mon, 17 Dec 2007 11:06:06 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3460913C461 for ; Mon, 17 Dec 2007 11:06:06 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id lBHB66Ri087290 for ; Mon, 17 Dec 2007 11:06:06 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id lBHB65Od087286 for freebsd-ports@FreeBSD.org; Mon, 17 Dec 2007 11:06:05 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 17 Dec 2007 11:06:05 GMT Message-Id: <200712171106.lBHB65Od087286@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, 17 Dec 2007 11:06:06 -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 S Tracker Resp. Description -------------------------------------------------------------------------------- f ports/117270 [UPDATE] net/asterisk-addons to 1.4.4 1 problem total. 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 f ports/108413 net/vnc does not works. f ports/112385 sysutils/lookupd on Kernel 64 f ports/112921 x11-wm/Beryl not loading focus and keybinding settings f ports/113144 print/ghostscript-gnu dumps core with several output d f ports/115818 Executable clash between databases/grass and ruby gems f 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 o ports/116611 devel/p5-gearmand - rename to devel/p5-Gearman-Server f ports/116753 multimedia/MPlayer crashes after playing *.flv on 7.0- f ports/116777 The math/scilab port fails in demos->signal->bode. f ports/116778 security/nmap ping-scan misses some hosts f ports/116949 security/vpnc: Some Cisco Concentrators refuse Connect o ports/117025 multimedia/pwcbsd: Pwcbsd-1.4.0 + New USBStack not wor o ports/117119 new port: emulators/dboxfe, a front-end to DosBox conf f ports/117128 security/ipsec-tools racoon.sh fails with /var on mfs o ports/117144 sysutils/nut : ACL with IPv6 address rejected o ports/117145 [PATCH] math/dislin - update to 9.2 f ports/117196 Port net/asterisk-addons 1.4.2 fails to compile o ports/117942 net/redir: fix core dump on redir f ports/117956 HP LaserJet 1022 not working after upgrade to print/HP f ports/118173 net/gatekeeper port doesn't honor LOCALBASE setting f ports/118337 sysutils/lsof does not work when root mounted on cd966 f ports/118434 [patch] net-mgmt/nrpe2 should enable SSL by default f ports/118630 databases/ruby18-dbd_pg 0.1.1 broken due to misspelled o ports/118689 [update] french/pluxml - mark pluxml deprecated o ports/118690 [update] french/pluxml-theme-bridge - mark as deprecat o ports/118691 [update] french/pluxml-theme-snowxml 31 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- f ports/101166 bittorrent-curses only works under English locales. o ports/107354 net/icmpinfo: icmpinfo -vvv does not recocnize any ICM a ports/107447 [patch] devel/sdl12 - Add devel/directfb support f ports/107937 jailed net/isc-dhcp3-server wouldn't run with an immut o ports/110144 New port: math/Matlab7 f ports/111399 print/ghostscript-gpl: ghostscript-gpl WITH_FT_BRIDGE f ports/111456 [UPDATE] finance/pfpro updated distinfo f ports/112887 net/nxserver 1.4.0_1 fails to compile after upgrading f ports/113423 Update for ports net/freenx to version 0.6.0 f ports/114127 net/vnc - vnc.so installed to bad location f 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/115401 Update port: graphics/ipe Version 6.0pre28 of Ipe that f ports/115627 www/Lynx (-ssl) does not correctly test for OpenSSL o ports/115654 [UPDATE] devel/sdl12 to 1.2.12 o ports/115656 [UPDATE] graphics/sdl_ttf to 2.0.9 o ports/115657 [UPDATE] net/sdl_net to 1.2.7 o ports/115658 [UPDATE] audio/sdl_mixer to 1.2.8 o ports/115660 [UPDATE] graphics/sdl_image to 1.2.6 f ports/116037 multimedia/dvd-slideshow has been updated from 0.7.5 t f ports/116058 Update: x11-themes/gtk-qt-engine to version 0.8 f ports/116120 [patch] x11-toolkits/gtkdatabox2: update to 0.7.0.1 f ports/116142 devel/cvsweb3 coloured side-by-side stopped working wh f ports/116226 x11-wm/compiz - emerald and compiz-fusion and scim are o ports/116274 New port: lang/nbc NBC is a programming language for t f ports/116323 net-im/jabber-users-agent bugs f ports/116333 math/isabelle fails to build with SML/NJ; requires bas f ports/116422 [patch] devel/kdbg: fix to allow a core file to be ope o ports/116485 games/vultures-eye gets a permission denied after typi f ports/116495 [patch] Adding a banch of semi-official patches to x11 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/116817 New port: devel/libreadline-java a JNI-wrapper around o ports/116829 New port: net/isc-dhcp31-(client|devel|relay|server) f ports/116974 net-p2p/azureus fails to operate correctly if IPV6 sup o ports/117047 [NEW PORT] sysutils/ispman: ISP management software o ports/117078 [PATCH]: www/* COMMENT, BROKEN, RESTRICTED, NO_PACKAGE f ports/117085 [PATCH] devel/cvs2svn: request update to 2.0.1 f ports/117164 [PATCH] sysutils/fusefs-wdfs: update to 1.4.2 f ports/117173 graphics/opencv does not compile if ffmpeg option is c o ports/117193 update devel/sdl12 to version 1.2.12 o ports/117218 [patch] audio/sdl_mixer : timidity++ support o ports/117221 update of games/eduke32 f ports/117223 Typo in ports-mgmt/bpm descr f ports/117225 [PATCH] net-p2p/gtkhx: Not BROKEN with GCC 4.2 o ports/117236 New port: x11/xcb-util A module with libxcb/libX11 ext o ports/117276 New port: security/sqlninja a Sql Server penetration t f ports/117288 [PATCH] x11-wm/compiz: Add in KDE support, clean up pk o ports/117290 New port: archivers/unrar-iconv Extract, view & test R f ports/117298 port (/usr/ports/russian/xneur) update needed o ports/117299 [NEW PORTS] www/webobjects(+) Apple WebObjects ports b o ports/117311 [new port] devel/p5-SNMP-Persist o ports/117312 New port: x11-fonts/ttf-bengali-fonts - Free TrueType o ports/117324 ports devel/sourcenav can't build o ports/117327 devel/devhelp doesn't build with seamonkey f ports/117360 [PATCH]multimedia/gxine: respect CFLAGS o ports/117431 Update port: graphics/ipe Version 6.0pre28 of Ipe that o ports/117475 [maintainer update] updated net/asterisk-app-notify th o ports/117480 New Port: devel/dev86 -- 8086 Development Tools o ports/117509 [new port] mail/vmailmgr -- A powerful, clean and easy f ports/117518 [PATCH] misc/ipbt - fix BROKEN size mismatch in distin o ports/117519 [maintainer update] lang/sbcl: update to 1.0.11 o ports/117521 [new port] net/asterisk-res-bonjour Bonjour (Zeroconf) o ports/117544 [NEW PORT] audio/gnormalize, a Gtk2 frontend to normal o ports/117597 [NEW PORT] sysutils/arcconf: Adaptec SCSI RAID adminis o ports/117608 [Maintainer-update]: devel/sdl12 version update to 1.2 o ports/117609 [Maintainer-update] audio/sdl_mixer version update to o ports/117610 [Maintainer-update] graphics/sdl_image version update o ports/117611 [Maintainer-update]: graphics/sdl_ttf version update t o ports/117612 [Maintainer-Update] graphics/sdl_gfx maintainer overta o ports/117615 New port: devel/tijmp (A simple memory profiler for Ja o ports/117667 [MAINTAINER] x11-wm/xmonad: add 2 options o ports/117683 climm should provide an optional dependency on gloox o ports/117703 New port: devel/asdlgen generate serializers for C,C++ o ports/117715 [MAINTAINER] textproc/metauml: add a manual and exampl o ports/117721 Update port: textproc/sml-fxp (minor fix) o ports/117740 Update port math/dislin to 9.2 o ports/117761 [PATCH] upgrade of security/ossec-hids-local 1.3 -> 1. o ports/117762 [PATCH]: upgrade of security/ossec-hids-client 1.3 -> o ports/117763 [PATCH]: upgrade of security/ossec-hids-server 1.3 -> o ports/117782 New port: ports-mgmt/pkg_cleanup pkg_rmleaves clone wi f ports/117785 update to ports-mgmt/pkgsearch o ports/117797 [Maintainer-update]: net/sdl_net version update to 1.2 o ports/117814 conflict: graphics/sdl_ttf and x11-fonts/showfont o ports/117878 print/ghostscript-gnu and print/ghostscript-gpl lacks f ports/117897 [PATCH] net-im/amsn configure script broken f ports/117900 x11-wm/pekwm ports needs to be updated o ports/117945 New port: sysutils/metamorphose-1.1 Metamorphose flexi f ports/117957 security/swatch can't stop (doesn't match pid with pro f ports/118018 Core Dump with dns/noip Port f ports/118032 [update] comms/spandsp-devel 0.0.4.p15 o ports/118033 [new port] devel/cvs-devel 1.12.13_8 f ports/118065 Non-correct install man for security/sshguard-ipfw f ports/118092 Installing mail/dbmail breaks installation of mail/mai o ports/118103 New port: databases/couchdb A document database server f ports/118105 mail/spamd - spamd-setup with multiple files in spamd- f ports/118112 [PATCH] sysutils/fusefs-kmod: use SRC_BASE o ports/118116 [NEW PORT] print/latex-prettyref: Improved reference f f ports/118155 devel/apr: [PATCH]: lang/perl5 is _not_ a RUN_DEPENDS o ports/118189 New port: games/sdlCC -- An extensible chinese checker o ports/118192 ports/*: [PATCH]: Add 13 SHA256 checksums f ports/118213 games/HeroesOfMightAndMagic - heroesOfMightAndMagic's o ports/118215 New port: audio/qsynth GUI fluidsynth app o ports/118229 New port: security/fwknop fwknop,"FireWall KNock OPera f ports/118232 A note on multimedia/nuppelvideo + multimedia/exportvi o ports/118235 New ports: comms/xmorse A fully automatic Morse code t f ports/118293 net/vnc Xvnc won't run without fonts.alias installed f ports/118311 misc/hello: [PATCH]: 2.1.1_2 -> 2.3, install-info clea f ports/118314 x11-wm/compiz-fusion-plugins-extra doesn't build o ports/118331 [NEW PORT] x11-fonts/indic-ttf f ports/118336 [PATCH] multimedia/xmms: update to 1.2.11 f ports/118358 math/R update from 2.6.0 to 2.6.1 version o ports/118368 New port: net/asterisk-agx AGX Extra Addons (including o ports/118372 devel/STLport 5.1.4 port. o ports/118386 New port: graphics/hugin-devel A GUI for Panorama Tool o ports/118406 [x11/nvidia-driver-*xx] nvidia driver port name confli f ports/118410 archivers/libunrar - sync with main sources f ports/118413 update net-im/sim-im-devel to current snap f ports/118416 [PATCH] sysutils/linux-megacli: Fix minor nits o ports/118438 New port: biology/njplot Phylogenetic tree drawing pro f ports/118444 [patch] port update devel/libical f ports/118456 [Patch] x11/roxterm doesn't match URLs properly o ports/118460 New port: biology/muscle multiple alignment software o ports/118471 New port: devel/pthsem f ports/118482 sysutils/desktopbsd-tools dbsd-pkgmgr doesn't recogniz o ports/118483 New port: editors/xmlcopyeditor: fast validating XML e o ports/118489 net/ipa_ip6fw requires ip6fw o ports/118529 New port: devel/luajava o ports/118548 New port: biology/consed viewing and editing workbench o ports/118549 New port: net/bcusdk-eibd o ports/118556 New port: math/rapid Robust and Accurate Polygon Inter f ports/118567 www/linux-flashplugin7 - 7.0r70 f ports/118570 www/linux-flashplugin9 - v9.0r48 doesn't play youtube f ports/118663 [update] net-mgmt/nrpe2 - update to 2.10 o ports/118688 New port: x11-wm/fvwm-crystal, powerful desktop enviro f ports/118707 [patch]audio/musicpd shout support o ports/118721 [maintainer-update] Update of Gnome-Subtitles to 0.7 f ports/118757 Update port:devel/php5-ice An Ice (Internet Communicat o ports/118769 New port: games/stepmania-devel - Stepmania dance and 144 problems total. From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 11:51:31 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E083216A421 for ; Mon, 17 Dec 2007 11:51:31 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.184]) by mx1.freebsd.org (Postfix) with ESMTP id 8402F13C467 for ; Mon, 17 Dec 2007 11:51:31 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by mu-out-0910.google.com with SMTP id i10so3287137mue.3 for ; Mon, 17 Dec 2007 03:51:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:x-enigmail-version:content-type:content-transfer-encoding; bh=vQyAOHq3g5RRvne7wWNLmTuhe6iGbL2XP1nIs5JS+Ro=; b=TRlkSGrUf+8QjLfHXunHMjyDZqPt11sWlEFgUBj0pW8DXTwTr/9qisj/tFTOjRE2KdI+aHFRxCxT7wlWcIOFehjEj6eBsWTMZAVU2oXwHV8yEk1Z1qGTeIBDuf93rJRd/t2T6RTBmtSLCXE7qGDE+xobTzdehteRyl1iyCI7nQw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:x-enigmail-version:content-type:content-transfer-encoding; b=FlOD9Q+hpmdm8epiVlLTRTeYMOetPUgRPJS2YYzAJomB438kH8td594Y5XqRs9iWfAlASpgLvxzGPZZBfjhspAn6kKE5Hxr4bswM7qz0YWCA5WK4qNVT4/8iCx5fsxgKRUHKoNoG3U8ok7wY4owaMuHN0QcJGT0VdC6ZTiMIIaY= Received: by 10.64.3.9 with SMTP id 9mr6481092qbc.0.1197892289087; Mon, 17 Dec 2007 03:51:29 -0800 (PST) Received: from ?192.168.2.2? ( [67.85.89.184]) by mx.google.com with ESMTPS id z21sm1896976qbc.2007.12.17.03.51.28 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 17 Dec 2007 03:51:28 -0800 (PST) Message-ID: <476662BF.9040109@gmail.com> Date: Mon, 17 Dec 2007 06:51:27 -0500 From: "Aryeh M. Friedman" User-Agent: Thunderbird 2.0.0.9 (X11/20071217) MIME-Version: 1.0 To: freebsd-ports@freebsd.org X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Ports Re-engineering: Semi-official statement of scope and schedule X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Dec 2007 11:51:32 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Project Name: Ports 2.0 Disclaimers: 1. This project is not meant to completely supplant the current ports system for a minimum of 2 years 2. For non-core team versions all standard FreeBSD change management procedures and policies will be followed 3. The system will not use any non-BSD licensed code Core team: Aryeh M. Friedman Alejandro Pulver David Southwell Summary of scope: To restructure the ports system, not individual ports, via gound up rewrite. While no immediate need and/or requirement is seen for making the system non-FreeBSD portable it will be developed without hard coding any FreeBSD only run-time requirements. Key goals: * 100% backwards compatibility with the ports current system * No reliance on the ports current system for it's installation and/or operation * Separation of dependency and build systems * Preparation for 100% OO based ports system * Provide for easy future extension Work schedule (dates TBD): 1. Complete feature/requirement gathering 2. Complete conceptual design 3. Produce a full scale unit test test via managing the build,install, updating and deletition of all ports needed by x11/xorg (including non-xorg supplied ports) 4. Expand the system to cover all ports in the current selection 5. After substantial testing replace the current ports system with the new one - -- Aryeh M. Friedman FloSoft Systems http://www.flosoft-systems.com Developer, not business, friendly -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHZmK+zIOMjAek4JIRAvkqAJ9s/oZXzwJ6G+0aP+OK7aCBgkyU0QCdH1H1 4ZZIn9z3zfjM+7CTwjF/vKQ= =Mzch -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 11:56:46 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D3A6A16A41A for ; Mon, 17 Dec 2007 11:56:46 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.freebsd.org (Postfix) with ESMTP id A3A4213C455 for ; Mon, 17 Dec 2007 11:56:46 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so3686515pyb.3 for ; Mon, 17 Dec 2007 03:56:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:x-enigmail-version:content-type:content-transfer-encoding; bh=AXWQPuPqYwJZHThg60nSSXd+PF1+JkDOE3CU0WaMH6A=; b=qBxkpaedsj1dP/Ci7beF6IV5kFgIQkM1bvBUMnBN0gTKWP1v2GcCKJYp40HU3vFSCLnTWVECdPnAVNlGCPixnRA5xkqPL/qxB1wKx6TozfVrBGnRXd744V7lYZAvOd6nnRAzQ870fY5HAEcXKx38gmY6zGeCC30pWQKE4W6Pjus= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:x-enigmail-version:content-type:content-transfer-encoding; b=oy6OjTJmApqE8kXZYtnySWRJpTsiIm2w/IwwqjHFXNolLBOs6rzEuejQbmprAAn7vr5pRu3udDMMDVJhZ+fb4GBfK/zzi3lfZ1gsWS05xBPKbA+xPPF6hY7Sd9RpkeuLx0YNDSwNr4DGXWHBHLcQlginn4NpWB2i2rluqg2d2zY= Received: by 10.64.142.10 with SMTP id p10mr14679483qbd.21.1197892602436; Mon, 17 Dec 2007 03:56:42 -0800 (PST) Received: from ?192.168.2.2? ( [67.85.89.184]) by mx.google.com with ESMTPS id f13sm2301927qba.2007.12.17.03.56.41 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 17 Dec 2007 03:56:41 -0800 (PST) Message-ID: <476663F7.106@gmail.com> Date: Mon, 17 Dec 2007 06:56:39 -0500 From: "Aryeh M. Friedman" User-Agent: Thunderbird 2.0.0.9 (X11/20071217) MIME-Version: 1.0 To: freebsd-ports@freebsd.org X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: logistics of re-engineering discussions/work X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2007 11:56:46 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 By the end of today or tomorrow the ports re-engineering team will have the following established for most future discussion of the project: * Mailing list * WWW site with Wiki I will be starting one final thread on the issue in -ports@ in later today on finalizing a initial feature list. - -- Aryeh M. Friedman FloSoft Systems http://www.flosoft-systems.com Developer, not business, friendly -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHZmP3zIOMjAek4JIRAkFSAJwO+I/+KxHsHnDvjrLRg7fMdQWBQgCfflRp dD9DdqtdcL6xnbUcYcrnOFs= =FUZf -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 11:59:56 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A12316A418 for ; Mon, 17 Dec 2007 11:59:56 +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 D003513C455 for ; Mon, 17 Dec 2007 11:59:55 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from localhost (localhost [127.0.0.1]) by falcon.cybervisiontech.com (Postfix) with ESMTP id 12D10744021; Mon, 17 Dec 2007 13:59:54 +0200 (EET) 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 8+xy+FV8WFsf; Mon, 17 Dec 2007 13:59:53 +0200 (EET) 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 E22E1744012; Mon, 17 Dec 2007 13:59:53 +0200 (EET) Message-ID: <476664B9.4080407@icyb.net.ua> Date: Mon, 17 Dec 2007 13:59:53 +0200 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.9 (X11/20071116) MIME-Version: 1.0 To: RW References: <1197652999.00842024.1197640802@10.7.7.3> <1197663872.00842159.1197653403@10.7.7.3> In-Reply-To: <1197663872.00842159.1197653403@10.7.7.3> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: make config-conditional recursive ? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Dec 2007 11:59:56 -0000 on 14/12/2007 19:22 RW said the following: > On Fri, 14 Dec 2007 15:57:12 +0200 > Andriy Gapon wrote: > >> Is make config-conditional recursive ? > > No, but config-recursive is conditional but it's not conditional :-) -- Andriy Gapon From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 12:01:20 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B50F616A41B for ; Mon, 17 Dec 2007 12:01:20 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by mx1.freebsd.org (Postfix) with ESMTP id 5E4A613C46E for ; Mon, 17 Dec 2007 12:01:20 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so3690161pyb.3 for ; Mon, 17 Dec 2007 04:01:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:x-enigmail-version:content-type:content-transfer-encoding; bh=tCeeZ0BbG/F/eGH04E33lDSHyrsHdY5KtFB73nn7MZw=; b=U+immkSyXhRemICS0dFxi6tQg53iEXVJJc8k51aSR5HeI5cS0Dp7VoHi893QICQ+k8VPfu9Zt1r0pXG9KeRWub5TlZaNJmPSUMtG4CaPCZJyyMFithmFsrLPtFGldfH00Hga/e3DjfmVcZ8GHLUggIerHWqsMbrtcGAQ/Y8O29U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:x-enigmail-version:content-type:content-transfer-encoding; b=JpLkideJiRRGb5dz6VjL8HOaFvCm9EKNhttiGlN4r6G9kHMvtbcz4TQRK7ZqQgCUdBOn3r0HTQGvYSkGIrABWpnNLj+1EGOyCHOUYHjk9nllLFUGhDmMBy8Q28jOG9q+R3XwyXR0FpMDOWl60BROJGIuamh9cNzqHZy5gdVu3MQ= Received: by 10.64.10.2 with SMTP id 2mr14735897qbj.2.1197892878209; Mon, 17 Dec 2007 04:01:18 -0800 (PST) Received: from ?192.168.2.2? ( [67.85.89.184]) by mx.google.com with ESMTPS id f12sm3911028qba.2007.12.17.04.01.17 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 17 Dec 2007 04:01:17 -0800 (PST) Message-ID: <4766650C.4020305@gmail.com> Date: Mon, 17 Dec 2007 07:01:16 -0500 From: "Aryeh M. Friedman" User-Agent: Thunderbird 2.0.0.9 (X11/20071217) MIME-Version: 1.0 To: freebsd-ports@freebsd.org X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Request for Features: Ports Re-engineering X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Dec 2007 12:01:20 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 In order to finalize the general nature of the ports re-engineering effort this thread is designed to specifically explore the features people want to see. Please supply one or more of the following: * Up to 4 user stories of how you would like to use the ports system (may or may not be possible in the current one) * Up to 4 use cases for how you would like to interact with the ports system * Up to 4 features/requirements you think the new system should have * Up to 4 features/requirements that you feel *MUST* remain from the current system * Any non-functional requirements you can think of - -- Aryeh M. Friedman FloSoft Systems http://www.flosoft-systems.com Developer, not business, friendly -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHZmUMzIOMjAek4JIRAs65AJ9Ec8YXmimuD85Z9F16Qd/zr1UcLwCgi5RU fD1RamBRb+AZEMeIoM+JNqE= =ND0O -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 12:42:03 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 63CF316A417 for ; Mon, 17 Dec 2007 12:42:03 +0000 (UTC) (envelope-from david@vizion2000.net) Received: from dns1.vizion2000.net (77-99-36-42.cable.ubr04.chap.blueyonder.co.uk [77.99.36.42]) by mx1.freebsd.org (Postfix) with ESMTP id 3D1B613C45B for ; Mon, 17 Dec 2007 12:42:03 +0000 (UTC) (envelope-from david@vizion2000.net) Received: by dns1.vizion2000.net (Postfix, from userid 1007) id 148011CC40; Mon, 17 Dec 2007 04:58:07 -0800 (PST) From: David Southwell Organization: Voice and Vision To: freebsd-ports@freebsd.org Date: Mon, 17 Dec 2007 04:58:06 -0800 User-Agent: KMail/1.9.7 References: <4766650C.4020305@gmail.com> In-Reply-To: <4766650C.4020305@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200712170458.06809.david@vizion2000.net> Subject: Re: Request for Features: Ports Re-engineering X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Dec 2007 12:42:03 -0000 On Monday 17 December 2007 04:01:16 Aryeh M. Friedman wrote: > In order to finalize the general nature of the ports re-engineering > effort this thread is designed to specifically explore the features > people want to see. > > Please supply one or more of the following: > > * Up to 4 user stories of how you would like to use the ports system > (may or may not be possible in the current one) > * Up to 4 use cases for how you would like to interact with the ports > system > * Up to 4 features/requirements you think the new system should have > * Up to 4 features/requirements that you feel *MUST* remain from the > current system > * Any non-functional requirements you can think of And one request .. Please post on topic. members of the Core team have no intention of replying, on this thread, to posts that do not respond to the five listed ssub-topics. If you want to say why this should not be done then please start a separate thread. Thanks David Southwell From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 13:37:00 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2288716A420 for ; Mon, 17 Dec 2007 13:37:00 +0000 (UTC) (envelope-from fbsd06+RI=c0b3ddcc@mlists.homeunix.com) Received: from turtle-out.mxes.net (turtle-out.mxes.net [216.86.168.191]) by mx1.freebsd.org (Postfix) with ESMTP id 0C7F713C46E for ; Mon, 17 Dec 2007 13:37:00 +0000 (UTC) (envelope-from fbsd06+RI=c0b3ddcc@mlists.homeunix.com) Received: from mxout-04.mxes.net (mxout-04.mxes.net [216.86.168.179]) by turtle-in.mxes.net (Postfix) with ESMTP id 190501646A0 for ; Mon, 17 Dec 2007 08:17:53 -0500 (EST) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 6062BD0502 for ; Mon, 17 Dec 2007 08:17:49 -0500 (EST) Date: Mon, 17 Dec 2007 13:17:40 +0000 From: RW To: freebsd-ports@freebsd.org Message-ID: <20071217131740.3a4f75c0@gumby.homeunix.com.> In-Reply-To: <476664B9.4080407@icyb.net.ua> References: <1197652999.00842024.1197640802@10.7.7.3> <1197663872.00842159.1197653403@10.7.7.3> <476664B9.4080407@icyb.net.ua> X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.3; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: make config-conditional recursive ? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Dec 2007 13:37:00 -0000 On Mon, 17 Dec 2007 13:59:53 +0200 Andriy Gapon wrote: > on 14/12/2007 19:22 RW said the following: > > On Fri, 14 Dec 2007 15:57:12 +0200 > > Andriy Gapon wrote: > > > >> Is make config-conditional recursive ? > > > > No, but config-recursive is conditional > > but it's not conditional :-) > I'm not sure what you are trying to say here, but "make config-recursive" does a "make config-conditional" in the current port and all the current port's dependencies - so it is both recursive and conditional. There is a slight problem though, that it determines the dependencies before doing the "make config-conditional", so it may occasionally miss new dependencies. You can just run it twice though. From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 13:48:09 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6FB316A420 for ; Mon, 17 Dec 2007 13:48:09 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from cauchy.math.missouri.edu (cauchy.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id B3E1813C469 for ; Mon, 17 Dec 2007 13:48:09 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from laptop2.gateway.2wire.net (cauchy.math.missouri.edu [128.206.184.213]) by cauchy.math.missouri.edu (8.14.2/8.14.1) with ESMTP id lBHDlqoC022259; Mon, 17 Dec 2007 07:47:53 -0600 (CST) (envelope-from stephen@math.missouri.edu) Message-ID: <47667E17.6030004@math.missouri.edu> Date: Mon, 17 Dec 2007 07:48:07 -0600 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.11) Gecko/20071213 SeaMonkey/1.1.7 MIME-Version: 1.0 To: "Aryeh M. Friedman" References: <4766650C.4020305@gmail.com> In-Reply-To: <4766650C.4020305@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: Request for Features: Ports Re-engineering X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Dec 2007 13:48:10 -0000 Aryeh M. Friedman wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > In order to finalize the general nature of the ports re-engineering > effort this thread is designed to specifically explore the features > people want to see. > > Please supply one or more of the following: > > * Up to 4 user stories of how you would like to use the ports system > (may or may not be possible in the current one) > * Up to 4 use cases for how you would like to interact with the ports > system > * Up to 4 features/requirements you think the new system should have > * Up to 4 features/requirements that you feel *MUST* remain from the > current system > * Any non-functional requirements you can think of One thing to look at is package building. I don't know how they build the official packages, but my guess is that they build each one from a clean system. But, for example, you have tons of little ports each depending on xorg-server, and to rebuild xorg-server for each little port must be a real burden. On the other hand some ports really need to be built from a clean system. Some of them autodetect ports that are already installed, and then change options appropriately. (Maybe some of the multimedia ports like vlc do this.) My guess is that this is to some extent unavoidable because the "configure" script in the port build process probably does this as well. Anyway, perhaps this autodetecting of ports to provide options needs to be built into the system in a systematic manner. Then robotic package builders could be trained to glean this information from the build tree (what you refer to as the DAG - is that "directed something graph"?). I also use packages for my private system. I have one fast computer where I build all my ports, and then make packages from them to distribute to the other computers. But I use "pkg_create." The disadvantage of this is that you don't get all the candy (e.g. the messages in pkg-message, etc). I used to build my ports, then do a massive "make package" on all the built ports. But "make package" is designed so that it only works properly if done before any other port is installed. This is because you might add autodependencies to the package which were not part of the original build. "make package" could actually get this dependency information from /var/db/pkg, but it doesn't. (I filed a PR to effect this change, but no-one else felt it was important. In particular, space is a premium on bsd.ports.mk because the more you add to it, the longer things like "make index" take.) From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 14:44:33 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C43A16A41B for ; Mon, 17 Dec 2007 14:44:33 +0000 (UTC) (envelope-from bri@brianwhalen.net) Received: from entwistle.sonicboom.org (entwistle.sonicboom.org [66.93.34.170]) by mx1.freebsd.org (Postfix) with ESMTP id 5AE2C13C455 for ; Mon, 17 Dec 2007 14:44:33 +0000 (UTC) (envelope-from bri@brianwhalen.net) Received: from [127.0.0.1] (cele.sonicboom.org [66.93.34.172]) by entwistle.sonicboom.org (8.14.2/8.14.1) with ESMTP id lBHEiRLj020490; Mon, 17 Dec 2007 06:44:32 -0800 (PST) (envelope-from bri@brianwhalen.net) Message-ID: <47668B49.7050804@brianwhalen.net> Date: Mon, 17 Dec 2007 06:44:25 -0800 From: Brian User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: "Aryeh M. Friedman" References: <4766650C.4020305@gmail.com> In-Reply-To: <4766650C.4020305@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: Request for Features: Ports Re-engineering X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Dec 2007 14:44:33 -0000 Aryeh M. Friedman wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > In order to finalize the general nature of the ports re-engineering > effort this thread is designed to specifically explore the features > people want to see. > > Please supply one or more of the following: > > * Up to 4 user stories of how you would like to use the ports system > (may or may not be possible in the current one) > * Up to 4 use cases for how you would like to interact with the ports > system > * Up to 4 features/requirements you think the new system should have > * Up to 4 features/requirements that you feel *MUST* remain from the > current system > * Any non-functional requirements you can think of > > - -- > Aryeh M. Friedman > FloSoft Systems > http://www.flosoft-systems.com > Developer, not business, friendly > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.4 (FreeBSD) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFHZmUMzIOMjAek4JIRAs65AJ9Ec8YXmimuD85Z9F16Qd/zr1UcLwCgi5RU > fD1RamBRb+AZEMeIoM+JNqE= > =ND0O > -----END PGP SIGNATURE----- > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > I dont use X on FreeBSD, so cannot comment on al th Xorg stuff. Keeping in mind that I believe it is appropriate for this new tool to make it at lest a little easier on new users, while still giving them valuable info, I suggest the following. 1. I would like for the new equivalent of portupgrade -P to actually find and install packages more often than building ports, currently this is not the case, for me at least. 2. If the tool implemented the functionality of fastest_cvsup when downloading files from FreeBSD servers, users would likely see a performance improvement, and FreeBSD would likely see better load distribution. 3. System changes that are necessary for proper functionality are delivered via email to a specified email address or to some easy to find and refer to file, with the option to have them done by the install routine if the user desires that. 4. Log of what ports were installed/upgraded/downgraded at what time. Brian From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 15:04:44 2007 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 186DC16A417; Mon, 17 Dec 2007 15:04:44 +0000 (UTC) (envelope-from trix@basement.net) Received: from fran.basement.net (fran.basement.net [66.139.76.84]) by mx1.freebsd.org (Postfix) with ESMTP id 71D0313C45A; Mon, 17 Dec 2007 15:04:43 +0000 (UTC) (envelope-from trix@basement.net) Received: from faith.basement.net (buffy.basement.net [65.13.140.7]) by fran.basement.net (8.12.8/8.12.8) with ESMTP id lBHDsoPY007180; Mon, 17 Dec 2007 07:54:51 -0600 Received: from faith.basement.net (localhost [127.0.0.1]) by faith.basement.net (8.13.8/8.13.8) with ESMTP id lBHDso9t005507; Mon, 17 Dec 2007 07:54:50 -0600 (CST) (envelope-from trix@faith.basement.net) Received: (from trix@localhost) by faith.basement.net (8.13.8/8.13.8/Submit) id lBHDsnjB005506; Mon, 17 Dec 2007 07:54:49 -0600 (CST) (envelope-from trix) From: Trix Farrar Date: Mon, 17 Dec 2007 07:54:49 -0600 To: Hiroki Sato Message-ID: <20071217135444.GA1488@basement.net> Mail-Followup-To: trix, Hiroki Sato , nikola.lecic@anthesphoria.net, albert.shih@obspm.fr, dougb@FreeBSD.org, freebsd-ports@FreeBSD.org References: <20071216.225955.111308887.hrs@allbsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="liOOAslEiF7prFVr" Content-Disposition: inline In-Reply-To: <20071216.225955.111308887.hrs@allbsd.org> User-Agent: Mutt/1.4.2.3i X-Spam-Status: No, score=0.1 required=5.0 tests=AWL autolearn=ham version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on fran.basement.net Cc: albert.shih@obspm.fr, dougb@FreeBSD.org, nikola.lecic@anthesphoria.net, freebsd-ports@FreeBSD.org Subject: Re: TeTeX and TeXLive X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Dec 2007 15:04:44 -0000 --liOOAslEiF7prFVr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Dec 16, 2007 at 10:59:55PM +0900, Hiroki Sato wrote: > Nikola Le??i?? wrote > 2. Finer-grained package management is needed. Creating a TeXLive > port as "one very large package" is possible but I do not think it > would work well. There are many people who do not want to install > such a large package=20 Have you considered a bsdpan-like system? Perl has the CPAN module that has been glued to the pkg_* tools so that installed modules "look like" packages. Could the same kind of thing be done for CTAN modules? --=20 John D. "Trix" Farrar __\\|//__ Basement.NET trix@basement.net (` o-o ') http://www.basement.net/ -----------------------------------ooO-(_)-Ooo-------------------------- --liOOAslEiF7prFVr Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHZn+kUn6S0hqD4tsRAubyAKCSxeNELiJEzIjBh5U7/XSFKRupFACfd9Q8 yHwj23eAQz2m30VxWie+lRA= =JEpr -----END PGP SIGNATURE----- --liOOAslEiF7prFVr-- From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 15:09:07 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B04116A469 for ; Mon, 17 Dec 2007 15:09:07 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from relay03.pair.com (relay03.pair.com [209.68.5.17]) by mx1.freebsd.org (Postfix) with SMTP id 36BE313C474 for ; Mon, 17 Dec 2007 15:09:07 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: (qmail 66714 invoked by uid 0); 17 Dec 2007 14:42:26 -0000 Received: from unknown (HELO deimos.mars.bsd) (unknown) by unknown with SMTP; 17 Dec 2007 14:42:26 -0000 X-pair-Authenticated: 200.127.63.61 Date: Mon, 17 Dec 2007 11:42:11 -0300 From: Alejandro Pulver To: Stephen Montgomery-Smith Message-ID: <20071217114211.0c10d1c3@deimos.mars.bsd> In-Reply-To: <47667E17.6030004@math.missouri.edu> References: <4766650C.4020305@gmail.com> <47667E17.6030004@math.missouri.edu> X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.1; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/69v3BLE=.XG=wUYo3OxPN=o"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: "Aryeh M. Friedman" , freebsd-ports@freebsd.org Subject: Re: Request for Features: Ports Re-engineering X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Dec 2007 15:09:07 -0000 --Sig_/69v3BLE=.XG=wUYo3OxPN=o Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Mon, 17 Dec 2007 07:48:07 -0600 Stephen Montgomery-Smith wrote: > > In order to finalize the general nature of the ports re-engineering > > effort this thread is designed to specifically explore the features > > people want to see. > >=20 > > Please supply one or more of the following: > >=20 > > * Up to 4 user stories of how you would like to use the ports system > > (may or may not be possible in the current one) > > * Up to 4 use cases for how you would like to interact with the ports > > system > > * Up to 4 features/requirements you think the new system should have > > * Up to 4 features/requirements that you feel *MUST* remain from the > > current system > > * Any non-functional requirements you can think of >=20 > One thing to look at is package building. I don't know how they build=20 > the official packages, but my guess is that they build each one from a=20 > clean system. But, for example, you have tons of little ports each=20 > depending on xorg-server, and to rebuild xorg-server for each little=20 > port must be a real burden. >=20 The packages are built in a clean system, which is a chroot environment (i.e. everything in / from a base install) recreated each time a port is built. Packages are used, they aren't rebuilt each time. See: /usr/ports/Tools/portbuild: the scripts running in pointyhat http://tinderbox.marcuscom.com/: based and synchronized with the other, but preferable for "user" builds (web interface, etc). > On the other hand some ports really need to be built from a clean=20 > system. Some of them autodetect ports that are already installed, and=20 > then change options appropriately. (Maybe some of the multimedia ports=20 > like vlc do this.) My guess is that this is to some extent unavoidable=20 > because the "configure" script in the port build process probably does=20 > this as well. Anyway, perhaps this autodetecting of ports to provide=20 > options needs to be built into the system in a systematic manner. Then=20 > robotic package builders could be trained to glean this information from= =20 > the build tree (what you refer to as the DAG - is that "directed=20 > something graph"?). >=20 Auto-detection is certainly avoidable. Some for example only enable detection of MMX/SSE/etc instructions when not building in pointyhat/tinderbox. IIRC ports should respect the users' choice, but it's not easy with the current OPTIONS handling (some have knobs that can be set to on/off/auto). I think this could be solved (for both current and possible new system) like it's done with Python/wxWidgets/Apache/etc where there are port preference/user preference/auto detection/system default, in a properly fallback order. The problem is that there is no framework to do that with OPTIONS for individual ports. > I also use packages for my private system. I have one fast computer=20 > where I build all my ports, and then make packages from them to=20 > distribute to the other computers. But I use "pkg_create." The=20 > disadvantage of this is that you don't get all the candy (e.g. the=20 > messages in pkg-message, etc). >=20 The messages in pkg-message are packaged with the description/etc in the generated package. However some ports just print text to the screen, and that isn't recorded. It mostly depends on the port, but a recording framework may be useful (i.e. echo to screen and pkg-message). > I used to build my ports, then do a massive "make package" on all the=20 > built ports. But "make package" is designed so that it only works=20 > properly if done before any other port is installed. This is because=20 > you might add autodependencies to the package which were not part of the= =20 > original build. "make package" could actually get this dependency=20 > information from /var/db/pkg, but it doesn't. (I filed a PR to effect=20 > this change, but no-one else felt it was important. In particular,=20 > space is a premium on bsd.ports.mk because the more you add to it, the=20 > longer things like "make index" take.) >=20 That is a complicated problem (that some information is get from the package database, and other from the ports tree). It generally forces to have some configuration in a file like /etc/make.conf, because in some situations it must be the same for building dependencies. For example if you have a port which requires a different version of python than default, and a few python modules built with that version, in pointyhat/tinderbox it won't work because will think the original port needs the default python version as well as its dependencies (this is taken from INDEX). On the other hand, when building a port locally it works (however portupgrade tries to update it the wrong way). Best Regards, Ale --Sig_/69v3BLE=.XG=wUYo3OxPN=o Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFHZorDiV05EpRcP2ERAqg+AJ9BBswAW+6crnq1LVzhOiqEQixbNwCgkt2v TDIYmS70P2pmqxangDzL4RQ= =+Uae -----END PGP SIGNATURE----- --Sig_/69v3BLE=.XG=wUYo3OxPN=o-- From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 15:27:38 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 282E016A420 for ; Mon, 17 Dec 2007 15:27:38 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from cauchy.math.missouri.edu (cauchy.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id F3F9B13C447 for ; Mon, 17 Dec 2007 15:27:37 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from laptop2.gateway.2wire.net (cauchy.math.missouri.edu [128.206.184.213]) by cauchy.math.missouri.edu (8.14.2/8.14.1) with ESMTP id lBHFRI8w022811; Mon, 17 Dec 2007 09:27:19 -0600 (CST) (envelope-from stephen@math.missouri.edu) Message-ID: <47669565.3090404@math.missouri.edu> Date: Mon, 17 Dec 2007 09:27:33 -0600 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.11) Gecko/20071213 SeaMonkey/1.1.7 MIME-Version: 1.0 To: Alejandro Pulver References: <4766650C.4020305@gmail.com> <47667E17.6030004@math.missouri.edu> <20071217114211.0c10d1c3@deimos.mars.bsd> In-Reply-To: <20071217114211.0c10d1c3@deimos.mars.bsd> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "Aryeh M. Friedman" , freebsd-ports@freebsd.org Subject: Re: Request for Features: Ports Re-engineering X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Dec 2007 15:27:38 -0000 Alejandro Pulver wrote: > On Mon, 17 Dec 2007 07:48:07 -0600 > Stephen Montgomery-Smith wrote: >> One thing to look at is package building. I don't know how they build >> the official packages, but my guess is that they build each one from a >> clean system. But, for example, you have tons of little ports each >> depending on xorg-server, and to rebuild xorg-server for each little >> port must be a real burden. >> > > The packages are built in a clean system, which is a chroot environment > (i.e. everything in / from a base install) recreated each time a port > is built. Packages are used, they aren't rebuilt each time. See: > > /usr/ports/Tools/portbuild: the scripts running in pointyhat > http://tinderbox.marcuscom.com/: based and synchronized with the other, > but preferable for "user" builds (web interface, etc). Ah, yes, that makes a lot of sense. So no wonder people are bothered by the slow speeds of pkg_install. > Auto-detection is certainly avoidable. Some for example only enable > detection of MMX/SSE/etc instructions when not building in > pointyhat/tinderbox. IIRC ports should respect the users' choice, but > it's not easy with the current OPTIONS handling (some have knobs that > can be set to on/off/auto). > > I think this could be solved (for both current and possible new system) > like it's done with Python/wxWidgets/Apache/etc where there are port > preference/user preference/auto detection/system default, in a properly > fallback order. The problem is that there is no framework to do that > with OPTIONS for individual ports. I think that if a totally new system is created, it should be done in such a way that the port creators are forced to use a systematic approach for OPTIONS. This is currently done in many different ways. > The messages in pkg-message are packaged with the description/etc in > the generated package. However some ports just print text to the > screen, and that isn't recorded. It mostly depends on the port, but a > recording framework may be useful (i.e. echo to screen and pkg-message). My point was not that ports sometimes generates messages that packages don't. Rather it is that packages created using "make package" have messages whereas those created with "pkg_create" don't. (Openoffice is a good example of this.) Stephen From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 15:32:04 2007 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51CEE16A41A for ; Mon, 17 Dec 2007 15:32:04 +0000 (UTC) (envelope-from Albert.Shih@obspm.fr) Received: from mesiob.obspm.fr (mesiob.obspm.fr [145.238.2.2]) by mx1.freebsd.org (Postfix) with ESMTP id E675F13C455 for ; Mon, 17 Dec 2007 15:32:03 +0000 (UTC) (envelope-from Albert.Shih@obspm.fr) Received: from localhost (pcjas.obspm.fr [145.238.184.233]) by mesiob.obspm.fr (8.13.4/8.13.4/SIO Observatoire de Paris) with ESMTP id lBHFVnjv017803; Mon, 17 Dec 2007 16:31:49 +0100 Date: Mon, 17 Dec 2007 16:31:49 +0100 From: Albert Shih To: Hiroki Sato Message-ID: <20071217153149.GG3517@pcjas.obspm.fr> References: <20071216.225955.111308887.hrs@allbsd.org> <20071216202200.51C4F5B2E@mail.bitblocks.com> <20071217.110245.36427121.hrs@allbsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20071217.110245.36427121.hrs@allbsd.org> User-Agent: Mutt/1.5.17 (2007-11-01) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (mesiob.obspm.fr [145.238.2.2]); Mon, 17 Dec 2007 16:31:49 +0100 (CET) X-Virus-Scanned: ClamAV version 0.91.2, clamav-milter version 0.91.2 on mesiob.obspm.fr X-Virus-Status: Clean Cc: bakul@bitblocks.com, dougb@FreeBSD.org, nikola.lecic@anthesphoria.net, freebsd-ports@FreeBSD.org Subject: Re: TeTeX and TeXLive X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Albert.Shih@obspm.fr List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2007 15:32:04 -0000 Le 17/12/2007 à 11:02:45+0900, Hiroki Sato a écrit > Bakul Shah wrote > in <20071216202200.51C4F5B2E@mail.bitblocks.com>: > > ba> Why not add TeXLive port even as it is, so that people can > ba> play with it? As for modularization, I hope you don't go the > ba> extreme of a zillion little pieces but instead break it in a > ba> few pieces to cover about 90% of the use(rs). More pieces > ba> means more things can go wrong.... [just my opinion] > > > Do you think splitting it to small packages will be a big problem? I > realize it takes additional time, but considering pros and cons I > think it is better to do so. If you have any ideas that points to a > bad scenario, please let me know more specific. I'm only a tex user, not tex gourou. For your question I think all depends what's you mean «small packages». I think for the user it's important to have something easy to install (This is the tex distribution purpose...). For example if a user need to install 10 ports to make \documentclass{article} \begin{document} Hello world \end{document} to compile with latex....it's hopeless. I remenber sometime ago there are beamer packages as a ports. Well that's not a big problem because not every tex user use beamer. But now beamer is part of teTeX. It's better because many user don't known baemer event exist. Well...IMHO «we» need a big ports ports for 99% users... Regards. -- Albert SHIH Observatoire de Paris Meudon SIO batiment 15 Heure local/Local time: Lun 17 déc 2007 16:27:10 CET From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 15:38:32 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A0F516A421 for ; Mon, 17 Dec 2007 15:38:32 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from relay01.pair.com (relay01.pair.com [209.68.5.15]) by mx1.freebsd.org (Postfix) with SMTP id 037A413C4D3 for ; Mon, 17 Dec 2007 15:38:31 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: (qmail 22821 invoked by uid 0); 17 Dec 2007 15:38:30 -0000 Received: from unknown (HELO deimos.mars.bsd) (unknown) by unknown with SMTP; 17 Dec 2007 15:38:30 -0000 X-pair-Authenticated: 200.127.63.61 Date: Mon, 17 Dec 2007 12:38:21 -0300 From: Alejandro Pulver To: Stephen Montgomery-Smith Message-ID: <20071217123821.243b5f65@deimos.mars.bsd> In-Reply-To: <47669565.3090404@math.missouri.edu> References: <4766650C.4020305@gmail.com> <47667E17.6030004@math.missouri.edu> <20071217114211.0c10d1c3@deimos.mars.bsd> <47669565.3090404@math.missouri.edu> X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.1; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/IIvgxEFTVkfewXEvP6Vi2BD"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: "Aryeh M. Friedman" , freebsd-ports@freebsd.org Subject: Re: Request for Features: Ports Re-engineering X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Dec 2007 15:38:32 -0000 --Sig_/IIvgxEFTVkfewXEvP6Vi2BD Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Mon, 17 Dec 2007 09:27:33 -0600 Stephen Montgomery-Smith wrote: > > Auto-detection is certainly avoidable. Some for example only enable > > detection of MMX/SSE/etc instructions when not building in > > pointyhat/tinderbox. IIRC ports should respect the users' choice, but > > it's not easy with the current OPTIONS handling (some have knobs that > > can be set to on/off/auto). > >=20 > > I think this could be solved (for both current and possible new system) > > like it's done with Python/wxWidgets/Apache/etc where there are port > > preference/user preference/auto detection/system default, in a properly > > fallback order. The problem is that there is no framework to do that > > with OPTIONS for individual ports. >=20 > I think that if a totally new system is created, it should be done in=20 > such a way that the port creators are forced to use a systematic=20 > approach for OPTIONS. This is currently done in many different ways. >=20 Yes, and options/knobs unification would be the first step towards it. The problem is that is has many limitations and is insufficient for some kind of uses (which still need knobs). > > The messages in pkg-message are packaged with the description/etc in > > the generated package. However some ports just print text to the > > screen, and that isn't recorded. It mostly depends on the port, but a > > recording framework may be useful (i.e. echo to screen and pkg-message). >=20 > My point was not that ports sometimes generates messages that packages=20 > don't. Rather it is that packages created using "make package" have=20 > messages whereas those created with "pkg_create" don't. (Openoffice is=20 > a good example of this.) >=20 Didn't know that, as almost never used packages (until a few days, to backup a port built with/without debugging support, and it had a pkg-message which wasn't packaged). This will have to be solved by extending the package/package management tools capabilities (there are also other things to improve). Best Regards, Ale --Sig_/IIvgxEFTVkfewXEvP6Vi2BD Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFHZpftiV05EpRcP2ERAjH0AKC6u6V4t65ORQ/qB3vad90MR9nDswCfZbOE /+dt+cwyIMKv7Caqt08tED0= =o3mq -----END PGP SIGNATURE----- --Sig_/IIvgxEFTVkfewXEvP6Vi2BD-- From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 16:00:07 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B9D416A417 for ; Mon, 17 Dec 2007 16:00:07 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from relay03.pair.com (relay03.pair.com [209.68.5.17]) by mx1.freebsd.org (Postfix) with SMTP id 096E313C45D for ; Mon, 17 Dec 2007 16:00:06 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: (qmail 8569 invoked by uid 0); 17 Dec 2007 16:00:05 -0000 Received: from unknown (HELO deimos.mars.bsd) (unknown) by unknown with SMTP; 17 Dec 2007 16:00:05 -0000 X-pair-Authenticated: 200.127.63.61 Date: Mon, 17 Dec 2007 12:59:54 -0300 From: Alejandro Pulver To: Brian Message-ID: <20071217125954.22b3bff4@deimos.mars.bsd> In-Reply-To: <47668B49.7050804@brianwhalen.net> References: <4766650C.4020305@gmail.com> <47668B49.7050804@brianwhalen.net> X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.1; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/dXQJNGf.q1gr.KgA_MP8TKB"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: "Aryeh M. Friedman" , freebsd-ports@freebsd.org Subject: Re: Request for Features: Ports Re-engineering X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Dec 2007 16:00:07 -0000 --Sig_/dXQJNGf.q1gr.KgA_MP8TKB Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Mon, 17 Dec 2007 06:44:25 -0800 Brian wrote: > Aryeh M. Friedman wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > In order to finalize the general nature of the ports re-engineering > > effort this thread is designed to specifically explore the features > > people want to see. > > > > Please supply one or more of the following: > > > > * Up to 4 user stories of how you would like to use the ports system > > (may or may not be possible in the current one) > > * Up to 4 use cases for how you would like to interact with the ports > > system > > * Up to 4 features/requirements you think the new system should have > > * Up to 4 features/requirements that you feel *MUST* remain from the > > current system > > * Any non-functional requirements you can think of > > [...] > I dont use X on FreeBSD, so cannot comment on al th Xorg stuff. Keeping= =20 > in mind that I believe it is appropriate for this new tool to make it at= =20 > lest a little easier on new users, while still giving them valuable=20 > info, I suggest the following. >=20 > 1. I would like for the new equivalent of portupgrade -P to actually=20 > find and install packages more often than building ports, currently this= =20 > is not the case, for me at least. IIRC this issue isn't related to portupgrade but to the package builds, which aren't always up-to-date with ports. And this has to do with available resources to build them. Of course if the ports system performance is optimized they will build faster. But in general I think improvements could be made, like (if not already done, AFAIK tinderbox has an option to run parallel builds, but don't know about pointyhat) using multiple processors. And maybe even a new build system that doesn't completely recreate the clean environment every time. > 2. If the tool implemented the functionality of fastest_cvsup when=20 > downloading files from FreeBSD servers, users would likely see a=20 > performance improvement, and FreeBSD would likely see better load=20 > distribution. Ordering preference of MASTER_SITES would be a good feature, combined with speed calculation. Currently there is only RANDOMIZE_MASTER_SITES. The new system will be modular from the beginning so adding more and more things shouldn't result in performance overhead (as it happens now). > 3. System changes that are necessary for proper functionality are=20 > delivered via email to a specified email address or to some easy to find= =20 > and refer to file, with the option to have them done by the install=20 > routine if the user desires that. This is currently up to the maintainer, and some framework should be provided by the system. > 4. Log of what ports were installed/upgraded/downgraded at what time. >=20 portupgrade already has logging facilities (I guess you already know), but integrating them in the system would offer some advantages: 1. Ability to avoid showing build output, keeping it in the log. 2. Keeping track of port operations internally (which could be useful for processing files like UPDATING/MOVED later, and security checks). 3. Accurate automated bug-report generation. Best Regards, Ale --Sig_/dXQJNGf.q1gr.KgA_MP8TKB Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFHZpz6iV05EpRcP2ERAoL6AKCNFLSQ4jLFA723tySPR690sE7bIwCgwF8x wT0TXyufc6l13PPQv700rFE= =zCRi -----END PGP SIGNATURE----- --Sig_/dXQJNGf.q1gr.KgA_MP8TKB-- From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 16:52:38 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2954016A417 for ; Mon, 17 Dec 2007 16:52: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 D60EA13C458 for ; Mon, 17 Dec 2007 16:52: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 07DC8744014; Mon, 17 Dec 2007 18:52:36 +0200 (EET) 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 g5K3ZvVY+ydZ; Mon, 17 Dec 2007 18:52:35 +0200 (EET) 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 DB53C744012; Mon, 17 Dec 2007 18:52:35 +0200 (EET) Message-ID: <4766A953.1080708@icyb.net.ua> Date: Mon, 17 Dec 2007 18:52:35 +0200 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.9 (X11/20071116) MIME-Version: 1.0 To: freebsd-ports@freebsd.org, multimedia@FreeBSD.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Subject: libcaca and libslang X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Dec 2007 16:52:38 -0000 It seems that libcaca grows unrecorded dependency on libslang if it is present in a system. I recently upgraded slang to libslang2-2.1.3 and the only dependency before the upgrade was 'most'. Now, when I run mplayer I get: /libexec/ld-elf.so.1: Shared object "libslang.so.1" not found, required by "libcaca.so.0" -- Andriy Gapon From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 17:20:14 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A1D416A419 for ; Mon, 17 Dec 2007 17:20:14 +0000 (UTC) (envelope-from david@wood2.org.uk) Received: from lon-mail-4.gradwell.net (lon-mail-4.gradwell.net [193.111.201.130]) by mx1.freebsd.org (Postfix) with ESMTP id 141C213C448 for ; Mon, 17 Dec 2007 17:20:13 +0000 (UTC) (envelope-from david@wood2.org.uk) Received: from argon.wood2.org.uk ([82.71.104.124] country=GB ident=postmaster#pop3#wood2^org&uk) by lon-mail-4.gradwell.net with esmtpa (Gradwell gwh-smtpd 1.264) id 4766afcc.dbaa.2cc; Mon, 17 Dec 2007 17:20:12 +0000 (envelope-sender ) Message-ID: Date: Mon, 17 Dec 2007 17:19:04 +0000 To: Stephen Montgomery-Smith From: David Wood References: <4766650C.4020305@gmail.com> <47667E17.6030004@math.missouri.edu> In-Reply-To: <47667E17.6030004@math.missouri.edu> MIME-Version: 1.0 Content-Type: text/plain;charset=us-ascii;format=flowed User-Agent: Turnpike/6.06-M (<+nhRuLNS5oZIqwOH7WWZxwfp$O>) Cc: "Aryeh M. Friedman" , freebsd-ports@freebsd.org Subject: Re: Request for Features: Ports Re-engineering X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Dec 2007 17:20:14 -0000 Dear all, In message <47667E17.6030004@math.missouri.edu>, Stephen Montgomery-Smith writes >One thing to look at is package building. I don't know how they build >the official packages, but my guess is that they build each one from a >clean system. But, for example, you have tons of little ports each >depending on xorg-server, and to rebuild xorg-server for each little >port must be a real burden. > >On the other hand some ports really need to be built from a clean >system. Some of them autodetect ports that are already installed, and >then change options appropriately. (Maybe some of the multimedia ports >like vlc do this.) My guess is that this is to some extent unavoidable >because the "configure" script in the port build process probably does >this as well. Anyway, perhaps this autodetecting of ports to provide >options needs to be built into the system in a systematic manner. One example of ports that change their dependencies depending on what is already installed is OpenSSL. bsd.openssl.mk ensures that if the security/openssl port is available, it will be used by ports instead of OpenSSL from the base system. Because of the rules of a stable branch, the base OpenSSL on many machines is quite old; it's kept up to date with security patches, but that's it. Before I build anything else on a machine, I install ports-mgmt/portconf and set ports.conf to build OpenSSL 0.9.8, then I build security/openssl before building anything else. On one system I'm logged into at the moment: [david@titanium ~]$ uname -prs FreeBSD 6.2-RELEASE-p9 i386 [david@titanium ~]$ openssl version OpenSSL 0.9.7e-p1 25 Oct 2004 [david@titanium ~]$ /usr/local/bin/openssl version OpenSSL 0.9.8g 19 Oct 2007 [david@titanium ~]$ pkg_info -R 'openssl-*' Information for openssl-0.9.8g: Required by: apcupsd-3.14.2 freeradius-2.0.0.p2 libchk-1.9 mysql-client-5.0.51 neon-0.26.4 net-snmp-5.3.1_7 openldap-client-2.3.39 portupgrade-2.3.1,2 postgresql-client-7.4.18 ruby-1.8.6.111_1,1 ruby18-bdb44-0.6.2 samba-3.0.28,1 subversion-1.4.4_1 svn2cl-0.9 svn_load_dirs-1.4.3 svndelta-1.0.6 wireshark-0.99.6 Some of those are not direct dependencies. 7.x has rather more up to date OpenSSL in the base system, but it's still not the latest version (csup followed by rebuilding kernel and world about a week ago): [david@osmium ~]$ uname -prs FreeBSD 7.0-BETA4 i386 [david@osmium ~]$ openssl version OpenSSL 0.9.8e 23 Feb 2007 [david@osmium ~]$ /usr/local/bin/openssl version OpenSSL 0.9.8g 19 Oct 2007 This is just one example of the complexities that can arise with server ports. My main use for FreeBSD is as a server OS. I maintain net/freeradius and there's a PR being worked on by a committer for net/freeradius-devel (for FreeRADIUS 2.0.0-pre). (You can see that port installed on 'titanium'). FreeRADIUS depends on OpenSSL (base or ports), and can depend on the clients of OpenLDAP, MySQL, PostgreSQL, Firebird, Oracle (I've got someone who's looking at creating an Oracle patch even though it's not currently supported) as well as Heimdal or MIT Kerberos 5. Throw in the dependencies of those clients, and things start to get complicated quite rapidly. The FreeBSD mail system that I'm working on that is likely to take over from my Windows based mail system is another example of complex dependencies. It's built around Postfix, Dovecot and amavisd-new. I have Postfix depending on Dovecot for authenticated SMTP SASL logins from users and Cyrus-SASL for authenticated SMTP sending to a smarthost, also OpenSSL for TLS/SSL, PCRE for regex support in the configuration and the MySQL client for reading my database tables. Dovecot has similarly complicated dependencies in many people's systems. amavisd-new typically has many levels of dependencies - it usually depends on p5-Mail-SpamAssassin, which in turn usually depends on gnupg, which in turn usually depends on openldap23-client! By the time you're using LDAP, one or more SQL databases, SASL and Berkeley DB across your server, the dependencies can be many levels deep. Best wishes, David -- David Wood david@wood2.org.uk From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 18:07:35 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7F3316A46B; Mon, 17 Dec 2007 18:07:35 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (lefty.soaustin.net [66.135.55.46]) by mx1.freebsd.org (Postfix) with ESMTP id B311F13C46E; Mon, 17 Dec 2007 18:07:35 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 4EE398C0FF; Mon, 17 Dec 2007 12:07:35 -0600 (CST) Date: Mon, 17 Dec 2007 12:07:35 -0600 To: Alejandro Pulver Message-ID: <20071217180735.GA19258@soaustin.net> References: <4766650C.4020305@gmail.com> <47668B49.7050804@brianwhalen.net> <20071217125954.22b3bff4@deimos.mars.bsd> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071217125954.22b3bff4@deimos.mars.bsd> User-Agent: Mutt/1.5.13 (2006-08-11) From: linimon@lonesome.com (Mark Linimon) Cc: Brian , "Aryeh M. Friedman" , freebsd-ports@freebsd.org Subject: Re: Request for Features: Ports Re-engineering X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Dec 2007 18:07:35 -0000 On Mon, Dec 17, 2007 at 12:59:54PM -0300, Alejandro Pulver wrote: > if not already done, AFAIK tinderbox has an option to run parallel > builds, but don't know about pointyhat) using multiple processors. pointyhat is actually the dispatch machine. It does not actually build packages. The current machine total: amd64: 3 (2.2GHz) i386: 40 (400MHz - 1.8GHz, depending on machine) sparc64: 7 (440MHz) Several of these systems (in particular the amd64s) have multiple CPUs in them. In any case, each machine is given several packages to work on simultaneously, depending on its capacity, each in its own fully clean jail. Prerequisites are loaded via the previously built packages; if they are not available, they are first built, then cached. The way the current code works is documented in the following article: http://www.freebsd.org/doc/en_US.ISO8859-1/articles/portbuild/index.html Although the documentation is terse, it is believed to be generally correct. In general, we use -incremental for the builds, unless there has been a large change in the src tree, or it's release. -incremental will only build packages for ports whose metadata (as determined by INDEX) has changed since the last run. This holds the build time for each package set down to a few days (amd64/i386) or a couple of weeks (sparc64), instead of around a week, or a couple of months, respectively. Remember that we have builds for 5.x, 6.x, 7.x, and 8.x all running at various times (some things can be overlapped without adding too much delay). The machines are almost never idle. I strongly suggest that before designing a new system, some careful attention be paid to how extensive and optimized the current system already is. I don't think the people following this thread are going to get the right perspective on the scope of this work, otherwise. mcl From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 19:13:51 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0358616A469; Mon, 17 Dec 2007 19:13:51 +0000 (UTC) (envelope-from stb@lassitu.de) Received: from koef.zs64.net (koef.zs64.net [212.12.50.230]) by mx1.freebsd.org (Postfix) with ESMTP id 9803C13C468; Mon, 17 Dec 2007 19:13:50 +0000 (UTC) (envelope-from stb@lassitu.de) Received: (from stb@koef.zs64.net) (authenticated) by koef.zs64.net (8.14.1/8.14.1) with ESMTP id lBHInUta083604 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Mon, 17 Dec 2007 19:49:31 +0100 (CET) (envelope-from stb@lassitu.de) Message-Id: <98692925-FF7D-4C9C-B209-C64D47A4F35A@lassitu.de> From: Stefan Bethke To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v915) Date: Mon, 17 Dec 2007 19:49:30 +0100 X-Mailer: Apple Mail (2.915) Cc: oliver@freebsd.org Subject: courier-imap-4.3.0 breaks connecting/logging in for some users X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Dec 2007 19:13:51 -0000 Hi there, just a quick observation since I don't have time to fully debug this tonight: On 6-stable from mid-October 4.2.1 works fine, but the most recent port # $FreeBSD: ports/mail/courier-imap/Makefile,v 1.122 2007/12/12 15:51:28 oliver Exp $ breaks connecting/login for some users with some clients, at least. No errors are logged (or I can't find them but I was looking at *.debug) for the clients that don't work. Clients (squirrelmail, Apple Mail, Thunderbird, fetchmail) appear to report a dropped connection and/or wrong user/pass. Anybody else seeing this? How can I convince couriertcpd/imaplogin/ couriertls/imapd to produce *any* log output for those connection attempts? Googling around I only found suggestions to start strace/ ptrace'ing processes, and I find that a rather annoying method to find the root cause. Thanks, Stefan -- Stefan Bethke Fon +49 170 346 0140 From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 19:15:47 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1765E16A418 for ; Mon, 17 Dec 2007 19:15:47 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout5.cac.washington.edu (mxout5.cac.washington.edu [140.142.32.135]) by mx1.freebsd.org (Postfix) with ESMTP id E116013C467 for ; Mon, 17 Dec 2007 19:15:46 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.9] (may be forged)) by mxout5.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.09) with ESMTP id lBHJFiE9029016 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 17 Dec 2007 11:15:45 -0800 X-Auth-Received: from [192.168.1.113] (c-76-22-52-184.hsd1.wa.comcast.net [76.22.52.184]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.09) with ESMTP id lBHJBwkT026034 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Mon, 17 Dec 2007 11:15:40 -0800 In-Reply-To: References: <4766650C.4020305@gmail.com> <47667E17.6030004@math.missouri.edu> Mime-Version: 1.0 (Apple Message framework v752.2) X-Gpgmail-State: !signed Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <2EC08A0D-7D1E-4E7F-B920-AEC585421A10@u.washington.edu> Content-Transfer-Encoding: 7bit From: Garrett Cooper Date: Mon, 17 Dec 2007 11:11:29 -0800 To: David Wood X-Mailer: Apple Mail (2.752.2) X-PMX-Version: 5.3.3.310218, Antispam-Engine: 2.5.2.313940, Antispam-Data: 2007.12.17.105432 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0' Cc: Stephen Montgomery-Smith , "Aryeh M. Friedman" , freebsd-ports@freebsd.org Subject: Re: Request for Features: Ports Re-engineering X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Dec 2007 19:15:47 -0000 On Dec 17, 2007, at 9:19 AM, David Wood wrote: > Dear all, > > In message <47667E17.6030004@math.missouri.edu>, Stephen Montgomery- > Smith writes >> One thing to look at is package building. I don't know how they >> build the official packages, but my guess is that they build each >> one from a clean system. But, for example, you have tons of >> little ports each depending on xorg-server, and to rebuild xorg- >> server for each little port must be a real burden. >> >> On the other hand some ports really need to be built from a clean >> system. Some of them autodetect ports that are already installed, >> and then change options appropriately. (Maybe some of the >> multimedia ports like vlc do this.) My guess is that this is to >> some extent unavoidable because the "configure" script in the port >> build process probably does this as well. Anyway, perhaps this >> autodetecting of ports to provide options needs to be built into >> the system in a systematic manner. > > One example of ports that change their dependencies depending on > what is already installed is OpenSSL. bsd.openssl.mk ensures that > if the security/openssl port is available, it will be used by ports > instead of OpenSSL from the base system. > > Because of the rules of a stable branch, the base OpenSSL on many > machines is quite old; it's kept up to date with security patches, > but that's it. Before I build anything else on a machine, I install > ports-mgmt/portconf and set ports.conf to build OpenSSL 0.9.8, then > I build security/openssl before building anything else. > > > On one system I'm logged into at the moment: > > [david@titanium ~]$ uname -prs > FreeBSD 6.2-RELEASE-p9 i386 > [david@titanium ~]$ openssl version > OpenSSL 0.9.7e-p1 25 Oct 2004 > [david@titanium ~]$ /usr/local/bin/openssl version > OpenSSL 0.9.8g 19 Oct 2007 > [david@titanium ~]$ pkg_info -R 'openssl-*' > Information for openssl-0.9.8g: > > Required by: > apcupsd-3.14.2 > freeradius-2.0.0.p2 > libchk-1.9 > mysql-client-5.0.51 > neon-0.26.4 > net-snmp-5.3.1_7 > openldap-client-2.3.39 > portupgrade-2.3.1,2 > postgresql-client-7.4.18 > ruby-1.8.6.111_1,1 > ruby18-bdb44-0.6.2 > samba-3.0.28,1 > subversion-1.4.4_1 > svn2cl-0.9 > svn_load_dirs-1.4.3 > svndelta-1.0.6 > wireshark-0.99.6 > > > Some of those are not direct dependencies. > > > 7.x has rather more up to date OpenSSL in the base system, but it's > still not the latest version (csup followed by rebuilding kernel > and world about a week ago): > > [david@osmium ~]$ uname -prs > FreeBSD 7.0-BETA4 i386 > [david@osmium ~]$ openssl version > OpenSSL 0.9.8e 23 Feb 2007 > [david@osmium ~]$ /usr/local/bin/openssl version > OpenSSL 0.9.8g 19 Oct 2007 > > > This is just one example of the complexities that can arise with > server ports. My main use for FreeBSD is as a server OS. > > > I maintain net/freeradius and there's a PR being worked on by a > committer for net/freeradius-devel (for FreeRADIUS 2.0.0-pre). (You > can see that port installed on 'titanium'). > > FreeRADIUS depends on OpenSSL (base or ports), and can depend on > the clients of OpenLDAP, MySQL, PostgreSQL, Firebird, Oracle (I've > got someone who's looking at creating an Oracle patch even though > it's not currently supported) as well as Heimdal or MIT Kerberos 5. > Throw in the dependencies of those clients, and things start to get > complicated quite rapidly. > > > > The FreeBSD mail system that I'm working on that is likely to take > over from my Windows based mail system is another example of > complex dependencies. It's built around Postfix, Dovecot and > amavisd-new. > > I have Postfix depending on Dovecot for authenticated SMTP SASL > logins from users and Cyrus-SASL for authenticated SMTP sending to > a smarthost, also OpenSSL for TLS/SSL, PCRE for regex support in > the configuration and the MySQL client for reading my database tables. > > Dovecot has similarly complicated dependencies in many people's > systems. > > amavisd-new typically has many levels of dependencies - it usually > depends on p5-Mail-SpamAssassin, which in turn usually depends on > gnupg, which in turn usually depends on openldap23-client! > > > By the time you're using LDAP, one or more SQL databases, SASL and > Berkeley DB across your server, the dependencies can be many levels > deep. > > > > Best wishes, > > > > > David > -- > David Wood > david@wood2.org.uk This was one of my deliverables for SoC (the lower prio one). Basically, everything in the base system which has a port equivalent needs to have a psuedo package created to help discern which binary the user would want installed and functioning on their system. For everything which is depended upon for building, I think that the port should have an added knob in the config to "use non-base libraries" when building ports / packages, such that the proper options get passed to configure, then to gcc. Doing this (now that I think about it) may open an unwanted pandora's box of issues, such base and port packages which are depended upon should not be installed at any one time (openssl for instance). As for leaf packages such as openssh, this shouldn't be a problem.. -Garrett From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 19:20:53 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B10616A47B for ; Mon, 17 Dec 2007 19:20:53 +0000 (UTC) (envelope-from fullermd@over-yonder.net) Received: from optimus.centralmiss.com (ns.centralmiss.com [206.156.254.79]) by mx1.freebsd.org (Postfix) with ESMTP id 6863013C508 for ; Mon, 17 Dec 2007 19:20:53 +0000 (UTC) (envelope-from fullermd@over-yonder.net) Received: from draco.over-yonder.net (adsl-072-148-013-213.sip.jan.bellsouth.net [72.148.13.213]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by optimus.centralmiss.com (Postfix) with ESMTP id 7C2BC28B37; Mon, 17 Dec 2007 13:20:52 -0600 (CST) Received: by draco.over-yonder.net (Postfix, from userid 100) id 2406161C45; Mon, 17 Dec 2007 13:20:52 -0600 (CST) Date: Mon, 17 Dec 2007 13:20:52 -0600 From: "Matthew D. Fuller" To: Stefan Bethke Message-ID: <20071217192052.GH22305@over-yonder.net> References: <98692925-FF7D-4C9C-B209-C64D47A4F35A@lassitu.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <98692925-FF7D-4C9C-B209-C64D47A4F35A@lassitu.de> X-Editor: vi X-OS: FreeBSD User-Agent: Mutt/1.5.16-fullermd.4 (2007-06-09) Cc: oliver@freebsd.org, freebsd-ports@freebsd.org Subject: Re: courier-imap-4.3.0 breaks connecting/logging in for some users X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Dec 2007 19:20:53 -0000 On Mon, Dec 17, 2007 at 07:49:30PM +0100 I heard the voice of Stefan Bethke, and lo! it spake thus: > > No errors are logged [...] If you try logging in manually, I think you'll find it complaining about the uid/gid of the maildir; the latest version seems more strict about that on the IMAP side, though POP doesn't care. (why no, I didn't have that inexplicable happen to my server this morning; why do you ask? ;) -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream. From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 19:49:46 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE52816A418 for ; Mon, 17 Dec 2007 19:49:46 +0000 (UTC) (envelope-from tmclaugh@sdf.lonestar.org) Received: from straycat.dhs.org (c-24-60-173-77.hsd1.ma.comcast.net [24.60.173.77]) by mx1.freebsd.org (Postfix) with ESMTP id 7462613C46E for ; Mon, 17 Dec 2007 19:49:46 +0000 (UTC) (envelope-from tmclaugh@sdf.lonestar.org) Received: from [192.168.1.118] (tomcat.straycat.dhs.org [192.168.1.118]) by straycat.dhs.org (8.14.1/8.14.1) with ESMTP id lBHJnj9O027036; Mon, 17 Dec 2007 14:49:45 -0500 (EST) From: Tom McLaughlin To: Alejandro Pulver In-Reply-To: <20071217114211.0c10d1c3@deimos.mars.bsd> References: <4766650C.4020305@gmail.com> <47667E17.6030004@math.missouri.edu> <20071217114211.0c10d1c3@deimos.mars.bsd> Content-Type: text/plain Date: Mon, 17 Dec 2007 14:49:45 -0500 Message-Id: <1197920985.15679.9.camel@tomcat.straycat.dhs.org> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 (2.10.3-4.fc7) Content-Transfer-Encoding: 7bit Cc: Stephen Montgomery-Smith , freebsd-ports@freebsd.org Subject: Re: Request for Features: Ports Re-engineering X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Dec 2007 19:49:46 -0000 On Mon, 2007-12-17 at 11:42 -0300, Alejandro Pulver wrote: > On Mon, 17 Dec 2007 07:48:07 -0600 > Stephen Montgomery-Smith wrote: > > > > On the other hand some ports really need to be built from a clean > > system. Some of them autodetect ports that are already installed, and > > then change options appropriately. (Maybe some of the multimedia ports > > like vlc do this.) My guess is that this is to some extent unavoidable > > because the "configure" script in the port build process probably does > > this as well. Anyway, perhaps this autodetecting of ports to provide > > options needs to be built into the system in a systematic manner. Then > > robotic package builders could be trained to glean this information from > > the build tree (what you refer to as the DAG - is that "directed > > something graph"?). > > > > Auto-detection is certainly avoidable. Some for example only enable > detection of MMX/SSE/etc instructions when not building in > pointyhat/tinderbox. IIRC ports should respect the users' choice, but > it's not easy with the current OPTIONS handling (some have knobs that > can be set to on/off/auto). > I think he's referring to configure scripts which will build additional functionality and link against additional libs if they are already installed. These are a major pain and at least for me caused a fair amount of random breakage after updating ports. I've since moved to using a tinderbox to build all my packages and point my systems to that PACKAGESITE. -- | tmclaugh at sdf.lonestar.org tmclaugh at FreeBSD.org | | FreeBSD http://www.FreeBSD.org | From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 20:20:35 2007 Return-Path: Delivered-To: FreeBSD-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5489916A418 for ; Mon, 17 Dec 2007 20:20:35 +0000 (UTC) (envelope-from chuckr@chuckr.org) Received: from mail8.sea5.speakeasy.net (mail8.sea5.speakeasy.net [69.17.117.10]) by mx1.freebsd.org (Postfix) with ESMTP id 45DA513C4D9 for ; Mon, 17 Dec 2007 20:20:35 +0000 (UTC) (envelope-from chuckr@chuckr.org) Received: (qmail 8905 invoked from network); 17 Dec 2007 20:20:34 -0000 Received: from april.chuckr.org (chuckr@[66.92.151.30]) (envelope-sender ) by mail8.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 17 Dec 2007 20:20:34 -0000 Message-ID: <4766D986.5080701@chuckr.org> Date: Mon, 17 Dec 2007 15:18:14 -0500 From: Chuck Robey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.9) Gecko/20071107 SeaMonkey/1.1.6 MIME-Version: 1.0 To: FreeBSD-ports@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: kgpg X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Dec 2007 20:20:35 -0000 I am trying (with notiable lack of success so far, but I'll be posting to -questions about that, so don't answer it) to get seamoneky to cooperate with GNUpg ... so I saw a reference to another port, security/kgpg, and I went to build it. Unfortunately, kgpg has a dependency tp gnupg1, and I already have gnupg (the current port, whic hinstalled version 2.04 of gnnupg) and I have no intention of downgrading. My question is, can kgpg cooperate with the later version of gnupg, or should I forget the port? From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 21:14:29 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF5AD16A419; Mon, 17 Dec 2007 21:14:29 +0000 (UTC) (envelope-from stb@lassitu.de) Received: from koef.zs64.net (koef.zs64.net [212.12.50.230]) by mx1.freebsd.org (Postfix) with ESMTP id 613CF13C43E; Mon, 17 Dec 2007 21:14:29 +0000 (UTC) (envelope-from stb@lassitu.de) Received: (from stb@koef.zs64.net) (authenticated) by koef.zs64.net (8.14.1/8.14.1) with ESMTP id lBHLEQui092955 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Mon, 17 Dec 2007 22:14:27 +0100 (CET) (envelope-from stb@lassitu.de) Message-Id: <202BC316-B021-4AED-AD65-F2ED505616D6@lassitu.de> From: Stefan Bethke To: "Matthew D. Fuller" In-Reply-To: <20071217192052.GH22305@over-yonder.net> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v915) Date: Mon, 17 Dec 2007 22:14:27 +0100 References: <98692925-FF7D-4C9C-B209-C64D47A4F35A@lassitu.de> <20071217192052.GH22305@over-yonder.net> X-Mailer: Apple Mail (2.915) Cc: oliver@freebsd.org, freebsd-ports@freebsd.org Subject: Re: courier-imap-4.3.0 breaks connecting/logging in for some users X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Dec 2007 21:14:29 -0000 Am 17.12.2007 um 20:20 schrieb Matthew D. Fuller: > On Mon, Dec 17, 2007 at 07:49:30PM +0100 I heard the voice of > Stefan Bethke, and lo! it spake thus: >> >> No errors are logged [...] > > If you try logging in manually, I think you'll find it complaining > about the uid/gid of the maildir; the latest version seems more strict > about that on the IMAP side, though POP doesn't care. Oh good. Thanks for pointing this out, it in fact appears to be the issue with the affected accounts. Why it matters which client accesses the account, I cannot fathom. (I did use telnet to log into various accounts, but no hint was given to any possible permission problem; imaplogin did not output *any* log information. Unhelpfully, it logs successful logins.) Considering that it appears to be virtually impossible to diagnose this without tracing processes, I will inverstigate alternatives. Maybe it's time to go back to Cyrus. Stefan -- Stefan Bethke Fon +49 170 346 0140 From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 21:23:17 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34C8C16A419; Mon, 17 Dec 2007 21:23:17 +0000 (UTC) (envelope-from fullermd@over-yonder.net) Received: from optimus.centralmiss.com (ns.centralmiss.com [206.156.254.79]) by mx1.freebsd.org (Postfix) with ESMTP id 1478A13C468; Mon, 17 Dec 2007 21:23:17 +0000 (UTC) (envelope-from fullermd@over-yonder.net) Received: from draco.over-yonder.net (adsl-072-148-013-213.sip.jan.bellsouth.net [72.148.13.213]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by optimus.centralmiss.com (Postfix) with ESMTP id 5BEF728B37; Mon, 17 Dec 2007 15:23:16 -0600 (CST) Received: by draco.over-yonder.net (Postfix, from userid 100) id EE5B361C46; Mon, 17 Dec 2007 15:23:15 -0600 (CST) Date: Mon, 17 Dec 2007 15:23:15 -0600 From: "Matthew D. Fuller" To: Stefan Bethke Message-ID: <20071217212315.GK22305@over-yonder.net> References: <98692925-FF7D-4C9C-B209-C64D47A4F35A@lassitu.de> <20071217192052.GH22305@over-yonder.net> <202BC316-B021-4AED-AD65-F2ED505616D6@lassitu.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202BC316-B021-4AED-AD65-F2ED505616D6@lassitu.de> X-Editor: vi X-OS: FreeBSD User-Agent: Mutt/1.5.16-fullermd.4 (2007-06-09) Cc: oliver@freebsd.org, freebsd-ports@freebsd.org Subject: Re: courier-imap-4.3.0 breaks connecting/logging in for some users X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Dec 2007 21:23:17 -0000 On Mon, Dec 17, 2007 at 10:14:27PM +0100 I heard the voice of Stefan Bethke, and lo! it spake thus: > > Why it matters which client accesses the account, I cannot fathom. I can't imagine that it does, but it seems like most clients don't pass along the information. I have no idea why it doesn't forward the problem along to syslog; that seems highly braindamaged. I found it just by trying the login to imap manually, and getting back: * BYE [ALERT] Fatal error: Account's mailbox directory is not owned by the correct uid or gid: No such file or directory Connection closed by foreign host. -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream. From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 21:39:09 2007 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 D234A16A41A for ; Mon, 17 Dec 2007 21:39:09 +0000 (UTC) (envelope-from tim@pinnacle-networks.com) Received: from pinnacle-networks.com (mx1.pinnacle-networks.com [196.44.153.3]) by mx1.freebsd.org (Postfix) with ESMTP id 61A8613C442 for ; Mon, 17 Dec 2007 21:39:09 +0000 (UTC) (envelope-from tim@pinnacle-networks.com) Received: from [196.44.153.130] by pinnacle-networks.com with esmtp (Exim 4.67 (FreeBSD)) (envelope-from ) id 1J4N5h-000ABD-Vu for ports@freebsd.org; Mon, 17 Dec 2007 23:01:39 +0200 From: Tim Priebe To: ports@freebsd.org Date: Mon, 17 Dec 2007 22:58:08 +0200 User-Agent: KMail/1.9.7 Organization: Pinnacle Networks (PTY) LTD MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200712172258.08947.tim@pinnacle-networks.com> Cc: Subject: FreeBSD Port: net-mgmt/cricket X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Dec 2007 21:39:09 -0000 The following replacement patch for patch-lib-RRD-Format.pm makes cricket also work on amd64 FreeBSD systems: --- Format.pm.orig Wed Jan 21 04:11:09 2004 +++ Format.pm Mon Dec 17 22:47:18 2007 @@ -120,6 +120,7 @@ $self->{'dsDef'} = "a20 a20 L x4 d d x56"; $self->{'rraDef'} = "a20 L L d x72"; $self->{'pdpDef'} = "a30 x2 L x4 d x64"; + $self->{"liveHead3"} = "L L"; $self->{'cdpDef'} = "d L x4 x64"; $self->{'liveHead'} = "L"; @@ -159,6 +160,15 @@ $self->{'liveHead'} = "Q"; $self->{'rraPtr'} = "Q"; $self->{'element'} = "d"; + } elsif ( $archname eq 'amd64-freebsd' ) { + $self->{'statHead'} = "a4 a5 x7 d Q Q Q x80"; + $self->{'dsDef'} = "a20 a20 Q d d x56"; + $self->{'rraDef'} = "a20 x4 Q Q d x72"; + $self->{'pdpDef'} = "a30 x2 Q d x64"; + $self->{'cdpDef'} = "d Q x64"; + $self->{'liveHead3'} = "Q Q"; + $self->{'rraPtr'} = "Q"; + $self->{'element'} = "d"; } elsif ( $archname eq 'sparc64-netbsd' ) { $self->{'statHead'} = "a4 a5 x7 d Q Q Q x80"; $self->{'dsDef'} = "a20 a20 Q d d x56"; This first bit is just the old patch. The second bit is the amd64 bit. I have been using it for some time now without any problems, and only remembered when I installed a new system, and had to patch it too. Tim Priebe. Pinnacle Networks Windhoek, Namibia From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 22:04:36 2007 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 6E65C16A420 for ; Mon, 17 Dec 2007 22:04:36 +0000 (UTC) (envelope-from david@ion.lu) Received: from linion.ion.lu (linion.ion.lu [80.90.47.168]) by mx1.freebsd.org (Postfix) with ESMTP id C6B3A13C468 for ; Mon, 17 Dec 2007 22:04:35 +0000 (UTC) (envelope-from david@ion.lu) Received: (qmail 96217 invoked by uid 89); 17 Dec 2007 22:39:11 +0100 Received: from chello213047196020.tirol.surfer.at (HELO ?192.168.1.103?) (david@ion.lu@213.47.196.20) by linion.ion.lu with SMTP; 17 Dec 2007 22:39:11 +0100 Message-ID: <4766EC2A.8020601@ion.lu> Date: Mon, 17 Dec 2007 22:37:46 +0100 From: David Raison User-Agent: Thunderbird 2.0.0.9 (X11/20071117) MIME-Version: 1.0 To: dgilbert@velocet.ca, ports@freebsd.org, ahze@FreeBSD.org X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Subject: gutenprint port problem with WITHOUT_X11=yes X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2007 22:04:36 -0000 Dear maintainers, I've had a problem installing gutenprint on my lusitania gutenprint # uname -r 6.2-RELEASE-p9 As I use this machine as a file, printer and web-development server only, i.e. headless, I have set "WITHOUT_X11=yes" in my make.conf. Upgrading to gutenprint from gimp-print gave me the error: e-x11.lo -MD -MP -MF .deps/gdkdrawable-x11.Tpo -c gdkdrawable-x11.c -fPIC -DPIC -o .libs/gdkdrawable-x11.o gdkdrawable-x11.c:32:24: cairo-xlib.h: No such file or directory gdkdrawable-x11.c: In function `_gdk_x11_drawable_update_size': gdkdrawable-x11.c:238: warning: implicit declaration of function `cairo_xlib_surface_set_size' gdkdrawable-x11.c: In function `gdk_x11_ref_cairo_surface': gdkdrawable-x11.c:1469: warning: implicit declaration of function `cairo_xlib_surface_create' gdkdrawable-x11.c:1472: warning: assignment makes pointer from integer without a cast gdkdrawable-x11.c:1474: warning: implicit declaration of function `cairo_xlib_surface_create_for_bitmap' gdkdrawable-x11.c:1477: warning: assignment makes pointer from integer without a cast gmake[4]: *** [gdkdrawable-x11.lo] Error 1 gmake[4]: Leaving directory `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.12.3/gdk/x11' searching for the error, I've found the following entry in cairo's Makefile: .if defined(WITHOUT_X11) CONFIGURE_ARGS+=--disable-xlib PLIST_SUB+= X11="@comment " .else USE_XORG+= xrender PLIST_SUB+= X11="" .endif I had to comment out the part about disabling xlib to be able to build gutenprint successfully. I don't know if in this case the gutenprint port should check for xlib support in cairo or if there's another dependency issue here. I might as well have overlooked something and wouldn't mind to be corrected ;) Thanks for your time, David Raison From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 22:30:50 2007 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 280B116A418 for ; Mon, 17 Dec 2007 22:30:50 +0000 (UTC) (envelope-from chris@sigd.net) Received: from ms05.mailstreet2003.net (ms05.mailstreet2003.net [69.25.50.235]) by mx1.freebsd.org (Postfix) with ESMTP id EFCA613C45B for ; Mon, 17 Dec 2007 22:30:49 +0000 (UTC) (envelope-from chris@sigd.net) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Mon, 17 Dec 2007 17:21:39 -0500 Message-ID: <6FC9F9894A9F8C49A722CF9F2132FC220FB0B6D4@ms05.mailstreet2003.net> In-Reply-To: <200712172258.08947.tim@pinnacle-networks.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: FreeBSD Port: net-mgmt/cricket Thread-Index: AchA9VXFncVHy8BJQwmm10iR0rZmhgABb+zg References: <200712172258.08947.tim@pinnacle-networks.com> From: "Chris Haulmark" To: "Tim Priebe" , Cc: Subject: RE: FreeBSD Port: net-mgmt/cricket X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Dec 2007 22:30:50 -0000 Hello Tim: >=20 > The following replacement patch for patch-lib-RRD-Format.pm makes > cricket also > work on amd64 FreeBSD systems: [snip] I recommend that you use send-pr to submit this patch so it will not get lost in the email archives. Thanks for your great contribution! Chris >=20 > Tim Priebe. > Pinnacle Networks > Windhoek, Namibia > _______________________________________________ > 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 Dec 18 01:44:10 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C0C6D16A417 for ; Tue, 18 Dec 2007 01:44:10 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.freebsd.org (Postfix) with ESMTP id 8739A13C461 for ; Tue, 18 Dec 2007 01:44:10 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so4306195pyb.3 for ; Mon, 17 Dec 2007 17:44:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; bh=hyWvxdCpeSAnJQybNi3DyPaHK6A7YJAAdC+Yc9LEKks=; b=fLGIStX8uOc6Y2A9XvMNsRw1iUYP1gnDl7pcRV+fZEC8S5HpFCD0Fvb0T/v/4XWtQNHl233ASBw7akxcYb0hKMaXOWRASkP+DCQI/d4yU2RT0mXXNYWaZ43lkCV25d1HGA5UZLFZFhZAqJfveFCn10NUHoxGK94mb04l9QcQBmY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=Ls6yTsY7O9RRnRQA1m9xTiOHU4al7CM1KTObQuQdeVFbzRNmlfkrygSSTpvQwXXzdeYH7bKxMVXijkNS1aiq59/9zFRG7d0HyKqUL3bFpiYfuLXaVhUAsMdJCjUAETiISIfM460K7lBtSFh2G4la+MOFOzDLOc5PBPZlQMJgIt0= Received: by 10.65.216.19 with SMTP id t19mr16350090qbq.76.1197942249128; Mon, 17 Dec 2007 17:44:09 -0800 (PST) Received: from ?192.168.2.2? ( [67.85.89.184]) by mx.google.com with ESMTPS id q14sm5032448qbq.2007.12.17.17.44.08 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 17 Dec 2007 17:44:08 -0800 (PST) Message-ID: <476725E7.4040301@gmail.com> Date: Mon, 17 Dec 2007 20:44:07 -0500 From: "Aryeh M. Friedman" User-Agent: Thunderbird 2.0.0.9 (X11/20071217) MIME-Version: 1.0 To: Stephen Montgomery-Smith References: <4766650C.4020305@gmail.com> <47667E17.6030004@math.missouri.edu> In-Reply-To: <47667E17.6030004@math.missouri.edu> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: Request for Features: Ports Re-engineering X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Dec 2007 01:44:10 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Stephen Montgomery-Smith wrote: > Aryeh M. Friedman wrote: >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> In order to finalize the general nature of the ports re-engineering >> effort this thread is designed to specifically explore the features >> people want to see. >> >> Please supply one or more of the following: >> >> * Up to 4 user stories of how you would like to use the ports system >> (may or may not be possible in the current one) >> * Up to 4 use cases for how you would like to interact with the ports >> system >> * Up to 4 features/requirements you think the new system should have >> * Up to 4 features/requirements that you feel *MUST* remain from the >> current system >> * Any non-functional requirements you can think of > > One thing to look at is package building. I don't know how they > build the official packages, but my guess is that they build each > one from a clean system. But, for example, you have tons of little > ports each depending on xorg-server, and to rebuild xorg-server for > each little port must be a real burden. This is defently something to look at down the road but it would require the ports system to be more OO then even ports 2.0 envisions (at least in it's first release) > > On the other hand some ports really need to be built from a clean > system. Some of them autodetect ports that are already installed, > and then change options appropriately. (Maybe some of the > multimedia ports like vlc do this.) My guess is that this is to > some extent unavoidable because the "configure" script in the port > build process probably does this as well. Anyway, perhaps this > autodetecting of ports to provide options needs to be built into the > system in a systematic manner. Then robotic package builders could > be trained to glean this information from the build tree (what you > refer to as the DAG - is that "directed something graph"?). Directed Acyclical Graph. I would like to move towards depractating the concept of the ports system being a tree since this leads to some rather bad methaphorical thinking about it. For example it leads to the belief that the entire system can be treated as a state machine (i.e. it need not scan the entire input run before it starts) whereis treating it like a DAG is more the lines of treating it as say set of relationships between ports that needs to be managed as a whole because of the cascading nature of changing a config. The initial release will not add enough OO'ness at the build level (but it will be ready for it) to intergrate ports/packages. > > I also use packages for my private system. I have one fast computer > where I build all my ports, and then make packages from them to > distribute to the other computers. But I use "pkg_create." The > disadvantage of this is that you don't get all the candy (e.g. the > messages in pkg-message, etc). > > I used to build my ports, then do a massive "make package" on all > the built ports. But "make package" is designed so that it only > works properly if done before any other port is installed. This is > because you might add autodependencies to the package which were not > part of the original build. "make package" could actually get this > dependency information from /var/db/pkg, but it doesn't. (I filed a > PR to effect this change, but no-one else felt it was important. In > particular, space is a premium on bsd.ports.mk because the more you > add to it, the longer things like "make index" take.) The first release of the system will not be apple to deal with this any better because it will require much more OO like building proceses. > > - -- Aryeh M. Friedman FloSoft Systems http://www.flosoft-systems.com Developer, not business, friendly -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHZyXnzIOMjAek4JIRAjojAKCAM+km8eyEAvHkisK9Bb69sZib9ACeOIMT 4VUghbjw5V36vIT4vQaFnn0= =AXsq -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Tue Dec 18 01:54:23 2007 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 90DAE16A417 for ; Tue, 18 Dec 2007 01:54:23 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [210.51.165.229]) by mx1.freebsd.org (Postfix) with ESMTP id 55C5C13C4EB for ; Tue, 18 Dec 2007 01:54:23 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from localhost (tarsier.geekcn.org [210.51.165.229]) by tarsier.geekcn.org (Postfix) with ESMTP id 7E236EB9E2E; Tue, 18 Dec 2007 09:54:19 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([210.51.165.229]) by localhost (mail.geekcn.org [210.51.165.229]) (amavisd-new, port 10024) with ESMTP id 7GcBN0FXw9yQ; Tue, 18 Dec 2007 09:54:11 +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 ESMTP id B0765EB9997; Tue, 18 Dec 2007 09:54:10 +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:subject:x-enigmail-version:content-type:content-transfer-encoding; b=KOz1NBaPzTzNDBwnXozAUeDT1coueloe+/AFlB/WwyreL32ZOcyXLv1juTrk/IljP UOfm+KEtD4Nwa8C2VmBsg== Message-ID: <4767283D.70604@delphij.net> Date: Mon, 17 Dec 2007 17:54:05 -0800 From: Xin LI Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.9 (X11/20071125) MIME-Version: 1.0 To: ports@FreeBSD.org X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: ports.conf: Is there a reason behind not being default? 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, 18 Dec 2007 01:54:23 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I think that ports-mgmt/portconf (a.k.a. /usr/local/etc/ports.conf) is a very handy feature that makes it much easier to store port options across upgrade. Is there a reason behind not making it into bsd.ports.mk? IMHO it's a big deal to take the script into ports/Tools/scripts, and move the configuration to somewhere like /etc/ports.conf... Cheers, - -- Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHZyg8hcUczkLqiksRAp8HAKC4eFI+0W1h5uXmQMxNpmoXxLk5/ACfQa56 ooRIdsd0UZz3NoDTiV4iNsY= =lVUX -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Tue Dec 18 02:43:02 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6253916A421 for ; Tue, 18 Dec 2007 02:43:02 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from relay00.pair.com (relay00.pair.com [209.68.5.9]) by mx1.freebsd.org (Postfix) with SMTP id 30CE913C4CE for ; Tue, 18 Dec 2007 02:43:02 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: (qmail 56802 invoked by uid 0); 18 Dec 2007 02:42:59 -0000 Received: from unknown (HELO deimos.mars.bsd) (unknown) by unknown with SMTP; 18 Dec 2007 02:42:59 -0000 X-pair-Authenticated: 200.127.63.61 Date: Mon, 17 Dec 2007 23:42:52 -0300 From: Alejandro Pulver To: Tom McLaughlin Message-ID: <20071217234252.04eae55b@deimos.mars.bsd> In-Reply-To: <1197920985.15679.9.camel@tomcat.straycat.dhs.org> References: <4766650C.4020305@gmail.com> <47667E17.6030004@math.missouri.edu> <20071217114211.0c10d1c3@deimos.mars.bsd> <1197920985.15679.9.camel@tomcat.straycat.dhs.org> X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.1; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/1DkFpEV+ij5d1SaGxf9HYB3"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: Stephen Montgomery-Smith , freebsd-ports@freebsd.org Subject: Re: Request for Features: Ports Re-engineering X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Dec 2007 02:43:02 -0000 --Sig_/1DkFpEV+ij5d1SaGxf9HYB3 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Mon, 17 Dec 2007 14:49:45 -0500 Tom McLaughlin wrote: > On Mon, 2007-12-17 at 11:42 -0300, Alejandro Pulver wrote: > > On Mon, 17 Dec 2007 07:48:07 -0600 > > Stephen Montgomery-Smith wrote: > >=20 > >=20 > >=20 > > > On the other hand some ports really need to be built from a clean=20 > > > system. Some of them autodetect ports that are already installed, an= d=20 > > > then change options appropriately. (Maybe some of the multimedia por= ts=20 > > > like vlc do this.) My guess is that this is to some extent unavoidab= le=20 > > > because the "configure" script in the port build process probably doe= s=20 > > > this as well. Anyway, perhaps this autodetecting of ports to provide= =20 > > > options needs to be built into the system in a systematic manner. Th= en=20 > > > robotic package builders could be trained to glean this information f= rom=20 > > > the build tree (what you refer to as the DAG - is that "directed=20 > > > something graph"?). > > >=20 > >=20 > > Auto-detection is certainly avoidable. Some for example only enable > > detection of MMX/SSE/etc instructions when not building in > > pointyhat/tinderbox. IIRC ports should respect the users' choice, but > > it's not easy with the current OPTIONS handling (some have knobs that > > can be set to on/off/auto). > >=20 >=20 > I think he's referring to configure scripts which will build additional > functionality and link against additional libs if they are already > installed. These are a major pain and at least for me caused a fair > amount of random breakage after updating ports. I've since moved to > using a tinderbox to build all my packages and point my systems to that > PACKAGESITE. >=20 I personally enable/disable manually (or set the default dependencies for) these configure options which autodetect by default (for the ports I make). And I was referring to ports which force autodetection but record the dependencies. I'm sure there could be some of these you mentioned in my system, but as I haven't run pkg_cutleaves or similar for a while, and didn't have such problems with upgrades, I haven't noticed. This is actually the responsibility of the maintainer, but a check with 'ldd' could be added (there was a discussion about this, and I'm going to read it again, but IIRC dynamically loaded libraries can't be identified this way). Best Regards, Ale --Sig_/1DkFpEV+ij5d1SaGxf9HYB3 Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFHZzOsiV05EpRcP2ERAs16AJ0fAlnTYgn6G1PNCjR5e45h0IQ1bACggSQK Lw0P5JLvmb/SrgNQekejw4Y= =fKr5 -----END PGP SIGNATURE----- --Sig_/1DkFpEV+ij5d1SaGxf9HYB3-- From owner-freebsd-ports@FreeBSD.ORG Tue Dec 18 02:54:54 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D62716A419 for ; Tue, 18 Dec 2007 02:54:54 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from relay00.pair.com (relay00.pair.com [209.68.5.9]) by mx1.freebsd.org (Postfix) with SMTP id 3B5D013C447 for ; Tue, 18 Dec 2007 02:54:54 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: (qmail 59639 invoked by uid 0); 18 Dec 2007 02:54:52 -0000 Received: from unknown (HELO deimos.mars.bsd) (unknown) by unknown with SMTP; 18 Dec 2007 02:54:52 -0000 X-pair-Authenticated: 200.127.63.61 Date: Mon, 17 Dec 2007 23:54:45 -0300 From: Alejandro Pulver To: linimon@lonesome.com (Mark Linimon) Message-ID: <20071217235445.5977bbe2@deimos.mars.bsd> In-Reply-To: <20071217180735.GA19258@soaustin.net> References: <4766650C.4020305@gmail.com> <47668B49.7050804@brianwhalen.net> <20071217125954.22b3bff4@deimos.mars.bsd> <20071217180735.GA19258@soaustin.net> X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.1; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/U17piTQKaLmJxY11EUXwX2q"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: Brian , "Aryeh M. Friedman" , freebsd-ports@freebsd.org Subject: Re: Request for Features: Ports Re-engineering X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Dec 2007 02:54:54 -0000 --Sig_/U17piTQKaLmJxY11EUXwX2q Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Mon, 17 Dec 2007 12:07:35 -0600 linimon@lonesome.com (Mark Linimon) wrote: > On Mon, Dec 17, 2007 at 12:59:54PM -0300, Alejandro Pulver wrote: > > if not already done, AFAIK tinderbox has an option to run parallel > > builds, but don't know about pointyhat) using multiple processors. >=20 > pointyhat is actually the dispatch machine. It does not actually > build packages. >=20 Of course, I should've said it another way, but I was referring to the build scripts that run in the build clusters. > The current machine total: >=20 > amd64: 3 (2.2GHz) > i386: 40 (400MHz - 1.8GHz, depending on machine) > sparc64: 7 (440MHz) >=20 Interesting, I only knew about the 3 new amd64s (for which you posted a mail) but didn't know the details of the rest. I remember some of my ports failed on ia64 (some time ago), what happened to it/them? > Several of these systems (in particular the amd64s) have multiple CPUs in= them. >=20 > In any case, each machine is given several packages to work on simultaneo= usly, > depending on its capacity, each in its own fully clean jail. Prerequisit= es > are loaded via the previously built packages; if they are not available, > they are first built, then cached. >=20 > The way the current code works is documented in the following article: >=20 > http://www.freebsd.org/doc/en_US.ISO8859-1/articles/portbuild/index.html >=20 > Although the documentation is terse, it is believed to be generally > correct. >=20 Will read it, didn't know about it. > In general, we use -incremental for the builds, unless there has been > a large change in the src tree, or it's release. -incremental will only > build packages for ports whose metadata (as determined by INDEX) has > changed since the last run. This holds the build time for each package > set down to a few days (amd64/i386) or a couple of weeks (sparc64), > instead of around a week, or a couple of months, respectively. >=20 > Remember that we have builds for 5.x, 6.x, 7.x, and 8.x all running > at various times (some things can be overlapped without adding too much > delay). The machines are almost never idle. >=20 > I strongly suggest that before designing a new system, some careful > attention be paid to how extensive and optimized the current system alrea= dy > is. I don't think the people following this thread are going to get the > right perspective on the scope of this work, otherwise. >=20 To clarify: this rewrite of the current ports system does not include (at least for the moment) a replacement scripts/program for the build machines. I didn't say the build scripts could be optimized, I just said that if the system is improved in general less time would be lost in INDEX generation, dependency gathering (well, AFAIK portbuild takes it from INDEX so it won't be different), package registration/removal, etc. a little speed would be gained. Best Regards, Ale --Sig_/U17piTQKaLmJxY11EUXwX2q Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFHZzZ1iV05EpRcP2ERAiDjAJ9vLkDTPjaV7dIB6A10YMQ6u5OBZwCfVXF4 OqdFYUUE6CAldyapxD3U/a8= =hmkH -----END PGP SIGNATURE----- --Sig_/U17piTQKaLmJxY11EUXwX2q-- From owner-freebsd-ports@FreeBSD.ORG Tue Dec 18 03:03:29 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3019516A41A; Tue, 18 Dec 2007 03:03:29 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (lefty.soaustin.net [66.135.55.46]) by mx1.freebsd.org (Postfix) with ESMTP id 1B10C13C45A; Tue, 18 Dec 2007 03:03:29 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 9462F8C0E1; Mon, 17 Dec 2007 21:03:28 -0600 (CST) Date: Mon, 17 Dec 2007 21:03:28 -0600 To: Alejandro Pulver Message-ID: <20071218030328.GA1395@soaustin.net> References: <4766650C.4020305@gmail.com> <47668B49.7050804@brianwhalen.net> <20071217125954.22b3bff4@deimos.mars.bsd> <20071217180735.GA19258@soaustin.net> <20071217235445.5977bbe2@deimos.mars.bsd> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071217235445.5977bbe2@deimos.mars.bsd> User-Agent: Mutt/1.5.13 (2006-08-11) From: linimon@lonesome.com (Mark Linimon) Cc: Mark Linimon , Brian , "Aryeh M. Friedman" , freebsd-ports@freebsd.org Subject: Re: Request for Features: Ports Re-engineering X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Dec 2007 03:03:29 -0000 On Mon, Dec 17, 2007 at 11:54:45PM -0300, Alejandro Pulver wrote: > I remember some of my ports failed on ia64 (some time ago), what > happened to it/them? There are 2 ia64 build machines, each of which has been upgraded to 7.0. However, neither is able to build packages at this time, so until someone takes an interest in fixing that, there won't be any ia64 packages. mcl From owner-freebsd-ports@FreeBSD.ORG Tue Dec 18 04:13:11 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ADAA816A41A for ; Tue, 18 Dec 2007 04:13:11 +0000 (UTC) (envelope-from chuckr@chuckr.org) Received: from mail8.sea5.speakeasy.net (mail8.sea5.speakeasy.net [69.17.117.10]) by mx1.freebsd.org (Postfix) with ESMTP id 9A5D813C44B for ; Tue, 18 Dec 2007 04:13:11 +0000 (UTC) (envelope-from chuckr@chuckr.org) Received: (qmail 6751 invoked from network); 18 Dec 2007 04:13:10 -0000 Received: from april.chuckr.org (chuckr@[66.92.151.30]) (envelope-sender ) by mail8.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 18 Dec 2007 04:13:10 -0000 Message-ID: <4767484C.60009@chuckr.org> Date: Mon, 17 Dec 2007 23:10:52 -0500 From: Chuck Robey User-Agent: Thunderbird 2.0.0.6 (X11/20071107) MIME-Version: 1.0 To: freebsd-ports@freebsd.org X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: adding enigmail to seamonkey X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2007 04:13:11 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm trying to add enigmail to seamonkey, and not having much fun doing it. I'm rather hoping someone here can help me. First, I'm using Seamonkey's mailer (and not Thunderbird) because it handled the formatting of fixed-width-font lines better. Where Thunderbird would show me llines getting as wide as my window, Seamonkey added in CRs at the 76th character, like I asked for. Not sure, this maybe has (or will) change, but I'm not looking at that here. I went ahead and stuck enigmail in Thunderbird as a dry-run, and while there was very little instruction in the port telling you how to install the enigmail port (the process of installing it is NOT handled by the port). It's apparently done by selecting Tools->Addons->Install, which copies a engimail.xpt file (the port's instructions really should mention that filename, you need it explicitly) and that menu option installs it for you. Well, the enigmail-seamonkey install has the same somewhat bare hint, so I went looking for the Tools->AddOns menu, but that's a lost cause, it's not there, although the install comment in the port tells you it is. Well, sez I, go look into the .thunderbird file, figure out where the enigmail.xpt file went, and ciopy it to the same spot in .seamonkey ... that's not any good, because there isn't any .seamonkey directory in my homedir. So, that might or might not work. I'm lost. Anyone gotten the enigmail-seamonkey port to work? -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHZ0hMz62J6PPcoOkRAq4gAJ9dGAk7wSIETqHqbkAaAoyIVkEc/wCgiP2+ 26j4j1xbrRiomEGh5+qX+O4= =AiLf -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Tue Dec 18 04:30:49 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C396F16A418 for ; Tue, 18 Dec 2007 04:30:49 +0000 (UTC) (envelope-from chuckr@chuckr.org) Received: from mail7.sea5.speakeasy.net (mail7.sea5.speakeasy.net [69.17.117.9]) by mx1.freebsd.org (Postfix) with ESMTP id B0A6513C468 for ; Tue, 18 Dec 2007 04:30:49 +0000 (UTC) (envelope-from chuckr@chuckr.org) Received: (qmail 25640 invoked from network); 18 Dec 2007 04:30:48 -0000 Received: from april.chuckr.org (chuckr@[66.92.151.30]) (envelope-sender ) by mail7.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 18 Dec 2007 04:30:48 -0000 Message-ID: <47674C6E.4080301@chuckr.org> Date: Mon, 17 Dec 2007 23:28:30 -0500 From: Chuck Robey User-Agent: Thunderbird 2.0.0.6 (X11/20071107) MIME-Version: 1.0 To: freebsd-ports@freebsd.org X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: mailer question #2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2007 04:30:49 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Well, assuming that I can't get enigmail-seamonkey fixed up, I was wondering if I could get a recommendation about a mailer. This following is my list of requirements, so please don't lets open up a mailer free-for-all (I like the ACME mailer!) unless it has what I'm after, ok? Seeing as I initially liked Seamonkey, it should surprise noone that I want a graphical UI (no ascii interface, please, I don't care how much you like it) and it works with the latest version of the gnupg port (version 2.04) and not the older gnupg1 port, so I can use my present keys to sign/encrypt stuff. Lastly, I has to allow for an imap interface to the mail. That's all: GUI, GNUpg-2.04, and IMAPv4 I didn't mean it provides the IMAPv4, I use dovecot/postfix/openssl to set up a nicely portable system environment, just that my adding GNUpg has made problems for myself, so I need a new mail client. Any mailers handling those 3 requirements? -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHZ0xuz62J6PPcoOkRAuUWAJ4vl0hAe8C+dmfsEYJTR7HAp26slgCfR1mH y/j1YrL6FTenFgw0ONYjPi8= =U5li -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Tue Dec 18 04:32:45 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D41AE16A420 for ; Tue, 18 Dec 2007 04:32:45 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 63F0513C447 for ; Tue, 18 Dec 2007 04:32:45 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 17 Dec 2007 23:32:44 -0500 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr02.lnh.mail.rcn.net (MOS 3.8.6-GA) with ESMTP id OEL02311; Mon, 17 Dec 2007 23:32:44 -0500 (EST) Received: from 209-6-22-188.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.22.188]) by smtp01.lnh.mail.rcn.net with ESMTP; 17 Dec 2007 23:31:40 -0500 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18279.19819.449822.96380@jerusalem.litteratus.org> Date: Mon, 17 Dec 2007 23:32:43 -0500 To: Chuck Robey In-Reply-To: <4767484C.60009@chuckr.org> References: <4767484C.60009@chuckr.org> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr02.lnh.mail.rcn.net) Cc: freebsd-ports@freebsd.org Subject: adding enigmail to seamonkey X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2007 04:32:45 -0000 Chuck Robey writes: > Well, the enigmail-seamonkey install has the same somewhat bare > hint, so I went looking for the Tools->AddOns menu, but that's a > lost cause, it's not there, although the install comment in the > port tells you it is. Well, sez I, go look into the .thunderbird > file, figure out where the enigmail.xpt file went, and ciopy it > to the same spot in .seamonkey ... that's not any good, because > there isn't any .seamonkey directory in my homedir. So, that > might or might not work. > > I'm lost. Anyone gotten the enigmail-seamonkey port to work? My seamonkey always looked in the same place Mozilla did; as far as I remember I don't have aything special set to make that happen. Robert Huff From owner-freebsd-ports@FreeBSD.ORG Tue Dec 18 05:10:20 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9FE8E16A417 for ; Tue, 18 Dec 2007 05:10:20 +0000 (UTC) (envelope-from chess@chessgriffin.com) Received: from turtle-out.mxes.net (turtle-out.mxes.net [216.86.168.191]) by mx1.freebsd.org (Postfix) with ESMTP id 7E55B13C448 for ; Tue, 18 Dec 2007 05:10:20 +0000 (UTC) (envelope-from chess@chessgriffin.com) Received: from mxout-04.mxes.net (mxout-04.mxes.net [216.86.168.179]) by turtle-in.mxes.net (Postfix) with ESMTP id D7E83163F7F for ; Mon, 17 Dec 2007 23:40:12 -0500 (EST) Received: from localhost (unknown [69.134.35.207]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id A3B07D0500; Mon, 17 Dec 2007 23:40:11 -0500 (EST) Date: Mon, 17 Dec 2007 23:40:10 -0500 From: Chess Griffin To: Chuck Robey Message-ID: <20071218044010.GA36895@localhost> References: <47674C6E.4080301@chuckr.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="fdj2RfSjLxBAspz7" Content-Disposition: inline In-Reply-To: <47674C6E.4080301@chuckr.org> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: freebsd-ports@freebsd.org Subject: Re: mailer question #2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chess Griffin List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2007 05:10:20 -0000 --fdj2RfSjLxBAspz7 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Chuck Robey [2007-12-17 23:28:30]: =20 > Any mailers handling those 3 requirements? Some that come to mind are: mozilla-thunderbird, claws-mail, evolution, kmail. Hope this helps. --=20 Chess Griffin GPG Public Key: 0x0C7558C3 http://www.chessgriffin.com --fdj2RfSjLxBAspz7 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHZ08qKzd9mAx1WMMRAovMAJ9DkehO0CWxx6aWjbKk9lnclchZ9gCdGc2a kBmcdH7CTAGjxFEfvQ6hWQU= =1d76 -----END PGP SIGNATURE----- --fdj2RfSjLxBAspz7-- From owner-freebsd-ports@FreeBSD.ORG Tue Dec 18 05:33:18 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F1A716A41A for ; Tue, 18 Dec 2007 05:33:18 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from smtp3.utdallas.edu (smtp3.utdallas.edu [129.110.10.49]) by mx1.freebsd.org (Postfix) with ESMTP id 3EA7F13C448 for ; Tue, 18 Dec 2007 05:33:18 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from [192.168.2.102] (unknown [24.175.90.48]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp3.utdallas.edu (Postfix) with ESMTP id 93358654F2 for ; Mon, 17 Dec 2007 23:33:17 -0600 (CST) Date: Mon, 17 Dec 2007 23:33:13 -0600 From: Paul Schmehl To: freebsd-ports@freebsd.org Message-ID: In-Reply-To: <47674C6E.4080301@chuckr.org> References: <47674C6E.4080301@chuckr.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: mailer question #2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2007 05:33:18 -0000 --On December 17, 2007 11:28:30 PM -0500 Chuck Robey wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Well, assuming that I can't get enigmail-seamonkey fixed up, I was > wondering if I could get a recommendation about a mailer. This > following is my list of requirements, so please don't lets open up a > mailer free-for-all (I like the ACME mailer!) unless it has what I'm > after, ok? > > Seeing as I initially liked Seamonkey, it should surprise noone that I > want a graphical UI (no ascii interface, please, I don't care how much > you like it) and it works with the latest version of the gnupg port > (version 2.04) and not the older gnupg1 port, so I can use my present > keys to sign/encrypt stuff. Lastly, I has to allow for an imap interface > to the mail. That's all: GUI, GNUpg-2.04, and IMAPv4 > mail/mulberry The best MUA I've ever used, and it meets all three of your requirements easily. The one complaint users consistently have (but not me!) about it is that it doesn't "do" HTML email (meaning that it won't display the images inline and won't run scripts.) It's the geek's email client, loaded with useful features such as a single "new mail" folder that displays *all* new mail regardless of account or folder (so you seldom have to expand your account folders), multiple identities, the ability to "lock" accounts to specific signatures, identities and smtp servers so replies are "automatically" correct, unlimited accounts with no sharing of inboxes or other folders, effortless handling of both POP and IMAP4 regardless of folder size and/or message size, and, well, I could go on and on but I won't. Mulberry *was* closed source but is now open source and is actively developed. It handles iCal, WebDav Cal, IMSP, ACAP and LDAP addressbooks and several other protocols including Sieve filtering. I use it to access Exchange (IMAP), Cyrus IMAP, Courier IMAP and two different POP accounts. You might love it. You might hate it. But you should definitely try it. Paul Schmehl (pauls@utdallas.edu) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/ From owner-freebsd-ports@FreeBSD.ORG Tue Dec 18 07:00:36 2007 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 7DE0116A41A for ; Tue, 18 Dec 2007 07:00:36 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id D437E13C448 for ; Tue, 18 Dec 2007 07:00:35 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 18 Dec 2007 06:33:55 -0000 Received: from nat-wh-1.rz.uni-karlsruhe.de (EHLO homeKamikaze.norad) [129.13.72.169] by mail.gmx.net (mp034) with SMTP; 18 Dec 2007 07:33:55 +0100 X-Authenticated: #5465401 X-Provags-ID: V01U2FsdGVkX1/f1IFXDu7fQM4U59JVRHb9udh6XBSZamk0p/uCge HgLHpEq8iFLQfh Message-ID: <476769CC.30807@gmx.de> Date: Tue, 18 Dec 2007 07:33:48 +0100 From: Dominic Fandrey User-Agent: Thunderbird 2.0.0.9 (X11/20071203) MIME-Version: 1.0 To: d@delphij.net References: <4767283D.70604@delphij.net> In-Reply-To: <4767283D.70604@delphij.net> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: ports@FreeBSD.org Subject: Re: ports.conf: Is there a reason behind not being default? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Dec 2007 07:00:36 -0000 Xin LI wrote: > Hi, > > I think that ports-mgmt/portconf (a.k.a. /usr/local/etc/ports.conf) is a > very handy feature that makes it much easier to store port options > across upgrade. Is there a reason behind not making it into > bsd.ports.mk? IMHO it's a big deal to take the script into > ports/Tools/scripts, and move the configuration to somewhere like > /etc/ports.conf... > > Cheers, It's like with portmanager, just not everyone's tool of choice. Seeing that I have my own system for this stuff in the ports tree, I wouldn't use it if it were part of the base system. From owner-freebsd-ports@FreeBSD.ORG Tue Dec 18 09:53:11 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 545AE16A419 for ; Tue, 18 Dec 2007 09:53:11 +0000 (UTC) (envelope-from mail@sysfault.org) Received: from smtprelay11.ispgateway.de (smtprelay11.ispgateway.de [80.67.29.28]) by mx1.freebsd.org (Postfix) with ESMTP id A40A313C4DD for ; Tue, 18 Dec 2007 09:53:10 +0000 (UTC) (envelope-from mail@sysfault.org) Received: (qmail 27400 invoked from network); 18 Dec 2007 09:53:08 -0000 Received: from unknown (HELO medusa.sysfault.org) (936934@[89.182.128.157]) (envelope-sender ) by smtprelay11.ispgateway.de (qmail-ldap-1.03) with AES256-SHA encrypted SMTP; 18 Dec 2007 09:53:08 -0000 Received: from localhost ([127.0.0.1] helo=medusa.sysfault.org) by medusa.sysfault.org with esmtp (Exim 4.68 (FreeBSD)) (envelope-from ) id 1J4Z7x-000LLI-VF; Tue, 18 Dec 2007 10:52:43 +0100 Received: (from marcus@localhost) by medusa.sysfault.org (8.14.2/8.14.2/Submit) id lBI9qduF082043; Tue, 18 Dec 2007 10:52:39 +0100 (CET) (envelope-from marcus) Date: Tue, 18 Dec 2007 10:52:37 +0100 From: Marcus von Appen To: freebsd-ports@freebsd.org Message-ID: <20071218095237.GA80878@medusa.sysfault.org> Mail-Followup-To: freebsd-ports@freebsd.org, jylefort@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="uAKRQypu60I7Lcqm" Content-Disposition: inline User-Agent: Mutt/1.5.17 (2007-11-01) X-Spam-Score: -4.4 (----) Cc: jylefort@freebsd.org Subject: devel/linux-js does not work on recent RELENG_7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marcus von Appen List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2007 09:53:11 -0000 --uAKRQypu60I7Lcqm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, although installing devel/linux-js works fine, the module cannot be loaded on RELENG_7 after installation. The affected joystick is USB powered and clearly recognized by native ports. uhid is compiled in as device. Right after trying to load it, dmesg spits out a=20 "link_elf: symbol FILEDESC_UNLOCK undefined" message. # kldload linux_js kldload: can't load linux_js: No such file or directory # ls /boot/modules/linux* /boot/modules/linux_js.ko # tail /etc/rc.conf [...] linux_js_enable=3D"YES" jscal_enable=3D"YES" # dmesg |grep uhid uhid0: on uhub5 # uname -a FreeBSD medusa.sysfault.org 7.0-BETA4 FreeBSD 7.0-BETA4 #3: Sat Dec 15 19:50:53 CET 2007 root@medusa.sysfault.org:/usr/obj/usr/src/sys/MEDUSA i386 Can someone verify this behaviour or is this a problem on my system only? Regards Marcus --uAKRQypu60I7Lcqm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFHZ5hlo/JpszXavhwRApDoAJ9wWdESbhqK9kwLDXLN5KRT4o+MNwCfZRJb iHlEIZwCHyBvLZ5Ahzb5be0= =rAiz -----END PGP SIGNATURE----- --uAKRQypu60I7Lcqm-- From owner-freebsd-ports@FreeBSD.ORG Tue Dec 18 10:17:52 2007 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 845D816A41A for ; Tue, 18 Dec 2007 10:17:52 +0000 (UTC) (envelope-from florent.thoumie@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 1CCD613C46E for ; Tue, 18 Dec 2007 10:17:51 +0000 (UTC) (envelope-from florent.thoumie@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so4106019waf.3 for ; Tue, 18 Dec 2007 02:17:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=GXyOpqapseigI70ygHZkWYHCCKG9BW6+MzgJH0cAvf0=; b=QvBUsr8m/B2PIcrska3gruFTY7CdBXBdMtRca58YH/lFonuCrTvIC5PPdN+WDCNEfnRw07xLuFxIIHM+L04E9ouUe0mI/NLJAwnEsSH/MuI0JV/jRHxqw3tJe2Rj3YkiJxykg1K/ujF3jH4SmXNP+9SO0kSSjdPw2JcoSEM2c+Q= 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=scph95AoVlRo6YkRG41DmM8sBOG4XeC6SDjnBWIp2gKErs5mNIIkLYPgiwLYVvrJ3qT7QdMW7cReDFTgY180yfCZhMiIL1Ti0loGxZua9ggf8J75tfvu0XfJVVrWg7ff5hru5JqHCyN5MsHXXed6gY6nSVRgxo98Ozar9uf6g6s= Received: by 10.114.12.9 with SMTP id 9mr268747wal.23.1197971554497; Tue, 18 Dec 2007 01:52:34 -0800 (PST) Received: by 10.114.61.15 with HTTP; Tue, 18 Dec 2007 01:52:34 -0800 (PST) Message-ID: Date: Tue, 18 Dec 2007 09:52:34 +0000 From: "Florent Thoumie" Sender: florent.thoumie@gmail.com To: d@delphij.net In-Reply-To: <4767283D.70604@delphij.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4767283D.70604@delphij.net> X-Google-Sender-Auth: a54192680800e81e Cc: ports@freebsd.org Subject: Re: ports.conf: Is there a reason behind not being default? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Dec 2007 10:17:52 -0000 On Dec 18, 2007 1:54 AM, Xin LI wrote: > Hi, > > I think that ports-mgmt/portconf (a.k.a. /usr/local/etc/ports.conf) is a > very handy feature that makes it much easier to store port options > across upgrade. Is there a reason behind not making it into > bsd.ports.mk? IMHO it's a big deal to take the script into > ports/Tools/scripts, and move the configuration to somewhere like > /etc/ports.conf... I'd rather have ports.conf being the equivalent of src.conf for ports and portconf configuration file being renamed. Whether it should be in base or not is another matter, IMHO it's a handy hack but a hack nonetheless :-) -- Florent Thoumie flz@FreeBSD.org FreeBSD Committer From owner-freebsd-ports@FreeBSD.ORG Tue Dec 18 10:24:51 2007 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 3965B16A417; Tue, 18 Dec 2007 10:24:51 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.freebsd.org (Postfix) with ESMTP id C640413C46E; Tue, 18 Dec 2007 10:24:50 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 82B8D20BE; Tue, 18 Dec 2007 11:05:11 +0100 (CET) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: -0.1/3.0 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on tim.des.no Received: from ds4.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id 689E620A0; Tue, 18 Dec 2007 11:05:11 +0100 (CET) Received: by ds4.des.no (Postfix, from userid 1001) id 459608448F; Tue, 18 Dec 2007 11:05:11 +0100 (CET) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: ports@freebsd.org Date: Tue, 18 Dec 2007 11:05:11 +0100 Message-ID: <868x3snwrs.fsf@ds4.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Cc: rpz@cse.wustl.edu, brooks@freebsd.org, amistry@am-productions.biz, gerrit.beine@gmx.de, lioux@freebsd.org Subject: Ports that use wget instead of fetch X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Dec 2007 10:24:51 -0000 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable A quick survey of ports that use wget instead of fetch to get the distfile: audio/ventrilo-server/Makefile - needs POST, which fetch does not support biology/gmap/Makefile - distfile does not exist on master site, project web page also missing, unable to locate with Google devel/looks/Makefile - distfile does not exist on master site, but other ports using the same master site work fine with fetch devel/subclipse/Makefile - works fine with fetch sysutils/sge/Makefile - needs cookies, which fetch does not support textproc/javacc/Makefile - works fine with fetch x11/rxvt-devel/Makefile - both master site work fine with fetch, but one of them doesn't have the distfile; should use sourceforge instead x11/rxvt/Makefile - one master site (planetmirror.com) out of three is broken, the other two work fine; should use sourceforge instead I've attached a patch for the ports that I've been able to verify work correctly with fetch. I'd appreciate it if the maintainers of the remaining ports would add comments to the Makefile explaining why wget is necessary. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=wget-ports.diff Index: devel/subclipse/Makefile =================================================================== RCS file: /home/pcvs/ports/devel/subclipse/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile --- devel/subclipse/Makefile 27 Sep 2007 20:56:48 -0000 1.14 +++ devel/subclipse/Makefile 18 Dec 2007 09:34:44 -0000 @@ -16,7 +16,6 @@ COMMENT= A subversion plugin for the Eclipse IDE Framework RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse -FETCH_DEPENDS= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget CONFLICTS= phpeclipse-[0-9]* @@ -33,15 +32,8 @@ plugins/${SUBCLIPSE}.mylyn_2.0.0 \ plugins/${SUBCLIPSE}.ui_${PORTVERSION} -WGET?= ${LOCALBASE}/bin/wget - .include -do-fetch: -.if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}.zip) - ${WGET} -P${DISTDIR}/${DIST_SUBDIR} ${MASTER_SITES}/${DISTNAME}.zip -.endif - post-extract: .for f in ${SUBCLIPSEFILES} cd ${WRKSRC} \ Index: textproc/javacc/Makefile =================================================================== RCS file: /home/pcvs/ports/textproc/javacc/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile --- textproc/javacc/Makefile 29 Jun 2007 19:33:24 -0000 1.14 +++ textproc/javacc/Makefile 18 Dec 2007 09:52:01 -0000 @@ -15,13 +15,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Java parser generator and lexical analyzer -FETCH_DEPENDS= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget - USE_JAVA= yes USE_ANT= yes DISABLE_SIZE= yes -FETCH_CMD= ${LOCALBASE}/bin/wget -FETCH_BEFORE_ARGS= --no-check-certificate WRKSRC= ${WRKDIR}/${PORTNAME} .include Index: x11/rxvt-devel/Makefile =================================================================== RCS file: /home/pcvs/ports/x11/rxvt-devel/Makefile,v retrieving revision 1.81 diff -u -r1.81 Makefile --- x11/rxvt-devel/Makefile 19 May 2007 20:27:17 -0000 1.81 +++ x11/rxvt-devel/Makefile 18 Dec 2007 09:58:21 -0000 @@ -12,18 +12,12 @@ PORTVERSION= 2.7.10 PORTREVISION= 2 CATEGORIES+= x11 -MASTER_SITES= \ - http://slackware.osuosl.org/slackware_source/xap/rxvt/ \ - ftp://ftp.fu-berlin.de/unix/X11/terms/rxvt/%SUBDIR%/ -MASTER_SITE_SUBDIR= . old devel +MASTER_SITES= SF PKGNAMESUFFIX= -devel -DISTNAME= rxvt-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org COMMENT= A low memory usage xterm replacement that supports color -FETCH_DEPENDS= wget:${PORTSDIR}/ftp/wget - USE_AUTOTOOLS= libtool:15 USE_PERL5_BUILD=yes USE_X_PREFIX= yes @@ -33,17 +27,9 @@ --with-xpm --enable-xpm-background --enable-transparency \ --enable-shared INSTALLS_SHLIB= yes -USE_BZIP2= yes MAN1= rxvt.1 -# fetch(1) is misbehaving with these MASTER_SITES -FETCH_CMD= ${LOCALBASE}/bin/wget -FETCH_REGET= 0 -DISABLE_SIZE= yes -FETCH_BEFORE_ARGS= -FETCH_AFTER_ARGS= - # disable backspace key .if defined(WITHOUT_BACKSPACE_KEY) CONFIGURE_ARGS+= --disable-backspace-key Index: x11/rxvt-devel/distinfo =================================================================== RCS file: /home/pcvs/ports/x11/rxvt-devel/distinfo,v retrieving revision 1.20 diff -u -r1.20 distinfo --- x11/rxvt-devel/distinfo 11 Nov 2005 06:06:13 -0000 1.20 +++ x11/rxvt-devel/distinfo 18 Dec 2007 09:58:31 -0000 @@ -1,3 +1,3 @@ -MD5 (rxvt-2.7.10.tar.bz2) = 00dd774ee6e4e06d5a060266d7bb92f5 -SHA256 (rxvt-2.7.10.tar.bz2) = 81df129839edd2b5d569396043676875814115d9398e0dce6397f54a447f2fba -SIZE (rxvt-2.7.10.tar.bz2) = 493199 +MD5 (rxvt-2.7.10.tar.gz) = 302c5c455e64047b02d1ef19ff749141 +SHA256 (rxvt-2.7.10.tar.gz) = 616ad56502820264e6933d07bc4eb752aa6940ec14add6e780ffccf15f38d449 +SIZE (rxvt-2.7.10.tar.gz) = 595073 Index: x11/rxvt/Makefile =================================================================== RCS file: /home/pcvs/ports/x11/rxvt/Makefile,v retrieving revision 1.62 diff -u -r1.62 Makefile --- x11/rxvt/Makefile 19 May 2007 20:27:16 -0000 1.62 +++ x11/rxvt/Makefile 18 Dec 2007 09:58:52 -0000 @@ -12,17 +12,11 @@ PORTVERSION= 2.6.4 PORTREVISION= 3 CATEGORIES+= x11 -MASTER_SITES= \ - http://public.planetmirror.com/pub/rxvt/%SUBDIR%/ \ - http://slackware.osuosl.org/slackware-8.1/source/xap/rxvt/ \ - ftp://ftp.fu-berlin.de/unix/X11/terms/rxvt/%SUBDIR%/ -MASTER_SITE_SUBDIR= . old devel +MASTER_SITES= SF MAINTAINER= lioux@FreeBSD.org COMMENT= A low memory usage xterm replacement that supports color -FETCH_DEPENDS= wget:${PORTSDIR}/ftp/wget - USE_X_PREFIX= yes USE_XPM= yes GNU_CONFIGURE= yes @@ -30,17 +24,9 @@ --with-xpm --enable-xpm-background --enable-transparency \ --with-xpm-includes=${X11BASE}/include/X11 \ --with-xpm-library=${X11BASE}/lib -USE_BZIP2= yes MAN1= rxvt.1 PLIST_FILES= bin/rxvt -# fetch(1) is misbehaving with these MASTER_SITES -FETCH_CMD= ${LOCALBASE}/bin/wget -FETCH_REGET= 0 -DISABLE_SIZE= yes -FETCH_BEFORE_ARGS= -FETCH_AFTER_ARGS= - # enable big5 support .if defined(WITH_BIG5) CONFIGURE_ARGS+= --enable-big5 Index: x11/rxvt/distinfo =================================================================== RCS file: /home/pcvs/ports/x11/rxvt/distinfo,v retrieving revision 1.17 diff -u -r1.17 distinfo --- x11/rxvt/distinfo 11 Nov 2005 06:06:13 -0000 1.17 +++ x11/rxvt/distinfo 18 Dec 2007 09:58:56 -0000 @@ -1,3 +1,3 @@ -MD5 (rxvt-2.6.4.tar.bz2) = 0f21182dbcf8f48087ef9980dafb8c35 -SHA256 (rxvt-2.6.4.tar.bz2) = 69910cbddbfabe00a0941a2c3dc74dd6b5c0db66f8e8b1773d55c322ba2e4938 -SIZE (rxvt-2.6.4.tar.bz2) = 252636 +MD5 (rxvt-2.6.4.tar.gz) = 6b33ae7724e5e669ab9b2e79ae9a7758 +SHA256 (rxvt-2.6.4.tar.gz) = af0b90bb4d563aafeabcb4c237bd66668740743531e025a70d61a32d214f2242 +SIZE (rxvt-2.6.4.tar.gz) = 307334 --=-=-=-- From owner-freebsd-ports@FreeBSD.ORG Tue Dec 18 11:47:32 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2166D16A41A for ; Tue, 18 Dec 2007 11:47:32 +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 BF0F213C469 for ; Tue, 18 Dec 2007 11:47:31 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from localhost (localhost [127.0.0.1]) by falcon.cybervisiontech.com (Postfix) with ESMTP id AC3E6744021; Tue, 18 Dec 2007 13:47:29 +0200 (EET) 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 qdbr+8a73AU2; Tue, 18 Dec 2007 13:47:29 +0200 (EET) 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 85B82744012; Tue, 18 Dec 2007 13:47:29 +0200 (EET) Message-ID: <4767B351.7080608@icyb.net.ua> Date: Tue, 18 Dec 2007 13:47:29 +0200 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.9 (X11/20071116) MIME-Version: 1.0 To: RW References: <1197652999.00842024.1197640802@10.7.7.3> <1197663872.00842159.1197653403@10.7.7.3> <1197905004.00843758.1197893402@10.7.7.3> <1197912187.00843843.1197898801@10.7.7.3> In-Reply-To: <1197912187.00843843.1197898801@10.7.7.3> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: make config-conditional recursive ? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Dec 2007 11:47:32 -0000 on 17/12/2007 15:17 RW said the following: > On Mon, 17 Dec 2007 13:59:53 +0200 > Andriy Gapon wrote: > >> on 14/12/2007 19:22 RW said the following: >>> On Fri, 14 Dec 2007 15:57:12 +0200 >>> Andriy Gapon wrote: >>> >>>> Is make config-conditional recursive ? >>> No, but config-recursive is conditional >> but it's not conditional :-) >> > > I'm not sure what you are trying to say here, but "make > config-recursive" does a "make config-conditional" in the current port > and all the current port's dependencies - so it is both recursive and > conditional. Oh, I wasn't aware that it does "make config-conditional", I thought that it was "make config". Thank you for enlightening me! > There is a slight problem though, that it determines the dependencies > before doing the "make config-conditional", so it may occasionally miss > new dependencies. You can just run it twice though. Yes. Thank you. -- Andriy Gapon From owner-freebsd-ports@FreeBSD.ORG Tue Dec 18 12:58:56 2007 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 2BCB816A420 for ; Tue, 18 Dec 2007 12:58:56 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from mail.ciam.ru (ns.ciam.ru [213.247.195.75]) by mx1.freebsd.org (Postfix) with ESMTP id D10E013C455 for ; Tue, 18 Dec 2007 12:58:55 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from dhcp250-210.yandex.ru ([87.250.250.210]) by mail.ciam.ru with esmtpa (Exim 4.x) id 1J4bpS-0008nv-1C; Tue, 18 Dec 2007 15:45:46 +0300 Message-ID: <4767C05D.5000907@FreeBSD.org> Date: Tue, 18 Dec 2007 15:43:09 +0300 From: Sergey Matveychuk User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: jamie@bishopston.net Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: www/linux-flashplugin9 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Dec 2007 12:58:56 -0000 FYI => Attempting to fetch from http://fpdownload.macromedia.com/get/flashplayer/current/. fetch: http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz: size mismatch: expected 2608602, actual 3036127 -- Dixi. Sem. From owner-freebsd-ports@FreeBSD.ORG Tue Dec 18 13:05:48 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E2A716A41B for ; Tue, 18 Dec 2007 13:05:48 +0000 (UTC) (envelope-from craig001@lerwick.hopto.org) Received: from lerwick.hopto.org (81-86-235-79.dsl.pipex.com [81.86.235.79]) by mx1.freebsd.org (Postfix) with SMTP id 7E03713C458 for ; Tue, 18 Dec 2007 13:05:47 +0000 (UTC) (envelope-from craig001@lerwick.hopto.org) Received: (qmail 35920 invoked by uid 98); 18 Dec 2007 12:38:01 +0000 Received: from 10.0.0.2 by polaris.lerwick.hopto.org (envelope-from , uid 82) with qmail-scanner-2.01 (clamdscan: 0.88.4/1789. hbedv: 7.1.1.11/6.35.1.178. f-prot: 4.6.6/3.16.14. spamassassin: 3.1.4. Clear:RC:1(10.0.0.2):. Processed in 0.035333 secs); 18 Dec 2007 12:38:01 -0000 Received: from lerwick.hopto.org (10.0.0.2) by lerwick.hopto.org with SMTP; 18 Dec 2007 12:38:00 +0000 Received: from 62.253.226.58 (SquirrelMail authenticated user lug) by lerwick.hopto.org with HTTP; Tue, 18 Dec 2007 12:38:01 -0000 (UTC) Message-ID: <45460.62.253.226.58.1197981481.squirrel@lerwick.hopto.org> Date: Tue, 18 Dec 2007 12:38:01 -0000 (UTC) From: craig001@lerwick.hopto.org To: freebsd-ports@freebsd.org User-Agent: SquirrelMail/1.4.8 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: clamav 0.92 port in the making ? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Dec 2007 13:05:48 -0000 Hi All I am just enquiring to see if anybody has started work porting 0.92 of clamav yet? Freshclam is upset that clamav is out of date. I have checked the pr's and can't see anything pending. I have also tried to contact the maintainer Renato Botelho , but received a referral. -- Kind Regards Craig Butler ============================================================ This email has been handled by lerwick.hopto.org mail server and has been scanned by 3 virus killers and spamassassin ============================================================ From owner-freebsd-ports@FreeBSD.ORG Tue Dec 18 14:49:47 2007 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 1D65416A419 for ; Tue, 18 Dec 2007 14:49:47 +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 91DE513C43E for ; Tue, 18 Dec 2007 14:49:46 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from oook.cz (nobody@localhost [127.0.0.1]) by raven.customer.vol.cz (8.14.1/8.14.1) with ESMTP id lBIEngTB069240; Tue, 18 Dec 2007 15:49:43 +0100 (CET) (envelope-from pav@FreeBSD.org) From: "Pav Lucistnik" To: d@delphij.net, ports@FreeBSD.org Date: Tue, 18 Dec 2007 15:49:42 +0100 Message-Id: <20071218144900.M51742@FreeBSD.org> In-Reply-To: <4767283D.70604@delphij.net> References: <4767283D.70604@delphij.net> X-Mailer: OpenWebMail 2.52 20060502 X-OriginatingIP: 195.122.204.152 (cvs@oook.cz) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 X-Spam-Score: -4.399 () ALL_TRUSTED,BAYES_00 X-Scanned-By: MIMEDefang 2.63 on 195.250.144.108 X-Milter: Spamilter (Reciever: raven.customer.vol.cz; Sender-ip: 127.0.0.1; Sender-helo: oook.cz; ) Cc: Subject: Re: ports.conf: Is there a reason behind not being default? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Dec 2007 14:49:47 -0000 On Mon, 17 Dec 2007 17:54:05 -0800, Xin LI wrote > I think that ports-mgmt/portconf (a.k.a. /usr/local/etc/ports.conf) > is a very handy feature that makes it much easier to store port options > across upgrade. Is there a reason behind not making it into > bsd.ports.mk? IMHO it's a big deal to take the script into > ports/Tools/scripts, and move the configuration to somewhere like > /etc/ports.conf... I haven't checked it out yet. What can it do that can't be done in /etc/make.conf with constructs like .if ${.CURDIR} == "/usr/ports/editors/vim" WITH_GTK2=yes .endif ? -- Pav Lucistnik From owner-freebsd-ports@FreeBSD.ORG Tue Dec 18 16:16:23 2007 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 7DD8E16A46E for ; Tue, 18 Dec 2007 16:16:23 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from mail.farley.org (farley.org [67.64.95.201]) by mx1.freebsd.org (Postfix) with ESMTP id 30D6813C4E8 for ; Tue, 18 Dec 2007 16:16:23 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from thor.farley.org (thor.farley.org [192.168.1.5]) by mail.farley.org (8.14.1/8.14.1) with ESMTP id lBIFr3Ai086645; Tue, 18 Dec 2007 09:53:03 -0600 (CST) (envelope-from scf@FreeBSD.org) Date: Tue, 18 Dec 2007 09:53:03 -0600 (CST) From: "Sean C. Farley" To: Pav Lucistnik In-Reply-To: <20071218144900.M51742@FreeBSD.org> Message-ID: References: <4767283D.70604@delphij.net> <20071218144900.M51742@FreeBSD.org> User-Agent: Alpine 0.999999 (BSF 847 2007-12-06) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on mail.farley.org Cc: ports@FreeBSD.org, d@delphij.net Subject: Re: ports.conf: Is there a reason behind not being default? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Dec 2007 16:16:23 -0000 On Tue, 18 Dec 2007, Pav Lucistnik wrote: > On Mon, 17 Dec 2007 17:54:05 -0800, Xin LI wrote > >> I think that ports-mgmt/portconf (a.k.a. /usr/local/etc/ports.conf) >> is a very handy feature that makes it much easier to store port >> options across upgrade. Is there a reason behind not making it into >> bsd.ports.mk? IMHO it's a big deal to take the script into >> ports/Tools/scripts, and move the configuration to somewhere like >> /etc/ports.conf... > > I haven't checked it out yet. What can it do that can't be done in > /etc/make.conf with constructs like > > .if ${.CURDIR} == "/usr/ports/editors/vim" > WITH_GTK2=yes > .endif I find it simpler to use: editors/vim: WITH_GTK2 or for all vim ports: editors/vim*: WITH_GTK2 Multiple ports on one line: multimedia/mencoder multimedia/mplayer: WITH_NVIDIA Defaults for all ports *: BATCH |\ SRC_BASE=/usr/FreeBSD/RELENG_7/src |\ SYSDIR=/usr/FreeBSD/RELENG_7/src/sys |\ WITH_NVIDIA_GL Sean -- scf@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Tue Dec 18 16:16:47 2007 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 BC40F16A4D1 for ; Tue, 18 Dec 2007 16:16:47 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 065C713C478 for ; Tue, 18 Dec 2007 16:16:46 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 18 Dec 2007 16:16:45 -0000 Received: from nat-wh-1.rz.uni-karlsruhe.de (EHLO homeKamikaze.norad) [129.13.72.169] by mail.gmx.net (mp053) with SMTP; 18 Dec 2007 17:16:45 +0100 X-Authenticated: #5465401 X-Provags-ID: V01U2FsdGVkX1/DONEG8JrDWG1fJNfruBz2yoqS+vqm5YqeCOtZpW QwHwIqC4u0fGkK Message-ID: <4767F263.2000708@gmx.de> Date: Tue, 18 Dec 2007 17:16:35 +0100 From: Dominic Fandrey User-Agent: Thunderbird 2.0.0.9 (X11/20071203) MIME-Version: 1.0 To: Pav Lucistnik References: <4767283D.70604@delphij.net> <20071218144900.M51742@FreeBSD.org> In-Reply-To: <20071218144900.M51742@FreeBSD.org> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: ports@FreeBSD.org, d@delphij.net Subject: Re: ports.conf: Is there a reason behind not being default? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Dec 2007 16:16:47 -0000 Pav Lucistnik wrote: > On Mon, 17 Dec 2007 17:54:05 -0800, Xin LI wrote > >> I think that ports-mgmt/portconf (a.k.a. /usr/local/etc/ports.conf) >> is a very handy feature that makes it much easier to store port options >> across upgrade. Is there a reason behind not making it into >> bsd.ports.mk? IMHO it's a big deal to take the script into >> ports/Tools/scripts, and move the configuration to somewhere like >> /etc/ports.conf... > > I haven't checked it out yet. What can it do that can't be done in > /etc/make.conf with constructs like > > .if ${.CURDIR} == "/usr/ports/editors/vim" > WITH_GTK2=yes > .endif > > ? Actually it can only do less than that (and it won't work if /usr/ports is a symlink, at least the last time I checked). The only advantage is a more compact (and simple) syntax. From owner-freebsd-ports@FreeBSD.ORG Tue Dec 18 16:35:19 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 62D3116A417; Tue, 18 Dec 2007 16:35:19 +0000 (UTC) (envelope-from mb@imp.ch) Received: from smtp.imp.ch (mx2-ipv6.imp.ch [IPv6:2001:4060:1:1001:209:6bff:fe89:869e]) by mx1.freebsd.org (Postfix) with ESMTP id DEFA913C465; Tue, 18 Dec 2007 16:35:18 +0000 (UTC) (envelope-from mb@imp.ch) Received: from godot (godot.imp.ch [157.161.4.8]) by smtp.imp.ch (ImproWare IDMS 8.14.2/8.14.2/Submit_imp) with ESMTP id lBIGYhBm081165; Tue, 18 Dec 2007 17:34:44 +0100 (CET) (envelope-from mb@imp.ch) Date: Tue, 18 Dec 2007 17:34:43 +0100 (CET) From: Martin Blapp X-X-Sender: mb@godot To: Nicki de Wet In-Reply-To: <4767F2D1.90004@astcape.co.za> Message-ID: <20071218173405.W4070@godot> References: <4767F2D1.90004@astcape.co.za> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: mbr@freebsd.org, freebsd-ports@freebsd.org Subject: Re: mtx port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2007 16:35:19 -0000 Hi, Thanks for the heads up. I just didn't know about any upgrade. No reason, but I should definitly update it :-) -- Martin Martin Blapp, ------------------------------------------------------------------ ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 61 826 93 00 Fax: +41 61 826 93 01 PGP: PGP Fingerprint: B434 53FC C87C FE7B 0A18 B84C 8686 EF22 D300 551E ------------------------------------------------------------------ On Tue, 18 Dec 2007, Nicki de Wet wrote: > Hi there, > > The mtx port is currently sitting at 1.2.17rel, but the latest version is > 1.3.11. I picked this up when configuring bacula, and noticed the inability > of 1.2.17 to identify from which slot the current tape in the drive was > loaded. 1.3.11 fixes this, I did a source build. > > It would be great to get this port up to date, is there a reason why it's > outdated? > > Thanks, > Nicki > From owner-freebsd-ports@FreeBSD.ORG Tue Dec 18 16:48:17 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0FA816A418 for ; Tue, 18 Dec 2007 16:48:17 +0000 (UTC) (envelope-from nicki@astcape.co.za) Received: from ns1.astcape.co.za (ns1.astcape.co.za [196.7.15.16]) by mx1.freebsd.org (Postfix) with ESMTP id F113813C442 for ; Tue, 18 Dec 2007 16:48:15 +0000 (UTC) (envelope-from nicki@astcape.co.za) Received: from localhost (localhost.astcape.co.za [127.0.0.1]) by ns1.astcape.co.za (Postfix) with ESMTP id 203D084603; Tue, 18 Dec 2007 18:18:29 +0200 (SAST) Received: from ns1.astcape.co.za ([127.0.0.1]) by localhost (ns1.astcape.co.za [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 42390-05; Tue, 18 Dec 2007 18:18:22 +0200 (SAST) Received: from [192.168.10.196] (dsl-241-175-22.telkomadsl.co.za [41.241.175.22]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ns1.astcape.co.za (Postfix) with ESMTP id AC5688423B; Tue, 18 Dec 2007 18:18:22 +0200 (SAST) Message-ID: <4767F2D1.90004@astcape.co.za> Date: Tue, 18 Dec 2007 18:18:25 +0200 From: Nicki de Wet User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: freebsd-ports@freebsd.org, mbr@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at astcape.co.za Cc: Subject: mtx port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2007 16:48:17 -0000 Hi there, The mtx port is currently sitting at 1.2.17rel, but the latest version is 1.3.11. I picked this up when configuring bacula, and noticed the inability of 1.2.17 to identify from which slot the current tape in the drive was loaded. 1.3.11 fixes this, I did a source build. It would be great to get this port up to date, is there a reason why it's outdated? Thanks, Nicki From owner-freebsd-ports@FreeBSD.ORG Tue Dec 18 16:50:48 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D237616A417 for ; Tue, 18 Dec 2007 16:50:48 +0000 (UTC) (envelope-from buckaroo@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 1E51C13C4CC for ; Tue, 18 Dec 2007 16:50:47 +0000 (UTC) (envelope-from buckaroo@gmx.de) Received: (qmail invoked by alias); 18 Dec 2007 16:24:07 -0000 Received: from i538745D7.versanet.de (EHLO tower) [83.135.69.215] by mail.gmx.net (mp019) with SMTP; 18 Dec 2007 17:24:07 +0100 X-Authenticated: #171259 X-Provags-ID: V01U2FsdGVkX1/bMRQNcmvbMRPxrnP2aujjXCb/AGYHX3ntraDuck /hOn0C0RW4NrUu From: Mark Nowiasz To: freebsd-ports@freebsd.org Date: Tue, 18 Dec 2007 17:24:06 +0100 User-Agent: KMail/1.9.7 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200712181724.06429.buckaroo@gmx.de> X-Y-GMX-Trusted: 0 Subject: www/linux-flashplugin9 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Dec 2007 16:50:48 -0000 Hi, I've been unable to install linux-flashplugin9: -----------------------------8<--------------------------------------- => install_flash_player_9_linux.tar.gz doesn't seem to exist in /usr/ports/distfiles/flashplugin/9.0r48. => Attempting to fetch from http://fpdownload.macromedia.com/get/flashplayer/current/. fetch: http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz: size mismatch: expected 2608602, actual 3036127 => Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/flashplugin/9.0r48/. fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/flashplugin/9.0r48/install_flash_player_9_linux.tar.gz: File unavailable (e.g., file not found, no access) => Couldn't fetch it - please try to retrieve this => port manually into /usr/ports/distfiles/flashplugin/9.0r48 and try again. --------------------------->8------------------------------------ Do you have any ideas what to do? Thanks in advance, Mark -- Why can't you be a non-conformist like everyone else? From owner-freebsd-ports@FreeBSD.ORG Tue Dec 18 17:01:58 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08E7716A46C for ; Tue, 18 Dec 2007 17:01:58 +0000 (UTC) (envelope-from david@wood2.org.uk) Received: from lon-mail-1.gradwell.net (lon-mail-1.gradwell.net [193.111.201.125]) by mx1.freebsd.org (Postfix) with ESMTP id 65E2913C447 for ; Tue, 18 Dec 2007 17:01:57 +0000 (UTC) (envelope-from david@wood2.org.uk) Received: from argon.wood2.org.uk ([82.71.104.124] country=GB ident=postmaster#pop3*wood2$org*uk) by lon-mail-1.gradwell.net with esmtpa (Gradwell gwh-smtpd 1.271) id 4767fd04.1ae.404; Tue, 18 Dec 2007 17:01:56 +0000 (envelope-sender ) Message-ID: Date: Tue, 18 Dec 2007 17:00:24 +0000 To: Mark Nowiasz From: David Wood References: <200712181724.06429.buckaroo@gmx.de> In-Reply-To: <200712181724.06429.buckaroo@gmx.de> MIME-Version: 1.0 Content-Type: text/plain;charset=us-ascii;format=flowed User-Agent: Turnpike/6.06-M () Cc: freebsd-ports@freebsd.org Subject: Re: www/linux-flashplugin9 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Dec 2007 17:01:58 -0000 Hi Mark and everyone, In message <200712181724.06429.buckaroo@gmx.de>, Mark Nowiasz writes >I've been unable to install linux-flashplugin9: > >-----------------------------8<--------------------------------------- >=> install_flash_player_9_linux.tar.gz doesn't seem to exist >in /usr/ports/distfiles/flashplugin/9.0r48. >=> Attempting to fetch from >http://fpdownload.macromedia.com/get/flashplayer/current/. >fetch: >http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_p >layer_9_linux.tar.gz: >size mismatch: expected 2608602, actual 3036127 >=> Attempting to fetch from >ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/flashplugin/9.0r48/. >fetch: >ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/flashplugin/9.0r48/ins >tall_flash_player_9_linux.tar.gz: >File unavailable (e.g., file not found, no access) >=> Couldn't fetch it - please try to retrieve this >=> port manually into /usr/ports/distfiles/flashplugin/9.0r48 and try again. >--------------------------->8------------------------------------ > >Do you have any ideas what to do? There's just been a point release of Flash CS3 Professional (one of the reasons I have a Windows box is to run Adobe Creative Suite 3 Design Premium). Either as part of that, or as a related project, Adobe have issued Flash Player 9 Update 3 - version 9.0.115.0. I suspect that the old distribution file has been withdrawn at the same time. http://tinyurl.com/39co9f has the release notes (found via the Flash CS3 release notes on my Windows machine). In other words - the port needs updating for the new Flash Player. Best wishes, David -- David Wood david@wood2.org.uk From owner-freebsd-ports@FreeBSD.ORG Tue Dec 18 17:24:08 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F170516A419; Tue, 18 Dec 2007 17:24:08 +0000 (UTC) (envelope-from david@vizion2000.net) Received: from dns1.vizion2000.net (77-99-36-42.cable.ubr04.chap.blueyonder.co.uk [77.99.36.42]) by mx1.freebsd.org (Postfix) with ESMTP id A589F13C455; Tue, 18 Dec 2007 17:24:08 +0000 (UTC) (envelope-from david@vizion2000.net) Received: by dns1.vizion2000.net (Postfix, from userid 1007) id B80D11CC3D; Tue, 18 Dec 2007 09:40:20 -0800 (PST) From: David Southwell Organization: Voice and Vision To: freebsd-ports@freebsd.org, Alejandro Pulver Date: Tue, 18 Dec 2007 09:40:20 -0800 User-Agent: KMail/1.9.7 References: <476663F7.106@gmail.com> In-Reply-To: <476663F7.106@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200712180940.20490.david@vizion2000.net> Cc: Subject: Re: logistics of re-engineering discussions/work X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2007 17:24:09 -0000 On Monday 17 December 2007 03:56:39 Aryeh M. Friedman wrote: > By the end of today or tomorrow the ports re-engineering team will > have the following established for most future discussion of the project: > > * Mailing list > * WWW site with Wiki > > I will be starting one final thread on the issue in -ports@ in later > today on finalizing a initial feature list. Hi I have just seen this and am a bit concerned that people will be expecting action on this today but I said I could not do the mail list and wiki/web site this until Thurs/Fri because I am out of town. I assume you still want me to do that on our behalf. I applaud your approach but please check with the core team before making external committments. In view of the jitterery behaviour of some idiots on ports@ I do not want anyone to be in a position to point a fingure and say we did not deliver when we said we would. I am sorry I cannot do anything about this until later in the week. Thanks David From owner-freebsd-ports@FreeBSD.ORG Tue Dec 18 17:26:44 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1D0C16A469 for ; Tue, 18 Dec 2007 17:26:44 +0000 (UTC) (envelope-from maciej@suszko.eu) Received: from 42.mail-out.ovh.net (42.mail-out.ovh.net [213.251.189.42]) by mx1.freebsd.org (Postfix) with SMTP id 484DD13C469 for ; Tue, 18 Dec 2007 17:26:44 +0000 (UTC) (envelope-from maciej@suszko.eu) Received: (qmail 9958 invoked by uid 503); 18 Dec 2007 17:00:08 -0000 Received: from gw2.ovh.net (HELO mail190.ha.ovh.net) (213.251.189.202) by 42.mail-out.ovh.net with SMTP; 18 Dec 2007 17:00:08 -0000 Received: from b0.ovh.net (HELO queue-out) (213.186.33.50) by b0.ovh.net with SMTP; 18 Dec 2007 16:59:46 -0000 Received: from 217-153-241-141.zab.nat.hnet.pl (HELO arsenic) (maciej@suszko.eu@217.153.241.141) by ns0.ovh.net with SMTP; 18 Dec 2007 16:57:54 -0000 Date: Tue, 18 Dec 2007 17:58:10 +0100 From: Maciej Suszko To: freebsd-ports@freebsd.org Message-Id: <20071218175810.deac5138.maciej@suszko.eu> In-Reply-To: <45460.62.253.226.58.1197981481.squirrel@lerwick.hopto.org> References: <45460.62.253.226.58.1197981481.squirrel@lerwick.hopto.org> X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.3; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Tue__18_Dec_2007_17_58_10_+0100_8HRkwXRR3cuv5QVr" X-Ovh-Remote: 217.153.241.141 (217-153-241-141.zab.nat.hnet.pl) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-Spam-Check: DONE|H 0.5/N Subject: Re: clamav 0.92 port in the making ? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Dec 2007 17:26:45 -0000 --Signature=_Tue__18_Dec_2007_17_58_10_+0100_8HRkwXRR3cuv5QVr Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable craig001@lerwick.hopto.org wrote: > Hi All >=20 > I am just enquiring to see if anybody has started work porting 0.92 > of clamav yet? >=20 > Freshclam is upset that clamav is out of date. >=20 > I have checked the pr's and can't see anything pending. >=20 > I have also tried to contact the maintainer Renato Botelho > , but received a referral. If that's not a problem, you can try temporary solution - copy daily.cvd from your closest mirror (http://db.XX.clamav.net/daily.cvd) to clamav working directory, then reload clamd with -HUP signal. This way you've got fresh virus signatures... but it's only temporary solution as the next time they change, freshclam is going to tell you your engine is too old. --=20 regards, Maciej Suszko. --Signature=_Tue__18_Dec_2007_17_58_10_+0100_8HRkwXRR3cuv5QVr Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFHZ/wiCikUk0l7iGoRAsamAJwLueEoPRJyyd0DhIIG3fDS7dbncACdHd8c 7ZdakxWgmEWywOATkwVbFAc= =eJTk -----END PGP SIGNATURE----- --Signature=_Tue__18_Dec_2007_17_58_10_+0100_8HRkwXRR3cuv5QVr-- From owner-freebsd-ports@FreeBSD.ORG Tue Dec 18 17:30:07 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7EF3B16A419 for ; Tue, 18 Dec 2007 17:30:07 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.freebsd.org (Postfix) with ESMTP id F26D113C4E1 for ; Tue, 18 Dec 2007 17:30:06 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so1582737nfb.33 for ; Tue, 18 Dec 2007 09:30:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=pbkCJN7/hm/tepHPGYQZoLModmQtlTeQkkqLzsMZlVA=; b=lom3KtfgHztZ8YowBJICbGdFoL6SFhhyXLv7JLDEa92fwHsUWxlVE9bF1wNNwd/bLUm+SjJLEF1ktQHulaiqT20MOzbYics2zA2F37l7ZnpVJIIWtv5pjdsZSdguxYWn6KZTApQR3FnOwQgf1mohgHLMZzfECqtuNgrdnjNxi5Y= 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=Lpj0WawtO4LfJ6PaFdi3BL+6Hk1r+kLyVqeGnNJOuY8m+TzYoVPwbyGT5UcqfXwD0W70HC/IMccI+f9ZTZ7u1LWRG3IQYdRJiRyd5J1YQP2wZwRA8RYi8IlCxshYrr2AEQXWyPBKqxuKXqJTHHbMWdLxRHr/TI3qvAS9ooiig/E= Received: by 10.86.26.11 with SMTP id 11mr7868327fgz.37.1197997306514; Tue, 18 Dec 2007 09:01:46 -0800 (PST) Received: by 10.86.91.5 with HTTP; Tue, 18 Dec 2007 09:01:46 -0800 (PST) Message-ID: <11167f520712180901o81f25e2s74c59610517dc63@mail.gmail.com> Date: Tue, 18 Dec 2007 11:01:46 -0600 From: "Sam Fourman Jr." To: "Mark Nowiasz" In-Reply-To: <200712181724.06429.buckaroo@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200712181724.06429.buckaroo@gmx.de> Cc: freebsd-ports@freebsd.org Subject: Re: www/linux-flashplugin9 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Dec 2007 17:30:07 -0000 On Dec 18, 2007 10:24 AM, Mark Nowiasz wrote: > Hi, > > I've been unable to install linux-flashplugin9: > unless I am wrong, I do not know of anyone that can get flash9 working stable with sound. Sam Fourman Jr. From owner-freebsd-ports@FreeBSD.ORG Tue Dec 18 18:58:40 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A39316A419; Tue, 18 Dec 2007 18:58:40 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao107.cox.net (eastrmmtao107.cox.net [68.230.240.59]) by mx1.freebsd.org (Postfix) with ESMTP id C9EA713C442; Tue, 18 Dec 2007 18:58:39 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo02.cox.net ([68.1.16.120]) by eastrmmtao107.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20071218185838.SUWQ8815.eastrmmtao107.cox.net@eastrmimpo02.cox.net>; Tue, 18 Dec 2007 13:58:38 -0500 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo02.cox.net with bizsmtp id SJyD1Y00G4iy4EG0000000; Tue, 18 Dec 2007 13:58:14 -0500 To: "Andriy Gapon" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <4766A953.1080708@icyb.net.ua> Content-Transfer-Encoding: 7bit Date: Tue, 18 Dec 2007 12:58:44 -0600 Message-ID: In-Reply-To: <4766A953.1080708@icyb.net.ua> User-Agent: Opera Mail/9.24 (Linux) Cc: multimedia@freebsd.org, freebsd-ports@freebsd.org Subject: Re: libcaca and libslang X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Dec 2007 18:58:40 -0000 On Mon, 17 Dec 2007 10:52:35 -0600, Andriy Gapon wrote: > > It seems that libcaca grows unrecorded dependency on libslang if it is > present in a system. I recently upgraded slang to libslang2-2.1.3 and > the only dependency before the upgrade was 'most'. > Now, when I run mplayer I get: > /libexec/ld-elf.so.1: Shared object "libslang.so.1" not found, required > by "libcaca.so.0" I have committed a fix. Thanks for report! Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Tue Dec 18 19:22:40 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8CB4F16A419 for ; Tue, 18 Dec 2007 19:22:40 +0000 (UTC) (envelope-from sbruno@miralink.com) Received: from plato.miralink.com (mail.miralink.com [70.103.185.20]) by mx1.freebsd.org (Postfix) with ESMTP id 376E413C4DD for ; Tue, 18 Dec 2007 19:22:40 +0000 (UTC) (envelope-from sbruno@miralink.com) Received: from localhost (localhost.localdomain [127.0.0.1]) by plato.miralink.com (Postfix) with ESMTP id 1A7451C81AA for ; Tue, 18 Dec 2007 11:01:41 -0800 (PST) Received: from plato.miralink.com ([127.0.0.1]) by localhost (plato.miralink.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 16960-05 for ; Tue, 18 Dec 2007 11:01:40 -0800 (PST) Received: from iago.office.miralink.com (iago.office.miralink.com [10.0.0.40]) by plato.miralink.com (Postfix) with ESMTP id 95EC71C81A1 for ; Tue, 18 Dec 2007 11:01:40 -0800 (PST) Message-ID: <47681914.9000306@miralink.com> Date: Tue, 18 Dec 2007 11:01:40 -0800 From: Sean Bruno User-Agent: Thunderbird 2.0.0.9 (X11/20071115) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DSPAM-Result: Innocent X-DSPAM-Processed: Tue Dec 18 11:01:40 2007 X-DSPAM-Confidence: 0.7828 X-DSPAM-Probability: 0.0000 X-DSPAM-Signature: 4768191458275715714951 X-DSPAM-Factors: 27, X-Virus-Scanned: amavisd-new at X-Spam-Status: No, score=-4.499 tagged_above=-10 required=6.6 autolearn=ham tests=[ALL_TRUSTED=-1.8, BAYES_00=-2.599, DSPAM_HAM=-0.1] X-Spam-Score: -4.499 X-Spam-Level: Subject: mib2c broken in RELENG_6 net-snmp port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2007 19:22:40 -0000 mib2c when run under RELENG_6 barfs about a dyn linker error: /libexec/ld-elf.so.1: /usr/local/lib/libnetsnmp.so.9: Undefined symbol "RAND_bytes" I _think_ that this is a failure to link in something from libssl, but don't quote me on that. Sean From owner-freebsd-ports@FreeBSD.ORG Tue Dec 18 20:21:35 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B51416A41A for ; Tue, 18 Dec 2007 20:21:35 +0000 (UTC) (envelope-from chuckr@chuckr.org) Received: from mail7.sea5.speakeasy.net (mail7.sea5.speakeasy.net [69.17.117.9]) by mx1.freebsd.org (Postfix) with ESMTP id CB7C013C45B for ; Tue, 18 Dec 2007 20:21:34 +0000 (UTC) (envelope-from chuckr@chuckr.org) Received: (qmail 4078 invoked from network); 18 Dec 2007 20:21:34 -0000 Received: from april.chuckr.org (chuckr@[66.92.151.30]) (envelope-sender ) by mail7.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 18 Dec 2007 20:21:34 -0000 Message-ID: <47682B47.5000507@chuckr.org> Date: Tue, 18 Dec 2007 15:19:19 -0500 From: Chuck Robey User-Agent: Thunderbird 2.0.0.6 (X11/20071107) MIME-Version: 1.0 To: Robert Huff References: <4767484C.60009@chuckr.org> <18279.19819.449822.96380@jerusalem.litteratus.org> In-Reply-To: <18279.19819.449822.96380@jerusalem.litteratus.org> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: adding enigmail to seamonkey X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2007 20:21:35 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Robert Huff wrote: > Chuck Robey writes: > >> Well, the enigmail-seamonkey install has the same somewhat bare >> hint, so I went looking for the Tools->AddOns menu, but that's a >> lost cause, it's not there, although the install comment in the >> port tells you it is. Well, sez I, go look into the .thunderbird >> file, figure out where the enigmail.xpt file went, and ciopy it >> to the same spot in .seamonkey ... that's not any good, because >> there isn't any .seamonkey directory in my homedir. So, that >> might or might not work. >> >> I'm lost. Anyone gotten the enigmail-seamonkey port to work? > > My seamonkey always looked in the same place Mozilla did; as > far as I remember I don't have aything special set to make that > happen. Robert, do you remember how you went about installing your enigmail into seamonkey? Apparently, after you build the enigmail-seamonkey port, you still have to take some action with the newly built seamonkey (as had to happen with enigmail-firefox), but the hint given in the message listed in the enigmail-seamonkey port gives me menu options to hit, that don't exist in seamonkey. So I need to know how you installed it. I don't have a mozilla to check. I have a firefox; is the installation a mere option of locating the enigmail.xpt file in the firefox config dir, and placing that came file in the seamonkey config dir? And, do you know the name of the seamonkey config dir? Is it .mozilla? -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHaCtHz62J6PPcoOkRAlWjAJ9da0Vg1Fa6+pdMyShzBbRXt9+9AgCdEVCO 9ELJkl2Gm6x+y1L0IzrvrHU= =osUe -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Tue Dec 18 20:29:25 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04B7816A417 for ; Tue, 18 Dec 2007 20:29:25 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 9F94C13C465 for ; Tue, 18 Dec 2007 20:29:24 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr08.lnh.mail.rcn.net ([207.172.157.28]) by smtp02.lnh.mail.rcn.net with ESMTP; 18 Dec 2007 15:29:22 -0500 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr08.lnh.mail.rcn.net (MOS 3.8.6-GA) with ESMTP id JLU90074; Tue, 18 Dec 2007 15:29:22 -0500 (EST) Received: from 209-6-22-188.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.22.188]) by smtp01.lnh.mail.rcn.net with ESMTP; 18 Dec 2007 15:28:15 -0500 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18280.11677.696066.125880@jerusalem.litteratus.org> Date: Tue, 18 Dec 2007 15:29:17 -0500 To: Chuck Robey In-Reply-To: <47682B47.5000507@chuckr.org> References: <4767484C.60009@chuckr.org> <18279.19819.449822.96380@jerusalem.litteratus.org> <47682B47.5000507@chuckr.org> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr08.lnh.mail.rcn.net) Cc: freebsd-ports@freebsd.org Subject: Re: adding enigmail to seamonkey X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2007 20:29:25 -0000 Chuck Robey writes: 1) I don't have enigmail installed. 2) My copy of seamonkey uses ".mozilla/huff/.slt/" as its config/data directory. Robert Huff From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 04:43:59 2007 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 B962B16A468 for ; Wed, 19 Dec 2007 04:43:59 +0000 (UTC) (envelope-from xride@x12.dk) Received: from mx03.stofanet.dk (mx03.stofanet.dk [212.10.10.13]) by mx1.freebsd.org (Postfix) with ESMTP id 743A313C45D for ; Wed, 19 Dec 2007 04:43:59 +0000 (UTC) (envelope-from xride@x12.dk) Received: from 5634d033.rev.stofanet.dk ([86.52.208.51] helo=beacon.x12.dk) by mx05.stofanet.dk (envelope-from ) with esmtp id 1J4jMG-0006ET-00; Tue, 18 Dec 2007 21:48:16 +0100 Received: from localhost (localhost [127.0.0.1]) by beacon.x12.dk (Postfix) with ESMTP id AB71C28417; Tue, 18 Dec 2007 21:48:07 +0100 (CET) Date: Tue, 18 Dec 2007 21:47:52 +0100 From: Soeren Straarup To: RISCH Gilles Message-ID: <20071218214752.2ffb286e@x12.dk> In-Reply-To: <200712141811.14594.roodemol@cjbous.net> References: <200712141811.14594.roodemol@cjbous.net> X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.1; i386-portbld-freebsd8.0) Telephone: +4575581244 +13612371008 Mobil: +4520276244 X-Face: 7Y!o?/XT:H%BE>uVwW9m14t\pR.ZF]T!3s$d_`Gv6TVIknyh$"aMW=:t(r}QL:3W, Ico:Gec Ksmq@nVq-$Ks_33F0L>R[^qp'3-g4eV#nKv/8rl",TY4NTKO&DRL)e(x^6Tn^9".i; oJf-l69YL+>hY- }/$J[OE(pIER<2n`8E_}HLv`tXVvUr^O%#4 Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: FreeBSD Port: dream-1.6.25_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, 19 Dec 2007 04:43:59 -0000 Hi, On Fri, 14 Dec 2007 18:11:14 +0100 RISCH Gilles wrote: > I've installed dream from the ports. Under windows I can chose the > serial port and the receiver (in my case the elektor drm receiver) > and change the frequency. Where can I find this dialog? Sorry for the late response. But I haven't had time to look at dream lately. Last i played with it I only used a soundcard. But examples, patches and other good stuff are more than welcome. /Soeren -- Soeren Straarup | aka OZ2DAK aka Xride FreeBSD committer | FreeBSD since 2.2.6-R If a program is not working right, then send a patch From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 10:31:10 2007 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 AACF716A417 for ; Wed, 19 Dec 2007 10:31:10 +0000 (UTC) (envelope-from jockey.kyd@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.189]) by mx1.freebsd.org (Postfix) with ESMTP id 35D3A13C45A for ; Wed, 19 Dec 2007 10:31:09 +0000 (UTC) (envelope-from jockey.kyd@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so3440902fka.11 for ; Wed, 19 Dec 2007 02:31:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=cSvSOkjjiVqWYYvU/Fy3QTXJ7Hi4Lu31tucSTFfy/P0=; b=Uvu5MYG5vIiX9hZ5Rz457H8GN5WsEhksNOGPa5M7b58yS02ivwhuwWpxzkFz73JYB64kJKUL5iV3jQd6sR+2UioA53bBSjvV6cCkPoWD1GNMUkBNZFUrKohJ6F2EsHp2FfgvGtRRDHWgcCHCHZJMhRN9oVfA8p3vANk8zK8YkFY= 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=LzoTKPAmtCgOlYQPXI47odZVsMS+rCG29eYC8bcPKT9LhymPh62lozeUwIoAnM90R731lWN6ZPa2pyLhcIQ6qSt4Mv3itCs5O18mBHA7nhLWlhjf55DyE5uuLje0rfLKil4InumNxg8c735vauUFzNYuQOdryKCFPGGJ/BIAOv4= Received: by 10.82.180.17 with SMTP id c17mr9978290buf.14.1198058692594; Wed, 19 Dec 2007 02:04:52 -0800 (PST) Received: by 10.82.190.14 with HTTP; Wed, 19 Dec 2007 02:04:52 -0800 (PST) Message-ID: <14b0c1da0712190204y4926ef9em91418c9bf6fed643@mail.gmail.com> Date: Wed, 19 Dec 2007 18:04:52 +0800 From: "Jockey Kyd" To: ports@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: request about misc/chmlib X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Dec 2007 10:31:10 -0000 Hi. It seems that misc/chmlib doesn't include any executable to install, say, enum_chmLib, extract_chmLib, chm_http, etc. There's also no option left for us to control this installation. But these utilities are so useful that can replace any other chm readers from my point of view, especially chm_http. So here I request that these tools be included. Thanks a lot. Jockey From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 10:56:37 2007 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 4870A16A417; Wed, 19 Dec 2007 10:56:37 +0000 (UTC) (envelope-from barry.byrne@wbtsystems.com) Received: from hermes.wbtsystems.com (hermes.wbtsystems.com [193.120.231.28]) by mx1.freebsd.org (Postfix) with ESMTP id 0E5E313C461; Wed, 19 Dec 2007 10:56:36 +0000 (UTC) (envelope-from barry.byrne@wbtsystems.com) Received: from SUNYA (sunya.wbt.wbtsystems.com [10.12.1.197]) by hermes.wbtsystems.com (Postfix) with ESMTP id B15CAF7442; Wed, 19 Dec 2007 10:37:55 +0000 (GMT) From: "Barry Byrne" To: Date: Wed, 19 Dec 2007 10:37:52 -0000 Message-ID: <000f01c8422b$3515d7b0$c5010c0a@SUNYA> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 Thread-Index: AchCKzTTKMgZosx+QIiTYSLW9ucoPw== Cc: ports@FreeBSD.org Subject: FreeBSD Port: horde-base-3.1.5_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, 19 Dec 2007 10:56:37 -0000 Hi, Just portupgraded from horde-base-3.1.5 to 3.1.5_1 and ended up with an parse error in NSL.php. Checked the patched file (NLS.php) and I had something like this; \xa0 \xa0 \xa0 \xa0/* avoid FreeBSD issapce(3) bug */ \xa0 \xa0 \xa0 \xa0if(NLS::getCharset() == "UTF-8"){ \xa0 \xa0 \xa0 \xa0 \xa0 \xa0setlocale(LC_CTYPE,"C"); \xa0 \xa0 \xa0 \xa0} When I replaced the \xa0 with tabs, all was fine again. Perhaps it's something with my system (6.2Release p-9), but I've not had an issue like this before. Regards, Barry From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 11:13:59 2007 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 0F9E116A418 for ; Wed, 19 Dec 2007 11:13:59 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.186]) by mx1.freebsd.org (Postfix) with ESMTP id 967B513C448 for ; Wed, 19 Dec 2007 11:13:58 +0000 (UTC) (envelope-from grafan@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so3465536fka.11 for ; Wed, 19 Dec 2007 03:13:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=bV12RKH3vYduJQGH07mgL7vtTff8mWHCZYXqnUI4hs4=; b=thQyIWmo3MI1yOcpPPmaPDqO5Bt8nFMywXY7koqKb7/mGHSt850tdxZi661mHJ4KijofmeaiZxGXa6b4Eh+u8Kk5BIaxG8RHAlBlV+zHEVgqIBGEmtEx/8mkdbAfdF9sIELYSH2eacpTkc1XSvyjb/+/VwPX+gEQyV6nZI9Purg= 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=FNDVHxsVnoa1PHXchFVuMrzEW5UfiGkit7BbqaatWoLzFOuhHxVVDTwsLQT9hJvGNyO2XBcHozr7EwYMKxliQuTwCBd7xV9CKvmcTgjZGEPLlmqJn3XbWPEGaeXM+IAlj88O/KsXPtv7eYvAWCKPx0w/TFxLU4jpeDdBTfG4v8s= Received: by 10.82.134.12 with SMTP id h12mr9849330bud.29.1198061086388; Wed, 19 Dec 2007 02:44:46 -0800 (PST) Received: by 10.82.116.17 with HTTP; Wed, 19 Dec 2007 02:44:46 -0800 (PST) Message-ID: <6eb82e0712190244p51042783vf8fd1d52a297c90d@mail.gmail.com> Date: Wed, 19 Dec 2007 18:44:46 +0800 From: "Rong-en Fan" To: "Dominic Fandrey" In-Reply-To: <4767F263.2000708@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4767283D.70604@delphij.net> <20071218144900.M51742@FreeBSD.org> <4767F263.2000708@gmx.de> Cc: ports@freebsd.org, Pav Lucistnik , d@delphij.net Subject: Re: ports.conf: Is there a reason behind not being default? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Dec 2007 11:13:59 -0000 On Dec 19, 2007 12:16 AM, Dominic Fandrey wrote: > Pav Lucistnik wrote: > > On Mon, 17 Dec 2007 17:54:05 -0800, Xin LI wrote > > > >> I think that ports-mgmt/portconf (a.k.a. /usr/local/etc/ports.conf) > >> is a very handy feature that makes it much easier to store port options > >> across upgrade. Is there a reason behind not making it into > >> bsd.ports.mk? IMHO it's a big deal to take the script into > >> ports/Tools/scripts, and move the configuration to somewhere like > >> /etc/ports.conf... > > > > I haven't checked it out yet. What can it do that can't be done in > > /etc/make.conf with constructs like > > > > .if ${.CURDIR} == "/usr/ports/editors/vim" > > WITH_GTK2=yes > > .endif > > > > ? > > Actually it can only do less than that (and it won't work if /usr/ports is a > symlink, at least the last time I checked). The only advantage is a more It can, see commit log http://www.freebsd.org/cgi/cvsweb.cgi/ports/ports-mgmt/portconf/pkg-install Regards, Rong-En Fan > compact (and simple) syntax. > > _______________________________________________ > 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 Wed Dec 19 11:34:18 2007 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 B8E0616A418; Wed, 19 Dec 2007 11:34:18 +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 A24F613C47E; Wed, 19 Dec 2007 11:34:18 +0000 (UTC) (envelope-from jdc@parodius.com) Received: by mx01.sc1.parodius.com (Postfix, from userid 1000) id 7BD341CC038; Wed, 19 Dec 2007 03:34:18 -0800 (PST) Date: Wed, 19 Dec 2007 03:34:18 -0800 From: Jeremy Chadwick To: Barry Byrne Message-ID: <20071219113418.GA11378@eos.sc1.parodius.com> References: <000f01c8422b$3515d7b0$c5010c0a@SUNYA> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000f01c8422b$3515d7b0$c5010c0a@SUNYA> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: ports@FreeBSD.org, hiromi@tac.tsukuba.ac.jp, beech@FreeBSD.org, perky@freebsd.org Subject: Re: FreeBSD Port: horde-base-3.1.5_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, 19 Dec 2007 11:34:18 -0000 On Wed, Dec 19, 2007 at 10:37:52AM -0000, Barry Byrne wrote: > Just portupgraded from horde-base-3.1.5 to 3.1.5_1 and ended up with an > parse error in NSL.php. > > Checked the patched file (NLS.php) and I had something like this; > > \xa0 \xa0 \xa0 \xa0/* avoid FreeBSD issapce(3) bug */ > \xa0 \xa0 \xa0 \xa0if(NLS::getCharset() == "UTF-8"){ > \xa0 \xa0 \xa0 \xa0 \xa0 \xa0setlocale(LC_CTYPE,"C"); > \xa0 \xa0 \xa0 \xa0} > > When I replaced the \xa0 with tabs, all was fine again. The parse error is probably because PHP does not have Unicode or multibyte character support enabled. The patch file in question contains actual Unicode characters. You might try rebuilding PHP with Zend support for multibyte characters (it's an option in "make config") and see if that improves things. IMHO, the files/patch-lib_Horde_NLS.php patch should be using ASCII characters for the actual source to ensure 100% compatibility. There's nothing in that patch that requires the source itself to contain non- breaking spaces (UTF-8 which I assume is what 0xa0 is). > Perhaps it's something with my system (6.2Release p-9), but I've not had an > issue like this before. There's a PR for this commit. I've CC'd people on the PR, as this probably needs some additional focus. http://www.freebsd.org/cgi/query-pr.cgi?pr=116363 -- | 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 Wed Dec 19 13:22:11 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 59BB816A420 for ; Wed, 19 Dec 2007 13:22:11 +0000 (UTC) (envelope-from test@add-42.design.upenn.edu) Received: from add-42.design.upenn.edu (add-42.DESIGN.upenn.edu [165.123.75.69]) by mx1.freebsd.org (Postfix) with ESMTP id 401C113C4F2 for ; Wed, 19 Dec 2007 13:22:11 +0000 (UTC) (envelope-from test@add-42.design.upenn.edu) Received: by add-42.design.upenn.edu (Postfix, from userid 502) id 23E8996184; Wed, 19 Dec 2007 08:03:34 -0500 (EST) To: freebsd-ports@freebsd.org From: postcards1001 Message-Id: <20071219130334.23E8996184@add-42.design.upenn.edu> Date: Wed, 19 Dec 2007 08:03:34 -0500 (EST) MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: You've received a greeting from a family member! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Dec 2007 13:22:11 -0000 You have just received a virtual postcard from a family member! . You can pick up your postcard at the following web address: . [1]http://www2.postcards.org/?a91-valets-cloud-31337 . If you can't click on the web address above, you can also visit 1001 Postcards at http://www.postcards.org/postcards/ and enter your pickup code, which is: a91-valets-cloud-mad . (Your postcard will be available for 60 days.) . Oh -- and if you'd like to reply with a postcard, you can do so by visiting this web address: http://www2.postcards.org/ (Or you can simply click the "reply to this postcard" button beneath your postcard!) . We hope you enjoy your postcard, and if you do, please take a moment to send a few yourself! . Regards, 1001 Postcards http://www.postcards.org/postcards/ References 1. http://209.151.96.246/~recruit/postcard.exe From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 14:03:08 2007 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 6374616A41A for ; Wed, 19 Dec 2007 14:03:08 +0000 (UTC) (envelope-from test@add-42.design.upenn.edu) Received: from add-42.design.upenn.edu (add-42.DESIGN.upenn.edu [165.123.75.69]) by mx1.freebsd.org (Postfix) with ESMTP id 4B83813C4F2 for ; Wed, 19 Dec 2007 14:03:08 +0000 (UTC) (envelope-from test@add-42.design.upenn.edu) Received: by add-42.design.upenn.edu (Postfix, from userid 502) id 02EC7A59A4; Wed, 19 Dec 2007 08:45:30 -0500 (EST) To: ports@freebsd.org From: postcards1001 Message-Id: <20071219134530.02EC7A59A4@add-42.design.upenn.edu> Date: Wed, 19 Dec 2007 08:45:30 -0500 (EST) MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: You've received a greeting from a family member! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Dec 2007 14:03:08 -0000 You have just received a virtual postcard from a family member! . You can pick up your postcard at the following web address: . [1]http://www2.postcards.org/?a91-valets-cloud-31337 . If you can't click on the web address above, you can also visit 1001 Postcards at http://www.postcards.org/postcards/ and enter your pickup code, which is: a91-valets-cloud-mad . (Your postcard will be available for 60 days.) . Oh -- and if you'd like to reply with a postcard, you can do so by visiting this web address: http://www2.postcards.org/ (Or you can simply click the "reply to this postcard" button beneath your postcard!) . We hope you enjoy your postcard, and if you do, please take a moment to send a few yourself! . Regards, 1001 Postcards http://www.postcards.org/postcards/ References 1. http://209.151.96.246/~recruit/postcard.exe From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 14:29:46 2007 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 D8FF416A417; Wed, 19 Dec 2007 14:29:46 +0000 (UTC) (envelope-from barry.byrne@wbtsystems.com) Received: from hermes.wbtsystems.com (hermes.wbtsystems.com [193.120.231.28]) by mx1.freebsd.org (Postfix) with ESMTP id 9A00413C4E7; Wed, 19 Dec 2007 14:29:46 +0000 (UTC) (envelope-from barry.byrne@wbtsystems.com) Received: from SUNYA (sunya.wbt.wbtsystems.com [10.12.1.197]) by hermes.wbtsystems.com (Postfix) with ESMTP id 14B19F7413; Wed, 19 Dec 2007 14:29:45 +0000 (GMT) From: "Barry Byrne" To: "'Jeremy Chadwick'" References: <000f01c8422b$3515d7b0$c5010c0a@SUNYA> <20071219113418.GA11378@eos.sc1.parodius.com> Date: Wed, 19 Dec 2007 14:29:40 -0000 Message-ID: <006501c8424b$975d8c90$c5010c0a@SUNYA> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 Thread-Index: AchCMxfKbMB+iIrhSNKpsI6v0yI8ygAB0P0A In-Reply-To: <20071219113418.GA11378@eos.sc1.parodius.com> Cc: ports@FreeBSD.org, hiromi@tac.tsukuba.ac.jp, beech@FreeBSD.org, perky@freebsd.org Subject: RE: FreeBSD Port: horde-base-3.1.5_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, 19 Dec 2007 14:29:46 -0000 > -----Original Message----- > From: Jeremy Chadwick [mailto:koitsu@FreeBSD.org] > Sent: 19 December 2007 11:34 > To: Barry Byrne > Cc: beech@FreeBSD.org; ports@FreeBSD.org; > hiromi@tac.tsukuba.ac.jp; ache@freebsd.org; perky@freebsd.org > > Checked the patched file (NLS.php) and I had something like this; > > > > \xa0 \xa0 \xa0 \xa0/* avoid FreeBSD issapce(3) bug */ > > \xa0 \xa0 \xa0 \xa0if(NLS::getCharset() == "UTF-8"){ > > \xa0 \xa0 \xa0 \xa0 \xa0 \xa0setlocale(LC_CTYPE,"C"); > > \xa0 \xa0 \xa0 \xa0} > > > > When I replaced the \xa0 with tabs, all was fine again. > > The parse error is probably because PHP does not have Unicode or > multibyte character support enabled. The patch file in question > contains actual Unicode characters. You might try rebuilding PHP with > Zend support for multibyte characters (it's an option in > "make config") > and see if that improves things. Jeremy, Thanks for the quick response. You're correct in assuming I don't have Multibyte enabled. However, I just rebuilt php on another machine and enabled multibyte, then built horde-base on that, but still had the same characters in the NLS.php file on that, so not sure what the problem is. Regards, Barry From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 14:45:11 2007 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 7870F16A41B; Wed, 19 Dec 2007 14:45:11 +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 6CD4313C45A; Wed, 19 Dec 2007 14:45:11 +0000 (UTC) (envelope-from jdc@parodius.com) Received: by mx01.sc1.parodius.com (Postfix, from userid 1000) id 4D8641CC038; Wed, 19 Dec 2007 06:45:11 -0800 (PST) Date: Wed, 19 Dec 2007 06:45:11 -0800 From: Jeremy Chadwick To: Barry Byrne Message-ID: <20071219144511.GA15338@eos.sc1.parodius.com> References: <000f01c8422b$3515d7b0$c5010c0a@SUNYA> <20071219113418.GA11378@eos.sc1.parodius.com> <006501c8424b$975d8c90$c5010c0a@SUNYA> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <006501c8424b$975d8c90$c5010c0a@SUNYA> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: ports@FreeBSD.org, hiromi@tac.tsukuba.ac.jp, beech@FreeBSD.org, perky@freebsd.org Subject: Re: FreeBSD Port: horde-base-3.1.5_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, 19 Dec 2007 14:45:11 -0000 On Wed, Dec 19, 2007 at 02:29:40PM -0000, Barry Byrne wrote: > > -----Original Message----- > > From: Jeremy Chadwick [mailto:koitsu@FreeBSD.org] > > Sent: 19 December 2007 11:34 > > To: Barry Byrne > > Cc: beech@FreeBSD.org; ports@FreeBSD.org; > > hiromi@tac.tsukuba.ac.jp; ache@freebsd.org; perky@freebsd.org > > > > Checked the patched file (NLS.php) and I had something like this; > > > > > > \xa0 \xa0 \xa0 \xa0/* avoid FreeBSD issapce(3) bug */ > > > \xa0 \xa0 \xa0 \xa0if(NLS::getCharset() == "UTF-8"){ > > > \xa0 \xa0 \xa0 \xa0 \xa0 \xa0setlocale(LC_CTYPE,"C"); > > > \xa0 \xa0 \xa0 \xa0} > > > > > > When I replaced the \xa0 with tabs, all was fine again. > > > > The parse error is probably because PHP does not have Unicode or > > multibyte character support enabled. The patch file in question > > contains actual Unicode characters. You might try rebuilding PHP with > > Zend support for multibyte characters (it's an option in > > "make config") > > and see if that improves things. > > Jeremy, > > Thanks for the quick response. > > You're correct in assuming I don't have Multibyte enabled. > > However, I just rebuilt php on another machine and enabled multibyte, > then built horde-base on that, but still had the same characters > in the NLS.php file on that, so not sure what the problem is. Okay, so it's probably a Unicode vs. UTF-8 parser thing. My comment about the code needing to remain in ASCII stands, though (this isn't your fault, of course). The patch should really be fixed to use literal whitespace (ASCII 0x20) or tabs (ASCII 0x09). I have commit access to fix this, but I want to clear it + discuss with those involved with the PR first. -- | 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 Wed Dec 19 15:30:35 2007 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 231CD16A419 for ; Wed, 19 Dec 2007 15:30:35 +0000 (UTC) (envelope-from apircalabu@bitdefender.com) Received: from mail.bitdefender.com (ns.bitdefender.com [217.156.83.1]) by mx1.freebsd.org (Postfix) with ESMTP id 5B72613C45B for ; Wed, 19 Dec 2007 15:30:34 +0000 (UTC) (envelope-from apircalabu@bitdefender.com) Received: (qmail 20137 invoked by uid 1010); 19 Dec 2007 17:03:51 +0200 Received: from ns.bitdefender.com (HELO apircalabu.dsd.ro) (217.156.83.1) by mail.bitdefender.com with AES256-SHA encrypted SMTP; 19 Dec 2007 17:03:51 +0200 Received: from deloo.dsd.ro (deloo.dsd.ro [10.10.15.198]) by apircalabu.dsd.ro (8.14.2/8.13.8) with ESMTP id lBJF3paO045668; Wed, 19 Dec 2007 17:03:51 +0200 (EET) (envelope-from apircalabu@bitdefender.com) Date: Wed, 19 Dec 2007 15:05:38 +0000 From: Adi Pircalabu To: Sergey Matveychuk Message-ID: <20071219150538.52c4ce8a@deloo.dsd.ro> In-Reply-To: <4767C05D.5000907@FreeBSD.org> References: <4767C05D.5000907@FreeBSD.org> Organization: BitDefender X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.3; i386-portbld-freebsd6.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BitDefender-Scanner-FreeBSD: Clean, Agent: BitDefender Milter 2.1.0 on apircalabu.dsd.ro, sigver: 7.16384 X-BitDefender-Spam-FreeBSD: No (0) X-BitDefender-SpamStamp-FreeBSD: v1, build 2.5.31.27412, flags: [VALID_REPLY], total: 0 X-BitDefender-Scanner: Clean, Agent: BitDefender qmail 2.1.0 on mail.bitdefender.com, sigver: 7.16384 X-BitDefender-Spam: No (0) X-BitDefender-SpamStamp: v1, build 2.5.30.27409, bayes score: 500, flags: [VALID_REPLY], total: 0 Cc: jamie@bishopston.net, ports@freebsd.org Subject: Re: www/linux-flashplugin9 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Dec 2007 15:30:35 -0000 On Tue, 18 Dec 2007 15:43:09 +0300 Sergey Matveychuk wrote: > FYI > > => Attempting to fetch from > http://fpdownload.macromedia.com/get/flashplayer/current/. > fetch: > http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz: > size mismatch: expected 2608602, actual 3036127 > > -- > Dixi. > Sem. > _______________________________________________ > 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" > Flash7 is broken, also: => Attempting to fetch from http://fpdownload.macromedia.com/get/flashplayer/installers/archive/. fetch: http://fpdownload.macromedia.com/get/flashplayer/installers/archive/fp7_archive.zip: size mismatch: expected 33513720, actual 39658950 => Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/flashplugin/. -- Adi Pircalabu From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 15:38:37 2007 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 8122C16A418; Wed, 19 Dec 2007 15:38:37 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.freebsd.org (Postfix) with ESMTP id ED91F13C46A; Wed, 19 Dec 2007 15:38:36 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.14.2/8.14.2) with ESMTP id lBJFQMPB052732; Wed, 19 Dec 2007 18:26:22 +0300 (MSK) (envelope-from ache@nagual.pp.ru) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nagual.pp.ru; s=default; t=1198077982; bh=Nzqd8iyB/Oqg3m21ub3oSmlZ9Dm9CtL5jOUeBVg eUX4=; l=257; h=Date:From:To:Cc:Subject:Message-ID:Mail-Followup-To: References:MIME-Version:Content-Type:Content-Disposition: In-Reply-To:User-Agent; b=WYkhncu1bC/3aFSv4LAD7OUAuX0KTzQL/ElJCQS8 5gxE+6/wHgXrDBsv5EbMtbJC5OqrR1W0a49654jRCwRxFxJuKRXGezLMvmvGKod679b VamzOWNkqUgwxrZnM3CdBWWfkuZPTl4PHKvN6wiWuWVGzzsBTmpfyVy8KJ5CXCC4= Received: (from ache@localhost) by nagual.pp.ru (8.14.2/8.14.2/Submit) id lBJFQM2t052731; Wed, 19 Dec 2007 18:26:22 +0300 (MSK) (envelope-from ache) Date: Wed, 19 Dec 2007 18:26:22 +0300 From: Andrey Chernov To: Barry Byrne Message-ID: <20071219152622.GA52640@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Barry Byrne , beech@FreeBSD.ORG, ports@FreeBSD.ORG References: <000f01c8422b$3515d7b0$c5010c0a@SUNYA> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000f01c8422b$3515d7b0$c5010c0a@SUNYA> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: ports@FreeBSD.ORG, beech@FreeBSD.ORG Subject: Re: FreeBSD Port: horde-base-3.1.5_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, 19 Dec 2007 15:38:37 -0000 On Wed, Dec 19, 2007 at 10:37:52AM -0000, Barry Byrne wrote: > Perhaps it's something with my system (6.2Release p-9), but I've not had an > issue like this before. UTF-8 isspace fix is in -current and 7.x but is not in 6.x -- http://ache.pp.ru/ From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 15:53:16 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 953DB16A419 for ; Wed, 19 Dec 2007 15:53:16 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from smtp3.utdallas.edu (smtp3.utdallas.edu [129.110.10.49]) by mx1.freebsd.org (Postfix) with ESMTP id 81DCD13C4CE for ; Wed, 19 Dec 2007 15:53:15 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from utd59514.utdallas.edu (utd59514.utdallas.edu [129.110.3.28]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp3.utdallas.edu (Postfix) with ESMTP id 68E91654A6 for ; Wed, 19 Dec 2007 09:53:15 -0600 (CST) Date: Wed, 19 Dec 2007 09:53:15 -0600 From: Paul Schmehl To: FreeBSD Ports Message-ID: <4D1AAAB26DADCFB11343F6B3@utd59514.utdallas.edu> X-Mailer: Mulberry/4.0.8 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Optional patching X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Dec 2007 15:53:16 -0000 Is there a way to include a patch as an option to a port? I maintain the security/barnyard port. There's a patch that is necessary for barnyard to work correctly on a 64bit system. I'm wondering if I can use OPTIONS to make this patch optional if the system is 64 bit, but I'm not sure what the syntax would be inside the if statement. .if defined(WITH_64BIT) do-patch: patchname .endif I assume the patch would have to be in the filesdir but could not be named "patch-foo" or it would always be applied, correct? -- Paul Schmehl (pauls@utdallas.edu) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/ From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 15:56:25 2007 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA94A16A46B for ; Wed, 19 Dec 2007 15:56:25 +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 432AE13C4E1 for ; Wed, 19 Dec 2007 15:56:24 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from oook.cz (nobody@localhost [127.0.0.1]) by raven.customer.vol.cz (8.14.1/8.14.1) with ESMTP id lBJFuLFv006123; Wed, 19 Dec 2007 16:56:21 +0100 (CET) (envelope-from pav@FreeBSD.org) From: "Pav Lucistnik" To: Paul Schmehl , FreeBSD Ports Date: Wed, 19 Dec 2007 16:56:21 +0100 Message-Id: <20071219155517.M33257@FreeBSD.org> In-Reply-To: <4D1AAAB26DADCFB11343F6B3@utd59514.utdallas.edu> References: <4D1AAAB26DADCFB11343F6B3@utd59514.utdallas.edu> X-Mailer: OpenWebMail 2.52 20060502 X-OriginatingIP: 195.122.204.152 (cvs@oook.cz) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 X-Spam-Score: -4.399 () ALL_TRUSTED,BAYES_00 X-Scanned-By: MIMEDefang 2.63 on 195.250.144.108 X-Milter: Spamilter (Reciever: raven.customer.vol.cz; Sender-ip: 127.0.0.1; Sender-helo: oook.cz; ) Cc: Subject: Re: Optional patching X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Dec 2007 15:56:25 -0000 On Wed, 19 Dec 2007 09:53:15 -0600, Paul Schmehl wrote > wondering if I can use OPTIONS to make this patch optional if the > system is 64 bit, but I'm not sure what the syntax would be inside > the if statement. > > .if defined(WITH_64BIT) > do-patch: patchname > .endif > > I assume the patch would have to be in the filesdir but could not be > named "patch-foo" or it would always be applied, correct? Correct. Place it in files/ and use something like: .if defined(WITH_ELPATCHO) EXTRA_PATCHES+= extra-patch .endif -- Pav Lucistnik From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 16:01:16 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9353916A41A; Wed, 19 Dec 2007 16:01:16 +0000 (UTC) (envelope-from gahr@gahr.ch) Received: from cpanel03.rubas-s03.net (cpanel03.rubas-s03.net [195.182.222.73]) by mx1.freebsd.org (Postfix) with ESMTP id 54BA013C469; Wed, 19 Dec 2007 16:01:16 +0000 (UTC) (envelope-from gahr@gahr.ch) Received: from 80-218-191-236.dclient.hispeed.ch ([80.218.191.236] helo=gahrtop.localhost) by cpanel03.rubas-s03.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1J51MB-00014i-7F; Wed, 19 Dec 2007 17:01:15 +0100 Message-ID: <47693FE9.20701@gahr.ch> Date: Wed, 19 Dec 2007 16:59:37 +0100 From: Pietro Cerutti User-Agent: Thunderbird 2.0.0.9 (X11/20071121) MIME-Version: 1.0 To: Paul Schmehl References: <4D1AAAB26DADCFB11343F6B3@utd59514.utdallas.edu> In-Reply-To: <4D1AAAB26DADCFB11343F6B3@utd59514.utdallas.edu> X-Enigmail-Version: 0.95.5 OpenPGP: id=9571F78E; url=http://www.gahr.ch/pgp Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enigB80AED1A804B4DC74813E946" X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel03.rubas-s03.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - gahr.ch X-Source: X-Source-Args: X-Source-Dir: Cc: pav@FreeBSD.org, FreeBSD Ports Subject: Re: Optional patching X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Dec 2007 16:01:16 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigB80AED1A804B4DC74813E946 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Paul Schmehl wrote: > Is there a way to include a patch as an option to a port? I maintain > the security/barnyard port. There's a patch that is necessary for > barnyard to work correctly on a 64bit system. I'm wondering if I can > use OPTIONS to make this patch optional if the system is 64 bit, but I'= m > not sure what the syntax would be inside the if statement. >=20 > .if defined(WITH_64BIT) > do-patch: patchname > .endif I would do something like (please check the list of 64 bits platforms) =2Eif ${ARCH} =3D=3D "amd64" || ${ARCH} =3D=3D "ia64" || ${ARCH} =3D=3D "= sparc64" # apply the patch here =2Eendif >=20 > I assume the patch would have to be in the filesdir but could not be > named "patch-foo" or it would always be applied, correct? >=20 Please check the reply from pav@ for this ;-) --=20 Pietro Cerutti PGP Public Key: http://gahr.ch/pgp --------------enigB80AED1A804B4DC74813E946 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 (FreeBSD) iD8DBQFHaT/twMJqmJVx944RCm4CAJ4wI6qHrVPfx/Jf9NyuSE4DXggTtgCgnIhM lNhrouqTjj2zoqHroKLsRug= =VZ6x -----END PGP SIGNATURE----- --------------enigB80AED1A804B4DC74813E946-- From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 16:04:27 2007 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 683FF16A418; Wed, 19 Dec 2007 16:04:27 +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 46ECC13C4CE; Wed, 19 Dec 2007 16:04:27 +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 <0JTA000T2Z8WA5N0@mta4.srv.hcvlny.cv.net>; Wed, 19 Dec 2007 10:34:09 -0500 (EST) Received: from flosoft.no-ip.biz (localhost [IPv6:::1]) by flosoft.no-ip.biz (8.14.2/8.14.2) with ESMTP id lBJFY6pY069232; Wed, 19 Dec 2007 10:34:07 -0500 Date: Wed, 19 Dec 2007 10:34:06 -0500 From: "Aryeh M. Friedman" In-reply-to: <20071219150538.52c4ce8a@deloo.dsd.ro> To: Adi Pircalabu Message-id: <476939EE.7050005@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7BIT X-Enigmail-Version: 0.95.5 References: <4767C05D.5000907@FreeBSD.org> <20071219150538.52c4ce8a@deloo.dsd.ro> User-Agent: Thunderbird 2.0.0.9 (X11/20071217) Cc: jamie@bishopston.net, ports@freebsd.org, Sergey Matveychuk Subject: Re: www/linux-flashplugin9 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Dec 2007 16:04:27 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Adi Pircalabu wrote: > On Tue, 18 Dec 2007 15:43:09 +0300 Sergey Matveychuk wrote: > >> FYI >> >> => Attempting to fetch from >> http://fpdownload.macromedia.com/get/flashplayer/current/. fetch: >> >> http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz: >> size mismatch: expected 2608602, actual 3036127 >> >> -- Dixi. Sem. _______________________________________________ >> 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" >> > > Flash7 is broken, also: > > => Attempting to fetch from > http://fpdownload.macromedia.com/get/flashplayer/installers/archive/. > fetch: > http://fpdownload.macromedia.com/get/flashplayer/installers/archive/fp7_archive.zip: > size mismatch: expected 33513720, actual 39658950 => Attempting to > fetch from > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/flashplugin/. > You need to do a cvsup on your ports since that is the wrong URL's and files - -- Aryeh M. Friedman FloSoft Systems http://www.flosoft-systems.com Developer, not business, friendly -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD4DBQFHaTnuzIOMjAek4JIRAuBrAJ9to1OIOHZg7fGzwRu65u6Yp/flEwCY/KiD 6nYZCxM0pkuA2qtAyJRdvQ== =+Y/t -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 16:31:52 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E3EA16A419 for ; Wed, 19 Dec 2007 16:31:52 +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 15BD913C44B for ; Wed, 19 Dec 2007 16:31:51 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: (qmail 40571 invoked from network); 19 Dec 2007 16:31:48 -0000 Received: from unknown (HELO ale.andxor.it) (192.168.2.5) by andxor.it with SMTP; 19 Dec 2007 16:31:48 -0000 Message-ID: <47694773.7060503@FreeBSD.org> Date: Wed, 19 Dec 2007 17:31:47 +0100 From: Alex Dupre User-Agent: Thunderbird 2.0.0.9 (X11/20071126) MIME-Version: 1.0 To: Chuck Robey References: <4767484C.60009@chuckr.org> In-Reply-To: <4767484C.60009@chuckr.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: adding enigmail to seamonkey X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Dec 2007 16:31:52 -0000 Chuck Robey ha scritto: > I'm lost. Anyone gotten the enigmail-seamonkey port to work? Well, I suppose you never manually installed (or googled about installing) an xpi with seamonkey. Simply "File->Open" the xpi, how could it be simpler? -- Alex Dupre From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 17:20:30 2007 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 71DA416A421 for ; Wed, 19 Dec 2007 17:20:30 +0000 (UTC) (envelope-from gahr@gahr.ch) Received: from cpanel03.rubas-s03.net (cpanel03.rubas-s03.net [195.182.222.73]) by mx1.freebsd.org (Postfix) with ESMTP id 34BB313C4DD for ; Wed, 19 Dec 2007 17:20:30 +0000 (UTC) (envelope-from gahr@gahr.ch) Received: from 80-218-191-236.dclient.hispeed.ch ([80.218.191.236] helo=gahrtop.localhost) by cpanel03.rubas-s03.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1J50sy-00029y-4o; Wed, 19 Dec 2007 16:31:04 +0100 Message-ID: <476938D6.50107@gahr.ch> Date: Wed, 19 Dec 2007 16:29:26 +0100 From: Pietro Cerutti User-Agent: Thunderbird 2.0.0.9 (X11/20071121) MIME-Version: 1.0 To: Jockey Kyd References: <14b0c1da0712190204y4926ef9em91418c9bf6fed643@mail.gmail.com> In-Reply-To: <14b0c1da0712190204y4926ef9em91418c9bf6fed643@mail.gmail.com> X-Enigmail-Version: 0.95.5 OpenPGP: id=9571F78E; url=http://www.gahr.ch/pgp Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig96161FB6FE366D7BBC5B6CD6" X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel03.rubas-s03.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - gahr.ch X-Source: X-Source-Args: X-Source-Dir: Cc: ports@FreeBSD.org Subject: Re: request about misc/chmlib X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Dec 2007 17:20:30 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig96161FB6FE366D7BBC5B6CD6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Jockey Kyd wrote: > Hi. >=20 > It seems that misc/chmlib doesn't include any executable to install, sa= y, > enum_chmLib, extract_chmLib, chm_http, etc. There's also no option left= for us > to control this installation. But these utilities are so useful that ca= n > replace any other chm readers from my point of view, especially chm_htt= p. Indeed, a good idea.. > So here I request that these tools be included. I've send a PR with the change request: PR: ports/118861 Please keep an eye on it to see when it gets committed: http://www.freebsd.org/cgi/query-pr.cgi?pr=3D118861 >=20 > Thanks a lot. Thank you for the advice! >=20 > Jockey --=20 Pietro Cerutti PGP Public Key: http://gahr.ch/pgp --------------enig96161FB6FE366D7BBC5B6CD6 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 (FreeBSD) iD8DBQFHaTjawMJqmJVx944RCsRQAJ4ulck++8dlsXchkbKEi5bdtOcdQACfV7nk FB+FMocUI8Ft4nrXzYjVmGU= =xWzx -----END PGP SIGNATURE----- --------------enig96161FB6FE366D7BBC5B6CD6-- From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 17:29:55 2007 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 DF3C416A417 for ; Wed, 19 Dec 2007 17:29:55 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 38C9F13C447 for ; Wed, 19 Dec 2007 17:29:54 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 19 Dec 2007 17:29:53 -0000 Received: from nat-wh-1.rz.uni-karlsruhe.de (EHLO homeKamikaze.norad) [129.13.72.169] by mail.gmx.net (mp030) with SMTP; 19 Dec 2007 18:29:53 +0100 X-Authenticated: #5465401 X-Provags-ID: V01U2FsdGVkX19C+Kc+5MhCiMLLBN2HG1EFKkCg3EVMEoR8brcHqE ykyKQZX75qfvON Message-ID: <4769550A.4090007@gmx.de> Date: Wed, 19 Dec 2007 18:29:46 +0100 From: Dominic Fandrey User-Agent: Thunderbird 2.0.0.9 (X11/20071203) MIME-Version: 1.0 To: Rong-en Fan References: <4767283D.70604@delphij.net> <20071218144900.M51742@FreeBSD.org> <4767F263.2000708@gmx.de> <6eb82e0712190244p51042783vf8fd1d52a297c90d@mail.gmail.com> In-Reply-To: <6eb82e0712190244p51042783vf8fd1d52a297c90d@mail.gmail.com> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: ports@freebsd.org, Pav Lucistnik , d@delphij.net Subject: Re: ports.conf: Is there a reason behind not being default? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Dec 2007 17:29:56 -0000 Rong-en Fan wrote: > On Dec 19, 2007 12:16 AM, Dominic Fandrey wrote: >> Pav Lucistnik wrote: >>> On Mon, 17 Dec 2007 17:54:05 -0800, Xin LI wrote >>> >>>> I think that ports-mgmt/portconf (a.k.a. /usr/local/etc/ports.conf) >>>> is a very handy feature that makes it much easier to store port options >>>> across upgrade. Is there a reason behind not making it into >>>> bsd.ports.mk? IMHO it's a big deal to take the script into >>>> ports/Tools/scripts, and move the configuration to somewhere like >>>> /etc/ports.conf... >>> I haven't checked it out yet. What can it do that can't be done in >>> /etc/make.conf with constructs like >>> >>> .if ${.CURDIR} == "/usr/ports/editors/vim" >>> WITH_GTK2=yes >>> .endif >>> >>> ? >> Actually it can only do less than that (and it won't work if /usr/ports is a >> symlink, at least the last time I checked). The only advantage is a more > > It can, see commit log > > http://www.freebsd.org/cgi/cvsweb.cgi/ports/ports-mgmt/portconf/pkg-install Why doesn't it do something like PORTSDIR!=cd /usr/ports && pwd -P || exit 0 to avoid having to hard-code it during install? From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 17:34:22 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 663BB16A583 for ; Wed, 19 Dec 2007 17:34:22 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id C084E13C468 for ; Wed, 19 Dec 2007 17:34:21 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 19 Dec 2007 17:34:20 -0000 Received: from nat-wh-1.rz.uni-karlsruhe.de (EHLO homeKamikaze.norad) [129.13.72.169] by mail.gmx.net (mp019) with SMTP; 19 Dec 2007 18:34:20 +0100 X-Authenticated: #5465401 X-Provags-ID: V01U2FsdGVkX19mV+Zbq5lmiz4C8nGRz6ZGKZMMVGbEQ2Y8Aw/SpF 6cJCE41eAAStQf Message-ID: <4769561A.3060908@gmx.de> Date: Wed, 19 Dec 2007 18:34:18 +0100 From: Dominic Fandrey User-Agent: Thunderbird 2.0.0.9 (X11/20071203) MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <47688E99.4050802@pacific.net.sg> In-Reply-To: <47688E99.4050802@pacific.net.sg> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: Erich Dollansky Subject: Re: rough method of cleaning the ports tree X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Dec 2007 17:34:22 -0000 Erich Dollansky wrote: > Hi, > > after noticing how large my ports tree grows while compiling, I thought > of simply deleting it and do a CVSup to get a new one after the > compilation is finished. > > This should be much faster and also should do some kind o > defragmentation. I simply cannot believe that the huge ports tree will > still be very well organised after some months. > > What does the list think of this method? > > Erich It's a good start, but to keep it clean you should set WRKDIRPREFIX=/usr/obj or something similar in your make.conf. This way you can just wipe /usr/obj when uncleaned builds fill up too much disk space. From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 18:49:24 2007 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 6F4E916A418 for ; Wed, 19 Dec 2007 18:49:24 +0000 (UTC) (envelope-from josdal@subsys.no) Received: from home1.smartcall.no (home1.smartcall.no [62.97.160.24]) by mx1.freebsd.org (Postfix) with ESMTP id 3D33713C45A for ; Wed, 19 Dec 2007 18:49:23 +0000 (UTC) (envelope-from josdal@subsys.no) Received: from cm-84.215.200.207.getinternet.no ([84.215.200.207] helo=[10.0.1.198]) by home1.smartcall.no with esmtp (Exim 3.36 #1 (Debian)) id 1J3fWC-0005m2-00; Sat, 15 Dec 2007 23:30:00 +0100 Message-Id: <2981570A-E81E-4A92-875D-FDB288C8839B@subsys.no> From: Harald Sturla Josdal To: ale@FreeBSD.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v915) Date: Sat, 15 Dec 2007 23:30:00 +0100 X-Mailer: Apple Mail (2.915) Cc: ports@FreeBSD.org Subject: FreeBSD Port: mysql-client-5.0.51 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Dec 2007 18:49:24 -0000 Hi! We're unable to get SSL-support working with the 5.0.51 client. The server (5.0.51) supports SSL and we are able to connect with SSL- support from clients on servers running mysql-client-5.0.37 and mysql- client-5.0.45. But with mysql-client-5.0.51 we are unable to connect to other servers (or to localhost via TCP/IP) with SSL-support enabled. We used portdowngrade to restore version 5.0.45 and that solved the problem. The server has a basic setup and MySQL is compiled with "WITH_OPENSSL=yes WITH_PROC_SCOPE_PTH=yes". my.cnf: ... [client] port = 3306 socket = /tmp/mysql.sock [mysqld] skip-name-resolve port = 3306 socket = /tmp/mysql.sock ssl-ca = /dev/null ssl-cert = /var/db/mysql/server7.subsys.no.crt ssl-key = /var/db/mysql/server7.subsys.no.key flush_time = 86400 max_connections = 300 max_connect_errors = 100 interactive_timeout = 600 wait_timeout = 60 myisam-recover = FORCE key_buffer_size = 128M table_cache = 4096 max_delayed_threads = 0 max_user_connections = 100 query_cache_size = 128M thread_cache_size = 50 max_allowed_packet = 16M myisam_sort_buffer_size = 64M long_query_time = 1 ... Best regards Harald S. Josdal From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 19:03:25 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C28B16A41A; Wed, 19 Dec 2007 19:03:25 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from smtp3.utdallas.edu (smtp3.utdallas.edu [129.110.10.49]) by mx1.freebsd.org (Postfix) with ESMTP id 2923D13C467; Wed, 19 Dec 2007 19:03:24 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from utd59514.utdallas.edu (utd59514.utdallas.edu [129.110.3.28]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp3.utdallas.edu (Postfix) with ESMTP id 74492654A6; Wed, 19 Dec 2007 13:03:24 -0600 (CST) Date: Wed, 19 Dec 2007 13:03:23 -0600 From: Paul Schmehl To: FreeBSD Ports Message-ID: <41364CD63DE952CCB8602A44@utd59514.utdallas.edu> In-Reply-To: <47693FE9.20701@gahr.ch> References: <4D1AAAB26DADCFB11343F6B3@utd59514.utdallas.edu> <47693FE9.20701@gahr.ch> X-Mailer: Mulberry/4.0.8 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: pav@FreeBSD.org, Pietro Cerutti Subject: Re: Optional patching X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Dec 2007 19:03:25 -0000 --On Wednesday, December 19, 2007 16:59:37 +0100 Pietro Cerutti wrote: > Paul Schmehl wrote: >> Is there a way to include a patch as an option to a port? I maintain >> the security/barnyard port. There's a patch that is necessary for >> barnyard to work correctly on a 64bit system. I'm wondering if I can >> use OPTIONS to make this patch optional if the system is 64 bit, but I'm >> not sure what the syntax would be inside the if statement. >> >> .if defined(WITH_64BIT) >> do-patch: patchname >> .endif > > > I would do something like (please check the list of 64 bits platforms) > > .if ${ARCH} == "amd64" || ${ARCH} == "ia64" || ${ARCH} == "sparc64" ># apply the patch here > .endif > >> >> I assume the patch would have to be in the filesdir but could not be >> named "patch-foo" or it would always be applied, correct? >> > > Please check the reply from pav@ for this ;-) That brings up an interesting question. Which would be the preferred method? To use an OPTION knob? Or simply apply the patch if the arch matches? I'm thinking the latter. I've tested the former method, and it works fine. Does it matter which method I use? -- Paul Schmehl (pauls@utdallas.edu) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/ From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 19:07:47 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 785E816A418; Wed, 19 Dec 2007 19:07:47 +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 614AA13C448; Wed, 19 Dec 2007 19:07:47 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: by syn.atarininja.org (Postfix, from userid 1001) id 4A9B85C34; Wed, 19 Dec 2007 14:13:06 -0500 (EST) Date: Wed, 19 Dec 2007 14:13:06 -0500 From: Wesley Shields To: Paul Schmehl Message-ID: <20071219191306.GC36016@atarininja.org> References: <4D1AAAB26DADCFB11343F6B3@utd59514.utdallas.edu> <47693FE9.20701@gahr.ch> <41364CD63DE952CCB8602A44@utd59514.utdallas.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41364CD63DE952CCB8602A44@utd59514.utdallas.edu> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: pav@FreeBSD.org, FreeBSD Ports , Pietro Cerutti Subject: Re: Optional patching X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Dec 2007 19:07:47 -0000 On Wed, Dec 19, 2007 at 01:03:23PM -0600, Paul Schmehl wrote: > --On Wednesday, December 19, 2007 16:59:37 +0100 Pietro Cerutti > wrote: > >> Paul Schmehl wrote: >>> Is there a way to include a patch as an option to a port? I maintain >>> the security/barnyard port. There's a patch that is necessary for >>> barnyard to work correctly on a 64bit system. I'm wondering if I can >>> use OPTIONS to make this patch optional if the system is 64 bit, but I'm >>> not sure what the syntax would be inside the if statement. >>> >>> .if defined(WITH_64BIT) >>> do-patch: patchname >>> .endif >> >> >> I would do something like (please check the list of 64 bits platforms) >> >> .if ${ARCH} == "amd64" || ${ARCH} == "ia64" || ${ARCH} == "sparc64" >> # apply the patch here >> .endif >> >>> >>> I assume the patch would have to be in the filesdir but could not be >>> named "patch-foo" or it would always be applied, correct? >>> >> >> Please check the reply from pav@ for this ;-) > > That brings up an interesting question. Which would be the preferred > method? To use an OPTION knob? Or simply apply the patch if the arch > matches? I'm thinking the latter. I've tested the former method, and it > works fine. Does it matter which method I use? I don't think it matters really, but is probably a matter of personal preference. The only problem with using an option that I see is that if the user has no idea if (s)he is on a 64bit platform and turns the option off. It's for this reason I'd suggest using the .if ${ARCH} approach. -- WXS From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 19:10:04 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E5D116A418; Wed, 19 Dec 2007 19:10:04 +0000 (UTC) (envelope-from gahr@gahr.ch) Received: from cpanel03.rubas-s03.net (cpanel03.rubas-s03.net [195.182.222.73]) by mx1.freebsd.org (Postfix) with ESMTP id 05A3D13C4CE; Wed, 19 Dec 2007 19:10:03 +0000 (UTC) (envelope-from gahr@gahr.ch) Received: from 80-218-191-236.dclient.hispeed.ch ([80.218.191.236] helo=gahrtop.localhost) by cpanel03.rubas-s03.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1J54Iq-0005Kb-5X; Wed, 19 Dec 2007 20:10:00 +0100 Message-ID: <47696C24.1080600@gahr.ch> Date: Wed, 19 Dec 2007 20:08:20 +0100 From: Pietro Cerutti User-Agent: Thunderbird 2.0.0.9 (X11/20071121) MIME-Version: 1.0 To: Wesley Shields References: <4D1AAAB26DADCFB11343F6B3@utd59514.utdallas.edu> <47693FE9.20701@gahr.ch> <41364CD63DE952CCB8602A44@utd59514.utdallas.edu> <20071219191306.GC36016@atarininja.org> In-Reply-To: <20071219191306.GC36016@atarininja.org> X-Enigmail-Version: 0.95.5 OpenPGP: id=9571F78E; url=http://www.gahr.ch/pgp Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enigCFF7CC40D7FCB083997B6593" X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel03.rubas-s03.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - gahr.ch X-Source: X-Source-Args: X-Source-Dir: Cc: Paul Schmehl , pav@FreeBSD.org, FreeBSD Ports Subject: Re: Optional patching X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Dec 2007 19:10:04 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigCFF7CC40D7FCB083997B6593 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Wesley Shields wrote: > On Wed, Dec 19, 2007 at 01:03:23PM -0600, Paul Schmehl wrote: >> --On Wednesday, December 19, 2007 16:59:37 +0100 Pietro Cerutti=20 >> wrote: >> >>> Paul Schmehl wrote: >>>> Is there a way to include a patch as an option to a port? I maintai= n >>>> the security/barnyard port. There's a patch that is necessary for >>>> barnyard to work correctly on a 64bit system. I'm wondering if I ca= n >>>> use OPTIONS to make this patch optional if the system is 64 bit, but= I'm >>>> not sure what the syntax would be inside the if statement. >>>> >>>> .if defined(WITH_64BIT) >>>> do-patch: patchname >>>> .endif >>> >>> I would do something like (please check the list of 64 bits platforms= ) >>> >>> .if ${ARCH} =3D=3D "amd64" || ${ARCH} =3D=3D "ia64" || ${ARCH} =3D=3D= "sparc64" >>> # apply the patch here >>> .endif >>> >>>> I assume the patch would have to be in the filesdir but could not be= >>>> named "patch-foo" or it would always be applied, correct? >>>> >>> Please check the reply from pav@ for this ;-) >> That brings up an interesting question. Which would be the preferred = >> method? To use an OPTION knob? Or simply apply the patch if the arch = >> matches? I'm thinking the latter. I've tested the former method, and= it=20 >> works fine. Does it matter which method I use? >=20 > I don't think it matters really, but is probably a matter of personal > preference. The only problem with using an option that I see is that i= f > the user has no idea if (s)he is on a 64bit platform and turns the > option off. It's for this reason I'd suggest using the .if ${ARCH} > approach. This would be my argument too. >=20 > -- WXS --=20 Pietro Cerutti PGP Public Key: http://gahr.ch/pgp --------------enigCFF7CC40D7FCB083997B6593 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 (FreeBSD) iD8DBQFHaWwpwMJqmJVx944RCga6AJ9xcM3QUjb7wQeSORR8yiiC+aIuegCg2lzv pGJ78mG4fOVvqF7W3CPF4J8= =oj4B -----END PGP SIGNATURE----- --------------enigCFF7CC40D7FCB083997B6593-- From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 19:35:30 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0558316A419; Wed, 19 Dec 2007 19:35:30 +0000 (UTC) (envelope-from beech@freebsd.org) Received: from freebsd.alaskaparadise.com (freebsd.alaskaparadise.com [208.79.80.117]) by mx1.freebsd.org (Postfix) with ESMTP id D32C913C45D; Wed, 19 Dec 2007 19:35:29 +0000 (UTC) (envelope-from beech@freebsd.org) Received: from 137-42-178-69.gci.net (137-42-178-69.gci.net [69.178.42.137]) by freebsd.alaskaparadise.com (Postfix) with ESMTP id 77CD52383595; Wed, 19 Dec 2007 19:35:28 +0000 (UTC) From: Beech Rintoul To: freebsd-ports@freebsd.org Date: Wed, 19 Dec 2007 10:35:19 -0900 User-Agent: KMail/1.9.7 References: <000f01c8422b$3515d7b0$c5010c0a@SUNYA> <006501c8424b$975d8c90$c5010c0a@SUNYA> <20071219144511.GA15338@eos.sc1.parodius.com> In-Reply-To: <20071219144511.GA15338@eos.sc1.parodius.com> X-Face: jC2w\k*Q1\0DA2Q0Eh&BrP/Rt2M,^2O#R07VoT98m*>miQF9%Bi9vy`F6cPjwEe?m,)=?utf-8?q?2=0A=09X=3FM=5C=3AOE9QgZ?="xT3/n3,3MJ7N=Cfkmi%f(w^~X"SUxn>; 27NO; C+)g[7J`$G*SN>{<=?utf-8?q?O=3Bg7=7C=0A=09o=7D=265A=5D4?=@7D`=Eb@Zs1Ln814?]|k@'bG=.Ca"[|8+_.OsNAo8!#?4u MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200712191035.24159.beech@freebsd.org> Cc: hiromi@tac.tsukuba.ac.jp, Jeremy Chadwick , Barry Byrne , perky@freebsd.org Subject: Re: FreeBSD Port: horde-base-3.1.5_1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Beech Rintoul List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Dec 2007 19:35:30 -0000 On Wednesday 19 December 2007, Jeremy Chadwick said: > On Wed, Dec 19, 2007 at 02:29:40PM -0000, Barry Byrne wrote: > > > -----Original Message----- > > > From: Jeremy Chadwick [mailto:koitsu@FreeBSD.org] > > > Sent: 19 December 2007 11:34 > > > To: Barry Byrne > > > Cc: beech@FreeBSD.org; ports@FreeBSD.org; > > > hiromi@tac.tsukuba.ac.jp; ache@freebsd.org; perky@freebsd.org > > > > > > > Checked the patched file (NLS.php) and I had something like > > > > this; > > > > > > > > \xa0 \xa0 \xa0 \xa0/* avoid FreeBSD issapce(3) bug */ > > > > \xa0 \xa0 \xa0 \xa0if(NLS::getCharset() == "UTF-8"){ > > > > \xa0 \xa0 \xa0 \xa0 \xa0 \xa0setlocale(LC_CTYPE,"C"); > > > > \xa0 \xa0 \xa0 \xa0} > > > > > > > > When I replaced the \xa0 with tabs, all was fine again. > > > > > > The parse error is probably because PHP does not have Unicode > > > or multibyte character support enabled. The patch file in > > > question contains actual Unicode characters. You might try > > > rebuilding PHP with Zend support for multibyte characters (it's > > > an option in "make config") > > > and see if that improves things. > > > > Jeremy, > > > > Thanks for the quick response. > > > > You're correct in assuming I don't have Multibyte enabled. > > > > However, I just rebuilt php on another machine and enabled > > multibyte, then built horde-base on that, but still had the same > > characters in the NLS.php file on that, so not sure what the > > problem is. > > Okay, so it's probably a Unicode vs. UTF-8 parser thing. > > My comment about the code needing to remain in ASCII stands, though > (this isn't your fault, of course). The patch should really be > fixed to use literal whitespace (ASCII 0x20) or tabs (ASCII 0x09). > > I have commit access to fix this, but I want to clear it + discuss > with those involved with the PR first. I have re-rolled the patch, please let me know if you still have problems. It may take a while to get into the tree. Beech -- --------------------------------------------------------------------------------------- Beech Rintoul - FreeBSD Developer - beech@FreeBSD.org /"\ ASCII Ribbon Campaign | FreeBSD Since 4.x \ / - NO HTML/RTF in e-mail | http://www.freebsd.org X - NO Word docs in e-mail | Latest Release: / \ - http://www.FreeBSD.org/releases/6.2R/announce.html --------------------------------------------------------------------------------------- From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 20:37:00 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4192016A418 for ; Wed, 19 Dec 2007 20:37:00 +0000 (UTC) (envelope-from fbsd06+RK=b6010fc6@mlists.homeunix.com) Received: from turtle-out.mxes.net (turtle-out.mxes.net [216.86.168.191]) by mx1.freebsd.org (Postfix) with ESMTP id 2075D13C455 for ; Wed, 19 Dec 2007 20:36:59 +0000 (UTC) (envelope-from fbsd06+RK=b6010fc6@mlists.homeunix.com) Received: from mxout-04.mxes.net (mxout-04.mxes.net [216.86.168.179]) by turtle-in.mxes.net (Postfix) with ESMTP id 0E887164684 for ; Wed, 19 Dec 2007 15:13:22 -0500 (EST) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id E9891D05A6 for ; Wed, 19 Dec 2007 15:13:20 -0500 (EST) Date: Wed, 19 Dec 2007 20:13:16 +0000 From: RW To: freebsd-ports@freebsd.org Message-ID: <20071219201316.1c305f7a@gumby.homeunix.com.> In-Reply-To: <20071219191306.GC36016@atarininja.org> References: <4D1AAAB26DADCFB11343F6B3@utd59514.utdallas.edu> <47693FE9.20701@gahr.ch> <41364CD63DE952CCB8602A44@utd59514.utdallas.edu> <20071219191306.GC36016@atarininja.org> X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.3; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Optional patching X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Dec 2007 20:37:00 -0000 On Wed, 19 Dec 2007 14:13:06 -0500 Wesley Shields wrote: > I don't think it matters really, but is probably a matter of personal > preference. The only problem with using an option that I see is that > if the user has no idea if (s)he is on a 64bit platform and turns the > option off. It's for this reason I'd suggest using the .if ${ARCH} > approach. I would have thought that the ".if ${ARCH}" method was the only sensible way of doing it. Packages are built without any options set. From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 20:48:21 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3016E16A421 for ; Wed, 19 Dec 2007 20:48:21 +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 1AB9713C458 for ; Wed, 19 Dec 2007 20:48:20 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: by syn.atarininja.org (Postfix, from userid 1001) id 3F4855C2E; Wed, 19 Dec 2007 15:53:40 -0500 (EST) Date: Wed, 19 Dec 2007 15:53:40 -0500 From: Wesley Shields To: RW Message-ID: <20071219205340.GD36016@atarininja.org> References: <4D1AAAB26DADCFB11343F6B3@utd59514.utdallas.edu> <47693FE9.20701@gahr.ch> <41364CD63DE952CCB8602A44@utd59514.utdallas.edu> <20071219191306.GC36016@atarininja.org> <20071219201316.1c305f7a@gumby.homeunix.com.> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071219201316.1c305f7a@gumby.homeunix.com.> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: freebsd-ports@freebsd.org Subject: Re: Optional patching X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Dec 2007 20:48:21 -0000 On Wed, Dec 19, 2007 at 08:13:16PM +0000, RW wrote: > On Wed, 19 Dec 2007 14:13:06 -0500 > Wesley Shields wrote: > > > I don't think it matters really, but is probably a matter of personal > > preference. The only problem with using an option that I see is that > > if the user has no idea if (s)he is on a 64bit platform and turns the > > option off. It's for this reason I'd suggest using the .if ${ARCH} > > approach. > > I would have thought that the ".if ${ARCH}" method was the only > sensible way of doing it. Packages are built without any options set. They are built using the default OPTIONS in the Makefile - ie: those that are specified as "on". If what you say is true then one of my ports would not build properly - it requires at least one of a few options to be on. Another reason not to put it in as an OPTION is that if the option defaults to off the package will fail to build on 64bit platforms. -- WXS From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 21:25:58 2007 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5367C16A420; Wed, 19 Dec 2007 21:25:58 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: from acme.spoerlein.net (acme.spoerlein.net [217.172.44.86]) by mx1.freebsd.org (Postfix) with ESMTP id C82D113C4EF; Wed, 19 Dec 2007 21:25:57 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: from roadrunner.spoerlein.net (e180176255.adsl.alicedsl.de [85.180.176.255]) by acme.spoerlein.net (8.14.1/8.14.1) with ESMTP id lBJL7G1Z013864 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 19 Dec 2007 22:07:17 +0100 (CET) (envelope-from uspoerlein@gmail.com) Received: from roadrunner.spoerlein.net (localhost [127.0.0.1]) by roadrunner.spoerlein.net (8.14.1/8.14.1) with ESMTP id lBJL31i2004973 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 19 Dec 2007 22:03:01 +0100 (CET) (envelope-from uspoerlein@gmail.com) Received: (from q@localhost) by roadrunner.spoerlein.net (8.14.1/8.14.1/Submit) id lBJL2xdr004972; Wed, 19 Dec 2007 22:02:59 +0100 (CET) (envelope-from uspoerlein@gmail.com) Date: Wed, 19 Dec 2007 22:02:59 +0100 From: Ulrich Spoerlein To: Hiroki Sato Message-ID: <20071219210259.GA1567@roadrunner.spoerlein.net> Mail-Followup-To: Hiroki Sato , nikola.lecic@anthesphoria.net, albert.shih@obspm.fr, dougb@FreeBSD.org, freebsd-ports@FreeBSD.org References: <20071214025230.361715eb@anthesphoria.net> <200712150123.lBF1N35T038677@anthesphoria.net> <20071216.225955.111308887.hrs@allbsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <20071216.225955.111308887.hrs@allbsd.org> User-Agent: Mutt/1.5.16 (2007-06-09) X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on acme.spoerlein.net Cc: albert.shih@obspm.fr, dougb@FreeBSD.org, nikola.lecic@anthesphoria.net, freebsd-ports@FreeBSD.org Subject: Re: TeTeX and TeXLive X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Dec 2007 21:25:58 -0000 On Sun, 16.12.2007 at 22:59:55 +0900, Hiroki Sato wrote: > This is a progress report from the current teTeX maintainer who is > trying to update TeX in the ports tree to TeXLive. As I explained, > if we go with the finer-grained package model, over 1000 ports have > to be added at a time, so testing them should be done in a separate > tree at least. I hope I will be able to set up a public tree for > testing and collaborative work this month... >=20 > Any comments are welcome. Thanks. As I'm not doing any work, my vote doesn't count, but please: Creating 2-3 *big* TeXLive ports is certainly wrong, but creating 1000 tiny ports is equally wrong. Think about the repo bloat and churn introduced by a "single" software like a LaTeX system. It will slow down everything from cvs checkout, to index building and pkg_info(1). Can't you split the TeXLive Distribution up into say 12 ports? Something minimal that can be used by other ports to typeset documentation (how common is this, anyway?) and 3-4 big TeXLive ports for the typical TeX user. Cheers, Ulrich Spoerlein --=20 It is better to remain silent and be thought a fool, than to speak, and remove all doubt. From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 21:30:26 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A923D16A46B for ; Wed, 19 Dec 2007 21:30:26 +0000 (UTC) (envelope-from kuteynikov@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.191]) by mx1.freebsd.org (Postfix) with ESMTP id 4365A13C469 for ; Wed, 19 Dec 2007 21:30:25 +0000 (UTC) (envelope-from kuteynikov@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so3822066fka.11 for ; Wed, 19 Dec 2007 13:30:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=oGIn2EYdhH+bnEKcQALQ+Jt21ZVmtr3iN1HE3+UvYME=; b=OgOraRCpccbf3oC0qDRXbuHmCBTMLGDSQBzB2sajT0MRf0ALXdnDHnhMKIpql+XQc2TytZLY8IyDzZsn3G9lx9B6pGA788Hsm5/Si4GxZgBr52qJ4KcXCfYuGaGc3zcgr71681vpKtCQhXVB8FTVpB9cA3541AscG8YqXMgDklo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=dl4HNlyHwEz9KrrHFoYeo3BNGscEVXm/NPYRQ52hKLpZ4z3ENTI9Pj3OJU6UWJtt0adbjo8blIAiloijKzCFqOyRPQKk/dDPZFb1Ba4TwO0XTaVySdihaB0V22bmXi0hK5OijUEgC886yVdzYQJGS08nvO2ZQeh97i/KsZiUork= Received: by 10.82.140.20 with SMTP id n20mr10985585bud.27.1198098247240; Wed, 19 Dec 2007 13:04:07 -0800 (PST) Received: by 10.82.120.17 with HTTP; Wed, 19 Dec 2007 13:04:07 -0800 (PST) Message-ID: Date: Thu, 20 Dec 2007 00:04:07 +0300 From: "=?KOI8-R?B?69XUxcrOycvP1yDkzcnU0snK?=" 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: FreeBSD Ports Search webpage is not usable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Dec 2007 21:30:26 -0000 Web interface for ports collection is very inconvenient. I want to find package to install it by `pkg_add -r` command (because I don't have much time to build it from ports tree) but it's name on the site and in the package server differ. I've spent a lot of time trying to guess, what command I should enter to install openoffice.org-2.3.20071115 : `pkg_add -r openoffice.org`, `pkg_add -r openofficeorg-23`, `pkg_add -r openofficeorg23`, `pkg_add -r openoffice.org-2.3.20071115` or `pkg_add -r openoffice-org_23`. It's unbearable! Look at http://packages.debian.org/search?keywords=openoffice.org&searchon=names&suite=testing§ion=all It's simple. It gave me all information I need to know and I can type `apt-get install openoffice.org` or download precompiled package straight from the site. FIX: Show real package names in the search results and give a link to precompiled package. From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 21:30:48 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15D2B16A418 for ; Wed, 19 Dec 2007 21:30:48 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from smtp3.utdallas.edu (smtp3.utdallas.edu [129.110.10.49]) by mx1.freebsd.org (Postfix) with ESMTP id 019BA13C45D for ; Wed, 19 Dec 2007 21:30:47 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from utd59514.utdallas.edu (utd59514.utdallas.edu [129.110.3.28]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp3.utdallas.edu (Postfix) with ESMTP id 614E2654F2 for ; Wed, 19 Dec 2007 15:30:47 -0600 (CST) Date: Wed, 19 Dec 2007 15:30:47 -0600 From: Paul Schmehl To: freebsd-ports@freebsd.org Message-ID: <97B95C14B3E9CD8117362FF0@utd59514.utdallas.edu> In-Reply-To: <20071219205340.GD36016@atarininja.org> References: <4D1AAAB26DADCFB11343F6B3@utd59514.utdallas.edu> <47693FE9.20701@gahr.ch> <41364CD63DE952CCB8602A44@utd59514.utdallas.edu> <20071219191306.GC36016@atarininja.org> <20071219201316.1c305f7a@gumby.homeunix.com.> <20071219205340.GD36016@atarininja.org> X-Mailer: Mulberry/4.0.8 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: Optional patching X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Dec 2007 21:30:48 -0000 --On Wednesday, December 19, 2007 15:53:40 -0500 Wesley Shields wrote: > On Wed, Dec 19, 2007 at 08:13:16PM +0000, RW wrote: >> On Wed, 19 Dec 2007 14:13:06 -0500 >> Wesley Shields wrote: >> >> > I don't think it matters really, but is probably a matter of personal >> > preference. The only problem with using an option that I see is that >> > if the user has no idea if (s)he is on a 64bit platform and turns the >> > option off. It's for this reason I'd suggest using the .if ${ARCH} >> > approach. >> >> I would have thought that the ".if ${ARCH}" method was the only >> sensible way of doing it. Packages are built without any options set. > > They are built using the default OPTIONS in the Makefile - ie: those > that are specified as "on". If what you say is true then one of my > ports would not build properly - it requires at least one of a few > options to be on. > > Another reason not to put it in as an OPTION is that if the option > defaults to off the package will fail to build on 64bit platforms. > I completely agree. I just submitted a PR to update the port using .if ${ARCH} == Selecting the correct architechture should not be something the user has to do when installing a port. -- Paul Schmehl (pauls@utdallas.edu) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/ From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 21:43:49 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5665E16A419 for ; Wed, 19 Dec 2007 21:43:49 +0000 (UTC) (envelope-from fbsd06+RK=b6010fc6@mlists.homeunix.com) Received: from mxout-04.mxes.net (mxout-04.mxes.net [216.86.168.179]) by mx1.freebsd.org (Postfix) with ESMTP id 37BA213C465 for ; Wed, 19 Dec 2007 21:43:48 +0000 (UTC) (envelope-from fbsd06+RK=b6010fc6@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 0A4C4D04FF for ; Wed, 19 Dec 2007 16:43:46 -0500 (EST) Date: Wed, 19 Dec 2007 21:43:43 +0000 From: RW To: freebsd-ports@freebsd.org Message-ID: <20071219214343.229ef5f0@gumby.homeunix.com.> In-Reply-To: <20071219205340.GD36016@atarininja.org> References: <4D1AAAB26DADCFB11343F6B3@utd59514.utdallas.edu> <47693FE9.20701@gahr.ch> <41364CD63DE952CCB8602A44@utd59514.utdallas.edu> <20071219191306.GC36016@atarininja.org> <20071219201316.1c305f7a@gumby.homeunix.com.> <20071219205340.GD36016@atarininja.org> X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.3; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Optional patching X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Dec 2007 21:43:49 -0000 On Wed, 19 Dec 2007 15:53:40 -0500 Wesley Shields wrote: > On Wed, Dec 19, 2007 at 08:13:16PM +0000, RW wrote: > > > I would have thought that the ".if ${ARCH}" method was the only > > sensible way of doing it. Packages are built without any options > > set. > > They are built using the default OPTIONS in the Makefile - ie: those > that are specified as "on". If what you say is true then one of my > ports would not build properly - it requires at least one of a few > options to be on. I meant "set" in the normal English sense of the word, as in "set-up", rather than "set" meaning a boolean value of true. > Another reason not to put it in as an OPTION is that if the option > defaults to off the package will fail to build on 64bit platforms. That was the point I was making. From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 22:15:39 2007 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB85316A417 for ; Wed, 19 Dec 2007 22:15:39 +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 6774313C474 for ; Wed, 19 Dec 2007 22:15:39 +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 lBJMFR8n062037 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 19 Dec 2007 23:15:29 +0100 (CET) (envelope-from pav@FreeBSD.org) From: Pav Lucistnik To: =?UTF-8?Q?=D0=9A=D1=83=D1=82=D0=B5=D0=B9=D0=BD=D0=B8=D0=BA=D0=BE=D0=B2_?= =?UTF-8?Q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9?= In-Reply-To: References: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-fSJ0ZpvGPMjARk7kH/xD" Date: Wed, 19 Dec 2007 23:15:27 +0100 Message-Id: <1198102527.47382.53.camel@ikaros.oook.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.12.2 FreeBSD GNOME Team Port X-Spam-Score: -73.711 () AWL,BAYES_00 X-Scanned-By: MIMEDefang 2.63 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: FreeBSD Ports Search webpage is not usable 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, 19 Dec 2007 22:15:40 -0000 --=-fSJ0ZpvGPMjARk7kH/xD Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable =D0=9A=D1=83=D1=82=D0=B5=D0=B9=D0=BD=D0=B8=D0=BA=D0=BE=D0=B2 =D0=94=D0=BC= =D0=B8=D1=82=D1=80=D0=B8=D0=B9 p=C3=AD=C5=A1e v =C4=8Dt 20. 12. 2007 v 00:0= 4 +0300: > Web interface for ports collection is very inconvenient. I want to find > package to install it by `pkg_add -r` command (because I don't have much > time to build it from ports tree) but it's name on the site and in the > package server differ. I've spent a lot of time trying to guess, what > command I should enter to install openoffice.org-2.3.20071115 : `pkg_add = -r > openoffice.org`, `pkg_add -r openofficeorg-23`, `pkg_add -r > openofficeorg23`, `pkg_add -r openoffice.org-2.3.20071115` or `pkg_add -r > openoffice-org_23`. It's unbearable! Look at > http://packages.debian.org/search?keywords=3Dopenoffice.org&searchon=3Dna= mes&suite=3Dtesting§ion=3Dall > It's simple. It gave me all information I need to know and I can type > `apt-get install openoffice.org` or download precompiled package straight > from the site. >=20 > FIX: Show real package names in the search results and give a link to > precompiled package. Maybe this would work for you? It even got the pkg_add command line: http://www.freshports.org/editors/openoffice.org-2 --=20 Pav Lucistnik 25 And the Lord spoke unto the Angel that guarded the eastern gate, saying, Where is the flaming sword which was given unto thee? 26 And the Angel said, I had here only a moment ago, I must have put it down some where, forget my own head next. 27 And the Lord did not ask him again. --=-fSJ0ZpvGPMjARk7kH/xD 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.7 (FreeBSD) iD8DBQBHaZf/ntdYP8FOsoIRAkztAJ9xziXx+h1DLKmN1XJ/L1tSGqZscACgt+Ww 6+Umenc37jtmO/ZhPzbAkSQ= =L5wg -----END PGP SIGNATURE----- --=-fSJ0ZpvGPMjARk7kH/xD-- From owner-freebsd-ports@FreeBSD.ORG Thu Dec 20 01:59:33 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD3FF16A417 for ; Thu, 20 Dec 2007 01:59:33 +0000 (UTC) (envelope-from oceanare@pacific.net.sg) Received: from smtpgate1.pacific.net.sg (smtpgate1.pacific.net.sg [203.120.90.31]) by mx1.freebsd.org (Postfix) with SMTP id 1E4FA13C44B for ; Thu, 20 Dec 2007 01:59:32 +0000 (UTC) (envelope-from oceanare@pacific.net.sg) Received: (qmail 21675 invoked from network); 20 Dec 2007 01:32:51 -0000 Received: from adsl2.dyn234.pacific.net.sg (HELO P2120.somewherefaraway.com) (oceanare@210.24.234.2) by smtpgate1.pacific.net.sg with ESMTPA; 20 Dec 2007 01:32:51 -0000 Message-ID: <4769C62D.7050704@pacific.net.sg> Date: Thu, 20 Dec 2007 09:32:29 +0800 From: Erich Dollansky User-Agent: Thunderbird 2.0.0.6 (X11/20070826) MIME-Version: 1.0 To: Dominic Fandrey References: <47688E99.4050802@pacific.net.sg> <4769561A.3060908@gmx.de> In-Reply-To: <4769561A.3060908@gmx.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: rough method of cleaning the ports tree X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Dec 2007 01:59:33 -0000 Hi, Dominic Fandrey wrote: > Erich Dollansky wrote: >> >> after noticing how large my ports tree grows while compiling, I thought >> of simply deleting it and do a CVSup to get a new one after the >> compilation is finished. >> >> This should be much faster and also should do some kind o >> defragmentation. I simply cannot believe that the huge ports tree will >> still be very well organised after some months. >> >> What does the list think of this method? >> >> Erich > > It's a good start, but to keep it clean you should set WRKDIRPREFIX=/usr/obj > or something similar in your make.conf. This way you can just wipe /usr/obj > when uncleaned builds fill up too much disk space. this is what I will do. Plus not cleaning depending ports to speed up a bit the build process. Erich From owner-freebsd-ports@FreeBSD.ORG Thu Dec 20 04:31:48 2007 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 81CF116A417 for ; Thu, 20 Dec 2007 04:31:48 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.190]) by mx1.freebsd.org (Postfix) with ESMTP id 19F5813C447 for ; Thu, 20 Dec 2007 04:31:47 +0000 (UTC) (envelope-from grafan@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so4040106fka.11 for ; Wed, 19 Dec 2007 20:31:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=L3UGmLqhEMH60IvoFN+a9LTes59KGyW/eE4x+5dz6NA=; b=czLWBM/g9XsnJPAEhu+VJEQrnQPmG7AC7IBvqIueiMMXpjYV0Y8lC7QaPvDQlk7rE6m50RWUd4UJ1ukrmBJRVK7T3CubjU2+laeS/SKaVUOAl7lG5aDbDWs+8Mpb2v3e/VlfG8pfOPMVN4rIJUypZt6rguz/RcxYhOp8jZPRfP8= 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=BURY/Iv+3IJqfYbRFa0rTqRkYq10BBN5+Q2LjGTZvJOqCwRXpz2eTbgZ9qu4FNv/b7WLLWoWZaESQZ+F4GQLwLgoV0xbjroyrZa1buoePj/ToWFOodtQgqFvU02if3DsNTYysdEQwaynFFB4YgOI+41L1UoM/Kmlwhnu9QPiSfo= Received: by 10.82.159.15 with SMTP id h15mr11734400bue.36.1198125106013; Wed, 19 Dec 2007 20:31:46 -0800 (PST) Received: by 10.82.116.17 with HTTP; Wed, 19 Dec 2007 20:31:45 -0800 (PST) Message-ID: <6eb82e0712192031u6f5a2546tca8a6b68b0042313@mail.gmail.com> Date: Thu, 20 Dec 2007 12:31:45 +0800 From: "Rong-en Fan" To: "Dominic Fandrey" In-Reply-To: <4769550A.4090007@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4767283D.70604@delphij.net> <20071218144900.M51742@FreeBSD.org> <4767F263.2000708@gmx.de> <6eb82e0712190244p51042783vf8fd1d52a297c90d@mail.gmail.com> <4769550A.4090007@gmx.de> Cc: ports@freebsd.org, Pav Lucistnik , d@delphij.net Subject: Re: ports.conf: Is there a reason behind not being default? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Dec 2007 04:31:48 -0000 On Dec 20, 2007 1:29 AM, Dominic Fandrey wrote: > Rong-en Fan wrote: > > On Dec 19, 2007 12:16 AM, Dominic Fandrey wrote: > >> Pav Lucistnik wrote: > >>> On Mon, 17 Dec 2007 17:54:05 -0800, Xin LI wrote > >>> > >>>> I think that ports-mgmt/portconf (a.k.a. /usr/local/etc/ports.conf) > >>>> is a very handy feature that makes it much easier to store port options > >>>> across upgrade. Is there a reason behind not making it into > >>>> bsd.ports.mk? IMHO it's a big deal to take the script into > >>>> ports/Tools/scripts, and move the configuration to somewhere like > >>>> /etc/ports.conf... > >>> I haven't checked it out yet. What can it do that can't be done in > >>> /etc/make.conf with constructs like > >>> > >>> .if ${.CURDIR} == "/usr/ports/editors/vim" > >>> WITH_GTK2=yes > >>> .endif > >>> > >>> ? > >> Actually it can only do less than that (and it won't work if /usr/ports is a > >> symlink, at least the last time I checked). The only advantage is a more > > > > It can, see commit log > > > > http://www.freebsd.org/cgi/cvsweb.cgi/ports/ports-mgmt/portconf/pkg-install > > Why doesn't it do something like > > PORTSDIR!=cd /usr/ports && pwd -P || exit 0 > > to avoid having to hard-code it during install? I'm not sure if I get the point. Do you mean that why don't I make PORTSDIR in make.conf run-time determined instead of hardcode during installation? If so, it's not possible because our make limitation: you can not use variable in substitution. Regards, Rong-En Fan From owner-freebsd-ports@FreeBSD.ORG Thu Dec 20 05:24:03 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9ED4B16A417 for ; Thu, 20 Dec 2007 05:24:03 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with SMTP id 4829F13C44B for ; Thu, 20 Dec 2007 05:24:03 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 6927 invoked by uid 399); 20 Dec 2007 05:24:01 -0000 Received: from localhost (HELO slave.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTP; 20 Dec 2007 05:24:01 -0000 X-Originating-IP: 127.0.0.1 Date: Wed, 19 Dec 2007 21:23:59 -0800 (PST) From: Doug Barton To: "Aryeh M. Friedman" In-Reply-To: <476662BF.9040109@gmail.com> Message-ID: References: <476662BF.9040109@gmail.com> User-Agent: Alpine 0.999999 (BSF 874 2007-12-15) X-message-flag: Outlook -- Not just for spreading viruses anymore! X-OpenPGP-Key-ID: 0xD5B2F0FB Organization: http://www.FreeBSD.org/ MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Cc: freebsd-ports@freebsd.org Subject: Re: Ports Re-engineering: Semi-official statement of scope and schedule X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Dec 2007 05:24:03 -0000 Perhaps it's implicit somewhere in your stuff, but one thing that I have not seen mentioned is along the lines of what Mike Makonnen is doing with his prototype new installer. Namely divorcing the parts of the system that do the work and the UI. http://docs.freebsd.org/cgi/getmsg.cgi?fetch=627025+0+current/freebsd-current Irrespective of the perceived value of any of the other goals, this kind of work would really add value to the system, since it would allow for building fancier front ends, including HTML, X applications, etc. >From my perspective (as someone writing tools to interact with the ports system) a well defined API for interacting with the system would be enormously valuable, and spur further innovation. I also think that the work to define the API would go a long way toward helping to structure the system. hth, Doug -- This .signature sanitized for your protection From owner-freebsd-ports@FreeBSD.ORG Thu Dec 20 06:59:38 2007 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 3988816A468 for ; Thu, 20 Dec 2007 06:59:38 +0000 (UTC) (envelope-from clint@0lsen.net) Received: from QMTA02.westchester.pa.mail.comcast.net (qmta02.westchester.pa.mail.comcast.net [76.96.62.24]) by mx1.freebsd.org (Postfix) with ESMTP id DE8FD13C4D1 for ; Thu, 20 Dec 2007 06:59:37 +0000 (UTC) (envelope-from clint@0lsen.net) Received: from OMTA11.westchester.pa.mail.comcast.net ([76.96.62.36]) by QMTA02.westchester.pa.mail.comcast.net with comcast id Smvv1Y0090mv7h0050eP00; Thu, 20 Dec 2007 06:59:37 +0000 Received: from belle.0lsen.net ([24.20.127.157]) by OMTA11.westchester.pa.mail.comcast.net with comcast id Suzc1Y00A3Pt6RU3X00000; Thu, 20 Dec 2007 06:59:37 +0000 X-Authority-Analysis: v=1.0 c=1 a=oTgmICQExT8gkMQCwz4A:9 a=6iH-65Gw3mDAfHWXg4nKDB_VJPsA:4 a=WN8zLioqDSwA:10 Received: by belle.0lsen.net (Postfix, from userid 1001) id 4E086792DA; Wed, 19 Dec 2007 22:59:36 -0800 (PST) Date: Wed, 19 Dec 2007 22:59:36 -0800 From: Clint Olsen To: ports@freebsd.org Message-ID: <20071220065935.GA47531@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: Enabling sound in xpilot-ng-server X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Dec 2007 06:59:38 -0000 Yet again, I'm having fun with these WITH_* options, and I can't seem to coerce the configure phase to enable sound with this port. My config after hacking the Makefile looks like: # This file is auto-generated by 'make config'. # No user-servicable parts inside! # Options for xpilot-ng-client-4.7.2_1 _OPTIONS_READ=xpilot-ng-client-4.7.2_1 WITH_SDL=true WITH_SOUND=true However, when I examine config.log down in the work area, I see no sound switches being thrown, and thus no sound. Someone please throw me a cluepon here. -Clint From owner-freebsd-ports@FreeBSD.ORG Thu Dec 20 07:07:53 2007 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A2BF16A418; Thu, 20 Dec 2007 07:07:53 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mta2.srv.hcvlny.cv.net (mta2.srv.hcvlny.cv.net [167.206.4.197]) by mx1.freebsd.org (Postfix) with ESMTP id 67D7C13C457; Thu, 20 Dec 2007 07:07: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 mta2.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JTC00B5M5347ZB0@mta2.srv.hcvlny.cv.net>; Thu, 20 Dec 2007 01:37:52 -0500 (EST) Received: from flosoft.no-ip.biz (localhost [IPv6:::1]) by flosoft.no-ip.biz (8.14.2/8.14.2) with ESMTP id lBK6bq7J095603; Thu, 20 Dec 2007 01:37:52 -0500 Date: Thu, 20 Dec 2007 01:37:52 -0500 From: "Aryeh M. Friedman" In-reply-to: To: Doug Barton Message-id: <476A0DC0.2050701@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7BIT X-Enigmail-Version: 0.95.5 References: <476662BF.9040109@gmail.com> User-Agent: Thunderbird 2.0.0.9 (X11/20071217) Cc: freebsd-ports@FreeBSD.org Subject: Re: Ports Re-engineering: Semi-official statement of scope and schedule X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Dec 2007 07:07:53 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Doug Barton wrote: > Perhaps it's implicit somewhere in your stuff, but one thing that I > have not seen mentioned is along the lines of what Mike Makonnen > is doing with his prototype new installer. Namely divorcing the > parts of the system that do the work and the UI. > http://docs.freebsd.org/cgi/getmsg.cgi?fetch=627025+0+current/freebsd-current > > > > Irrespective of the perceived value of any of the other goals, this > kind of work would really add value to the system, since it would > allow for building fancier front ends, including HTML, X > applications, etc. We started with a fairly modular design concept and the more I look at it the more modular it needs to be. > >> From my perspective (as someone writing tools to interact with >> the ports > system) a well defined API for interacting with the system would be > enormously valuable, and spur further innovation. I also think > that the work to define the API would go a long way toward helping > to structure the system. > > hth, > > Doug > - -- Aryeh M. Friedman FloSoft Systems http://www.flosoft-systems.com Developer, not business, friendly -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHag2/zIOMjAek4JIRArsAAJ9PQJGc9F0u6eskFLL7RSMhhWTHEQCgipc5 w6bDHthlQ9ekMBl+KUD6ihY= =5lgz -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Thu Dec 20 08:40:15 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B767016A421 for ; Thu, 20 Dec 2007 08:40:15 +0000 (UTC) (envelope-from nicki@astcape.co.za) Received: from ns1.astcape.co.za (ns1.astcape.co.za [196.7.15.16]) by mx1.freebsd.org (Postfix) with ESMTP id 7C80013C47E for ; Thu, 20 Dec 2007 08:40:13 +0000 (UTC) (envelope-from nicki@astcape.co.za) Received: from localhost (localhost.astcape.co.za [127.0.0.1]) by ns1.astcape.co.za (Postfix) with ESMTP id 2877F826BA for ; Thu, 20 Dec 2007 10:40:11 +0200 (SAST) Received: from ns1.astcape.co.za ([127.0.0.1]) by localhost (ns1.astcape.co.za [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 78701-10 for ; Thu, 20 Dec 2007 10:40:04 +0200 (SAST) Received: from CC10673 (unknown [192.168.1.229]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by ns1.astcape.co.za (Postfix) with ESMTP id 5D8F17EE13 for ; Thu, 20 Dec 2007 10:40:04 +0200 (SAST) Message-ID: <013701c842e3$e9cc2a20$e501a8c0@CC10673> From: "Nicki de Wet" To: Date: Thu, 20 Dec 2007 10:40:02 +0200 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 X-Virus-Scanned: by amavisd-new at astcape.co.za Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: www/horde-base X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Dec 2007 08:40:15 -0000 The latest patch broke my horde, I get the following error when opening = horde in the browser: Parse error: syntax error, unexpected T_STRING in = /usr/local/www/horde/lib/Horde/NLS.php on line 122 This is the file that was patched. Here is the patch file's contents: --- lib/Horde/NLS.php.orig 2007-09-29 07:22:46.000000000 -0800 +++ lib/Horde/NLS.php 2007-12-18 11:16:03.000000000 -0900 @@ -119,6 +119,10 @@ setlocale(LC_ALL, $lang_charset); } } + /* avoid FreeBSD issapce(3) bug */ + if(NLS::getCharset() =3D=3D "UTF-8"){ + setlocale(LC_CTYPE,"C"); + } @putenv('LANG=3D' . $lang_charset); @putenv('LANGUAGE=3D' . $lang_charset); } Here is what the file looks like now, obviously there were some funny = characters: setlocale(LC_ALL, $lang_charset); } } \xa0 \xa0 \xa0 \xa0/* avoid FreeBSD issapce(3) bug */ \xa0 \xa0 \xa0 \xa0if(NLS::getCharset() =3D=3D "UTF-8"){ \xa0 \xa0 \xa0 \xa0 \xa0 \xa0setlocale(LC_CTYPE,"C"); \xa0 \xa0 \xa0 \xa0} @putenv('LANG=3D' . $lang_charset); @putenv('LANGUAGE=3D' . $lang_charset); } This is what the patch should look like; --- usr/local/www/horde/lib/Horde/NLS.php Sat Sep 29 17:22:46 2007 +++ /usr/local/www/horde/lib/Horde/NLS.php Thu Dec 20 10:38:46 2007 @@ -119,6 +119,10 @@ setlocale(LC_ALL, $lang_charset); } } + /* avoid FreeBSD issapce(3) bug */ + if(NLS::getCharset() =3D=3D "UTF-8"){ + setlocale(LC_CTYPE,"C"); + } @putenv('LANG=3D' . $lang_charset); @putenv('LANGUAGE=3D' . $lang_charset); } Regards, Nicki From owner-freebsd-ports@FreeBSD.ORG Thu Dec 20 09:04:57 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 679F516A418 for ; Thu, 20 Dec 2007 09:04:57 +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 5E7D913C44B for ; Thu, 20 Dec 2007 09:04:57 +0000 (UTC) (envelope-from jdc@parodius.com) Received: by mx01.sc1.parodius.com (Postfix, from userid 1000) id 326611CC038; Thu, 20 Dec 2007 01:04:57 -0800 (PST) Date: Thu, 20 Dec 2007 01:04:57 -0800 From: Jeremy Chadwick To: Nicki de Wet Message-ID: <20071220090457.GA45014@eos.sc1.parodius.com> References: <013701c842e3$e9cc2a20$e501a8c0@CC10673> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <013701c842e3$e9cc2a20$e501a8c0@CC10673> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-ports@freebsd.org Subject: Re: www/horde-base X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Dec 2007 09:04:57 -0000 On Thu, Dec 20, 2007 at 10:40:02AM +0200, Nicki de Wet wrote: > The latest patch broke my horde, I get the following error when opening horde in the browser: http://lists.freebsd.org/pipermail/freebsd-ports/2007-December/045813.html -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB | From owner-freebsd-ports@FreeBSD.ORG Thu Dec 20 09:21:45 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6639016A417 for ; Thu, 20 Dec 2007 09:21:45 +0000 (UTC) (envelope-from beech@freebsd.org) Received: from freebsd.alaskaparadise.com (freebsd.alaskaparadise.com [208.79.80.117]) by mx1.freebsd.org (Postfix) with ESMTP id 41A8713C46E for ; Thu, 20 Dec 2007 09:21:44 +0000 (UTC) (envelope-from beech@freebsd.org) Received: from 137-42-178-69.gci.net (137-42-178-69.gci.net [69.178.42.137]) by freebsd.alaskaparadise.com (Postfix) with ESMTP id C57A423835E1; Thu, 20 Dec 2007 09:21:43 +0000 (UTC) From: Beech Rintoul To: freebsd-ports@freebsd.org Date: Thu, 20 Dec 2007 00:21:35 -0900 User-Agent: KMail/1.9.7 References: <013701c842e3$e9cc2a20$e501a8c0@CC10673> In-Reply-To: <013701c842e3$e9cc2a20$e501a8c0@CC10673> X-Face: jC2w\k*Q1\0DA2Q0Eh&BrP/Rt2M,^2O#R07VoT98m*>miQF9%Bi9vy`F6cPjwEe?m,)=?utf-8?q?2=0A=09X=3FM=5C=3AOE9QgZ?="xT3/n3,3MJ7N=Cfkmi%f(w^~X"SUxn>; 27NO; C+)g[7J`$G*SN>{<=?utf-8?q?O=3Bg7=7C=0A=09o=7D=265A=5D4?=@7D`=Eb@Zs1Ln814?]|k@'bG=.Ca"[|8+_.OsNAo8!#?4u MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200712200021.39962.beech@freebsd.org> Cc: Nicki de Wet Subject: Re: www/horde-base X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Beech Rintoul List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Dec 2007 09:21:45 -0000 On Wednesday 19 December 2007, Nicki de Wet said: > The latest patch broke my horde, I get the following error when > opening horde in the browser: > > Parse error: syntax error, unexpected T_STRING in > /usr/local/www/horde/lib/Horde/NLS.php on line 122 > > This is the file that was patched. > > Here is the patch file's contents: > --- lib/Horde/NLS.php.orig 2007-09-29 07:22:46.000000000 -0800 > +++ lib/Horde/NLS.php 2007-12-18 11:16:03.000000000 -0900 > @@ -119,6 +119,10 @@ > setlocale(LC_ALL, $lang_charset); > } > } > + /* avoid FreeBSD issapce(3) bug */ > + if(NLS::getCharset() == "UTF-8"){ > + setlocale(LC_CTYPE,"C"); > + } > @putenv('LANG=' . $lang_charset); > @putenv('LANGUAGE=' . $lang_charset); > } > > Here is what the file looks like now, obviously there were some > funny characters: setlocale(LC_ALL, $lang_charset); > } > } > \xa0 \xa0 \xa0 \xa0/* avoid FreeBSD issapce(3) bug */ > \xa0 \xa0 \xa0 \xa0if(NLS::getCharset() == "UTF-8"){ > \xa0 \xa0 \xa0 \xa0 \xa0 \xa0setlocale(LC_CTYPE,"C"); > \xa0 \xa0 \xa0 \xa0} > @putenv('LANG=' . $lang_charset); > @putenv('LANGUAGE=' . $lang_charset); > } > > > > This is what the patch should look like; > --- usr/local/www/horde/lib/Horde/NLS.php Sat Sep 29 17:22:46 > 2007 +++ /usr/local/www/horde/lib/Horde/NLS.php Thu Dec 20 > 10:38:46 2007 @@ -119,6 +119,10 @@ > setlocale(LC_ALL, $lang_charset); > } > } > + /* avoid FreeBSD issapce(3) bug */ > + if(NLS::getCharset() == "UTF-8"){ > + setlocale(LC_CTYPE,"C"); > + } > @putenv('LANG=' . $lang_charset); > @putenv('LANGUAGE=' . $lang_charset); > } > > Regards, > Nicki The problem has been fixed, update your ports tree and rebuild. Beech -- --------------------------------------------------------------------------------------- Beech Rintoul - FreeBSD Developer - beech@FreeBSD.org /"\ ASCII Ribbon Campaign | FreeBSD Since 4.x \ / - NO HTML/RTF in e-mail | http://www.freebsd.org X - NO Word docs in e-mail | Latest Release: / \ - http://www.FreeBSD.org/releases/6.2R/announce.html --------------------------------------------------------------------------------------- From owner-freebsd-ports@FreeBSD.ORG Thu Dec 20 09:28:33 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A424E16A418 for ; Thu, 20 Dec 2007 09:28:33 +0000 (UTC) (envelope-from nicki@astcape.co.za) Received: from ns1.astcape.co.za (ns1.astcape.co.za [196.7.15.16]) by mx1.freebsd.org (Postfix) with ESMTP id 21A1F13C519 for ; Thu, 20 Dec 2007 09:28:32 +0000 (UTC) (envelope-from nicki@astcape.co.za) Received: from localhost (localhost.astcape.co.za [127.0.0.1]) by ns1.astcape.co.za (Postfix) with ESMTP id 551ED7EE13; Thu, 20 Dec 2007 11:28:31 +0200 (SAST) Received: from ns1.astcape.co.za ([127.0.0.1]) by localhost (ns1.astcape.co.za [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 79774-02; Thu, 20 Dec 2007 11:28:20 +0200 (SAST) Received: from CC10673 (unknown [192.168.1.229]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by ns1.astcape.co.za (Postfix) with ESMTP id 87B9183F84; Thu, 20 Dec 2007 11:28:20 +0200 (SAST) Message-ID: <016401c842ea$a8072480$e501a8c0@CC10673> From: "Nicki de Wet" To: "Jeremy Chadwick" References: <013701c842e3$e9cc2a20$e501a8c0@CC10673> <20071220090457.GA45014@eos.sc1.parodius.com> Date: Thu, 20 Dec 2007 11:28:18 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 X-Virus-Scanned: by amavisd-new at astcape.co.za Cc: freebsd-ports@freebsd.org Subject: Re: www/horde-base X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Dec 2007 09:28:33 -0000 ----- Original Message ----- From: "Jeremy Chadwick" To: "Nicki de Wet" Cc: Sent: Thursday, December 20, 2007 11:04 AM Subject: Re: www/horde-base > > http://lists.freebsd.org/pipermail/freebsd-ports/2007-December/045813.html > My apologies, I also saw the thread after posting. I've fixed it locally for now. Regards, Nicki From owner-freebsd-ports@FreeBSD.ORG Thu Dec 20 10:01:37 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C81B516A417 for ; Thu, 20 Dec 2007 10:01:37 +0000 (UTC) (envelope-from barry.byrne@wbtsystems.com) Received: from hermes.wbtsystems.com (hermes.wbtsystems.com [193.120.231.28]) by mx1.freebsd.org (Postfix) with ESMTP id 8F41E13C457 for ; Thu, 20 Dec 2007 10:01:37 +0000 (UTC) (envelope-from barry.byrne@wbtsystems.com) Received: from SUNYA (sunya.wbt.wbtsystems.com [10.12.1.197]) by hermes.wbtsystems.com (Postfix) with ESMTP id 13786F753E; Thu, 20 Dec 2007 09:46:19 +0000 (GMT) From: "Barry Byrne" To: "'Beech Rintoul'" , References: <000f01c8422b$3515d7b0$c5010c0a@SUNYA> <006501c8424b$975d8c90$c5010c0a@SUNYA> <20071219144511.GA15338@eos.sc1.parodius.com> <200712191035.24159.beech@freebsd.org> Date: Thu, 20 Dec 2007 09:46:15 -0000 Message-ID: <001b01c842ed$2996f320$c5010c0a@SUNYA> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <200712191035.24159.beech@freebsd.org> Thread-Index: AchCdlDYrUGd7/YXRiuaG4o1ILLWQQAdq4Sg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 Cc: hiromi@tac.tsukuba.ac.jp, 'Jeremy Chadwick' , perky@freebsd.org Subject: RE: FreeBSD Port: horde-base-3.1.5_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, 20 Dec 2007 10:01:37 -0000 > > Okay, so it's probably a Unicode vs. UTF-8 parser thing. > > > > My comment about the code needing to remain in ASCII stands, though > > (this isn't your fault, of course). The patch should really be > > fixed to use literal whitespace (ASCII 0x20) or tabs (ASCII 0x09). > > > > I have commit access to fix this, but I want to clear it + discuss > > with those involved with the PR first. > > I have re-rolled the patch, please let me know if you still have > problems. It may take a while to get into the tree. > > Beech Looks fine now - ran portupgrade this morning and all is well. Thanks, Barry From owner-freebsd-ports@FreeBSD.ORG Thu Dec 20 14:59:07 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7BC3116A41A for ; Thu, 20 Dec 2007 14:59:07 +0000 (UTC) (envelope-from kuteynikov@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.190]) by mx1.freebsd.org (Postfix) with ESMTP id F0E8E13C465 for ; Thu, 20 Dec 2007 14:59:06 +0000 (UTC) (envelope-from kuteynikov@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so4415278fka.11 for ; Thu, 20 Dec 2007 06:59:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=jyU0NFrSJhh5uXtTSMXnHP1QP4DNQjzROxWI0+FQvjc=; b=rREqCMBBSs5Y2pljF2EvOqH7+PcUINhLlAEWQc39MFUDyslHdkl8C4xMesI1iCRTP6SrUBEMUvWk15O6tq21gL/ewoPs+J7y7NLCzpM8dcZ8zzAJeYrOmFgePnQzDnXUHkQVpUBKnd82XIC0y03AnD1Z7+FUdPpdNtwCe8LJvjw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=sT5RKlkUkw8LaVRbTdFlPp5AN1wf+dft4LG3brZ3YkG+pn98PKiRbJymJDiRe4vs3y2cgspXa9qZW/C68s0mssOcA/6hWujkmyhSrI6PAGdnjpccdaDa4MV1vsUIjCw1ndP/7Br9c86HupEyabXFaEvpWz7NjiRiIrPR+oJp8TU= Received: by 10.82.159.15 with SMTP id h15mr122916bue.36.1198162745319; Thu, 20 Dec 2007 06:59:05 -0800 (PST) Received: by 10.82.120.17 with HTTP; Thu, 20 Dec 2007 06:59:05 -0800 (PST) Message-ID: Date: Thu, 20 Dec 2007 17:59:05 +0300 From: "=?KOI8-R?B?69XUxcrOycvP1yDkzcnU0snK?=" To: pav@freebsd.org, freebsd-ports@freebsd.org In-Reply-To: <1198102527.47382.53.camel@ikaros.oook.cz> MIME-Version: 1.0 References: <1198102527.47382.53.camel@ikaros.oook.cz> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: FreeBSD Ports Search webpage is not usable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Dec 2007 14:59:07 -0000 YGNkIC91c3IvcG9ydHMvZWRpdG9ycy9vcGVub2ZmaWNlLm9yZy0yL2Agd29ya3MgcHJvcGVybHkg YnV0ICAgYHBrZ19hZGQgLXIKb3Blbm9mZmljZS5vcmdgIGRvZXNuJ3Qgd29yay4KQW5kIHdoeSBk b24ndCB5b3UgaW5jbHVkZSB0aGVzZSB0d28gbGluZXMgb2Ygc2hlbGwgY29tbWFuZHMgdG8gb2Zm aWNpYWwgc2l0ZQppbnRlcmZhY2U/CgoyMDA3LzEyLzIwLCBQYXYgTHVjaXN0bmlrIDxwYXZAZnJl ZWJzZC5vcmc+Ogo+Cj4g0JrRg9GC0LXQudC90LjQutC+0LIg0JTQvNC40YLRgNC40LkgcMOtxaFl IHYgxI10IDIwLiAxMi4gMjAwNyB2IDAwOjA0ICswMzAwOgo+ID4gV2ViIGludGVyZmFjZSBmb3Ig cG9ydHMgY29sbGVjdGlvbiBpcyB2ZXJ5IGluY29udmVuaWVudC4gSSB3YW50IHRvIGZpbmQKPiA+ IHBhY2thZ2UgdG8gaW5zdGFsbCBpdCBieSBgcGtnX2FkZCAtcmAgY29tbWFuZCAoYmVjYXVzZSBJ IGRvbid0IGhhdmUgbXVjaAo+Cj4gPiB0aW1lIHRvIGJ1aWxkIGl0IGZyb20gcG9ydHMgdHJlZSkg YnV0IGl0J3MgbmFtZSBvbiB0aGUgc2l0ZSBhbmQgaW4gdGhlCj4gPiBwYWNrYWdlIHNlcnZlciBk aWZmZXIuIEkndmUgc3BlbnQgYSBsb3Qgb2YgdGltZSB0cnlpbmcgdG8gZ3Vlc3MsIHdoYXQKPiA+ IGNvbW1hbmQgSSBzaG91bGQgZW50ZXIgdG8gaW5zdGFsbCBvcGVub2ZmaWNlLm9yZy0yLjMuMjAw NzExMTUgOiBgcGtnX2FkZAo+IC1yCj4gPiBvcGVub2ZmaWNlLm9yZ2AsIGBwa2dfYWRkIC1yIG9w ZW5vZmZpY2VvcmctMjNgLCBgcGtnX2FkZCAtcgo+ID4gb3Blbm9mZmljZW9yZzIzYCwgYHBrZ19h ZGQgLXIgb3Blbm9mZmljZS5vcmctMi4zLjIwMDcxMTE1YCBvciBgcGtnX2FkZAo+IC1yCj4gPiBv cGVub2ZmaWNlLW9yZ18yM2AuIEl0J3MgdW5iZWFyYWJsZSEgTG9vayBhdAo+ID4gaHR0cDovL3Bh Y2thZ2VzLmRlYmlhbi5vcmcvc2VhcmNoP2tleXdvcmRzPW9wZW5vZmZpY2Uub3JnJnNlYXJjaG9u PW5hbWVzJnN1aXRlPXRlc3Rpbmcmc2VjdGlvbj1hbGwKPgo+ID4gSXQncyBzaW1wbGUuIEl0IGdh dmUgbWUgYWxsIGluZm9ybWF0aW9uIEkgbmVlZCB0byBrbm93IGFuZCBJIGNhbiB0eXBlCj4gPiBg YXB0LWdldCBpbnN0YWxsIG9wZW5vZmZpY2Uub3JnYCBvciBkb3dubG9hZCBwcmVjb21waWxlZCBw YWNrYWdlCj4gc3RyYWlnaHQKPiA+IGZyb20gdGhlIHNpdGUuCj4gPgo+ID4gRklYOiBTaG93IHJl YWwgcGFja2FnZSBuYW1lcyBpbiB0aGUgc2VhcmNoIHJlc3VsdHMgYW5kIGdpdmUgYSBsaW5rIHRv Cj4gPiBwcmVjb21waWxlZCBwYWNrYWdlLgo+Cj4gTWF5YmUgdGhpcyB3b3VsZCB3b3JrIGZvciB5 b3U/IEl0IGV2ZW4gZ290IHRoZSBwa2dfYWRkIGNvbW1hbmQgbGluZToKPgo+IGh0dHA6Ly93d3cu ZnJlc2hwb3J0cy5vcmcvZWRpdG9ycy9vcGVub2ZmaWNlLm9yZy0yCj4KPiAtLQo+IFBhdiBMdWNp c3RuaWsgPHBhdkBvb29rLmN6Pgo+ICAgICAgICAgICAgICAgPHBhdkBGcmVlQlNELm9yZz4KPiAy NSBBbmQgdGhlIExvcmQgc3Bva2UgdW50byB0aGUgQW5nZWwgdGhhdCBndWFyZGVkIHRoZSBlYXN0 ZXJuIGdhdGUsCj4gc2F5aW5nLCBXaGVyZSBpcyB0aGUgZmxhbWluZyBzd29yZCB3aGljaCB3YXMg Z2l2ZW4gdW50byB0aGVlPyAyNiBBbmQgdGhlCj4gQW5nZWwgc2FpZCwgSSBoYWQgaGVyZSBvbmx5 IGEgbW9tZW50IGFnbywgSSBtdXN0IGhhdmUgcHV0IGl0IGRvd24gc29tZQo+IHdoZXJlLCBmb3Jn ZXQgbXkgb3duIGhlYWQgbmV4dC4gMjcgQW5kIHRoZSBMb3JkIGRpZCBub3QgYXNrIGhpbSBhZ2Fp bi4KPgo+Cg== From owner-freebsd-ports@FreeBSD.ORG Thu Dec 20 15:30:00 2007 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF14B16A419 for ; Thu, 20 Dec 2007 15: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 4D53513C44B for ; Thu, 20 Dec 2007 15:30:00 +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.1/8.14.1) with ESMTP id lBKF7uYw049458; Thu, 20 Dec 2007 16:07:56 +0100 (CET) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by pav.hide.vol.cz (8.14.1/8.14.1/Submit) id lBKF7u0C049457; Thu, 20 Dec 2007 16:07:56 +0100 (CET) (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: =?UTF-8?Q?=D0=9A=D1=83=D1=82=D0=B5=D0=B9=D0=BD=D0=B8=D0=BA=D0=BE=D0=B2_?= =?UTF-8?Q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9?= In-Reply-To: References: <1198102527.47382.53.camel@ikaros.oook.cz> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-ltjMU66wsIo7bsw8ZZCi" Date: Thu, 20 Dec 2007 16:07:56 +0100 Message-Id: <1198163276.85440.108.camel@pav.hide.vol.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.12.2 FreeBSD GNOME Team Port Cc: freebsd-ports@FreeBSD.org Subject: Re: FreeBSD Ports Search webpage is not usable 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, 20 Dec 2007 15:30:00 -0000 --=-ltjMU66wsIo7bsw8ZZCi Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Note that some packages might not be available for certain architectures and FreeBSD versions, because the packages are always lagging few days or a week behind the ports tree. Or the package can't be compiled. We can't add it to the official website easily, because we don't have that information available inside the website. =D0=9A=D1=83=D1=82=D0=B5=D0=B9=D0=BD=D0=B8=D0=BA=D0=BE=D0=B2 =D0=94=D0=BC= =D0=B8=D1=82=D1=80=D0=B8=D0=B9 p=C3=AD=C5=A1e v =C4=8Dt 20. 12. 2007 v 17:5= 9 +0300: > `cd /usr/ports/editors/openoffice.org-2/` works properly but > `pkg_add -r openoffice.org` doesn't work. > And why don't you include these two lines of shell commands to > official site interface? =20 >=20 > 2007/12/20, Pav Lucistnik : > =D0=9A=D1=83=D1=82=D0=B5=D0=B9=D0=BD=D0=B8=D0=BA=D0=BE=D0=B2 =D0= =94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9 p=C3=AD=C5=A1e v =C4=8Dt 20. 12. 20= 07 v 00:04 +0300: > > Web interface for ports collection is very inconvenient. I > want to find > > package to install it by `pkg_add -r` command (because I > don't have much=20 > > time to build it from ports tree) but it's name on the site > and in the > > package server differ. I've spent a lot of time trying to > guess, what > > command I should enter to install > openoffice.org-2.3.20071115 : `pkg_add -r > > openoffice.org`, `pkg_add -r openofficeorg-23`, `pkg_add -r > > openofficeorg23`, `pkg_add -r openoffice.org-2.3.20071115` > or `pkg_add -r > > openoffice-org_23`. It's unbearable! Look at=20 > > > http://packages.debian.org/search?keywords=3Dopenoffice.org&searc= hon=3Dnames&suite=3Dtesting§ion=3Dall > > It's simple. It gave me all information I need to know and I > can type > > `apt-get install openoffice.org` or download precompiled > package straight > > from the site. > > > > FIX: Show real package names in the search results and give > a link to=20 > > precompiled package. > =20 > Maybe this would work for you? It even got the pkg_add command > line: > =20 > http://www.freshports.org/editors/openoffice.org-2 > =20 > -- > Pav Lucistnik > > 25 And the Lord spoke unto the Angel that guarded the eastern > gate,=20 > saying, Where is the flaming sword which was given unto thee? > 26 And the > Angel said, I had here only a moment ago, I must have put it > down some > where, forget my own head next. 27 And the Lord did not ask > him again.=20 > =20 >=20 --=20 Pav Lucistnik 25 And the Lord spoke unto the Angel that guarded the eastern gate, saying, Where is the flaming sword which was given unto thee? 26 And the Angel said, I had here only a moment ago, I must have put it down some where, forget my own head next. 27 And the Lord did not ask him again. --=-ltjMU66wsIo7bsw8ZZCi 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.7 (FreeBSD) iD8DBQBHaoVMntdYP8FOsoIRAkOyAKCpfsw6iTthmSui3NN/mT1qQN9JfwCghgRl y/ZFcShdP5ox9KRBw6btQHs= =JnPY -----END PGP SIGNATURE----- --=-ltjMU66wsIo7bsw8ZZCi-- From owner-freebsd-ports@FreeBSD.ORG Thu Dec 20 16:25:34 2007 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 BD5E416A420 for ; Thu, 20 Dec 2007 16:25:34 +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 921A713C45B for ; Thu, 20 Dec 2007 16:25:34 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: by syn.atarininja.org (Postfix, from userid 1001) id 01C435C2E; Thu, 20 Dec 2007 11:30:58 -0500 (EST) Date: Thu, 20 Dec 2007 11:30:58 -0500 From: Wesley Shields To: Roy Marples Message-ID: <20071220163058.GG36016@atarininja.org> References: <1198147327.1350.4.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1198147327.1350.4.camel@localhost> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: ports@freebsd.org Subject: Re: [RFC] Automated generation of /etc/resolv.conf from the rc.d script X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Dec 2007 16:25:34 -0000 On Thu, Dec 20, 2007 at 10:42:07AM +0000, Roy Marples wrote: > > Hi Eygene. You might get some ideas from this implementation then: > > http://packages.debian.org/sid/resolvconf > > At least it contains those ugly sed expression to edit forwarders in a > > named.conf. > > You may also want to look at openresolv, which is a resolvconf implementation > that works on FreeBSD as well as Linux. > http://roy.marples.name/node/343 > > I keep meaning to make a request to put that into ports :) > > Thanks > > Roy [ Moving off current@ and onto ports@ ] I've took a stab at it[1]. If you have a FreeBSD box handy and can test it out I'll be glad to receive feedback. I've never used openresolv nor do I have a use for it at the moment. I'm not sure if my removal of the symlink was the right thing to do or not since I'm not familiar with how the software works. Can you test out the port and let me know if it works normally? Also, if you want to be the maintainer I can change it to your address if I send a PR for it. -- WXS [1]: http://www.atarininja.org/~wxs/patches/openresolv.shar - Just cd /usr/ports/dns && sh /path/to/openresolv.shar From owner-freebsd-ports@FreeBSD.ORG Thu Dec 20 17:09:52 2007 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 1E9E616A41A for ; Thu, 20 Dec 2007 17:09:52 +0000 (UTC) (envelope-from roy@marples.name) Received: from mail.marples.name (rsm.demon.co.uk [80.177.111.50]) by mx1.freebsd.org (Postfix) with ESMTP id BFE2F13C474 for ; Thu, 20 Dec 2007 17:09:51 +0000 (UTC) (envelope-from roy@marples.name) Received: from [10.73.1.31] (uberlaptop.marples.name [10.73.1.31]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.marples.name (Postfix) with ESMTP id E642B1900DE; Thu, 20 Dec 2007 16:45:00 +0000 (GMT) From: Roy Marples To: Wesley Shields In-Reply-To: <20071220163058.GG36016@atarininja.org> References: <1198147327.1350.4.camel@localhost> <20071220163058.GG36016@atarininja.org> Content-Type: text/plain Date: Thu, 20 Dec 2007 16:44:59 +0000 Message-Id: <1198169099.1350.13.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.12.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: [RFC] Automated generation of /etc/resolv.conf from the rc.d script X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Dec 2007 17:09:52 -0000 > I've took a stab at it[1]. If you have a FreeBSD box handy and can test > it out I'll be glad to receive feedback. I've never used openresolv nor > do I have a use for it at the moment. I'm not sure if my removal of the > symlink was the right thing to do or not since I'm not familiar with how > the software works. Can you test out the port and let me know if it > works normally? Which symlink did you remove? /etc/resolv.conf should be a symlink to $PREFIX/etc/resolvconf/run/resolv.conf otherwise it won't actually work as resolvconf never updates the real /etc/resolv.conf $PREFIX/etc/resolvconf/run should be a symlink to /var/run/resolvconf so that all prior information collected is cleaned when the system boots. > Also, if you want to be the maintainer I can change it to your address > if I send a PR for it. No, not really. I spent enough time maintaining my software :) On another note, what is the preferred means of getting something into ports? I also have dhcpcd [1] and a ports Makefile for it (dhcpcd is a DHCP client) Thanks Roy PS - not currently subscribed to ports@ - should I be for this discussion? [1] http://dhcpcd.berlios.de/ From owner-freebsd-ports@FreeBSD.ORG Thu Dec 20 17:26:35 2007 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 2835516A420 for ; Thu, 20 Dec 2007 17:26:35 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from smtp3.utdallas.edu (smtp3.utdallas.edu [129.110.10.49]) by mx1.freebsd.org (Postfix) with ESMTP id 003A213C448 for ; Thu, 20 Dec 2007 17:26:34 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from utd59514.utdallas.edu (utd59514.utdallas.edu [129.110.3.28]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp3.utdallas.edu (Postfix) with ESMTP id 64D01654D7; Thu, 20 Dec 2007 11:26:34 -0600 (CST) Date: Thu, 20 Dec 2007 11:26:34 -0600 From: Paul Schmehl To: ports@freebsd.org Message-ID: In-Reply-To: <1198169099.1350.13.camel@localhost> References: <1198147327.1350.4.camel@localhost> <20071220163058.GG36016@atarininja.org> <1198169099.1350.13.camel@localhost> X-Mailer: Mulberry/4.0.8 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Roy Marples Subject: Re: [RFC] Automated generation of /etc/resolv.conf from the rc.d script X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Dec 2007 17:26:35 -0000 --On Thursday, December 20, 2007 16:44:59 +0000 Roy Marples wrote: > > On another note, what is the preferred means of getting something into > ports? I also have dhcpcd [1] and a ports Makefile for it (dhcpcd is a > DHCP client) > 1) Create the port [1] 2) Submit it to the ports group [2] > Thanks > > Roy > > PS - not currently subscribed to ports@ - should I be for this > discussion? > You should if you're going to be a port maintainer. [1] [2] or man (1) send-pr -- Paul Schmehl (pauls@utdallas.edu) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/ From owner-freebsd-ports@FreeBSD.ORG Thu Dec 20 17:52:21 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A445B16A421 for ; Thu, 20 Dec 2007 17:52:21 +0000 (UTC) (envelope-from krion@voodoo.bawue.com) Received: from voodoo.bawue.com (voodoo.bawue.com [212.9.161.119]) by mx1.freebsd.org (Postfix) with ESMTP id 5F64813C4D9 for ; Thu, 20 Dec 2007 17:52:21 +0000 (UTC) (envelope-from krion@voodoo.bawue.com) Received: from krion by voodoo.bawue.com with local (Exim 4.68 (FreeBSD)) (envelope-from ) id 1J5P4t-0005X4-Ci; Thu, 20 Dec 2007 18:20:59 +0100 Date: Thu, 20 Dec 2007 18:20:59 +0100 From: Kirill Ponomarew To: =?koi8-r?B?69XUxcrOycvP1yDkzcnU0snK?= Message-ID: <20071220172058.GA1571@voodoo.bawue.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-NIC-HDL: KP869-RIPE Cc: freebsd-ports@freebsd.org Subject: Re: FreeBSD Ports Search webpage is not usable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Dec 2007 17:52:21 -0000 On Thu, Dec 20, 2007 at 12:04:07AM +0300, ëÕÔÅÊÎÉËÏ× äÍÉÔÒÉÊ wrote: > Web interface for ports collection is very inconvenient. I want to find > package to install it by `pkg_add -r` command (because I don't have much > time to build it from ports tree) but it's name on the site and in the > package server differ. I've spent a lot of time trying to guess, what > command I should enter to install openoffice.org-2.3.20071115 : `pkg_add -r > openoffice.org`, `pkg_add -r openofficeorg-23`, `pkg_add -r > openofficeorg23`, `pkg_add -r openoffice.org-2.3.20071115` or `pkg_add -r > openoffice-org_23`. It's unbearable! Look at > http://packages.debian.org/search?keywords=openoffice.org&searchon=names&suite=testing§ion=all > It's simple. It gave me all information I need to know and I can type > `apt-get install openoffice.org` or download precompiled package straight > from the site. > > FIX: Show real package names in the search results and give a link to > precompiled package. Well, you can always use "make package-name" to get the proper package name, another side is, the specified name can be not available of ftp server if the package wasn't uploaded from pointyhat. -Kirill From owner-freebsd-ports@FreeBSD.ORG Thu Dec 20 17:59:40 2007 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 9FC1916A41A for ; Thu, 20 Dec 2007 17:59:40 +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 75E4513C457 for ; Thu, 20 Dec 2007 17:59:40 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: by syn.atarininja.org (Postfix, from userid 1001) id 439785C2E; Thu, 20 Dec 2007 13:05:06 -0500 (EST) Date: Thu, 20 Dec 2007 13:05:06 -0500 From: Wesley Shields To: Roy Marples Message-ID: <20071220180506.GH36016@atarininja.org> References: <1198147327.1350.4.camel@localhost> <20071220163058.GG36016@atarininja.org> <1198169099.1350.13.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1198169099.1350.13.camel@localhost> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: ports@freebsd.org Subject: Re: [RFC] Automated generation of /etc/resolv.conf from the rc.d script X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Dec 2007 17:59:40 -0000 On Thu, Dec 20, 2007 at 04:44:59PM +0000, Roy Marples wrote: > > I've took a stab at it[1]. If you have a FreeBSD box handy and can test > > it out I'll be glad to receive feedback. I've never used openresolv nor > > do I have a use for it at the moment. I'm not sure if my removal of the > > symlink was the right thing to do or not since I'm not familiar with how > > the software works. Can you test out the port and let me know if it > > works normally? > > Which symlink did you remove? ln -snf /var/run/resolvconf $(ETCDIR)/run, which appears to be the only symlink installed by openresolv. > /etc/resolv.conf should be a symlink to > $PREFIX/etc/resolvconf/run/resolv.conf otherwise it won't actually work > as resolvconf never updates the real /etc/resolv.conf This is not something the Makefile does automatically, correct? I can add a message saying that the user must make the symlink manually to enable openresolv? > $PREFIX/etc/resolvconf/run should be a symlink to /var/run/resolvconf so > that all prior information collected is cleaned when the system boots. OK, I'll put this back in - I'm not really sure about the policies on installing things in /var/run though. I know one of my other ports touches /var so I guess it should be OK. I've made the changes and updated the shar at the original location. If you can test it out and let me know if it works for you I would appreciate it. I've also added a message to be displayed during install stating that the symlink of /etc/rc.conf needs to be applied manually, and a message on deinstall stating that /var/run/resolvconf can be removed if the port is no longer in use. > > Also, if you want to be the maintainer I can change it to your address > > if I send a PR for it. > > No, not really. I spent enough time maintaining my software :) Fair enough. If you would like to see it in ports I can send in the PR and maintain it, despite not using it. I'll at least be more responsive to problem reports than nobody. :) > On another note, what is the preferred means of getting something into > ports? I also have dhcpcd [1] and a ports Makefile for it (dhcpcd is a > DHCP client) Documentation on submission is at: http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porting-submitting.html > Thanks > > Roy > > PS - not currently subscribed to ports@ - should I be for this > discussion? You don't have to be. > [1] http://dhcpcd.berlios.de/ From owner-freebsd-ports@FreeBSD.ORG Thu Dec 20 19:05:08 2007 Return-Path: Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D3D316A469 for ; Thu, 20 Dec 2007 19:05:08 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.freebsd.org (Postfix) with ESMTP id E179113C44B for ; Thu, 20 Dec 2007 19:05:07 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.14.2/8.14.2) with ESMTP id lBKIsR2s018706; Thu, 20 Dec 2007 21:54:27 +0300 (MSK) (envelope-from ache@nagual.pp.ru) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nagual.pp.ru; s=default; t=1198176867; bh=HxenzA0M5QZ3VhGvSP1CBZRTN1JS50vTcaFvAB3 vUR0=; l=836; h=Date:From:To:Cc:Subject:Message-ID:Mail-Followup-To: References:MIME-Version:Content-Type:Content-Disposition: In-Reply-To:User-Agent; b=b7R70PfdciwD91DlVSXMkEeGiqHZnnfU3U7df3iF Cw0nUnEhjDS3BhuF6ogS1WfY3+3698M2Cd6Pzb0dPYOP5E18iBf21//Ryv5JexOHOi5 Y6NY3LlFlkHDvUR2Wvj8PZSDGe8rLd7JqefG9qZewGdlAjNz+/JtzdNhtPjECrxk= Received: (from ache@localhost) by nagual.pp.ru (8.14.2/8.14.2/Submit) id lBKIsQCO018704; Thu, 20 Dec 2007 21:54:26 +0300 (MSK) (envelope-from ache) Date: Thu, 20 Dec 2007 21:54:24 +0300 From: Andrey Chernov To: Beech Rintoul Message-ID: <20071220185424.GA18621@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Beech Rintoul , freebsd-ports@FreeBSD.ORG, Nicki de Wet References: <013701c842e3$e9cc2a20$e501a8c0@CC10673> <200712200021.39962.beech@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200712200021.39962.beech@freebsd.org> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: Nicki de Wet , freebsd-ports@FreeBSD.ORG Subject: Re: www/horde-base X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Dec 2007 19:05:08 -0000 On Thu, Dec 20, 2007 at 12:21:35AM -0900, Beech Rintoul wrote: > > --- usr/local/www/horde/lib/Horde/NLS.php Sat Sep 29 17:22:46 > > 2007 +++ /usr/local/www/horde/lib/Horde/NLS.php Thu Dec 20 > > 10:38:46 2007 @@ -119,6 +119,10 @@ > > setlocale(LC_ALL, $lang_charset); > > } > > } > > + /* avoid FreeBSD issapce(3) bug */ > > + if(NLS::getCharset() == "UTF-8"){ > > + setlocale(LC_CTYPE,"C"); > > + } > > @putenv('LANG=' . $lang_charset); > > @putenv('LANGUAGE=' . $lang_charset); > > } > > > > Regards, > > Nicki > > The problem has been fixed, update your ports tree and rebuild. You need to use __FreeBSD_version check in your patch, since the bug itself is fixed in 7x and up. -- http://ache.pp.ru/ From owner-freebsd-ports@FreeBSD.ORG Thu Dec 20 23:55:59 2007 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 516F316A419 for ; Thu, 20 Dec 2007 23:55:59 +0000 (UTC) (envelope-from rpvoland@spamcop.net) Received: from outbound4.mail.tds.net (outbound4.mail.tds.net [216.170.230.94]) by mx1.freebsd.org (Postfix) with ESMTP id 21A7013C45B for ; Thu, 20 Dec 2007 23:55:58 +0000 (UTC) (envelope-from rpvoland@spamcop.net) Received: from outaamta02.mail.tds.net (outaamta02.mail.tds.net [216.170.230.32]) by outbound4.mail.tds.net (8.13.6/8.13.4) with ESMTP id lBKNtxmh030114 for ; Thu, 20 Dec 2007 17:55:59 -0600 Received: from brian.local.bsd ([69.129.203.225]) by outaamta02.mail.tds.net with ESMTP id <20071220235557.UZXG5687.outaamta02.mail.tds.net@brian.local.bsd> for ; Thu, 20 Dec 2007 17:55:57 -0600 Message-ID: <476B0106.8000709@spamcop.net> Date: Thu, 20 Dec 2007 17:55:50 -0600 From: Rick Voland User-Agent: Thunderbird 2.0.0.0 (X11/20070624) MIME-Version: 1.0 To: freebsd-ports@FreeBSD.org References: <20071214025230.361715eb@anthesphoria.net> <200712150123.lBF1N35T038677@anthesphoria.net> <20071216.225955.111308887.hrs@allbsd.org> <20071219210259.GA1567@roadrunner.spoerlein.net> In-Reply-To: <20071219210259.GA1567@roadrunner.spoerlein.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: TeTeX and TeXLive X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Rick Voland List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Dec 2007 23:55:59 -0000 Ulrich Spoerlein wrote: > On Sun, 16.12.2007 at 22:59:55 +0900, Hiroki Sato wrote: >> This is a progress report from the current teTeX maintainer who is >> trying to update TeX in the ports tree to TeXLive. As I explained, >> if we go with the finer-grained package model, over 1000 ports have >> to be added at a time, so testing them should be done in a separate >> tree at least. I hope I will be able to set up a public tree for >> testing and collaborative work this month... >> >> Any comments are welcome. Thanks. > > As I'm not doing any work, my vote doesn't count, but please: Creating > 2-3 *big* TeXLive ports is certainly wrong, but creating 1000 tiny ports > is equally wrong. Think about the repo bloat and churn introduced by a > "single" software like a LaTeX system. It will slow down everything from > cvs checkout, to index building and pkg_info(1). > > Can't you split the TeXLive Distribution up into say 12 ports? Something > minimal that can be used by other ports to typeset documentation (how > common is this, anyway?) and 3-4 big TeXLive ports for the typical TeX > user. > > Cheers, > Ulrich Spoerlein I am also only a user of TeX and friends. May I suggest some categories for triage? 1) Simple packages like envlab and lettrine are easy to locate and install afterwards. So, maybe these packages (and others like additional fonts) don't need to be in the typical TeXLive port for FreeBSD. 2) Binaries for features like xetex and ConTeXt may be difficult to install outside the assistance of a port. I wish recent, stable versions of these could be included in a port, maybe the main port. 3) For now, the FreeBSD port for musixtex is incompatible with tetex. I wish that the various TeXLive components could be designed to be compatible with each other so that a user could still choose to add additional features after the initial installation. These are only suggestions. Thanks for your work maintaining TeX and friends for FreeBSD. --- Rick Voland rpvoland@spamcop.net From owner-freebsd-ports@FreeBSD.ORG Fri Dec 21 01:39:31 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B666816A468 for ; Fri, 21 Dec 2007 01:39:31 +0000 (UTC) (envelope-from chuckr@chuckr.org) Received: from mail1.sea5.speakeasy.net (mail1.sea5.speakeasy.net [69.17.117.3]) by mx1.freebsd.org (Postfix) with ESMTP id 9BACF13C45D for ; Fri, 21 Dec 2007 01:39:31 +0000 (UTC) (envelope-from chuckr@chuckr.org) Received: (qmail 4814 invoked from network); 21 Dec 2007 01:39:31 -0000 Received: from april.chuckr.org (chuckr@[66.92.151.30]) (envelope-sender ) by mail1.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 21 Dec 2007 01:39:31 -0000 Message-ID: <476B18A0.208@chuckr.org> Date: Thu, 20 Dec 2007 20:36:32 -0500 From: Chuck Robey User-Agent: Thunderbird 2.0.0.6 (X11/20071107) MIME-Version: 1.0 To: freebsd-ports@freebsd.org X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: who is the portsmgr? Re Linux hier X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Dec 2007 01:39:31 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Back last time I was last active,Satoshi Asami was the "Portsmeister". I dunno if that term is used anymore, but I need to find out if one person is in charge of ports, or if it's a group of folks, and whichever it is, what their name(s) are? In case you're curious (nosy, aren't you?) I need to ask questions about the official attitude with regards to the install hierarchy to be followed for Linux applications. I need more than just opinions, else I'd just ask here, but I need to know, officially, what it is. IF I can get it nailed down, and if it ends up the way I would like it, I will go ahead and invest all the time it takes, to fix every port I see that I think is broken, but I won't start doing this until I get official word on RIGHT WAY. Oh, BTW, I don't intend sneaking anything in, but I am not going to do the work unless I find out if the work (if it does like I ask) would be accepted. Darn, I can see 6 different ways to misinterpret that. Ah, heck, it'll be easier to reply to all the accusations, than try to explain it all up front. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHaxigz62J6PPcoOkRAltuAJ0c14uXXocEzIX3zwXY6VUc+EI9fACfWMcT QHXnAixnorYljynmcdO4AAk= =Icxf -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Fri Dec 21 01:42:19 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4CEC716A417 for ; Fri, 21 Dec 2007 01:42:19 +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 2D9BD13C45D for ; Fri, 21 Dec 2007 01:42:19 +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 <0JTD00DY5M2ISA11@mta4.srv.hcvlny.cv.net> for freebsd-ports@freebsd.org; Thu, 20 Dec 2007 20:42:18 -0500 (EST) Received: from flosoft.no-ip.biz (localhost [IPv6:::1]) by flosoft.no-ip.biz (8.14.2/8.14.2) with ESMTP id lBL1gH94054292; Thu, 20 Dec 2007 20:42:17 -0500 Date: Thu, 20 Dec 2007 20:42:17 -0500 From: "Aryeh M. Friedman" In-reply-to: <476B18A0.208@chuckr.org> To: Chuck Robey Message-id: <476B19F9.7030406@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7BIT X-Enigmail-Version: 0.95.5 References: <476B18A0.208@chuckr.org> User-Agent: Thunderbird 2.0.0.9 (X11/20071217) Cc: freebsd-ports@freebsd.org Subject: Re: who is the portsmgr? Re Linux hier X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Dec 2007 01:42:19 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > Darn, I can see 6 different ways to misinterpret that. Ah, heck, > it'll be easier to reply to all the accusations, than try to > explain it all up front. Welecome to my delima with ports2 - -- Aryeh M. Friedman FloSoft Systems http://www.flosoft-systems.com Developer, not business, friendly -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHaxn4zIOMjAek4JIRAhbYAKCIoH0A3wGVVen6/fDsfF3XMitcbwCfdiTJ FshCEByNlU24WJXllV2vWWM= =OBOk -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Fri Dec 21 01:47:34 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 820FE16A468 for ; Fri, 21 Dec 2007 01:47:34 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from mail5out.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) by mx1.freebsd.org (Postfix) with ESMTP id 46DEF13C467 for ; Fri, 21 Dec 2007 01:47:34 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: by mail5out.barnet.com.au (Postfix, from userid 1001) id 48E222218A3F; Fri, 21 Dec 2007 12:47:33 +1100 (EST) X-Viruscan-Id: <476B1B3500011F834F3E4A@BarNet> Received: from mail5auth.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail5auth.barnet.com.au", Issuer "*.barnet.com.au" (verified OK)) by mail5.barnet.com.au (Postfix) with ESMTP id 12E1E21B185D; Fri, 21 Dec 2007 12:47:33 +1100 (EST) Received: from k7.mavetju (k7.mavetju.org [10.251.1.18]) by mail5auth.barnet.com.au (Postfix) with ESMTP id C3F9922189E9; Fri, 21 Dec 2007 12:47:32 +1100 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 7B20B34D; Fri, 21 Dec 2007 12:47:32 +1100 (EST) Date: Fri, 21 Dec 2007 12:47:32 +1100 From: Edwin Groothuis To: Chuck Robey Message-ID: <20071221014732.GH40969@k7.mavetju> References: <476B18A0.208@chuckr.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <476B18A0.208@chuckr.org> User-Agent: Mutt/1.4.2.3i Cc: freebsd-ports@freebsd.org Subject: Re: who is the portsmgr? Re Linux hier X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Dec 2007 01:47:34 -0000 On Thu, Dec 20, 2007 at 08:36:32PM -0500, Chuck Robey wrote: > Back last time I was last active,Satoshi Asami was the "Portsmeister". I > dunno if that term is used anymore, but I need to find out if one person is in > charge of ports, or if it's a group of folks, and whichever it is, what their > name(s) are? portmgr@freebsd.org is the right email address. Or try #bsdports of the Efnet IRC network, three of them are hanging out there during various times of the day. Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/ From owner-freebsd-ports@FreeBSD.ORG Fri Dec 21 01:50:51 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54C9716A417 for ; Fri, 21 Dec 2007 01:50:51 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao103.cox.net (eastrmmtao103.cox.net [68.230.240.9]) by mx1.freebsd.org (Postfix) with ESMTP id DDC1313C447 for ; Fri, 21 Dec 2007 01:50:50 +0000 (UTC) (envelope-from mezz7@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 <20071221015050.EFKX24467.eastrmmtao103.cox.net@eastrmimpo01.cox.net>; Thu, 20 Dec 2007 20:50:50 -0500 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo01.cox.net with bizsmtp id TDq41Y0024iy4EG0000000; Thu, 20 Dec 2007 20:50:04 -0500 Date: Thu, 20 Dec 2007 19:50:47 -0600 To: "Chuck Robey" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <476B18A0.208@chuckr.org> Content-Transfer-Encoding: Quoted-Printable Message-ID: In-Reply-To: <476B18A0.208@chuckr.org> User-Agent: Opera Mail/9.25 (Linux) Cc: freebsd-ports@freebsd.org Subject: Re: who is the portsmgr? Re Linux hier X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Dec 2007 01:50:51 -0000 On Thu, 20 Dec 2007 19:36:32 -0600, Chuck Robey wrot= e: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Back last time I was last active,Satoshi Asami was the "Portsmeister".= I > dunno if that term is used anymore, but I need to find out if one pers= on = > is in > charge of ports, or if it's a group of folks, and whichever it is, wha= t = > their > name(s) are? s/portsmgr/portmgr/g (without 's') http://www.freebsd.org/doc/en_US.ISO8859-1/articles/contributors/staff-l= isting.html = (3.2) Cheers, Mezz > In case you're curious (nosy, aren't you?) I need to ask questions abo= ut = > the > official attitude with regards to the install hierarchy to be followed= = > for > Linux applications. I need more than just opinions, else I'd just ask= = > here, > but I need to know, officially, what it is. IF I can get it nailed = > down, and > if it ends up the way I would like it, I will go ahead and invest all = = > the time > it takes, to fix every port I see that I think is broken, but I won't = = > start > doing this until I get official word on RIGHT WAY. > > Oh, BTW, I don't intend sneaking anything in, but I am not going to do= = > the > work unless I find out if the work (if it does like I ask) would be = > accepted. > > Darn, I can see 6 different ways to misinterpret that. Ah, heck, it'l= l = > be > easier to reply to all the accusations, than try to explain it all up = = > front. > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.4 (FreeBSD) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFHaxigz62J6PPcoOkRAltuAJ0c14uXXocEzIX3zwXY6VUc+EI9fACfWMcT > QHXnAixnorYljynmcdO4AAk=3D > =3DIcxf > -----END PGP SIGNATURE----- -- = mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Fri Dec 21 06:21:25 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90A0216A419 for ; Fri, 21 Dec 2007 06:21:25 +0000 (UTC) (envelope-from wangyi6854@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.freebsd.org (Postfix) with ESMTP id 5089313C4D3 for ; Fri, 21 Dec 2007 06:21:25 +0000 (UTC) (envelope-from wangyi6854@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so477683pyb.3 for ; Thu, 20 Dec 2007 22:21:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=BBKSyRCfOaJzs7S2rvBcqT5NE4Ag0EislXN8lp5QtZs=; b=G7WukBGq5J4ge+xeSkHXbp7s+c5SV1Vm0MN712ZOxKLCRctkagLJITKYCSQtVrwd0e7UciU1xa1ZevZBtPdEc+nF/FehNlgxpQqEW1+d4aAkCMYox+WM4Vh3opIYxk58gwdabO4cu6XhjWTUZMjkb3+1Kzv8TKTYNI6nY05S25Y= 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=OSIeGVBBROUqELltQAOjPaLaw/frKeElsoirFGyjVqhRmDHucuy1fEEIS+cRvl5694VXJOgsDcqrdHV5jgItNWTZFjCf/8reTN1AOefFQFTfst9mk1lI4vQSKCE9JlJ0NF5u1u6rnyheQa+aAqLUH4fh4Vp7mPl6ddXD0YxUStU= Received: by 10.142.216.9 with SMTP id o9mr14627wfg.173.1198216352958; Thu, 20 Dec 2007 21:52:32 -0800 (PST) Received: by 10.142.51.2 with HTTP; Thu, 20 Dec 2007 21:52:32 -0800 (PST) Message-ID: <5ea5cca50712202152l6f65d5f4n324d72c0cad749fa@mail.gmail.com> Date: Fri, 21 Dec 2007 13:52:32 +0800 From: "Yi Wang" To: "Andriy Gapon" In-Reply-To: <47628BB8.3050706@icyb.net.ua> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_19745_9642563.1198216352959" References: <47628BB8.3050706@icyb.net.ua> X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ports@freebsd.org Subject: Re: make config-conditional recursive ? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Dec 2007 06:21:25 -0000 ------=_Part_19745_9642563.1198216352959 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline I wrote a simple script some months ago. You could try it by yourself. If you find any bug in the script, please let me know. Thanks! On 12/14/07, Andriy Gapon wrote: > > Is make config-conditional recursive ? > If not, shouldn't there be something like config-conditional-recursive ? > > My idea is to run something like the following to configure ports before > upgrading a significant number of them: > > portupgrade -n -B 'make config-conditional' pkg1 pkg2 ... > > -- > 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" > -- Regards, Wang Yi ------=_Part_19745_9642563.1198216352959-- From owner-freebsd-ports@FreeBSD.ORG Fri Dec 21 06:25:40 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D4A9616A418 for ; Fri, 21 Dec 2007 06:25:40 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (lefty.soaustin.net [66.135.55.46]) by mx1.freebsd.org (Postfix) with ESMTP id BE0CE13C461 for ; Fri, 21 Dec 2007 06:25:40 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 5ABCA8C13E; Fri, 21 Dec 2007 00:25:40 -0600 (CST) Date: Fri, 21 Dec 2007 00:25:40 -0600 To: Chuck Robey Message-ID: <20071221062540.GE3921@soaustin.net> References: <476B18A0.208@chuckr.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <476B18A0.208@chuckr.org> User-Agent: Mutt/1.5.13 (2006-08-11) From: linimon@lonesome.com (Mark Linimon) Cc: freebsd-ports@freebsd.org Subject: Re: who is the portsmgr? Re Linux hier X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Dec 2007 06:25:40 -0000 On Thu, Dec 20, 2007 at 08:36:32PM -0500, Chuck Robey wrote: > Back last time I was last active,Satoshi Asami was the "Portsmeister". I > dunno if that term is used anymore, but I need to find out if one person is in > charge of ports, or if it's a group of folks, and whichever it is, what their > name(s) are? Most of your questions are probably answered on http://www.freebsd.org/portmgr/. With the addition of another 10,000 or so ports, things have gotten more formalized over time :-) mcl From owner-freebsd-ports@FreeBSD.ORG Fri Dec 21 09:16:55 2007 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 8D62F16A417 for ; Fri, 21 Dec 2007 09:16:55 +0000 (UTC) (envelope-from oldenburgh+dated+1199089328.0c83f9@kiwanda.nl) Received: from mail.boks.com (cirrus.boks.com [145.99.167.242]) by mx1.freebsd.org (Postfix) with ESMTP id 4F78513C448 for ; Fri, 21 Dec 2007 09:16:55 +0000 (UTC) (envelope-from oldenburgh+dated+1199089328.0c83f9@kiwanda.nl) Received: from cirrus.boks.com (cirrus [192.168.84.1]) by mail.boks.com (Postfix) with ESMTP id 0B7C943C9 for ; Fri, 21 Dec 2007 09:22:08 +0100 (CET) Received: from cumulus.boks.com (localhost [127.0.0.1]) by cirrus.boks.com (tmda-ofmipd) with ESMTP; Fri, 21 Dec 2007 09:22:04 +0100 Message-ID: <476B77AC.4080205@kiwanda.nl> Date: Fri, 21 Dec 2007 08:22:04 +0000 User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.5) Gecko/20070723 SeaMonkey/1.1.3 MIME-Version: 1.0 To: jflemer@alum.rpi.edu X-Enigmail-Version: 0.94.1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Delivery-Agent: TMDA/1.1.5 (Fettercairn) From: Ewout Boks Cc: ports@FreeBSD.org Subject: FreeBSD Port: arm-elf-gcc-2.95.3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Dec 2007 09:16:55 -0000 Hi, I looked in the ports database and saw your arm-elf-gcc port. The version is very old and therefore I decided to build it myself. Perhaps it is an idea to update the port to use gcc version 4.2 ? Best regards, Ewout Boks From owner-freebsd-ports@FreeBSD.ORG Fri Dec 21 10:18:31 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3331816A41B for ; Fri, 21 Dec 2007 10:18:31 +0000 (UTC) (envelope-from rodion@fincombank.com) Received: from mail.fincombank.com (mail.fincombank.com [217.12.118.138]) by mx1.freebsd.org (Postfix) with ESMTP id 8C0D513C461 for ; Fri, 21 Dec 2007 10:18:30 +0000 (UTC) (envelope-from rodion@fincombank.com) Received: from [127.0.0.1] (Rodion-Turlac [192.168.42.102]) by mail.fincombank.com (8.14.2/8.13.8) with ESMTP id lBL9oHVo079072 for ; Fri, 21 Dec 2007 11:50:35 +0200 (EET) (envelope-from rodion@fincombank.com) Message-ID: <476B8C57.6090600@fincombank.com> Date: Fri, 21 Dec 2007 11:50:15 +0200 From: Rodion Turlac Organization: FinComBank SA User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.92/5203/Fri Dec 21 06:10:12 2007 on mail.fincombank.com X-Virus-Status: Clean Subject: havp and clamav support X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Dec 2007 10:18:31 -0000 Hi! Havp port is not built with clamav support mail# cat /var/db/ports/havp/options # This file is auto-generated by 'make config'. # No user-servicable parts inside! # Options for havp-0.85 _OPTIONS_READ=havp-0.85 WITHOUT_SSL=true WITH_CLAMAV=true WITHOUT_TROPHIE=true cd /usr/ports/www/havp/ mail# make configure ===> Found saved configuration for havp-0.85 ===> havp-0.86_1 depends on shared library: clamav.3 - found ===> Configuring for havp-0.86_1 checking for ClamAV scanner library... disabled :-( mail# head work/havp-0.86/config.log This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.61. Invocation command line was $ ./configure --disable-locking --disable-ssl-tunnel --disable-clamav --disable-trophie --prefix=/usr/local--mandir=/usr/local/man --infodir=/usr/local/info/ --build=i386-portbld-freebsd6.2 Any suggestion? -- Rodion Turlac From owner-freebsd-ports@FreeBSD.ORG Fri Dec 21 10:33:33 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43AB916A46B for ; Fri, 21 Dec 2007 10:33:33 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from darklight.org.ru (ipv6.darklight.org.ru [IPv6:2001:470:1f07:84::1]) by mx1.freebsd.org (Postfix) with ESMTP id 3C2BA13C474 for ; Fri, 21 Dec 2007 10:33:31 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from darklight.org.ru (yuri@darklight.org.ru [IPv6:::1]) by darklight.org.ru (8.14.2/8.14.2) with ESMTP id lBLAWeTi058246; Fri, 21 Dec 2007 13:32:40 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) Received: (from yuri@localhost) by darklight.org.ru (8.14.2/8.14.2/Submit) id lBLAWcFe058239; Fri, 21 Dec 2007 13:32:38 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) X-Authentication-Warning: darklight.org.ru: yuri set sender to yuri.pankov@gmail.com using -f Date: Fri, 21 Dec 2007 13:32:38 +0300 From: Yuri Pankov To: Rodion Turlac Message-ID: <20071221103238.GA1223@darklight.org.ru> References: <476B8C57.6090600@fincombank.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="ew6BAiZeqk4r7MaW" Content-Disposition: inline In-Reply-To: <476B8C57.6090600@fincombank.com> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: b3k@mail.ru, freebsd-ports@freebsd.org Subject: Re: havp and clamav support X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Dec 2007 10:33:33 -0000 --ew6BAiZeqk4r7MaW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Dec 21, 2007 at 11:50:15AM +0200, Rodion Turlac wrote: > Hi! > Havp port is not built with clamav support > > mail# cat /var/db/ports/havp/options > # This file is auto-generated by 'make config'. > # No user-servicable parts inside! > # Options for havp-0.85 > _OPTIONS_READ=havp-0.85 > WITHOUT_SSL=true > WITH_CLAMAV=true > WITHOUT_TROPHIE=true > > cd /usr/ports/www/havp/ > mail# make configure > ===> Found saved configuration for havp-0.85 > > ===> havp-0.86_1 depends on shared library: clamav.3 - found > ===> Configuring for havp-0.86_1 > checking for ClamAV scanner library... disabled :-( > > > mail# head work/havp-0.86/config.log > This file contains any messages produced by compilers while > running configure, to aid debugging if configure makes a mistake. > > It was created by configure, which was > generated by GNU Autoconf 2.61. Invocation command line was > > $ ./configure --disable-locking --disable-ssl-tunnel --disable-clamav > --disable-trophie > --prefix=/usr/local--mandir=/usr/local/man --infodir=/usr/local/info/ > --build=i386-portbld-freebsd6.2 > > Any suggestion? > > -- > Rodion Turlac There seems to be a problem with Makefile - it should include bsd.port.pre.mk before testing variables set by OPTIONS. Try attached patch. Maintainer Cc'ed. HTH, Yuri --ew6BAiZeqk4r7MaW Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="havp.diff" --- Makefile.orig 2007-12-21 13:26:57.000000000 +0300 +++ Makefile 2007-12-21 13:27:23.000000000 +0300 @@ -36,6 +36,8 @@ CLAMAV "Enable libclamav support" on \ TROPHIE "Enable Trend Micro (Trophie) support" off +.include + .if defined(WITH_SSL) CONFIGURE_ARGS+= --enable-ssl-tunnel .else @@ -66,4 +68,4 @@ @${CP} ${WRKSRC}/etc/havp/whitelist ${EXAMPLESDIR}/whitelist.sample @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.include +.include --ew6BAiZeqk4r7MaW-- From owner-freebsd-ports@FreeBSD.ORG Fri Dec 21 10:56:51 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE53016A46B for ; Fri, 21 Dec 2007 10:56:51 +0000 (UTC) (envelope-from rodion@fincombank.com) Received: from mail.fincombank.com (mail.fincombank.com [217.12.118.138]) by mx1.freebsd.org (Postfix) with ESMTP id 8A8BF13C4E9 for ; Fri, 21 Dec 2007 10:56:50 +0000 (UTC) (envelope-from rodion@fincombank.com) Received: from [127.0.0.1] (Rodion-Turlac [192.168.42.102]) by mail.fincombank.com (8.14.2/8.13.8) with ESMTP id lBLAumox091963 for ; Fri, 21 Dec 2007 12:56:48 +0200 (EET) (envelope-from rodion@fincombank.com) Message-ID: <476B9BEF.6090107@fincombank.com> Date: Fri, 21 Dec 2007 12:56:47 +0200 From: Rodion Turlac Organization: FinComBank SA User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <476B8C57.6090600@fincombank.com> <20071221103238.GA1223@darklight.org.ru> In-Reply-To: <20071221103238.GA1223@darklight.org.ru> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.92/5203/Fri Dec 21 06:10:12 2007 on mail.fincombank.com X-Virus-Status: Clean Subject: Re: havp and clamav support X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Dec 2007 10:56:51 -0000 Yuri Pankov wrote: > On Fri, Dec 21, 2007 at 11:50:15AM +0200, Rodion Turlac wrote: > > > There seems to be a problem with Makefile - it should include > bsd.port.pre.mk before testing variables set by OPTIONS. Try attached > patch. Maintainer Cc'ed. > I tried it, all is fine. Thanks -- Rodion Turlac FinComBank SA +373 22 269889 int. 889 From owner-freebsd-ports@FreeBSD.ORG Fri Dec 21 19:42:56 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 349F716A476 for ; Fri, 21 Dec 2007 19:42:56 +0000 (UTC) (envelope-from makc@issp.ac.ru) Received: from issp1.issp.ac.ru (issp1.issp.ac.ru [77.236.34.3]) by mx1.freebsd.org (Postfix) with ESMTP id 2AA9113C4D9 for ; Fri, 21 Dec 2007 19:42:54 +0000 (UTC) (envelope-from makc@issp.ac.ru) Received: from issp1.issp.ac.ru [77.236.34.3:16093] (HELO/EHLO localhost) by issp1.issp.ac.ru with ESMTP/inet id lBLJjHGr067883 for ; Fri, 21 Dec 2007 22:45:18 +0300 (MSK) From: Max Brazhnikov Organization: ISSP RAS To: freebsd-ports@freebsd.org Date: Fri, 21 Dec 2007 22:42:50 +0300 User-Agent: KMail/1.9.7 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200712212242.50952.makc@issp.ac.ru> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (issp1.issp.ac.ru [77.236.34.3]); Fri, 21 Dec 2007 22:45:18 +0300 (MSK) X-Antivirus: Dr.Web (R) for Mail Servers on issp1.issp.ac.ru host X-Antivirus-Code: 100000 Subject: long opened PR X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Dec 2007 19:42:56 -0000 Hi, I've submitted several pr (ports/117807, ports/118269, ports/118502) to fix/update ports which are maintained by @freebsd.org people. But I still have no answer from them, also seems that the last port (multimedia/kplayer) is abandoned. Is there a way to resolve the situation? Max From owner-freebsd-ports@FreeBSD.ORG Fri Dec 21 20:10:19 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF17216A419 for ; Fri, 21 Dec 2007 20:10:19 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (lefty.soaustin.net [66.135.55.46]) by mx1.freebsd.org (Postfix) with ESMTP id 8EE5C13C4D3 for ; Fri, 21 Dec 2007 20:10:19 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 3A66E8C115; Fri, 21 Dec 2007 14:10:19 -0600 (CST) Date: Fri, 21 Dec 2007 14:10:19 -0600 To: Max Brazhnikov Message-ID: <20071221201019.GB11001@soaustin.net> References: <200712212242.50952.makc@issp.ac.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200712212242.50952.makc@issp.ac.ru> User-Agent: Mutt/1.5.13 (2006-08-11) From: linimon@lonesome.com (Mark Linimon) Cc: freebsd-ports@freebsd.org Subject: Re: long opened PR X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Dec 2007 20:10:19 -0000 On Fri, Dec 21, 2007 at 10:42:50PM +0300, Max Brazhnikov wrote: > I've submitted several pr (ports/117807, ports/118269, ports/118502) to > fix/update ports which are maintained by @freebsd.org people. Of these, the last 2 came in during the time that the ports tree was frozen in preparation for 6.3/7.0 release (it is now only semi-frozen). So I think it's fair to give folks time to catch up. As well, many people are now on vacation. As to the first one, I'll email the maintainer. mcl From owner-freebsd-ports@FreeBSD.ORG Fri Dec 21 21:24:27 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C25516A417 for ; Fri, 21 Dec 2007 21:24:27 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from conn-smtp.mc.mpls.visi.com (conn.mc.mpls.visi.com [208.42.156.2]) by mx1.freebsd.org (Postfix) with ESMTP id EF37D13C447 for ; Fri, 21 Dec 2007 21:24:26 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from mail.tcbug.org (mail.tcbug.org [208.42.70.163]) by conn-smtp.mc.mpls.visi.com (Postfix) with ESMTP id 28B56780F for ; Fri, 21 Dec 2007 15:24:26 -0600 (CST) Received: from build64.tcbug.org (unknown [208.42.70.167]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.tcbug.org (Postfix) with ESMTP id 8197E214A2E4 for ; Fri, 21 Dec 2007 15:24:28 -0600 (CST) From: Josh Paetzel To: freebsd-ports@freebsd.org Date: Fri, 21 Dec 2007 15:24:20 -0600 User-Agent: KMail/1.9.7 MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2288238.0iqif3Pdg9"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200712211524.25454.josh@tcbug.org> Subject: Opinion on cross-port OPTIONS CONFLICTS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Dec 2007 21:24:27 -0000 --nextPart2288238.0iqif3Pdg9 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I've recently run across some brokeness in ports that would be relatively=20 trivial to deal with if one port had a way to know about the OPTIONS anothe= r=20 port was compiled with. My initial thought was to register the state of OPTIONS in to /var/db/pkg. = =20 This solves all of the problems that I know of (not that I know all of them= ,=20 but it fixes what I've found that's broken) but also involves quite a bit o= f=20 work to the pkg_* tools. It was suggested to me that one could set up something such that=20 CONFLICT_FILE=3Dblah which would cover the case of an OPTION in another por= t=20 causing it to install files that it wouldn't otherwise. This is far far=20 easier to impliment, but does not solve all of the problems I've found. Another suggestion was to list the state of OPTIONS in the package name. I= =20 haven't really chewed on this one much. Here are two examples of situations where things are broken and it's tough = to=20 fix under the existing infrastructure: 1) random-example-app has ruby support but breaks with a threaded ruby=20 installation. (CONFLICT_FILE wouldn't help here) 2) subversion and apache22 can overwrite each other's apr if you don't tell= =20 them about each other. Here's an example of how to duplicate this: install subversion without -DWITH_APACHE2_APR so it installs it's own ap= r. install apache22 and don't select use apr from ports from the menu. deinstall subversion. It will complain that md5s are wrong on apr becau= se apache installed it's own there. Obviously this is doing it wrong, but in my opinion ports shouldn't be able= to=20 overwrite each other. Anyways, suggestions/feedback welcome. =2D-=20 Thanks, Josh Paetzel PGP: 8A48 EF36 5E9F 4EDA 5A8C 11B4 26F9 01F1 27AF AECB --nextPart2288238.0iqif3Pdg9 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQBHbC8JJvkB8SevrssRArarAJ0X1puhONDaiSqRePuCE8wICEYqbgCgmVpO vUb663gKhUFBt5G08ZfWytg= =ZCfE -----END PGP SIGNATURE----- --nextPart2288238.0iqif3Pdg9-- From owner-freebsd-ports@FreeBSD.ORG Fri Dec 21 21:38:55 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F398B16A419 for ; Fri, 21 Dec 2007 21:38:54 +0000 (UTC) (envelope-from chuckr@chuckr.org) Received: from mail6.sea5.speakeasy.net (mail6.sea5.speakeasy.net [69.17.117.8]) by mx1.freebsd.org (Postfix) with ESMTP id BE12E13C46B for ; Fri, 21 Dec 2007 21:38:54 +0000 (UTC) (envelope-from chuckr@chuckr.org) Received: (qmail 31848 invoked from network); 21 Dec 2007 21:38:54 -0000 Received: from april.chuckr.org (chuckr@[66.92.151.30]) (envelope-sender ) by mail6.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 21 Dec 2007 21:38:54 -0000 Message-ID: <476C31C0.3040800@chuckr.org> Date: Fri, 21 Dec 2007 16:36:00 -0500 From: Chuck Robey User-Agent: Thunderbird 2.0.0.6 (X11/20071107) MIME-Version: 1.0 To: Edwin Groothuis References: <476B18A0.208@chuckr.org> <20071221014732.GH40969@k7.mavetju> In-Reply-To: <20071221014732.GH40969@k7.mavetju> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: who is the portsmgr? Re Linux hier X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Dec 2007 21:38:55 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Edwin Groothuis wrote: > On Thu, Dec 20, 2007 at 08:36:32PM -0500, Chuck Robey wrote: >> Back last time I was last active,Satoshi Asami was the "Portsmeister". I >> dunno if that term is used anymore, but I need to find out if one person is in >> charge of ports, or if it's a group of folks, and whichever it is, what their >> name(s) are? > > portmgr@freebsd.org is the right email address. > > Or try #bsdports of the Efnet IRC network, three of them are hanging > out there during various times of the day. To everyone who responded, thanks. In the manual, I saw a listing for "ports-secretary" but not the portmgr, so I was really at a loss as to even the title of the person, much less the name. Far as that goes, though, I gotta admit to being rahter shocked: I didn't get even one complaint about my target, even though I knew it couild be misinterpreted a ton of different ways. I guess I must be living right, or caught everyone feeling generous. Anyhow, thanks. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHbDHAz62J6PPcoOkRAjmmAJ0c11BfbyG2mN05f7NdGeAG+ujdnQCeLRAz O5rWzKuUiwzugMx1SetMOyI= =c6lb -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Fri Dec 21 21:43:21 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC50716A418 for ; Fri, 21 Dec 2007 21:43:21 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from mail5out.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) by mx1.freebsd.org (Postfix) with ESMTP id 9A0B213C45B for ; Fri, 21 Dec 2007 21:43:21 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: by mail5out.barnet.com.au (Postfix, from userid 1001) id B02F62218827; Sat, 22 Dec 2007 08:43:20 +1100 (EST) X-Viruscan-Id: <476C337800016E04D7016C@BarNet> Received: from mail5auth.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail5auth.barnet.com.au", Issuer "*.barnet.com.au" (verified OK)) by mail5.barnet.com.au (Postfix) with ESMTP id 64A2321B1882; Sat, 22 Dec 2007 08:43:20 +1100 (EST) Received: from k7.mavetju (k7.mavetju.org [10.251.1.18]) by mail5auth.barnet.com.au (Postfix) with ESMTP id 101102218805; Sat, 22 Dec 2007 08:43:20 +1100 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id D827134F; Sat, 22 Dec 2007 08:43:19 +1100 (EST) Date: Sat, 22 Dec 2007 08:43:19 +1100 From: Edwin Groothuis To: Josh Paetzel Message-ID: <20071221214319.GI40969@k7.mavetju> References: <200712211524.25454.josh@tcbug.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200712211524.25454.josh@tcbug.org> User-Agent: Mutt/1.4.2.3i Cc: freebsd-ports@freebsd.org Subject: Re: Opinion on cross-port OPTIONS CONFLICTS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Dec 2007 21:43:22 -0000 On Fri, Dec 21, 2007 at 03:24:20PM -0600, Josh Paetzel wrote: > I've recently run across some brokeness in ports that would be relatively > trivial to deal with if one port had a way to know about the OPTIONS another > port was compiled with. I have been working on it a not-so-long-time-ago and found that this could be the best way: [/var/db/ports/arts] edwin@k7>cat options # This file is auto-generated by 'make config'. # No user-servicable parts inside! # Options for arts-1.5.1_1,1 _OPTIONS_READ=arts-1.5.1_1,1 WITHOUT_ESD=true WITHOUT_NAS=true [/var/db/ports/arts] edwin@k7>eval `cat options | grep -v "^\#" | sed -e 's/^/arts_/'` [/var/db/ports/arts] edwin@k7>echo $arts_WITHOUT_NAS true I hadn't put it in a PR yet because it has some synchronity issues: - It only works for ports already installed. - It doesn't work for ports which are being installed by this port. - No idea how to do this for packages build on ye olde cluster. But the idea is there: OPTIONS_DEPENDS= arts .include .if !defined arts_WITH_NAS BROKEN= Please build audio/arts first before building this port. .fi .if ${arts_WITH_NAS} = "true" BROKEN= This port can't work with audio/arts enabled with NAS support .fi Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/ From owner-freebsd-ports@FreeBSD.ORG Fri Dec 21 22:44:39 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C79C416A417 for ; Fri, 21 Dec 2007 22:44:39 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from mail1-backupmx.mn2.visi.com (mail1-backupmx.mn2.visi.com [208.42.42.107]) by mx1.freebsd.org (Postfix) with ESMTP id 807A613C442 for ; Fri, 21 Dec 2007 22:44:39 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from mail1-backupmx.mn2.visi.com (localhost.visi.com [127.0.0.1]) by mail1-backupmx.mn2.visi.com (Postfix) with ESMTP id 5AB4E11180F; Fri, 21 Dec 2007 16:13:52 -0600 (CST) X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on mail1.mn2.visi.com X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.2.3 Received: from cenn-smtp.mc.mpls.visi.com (cenn.mc.mpls.visi.com [208.42.156.9]) by mail1-backupmx.mn2.visi.com (Postfix) with ESMTP; Fri, 21 Dec 2007 16:13:52 -0600 (CST) Received: from mail.tcbug.org (mail.tcbug.org [208.42.70.163]) by cenn-smtp.mc.mpls.visi.com (Postfix) with ESMTP id 048128115; Fri, 21 Dec 2007 16:13:51 -0600 (CST) Received: from build64.tcbug.org (unknown [208.42.70.167]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.tcbug.org (Postfix) with ESMTP id 695D6214A2E4; Fri, 21 Dec 2007 16:13:53 -0600 (CST) From: Josh Paetzel To: Edwin Groothuis Date: Fri, 21 Dec 2007 16:13:46 -0600 User-Agent: KMail/1.9.7 References: <200712211524.25454.josh@tcbug.org> <20071221214319.GI40969@k7.mavetju> In-Reply-To: <20071221214319.GI40969@k7.mavetju> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart3505898.B875H2qF2J"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200712211613.50439.josh@tcbug.org> Cc: freebsd-ports@freebsd.org Subject: Re: Opinion on cross-port OPTIONS CONFLICTS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Dec 2007 22:44:39 -0000 --nextPart3505898.B875H2qF2J Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Friday 21 December 2007 03:43:19 pm Edwin Groothuis wrote: > On Fri, Dec 21, 2007 at 03:24:20PM -0600, Josh Paetzel wrote: > > I've recently run across some brokeness in ports that would be relative= ly > > trivial to deal with if one port had a way to know about the OPTIONS > > another port was compiled with. > > I have been working on it a not-so-long-time-ago and found that > this could be the best way: > > [/var/db/ports/arts] edwin@k7>cat options > # This file is auto-generated by 'make config'. > # No user-servicable parts inside! > # Options for arts-1.5.1_1,1 > _OPTIONS_READ=3Darts-1.5.1_1,1 > WITHOUT_ESD=3Dtrue > WITHOUT_NAS=3Dtrue > > [/var/db/ports/arts] edwin@k7>eval `cat options | grep -v "^\#" | sed -e > 's/^/arts_/'` > > [/var/db/ports/arts] edwin@k7>echo $arts_WITHOUT_NAS > true > > > I hadn't put it in a PR yet because it has some synchronity issues: > > - It only works for ports already installed. > - It doesn't work for ports which are being installed by this port. > - No idea how to do this for packages build on ye olde cluster. > > But the idea is there: > > OPTIONS_DEPENDS=3D arts > .include > .if !defined arts_WITH_NAS > BROKEN=3D Please build audio/arts first before building this port. > .fi > .if ${arts_WITH_NAS} =3D "true" > BROKEN=3D This port can't work with audio/arts enabled with NAS supp= ort > .fi > > Edwin It also doesn't work if someone runs make rmconfig, or make config again an= d=20 changes things after the port is installed. It probably doesn't work if a package was used to install either. =2D-=20 Thanks, Josh Paetzel PGP: 8A48 EF36 5E9F 4EDA 5A8C 11B4 26F9 01F1 27AF AECB --nextPart3505898.B875H2qF2J Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQBHbDqeJvkB8SevrssRAkOOAJ9jq+BhFgLmexG8EBrSPVvE7rYIJgCgg3RD /BSzTUSpZaiy0xStaojJMlk= =FJUo -----END PGP SIGNATURE----- --nextPart3505898.B875H2qF2J-- From owner-freebsd-ports@FreeBSD.ORG Fri Dec 21 23:07:49 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75B4816A421 for ; Fri, 21 Dec 2007 23:07:49 +0000 (UTC) (envelope-from danny@ricin.com) Received: from smtpq1.tilbu1.nb.home.nl (smtpq1.tilbu1.nb.home.nl [213.51.146.200]) by mx1.freebsd.org (Postfix) with ESMTP id EA88513C4E9 for ; Fri, 21 Dec 2007 23:07:48 +0000 (UTC) (envelope-from danny@ricin.com) Received: from [213.51.146.189] (port=33621 helo=smtp2.tilbu1.nb.home.nl) by smtpq1.tilbu1.nb.home.nl with esmtp (Exim 4.60) (envelope-from ) id 1J5qy3-0005TQ-Il for freebsd-ports@freebsd.org; Sat, 22 Dec 2007 00:07:47 +0100 Received: from cp1228410-a.dbsch1.nb.home.nl ([84.27.157.163]:54981 helo=desktop.homenet) by smtp2.tilbu1.nb.home.nl with smtp (Exim 4.60) (envelope-from ) id 1J5qy2-0003ol-VX for freebsd-ports@freebsd.org; Sat, 22 Dec 2007 00:07:47 +0100 Received: by desktop.homenet (sSMTP sendmail emulation); Sat, 22 Dec 2007 00:07:45 +0100 From: "Danny Pansters" To: freebsd-ports@freebsd.org Date: Sat, 22 Dec 2007 00:07:45 +0100 User-Agent: KMail/1.9.7 References: <200712211524.25454.josh@tcbug.org> <20071221214319.GI40969@k7.mavetju> In-Reply-To: <20071221214319.GI40969@k7.mavetju> X-Face: (Zs+'ncTcchkOX|~t6{?Iii=O!G#WEK!+OD0|-F=i%1pvP5V_Sz4PaJC8o)=?utf-8?q?MiSnH/JMJFy=0A=09oBN-My?=, v":S7, (=?utf-8?q?mmkPm=27U=7BMgT+eM=2EBd=5Cp/P!dr=5DhOTXqpse21O!=25Ct=60SE=2EOodq?= =?utf-8?q?=5Dry=5E=23kU=5E=0A=09-?=GT.[8D}i$6P>=" =?utf-8?q?=23=0A=09*J+4d=7E?= MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200712220007.45753.danny@ricin.com> X-Spam-Score: 0.0 (/) Subject: Re: Opinion on cross-port OPTIONS CONFLICTS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Dec 2007 23:07:49 -0000 On Friday 21 December 2007 22:43:19 Edwin Groothuis wrote: > On Fri, Dec 21, 2007 at 03:24:20PM -0600, Josh Paetzel wrote: > > I've recently run across some brokeness in ports that would be relatively > > trivial to deal with if one port had a way to know about the OPTIONS > > another port was compiled with. > > I have been working on it a not-so-long-time-ago and found that > this could be the best way: > > [/var/db/ports/arts] edwin@k7>cat options > # This file is auto-generated by 'make config'. > # No user-servicable parts inside! > # Options for arts-1.5.1_1,1 > _OPTIONS_READ=arts-1.5.1_1,1 > WITHOUT_ESD=true > WITHOUT_NAS=true > > [/var/db/ports/arts] edwin@k7>eval `cat options | grep -v "^\#" | sed -e > 's/^/arts_/'` > > [/var/db/ports/arts] edwin@k7>echo $arts_WITHOUT_NAS > true > > > I hadn't put it in a PR yet because it has some synchronity issues: > > - It only works for ports already installed. > - It doesn't work for ports which are being installed by this port. > - No idea how to do this for packages build on ye olde cluster. > > But the idea is there: > > OPTIONS_DEPENDS= arts > .include > .if !defined arts_WITH_NAS > BROKEN= Please build audio/arts first before building this port. > .fi > .if ${arts_WITH_NAS} = "true" > BROKEN= This port can't work with audio/arts enabled with NAS support > .fi > > Edwin I like the idea to do something with options. Optionifying ports is all nice and well, but to make it meaningful, ports should be able to know about each other's options. I actually have been working a bit on a proposal that was similar (it remained in brainstorm phase though ;-). How about e.g. LIB_DEPENDS=artsdsp:/usr/portss/arts@WITHOUT_NAS to squash two flies at once. The idea being that if the port is not installed it yet, it could be built with make WITHOUT_NAS=1 automagically. Something like this is more pressing when you need to have a non-default option set in a port you depend on. However, you should be very careful to not decide things on the users behalf in a port. Consistancy, pola, all that... Cheers, Dan From owner-freebsd-ports@FreeBSD.ORG Sat Dec 22 00:29:33 2007 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9042516A41A for ; Sat, 22 Dec 2007 00:29:33 +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 DFF3A13C447 for ; Sat, 22 Dec 2007 00:29:32 +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 lBM0TNK1058965 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 22 Dec 2007 01:29:24 +0100 (CET) (envelope-from pav@FreeBSD.org) From: Pav Lucistnik To: Danny Pansters In-Reply-To: <200712220007.45753.danny@ricin.com> References: <200712211524.25454.josh@tcbug.org> <20071221214319.GI40969@k7.mavetju> <200712220007.45753.danny@ricin.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-0tV7M1zeU9EmMx8/1ArN" Date: Sat, 22 Dec 2007 01:29:23 +0100 Message-Id: <1198283363.95955.11.camel@ikaros.oook.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.12.2 FreeBSD GNOME Team Port X-Spam-Score: -20.827 () AWL,BAYES_00 X-Scanned-By: MIMEDefang 2.63 on 195.250.144.108 Cc: freebsd-ports@FreeBSD.org Subject: Re: Opinion on cross-port OPTIONS CONFLICTS 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: Sat, 22 Dec 2007 00:29:33 -0000 --=-0tV7M1zeU9EmMx8/1ArN Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Danny Pansters p=ED=B9e v so 22. 12. 2007 v 00:07 +0100: > How about e.g. LIB_DEPENDS=3Dartsdsp:/usr/portss/arts@WITHOUT_NAS to > squash two=20 > flies at once. >=20 > The idea being that if the port is not installed it yet, it could be buil= t=20 > with make WITHOUT_NAS=3D1 automagically. Something like this is more pres= sing=20 > when you need to have a non-default option set in a port you depend on.=20 > However, you should be very careful to not decide things on the users beh= alf=20 > in a port. Consistancy, pola, all that...=20 This would not work for the packages. How would you represent such a dependency line in a package? That's why you do slave port with an option toggled, when you need a package you can depend on. OPTIONS haven't changed this aspect. --=20 Pav Lucistnik Orfax's hip flask contained Old Janx Spirit, a mixture of potions of stupidity, paralysis, naivery, ruination, lose memories, confusion, and slime mold juice, with a twist of lemon. - from a post on Angband Community Forum --=-0tV7M1zeU9EmMx8/1ArN 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.7 (FreeBSD) iD8DBQBHbFpjntdYP8FOsoIRAk26AKCRnwA5AbsGImZ3m7lDhGeDItfQNgCgvDOX WgXrT9Y9O0yTfXgvhhjVU8g= =EyKF -----END PGP SIGNATURE----- --=-0tV7M1zeU9EmMx8/1ArN-- From owner-freebsd-ports@FreeBSD.ORG Sat Dec 22 00:33:49 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 490F816A49A for ; Sat, 22 Dec 2007 00:33:49 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from smtp3.utdallas.edu (smtp3.utdallas.edu [129.110.10.49]) by mx1.freebsd.org (Postfix) with ESMTP id 15DD113C45D for ; Sat, 22 Dec 2007 00:33:48 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from [192.168.2.102] (unknown [24.175.90.48]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp3.utdallas.edu (Postfix) with ESMTP id B69E0654A6 for ; Fri, 21 Dec 2007 18:33:46 -0600 (CST) Date: Fri, 21 Dec 2007 18:33:41 -0600 From: Paul Schmehl To: freebsd-ports@freebsd.org Message-ID: In-Reply-To: <200712220007.45753.danny@ricin.com> References: <200712211524.25454.josh@tcbug.org> <20071221214319.GI40969@k7.mavetju> <200712220007.45753.danny@ricin.com> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: Opinion on cross-port OPTIONS CONFLICTS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Dec 2007 00:33:49 -0000 --On December 22, 2007 12:07:45 AM +0100 Danny Pansters wrote: > > I like the idea to do something with options. Optionifying ports is all > nice and well, but to make it meaningful, ports should be able to know > about each other's options. I actually have been working a bit on a > proposal that was similar (it remained in brainstorm phase though ;-). > > How about e.g. LIB_DEPENDS=artsdsp:/usr/portss/arts@WITHOUT_NAS to > squash two flies at once. > Another way to address this would be to create a fourth "tuple". Right now the convention is file:portdir:target. Why not have file:portdir:target:option. The problem with this whole subject is, what do you do if a port depends on another port *and* requires that _more_than_one_option be true? My idea doesn't solve that *unless* you allow a comma separated list or something similar. I think, if you're going to make ports OPTIONS aware, you *must* be able to both determine if a port is already installed with or without the option *and* install it with the necessary options if it's not already installed. > The idea being that if the port is not installed it yet, it could be > built with make WITHOUT_NAS=1 automagically. Something like this is > more pressing when you need to have a non-default option set in a port > you depend on. However, you should be very careful to not decide things > on the users behalf in a port. Consistancy, pola, all that... > OTOH, if you can't build your port without a dependency including an option, why not mark the port as BROKEN unless the correct file is in place? The first tuple already checks for that, right? So, instead of checking for the default file, check for something the OPTION would install. So: LIB_DEPENDS= ldap.so:net/openldap for without the OPTION or LIB_DEPENDS= ldapfoo.so:net/openldap for with the OPTION That doesn't solve *installing* the dependency correctly without some other construct such as the fourth tuple though. Paul Schmehl (pauls@utdallas.edu) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/ From owner-freebsd-ports@FreeBSD.ORG Sat Dec 22 01:03:42 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5BE2516A418; Sat, 22 Dec 2007 01:03:42 +0000 (UTC) (envelope-from danny@ricin.com) Received: from smtpq1.tilbu1.nb.home.nl (smtpq1.tilbu1.nb.home.nl [213.51.146.200]) by mx1.freebsd.org (Postfix) with ESMTP id E6BDE13C465; Sat, 22 Dec 2007 01:03:41 +0000 (UTC) (envelope-from danny@ricin.com) Received: from [213.51.146.189] (port=55595 helo=smtp2.tilbu1.nb.home.nl) by smtpq1.tilbu1.nb.home.nl with esmtp (Exim 4.60) (envelope-from ) id 1J5smC-0005RA-Vt; Sat, 22 Dec 2007 02:03:41 +0100 Received: from cp1228410-a.dbsch1.nb.home.nl ([84.27.157.163]:57431 helo=desktop.homenet) by smtp2.tilbu1.nb.home.nl with smtp (Exim 4.60) (envelope-from ) id 1J5smB-0003gd-S8; Sat, 22 Dec 2007 02:03:40 +0100 Received: by desktop.homenet (sSMTP sendmail emulation); Sat, 22 Dec 2007 02:03:38 +0100 From: "Danny Pansters" To: pav@freebsd.org User-Agent: KMail/1.9.7 References: <200712211524.25454.josh@tcbug.org> <200712220007.45753.danny@ricin.com> <1198283363.95955.11.camel@ikaros.oook.cz> In-Reply-To: <1198283363.95955.11.camel@ikaros.oook.cz> X-Face: (Zs+'ncTcchkOX|~t6{?Iii=O!G#WEK!+OD0|-F=i%1pvP5V_Sz4PaJC8o)=?utf-8?q?MiSnH/JMJFy=0A=09oBN-My?=, v":S7, (=?utf-8?q?mmkPm=27U=7BMgT+eM=2EBd=5Cp/P!dr=5DhOTXqpse21O!=25Ct=60SE=2EOodq?= =?utf-8?q?=5Dry=5E=23kU=5E=0A=09-?=GT.[8D}i$6P>=" =?utf-8?q?=23=0A=09*J+4d=7E?= MIME-Version: 1.0 Content-Disposition: inline Date: Sat, 22 Dec 2007 02:03:38 +0100 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <200712220203.38658.danny@ricin.com> X-Spam-Score: 0.0 (/) Cc: freebsd-ports@freebsd.org Subject: Re: Opinion on cross-port OPTIONS CONFLICTS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Dec 2007 01:03:42 -0000 > I bet most/many non-default ports don't get properly packaged anyway as > it is. I meant: ports with non-default OPTIONS. Sorry. From owner-freebsd-ports@FreeBSD.ORG Sat Dec 22 01:40:45 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C55016A417 for ; Sat, 22 Dec 2007 01:40:45 +0000 (UTC) (envelope-from danny@ricin.com) Received: from smtpq2.groni1.gr.home.nl (smtpq2.groni1.gr.home.nl [213.51.130.201]) by mx1.freebsd.org (Postfix) with ESMTP id 1BFCD13C458 for ; Sat, 22 Dec 2007 01:40:45 +0000 (UTC) (envelope-from danny@ricin.com) Received: from [213.51.130.189] (port=47714 helo=smtp2.groni1.gr.home.nl) by smtpq2.groni1.gr.home.nl with esmtp (Exim 4.60) (envelope-from ) id 1J5sec-0003kA-NE; Sat, 22 Dec 2007 01:55:50 +0100 Received: from cp1228410-a.dbsch1.nb.home.nl ([84.27.157.163]:61151 helo=desktop.homenet) by smtp2.groni1.gr.home.nl with smtp (Exim 4.60) (envelope-from ) id 1J5seb-0003nG-Aw; Sat, 22 Dec 2007 01:55:50 +0100 Received: by desktop.homenet (sSMTP sendmail emulation); Sat, 22 Dec 2007 01:55:48 +0100 From: "Danny Pansters" To: pav@freebsd.org Date: Sat, 22 Dec 2007 01:55:47 +0100 User-Agent: KMail/1.9.7 References: <200712211524.25454.josh@tcbug.org> <200712220007.45753.danny@ricin.com> <1198283363.95955.11.camel@ikaros.oook.cz> In-Reply-To: <1198283363.95955.11.camel@ikaros.oook.cz> X-Face: (Zs+'ncTcchkOX|~t6{?Iii=O!G#WEK!+OD0|-F=i%1pvP5V_Sz4PaJC8o)=?utf-8?q?MiSnH/JMJFy=0A=09oBN-My?=, v":S7, (=?utf-8?q?mmkPm=27U=7BMgT+eM=2EBd=5Cp/P!dr=5DhOTXqpse21O!=25Ct=60SE=2EOodq?= =?utf-8?q?=5Dry=5E=23kU=5E=0A=09-?=GT.[8D}i$6P>=" =?utf-8?q?=23=0A=09*J+4d=7E?= MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200712220155.48097.danny@ricin.com> X-Spam-Score: 0.0 (/) Cc: freebsd-ports@freebsd.org Subject: Re: Opinion on cross-port OPTIONS CONFLICTS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Dec 2007 01:40:45 -0000 On Saturday 22 December 2007 01:29:23 Pav Lucistnik wrote: > Danny Pansters p=C3=AD=C5=A1e v so 22. 12. 2007 v 00:07 +0100: > > How about e.g. LIB_DEPENDS=3Dartsdsp:/usr/portss/arts@WITHOUT_NAS to > > squash two > > flies at once. > > > > The idea being that if the port is not installed it yet, it could be > > built with make WITHOUT_NAS=3D1 automagically. Something like this is m= ore > > pressing when you need to have a non-default option set in a port you > > depend on. However, you should be very careful to not decide things on > > the users behalf in a port. Consistancy, pola, all that... > > This would not work for the packages. How would you represent such a > dependency line in a package? Hmm, yes, I think I know what you mean. OPTION_DEPENDS has similar problem= =20 unless specifically listed in plist + some magic. Bummer. > That's why you do slave port with an option toggled, when you need a > package you can depend on. OPTIONS haven't changed this aspect. But you can't readily specify option X enabled, option Y disabled on that=20 slave port. I'm not sure if we'd actually want this now, considering the=20 baggage (esp with pkgs, I barely considered them). You can always do local "discovery" inside a particular port by looking at= =20 installed files, or grepping ldd, or other specific hackery -- including=20 grepping on /var/db/ports/foo/options -- and you will be able to cater to=20 that port's needs that way and guide (not force) the user. Even this is har= d,=20 if not impossible to put into packages/plist. There may come a time when it's decided to either have vanilla plists and=20 seperate one(s) with options or dont track plists for non default options a= t=20 all. I bet most/many non-default ports don't get properly packaged anyway a= s=20 it is. What I mean is, that maybe we shouldn't even try to support packaging=20 non-default builds, and leave it to the person behind the keyboard instead. Not because I like this option so much, but because I fear something like t= hat=20 is going to be inevitable in the near future. Are you, or any other folks, aware of any projects (not ones that were=20 recently on this ML!! :) that are working on a radical modernization of=20 ports? Not that I feel we necessary need one here and now, but I'm interest= ed=20 in any (serious, as in code) ports-v2 efforts. cmake has many useful=20 ports-like features. Cheers,=20 Dan From owner-freebsd-ports@FreeBSD.ORG Sat Dec 22 01:51:02 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44B6C16A419 for ; Sat, 22 Dec 2007 01:51:02 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from mail5out.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) by mx1.freebsd.org (Postfix) with ESMTP id E473C13C44B for ; Sat, 22 Dec 2007 01:51:01 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: by mail5out.barnet.com.au (Postfix, from userid 1001) id 50B982218BCC; Sat, 22 Dec 2007 12:51:00 +1100 (EST) X-Viruscan-Id: <476C6D840000567FE39382@BarNet> Received: from mail5auth.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail5auth.barnet.com.au", Issuer "*.barnet.com.au" (verified OK)) by mail5.barnet.com.au (Postfix) with ESMTP id 1EAA721B189B; Sat, 22 Dec 2007 12:51:00 +1100 (EST) Received: from k7.mavetju (k7.mavetju.org [10.251.1.18]) by mail5auth.barnet.com.au (Postfix) with ESMTP id C2B302218BCA; Sat, 22 Dec 2007 12:50:59 +1100 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 8D0BD34D; Sat, 22 Dec 2007 12:50:59 +1100 (EST) Date: Sat, 22 Dec 2007 12:50:59 +1100 From: Edwin Groothuis To: Josh Paetzel Message-ID: <20071222015059.GA82459@k7.mavetju> References: <200712211524.25454.josh@tcbug.org> <20071221214319.GI40969@k7.mavetju> <200712211613.50439.josh@tcbug.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200712211613.50439.josh@tcbug.org> User-Agent: Mutt/1.4.2.3i Cc: freebsd-ports@freebsd.org Subject: Re: Opinion on cross-port OPTIONS CONFLICTS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Dec 2007 01:51:02 -0000 On Fri, Dec 21, 2007 at 04:13:46PM -0600, Josh Paetzel wrote: > On Friday 21 December 2007 03:43:19 pm Edwin Groothuis wrote: > > On Fri, Dec 21, 2007 at 03:24:20PM -0600, Josh Paetzel wrote: > > > I've recently run across some brokeness in ports that would be relatively > > > trivial to deal with if one port had a way to know about the OPTIONS > > > another port was compiled with. > > > > I have been working on it a not-so-long-time-ago and found that > > this could be the best way: > > > > [/var/db/ports/arts] edwin@k7>cat options > > # This file is auto-generated by 'make config'. > > # No user-servicable parts inside! > > # Options for arts-1.5.1_1,1 > > _OPTIONS_READ=arts-1.5.1_1,1 > > WITHOUT_ESD=true > > WITHOUT_NAS=true > > > > [/var/db/ports/arts] edwin@k7>eval `cat options | grep -v "^\#" | sed -e > > 's/^/arts_/'` > > > > [/var/db/ports/arts] edwin@k7>echo $arts_WITHOUT_NAS > > true > > > > > > I hadn't put it in a PR yet because it has some synchronity issues: > > > > - It only works for ports already installed. > > - It doesn't work for ports which are being installed by this port. > > - No idea how to do this for packages build on ye olde cluster. > > > > But the idea is there: > > > > OPTIONS_DEPENDS= arts > > .include > > .if !defined arts_WITH_NAS > > BROKEN= Please build audio/arts first before building this port. > > .fi > > .if ${arts_WITH_NAS} = "true" > > BROKEN= This port can't work with audio/arts enabled with NAS support > > .fi > > > > Edwin > > It also doesn't work if someone runs make rmconfig, or make config again and > changes things after the port is installed. > > It probably doesn't work if a package was used to install either. Create a slave port audio/arts-withoutnas and let it depends on that one. Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/ From owner-freebsd-ports@FreeBSD.ORG Sat Dec 22 03:06:10 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6062516A41A for ; Sat, 22 Dec 2007 03:06:10 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from mail1-backupmx.mn2.visi.com (mail1-backupmx.mn2.visi.com [208.42.42.107]) by mx1.freebsd.org (Postfix) with ESMTP id 0420513C43E for ; Sat, 22 Dec 2007 03:06:09 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from mail1-backupmx.mn2.visi.com (localhost.visi.com [127.0.0.1]) by mail1-backupmx.mn2.visi.com (Postfix) with ESMTP id 7D1DB111A40; Fri, 21 Dec 2007 21:06:08 -0600 (CST) X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on mail1.mn2.visi.com X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.2.3 Received: from cenn-smtp.mc.mpls.visi.com (cenn.mc.mpls.visi.com [208.42.156.9]) by mail1-backupmx.mn2.visi.com (Postfix) with ESMTP; Fri, 21 Dec 2007 21:06:08 -0600 (CST) Received: from mail.tcbug.org (mail.tcbug.org [208.42.70.163]) by cenn-smtp.mc.mpls.visi.com (Postfix) with ESMTP id 6C2228119; Fri, 21 Dec 2007 21:05:23 -0600 (CST) Received: from build64.tcbug.org (unknown [208.42.70.167]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.tcbug.org (Postfix) with ESMTP id C2E3E214A2E4; Fri, 21 Dec 2007 21:05:24 -0600 (CST) From: Josh Paetzel To: Edwin Groothuis Date: Fri, 21 Dec 2007 21:05:18 -0600 User-Agent: KMail/1.9.7 References: <200712211524.25454.josh@tcbug.org> <200712211613.50439.josh@tcbug.org> <20071222015059.GA82459@k7.mavetju> In-Reply-To: <20071222015059.GA82459@k7.mavetju> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart11686565.pdzfkijqIK"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200712212105.21520.josh@tcbug.org> Cc: freebsd-ports@freebsd.org Subject: Re: Opinion on cross-port OPTIONS CONFLICTS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Dec 2007 03:06:10 -0000 --nextPart11686565.pdzfkijqIK Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Friday 21 December 2007 07:50:59 pm Edwin Groothuis wrote: > On Fri, Dec 21, 2007 at 04:13:46PM -0600, Josh Paetzel wrote: > > On Friday 21 December 2007 03:43:19 pm Edwin Groothuis wrote: > > > On Fri, Dec 21, 2007 at 03:24:20PM -0600, Josh Paetzel wrote: > > > > I've recently run across some brokeness in ports that would be > > > > relatively trivial to deal with if one port had a way to know about > > > > the OPTIONS another port was compiled with. > > > > > > I have been working on it a not-so-long-time-ago and found that > > > this could be the best way: > > > > > > [/var/db/ports/arts] edwin@k7>cat options > > > # This file is auto-generated by 'make config'. > > > # No user-servicable parts inside! > > > # Options for arts-1.5.1_1,1 > > > _OPTIONS_READ=3Darts-1.5.1_1,1 > > > WITHOUT_ESD=3Dtrue > > > WITHOUT_NAS=3Dtrue > > > > > > [/var/db/ports/arts] edwin@k7>eval `cat options | grep -v "^\#" | sed > > > -e 's/^/arts_/'` > > > > > > [/var/db/ports/arts] edwin@k7>echo $arts_WITHOUT_NAS > > > true > > > > > > > > > I hadn't put it in a PR yet because it has some synchronity issues: > > > > > > - It only works for ports already installed. > > > - It doesn't work for ports which are being installed by this port. > > > - No idea how to do this for packages build on ye olde cluster. > > > > > > But the idea is there: > > > > > > OPTIONS_DEPENDS=3D arts > > > .include > > > .if !defined arts_WITH_NAS > > > BROKEN=3D Please build audio/arts first before building this por= t. > > > .fi > > > .if ${arts_WITH_NAS} =3D "true" > > > BROKEN=3D This port can't work with audio/arts enabled with NAS > > > support .fi > > > > > > Edwin > > > > It also doesn't work if someone runs make rmconfig, or make config again > > and changes things after the port is installed. > > > > It probably doesn't work if a package was used to install either. > > Create a slave port audio/arts-withoutnas and let it depends on > that one. > > Edwin I don't think that's a scalable solution. It would create an explosion of= =20 ports in the already taxed tree, as well as confusion as to which port to=20 install among the users. =2D-=20 Thanks, Josh Paetzel PGP: 8A48 EF36 5E9F 4EDA 5A8C 11B4 26F9 01F1 27AF AECB --nextPart11686565.pdzfkijqIK Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQBHbH7xJvkB8SevrssRApj8AJ9MbR89VBb8Gu+G6NtBQHhrApIRTACfQuL/ 1n/pYADJcJsryo24+kLWpiU= =8srX -----END PGP SIGNATURE----- --nextPart11686565.pdzfkijqIK-- From owner-freebsd-ports@FreeBSD.ORG Sat Dec 22 04:33:48 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F0D316A419 for ; Sat, 22 Dec 2007 04:33:48 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from mail5out.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) by mx1.freebsd.org (Postfix) with ESMTP id C749313C447 for ; Sat, 22 Dec 2007 04:33:47 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: by mail5out.barnet.com.au (Postfix, from userid 1001) id 3F28F2218806; Sat, 22 Dec 2007 15:33:46 +1100 (EST) X-Viruscan-Id: <476C93AA0000F68680C16F@BarNet> Received: from mail5auth.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail5auth.barnet.com.au", Issuer "*.barnet.com.au" (verified OK)) by mail5.barnet.com.au (Postfix) with ESMTP id 088A321B1657; Sat, 22 Dec 2007 15:33:46 +1100 (EST) Received: from k7.mavetju (k7.mavetju.org [10.251.1.18]) by mail5auth.barnet.com.au (Postfix) with ESMTP id A94632218A68; Sat, 22 Dec 2007 15:33:45 +1100 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 0DD0D2EA; Sat, 22 Dec 2007 15:33:45 +1100 (EST) Date: Sat, 22 Dec 2007 15:33:44 +1100 From: Edwin Groothuis To: Josh Paetzel Message-ID: <20071222043344.GB82459@k7.mavetju> References: <200712211524.25454.josh@tcbug.org> <200712211613.50439.josh@tcbug.org> <20071222015059.GA82459@k7.mavetju> <200712212105.21520.josh@tcbug.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200712212105.21520.josh@tcbug.org> User-Agent: Mutt/1.4.2.3i Cc: freebsd-ports@freebsd.org Subject: Re: Opinion on cross-port OPTIONS CONFLICTS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Dec 2007 04:33:48 -0000 On Fri, Dec 21, 2007 at 09:05:18PM -0600, Josh Paetzel wrote: > > > It also doesn't work if someone runs make rmconfig, or make config again > > > and changes things after the port is installed. > > > > > > It probably doesn't work if a package was used to install either. > > > > Create a slave port audio/arts-withoutnas and let it depends on > > that one. > > I don't think that's a scalable solution. It would create an explosion of > ports in the already taxed tree, as well as confusion as to which port to > install among the users. And what is your solution for this problem? Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/ From owner-freebsd-ports@FreeBSD.ORG Sat Dec 22 09:37:30 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA1BB16A418 for ; Sat, 22 Dec 2007 09:37:30 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 2E52813C45A for ; Sat, 22 Dec 2007 09:37:29 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 22 Dec 2007 09:37:28 -0000 Received: from nat-wh-1.rz.uni-karlsruhe.de (EHLO homeKamikaze.norad) [129.13.72.169] by mail.gmx.net (mp033) with SMTP; 22 Dec 2007 10:37:28 +0100 X-Authenticated: #5465401 X-Provags-ID: V01U2FsdGVkX18pX39xl4Ip81OVlYU9uY9hIPuiyh2+MuqtjiE0t1 WknXeuaZ0Va8sD Message-ID: <476CDAD6.9070406@gmx.de> Date: Sat, 22 Dec 2007 10:37:26 +0100 From: Dominic Fandrey User-Agent: Thunderbird 2.0.0.9 (X11/20071203) MIME-Version: 1.0 To: Tim Kellers References: <4761A24C.4080308@gmx.de> <786602c60712152238s68cb11bbw8a82935bfbe32a94@mail.gmail.com> <4764F331.2000307@gmx.de> <4764F5E2.4090602@gmx.de> <4765697D.3060702@wallnet.com> In-Reply-To: <4765697D.3060702@wallnet.com> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: Thomas Zander , freebsd-ports@freebsd.org Subject: Re: multimedia/mplayer doesn't build (default 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, 22 Dec 2007 09:37:30 -0000 I've got a solution now. After the build failed just go to your WRKDIR and run gmake. The build will finish just fine. I've got no idea why it doesn't work through the ports. From owner-freebsd-ports@FreeBSD.ORG Sat Dec 22 12:21:40 2007 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 34A3016A494 for ; Sat, 22 Dec 2007 12:21:40 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: from palm.hoeg.nl (mx0.hoeg.nl [IPv6:2001:610:652::211]) by mx1.freebsd.org (Postfix) with ESMTP id E356813C45A for ; Sat, 22 Dec 2007 12:21:37 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: by palm.hoeg.nl (Postfix, from userid 1000) id 63BDB1CDA8; Sat, 22 Dec 2007 13:21:49 +0100 (CET) Date: Sat, 22 Dec 2007 13:21:49 +0100 From: Ed Schouten To: ports@freebsd.org Message-ID: <20071222122149.GK1169@hoeg.nl> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="FnOKg9Ah4tDwTfQS" Content-Disposition: inline User-Agent: Mutt/1.5.17 (2007-11-01) Cc: Subject: pkg-config and library dependencies X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Dec 2007 12:21:40 -0000 --FnOKg9Ah4tDwTfQS Content-Type: multipart/mixed; boundary="5mZBmBd1ZkdwT1ny" Content-Disposition: inline --5mZBmBd1ZkdwT1ny Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello everyone, This morning I ran a `readelf -d' on an application that I maintain (audio/herrie) and I saw that my application depends on a lot of libraries that the application doesn't use anyway, but get pulled in recursively. If I understand correctly, this is bad behaviour. If your application uses GNOME's GLib, it always depends on libiconv, even though you don't call any functions in those libraries. So when libiconv's major gets bumped, you don't need to recompile a single library, but the entire tree of applications. It turns out that my configure script added some unneeded -lfoo's, so I removed those, but there were still a lot of libraries that got added by pkg-config and friends. It turns out that a lot of those .pc's add rubbish: | $ pkg-config --libs libcurl | -rpath=3D/usr/lib:/usr/local/lib -L/usr/local/lib -lcurl =20 | $ pkg-config --libs glib-2.0 | -L/usr/local/lib -lglib-2.0 -liconv =20 | $ pkg-config --libs gthread-2.0 | -pthread -L/usr/local/lib -lgthread-2.0 -lglib-2.0 -liconv =20 The last case is even worse. Your application will link directly against libthr if your use libgthread, voiding the entire idea of abstracting the threads library. I guess the reason they were added, is keep things working when compiling static binaries, because you can't recursively pull dependencies in that case, but that is a wrong argument, because you can then add the libraries to Libs.private and use `pkg-config --static'. I've added a bunch of patches for the ports I use for audio/herrie. I didn't file any PR's yet, because I'd like to hear your opinions on this matter. Are my findings correct? --=20 Ed Schouten WWW: http://g-rave.nl/ --5mZBmBd1ZkdwT1ny Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="curl.patch" --- ftp/curl/files/patch-libcurl.pc.in 1970-01-01 01:00:00.000000000 +0100 +++ ftp/curl/files/patch-libcurl.pc.in 2007-12-22 11:18:46.000000000 +0100 @@ -0,0 +1,10 @@ +--- libcurl.pc.in 2007-02-18 10:41:27.000000000 +0100 ++++ libcurl.pc.in 2007-12-22 10:19:13.000000000 +0100 +@@ -33,6 +33,6 @@ + URL: http://curl.haxx.se/ + Description: Library to transfer files with ftp, http, etc. + Version: @VERSION@ +-Libs: -L${libdir} -lcurl @LDFLAGS@ @LIBS@ ++Libs: -L${libdir} -lcurl + Libs.private: @LIBCURL_LIBS@ @LIBS@ + Cflags: -I${includedir} --5mZBmBd1ZkdwT1ny Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="glib20.patch" Content-Transfer-Encoding: quoted-printable --- devel/glib20/files/patch-pkgconfig 1970-01-01 01:00:00.000000000 +0100 +++ devel/glib20/files/patch-pkgconfig 2007-12-22 13:00:56.000000000 +0100 @@ -0,0 +1,51 @@ +--- glib-2.0.pc.in 2007-11-24 07:41:02.000000000 +0100 ++++ glib-2.0.pc.in 2007-12-22 12:59:43.000000000 +0100 +@@ -10,6 +10,7 @@ + Name: GLib + Description: C Utility Library + Version: @VERSION@ +-Libs: -L${libdir} -lglib-2.0 @INTLLIBS@ @ICONV_LIBS@ ++Libs: -L${libdir} -lglib-2.0 ++Libs.private: @INTLLIBS@ @ICONV_LIBS@ + Cflags: -I${includedir}/glib-2.0 -I${libdir}/glib-2.0/include=20 +=20 +--- gmodule-2.0.pc.in 2007-11-24 07:41:02.000000000 +0100 ++++ gmodule-2.0.pc.in 2007-12-22 12:59:43.000000000 +0100 +@@ -9,5 +9,6 @@ + Description: Dynamic module loader for GLib + Requires: glib-2.0 + Version: @VERSION@ +-Libs: -L${libdir} @G_MODULE_LDFLAGS@ -lgmodule-2.0 @G_MODULE_LIBS@ ++Libs: -L${libdir} @G_MODULE_LDFLAGS@ -lgmodule-2.0 ++Libs.private: @G_MODULE_LIBS@ + Cflags: +--- gmodule-export-2.0.pc.in 2007-11-24 07:41:02.000000000 +0100 ++++ gmodule-export-2.0.pc.in 2007-12-22 12:59:43.000000000 +0100 +@@ -9,5 +9,6 @@ + Description: Dynamic module loader for GLib + Requires: glib-2.0 + Version: @VERSION@ +-Libs: -L${libdir} @G_MODULE_LDFLAGS@ -lgmodule-2.0 @G_MODULE_LIBS@ ++Libs: -L${libdir} @G_MODULE_LDFLAGS@ -lgmodule-2.0 ++Libs.private: @G_MODULE_LIBS@ + Cflags: +--- gmodule-no-export-2.0.pc.in 2007-11-24 07:41:02.000000000 +0100 ++++ gmodule-no-export-2.0.pc.in 2007-12-22 12:59:43.000000000 +0100 +@@ -9,5 +9,6 @@ + Description: Dynamic module loader for GLib + Requires: glib-2.0 + Version: @VERSION@ +-Libs: -L${libdir} -lgmodule-2.0 @G_MODULE_LIBS@ ++Libs: -L${libdir} -lgmodule-2.0 ++Libs.private: @G_MODULE_LIBS@ + Cflags: +--- gthread-2.0.pc.in 2007-11-24 07:41:02.000000000 +0100 ++++ gthread-2.0.pc.in 2007-12-22 12:59:43.000000000 +0100 +@@ -7,5 +7,6 @@ + Description: Thread support for GLib + Requires: glib-2.0 + Version: @VERSION@ +-Libs: -L${libdir} -lgthread-2.0 @G_THREAD_LIBS@ ++Libs: -L${libdir} -lgthread-2.0 ++Libs.private: @G_THREAD_LIBS@ + Cflags: @G_THREAD_CFLAGS@ --5mZBmBd1ZkdwT1ny Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="libid3tag.patch" --- audio/libid3tag/files/patch-id3tag.pc.in 2003-12-29 20:54:29.000000000 +0100 +++ audio/libid3tag/files/patch-id3tag.pc.in 2007-12-22 11:31:05.000000000 +0100 @@ -1,6 +1,6 @@ --- id3tag.pc.in.orig 1970-01-01 09:00:00.000000000 +0900 +++ id3tag.pc.in 2003-11-11 08:42:38.000000000 +0900 -@@ -0,0 +1,10 @@ +@@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ @@ -9,5 +9,6 @@ +Name: ID3TAG +Description: libid3tag - ID3 tag manipulation library +Version: @VERSION@ -+Libs: -L${libdir} -lid3tag -lz ++Libs: -L${libdir} -lid3tag ++Libs.private: -lz +Cflags: --5mZBmBd1ZkdwT1ny Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="libmad.patch" --- audio/libmad/files/mad.pc.in 2004-10-12 00:20:46.000000000 +0200 +++ audio/libmad/files/mad.pc.in 2007-12-22 11:28:06.000000000 +0100 @@ -7,5 +7,6 @@ Description: MPEG Audio Decoder Requires: Version: %VERSION% -Libs: -L${libdir} -lmad -lm +Libs: -L${libdir} -lmad +Libs.private: -lm Cflags: -I${includedir} --5mZBmBd1ZkdwT1ny Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="libmodplug.patch" Content-Transfer-Encoding: quoted-printable --- audio/libmodplug/files/patch-libmodplug.pc.in 1970-01-01 01:00:00.00000= 0000 +0100 +++ audio/libmodplug/files/patch-libmodplug.pc.in 2007-12-22 11:28:39.00000= 0000 +0100 @@ -0,0 +1,10 @@ +--- libmodplug.pc.in 2005-07-05 02:20:34.000000000 +0200 ++++ libmodplug.pc.in 2007-12-22 11:28:30.000000000 +0100 +@@ -7,5 +7,6 @@ + Description: The ModPlug mod file playing library. + Version: @VERSION@ + Requires:=20 +-Libs: -L${libdir} -lmodplug -lstdc++ -lm ++Libs: -L${libdir} -lmodplug ++Libs.private: -lstdc++ -lm + Cflags: -I${includedir} -I${includedir}/libmodplug --5mZBmBd1ZkdwT1ny-- --FnOKg9Ah4tDwTfQS Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFHbQFd52SDGA2eCwURAncTAJ9femRJJ/f3DPKlOVaN32pj00Jo6wCfSl4h bOhLkHk+mSpYyBMO1Iz3LiM= =WBkP -----END PGP SIGNATURE----- --FnOKg9Ah4tDwTfQS-- From owner-freebsd-ports@FreeBSD.ORG Sat Dec 22 12:57:14 2007 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 29D0E16A418 for ; Sat, 22 Dec 2007 12:57:14 +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 443F513C467 for ; Sat, 22 Dec 2007 12:57:12 +0000 (UTC) (envelope-from stas@ht-systems.ru) Received: from [78.110.49.49] (helo=quasar.ht-systems.ru) by smtp.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1J63ug-0002U8-Ts for ports@FreeBSD.org; Sat, 22 Dec 2007 15:57:10 +0300 Received: by quasar.ht-systems.ru (Postfix, from userid 1024) id D02ED7D2803; Sat, 22 Dec 2007 15:57:09 +0300 (MSK) Date: Sat, 22 Dec 2007 15:57:09 +0300 From: Stanislav Sedov To: ports@FreeBSD.org Message-ID: <20071222125709.GC42348@dracon.ht-systems.ru> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="mxv5cy4qt+RJ9ypb" Content-Disposition: inline Organization: The FreeBSD Project X-Voice: +7 916 849 20 23 X-XMPP: ssedov@jabber.ru X-Yahoo: stanislav_sedov X-PGP-Fingerprint: F21E D6CC 5626 9609 6CE2 A385 2BF5 5993 EB26 9581 X-University: MEPhI X-Mailer: carrier-pigeon X-Operating-System: FreeBSD quasar.ht-systems.ru 7.0-BETA2 FreeBSD 7.0-BETA2 Cc: Subject: lang/ocaml 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, 22 Dec 2007 12:57:14 -0000 --mxv5cy4qt+RJ9ypb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi! The patch attached updates lang/ocaml to 3.10.0. This version should be almost backwards compatible with 3.09.3, but if you have time, can you, please, check if it works for you? If everything goes right, I'll commit if just after the slush is over. Thanks! -- Stanislav Sedov ST4096-RIPE --mxv5cy4qt+RJ9ypb Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="ocaml.diff" Index: Makefile =================================================================== RCS file: /work/src/fbsd-cvs/ports/lang/ocaml/Makefile,v retrieving revision 1.59 diff -u -r1.59 Makefile --- Makefile 19 May 2007 20:13:47 -0000 1.59 +++ Makefile 20 Dec 2007 21:19:02 -0000 @@ -6,8 +6,8 @@ # PORTNAME= ocaml -PORTVERSION= 3.09.3 -PORTREVISION= 1 +PORTVERSION= 3.10.0 +PORTREVISION= 0 CATEGORIES= lang MASTER_SITES= http://caml.inria.fr/distrib/${DISTNAME:R}/ \ ftp://ftp.inria.fr/INRIA/caml-light/${DISTNAME:R}/ \ @@ -89,7 +89,7 @@ @${REINPLACE_CMD} -E \ -e 's|(BYTECCCOMPOPTS[ \t]*=.*)|\1 ${CFLAGS} ${THR_CPP}|' \ -e 's|(NATIVECCCOMPOPTS[ \t]*=.*)|\1 ${CFLAGS} ${THR_CPP}|' \ - -e 's|(PTHREAD_LINK[ \t]*=).*|\1 ${THR_LD}|' \ + -e '/^PTHREAD_LINK/s,-pthread,${THR_LD},g' \ -e 's|gcc|${CC}|g' \ ${WRKSRC}/config/Makefile @@ -114,9 +114,9 @@ "! -name .cvsignore") .endif -.for prog in camlp4o.opt camlp4r.opt ocamlc.opt ocamldep.opt ocamldoc.opt \ +.for PROG in camlp4o.opt camlp4r.opt ocamlc.opt ocamldep.opt ocamldoc.opt \ ocamllex.opt ocamlopt.opt ocamlrun ocamlyacc - @${STRIP_CMD} ${PREFIX}/bin/${prog} + @${STRIP_CMD} ${PREFIX}/bin/${PROG} .endfor # Fix permissions for ld.conf Index: bsd.ocaml.mk =================================================================== RCS file: bsd.ocaml.mk diff -N bsd.ocaml.mk --- bsd.ocaml.mk 7 Aug 2006 06:55:27 -0000 1.3 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,195 +0,0 @@ -# ex:ts=4 -# -# $MBSDlabs: portmk/bsd.ocaml.mk,v 1.18 2006/08/06 18:47:23 stas Exp $ -# $FreeBSD: ports/lang/ocaml/bsd.ocaml.mk,v 1.3 2006/08/07 06:55:27 itetcu Exp $ -# -# bsd.ocaml.mk - Support for the Objective Caml language packages -# -# Author: Stanislav Sedov -# -# Feel free to send any comments and suggestions to maintainer. -# -# Currently recognised variables are: -# -# USE_OCAML - Set if your port uses OCaml to build/install. -# NO_OCAML_BUILDDEPENDS - Don't add ocamlc to BUILD|EXTRACT|PATCH_DEPENDS. -# NO_OCAML_RUNDEPENDS - Don't add ocamlc to RUN_DEPENDS. -# USE_OCAML_FINDLIB - Set if your port uses ocamlfind to install -# packages. Package direcories will be -# automatically deleted. -# USE_OCAML_LDCONFIG - Set if your port installs shared libraries -# into ocaml site-lib dir. OCaml ld.conf file -# will be automatically processed. -# USE_OCAML_WASH - Set if your port wants to automatically -# purge shared Ocaml dirs on uninstall. It's -# useful when installing to non-standard PREFIX -# OCAML_PKGDIRS - Directories under site-lib to be processed -# if USE_OCAML_FINDLIB specified. -# Default: ${PORTNAME} -# OCAML_LDLIBS - Directories under PREFIX to be automatically -# added/removed from ld.conf -# Default: ${OCAML_SITELIBDIR}/${PORTNAME} - -.if !defined(OCAML_include) - -OCAML_MAINTAINER= ssedov@mbsd.msk.ru -OCAML_include= bsd.ocaml.mk - -# -# OCaml programs location -# -OCAMLC?= ${LOCALBASE}/bin/ocamlc -OCAMLC_OPT?= ${LOCALBASE}/bin/ocamlc.opt -OCAMLCP?= ${LOCALBASE}/bin/ocamlcp -OCAMLFIND?= ${LOCALBASE}/bin/ocamlfind - -# -# OCaml library directory -# -OCAML_LIBDIR?= lib/ocaml - -# -# Where to install site libraries -# -OCAML_SITELIBDIR?= ${OCAML_LIBDIR}/site-lib - -# -# OCaml compiler port dependency -# -OCAMLC_PORT?= ${PORTSDIR}/lang/ocaml -OCAMLC_DEPEND?= ${OCAMLC}:${OCAMLC_PORT} - -# -# OCaml package manager port dependency -# -OCAMLFIND_PORT?= ${PORTSDIR}/devel/ocaml-findlib -OCAMLFIND_DEPEND?= ${OCAMLFIND}:${OCAMLFIND_PORT} - -# -# Common OCaml examples and documents location -# -OCAML_DOCSDIR= ${PREFIX}/share/doc/ocaml -OCAML_EXAMPLESDIR= ${PREFIX}/share/examples/ocaml - -# -# Location of OCaml ld.conf file -# -OCAML_LDCONF?= ${OCAML_LIBDIR}/ld.conf - -OCAMLFIND_DESTDIR?= ${PREFIX}/${OCAML_SITELIBDIR} -OCAMLFIND_LDCONF?= ${PREFIX}/${OCAML_LDCONF} - -.if defined(USE_OCAML) -. if !defined(NO_OCAML_BUILDDEPENDS) -EXTRACT_DEPENDS+= ${OCAMLC_DEPEND} -PATCH_DEPENDS+= ${OCAMLC_DEPEND} -BUILD_DEPENDS+= ${OCAMLC_DEPEND} -. endif -. if !defined(NO_OCAML_RUNDEPENDS) -RUN_DEPENDS+= ${OCAMLC_DEPEND} -. endif -PLIST_SUB+= OCAML_SITELIBDIR="${OCAML_SITELIBDIR}" -.endif - -.if defined(USE_OCAML_FINDLIB) || defined(USE_OCAML_LDCONFIG) -. if !target(post-install-script) -post-install-script: ocaml-findlib ocaml-ldconfig ocaml-wash -. endif -.endif - -.if defined(USE_OCAML_FINDLIB) -# -# We'll additionally add ocamlfind to RUN_DEPENDS, since -# if the port requires ocamlfind to install - it requires -# some ocaml libraries and these libraries RUN_DEPENDS on -# ocamlfind -# -BUILD_DEPENDS+= ${OCAMLFIND_DEPEND} -RUN_DEPENDS+= ${OCAMLFIND_DEPEND} -MAKE_ENV+= OCAMLFIND_DESTDIR="${OCAMLFIND_DESTDIR}" \ - OCAMLFIND_LDCONF="${OCAMLFIND_LDCONF}" - -# -# Directories under site-lib to process automatically -# -OCAML_PKGDIRS?= ${PORTNAME} -. if !target(pre-install-script) -pre-install-script: -.if !exists(${OCAMLFIND_DESTDIR}) - @${MKDIR} "${PREFIX}/${OCAML_SITELIBDIR}" -.endif -. endif -. if !target(ocaml-findlib) -ocaml-findlib: -. for DIR in ${OCAML_PKGDIRS} - @${ECHO_CMD} "@unexec rmdir %D/${OCAML_SITELIBDIR}/${DIR} 2>/dev/null || true" >> ${TMPPLIST} - @${ECHO_CMD} "@unexec ${OCAMLFIND} remove ${DIR} 2>/dev/null" \ - >> ${TMPPLIST} -. endfor -. endif -.endif - -.if defined(USE_OCAML_LDCONFIG) -# -# Directories under PREFIX for appending to ld.conf -# -OCAML_LDLIBS?= ${OCAML_SITELIBDIR}/${PORTNAME} -. if !target(ocaml-ldconfig) -ocaml-ldconfig: -. for LIB in ${OCAML_LDLIBS} - @${ECHO_CMD} "${PREFIX}/${LIB}" >> "${PREFIX}/${OCAML_LDCONF}" - @${ECHO_CMD} "@exec ${ECHO_CMD} "%D/${LIB}" >> %D/${OCAML_LDCONF}" \ - >> ${TMPPLIST} - @${ECHO_CMD} "@unexec ${SED} -i \"\" -e '/${LIB:S#/#\/#g}/d' %D/${OCAML_LDCONF}" >> ${TMPPLIST} -. endfor -. endif -.endif - -.if defined(USE_OCAML_WASH) -. if !target(ocaml-wash) -ocaml-wash: - @${ECHO_CMD} "@unexec rmdir %D/${OCAML_SITELIBDIR} 2>/dev/null || true"\ - >> ${TMPPLIST} -# If ld.conf is empty - @${ECHO_CMD} "@unexec if [ ! -s %D/${OCAML_LDCONF} ]; then ${RM} -f %D/${OCAML_LDCONF}; fi || true" >> ${TMPPLIST} - @${ECHO_CMD} "@unexec rmdir %D/${OCAML_LIBDIR} 2>/dev/null || true" \ - >> ${TMPPLIST} -. endif -.endif - -.if !target(ocaml-findlib) -ocaml-findlib: - @${DO_NADA} -.endif - -.if !target(ocaml-ldconfig) -ocaml-ldconfig: - @${DO_NADA} -.endif - -.if !target(ocaml-wash) -ocaml-wash: - @${DO_NADA} -.endif - -# -# XXX: temporary workaround for non-standard PREFIX -# -.if !target(add-plist-post) -add-plist-post: -. if (${PREFIX} != ${LOCALBASE} && ${PREFIX} != ${X11BASE} && \ - ${PREFIX} != ${LINUXBASE} && ${PREFIX} != "/usr") - @${ECHO_CMD} "@unexec rmdir %D 2> /dev/null || true" >> ${TMPPLIST} -. else - @${DO_NADA} -. endif - -# If we are using PORTDOCS macro port cannot delete OCAML_DOCSDIR, so -# we shoud try to accomodate it -. if defined(PORTDOCS) - @${ECHO_CMD} "@unexec rmdir ${OCAML_DOCSDIR} 2>/dev/null || true" \ - >> ${TMPPLIST} -. endif -.endif - -.endif #!defined(OCAML_include) Index: distinfo =================================================================== RCS file: /work/src/fbsd-cvs/ports/lang/ocaml/distinfo,v retrieving revision 1.22 diff -u -r1.22 distinfo --- distinfo 23 Sep 2006 17:37:24 -0000 1.22 +++ distinfo 20 Dec 2007 19:44:28 -0000 @@ -1,3 +1,3 @@ -MD5 (ocaml-3.09.3.tar.bz2) = 8b3744efd0d51b82d55b61d0e2bf0e2b -SHA256 (ocaml-3.09.3.tar.bz2) = 607842b4f4917a759f19541a421370a834f5b948855ca54cef40d22b19a0934f -SIZE (ocaml-3.09.3.tar.bz2) = 2038617 +MD5 (ocaml-3.10.0.tar.bz2) = 5b14fe7ef863ab8295c9b7d428d5e93c +SHA256 (ocaml-3.10.0.tar.bz2) = 0d1d84e6ecdf3467fbb2143d773816ddaf9d74f8053007c53c1a9d1d59e815c6 +SIZE (ocaml-3.10.0.tar.bz2) = 2786012 Index: pkg-plist =================================================================== RCS file: /work/src/fbsd-cvs/ports/lang/ocaml/pkg-plist,v retrieving revision 1.30 diff -u -r1.30 pkg-plist --- pkg-plist 23 Sep 2006 17:37:24 -0000 1.30 +++ pkg-plist 20 Dec 2007 22:32:22 -0000 @@ -1,12 +1,25 @@ bin/camlp4 +bin/camlp4boot bin/camlp4o bin/camlp4o.opt +bin/camlp4of +bin/camlp4of.opt +bin/camlp4oof +bin/camlp4oof.opt +bin/camlp4orf +bin/camlp4orf.opt +bin/camlp4prof bin/camlp4r bin/camlp4r.opt +bin/camlp4rf +bin/camlp4rf.opt %%TK%%bin/labltk bin/mkcamlp4 bin/ocaml %%TK%%bin/ocamlbrowser +bin/ocamlbuild +bin/ocamlbuild.byte +bin/ocamlbuild.native bin/ocamlc bin/ocamlc.opt bin/ocamlcp @@ -24,7 +37,6 @@ bin/ocamlprof bin/ocamlrun bin/ocamlyacc -bin/ocpp lib/ocaml/Makefile.config lib/ocaml/addlabels lib/ocaml/arg.cmi @@ -78,6 +90,7 @@ lib/ocaml/caml/mlvalues.h lib/ocaml/caml/printexc.h lib/ocaml/caml/signals.h +lib/ocaml/caml/unixsupport.h lib/ocaml/camlheader lib/ocaml/camlheader_ur lib/ocaml/camlinternalMod.cmi @@ -90,172 +103,154 @@ lib/ocaml/camlinternalOO.ml lib/ocaml/camlinternalOO.mli lib/ocaml/camlinternalOO.p.cmx -lib/ocaml/camlp4/argl.cmi -lib/ocaml/camlp4/argl.cmo -lib/ocaml/camlp4/argl.cmx -lib/ocaml/camlp4/argl.o -lib/ocaml/camlp4/ast2pt.cmi -lib/ocaml/camlp4/ast2pt.cmo -lib/ocaml/camlp4/ast2pt.cmx -lib/ocaml/camlp4/ast2pt.mli -lib/ocaml/camlp4/ast2pt.o -lib/ocaml/camlp4/camlp4.a -lib/ocaml/camlp4/camlp4.cma -lib/ocaml/camlp4/camlp4.cmxa -lib/ocaml/camlp4/camlp4_top.cma +lib/ocaml/camlp4/Camlp4.cmi +lib/ocaml/camlp4/Camlp4Bin.cmi +lib/ocaml/camlp4/Camlp4Bin.cmo +lib/ocaml/camlp4/Camlp4Bin.cmx +lib/ocaml/camlp4/Camlp4Bin.o +lib/ocaml/camlp4/Camlp4Filters/Camlp4AstLifter.cmi +lib/ocaml/camlp4/Camlp4Filters/Camlp4AstLifter.cmo +lib/ocaml/camlp4/Camlp4Filters/Camlp4AstLifter.cmx +lib/ocaml/camlp4/Camlp4Filters/Camlp4AstLifter.o +lib/ocaml/camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmi +lib/ocaml/camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmo +lib/ocaml/camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmx +lib/ocaml/camlp4/Camlp4Filters/Camlp4ExceptionTracer.o +lib/ocaml/camlp4/Camlp4Filters/Camlp4FoldGenerator.cmi +lib/ocaml/camlp4/Camlp4Filters/Camlp4FoldGenerator.cmo +lib/ocaml/camlp4/Camlp4Filters/Camlp4FoldGenerator.cmx +lib/ocaml/camlp4/Camlp4Filters/Camlp4FoldGenerator.o +lib/ocaml/camlp4/Camlp4Filters/Camlp4LocationStripper.cmi +lib/ocaml/camlp4/Camlp4Filters/Camlp4LocationStripper.cmo +lib/ocaml/camlp4/Camlp4Filters/Camlp4LocationStripper.cmx +lib/ocaml/camlp4/Camlp4Filters/Camlp4LocationStripper.o +lib/ocaml/camlp4/Camlp4Filters/Camlp4MapGenerator.cmi +lib/ocaml/camlp4/Camlp4Filters/Camlp4MapGenerator.cmo +lib/ocaml/camlp4/Camlp4Filters/Camlp4MapGenerator.cmx +lib/ocaml/camlp4/Camlp4Filters/Camlp4MapGenerator.o +lib/ocaml/camlp4/Camlp4Filters/Camlp4MetaGenerator.cmi +lib/ocaml/camlp4/Camlp4Filters/Camlp4MetaGenerator.cmo +lib/ocaml/camlp4/Camlp4Filters/Camlp4MetaGenerator.cmx +lib/ocaml/camlp4/Camlp4Filters/Camlp4MetaGenerator.o +lib/ocaml/camlp4/Camlp4Filters/Camlp4Profiler.cmi +lib/ocaml/camlp4/Camlp4Filters/Camlp4Profiler.cmo +lib/ocaml/camlp4/Camlp4Filters/Camlp4Profiler.cmx +lib/ocaml/camlp4/Camlp4Filters/Camlp4Profiler.o +lib/ocaml/camlp4/Camlp4Filters/Camlp4Tracer.cmi +lib/ocaml/camlp4/Camlp4Filters/Camlp4Tracer.cmo +lib/ocaml/camlp4/Camlp4Filters/Camlp4Tracer.cmx +lib/ocaml/camlp4/Camlp4Filters/Camlp4Tracer.o +lib/ocaml/camlp4/Camlp4Filters/Camlp4TrashRemover.cmi +lib/ocaml/camlp4/Camlp4Filters/Camlp4TrashRemover.cmo +lib/ocaml/camlp4/Camlp4Filters/Camlp4TrashRemover.cmx +lib/ocaml/camlp4/Camlp4Filters/Camlp4TrashRemover.o +lib/ocaml/camlp4/Camlp4Parsers/Camlp4AstLoader.cmi +lib/ocaml/camlp4/Camlp4Parsers/Camlp4AstLoader.cmo +lib/ocaml/camlp4/Camlp4Parsers/Camlp4AstLoader.cmx +lib/ocaml/camlp4/Camlp4Parsers/Camlp4AstLoader.o +lib/ocaml/camlp4/Camlp4Parsers/Camlp4DebugParser.cmi +lib/ocaml/camlp4/Camlp4Parsers/Camlp4DebugParser.cmo +lib/ocaml/camlp4/Camlp4Parsers/Camlp4DebugParser.cmx +lib/ocaml/camlp4/Camlp4Parsers/Camlp4DebugParser.o +lib/ocaml/camlp4/Camlp4Parsers/Camlp4GrammarParser.cmi +lib/ocaml/camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo +lib/ocaml/camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx +lib/ocaml/camlp4/Camlp4Parsers/Camlp4GrammarParser.o +lib/ocaml/camlp4/Camlp4Parsers/Camlp4ListComprehension.cmi +lib/ocaml/camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo +lib/ocaml/camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx +lib/ocaml/camlp4/Camlp4Parsers/Camlp4ListComprehension.o +lib/ocaml/camlp4/Camlp4Parsers/Camlp4MacroParser.cmi +lib/ocaml/camlp4/Camlp4Parsers/Camlp4MacroParser.cmo +lib/ocaml/camlp4/Camlp4Parsers/Camlp4MacroParser.cmx +lib/ocaml/camlp4/Camlp4Parsers/Camlp4MacroParser.o +lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmi +lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmo +lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmx +lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.o +lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParser.cmi +lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo +lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParser.cmx +lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParser.o +lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmi +lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo +lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmx +lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParserParser.o +lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmi +lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmo +lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmx +lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.o +lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmi +lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo +lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx +lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.o +lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmi +lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo +lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx +lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.o +lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmi +lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmo +lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmx +lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.o +lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmi +lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo +lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmx +lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationCommon.o +lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmi +lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo +lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmx +lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationExpander.o +lib/ocaml/camlp4/Camlp4Printers/Camlp4AstDumper.cmi +lib/ocaml/camlp4/Camlp4Printers/Camlp4AstDumper.cmo +lib/ocaml/camlp4/Camlp4Printers/Camlp4AstDumper.cmx +lib/ocaml/camlp4/Camlp4Printers/Camlp4AstDumper.o +lib/ocaml/camlp4/Camlp4Printers/Camlp4AutoPrinter.cmi +lib/ocaml/camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo +lib/ocaml/camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx +lib/ocaml/camlp4/Camlp4Printers/Camlp4AutoPrinter.o +lib/ocaml/camlp4/Camlp4Printers/Camlp4NullDumper.cmi +lib/ocaml/camlp4/Camlp4Printers/Camlp4NullDumper.cmo +lib/ocaml/camlp4/Camlp4Printers/Camlp4NullDumper.cmx +lib/ocaml/camlp4/Camlp4Printers/Camlp4NullDumper.o +lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmi +lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmo +lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmx +lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlAstDumper.o +lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmi +lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmo +lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmx +lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlPrinter.o +lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmi +lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmo +lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmx +lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.o +lib/ocaml/camlp4/Camlp4Top.cmi +lib/ocaml/camlp4/Camlp4Top.cmo +lib/ocaml/camlp4/Camlp4Top/Rprint.cmi +lib/ocaml/camlp4/Camlp4Top/Rprint.cmo +lib/ocaml/camlp4/Camlp4Top/Rprint.cmx +lib/ocaml/camlp4/Camlp4Top/Rprint.o +lib/ocaml/camlp4/Camlp4Top/Top.cmi +lib/ocaml/camlp4/Camlp4Top/Top.cmo +lib/ocaml/camlp4/Camlp4Top/Top.cmx +lib/ocaml/camlp4/Camlp4Top/Top.o +lib/ocaml/camlp4/Camlp4_config.cmi +lib/ocaml/camlp4/camlp4fulllib.a +lib/ocaml/camlp4/camlp4fulllib.cma +lib/ocaml/camlp4/camlp4fulllib.cmxa +lib/ocaml/camlp4/camlp4lib.a +lib/ocaml/camlp4/camlp4lib.cma +lib/ocaml/camlp4/camlp4lib.cmxa lib/ocaml/camlp4/camlp4o.cma +lib/ocaml/camlp4/camlp4of.cma +lib/ocaml/camlp4/camlp4oof.cma +lib/ocaml/camlp4/camlp4orf.cma +lib/ocaml/camlp4/camlp4prof.cmi +lib/ocaml/camlp4/camlp4prof.cmo +lib/ocaml/camlp4/camlp4prof.cmx +lib/ocaml/camlp4/camlp4prof.o lib/ocaml/camlp4/camlp4r.cma -lib/ocaml/camlp4/extfold.cmi -lib/ocaml/camlp4/extfold.cmo -lib/ocaml/camlp4/extfold.cmx -lib/ocaml/camlp4/extfold.mli -lib/ocaml/camlp4/extfold.o -lib/ocaml/camlp4/extfun.cmi -lib/ocaml/camlp4/extfun.cmo -lib/ocaml/camlp4/extfun.cmx -lib/ocaml/camlp4/extfun.mli -lib/ocaml/camlp4/extfun.o -lib/ocaml/camlp4/fstream.cmi -lib/ocaml/camlp4/fstream.cmo -lib/ocaml/camlp4/fstream.cmx -lib/ocaml/camlp4/fstream.mli -lib/ocaml/camlp4/fstream.o -lib/ocaml/camlp4/gramext.cmi -lib/ocaml/camlp4/gramext.cmo -lib/ocaml/camlp4/gramext.cmx -lib/ocaml/camlp4/gramext.mli -lib/ocaml/camlp4/gramext.o -lib/ocaml/camlp4/gramlib.a -lib/ocaml/camlp4/gramlib.cma -lib/ocaml/camlp4/gramlib.cmxa -lib/ocaml/camlp4/grammar.cmi -lib/ocaml/camlp4/grammar.cmo -lib/ocaml/camlp4/grammar.cmx -lib/ocaml/camlp4/grammar.mli -lib/ocaml/camlp4/grammar.o -lib/ocaml/camlp4/mLast.cmi -lib/ocaml/camlp4/mLast.mli -lib/ocaml/camlp4/ocpp.cmo -lib/ocaml/camlp4/odyl.a -lib/ocaml/camlp4/odyl.cma -lib/ocaml/camlp4/odyl.cmo -lib/ocaml/camlp4/odyl.cmx -lib/ocaml/camlp4/odyl.cmxa -lib/ocaml/camlp4/odyl.o -lib/ocaml/camlp4/odyl_main.cmi -lib/ocaml/camlp4/pa_extend.cmi -lib/ocaml/camlp4/pa_extend.cmo -lib/ocaml/camlp4/pa_extend.cmx -lib/ocaml/camlp4/pa_extend.o -lib/ocaml/camlp4/pa_extend_m.cmo -lib/ocaml/camlp4/pa_extend_m.cmx -lib/ocaml/camlp4/pa_extend_m.o -lib/ocaml/camlp4/pa_extfold.cmo -lib/ocaml/camlp4/pa_extfold.cmx -lib/ocaml/camlp4/pa_extfold.o -lib/ocaml/camlp4/pa_extfun.cmo -lib/ocaml/camlp4/pa_extfun.cmx -lib/ocaml/camlp4/pa_extfun.o -lib/ocaml/camlp4/pa_fstream.cmo -lib/ocaml/camlp4/pa_fstream.cmx -lib/ocaml/camlp4/pa_fstream.o -lib/ocaml/camlp4/pa_ifdef.cmo -lib/ocaml/camlp4/pa_ifdef.cmx -lib/ocaml/camlp4/pa_ifdef.o -lib/ocaml/camlp4/pa_macro.cmi -lib/ocaml/camlp4/pa_macro.cmo -lib/ocaml/camlp4/pa_macro.cmx -lib/ocaml/camlp4/pa_macro.o -lib/ocaml/camlp4/pa_o.cmi -lib/ocaml/camlp4/pa_o.cmo -lib/ocaml/camlp4/pa_o.cmx -lib/ocaml/camlp4/pa_o.o -lib/ocaml/camlp4/pa_o_fast.cmi -lib/ocaml/camlp4/pa_o_fast.cmx -lib/ocaml/camlp4/pa_o_fast.o -lib/ocaml/camlp4/pa_oop.cmo -lib/ocaml/camlp4/pa_oop.cmx -lib/ocaml/camlp4/pa_oop.o -lib/ocaml/camlp4/pa_op.cmo -lib/ocaml/camlp4/pa_op.cmx -lib/ocaml/camlp4/pa_op.o -lib/ocaml/camlp4/pa_r.cmo -lib/ocaml/camlp4/pa_r.cmx -lib/ocaml/camlp4/pa_r.o -lib/ocaml/camlp4/pa_rp.cmo -lib/ocaml/camlp4/pa_rp.cmx -lib/ocaml/camlp4/pa_rp.o -lib/ocaml/camlp4/pa_ru.cmo -lib/ocaml/camlp4/pa_ru.cmx -lib/ocaml/camlp4/pa_ru.o -lib/ocaml/camlp4/pcaml.cmi -lib/ocaml/camlp4/pcaml.cmo -lib/ocaml/camlp4/pcaml.cmx -lib/ocaml/camlp4/pcaml.mli -lib/ocaml/camlp4/pcaml.o -lib/ocaml/camlp4/plexer.cmi -lib/ocaml/camlp4/plexer.cmo -lib/ocaml/camlp4/plexer.cmx -lib/ocaml/camlp4/plexer.mli -lib/ocaml/camlp4/plexer.o -lib/ocaml/camlp4/pr_depend.cmo -lib/ocaml/camlp4/pr_depend.cmx -lib/ocaml/camlp4/pr_depend.o -lib/ocaml/camlp4/pr_dump.cmo -lib/ocaml/camlp4/pr_dump.cmx -lib/ocaml/camlp4/pr_dump.o -lib/ocaml/camlp4/pr_extend.cmo -lib/ocaml/camlp4/pr_extend.cmx -lib/ocaml/camlp4/pr_extend.o -lib/ocaml/camlp4/pr_extfun.cmo -lib/ocaml/camlp4/pr_extfun.cmx -lib/ocaml/camlp4/pr_extfun.o -lib/ocaml/camlp4/pr_null.cmo -lib/ocaml/camlp4/pr_null.cmx -lib/ocaml/camlp4/pr_null.o -lib/ocaml/camlp4/pr_o.cmo -lib/ocaml/camlp4/pr_o.cmx -lib/ocaml/camlp4/pr_o.o -lib/ocaml/camlp4/pr_op.cmo -lib/ocaml/camlp4/pr_op.cmx -lib/ocaml/camlp4/pr_op.o -lib/ocaml/camlp4/pr_r.cmo -lib/ocaml/camlp4/pr_r.cmx -lib/ocaml/camlp4/pr_r.o -lib/ocaml/camlp4/pr_rp.cmo -lib/ocaml/camlp4/pr_rp.cmx -lib/ocaml/camlp4/pr_rp.o -lib/ocaml/camlp4/q_MLast.cmo -lib/ocaml/camlp4/q_MLast.cmx -lib/ocaml/camlp4/q_MLast.o -lib/ocaml/camlp4/q_phony.cmo -lib/ocaml/camlp4/q_phony.cmx -lib/ocaml/camlp4/q_phony.o -lib/ocaml/camlp4/quotation.cmi -lib/ocaml/camlp4/quotation.cmo -lib/ocaml/camlp4/quotation.cmx -lib/ocaml/camlp4/quotation.mli -lib/ocaml/camlp4/quotation.o -lib/ocaml/camlp4/reloc.cmi -lib/ocaml/camlp4/reloc.cmo -lib/ocaml/camlp4/reloc.cmx -lib/ocaml/camlp4/reloc.mli -lib/ocaml/camlp4/reloc.o -lib/ocaml/camlp4/spretty.cmi -lib/ocaml/camlp4/spretty.cmo -lib/ocaml/camlp4/spretty.cmx -lib/ocaml/camlp4/spretty.mli -lib/ocaml/camlp4/spretty.o -lib/ocaml/camlp4/stdpp.cmi -lib/ocaml/camlp4/stdpp.cmo -lib/ocaml/camlp4/stdpp.cmx -lib/ocaml/camlp4/stdpp.mli -lib/ocaml/camlp4/stdpp.o -lib/ocaml/camlp4/token.cmi -lib/ocaml/camlp4/token.cmo -lib/ocaml/camlp4/token.cmx -lib/ocaml/camlp4/token.mli -lib/ocaml/camlp4/token.o +lib/ocaml/camlp4/camlp4rf.cma lib/ocaml/char.cmi lib/ocaml/char.cmx lib/ocaml/char.ml @@ -632,6 +627,7 @@ %%TK%%lib/ocaml/labltk/tkcompiler %%TK%%lib/ocaml/labltk/tkthread.cmi %%TK%%lib/ocaml/labltk/tkthread.cmo +%%TK%%lib/ocaml/labltk/tkthread.cmx %%TK%%lib/ocaml/labltk/tkthread.mli %%TK%%lib/ocaml/labltk/tkthread.o %%TK%%lib/ocaml/labltk/tkvars.cmi @@ -719,6 +715,14 @@ lib/ocaml/obj.ml lib/ocaml/obj.mli lib/ocaml/obj.p.cmx +lib/ocaml/ocamlbuild/ocamlbuild.cmo +lib/ocaml/ocamlbuild/ocamlbuild.cmx +lib/ocaml/ocamlbuild/ocamlbuild.o +lib/ocaml/ocamlbuild/ocamlbuild_pack.cmi +lib/ocaml/ocamlbuild/ocamlbuild_plugin.cmi +lib/ocaml/ocamlbuild/ocamlbuildlib.a +lib/ocaml/ocamlbuild/ocamlbuildlib.cma +lib/ocaml/ocamlbuild/ocamlbuildlib.cmxa lib/ocaml/ocamldoc/custom/.keep lib/ocaml/ocamldoc/ocamldoc.hva lib/ocaml/ocamldoc/odoc.cmi @@ -975,7 +979,12 @@ @dirrm lib/ocaml/stublibs @dirrm lib/ocaml/ocamldoc/custom @dirrm lib/ocaml/ocamldoc -%%TK%%@dirrm lib/ocaml/labltk +@dirrm lib/ocaml/ocamlbuild +%%TK%%@dirrmtry lib/ocaml/labltk +@dirrm lib/ocaml/camlp4/Camlp4Top +@dirrm lib/ocaml/camlp4/Camlp4Printers +@dirrm lib/ocaml/camlp4/Camlp4Parsers +@dirrm lib/ocaml/camlp4/Camlp4Filters @dirrm lib/ocaml/camlp4 @dirrm lib/ocaml/caml @comment lib/ocaml will be added by Makefile Index: files/man1 =================================================================== RCS file: /work/src/fbsd-cvs/ports/lang/ocaml/files/man1,v retrieving revision 1.1 diff -u -r1.1 man1 --- files/man1 2 Aug 2006 14:00:20 -0000 1.1 +++ files/man1 22 Dec 2007 11:13:17 -0000 @@ -1,13 +1,13 @@ +ocaml.1 +ocamlbuild.1 +ocamlc.1 ocamlcp.1 -ocamldep.1 ocamldebug.1 +ocamldep.1 ocamldoc.1 +ocamllex.1 +ocamlmktop.1 ocamlopt.1 +ocamlprof.1 ocamlrun.1 ocamlyacc.1 -ocamlmktop.1 -ocaml.1 -ocamlc.1 -ocamllex.1 -ocamlprof.1 -camlp4.1 Index: files/manlinks =================================================================== RCS file: /work/src/fbsd-cvs/ports/lang/ocaml/files/manlinks,v retrieving revision 1.1 diff -u -r1.1 manlinks --- files/manlinks 2 Aug 2006 14:00:20 -0000 1.1 +++ files/manlinks 20 Dec 2007 21:31:05 -0000 @@ -2,15 +2,3 @@ ocamlc.opt.1 ocamlopt.1 ocamlopt.opt.1 -camlp4.1 -camlp4o.1 -camlp4.1 -camlp4r.1 -camlp4.1 -mkcamlp4.1 -camlp4.1 -camlp4o.opt.1 -camlp4.1 -camlp4r.opt.1 -camlp4.1 -ocpp.1 Index: files/patch-camlp4_camlp4_Makefile =================================================================== RCS file: files/patch-camlp4_camlp4_Makefile diff -N files/patch-camlp4_camlp4_Makefile --- files/patch-camlp4_camlp4_Makefile 23 Sep 2006 17:37:24 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,14 +0,0 @@ ---- camlp4/camlp4/Makefile.orig Sat Sep 23 20:02:56 2006 -+++ camlp4/camlp4/Makefile Sat Sep 23 20:13:00 2006 -@@ -75,7 +75,10 @@ - -$(MKDIR) "$(LIBDIR)/camlp4" - cp $(CAMLP4) "$(BINDIR)/." - for ext in mli cmi cmo cmx o; do for mod in $(EXPORTED); do \ -- cp $${mod}.$${ext} "$(LIBDIR)/camlp4/."; done; done -+ if [ -e "$${mod}.$${ext}" ]; then \ -+ cp $${mod}.$${ext} "$(LIBDIR)/camlp4/."; \ -+ fi; \ -+ done; done - cp argl.cmi argl.cmo "$(LIBDIR)/camlp4/." - for f in argl.o argl.cmx; do \ - if test -r $$f ; then \ Index: files/patch-configure =================================================================== RCS file: /work/src/fbsd-cvs/ports/lang/ocaml/files/patch-configure,v retrieving revision 1.8 diff -u -r1.8 patch-configure --- files/patch-configure 19 Aug 2006 09:38:45 -0000 1.8 +++ files/patch-configure 20 Dec 2007 19:48:20 -0000 @@ -1,6 +1,6 @@ ---- configure.orig Thu Mar 30 16:00:19 2006 -+++ configure Sat Aug 19 10:34:48 2006 -@@ -78,6 +78,8 @@ +--- configure.orig 2007-05-03 16:49:56.000000000 +0400 ++++ configure 2007-12-20 22:48:12.000000000 +0300 +@@ -79,6 +79,8 @@ withcurses=no;; -no-shared-libs) withsharedlibs=no;; @@ -9,15 +9,15 @@ -x11include*|--x11include*) x11_include_dir=$2; shift;; -x11lib*|--x11lib*) -@@ -667,6 +669,7 @@ - i386,*,linux_elf) profiling='prof';; +@@ -675,6 +677,7 @@ i386,*,gnu) profiling='prof';; i386,*,bsd_elf) profiling='prof';; + i386,*,macosx) profiling='prof';; + *,*,freebsd) profiling='prof';; sparc,*,solaris) profiling='prof' case "$nativecc" in gcc*) ;; *) cc_profile='-xpg';; esac;; -@@ -1107,122 +1110,24 @@ +@@ -1121,122 +1124,24 @@ x11_include="not found" x11_link="not found" Index: files/patch-ocamldoc_Makefile =================================================================== RCS file: /work/src/fbsd-cvs/ports/lang/ocaml/files/patch-ocamldoc_Makefile,v retrieving revision 1.1 diff -u -r1.1 patch-ocamldoc_Makefile --- files/patch-ocamldoc_Makefile 2 Aug 2006 14:00:20 -0000 1.1 +++ files/patch-ocamldoc_Makefile 20 Dec 2007 21:33:29 -0000 @@ -1,5 +1,5 @@ ---- ./ocamldoc/Makefile.orig Thu Nov 10 17:44:36 2005 -+++ ./ocamldoc/Makefile Sun May 21 14:02:41 2006 +--- ocamldoc/Makefile.orig 2007-12-21 00:32:44.000000000 +0300 ++++ ocamldoc/Makefile 2007-12-21 00:33:26.000000000 +0300 @@ -40,7 +40,7 @@ INSTALL_LIBDIR=$(OCAMLLIB)/ocamldoc INSTALL_CUSTOMDIR=$(INSTALL_LIBDIR)/custom @@ -9,14 +9,16 @@ INSTALL_MLIS=odoc_info.mli INSTALL_CMIS=$(INSTALL_MLIS:.mli=.cmi) -@@ -261,7 +261,9 @@ +@@ -265,7 +265,11 @@ $(CP) ocamldoc.hva *.cmi $(OCAMLDOC_LIBCMA) $(INSTALL_LIBDIR) $(CP) $(INSTALL_MLIS) $(INSTALL_CMIS) $(INSTALL_LIBDIR) if test -d $(INSTALL_MANODIR); then : ; else $(MKDIR) $(INSTALL_MANODIR); fi -- $(CP) stdlib_man/* $(INSTALL_MANODIR) -+ for f in stdlib_man/*; do \ -+ $(CP) $$f $(INSTALL_MANODIR)/`basename $$f .3o`.n; \ -+ done +- if test -d stdlib_man; then $(CP) stdlib_man/* $(INSTALL_MANODIR); else : ; fi ++ if test -d stdlib_man; then \ ++ for f in stdlib_man/*; do \ ++ $(BSD_INSTALL_MAN) $$f $(INSTALL_MANODIR)/`basename $$f .3o`.n; \ ++ done; \ ++ fi installopt: if test -f $(OCAMLDOC_OPT) ; then $(MAKE) installopt_really ; fi --mxv5cy4qt+RJ9ypb-- From owner-freebsd-ports@FreeBSD.ORG Sat Dec 22 15:17:30 2007 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7F1616A417 for ; Sat, 22 Dec 2007 15:17:30 +0000 (UTC) (envelope-from rpvoland@spamcop.net) Received: from outbound2.mail.tds.net (outbound2.mail.tds.net [216.170.230.92]) by mx1.freebsd.org (Postfix) with ESMTP id 6E83F13C44B for ; Sat, 22 Dec 2007 15:17:30 +0000 (UTC) (envelope-from rpvoland@spamcop.net) Received: from outaamta02.mail.tds.net (outaamta02.mail.tds.net [216.170.230.32]) by outbound2.mail.tds.net (8.13.6/8.13.4) with ESMTP id lBK4VTAH012464; Wed, 19 Dec 2007 22:31:29 -0600 Received: from brian.local.bsd ([69.129.203.225]) by outaamta02.mail.tds.net with ESMTP id <20071220043127.KJCB5687.outaamta02.mail.tds.net@brian.local.bsd>; Wed, 19 Dec 2007 22:31:27 -0600 Message-ID: <4769F01C.6040707@spamcop.net> Date: Wed, 19 Dec 2007 22:31:24 -0600 From: Rick Voland User-Agent: Thunderbird 2.0.0.0 (X11/20070624) MIME-Version: 1.0 To: Hiroki Sato , nikola.lecic@anthesphoria.net, albert.shih@obspm.fr, dougb@FreeBSD.org, freebsd-ports@FreeBSD.org References: <20071214025230.361715eb@anthesphoria.net> <200712150123.lBF1N35T038677@anthesphoria.net> <20071216.225955.111308887.hrs@allbsd.org> <20071219210259.GA1567@roadrunner.spoerlein.net> In-Reply-To: <20071219210259.GA1567@roadrunner.spoerlein.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: TeTeX and TeXLive X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Dec 2007 15:17:30 -0000 Ulrich Spoerlein wrote: > On Sun, 16.12.2007 at 22:59:55 +0900, Hiroki Sato wrote: >> This is a progress report from the current teTeX maintainer who is >> trying to update TeX in the ports tree to TeXLive. As I explained, >> if we go with the finer-grained package model, over 1000 ports have >> to be added at a time, so testing them should be done in a separate >> tree at least. I hope I will be able to set up a public tree for >> testing and collaborative work this month... >> >> Any comments are welcome. Thanks. > > As I'm not doing any work, my vote doesn't count, but please: Creating > 2-3 *big* TeXLive ports is certainly wrong, but creating 1000 tiny ports > is equally wrong. Think about the repo bloat and churn introduced by a > "single" software like a LaTeX system. It will slow down everything from > cvs checkout, to index building and pkg_info(1). > > Can't you split the TeXLive Distribution up into say 12 ports? Something > minimal that can be used by other ports to typeset documentation (how > common is this, anyway?) and 3-4 big TeXLive ports for the typical TeX > user. > > Cheers, > Ulrich Spoerlein I am also only a user of TeX and friends. May I suggest some categories for triage? 1) Simple packages like envlab and lettrine are easy to locate and install afterwards. So, maybe these packages (and others like additional fonts) don't need to be in the typical TeXLive port for FreeBSD. 2) Binaries for features like xetex and ConTeXt may be difficult to install outside the assistance of a port. I wish recent, stable versions of these could be included in a port, maybe the main port. 3) For now, the FreeBSD port for musixtex is incompatible with tetex. I wish that the various TeXLive components could be designed to be compatible with each other so that a user could still choose to add additional features after the initial installation. These are only suggestions. Thanks for your work maintaining TeX and friends for FreeBSD. --- Rick Voland rpvoland@spamcop.net From owner-freebsd-ports@FreeBSD.ORG Sat Dec 22 16:41:04 2007 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB15016A417 for ; Sat, 22 Dec 2007 16:41:04 +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 9193213C4E1 for ; Sat, 22 Dec 2007 16:41:04 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from oook.cz (nobody@localhost [127.0.0.1]) by raven.customer.vol.cz (8.14.1/8.14.1) with ESMTP id lBMGf1Jg077499; Sat, 22 Dec 2007 17:41:01 +0100 (CET) (envelope-from pav@FreeBSD.org) From: "Pav Lucistnik" To: "Danny Pansters" Date: Sat, 22 Dec 2007 17:41:01 +0100 Message-Id: <20071222163747.M10597@FreeBSD.org> In-Reply-To: <200712220155.48097.danny@ricin.com> References: <200712211524.25454.josh@tcbug.org> <200712220007.45753.danny@ricin.com> <1198283363.95955.11.camel@ikaros.oook.cz> <200712220155.48097.danny@ricin.com> X-Mailer: OpenWebMail 2.52 20060502 X-OriginatingIP: 90.177.52.122 (freebsd@oook.cz) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 X-Spam-Score: -4.399 () ALL_TRUSTED,BAYES_00 X-Scanned-By: MIMEDefang 2.63 on 195.250.144.108 Cc: freebsd-ports@FreeBSD.org Subject: Re: Opinion on cross-port OPTIONS CONFLICTS 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: Sat, 22 Dec 2007 16:41:05 -0000 > > That's why you do slave port with an option toggled, when you need a > > package you can depend on. OPTIONS haven't changed this aspect. > > But you can't readily specify option X enabled, option Y disabled on > that slave port. You can, that's the point. > There may come a time when it's decided to either have vanilla > plists and seperate one(s) with options or dont track plists for non > default options at all. I bet most/many non-default ports don't get > properly packaged anyway as it is. Port needs to package cleanly with any combination of OPTIONS specified. If it doesn't, it needs to be fixed. -- Pav Lucistnik on the road via OpenWebMail From owner-freebsd-ports@FreeBSD.ORG Sat Dec 22 17:26:31 2007 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 8915216A417 for ; Sat, 22 Dec 2007 17:26:31 +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 5F62413C448 for ; Sat, 22 Dec 2007 17:26:31 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A56C3F.dip.t-dialin.net [84.165.108.63]) by redbull.bpaserver.net (Postfix) with ESMTP id 937CD2E0FE; Sat, 22 Dec 2007 18:07:19 +0100 (CET) Received: from deskjail (deskjail.Leidinger.net [192.168.1.109]) by outgoing.leidinger.net (Postfix) with ESMTP id 6E8B567799; Sat, 22 Dec 2007 18:06:58 +0100 (CET) Date: Sat, 22 Dec 2007 18:07:55 +0100 From: Alexander Leidinger To: Ed Schouten Message-ID: <20071222180755.435a4b08@deskjail> In-Reply-To: <20071222122149.GK1169@hoeg.nl> References: <20071222122149.GK1169@hoeg.nl> X-Mailer: Claws Mail 3.0.1 (GTK+ 2.10.14; i686-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-14.3, required 6, BAYES_00 -15.00, J_CHICKENPOX_47 0.60, RDNS_DYNAMIC 0.10) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: ports@freebsd.org Subject: Re: pkg-config and library dependencies X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Dec 2007 17:26:31 -0000 Quoting Ed Schouten (Sat, 22 Dec 2007 13:21:49 +0100): > It turns out that my configure script added some unneeded -lfoo's, so I > removed those, but there were still a lot of libraries that got added by > pkg-config and friends. It turns out that a lot of those .pc's add > rubbish: [...] > The last case is even worse. Your application will link directly against > libthr if your use libgthread, voiding the entire idea of abstracting > the threads library. I guess the reason they were added, is keep things > working when compiling static binaries, because you can't recursively > pull dependencies in that case, but that is a wrong argument, because > you can then add the libraries to Libs.private and use > `pkg-config --static'. The problem is even deeper. libtool does not enable the "OS has recursive resolver" knob on most systems. Debian has a custom patch. The problem is, that in some cases this doesn't work. I can't remember them, but have a look at the libtool archive, I asked there about the problem. libtool-2 is AFAIR supposed to fix the problems. I also asked the gome maintainers if they are interested in patches to their libs which fix the issues you mentioned. The outcome is (and I agree with them), that patches should go to the authors of the problematic software first, and come into FreeBSD via regular updates of the software in question. I also have some patches regarding this, but they are outdated (and just a proof of concept, as I wanted to play around with this first), since I haven't updated to the new X.org / GNOME yet. You can find patches at http://www.leidinger.net/FreeBSD/port-patches/, feel free to take some and play around with them. I would like to see that "the right thing" is done in the software which is ported, so if someone wants to give this a high priority on his TODO list, count me in for some help (as time permits). Bye, Alexander. -- Ferengi Rule of Acquisition #16: A deal is a deal... until a better one comes along. -- ST:DS9, "Melora" 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 Sat Dec 22 17:51:07 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BCE6616A469 for ; Sat, 22 Dec 2007 17:51:07 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from mail1-backupmx.mn2.visi.com (mail1-backupmx.mn2.visi.com [208.42.42.107]) by mx1.freebsd.org (Postfix) with ESMTP id 9F46F13C4F3 for ; Sat, 22 Dec 2007 17:51:07 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from mail1-backupmx.mn2.visi.com (localhost.visi.com [127.0.0.1]) by mail1-backupmx.mn2.visi.com (Postfix) with ESMTP id 39B76111B41; Sat, 22 Dec 2007 11:51:03 -0600 (CST) X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on mail1.mn2.visi.com X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.2.3 Received: from conn-smtp.mc.mpls.visi.com (conn.mc.mpls.visi.com [208.42.156.2]) by mail1-backupmx.mn2.visi.com (Postfix) with ESMTP; Sat, 22 Dec 2007 11:51:03 -0600 (CST) Received: from mail.tcbug.org (mail.tcbug.org [208.42.70.163]) by conn-smtp.mc.mpls.visi.com (Postfix) with ESMTP id 98E7B780F; Sat, 22 Dec 2007 11:51:02 -0600 (CST) Received: from build64.tcbug.org (unknown [208.42.70.167]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.tcbug.org (Postfix) with ESMTP id B4791214A316; Sat, 22 Dec 2007 11:51:03 -0600 (CST) From: Josh Paetzel To: freebsd-ports@freebsd.org Date: Sat, 22 Dec 2007 11:50:53 -0600 User-Agent: KMail/1.9.7 References: <200712211524.25454.josh@tcbug.org> <200712212105.21520.josh@tcbug.org> <20071222043344.GB82459@k7.mavetju> In-Reply-To: <20071222043344.GB82459@k7.mavetju> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart3173348.g2iU4y5HAs"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200712221150.59971.josh@tcbug.org> Cc: Edwin Groothuis Subject: Re: Opinion on cross-port OPTIONS CONFLICTS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Dec 2007 17:51:07 -0000 --nextPart3173348.g2iU4y5HAs Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Friday 21 December 2007 10:33:44 pm Edwin Groothuis wrote: > On Fri, Dec 21, 2007 at 09:05:18PM -0600, Josh Paetzel wrote: > > > > It also doesn't work if someone runs make rmconfig, or make config > > > > again and changes things after the port is installed. > > > > > > > > It probably doesn't work if a package was used to install either. > > > > > > Create a slave port audio/arts-withoutnas and let it depends on > > > that one. > > > > I don't think that's a scalable solution. It would create an explosion > > of ports in the already taxed tree, as well as confusion as to which po= rt > > to install among the users. > > And what is your solution for this problem? > > Edwin My initial solution as I posted is to register the OPTIONs used to build a= =20 port in /var/db/pkg =2D-=20 Thanks, Josh Paetzel PGP: 8A48 EF36 5E9F 4EDA 5A8C 11B4 26F9 01F1 27AF AECB --nextPart3173348.g2iU4y5HAs Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQBHbU6DJvkB8SevrssRAnbRAJ99lknV/7tPgpkwpcWPOHDItpSxlgCfZoVd N/2MgN9lBxwPRQNbZFwg200= =Grzx -----END PGP SIGNATURE----- --nextPart3173348.g2iU4y5HAs-- From owner-freebsd-ports@FreeBSD.ORG Sat Dec 22 20:13:19 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A1D616A417; Sat, 22 Dec 2007 20:13:19 +0000 (UTC) (envelope-from me@janh.de) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.171]) by mx1.freebsd.org (Postfix) with ESMTP id 053E013C442; Sat, 22 Dec 2007 20:13:18 +0000 (UTC) (envelope-from me@janh.de) Received: from janh.freebsd (d187027.adsl.hansenet.de [80.171.187.27]) by mrelayeu.kundenserver.de (node=mrelayeu8) with ESMTP (Nemesis) id 0ML31I-1J6AiQ18IA-0003GU; Sat, 22 Dec 2007 21:12:59 +0100 Message-ID: <476D6FCD.1060500@janh.de> Date: Sat, 22 Dec 2007 21:13:01 +0100 From: Jan Henrik Sylvester User-Agent: Thunderbird 2.0.0.9 (X11/20071208) MIME-Version: 1.0 To: Norikatsu Shigemura References: <47630A20.60807@janh.de> <47631447.9090009@u.washington.edu> <1197676276.1838.23.camel@ikaros.oook.cz> <47632096.8080008@math.missouri.edu> <20071215120618.1bf43910.nork@FreeBSD.org> In-Reply-To: <20071215120618.1bf43910.nork@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX1/0seBs4HbUqpOdOke/ZjdU2ZspjBmUF0wTCy/ 8XQUjPuVJAHLFtCms6g65mHDDFMrgfEukaUPqiYLHNeYKNREZF XNbTcsHSv3a97U5gn1Anw== Cc: Garrett Cooper , Stephen Montgomery-Smith , pav@freebsd.org, ports-list freebsd Subject: Re: misc/compat5x package installs with weird messages X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Dec 2007 20:13:19 -0000 Norikatsu Shigemura wrote: > On Fri, 14 Dec 2007 18:32:22 -0600 > Stephen Montgomery-Smith wrote: >>> My bets are on noschg flag. >> Pav, you are exactly right. I have experienced this many times myself. >> After installing the compat5x package you need to do "chflags -R >> noschg /var/tmp/inst* && rm -rf /var/tmp/inst*" or something like that. >> I think it is a bug in pkg_install, that it doesn't check for the schg >> flag being set in its temporary file area. Or maybe it should set the >> flags in the first place. > > I knew this issue. So I fixed it with rev#1.16 on make clean. > But my work was not enough:-(. How about following patch? I did a portupgrade to the new version. It ended with: ===> Cleaning for compat5x-i386-5.4.0.8_9 ---> Cleaning out obsolete shared libraries [Updating the pkgdb in /var/db/pkg ... - 787 packages found (-0 +1) . done] 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/libpthread.so.1 Operation not permitted - /usr/local/lib/compat/pkg/libthr.so.1 I do not know what was not permitted. portupgrade did backup the shared libs with their schg flag. Whatever should have happened then... I guess since nothing has changed with the libs, I can safely removed everything from /usr/local/lib/compat/pkg/ that came from this update (pam_*.so.2, snmp_*.so.2, and the files mentioned in the error message). Is that correct? BTW: Creating a compat5x-i386-5.4.0.8_9 package with pkg_create, removing it, and readding it all went without error messages. Thanks, Jan Henrik From owner-freebsd-ports@FreeBSD.ORG Sat Dec 22 21:32:58 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EEAC016A418 for ; Sat, 22 Dec 2007 21:32:58 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from mail5out.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) by mx1.freebsd.org (Postfix) with ESMTP id C3E0313C458 for ; Sat, 22 Dec 2007 21:32:58 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: by mail5out.barnet.com.au (Postfix, from userid 1001) id 193A92218A75; Sun, 23 Dec 2007 08:32:57 +1100 (EST) X-Viruscan-Id: <476D82880000A2F06DA78A@BarNet> Received: from mail5auth.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail5auth.barnet.com.au", Issuer "*.barnet.com.au" (verified OK)) by mail5.barnet.com.au (Postfix) with ESMTP id D4F0C21B18F7; Sun, 23 Dec 2007 08:32:56 +1100 (EST) Received: from k7.mavetju (k7.mavetju.org [10.251.1.18]) by mail5auth.barnet.com.au (Postfix) with ESMTP id 882BE2218A3A; Sun, 23 Dec 2007 08:32:56 +1100 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 20DFA34D; Sun, 23 Dec 2007 08:32:56 +1100 (EST) Date: Sun, 23 Dec 2007 08:32:56 +1100 From: Edwin Groothuis To: Josh Paetzel Message-ID: <20071222213255.GJ40969@k7.mavetju> References: <200712211524.25454.josh@tcbug.org> <200712212105.21520.josh@tcbug.org> <20071222043344.GB82459@k7.mavetju> <200712221150.59971.josh@tcbug.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200712221150.59971.josh@tcbug.org> User-Agent: Mutt/1.4.2.3i Cc: freebsd-ports@freebsd.org Subject: Re: Opinion on cross-port OPTIONS CONFLICTS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Dec 2007 21:32:59 -0000 On Sat, Dec 22, 2007 at 11:50:53AM -0600, Josh Paetzel wrote: > On Friday 21 December 2007 10:33:44 pm Edwin Groothuis wrote: > > On Fri, Dec 21, 2007 at 09:05:18PM -0600, Josh Paetzel wrote: > > > > > It also doesn't work if someone runs make rmconfig, or make config > > > > > again and changes things after the port is installed. > > > > > > > > > > It probably doesn't work if a package was used to install either. > > > > > > > > Create a slave port audio/arts-withoutnas and let it depends on > > > > that one. > > > > > > I don't think that's a scalable solution. It would create an explosion > > > of ports in the already taxed tree, as well as confusion as to which port > > > to install among the users. > > > > And what is your solution for this problem? > > My initial solution as I posted is to register the OPTIONs used to build a > port in /var/db/pkg And how is that going to resolve the issue earlier suggestions suffered from with regarding to ports which are not installed yet but which will be installed as a dependency of this port? Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/ From owner-freebsd-ports@FreeBSD.ORG Sat Dec 22 23:13:01 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE1CC16A46C for ; Sat, 22 Dec 2007 23:13:01 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from mail1-backupmx.mn2.visi.com (mail1-backupmx.mn2.visi.com [208.42.42.107]) by mx1.freebsd.org (Postfix) with ESMTP id 8D77513C4CC for ; Sat, 22 Dec 2007 23:13:01 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from mail1-backupmx.mn2.visi.com (localhost.visi.com [127.0.0.1]) by mail1-backupmx.mn2.visi.com (Postfix) with ESMTP id 29443111CFE; Sat, 22 Dec 2007 17:13:00 -0600 (CST) X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on mail1.mn2.visi.com X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.2.3 Received: from cenn-smtp.mc.mpls.visi.com (cenn.mc.mpls.visi.com [208.42.156.9]) by mail1-backupmx.mn2.visi.com (Postfix) with ESMTP; Sat, 22 Dec 2007 17:13:00 -0600 (CST) Received: from mail.tcbug.org (mail.tcbug.org [208.42.70.163]) by cenn-smtp.mc.mpls.visi.com (Postfix) with ESMTP id 62A0B8103; Sat, 22 Dec 2007 17:12:43 -0600 (CST) Received: from build64.tcbug.org (unknown [208.42.70.167]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.tcbug.org (Postfix) with ESMTP id 1E8D4214A316; Sat, 22 Dec 2007 17:12:45 -0600 (CST) From: Josh Paetzel To: Edwin Groothuis Date: Sat, 22 Dec 2007 17:12:38 -0600 User-Agent: KMail/1.9.7 References: <200712211524.25454.josh@tcbug.org> <200712221150.59971.josh@tcbug.org> <20071222213255.GJ40969@k7.mavetju> In-Reply-To: <20071222213255.GJ40969@k7.mavetju> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1573423.k9iqXzYhve"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200712221712.41881.josh@tcbug.org> Cc: freebsd-ports@freebsd.org Subject: Re: Opinion on cross-port OPTIONS CONFLICTS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Dec 2007 23:13:01 -0000 --nextPart1573423.k9iqXzYhve Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Saturday 22 December 2007 03:32:56 pm Edwin Groothuis wrote: > On Sat, Dec 22, 2007 at 11:50:53AM -0600, Josh Paetzel wrote: > > On Friday 21 December 2007 10:33:44 pm Edwin Groothuis wrote: > > > On Fri, Dec 21, 2007 at 09:05:18PM -0600, Josh Paetzel wrote: > > > > > > It also doesn't work if someone runs make rmconfig, or make > > > > > > config again and changes things after the port is installed. > > > > > > > > > > > > It probably doesn't work if a package was used to install eithe= r. > > > > > > > > > > Create a slave port audio/arts-withoutnas and let it depends on > > > > > that one. > > > > > > > > I don't think that's a scalable solution. It would create an > > > > explosion of ports in the already taxed tree, as well as confusion = as > > > > to which port to install among the users. > > > > > > And what is your solution for this problem? > > > > My initial solution as I posted is to register the OPTIONs used to build > > a port in /var/db/pkg > > And how is that going to resolve the issue earlier suggestions > suffered from with regarding to ports which are not installed yet > but which will be installed as a dependency of this port? > > Edwin Well, my idea was you'd be able to CONFLICT based on OPTIONs set in another= =20 port, so at least you could die with a helpful error message if they weren'= t=20 set properly. =2D-=20 Thanks, Josh Paetzel PGP: 8A48 EF36 5E9F 4EDA 5A8C 11B4 26F9 01F1 27AF AECB --nextPart1573423.k9iqXzYhve Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQBHbZnpJvkB8SevrssRAoxcAKCOezB7tbqzi/PoItH3/NjrrO2jPwCfXZAf kyr6sbudOwmDDVYOrxFu++g= =1f/6 -----END PGP SIGNATURE----- --nextPart1573423.k9iqXzYhve-- From owner-freebsd-ports@FreeBSD.ORG Sat Dec 22 23:47:03 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD13516A417 for ; Sat, 22 Dec 2007 23:47:03 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.182]) by mx1.freebsd.org (Postfix) with ESMTP id B527713C457 for ; Sat, 22 Dec 2007 23:47:03 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: by wa-out-1112.google.com with SMTP id k17so1611067waf.3 for ; Sat, 22 Dec 2007 15:47:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=OBa8JgbzHN1XVrBJeO4BR7p7Ce+OAS7D3+i5zTv7kOg=; b=diUT3ynjgQ79LgUxnaCjwIhiXbt2Hw/nY0PdsJruDoZv3yvyWp9Vsn6wFpLD7FmMPXZcMig3cY3S8Bv9M5yD+FlQI89BvIHZXrUp95IgzQeIhJ/0tmWnvKyXmS68ACtqO0+Jv/48xbaoX82U0AemdOKdAKmMlHRhHdDA4/q69rk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.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=ngj3tnGlYERKdGj667YUJg0NXJnmD6zZb3GfjV8slDkcflWZ7hlslv7VypKozEPLE0hQiHXS9XNNZB+QLSc8ypyTQBHFqAE9SyzXdBlC563fRqLVJJMkeyoe8zi8IJp5bLAWXPMufbvdAbCU4si85qsG8UEKBW9uFiGZ+cCjqHs= Received: by 10.115.14.1 with SMTP id r1mr3409371wai.31.1198367223389; Sat, 22 Dec 2007 15:47:03 -0800 (PST) Received: by 10.114.150.15 with HTTP; Sat, 22 Dec 2007 15:47:03 -0800 (PST) Message-ID: <786602c60712221547n5750a8f6m8e306d7ef98d3476@mail.gmail.com> Date: Sun, 23 Dec 2007 08:47:03 +0900 From: "Thomas Zander" To: "Dominic Fandrey" In-Reply-To: <476CDAD6.9070406@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4761A24C.4080308@gmx.de> <786602c60712152238s68cb11bbw8a82935bfbe32a94@mail.gmail.com> <4764F331.2000307@gmx.de> <4764F5E2.4090602@gmx.de> <4765697D.3060702@wallnet.com> <476CDAD6.9070406@gmx.de> Cc: freebsd-ports@freebsd.org Subject: Re: multimedia/mplayer doesn't build (default 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, 22 Dec 2007 23:47:03 -0000 On 22/12/2007, Dominic Fandrey wrote: > I've got a solution now. After the build failed just go to your WRKDIR and run > gmake. The build will finish just fine. I've got no idea why it doesn't work > through the ports. This is indeed strange. I still couldn't figure out how to trigger this problem. However I have done "pkg_delete -a" on a 7.0 box and installed all ports from scratch, including mplayer with the default options. No problem whatsoever. It would really be helpful to know what causes this issue. Riggs