From owner-freebsd-ports@FreeBSD.ORG Sun Nov 15 08:35:22 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 27B6A106568B for ; Sun, 15 Nov 2009 08:35:22 +0000 (UTC) (envelope-from bennett@cs.niu.edu) Received: from mp.cs.niu.edu (mp.cs.niu.edu [131.156.145.41]) by mx1.freebsd.org (Postfix) with ESMTP id F03908FC0A for ; Sun, 15 Nov 2009 08:35:21 +0000 (UTC) Received: from mp.cs.niu.edu (bennett@localhost [127.0.0.1]) by mp.cs.niu.edu (8.14.3/8.14.3) with ESMTP id nAF8ZJKj011230; Sun, 15 Nov 2009 02:35:19 -0600 (CST) Date: Sun, 15 Nov 2009 02:35:19 -0600 (CST) From: Scott Bennett Message-Id: <200911150835.nAF8ZJxi011229@mp.cs.niu.edu> To: freebsd-ports@freebsd.org, Rainer Hurling Cc: Subject: Re: Question about creating a port for saga gis X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 15 Nov 2009 08:35:22 -0000 On Sat, 14 Nov 2009 10:41:58 +0100 Rainer Hurling wrote: >I am working on a new port math/saga. It is my first port. > >Now that I am able to directly download the sources of SAGA GIS from >sourceforge (thanks to Eygene Ryabinkin and Sergey V. Dyatko), there is >another problem with porting where I need some help. > >The original configure script of SAGA GIS expects 'wx-config', but in >newer FreeBSD systems there only is e.g. wxgtk2-2.8-config. > >The porters handbook shows how to configure the ports Makefile to let >the port know what wxWidget version to use. I patched the original >configure script but obviously that's not enough. The attached files are >saved under math/saga and show what I have tried. > Why are you putting saga into math? It should be in databases, like grass and postgis are, or conceivably in science. I don't see any reason for it to be in math. Scott Bennett, Comm. ASMELG, CFIAG ********************************************************************** * Internet: bennett at cs.niu.edu * *--------------------------------------------------------------------* * "A well regulated and disciplined militia, is at all times a good * * objection to the introduction of that bane of all free governments * * -- a standing army." * * -- Gov. John Hancock, New York Journal, 28 January 1790 * ********************************************************************** From owner-freebsd-ports@FreeBSD.ORG Sun Nov 15 08:55:26 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4D0F106566B for ; Sun, 15 Nov 2009 08:55:25 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) Received: from 0.mx.codelabs.ru (0.mx.codelabs.ru [144.206.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id 55C488FC18 for ; Sun, 15 Nov 2009 08:55:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=codelabs.ru; s=two; h=Date:From:To:Cc:Subject:Message-ID: Reply-To:References:MIME-Version:Content-Type:In-Reply-To: Sender; bh=w+NSKXStxUppen6/FdfS8Q9IUKqlOELB1plka1cYZ6M=; b=oqwdC 4XaoFPmBmAAagyDZUt2OfxRBiZGwj/0mYWE8/GfOsCX0IxLWqDy8LrKdEVJ3n4lA 7d+nrpUZNIOI4rphXByrPAhOLOmZUO0Ses87x1ZGH/qoUkaPsE8e1G7BjUcRJ7/Y 3nj2vlQ5o8zK/MElMpAIVBONIfhLT+PxIs73pJspElteLprqxR21rB7dJDE2rZOQ tQK0PGhrEglWle9JRZH6oMIVKEMeNdTK5razN1kUZtkdzVCfQyau5RfpW5WYWqB0 OX1BhNTjm1xqZzbCZotp8s/cyBx6cZj4BDLqpBX7ikARdghJpmsbyjnyL5/WPQ5O zMgAY/oS/+t8lWvoA== Received: from shadow.codelabs.ru (cdma-92-36-71-26.msk.skylink.ru [92.36.71.26]) by 0.mx.codelabs.ru with esmtpsa (TLSv1:AES256-SHA:256) id 1N9atF-000KU2-Nc; Sun, 15 Nov 2009 11:55:23 +0300 Date: Sun, 15 Nov 2009 11:55:21 +0300 From: Eygene Ryabinkin To: Scott Bennett Message-ID: References: <200911150835.nAF8ZJxi011229@mp.cs.niu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200911150835.nAF8ZJxi011229@mp.cs.niu.edu> Sender: rea-fbsd@codelabs.ru Cc: Rainer Hurling , freebsd-ports@freebsd.org Subject: Re: Question about creating a port for saga gis X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rea-fbsd@codelabs.ru List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Nov 2009 08:55:26 -0000 Sun, Nov 15, 2009 at 02:35:19AM -0600, Scott Bennett wrote: > Why are you putting saga into math? It should be in databases, like > grass and postgis are, Let's see. /usr/ports/databases/postgis/pkg-descr: ----- PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL" and will be submitted for conformance testing at version 1.0. PostGIS has been developed by Refractions Research Inc as a research project in open source spatial database technology. PostGIS is released under the GNU General Public License. We intend to continue development as time and resources permit. Our list of future projects includes enhanced technology for data loading and dumping, user interface tools for direct data access and manipulation, and support for advanced topologies at the server side, such as coverages, networks, and surfaces. ----- No a surpsise that it is in the databases, heh ;)) /usr/ports/databases/grass/pkg-descr: ----- Geographic Resources Analysis Support System (GRASS GIS) An open source Geographical Information System (GIS) with raster, topological vector, image processing, and graphics production functionality that operates on various platforms through a graphical user interface and shell in X-Windows. It is released under GNU General Public License (GPL). WWW: http://grass.itc.it/ ----- Grass seem to use database-like store for the objects and subsequently manipulates this data by applying various processing methods, so may be this was the reason to put it under databases. But read http://sourceforge.net/apps/trac/saga-gis/wiki/The%20Philosophy%20of%20SAGA it clearly states that "The heart of SAGA is it's C++ and thus object oriented Application Programming Interface (API), providing data object definitions and computational methods for raster, vector and tabular ^^^^^^^^^^^^^^^^^^^^^ data. As a normal user, you will not get into touch with the API. But as an interested scientist or coder you will soon discover it's great flexibility.". So I would say that "math" is justified here. > or conceivably in science. Science -- yes, looks good too. -- Eygene _ ___ _.--. # \`.|\..----...-'` `-._.-'_.-'` # Remember that it is hard / ' ` , __.--' # to read the on-line manual )/' _/ \ `-_, / # while single-stepping the kernel. `-'" `"\_ ,_.-;_.-\_ ', fsc/as # _.-'_./ {_.' ; / # -- FreeBSD Developers handbook {_.-``-' {_/ # From owner-freebsd-ports@FreeBSD.ORG Sun Nov 15 09:10:52 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51EC01065679 for ; Sun, 15 Nov 2009 09:10:52 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from amailer.gwdg.de (amailer.gwdg.de [134.76.10.18]) by mx1.freebsd.org (Postfix) with ESMTP id 112088FC17 for ; Sun, 15 Nov 2009 09:10:51 +0000 (UTC) Received: from p578b68b8.dip0.t-ipconnect.de ([87.139.104.184] helo=krabat.raven.hur) by mailer.gwdg.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1N9b87-0006MF-4P; Sun, 15 Nov 2009 10:10:43 +0100 Message-ID: <4AFFC58F.8020603@gwdg.de> Date: Sun, 15 Nov 2009 10:10:39 +0100 From: Rainer Hurling User-Agent: Thunderbird 2.0.0.23 (X11/20090824) MIME-Version: 1.0 To: Scott Bennett References: <200911150835.nAF8ZJxi011229@mp.cs.niu.edu> In-Reply-To: <200911150835.nAF8ZJxi011229@mp.cs.niu.edu> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated: Id:rhurlin X-Spam-Level: - X-Virus-Scanned: (clean) by exiscan+sophie Cc: Eygene Ryabinkin , freebsd-ports@freebsd.org Subject: Re: Question about creating a port for saga gis X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 15 Nov 2009 09:10:52 -0000 On 15.11.2009 09:35 (UTC+1), Scott Bennett wrote: > On Sat, 14 Nov 2009 10:41:58 +0100 Rainer Hurling > wrote: >> I am working on a new port math/saga. It is my first port. >> >> Now that I am able to directly download the sources of SAGA GIS from >> sourceforge (thanks to Eygene Ryabinkin and Sergey V. Dyatko), there is >> another problem with porting where I need some help. >> >> The original configure script of SAGA GIS expects 'wx-config', but in >> newer FreeBSD systems there only is e.g. wxgtk2-2.8-config. >> >> The porters handbook shows how to configure the ports Makefile to let >> the port know what wxWidget version to use. I patched the original >> configure script but obviously that's not enough. The attached files are >> saved under math/saga and show what I have tried. >> > Why are you putting saga into math? It should be in databases, like > grass and postgis are, or conceivably in science. I don't see any reason > for it to be in math. For me SAGA is clearly a mathematical application. In the porters handbook you can read at chapter 5.3.2 for 'science' category: "Scientific ports that do not fit into other categories such as astro, biology and math." So I chose 'math'. Rainer Hurling From owner-freebsd-ports@FreeBSD.ORG Sun Nov 15 09:49:21 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D36E01065672 for ; Sun, 15 Nov 2009 09:49:21 +0000 (UTC) (envelope-from bennett@cs.niu.edu) Received: from mp.cs.niu.edu (mp.cs.niu.edu [131.156.145.41]) by mx1.freebsd.org (Postfix) with ESMTP id B0B548FC1A for ; Sun, 15 Nov 2009 09:49:21 +0000 (UTC) Received: from mp.cs.niu.edu (bennett@localhost [127.0.0.1]) by mp.cs.niu.edu (8.14.3/8.14.3) with ESMTP id nAF9m9sS012125; Sun, 15 Nov 2009 03:48:09 -0600 (CST) Date: Sun, 15 Nov 2009 03:48:09 -0600 (CST) From: Scott Bennett Message-Id: <200911150948.nAF9m90c012124@mp.cs.niu.edu> To: freebsd-ports@freebsd.org, rea-fbsd@codelabs.ru Cc: Rainer Hurling Subject: Re: Question about creating a port for saga gis X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 15 Nov 2009 09:49:21 -0000 On Sun, 15 Nov 2009 11:55:21 +0300 Eygene Ryabinkin wrote: >Sun, Nov 15, 2009 at 02:35:19AM -0600, Scott Bennett wrote: >> Why are you putting saga into math? It should be in databases, like >> grass and postgis are, > >Let's see. /usr/ports/databases/postgis/pkg-descr: >----- > >PostGIS adds support for geographic objects to the PostgreSQL >object-relational database. In effect, PostGIS "spatially enables" the >PostgreSQL server, allowing it to be used as a backend spatial database >for geographic information systems (GIS), much like ESRI's SDE or >Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple >Features Specification for SQL" and will be submitted for conformance >testing at version 1.0. > >PostGIS has been developed by Refractions Research Inc as a research >project in open source spatial database technology. PostGIS is released >under the GNU General Public License. We intend to continue development >as time and resources permit. Our list of future projects includes >enhanced technology for data loading and dumping, user interface tools >for direct data access and manipulation, and support for advanced >topologies at the server side, such as coverages, networks, and >surfaces. >----- >No a surpsise that it is in the databases, heh ;)) Of course. > >/usr/ports/databases/grass/pkg-descr: >----- > Geographic Resources Analysis Support System > (GRASS GIS) > >An open source Geographical Information System (GIS) with raster, >topological vector, image processing, and graphics production functionality ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ These are, of course, mathematical methods. So what? They are used here simply as tools for studies of geographically organized data. >that operates on various platforms through a graphical user interface and >shell in X-Windows. It is released under GNU General Public License (GPL). > >WWW: http://grass.itc.it/ >----- >Grass seem to use database-like store for the objects and subsequently >manipulates this data by applying various processing methods, so may be That is what GIS do, after all. >this was the reason to put it under databases. And that is why saga should also be under databases. > >But read > http://sourceforge.net/apps/trac/saga-gis/wiki/The%20Philosophy%20of%20SAGA >it clearly states that "The heart of SAGA is it's C++ and thus object >oriented Application Programming Interface (API), providing data object >definitions and computational methods for raster, vector and tabular > ^^^^^^^^^^^^^^^^^^^^^ >data. As a normal user, you will not get into touch with the API. But as >an interested scientist or coder you will soon discover it's great >flexibility.". So I would say that "math" is justified here. > >> or conceivably in science. > >Science -- yes, looks good too. GIS are fancy database systems, usually with fancy graphical front ends. They all use *mathematical* methods in performing various *scientific* data analyses. The same is true of physics ports or just about any other science ports. Regardless of the selection of verbiage in their individual pkg-descr files, whose emphases depend upon the viewpoints of the authors of those pkg-descr files, they are all in the same class of packages, and all belong together in one place. If you think that their degree of specialization qualifies them to be classified somewhere other than in "databases", then the only other option *for both grass and saga* in the current ports tree is "science", not "math". These are packages that use mathematical methods, but they are not primarily mathematics packages. They are geographical packages. The ports tree has no "geography" directory, so the GIS, if not in "databases", would fall into "science". I do accept that postgis, according to its description, provides *only* the database back end and is therefore arguably *only* a data base, as opposed to a real GIS, which is a data base with lots of nice front-end processing available. If you want to argue that grass and saga should be moved to "math", then argue away. Arguing that these two GIS packages, which perform similar functions, should be separated should involve better justification than has been presented so far. Given that their *uses* are scientific in nature, as opposed to furthering the study of mathematics or performing solely mathematical functions (e.g., LAPACK), then the alternative to putting them into "databases" would have to be to put them into "science". Scott Bennett, Comm. ASMELG, CFIAG ********************************************************************** * Internet: bennett at cs.niu.edu * *--------------------------------------------------------------------* * "A well regulated and disciplined militia, is at all times a good * * objection to the introduction of that bane of all free governments * * -- a standing army." * * -- Gov. John Hancock, New York Journal, 28 January 1790 * ********************************************************************** From owner-freebsd-ports@FreeBSD.ORG Sun Nov 15 11:16:56 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 290891065672 for ; Sun, 15 Nov 2009 11:16:56 +0000 (UTC) (envelope-from decke@bluelife.at) Received: from mail.itac.at (mail.itac.at [91.205.172.9]) by mx1.freebsd.org (Postfix) with ESMTP id D95228FC12 for ; Sun, 15 Nov 2009 11:16:55 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=webmail.itac.at) by mail.itac.at with esmtpa (Exim 4.63) (envelope-from ) id 1N9d6E-0000t0-7L; Sun, 15 Nov 2009 12:16:54 +0100 Received: from 78.142.74.81 (SquirrelMail authenticated user decke@bluelife.at) by webmail.itac.at with HTTP; Sun, 15 Nov 2009 12:16:54 +0100 (CET) Message-ID: <8918c1a2037dab2e41e092833e042f39.squirrel@webmail.itac.at> In-Reply-To: References: Date: Sun, 15 Nov 2009 12:16:54 +0100 (CET) From: "Bernhard Froehlich" To: "Torfinn Ingolfsen" User-Agent: SquirrelMail/1.4.15 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: multimedia@freebsd.org, FreeBSD Ports ML Subject: Re: p5-xmltv - old? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 15 Nov 2009 11:16:56 -0000 On Sun, November 15, 2009 12:24 am, Torfinn Ingolfsen wrote: > Hello, > > Is there a reason why p5-xmltv haven't been updated? In ports we have > version 0.5.52, but on the main web site version 0.5.56 have been > available a while now. > > Simply chnaging the version in the Makefile, removing the PORTREVISION > line and doing 'make makesum' get the port working: > root@kg-quiet# diff -u p5-xmltv_0.5.52/Makefile p5-xmltv/Makefile > --- p5-xmltv_0.5.52/Makefile 2009-10-18 10:26:10.000000000 +0200 > +++ p5-xmltv/Makefile 2009-11-14 22:16:39.000000000 +0100 > @@ -6,8 +6,7 @@ > # > > PORTNAME= xmltv > -PORTVERSION= 0.5.52 > -PORTREVISION= 1 > +PORTVERSION= 0.5.56 > CATEGORIES= textproc perl5 > MASTER_SITES= SF > PKGNAMEPREFIX= p5- > > Ok, It isn't perfect, it complains a bit when you install: > ===> Compressing manual pages for p5-xmltv-0.5.56 > gzip: can't stat: /usr/local/man/man1/tv_grab_be.1: No such file or > directory > gzip: can't stat: /usr/local/man/man1/tv_grab_br_net.1: No such file or > directory > gzip: can't stat: /usr/local/man/man1/tv_grab_dk.1: No such file or > directory > gzip: can't stat: /usr/local/man/man1/tv_grab_es.1: No such file or > directory > gzip: can't stat: /usr/local/man/man1/tv_grab_jp.1: No such file or > directory > ===> Registering installation for p5-xmltv-0.5.56 > > But it is a good starting point. Looks like MAN1 in the Makefile should be updated too. If it installs and deinstalls fine please submit it as PR. -- Bernhard Fröhlich http://www.bluelife.at/ From owner-freebsd-ports@FreeBSD.ORG Sun Nov 15 14:41:14 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83DEE106566B for ; Sun, 15 Nov 2009 14:41:14 +0000 (UTC) (envelope-from estrabd@gmail.com) Received: from gate011.lsu.edu (gate011.ocs.lsu.edu [130.39.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id 2B46A8FC14 for ; Sun, 15 Nov 2009 14:41:13 +0000 (UTC) Received: from bc3.lsu.edu ([130.39.195.165]) by gate011.lsu.edu (Lotus Domino Release 6.0.3) with ESMTP id 2009111508310189-284 ; Sun, 15 Nov 2009 08:31:01 -0600 Received: from bc3.lsu.edu (localhost [127.0.0.1]) by bc3.lsu.edu (8.14.3/8.14.2) with ESMTP id nAFEQ6je048967; Sun, 15 Nov 2009 08:26:06 -0600 (CST) (envelope-from estrabd@gmail.com) Received: (from estrabd@localhost) by bc3.lsu.edu (8.14.3/8.14.2/Submit) id nAFEQ4D1048962; Sun, 15 Nov 2009 08:26:04 -0600 (CST) (envelope-from estrabd@gmail.com) X-Authentication-Warning: bc3.lsu.edu: estrabd set sender to estrabd@gmail.com using -f Date: Sun, 15 Nov 2009 08:26:04 -0600 From: "B. Estrade" To: Rainer Hurling Message-ID: <20091115142604.GS34213@bc3.lsu.edu> References: <200911150835.nAF8ZJxi011229@mp.cs.niu.edu> <4AFFC58F.8020603@gwdg.de> Mime-Version: 1.0 In-Reply-To: <4AFFC58F.8020603@gwdg.de> User-Agent: Mutt/1.4.2.3i mailed-by: estrabd@lsu.edu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Cc: Eygene Ryabinkin , Scott Bennett , freebsd-ports@freebsd.org Subject: Re: Question about creating a port for saga gis X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 15 Nov 2009 14:41:14 -0000 On Sun, Nov 15, 2009 at 10:10:39AM +0100, Rainer Hurling wrote: > On 15.11.2009 09:35 (UTC+1), Scott Bennett wrote: > > On Sat, 14 Nov 2009 10:41:58 +0100 Rainer Hurling > >wrote: > >>I am working on a new port math/saga. It is my first port. > >> > >>Now that I am able to directly download the sources of SAGA GIS from > >>sourceforge (thanks to Eygene Ryabinkin and Sergey V. Dyatko), there is > >>another problem with porting where I need some help. > >> > >>The original configure script of SAGA GIS expects 'wx-config', but in > >>newer FreeBSD systems there only is e.g. wxgtk2-2.8-config. > >> > >>The porters handbook shows how to configure the ports Makefile to let > >>the port know what wxWidget version to use. I patched the original > >>configure script but obviously that's not enough. The attached files are > >>saved under math/saga and show what I have tried. > >> > > Why are you putting saga into math? It should be in databases, like > >grass and postgis are, or conceivably in science. I don't see any reason > >for it to be in math. > > For me SAGA is clearly a mathematical application. In the porters > handbook you can read at chapter 5.3.2 for 'science' category: > > "Scientific ports that do not fit into other categories such as astro, > biology and math." > > So I chose 'math'. If I may "bikeshed", it's probably more appropriately in 'science' given that there is no 'geo' category similar to 'astro' or 'biology': http://www.saga-gis.org/saga_modules_doc/index.html It seems to be much more than a mere plotting tool, and is certainly not a math library or "laboratory" (e.g., Octave). Take a look at the types of applications in 'math' vs 'science', and it should be clear that it is general enough to belong in 'science'. Just my $0.02... Brett > > Rainer Hurling > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" -- B. Estrade From owner-freebsd-ports@FreeBSD.ORG Sun Nov 15 15:28:21 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0397106568B for ; Sun, 15 Nov 2009 15:28:21 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from amailer.gwdg.de (amailer.gwdg.de [134.76.10.18]) by mx1.freebsd.org (Postfix) with ESMTP id 720CC8FC15 for ; Sun, 15 Nov 2009 15:28:21 +0000 (UTC) Received: from p578b68b8.dip0.t-ipconnect.de ([87.139.104.184] helo=krabat.raven.hur) by mailer.gwdg.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1N9h1M-0008UX-Bb; Sun, 15 Nov 2009 16:28:08 +0100 Message-ID: <4B001E04.1030109@gwdg.de> Date: Sun, 15 Nov 2009 16:28:04 +0100 From: Rainer Hurling User-Agent: Thunderbird 2.0.0.23 (X11/20090824) MIME-Version: 1.0 To: "B. Estrade" References: <200911150835.nAF8ZJxi011229@mp.cs.niu.edu> <4AFFC58F.8020603@gwdg.de> <20091115142604.GS34213@bc3.lsu.edu> In-Reply-To: <20091115142604.GS34213@bc3.lsu.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated: Id:rhurlin X-Spam-Level: - X-Virus-Scanned: (clean) by exiscan+sophie Cc: Scott Bennett , Eygene Ryabinkin , freebsd-ports@freebsd.org Subject: Re: Question about creating a port for saga gis X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 15 Nov 2009 15:28:22 -0000 On 15.11.2009 15:26 (UTC+1), B. Estrade wrote: > On Sun, Nov 15, 2009 at 10:10:39AM +0100, Rainer Hurling wrote: >> On 15.11.2009 09:35 (UTC+1), Scott Bennett wrote: >>> On Sat, 14 Nov 2009 10:41:58 +0100 Rainer Hurling >>> wrote: >>>> I am working on a new port math/saga. It is my first port. >>>> >>>> Now that I am able to directly download the sources of SAGA GIS from >>>> sourceforge (thanks to Eygene Ryabinkin and Sergey V. Dyatko), there is >>>> another problem with porting where I need some help. >>>> >>>> The original configure script of SAGA GIS expects 'wx-config', but in >>>> newer FreeBSD systems there only is e.g. wxgtk2-2.8-config. >>>> >>>> The porters handbook shows how to configure the ports Makefile to let >>>> the port know what wxWidget version to use. I patched the original >>>> configure script but obviously that's not enough. The attached files are >>>> saved under math/saga and show what I have tried. >>>> >>> Why are you putting saga into math? It should be in databases, like >>> grass and postgis are, or conceivably in science. I don't see any reason >>> for it to be in math. >> For me SAGA is clearly a mathematical application. In the porters >> handbook you can read at chapter 5.3.2 for 'science' category: >> >> "Scientific ports that do not fit into other categories such as astro, >> biology and math." >> >> So I chose 'math'. > > If I may "bikeshed", it's probably more appropriately in 'science' > given that there is no 'geo' category similar to 'astro' or 'biology': > > http://www.saga-gis.org/saga_modules_doc/index.html > > It seems to be much more than a mere plotting tool, and is certainly > not a math library or "laboratory" (e.g., Octave). SAGA GIS is for example often used from within R (www.r-project.org) for complex spatial analyses. Many scientists use it like other 'math tools'. > Take a look at the types of applications in 'math' vs 'science', and it > should be clear that it is general enough to belong in > 'science'. For clarification: I do not stand on the category math. It was my personal choice from an ecological scientists point of view. If most people like to see the port in category science, that's ok for me :-) > Just my $0.02... > > Brett Rainer From owner-freebsd-ports@FreeBSD.ORG Sun Nov 15 17:27:13 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87B551065670; Sun, 15 Nov 2009 17:27:13 +0000 (UTC) (envelope-from tingox@gmail.com) Received: from mail-fx0-f227.google.com (mail-fx0-f227.google.com [209.85.220.227]) by mx1.freebsd.org (Postfix) with ESMTP id DFF998FC16; Sun, 15 Nov 2009 17:27:12 +0000 (UTC) Received: by fxm27 with SMTP id 27so5230673fxm.3 for ; Sun, 15 Nov 2009 09:27:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=HvcHVavm0/Ps1C1z5Bw6cmPhJ/5WZK+jBjFes9mI3Z4=; b=E7kKTlrCuhSGVzeivxAX4yG46r3/J9cX0xU+XTAIPz4g/+cq+JwIvUoGN5HxJsjmei MH9vuMs/MfldEwFyfIhLI3YE58fEtouGNhASMTSnHVb+/N5SgWkOz2S6yUDQhHgAXfwp 5kCkALsns/XX2YZ1IENm14EMEMWIY5QC5DdHA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=uTyr6jlJ30wE9wjvXTO6ASkbJWIF8SZaQjdhxDD9sd9zRVU6oD72aM57zSwAy2cOHV ilYNOBOyd5KckMs+pkwvYXWxzWdC2rUoklip1JBbGZ/3RRBAzWZ91Jnu5qRAPBC9DsgD X1xD+C7qnBeJiUnyzQAhegf6pNQBva+0v7bUg= MIME-Version: 1.0 Received: by 10.223.6.9 with SMTP id 9mr1012194fax.84.1258306031441; Sun, 15 Nov 2009 09:27:11 -0800 (PST) In-Reply-To: <8918c1a2037dab2e41e092833e042f39.squirrel@webmail.itac.at> References: <8918c1a2037dab2e41e092833e042f39.squirrel@webmail.itac.at> Date: Sun, 15 Nov 2009 18:27:11 +0100 Message-ID: From: Torfinn Ingolfsen To: FreeBSD Ports ML Content-Type: multipart/mixed; boundary=00151747859c05d71604786c347e X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Bernhard Froehlich , multimedia@freebsd.org Subject: Re: p5-xmltv - old? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 15 Nov 2009 17:27:13 -0000 --00151747859c05d71604786c347e Content-Type: text/plain; charset=ISO-8859-1 Hi, On Sun, Nov 15, 2009 at 12:16 PM, Bernhard Froehlich wrote: > > Looks like MAN1 in the Makefile should be updated too. If it installs and > deinstalls fine please submit it as PR. > If anyone would test what I have so far (attached), it would help. It is tested with porttools ("port test" to be specific),and AFAICT passes ok. When properly tested, I will submit a PR. However, I am not really sure that we should upgrade without keeping the old port around. Why? Well, a few grabbers have disappeared from the new version, and I am not sure what ill effects that will have. For my country, tv_grab_no is replaced with tv_grab_no_gfeed. The new grabber is technically much better than the old one, but it have listings for fewer channels than the old one. For the other countries, I can only speculate. I see that tv_grab_be is missing from the new version, and don't know if there is a replacement. Any thoughts? -- Regards, Torfinn Ingolfsen --00151747859c05d71604786c347e Content-Type: application/octet-stream; name="p5-xmltv-0.5.56.diff" Content-Disposition: attachment; filename="p5-xmltv-0.5.56.diff" Content-Transfer-Encoding: base64 X-Attachment-Id: f_g222nwzi0 PT09PiBHZW5lcmF0aW5nIHBhdGNoCj09PT4gVmlld2luZyBkaWZmIHdpdGggbW9yZQpkaWZmIC1y dU4gLS1leGNsdWRlPUNWUyAvdXNyL3BvcnRzL3RleHRwcm9jL3A1LXhtbHR2Lm9yaWcvTWFrZWZp bGUgL3Vzci9wb3J0cy90ZXh0cHJvYy9wNS14bWx0di9NYWtlZmlsZQotLS0gL3Vzci9wb3J0cy90 ZXh0cHJvYy9wNS14bWx0di5vcmlnL01ha2VmaWxlCTIwMDktMDgtMjIgMDI6Mzc6MDMuMDAwMDAw MDAwICswMjAwCisrKyAvdXNyL3BvcnRzL3RleHRwcm9jL3A1LXhtbHR2L01ha2VmaWxlCTIwMDkt MTEtMTUgMTc6NDM6NTEuMDAwMDAwMDAwICswMTAwCkBAIC02LDggKzYsNyBAQAogIwogCiBQT1JU TkFNRT0JeG1sdHYKLVBPUlRWRVJTSU9OPQkwLjUuNTIKLVBPUlRSRVZJU0lPTj0JMQorUE9SVFZF UlNJT049CTAuNS41NgogQ0FURUdPUklFUz0JdGV4dHByb2MgcGVybDUKIE1BU1RFUl9TSVRFUz0J U0YKIFBLR05BTUVQUkVGSVg9CXA1LQpAQCAtNjAsMTIgKzU5LDEyIEBACiAJCXR2X2NoZWNrX2Rv Yy5qcGcKIC5lbmRpZgogCi1NQU4xPQl0dl9jYXQuMSB0dl9jaGVjay4xIHR2X2V4dHJhY3RpbmZv X2VuLjEgdHZfZmluZF9ncmFiYmVycy4xIFwKLQl0dl9ncmFiX2FyLjEgdHZfZ3JhYl9iZS4xIHR2 X2dyYWJfYnJfbmV0LjEgXAotCXR2X2dyYWJfY2hfc2VhcmNoLjEgdHZfZ3JhYl9jb21iaW5lci4x IHR2X2dyYWJfZGsuMSBcCi0JdHZfZ3JhYl9kdHZfbGEuMSB0dl9ncmFiX2VlLjEgdHZfZ3JhYl9l cy4xIHR2X2dyYWJfZXNfbGFndWlhdHYuMSBcCitNQU4xPQl0dl9jYXQuMSB0dl9jaGVjay4xIHR2 X2V4dHJhY3RpbmZvX2VuLjEgdHZfZXh0cmFjdGluZm9fYXIuMSB0dl9maW5kX2dyYWJiZXJzLjEg XAorCXR2X2dyYWJfYXIuMSAgXAorCXR2X2dyYWJfY2hfc2VhcmNoLjEgdHZfZ3JhYl9jb21iaW5l ci4xIHR2X2dyYWJfZGtfZHIuMSBcCisJdHZfZ3JhYl9kdHZfbGEuMSB0dl9ncmFiX2VlLjEgdHZf Z3JhYl9lc19sYWd1aWF0di4xIFwKIAl0dl9ncmFiX2VzX21pZ3VpYXR2LjEgdHZfZ3JhYl9maS4x IHR2X2dyYWJfZnIuMSB0dl9ncmFiX2hyLjEgdHZfZ3JhYl9odXJvLjEgXAotCXR2X2dyYWJfaXQu MSB0dl9ncmFiX2pwLjEgXAorCXR2X2dyYWJfaXMuMSB0dl9ncmFiX2l0LjEgdHZfZ3JhYl9pdF9k dmIuMSBcCiAJdHZfZ3JhYl9uYV9kZC4xIHR2X2dyYWJfbmFfaWNvbnMuMSBcCiAJdHZfZ3JhYl9u b19nZmVlZC4xIHR2X2dyYWJfcHQuMSBcCiAJdHZfZ3JhYl9yZS4xIHR2X2dyYWJfc2Vfc3dlZGIu MSB0dl9ncmFiX3VrX2JsZWIuMSBcCmRpZmYgLXJ1TiAtLWV4Y2x1ZGU9Q1ZTIC91c3IvcG9ydHMv dGV4dHByb2MvcDUteG1sdHYub3JpZy9kaXN0aW5mbyAvdXNyL3BvcnRzL3RleHRwcm9jL3A1LXht bHR2L2Rpc3RpbmZvCi0tLSAvdXNyL3BvcnRzL3RleHRwcm9jL3A1LXhtbHR2Lm9yaWcvZGlzdGlu Zm8JMjAwOC0wNy0yNiAxNzo0MDowOC4wMDAwMDAwMDAgKzAyMDAKKysrIC91c3IvcG9ydHMvdGV4 dHByb2MvcDUteG1sdHYvZGlzdGluZm8JMjAwOS0xMS0xNCAyMjoxMDoxMy4wMDAwMDAwMDAgKzAx MDAKQEAgLTEsMyArMSwzIEBACi1NRDUgKHhtbHR2LTAuNS41Mi50YXIuYnoyKSA9IGQwMjA1ZTZi OGEyYmQ5N2ZhYWEyZDYyY2M2MDkwYzdlCi1TSEEyNTYgKHhtbHR2LTAuNS41Mi50YXIuYnoyKSA9 IDk0MDg0YjBiYjJjMTgxMTZlYjcxZjY0YTczY2U4ODQ3YTcxNmMxNjFlM2JiYWIxYzU2Y2RmMTRh ZWMwZTY4YzMKLVNJWkUgKHhtbHR2LTAuNS41Mi50YXIuYnoyKSA9IDY1NzAxNworTUQ1ICh4bWx0 di0wLjUuNTYudGFyLmJ6MikgPSAzMDhjMDFkYzUwZjlmMTM4YmQ5YWRhNzQ4M2UyODc3YgorU0hB MjU2ICh4bWx0di0wLjUuNTYudGFyLmJ6MikgPSA5MTU5ZGMyMTQxOGY2MTFiMzc1MjBiZjcxZjMy YTBjYTNiNDRjYzQ5MGJiOTYyMGU5YTFhODEyMzE1Njg1ZDFjCitTSVpFICh4bWx0di0wLjUuNTYu dGFyLmJ6MikgPSA3MTYyMzYKRmlsZXMgL3Vzci9wb3J0cy90ZXh0cHJvYy9wNS14bWx0di5vcmln L3A1LXhtbHR2LTAuNS41Ni50YnogYW5kIC91c3IvcG9ydHMvdGV4dHByb2MvcDUteG1sdHYvcDUt eG1sdHYtMC41LjU2LnRieiBkaWZmZXIKZGlmZiAtcnVOIC0tZXhjbHVkZT1DVlMgL3Vzci9wb3J0 cy90ZXh0cHJvYy9wNS14bWx0di5vcmlnL3BrZy1wbGlzdCAvdXNyL3BvcnRzL3RleHRwcm9jL3A1 LXhtbHR2L3BrZy1wbGlzdAotLS0gL3Vzci9wb3J0cy90ZXh0cHJvYy9wNS14bWx0di5vcmlnL3Br Zy1wbGlzdAkyMDA4LTA3LTI2IDIzOjIwOjI0LjAwMDAwMDAwMCArMDIwMAorKysgL3Vzci9wb3J0 cy90ZXh0cHJvYy9wNS14bWx0di9wa2ctcGxpc3QJMjAwOS0xMS0xNSAxODowNToyMC4wMDAwMDAw MDAgKzAxMDAKQEAgLTEsMTYgKzEsMTQgQEAKIGJpbi90dl9jYXQKIGJpbi90dl9jaGVjaworYmlu L3R2X2V4dHJhY3RpbmZvX2FyCiBiaW4vdHZfZXh0cmFjdGluZm9fZW4KIGJpbi90dl9maW5kX2dy YWJiZXJzCiBiaW4vdHZfZ3JhYl9hcgotYmluL3R2X2dyYWJfYmUKLWJpbi90dl9ncmFiX2JyX25l dAogYmluL3R2X2dyYWJfY2hfc2VhcmNoCiBiaW4vdHZfZ3JhYl9jb21iaW5lcgotYmluL3R2X2dy YWJfZGsKK2Jpbi90dl9ncmFiX2RrX2RyCiBiaW4vdHZfZ3JhYl9kdHZfbGEKIGJpbi90dl9ncmFi X2VlCi1iaW4vdHZfZ3JhYl9lcwogYmluL3R2X2dyYWJfZXNfbGFndWlhdHYKIGJpbi90dl9ncmFi X2VzX21pZ3VpYXR2CiBiaW4vdHZfZ3JhYl9ldV9lcGdkYXRhCkBAIC0xOCw4ICsxNiw5IEBACiBi aW4vdHZfZ3JhYl9mcgogYmluL3R2X2dyYWJfaHIKIGJpbi90dl9ncmFiX2h1cm8KK2Jpbi90dl9n cmFiX2lzCiBiaW4vdHZfZ3JhYl9pdAotYmluL3R2X2dyYWJfanAKK2Jpbi90dl9ncmFiX2l0X2R2 YgogYmluL3R2X2dyYWJfbmFfZGQKIGJpbi90dl9ncmFiX25hX2R0dgogYmluL3R2X2dyYWJfbmFf aWNvbnMKQEAgLTc0LDI2ICs3MywzMiBAQAogJSVTSVRFX1BFUkwlJS9YTUxUVi9WYWxpZGF0ZUdy YWJiZXIucG0KICUlU0lURV9QRVJMJSUvWE1MVFYvVmVyc2lvbi5wbQogJSVTSVRFX1BFUkwlJS8l JVBFUkxfQVJDSCUlL2F1dG8vWE1MVFYvLnBhY2tsaXN0Ci0lJURBVEFESVIlJS90dl9ncmFiX2Jl L2NoYW5uZWxfaWRzX2ZyCi0lJURBVEFESVIlJS90dl9ncmFiX2JlL2NoYW5uZWxfaWRzX25sCiAl JURBVEFESVIlJS90dl9ncmFiX2NoX3NlYXJjaC9jaGFubmVsX2lkcworJSVEQVRBRElSJSUvdHZf Z3JhYl9ldV9lcGdkYXRhL2NoYW5uZWxfaWRzCislJURBVEFESVIlJS90dl9ncmFiX2h1cm8vY2F0 bWFwLmN6CiAlJURBVEFESVIlJS90dl9ncmFiX2h1cm8vY2F0bWFwLmh1CiAlJURBVEFESVIlJS90 dl9ncmFiX2h1cm8vY2F0bWFwLnJvCislJURBVEFESVIlJS90dl9ncmFiX2h1cm8vY2F0bWFwLnNr CiAlJURBVEFESVIlJS90dl9ncmFiX2h1cm8vam9ibWFwCiAlJURBVEFESVIlJS90dl9ncmFiX2l0 L2NoYW5uZWxfaWRzCislJURBVEFESVIlJS90dl9ncmFiX2l0X2R2Yi9jaGFubmVsX2lkcworJSVE QVRBRElSJSUvdHZfZ3JhYl9pdF9kdmIvc2t5X2l0LmRpY3QKKyUlREFUQURJUiUlL3R2X2dyYWJf aXRfZHZiL3NreV9pdC50aGVtZXMKICUlREFUQURJUiUlL3R2X2dyYWJfdWtfYmxlYi9pY29uX3Vy bHMKICUlREFUQURJUiUlL3R2X2dyYWJfdWtfcnQvY2hhbm5lbF9pZHMKICUlREFUQURJUiUlL3R2 X2dyYWJfdWtfcnQvY2hhbm5lbHNfcGxhdGZvcm1zCiAlJURBVEFESVIlJS90dl9ncmFiX3VrX3J0 L3Byb2dfdGl0bGVzX3RvX3Byb2Nlc3MKICUlREFUQURJUiUlL3R2X2dyYWJfdWtfcnQvcmVnaW9u YWxfY2hhbm5lbHNfYnlfcG9zdGNvZGUKKyUlREFUQURJUiUlL3R2X2dyYWJfdWtfcnQvdXRmOF9m aXh1cHMKICUlREFUQURJUiUlL3htbHR2LmR0ZAogd3d3L2NnaS1iaW4vdHZfcGljay5jZ2kKIEBk aXJybSAlJURBVEFESVIlJS90dl9ncmFiX3VrX3J0CiBAZGlycm0gJSVEQVRBRElSJSUvdHZfZ3Jh Yl91a19ibGViCiBAZGlycm0gJSVEQVRBRElSJSUvdHZfZ3JhYl9pdAorQGRpcnJtICUlREFUQURJ UiUlL3R2X2dyYWJfaXRfZHZiCiBAZGlycm0gJSVEQVRBRElSJSUvdHZfZ3JhYl9odXJvCiBAZGly cm0gJSVEQVRBRElSJSUvdHZfZ3JhYl9jaF9zZWFyY2gKLUBkaXJybSAlJURBVEFESVIlJS90dl9n cmFiX2JlCitAZGlycm0gJSVEQVRBRElSJSUvdHZfZ3JhYl9ldV9lcGdkYXRhCiBAZGlycm0gJSVE QVRBRElSJSUKIEBkaXJybSAlJVNJVEVfUEVSTCUlLyUlUEVSTF9BUkNIJSUvYXV0by9YTUxUVgog QGRpcnJtICUlU0lURV9QRVJMJSUvWE1MVFYvUHJvZ3Jlc3NCYXIKPT09PiBEb25lCg== --00151747859c05d71604786c347e-- From owner-freebsd-ports@FreeBSD.ORG Sun Nov 15 19:10:50 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E4281065670; Sun, 15 Nov 2009 19:10:50 +0000 (UTC) (envelope-from decke@bluelife.at) Received: from mail.itac.at (mail.itac.at [91.205.172.9]) by mx1.freebsd.org (Postfix) with ESMTP id 2A76E8FC0C; Sun, 15 Nov 2009 19:10:49 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=webmail.itac.at) by mail.itac.at with esmtpa (Exim 4.63) (envelope-from ) id 1N9kUq-00040b-TC; Sun, 15 Nov 2009 20:10:49 +0100 Received: from 78.142.74.81 (SquirrelMail authenticated user decke@bluelife.at) by webmail.itac.at with HTTP; Sun, 15 Nov 2009 20:10:49 +0100 (CET) Message-ID: In-Reply-To: References: <8918c1a2037dab2e41e092833e042f39.squirrel@webmail.itac.at> Date: Sun, 15 Nov 2009 20:10:49 +0100 (CET) From: "Bernhard Froehlich" To: "Torfinn Ingolfsen" User-Agent: SquirrelMail/1.4.15 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: Bernhard Froehlich , multimedia@freebsd.org, FreeBSD Ports ML Subject: Re: p5-xmltv - old? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 15 Nov 2009 19:10:50 -0000 On Sun, November 15, 2009 6:27 pm, Torfinn Ingolfsen wrote: > Hi, > > On Sun, Nov 15, 2009 at 12:16 PM, Bernhard Froehlich > wrote: > >> >> Looks like MAN1 in the Makefile should be updated too. If it installs >> and >> deinstalls fine please submit it as PR. >> > > If anyone would test what I have so far (attached), it would help. > It is tested with porttools ("port test" to be specific),and AFAICT passes > ok. > When properly tested, I will submit a PR. > > However, I am not really sure that we should upgrade without keeping the > old > port around. > Why? > Well, a few grabbers have disappeared from the new version, and I am not > sure what ill effects that will have. > For my country, tv_grab_no is replaced with tv_grab_no_gfeed. The new > grabber is technically much better than the old one, but it have listings > for fewer channels than the old one. > For the other countries, I can only speculate. I see that tv_grab_be is > missing from the new version, and don't know if there is a replacement. > > Any thoughts? Builds fine in my 7-stable/i386 tinderbox. I've checked which ports are depending on p5-xmltv [1] and checked if that update could affect them. deskutils/ontv: NOTOK using tv_grab_be misc/freeguide: OK using tv_cat multimedia/freevo: OK using tv_cat multimedia/mythtv: OK using tv_check multimedia/tv_grab_au: OK using tv_check The only one that definitely needs fixing is ontv. The others look good. [1] http://www.freshports.org/search.php?stype=depends_all&method=match&query=p5-xmltv&num=100&orderby=category&orderbyupdown=asc&search=Search -- Bernhard Fröhlich http://www.bluelife.at/ From owner-freebsd-ports@FreeBSD.ORG Sun Nov 15 19:52:54 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D482106568F; Sun, 15 Nov 2009 19:52:54 +0000 (UTC) (envelope-from decke@bluelife.at) Received: from mail.itac.at (mail.itac.at [91.205.172.9]) by mx1.freebsd.org (Postfix) with ESMTP id E86A48FC17; Sun, 15 Nov 2009 19:52:53 +0000 (UTC) Received: from [78.142.74.81] (helo=localhost) by mail.itac.at with esmtpa (Exim 4.63) (envelope-from ) id 1N9l9Y-0004Hy-Eo; Sun, 15 Nov 2009 20:52:53 +0100 Date: Sun, 15 Nov 2009 20:42:05 +0100 From: Bernhard Froehlich To: freebsd-multimedia@freebsd.org Message-ID: <20091115204205.482e6a15@bluelife.at> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.6; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Score: -1.3 (-) X-Spam-Report: Spam detection software, running on the system "mail.itac.at", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: MythTV 0.22 is ready for testing! They have done a lot of work to use Qt 4.4 and compiling mythtv has gotten a lot easier on FreeBSD with that. Nevertheless it is a huge application and needs compile and runtime testing on as many boxes as possible. I've already compiled on FreeBSD 8.0-RC1/amd64, FreeBSD 7.2/i386 and with a QATty tinderbox so i'm quite sure it will not look too bad. Runtime testing is about zero so we need feedback before we get it into the tree. [...] Content analysis details: (-1.3 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.4 ALL_TRUSTED Passed through trusted hosts only via SMTP 0.1 AWL AWL: From: address is in the auto white-list Cc: freebsd-ports@freebsd.org Subject: Call for Testers: MythTV 0.22 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 15 Nov 2009 19:52:54 -0000 MythTV 0.22 is ready for testing! They have done a lot of work to use Qt 4.4 and compiling mythtv has gotten a lot easier on FreeBSD with that. Nevertheless it is a huge application and needs compile and runtime testing on as many boxes as possible. I've already compiled on FreeBSD 8.0-RC1/amd64, FreeBSD 7.2/i386 and with a QATty tinderbox so i'm quite sure it will not look too bad. Runtime testing is about zero so we need feedback before we get it into the tree. Download: - http://home.bluelife.at/ports/mythtv-0.22-20091115.tar.gz Highlights: - enabled ivtv with patch from usleepless at gmail.com - Updated to 0.22 - http://www.mythtv.org/wiki/Release_Notes_-_0.22 - Qt 4.4 - DVB-S2 support (do we have a supported card on FreeBSD?) - hardware accelerated playback of H.264, MPEG-1/2, WMV, and VC-1 Testing it: # cd /tmp # fetch http://home.bluelife.at/ports/mythtv-0.22-20091115.tar.gz # cd /usr/ports/multimedia # tar xvf /tmp/mythtv-0.22-20091115.tar.gz # cd mythtv && make install Thanks! (Please reply to freebsd-multimedia@ only) -- Bernhard Froehlich http://www.bluelife.at/ From owner-freebsd-ports@FreeBSD.ORG Sun Nov 15 20:48:24 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92B86106566C for ; Sun, 15 Nov 2009 20:48:24 +0000 (UTC) (envelope-from peterjeremy@acm.org) Received: from mail13.syd.optusnet.com.au (mail13.syd.optusnet.com.au [211.29.132.194]) by mx1.freebsd.org (Postfix) with ESMTP id 1E45C8FC1A for ; Sun, 15 Nov 2009 20:48:23 +0000 (UTC) Received: from server.vk2pj.dyndns.org (c122-106-232-83.belrs3.nsw.optusnet.com.au [122.106.232.83]) by mail13.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id nAFKmKnu025011 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 16 Nov 2009 07:48:21 +1100 X-Bogosity: Ham, spamicity=0.000000 Received: from server.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by server.vk2pj.dyndns.org (8.14.3/8.14.3) with ESMTP id nAFKmJvd058463; Mon, 16 Nov 2009 07:48:19 +1100 (EST) (envelope-from peter@server.vk2pj.dyndns.org) Received: (from peter@localhost) by server.vk2pj.dyndns.org (8.14.3/8.14.3/Submit) id nAFKmJBo058462; Mon, 16 Nov 2009 07:48:19 +1100 (EST) (envelope-from peter) Date: Mon, 16 Nov 2009 07:48:18 +1100 From: Peter Jeremy To: Thomas Sandford Message-ID: <20091115204818.GA57571@server.vk2pj.dyndns.org> References: <4AF897A4.3070408@delphij.net> <20091109225232.GA34294@lor.one-eyed-alien.net> <4AF9B6CC.5090308@delphij.net> <20091113011000.GA45256@atarininja.org> <20091113200607.GA59749@atarininja.org> <4AFED0D3.2050403@paradisegreen.co.uk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="k+w/mQv8wyuph6w0" Content-Disposition: inline In-Reply-To: <4AFED0D3.2050403@paradisegreen.co.uk> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.20 (2009-06-14) Cc: ports@freebsd.org Subject: Re: RFC: svn for make 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: Sun, 15 Nov 2009 20:48:24 -0000 --k+w/mQv8wyuph6w0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2009-Nov-14 15:46:27 +0000, Thomas Sandford wrote: >Wesley Shields wrote: >> Sure, but it doesn't belong in bsd.*.mk. Turn it into a script and >> submit it as a regular port. > >If it were just one port and/or just a port maintainers tool I'd agree.=20 >But this is something that affects MULTIPLE ports. Based on your numbers, 15 ports - less that 0.1% of the ports tree. >Surely the whole value/purpose of the ports build infrastructure is to=20 >present a consistent way of doing things rather than different=20 >maintainers doing their own thing and solving problems in different, and= =20 >quite possibly sub-optimal ways and/or bloating multiple individual port= =20 >Makefiles with what could be kept in a single bsd.*.mk file. If it affected several hundred ports and/or was visible to the end user then this might be justification for embedding it into bsd.*.mk. The ports build infrastructure is already quite large (>20K LOC) and difficult to follow. The overheads associated with loading bsd.*.mk files also makes operations like "make index" very time-consuming. IMHO, bloating it further to marginally simplify life for the maintainers of ~15 ports is not a good tradeoff. Wesley's suggestion above sounds like the best solution. >And if the file were (say) bsd.vcs.mk and were pulled in only if one of > >USE_SVNFETCH >USE_CVSFETCH >USE_GITFETCH > >etc were defined then the impact of the bloat on other ports is minimal. If you still want to go this way, I'd suggest writing a stand-alone bsd.vcs.mk that can be .include'd by the port when it needs the functionality. --=20 Peter Jeremy --k+w/mQv8wyuph6w0 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (FreeBSD) iEYEARECAAYFAksAaRIACgkQ/opHv/APuIctcgCfZSGUSr/4sTc4Axks3wIkbUQa d5wAoIIRzCTsZjCKsphBMGxrl0u6BpIj =hBX/ -----END PGP SIGNATURE----- --k+w/mQv8wyuph6w0-- From owner-freebsd-ports@FreeBSD.ORG Sun Nov 15 22:14:44 2009 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D205106568D for ; Sun, 15 Nov 2009 22:14:44 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from tower.berklix.org (tower.berklix.org [83.236.223.114]) by mx1.freebsd.org (Postfix) with ESMTP id 7E42D8FC14 for ; Sun, 15 Nov 2009 22:14:43 +0000 (UTC) Received: from park.js.berklix.net (p549A54E1.dip.t-dialin.net [84.154.84.225]) (authenticated bits=0) by tower.berklix.org (8.14.2/8.14.2) with ESMTP id nAFLq2Eo037750; Sun, 15 Nov 2009 21:52:03 GMT (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (fire.js.berklix.net [192.168.91.41]) by park.js.berklix.net (8.13.8/8.13.8) with ESMTP id nAFLpwEW042676; Sun, 15 Nov 2009 22:51:58 +0100 (CET) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (localhost [127.0.0.1]) by fire.js.berklix.net (8.14.3/8.14.3) with ESMTP id nAFLptoR085604; Sun, 15 Nov 2009 22:52:00 +0100 (CET) (envelope-from jhs@fire.js.berklix.net) Message-Id: <200911152152.nAFLptoR085604@fire.js.berklix.net> To: mich@FreeBSD.org From: "Julian H. Stacey" Organization: http://www.berklix.com BSD Linux Unix Consultancy, Munich Germany User-agent: EXMH on FreeBSD http://www.berklix.com/free/ X-URL: http://www.berklix.com/~jhs/cv/ Date: Sun, 15 Nov 2009 22:51:55 +0100 Sender: jhs@berklix.com Cc: ports@FreeBSD.org, "Julian H. Stacey" Subject: sysutils/libcdio provides no cdio_paranoia.0 for ports/devel/gvfs X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 15 Nov 2009 22:14:44 -0000 Hi mich@FreeBSD.org cc: ports@freebsd.org A hint would be welcome please with sysutils/libcdio, Paranoia stuff seems broken, but I'm not clear what's intended, hence mail rather than a send-pr. uname -a FreeBSD laps.js.berklix.net 7.2-RELEASE FreeBSD 7.2-RELEASE #2: \ Wed Sep 9 11:33:57 CEST 2009 \ jhs@laps.no.net:/usr/src/sys/i386/compile/LAPS.small i386 cd /usr/ports/net-mgmt/etherape ; make ===> gvfs-1.2.1 depends on shared library: cdio_paranoia.0 - not found ===> Verifying install for cdio_paranoia.0 in \ /usr/ports/sysutils/libcdio ===> Returning to build of gvfs-1.2.1 Error: shared library "cdio_paranoia.0" does not exist /usr/ports/devel/gvfs ; make ===> gvfs-1.2.1 depends on shared library: cdio_paranoia.0 - not found ===> Verifying install for cdio_paranoia.0 in \ /usr/ports/sysutils/libcdio ===> Returning to build of gvfs-1.2.1 Error: shared library "cdio_paranoia.0" does not exist cd /usr/ports/sysutils/libcdio ; make install ... didnt deliver lib needed ... I created a dummy Makefile to test option stuff: OPTIONS= PARANOIA "Support for accessing audio via CD Paranoia" on .include testme: echo xx1 .ifndef(WITH_PARANOIA) echo xx2 .endif echo xx3 .include It failed as WITH_PARANOIA != PARANOIA ... so I tweaked port Makefile to # OPTIONS= PARANOIA "Support for accessing audio via \ CD Paranoia" on OPTIONS= WITH_PARANOIA "Support for accessing audio via \ CD Paranoia" on cd /usr/ports/sysutils/libcdio ; make install ls -l /usr/local/lib/*paranoia* -rw-r--r-- 1 root wheel 30008 Oct 21 19:28 \ /usr/local/lib/libcdda_paranoia.a lrwxr-xr-x 1 root wheel 25 Oct 21 19:28 \ /usr/local/lib/libcdda_paranoia.so@ -> \ libcdda_paranoia.so.0.9.8 lrwxr-xr-x 1 root wheel 25 Oct 21 19:28 \ /usr/local/lib/libcdda_paranoia.so.0@ -> \ libcdda_paranoia.so.0.9.8 -rw-r--r-- 1 root wheel 34001 Oct 21 19:28 \ /usr/local/lib/libcdda_paranoia.so.0.9.8 ldconfig -R # Ok thats for execs running, not linking, but no harm. cd /usr/ports/devel/gvfs ; make clean ; make ===> gvfs-1.2.1 depends on shared library: cdio_paranoia.0 \ - not found ===> Verifying install for cdio_paranoia.0 in \ /usr/ports/sysutils/libcdio ===> Returning to build of gvfs-1.2.1 Error: shared library "cdio_paranoia.0" does not exist Cheers, Julian -- Julian Stacey: BSD Unix Linux C Sys Eng Consultants Munich http://berklix.com Mail ASCII plain text not HTML & Base64. http://asciiribbon.org From owner-freebsd-ports@FreeBSD.ORG Sun Nov 15 22:44:06 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 741E0106568F for ; Sun, 15 Nov 2009 22:44:06 +0000 (UTC) (envelope-from s.kachelmann@googlemail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 0B6D38FC1E for ; Sun, 15 Nov 2009 22:44:05 +0000 (UTC) Received: by bwz5 with SMTP id 5so5406312bwz.3 for ; Sun, 15 Nov 2009 14:44:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=Au4WGNRoB6G9JINicLqOtZynagJMBeIK15NiBz8b/Bs=; b=Skce2WKeQMDx6cay1ruli/7MuGUTeiJvEa8+X1MeKga4aTjRaFwsHJci86XBLhVZa8 w9wfKlDBULKB5wAN+DwXRoJHVUJ1qRZehZec9Y0bk8dpmf0mR2sHuawW3ON3tlOBAOu2 TSejSswQErkwmW8ROtLqGzz7hngDFQ6bPJGzs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=co4NyM97UAWIl2VMfq8z9w5Ezfobfz6ONHyFZbLpY2WXywD0AVdBK4tykfg3N6DhbN z1mMjwi523oBQkQF12iJMSIGd6GER9XHk/3EbhX+RH9v70nDm0SV6PbFrkeZtoKEdmUH vgTrfmKgpbmZJzg61Yf9sKJm+jbNfve56PCvk= MIME-Version: 1.0 Received: by 10.239.139.165 with SMTP id t37mr699394hbt.75.1258325044776; Sun, 15 Nov 2009 14:44:04 -0800 (PST) Date: Sun, 15 Nov 2009 23:44:04 +0100 Message-ID: <91b92520911151444k742351bfl9ae20fb82a604bd5@mail.gmail.com> From: Sandra Kachelmann To: ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: remove BUILD_DEPENDS automatically after install X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 15 Nov 2009 22:44:06 -0000 Is there a reason why BUILD_DEPENDS aren't being removed after a port has been installed and if no other installed port depends on it? Sandra From owner-freebsd-ports@FreeBSD.ORG Mon Nov 16 00:07:23 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34FE710656A6 for ; Mon, 16 Nov 2009 00:07:23 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from ch-smtp03.sth.basefarm.net (ch-smtp03.sth.basefarm.net [80.76.149.214]) by mx1.freebsd.org (Postfix) with ESMTP id E2C548FC30 for ; Mon, 16 Nov 2009 00:07:22 +0000 (UTC) Received: from c83-255-48-78.bredband.comhem.se ([83.255.48.78]:61542 helo=falcon.midgard.homeip.net) by ch-smtp03.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1N9p7G-00048n-Ai for ports@freebsd.org; Mon, 16 Nov 2009 01:06:48 +0100 Received: (qmail 47504 invoked from network); 16 Nov 2009 01:06:43 +0100 Received: from owl.midgard.homeip.net (10.1.5.7) by falcon.midgard.homeip.net with ESMTP; 16 Nov 2009 01:06:43 +0100 Received: (qmail 15069 invoked by uid 1001); 16 Nov 2009 01:06:43 +0100 Date: Mon, 16 Nov 2009 01:06:43 +0100 From: Erik Trulsson To: Sandra Kachelmann Message-ID: <20091116000643.GA14996@owl.midgard.homeip.net> References: <91b92520911151444k742351bfl9ae20fb82a604bd5@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <91b92520911151444k742351bfl9ae20fb82a604bd5@mail.gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) X-Originating-IP: 83.255.48.78 X-Scan-Result: No virus found in message 1N9p7G-00048n-Ai. X-Scan-Signature: ch-smtp03.sth.basefarm.net 1N9p7G-00048n-Ai a339e5d972988b7e77276f49019a07be Cc: ports@freebsd.org Subject: Re: remove BUILD_DEPENDS automatically after install X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Nov 2009 00:07:23 -0000 On Sun, Nov 15, 2009 at 11:44:04PM +0100, Sandra Kachelmann wrote: > Is there a reason why BUILD_DEPENDS aren't being removed after a port > has been installed and if no other installed port depends on it? How do you know that the user does not want that port installed? And what if the user will install 20 other ports afterwards - all of which is that same port as a BUILD_DEPENDS - should that port be installed/deinstalled each and every time? (Personally I would be *very* annoyed if, for example, libtool or automake/autoconf would be reinstalled every time I installed a port which had one of them as a build-time dependency. There are *lots* of ports which have one of them in BUILD_DEPENDS, but few if any that has them as RUN_DEPENDS.) -- Erik Trulsson ertr1013@student.uu.se From owner-freebsd-ports@FreeBSD.ORG Mon Nov 16 08:29:47 2009 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9817E106566B; Mon, 16 Nov 2009 08:29:47 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) Received: from 0.mx.codelabs.ru (0.mx.codelabs.ru [144.206.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id CCBE48FC20; Mon, 16 Nov 2009 08:29:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=codelabs.ru; s=two; h=Date:From:To:Cc:Subject:Message-ID: Reply-To:References:MIME-Version:Content-Type:In-Reply-To: Sender; bh=4oL8SsnfHgpmSxZ7RcXmiBnAJTFmLjv6Kcxjp3et8xo=; b=QE0WZ 2d3FCXYHBiNUDKMzKyzgmMoGLL7uMc9vZ5GPQ5SK3oRs793rzNDG/cR6wmUE5rzV BWw9kAiMBm62fq40MGCqbmy53wsfbAQWOuEnOchHZNVXLD99rSOdC43+bbLSHi4x XXD6vMy6T8TbDJ52ieSKUatHK+z38rbBXtYz4HozhkomeuiWySz9KPX/i6/+67XZ aoKF1//xHP4x9zoE7Q34e/zsNWbF/2b08XIWWNcH5THmSbaf8BT04Uv9keilhmRr L1ItuSvqEk363Du3mFU+bYQEdqXvFCnGQSkdjFW4bgSl2heI0i3MokM/oH/mVw1Q g1W5dfNvwQZXL6/2w== Received: from shadow.codelabs.ru (cdma-92-36-22-155.msk.skylink.ru [92.36.22.155]) by 0.mx.codelabs.ru with esmtpsa (TLSv1:AES256-SHA:256) id 1N9wy0-00083s-4u; Mon, 16 Nov 2009 11:29:45 +0300 Date: Mon, 16 Nov 2009 11:29:46 +0300 From: Eygene Ryabinkin To: "Julian H. Stacey" Message-ID: <7cNPo33btPF0WvK2b4xGmUFSp5A@7ANLw7WpNQUEViOFvqmcIRbmcl4> References: <200911152152.nAFLptoR085604@fire.js.berklix.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200911152152.nAFLptoR085604@fire.js.berklix.net> Sender: rea-fbsd@codelabs.ru Cc: ports@FreeBSD.org, mich@FreeBSD.org Subject: Re: sysutils/libcdio provides no cdio_paranoia.0 for ports/devel/gvfs X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rea-fbsd@codelabs.ru List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2009 08:29:47 -0000 Sun, Nov 15, 2009 at 10:51:55PM +0100, Julian H. Stacey wrote: > A hint would be welcome please with sysutils/libcdio, Paranoia stuff seems > broken, but I'm not clear what's intended, hence mail rather than a send-pr. > > uname -a > FreeBSD laps.js.berklix.net 7.2-RELEASE FreeBSD 7.2-RELEASE #2: \ > Wed Sep 9 11:33:57 CEST 2009 \ > jhs@laps.no.net:/usr/src/sys/i386/compile/LAPS.small i386 > > cd /usr/ports/net-mgmt/etherape ; make > ===> gvfs-1.2.1 depends on shared library: cdio_paranoia.0 - not found > ===> Verifying install for cdio_paranoia.0 in \ > /usr/ports/sysutils/libcdio > ===> Returning to build of gvfs-1.2.1 > Error: shared library "cdio_paranoia.0" does not exist Do you have /usr/ports/sysutils/libcdio/work? If yes, remove it and try the build once again. Do you really have nothing between "Verifying install for cdio_paranoia.0" and "Returning to build of gvfs"? Not even a try to build libcdio port? -- Eygene _ ___ _.--. # \`.|\..----...-'` `-._.-'_.-'` # Remember that it is hard / ' ` , __.--' # to read the on-line manual )/' _/ \ `-_, / # while single-stepping the kernel. `-'" `"\_ ,_.-;_.-\_ ', fsc/as # _.-'_./ {_.' ; / # -- FreeBSD Developers handbook {_.-``-' {_/ # From owner-freebsd-ports@FreeBSD.ORG Mon Nov 16 10:07:26 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39C77106566C; Mon, 16 Nov 2009 10:07:26 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from iris.rise-s.com (iris.rise-s.com [88.116.105.226]) by mx1.freebsd.org (Postfix) with ESMTP id E8AC98FC14; Mon, 16 Nov 2009 10:07:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by iris.rise-s.com (Postfix) with ESMTP id 7B82440E35E; Mon, 16 Nov 2009 10:51:50 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at iris.rise-s.com Received: from dhcp122.wlan (fwswe.rise-s.com [83.65.168.194]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.rise-world.com (Postfix) with ESMTPSA id 171C140E35D; Mon, 16 Nov 2009 10:51:47 +0100 (CET) Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii From: =?utf-8?Q?T=C4=B1lman_Linneweh?= In-Reply-To: <200911152152.nAFLptoR085604@fire.js.berklix.net> Date: Mon, 16 Nov 2009 10:51:39 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: <200911152152.nAFLptoR085604@fire.js.berklix.net> To: Julian H. Stacey X-Mailer: Apple Mail (2.1077) Cc: ports@freebsd.org, gnome@FreeBSD.org Subject: Re: sysutils/libcdio provides no cdio_paranoia.0 for ports/devel/gvfs X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Nov 2009 10:07:26 -0000 Hello Julian! (CC: devel/gvfs maintainer added) Thanks for reporting this issue.=20 On Nov 15, 2009, at 22:51 , Julian H. Stacey wrote: > int would be welcome please with sysutils/libcdio, Paranoia stuff = seems > broken, but I'm not clear what's intended, hence mail rather than a = send-pr. >=20 > =3D=3D=3D> gvfs-1.2.1 depends on shared library: = cdio_paranoia.0 - not found > =3D=3D=3D> Verifying install for cdio_paranoia.0 in \ > /usr/ports/sysutils/libcdio > =3D=3D=3D> Returning to build of gvfs-1.2.1 > Error: shared library "cdio_paranoia.0" does not exist > /usr/ports/devel/gvfs ; make > =3D=3D=3D> gvfs-1.2.1 depends on shared library: = cdio_paranoia.0 - not found > =3D=3D=3D> Verifying install for cdio_paranoia.0 in \ > /usr/ports/sysutils/libcdio > =3D=3D=3D> Returning to build of gvfs-1.2.1 > Error: shared library "cdio_paranoia.0" does not exist There are two easy possible solutions. a) make gvfs depend on libcdio.so instead of the non-default = cdio_paranoia.0 library b) Change libcdio to install cdio_paranoia.0 by default.=20 Question to gnome@ - Does gvfs really need the cdio_paranoia library, or = is this just a bug in the port Makefile and it is ok with the libcdio library? regards arved= From owner-freebsd-ports@FreeBSD.ORG Mon Nov 16 11:06:07 2009 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50CE6106566C for ; Mon, 16 Nov 2009 11:06:07 +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 3B4AB8FC0C for ; Mon, 16 Nov 2009 11:06:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nAGB67Ya010475 for ; Mon, 16 Nov 2009 11:06:07 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nAGB66qD010473 for freebsd-ports@FreeBSD.org; Mon, 16 Nov 2009 11:06:06 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 16 Nov 2009 11:06:06 GMT Message-Id: <200911161106.nAGB66qD010473@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, 16 Nov 2009 11:06:07 -0000 (Note: an HTML version of this report is available at http://www.freebsd.org/cgi/query-pr-summary.cgi?category=ports .) The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/140587 [MAINTAINER] sysutils/samesame update to version 1.6 o ports/140557 ports shells/44bsd-csh ESC file completion and ^D (vie f ports/140555 [PATCH] add mirrors to x11-wm/hackedbox f ports/140546 The execution result of sysutils/scprotect is inapposi f ports/140525 [panic] VMware: Kernel panic while upgrading from 7.2 o ports/140504 Add new module and multithreaded support to lang/clisp o ports/140489 [NEW PORT] databases/mongodb-devel: High-performance, f ports/140471 security/nessus-libnasl fails to compile f ports/140470 security/nessus-libraries fails to compile f ports/140466 databases/rrdtool update to 1.4.1 o ports/140450 shells/scponly: chrooted scp-shell doesn't work f ports/140449 ports/security/nmap needs utoconf s ports/140413 databases/slony1: Slony1-1.2.16 need upgrade to 1.2.17 o ports/140399 Update port: security/webfwlog Add needed patch and ot f ports/140379 net-im/pidgin-msn-pecan won't compile o ports/140365 [patch] databases/firebird20-client coredumps o ports/140348 New port: www/mod_auth_cas Apache 2.0/2.2 compliant mo f ports/140347 security/dirmngr needs updated BUILD_DEPENDS requireme o ports/140322 update of port www/weave f ports/140303 net-mgmt/docsis can not compile filters under amd64 pl o ports/140232 Resolve conflicts w/ devel/antlr & devel/pccts o ports/140177 new port : textproc/glpi-plugins-DataInjection : This o ports/140176 new port : textproc/glpi-plugins-AdditionalReports : T o ports/140174 New port: net-mgmt/glpi-plugins-tracker-agent : Agent o ports/140168 new port: net-mgmt/glpi-plugins-tracker-server, plugin o ports/140157 New port: www/trac-bitten Continuous integration for T f ports/140155 Update port: emulators/bsnes update to v0.54 f ports/140146 [patch] www/squid: Add squid_fib option for alternate o ports/140133 New port: sysutils/Plugtools Manages POSIX users f ports/140109 www/validator 0.8.3_1: /usr/local/lib/perl5/site_perl/ o ports/140107 [PATCH] Enhance net/nss_ldap to support FreeBSD login o ports/140084 [patch] security/amavisd-milter - minor port improveme o ports/140059 [MAINTAINER] security/gpa: Mark IGNORE if gpgsm is not o ports/140058 [MAINTAINER] security/gpgme: Specifically disable gpgs f ports/140046 [PATCH] www/phpsysinfo-dev update to 3.0-RC9 f ports/140007 [repocopy] devel/gdb6 to devel/gdb66 f ports/139867 mail/isoqlog catch segmentation fault under AMD64 s ports/139848 add pre-caching to net-mgmt/nagios rc.d script o ports/139801 [patch] port security/gorilla does not work after inst f ports/139680 Is editors/emacs out-dated? f ports/139652 [devel/icu] Little patch for compiling with gcc44 o ports/139629 new port security/pam_memcache: a PAM module for authe o ports/139552 science/paraview 2.2.4: ParaView error: InitializeTcl f ports/139460 security/snortsam broken on 64 bit platforms f ports/139452 [patch] krb5 support in java/openjdk6 o ports/139448 [NEW PORT] japanese/asterisk16-sounds: Japanese sound o ports/139435 print/cups-smb-backend: Add ability to use difference s ports/139361 [FIX] net/ntop 3.3.10 don`t install needed file f ports/139348 [PATCH] devel/p5-Gearman-XS: [SUMMARIZE CHANGES] o ports/139341 NEW PORT: devel/aegis-devel o ports/139340 New port -- x11-fonts/gentium-basic f ports/139317 [PATCH] devel/p5-Gearman-XS: [SUMMARIZE CHANGES] o ports/139271 [PATCH] sysutils/hpacucli does not work on the amd64 k f ports/139203 sysutils/freebsd-snapshot more careful patch not depen o ports/139163 [patch] textproc/flex: install info documentation s ports/139150 www/bluefish request for DEVELOPMENT version f ports/139140 textproc/lucene: fails to install WITH_CONTRIB f ports/139107 [patch] sysutils/jfbterm: convert to bsdmake f ports/139075 Please repo copy lang/squeak to lang/squeak-dev f ports/139064 [PATCH] net/freeradius2: rc.d script should deal with f ports/139060 devel/gearmand: Maintainer patch was missing proper li o ports/139046 mail/postgrey doesn't use local pidfile f ports/139042 deskutils/blogtk: fails to start as the version in the o ports/138994 [patch] new port www/neon29 f ports/138990 sysutils/nagios-statd reports /dev full o ports/138987 [maintainer] textproc/sphinxsearch -- use bsd.options. f ports/138976 [patch] Restrict news/sabnzbdplus to python <= v2.5 f ports/138940 security/p5-SAVI-Perl can work on amd64 o ports/138929 [PATCH] security/heimdal update to 1.2.1 f ports/138925 serial console option for sysutils/memtest86+ o ports/138830 net/linux-nx-client TCP_NODELAY problem f ports/138823 cannot upgrade ports o ports/138806 New port: games/avp-demo ("Aliens versus predator" dem f ports/138795 [patch] - update databases/clip f ports/138792 [patch] - update security/pgp6 o ports/138786 x11-toolkits/plib unable to connect to network o ports/138637 New port: graphics/xfractint-devel o ports/138602 audio/sphinxbase port update f ports/138483 security/pam_pwdfile port doesn't work post update to f ports/138476 [panic] sysutils/fusefs-kmod: Almost regular panic dur a ports/138445 net/freeradius2 problem with rlm_perl o ports/138438 graphics/sane-backends not working on FreeBSD-8 f ports/138435 [patch] databases/freetds gnutls linking error f ports/138402 [patch] www/awffull is not reading configuration file o ports/138361 x11/libxcb: alleviate dependency on python o ports/138348 patch to java/openjdk6 so that build works again o ports/138252 Compile Issue: databases/firebird20-client f ports/138195 www/wwwcount IPv6 and NFS lock enable f ports/137957 sysutils/bacula-bat doesn not install some libs f ports/137945 devel/openocd 0.2.0 fails to find ATMEL SAM-ICE as Seg s ports/137886 irc/scrollz fails to compile with any SSL (gnutls conf o ports/137751 [new port] audio/jokosher: Multi-track non-linear audi f ports/137733 [NEW PORT] sysutils/scribeserver: Aggregating log data f ports/137728 New port: www/tokyopromenade: a content management sys o ports/137691 [PATCH] New port for semantik (kdissert II) f ports/137682 Update port: multimedia/k9copy Updated k9copy to versi f ports/137635 multimedia/vlc breaks keyboard input processing o ports/137623 New port net/skystar2.8 o ports/137620 [NEW PORT] devel/p6-perl6-toys o ports/137599 New Port: games/armagetron-0.3-beta f ports/137565 [PATCH]www/lynx: fix handling of lynx.cfg[.sample] dur f ports/137450 www/squid: ecap support not working after upgrade o ports/137378 Advisory locks fail with ports/security/cfs on FreeBSD f ports/137375 net/ekiga doesn't build for want of PWLib: what's that o ports/137254 New port: net/unssh Fast way to delete entries from Op o ports/137244 [x11-toolkits/plib] add support for linux-js f ports/137196 www/woadaptor - mod_webobjects doesn't support ssl f ports/137043 [patch] multimedia/mplayer: add SSSE3 support o ports/137020 New port: comms/dfu-programmer Programmer for USB Atme f ports/136984 textproc/xerces-2 port no longer needs gcc_pic patch i f ports/136819 [PATCH] www/vtiger-customerportal: update to 5.0.4 o ports/136811 New port: www/py-scrapy, a high level scraping and web o ports/136779 [PATCH] [MAINTAINER] www/plone3 update to 3.2.3 f ports/136611 security/swatch: leaves zombies behind f ports/136439 [misc/cmatrix] install console font f ports/136227 science/Gramps Crashes When Opening a Family File f ports/136132 Update port: devel/srecord to 1.49 f ports/135541 [PATCH] math/p5-NetCDF cannot load module with netcdf- o ports/135508 New port: databases/py-postgresql, Python3.x adapter f s ports/134485 net-mgmt/trafd 3.0.2.1 doesn't collect traffic f ports/134264 audio/cmus - segmentation fault with ogg files s ports/134112 [MAINTAINER] net/asterisk16-addons: update to 1.6.1.0 o ports/133829 Wrong plist generated if nonstandard MANPREFIX and PRE o ports/133563 security/cfs rc script needs "mntudp" option on 8-CURR o ports/133533 [PATCH] Add a static user/group for audio/musicpd port f ports/133047 [maintainer-update] Update graphics/linux-ac3d to 6.4. f ports/133031 ports/net/igmpproxy "must be at least 2 Vif's where on o ports/132786 New port: sysutils/sispmctl Utility for controlling a o ports/132607 security/denyhosts: command_interpreter warnings in /v s ports/131218 www/privoxy+ipv6: /etc/rc: WARNING: run_rc_command: ca o ports/130183 [PATCH] converters/xdeview switch to USE_TCL o ports/129435 java/jakarta-commons-dbcp not BROKEN on jdk15 o ports/127728 ports/games/freebsd-games doesn't build, and larn(6) s o ports/127321 japanese/kon2-16dot: buffer overflow and mouse bugs o ports/127181 audio/musicpd logs warning s ports/127087 mail/bincimap port does not include an rc.d file o ports/127017 sysutils/ntfsprogs - ntfsclone not working version 2.0 s ports/125324 editors/the (3.2) looses cursor when compiled with PDC s ports/124423 multimedia/mplayer detection of OSS Audio is faulty o ports/123068 sysutils/bubblemon2 bubblemon-dockapp: error extractin o ports/122801 databases/virtuoso, databases/firebird20-client, datab o ports/118716 security/heimhal - shared library conflict with heimda o ports/116571 databases/firebird20-client fails to compile in a jail o ports/111501 [NEW PORT] databases/ruby-oci8 o amd64/104311 ports/wine should be installable on amd64 o ports/101166 bittorrent-curses only works under English locales. f ports/100776 devel/mico: Failure to update o ports/82634 heimdal port conflict with base heimdal 148 problems total. From owner-freebsd-ports@FreeBSD.ORG Mon Nov 16 11:09:33 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2EFA41065696 for ; Mon, 16 Nov 2009 11:09:33 +0000 (UTC) (envelope-from freebsduser@paradisegreen.co.uk) Received: from mail.paradisegreen.co.uk (almaz.paradisegreen.co.uk [81.187.228.2]) by mx1.freebsd.org (Postfix) with ESMTP id 7BDCB8FC2C for ; Mon, 16 Nov 2009 11:09:31 +0000 (UTC) Received: from [10.0.0.6] (vaio.paradise [10.0.0.6]) by mail.paradisegreen.co.uk (8.13.3/8.13.3) with ESMTP id nAGB9Sgi049797 for ; Mon, 16 Nov 2009 11:09:29 GMT (envelope-from freebsduser@paradisegreen.co.uk) DomainKey-Signature: a=rsa-sha1; s=default; d=paradisegreen.co.uk; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:subject: references:in-reply-to:content-type:content-transfer-encoding; b=eeLWkB7vq4lfmXDmfwQymX/ES0rFHTfVE5eViHxLUs+beKNcoLZB8fSdPaNPDNz7M MvomFgM9wK3hiudH9tGhA== Message-ID: <4B0132E2.3020504@paradisegreen.co.uk> Date: Mon, 16 Nov 2009 11:09:22 +0000 From: Thomas Sandford User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: ports@freebsd.org References: <4AF897A4.3070408@delphij.net> <20091109225232.GA34294@lor.one-eyed-alien.net> <4AF9B6CC.5090308@delphij.net> <20091113011000.GA45256@atarininja.org> <20091113200607.GA59749@atarininja.org> <4AFED0D3.2050403@paradisegreen.co.uk> <20091115204818.GA57571@server.vk2pj.dyndns.org> In-Reply-To: <20091115204818.GA57571@server.vk2pj.dyndns.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3.4 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VERIFIED autolearn=failed version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on almaz.paradisegreen.co.uk Cc: Subject: Re: RFC: svn for make 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: Mon, 16 Nov 2009 11:09:33 -0000 Peter Jeremy wrote: > On 2009-Nov-14 15:46:27 +0000, Thomas Sandford wrote: >> Wesley Shields wrote: >>> Sure, but it doesn't belong in bsd.*.mk. Turn it into a script and >>> submit it as a regular port. >> ... >> Surely the whole value/purpose of the ports build infrastructure is to >> present a consistent way of doing things rather than different >> maintainers doing their own thing and solving problems in different, and >> quite possibly sub-optimal ways and/or bloating multiple individual port >> Makefiles with what could be kept in a single bsd.*.mk file. > > If it affected several hundred ports and/or was visible to the end > user then this might be justification for embedding it into bsd.*.mk. > > The ports build infrastructure is already quite large (>20K LOC) and > difficult to follow. The overheads associated with loading bsd.*.mk > files also makes operations like "make index" very time-consuming. > IMHO, bloating it further to marginally simplify life for the > maintainers of ~15 ports is not a good tradeoff. > > Wesley's suggestion above sounds like the best solution. > >> And if the file were (say) bsd.vcs.mk and were pulled in only if one of >> >> USE_SVNFETCH >> USE_CVSFETCH >> USE_GITFETCH >> >> etc were defined then the impact of the bloat on other ports is minimal. > > If you still want to go this way, I'd suggest writing a stand-alone > bsd.vcs.mk that can be .include'd by the port when it needs the > functionality. Personally I think the performance difference between .ifdef USE_SVNFETCH .include "${PORTSDIR}/Mk/bsd.vcs.mk" .endif in bsd.port.mk and only explicitly including it in the ports that use it is marginal, but I could certainly live with this as a compromise. -- Thomas Sandford From owner-freebsd-ports@FreeBSD.ORG Mon Nov 16 11:12:31 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E8D9106566B for ; Mon, 16 Nov 2009 11:12:31 +0000 (UTC) (envelope-from s.kachelmann@googlemail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id C306B8FC2B for ; Mon, 16 Nov 2009 11:12:30 +0000 (UTC) Received: by bwz5 with SMTP id 5so5822966bwz.3 for ; Mon, 16 Nov 2009 03:12:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=iWonFMgojOCOH5mksWXJN3NwW66aGu8TXsNCNN1NZ3k=; b=WSacJKAn8543WtgY6W2oybMpW2lI1BuDM21PBBVJdYdV3TQChyU+Z8mKaAtrwzzURY xbDGqVU+s3XqO7LGfXX+1CSg7lnIGoeEcbEFB8OU1GDjyWoKykRAIpJprJbtt9QnH7F4 +YWrfGEhiDrTz7K5YDozPLz9dmvIHBYEkriyg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=DljF6dsK0tRM44Qh/AmlDLoLVRLLopwUQJuf7oHLNA9TDCssbjntA+IeGIXBpw7loB XXvNuvRKu1YNCH4rVFJSPM/G3w+UE5QqO35ctlUQb4nhliz5vLgNzkkHV5f5gV7AM6nD 15XjlQjR1yyWtBbVvBo9NuGYCwqaBLu4HeFSQ= MIME-Version: 1.0 Received: by 10.239.139.165 with SMTP id t37mr760677hbt.75.1258369949326; Mon, 16 Nov 2009 03:12:29 -0800 (PST) In-Reply-To: <20091116000643.GA14996@owl.midgard.homeip.net> References: <91b92520911151444k742351bfl9ae20fb82a604bd5@mail.gmail.com> <20091116000643.GA14996@owl.midgard.homeip.net> Date: Mon, 16 Nov 2009 12:12:29 +0100 Message-ID: <91b92520911160312q62c777absb735c44334328f05@mail.gmail.com> From: Sandra Kachelmann To: Erik Trulsson Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: ports@freebsd.org, dougb@FreeBSD.org Subject: Re: remove BUILD_DEPENDS automatically after install X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Nov 2009 11:12:31 -0000 (portmaster author cc:ed) On Mon, Nov 16, 2009 at 1:06 AM, Erik Trulsson wro= te: > On Sun, Nov 15, 2009 at 11:44:04PM +0100, Sandra Kachelmann wrote: >> Is there a reason why BUILD_DEPENDS aren't being removed after a port >> has been installed and if no other installed port depends on it? > > How do you know that the user does not want that port installed? > And what if the user will install 20 other ports afterwards - all of whic= h > is that same port as a BUILD_DEPENDS - should that port be > installed/deinstalled each and every time? It would be nice if this was configurable. Maybe it could be even integrated into portupgrade or portmaster. If such a port is installed directly it could get a package entry DIRECT_INSTALLED=3Dyes in /var/db/pkg/.. or something (there is probably a better way to do this). > (Personally I would be *very* annoyed if, for example, libtool or > automake/autoconf would be reinstalled every time I installed a port whic= h > had one of them as a build-time dependency. =A0There are *lots* of ports = which > have one of them in BUILD_DEPENDS, but few if any that has them as > RUN_DEPENDS.) Even nicer if execptions would be configurable. There are loads of ports that install BUILD_DEPENDS that are never used again. cvsup for instance pulls in a gigantic tree of esoteric ports I can't even pronounce. Sure I could install the package, take cvsup-without-gui or even use portsnap but this is not the point here. Sandra From owner-freebsd-ports@FreeBSD.ORG Mon Nov 16 12:16:26 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 18A64106566B for ; Mon, 16 Nov 2009 12:16:26 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from smtp.timeweb.ru (smtp.timeweb.ru [92.53.104.116]) by mx1.freebsd.org (Postfix) with ESMTP id CA1AF8FC2E for ; Mon, 16 Nov 2009 12:16:25 +0000 (UTC) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1NA0Ue-0001M7-VJ; Mon, 16 Nov 2009 15:15:40 +0300 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 2FBBFB860; Mon, 16 Nov 2009 15:16:22 +0300 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id 29F3EB829; Mon, 16 Nov 2009 15:16:22 +0300 (MSK) Date: Mon, 16 Nov 2009 15:16:22 +0300 From: Dmitry Marakasov To: Eitan Adler Message-ID: <20091116121622.GA79691@hades.panopticon> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Cc: ports@freebsd.org Subject: Re: RFC: svn for make 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: Mon, 16 Nov 2009 12:16:26 -0000 * Eitan Adler (eitanadlerlist@gmail.com) wrote: > I was hoping to get a bit more of a response to a recent posting of > mine with regard to using svn to fetch files for ports > My proposal: http://www.mail-archive.com/freebsd-ports@freebsd.org/msg23776.html > A summary of what has been going on: > http://wiki.freebsd.org/EitanAdler/ports-svn This was discussed many times before, and this is a bad idea. - No checksums -> security issue - No distfile caching/mirroring -> excess traffic consumption and horrible availability and I hope you're not even thinking of fetching from VCS without specifying exact revision. Some standard way of generating distfiles from VCS may be nice though, if it goes into separate mk-file and supports all major VCS. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru From owner-freebsd-ports@FreeBSD.ORG Mon Nov 16 13:15:24 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A647106566B for ; Mon, 16 Nov 2009 13:15:24 +0000 (UTC) (envelope-from alexanderchuranov@gmail.com) Received: from mail-fx0-f227.google.com (mail-fx0-f227.google.com [209.85.220.227]) by mx1.freebsd.org (Postfix) with ESMTP id E389E8FC13 for ; Mon, 16 Nov 2009 13:15:23 +0000 (UTC) Received: by fxm27 with SMTP id 27so5976780fxm.3 for ; Mon, 16 Nov 2009 05:15:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=Zu68K3Ie7CVxeOzHNQ8E+6onyzL9B2U9v9m1i/f+sp8=; b=KiQKUutJ0WUZbB71DKrCrS486lhfeS7EhFV6T6StvXkLCLEq1yJ1DYkLTthGYUlSZu /cWc6fsoBDZQT5va8806pGqahmBeVaMr2zWXxlYU+BhaoE7IbILKTZ0CMrkJtlUkr6Co HdlnjK6Y2ihxbzC43lTYPZyZOseAkBT7HqquE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=s2Vb0iLl3lgMDvPc8BbuJbtKRMYTU/zKkgE1WUgKFTQ64vS5OJqos3HDjHNkdWQLc6 rdmxXL8eSBbcaBY0NpyqHrruugeY39Tm7R1jDIT7w/HilSs/wqLYU+5kcmdixb1gs7YK jCKv22vIeY5WeV+eJiQWRbLh3ajBSaqMfDAu8= MIME-Version: 1.0 Received: by 10.204.156.217 with SMTP id y25mr4032129bkw.76.1258377322641; Mon, 16 Nov 2009 05:15:22 -0800 (PST) In-Reply-To: <20091114040417.GA66462@hades.panopticon> References: <20091114040417.GA66462@hades.panopticon> Date: Mon, 16 Nov 2009 16:15:22 +0300 Message-ID: <3cb459ed0911160515u1ff168dk5dbe81fcac634ab0@mail.gmail.com> From: Alexander Churanov To: Dmitry Marakasov Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Rainer Hurling , freebsd-ports@freebsd.org Subject: Re: Getting MASTER_SITES for sourceforge ports more easily X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Nov 2009 13:15:24 -0000 Folks, Thank you for clarifications. Fetching just works if MASTER_SITES are SF/something. The correct URI may be viewed just using the browser. I've started downloading a file from SF, then paused the download, examined the actual URI the file is downloaded from and verified that URIs generated by Makefiles for my ports are correct. Alexander Churanov, maintainer of devel/boost-* From owner-freebsd-ports@FreeBSD.ORG Mon Nov 16 13:45:07 2009 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 753E71065676 for ; Mon, 16 Nov 2009 13:45:07 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from smtp-vbr19.xs4all.nl (smtp-vbr19.xs4all.nl [194.109.24.39]) by mx1.freebsd.org (Postfix) with ESMTP id 11BB68FC15 for ; Mon, 16 Nov 2009 13:45:06 +0000 (UTC) Received: from [192.168.1.65] (kazerne.demon.nl [212.238.222.22]) by smtp-vbr19.xs4all.nl (8.13.8/8.13.8) with ESMTP id nAGDix61042454; Mon, 16 Nov 2009 14:44:59 +0100 (CET) (envelope-from kwm@FreeBSD.org) From: Koop Mast To: =?iso-8859-9?Q?T=FDlman?= Linneweh In-Reply-To: References: <200911152152.nAFLptoR085604@fire.js.berklix.net> Content-Type: text/plain; charset="iso-8859-9" Date: Mon, 16 Nov 2009 14:47:21 +0100 Message-ID: <1258379241.48450.7.camel@headache.rainbow-runner.nl> Mime-Version: 1.0 X-Mailer: Evolution 2.28.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 8bit X-Virus-Scanned: by XS4ALL Virus Scanner Cc: ports@FreeBSD.org, gnome@FreeBSD.org, "Julian H.Stacey" Subject: Re: sysutils/libcdio provides no cdio_paranoia.0 for ports/devel/gvfs X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Nov 2009 13:45:07 -0000 On Mon, 2009-11-16 at 10:51 +0100, Týlman Linneweh wrote: > Hello Julian! > > (CC: devel/gvfs maintainer added) > > Thanks for reporting this issue. > > On Nov 15, 2009, at 22:51 , Julian H. Stacey wrote: > > int would be welcome please with sysutils/libcdio, Paranoia stuff seems > > broken, but I'm not clear what's intended, hence mail rather than a send-pr. > > > > ===> gvfs-1.2.1 depends on shared library: cdio_paranoia.0 - not found > > ===> Verifying install for cdio_paranoia.0 in \ > > /usr/ports/sysutils/libcdio > > ===> Returning to build of gvfs-1.2.1 > > Error: shared library "cdio_paranoia.0" does not exist > > /usr/ports/devel/gvfs ; make > > ===> gvfs-1.2.1 depends on shared library: cdio_paranoia.0 - not found > > ===> Verifying install for cdio_paranoia.0 in \ > > /usr/ports/sysutils/libcdio > > ===> Returning to build of gvfs-1.2.1 > > Error: shared library "cdio_paranoia.0" does not exist > > There are two easy possible solutions. > a) make gvfs depend on libcdio.so instead of the non-default cdio_paranoia.0 library > b) Change libcdio to install cdio_paranoia.0 by default. > > Question to gnome@ - Does gvfs really need the cdio_paranoia library, or is this just a bug > in the port Makefile and it is ok with the libcdio library? a) The configure script of the gvfs port checks for cdio_paranoia library. It needs it for the cdda backend. b) libcdio already got a option for paranoia support and it is default to on. Julian you can do two things now. Either you disable the cdda backend in gvfs with the WITH_CDDA option. Or build libcdio with paranoia support. -Koop > regards > arved_______________________________________________ > 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 Mon Nov 16 14:09:28 2009 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8911D106566B for ; Mon, 16 Nov 2009 14:09:28 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 1C7F68FC1A for ; Mon, 16 Nov 2009 14:09:27 +0000 (UTC) Received: by bwz5 with SMTP id 5so6018447bwz.3 for ; Mon, 16 Nov 2009 06:09:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=rOFEAfG/yjglIVfWfML2tN6F2WlERIvGlvy/6tgEI9o=; b=TY2YWWPzo5fbCRpFgPRw70QI8MdiHHfjpJXnD1nWX141CwfgdHwTpSrwx9dDSLb+cs apLoVqR8tzqf0RR7elS23o23WqRR7uHEd4DUz7WufkAuGkq4vDa0JWYOJupB5hlxe8rh vR8CEnyTEVVwI9hKpSbnQOjxI4QGeg7LlGbho= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=fmHtNiD+wV8ldRh7WxuyWjYvJKhcgQ/uaXBy29F38J1oNEkgwtYXVgKl8dkqZvC82N ITW6JyFp81TB08XnAbwUK8yXsQzbv9hRf9OwtkKu8qIXKWsVKv3qGaC+hznWM9qY3rWm mdoDcEccKrmVa1xQHFmZaKDIXxjbhAQzcuG2o= MIME-Version: 1.0 Received: by 10.216.93.68 with SMTP id k46mr2575506wef.161.1258380566640; Mon, 16 Nov 2009 06:09:26 -0800 (PST) Date: Mon, 16 Nov 2009 14:09:26 +0000 Message-ID: From: "b. f." To: freebsd-ports@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Sandra Kachelmann Subject: Re: remove BUILD_DEPENDS automatically after install X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Nov 2009 14:09:28 -0000 >> On Sun, Nov 15, 2009 at 11:44:04PM +0100, Sandra Kachelmann wrote: >>> Is there a reason why BUILD_DEPENDS aren't being removed after a port >>> has been installed and if no other installed port depends on it? >> >> How do you know that the user does not want that port installed? >> And what if the user will install 20 other ports afterwards - all of whi= ch >> is that same port as a BUILD_DEPENDS - should that port be >> installed/deinstalled each and every time? > >It would be nice if this was configurable. Maybe it could be even >integrated into portupgrade or portmaster. If such a port is installed >directly it could get a package entry DIRECT_INSTALLED=3Dyes in >/var/db/pkg/.. or something (there is probably a better way to do >this). How are you going to account for those ports that, while installed as dependencies, the user nevertheless wants to keep for their own sake? Or those that are installed individually by a user, perhaps to fix a problem, but are not really wanted after all builds are done? I think that this kind of bookkeeping should be done by users and administrators, and should not be cluttering up the ports and package infrastructure. If you really want it there, you can make your own local modifications. > >> (Personally I would be *very* annoyed if, for example, libtool or >> automake/autoconf would be reinstalled every time I installed a port whi= ch >> had one of them as a build-time dependency. =A0There are *lots* of ports= which >> have one of them in BUILD_DEPENDS, but few if any that has them as >> RUN_DEPENDS.) > >Even nicer if execptions would be configurable. There are loads of >ports that install BUILD_DEPENDS that are never used again. cvsup for >instance pulls in a gigantic tree of esoteric ports I can't even >pronounce. Sure I could install the package, take cvsup-without-gui or >even use portsnap but this is not the point here. I'm not sure what you mean by "exceptions" -- but if you are not willing to consider dependencies and configure ports, then you really ought to be using packages, and that is relevant to this discussion. There are some ports that can help you manage this kind of cleanup -- for example, you could run "portmaster -s", and then run "portmaster -l", and remove those ports listed as leaf or root ports that you no longer want. Or you could add entries to AFTERINSTALL in pkgtools.conf to remove build dependencies when using portupgrade. But it is difficult to completely automate a removal, in a generic way that would satisfy all administrators and users, so some interaction or at least an initial configuration will be required. Here is a shell script that will emit a list of installed ports that are needed to build other installed ports, but are not needed by any other ports at runtime, according to a ports tree. You could run it and then either pipe it's output directly to: | xargs -I % make -C ${PORTSDIR:-/usr/ports}% deinstall , or first filter the output to remove any ports that you want to keep: #!/bin/sh #findbuildonlydeps.sh _portsdir=3D${PORTSDIR:-/usr/ports} _scriptname=3D`basename $0` _listbuildreqs=3D`mktemp -t ${_scriptname}` || \ echo "cannot create ${_listbuildreqs}" _listrunreqs=3D`mktemp -t ${_scriptname}` || \ echo "cannot create ${_listrunreqs}" for _pkgorigin in `pkg_info -qoa` ; do for _buildreq in `make -C ${_portsdir}/${_pkgorigin} \ -V FETCH_DEPENDS -V EXTRACT_DEPENDS \ -V PATCH_DEPENDS -V BUILD_DEPENDS` ; do echo ${_buildreq##*${_portsdir}} >> ${_listbuildreqs} done for _runreq in `make -C ${_portsdir}/${_pkgorigin} \ -V RUN_DEPENDS -V LIB_DEPENDS` ; do echo ${_runreq##*${_portsdir}} >> ${_listrunreqs} done =09 done sort -u ${_listbuildreqs} > ${_listbuildreqs}_sorted sort -u ${_listrunreqs} > ${_listrunreqs}_sorted comm -23 ${_listbuildreqs}_sorted ${_listrunreqs}_sorted rm ${_listbuildreqs} ${_listbuildreqs}_sorted \ ${_listrunreqs} ${_listrunreqs}_sorted From owner-freebsd-ports@FreeBSD.ORG Mon Nov 16 14:28:43 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F2131065672 for ; Mon, 16 Nov 2009 14:28:43 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mail.bsdforen.de (bsdforen.de [212.204.60.79]) by mx1.freebsd.org (Postfix) with ESMTP id F28498FC12 for ; Mon, 16 Nov 2009 14:28:42 +0000 (UTC) Received: from mobileKamikaze.norad (vpn-cl-165-197.rz.uni-karlsruhe.de [141.3.165.197]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bsdforen.de (Postfix) with ESMTP id A11CB8A0F0D; Mon, 16 Nov 2009 14:55:58 +0100 (CET) Message-ID: <4B0159EE.2080205@bsdforen.de> Date: Mon, 16 Nov 2009 14:55:58 +0100 From: Dominic Fandrey User-Agent: Thunderbird 2.0.0.23 (X11/20091024) MIME-Version: 1.0 To: Sandra Kachelmann References: <91b92520911151444k742351bfl9ae20fb82a604bd5@mail.gmail.com> <20091116000643.GA14996@owl.midgard.homeip.net> <91b92520911160312q62c777absb735c44334328f05@mail.gmail.com> In-Reply-To: <91b92520911160312q62c777absb735c44334328f05@mail.gmail.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, dougb@FreeBSD.org Subject: Re: remove BUILD_DEPENDS automatically after install X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Nov 2009 14:28:43 -0000 Sandra Kachelmann wrote: > (portmaster author cc:ed) > > On Mon, Nov 16, 2009 at 1:06 AM, Erik Trulsson wrote: >> On Sun, Nov 15, 2009 at 11:44:04PM +0100, Sandra Kachelmann wrote: >>> Is there a reason why BUILD_DEPENDS aren't being removed after a port >>> has been installed and if no other installed port depends on it? >> How do you know that the user does not want that port installed? >> And what if the user will install 20 other ports afterwards - all of which >> is that same port as a BUILD_DEPENDS - should that port be >> installed/deinstalled each and every time? > > It would be nice if this was configurable. Maybe it could be even > integrated into portupgrade or portmaster. If such a port is installed > directly it could get a package entry DIRECT_INSTALLED=yes in > /var/db/pkg/.. or something (there is probably a better way to do > this). If you installed from packages, they'd never get installed at all. portmaster and portupgrade both have ports tree based package support, pkg_upgrade (sysutils/bsdadminscripts) has index based package support and there's, in my opinion, rarely a reason to build your own packages, though I'm guilty of doing that, too. At least on one of my machines. Regards -- A: Because it fouls the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail? From owner-freebsd-ports@FreeBSD.ORG Mon Nov 16 14:43:18 2009 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5BF67106566C for ; Mon, 16 Nov 2009 14:43:18 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id E83B08FC16 for ; Mon, 16 Nov 2009 14:43:17 +0000 (UTC) Received: by bwz5 with SMTP id 5so6055881bwz.3 for ; Mon, 16 Nov 2009 06:43:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=2rAGz6UxwQTuyIvA6IaraQEtNNkKgMKhEa8BEd3F/TY=; b=X8o1Ac5iblTd6rm9CuKeARq/QvBMU1w1kcTqHzaxd96TIaRj6yoeaRE8+tDjwrYNCS YLQtEN+dudu5jc3jVh9eVtfQ9oaKsKrC33buC+tAKHfUAKDopXZdlp/4ABrWROfbK3c9 nHdN0/cp32yxPMqPLIIs9vnOKBXKXyXCKQzBU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ENbspyYreUYF+mRMIcGm7y0Y7YKcMbCFNXaBdBaAZsZ40WEP19X1SpIz7utuI12gBg KY2FH/ZwP+WFx+um6mzhX/1HVgk9Bw3XRaMc3saGzudESy69IDf57vm5d4zlD3c9K24u 4F/tMQVRz8Z91UivEeG/S8TUWBwrLXYT77MK0= MIME-Version: 1.0 Received: by 10.216.87.16 with SMTP id x16mr48588wee.106.1258382596602; Mon, 16 Nov 2009 06:43:16 -0800 (PST) Date: Mon, 16 Nov 2009 14:43:16 +0000 Message-ID: From: "b. f." To: freebsd-ports@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Re: RFC: svn for make 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: Mon, 16 Nov 2009 14:43:18 -0000 >> I was hoping to get a bit more of a response to a recent posting of >> mine with regard to using svn to fetch files for ports >> My proposal: http://www.mail-archive.com/freebsd-ports@freebsd.org/msg23776.html >> A summary of what has been going on: >> http://wiki.freebsd.org/EitanAdler/ports-svn > >This was discussed many times before, and this is a bad idea. >- No checksums -> security issue >- No distfile caching/mirroring -> excess traffic consumption and > horrible availability >and I hope you're not even thinking of fetching from VCS without >specifying exact revision. > >Some standard way of generating distfiles from VCS may be nice though, >if it goes into separate mk-file and supports all major VCS. I also think this is a bad idea, even as a separate mk-file, for many of the same reasons. But it could be useful as a script in ports/Tools. From owner-freebsd-ports@FreeBSD.ORG Mon Nov 16 17:20:15 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72D591065670; Mon, 16 Nov 2009 17:20:15 +0000 (UTC) (envelope-from tingox@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id C96DF8FC0C; Mon, 16 Nov 2009 17:20:14 +0000 (UTC) Received: by bwz5 with SMTP id 5so6227184bwz.3 for ; Mon, 16 Nov 2009 09:20:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=nJ09saHqsXYaVU29hti+JGtARy8d5ykfi5PMZRSRodA=; b=rNl+3Ibfp/8Gqk2G/Ezl6a7KKrQmsxQPuYe8sp8gMwTKpz3s/c97KrB1e+FKqFg0sm TMq2+qcxyPd/CGMD5cCQt6tL8W9cwCitXZZ2uVb9WCpp/Lsh+3Re0m5vyD+Guw5lx2qI AHCLHQ/HGS5W/8d23s0830N179apa/AKHlGvk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=gy3MCKEW3Szi5K0QyQuHd7n4v2o9T8UNRVLRyxJXGBoent0Ft4zCi762q9kHwOF9O9 Io+EmwaTmzRPHcoXEuHTlGh+tvOgTzzkjVIizdKYe5kI78zufY6b4Kif1P543K5LkrLL 1nFsxxyZTWc+zYiFlDunMfUWvYvOYkusmTThk= MIME-Version: 1.0 Received: by 10.223.16.216 with SMTP id p24mr1193962faa.35.1258392011952; Mon, 16 Nov 2009 09:20:11 -0800 (PST) In-Reply-To: References: <8918c1a2037dab2e41e092833e042f39.squirrel@webmail.itac.at> Date: Mon, 16 Nov 2009 18:20:11 +0100 Message-ID: From: Torfinn Ingolfsen To: FreeBSD Ports ML Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Bernhard Froehlich , multimedia@freebsd.org Subject: Re: p5-xmltv - old? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Nov 2009 17:20:15 -0000 Hi, On Sun, Nov 15, 2009 at 8:10 PM, Bernhard Froehlich wrote: > Builds fine in my 7-stable/i386 tinderbox. I've checked which ports are > depending on p5-xmltv [1] and checked if that update could affect them. > > deskutils/ontv: NOTOK using tv_grab_be > misc/freeguide: OK using tv_cat > multimedia/freevo: OK using tv_cat > multimedia/mythtv: OK using tv_check > multimedia/tv_grab_au: OK using tv_check > > The only one that definitely needs fixing is ontv. The others look good. > And that one (ontv) has gnome@ as the maintainer. How should this be handled; should I send a mail to the gnome list first, before sending in the PR? Or should I just send the PR and then send a mail telling them that the ontv port will / might be affected? -- Regards, Torfinn Ingolfsen From owner-freebsd-ports@FreeBSD.ORG Mon Nov 16 18:30:31 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81B601065670; Mon, 16 Nov 2009 18:30:31 +0000 (UTC) (envelope-from decke@bluelife.at) Received: from mail.itac.at (mail.itac.at [91.205.172.9]) by mx1.freebsd.org (Postfix) with ESMTP id 38D3A8FC15; Mon, 16 Nov 2009 18:30:30 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=webmail.itac.at) by mail.itac.at with esmtpa (Exim 4.63) (envelope-from ) id 1NA6LN-00050F-JE; Mon, 16 Nov 2009 19:30:29 +0100 Received: from 78.142.74.81 (SquirrelMail authenticated user decke@bluelife.at) by webmail.itac.at with HTTP; Mon, 16 Nov 2009 19:30:29 +0100 (CET) Message-ID: In-Reply-To: References: <8918c1a2037dab2e41e092833e042f39.squirrel@webmail.itac.at> Date: Mon, 16 Nov 2009 19:30:29 +0100 (CET) From: "Bernhard Froehlich" To: "Torfinn Ingolfsen" User-Agent: SquirrelMail/1.4.15 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: Bernhard Froehlich , multimedia@freebsd.org, FreeBSD Ports ML Subject: Re: p5-xmltv - old? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Nov 2009 18:30:31 -0000 On Mon, November 16, 2009 6:20 pm, Torfinn Ingolfsen wrote: > Hi, > > On Sun, Nov 15, 2009 at 8:10 PM, Bernhard Froehlich > wrote: > >> Builds fine in my 7-stable/i386 tinderbox. I've checked which ports are >> depending on p5-xmltv [1] and checked if that update could affect them. >> >> deskutils/ontv: NOTOK using tv_grab_be >> misc/freeguide: OK using tv_cat >> multimedia/freevo: OK using tv_cat >> multimedia/mythtv: OK using tv_check >> multimedia/tv_grab_au: OK using tv_check >> >> The only one that definitely needs fixing is ontv. The others look good. >> > > And that one (ontv) has gnome@ as the maintainer. > How should this be handled; should I send a mail to the gnome list first, > before sending in the PR? > Or should I just send the PR and then send a mail telling them that the > ontv port will / might be affected? Both should be valid but the former is probably a bit faster. At least tell someone of the gnome@ team about it. I've seen that the ontv version is already quite outdated so it probably makes sense to update it to the latest version when you're at it. So go ahead and contact the gnome@ people - irc is usually the fastest. -- Bernhard Fröhlich http://www.bluelife.at/ From owner-freebsd-ports@FreeBSD.ORG Mon Nov 16 20:50:23 2009 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81055106566C; Mon, 16 Nov 2009 20:50:23 +0000 (UTC) (envelope-from post@sven-goettner.de) Received: from dd1426.kasserver.com (dd1426.kasserver.com [85.13.128.93]) by mx1.freebsd.org (Postfix) with ESMTP id 3DCCA8FC08; Mon, 16 Nov 2009 20:50:23 +0000 (UTC) Received: from cohiba.pawalanesien.lan (HSI-KBW-078-043-112-156.hsi4.kabel-badenwuerttemberg.de [78.43.112.156]) by dd1426.kasserver.com (Postfix) with ESMTP id 763A6232BCB; Mon, 16 Nov 2009 21:26:23 +0100 (CET) Date: Mon, 16 Nov 2009 21:26:22 +0100 From: Sven =?UTF-8?B?R8O2dHRuZXI=?= To: pav@FreeBSD.org Message-ID: <20091116212622.2e8f1fc1@cohiba.pawalanesien.lan> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.6; i386-portbld-freebsd7.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: FreeBSD Port: gtkam-0.1.16.1_1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2009 20:50:23 -0000 Dear maintainer of gtkam, just tried out gktam on FBSD 7.1-RELEASE-p8 and was closed to giving up, since my camera (Panasonic DMC-FZ50) was listed on gphoto.com as supported device and gtkam recognized it (almost correctly as FZ20 - but OK...) - but connection via PTP just resulted in an "PTP I/O-Error". Debugging with --debug and --debug-logfile also just listed an "unknown error". I could not connect to the camera or even view/download files. Finally I installed gphoto2 from the ports, since I hoped to get more help or information from a command line tool (proved to be a good strategy while trying to get my handheld to work under FBSD) and then (accidently) started gphoto2 as root - and it flawlessly connected to the camera and downloaded the pictures. Since mounting the camera as da* device (usb mass storage) worked perfectly (which would have been my fallback solution, anyway), I could not explain this behaviour to me. It took me quite a while to guess that obviously when connecting via PTP, an ugen* device is used and not the usual da* device for USB connections. Adding add path 'ugen*' 0660 group operator to /etc/devfs.rules (as done before for USB sticks) and restarting devfs and devd via the /etc/rc.d/dev* scripts finally solved the problem and now also non-root users are able to connect to the camera via PTP. So I suggest adding a post-install notice in the install routine for FBSD that makes the user aware of this step. I have not found this requirement documented elsewhere... Greetz and thanks for maintaining gtkam, Sven. From owner-freebsd-ports@FreeBSD.ORG Mon Nov 16 21:21:25 2009 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C3BD1065744 for ; Mon, 16 Nov 2009 21:21: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 849C68FC1E for ; Mon, 16 Nov 2009 21:21:24 +0000 (UTC) Received: from [192.168.0.23] (r2bb217.net.upc.cz [62.245.117.217]) (authenticated bits=0) by raven.customer.vol.cz (8.14.3/8.14.3) with ESMTP id nAGKsHX5025728; Mon, 16 Nov 2009 21:54:19 +0100 (CET) (envelope-from pav@FreeBSD.org) From: Pav Lucistnik To: Sven =?ISO-8859-1?Q?G=F6ttner?= In-Reply-To: <20091116212622.2e8f1fc1@cohiba.pawalanesien.lan> References: <20091116212622.2e8f1fc1@cohiba.pawalanesien.lan> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-grqFa9NypRGyuhSVHuW8" Date: Mon, 16 Nov 2009 21:54:17 +0100 Message-Id: <1258404857.31571.2.camel@hood.oook.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.26.3 FreeBSD GNOME Team Port X-Scanned-By: MIMEDefang 2.67 on 195.250.144.108 X-Milter: Spamilter (Reciever: raven.customer.vol.cz; Sender-ip: 62.245.117.217; Sender-helo: [192.168.0.23]; ) Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: gtkam-0.1.16.1_1 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: Mon, 16 Nov 2009 21:21:25 -0000 --=-grqFa9NypRGyuhSVHuW8 Content-Type: text/plain; charset="ISO-8859-2" Content-Transfer-Encoding: quoted-printable Sven G=F6ttner p=ED=B9e v po 16. 11. 2009 v 21:26 +0100: > Adding=20 >=20 > add path 'ugen*' 0660 group operator >=20 > to /etc/devfs.rules (as done before for USB sticks) and restarting > devfs and devd via the /etc/rc.d/dev* scripts finally solved the > problem and now also non-root users are able to connect to the camera > via PTP. Yes, this is even included in the gphoto online docu at http://gphoto.sourceforge.net/doc/manual/permissions-usb.html#usb-on-FreeBS= D But I just keep running sudo gphoto2, simpler for me :) --=20 Pav Lucistnik Any Palm app requiring an 90+ page manual has lost its vision. -- words about DateBk4 on Action Names list --=-grqFa9NypRGyuhSVHuW8 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.10 (FreeBSD) iEYEABECAAYFAksBu/kACgkQntdYP8FOsoInPACgolHK3XYh/IljcVOjyugt5wa3 QWwAoLOJGkqLtcMmZDkXHpsMWUr1Vaxh =fETh -----END PGP SIGNATURE----- --=-grqFa9NypRGyuhSVHuW8-- From owner-freebsd-ports@FreeBSD.ORG Mon Nov 16 23:58:26 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 043841065695 for ; Mon, 16 Nov 2009 23:58:26 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with ESMTP id 9F7938FC16 for ; Mon, 16 Nov 2009 23:58:25 +0000 (UTC) Received: (qmail 20522 invoked by uid 399); 16 Nov 2009 23:58:24 -0000 Received: from localhost (HELO foreign.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 16 Nov 2009 23:58:24 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4B01E71F.5050909@FreeBSD.org> Date: Mon, 16 Nov 2009 15:58:23 -0800 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Thunderbird 2.0.0.23 (X11/20090822) MIME-Version: 1.0 To: Sandra Kachelmann References: <91b92520911151444k742351bfl9ae20fb82a604bd5@mail.gmail.com> <20091116000643.GA14996@owl.midgard.homeip.net> <91b92520911160312q62c777absb735c44334328f05@mail.gmail.com> In-Reply-To: <91b92520911160312q62c777absb735c44334328f05@mail.gmail.com> X-Enigmail-Version: 0.96.0 OpenPGP: id=D5B2F0FB Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: remove BUILD_DEPENDS automatically after install X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Nov 2009 23:58:26 -0000 Sandra Kachelmann wrote: > (portmaster author cc:ed) > > On Mon, Nov 16, 2009 at 1:06 AM, Erik Trulsson wrote: >> On Sun, Nov 15, 2009 at 11:44:04PM +0100, Sandra Kachelmann wrote: >>> Is there a reason why BUILD_DEPENDS aren't being removed after a port >>> has been installed and if no other installed port depends on it? >> How do you know that the user does not want that port installed? >> And what if the user will install 20 other ports afterwards - all of which >> is that same port as a BUILD_DEPENDS - should that port be >> installed/deinstalled each and every time? > > It would be nice if this was configurable. Maybe it could be even > integrated into portupgrade or portmaster. If such a port is installed > directly it could get a package entry DIRECT_INSTALLED=yes in > /var/db/pkg/.. or something (there is probably a better way to do > this). I have a new feature in the svn version of portmaster called --packages-build that for any given run creates an internal list of dependencies that are only ever listed as build deps (never run deps) and installs packages for them but builds everything else. This feature was created at the request of one of companies that sponsored the package installation code. Currently it does not pkg_delete those packages when it's done, but I could easily add that. Actually I suppose it would not be too hard to extend that "list of build only deps" idea to a general feature which deletes them when done. Something like --delete-build-only maybe? This would be limited to the subset of the list of build-only deps that portmaster actually installed. Just because something is build-only for a given run of portmaster doesn't mean that it isn't a run dep for something else if it is already installed. >> (Personally I would be *very* annoyed if, for example, libtool or >> automake/autoconf would be reinstalled every time I installed a port which >> had one of them as a build-time dependency. Well then don't use the option. :) Options are generally good things. Doug -- Improve the effectiveness of your Internet presence with a domain name makeover! http://SupersetSolutions.com/ From owner-freebsd-ports@FreeBSD.ORG Tue Nov 17 00:01:12 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5166C1065694 for ; Tue, 17 Nov 2009 00:01:12 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with ESMTP id D0C7B8FC25 for ; Tue, 17 Nov 2009 00:01:11 +0000 (UTC) Received: (qmail 24681 invoked by uid 399); 17 Nov 2009 00:01:11 -0000 Received: from localhost (HELO foreign.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 17 Nov 2009 00:01:11 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4B01E7C6.2060305@FreeBSD.org> Date: Mon, 16 Nov 2009 16:01:10 -0800 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Thunderbird 2.0.0.23 (X11/20090822) MIME-Version: 1.0 To: Thomas Sandford References: <4AF897A4.3070408@delphij.net> <20091109225232.GA34294@lor.one-eyed-alien.net> <4AF9B6CC.5090308@delphij.net> <20091113011000.GA45256@atarininja.org> <20091113200607.GA59749@atarininja.org> <4AFED0D3.2050403@paradisegreen.co.uk> In-Reply-To: <4AFED0D3.2050403@paradisegreen.co.uk> X-Enigmail-Version: 0.96.0 OpenPGP: id=D5B2F0FB Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: RFC: svn for make 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, 17 Nov 2009 00:01:12 -0000 Thomas Sandford wrote: > If it were just one port and/or just a port maintainers tool I'd agree. > But this is something that affects MULTIPLE ports. You still seem to be advocating the idea of making this a mechanism for users, in spite of the fact that numerous people have said that idea is not likely to ever be approved. Given the universe where this feature is only used by maintainers, a tool script is a good solution. Doug -- Improve the effectiveness of your Internet presence with a domain name makeover! http://SupersetSolutions.com/ From owner-freebsd-ports@FreeBSD.ORG Tue Nov 17 00:23:05 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23B00106566B; Tue, 17 Nov 2009 00:23:05 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from tower.berklix.org (tower.berklix.org [83.236.223.114]) by mx1.freebsd.org (Postfix) with ESMTP id 6DFAA8FC13; Tue, 17 Nov 2009 00:23:04 +0000 (UTC) Received: from park.js.berklix.net (p549A7F19.dip.t-dialin.net [84.154.127.25]) (authenticated bits=0) by tower.berklix.org (8.14.2/8.14.2) with ESMTP id nAH0MrbN061320; Tue, 17 Nov 2009 00:22:53 GMT (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (fire.js.berklix.net [192.168.91.41]) by park.js.berklix.net (8.13.8/8.13.8) with ESMTP id nAH0Mgsi064736; Tue, 17 Nov 2009 01:22:42 +0100 (CET) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (localhost [127.0.0.1]) by fire.js.berklix.net (8.14.3/8.14.3) with ESMTP id nAH0MOlB073260; Tue, 17 Nov 2009 01:22:41 +0100 (CET) (envelope-from jhs@fire.js.berklix.net) Message-Id: <200911170022.nAH0MOlB073260@fire.js.berklix.net> To: rea-fbsd@codelabs.ru From: "Julian H. Stacey" Organization: http://www.berklix.com BSD Unix Linux Consultancy, Munich Germany User-agent: EXMH on FreeBSD http://www.berklix.com/free/ X-URL: http://www.berklix.com In-reply-to: Your message "Mon, 16 Nov 2009 11:29:46 +0300." <7cNPo33btPF0WvK2b4xGmUFSp5A@7ANLw7WpNQUEViOFvqmcIRbmcl4> Date: Tue, 17 Nov 2009 01:22:24 +0100 Sender: jhs@berklix.com Cc: ports@freebsd.org, mich@freebsd.org Subject: Re: sysutils/libcdio provides no cdio_paranoia.0 for ports/devel/gvfs X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Nov 2009 00:23:05 -0000 Hi Eugene, Reference: > From: Eygene Ryabinkin > Reply-to: rea-fbsd@codelabs.ru > Date: Mon, 16 Nov 2009 11:29:46 +0300 > Message-id: <7cNPo33btPF0WvK2b4xGmUFSp5A@7ANLw7WpNQUEViOFvqmcIRbmcl4> Eygene Ryabinkin wrote: > Sun, Nov 15, 2009 at 10:51:55PM +0100, Julian H. Stacey wrote: > > A hint would be welcome please with sysutils/libcdio, Paranoia stuff seems > > broken, but I'm not clear what's intended, hence mail rather than a send-pr. > > > > uname -a > > FreeBSD laps.js.berklix.net 7.2-RELEASE FreeBSD 7.2-RELEASE #2: \ > > Wed Sep 9 11:33:57 CEST 2009 \ > > jhs@laps.no.net:/usr/src/sys/i386/compile/LAPS.small i386 > > > > cd /usr/ports/net-mgmt/etherape ; make > > ===> gvfs-1.2.1 depends on shared library: cdio_paranoia.0 - not found > > ===> Verifying install for cdio_paranoia.0 in \ > > /usr/ports/sysutils/libcdio > > ===> Returning to build of gvfs-1.2.1 > > Error: shared library "cdio_paranoia.0" does not exist > > Do you have /usr/ports/sysutils/libcdio/work? Yes, & No, different times, ie ive tried both ways :-) When gvfs failed to make, I did cd /usr/ports/sysutils/libcdio ; make clean ; make cd usr/ports/devel/gvfs ; make clean ; make > If yes, remove it > and try the build once again. > > Do you really have nothing between "Verifying install for cdio_paranoia.0" > and "Returning to build of gvfs"? Not even a try to build libcdio port? It was already built I just tried cd /usr/ports/sysutils/libcdio make clean cd ../../*/gvfs make clean make & got ===> Registering installation for libcdio-0.78.2_2 ===> Returning to build of gvfs-1.2.1 Error: shared library "cdio_paranoia.0" does not exist *** Error code 1 Thanks anyway, PS Next will get to replies from Tılman Linneweh & Koop Mast Cheers, Julian -- Julian Stacey: BSD Unix Linux C Sys Eng Consultants Munich http://berklix.com Mail plain text not quoted-printable, HTML or Base64: http://asciiribbon.org Vote For Smoke Free Bavarian Pubs Restaurants http://berklix.org/~jhs/nim/ From owner-freebsd-ports@FreeBSD.ORG Tue Nov 17 01:22:46 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B26FE106566C; Tue, 17 Nov 2009 01:22:46 +0000 (UTC) (envelope-from s.kachelmann@googlemail.com) Received: from mail-fx0-f227.google.com (mail-fx0-f227.google.com [209.85.220.227]) by mx1.freebsd.org (Postfix) with ESMTP id 201E38FC13; Tue, 17 Nov 2009 01:22:45 +0000 (UTC) Received: by fxm27 with SMTP id 27so6720103fxm.3 for ; Mon, 16 Nov 2009 17:22:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=AtASvzooDsoCc/o2fvRU4VRICf2k9/X9WH5LgRpRD1Q=; b=AyfdY1dfJrLq4P7u+JxuCsGI1QXyknC+xFDhsj+CmVraw+D1HD4pWm1MSJEF8fkEHs FZv6cEB1fBp9JcciP1y0107AJ2A8z+XvOEyPgkFAGFzCs7PwKjyZ0KqapNQXf04DX98e A7Ql2YlkexJwOvfm4p5A+de0Epwo325sffGkA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=oM3Rce4fIBn5c1GC0VpXGrAesB2Un9DzX0+X6pAvORPI1hW8yd3coof/96QywhmA5g xXNF1JL++qwEUSRfDby98dBfLCIx5urgc4H6sUdVE9SOvQd8VamlUN6kyjBkjNmmvIjK 3nQm4M7K1YsMKLi8h0J1fVjDq06sHxGEFdF+I= MIME-Version: 1.0 Received: by 10.239.145.33 with SMTP id q33mr827220hba.126.1258420964498; Mon, 16 Nov 2009 17:22:44 -0800 (PST) In-Reply-To: <4B01E71F.5050909@FreeBSD.org> References: <91b92520911151444k742351bfl9ae20fb82a604bd5@mail.gmail.com> <20091116000643.GA14996@owl.midgard.homeip.net> <91b92520911160312q62c777absb735c44334328f05@mail.gmail.com> <4B01E71F.5050909@FreeBSD.org> Date: Tue, 17 Nov 2009 02:22:44 +0100 Message-ID: <91b92520911161722n37e74043pd841de5948cc8e80@mail.gmail.com> From: Sandra Kachelmann To: Doug Barton Content-Type: text/plain; charset=ISO-8859-1 Cc: ports@freebsd.org Subject: Re: remove BUILD_DEPENDS automatically after install X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Nov 2009 01:22:46 -0000 On Tue, Nov 17, 2009 at 12:58 AM, Doug Barton wrote: > Sandra Kachelmann wrote: >> (portmaster author cc:ed) >> >> On Mon, Nov 16, 2009 at 1:06 AM, Erik Trulsson wrote: >>> On Sun, Nov 15, 2009 at 11:44:04PM +0100, Sandra Kachelmann wrote: >>>> Is there a reason why BUILD_DEPENDS aren't being removed after a port >>>> has been installed and if no other installed port depends on it? >>> How do you know that the user does not want that port installed? >>> And what if the user will install 20 other ports afterwards - all of which >>> is that same port as a BUILD_DEPENDS - should that port be >>> installed/deinstalled each and every time? >> >> It would be nice if this was configurable. Maybe it could be even >> integrated into portupgrade or portmaster. If such a port is installed >> directly it could get a package entry DIRECT_INSTALLED=yes in >> /var/db/pkg/.. or something (there is probably a better way to do >> this). > > I have a new feature in the svn version of portmaster called > --packages-build that for any given run creates an internal list of > dependencies that are only ever listed as build deps (never run deps) > and installs packages for them but builds everything else. This > feature was created at the request of one of companies that sponsored > the package installation code. Currently it does not pkg_delete those > packages when it's done, but I could easily add that. This is exactly what I was looking for. > Actually I suppose it would not be too hard to extend that "list of > build only deps" idea to a general feature which deletes them when > done. Something like --delete-build-only maybe? This would be limited I would find such an option extremely useful. > to the subset of the list of build-only deps that portmaster actually > installed. Just because something is build-only for a given run of > portmaster doesn't mean that it isn't a run dep for something else if > it is already installed. Or if it's already installed before the actual port build it could be considered as "wanted" and therefor not to be deleted after the build. Just out of curiosity, is your svn repository publicly accessible? Thank you so much for the good work. Sandra From owner-freebsd-ports@FreeBSD.ORG Tue Nov 17 04:48:55 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F2421065679 for ; Tue, 17 Nov 2009 04:48:55 +0000 (UTC) (envelope-from mel.flynn+fbsd.ports@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id BEFD68FC1B for ; Tue, 17 Nov 2009 04:48:54 +0000 (UTC) Received: from mx1.sbmail.office-on-the.net (mx1.sbmail.office-on-the.net [192.168.2.107]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 39C417E858 for ; Mon, 16 Nov 2009 19:39:26 -0900 (AKST) Received: from dspam.sbmail.office-on-the.net (mx1.sbmail.office-on-the.net [192.168.2.107]) by mx1.sbmail.office-on-the.net (Postfix) with SMTP id 051DCC2CB05 for ; Mon, 16 Nov 2009 19:39:25 -0900 (AKST) Received: from webmail.testbox.ath.cx (mx1.sbmail.office-on-the.net [192.168.2.107]) by mx1.sbmail.office-on-the.net (Postfix) with ESMTP id 3F20CC2CB04; Mon, 16 Nov 2009 19:39:24 -0900 (AKST) MIME-Version: 1.0 Date: Mon, 16 Nov 2009 19:39:24 -0900 From: Mel Flynn To: Dmitry Marakasov In-Reply-To: <20091116121622.GA79691@hades.panopticon> References: <20091116121622.GA79691@hades.panopticon> Message-ID: X-Sender: mel.flynn+fbsd.ports@mailing.thruhere.net User-Agent: RoundCube Webmail/0.2 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-DSPAM-Result: Innocent X-DSPAM-Processed: Mon Nov 16 19:39:25 2009 X-DSPAM-Confidence: 1.0000 X-DSPAM-Improbability: 1 in 98689407 chance of being spam X-DSPAM-Probability: 0.0023 X-DSPAM-Signature: 60,4b0228fd42469759545379 X-DSPAM-Factors: 27, many, 0.40000, checksummed, 0.40000, seemed, 0.40000, an, 0.40000, Content-Type*charset="UTF+8", 0.40000, on+>>, 0.40000, Received*id+3F20CC2CB04, 0.40000, to+is, 0.40000, Received*webmail.testbox.ath.cx, 0.40000, In-Reply-To*<20091116121622.GA79691, 0.40000, from, 0.40000, From*>, 0.40000, DIRECT_INSTALLED=yes+in, 0.40000, >>>>+Is, 0.40000, general+feature, 0.40000, the+svn, 0.40000, Options, 0.40000, annoyed+if, 0.40000, installed/deinstalled+each, 0.40000, >>>+had, 0.40000, AM, 0.40000, portupgrade+or, 0.40000, that+are, 0.40000, had+one, 0.40000, (never, 0.40000, student, 0.40000, could+get, 0.40000, a+better, 0.40000 Cc: ports@freebsd.org, Sandra Kachelmann Subject: Re: remove BUILD_DEPENDS automatically after install X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Nov 2009 04:48:55 -0000 On Mon, 16 Nov 2009 15:58:23 -0800, Doug Barton wrote= : > Sandra Kachelmann wrote: >> (portmaster author cc:ed) >>=20 >> On Mon, Nov 16, 2009 at 1:06 AM, Erik Trulsson >> wrote: >>> On Sun, Nov 15, 2009 at 11:44:04PM +0100, Sandra Kachelmann wrote: >>>> Is there a reason why BUILD_DEPENDS aren't being removed after a por= t >>>> has been installed and if no other installed port depends on it? >>> How do you know that the user does not want that port installed? >>> And what if the user will install 20 other ports afterwards - all of >>> which >>> is that same port as a BUILD_DEPENDS - should that port be >>> installed/deinstalled each and every time? >>=20 >> It would be nice if this was configurable. Maybe it could be even >> integrated into portupgrade or portmaster. If such a port is installed >> directly it could get a package entry DIRECT_INSTALLED=3Dyes in >> /var/db/pkg/.. or something (there is probably a better way to do >> this). >=20 > I have a new feature in the svn version of portmaster called > --packages-build that for any given run creates an internal list of > dependencies that are only ever listed as build deps (never run deps) > and installs packages for them but builds everything else. This > feature was created at the request of one of companies that sponsored > the package installation code. Currently it does not pkg_delete those > packages when it's done, but I could easily add that. \o/ > Actually I suppose it would not be too hard to extend that "list of > build only deps" idea to a general feature which deletes them when > done. Something like --delete-build-only maybe? This would be limited > to the subset of the list of build-only deps that portmaster actually > installed. Just because something is build-only for a given run of > portmaster doesn't mean that it isn't a run dep for something else if > it is already installed. I think this can be handled better with a "--finish-cmd". After portmaste= r is done with everything, exec the finish command. A port build server can then pkg_delete -a and see what's still left in $PREFIX, while a casual user can run pkg_cutleaves -xRg to add the newly installed leafs to the exclude file and remove the build dependencies and their dependencies. >>> (Personally I would be *very* annoyed if, for example, libtool or >>> automake/autoconf would be reinstalled every time I installed a port >>> which >>> had one of them as a build-time dependency. =20 >=20 > Well then don't use the option. :) Options are generally good things. With libtool there is a gotcha though. If you change CC/CXX, libtool has to be rebuilt, so the package may not be valid. --=20 -- Mel From owner-freebsd-ports@FreeBSD.ORG Tue Nov 17 07:15:32 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 962E31065672 for ; Tue, 17 Nov 2009 07:15:32 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with ESMTP id 3A5778FC17 for ; Tue, 17 Nov 2009 07:15:31 +0000 (UTC) Received: (qmail 19699 invoked by uid 399); 17 Nov 2009 07:15:30 -0000 Received: from localhost (HELO foreign.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 17 Nov 2009 07:15:30 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4B024D91.4030605@FreeBSD.org> Date: Mon, 16 Nov 2009 23:15:29 -0800 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Thunderbird 2.0.0.23 (X11/20090822) MIME-Version: 1.0 To: Sandra Kachelmann References: <91b92520911151444k742351bfl9ae20fb82a604bd5@mail.gmail.com> <20091116000643.GA14996@owl.midgard.homeip.net> <91b92520911160312q62c777absb735c44334328f05@mail.gmail.com> <4B01E71F.5050909@FreeBSD.org> <91b92520911161722n37e74043pd841de5948cc8e80@mail.gmail.com> In-Reply-To: <91b92520911161722n37e74043pd841de5948cc8e80@mail.gmail.com> X-Enigmail-Version: 0.96.0 OpenPGP: id=D5B2F0FB Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: remove BUILD_DEPENDS automatically after install X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Nov 2009 07:15:32 -0000 Sandra Kachelmann wrote: > On Tue, Nov 17, 2009 at 12:58 AM, Doug Barton wrote: >> I have a new feature in the svn version of portmaster called >> --packages-build that for any given run creates an internal list of >> dependencies that are only ever listed as build deps (never run deps) >> and installs packages for them but builds everything else. This >> feature was created at the request of one of companies that sponsored >> the package installation code. Currently it does not pkg_delete those >> packages when it's done, but I could easily add that. > > This is exactly what I was looking for. Good! :) >> Actually I suppose it would not be too hard to extend that "list of >> build only deps" idea to a general feature which deletes them when >> done. Something like --delete-build-only maybe? This would be limited > > I would find such an option extremely useful. > >> to the subset of the list of build-only deps that portmaster actually >> installed. Just because something is build-only for a given run of >> portmaster doesn't mean that it isn't a run dep for something else if >> it is already installed. > > Or if it's already installed before the actual port build it could be > considered as "wanted" and therefor not to be deleted after the build. That's what I was getting at, sorry if I wasn't clear. > Just out of curiosity, is your svn repository publicly accessible? You can get access to the svn version and more information about the sponsorship program at http://dougbarton.us/portmaster-proposal.html. I just committed the --delete-build-only feature so enjoy that. :) Actually at this point I encourage everyone who is interested in package support in portmaster to download the svn version and put it through its paces. I am very close to considering this round of features "finished" and committing them to the port so the more people that can help with the testing the better. > Thank you so much for the good work. You're welcome, and thank you for the kind words. Doug -- Improve the effectiveness of your Internet presence with a domain name makeover! http://SupersetSolutions.com/ From owner-freebsd-ports@FreeBSD.ORG Tue Nov 17 10:27:52 2009 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7757106566B; Tue, 17 Nov 2009 10:27:52 +0000 (UTC) (envelope-from gabbawp@gmail.com) Received: from mail-bw0-f220.google.com (mail-bw0-f220.google.com [209.85.218.220]) by mx1.freebsd.org (Postfix) with ESMTP id 20F2E8FC08; Tue, 17 Nov 2009 10:27:51 +0000 (UTC) Received: by bwz20 with SMTP id 20so6712969bwz.14 for ; Tue, 17 Nov 2009 02:27:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:cc:content-type; bh=uiPsI2wHWQeaWLyiDSf6fyVV8qE0Y34UZaKR6nI+O60=; b=J3F/TPDQdw3EjO++d1xbyTaMTPSZJMl5+/ClKIVttUSVJUbL3CtGzCY//He4ZIAS05 BBIQN5vOKHsyIdRr5qpaz1maxodh2eeML6soW7me/gOp1zNPCK7wwXfiidWcZn0NXKNy 4A2dOrduKr5e64cTg2+594dgxxqYJWXDZymlQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; b=bWEAI6tZSZUWt5RCXW4RgY+yGylSDwcvXOrl3aiCVO6jclICv20ZeXXmRtjKJ+/T7y gP2EPEm7nGzGvIWpUcw9QnWiJIr2StJHQs+ajLLpJl6KY+RayJhrUh1bOKNSQ+pZ6btx iZMSpHmKoEq6r8/xZz06DzsSE5D69cxmRTJC8= MIME-Version: 1.0 Received: by 10.103.80.23 with SMTP id h23mr4007844mul.88.1258452003504; Tue, 17 Nov 2009 02:00:03 -0800 (PST) Date: Tue, 17 Nov 2009 12:00:03 +0200 Message-ID: <9a0178110911170200h50f78b62i7f45198193811dfb@mail.gmail.com> From: Gareth Hopkins To: sem@FreeBSD.org X-Mailman-Approved-At: Tue, 17 Nov 2009 12:47:46 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@FreeBSD.org Subject: FreeBSD Port: unbound-1.3.3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 10:27:52 -0000 Hi There, Any chance of getting the unbound port upgraded to 1.3.4 ? Thanks Gareth From owner-freebsd-ports@FreeBSD.ORG Tue Nov 17 14:44:58 2009 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 129A51065695 for ; Tue, 17 Nov 2009 14:44:58 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from mail.ciam.ru (mail.ciam.ru [91.209.218.18]) by mx1.freebsd.org (Postfix) with ESMTP id C40A58FC28 for ; Tue, 17 Nov 2009 14:44:57 +0000 (UTC) Received: from dhcp250-226.yandex.ru ([87.250.250.226]) by mail.ciam.ru with esmtpa (Exim 4.x) id 1NAOyR-000CY5-Ir; Tue, 17 Nov 2009 17:24:03 +0300 Message-ID: <4B02B203.2070909@FreeBSD.org> Date: Tue, 17 Nov 2009 17:24:03 +0300 From: Sergey Matveychuk User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: Gareth Hopkins References: <9a0178110911170200h50f78b62i7f45198193811dfb@mail.gmail.com> In-Reply-To: <9a0178110911170200h50f78b62i7f45198193811dfb@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: unbound-1.3.3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 14:44:58 -0000 Gareth Hopkins wrote: > Hi There, > > Any chance of getting the unbound port upgraded to 1.3.4 ? > > Thanks Yes. I hope to finish today. -- Dixi. Sem. From owner-freebsd-ports@FreeBSD.ORG Tue Nov 17 15:03:12 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C9F21065696 for ; Tue, 17 Nov 2009 15:03:12 +0000 (UTC) (envelope-from david.renty@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 0288F8FC17 for ; Tue, 17 Nov 2009 15:03:11 +0000 (UTC) Received: by bwz5 with SMTP id 5so147250bwz.3 for ; Tue, 17 Nov 2009 07:03:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=IZxCByrgoxd+AOSLyAVoIlS06h4tmMBwBlOYutU/5zw=; b=Hu85IIPGC7oXCy79Ve4gIJs/A2RhoddwPErA9ZmzDbJXH7vYt+NE/DS3GZWVJT5IcC Z0Ua1kFT08cG5V04PyCA5vOcooRj4Rt8of5MTsMwAqUeK2zxtEhuM8Y21konglYfkPNq Uhp8DlkmvqUdY7PKBzEVeWPWkM6rCWGavVUlU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=bjdturvgc9Oj9hbu5/fAEd2swlhDoRCt1Z8e0tY9xp++mif00QlEZJUM5ARdNPw7zp 2XJltD9r4oKNEI9XdKn9EfaY9LxxrGb8scommL66lzSkb42kNn1CMWgC0l3Sn6ZLTEIV ghTUKIqOETCSN0kIGeLeHWVf/+yuoSwNI+gU0= MIME-Version: 1.0 Received: by 10.216.88.6 with SMTP id z6mr369026wee.52.1258468341160; Tue, 17 Nov 2009 06:32:21 -0800 (PST) Date: Tue, 17 Nov 2009 15:32:21 +0100 Message-ID: <595246d70911170632l1fa1dd71pab7912b5776e92bd@mail.gmail.com> From: David Renty To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Flex package missing dependency X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 15:03:12 -0000 Hi, The textproc/flex package seems to be missing the devel/m4 dependency. Best regards. David Renty From owner-freebsd-ports@FreeBSD.ORG Tue Nov 17 15:44:18 2009 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F6611065697; Tue, 17 Nov 2009 15:44:18 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from tower.berklix.org (tower.berklix.org [83.236.223.114]) by mx1.freebsd.org (Postfix) with ESMTP id 826AB8FC0C; Tue, 17 Nov 2009 15:44:16 +0000 (UTC) Received: from park.js.berklix.net (p549A6A31.dip.t-dialin.net [84.154.106.49]) (authenticated bits=0) by tower.berklix.org (8.14.2/8.14.2) with ESMTP id nAHFiEEr078298; Tue, 17 Nov 2009 15:44:15 GMT (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (fire.js.berklix.net [192.168.91.41]) by park.js.berklix.net (8.13.8/8.13.8) with ESMTP id nAHFi5wO069434; Tue, 17 Nov 2009 16:44:05 +0100 (CET) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (localhost [127.0.0.1]) by fire.js.berklix.net (8.14.3/8.14.3) with ESMTP id nAHFi0AP084266; Tue, 17 Nov 2009 16:44:05 +0100 (CET) (envelope-from jhs@fire.js.berklix.net) Message-Id: <200911171544.nAHFi0AP084266@fire.js.berklix.net> To: Koop Mast From: "Julian H. Stacey" Organization: http://www.berklix.com BSD Unix Linux Consultancy, Munich Germany User-agent: EXMH on FreeBSD http://www.berklix.com/free/ X-URL: http://www.berklix.com In-reply-to: Your message "Mon, 16 Nov 2009 14:47:21 +0100." <1258379241.48450.7.camel@headache.rainbow-runner.nl> Date: Tue, 17 Nov 2009 16:44:00 +0100 Sender: jhs@berklix.com Cc: ports@FreeBSD.org, gnome@FreeBSD.org, =?iso-8859-9?Q?T=FDlman?= Linneweh Subject: Re: sysutils/libcdio provides no cdio_paranoia.0 for ports/devel/gvfs X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Nov 2009 15:44:18 -0000 Hi Tılman Linneweh & Koop Mast, Reference: > From: Koop Mast > Date: Mon, 16 Nov 2009 14:47:21 +0100 > Message-id: <1258379241.48450.7.camel@headache.rainbow-runner.nl> Koop Mast wrote: > On Mon, 2009-11-16 at 10:51 +0100, Týlman Linneweh wrote: > > Hello Julian! > > > > (CC: devel/gvfs maintainer added) > > > > Thanks for reporting this issue. > > > > On Nov 15, 2009, at 22:51 , Julian H. Stacey wrote: > > > int would be welcome please with sysutils/libcdio, Paranoia stuff seems > > > broken, but I'm not clear what's intended, hence mail rather than a send-pr. > > > > > > ===> gvfs-1.2.1 depends on shared library: cdio_paranoia.0 - not found > > > ===> Verifying install for cdio_paranoia.0 in \ > > > /usr/ports/sysutils/libcdio > > > ===> Returning to build of gvfs-1.2.1 > > > Error: shared library "cdio_paranoia.0" does not exist > > > /usr/ports/devel/gvfs ; make > > > ===> gvfs-1.2.1 depends on shared library: cdio_paranoia.0 - not found > > > ===> Verifying install for cdio_paranoia.0 in \ > > > /usr/ports/sysutils/libcdio > > > ===> Returning to build of gvfs-1.2.1 > > > Error: shared library "cdio_paranoia.0" does not exist > > > > There are two easy possible solutions. > > a) make gvfs depend on libcdio.so instead of the non-default cdio_paranoia.0 library > > b) Change libcdio to install cdio_paranoia.0 by default. > > > > Question to gnome@ - Does gvfs really need the cdio_paranoia library, or is this just a bug > > in the port Makefile and it is ok with the libcdio library? > > a) The configure script of the gvfs port checks for cdio_paranoia > library. It needs it for the cdda backend. > b) libcdio already got a option for paranoia support and it is default > to on. > > Julian you can do two things now. Either you disable the cdda backend in > gvfs with the WITH_CDDA option. Or build libcdio with paranoia support. > > -Koop OK Thanks, I'll try both (but not at same time :-) ... I've not tried just yet as another big compile running. I'd request one of the 2 ports be changed please, so that by default, without changing either default options, the 2 Makefiles are compatible when called from above, eg from /usr/ports/net-mgmt/etherape Cheers, Julian -- Julian Stacey: BSD Unix Linux C Sys Eng Consultants Munich http://berklix.com Mail plain text not quoted-printable, HTML or Base64: http://asciiribbon.org Vote For Smoke Free Bavarian Pubs Restaurants http://berklix.org/~jhs/nim/ From owner-freebsd-ports@FreeBSD.ORG Tue Nov 17 16:19:05 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D582A106568D for ; Tue, 17 Nov 2009 16:19:05 +0000 (UTC) (envelope-from yuri.gorchakov@point-group.ru) Received: from mail.point-group.ru (point-group.ru [83.172.40.209]) by mx1.freebsd.org (Postfix) with ESMTP id 870438FC2D for ; Tue, 17 Nov 2009 16:19:03 +0000 (UTC) Received: from localhost (point-group.ru [83.172.40.209]) by mail.point-group.ru (Mail System) with ESMTP id 6C8207EA8745 for ; Tue, 17 Nov 2009 21:54:03 +0600 (NOVT) X-Virus-Scanned: Antivirus and antispam scanner at point-group.ru Received: from alienware.local (docsis-79-136-173-96.tomtelnet.ru [79.136.173.96]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: yuri.gorchakov) by mail.point-group.ru (Mail System) with ESMTPSA id 8A98A7EA8743 for ; Tue, 17 Nov 2009 21:53:57 +0600 (NOVT) Message-ID: <4B02C70F.4050906@point-group.ru> Date: Tue, 17 Nov 2009 21:53:51 +0600 From: Yuri Gorchakov User-Agent: Thunderbird 2.0.0.23 (X11/20090923) MIME-Version: 1.0 To: ports@freebsd.org X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: ossec port is outdated and no maintainer replies X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Nov 2009 16:19:05 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dear FreeBSD ports maintainers, is there any way to stimulate security/ossec-hids-* port development or updates? In ports we have 2.0 version of the ossec HID program but 2.2. has been out there for a while, 2.1 version of which fixed major FreeBSD issue. I've tried to reach the maintainer of the port by e-mail, but got no reply at all. Thank you, Yuri. - -- С уважением, Юрий ÐлекÑандрович Горчаков директор "Информационные технологии - ТомÑк" ÐдреÑ: 634050, г.ТомÑк, пер.Ðахановича, д.12, оф.502 Тел.: +7 (3822) 332-382 e-mail: info@point-group.ru yuri.gorchakov@point-group.ru www: http://point-group.ru PGP: http://point-group.ru/yuri.gorchakov@point-group.ru.pub.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJLAscPAAoJEE1f1gTRC62BgiMH/1uysEhjnPNZBw1QMOi439tq YUykjIJiuVr2Bik02VUlkT1RSv7qs72jp943olcFofQ+19F2BByXRbIAcd/r/Avr mLG3axIL9EGxM+ctsZKw2j8uoubW/ehS3LFwUepeDW4PapUhheR68gPJryoM2G7G PGS6HXk5va/B+KysxINvjHeO3HCT6Vj5DRGxUqinxEf+NttlBpaB4UWyvL8qslcC E/cMBaAEVfuaKNQXCJXnkEaUZnlANXHby+hX4Et6/h4qiiebs8fdBZ6pBhGv3OT4 JA3TP8PqPGbCbTs4sSeumZr5UfqU/7E9ZjWgM/4cmH6dPo9T7IjYN0trVpRW3Pk= =aEVD -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Tue Nov 17 17:16:47 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B29A106568D for ; Tue, 17 Nov 2009 17:16:47 +0000 (UTC) (envelope-from 375.67312488.706f72747340667265656273642e6f7267.b@alimed.acc0.com) Received: from tnf-mta01-26.alimed.pgs01.com (tnf-mta01-26.tecsolution.pgs01.com [137.236.172.26]) by mx1.freebsd.org (Postfix) with ESMTP id 46C728FC13 for ; Tue, 17 Nov 2009 17:16:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; s=alimed; d=alimed.com; h=Message-ID:Date:From:Reply-To:To:Subject:Mime-Version:Content-Type:Content-Transfer-Encoding; i=enews@alimed.com; bh=lsjsHzPFCjghgsJr1/Is2l9+1p0=; b=n+Tp8WojgPFNn/WR6Np4Jq762aeF1ahkwW1d20D18hZ0xMBsBMN+BNZR807hFu70zAaWQ6NvFBh/ o+3aB+frz1RAhZgaZTPEOq33gNK1p+1i/pwwbvznV2v6LgqKsPkZNyWMbWjyUTTsMgWWq2FfoOGs 5apfiuQsmDT3HWU30D0= DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns; s=alimed; d=alimed.com; b=GtptxzVQb+E9AKKy8Bc9e2ZBu3L0X0FbnAA21PFwaBYx0LXZYrlK/gt1NcUmDMtt+jW3g8O1RUx3 SAyy7F0vkDC4+vBy6/QI3bwehEU+lOUJTEOV1p/OlZa+ta/+zI80wpKLffVIOupkW3z1Y0Q3kw6V qUmKKYDJ8YFtRzHUe08=; Received: from tnf-agent03.pgs01.com (137.236.173.4) by tnf-mta01-26.alimed.pgs01.com (PowerMTA(TM) v3.5r13) id h0bd7u0i73g8 for ; Tue, 17 Nov 2009 11:59:33 -0500 (envelope-from <375.67312488.706f72747340667265656273642e6f7267.b@alimed.acc0.com>) Message-ID: <1285085.1258477173684.JavaMail.root@tnf-agent03.pgs01.com> Date: Tue, 17 Nov 2009 11:59:33 -0500 (EST) From: AliMed enews To: ports@freebsd.org Content-Transfer-Encoding: quoted-printable X-Mailer-Version: 6.4.0 build 2437 X-Mailer: Accucast X-Accutrak: 375.67312488.706f72747340667265656273642e6f7267 MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Trial Offer. Disinfectant Kills Flu/MRSA For 24 Hours. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: enews@alimed.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 17:16:47 -0000 =20 If you are having trouble viewing this email, [1]click here. 3D"" [2]3D"AliMed=AE [3]3D"View View on Handheld [4]3D"Forward [5]Forward to Friend 3D"" 3D"" [6]Home 3D"" | 3D"" [7]Online Catalog 3D"" | 3D"" About Us 3D"" | 3D""= [8]Contact Us 3D"= | 3D"" [9]Help | 3D"" [10]Catalog Request 3D"" 3D"" 3D"" New!<= /b> 3D"" 3D"" [11]<= b>Spectrum 24 Disinfectant Trial Offer Ends 12/4 2 Bottles For $18.99! Kills In Minutes, Keeps Killing For 24 Hours Powerful And Safe Saves Time and Money Spectrum 24's long l= asting formula helps reduce the risk of spreading infection in crowded envi= ronments. And, because you don't have to treat surfaces so often, you'll sa= ve time and money. Get your trial bottles now. You'll want more! [12]<= /a> [13]LEARN MORE 3D"" 3D"" Welcome to AliMed eNews 3D"" 3D"" [14]Spectrum 24 Disinfectant Trial Offer= 3D"" [15]= 3D"Spectrum 3D"" Spectrum 24's s= ilver-based formula kills pathogens in minutes including salmonella, staph,= E. coli, VRE, MRSA, and viruses like Influenza A. It requires no rinsing a= nd keeps on killing for up to 24 hours --- making it more convenient and ec= onomical than conventional disinfectants. Spectrum 24 has= the EPA's lowest toxicity rating. So, it's powerful enough to use in medic= al and commercial facilities, but safe enough to use around children. Get y= our trial bottles now. You'll want more! 3D"" = ; &n= bsp; [16] 3D"Learn [17]...See more infection control solutions 3D"" [18]3D"Alimed" 3D"" [19]3D"Physical 3D"" [20]3D"Podiatry" 3D"" [21]3D"Arista 3D"" [22]3D"Ergonomics" 3D"" 3D"" [23]Add to Address Book 3D""= = | 3D"" [24]Subscribe 3D"" | 3D"" [25]Unsubscribe 3D= | 3D"" [26]Terms & Conditions 3D"" | 3D"" [27]Privacy Policy 3D"" | 3D"" [28]= Shipping & Handling 3D"" 3D"" References Visible links 1. =3D"http://alimed.acc0.com/cts/click?q=3D375%3B67312488%3Bx8FzgSNJ4u%2BhsEy= 2. 3D"http://alimed.acc0.com/cts/click?q=3D375%3B673= 3. 3D"http://ali=/ 4. 3D"http://ali=/ 5. =3D"http://alimed.acc0.com/cts/click?q=3D375%3B67312488%3BieAWGjb5e7izMfUgn= 6. 3D"http://alimed.acc0.com/= 7. 3D"http://alime=/ 8. 3D"http://alimed.acc0.com/cts/click?q=3D375%3B67312488%3B3= 9. 3D"http://alimed.acc0.com/cts/click?q=3D37= 10. 3D"http://alimed.acc0.com/cts/cl= 11. 3D"http://alimed.acc0.com/cts/click?q=3D375%3B6= 12. 3D"http://alimed.acc0.com/cts/click?q=3D375%3B6= 13. 3D"http://a=/ 14. file://localhost/tmp/3D"ht= 15. 3D"http://alimed.acc0.com/cts/click?q=3D375%3B= 16. 3D"http://alimed.acc0=/ 17. 3D"http://alimed.acc0.com/cts/= 18. 3D"http://alimed.acc0.com/cts/c= 19. 3D"http://alimed.acc0.com/cts/c= 20. 3D"http://alimed.acc0.com/cts/c= 21. 3D"http://alimed.acc0.com/cts/c= 22. 3D"http://alimed.acc0.com/cts/c= 23. 3D"http://alimed.acc0.com/cts/click?q=3D375%3B67312488%3B3VpGQ6BBgC= 24. 3D"http://a=/ 25. 3D"http://alimed.acc0.com/cts/click?q=3D375%3B673124= 26. 3D"http://alimed.acc0.com/cts/click?q=3D375= 27. 3D"http://alimed.=/ 28. =3D"http://alimed.acc0.com/cts/click?q=3D375%3B67312488%3B3VpGQ6BBgCuhsEyCe= Hidden links: 29. =3D"http://alimed.acc0.com/cts/click?q=3D375%3B67312488%3B3VpGQ6BBgCuhsEyCe= From owner-freebsd-ports@FreeBSD.ORG Tue Nov 17 17:52:11 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40BBF106566C for ; Tue, 17 Nov 2009 17:52:11 +0000 (UTC) (envelope-from peterjeremy@acm.org) Received: from mail17.syd.optusnet.com.au (mail17.syd.optusnet.com.au [211.29.132.198]) by mx1.freebsd.org (Postfix) with ESMTP id C33F88FC16 for ; Tue, 17 Nov 2009 17:52:10 +0000 (UTC) Received: from server.vk2pj.dyndns.org (c122-106-232-83.belrs3.nsw.optusnet.com.au [122.106.232.83]) by mail17.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id nAHHq6CB013760 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 18 Nov 2009 04:52:08 +1100 X-Bogosity: Ham, spamicity=0.000000 Received: from server.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by server.vk2pj.dyndns.org (8.14.3/8.14.3) with ESMTP id nAHHq4KQ034665; Wed, 18 Nov 2009 04:52:04 +1100 (EST) (envelope-from peter@server.vk2pj.dyndns.org) Received: (from peter@localhost) by server.vk2pj.dyndns.org (8.14.3/8.14.3/Submit) id nAHHq4mT034664; Wed, 18 Nov 2009 04:52:04 +1100 (EST) (envelope-from peter) Date: Wed, 18 Nov 2009 04:52:04 +1100 From: Peter Jeremy To: Yuri Gorchakov Message-ID: <20091117175204.GA12873@server.vk2pj.dyndns.org> References: <4B02C70F.4050906@point-group.ru> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7JfCtLOvnd9MIVvH" Content-Disposition: inline In-Reply-To: <4B02C70F.4050906@point-group.ru> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.20 (2009-06-14) Cc: ports@freebsd.org Subject: Re: ossec port is outdated and no maintainer replies X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Nov 2009 17:52:11 -0000 --7JfCtLOvnd9MIVvH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2009-Nov-17 21:53:51 +0600, Yuri Gorchakov wrote: >is there any way to stimulate security/ossec-hids-* port development or >updates? >In ports we have 2.0 version of the ossec HID program but 2.2. has been >out there for a while, 2.1 version of which fixed major FreeBSD issue. >I've tried to reach the maintainer of the port by e-mail, but got no >reply at all. It is the maintainer's responsibility to update the port. If the existing maintainer has vanished, you can take over maintainership by submitting a PR that updates the port and changes the MAINTAINER line. If the ports team are unable to contact the maintainer after a suitable period then your PR will be committed and you will become the maintainer. --=20 Peter Jeremy --7JfCtLOvnd9MIVvH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (FreeBSD) iEYEARECAAYFAksC4sQACgkQ/opHv/APuIeEfwCffDz+83zWdga2Leh5HcgyqP9w ZIgAn26feF55OdrBAnFvD9qyY4CVxlGq =WsXa -----END PGP SIGNATURE----- --7JfCtLOvnd9MIVvH-- From owner-freebsd-ports@FreeBSD.ORG Tue Nov 17 21:59:34 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE6E81065695 for ; Tue, 17 Nov 2009 21:59:34 +0000 (UTC) (envelope-from eitanadlerlist@gmail.com) Received: from gv-out-0910.google.com (gv-out-0910.google.com [216.239.58.189]) by mx1.freebsd.org (Postfix) with ESMTP id 726798FC13 for ; Tue, 17 Nov 2009 21:59:34 +0000 (UTC) Received: by gv-out-0910.google.com with SMTP id p33so151233gvf.39 for ; Tue, 17 Nov 2009 13:59:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=e5Oi3VPDGz9tTLpytubmTOeTa+xgHCW7McDKFaAyQZA=; b=Td4df/Ds+TqBwk6MYZh012ImRt0Sc6s93YIWYtZNE2BLXckrrxMmThgOxxkWkx+QG5 TlBepJ1KUXdnOlHcUFNcSyoOXmBCO3fpXYkLkJewiZmxjXzs6tkPG7q1Y7KQ/mWI5Z0b DYQ89DfBWX9S5d9KpO6c4EgjQydLq9NP6hc/w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=ota255AZIO3u22m6Iut+umTdPmLNhtmc6Yw8snC48C8o3ekHDzF0p1AmPYlUgc21m8 P1W4KfKk6AvCB59HjZGnjBEE8lKKnWXt12DAZLJMsVuHlRBmRiL7rADKBBq34uEb0Y2B Bk8+8q37jAFDKm4DFUnUfejEedkh7lb90/Uyc= MIME-Version: 1.0 Received: by 10.239.183.17 with SMTP id s17mr972081hbg.172.1258495173192; Tue, 17 Nov 2009 13:59:33 -0800 (PST) In-Reply-To: References: <20091116121622.GA79691@hades.panopticon> From: Eitan Adler Date: Tue, 17 Nov 2009 23:59:13 +0200 Message-ID: To: Mel Flynn Content-Type: text/plain; charset=ISO-8859-1 Cc: ports@freebsd.org, Dmitry Marakasov Subject: Re: RFC: svn for make 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, 17 Nov 2009 21:59:34 -0000 > Actually, I *had* a patch that got the source from svn, tarred it > and checksummed it, with little modification to the do-fetch target > and abusing FETCH_* variables. > The unsolvable problem I ran in to, is that svn doesn't adjust > timestamps for directories on export, so the checksum for the tar > was always different. Hacking svn export was outside my timeframe > and hacking tar to grow an option that sets all created dirs to > a fixed time stamp, seemed too hackish, so I let it go. Creating deterministic tars (ignoring "metadeta") sounds like it should be a solved problem by now. If it isn't then I will have to make it my next project ;) Anyway lets take your script above modify it so that it uploads the tarball to freebsd mirrors and includes the checksum as of the time the maintainer created the tar. This would be much closer to my proposal. From owner-freebsd-ports@FreeBSD.ORG Tue Nov 17 23:11:48 2009 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B7151065670 for ; Tue, 17 Nov 2009 23:11:48 +0000 (UTC) (envelope-from bgabert@guardianchem.ca) Received: from gate.guardianchem.ca (gate.guardianchem.ca [216.234.177.254]) by mx1.freebsd.org (Postfix) with ESMTP id 6EBE68FC12 for ; Tue, 17 Nov 2009 23:11:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by gate.guardianchem.ca (Postfix) with ESMTP id AD6B3B885; Tue, 17 Nov 2009 15:55:06 -0700 (MST) X-Virus-Scanned: amavisd-new at guardianchem.ca Received: from gate.guardianchem.ca ([127.0.0.1]) by localhost (gate.guardianchem.ca [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cc4rRFjOIay4; Tue, 17 Nov 2009 15:55:05 -0700 (MST) Received: from mail.guardianchem.ca (mail [72.45.85.159]) by gate.guardianchem.ca (Postfix) with SMTP id F170AB85E; Tue, 17 Nov 2009 15:55:04 -0700 (MST) Received: from localhost (localhost [127.0.0.1]) by mail.guardianchem.ca (Postfix) with ESMTP id 2E10F17407; Tue, 17 Nov 2009 15:55:23 -0700 (MST) X-Virus-Scanned: amavisd-new at guardianchem.ca Received: from mail.guardianchem.ca ([127.0.0.1]) by localhost (mail.guardianchem.ca [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XMIKHV5Zj55b; Tue, 17 Nov 2009 15:55:20 -0700 (MST) Received: from GUARDIAN01.GuardianChem.local (guardian01.guardianchem.local [10.0.0.2]) by mail.guardianchem.ca (Postfix) with ESMTP id A7107173FE; Tue, 17 Nov 2009 15:55:20 -0700 (MST) Received: from GUARDIAN01.GuardianChem.local ([10.0.0.2]) by GUARDIAN01.GuardianChem.local ([10.0.0.2]) with mapi; Tue, 17 Nov 2009 15:55:20 -0700 From: Brandon Gabert To: "janos.mohacsi@bsd.hu" Date: Tue, 17 Nov 2009 15:55:18 -0700 Thread-Topic: FreeBSD Port: nfsen-1.3.2 Thread-Index: Acpn2QkRg4i8b8pxT825cR3G8X9jQA== Message-ID: <5A3E1FAA-9FF0-475D-A625-166CA93BC504@guardianchem.ca> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "ports@FreeBSD.org" Subject: FreeBSD Port: nfsen-1.3.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 23:11:48 -0000 Hi, not sure if there is a list or if this is the right way of notifying yo= u, I am using the latest nfsen from ports and its having problems starting = the collectors at boot, i think its because it requires NETWORKING and SERV= ERS [or maybe something else] but these are not specified, i am probably go= ing to rewrite the rc script, i will send it to you when i have completed i= t. hope that helps Brandon Gabert Guardian Chemicals Inc.= From owner-freebsd-ports@FreeBSD.ORG Wed Nov 18 00:43:35 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1EE98106566C for ; Wed, 18 Nov 2009 00:43:35 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from mail-iw0-f190.google.com (mail-iw0-f190.google.com [209.85.223.190]) by mx1.freebsd.org (Postfix) with ESMTP id D92D98FC12 for ; Wed, 18 Nov 2009 00:43:34 +0000 (UTC) Received: by iwn28 with SMTP id 28so513689iwn.3 for ; Tue, 17 Nov 2009 16:43:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=ydneMW2a7UZXf/hHruuu6k43LDFsZwCXsYjlUs/N5EY=; b=c19H3APnJfT7fKHGYwULUxKOwQSJPOP6CuZExiUT/x/CGpsDadVNoiLxL1ixXa+so1 TUW287Du/g3Wi55D8tSKKdNGebzR651qe22xifjl9M1sbIM77rzIJFMAgqCZgWJ9XrV6 DUUdbA7Ei/lznanIPrwMI2i7e/MBhACxQxjIk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=JnQvmsWaHxyQLXkSRVTXQTAv8OZfIrNSwg0twdrOrBo8SbI9MHI4NUjGUT2LY6TdLX hTKYCkiAk7G1f1xbKrJ3UxOTcOOiFbbrIEt4sdJOabxz5GBI0OK1OaA6zf0O/IXM97Lo JUO1paUt4MXzeAM5rneTG5FYnpxiDv3qwFFsc= MIME-Version: 1.0 Received: by 10.231.21.157 with SMTP id j29mr2649742ibb.28.1258503554942; Tue, 17 Nov 2009 16:19:14 -0800 (PST) In-Reply-To: References: <20091116121622.GA79691@hades.panopticon> Date: Tue, 17 Nov 2009 18:19:14 -0600 Message-ID: <790a9fff0911171619q351717d2wd77ec37cad24d26b@mail.gmail.com> From: Scot Hetzel To: Eitan Adler Content-Type: text/plain; charset=ISO-8859-1 Cc: ports@freebsd.org, Mel Flynn , Dmitry Marakasov Subject: Re: RFC: svn for make 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: Wed, 18 Nov 2009 00:43:35 -0000 On Tue, Nov 17, 2009 at 3:59 PM, Eitan Adler wrote: >> Actually, I *had* a patch that got the source from svn, tarred it >> and checksummed it, with little modification to the do-fetch target >> and abusing FETCH_* variables. >> The unsolvable problem I ran in to, is that svn doesn't adjust >> timestamps for directories on export, so the checksum for the tar >> was always different. Hacking svn export was outside my timeframe >> and hacking tar to grow an option that sets all created dirs to >> a fixed time stamp, seemed too hackish, so I let it go. > > Creating deterministic tars (ignoring "metadeta") sounds like it > should be a solved problem by now. If it isn't then I will have to > make it my next project ;) > Instead of creating tar files, create zip files and then run them through torrentzip http://www.freebsd.org/cgi/cvsweb.cgi/ports/archivers/torrentzip/ Torrentzip resets the date/time on the files and directories in the zip archive so that the checksum of the file will match, no matter who builds the zip file using the same set of files. Scot From owner-freebsd-ports@FreeBSD.ORG Wed Nov 18 08:26:53 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F316106566C for ; Wed, 18 Nov 2009 08:26:53 +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 723238FC0C for ; Wed, 18 Nov 2009 08:26:53 +0000 (UTC) Received: by mail.soaustin.net (Postfix, from userid 502) id 0BD738C065; Wed, 18 Nov 2009 02:26:53 -0600 (CST) Date: Wed, 18 Nov 2009 02:26:53 -0600 From: Mark Linimon To: Peter Jeremy Message-ID: <20091118082653.GC6300@lonesome.com> References: <4B02C70F.4050906@point-group.ru> <20091117175204.GA12873@server.vk2pj.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091117175204.GA12873@server.vk2pj.dyndns.org> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: ports@freebsd.org, Yuri Gorchakov Subject: Re: ossec port is outdated and no maintainer replies X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Nov 2009 08:26:53 -0000 On Wed, Nov 18, 2009 at 04:52:04AM +1100, Peter Jeremy wrote: > It is the maintainer's responsibility to update the port. If the > existing maintainer has vanished, you can take over maintainership by > submitting a PR that updates the port and changes the MAINTAINER line. > If the ports team are unable to contact the maintainer after a suitable > period then your PR will be committed and you will become the maintainer. This isn't quite accurate. If you submit a PR, and the maintainer does not respond within 2 weeks, it is eligible for any ports committer to commit. A maintainer who does not respond to PRs or email for 3 months can be reset by any committer. However, I am often the person that does it, because I look for "committed via: maintainer-timeout" in commit messages and keep track of them. The periods were picked to be "give them enough time to be on vacation" and "let enough time have elapsed to show they are no longer interested." mcl From owner-freebsd-ports@FreeBSD.ORG Wed Nov 18 09:59:48 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2FA8E106566B for ; Wed, 18 Nov 2009 09:59:48 +0000 (UTC) (envelope-from eitanadlerlist@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id A73328FC0C for ; Wed, 18 Nov 2009 09:59:47 +0000 (UTC) Received: by bwz5 with SMTP id 5so1081997bwz.3 for ; Wed, 18 Nov 2009 01:59:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=wqTVU41UMrHmsb/XpmxDsQ9JmEXVwxyjjr9ckcoJLEU=; b=UgVCSohtkaMu9Ji/5Mq0k0BWCbPgzrY2ZCX4lOz7JjzVR+yh03bBzuPBwMNUeoOYZL RTQg8Vay6NynrBXSUvBaS9kOH61J1zbfpfi560QWCswPhGtCEy8Ro04MsRHEPtFeAbV5 NMeYS8MZIamRknbTz+Kn/dNuWd03aDNPt5lqY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=KA2JZAQ2VLA10Qbx1QpCC9Gi1mXJ0nUdJgx+SxbiDiWdjucbg0iTfwj8V9PjAVDITZ gXhRL32dd+z/5XSIpyUA7l7VSi7NUq+QCZirnNOtI0+M5xC6WmSj63he/03g4gEgVAfH KG/SJUs/ZN1KKplvaUncaBZsTwHoXr0gHQm38= MIME-Version: 1.0 Received: by 10.239.183.17 with SMTP id s17mr1035432hbg.172.1258538386086; Wed, 18 Nov 2009 01:59:46 -0800 (PST) In-Reply-To: <790a9fff0911171619q351717d2wd77ec37cad24d26b@mail.gmail.com> References: <20091116121622.GA79691@hades.panopticon> <790a9fff0911171619q351717d2wd77ec37cad24d26b@mail.gmail.com> From: Eitan Adler Date: Wed, 18 Nov 2009 11:59:26 +0200 Message-ID: To: Scot Hetzel Content-Type: text/plain; charset=ISO-8859-1 Cc: ports@freebsd.org, Mel Flynn , Dmitry Marakasov Subject: Re: RFC: svn for make 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: Wed, 18 Nov 2009 09:59:48 -0000 On Wed, Nov 18, 2009 at 2:19 AM, Scot Hetzel wrote: > On Tue, Nov 17, 2009 at 3:59 PM, Eitan Adler wrote: >>> Actually, I *had* a patch that got the source from svn, tarred it >>> and checksummed it, with little modification to the do-fetch target >>> and abusing FETCH_* variables. >>> The unsolvable problem I ran in to, is that svn doesn't adjust >>> timestamps for directories on export, so the checksum for the tar >>> was always different. Hacking svn export was outside my timeframe >>> and hacking tar to grow an option that sets all created dirs to >>> a fixed time stamp, seemed too hackish, so I let it go. >> >> Creating deterministic tars (ignoring "metadeta") sounds like it >> should be a solved problem by now. If it isn't then I will have to >> make it my next project ;) >> > Instead of creating tar files, create zip files and then run them > through torrentzip > > http://www.freebsd.org/cgi/cvsweb.cgi/ports/archivers/torrentzip/ > > Torrentzip resets the date/time on the files and directories in the > zip archive so that the checksum of the file will match, no matter who > builds the zip file using the same set of files. > > Scot > Does such a tool exist for tar archives? From owner-freebsd-ports@FreeBSD.ORG Wed Nov 18 11:43:15 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0EE47106566C for ; Wed, 18 Nov 2009 11:43:15 +0000 (UTC) (envelope-from freebsduser@paradisegreen.co.uk) Received: from mail.paradisegreen.co.uk (almaz.paradisegreen.co.uk [81.187.228.2]) by mx1.freebsd.org (Postfix) with ESMTP id 7F1B18FC17 for ; Wed, 18 Nov 2009 11:43:14 +0000 (UTC) Received: from [192.168.1.101] (cpc4-hudd10-0-0-cust70.hudd.cable.ntl.com [86.2.224.71]) by mail.paradisegreen.co.uk (8.13.3/8.13.3) with ESMTP id nAIBhAGQ041352 for ; Wed, 18 Nov 2009 11:43:11 GMT (envelope-from freebsduser@paradisegreen.co.uk) DomainKey-Signature: a=rsa-sha1; s=default; d=paradisegreen.co.uk; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:cc:subject: references:in-reply-to:content-type:content-transfer-encoding; b=wrw2q923zIREuP3b4Rex9G+pGD6QnlxkjxIcSL77i9VkGk5RxbuxId1yrq7Bf5vJu BGwdl6vMGhJEzDNVQKoNA== Message-ID: <4B03DDCB.7010408@paradisegreen.co.uk> Date: Wed, 18 Nov 2009 11:43:07 +0000 From: Thomas Sandford User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 References: <20091116121622.GA79691@hades.panopticon> <790a9fff0911171619q351717d2wd77ec37cad24d26b@mail.gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.9 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VERIFIED,MISSING_HEADERS autolearn=failed version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on almaz.paradisegreen.co.uk Cc: ports@freebsd.org Subject: Re: RFC: svn for make 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: Wed, 18 Nov 2009 11:43:15 -0000 (Sorry, Ive lost track of the higher level attributions, but) Eitan Adler wrote: >>> Creating deterministic tars (ignoring "metadeta") sounds like it >>> should be a solved problem by now. If it isn't then I will have to >>> make it my next project ;) >>> >> Instead of creating tar files, create zip files and then run them >> through torrentzip >> >> http://www.freebsd.org/cgi/cvsweb.cgi/ports/archivers/torrentzip/ >> >> Torrentzip resets the date/time on the files and directories in the >> zip archive so that the checksum of the file will match, no matter who >> builds the zip file using the same set of files. >> >> Scot >> > > Does such a tool exist for tar archives? Couldn't you achieve the same thing by the use of touch(1) -- Thomas Sandford From owner-freebsd-ports@FreeBSD.ORG Wed Nov 18 12:04:01 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F461106568B for ; Wed, 18 Nov 2009 12:04:01 +0000 (UTC) (envelope-from freebsd-ports@coreland.ath.cx) Received: from birch.site5.com (birch.site5.com [174.132.116.226]) by mx1.freebsd.org (Postfix) with ESMTP id 1A7D88FC2F for ; Wed, 18 Nov 2009 12:04:00 +0000 (UTC) Received: from dsl78-143-202-207.in-addr.fast.co.uk ([78.143.202.207] helo=viper.internal.network) by birch.site5.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1NAjGR-0007LF-Bf for freebsd-ports@freebsd.org; Wed, 18 Nov 2009 06:03:59 -0600 Received: by viper.internal.network (Postfix, from userid 11001) id CA1964AD53; Wed, 18 Nov 2009 12:03:53 +0000 (GMT) Date: Wed, 18 Nov 2009 12:03:53 +0000 From: freebsd-ports@coreland.ath.cx To: freebsd-ports@freebsd.org Message-ID: <20091118120353.GA7556@logik.internal.network> References: <20091107212936.GB85348@logik.internal.network> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091107212936.GB85348@logik.internal.network> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - birch.site5.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - coreland.ath.cx X-Source: X-Source-Args: X-Source-Dir: Subject: Re: Improving Ada support on FreeBSD and in the 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: Wed, 18 Nov 2009 12:04:01 -0000 Status update. I've now begun producing regular builds from GCC SVN for GCC, G++, GNAT and fortran on 7.2 amd64. The build logs are published here: http://gcc.coreland.ath.cx/ I'm hoping this will increase awareness of regressions before they make their way back into releases (the formal GCC releases rarely contain merged code from SVN for GNAT). I've still been completely unable to get GPL 2009 to compile on amd64 so am currently continuing the work to update (and add new) Ada ports. M From owner-freebsd-ports@FreeBSD.ORG Wed Nov 18 19:54:27 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A74B106566C for ; Wed, 18 Nov 2009 19:54:27 +0000 (UTC) (envelope-from mel.flynn+fbsd.ports@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id E5BE48FC08 for ; Wed, 18 Nov 2009 19:54:26 +0000 (UTC) Received: from mx1.sbmail.office-on-the.net (mx1.sbmail.office-on-the.net [192.168.2.107]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 2653C7E853 for ; Wed, 18 Nov 2009 10:54:25 -0900 (AKST) Received: from dspam.sbmail.office-on-the.net (mx1.sbmail.office-on-the.net [192.168.2.107]) by mx1.sbmail.office-on-the.net (Postfix) with SMTP id 94C02C2CB05 for ; Wed, 18 Nov 2009 10:54:24 -0900 (AKST) Received: from webmail.testbox.ath.cx (mx1.sbmail.office-on-the.net [192.168.2.107]) by mx1.sbmail.office-on-the.net (Postfix) with ESMTP id 9C576C2CB04; Wed, 18 Nov 2009 10:54:23 -0900 (AKST) MIME-Version: 1.0 Date: Wed, 18 Nov 2009 10:54:23 -0900 From: Mel Flynn To: Thomas Sandford In-Reply-To: <4B03DDCB.7010408@paradisegreen.co.uk> References: <20091116121622.GA79691@hades.panopticon> <790a9fff0911171619q351717d2wd77ec37cad24d26b@mail.gmail.com> <4B03DDCB.7010408@paradisegreen.co.uk> Message-ID: X-Sender: mel.flynn+fbsd.ports@mailing.thruhere.net User-Agent: RoundCube Webmail/0.2 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-DSPAM-Result: Innocent X-DSPAM-Processed: Wed Nov 18 10:54:24 2009 X-DSPAM-Confidence: 0.9899 X-DSPAM-Improbability: 1 in 9809 chance of being spam X-DSPAM-Probability: 0.0000 X-DSPAM-Signature: 60,4b0450f042361354713763 X-DSPAM-Factors: 27, Content-Type*charset="UTF+8", 0.01000, Received*webmail.testbox.ath.cx, 0.01000, From*>>> should be a solved problem by now. If it isn't then I will have to >>>> make it my next project ;) >>>> >>> Instead of creating tar files, create zip files and then run them >>> through torrentzip >>> >>> http://www.freebsd.org/cgi/cvsweb.cgi/ports/archivers/torrentzip/ >>> >>> Torrentzip resets the date/time on the files and directories in the >>> zip archive so that the checksum of the file will match, no matter wh= o >>> builds the zip file using the same set of files. >>> >>> Scot >>> >>=20 >> Does such a tool exist for tar archives? >=20 > Couldn't you achieve the same thing by the use of touch(1) Probably, but my idea was at the time to provide a simple way to support non-releases (like mplayer) and devel snapshots for which a tarball is not or rarely rolled, with minimal change to bsd.port.mk. Hence the abuse of FETCH_*. I found it again, I'll clean it up when I hav= e more time - there's more stuff in my bsd.local.mk so not a clean diff, bu= t the crux is this: FETCH_BINARY=3D${SVN_CMD} FETCH_ARGS=3D${SVN_QUIET} export FETCH_BEFORE_ARGS=3D-r${SVN_REVISION} DISABLE_SIZE=3Dyes # screws with FETCH_BEFORE_ARGS # cwd at this point is ${_DISTDIR} FETCH_AFTER_ARGS=3D${_SVN_STAGE} && ${TAR} -C ${SVN_STAGE} -czf \ ${PORTNAME}-${PORTVERSION}.tar.gz ${PORTNAME}-${PORTVERSION} \ WRKSRC?=3D${WRKDIR}/${SVN_ROOT} FETCH_NO_APPEND_FILE=3Dyes pre-fetch: @${MKDIR} ${SVN_STAGE} # Once bsdtar supports remove after archiving, we don't need this anymore= . post-fetch: @${RM} -rf ${_SVN_STAGE} (Yes, I realize I should inject my own targets and not abuse pre|post-fetch). bsd.port.mk diff snippet (long line): --- Mk/bsd.port.mk 21 Sep 2009 19:13:51 -0000 1.629 +++ Mk/bsd.port.mk 22 Sep 2009 01:21:26 -0000 @@ -3490,11 +3490,15 @@ for site in `eval $$SORTED_MASTER_SITES_CMD_TMP ${_RANDOMIZE_SITES}`; do \ ${ECHO_MSG} "=3D> Attempting to fetch from $${site}."; \ CKSIZE=3D`alg=3DSIZE; ${DISTINFO_DATA}`; \ - case $${file} in \ - */*) ${MKDIR} $${file%/*}; \ - args=3D"-o $${file} $${site}$${file}";; \ - *) args=3D$${site}$${file};; \ - esac; \ + if test x"${FETCH_NO_APPEND_FILE}" !=3D x"yes"; then \ + case $${file} in \ + */*) ${MKDIR} $${file%/*}; \ + args=3D"-o $${file} $${site}$${file}";; \ + *) args=3D$${site}$${file};; \ + esac; \ + else \ + args=3D$${site}; \ + fi; \ if ${SETENV} ${FETCH_ENV} ${FETCH_CMD} ${FETCH_BEFORE_ARGS} $${args} ${FETCH_AFTER_ARGS}; then \ continue 2; \ fi; \ --=20 -- Mel From owner-freebsd-ports@FreeBSD.ORG Thu Nov 19 09:12:59 2009 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C30CC106566C for ; Thu, 19 Nov 2009 09:12:59 +0000 (UTC) (envelope-from douglas@douglasthrift.net) Received: from slowhand.douglasthrift.net (slowhand.douglasthrift.net [69.55.236.40]) by mx1.freebsd.org (Postfix) with ESMTP id 9DDFA8FC20 for ; Thu, 19 Nov 2009 09:12:59 +0000 (UTC) Received: from [192.168.3.3] (ellwoodbeach.douglasthrift.net [98.185.236.37]) (authenticated bits=0) by slowhand.douglasthrift.net (8.14.3/8.14.3) with ESMTP id nAJ9Cvop064885 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 19 Nov 2009 01:12:59 -0800 (PST) (envelope-from douglas@douglasthrift.net) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=douglasthrift.net; s=dt-2007050501; t=1258621979; bh=CxLq+/mumaupT2SjI3Ruqj9K9iI=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:Content-Type: Content-Transfer-Encoding; b=RGpMNGftEtELUXJY0aM5YzGyTC5NijriTLAQxTx0rXkDh0KOoyLaJ6IQVbV3mDW3O IehjSE/cSK1IOkt/ZYpAQ== DomainKey-Signature: a=rsa-sha1; s=dt-2007050501; d=douglasthrift.net; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:cc:subject: x-enigmail-version:content-type:content-transfer-encoding; b=JfEm3z/kMBeJX4ZT+H79U0BdxKeNNgFNwE1K0W0ArOiunDuoYsQOhCWyfzXx2hDa6 lnYXF3XXL4+lCA9J94Nxg== Message-ID: <4B050C0B.3010305@douglasthrift.net> Date: Thu, 19 Nov 2009 01:12:43 -0800 From: Douglas Thrift User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: gerald@FreeBSD.org X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: FreeBSD Port: gcc-4.4.3.20091117 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Nov 2009 09:12:59 -0000 Hello, I'm currently working with a friend on a new project (http://www.cycript.org/) that uses Objective-C++ for its bindings to GNUstep. Would it be possible to add a knob or something to the gcc ports to enable Objective-C++ support? Thanks! -- Douglas William Thrift From owner-freebsd-ports@FreeBSD.ORG Thu Nov 19 14:32:55 2009 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A113E10656A5 for ; Thu, 19 Nov 2009 14:32:55 +0000 (UTC) (envelope-from Michael.Galapchuk@fcbank.com.ua) Received: from emx1.fcbank.com.ua (emx1.fcbank.com.ua [194.50.169.4]) by mx1.freebsd.org (Postfix) with ESMTP id 56F2F8FC22 for ; Thu, 19 Nov 2009 14:32:55 +0000 (UTC) Received: from [10.0.40.21] (helo=relay.fcbank.com.ua) by tornado.fcbank.com.ua with esmtp (Exim 4.68 (FreeBSD)) (envelope-from ) id 1NB1D7-000GBl-0v; Thu, 19 Nov 2009 09:13:45 +0200 Received: from [10.0.41.6] (helo=mxu.fcbank.com.ua) by relay.fcbank.com.ua with esmtp (Exim 4.68 (FreeBSD)) (envelope-from ) id 1NB1D6-000A2j-Un; Thu, 19 Nov 2009 09:13:45 +0200 Received: from [10.0.62.13] (helo=ws-13.vlan163.ind.fcbank.com.ua) by mxu.fcbank.com.ua with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1NB1D6-000Bvu-T2; Thu, 19 Nov 2009 09:13:44 +0200 Date: Thu, 19 Nov 2009 09:13:44 +0200 From: Michael M Galapchuk X-Mailer: The Bat! (v3.99.3) Professional Organization: F&C X-Priority: 3 (Normal) Message-ID: <1134410456.20091119091344@fcbank.com.ua> To: apache@FreeBSD.org Resent-from: Michael M Galapchuk MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Report: Checks skipped for (relay.fcbank.com.ua) [10.0.40.21] Resent-Message-Id: <20091119143255.A113E10656A5@hub.freebsd.org> Resent-Date: Thu, 19 Nov 2009 14:32:55 +0000 (UTC) Cc: ports@FreeBSD.org Subject: Upgrade www/apache22 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Nov 2009 14:32:55 -0000 Hi, maintainer, Please, upgrade, if possible, www/apache22 to apache-2.2.14 (2009-10-05). "Apache HTTP Server 2.2.14 is the best available version" http://httpd.apache.org/download.cgi Best regards, Michael mailto:Michael.Galapchuk@fcbank.com.ua From owner-freebsd-ports@FreeBSD.ORG Thu Nov 19 16:31:36 2009 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EFBD31065672 for ; Thu, 19 Nov 2009 16:31:35 +0000 (UTC) (envelope-from bhatfield@sonicbids.com) Received: from email.sonicbids.com (email.sonicbids.com [66.152.221.35]) by mx1.freebsd.org (Postfix) with ESMTP id AB6DB8FC0C for ; Thu, 19 Nov 2009 16:31:35 +0000 (UTC) Received: from sonicbid-exch.Sonic.local ([10.1.1.6]) by sonicbid-exch.Sonic.local ([10.1.1.6]) with mapi; Thu, 19 Nov 2009 11:20:43 -0500 From: Brian Hatfield To: "ports@christianserving.org" Date: Thu, 19 Nov 2009 11:20:42 -0500 Thread-Topic: FreeBSD Port: zabbix-1.6.6,1 Thread-Index: AcppND2+KAugrTP4T9OsB/r69aM3lw== Message-ID: <0F1C56A20547134BB21D18AD01A6268153FEE50AC6@sonicbid-exch.Sonic.local> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "ports@FreeBSD.org" Subject: FreeBSD Port: zabbix-1.6.6,1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2009 16:31:36 -0000 Hi there, A friendly note about the Zabbix port: version 1.6.7 was released on Nov 12= th 2009, thus making the current port out-of-date. Apologies if this kind of notification is inappropriate, it is meant only w= ith the best of intentions. Thank you for your work maintaining this port thus far! Brian Hatfield Sonicbids IT Manager From owner-freebsd-ports@FreeBSD.ORG Thu Nov 19 19:06:06 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF35C106568D for ; Thu, 19 Nov 2009 19:06:06 +0000 (UTC) (envelope-from chuckr@telenix.org) Received: from mail7.sea5.speakeasy.net (mail7.sea5.speakeasy.net [69.17.117.9]) by mx1.freebsd.org (Postfix) with ESMTP id A53488FC1F for ; Thu, 19 Nov 2009 19:06:06 +0000 (UTC) Received: (qmail 14094 invoked from network); 19 Nov 2009 18:39:25 -0000 Received: from april.chuckr.org (HELO april.telenix.org) (chuckr@[66.92.151.30]) (envelope-sender ) by mail7.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 19 Nov 2009 18:39:25 -0000 Message-ID: <4B0590E6.6010503@telenix.org> Date: Thu, 19 Nov 2009 13:39:34 -0500 From: Chuck Robey User-Agent: Thunderbird 2.0.0.19 (X11/20090121) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: building koffice X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Nov 2009 19:06:06 -0000 I looked into ports/editors, to find the port name for koffice, and found a great number of koffice ports that *seem* to be for foreign language support (I might be wrong, but there's nothing in the pkg-descr to say one way or another). My problem is, I don't really want support for all of those languages in my koffice, I really want only American English, but I can't figure out how to remove all of those extra languages, and how to get American English (there's apparently no koffice_en). Could I please get some advice on this? From owner-freebsd-ports@FreeBSD.ORG Thu Nov 19 19:17:00 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 472B8106566C for ; Thu, 19 Nov 2009 19:17:00 +0000 (UTC) (envelope-from cm@therek.net) Received: from lux.therek.net (lux.therek.net [64.85.172.243]) by mx1.freebsd.org (Postfix) with ESMTP id F3A358FC08 for ; Thu, 19 Nov 2009 19:16:59 +0000 (UTC) Received: from [192.168.85.23] (dixie.therek.net [85.222.73.223]) (authenticated bits=0) by lux.therek.net (8.14.3/8.14.3) with ESMTP id nAJJGvqt003858 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Thu, 19 Nov 2009 20:16:59 +0100 (CET) Message-ID: <4B0599A8.2080703@therek.net> Date: Thu, 19 Nov 2009 20:16:56 +0100 From: Cezary Morga User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <4B0590E6.6010503@telenix.org> In-Reply-To: <4B0590E6.6010503@telenix.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: building koffice X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Nov 2009 19:17:00 -0000 Dnia 2009-11-19 19:39, Chuck Robey napisaÅ‚: > I looked into ports/editors, to find the port name for koffice, and found a > great number of koffice ports that *seem* to be for foreign language support (I > might be wrong, but there's nothing in the pkg-descr to say one way or another). > My problem is, I don't really want support for all of those languages in my > koffice, I really want only American English, but I can't figure out how to > remove all of those extra languages, and how to get American English (there's > apparently no koffice_en). Could I please get some advice on this? Hmm... How about editors/koffice-kde3 and editors/koffice-i18n-en_GB if you fancy? -- Cezary Morga From owner-freebsd-ports@FreeBSD.ORG Thu Nov 19 23:05:08 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9973710656A4 for ; Thu, 19 Nov 2009 23:05:08 +0000 (UTC) (envelope-from eitanadlerlist@gmail.com) Received: from mail-fx0-f227.google.com (mail-fx0-f227.google.com [209.85.220.227]) by mx1.freebsd.org (Postfix) with ESMTP id 307E68FC2A for ; Thu, 19 Nov 2009 23:05:07 +0000 (UTC) Received: by fxm27 with SMTP id 27so3120602fxm.3 for ; Thu, 19 Nov 2009 15:05:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type; bh=0dRxzayKXIY0HumP+MfHUFtClDXbrvFoPEKNSziIBt4=; b=uLpwQAIbuWaMMZIkVYFcefXk4DuLRVORnAVWxBiWwZS2f5DCiE4fLQNVMXCVtepkM2 rm5j5zkbqIGUpJ1DJPQew9hMkSbc7/og385Nf94yxWtfq7uXx7YkgQIDe1tb+MnhdkwE 5Eqktq88+Iiz7N8mAyQBag+ieS/0MiALzF5dU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=TB0GQvIgPww5HyTvNuI9SsqXw70+Vj0mmveq8TpRmwNav46KVG9CJnr5wPsCGkcoXw aucW7bg/UX81StYbPEESqOtUF2MhRrn92tvqY6k9kuishqBesJNHHrQtaJjCCB2PW1EY 3epU2oYuHglLIgVV16pBrOrS/+T7IBhUdTNdw= MIME-Version: 1.0 Received: by 10.239.141.136 with SMTP id c8mr69919hba.148.1258671907206; Thu, 19 Nov 2009 15:05:07 -0800 (PST) From: Eitan Adler Date: Fri, 20 Nov 2009 01:04:47 +0200 Message-ID: To: freebsd-ports@freebsd.org Content-Type: multipart/mixed; boundary=001485f6d9d0eaf7640478c16399 Subject: devel/allegro 4.2.2 to 4.2.3.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2009 23:05:08 -0000 --001485f6d9d0eaf7640478c16399 Content-Type: text/plain; charset=ISO-8859-1 I was hoping to get some testing of this patch by people who use allegro (note the last line requires files to be removed). --001485f6d9d0eaf7640478c16399 Content-Type: application/octet-stream; name=patch-allegro Content-Disposition: attachment; filename=patch-allegro Content-Transfer-Encoding: base64 X-Attachment-Id: f_g284kkqg0 ZGlmZiAtdXIgYWxsZWdyby9NYWtlZmlsZSBhbGxlZ3JvLWZvby9NYWtlZmlsZQotLS0gYWxsZWdy by9NYWtlZmlsZQkyMDA5LTA4LTIyIDAzOjE3OjUxLjAwMDAwMDAwMCArMDMwMAorKysgYWxsZWdy by1mb28vTWFrZWZpbGUJMjAwOS0xMS0xMCAyMjo0MDowNS4wMDAwMDAwMDAgKzAyMDAKQEAgLTYs NyArNiw3IEBACiAjCiAKIFBPUlROQU1FPQlhbGxlZ3JvCi1ESVNUVkVSU0lPTj0JNC4yLjIKK0RJ U1RWRVJTSU9OPQk0LjIuMy4xCiBQT1JUUkVWSVNJT049CTIKIENBVEVHT1JJRVM9CWRldmVsCiBN QVNURVJfU0lURVM9CVNGL2FsbGVnLyR7UE9SVE5BTUV9LyR7UE9SVFZFUlNJT059CmRpZmYgLXVy IGFsbGVncm8vZGlzdGluZm8gYWxsZWdyby1mb28vZGlzdGluZm8KLS0tIGFsbGVncm8vZGlzdGlu Zm8JMjAwNy0wNy0zMCAxOTo0Nzo1MC4wMDAwMDAwMDAgKzAzMDAKKysrIGFsbGVncm8tZm9vL2Rp c3RpbmZvCTIwMDktMTEtMTAgMjI6NDY6MjQuMDAwMDAwMDAwICswMjAwCkBAIC0xLDMgKzEsMyBA QAotTUQ1IChhbGxlZ3JvLTQuMi4yLnRhci5neikgPSA4N2ZmYjFkZWYwMzRlMGVjMjlhOWFkNGE1 OTVjZGE3ZQotU0hBMjU2IChhbGxlZ3JvLTQuMi4yLnRhci5neikgPSBmOWI4ZTMxNzhhMTBhYzkz MDQxZTNmZmJjOThlYTBlZmMwMjU0ODg0YzMxN2JmMDc4ZWI2NjM2NmVlMDQyYTdkCi1TSVpFIChh bGxlZ3JvLTQuMi4yLnRhci5neikgPSAzMTgxMjU4CitNRDUgKGFsbGVncm8tNC4yLjMuMS50YXIu Z3opID0gOTJiMGFmM2NjY2M1ZjNiNGMzYzFhYWQ2OWEzMmJhYTkKK1NIQTI1NiAoYWxsZWdyby00 LjIuMy4xLnRhci5neikgPSAzNzA5NGRkY2YyNGIyOWFjYzY0MWI1ZDg4ZGRhYTJmMWIwZGZhYzVj YmI0ZGUyMDQyMjg2MTAxOGZiMDdmYTUzCitTSVpFIChhbGxlZ3JvLTQuMi4zLjEudGFyLmd6KSA9 IDMxNzk3ODgKT25seSBpbiBhbGxlZ3JvL2ZpbGVzOiBwYXRjaC1hY2xvY2FsLm00Cg== --001485f6d9d0eaf7640478c16399-- From owner-freebsd-ports@FreeBSD.ORG Fri Nov 20 10:14:47 2009 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4421B1065670 for ; Fri, 20 Nov 2009 10:14:47 +0000 (UTC) (envelope-from david@kiner.com) Received: from smtpfb1-g21.free.fr (smtpfb1-g21.free.fr [212.27.42.9]) by mx1.freebsd.org (Postfix) with ESMTP id 9246E8FC13 for ; Fri, 20 Nov 2009 10:14:44 +0000 (UTC) Received: from smtp2-g21.free.fr (smtp2-g21.free.fr [212.27.42.2]) by smtpfb1-g21.free.fr (Postfix) with ESMTP id 051D42C899 for ; Fri, 20 Nov 2009 10:55:18 +0100 (CET) Received: from smtp2-g21.free.fr (localhost [127.0.0.1]) by smtp2-g21.free.fr (Postfix) with ESMTP id DB10C4B021E; Fri, 20 Nov 2009 10:55:12 +0100 (CET) Received: from kingd (lev92-2-82-228-130-65.fbx.proxad.net [82.228.130.65]) by smtp2-g21.free.fr (Postfix) with ESMTP id BF6384B014E; Fri, 20 Nov 2009 10:55:09 +0100 (CET) From: "David Kiner" To: Date: Fri, 20 Nov 2009 10:52:42 +0100 Message-ID: MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 Thread-Index: AcppxzPOEQ2sORW4RF6zxrSXtnSntA== Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@FreeBSD.org Subject: FreeBSD Port: phpbb-3.0.5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 10:14:47 -0000 Hello, I want to install phpBB on my SRV. I see the 3.0.6 is just released on 17 november. Do you know when you upgrade the port ? Regards, David KINER From owner-freebsd-ports@FreeBSD.ORG Fri Nov 20 10:56:10 2009 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3BD001065670 for ; Fri, 20 Nov 2009 10:56:10 +0000 (UTC) (envelope-from kiwi@oav.net) Received: from mail.oav.net (mail.oav.net [193.43.215.1]) by mx1.freebsd.org (Postfix) with ESMTP id EA1178FC12 for ; Fri, 20 Nov 2009 10:56:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail02.oav.net (Postfix) with ESMTP id 0F98A61CAE for ; Fri, 20 Nov 2009 11:39:00 +0100 (CET) (envelope-from kiwi@oav.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=oav.net; h= content-transfer-encoding:content-type:content-type:user-agent :message-id:organization:subject:subject:from:from:date:date :mime-version:received:received; s=mail01; t=1258713539; bh=gKqZ 9DWmY6OdHOImTfW6Kf64wST9Ukwp3o6cz8IhJQ0=; b=Y5sDAgzDbiPO8+kJ2nMw vab326LZF7FM7akitZbXMOcvRW6IEnoaSWXj11pO9SOwjcZRLCtAPt379rjb5p5I nn7h1Wtt4FIuJfuD+0W2GHHfTOjCA1rKi2NVrZB6RFv8UPY+HFvnahQ1xF8X5DaJ 73jJci+UJ3oMRLdJyUtBmp0= X-Virus-Scanned: by amavisd-new at mail02.oav.net Received: from mail02.oav.net ([127.0.0.1]) by localhost (mail02.oav.net [127.0.0.1]) (amavisd-new, port 10026) with LMTP id 7rtAVG8cw9tS for ; Fri, 20 Nov 2009 11:38:59 +0100 (CET) Received: from webmail.openvisp.net (nat-out.openvisp.net [193.218.105.29]) by mail02.oav.net (Postfix) with ESMTP id 55A0061CAA for ; Fri, 20 Nov 2009 11:38:58 +0100 (CET) (envelope-from kiwi@oav.net) MIME-Version: 1.0 Date: Fri, 20 Nov 2009 11:38:58 +0100 From: Xavier Beaudouin To: Organization: Association Kazar Message-ID: X-Sender: kiwi@oav.net User-Agent: RoundCube Webmail/0.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: Subject: rc.d scripts and REQUIRE part X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Nov 2009 10:56:10 -0000 Hello, I am trying to understand how to customize rc.d scripts to get the right startup sequence for all daemons. Seems we have (my case havp, but it is also the same problem for example monit) : /usr/local/etc/rc.d/havp : # PROVIDE: havp # REQUIRE: DAEMON cleanvar # BEFORE: LOGIN But in my configuration, I need ... clamd to be started before havp.=20 I have no garantee that clamd is started before havp. Is there any hint (I had a look in handbook, but didn't find yet) a way t= o add some REQUIRE stuff for a rc script inside, for example /etc/rc.conf ? Thanks, Xavier -- Association KAZAR - http://kazar.net/ Non profit hosting for anybody From owner-freebsd-ports@FreeBSD.ORG Fri Nov 20 12:07:37 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B9A31065670 for ; Fri, 20 Nov 2009 12:07:37 +0000 (UTC) (envelope-from gesbbb@yahoo.com) Received: from smtp107.prem.mail.ac4.yahoo.com (smtp107.prem.mail.ac4.yahoo.com [76.13.13.46]) by mx1.freebsd.org (Postfix) with SMTP id 91A078FC17 for ; Fri, 20 Nov 2009 12:07:36 +0000 (UTC) Received: (qmail 71184 invoked from network); 20 Nov 2009 12:07:35 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Received:Date:From:To:Subject:Message-ID:In-Reply-To:References:Reply-To:Organization:X-Mailer:Face:Mime-Version:Content-Type:Content-Transfer-Encoding; b=0+7QoTVvbSwmuVEAaP8uU120OAjbAHv75QifkEEVo9fGG1H80fl/ndowF5zIqfv4bDiVkmLL3W6pHr9Ri5qZywJfPoLzxNDJMGLsipxywcuNPQon3fKlthfC7cqRMfMdVmLrvYNKWX/5vC4XXMM+eWSC273bi2bw8E9GRrsHfaI= ; Received: from c-67-189-183-172.hsd1.ny.comcast.net (gesbbb@67.189.183.172 with login) by smtp107.prem.mail.ac4.yahoo.com with SMTP; 20 Nov 2009 04:07:34 -0800 PST X-Yahoo-SMTP: yeAAMgKswBATCul4lSbCWspvTA-- X-YMail-OSG: P6yL23QVM1nmhzXcVRh4cAnsIumzdDT8mMwKu3ogOKKI4jQeS4pdWAsENxg84usDdLFs8Tn5xEVOfekHnOeU1CR1dnJUoRmXa0SDK6KBA9BYMcrKD698XOT7qNurng2uCrTbxa7wycK5vQc.Bd8zfQTDhjnxQ2ims6mKWBUMtP82RIwNuBA8tuaSp8YPLR3nwZQguCjloAubNxNsk1PZ7SRQqTv4qWoRDZERKzPVEzKfYAQcJjqxAqGFMdMAVwSwNa20qRIC9AjJ9AVvB9hmEBlKnYsnfoSla990h0bq5xf4H6D0CcqgXMzW2g-- X-Yahoo-Newman-Property: ymail-3 Received: from scorpio.seibercom.net (scorpio.seibercom.net [192.168.1.103]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: gesbbb@scorpio.seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPSA id 5899D2283B for ; Fri, 20 Nov 2009 07:07:34 -0500 (EST) Date: Fri, 20 Nov 2009 07:07:33 -0500 From: Jerry To: freebsd-ports@freebsd.org Message-ID: <20091120070733.36941a8f@scorpio.seibercom.net> In-Reply-To: References: Organization: seibercom.net X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.6; i386-portbld-freebsd7.2) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAGFBMVEX+/v7++v6YOTrq8PCcuIX989UvOSj++v0BNCbpAAAAB3RJTUUHsQwfFzs7RBhzUQAAAhJJREFUOI1dU8GOqzAMNKIoV1bvwD1i0ysqrHplIdBrVSX7ATSbd03VVvn9tQNtQy0hjAdn7LED4AAcPtWm9RV+MPSfxhBLx9ajd6X/ngB6/mTwnRSZua7i7Ca+0ctZKo4Qmz+JY13X6I3nFZBxIYW1PbgfQ5RP8g0XlltEWGf3cV03joYpRnFbvYDKbXjZlXyyhEZA4lI+cN3NaVXE4VKjSwTExO10eTEkkJVqIAD5z0nUBQJluQDRSQjcrBiHAJxZlAH5CUMBMC7OcJ4LMQNnxhZ1HYPscMc6J4UlWRMNwzOpCcAHKSICd1EDn83abdREIbXsHkD1OinP1aCUCOEVRaa1lMcvywUWdYgk13JQUpYNKmvXQ8Kw5ML9YI5h8SakctBc7E/IYuLhYd/zZIk+1gM1vNweQBvHE0j+oYah3sMqAytQYlZk6+ANaaawJdu3OFzYGMZ3iGpa3qMlq9ZH0VZTgrCtw/ngdYkEIIpSbP1bWQAdFdX9vocBdkH2qVjVmuMu3gI5rjs814EUdrCZgWlPaxZZ3RiLFUtr+ud0PXwp2dnQSNXgePt6AZpBj6UMJ7VQkzN4utVeaSW1Dhn/kblGrKeMvNGnzwX4zuEDarYz1KdPtR60Gul0Gued+515SJXhCsl+Tx/3kY/UDvicPll9mfu50t3tvQ/thZpJYgeuwdSKNJ6tCD98MCgoxLDaPxbwqqwPWaWiAAAAAElFTkSuQmCC X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: rc.d scripts and REQUIRE part X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 12:07:37 -0000 On Fri, 20 Nov 2009 11:38:58 +0100 Xavier Beaudouin replied: > Hello, > > I am trying to understand how to customize rc.d scripts to get the > right startup sequence for all daemons. > > Seems we have (my case havp, but it is also the same problem for > example monit) : > > /usr/local/etc/rc.d/havp : > > # PROVIDE: havp > # REQUIRE: DAEMON cleanvar > # BEFORE: LOGIN > > But in my configuration, I need ... clamd to be started before havp. Change to: # REQUIRE: DAEMON cleanvar clamd You also might try in the '/usr/local/etc/rc.d/clamav-clamd' file adding: # BEFORE: havp Do not remove any entries all ready listed there. I think the first method would be your best solution however. -- Jerry gesbbb@yahoo.com |::::======= |::::======= |=========== |=========== | If life gives you lemons, make lemonade. From owner-freebsd-ports@FreeBSD.ORG Fri Nov 20 12:53:39 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3E77106566B; Fri, 20 Nov 2009 12:53:39 +0000 (UTC) (envelope-from noisex@apollo.lv) Received: from smtp1.apollo.lv (smtp1.apollo.lv [80.232.168.211]) by mx1.freebsd.org (Postfix) with ESMTP id 9980A8FC0A; Fri, 20 Nov 2009 12:53:38 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Virusscan: Clamd Received: from [195.122.14.116] (HELO VECTOR) by smtp1.apollo.lv (CommuniGate Pro SMTP 5.2.10) with ESMTP id 635579773; Fri, 20 Nov 2009 13:53:34 +0200 From: "Noisex" To: Date: Fri, 20 Nov 2009 13:52:39 +0200 Message-ID: <008601ca69d7$f5c7d640$e15782c0$@lv> MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Acpp1/LrXjMAL9IbQrqiXPonDdi3OA== Content-Language: lv x-cr-hashedpuzzle: AVOD BfNe EnTv E18L E3+c GPCs HfBW JSwD JVqb LSV4 SAM2 Svjc VdRA WCZO WRaf YdKR; 2; ZgBqAG8AZQBAAGYAcgBlAGUAYgBzAGQALgBvAHIAZwA7AHAAbwByAHQAcwBAAGYAcgBlAGUAYgBzAGQALgBvAHIAZwA=; Sosha1_v1; 7; {0924CF2C-17CF-45F3-8CDD-EFFC38F2DDF1}; bgBvAGkAcwBlAHgAQABhAHAAbwBsAGwAbwAuAGwAdgA=; Fri, 20 Nov 2009 11:52:34 GMT; RgByAGUAZQBCAFMARAAgAFAAbwByAHQAOgAgAG8AcgBhAGMAbABlADgALQBjAGwAaQBlAG4AdAAtADAALgAyAC4AMABfADEA x-cr-puzzleid: {0924CF2C-17CF-45F3-8CDD-EFFC38F2DDF1} Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@FreeBSD.org Subject: FreeBSD Port: oracle8-client-0.2.0_1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 12:53:39 -0000 Is it possible some how install this PHP extension (PHP5-OCI8) with oracle_client on FBSD 7.2 AMD64? ===> oracle8-client-0.2.0_1 is only for i386, while you are running amd64. *** Error code 1 Stop in /usr/ports/databases/oracle8-client. *** Error code 1 I undestand that it's not supported on 64bit FBSD...but in real life is it possible somehow to get work? Maybe through linux_base emulator etc? From owner-freebsd-ports@FreeBSD.ORG Fri Nov 20 13:04:41 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 960901065672 for ; Fri, 20 Nov 2009 13:04:41 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from albert.catwhisker.org (adsl-63-193-123-122.dsl.snfc21.pacbell.net [63.193.123.122]) by mx1.freebsd.org (Postfix) with ESMTP id 6C2108FC15 for ; Fri, 20 Nov 2009 13:04:40 +0000 (UTC) Received: from albert.catwhisker.org (localhost [127.0.0.1]) by albert.catwhisker.org (8.14.3/8.14.3) with ESMTP id nAKD4esC004892; Fri, 20 Nov 2009 05:04:40 -0800 (PST) (envelope-from david@albert.catwhisker.org) Received: (from david@localhost) by albert.catwhisker.org (8.14.3/8.14.3/Submit) id nAKD4env004891; Fri, 20 Nov 2009 05:04:40 -0800 (PST) (envelope-from david) Date: Fri, 20 Nov 2009 05:04:40 -0800 From: David Wolfskill To: Xavier Beaudouin Message-ID: <20091120130440.GA2147@albert.catwhisker.org> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="YZ5djTAD1cGYuMQK" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: ports@freebsd.org Subject: Re: rc.d scripts and REQUIRE part X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Nov 2009 13:04:41 -0000 --YZ5djTAD1cGYuMQK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Nov 20, 2009 at 11:38:58AM +0100, Xavier Beaudouin wrote: > ... > I am trying to understand how to customize rc.d scripts to get the right > startup sequence for all daemons. > ...=20 > But in my configuration, I need ... clamd to be started before havp.=20 >=20 > I have no garantee that clamd is started before havp. >=20 > Is there any hint (I had a look in handbook, but didn't find yet) a way to > add some REQUIRE stuff for a rc script inside, for example /etc/rc.conf ? See [man pages] rc.d(8) and rcorder(8). Use rcorder to see what the order will be. Peace, david --=20 David H. Wolfskill david@catwhisker.org Depriving a girl or boy of an opportunity for education is evil. See http://www.catwhisker.org/~david/publickey.gpg for my public key. --YZ5djTAD1cGYuMQK Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (FreeBSD) iEYEARECAAYFAksGk+cACgkQmprOCmdXAD1VpwCcDRfc77JPwYtx0vW0K/hdwufm 7IMAnRZ4D7qmgBWb4MKIy0r6mRS9RXt4 =X7zb -----END PGP SIGNATURE----- --YZ5djTAD1cGYuMQK-- From owner-freebsd-ports@FreeBSD.ORG Fri Nov 20 13:13:11 2009 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 768CD106568B; Fri, 20 Nov 2009 13:13:11 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from mout5.freenet.de (mout5.freenet.de [IPv6:2001:748:100:40::2:7]) by mx1.freebsd.org (Postfix) with ESMTP id 11D958FC12; Fri, 20 Nov 2009 13:13:11 +0000 (UTC) Received: from [195.4.92.21] (helo=11.mx.freenet.de) by mout5.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.70 #1) id 1NBTIT-0008FT-Hz; Fri, 20 Nov 2009 14:13:09 +0100 Received: from tea2f.t.pppool.de ([89.55.234.47]:53138 helo=ernst.jennejohn.org) by 11.mx.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.69 #94) id 1NBTIT-0001Z0-8j; Fri, 20 Nov 2009 14:13:09 +0100 Date: Fri, 20 Nov 2009 14:13:08 +0100 From: Gary Jennejohn To: "Noisex" Message-ID: <20091120141308.64976607@ernst.jennejohn.org> In-Reply-To: <008601ca69d7$f5c7d640$e15782c0$@lv> References: <008601ca69d7$f5c7d640$e15782c0$@lv> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.2; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, fjoe@FreeBSD.org Subject: Re: FreeBSD Port: oracle8-client-0.2.0_1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gary.jennejohn@freenet.de List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 13:13:11 -0000 On Fri, 20 Nov 2009 13:52:39 +0200 "Noisex" wrote: > Is it possible some how install this PHP extension (PHP5-OCI8) with > oracle_client on FBSD 7.2 AMD64? > > > > ===> oracle8-client-0.2.0_1 is only for i386, while you are running amd64. > > *** Error code 1 > > > > Stop in /usr/ports/databases/oracle8-client. > > *** Error code 1 > > > > > > I undestand that it's not supported on 64bit FBSD...but in real life is it > possible somehow to get work? Maybe through linux_base emulator etc? > Considering that this port is two years old and support for running 32 bit binaries with AMD64 has greatly improved since then it may just work. It probably depends on which version of FreeBSD you're using. Just comment out the ONLY_FOR_ARCHS line and see what happens. --- Gary Jennejohn From owner-freebsd-ports@FreeBSD.ORG Fri Nov 20 14:02:14 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81D18106566B for ; Fri, 20 Nov 2009 14:02:14 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.27]) by mx1.freebsd.org (Postfix) with ESMTP id 12ECA8FC19 for ; Fri, 20 Nov 2009 14:02:13 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id 22so799600eye.9 for ; Fri, 20 Nov 2009 06:02:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=XYhCYJCYYMUD42RIjPgZFxAROReRdGxgnFr7ppe6oXY=; b=VKs5F1Iw9948OkEWlT9qgjqzcWbhc0RmCnP0+4FrtgPxeFP6nEknPk8A47PjotCIJS KWPY1RFr8eVeGgkCWDl1K19Bv7L4cVlQTC/cLqnilU+0DENgv3lOn4/sbdKb3nVDNO8t +yPgBmy97xwf9s28wXy8XMHRf4WAKb+NZdRaY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=ADnTZxfdYqmApLiCDqTNmwLa7zfjGp59Kcl9JUHkwmcZ56LCALrNxf3/VaC+nSt5X1 vHboBn7XCZr2wikdx7sQwcQFQQQjGa2bSiJwzzoEzatudG8MYYHCHsgcUXfgOfE17bDL j8kmwOsjI7+PhNcbzhytyjQbzHT/LhaJljjK0= Received: by 10.213.23.214 with SMTP id s22mr264619ebb.11.1258725732623; Fri, 20 Nov 2009 06:02:12 -0800 (PST) Received: from gumby.homeunix.com (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mx.google.com with ESMTPS id 7sm388765eyg.9.2009.11.20.06.02.11 (version=SSLv3 cipher=RC4-MD5); Fri, 20 Nov 2009 06:02:11 -0800 (PST) Date: Fri, 20 Nov 2009 14:02:09 +0000 From: RW To: ports@freebsd.org Message-ID: <20091120140209.0902724a@gumby.homeunix.com> In-Reply-To: References: X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.6; i386-portbld-freebsd7.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: Re: rc.d scripts and REQUIRE part X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Nov 2009 14:02:14 -0000 On Fri, 20 Nov 2009 11:38:58 +0100 Xavier Beaudouin wrote: > Hello, > > I am trying to understand how to customize rc.d scripts to get the > right startup sequence for all daemons. > > Seems we have (my case havp, but it is also the same problem for > example monit) : > > /usr/local/etc/rc.d/havp : > > # PROVIDE: havp > # REQUIRE: DAEMON cleanvar > # BEFORE: LOGIN > > But in my configuration, I need ... clamd to be started before havp. > > I have no garantee that clamd is started before havp. > > Is there any hint (I had a look in handbook, but didn't find yet) a > way to add some REQUIRE stuff for a rc script inside, for > example /etc/rc.conf ? I would suggest that you don't modify any scripts because you will have to maintain them. I'd create some dummy scripts in /usr/local/etc to provide the ordering e.g. #!/bin/sh # # PROVIDE: PREHAVP # REQUIRE: clamd # BEFORE: havp From owner-freebsd-ports@FreeBSD.ORG Fri Nov 20 17:01:41 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1F4F106568F; Fri, 20 Nov 2009 17:01:41 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.freebsd.org (Postfix) with ESMTP id ADFD68FC0C; Fri, 20 Nov 2009 17:01:41 +0000 (UTC) Received: from isis.bris.ac.uk ([137.222.10.63]) by dirg.bris.ac.uk with esmtp (Exim 4.69) (envelope-from ) id 1NBWrW-0005xc-8C; Fri, 20 Nov 2009 17:01:40 +0000 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by isis.bris.ac.uk with esmtp (Exim 4.67) (envelope-from ) id 1NBWrV-0006Ub-79; Fri, 20 Nov 2009 17:01:33 +0000 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.3/8.14.3) with ESMTP id nAKH1WkO062814; Fri, 20 Nov 2009 17:01:32 GMT (envelope-from mexas@bristol.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.3/8.14.3/Submit) id nAKH1W7g062813; Fri, 20 Nov 2009 17:01:32 GMT (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-cluster241.men.bris.ac.uk: mexas set sender to mexas@bristol.ac.uk using -f Date: Fri, 20 Nov 2009 17:01:32 +0000 From: Anton Shterenlikht To: Anton Shterenlikht Message-ID: <20091120170132.GA62790@mech-cluster241.men.bris.ac.uk> References: <20091120164741.GA59827@mech-cluster241.men.bris.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091120164741.GA59827@mech-cluster241.men.bris.ac.uk> User-Agent: Mutt/1.5.20 (2009-06-14) X-Spam-Score: -2.1 X-Spam-Level: -- Cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org, freebsd-ia64@freebsd.org Subject: Re: open64 fbsd 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: Fri, 20 Nov 2009 17:01:42 -0000 On Fri, Nov 20, 2009 at 04:47:41PM +0000, Anton Shterenlikht wrote: > Is there a fbsd port of open64 (http://www.open64.net/), > or any branched project? > > In particular there is a mention of ORC (http://ipf-orc.sourceforge.net/) > specifically for ia64, but the pages are very out of date. > > And then there's something called Aurora, which seems to be the same > as ORC (http://sourceforge.net/projects/ipf-orc/), but also *very* > out of date. And also there is OpenUH, primarilily for ia64, but linux: OpenUH Source code, IA-64, Red Hat Enterprise Linux AS release 3 and gcc 3.x openuh-alpha.src.tar.gz 90.2 MB and Path64 (http://www.path64.com/) I understand no fbsd ports for these compilers exist yet? -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423 From owner-freebsd-ports@FreeBSD.ORG Fri Nov 20 17:03:27 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A71E1106566B for ; Fri, 20 Nov 2009 17:03:27 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.freebsd.org (Postfix) with ESMTP id 67C238FC12 for ; Fri, 20 Nov 2009 17:03:27 +0000 (UTC) Received: from seis.bris.ac.uk ([137.222.10.93]) by dirg.bris.ac.uk with esmtp (Exim 4.69) (envelope-from ) id 1NBWe6-0005Ee-T5; Fri, 20 Nov 2009 16:47:46 +0000 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by seis.bris.ac.uk with esmtp (Exim 4.67) (envelope-from ) id 1NBWe6-0004ei-9I; Fri, 20 Nov 2009 16:47:42 +0000 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.3/8.14.3) with ESMTP id nAKGlgM9060216; Fri, 20 Nov 2009 16:47:42 GMT (envelope-from mexas@bristol.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.3/8.14.3/Submit) id nAKGlg5A060215; Fri, 20 Nov 2009 16:47:42 GMT (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-cluster241.men.bris.ac.uk: mexas set sender to mexas@bristol.ac.uk using -f Date: Fri, 20 Nov 2009 16:47:41 +0000 From: Anton Shterenlikht To: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org, freebsd-ia64@freebsd.org Message-ID: <20091120164741.GA59827@mech-cluster241.men.bris.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-Spam-Score: -1.5 X-Spam-Level: - Cc: Subject: open64 fbsd 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: Fri, 20 Nov 2009 17:03:27 -0000 Is there a fbsd port of open64 (http://www.open64.net/), or any branched project? In particular there is a mention of ORC (http://ipf-orc.sourceforge.net/) specifically for ia64, but the pages are very out of date. And then there's something called Aurora, which seems to be the same as ORC (http://sourceforge.net/projects/ipf-orc/), but also *very* out of date. I'm confused many thanks anton -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423 From owner-freebsd-ports@FreeBSD.ORG Fri Nov 20 20:07:53 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3EE2C106566B for ; Fri, 20 Nov 2009 20:07:53 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from asmtpout028.mac.com (asmtpout028.mac.com [17.148.16.103]) by mx1.freebsd.org (Postfix) with ESMTP id 2B62C8FC0C for ; Fri, 20 Nov 2009 20:07:53 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=us-ascii Received: from macbook-pro.jnpr.net (natint3.juniper.net [66.129.224.36]) by asmtp028.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0KTF00DLF953PH50@asmtp028.mac.com>; Fri, 20 Nov 2009 11:07:53 -0800 (PST) From: Marcel Moolenaar In-reply-to: <20091120164741.GA59827@mech-cluster241.men.bris.ac.uk> Date: Fri, 20 Nov 2009 11:07:51 -0800 Message-id: <2DCF854B-29FF-4915-A456-E088CF9E3D1B@mac.com> References: <20091120164741.GA59827@mech-cluster241.men.bris.ac.uk> To: Anton Shterenlikht X-Mailer: Apple Mail (2.1077) Cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org, freebsd-ia64@freebsd.org Subject: Re: open64 fbsd 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: Fri, 20 Nov 2009 20:07:53 -0000 On Nov 20, 2009, at 8:47 AM, Anton Shterenlikht wrote: > Is there a fbsd port of open64 (http://www.open64.net/), > or any branched project? Not at this time. > In particular there is a mention of ORC (http://ipf-orc.sourceforge.net/) > specifically for ia64, but the pages are very out of date. open64 includes ORC. I believe ORC is EOL. > And then there's something called Aurora, which seems to be the same > as ORC (http://sourceforge.net/projects/ipf-orc/), but also *very* > out of date. They probably renamed the project. It does look like the same thing. FYI, -- Marcel Moolenaar xcllnt@mac.com From owner-freebsd-ports@FreeBSD.ORG Fri Nov 20 20:14:02 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22A38106566C for ; Fri, 20 Nov 2009 20:14:02 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from asmtpout023.mac.com (asmtpout023.mac.com [17.148.16.98]) by mx1.freebsd.org (Postfix) with ESMTP id 0E10C8FC1F for ; Fri, 20 Nov 2009 20:14:02 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=us-ascii Received: from macbook-pro.jnpr.net (natint3.juniper.net [66.129.224.36]) by asmtp023.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0KTF00H2I9FELD40@asmtp023.mac.com>; Fri, 20 Nov 2009 11:14:02 -0800 (PST) From: Marcel Moolenaar In-reply-to: <20091120170132.GA62790@mech-cluster241.men.bris.ac.uk> Date: Fri, 20 Nov 2009 11:14:01 -0800 Message-id: References: <20091120164741.GA59827@mech-cluster241.men.bris.ac.uk> <20091120170132.GA62790@mech-cluster241.men.bris.ac.uk> To: Anton Shterenlikht X-Mailer: Apple Mail (2.1077) Cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org, freebsd-ia64@freebsd.org Subject: Re: open64 fbsd 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: Fri, 20 Nov 2009 20:14:02 -0000 On Nov 20, 2009, at 9:01 AM, Anton Shterenlikht wrote: > On Fri, Nov 20, 2009 at 04:47:41PM +0000, Anton Shterenlikht wrote: >> Is there a fbsd port of open64 (http://www.open64.net/), >> or any branched project? >> >> In particular there is a mention of ORC (http://ipf-orc.sourceforge.net/) >> specifically for ia64, but the pages are very out of date. >> >> And then there's something called Aurora, which seems to be the same >> as ORC (http://sourceforge.net/projects/ipf-orc/), but also *very* >> out of date. > > And also there is OpenUH, primarilily for ia64, but linux: > > OpenUH Source code, > IA-64, Red Hat Enterprise Linux AS release 3 and gcc 3.x > openuh-alpha.src.tar.gz 90.2 MB Looks like a branch off of Open64. > > and Path64 (http://www.path64.com/) I don't believe Path64 has an ia64 backend (it's optimized for amd64), but that may be pulled from Open64. I think Path64 may be a better investment than Open64 (for FreeBSD), if the project is more open... > I understand no fbsd ports for these compilers exist yet? Correct. -- Marcel Moolenaar xcllnt@mac.com From owner-freebsd-ports@FreeBSD.ORG Fri Nov 20 20:55:44 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10134106568F for ; Fri, 20 Nov 2009 20:55:44 +0000 (UTC) (envelope-from gesbbb@yahoo.com) Received: from smtp102.prem.mail.ac4.yahoo.com (smtp102.prem.mail.ac4.yahoo.com [76.13.13.41]) by mx1.freebsd.org (Postfix) with SMTP id 9CC018FC13 for ; Fri, 20 Nov 2009 20:55:43 +0000 (UTC) Received: (qmail 92761 invoked from network); 20 Nov 2009 20:55:42 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Received:Date:From:To:Subject:Message-ID:Reply-To:Organization:X-Mailer:Face:Mime-Version:Content-Type:Content-Transfer-Encoding; b=N+Fj4nphDrTFBfc61b2bhtF8ktK55C6qwCqYRf5cSC5wTRKaid5pQ07QCh+7maIheIDdhfL+bI5dQSTZZYjv6qBWdA1HZpvnPPET6zLFIsKMULHsKCVdytDfMBQIL2vnsA7iU617EipnH4p4lnQWMrYScll6YAvyW22w/gso25M= ; Received: from c-67-189-183-172.hsd1.ny.comcast.net (gesbbb@67.189.183.172 with login) by smtp102.prem.mail.ac4.yahoo.com with SMTP; 20 Nov 2009 12:55:42 -0800 PST X-Yahoo-SMTP: yeAAMgKswBATCul4lSbCWspvTA-- X-YMail-OSG: zkg8UmsVM1k.7TxZcsZVcb26VeJ3i_Ddf5jW6faPutBg9EC.ZJL7jw5AJ9C3kOvfqFv_nAnLqvkFmwsURHCiJqjo0YDKvuVqgRdcGmXeH5d53jAct1ui_Ov0EggP09V68kyiyaFuI6IKQXD1iG1p3D.5wky8NdXOihThuc2dmSwsA.28pCqAl7YTjplCb2VpRFZLIm.kNJIyRjk50CooFUbPGwNklVCu4yOxfYLfvbQnCB4pnC.GURUC2KkWMC4e5I3DKUeVv4tvTQK7b0g7ZoKDpbNvovfEE1pDInojrdVHuxHMFWLkQidddQ-- X-Yahoo-Newman-Property: ymail-3 Received: from scorpio.seibercom.net (scorpio.seibercom.net [192.168.1.103]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: gesbbb@scorpio.seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPSA id 486822283B; Fri, 20 Nov 2009 15:55:42 -0500 (EST) Date: Fri, 20 Nov 2009 15:55:41 -0500 From: Jerry To: freebsd-ports@freebsd.org, netchild@FreeBSD.org Message-ID: <20091120155541.3fa69e1e@scorpio.seibercom.net> Organization: seibercom.net X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.6; i386-portbld-freebsd7.2) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAGFBMVEX+/v7++v6YOTrq8PCcuIX989UvOSj++v0BNCbpAAAAB3RJTUUHsQwfFzs7RBhzUQAAAhJJREFUOI1dU8GOqzAMNKIoV1bvwD1i0ysqrHplIdBrVSX7ATSbd03VVvn9tQNtQy0hjAdn7LED4AAcPtWm9RV+MPSfxhBLx9ajd6X/ngB6/mTwnRSZua7i7Ca+0ctZKo4Qmz+JY13X6I3nFZBxIYW1PbgfQ5RP8g0XlltEWGf3cV03joYpRnFbvYDKbXjZlXyyhEZA4lI+cN3NaVXE4VKjSwTExO10eTEkkJVqIAD5z0nUBQJluQDRSQjcrBiHAJxZlAH5CUMBMC7OcJ4LMQNnxhZ1HYPscMc6J4UlWRMNwzOpCcAHKSICd1EDn83abdREIbXsHkD1OinP1aCUCOEVRaa1lMcvywUWdYgk13JQUpYNKmvXQ8Kw5ML9YI5h8SakctBc7E/IYuLhYd/zZIk+1gM1vNweQBvHE0j+oYah3sMqAytQYlZk6+ANaaawJdu3OFzYGMZ3iGpa3qMlq9ZH0VZTgrCtw/ngdYkEIIpSbP1bWQAdFdX9vocBdkH2qVjVmuMu3gI5rjs814EUdrCZgWlPaxZZ3RiLFUtr+ud0PXwp2dnQSNXgePt6AZpBj6UMJ7VQkzN4utVeaSW1Dhn/kblGrKeMvNGnzwX4zuEDarYz1KdPtR60Gul0Gued+515SJXhCsl+Tx/3kY/UDvicPll9mfu50t3tvQ/thZpJYgeuwdSKNJ6tCD98MCgoxLDaPxbwqqwPWaWiAAAAAElFTkSuQmCC X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: Update claws-mail X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 20:55:44 -0000 Claws Mail 3.7.3 was released on 09 October 2009. Usually when claws-mail is updated, the new version appears in the ports tree within a week. I was just wondering why there is an extended delay in releasing this new version? -- Jerry gesbbb@yahoo.com |::::======= |::::======= |=========== |=========== | Support your right to bare arms! A message from the National Short-Sleeved Shirt Association From owner-freebsd-ports@FreeBSD.ORG Fri Nov 20 21:07:37 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A0811065672; Fri, 20 Nov 2009 21:07:37 +0000 (UTC) (envelope-from scjamorim@bsd.com.br) Received: from mail-fx0-f227.google.com (mail-fx0-f227.google.com [209.85.220.227]) by mx1.freebsd.org (Postfix) with ESMTP id 074678FC15; Fri, 20 Nov 2009 21:07:36 +0000 (UTC) Received: by fxm27 with SMTP id 27so4270007fxm.3 for ; Fri, 20 Nov 2009 13:07:36 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.88.75 with SMTP id z53mr576593wee.46.1258751255702; Fri, 20 Nov 2009 13:07:35 -0800 (PST) In-Reply-To: <20091120155541.3fa69e1e@scorpio.seibercom.net> References: <20091120155541.3fa69e1e@scorpio.seibercom.net> Date: Fri, 20 Nov 2009 18:07:35 -0300 Message-ID: <5859850b0911201307k3471ca9bk5e945cc6dc5b9d69@mail.gmail.com> From: Sylvio Cesar To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: netchild@freebsd.org Subject: Re: Update claws-mail X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Nov 2009 21:07:37 -0000 Jerry, There is PR to update of claws-mail. See: http://www.FreeBSD.org/cgi/query-pr.cgi?pr=3Dports/139467 It will be committed soon. Thanks, Sylvio Cesar. 2009/11/20 Jerry : > Claws Mail 3.7.3 was released on 09 October 2009. Usually when > claws-mail is updated, the new version appears in the ports tree within > a week. I was just wondering why there is an extended delay in > releasing this new version? > > -- > Jerry > gesbbb@yahoo.com > > |::::=3D=3D=3D=3D=3D=3D=3D > |::::=3D=3D=3D=3D=3D=3D=3D > |=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > |=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > | > > Support your right to bare arms! > > =A0 =A0 =A0 =A0A message from the National Short-Sleeved Shirt Associatio= n > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > From owner-freebsd-ports@FreeBSD.ORG Fri Nov 20 21:16:31 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8EA61065676 for ; Fri, 20 Nov 2009 21:16:31 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout023.mac.com (asmtpout023.mac.com [17.148.16.98]) by mx1.freebsd.org (Postfix) with ESMTP id 945B28FC14 for ; Fri, 20 Nov 2009 21:16:31 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=us-ascii Received: from cswiger1.apple.com ([17.227.140.124]) by asmtp023.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0KTF00K2XF2Y9Q80@asmtp023.mac.com>; Fri, 20 Nov 2009 13:16:10 -0800 (PST) From: Chuck Swiger In-reply-to: <5859850b0911201307k3471ca9bk5e945cc6dc5b9d69@mail.gmail.com> Date: Fri, 20 Nov 2009 13:16:09 -0800 Message-id: References: <20091120155541.3fa69e1e@scorpio.seibercom.net> <5859850b0911201307k3471ca9bk5e945cc6dc5b9d69@mail.gmail.com> To: Sylvio Cesar X-Mailer: Apple Mail (2.1077) Cc: netchild@freebsd.org, freebsd-ports@freebsd.org Subject: Re: Update claws-mail X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Nov 2009 21:16:31 -0000 Hi-- On Nov 20, 2009, at 1:07 PM, Sylvio Cesar wrote: > There is PR to update of claws-mail. See: > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=ports/139467 > > It will be committed soon. It's quite useful for people to try the patches for updates that they are interested in, and report back whether the update works well for them. Especially if the ports tree is in a freeze or slush period (ie, say for 8.0 release), portmgr folks like to see independent confirmation that changes work as expected... Regards, -- -Chuck From owner-freebsd-ports@FreeBSD.ORG Fri Nov 20 21:51:23 2009 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8501106568B; Fri, 20 Nov 2009 21:51:23 +0000 (UTC) (envelope-from itetcu@freebsd.org) Received: from worf.ds9.tecnik93.com (worf.ds9.tecnik93.com [81.196.207.130]) by mx1.freebsd.org (Postfix) with ESMTP id 1E0248FC22; Fri, 20 Nov 2009 21:51:23 +0000 (UTC) Received: from quark.ds9.tecnik93.com (quark.ds9.tecnik93.com [81.196.207.132]) by worf.ds9.tecnik93.com (Postfix) with ESMTP id C25CE22C5381; Fri, 20 Nov 2009 23:53:01 +0200 (EET) Received: by quark.ds9.tecnik93.com (Postfix, from userid 0) id 9759612E3D88; Fri, 20 Nov 2009 23:54:27 +0200 (EET) From: QAT@FreeBSD.org To: lippe@FreeBSD.org In-Reply-To: <200911202149.nAKLnPEH061073@repoman.freebsd.org> References: <200911202149.nAKLnPEH061073@repoman.freebsd.org> X-Mailer: $Tecnik: people/itetcu/ports/QA-Tindy/QAT_postPortBuild.sh, v 1.57 2009/03/08 00:17:57 itetcu Exp $ X-QAT-Tindy_Version: tinderbox-devel-3.2_5; dsversion: 3.2 X-QAT-Jail_Arch: amd64 X-QAT-Jail_Csup_Tag: RELENG_7 X-QAT-Jail_Last_Built: 2009-05-12 16:51:22 X-QAT-Port: net/pptpclient X-QAT-Log: http://T64.TecNik93.com/logs/7-STABLE-FTP/pptpclient-1.7.2_4.log X-QAT-Build_Reason: Commit X-QAT-Fail_Reason: PLIST Message-Id: <20091120215427.9759612E3D88@quark.ds9.tecnik93.com> Date: Fri, 20 Nov 2009 23:54:27 +0200 (EET) Cc: ports@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/net/pptpclient Makefile X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Nov 2009 21:51:23 -0000 The Restless Daemon identified a PLIST error while trying to build: pptpclient-1.7.2_4 maintained by ports@FreeBSD.org Makefile ident: $FreeBSD: ports/net/pptpclient/Makefile,v 1.24 2009/11/20 21:49:25 lippe Exp $ Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/pptpclient-1.7.2_4.log : risk to the system. FreeBSD makes no guarantee about the security of ports included in the Ports Collection. Please type 'make deinstall' to deinstall the port if this is a concern. For more information, and contact details about the security status of this software, see the following webpage: http://pptpclient.sourceforge.net/ ================================================================ ======================================== ===> Building package for pptpclient-1.7.2_4 tar: sbin/pptpsetup: Cannot stat: No such file or directory tar: etc/pptpclient/ppp.conf: Cannot stat: No such file or directory tar: Error exit delayed from previous errors. pkg_create: make_dist: tar command failed with code 256 Creating package /tmp/packages/All/pptpclient-1.7.2_4.tbz Registering depends: perl-5.8.9_3. Creating bzip'd tar ball in '/tmp/packages/All/pptpclient-1.7.2_4.tbz' *** Error code 1 Stop in /a/ports/net/pptpclient. Deleting pptpclient-1.7.2_4 pkg_delete: file '/usr/local/sbin/pptpsetup' doesn't exist pkg_delete: file '/usr/local/etc/pptpclient/ppp.conf' doesn't exist pkg_delete: file '/usr/local/etc/pptpclient' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/etc/pptpclient' pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) === Checking filesystem state Deleting perl-5.8.9_3 Removing stale symlinks from /usr/bin... Removing /usr/bin/perl Removing /usr/bin/perl5 Done. Cleaning up /etc/make.conf... Done. Cleaning up /etc/manpath.config... Done. === Checking filesystem state after all packages deleted ================================================================ build of /usr/ports/net/pptpclient ended at Fri Nov 20 21:54:24 UTC 2009 PortsMon page for the port: http://portsmon.freebsd.org/portoverview.py?category=net&portname=pptpclient The build which triggered this BotMail was done under tinderbox-devel-3.2_5; dsversion: 3.2 on RELENG_7 on amd64, kern.smp.cpus: 1 with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/ Thanks for your work on making FreeBSD better, -- QAT - your friendly neighborhood Daemon, preparing a heck of an error trapping system: - "HMC and EOI?" - "Halt, Melt and Catch fire or Execute Operator Immediately." From owner-freebsd-ports@FreeBSD.ORG Fri Nov 20 22:09:10 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 355E7106568D for ; Fri, 20 Nov 2009 22:09:10 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with ESMTP id D1CC78FC1C for ; Fri, 20 Nov 2009 22:09:09 +0000 (UTC) Received: (qmail 30256 invoked by uid 399); 20 Nov 2009 22:09:08 -0000 Received: from localhost (HELO foreign.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 20 Nov 2009 22:09:08 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4B07138A.5080301@FreeBSD.org> Date: Fri, 20 Nov 2009 14:09:14 -0800 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Thunderbird 2.0.0.23 (X11/20090822) MIME-Version: 1.0 To: RW References: <20091120140209.0902724a@gumby.homeunix.com> In-Reply-To: <20091120140209.0902724a@gumby.homeunix.com> X-Enigmail-Version: 0.96.0 OpenPGP: id=D5B2F0FB Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: rc.d scripts and REQUIRE part X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Nov 2009 22:09:10 -0000 RW wrote: > On Fri, 20 Nov 2009 11:38:58 +0100 > Xavier Beaudouin wrote: > >> Hello, >> >> I am trying to understand how to customize rc.d scripts to get the >> right startup sequence for all daemons. >> >> Seems we have (my case havp, but it is also the same problem for >> example monit) : >> >> /usr/local/etc/rc.d/havp : >> >> # PROVIDE: havp >> # REQUIRE: DAEMON cleanvar >> # BEFORE: LOGIN >> >> But in my configuration, I need ... clamd to be started before havp. >> >> I have no garantee that clamd is started before havp. >> >> Is there any hint (I had a look in handbook, but didn't find yet) a >> way to add some REQUIRE stuff for a rc script inside, for >> example /etc/rc.conf ? To answer this question directly, no. > I would suggest that you don't modify any scripts because you will > have to maintain them. I'd create some dummy scripts in /usr/local/etc > to provide the ordering e.g. > > #!/bin/sh > # > # PROVIDE: PREHAVP > # REQUIRE: clamd > # BEFORE: havp I think we're in a great stage of rc.d adoption when a user is able to provide another user the exactly correct answer. :) One tiny correction, you would want to put this dummy script in /usr/local/etc/rc.d/. Also make sure that it's set executable (chmod 755). The name of the script won't matter, but it's generally a good idea to make the name of the file match what's in the PROVIDE line to make debugging easier. hth, Doug -- Improve the effectiveness of your Internet presence with a domain name makeover! http://SupersetSolutions.com/ From owner-freebsd-ports@FreeBSD.ORG Sat Nov 21 07:29:24 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C24E6106568B for ; Sat, 21 Nov 2009 07:29:24 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.ipv6.droso.net [IPv6:2001:6c8:6:c:20d:56ff:fe6f:f935]) by mx1.freebsd.org (Postfix) with ESMTP id EEC968FC1E for ; Sat, 21 Nov 2009 07:29:23 +0000 (UTC) Received: from koala.droso.net (localhost.droso.net [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id 3D91F1CC49 for ; Sat, 21 Nov 2009 08:29:23 +0100 (CET) From: linimon@FreeBSD.org To: ports@freebsd.org Message-Id: <20091121072923.3D91F1CC49@mail.droso.net> Date: Sat, 21 Nov 2009 08:29:23 +0100 (CET) Cc: Subject: FreeBSD unmaintained ports which are currently marked broken X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 07:29:24 -0000 As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc4.2, which is much stricter than older versions. The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 6.x/7.x/-current with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: audio/ccaudio broken because: Does not build with libtool 2.2. build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=ccaudio portname: audio/py-libmpdclient broken because: does not build build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.20090822221417/py26-libmpdclient-0.10.0.log (_Aug_23_08:38:53_UTC_2009) overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=py-libmpdclient portname: chinese/gbk2uni broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=gbk2uni portname: chinese/iiimf-le-xcin broken because: does not build build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.20090822221417/zh-iiimf-le-xcin-0.1.7_5.log (_Aug_23_08:39:47_UTC_2009) overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=iiimf-le-xcin portname: devel/ace+tao broken because: Does not compile on FreeBSD >= 7.0 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ace%2Btao portname: devel/adabindx broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=adabindx portname: devel/agide broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=agide portname: devel/asis broken because: Does not build after gpl 2009 update to lang/gnat build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=asis portname: devel/callgrind broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=callgrind portname: devel/fampp broken because: FAM system mismatch: gamin is installed, while desired FAM system is fam build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=fampp portname: devel/florist broken because: Does not build after gpl 2009 update to lang/gnat build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=florist portname: devel/p5-ORBit broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=p5-ORBit portname: editors/xml2rfc-xxe broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=xml2rfc-xxe portname: emulators/snes9express broken because: Does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=snes9express portname: graphics/gephex broken because: does not build build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.20090822221417/gephex-0.4.4_1.log (_Aug_17_05:37:40_UTC_2009) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=gephex portname: graphics/irit broken because: checksum mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=irit portname: graphics/libvisual-plugins broken because: Broken objformat handling build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=libvisual-plugins portname: graphics/pixieplus broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=pixieplus portname: graphics/ray++ broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=ray%2B%2B portname: japanese/expect broken because: does not build build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.20090822221417/ja-expect-5.30_2.log (_Aug_17_05:38:24_UTC_2009) overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=expect portname: japanese/okphone broken because: Broken with gcc 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=okphone portname: japanese/oleo broken because: Broken with gcc 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=oleo portname: japanese/tkstep80 broken because: Broken with gcc 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=tkstep80 portname: java/openjit broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=openjit portname: java/tya broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=tya portname: korean/unzip broken because: does not patch build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.8.20091112092129/ko-unzip-6.0.log.bz2 (_Nov__4_20:46:49_UTC_2009) overview: http://portsmon.FreeBSD.org/portoverview.py?category=korean&portname=unzip portname: lang/gcl broken because: Gcl compiled with gcc42 dumps core build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=gcl portname: lang/pnetc broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=pnetc portname: lang/scriba broken because: Does not install build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=scriba portname: mail/kiltdown broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=kiltdown portname: mail/libnewmail broken because: does not configure build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.20090822221417/libnewmail-0.3_16.log (_Aug_23_08:42:17_UTC_2009) overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=libnewmail portname: math/freemat broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=freemat portname: math/freemat-mpi broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=freemat-mpi portname: math/kaskade broken because: Fails to compile with GCC 4.3 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=kaskade portname: math/rascal broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=rascal portname: multimedia/jahshaka broken because: does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=jahshaka portname: multimedia/xmps-win32-plugin broken because: Does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=xmps-win32-plugin portname: net-mgmt/flowscan broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=flowscan portname: net/astmanproxy broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=astmanproxy portname: net/cap broken because: Broken with gcc 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=cap portname: palm/prc-tools broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=palm&portname=prc-tools portname: ports-mgmt/barry broken because: Broken with gcc 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ports-mgmt&portname=barry portname: print/kpdftool broken because: checksum mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=kpdftool portname: print/latex-msc broken because: checksum mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=latex-msc portname: science/xloops-ginac broken because: does not build with latest GiNaC version. build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.20090822221417/xloops-ginac-0.1.3_9.log (_Aug_21_02:17:23_UTC_2009) overview: http://portsmon.FreeBSD.org/portoverview.py?category=science&portname=xloops-ginac portname: security/newpki-lib broken because: does not compile with OpenSSL 0.9.8b build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=newpki-lib portname: security/newpki-server broken because: does not compile with OpenSSL 0.9.8b build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=newpki-server portname: security/xmlsec broken because: Does not compile on FreeBSD >= 7.0 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=xmlsec portname: shells/bush broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=shells&portname=bush portname: sysutils/xwipower broken because: Use obsoleted wireless lan API build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=xwipower portname: textproc/iiimf-gnome-im-switcher broken because: It removes a few files in /usr/local/* during the configure. Therefore, it is not safe build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=iiimf-gnome-im-switcher portname: textproc/iiimf-gtk broken because: It removes a few files in /usr/local/* during the configure. Therefore, it is not safe build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=iiimf-gtk portname: textproc/opensched broken because: Does not install build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=opensched portname: textproc/py-xmltools broken because: leaves files behind after deinstallation build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=py-xmltools portname: textproc/skim broken because: Doesn't build with python2.6 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=skim portname: www/bk_edit broken because: Broken with gcc 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=bk_edit portname: www/netsurf broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=netsurf portname: www/wb0 broken because: Does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=wb0 portname: x11-toolkits/flu broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=flu portname: x11-toolkits/gtkscintilla broken because: depends on x11-toolkits/scintilla which no longer supports gtk12 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.20090822221417/gtkscintilla-0.8.2_6.log (_Aug_16_11:57:48_UTC_2009) overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=gtkscintilla portname: x11-toolkits/p5-Gnome broken because: fails to install build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=p5-Gnome portname: x11-toolkits/p5-Tcl-Tk broken because: something segfaults during build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=p5-Tcl-Tk portname: x11-toolkits/py-gtkscintilla broken because: depends on x11-toolkits/scintilla which no longer supports gtk12 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=py-gtkscintilla portname: x11-wm/ion-2 broken because: Does not build with new libltdl 2.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-wm&portname=ion-2 From owner-freebsd-ports@FreeBSD.ORG Sat Nov 21 07:30:34 2009 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 342EB1065679 for ; Sat, 21 Nov 2009 07:30:34 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.ipv6.droso.net [IPv6:2001:6c8:6:c:20d:56ff:fe6f:f935]) by mx1.freebsd.org (Postfix) with ESMTP id 243DE8FC1C for ; Sat, 21 Nov 2009 07:30:33 +0000 (UTC) Received: from koala.droso.net (localhost.droso.net [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id 2CDDC1CCA7 for ; Sat, 21 Nov 2009 08:30:32 +0100 (CET) From: linimon@FreeBSD.org To: ports@FreeBSD.org Message-Id: <20091121073032.2CDDC1CCA7@mail.droso.net> Date: Sat, 21 Nov 2009 08:30:32 +0100 (CET) Cc: Subject: FreeBSD ports which are currently marked broken X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 07:30:34 -0000 As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc4.2, which is much stricter than older versions. The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 6.x/7.x/-current with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: audio/ccaudio broken because: Does not build with libtool 2.2. build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=ccaudio portname: audio/dino broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=dino portname: audio/ecamegapedal broken because: does not compile build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.8.20091115185923/ecamegapedal-0.4.4_4.log (_Nov_15_19:50:27_UTC_2009) overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=ecamegapedal portname: audio/ecawave broken because: does not compile build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.7.20091113082031/ecawave-0.6.1_5.log (_Nov_15_03:02:38_UTC_2009) overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=ecawave portname: audio/emu10kx broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=emu10kx portname: audio/gmpc-mserver broken because: fails to build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=gmpc-mserver portname: audio/py-libmpdclient broken because: does not build build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.20090822221417/py26-libmpdclient-0.10.0.log (_Aug_23_08:38:53_UTC_2009) overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=py-libmpdclient portname: biology/dotter broken because: checksum mismatch build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.20091113232800/dotter-20021204.log (_Nov_14_20:15:45_UTC_2009) http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.20090822221417/dotter-20021204.log (_Aug_17_05:33:45_UTC_2009) overview: http://portsmon.FreeBSD.org/portoverview.py?category=biology&portname=dotter portname: cad/alliance broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=cad&portname=alliance portname: chinese/gbk2uni broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=gbk2uni portname: chinese/iiimf-le-xcin broken because: does not build build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.20090822221417/zh-iiimf-le-xcin-0.1.7_5.log (_Aug_23_08:39:47_UTC_2009) overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=iiimf-le-xcin portname: comms/hcfmdm broken because: Does not compile at 7.x or higher build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=comms&portname=hcfmdm portname: converters/mimelib broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=converters&portname=mimelib portname: databases/erserver broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=erserver portname: databases/libgda4-jdbc broken because: does not configure build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=libgda4-jdbc portname: devel/ace+tao broken because: Does not compile on FreeBSD >= 7.0 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ace%2Btao portname: devel/adabindx broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=adabindx portname: devel/agide broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=agide portname: devel/arm-elf-gcc295 broken because: does not support current versions of FreeBSD build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.20090822221417/arm-elf-gcc-2.95.3.log (_Aug_23_08:40:00_UTC_2009) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=arm-elf-gcc295 portname: devel/asis broken because: Does not build after gpl 2009 update to lang/gnat build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=asis portname: devel/asis-gpl broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=asis-gpl portname: devel/asmutils broken because: does not install build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=asmutils portname: devel/aunit broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=aunit portname: devel/callgrind broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=callgrind portname: devel/cocktail broken because: Segfault during build on FreeBSD >= 7.0 build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.7.20091027080742/cocktail-9309_1.log.bz2 (_Jun__3_14:04:39_UTC_2009) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=cocktail portname: devel/fampp broken because: FAM system mismatch: gamin is installed, while desired FAM system is fam build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=fampp portname: devel/florist broken because: Does not build after gpl 2009 update to lang/gnat build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=florist portname: devel/florist-gpl broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=florist-gpl portname: devel/gdb53 broken because: does not build build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.20090822221417/gdb-5.3_1,1.log (_Aug_17_05:35:15_UTC_2009) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=gdb53 portname: devel/gdb53-act broken because: Does not compile with GCC 4.2 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.20090822221417/gdb-act-5.3_2,1.log (_Aug_23_08:39:54_UTC_2009) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=gdb53-act portname: devel/kdesvn broken because: fails to build build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.6.20090407195505/kdesvn-1.0.4.log (_Apr_11_04:45:32_UTC_2009) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=kdesvn portname: devel/msp430-gdb broken because: Does not compile with GCC 4.2 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.20090822221417/msp430-gdb-5.1.1.20030909_1.log (_Aug_23_08:40:49_UTC_2009) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=msp430-gdb portname: devel/p5-ORBit broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=p5-ORBit portname: devel/p5-P4-Client broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=p5-P4-Client portname: devel/poco broken because: bad plist build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=poco portname: devel/radrails broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=radrails portname: devel/root broken because: Does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=root portname: devel/ruby-rjudy broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ruby-rjudy portname: devel/ruby-subversion broken because: bad plist build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.8.20091020203930/ruby-subversion-1.6.5.log.bz2 (_Sep_13_22:51:14_UTC_2009) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ruby-subversion portname: devel/rubygem-rtags broken because: does not install build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=rubygem-rtags portname: devel/xfc broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=xfc portname: editors/setedit broken because: Does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=setedit portname: editors/xml2rfc-xxe broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=xml2rfc-xxe portname: editors/zed broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=zed portname: emulators/snes9express broken because: Does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=snes9express portname: games/abridge broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=abridge portname: games/aqbubble broken because: Broken with gcc 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=aqbubble portname: games/laughingman broken because: does not link build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.20090822221417/laughingman-0.20070610_1.log (_Aug_23_08:41:11_UTC_2009) overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=laughingman portname: graphics/bugle broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=bugle portname: graphics/gephex broken because: does not build build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.20090822221417/gephex-0.4.4_1.log (_Aug_17_05:37:40_UTC_2009) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=gephex portname: graphics/irit broken because: checksum mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=irit portname: graphics/libvisual-plugins broken because: Broken objformat handling build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=libvisual-plugins portname: graphics/pixieplus broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=pixieplus portname: graphics/ray++ broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=ray%2B%2B portname: japanese/expect broken because: does not build build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.20090822221417/ja-expect-5.30_2.log (_Aug_17_05:38:24_UTC_2009) overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=expect portname: japanese/okphone broken because: Broken with gcc 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=okphone portname: japanese/oleo broken because: Broken with gcc 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=oleo portname: japanese/tkstep80 broken because: Broken with gcc 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=tkstep80 portname: java/jakarta-commons-dbcp broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=jakarta-commons-dbcp portname: java/jdk14 broken because: Does not compile with GCC 4.2 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.20090822221417/jdk-1.4.2p8_15.log (_Aug_23_08:38:49_UTC_2009) overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=jdk14 portname: java/openjit broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=openjit portname: java/tya broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=tya portname: korean/unzip broken because: does not patch build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.8.20091112092129/ko-unzip-6.0.log.bz2 (_Nov__4_20:46:49_UTC_2009) overview: http://portsmon.FreeBSD.org/portoverview.py?category=korean&portname=unzip portname: lang/ccscript broken because: Does not build with libtool 2.2. build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=ccscript portname: lang/dylan broken because: does not install build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=dylan portname: lang/etoile-languagekit broken because: needs llvm 2.6 to build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=etoile-languagekit portname: lang/gcl broken because: Gcl compiled with gcc42 dumps core build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=gcl portname: lang/gnat-glade broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=gnat-glade portname: lang/llvm-gcc4 broken because: does not compile build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.7.20091027080742/llvm-gcc4-2.5.log.bz2 (_Oct_29_04:23:09_UTC_2009) overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=llvm-gcc4 portname: lang/mlton broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=mlton portname: lang/mozart broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=mozart portname: lang/ocamlduce broken because: does not build with current version of lang/ocaml build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=ocamlduce portname: lang/pnetc broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=pnetc portname: lang/pugs broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=pugs portname: lang/scriba broken because: Does not install build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=scriba portname: lang/xsb broken because: Does not compile on FreeBSD 7.x build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=xsb portname: mail/kiltdown broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=kiltdown portname: mail/libnewmail broken because: does not configure build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.20090822221417/libnewmail-0.3_16.log (_Aug_23_08:42:17_UTC_2009) overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=libnewmail portname: math/freemat broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=freemat portname: math/freemat-mpi broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=freemat-mpi portname: math/kaskade broken because: Fails to compile with GCC 4.3 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=kaskade portname: math/linalg broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=linalg portname: math/octave-forge-ann broken because: Does not compile with octave-3.2.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=octave-forge-ann portname: math/octave-forge-fixed broken because: Does not compile with octave-3.2.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=octave-forge-fixed portname: math/octave-forge-ftp broken because: Does not build with octave-3.2.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=octave-forge-ftp portname: math/octave-forge-graceplot broken because: Does not compile with octave-3.2.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=octave-forge-graceplot portname: math/octave-forge-parallel broken because: Does not compile with octave-3.2.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=octave-forge-parallel portname: math/octave-forge-triangular broken because: Does not build with octave-3.2.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=octave-forge-triangular portname: math/octave-forge-vrml broken because: Does not install with octave-3.2.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=octave-forge-vrml portname: math/rascal broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=rascal portname: misc/amfm broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=amfm portname: misc/usbrh-libusb broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=usbrh-libusb portname: multimedia/jahshaka broken because: does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=jahshaka portname: multimedia/kbtv broken because: does not build on 7.x and greater build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=kbtv portname: multimedia/nmm broken because: does not build build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.20090822221417/nmm-1.0.0_6.log (_Aug_21_03:32:56_UTC_2009) overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=nmm portname: multimedia/sabbu broken because: does not compile with ffmpeg 0.5 and later build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=sabbu portname: multimedia/xmps-win32-plugin broken because: Does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=xmps-win32-plugin portname: net-mgmt/flowscan broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=flowscan portname: net/adasockets broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=adasockets portname: net/astmanproxy broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=astmanproxy portname: net/b2bua broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=b2bua portname: net/blam broken because: unfetchable build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=blam portname: net/cap broken because: Broken with gcc 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=cap portname: net/ggsd broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=ggsd portname: net/miredo broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=miredo portname: net/penguintv broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=penguintv portname: net/rubygem-twitter broken because: does not install, requires exact version of oauth build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=rubygem-twitter portname: net/ztelnet broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=ztelnet portname: news/newsstar broken because: does not build build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.6.20091029204838/newsstar-1.5.3.log.bz2 (_Oct_24_04:01:48_UTC_2009) overview: http://portsmon.FreeBSD.org/portoverview.py?category=news&portname=newsstar portname: news/openftd broken because: Does not install build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.6.20090312033320/openftd-1.1.0_2.log (Wed Mar 18 11:52:03 UTC 2009) overview: http://portsmon.FreeBSD.org/portoverview.py?category=news&portname=openftd portname: palm/prc-tools broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=palm&portname=prc-tools portname: palm/romeo broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=palm&portname=romeo portname: ports-mgmt/barry broken because: Broken with gcc 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ports-mgmt&portname=barry portname: print/kaspaliste broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=kaspaliste portname: print/kpdftool broken because: checksum mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=kpdftool portname: print/latex-msc broken because: checksum mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=latex-msc portname: russian/unzip broken because: does not patch build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.20091113232800/ru-unzip-6.0.log.bz2 (_Nov__7_16:40:48_UTC_2009) overview: http://portsmon.FreeBSD.org/portoverview.py?category=russian&portname=unzip portname: science/elmer-fem broken because: fails to compile with gcc4.4 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=science&portname=elmer-fem portname: science/pcp broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=science&portname=pcp portname: science/xloops-ginac broken because: does not build with latest GiNaC version. build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.20090822221417/xloops-ginac-0.1.3_9.log (_Aug_21_02:17:23_UTC_2009) overview: http://portsmon.FreeBSD.org/portoverview.py?category=science&portname=xloops-ginac portname: security/krb4 broken because: Incorrect pkg-plist on FreeBSD >= 7.0 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=krb4 portname: security/newpki-lib broken because: does not compile with OpenSSL 0.9.8b build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=newpki-lib portname: security/newpki-server broken because: does not compile with OpenSSL 0.9.8b build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=newpki-server portname: security/shibboleth-sp broken because: Does not compile with GCC 4.2 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.20090822221417/shibboleth-sp-1.3f.log (_Aug_23_08:43:04_UTC_2009) overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=shibboleth-sp portname: security/xmlsec broken because: Does not compile on FreeBSD >= 7.0 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=xmlsec portname: shells/bush broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=shells&portname=bush portname: sysutils/dtc broken because: bad plist build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=dtc portname: sysutils/perf broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=perf portname: sysutils/policykit-kde broken because: is already included in kde 4.3 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=policykit-kde portname: sysutils/xwipower broken because: Use obsoleted wireless lan API build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=xwipower portname: sysutils/xwlans broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=xwlans portname: textproc/bidiv broken because: needs update for the new fribidi paragraph API build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.20090822221417/bidiv-1.5_1.log (_Aug_23_08:43:46_UTC_2009) overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=bidiv portname: textproc/dixit broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=dixit portname: textproc/iiimf-gnome-im-switcher broken because: It removes a few files in /usr/local/* during the configure. Therefore, it is not safe build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=iiimf-gnome-im-switcher portname: textproc/iiimf-gtk broken because: It removes a few files in /usr/local/* during the configure. Therefore, it is not safe build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=iiimf-gtk portname: textproc/opensched broken because: Does not install build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=opensched portname: textproc/py-xmltools broken because: leaves files behind after deinstallation build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=py-xmltools portname: textproc/skim broken because: Doesn't build with python2.6 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=skim portname: textproc/xmlada-gps broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=xmlada-gps portname: www/bk_edit broken because: Broken with gcc 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=bk_edit portname: www/choqok broken because: does not compile build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.8.20091020203930/choqok-0.6.6_1.log (_Oct_24_06:57:37_UTC_2009) overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=choqok portname: www/netsurf broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=netsurf portname: www/p5-Apache-AuthTicket broken because: does not build build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.6.20091022114137/p5-Apache-AuthTicket-0.90.log.bz2 (_Oct_24_04:01:55_UTC_2009) overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Apache-AuthTicket portname: www/rubygem-merb broken because: fails to install build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=rubygem-merb portname: www/wb0 broken because: Does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=wb0 portname: x11-drivers/xf86-video-nsc broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-drivers&portname=xf86-video-nsc portname: x11-fm/velocity broken because: does not build with GNOME 2.26 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-fm&portname=velocity portname: x11-themes/kde-icons-gartoon-blue-svg broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=kde-icons-gartoon-blue-svg portname: x11-themes/kde-icons-gartoon-svg broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=kde-icons-gartoon-svg portname: x11-toolkits/flu broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=flu portname: x11-toolkits/gambas2-gb-qt broken because: fails to build build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.20090822221417/gambas2-gb-qt-2.15.2.log (_Aug_23_08:37:22_UTC_2009) overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=gambas2-gb-qt portname: x11-toolkits/gtkada broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=gtkada portname: x11-toolkits/gtkada-devel broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=gtkada-devel portname: x11-toolkits/gtkada-gps broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=gtkada-gps portname: x11-toolkits/gtkscintilla broken because: depends on x11-toolkits/scintilla which no longer supports gtk12 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.20090822221417/gtkscintilla-0.8.2_6.log (_Aug_16_11:57:48_UTC_2009) overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=gtkscintilla portname: x11-toolkits/p5-Gnome broken because: fails to install build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=p5-Gnome portname: x11-toolkits/p5-Tcl-Tk broken because: something segfaults during build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=p5-Tcl-Tk portname: x11-toolkits/py-gtkscintilla broken because: depends on x11-toolkits/scintilla which no longer supports gtk12 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=py-gtkscintilla portname: x11-toolkits/ruby-panelapplet broken because: does not build with GNOME 2.26. build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=ruby-panelapplet portname: x11-wm/ion-2 broken because: Does not build with new libltdl 2.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-wm&portname=ion-2 From owner-freebsd-ports@FreeBSD.ORG Sat Nov 21 07:30:56 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E4691065679 for ; Sat, 21 Nov 2009 07:30:56 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.ipv6.droso.net [IPv6:2001:6c8:6:c:20d:56ff:fe6f:f935]) by mx1.freebsd.org (Postfix) with ESMTP id A5B058FC21 for ; Sat, 21 Nov 2009 07:30:55 +0000 (UTC) Received: from koala.droso.net (localhost.droso.net [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id C89E11CC4A for ; Sat, 21 Nov 2009 08:30:54 +0100 (CET) From: linimon@FreeBSD.org To: ports@freebsd.org Message-Id: <20091121073054.C89E11CC4A@mail.droso.net> Date: Sat, 21 Nov 2009 08:30:54 +0100 (CET) Cc: Subject: FreeBSD unmaintained ports which are currently scheduled for deletion X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 07:30:56 -0000 As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on the existing port. In some cases, ports are marked for removal because they fail to build and install correctly from their sources, or otherwise fail in operation. The ports, and the reason and date that they have been scheduled for removal, are listed below. If no one has stepped forward before that time to propose a way to fix the problems (such as via a PR), the ports will be deleted. portname: devel/callgrind description: Valgrind skin for cache simulation and call tracing maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Included in devel/valgrind expiration date: 2009-10-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=callgrind portname: lang/gcl description: GNU Common Lisp maintainer: ports@FreeBSD.org status: BROKEN deprecated because: fails to build on FreeBSD 7.x expiration date: 2010-01-12 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=gcl portname: net-mgmt/net-snmp4 description: An extendable SNMP implementation maintainer: ports@FreeBSD.org deprecated because: Use net-mgmt/net-snmp port instead expiration date: 2009-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=net-snmp4 portname: net-mgmt/p5-SNMP description: A perl5 module for interfacing with the CMU SNMP library maintainer: ports@FreeBSD.org deprecated because: Perl SNMP module is now a part of net-mgmt/net-snmp expiration date: 2009-08-15 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=p5-SNMP portname: www/jakarta-tomcat4 description: Open-source Java web server by Apache, stable 4.0.x branch maintainer: ports@FreeBSD.org deprecated because: www/jakarta-tomcat5 is recommended instead for new installations expiration date: 2009-01-12 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=jakarta-tomcat4 portname: www/jakarta-tomcat5 description: Open-source Java web server by Apache, 5.0.x branch maintainer: ports@FreeBSD.org deprecated because: Old version, consider using www/tomcat55 or www/tomcat6 instead expiration date: 2009-01-12 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=jakarta-tomcat5 portname: www/mod_auth_mysql41_ap2 description: MySQL 4.1 and Apache 2 port of mod_auth_mysql maintainer: ports@FreeBSD.org status: IGNORE deprecated because: distfile no longer fetchable expiration date: 2009-10-17 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_auth_mysql41_ap2 portname: x11-toolkits/gtkscintilla description: A wrapper for the Scintilla editing component maintainer: ports@FreeBSD.org status: BROKEN deprecated because: no longer under development, last release in 2002 expiration date: 2009-10-13 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.20090822221417/gtkscintilla-0.8.2_6.log (_Aug_16_11:57:48_UTC_2009) overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=gtkscintilla portname: x11-toolkits/p5-Gnome description: The main Gnome module of Gtk-Perl maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Has been broken for more than 6 months expiration date: 2008-09-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=p5-Gnome portname: x11-toolkits/py-gtkscintilla description: A Python bindings for gtkscintilla library maintainer: ports@FreeBSD.org status: BROKEN deprecated because: no longer under development, last release in 2002 expiration date: 2009-10-13 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=py-gtkscintilla portname: x11-toolkits/xclasses description: C++ layout library for X maintainer: ports@FreeBSD.org deprecated because: Version branch long since retired expiration date: 2007-10-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=xclasses From owner-freebsd-ports@FreeBSD.ORG Sat Nov 21 07:31:09 2009 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BAB871065694 for ; Sat, 21 Nov 2009 07:31:09 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.ipv6.droso.net [IPv6:2001:6c8:6:c:20d:56ff:fe6f:f935]) by mx1.freebsd.org (Postfix) with ESMTP id F33C78FC14 for ; Sat, 21 Nov 2009 07:31:08 +0000 (UTC) Received: from koala.droso.net (localhost.droso.net [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id 3B8B51CCA7 for ; Sat, 21 Nov 2009 08:31:08 +0100 (CET) From: linimon@FreeBSD.org To: ports@FreeBSD.org Message-Id: <20091121073108.3B8B51CCA7@mail.droso.net> Date: Sat, 21 Nov 2009 08:31:08 +0100 (CET) Cc: Subject: FreeBSD ports which are currently scheduled for deletion X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 07:31:09 -0000 As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on the existing port. In some cases, ports are marked for removal because they fail to build and install correctly from their sources, or otherwise fail in operation. The ports, and the reason and date that they have been scheduled for removal, are listed below. If no one has stepped forward before that time to propose a way to fix the problems (such as via a PR), the ports will be deleted. portname: audio/squeezecenter description: Slim Devices audio streaming server maintainer: brooks@FreeBSD.org deprecated because: Replaced by audio/squeezeboxcenter expiration date: 2009-11-30 build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.7.20091113102251/squeezecenter-7.3.3.log (_Nov_14_00:03:36_UTC_2009) overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=squeezecenter portname: audio/squeezecenter-dynamicplaylist description: SqueezeCenter plugin to create dynamic playlists maintainer: tdb@FreeBSD.org deprecated because: Replaced by audio/squeezeboxserver-dynamicplaylist expiration date: 2009-11-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=squeezecenter-dynamicplaylist portname: audio/squeezecenter-lazysearch description: SqueezeCenter plugin for performing lazy searches maintainer: tdb@FreeBSD.org deprecated because: Replaced by audio/squeezeboxserver-lazysearch expiration date: 2009-11-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=squeezecenter-lazysearch portname: audio/squeezecenter-sqlplaylist description: SqueezeCenter plugin to create playlists based on SQL queries maintainer: tdb@FreeBSD.org deprecated because: Replaced by audio/squeezeboxserver-sqlplaylist expiration date: 2009-11-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=squeezecenter-sqlplaylist portname: audio/squeezecenter-superdatetime description: SqueezeCenter plugin to display weather conditions and forecasts maintainer: tdb@FreeBSD.org deprecated because: Replaced by audio/squeezeboxserver-superdatetime expiration date: 2009-11-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=squeezecenter-superdatetime portname: audio/squeezecenter-trackstat description: SqueezeCenter plugin to store ratings and statistics about songs maintainer: tdb@FreeBSD.org deprecated because: Replaced by audio/squeezeboxserver-trackstat expiration date: 2009-11-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=squeezecenter-trackstat portname: devel/callgrind description: Valgrind skin for cache simulation and call tracing maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Included in devel/valgrind expiration date: 2009-10-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=callgrind portname: devel/gdb53 description: Source level debugger - GNU GDB 5.3 maintainer: obrien@FreeBSD.org status: BROKEN deprecated because: has been broken for 3 months expiration date: 2010-01-18 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.20090822221417/gdb-5.3_1,1.log (_Aug_17_05:35:15_UTC_2009) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=gdb53 portname: lang/gcl description: GNU Common Lisp maintainer: ports@FreeBSD.org status: BROKEN deprecated because: fails to build on FreeBSD 7.x expiration date: 2010-01-12 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=gcl portname: mail/squirrelmail-devel description: A webmail system which accesses mail over IMAP (Development version) maintainer: tabthorpe@FreeBSD.org deprecated because: use mail/squirrelmail expiration date: 2010-01-06 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=squirrelmail-devel portname: math/scilab description: A free Matlab clone by INRIA & ENPC maintainer: utisoft@googlemail.com deprecated because: unmaintained, many releases behind upstream (without anyone caring), broken nearly everywhere expiration date: 2009-11-21 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=scilab portname: misc/bibletime-kde3 description: A powerful Bible study application for KDE3 maintainer: tabthorpe@FreeBSD.org deprecated because: use misc/bibletime expiration date: 2010-01-06 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=bibletime-kde3 portname: misc/sword15 description: A project framework for manipulating Bible texts maintainer: tabthorpe@FreeBSD.org deprecated because: use misc/sword expiration date: 2010-01-06 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=sword15 portname: net-mgmt/net-snmp4 description: An extendable SNMP implementation maintainer: ports@FreeBSD.org deprecated because: Use net-mgmt/net-snmp port instead expiration date: 2009-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=net-snmp4 portname: net-mgmt/p5-SNMP description: A perl5 module for interfacing with the CMU SNMP library maintainer: ports@FreeBSD.org deprecated because: Perl SNMP module is now a part of net-mgmt/net-snmp expiration date: 2009-08-15 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=p5-SNMP portname: russian/php_doc description: PHP documentation in HTML (outdated version) maintainer: edwin@mavetju.org deprecated because: Support for the Russian translation of the PHP manual seems to have stopped expiration date: 2009-12-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=russian&portname=php_doc portname: sysutils/ipmi-kmod description: Backport of ipmi driver from FreeBSD 7-CURRENT for FreeBSD 5.3 - 6.1 maintainer: snb@FreeBSD.org status: IGNORE deprecated because: in base system since 6.2-RELEASE expiration date: 2010-01-15 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=ipmi-kmod portname: www/jakarta-tomcat4 description: Open-source Java web server by Apache, stable 4.0.x branch maintainer: ports@FreeBSD.org deprecated because: www/jakarta-tomcat5 is recommended instead for new installations expiration date: 2009-01-12 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=jakarta-tomcat4 portname: www/jakarta-tomcat5 description: Open-source Java web server by Apache, 5.0.x branch maintainer: ports@FreeBSD.org deprecated because: Old version, consider using www/tomcat55 or www/tomcat6 instead expiration date: 2009-01-12 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=jakarta-tomcat5 portname: www/mod_auth_mysql41_ap2 description: MySQL 4.1 and Apache 2 port of mod_auth_mysql maintainer: ports@FreeBSD.org status: IGNORE deprecated because: distfile no longer fetchable expiration date: 2009-10-17 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_auth_mysql41_ap2 portname: www/zope-btreefolder2 description: Zope product that can store many items maintainer: kaeru@inigo-tech.com deprecated because: Included in Zope 2.8 and later expiration date: 2007-08-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=zope-btreefolder2 portname: x11-themes/kde-icons-gartoon-blue-svg description: KDE Gartoon Blue SVG iconset maintainer: lioux@FreeBSD.org status: BROKEN deprecated because: expiration date: 2009-12-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=kde-icons-gartoon-blue-svg portname: x11-themes/kde-icons-gartoon-svg description: KDE Gartoon SVG iconset maintainer: lioux@FreeBSD.org status: BROKEN deprecated because: expiration date: 2009-12-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=kde-icons-gartoon-svg portname: x11-toolkits/gtkscintilla description: A wrapper for the Scintilla editing component maintainer: ports@FreeBSD.org status: BROKEN deprecated because: no longer under development, last release in 2002 expiration date: 2009-10-13 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.20090822221417/gtkscintilla-0.8.2_6.log (_Aug_16_11:57:48_UTC_2009) overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=gtkscintilla portname: x11-toolkits/p5-Gnome description: The main Gnome module of Gtk-Perl maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Has been broken for more than 6 months expiration date: 2008-09-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=p5-Gnome portname: x11-toolkits/py-gtkscintilla description: A Python bindings for gtkscintilla library maintainer: ports@FreeBSD.org status: BROKEN deprecated because: no longer under development, last release in 2002 expiration date: 2009-10-13 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=py-gtkscintilla portname: x11-toolkits/xclasses description: C++ layout library for X maintainer: ports@FreeBSD.org deprecated because: Version branch long since retired expiration date: 2007-10-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=xclasses From owner-freebsd-ports@FreeBSD.ORG Sat Nov 21 07:31:25 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C5A210656A9 for ; Sat, 21 Nov 2009 07:31:25 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.ipv6.droso.net [IPv6:2001:6c8:6:c:20d:56ff:fe6f:f935]) by mx1.freebsd.org (Postfix) with ESMTP id D95818FC0C for ; Sat, 21 Nov 2009 07:31:24 +0000 (UTC) Received: from koala.droso.net (localhost.droso.net [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id 292681CCB3 for ; Sat, 21 Nov 2009 08:31:24 +0100 (CET) From: linimon@FreeBSD.org To: ports@freebsd.org Message-Id: <20091121073124.292681CCB3@mail.droso.net> Date: Sat, 21 Nov 2009 08:31:24 +0100 (CET) Cc: Subject: FreeBSD unmaintained ports which are currently marked forbidden X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 07:31:25 -0000 As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users about ports that are marked as "forbidden" in their Makefiles. Often, these ports are so marked due to security concerns, such as known exploits. An overview of each port, including errors seen on the build farm, is included below. portname: misc/compat3x forbidden because: FreeBSD-SA-03:05.xdr, FreeBSD-SA-03:08.realpath - not fixed / no lib available build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=compat3x From owner-freebsd-ports@FreeBSD.ORG Sat Nov 21 07:31:28 2009 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C119910656A8 for ; Sat, 21 Nov 2009 07:31:28 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.ipv6.droso.net [IPv6:2001:6c8:6:c:20d:56ff:fe6f:f935]) by mx1.freebsd.org (Postfix) with ESMTP id 8997E8FC19 for ; Sat, 21 Nov 2009 07:31:28 +0000 (UTC) Received: from koala.droso.net (localhost.droso.net [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id BFEF51CC96 for ; Sat, 21 Nov 2009 08:31:27 +0100 (CET) From: linimon@FreeBSD.org To: ports@FreeBSD.org Message-Id: <20091121073127.BFEF51CC96@mail.droso.net> Date: Sat, 21 Nov 2009 08:31:27 +0100 (CET) Cc: Subject: FreeBSD ports which are currently marked forbidden X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 07:31:28 -0000 As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users about ports that are marked as "forbidden" in their Makefiles. Often, these ports are so marked due to security concerns, such as known exploits. An overview of each port, including errors seen on the build farm, is included below. portname: databases/gnats forbidden because: Security issues build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=gnats portname: misc/compat3x forbidden because: FreeBSD-SA-03:05.xdr, FreeBSD-SA-03:08.realpath - not fixed / no lib available build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=compat3x portname: www/firefox forbidden because: too many security issues http://www.vuxml.org/freebsd/922d2398-9e2d-11de-a998-0030843d3802.html http://www.vuxml.org/freebsd/49e8f2ee-8147-11de-a994-0030843d3802.html build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=firefox portname: www/linux-firefox-devel forbidden because: Security issues http://www.vuxml.org/freebsd/f29fea8f-b19f-11dd-a55e-00163e000016.html build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=linux-firefox-devel portname: www/neon26 forbidden because: see CVE-2009-2474 please use neon28 or neon29 instead build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=neon26 From owner-freebsd-ports@FreeBSD.ORG Sat Nov 21 08:31:35 2009 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99C771065676 for ; Sat, 21 Nov 2009 08:31:35 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30]) by mx1.freebsd.org (Postfix) with ESMTP id 782968FC13 for ; Sat, 21 Nov 2009 08:31:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by spartan.hamla.org (Postfix) with ESMTP id F03A717093; Sat, 21 Nov 2009 03:31:34 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tandon.net; h= user-agent:in-reply-to:content-disposition:content-type :content-type:mime-version:references:reply-to:message-id :subject:subject:from:from:date:date:received:received; s=aegis; t=1258792294; bh=FGpLFmpOhSa9wFqIS36EGiBHgfrpFTo4OPGEFeYb2eY=; b= MFpLOenJcnryYDPeFnUiGid/MpXNXuYblWbtFzzmCC0/VcV60FNazPUJUSHHHHe4 x6u6eSLfUKZAh9B+pQ3ePuMYnYxr+QZct/Lo4VvPpkKQdYE+rwg/aug0+ILJtC1A ZHOmeH0fv2QMqIeeI1SiZQQGXolqUujHhMvYh9rCHCI= X-Virus-Scanned: by ClamAV at spartan.hamla.org Received: from spartan.hamla.org ([127.0.0.1]) by localhost (spartan.hamla.org [127.0.0.1]) (amavisd-new, port 10027) with LMTP id hvAGv3VbDJaL; Sat, 21 Nov 2009 03:31:34 -0500 (EST) Received: from magic.hamla.org (cpe-69-201-179-80.nyc.res.rr.com [69.201.179.80]) by spartan.hamla.org (Postfix) with ESMTPSA id 26C7717081; Sat, 21 Nov 2009 03:31:34 -0500 (EST) Date: Sat, 21 Nov 2009 03:31:32 -0500 From: Sahil Tandon To: David Kiner Message-ID: <20091121083131.GB26590@magic.hamla.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Cc: ports@FreeBSD.org, bg1tpt@gmail.com Subject: Re: FreeBSD Port: phpbb-3.0.5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sahil Tandon List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 08:31:35 -0000 On Fri, 20 Nov 2009, David Kiner wrote: > I want to install phpBB on my SRV. > > I see the 3.0.6 is just released on 17 november. > > Do you know when you upgrade the port ? A PR was filed on 18 Nov 2009 to update www/phpbb3 to 3.0.6. In the future, please try to query the PR database: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/140653 -- Sahil Tandon From owner-freebsd-ports@FreeBSD.ORG Sat Nov 21 10:23:12 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 455111065679; Sat, 21 Nov 2009 10:23:12 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from mout0.freenet.de (mout0.freenet.de [IPv6:2001:748:100:40::2:2]) by mx1.freebsd.org (Postfix) with ESMTP id 993CF8FC0C; Sat, 21 Nov 2009 10:23:11 +0000 (UTC) Received: from [195.4.92.15] (helo=5.mx.freenet.de) by mout0.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.70 #1) id 1NBn7W-0006pK-2v; Sat, 21 Nov 2009 11:23:10 +0100 Received: from tfbe8.t.pppool.de ([89.55.251.232]:18329 helo=ernst.jennejohn.org) by 5.mx.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.69 #94) id 1NBn7V-0004MC-Sc; Sat, 21 Nov 2009 11:23:10 +0100 Date: Sat, 21 Nov 2009 11:23:08 +0100 From: Gary Jennejohn To: Chuck Swiger Message-ID: <20091121112308.1b112e41@ernst.jennejohn.org> In-Reply-To: References: <20091120155541.3fa69e1e@scorpio.seibercom.net> <5859850b0911201307k3471ca9bk5e945cc6dc5b9d69@mail.gmail.com> X-Mailer: Claws Mail 3.7.3 (GTK+ 2.16.2; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: netchild@freebsd.org, Sylvio Cesar , freebsd-ports@freebsd.org Subject: Re: Update claws-mail X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gary.jennejohn@freenet.de List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 10:23:12 -0000 On Fri, 20 Nov 2009 13:16:09 -0800 Chuck Swiger wrote: > Hi-- > > On Nov 20, 2009, at 1:07 PM, Sylvio Cesar wrote: > > There is PR to update of claws-mail. See: > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=ports/139467 > > > > It will be committed soon. > > It's quite useful for people to try the patches for updates that they are interested in, and report back whether the update works well for them. Especially if the ports tree is in a freeze or slush period (ie, say for 8.0 release), portmgr folks like to see independent confirmation that changes work as expected... > pkg-plist needs to be updated. The new claws-mail installs a ton of themes under /usr/local/share/claws-mail/themes. --- Gary Jennejohn