From owner-cvs-all Fri Dec 4 22:28:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA12028 for cvs-all-outgoing; Fri, 4 Dec 1998 22:28:28 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA12022; Fri, 4 Dec 1998 22:28:25 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA28138; Fri, 4 Dec 1998 22:29:06 -0800 (PST) Date: Fri, 4 Dec 1998 22:29:06 -0800 (PST) Message-Id: <199812050629.WAA28138@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pkg_install/create perform.c src/usr.sbin/pkg_install/lib file.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/12/04 22:29:05 PST Modified files: usr.sbin/pkg_install/create perform.c usr.sbin/pkg_install/lib file.c Log: Fix support for uncompressed (".tar") package types. It's not completely fixed (chained dependency checking for pkg_add is broken, for one thing) but at least you can now create one package and use it. Revision Changes Path 1.46 +21 -5 src/usr.sbin/pkg_install/create/perform.c 1.35 +3 -3 src/usr.sbin/pkg_install/lib/file.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message