From owner-freebsd-ports Fri May 12 03:07:24 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA22776 for ports-outgoing; Fri, 12 May 1995 03:07:24 -0700 Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id DAA22740 ; Fri, 12 May 1995 03:06:52 -0700 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.6.11/8.6.9) id DAA09721; Fri, 12 May 1995 03:06:35 -0700 Date: Fri, 12 May 1995 03:06:35 -0700 Message-Id: <199505121006.DAA09721@silvia.HIP.Berkeley.EDU> To: ports@FreeBSD.org CC: cvs-committers@FreeBSD.org Subject: What do we need to use the new ports/packages? From: asami@CS.Berkeley.EDU (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=) Sender: ports-owner@FreeBSD.org Precedence: bulk I'm trying to put together a "quick upgrade kit" for people who want to test the new ports/packages on a 2.0R machine, 'cause this part of the tree has diverted pretty far away from 2.0R. We need testers before 2.0.5 gets out! Ideally, a brave soul can grab this, tar -xvzf it, and be able to build a port or unpack a package. What I can think off the top of my sleepy head is: /usr/bin/which /usr/bin/sed /usr/sbin/pkg_{add,create,delete,info} /usr/sbin/mtree /usr/lib/libc.so.2.1 /usr/lib/libftp.so.2.0 /usr/share/mk/bsd.port.mk /etc/mtree/BSD.local.dist What else do we need? Also, if we want to include pkg_manage, I belive we need to add /usr/sbin/pkg_manage /usr/lib/libdialog.so.3.0 /usr/lib/libncurses.so.3.0 Is this correct? Satoshi