atom feed3 messages in org.freebsd.freebsd-portsRe: What do we need to use the new po...
FromSent OnAttachments
Satoshi Asami | 浅見 賢May 12, 1995 3:06 am 
Rodney W. GrimesMay 12, 1995 10:36 am 
Satoshi Asami | 浅見 賢May 12, 1995 8:19 pm 
Subject:Re: What do we need to use the new ports/packages?
From:Rodney W. Grimes (rgri@gndrsh.aac.dev.com)
Date:May 12, 1995 10:36:57 am
List:org.freebsd.freebsd-ports

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?

There where several changes to system calls and kernel interfaces that may stop several of the more kernel aware ports from working. I know I had to rebuild a few of my ports along the way as I upgraded my kernel to keep things working.

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