From owner-freebsd-current Mon Dec 16 08:54:32 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id IAA16959 for current-outgoing; Mon, 16 Dec 1996 08:54:32 -0800 (PST) Received: from pegasus.my.domain (sole-25.ppp.hooked.net [206.80.9.217]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id IAA16933; Mon, 16 Dec 1996 08:54:26 -0800 (PST) From: dicen@hooked.net Received: from pegasus.my.domain (localhost.my.domain [127.0.0.1]) by pegasus.my.domain (8.8.4/8.7.3) with SMTP id IAA00446; Mon, 16 Dec 1996 08:54:40 GMT Message-ID: <32B50E50.41C67EA6@hooked.net> Date: Mon, 16 Dec 1996 08:54:40 +0000 X-Mailer: Mozilla 3.01Gold (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: current@freebsd.org, ports@freebsd.org Subject: pkg_manage and ports Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have the latest current tree as of 12 hours ago or so. When I run pkg_manage under X in an xterm it now tries to run with color (in some sort of graphics mode?) and crashes displaying the following at the command prompt. ;1;1;112;112;1;0x^[[2;1;1;112;112;1;0x^[[2;1;1;112;112;1;0x^[[2;1;1;112;112;1;0x;1;1;112;112;1;0x;1;1;112;112;1;0x;1;1;112;112;1;0x;1;1;112;112;1;0x Has anyone messed with this code? It doesn't look like it has been touched in years. On a side note I am currently working on a better ports management system. Is anyone currently doing this? I don't want to duplicate work. I was thinking about rewriting the src/usr.sbin/pkg_install source but I am just writing some port management commands in bourne shell. It is much easier that way. dicen