From owner-cvs-all Tue Oct 5 9: 8:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B61AB155F2; Tue, 5 Oct 1999 09:08:11 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA53288; Tue, 5 Oct 1999 09:06:22 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199910051606.JAA53288@freefall.freebsd.org> From: Chris Piazza Date: Tue, 5 Oct 1999 09:06:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/dbf2mysql/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/10/05 09:06:22 PDT Modified files: databases/dbf2mysql/patches patch-aa Log: For backwards compatibility with FreeBSD 2.2.x due to it's (apparent) lack of 's' support in ar. change: ar rcs libdbf.a ... to: ar rc libdbf.a ... ranlib libdbf.a PR: 14139 Submitted by: maintainer Revision Changes Path 1.2 +11 -1 ports/databases/dbf2mysql/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message