Bug 14139

Summary: Fix port: databases/dbf2mysql
Product: Ports & Packages Reporter: jedgar <jedgar>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description jedgar 1999-10-05 12:50:01 UTC
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
Comment 1 cpiazza freebsd_committer freebsd_triage 1999-10-05 17:06:30 UTC
State Changed
From-To: open->closed

Committed, thanks!