From owner-freebsd-ports@FreeBSD.ORG Wed Oct 29 09:01:42 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 951451065697; Wed, 29 Oct 2008 09:01:42 +0000 (UTC) (envelope-from joeb@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id 7C67A8FC19; Wed, 29 Oct 2008 09:01:42 +0000 (UTC) (envelope-from joeb@a1poweruser.com) Received: from laptop ([202.69.174.60]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 29 Oct 2008 02:01:31 -0700 From: "joeb" To: "Erik Trulsson" Date: Wed, 29 Oct 2008 17:02:14 +0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <20081029084637.GA68812@owl.midgard.homeip.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 Importance: Normal X-OriginalArrivalTime: 29 Oct 2008 09:01:31.0713 (UTC) FILETIME=[EFC93310:01C939A4] X-Sender: joeb@a1poweruser.com Cc: ports@FreeBSD.org, "freebsd-questions@FreeBSD. ORG" Subject: RE: ports missing their packages. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: joeb@a1poweruser.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2008 09:01:42 -0000 -----Original Message----- From: Erik Trulsson [mailto:ertr1013@student.uu.se] Sent: Wednesday, October 29, 2008 4:47 PM To: FBSD1 Cc: freebsd-questions@FreeBSD. ORG; ports@FreeBSD.org Subject: Re: ports missing their packages. On Wed, Oct 29, 2008 at 04:09:23PM +0800, FBSD1 wrote: > It's my understanding that a port maintainer has to install the port for > real any time a change is made to the port make files or a update to the > source of the software to test and verify the changes work as wanted. > Creating the package after this is just one command and a ftp upload to the > package server. Why are maintainers being given approval to apply their > changes without creating the required package? This is just lax management > on the part of the people who do the authorizing of the changes. Missing > packages increases user frustration level and makes FreeBSD look like its > being mis-managed. It is not port managers who create or upload packages. Most of them do not even have access to the package server. The downloadable packages are built and uploaded automatically by a cluster of servers that do little else. If a particular port does not have a corresponding package it is generally not due to laxness on anybodys part. The main reasons why a port might not have corresponding package are: 1) The port has just been created and the package hasn't had time to built yet. Normally a very temporary situation. 2) Legal restrictions. There are several ports where it is simply not legal for the FreeBSD project to distribute the corresponding binary packages. 3) The port is currently broken and cannot be built. (This is of course a bug which should be fixed as soon as possible. For ports without a maintainer that might take a while.) 4) One or more of the dependencies of the package is not available as a package. (If port A depends on port B, and there does not exist a package for B (for any of the reasons listed here) there will not be a package of A either. > > An alternate solution to this problem is to allow users to upload missing > packages to the package server direct or to a staging ftp server so port/pkg > management staff can review first and them populate the production package > server. All the packages that can be built and distributed are already being built and uploaded. Allowing users to upload packages would not help. -- Erik Trulsson ertr1013@student.uu.se -----Original Message----- From: Erik Trulsson [mailto:ertr1013@student.uu.se] Sent: Wednesday, October 29, 2008 4:47 PM To: FBSD1 Cc: freebsd-questions@FreeBSD. ORG; ports@FreeBSD.org Subject: Re: ports missing their packages. How does kdenetwork-kopete-0.12.8 or php5-gd or pdflib fit into those reasons you gave? These all have ports but no package for many releases of Freebsd.