From owner-freebsd-ports@FreeBSD.ORG Thu Sep 18 04:58:37 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EA4B16A4B3; Thu, 18 Sep 2003 04:58:37 -0700 (PDT) Received: from hardy.inty.net (hardy.inty.net [195.224.93.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4848343FAF; Thu, 18 Sep 2003 04:58:36 -0700 (PDT) (envelope-from paul@freebsd-services.com) x-previous-hop: 212.50.178.178 Received: from inty.hq.inty.net (inty-untrusted-aztec-west.inty.net [212.50.178.178]) by hardy.inty.net (8.12.9/8.12.9) with ESMTP id h8IBwYF2086466; Thu, 18 Sep 2003 12:58:34 +0100 (BST) Received: from [10.0.1.111] ([10.0.1.111]) by inty.hq.inty.net (8.12.1/8.12.1) with ESMTP id h8IBwXSX071098; Thu, 18 Sep 2003 12:58:34 +0100 (BST) From: Paul Richards To: Alexander Leidinger In-Reply-To: <20030918130949.7089031f.Alexander@Leidinger.net> References: <200309171445.h8HEjrh6065898@grimreaper.grondar.org> <1063812422.33631.104.camel@localhost> <20030918122510.50ea84c3.Alexander@Leidinger.net> <1063880911.33631.150.camel@localhost> <20030918130949.7089031f.Alexander@Leidinger.net> Content-Type: text/plain Message-Id: <1063886336.33631.164.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Thu, 18 Sep 2003 12:58:56 +0100 Content-Transfer-Encoding: 7bit X-Sender-IP: 10.0.1.111 X-INT-DeliveryDone: h8IBwXSX071098 cc: ports@freebsd.org cc: current@freebsd.org cc: Mark Murray Subject: Re: Base packaging X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2003 11:58:37 -0000 On Thu, 2003-09-18 at 12:09, Alexander Leidinger wrote: > On Thu, 18 Sep 2003 11:28:31 +0100 > Paul Richards wrote: > > > > We have programs in the ports tree which use our bsd.*.mk > > > infrastructure. Will there be a problem if such a program gets installed > > > from ports (will it try to register itself 2 times)? > > > > I don't know, have you got an example port I can look at? > > sysutils/portupgrade for sure, probably games/freebsd-games and > net/freebsd-uucp too. No they won't. If there's no PORTNAME in the Makefile then the old mk files will behave the same as they always have. The way I'm doing it I modify the install target if PORTNAME is defined. Paul.