From owner-freebsd-ports Tue Oct 5 4:50:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B575915255 for ; Tue, 5 Oct 1999 04:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA82116; Tue, 5 Oct 1999 04:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id 5D205155B7 for ; Tue, 5 Oct 1999 04:46:07 -0700 (PDT) (envelope-from jedgar@pawn.primelocation.net) Received: by pawn.primelocation.net (Postfix, from userid 1003) id B58619B21; Tue, 5 Oct 1999 07:44:50 -0400 (EDT) Message-Id: <19991005114450.B58619B21@pawn.primelocation.net> Date: Tue, 5 Oct 1999 07:44:50 -0400 (EDT) From: jedgar@fxp.org Reply-To: jedgar@fxp.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14139: Fix port: databases/dbf2mysql Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14139 >Category: ports >Synopsis: Fix port: databases/dbf2mysql >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 5 04:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris D. Faulhaber >Release: FreeBSD 4.0-CURRENT i386 >Organization: BUGO - BSD Users Group of Orlando >Environment: FreeBSD 4.0-CURRENT i386 >Description: Fix port: databases/dbf2mysql 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 >How-To-Repeat: >Fix: Index: ports/databases/dbf2mysql/patches/patch-aa =================================================================== RCS file: /home/ncvs/ports/databases/dbf2mysql/patches/patch-aa,v retrieving revision 1.1.1.1 diff -u -u -r1.1.1.1 patch-aa --- patch-aa 1999/10/03 22:04:20 1.1.1.1 +++ patch-aa 1999/10/04 23:00:46 @@ -1,5 +1,5 @@ --- Makefile.orig Thu Aug 26 09:49:08 1999 -+++ Makefile Sat Oct 2 23:19:17 1999 ++++ Makefile Mon Oct 4 19:01:45 1999 @@ -2,17 +2,17 @@ # Maarten Boekhold (boekhold@cindy.et.tudelft.nl) 1995 @@ -31,3 +31,13 @@ # Set this if your system needs extra libraries # +@@ -42,7 +42,8 @@ + all: dbf2mysql mysql2dbf + + libdbf.a: dbf.o endian.o +- $(AR) rcs libdbf.a dbf.o endian.o ++ $(AR) rc libdbf.a dbf.o endian.o ++ $(RANLIB) libdbf.a + + dbf2mysql: dbf2mysql.o libdbf.a + $(CC) $(CFLAGS) -s -L. $(MYSQLLIB) -o $@ dbf2mysql.o -ldbf \ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message