From owner-cvs-all Sun Jun 2 3:18:21 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5DB8237B400; Sun, 2 Jun 2002 03:18:15 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52AIFb64366; Sun, 2 Jun 2002 03:18:15 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206021018.g52AIFb64366@freefall.freebsd.org> From: Maxim Sobolev Date: Sun, 2 Jun 2002 03:18:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/gtar Makefile ports/archivers/gtar/files patch-src::buffer.c patch-src::common.h patch-src::compare.c patch-src::create.c patch-src::list.c patch-src::misc.c patch-src::names.c patch-src::rtapelib.c patch-src::tar.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/06/02 03:18:15 PDT Modified files: archivers/gtar Makefile Added files: archivers/gtar/files patch-src::buffer.c patch-src::common.h patch-src::compare.c patch-src::create.c patch-src::list.c patch-src::misc.c patch-src::names.c patch-src::rtapelib.c patch-src::tar.c Log: Stage 1 of system GNU tar upgrade to a modern version: Merge all applicable bugfixes, local hacks and new features from the ancient base system tar into the port, so those two are interchangeable. Bump PORTREVISION. Revision Changes Path 1.27 +1 -1 ports/archivers/gtar/Makefile 1.1 +14 -0 ports/archivers/gtar/files/patch-src::buffer.c (new) 1.1 +25 -0 ports/archivers/gtar/files/patch-src::common.h (new) 1.1 +14 -0 ports/archivers/gtar/files/patch-src::compare.c (new) 1.1 +14 -0 ports/archivers/gtar/files/patch-src::create.c (new) 1.1 +49 -0 ports/archivers/gtar/files/patch-src::list.c (new) 1.1 +18 -0 ports/archivers/gtar/files/patch-src::misc.c (new) 1.1 +52 -0 ports/archivers/gtar/files/patch-src::names.c (new) 1.1 +29 -0 ports/archivers/gtar/files/patch-src::rtapelib.c (new) 1.1 +201 -0 ports/archivers/gtar/files/patch-src::tar.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message