Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  5 Oct 1999 07:44:50 -0400 (EDT)
From:      jedgar@fxp.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/14139: Fix port: databases/dbf2mysql
Message-ID:  <19991005114450.B58619B21@pawn.primelocation.net>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991005114450.B58619B21>